/***
Default theme
***/


/***
Reset and overrides  
***/

body {
    background-color: #3d3d3d !important;
}

.formRightPage {
    width: 100%;
    background-color: #fff;
    transform: rotate(90deg);
}

.google-visualization-tooltip-item:last-child::after {
    content: " (hrs)";
}

#gchart_col_1 .google-visualization-tooltip-item:last-child::after {
    content: " (Devices)";
}

.google-visualization-tooltip-item {
    padding: 0px !important;
    margin: 0px !important;
}

.google-visualization-tooltip-item-list {
    margin: 0px !important;
    padding: 5px!important;
}

@media print {
    .piecharttemp {
        width: 500px !important;
        float: left !important;
    }
    .hideinprint {
        display: none !important;
    }
    .temprint {
        background-color: #ffffff !important;
    }
    .row {
        page-break-after: always !important;
        width: 100%;
    }
    .lin {
        page-break-after: always !important;
        width: 100%;
    }
    .bar {
        page-break-after: always !important;
        width: 100%;
    }
    #btnPrint {
        display: none !important;
    }
    .pies {
        //background: #ff0000 !important;
        //page-break-after: always !important;
        width: 100%;
        float: left;
    }
    .pies:nth-child(even) {
        //background: #ff0000 !important;
        page-break-after: always !important;
        width: 100%;
        height: 100%;
    }
    @page {
        size: legal landscape;
        page: auto;
    }
    .overlay {
        font-size: 14px;
        position: relative;
        padding-top: 15px !important;
        width: 45px;
        background-color: #d95854 !important;
        opacity: 0.8;
        color: #fff !important;
        text-align: center;
        padding: 5px 0;
        z-index: 1;
        height: 45px;
        border-radius: 33px !important;
        line-height: 17px;
    }
    .impBox {
        background-color: #f1f1f1 !important;
        text-align: center !important;
    }
    .compBox .icon-circle {
        background-color: #e5e5e5 !important;
        width: 100px;
        height: 100px;
        border-radius: 50% !important;
        padding-top: 19px;
    }
    .print-col-4 {
        width: 33.33333%;
    }
    .clear-print {
        clear: both;
    }
    .print-col-6 {
        width: 50%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row:before,
    .row:after {
        content: " ";
        display: table;
    }
    .row:after {
        clear: both;
    }
    .print-col-4,
    .print-col-6,
    .print-col-2,
    .print-col-3,
    print-col-10 {
        float: left !important;
        ;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .DivSection h2 {
        margin-bottom: 30px;
        font-weight: 400 !important;
        margin-left: 50px;
        margin-top: 10px;
        font-size: 22px;
    }
    .DivSection2 h2 {
        margin-bottom: 30px;
        font-weight: 400 !important;
        margin-top: 0px;
        font-size: 22px;
    }
    .crativeNumb {
        font-size: 40px;
        font-weight: bold;
        padding: 0px;
        color: #555555;
    }
    .creativeImpre {
        float: left;
        width: 100%;
        padding: 20% 0px 0px;
    }
    .crativeText {
        font-size: 20px;
        color: #555;
    }
    .impBox {
        background-color: #f1f1f1;
        text-align: center;
    }
    .impBox h3 {
        font-weight: 600 !important;
        padding: 30px 0px 10px;
        font-size: 18px;
    }
    .iconftr {
        padding: 30px 0px;
    }
    .iconftr img {
        padding: 0px 40px;
        width: 125px;
        cursor: pointer;
    }
    .center {
        text-align: center;
    }
    .creaText {
        text-align: center;
        font-weight: 600;
        padding: 0px;
        font-size: 16px;
    }
    .mapblock {
        height: 1000px;
    }
}

.header {
    filter: none !important;
    background-image: none !important;
    background-color: #212121 !important;
}

.header .btn-navbar {
    background-color: #212121 !important;
}

.header .navbar-nav .dropdown-toggle:hover,
.header .navbar-nav .dropdown.open .dropdown-toggle {
    background-color: #383838 !important;
}

.header .navbar-nav li.dropdown .dropdown-toggle i {
    color: #8a8a8a !important;
}


/***
Header Search
***/

.header .search-form {
    background-color: #000;
}

.header .search-form .form-control {
    color: #999;
    border: 0;
    background-color: #000;
}

.header .search-form .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #777;
}

