.report-content-nav.nav-tabs > li {
    float: none;
}

.check-item-first {
    /* border-top: 1px solid #ebeff2; */
}

.shared_link_error{
	opacity:0;
	display:block;
    padding: 20px 40px;
    background: lightgoldenrodyellow;
    position: fixed;
    top: 50%;
    left: 49%;
    margin-left: -150px;
    z-index: 99999;
}

.report-content-nav.nav-tabs > li > a {
    border-top: 1px solid rgb(189, 195, 199);
    border-left: 1px solid rgb(189, 195, 199);
    border-right: 1px solid rgb(189, 195, 199);
    border-bottom: 0px;
    border-radius: 0px;
}


.nav-stacked > li:last-child > a {
    /* border-left: none; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

    border-bottom: 1px solid rgb(189, 195, 199);
    border-left: 1px solid rgb(189, 195, 199);
    border-right: 1px solid rgb(189, 195, 199);

}


.nav-stacked > li:first-child > a {
    /* border-left: none; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    border-top: 1px solid rgb(189, 195, 199);
    border-left: 1px solid rgb(189, 195, 199);
    border-right: 1px solid rgb(189, 195, 199);

}

.btn-need-a-hand {
    display: inline-block;
    margin: 10px 120px;
    font-size: 18px;
}
.btn-do-it-for-me {

}
.btn-doit{
	margin-top:50px;
	margin-bottom:50px;
}
.modal {
    /* background: rgba(0,0,0,0.5); */
}

.modal-backdrop.in{
    opacity: .75!important;
}
.modal-dialog {
    margin: 100px auto;
}

.row-hidden {
    display: none;
}

.recommendation-expand {
    display: block;
    width: 140%;
}
.recommendation-expandable {
    display: none;
    position: relative;
}
.recommendation-expand h5 {
    font-size: 17px;
    font-weight: normal;
    cursor: pointer;
    width: 70%;
}
#recommendations > table > tbody > tr > td:nth-child(3), #recommendations > table > tbody > tr > td:nth-child(4) {
    font-size: 16px;
    padding: 20px 0 !important;
    width: 15%;
}
#recommendations > table > tbody > tr > td:nth-child(4) {
    text-align: center;
}
#recommendations > table > tbody > tr > td:nth-child(5) {
    padding: 20px 0;
    text-align: center;
}
#recommendations .icon-expand {
    font-size: 20px;
    color: #BDC3C7;
}
.recommendation-details {
    padding: 0 20px;
}
.recommendation-details h6 {
    margin-left: -5px;
}
.recommendation-details .table {
    width: 80%;
}

.page-size-info .fa-info-circle {
    color: #BDC3C7;
}

.site_logo {
    text-align: center;
    height: 42px;
    width: 173px;
    background: url('/img/logo_nav.png') no-repeat center center;
    background-size: contain;
    z-index: 50;
    position: relative;

    /* margin-top: 5px;*/
}

.dashboard-nav .site_logo{
    margin: 0;
}

.panel_logo {
	text-align: center;
    height: 97px;
    width: auto;
    margin: 0 auto;
    background: url('/img/logo_full.png')no-repeat center center;
    background-size: contain;
}
.agency-logo{
    /* placeholder */
    background-image: url(/img/logo_whitelabel.png);
    background-size: contain;
    height: 100px;
    /*
    width: 100px;
    */
    position: relative;
    border-radius: 2px;
    background-color: #FFF;
}
.topbar-main .agency-logo{
    position: absolute;
}
.wrapper-page .card-box {
	padding: 9px;
}
.wrapper-page .card-box .panel-heading{
	padding: 10px 15px;
}
.score_name{
	text-align:center;
	margin-top:20px;
	font-size:14px;
	font-weight: bold;

}
 .half_input_form{
     display:inline-block;
     width:50%;

 }
/* need to finish/fix */



@media (min-width: 768px){
	.technologies-img{
		height:40px;
	}
    .topbar-main .agency-logo {
        position: relative;
        width: 200px;
    }

}
@media (min-width: 992px) {
    .topbar-main .agency-logo {
        position: relative;
        width: var(--logo-width);
    }
}
.report-content-nav.nav-tabs > li > a, .report-content-nav.nav-tabs > li > a:hover, .report-content-nav.nav-tabs > li > a:focus {
    /*padding: 7px 21px 8px; */
  /*  margin-right: 0;
    margin-bottom: 0; */
    /* border: none; */
    /* border-color: transparent; */
    /*border-bottom-color: transparent;*/
    /* border-radius: 6px 6px 0 0; */
}

