/*
/* ==================== Main Styles ====================
*/

body{
  background: #e5e5e570;
}

header{
  background: #24282f;
}

h1, h2, h3, h4, h5{
  font-family: 'Ubuntu', sans-serif;
}

.fullwidth{
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.block{
  margin-bottom: 35px;
  border-bottom: 1px solid #dadada;
}

.menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li{
  display: inline-block;
  margin: 0 10px 0 0;
}
.menu li i{
  margin-right: 3px;
}
.menu li a{
  font-size: 22px;
  display: inline-block;
  padding: 20px 20px;
  color: #fff;
}
.menu li a:hover, .nav-item.current-page{
  text-decoration: none;
  background: #003e76;
  color: #fff;
}

footer{
  color: #fff;
  background: #333;
  padding: 50px 0 50px 0;
}

footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
}

/*
/* ==================== Page Title ====================
*/

.site-title{
  font-family: 'Source Sans 3', sans-serif;
  color: #fff;
  font-size:30px;
  font-weight: 600;
  padding: 15px 0px 7px 0px;
}

.page-title{
  background-color: #006dd0;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title h1{
  font-family: 'Source Sans 3', sans-serif;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
}

.title-last-updated{
  color: #fff;
  font-size: 27px;
  font-style: italic;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
}

/*
/* ==================== Section Subtitles ====================
*/

.title-section{
  padding-top: 35px;
  margin-bottom: 20px;
}

.title-section:nth-child(1){
  padding-top: 0px;
}
.title-section h2{
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-family: 'Source Sans 3', sans-serif;
  border-bottom: 2px solid #006dd0;
}
.title-section h2 span{
  /*border-bottom: 5px solid #006dd0;*/
}
.title-section i{
  color: #006dd0;
}

/*
/* ==================== Content Layouts ====================
*/