.header .search-form .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777;
}

.header .search-form .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777;
}

.header .search-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #777;
}

.header .search-form .submit {
    background: url(../../img/search-icon-light.png);
}


/***
Hor menu
***/

.header .hor-menu ul.nav li a {
    color: #999;
}

.header .hor-menu ul.nav li.open>a,
.header .hor-menu ul.nav li>a:hover,
.header .hor-menu ul.nav li>a:focus {
    color: #fff;
    background: #383838;
}

.header .hor-menu .dropdown-menu li:hover>a,
.header .hor-menu ul.nav li.active>a,
.header .hor-menu ul.nav li.active>a:hover {
    color: #fff;
    background: #e02222 !important;
}

.header .hor-menu ul.nav li.current>a,
.header .hor-menu ul.nav li.current>a:hover {
    color: #fff;
    background: #e02222 !important;
}

.header .hor-menu .dropdown-menu {
    background: #383838;
}

.header .hor-menu .dropdown-menu li>a {
    color: #999;
}

.header .hor-menu .hor-menu-search-form-toggler.off {
    background: #383838 url(../../img/hor-menu-search-close.png) no-repeat center;
}

.header .hor-menu .search-form {
    background: #383838;
}

.header .hor-menu .search-form form input {
    color: #999;
}

.header .hor-menu .search-form .btn {
    color: #999;
    background: url(../../img/search-icon.png) no-repeat center;
}

.header .hor-menu .search-form form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.header .hor-menu .search-form form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.header .hor-menu .search-form form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.header .hor-menu .search-form form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}


/***
Mega Menu
***/

.mega-menu .mega-menu-submenu {
    border-right: 1px solid #444;
}

.mega-menu .mega-menu-submenu li h3 {
    color: #fff;
}


/***
Page sidebar
***/

.page-sidebar {
    background-color: #3d3d3d;
}

ul.page-sidebar-menu>li>a {
    border-top: 1px solid #5c5c5c !important;
    color: #ffffff !important;
}

ul.page-sidebar-menu>li:last-child>a {
    border-bottom: 1px solid transparent !important;
}

ul.page-sidebar-menu>li a i {
    color: #969696;
}

ul.page-sidebar-menu>li.open>a,
ul.page-sidebar-menu>li>a:hover,
ul.page-sidebar-menu>li:hover>a {
    background: #303030;
}

ul.page-sidebar-menu>li.active>a {
    background: #e02222 !important;
    border-top-color: transparent !important;
    color: #ffffff;
}

ul.page-sidebar-menu>li.active>a i {
    color: #ffffff;
}

ul.page-sidebar-menu>li>ul.sub-menu>li:first-child>a {
    border-top: 0px !important;
}

ul.page-sidebar-menu>li>ul.sub-menu>li.active>a,
ul.page-sidebar-menu>li>ul.sub-menu>li>a:hover {
    color: #ffffff !important;
    background: #575757 !important;
}

ul.page-sidebar-menu>li>ul.sub-menu>li>a:hover {
    background: #575757 !important;
}


/* 3rd level sub menu */

ul.page-sidebar-menu>li>ul.sub-menu li>ul.sub-menu>li.active>a,
ul.page-sidebar-menu>li>ul.sub-menu li>ul.sub-menu>li>a:hover,
ul.page-sidebar-menu>li>ul.sub-menu li.open>a {
    color: #ffffff !important;
    background: #575757 !important;
}


/* font color for all sub menu links*/

ul.page-sidebar-menu li>ul.sub-menu>li>a {
    color: #bdbdbd;
}


/* menu arrows */

ul.page-sidebar-menu>li>a .arrow:before,
ul.page-sidebar-menu>li>a .arrow.open:before {
    color: #7d7d7d !important;
}

ul.page-sidebar-menu>li>ul.sub-menu a .arrow:before,
ul.page-sidebar-menu>li>ul.sub-menu a .arrow.open:before {
    color: #707070 !important;
}

ul.page-sidebar-menu>li>a>.arrow.open:before {
    color: #8a8a8a !important;
}

ul.page-sidebar-menu>li.active>a .arrow:before,
ul.page-sidebar-menu>li.active>a .arrow.open:before {
    color: #ffffff !important;
}


/* sidebar search */

.page-sidebar .sidebar-search input {
    background-color: #242424 !important;
    color: #7d7d7d;
}