.report-content-nav.nav-tabs > li > a:hover, .report-content-nav.nav-tabs > li > a:focus {
    color: #1abc9c;
    background-color: transparent;
    border: 2px solid #e1e4e7;
    outline: none;
}


.sc-result-icon {
	font-size: 30pt !important;
}


.sc-simple-result-icon {
	font-size: 10pt !important;
	height: auto !important;
	width: auto !important;
}


.sc-result-icon-success {
	color: rgb(46, 204, 113);
}

.sc-result-icon-error {
	color: rgb(231, 76, 60);
}

.sc-result-icon-neutral {
	color: rgb(189, 195, 199);
}

.sc-result-icon-info {
	color: rgb(241, 196, 15);
}


/*
fui-check-circle
fui-cross-circle
fui-info-circle
fui-alert-circle
*/

/* icons seem to position strangely */
.table [class*="fui-"] {
	top: 0px;
	margin: 0px;
}


.compare {
	font-size:16px !important;
	font-weight:bold;
}

.search-bar-label {
	font-size: 15px;
	margin-right: 20px;
    color: #fff;
}

#submit {
	margin-right: 6px;
    padding: 9px 15px;
}

.search-box {
    height: 42px;
}

.search-box-row #progress-bar {
    margin: 4px 0;
}

@media (min-width: 1100px) {
    .search-box-row {
        position: absolute;
        top: 12px;
        left: 220px;
    }
	.result_banner-txt{
		padding-right:25px!important;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
    .search-box-row {
        margin: 20px;
        text-align: center;
    }
}

@media (max-width: 991px) {

    .guest-banner-logo{
        display:none;
    }
    .guest-banner-container{
        flex-direction: column!important;
    }

    .guest-banner-image-container + .guest-banner-text-container,
    .guest-banner-text-container + .guest-banner-image-container{
        margin-top: 15px;
    }

    .guest-banner-text-container,
    .guest-banner-image-container {
        width: 100%!important;
        padding-left:0!important;
        padding-right:0!important;
    }

    .guest-banner-image-container{
        /* height: 200px; */
        overflow: hidden;
        min-height: initial!important;
    }
    .guest-banner-image-container img{
        width: 55%!important;
        top: 0 !important;
        position: static!important;
        /* height: max-content!important; */
    }
}

#progress-bar-loading h4 {
    text-align: center;
}

.custom-small-icon {
	font-size: 12px;
}

.custom-report-progress {
	margin-top:10px !important;
	width:370px !important;
}

.legendLabel {
	font-size: 14px;
}

.button_panel-left{
	display:inline;
}
.button_panel-right{
    margin-top: 10px;
}


/* @media (min-width: 768px) */
.report-content-nav.nav-tabs > li.active > a,
.report-content-nav.nav-tabs > li.active > a:hover,
.report-content-nav.nav-tabs > li.active > a:focus {
/*    color: #7f8c9a;*/
    background-color: inherit;
    /* border-color: #e1e4e7; */
    border-width: 1px !important;
    border-bottom-color: #fff;
}


.report-content-nav.nav-tabs > li.active {
    background-color: #1abc9c !important;
    border: 0px !important;
    /* color: white !important; */
}

.report-content-nav.nav-tabs > li.active > a {
	color: white !important;
}


.social-activity-item, .seo-item {
	display: inline-block;
	width: 140px;
	height: 130px;
    vertical-align: bottom;
	margin: 10px;
	padding: 10px;
	background: #eeeeee;
    color: white;
    border-radius: 5px;

}
.seo-item {
    width: 150px;
}
.social-activity-item .title, .seo-item .title {
	text-align: center;
}
.social-activity-item .value, .seo-item .value {
	text-align: center;
	font-weight: normal;
    font-size: 24pt;
}


.facebook-likes, .facebook-comments, .facebook-shares {
    background-color: #3b5998 !important;
}

.pinterest {
    background-color: #cb2027 !important;
}

.gplus {
    background-color: #dd4b39 !important;
}

.linkedin {
    background-color: #007bb6 !important;
}

.stumbleupon {
    background-color: #dd4b39 !important;
}

.vkontakte, .moimir, .odnoklassniki {
    background-color: #517fa4 !important;
}

.moz-backlinks, .moz-all-backlinks, .moz-da {
    background-color: #34d3eb !important;
}

.ps-total-size {
    background-color: #81c868  !important;
}

.ps-html-size, .ps-image-size, .ps-css-size, .ps-js-size, .ps-other-size {
    background-color: #5fbeaa  !important;
}


#progress-bar h4 {
	text-align: center;
}
#progress-bar .progress-bar {
	width: 100%;
}