.page-content{
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section{
  background: #fff;
  margin-bottom: 25px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E9E9EA;
}

.spacer-section{
  margin-bottom: 25px;
  padding: 10px;
}

.spacer-title-section{
  padding: 10px;
}

.content-section.clear{
  background: transparent;
}

.home-row{
  margin-bottom: 50px;
}


/*
/* ==================== Accounts ====================
*/

.user-group{
  background: #fff;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: 2px solid transparent;
}

.user-group-table{
  margin-bottom: 10px;
}

.user-group-table.expanded{
  padding-top: 15px;
  padding-bottom: 5px;
  background: #fafafa;
  border: 2px solid #dbdbdb;
  margin-bottom: 20px;
}

.user-group.expanded .fa-angle-up{
  display: none;
}
.user-group .fa-angle-down{
  display: none;
}
.user-group.expanded .fa-angle-down{
  display: inline-block;
}

.user-group-table.expanded .row.editor,
.user-group-set.expanded .row.editor{
  display: flex;
}

.user-group-set.expanded .row.editor{
  padding-top: 35px;
  padding-bottom: 35px;
}

.user-group-table.expanded .row.detail,
.user-group-set.expanded .row.detail{
  display: none;
}

.user-group-table{
  border: 2px solid transparent;
}

.user-group-table:hover{
  background: #fafafa;
  border: 2px solid #dbdbdb;
}

/*
/* ==================== UX Elements ====================
*/

a.toggler{
  cursor: pointer;
  display: inline-block;
  padding: 6px 9px;
  background: #333;
  border-radius: 10px;
  color: #fff !important;
  margin-left: 10px;
  font-size: 20px;
}

.user-group-table .row.editor{
  display: none;
}

a.delete{
  display: none;
}

a.delete.authorized{
  display: inline-block;
}

.ui-btn{
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  border: 0px solid transparent;
}

.ui-btn:hover{
  text-decoration: none;
}

.wide{
  width: 100%;
}
.ui-btn.tall{
  padding: 20px 40px;
}
.ui-btn.large-text{
  font-size: 20px;
}

label{
  font-weight: 600;
}

.ui-btn.default{
  background: #006dd0;
  border-color: #006dd0;
  color: #fff !important;
}
.ui-btn.default:hover{
  background: #003e76;
  border-color: #003e76;
}

.ui-btn.save,
.ui-btn.engage{
  color: #fff !important;
  background: #ff7712;
}
  .ui-btn.save:hover,
  .ui-btn.engage:hover{
    background: #b3520a;
  }

.ui-btn.cancel{
  color: #fff !important;
  background: #525252;
}
  .ui-btn.cancel:hover{
    background: #2a2a2a;
  }

.ui-btn.delete-init,
.ui-btn.delete{
  color: #fff !important;
  background: #cf0000;
}
.ui-btn.delete-init:hover,
.ui-btn.delete:hover{
  background: #a30404;
}

.ui-btn.toggle{
  background: #56b578;
}
.ui-btn.toggle:hover{
  background: #2a7946;
}

.non-validated{
  display: none;
}

.row.hidden{
  display: none;
}

/*
/* ==================== Link Cards ====================
*/

.link-card a{
  background: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 30px 10px;
  margin-bottom: 25px;
  color: #181c21;
  cursor: pointer;
}

.static-card .block{
  background: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 30px 10px;
  margin-bottom: 25px;
  color: #181c21;
}

.link-card i, .static-card .intro i{
  font-size: 40px;
}

.link-card a:hover{
  border-color: #007bff;
  background: #e7f2ff;
  color: #007bff;
  text-decoration: none;
}

.link-card a:hover i{
  color: #007bff;
}

.link-card .card-title, .static-card .card-title{
  font-size: 22px;
  font-weight: 600;
}

.link-card img{
  max-width: 150px;
  height: auto;
  margin-bottom: 8px;
}

.link-card i{
  margin-bottom: 8px;
}


/*
/* ==================== Var Manager ====================
*/

.var-list{
  margin: 0;
  padding: 20px;
}

.var-list li{
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}

.var-list .var-value{
  padding: 3px 5px;
  cursor: pointer;
}

.var-list .var-value:hover{
  background: #006dd0;
  color: #fff !important;
}

.var-edit-form-wrap{
  display: none;
}

/*
/* ==================== Pagination ====================
*/

.page-uri-projects .pagenav{
  margin-top: 25px;
  margin-bottom: 25px;
}

.pagenav{
  padding: 0;
}
.pagenav li{
  margin: 0 10px 0 0;
  display: inline-block;
}

.pagenav-item,
.pagenav-item-current,
.pagenav-item-disabled{
  border: 2px solid #ccc;
  padding: 3px 10px;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #333;
}

.pagenav-item:hover,
.pagenav-item-current{
  border-color: #003e76;
  color: #003e76;
  text-decoration: none;
}
.pagenav-item-disabled{
  border-color: #e3e3e3;
  color: #ccc;
}


/* Avatars */

.user-card-headshot{
  border-radius: 50px;
  border: 2px solid #dbdbdb;
}

.imgcol img{
  max-width: 100%;
}

/* Forms */

.form-row{
  margin-bottom: 10px;
}

/* Tabs */

.sections{
  padding-top: 25px;
}

.menu-col{
  background: #003e760f;
  padding-top: 20px;
}

.page-nav{
  text-align: left;
}

.tabs{
  padding: 0 0 15px 0;
  margin: 0;
  width: 100%;
}

.tab-group{
  margin-bottom: 10px;
}

.tab-children{
  margin: 10px 0 0 10px;
  padding: 0 0 0 10px;
  /*display: none;*/
}

.tab-children.active{
  display: block;
}

.tabs li{
  display: block;
  width: 100%;
}

.tab-children li{
  display: block;
  width: 100%;
}

.tab-link-parent {
  display: block;
  width: 100%;
  width: 100%;
  padding: 15px;
  display: inline-block;
  margin:  0;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  transition: ease-in-out all 0.25s; 
}

.tab-children a {
  display: block;
  width: 100%;
  width: 100%;
  padding: 10px 10px 10px 15px;
  display: inline-block;
  margin:  0;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in-out all 0.25s;
  font-size: 15px;
  color: #222 !important;
  border-left: 3px solid #01498b14;
}

.tab-link-parent.active, .tab-link-parent:hover{
  background: #01498b14;
  color: #006dd0 !important;
  cursor: pointer;
  transition: ease-in-out all 0.25s;
  text-decoration: none;
}

.tab-children li > a.active, .tab-children li a:hover{
  cursor: pointer;
  transition: ease-in-out all 0.25s;
  text-decoration: none;
  border-left-color: #006dd0;
  color: #006dd0 !important;
}


/*.tab-children li > a.active span{
  border-bottom: 2px solid transparent;
}
.tab-children li > a.active span, .tab-children li > a:hover span{
  border-bottom: 2px solid #ff7712;
  transition:  ease-in-out all 0.1s;
}*/


.sub-tabs{
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-tabs li{
  width: 100%;
  list-style: none;
  display: inline-block;
  margin: 0 0 10px 0;
}

.sub-tab-link{
  display: inline-block;
  padding: 10px 25px;
  margin-right: 5px;
  border: 2px solid #ccc;
  background: #fff;
  font-weight: 700;
  width: 100%;
  color: #222;
  cursor: pointer;
  transition: ease-in-out all 0.25s;
}
.sub-tab-link.active, .sub-tab-link:hover{
  background: #006dd0;
  border-color: #006dd0;
  color: #fff !important;
  cursor: pointer;
  transition: ease-in-out all 0.25s;
}

.subsection{
  display: none;
}

.subsection.active{
  display: block;
}

a.anchor{display: block; position: relative; top: -150px; visibility: hidden;}

/* Page Section UI */

.page-section{
  display: none;
}

.page-section.active{
  display: block;
  padding-top: 10px;
  padding-bottom: 50px;
}

/* Report cards */

.report-card{
  padding: 25px;
  background: #fff;
  color: #181c21;
  border: 2px solid #ccc;
  margin-bottom: 25px;
}

.report-card.featured{
  text-align: center;
  padding: 25px 10px 10px 10px;
}

.report-card.over{
  min-height: 150px;
}

.report-card.under{
  min-height: 145px;
}

.report-card strong{
  font-size: 14px;
}

.report-card .accent-value{
  color: #006dd0;
  font-size: 29px;
  font-weight: 700;
}

/* Alerts */

.alert-box{
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-right: 10px;
}

.alert-type-error{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-type-warning{
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-type-notice{
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* Tables */

.table-headers{
  background: #006dd0;
  color: #ffffff;
  /*display: inline-table;*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.table-headers > div {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

.result-table{
  background: #fff;
  margin-bottom: 25px;
  border: 1px solid #01498b14;
}

.result-table .table-row{
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  font-size: 14px;
}

.result-table .table-row:nth-child(even){
  background: #fdfdfd;
}

.result-table .table-row:nth-child(odd){
  background: #f5f5f5;
}

/* Table Sort */
.sorter-wrap{
  display: inline-block;
}
.sorter{
  display: inline-block;
  float: left;
  clear: both;
  height: 8px;
}
.sorter:hover{
  cursor: pointer;
}
.sorter:hover i{
  color: #006dd0;
}
.sorter i{
  font-size: 16px;
}

/* Downloads */

.download-row{
  margin-top: 15px;
}

.download-pdf:hover,
.download-csv:hover{
  cursor: pointer;
}
/*.download-pdf i,
.download-csv i{
  color: #474747;
  font-size: 24px;
  margin-left: 12px;
}*/
/*.download-pdf:hover i,
.download-csv:hover i{
  color: #006dd0;
}*/

.download-list{
  margin: 0;
  padding: 0;
}
.download-list li{
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.download-list strong{
  font-weight: 500;
  color: #444;
}

/* Sticky */

@media screen and (min-width: 768px){
  
  .sticky-active{
    position: relative;
  }

  .sticky-active .sticky{
    position: fixed;
    top: 0;
    padding-top: 25px;
    transition: ease-in-out all .5s;
  }

  .sticky{
    transition: ease-in-out all .5s;
  }
}


/* Delete */

.del{
  color: #006dd0 !important;
  cursor: pointer;
  font-size: 18px;
 }
  
.del:hover{
  color: #ff7712 !important;
}

.del-confirm{
  display: none;
}

/* Audit Table */

.audit-link{
  font-size: 17px;
}

/* Favorites */

.remove-favorite, .add-favorite{
  color: #006dd0 !important;
  cursor: pointer;
  font-size: 18px;
}
.remove-favorite:hover, .add-favorite:hover{
  color: #ff7712 !important;
}

.remove-favorite .fa-heart-crack{
  display: none;
}
.remove-favorite:hover .fa-heart-crack{
  display: inline-block;
}
.remove-favorite:hover .fa-heart{
  display: none;
}

.add-favorite .fa-solid.fa-heart{
  display: none;
}
.add-favorite:hover .fa-solid.fa-heart{
  display: inline-block;
}
.add-favorite:hover .fa-regular.fa-heart{
  display: none;
}

/* Audit Table */

.audit-link{
  font-size: 15px;
  color: #000;
}

/* Add Competitor */

.domain-processing-row,
.domain-error-row,
.update-processing-row{
  display: none;
}

#process, #update{
  margin-bottom: 0px;
}

/* Sign Up Form */

.form-block{
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* Menu */

ul.menu{
  margin: 0;
  padding: 0;
}

.child-links{
  display: none;
  position: relative;
}

.parent-menu-item:hover{
  background: #003e76;
}

.parent-menu-item:hover .child-links{
  display: block;
  position: absolute;
  width: 250px;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #181c21;
}

.parent-menu-item:hover .child-links .child-menu-item{
  display: block;
  clear: both;
  margin: 0;
  width: 100%;
  list-style: none;
}

.parent-menu-item:hover .child-links .child-menu-item a{
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
}

/* Menu Headshot */

header .user-card-headshot{
  max-width: 65px;
  max-height: 65px;
}

/* Status Bar */

.message{
  display: none;
  text-align: center;
}

.status-bar{
  display: none;
  transition: ease-in-out all 0.5s;
  width: 100%;
  background: #dadada;
  border: 2px solid #1d2631;
  text-align: center;
  font-size: 18px;
}
.status-bar .track{
  position: relative;
  width: 100%;
  height: 40px;
  background: #464e57;
}
.status-bar .progress{
  position: absolute;
  background: #006dd0;
  height: 40px;
  width: 0%;
  z-index: 1;
  transition: ease-in-out all 0.5s;
}
.status-bar .progress-overlay{
  position: absolute;
  display: none;
  z-index: 2;
  width: 100%;
  padding-top: 5px;
  color: #fff;
  text-shadow: 3px 3px 2px #444;
}

#view-report{
  display: none;
}

.enter-domain-parent{
  padding-top: 15px;
}

.enter-domain{
  position: relative;
}

#blocker{
  width: 100%;
  position: absolute;
  z-index: 10;
  min-height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
}

#domain-input{
  width: 100%;
  padding: 20px 15px;
}

.form-block #uid{
  display: none;
}

/* Spinner */

.loading{
  height: 0px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  background: #006dd0;
  transition: ease-in-out all 0.5s;
}

.loading.enabled{
  height: auto;
  padding: 20px;
}

.loading span{
  display: none;
}
.loading.enabled span{
  display: inline-block;
}

.status{
  font-size: 25px;
  color: #fff;
}

@-webkit-keyframes spinner {
    50% {
        color: #eee;
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        color: #fff;
    }
}
@-moz-keyframes spinner {
    50% {
        color: #eee;
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        color: #fff;
    }
}
@-ms-keyframes spinner {
    50% {
        color: #ddd;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        color: #fff;
    }
}

.spinner, .loaded{

}

.spinner i{
  color: #fff;
  animation: 1s spinner infinite linear;
  font-size: 30px;
}
.loaded i{
  font-size: 30px;
  color: #fff;
}

/* Competitor Domains */

#add-domain{
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
}

/* Save Canvas */

#canvas-save{
  display: none;
}

/* Select Report */

.choose-report{
  margin-bottom: 50px;
}

.choose-report select{
  padding: 10px 20px;
  font-size: 17px;
  /*margin-left: 10px;*/
  border-bottom: 3px solid #006dd0;
  font-weight: 500;
}

/* Report Sections */

.report-section{
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 5px solid #003e760f;
}


/* Tooltips */

.tooltip-item{
  display: inline-block;
  border-radius: 100px;
  color: #003e76 !important;
  font-size: 20px;
}


/* Countries */

#country-selection{
  font-size: 20px;
  padding: 10px;
  margin-bottom: 15px;

}