.page-sidebar .sidebar-search input::-webkit-input-placeholder {
    color: #7d7d7d !important;
}

.page-sidebar .sidebar-search input:-moz-placeholder {
    color: #7d7d7d !important;
}

.page-sidebar .sidebar-search input:-ms-input-placeholder {
    color: #7d7d7d !important;
}

.page-sidebar .sidebar-search input {
    background-color: #3d3d3d !important;
    color: #bfbfbf !important;
}

.page-sidebar .sidebar-search .input-box {
    border-bottom: 1px solid #7d7d7d !important;
}

.page-sidebar .sidebar-search .submit {
    background-image: url(../../img/search-icon.png);
}


/***
Sidebar toggler
***/

.sidebar-toggler {
    background-image: url(../../img/sidebar-toggler.jpg);
    background-color: #242424;
}


/* search box bg color on expanded */

.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    background-color: #3d3d3d !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
    background-image: url("../../img/sidebar-search-close.png");
}


/* sub menu bg color on hover menu item */

.page-sidebar-closed ul.page-sidebar-menu>li:hover .sub-menu {
    background-color: #3d3d3d;
}


/***
Footer 
***/

.footer .footer-inner {
    color: #999999;
}

.footer .footer-tools .go-top {
    background-color: #4f4f4f;
}

.footer .footer-tools .go-top:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.footer .footer-tools .go-top i {
    color: #8a8a8a;
}


/***
Footer Layouts (new in v1.3)
***/


/* begin:fixed footer */

.page-footer-fixed .footer {
    background-color: #242424;
}

.page-footer-fixed .footer .footer-inner {
    color: #999999;
}

.page-footer-fixed .footer .footer-tools .go-top {
    background-color: #4f4f4f;
}

.page-footer-fixed .footer .footer-tools .go-top i {
    color: #8a8a8a;
}


/* end:fixed footer */


/***
Gritter Notifications 
***/

.gritter-top {
    background: url(../../plugins/gritter/images/gritter.png) no-repeat left -30px !important;
}

.gritter-bottom {
    background: url(../../plugins/gritter/images/gritter.png) no-repeat left bottom !important;
}

.gritter-item {
    display: block;
    background: url(../../plugins/gritter/images/gritter.png) no-repeat left -40px !important;
}

.gritter-close {
    background: url(../../plugins/gritter/images/gritter.png) no-repeat left top !important;
}

.gritter-title {
    text-shadow: none !important;
    /* Not supported by IE :( */
}


/* for the light (white) version of the gritter notice */

.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../../plugins/gritter/images/gritter-light.png) !important;
}

.gritter-item-wrapper a {
    color: #18a5ed;
}

.gritter-item-wrapper a:hover {
    color: #0b6694;
}


/* begin: boxed page */

@media (min-width: 992px) {
    .page-boxed {
        background-color: #2e2e2e !important;
    }
    .page-boxed .page-container {
        background-color: #3d3d3d;
        border-left: 1px solid #5e5e5e;
        border-bottom: 1px solid #5e5e5e;
    }
    .page-boxed.page-sidebar-reversed .page-container {
        border-left: 0;
        border-right: 1px solid #5e5e5e;
    }
    .page-boxed.page-sidebar-fixed .page-container {
        border-left: 0;
        border-bottom: 0;
    }
    .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .page-boxed.page-sidebar-fixed .page-sidebar {
        border-left: 1px solid #5e5e5e;
    }
    .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
        border-right: 1px solid #5e5e5e;
        border-left: 0;
    }
    .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
        background-color: #2e2e2e !important;
    }
}


/* end: boxed page */


/***
Landscape phone to portrait tablet
***/

@media (max-width: 991px) {
    /***
    page sidebar
    ***/
    .page-sidebar {
        background-color: #292929 !important;
    }
    ul.page-sidebar-menu>li>a {
        border-top: 1px solid #4a4a4a !important;
    }
    ul.page-sidebar-menu>li:last-child>a {
        border-bottom: 0 !important;
    }
    .page-sidebar .sidebar-search input {
        background-color: #292929 !important;
    }
    ul.page-sidebar-menu>li.open>a,
    ul.page-sidebar-menu>li>a:hover,
    ul.page-sidebar-menu>li:hover>a {
        background: #1e1e1e;
    }
}