#error {
    margin: 0 0 20px;
    color: #ee0000;
    font-weight: bold;
    text-align: center;
}

.score-row {
	margin: 50px 0 40px;
}
.score-row .thumbnail {
    width: 90%;
}
.score-row .thumbnail.dynamic-thumbnail-loading {
    width: auto;
    margin: 30px auto;
}
.nav-pills.switch-view-nav {
	margin: 10px 15px;
}
.nav-pills.switch-view-nav > li > a {
    font-size: 20px;
    font-weight: normal;
	background-color: transparent;
	color: inherit;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
}
.nav-pills.switch-view-nav > li.active > a {
    background-color: #1abc9c;
	color: white;
}
.nav-pills.switch-view-nav > li:first-child > a {
    border-left: 1px solid #ddd;
}
.nav-pills.switch-view-nav > li:last-child > a {
    border-right: 1px solid #ddd;
}
.tab-content.switch-view-nav-panes {
    border: none;
}

.wrapper .tab {
    display: none;
}
.wrapper .tab.active {
    display: block;
}
.tab-dashboard .todo-list .checkbox-primary input[type="checkbox"] + label::before,
.tab-dashboard .todo-list .checkbox-primary input[type="checkbox"] + label::after {
    display: none;
}

.table-detail.widget-bg-color-icon {
    width: 10%;
}
.widget-bg-color-icon.widget-bg-color-icon-small .bg-icon {
    width: 50px;
    height: 50px;
}
.widget-bg-color-icon.widget-bg-color-icon-small .bg-icon i {
    font-size: 26px;
    line-height: 48px;
}
.table-box.recommendation-what-why-how .table-detail {
    vertical-align: top;
}
.recommendation-expand {
    /* cursor: pointer; */
}
.filter-button {
    margin: 1px;
}
.field-keywords table td, .field-keywords table th {
    text-align: center;
}
.errorMessage {
    color: red;
}
.errorMessageBlock{
    color: red;
}
.errorMessageBlock:empty{
    display: none;
}
.form-group {
    overflow: hidden;
}

.technology-icon {
    display: inline-block;
    width: 20px;
}

.section-title {
    color: #505458;
    word-wrap: break-word;
}

.bg-brown {
    background-color: #fff;
}

.btn-gray {
    background-color: #c0c0c0 !important;
    border: 1px solid #c0c0c0 !important;
    color: white;
}
.btn-gray:hover {
    color: white;
}