/* Custom Styles */

.categories-wrap{
  background:#003e760f;
}

.site-categories{
  background: #f3f3f3;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-section-toggle{
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background: #24282f;
  color: #fff !important;
  font-size: 22px;
}

.site-section{
  margin-bottom: 25px;
}

.site-section-list{
  padding: 20px 0 0 0;
}

.site-section-list ul{
  padding: 0 0 0 25px;
}

.site-section-list li{
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0px;
}

.site-section-list li a{
  font-size: 17px;
}

.filter-section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.filter-section h3{
  border-bottom: 2px solid #007bff;
}

.filters{
  list-style: none;
  padding-left: 15px;
  padding-top: 5px;
}

.filters .filter{
  margin-bottom: 10px;
  font-size: 18px;
}

.filter-vertical li::marker{
  color: #333;
}

.filter a{
  color: #333;
  font-size: 18px;
  transition: ease-in-out all 0.25s;
}

.filter a:hover{
  color: #007bff;
  text-decoration: none;
}

.filter-vertical ul{
  margin: 0;
  padding: 0 0 0 20px;
}

.filter-vertical a{
  color: #333;
  transition: ease-in-out all 0.25s;
}

.filter-vertical a:hover{
  color: #007bff;
  text-decoration: none;
}

.platform-filter-tag .on,
.platform-filter-tag.selected .off{
  display: none;
}

