/*
/* ==================== 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;
}

.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.insight{
  border: 2px solid #ccc;
  border-radius: 9px;
  padding: 10px 20px;
  background: #fff;
}

.ui-btn.insight span{
  color: #006dd0 !important;
  font-size: 16px !important;
  font-weight: 700;
}

.ui-btn.insight i{
  font-size: 22px;
  color: #006dd0;
}

.ui-btn.insight:hover{
  background-color: #006dd0;
  border-color: #006dd0;
}

.ui-btn.insight:hover span,
.ui-btn.insight:hover i{
  color: #fff !important;
}

.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;
}

.link-card a 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{
  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 ====================
*/

.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;
  padding: 15px 0;
  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, .del-confirm{
  color: #006dd0 !important;
  cursor: pointer;
  font-size: 18px;
 }
  
.del:hover, .del-confirm: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;

}

.report-col-style-b{
  background: #49499d; 
}
.report-col-style-s{
  background: #09770d;
}
.report-col-style-b, .report-col-style-s {
  color: #fff;
  width: 100%;
  min-height: 30px;
  text-align: center;
}  
.report-col-style-b a i, .report-col-style-s a i {
  color: #fff;
}

.audit-report-row{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.insights{
  margin-top: 50px;
}

.insight-process{
  margin-bottom: 50px;
}