.price_card {
	margin-bottom:0 !important
}
.company-logo-dropzone {
    width: 228px!important;
    height: 160px !important;
    min-height: inherit!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-favicon-dropzone {
    width: 160px!important;
    height: 160px !important;
    min-height: inherit!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo-dropzone .dz-message {
    padding: 0 31px 0 31px !important;
}

.font-size-small * {
    font-size: 15px!important;
}

.beta-badge {
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffbd4a;
    padding: 0 6px;
    border-radius: 3px;
    bottom: 9px;
    position: relative;
    margin-left: 5px;
}
.guest-localseo-badge, .guest-social-badge {
    background-color: #5D9CEC;
    color: white;
    overflow: hidden;
    padding: 15px 20px 20px 20px;
    margin: 0;
    border: 1px solid rgba(54, 64, 74, 0.05);
    border-radius: 0 0 5px 5px;
    border-top: none;
}
.guest-localseo-badge a, .guest-social-badge a {
    color: white;
    text-decoration: underline;
}
.guest-localseo-badge i {
    background: url('/img/LogoWhite400.png') no-repeat center center;
    width: 130px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -5px;
    background-size: contain;
}
.guest-social-badge i {
    background: url('/img/tagsyoutube-logo-blue.svg') no-repeat center center;
    width: 130px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -7px;
    background-size: contain;
}

@media (max-width: 1024px) {
	.modal-dialog.modal-lg{
		padding:0 !important;
	}
	.price_card {
	    margin-bottom:35px !important;
	}
}

.reseller-logo-dropzone {
    width: 228px;
    min-height: 160px !important;
    text-align: center;
}

.reseller-logo-dropzone .dz-image ,
.company-logo-dropzone .dz-image,
.company-favicon-dropzone .dz-image {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}
.reseller-logo-dropzone .dz-image img,
.company-logo-dropzone .dz-image img,
.reseller-logo-dropzone .dz-image img,
.company-logo-dropzone .dz-image img {
    max-height: 80px;
    max-width: 156px;
}

.company-favicon-dropzone .dz-image img {
    height: 32px;
    width: 32px;
}

.company-favicon-dropzone .dz-message {
    font-size: 10px!important;
    padding: 20px;
}

.company-favicon-dropzone {
    width: 128px;
    min-height: 80px !important;
    text-align: center;
    padding: 0

}

.company-favicon-dropzone .dz-image {
    margin-top: 35px;
}

.dz-error-mark {
    background-color: indianred;
}
.reseller-logo-dropzone .dz-preview,
.company-logo-dropzone .dz-preview
{
    min-height: 80px !important;
}
.company-logo-dropzone .dz-error-message{
    left: -30px!important;
}
.company-favicon-dropzone .dz-error-message{
    left: -60px!important;
}
.reseller-logo-dropzone .dz-size,
.company-logo-dropzone .dz-size,
.company-favicon-dropzone .dz-size {
    display: none;
}
#audits .pagination > .active > a,
#pages .pagination > .active > a,
#issues .pagination > .active > a,
#leads .pagination > .active > a,
.agency-dashboard .pagination > .active > a,
#administration .pagination > .active > a {
    background-color: #5d9cec !important;
    border: 1px solid #5d9cec !important;
}
.nav.nav-tabs.agency-tabs > li > a:hover, .nav.nav-tabs.agency-tabs > li.active > a {
    color: #5d9cec !important;
}
.company-details p {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin: 0;
    position: relative;
}
.wrapper.agency-dashboard {
    margin-top: 50px !important;
}

@media (max-width: 991px) {

	.img_res{
		height: 200px;
		overflow: hidden;
	}
	.result_banner p{
		font-size: small;

	}
	.result_banner-txt{
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	.result_banner.row{
	   height: 400px;
	}
	.result_banner.bottom_banner.row{
		height: 350px;
	}
	.result_banner .col-md-6 h3{
		padding-bottom:0;
		padding-top:0!important;
		font-size: 24px;
	}
	.result_banner .img_res img {
		padding-left: 30%!important;
		padding-top: 30px!important;
		width: 70%!important;
	}
    .wrapper.agency-dashboard {
        margin-top: 60px !important;
    }
	.result_banner-logo {
		display:none;
	}
	.bottom_banner .result_banner-txt{
		height:initial!important;
	}
    .waves-effect{
        white-space: normal;
    }
}

@media (min-width: 360px) {
  .nav-tabs.nav-justified > li {
    display: table-cell !important;
    width: 1% !important;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0 !important;
  }
}

.alert.successMessage {
    background-color: #E3EED8;
    border-color: #DBE6C6;
    color: #4D713D;
}

.alert.successMessageStatic {
    background-color: #E3EED8;
    border-color: #DBE6C6;
    color: #4D713D;
    display: block!important;
}

.report-explanation {
    display: none;
}

.tab-content {
    /*overflow-x: auto !important;*/
}

.table-part table.table {
    margin-bottom: 0;
}
.btn.expand-task,
.btn.collapse-task {
    /*
    margin-top: 10px;
    */
}


@media (max-width: 320px) {
	.result_banner .img_res {
		height: 150px;
	}
	.result_banner.bottom_banner.row{
		height: 530px!important;
	}
}
@media (max-width: 1100px) {

	.panel-footer .btn-twitter,
	.panel-footer .btn-facebook,
	.panel-footer .btn-warning,
	.panel-footer .btn-primary,
	.panel-footer .btn-inverse {
		margin: 0 0 10px 0;
	}
}

@media (min-width: 992px) {
    .topbar-main .agency-logo {
        position: relative;
        width: var(--logo-width);
    }

    .charts-container{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-content: stretch;
        -webkit-align-content: stretch;
        -webkit-align-items: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }

    .charts-container .chart-container{
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        flex-direction: column;
        align-items: center;
    }

    .chart-container .chart-title{

    }

    .chart-container .chart-graph{
        margin-top: auto;
    }
}

.btn-shared_link span{
	font-size:12px;
}
.tab-results .portlet-body{
	padding-bottom: 0;
}
.portlet{
	/* display:none!important; */
}

.portlet .portlet-heading.portlet-heading-empty{
    padding:0;
}

.portlet .portlet-heading.portlet-heading-empty .portlet-widgets{
    padding: 12px 20px;
}


.embed-preview {
	box-sizing: content-box;
}
.button_panel-left .btn-do-it-for-me{
	display:inline-block;
}
.btn-do-it-for-me{
	display:none!important;
}

.malware-details{
    margin-top: 30px;
}

.malware-image img{
    width: 100%;
    max-width: 150px;
}

.malware-status i{
    font-size: 45px;
    font-weight: bold;
}

.alert-danger .alert-link-danger{
    color: #f05050;
    font-weight: bold;
    text-decoration: underline;
}

.alert-danger .alert-link-info{
    color: #34d3eb;
    font-weight: bold;
    text-decoration: underline;
}

.f-14{
    font-size: 14px;
}

.no-wrap{
    white-space: nowrap;
}
.d-inline{ display: inline!important; }
.d-inline-block{ display: inline-block!important; }

.clearfix{
    clear: both!important;
}

.portlet-report-intro .portlet-title{
    word-wrap: break-word;
    width: 90%;
}

.gm-profile-info {
    overflow-x: auto; 
}

.gm-profile-info table tr td {
    word-break: normal;
}

.gm-profile-info table tr:nth-child(2) td:last-child {
    word-break: break-word;
}

.portlet-heading-inside-panel {
    page-break-inside: avoid!important;
    margin-top: -55px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 30px;
    padding: 12px 20px!important;
}
.content .output-table {
    overflow-x: auto;
}
.field-googleMapsProfileCompleteness table tr td:first-child {
    min-width: 100px;
    width: 100px;
}
.field-googleMapsReviews table tr td:first-child {
    width: 50px;
}
.field-googleMapsProfileExists table tr td img {
    margin-top: -3px;
}
.field-hasFacebook table tr td img,
.field-hasTwitter table tr td img,
.field-hasInstagram table tr td img,
.field-hasYoutube table tr td img
{
    margin-top: -2px;
}
.field-hasLinkedIn table tr td img
{
    margin-top: -4px;
}
.field-googleMapsProfileExists table tr td span,
.field-hasFacebook table tr td span,
.field-hasTwitter table tr td span,
.field-hasInstagram table tr td span,
.field-hasLinkedIn table tr td span,
.field-hasYoutube table tr td span
{
    margin-left: 8px;
}
.rating-line {
    margin-left: 25px;
    margin-top: 30px;
    padding-left: 0;
}
.rating-table {
    margin-top: 30px;
}
.rating-line li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    display: inline-block;
}
.rating-label {
    height: 16px;
    width: 16px;
    color: #ccc;
    font-size: 18px;
    line-height: 16px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.rating-label:last-child {
    margin-right: 0;
}
.rating-label.is-active {
    color: #feca02;
}
.rating-label.half-star:not(.is-active):before {
    content: attr(data-char);
    position: absolute;
    overflow: hidden;
    color: #feca02;
}
.rating-label.half-star-40:before {
    width: 50%;
}
.rating-label.half-star-55:before {
    width: 60%;
}
.rating-label.half-star-70:before {
    width: 70%;
}
.progress-bar-container-small {
    margin-top: -10px;
    margin-left: -15px;
    margin-bottom: 5px;
    float:left;
}
.progress-bar-container-small #progress-bar-loading {
    width: 262px;
}
.progress-bar-container-small .progress-fill {
    margin-left: 26px;
}
.field-googleMapsReviews table th:first-child {
    padding-left: 0;
}
@media  (max-width: 767px){
    #topnav .topbar-main .nav > li > a {
        /* margin-right: 20px; */
    }
    .search-box-row {
        margin: 20px;
    }
    .form-group {
        margin-bottom: 12px;
    }
    .company-details p {
        font-size: 12px;
    }
    /*
    .btn-do-it-for-me {
        right: -80px;
        width: 80px;
        white-space: normal;
        font-size: 15px;
    }
    */
    /*
    #rankings .question, #rankings .field-details, #rankings .answer,
    #links .question, #links .field-details, #links .answer, #links .field-answer
    {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    */

    .guest-banner-image-container img{
        width: 70%!important;
    }
}

@media (max-width: 420px) {
    .btn-shared_link span{
        display:none;
    }
    .panel-footer{
        text-align:center;
    }
    .panel-footer .button_panel-right{
        margin-top:0;
    }
    .guest-banner-image-container img{
        width: 85%!important;
    }
}

/*@media (max-width: 1200px) {*/
/*    !*.field-desktopPageOpportunities {*!*/
/*    !*    width: 100%;*!*/
/*    !*}*!*/

/*    !*.field-mobilePageOpportunities {*!*/
/*    !*    width: 100%;*!*/
/*    !*}*!*/

/*    .field-desktopPageInsightsTable .field-details .table-responsive {*/
/*        width: 100%;*/
/*    }*/

/*    .field-mobilePageInsightsTable .field-details .table-responsive {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.table-chart-item {
     background-color: #5d9cec;
     margin: 0;
     display: inline-block;
     height: 1em;
     text-align: left;
     transition: 0.5s all;
}