.platform-filter-tag:hover .on{
  display: inline-block;
}
.platform-filter-tag:hover .off{
  display: none;
}

.platform-filter-tag .off,
.platform-filter-tag.selected .on{
  display: inline-block;
}


.platform-filter-tag.selected{
  color: #333;
  font-weight: 700;
}

.top{
  float: right;
  color: #fff;
}
.top:hover{
  color: #007bff;
}

.filter-platform{
  margin-bottom: 20px;
}

.content-item{
  padding: 25px;
  background: #fff;
  color: #181c21;
  border: 2px solid #ccc;
  margin-bottom: 25px;
}

.clear-search{
  display: none;
  margin-left: 5px;
  cursor: pointer;
}

.modal-search button i{
  display: inline-block !important;
}

#vertical-filter{
  margin: 5px 0 15px 0;
}

.filter-error{
  display: none;
}

input.check {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
}

.tag{
  display: inline-block;
  padding: 2px 8px;
}
.tag.shop{
  background: #006dd0;
  color: #fff;
}
.meta-delete:hover{
  color: #c82333 !important;
  cursor: pointer;
}


/* Config Form */

#project-config .config-row{
  margin-bottom: 20px;
}

#project-config .config-row label{
  font-size: 18px;
}

/* Fuel Estimator */

