/*@import 'web-fonts.css';*/
/*@import 'tables.css';
@import 'less-tables.css';
@import 'less.css';
@import 'icon.css';
@import 'animations.css';
@import 'aditem.css';
@import 'carousel.css';
@import 'panel.css';
@import 'panel-summary.css';
@import 'mt-grid.css';*/

body {
    min-width: 1100px;
}

body, header .pagination-row {
    font-weight: 100;
    margin: 0px;
}

.font-size-18px {
    font-size: 18px;
}

.font-size-8px {
    font-size: 8px;
}

.font-size-10px {
    font-size: 10px;
}

.font-weight-normal {
    font-weight: normal;
}

.left-left {
    float: left;
    text-align: left;
}

.right-right {
    float: right;
    text-align: right;
}

.margin-left-neg-5px {
    margin-left: -5px;
}

.margin-right-neg-5px {
    margin-right: -5px;
}

.alert {
    margin-bottom: 0px;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}

.alert-danger {
    background-color: #e00317;
    border-color: #e00317;
    color: #fff;
}

.replaceable-label span {
    /*visibility: hidden;
  display: none;*/
}

.VizFilterCls {
    margin-left: 220px;
}

.alert-warning {
    background-color: #f4ac00;
    border-color: #f4ac00;
    color: #fff;
}


.alert-success {
    background-color: #24a259;
    border-color: #24a259;
    color: #fff;
}

.alert-primary {
    background-color: rgb(51,121,186);
    border-color: rgb(51,121,186);
    color: #fff;
}

.alert-dismissible .close {
    color: #000000;
}

.subMenuNavigation {
    background-color: #F1F1F1;
}

.container-fluid {
    padding: 0px;
    transition: all 500ms ease;
    /*  margin-left:70px;  Added for left sidebar */
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.075);
    padding-bottom: 0px;
}

    .dropdown-menu > li > a {
        padding: 8px 20px 8px 20px;
        font-size: 14px;
    }

.dropdown-menu-checkbox > li > a {
    padding: 8px 20px 8px 30px;
    font-size: 12px;
    border: none;
}

.dropdown-menu-checkbox {
    background-color: #fff !important;
    border: 1px solid #c9d0d6 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #8CAEB1; /*#f3f6fb;*/
}

.dropdown-menu > .active > a {
    color: #000000;
    text-decoration: none;
    outline: 0;
    background-color: #ffffff;
}

    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #336E74;
    }


.dropdown-menu .divider {
    background-color: #d6e0f1;
}

.nav-tabs > li > a {
    border-radius: 0px;
}

    .nav-tabs > li > a:hover {
        color: #004a52;
    }

/* additions for mt */
.modal-backdrop {
    z-index: 0;
}


/* start dump */

.list-info li {
    padding: 10px;
    /*border-bottom: 1px solid #d6e0f1;*/
    border-bottom: 1px solid #e0e9ea;
    /*color: #777;*/
    color: #333;
    padding-top: 11px;
}

    .list-info li:last-child {
        border-bottom: 0px transparent;
    }

    .list-info li label {
        width: 165px;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: normal;
        /*color: #000;*/
        color: #333;
        line-height: 1.8;
    }

        .list-info li label.margin-bottom-0px {
            margin-bottom: 0px;
        }


.callout {
    min-height: 87px;
    padding: 10px 15px;
    margin-bottom: 13px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #d6e0f1;
}

    .callout p {
        margin: 0px;
    }

.row .col-sm-3:last-child .callout,
.row .col-sm-2:last-child .callout {
    margin-right: 0px;
}


.callout .box-icon {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
}

.callout p.size-h2 {
    color: #000;
}

.callout .text-muted {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}

.callout .header-bottom-text {
    color: #5f6f7a;
    font-size: 14px;
    font-weight: 500;
}

.box-icon {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 65px;
    vertical-align: middle;
    text-align: center;
    font-size: 35px;
}


.bg-danger {
    background-color: #E94B3B;
    color: #fff;
}

.size-h2 {
    font-size: 30px;
}