#fuel-estimator{

}

#keyword-sequence{
  background: #fff;
  margin-top: 50px;
}

#fuel-estimator .section-title,
#keyword-sequence .section-title{
  background: #006dd0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 25px;
}

#fuel-estimator h2,
#keyword-sequence h2{
  color: #fff;
  margin-bottom: 0;
}

.section-subtitle{
  text-align: center;
}

.fuel-top-section{
  text-align: center;
  font-size: 18px;
}

.fuel-top-section .price-val{
  font-weight: 700;
  font-size: 26px;
}

.fuel-middle-section{
  padding-top: 40px;
  margin-bottom: 30px;
  font-style: italic;
}

.fuel-calculations-section{
  text-align: center;
}

.ico-section{
  margin-bottom: 20px;
}

.value-section{
  margin-bottom: 15px;
}

@media screen and (max-width: 991px){
  .col-section{
    margin-bottom: 25px;
    border-bottom: 5px dotted #fafafa;
    padding-bottom: 25px;
  }
}

.separator{
  border-bottom: 1px dotted #fafafa;
  margin: 0 auto 15px auto;
  width: 50%;
}

.value-section .price-val{
  font-weight: 700;
  font-size: 20px;
}

.ico-section{
  font-size: 24px;
}

.recommended-budget{
  font-weight: 700;
  font-size: 15px;
}