.panel-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    border: none;
    height: auto;
}

    .panel-box .panel-top {
        padding: 25px 20px;
        -moz-border-radius-topleft: 2px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .panel-box .panel-top, .panel-box .panel-bottom {
        display: block;
    }

    .panel-box .panel-top-inline {
        display: inline-block;
        width: 100%;
    }

    .panel-box .panel-top-table {
        display: table;
        width: 100%;
    }

    .panel-box .panel-body {
        /*border: 1px solid #D6E0F2;*/
        border: 1px solid #E0E9EA;
        padding: 0px;
    }

        .panel-box .panel-body .panel-profile {
            border-bottom: 0px transparent;
            border-top: 0px transparent;
            background: #fff;
            padding: 4px;
        }

            .panel-box .panel-body .panel-profile ul {
                margin-bottom: 0px;
                text-align: left;
                max-height: 188px;
                overflow: auto;
                padding: 0px;
                padding-bottom: 0px;
            }

.bg-facebook {
    background-color: #335397;
    color: #fff;
}

.size-h1 {
    font-size: 14px;
    font-weight: 100;
    margin: 10px 0px;
}

.panel-box .list-justified-container {
    padding: 15px 0;
}

.panel-box ul.list-justified {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
}

    .panel-box ul.list-justified p {
        margin: 0px;
    }

.size-h3 {
    font-size: 24px;
}

.panel-box ul.list-justified > li {
    float: none;
    display: table-cell;
    padding: 10px;
    width: 1%;
    border-right: 1px solid #D6E0F2;
}

    .panel-box ul.list-justified > li:last-child {
        border: none;
    }

.divider {
    display: block;
    height: 10px;
}

.bg-primary {
    color: #fff;
}

.panel {
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel-profile .profile {
    margin: 5px 20px 5px 15px;
    border-radius: 50%;
    -moz-box-shadow: 0 0 0 5px #2b9adf,0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 0 5px #2b9adf,0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 5px #2b9adf,0 0 10px 0 rgba(0,0,0,0.2);
}

.bg-info {
    background-color: #93A2B0;
    color: #fff;
}

.bg-success {
    background-color: #24a259;
    color: #fff;
}






.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}



.nav-pills > li > a {
    border-radius: 0px;
    line-height: 40px;
    color: #669297;
}


.nav-stacked > li {
    margin-top: 0px;
    margin-left: 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

    .nav-stacked > li + li {
        margin-top: 0px;
        margin-left: 0;
    }


.nav-pills > li.active > a,
.ui-tabs-nav > li.ui-tabs-selected > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #002C31 !important;
    background: none;
    border-bottom: 5px solid #00A8B8;
    font-weight: bold;
    cursor: pointer;
    margin-top: 0px !important;
    padding: 0;
}

.nav-pills > li > a:hover {
    color: #002C31 !important;
    background: none;
    border-bottom: 5px solid #00A8B8;
    font-weight: bold;
    cursor: pointer;
}

.nav-pills > li.active {
    /*border-right: 0px transparent;*/
}

.nav-stacked > li:last-child {
    border-bottom: 0px transparent;
}

.div-border-red {
    border: solid 1px red !important;
}

.aditem-thumbnail-view .aditem-details .row {
    padding-left: 0px;
    padding-right: 0px;
}


.panel-group .panel + .panel {
    margin-top: 0px;
}

.aditem-thumbnail-view {
    padding: 0px;
    border-bottom: 0px transparent;
}

    .aditem-thumbnail-view .aditem-image {
        font-size: 95px;
        height: 270px;
        line-height: 0;
        padding-top: 5px;
    }

    .aditem-thumbnail-view .aditem-image-full {
        font-size: 95px;
        /*height: 475px;*/
        line-height: 0;
        padding-top: 5px;
    }

    .aditem-thumbnail-view:hover {
        padding-left: 5px;
        /*background-color: #ffffff;*/
        background-color: #e0e9ea;
    }

    .aditem-thumbnail-view .container-fluid:hover {
        background-color: #f3f6fb;
    }

    .aditem-thumbnail-view .aditem-details {
        top: 243px;
        height: 52px;
        left: 2%;
        width: 96%;
    }

    .aditem-thumbnail-view .aditem-details-1prod {
        top: 332px;
        height: 24px;
    }

    .aditem-thumbnail-view:hover .aditem-details-1prod {
        top: 280px;
        height: 79px;
    }

    .aditem-thumbnail-view .aditem-details-2prod {
        top: 313px;
        height: 46px;
    }

    .aditem-thumbnail-view:hover .aditem-details-2prod {
        top: 258px;
        height: 101px;
    }

    .aditem-thumbnail-view .aditem-details-3prod {
        top: 280px;
        height: 68px;
        background: #ffffff;
    }

    .aditem-thumbnail-view:hover .aditem-details-3prod {
        top: 235px;
        height: 121px;
    }

    .aditem-thumbnail-view .aditem-details-4prod {
        top: 268px;
        height: 90px;
        background: #ffffff;
    }

    .aditem-thumbnail-view:hover .aditem-details-4prod {
        top: 215px;
        height: 140px;
    }



    .aditem-thumbnail-view .aditem-details-testrun-1prod, .aditem-thumbnail-view:hover .aditem-details-testrun-1prod {
        top: 305px;
        height: 79px;
        background: #ffffff;
    }

    .aditem-thumbnail-view .aditem-details-testrun-2prod, .aditem-thumbnail-view:hover .aditem-details-testrun-2prod {
        top: 283px;
        height: 101px;
        background: #ffffff;
    }

    .aditem-thumbnail-view .aditem-details-testrun-3prod, .aditem-thumbnail-view:hover .aditem-details-testrun-3prod {
        top: 260px;
        height: 121px;
        background: #ffffff;
    }

    .aditem-thumbnail-view .aditem-details-testrun-4prod, .aditem-thumbnail-view:hover .aditem-details-testrun-4prod {
        top: 240px;
        height: 140px;
        background: #ffffff;
    }


.aditem-thumbnail-view {
    padding: 5px;
}

    .aditem-thumbnail-view .container-fluid {
        /*border: 1px solid #d6e0f1;*/
        border: 1px solid #E0E9EA;
        padding-bottom: 8px;
        background-color: #ffffff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

        .aditem-thumbnail-view .container-fluid:hover {
            background-color: #f3f6fb;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

            .aditem-thumbnail-view .container-fluid:hover .aditem-details {
                background-color: #f3f6fb;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }

    .aditem-thumbnail-view:hover .container-fluid {
        background-color: #f3f6fb;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .aditem-thumbnail-view .aditem-details {
        padding: 0px 15px;
        position: absolute;
        overflow: hidden;
        transition: all 0.4s ease;
        animation-delay: 2s;
    }

.aditem .aditem-details .row {
    padding-top: 2px;
}

.aditem .aditem-details .btn-aditem-wrapper {
    border-top: 1px solid #d6e0f1;
    margin-top: 6px;
}

.aditem .left-left {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}

.aditem .right-right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shape {
    margin-right: -12px;
    margin-top: -23px;
    border-width: 0 70px 50px 0;
    border-radius: 15px;
}

.shape-text {
    font-weight: normal;
    font-size: 15px;
    top: 3px;
    right: -31px;
}

.shape-text-alt {
    width: 63px;
    color: #ffffff;
    margin-top: 1px;
    font-size: 15px;
    padding-top: 22px;
    text-align: center;
}

.aditem .btn-aditem-wrapper p.btn-aditem-free {
    width: 50%;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 15px;
    text-align: center;
    float: left;
    border-right: 1px solid #d6e0f1;
}

.aditem .btn-aditem-wrapper p.btn-aditem:last-child {
    border-right: 0;
}

.list-info li label {
    /*width: 75%; */
}

.panel-box .panel-top {
    padding: 8px 20px;
}

.check-menu label:hover {
    cursor: pointer;
}

.thumbnail-header .check-menu {
    padding-top: 6px;
}

.thumbnail-header .account-field {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.thumbnail-header .week-ending-field {
    font-weight: 100;
    font-size: 14px;
    padding-left: 13px;
}

.bg-info {
    background-color: rgba(0,0,0,0.4);
}

.width-16percent {
    width: 16%;
}

.width-19percent {
    width: 19%;
}

.width-20percent {
    width: 20%;
}

.width-23percent {
    width: 23%;
}

.panel-body {
    padding-top: 25px;
}

.thumbnail-header {
    padding-left: 5px;
    padding-top: 5px;
    overflow: hidden;
    height: 75px;
}

    .thumbnail-header .check-menu {
        margin-bottom: 0px;
    }

.griditem-checkbox {
    display: block;
    margin-bottom: 0px;
}

.nav-pills .active {
    top: 0;
    /*margin-top: -1px;*/
}

    .nav-pills .active .callout {
        min-height: 88px;
    }

.nav-pills li {
    top: 0;
    margin-left: 25px !important;
    /*background-color: #e0e9ea !important;*/
    background-color: #FFFFFF !important;
}

a:focus {
    outline: 0px;
    outline-offset: 0px;
}

h4 a:hover {
    cursor: pointer;
}

.dropdown-menu > li.active > a:after {
    font-family: 'FontAwesome';
    display: block;
    content: "\f00c";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: none;
    border-width: 2px 7px 5px 0;
    border-right-color: #ccc;
    color: #ccc;
    margin-top: 0px;
    margin-left: -21px;
}


.dropdown-menu > li.active:hover > a:after {
    border-left-color: #fff;
}



.frame {
    /* height: 190px;  equals max image height */
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.helper {
    height: 100%;
    vertical-align: middle;
}

img.img-helper {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 190px;
    max-width: 190px;
}

img.img-helper-full {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 440px;
    max-width: 440px;
}


.vizTabs .nav-callouts80 {
    border-top: 2px solid #B3C9CB !important;
    height: 47px !important;
    padding: 0 !important;
}

.vizTabs .tab-content {
    padding: 0 !important
}

.vizTabs .tabWrapper {
    overflow: auto;
    margin: 20px 0;
    overflow-x: hidden;
}

.ui-tabs .ui-tabs-nav li a {
    color: #669297;
}

.nav-callouts80 {
    height: 47px;
    border-top: 2px solid #B3C9CB;
}

    .nav-callouts80 > li:first-child {
        margin-left: 0px !important;
    }

    .nav-callouts80 > li > a {
        display: inline-block;
        padding: 0px;
        width: 100%;
    }

        .nav-callouts80 > li > a > p.header-bottom-text {
            margin: 0;
        }

        .nav-callouts {
            height: 40px;
            margin-top: 10px;
        }

    .nav-callouts > li:first-child {
        margin-left: 3px !important;
    }

    .nav-callouts > li > a {
        display: inline-block;
        padding: 0px;
        width: 100%;
    }

.nav-callouts-item {
    width: 100%;
}

    .nav-callouts-item label {
        margin-bottom: 0px;
    }


    .nav-callouts-item .callout {
        background: none;
        margin-right: 0px;
        margin-bottom: 0px;
        -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
        box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
        border-bottom: 0px;
    }


.callout-link .size-h2 {
    line-height: .4;
}

    .callout-link .size-h2 small {
        margin-left: 5px;
    }

.custom-page-header {
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 3px;
}

    .custom-page-header p {
        font-size: 22px;
        line-height: 2.2;
        margin-bottom: 0px;
    }

        .custom-page-header p small {
            margin-left: 15px;
            font-size: 60%;
        }

.page-options {
    margin-top: 14px;
    text-align: right;
}

.submedia-links {
    display: flex;
    margin-top: 22px;
}

.submedia-link {
    margin-left: 4px;
}

    .submedia-link .size-h2 {
        line-height: .4;
    }

        .submedia-link .size-h2 small {
            margin-left: 0px;
        }


    .submedia-link .box-icon {
        float: left;
        text-align: center;
        font-size: 11px;
        width: 15px;
        height: 15px;
        margin-right: 2px;
        line-height: 1.3;
    }

.spacer-col {
    margin-left: 6px;
    margin-right: 6px;
}


.label-success-inverted {
    color: #3379ba;
    background: #ffffff;
}

.fa-stack-sm {
    width: 1.4em;
    height: 1em;
    line-height: 1.5em;
}

.sc-pickone {
    position: absolute;
    left: -260px;
    bottom: 0px;
}

.sc-pickmany {
    /*margin-top: 45px;*/
}

.list-info li.selectable:hover {
    background-color: #f3f6fb;
    cursor: pointer;
    color: #3379ba;
}

    .list-info li.selectable:hover label {
        cursor: pointer;
    }

#not-running-list .running-list-icon,
.notrunning .running-list-icon {
    fill: #fafafa;
}

#running-list .running-list-icon,
.running .running-list-icon {
    fill: #5d5d5d;
}

a:hover, a:focus {
    text-decoration: none;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li > a {
    font-weight: normal;
}

.btn-labeled {
    padding: 0px;
}

.btn-label-text {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 2.3;
}


/* Pagination controls in the footer of tables */
.pagination {
    margin: 0px 0px !important;
}

    .pagination > .active > a, .pagination > .active > span,
    .pagination > .active > a:hover, .pagination > .active > span:hover,
    .pagination > .active > a:focus, .pagination > .active > span:focus {
        /*background-color: #e6e6e6 !important;*/
        background-color: #fff !important;
        border-color: #a6b2bc !important;
        /*color: #3379ba;*/
        color: #004a52;
    }

    .pagination > .active > a {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

.truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}

.highmap-tooltip-table > thead > tr > th,
.highmap-tooltip-table > tbody > tr > th,
.highmap-tooltip-table > tfoot > tr > th,
.highmap-tooltip-table > thead > tr > td,
.highmap-tooltip-table > tbody > tr > td,
.highmap-tooltip-table > tfoot > tr > td {
    padding: 3px 5px 3px 5px;
}

.highmap-tooltip-table, .highmap-tooltip-table tr, .highmap-tooltip-table tr td {
    padding-top: 0px;
}

    .highmap-tooltip-table, .highmap-tooltip-table td {
        font-size: 11px;
        white-space: nowrap;
        border: 0px;
    }

        .highmap-tooltip-table .field {
            font-weight: bold;
        }

        .highmap-tooltip-table .header {
            text-align: center;
            font-size: 13px;
        }

.highmap-tooltip-table {
    min-width: 200px;
    margin-bottom: 0;
}

    .highmap-tooltip-table th {
        border-top: 0px transparent !important;
    }

#info h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.highcharts-title,
.highcharts-subtitle {
    font-family: "Open Sans",sans-serif !important;
    font-weight: normal;
}


.responsive-map {
    height: 100%;
}

.responsive-iframe {
    height: 100%;
}

.detail-panel-box label {
    padding-left: 15px;
}

.media > .pull-left {
    margin-right: 15px;
}

::-webkit-scrollbar-thumb {
    padding: 5px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.table-fixed-header > tbody::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px !important;
    height: 6px !important;
}

.panel-box .panel-body .panel-profile ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px !important;
    height: 6px !important;
}


@media (min-height: 1px) and (max-height: 350px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 100px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 68px !important;
    }

    .panel-box .panel-body .panel-profile-responsive {
        padding: 0px;
    }

        .panel-box .panel-body .panel-profile-responsive .list-info li {
            padding: 3px;
        }

    .panel-box .responsive-panel-top {
        padding: 3px 20px;
    }

    .responsive-panel-top .size-h1 {
        font-size: 14px;
    }

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 38px !important;
    }
}

@media (min-height: 351px) and (max-height: 400px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 150px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 96px !important;
    }

    .panel-box .panel-body .panel-profile-responsive {
        padding: 0px;
    }

        .panel-box .panel-body .panel-profile-responsive .list-info li {
            padding: 3px;
        }

    .panel-box .responsive-panel-top {
        padding: 3px 20px;
    }

    .responsive-panel-top .size-h1 {
        font-size: 14px;
    }

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 88px !important;
    }
}

@media (min-height: 401px) and (max-height: 450px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 200px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 124px !important;
    }

    .panel-box .panel-body .panel-profile-responsive {
        padding: 0px;
    }

        .panel-box .panel-body .panel-profile-responsive .list-info li {
            padding: 3px;
        }

    .panel-box .responsive-panel-top {
        padding: 3px 20px;
    }

    .responsive-panel-top .size-h1 {
        font-size: 14px;
    }

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 138px !important;
    }
}