.monthly-budget{
  font-weight: 700;
  font-size: 26px;
}

.smm-settings{
  padding-top: 40px;
  text-align: center;
}

.hidden{
  display: none;
}

.control-tabs{
  width: auto;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #006dd0;
  margin-bottom: 50px;
}
.control-tab{
  display: inline-block;
  margin: 0 15px 0 0;
  width: auto;
}

@media screen and (max-width: 991px){

  .control-tab{
    clear: both;
    width: 100%;
  }

  .control-tab a{
    padding: 10px 20px;
    display: block;
    width: 100%;
  }

}

.control-tab.active-tab span,
.control-tab a{
  font-weight: 500;
}

.control-tab.active-tab span,
.control-tab a:hover{
  display: block;
  padding: 10px 20px;
  background: #006dd0;
  color: #fff!important;
}

.control-tab a{
  padding: 10px 20px;
}

.control-tab a:hover{
  background: #006dd0;
  color: #fff!important;
  text-decoration: none;
}

#process{
  width: 100%;
  font-size: 22px;
  padding: 15px 0;
}

.add-result-keyword{
  font-size: 18px;
}

.add-result-keyword:hover, .remove-result-keyword:hover{
  color: #006dd0!important;
  cursor: pointer;
}

.base-keyword{
  display: block;
  text-align: center;
  color: #ccc;
}

.add-result-keyword-wrap{
  text-align: center;
}

.saved-keyword{
  font-size: 18px;
  display: block;
  text-align: center;
  color: #006dd0;
}

.last-edited{
  color: #fff;
}

.disabled-text{
  color: #ccc;
}

.enable-subheader{
  top: -5px;
  position: relative;
  display: inline-block;
}

.label-offset{
  cursor: pointer;
  top: -5px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

/* Ratings */
.rating-icons i{
  color: #cbcbcb;
}
.rating-icons i.highlight{
  color: #006dd0;
}

.fuel-icon{
  color: #006dd0;
  font-size: 45px;
}

/* Icons */

.ico-orange{
  color: #ff7712;
}
.ico-blue{
  color: #006dd0;
}

.field-description{
  margin-top: 5px;
  color: #888;
}

/* Select2 */

.select2-container--default .select2-results__option--selected{
  background: #fafafa!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #006dd0 !important;
}

.select2-selection.select2-selection--multiple{
  background: #fafafa!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background: #006dd0 !important;
  border: 1px solid #006dd0 !important;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: #fff !important;
  border-right: 0px solid transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
  background: #ff7712 !important;
}

/* Tables */
.col-keyword-results-est_monthly_search_volume_target,
.col-keyword-results-est_competition,
.col-keyword-results-est_cpc,
.col-keyword-results-check,
.col-saved-keyword-results-est_monthly_search_volume_target,
.col-saved-keyword-results-est_competition,
.col-saved-keyword-results-est_cpc,
.col-saved-keyword-results-check,
.header-est_monthly_search_volume_target,
.header-est_competition,
.header-est_cpc,
.header-check{
  text-align: center;
}



#canvas-save{
  display: none;
}