@media (min-height: 451px) and (max-height: 500px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 250px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 135px !important;
    }

    .panel-box .panel-body .panel-profile-responsive {
        padding: 0px;
    }

    .responsive-panel-top .size-h1 {
        font-size: 14px;
    }

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 178px !important;
    }
}

@media (min-height: 501px) and (max-height: 550px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 300px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 142px !important;
    }

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 216px !important;
    }
}

@media (min-height: 551px) and (max-height: 600px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 350px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 142px !important;
    }

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 266px !important;
    }
}

@media (min-height: 601px) and (max-height: 650px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 400px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 142px !important;
    }

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 316px !important;
    }
}

@media (min-height: 651px) and (max-height: 700px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 450px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 142px !important;
    }

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 366px !important;
    }
}

@media (min-height: 701px) and (max-height: 750px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 500px;
    }

    .panel-box .panel-body .panel-profile-responsive ul {
        max-height: 142px !important;
    }


    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        max-height: 416px !important;
    }
}

@media (min-height: 751px) {
    /* Maps panel */
    .responsive-tab-pane {
        height: 550px;
    }

    /*.panel-box .panel-body .panel-profile-responsive ul {
        max-height: 142px !important;
    }*/

    /* Details panel */
    .detail-panel-box .panel-body .panel-profile-responsive ul {
        /*max-height: 466px !important;*/
        min-height: 550px  !important;
    }
}

#dvHeaderStatistic {
    padding: 0 5px;
}

#dvHeaderStatistic80 {
    padding: 0 20px;
}

.divTabs {
    /*background-color: #e0e9ea;*/
    background-color: #FFFFFF;
    height: 47px;
}

.divFooter {
    padding: 15px 20px !important;
    background-color: #e0e9ea;
}

.padding-left5 {
    padding-left: 5px;
}