/* Status */

#status{
  text-align: center;
  font-size: 33px;
}

/* Spinner */

@-webkit-keyframes spinner {
    50% {
        color: #006dd0;
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        color: #006dd096;
    }
}
@-moz-keyframes spinner {
    50% {
        color: #006dd0;
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        color: #006dd096;
    }
}
@-ms-keyframes spinner {
    50% {
        color: #006dd0;
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        color: #006dd096;
    }
}

.spinner{
  margin-bottom: 20px;
}

.spinner i{
  color: #006dd096;
  animation: 1s spinner infinite linear;
  font-size: 44px;
}

/* List View */

.col-delete{
  text-align: center;
}

#form-domain-input, #form-domain-confirm{
  font-size: 20px;
}

#form-domain-confirm{
  text-align: center;
}

#create-project{
  font-size: 22px;
  padding: 15px 0;
}

#project-config{
  max-width: 100%;
}

#new-project-domain-form{
  display: none;
}

#edit-table{
  display: none;
}

#raw-table, #sort-table{
  /*display: none;*/
  padding: 10px 20px;
  background: #fff;
}

#raw-table table{
  background: #fff;
}
#raw-table table th{
  margin-bottom: 10px;
}
#raw-table table tr{
  margin-bottom: 10px;
}

#disassociate-domain{
  margin-top: 20px;
}

.key-table{
  width: 100%;
  border-collapse:separate; 
  border-spacing: 0 7px;
  margin-bottom: 15px;
}

.key-table th{
  font-size: 15px;
  text-align: left;
  padding: 10px 10px 10px 30px;
}

.key-table td{
  font-size: 15px;
  text-align: left;
  border-bottom: 2px dotted #ddd;
  padding: 10px 10px 10px 30px;
}

.key-table tr td:first-child{
  border-left: 2px dotted #ddd;
}
.key-table tr td:last-child{
  border-right: 2px dotted #ddd;
}

.ui-sortable .ui-sortable-handle:hover{
  cursor: pointer;
  color: #006dd0;
}

.ui-sortable-helper{
  width: 100%;
  display: inline-block;
  background: #0d70c91a;
}

.ui-sortable-helper td{
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



.assign-modal ul{
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.assign-modal p{
  margin-bottom: 10px;
}

.assign-link .assign-inner{
  display: inline-block;
  padding: 2px 6px;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 5px;
}

.assign-link .assign-inner i{
}

.assign-link:hover{
  cursor: pointer;
}

.assign-link:hover .assign-inner{
  border-color: #3e1663;
  background: #66289f;
  color: #fff;
}
.assign-link:hover .assign-inner i{
  color: #fff;
}

.assign-this{
  color: #3e1663;
  display: none;
  font-weight: 700;
}

.assign-link:hover .assign-this{
  display: inline-block;
}

.toggle-all-unused{
  cursor: pointer;
  font-weight: 700;
}
.toggle-all-unused:hover{
  text-decoration: underline !important;
}

.result-row{
  padding: 10px 0;
}

.result-row:hover{
  background: #b5c6d533;
}

.result-row .ui-btn{
  margin-bottom: 0px;
}

.result-row.highlighted{
  background: #b5c6d533;
}

.bulk-update{
  margin-right: 10px;
}

#nav-helper{
  /*background: #24282f;*/
  background: rgba(36,40,47,0.9);
  position: fixed;
  bottom: -200px;
  width: 100%;
  padding: 30px 50px 20px 50px;
  color: #fff;
  transition: ease-in-out all 0.5s;
}

#nav-helper.sticky{
  bottom: 0px;
}

.tabs{}

.tabs a{
  color: #333;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.tabs a:hover{
  text-decoration: none;
  color: #006dd0;
}

.tabs .tab{
  border-bottom: 3px solid #ccc;
  transition: ease-in-out all 0.25s;
}

.tabs .active-tab{
  border-bottom: 3px solid #006dd0;
}

.tab:hover{
  transition: ease-in-out all 0.25s;
  border-bottom: 3px solid #006dd0;
}

.tabs .active-tab a{
  color: #006dd0;
}

.copy-text input{
  width: 80%;
  background: transparent;
  border: 0px solid transparent;
}

.col-titles{
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
}

.download-csv-item{
  margin-bottom: 0px;
  padding-top: 15px;
  border-top: 2px dotted #ccc;
}

.intro .download-csv-item i{
  font-size: 18px;
}

.download-csv-item .delete, #nav-helper .delete, .delete-modal .delete{
  display: inline-block; !important;
}

.export-section .card-title{
  margin-bottom: 25px;
  display: block;
}

.buttons.off-screen{
  transition: ease-in-out all 0.5s;
  bottom: -100%;
}

.buttons{
  transition: ease-in-out all 0.5s;
  position: relative;
  bottom: 0;
}

.assign-right-col{
  overflow: hidden;
}

.buttons .spacer{
  display: inline-block;
  margin: 0 10px;
  color: #ccc;
}

#nav-helper strong{
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
}

#nav-helper .ui-btn{
  margin-right: 15px;
}

.redirect-url-title{
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 35px;
  display: block;
  width: 100%
}

.tag{
  font-size: 11px;
  padding: 4px 8px;
  display: inline-block;
  color: #fff;
}

.accuracy-high{
  background: #1d8d1d;
}

.accuracy-medium{
  background: #1d8d8d;
}

.accuracy-low{
  background: #9b8225;
}

.accuracy-poor{
  background: #9b2525;
}

.check-all-row{
  margin-top: 25px;
}

.check-all-row label{
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
    top: -6px;
}

.uploader{
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #333;
  background: #5c6063;
  margin-bottom: 15px;
}

#unlinking-status{
  display: none;
}

.assigned-xml .sitemap-num-select{
  display: none;
}

.xml-form{
  text-align: left;
}

.sitemap-value{
    width:89%;
}

.site-url-input{
  margin-bottom: 15px;
}

.sitemap-num-select{
  margin-top: 25px;
  margin-bottom: 20px;
}

#num-sitemaps{
  width: 50px;
  text-align: center;
  margin-left: 10px;
}

.sitemap-item{
  margin-bottom: 10px;
}

.sitemap-item .ui-btn{
  margin: 0px;
}

.archived-message{
  background: #519bdd;
  color: #fff;
  text-align: center;
  padding: 100px 0 100px 0;
}

.showit{
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
}

.result-row{
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.left-col, .right-col{
  transition: ease-in-out all 0.25s;
}

.hidden{display: none;}

#site-url{
  font-size: 22px;
  margin-bottom: 25px;
}
.f-row{
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ccc;
}
.f-row.no-border{
  border-bottom: 0px solid transparent;
}
form button{
  width: 100%;
  color: #fff;
  background: #005cb3;
  border: 2px solid #005cb3;
  padding: 10px 20px;
}
form button:hover{
  color: #fff;
  background: #02396b;
  cursor: pointer;
}
form input[type="text"]{
  min-width: 300px;
}
#platform-alt{
  font-style: italic;
}
