﻿body {
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    /*margin-bottom: 10px;*/
    font-size: 14px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
}

.bs-multiselect {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 30px;
}

.multiselect-container {
    width: 220px;
}

.demoOpt {
    -moz-transform: translate3d(0px, 30px, 0px) !important;
    -ms-transform: translate3d(0px, 30px, 0px) !important;
    -o-transform: translate3d(0px, 30px, 0px) !important;
    -webkit-transform: translate3d(0px, 30px, 0px) !important;
    transform: translate3d(0px, 30px, 0px) !important;
}

.demoOptBtn {
    border: 1px solid;
}



.multiselect-selected-text {
    white-space:nowrap;
}

.ui-menu .ui-menu-item {
    font-size:10pt;
}

.appBusy {
    background-color: #FFF1A8;
    color: black;
    left: 0px;
    padding: 3px 6px;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
}

.dashStatus {
    /*color: black;*/
    left: 50%;
    padding: 3px 6px;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 5px 5px;
    background: #5e87b0;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #3e6790;
    text-shadow: 0 1px 0 #3e6790;
    background-image: linear-gradient( #6facd5, #497bae );
    -webkit-box-shadow: 2px 5px 10px rgba(50, 50, 50, 0.51);
    -moz-box-shadow: 2px 5px 10px rgba(50, 50, 50, 0.51);
    box-shadow: 2px 5px 10px rgba(50, 50, 50, 0.51);
}

.gd3-sidebar {
    margin-left: 15px;
    margin-top: 50px;
    /*height: 100%;*/
    min-height: 500px;
    width: 230px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1;
    overflow: auto;
}

.gd3-maincontent {
    margin-left: 250px;
    padding-top: 44px;
    -moz-transition: margin-left 0s;
    -o-transition: margin-left 0s;
    -webkit-transition: margin-left 0s;
    transition: margin-left 0s;
}

#popUpDiv {
    z-index: 100;
    position: absolute;
    background-color: #F7F7F7; /*rgba(123, 123,123, 0.8);*/
    display: none;
    top: 0;
    left: 0;
    width: 220px;
    height: 400px;
    border: 1px solid #CCC;
    overflow: auto;
}

#tree1PopupDiv {
    z-index: 100;
    position: absolute;
    background-color: #FFFFFF; /*#F7F7F7;*/ /*rgba(123, 123,123, 0.8);*/
    display: none;
    top: 0;
    left: 0;
    width: 220px;
    height: 300px;
    border: 1px solid #CCC;
    overflow: auto;
}

#periodPopupDiv {
    z-index: 100;
    position: absolute;
    background-color: #F7F7F7; /*rgba(123, 123,123, 0.8);*/
    display: none;
    top: 0;
    left: 0;
    width: 220px;
    height: 400px;
    border: 1px solid #CCC;
    overflow: auto;
}

#divPeriodPopupComparative {
    z-index: 100;
    position: absolute;
    background-color: #F7F7F7; /*rgba(123, 123,123, 0.8);*/
    display: none;
    top: 0;
    left: 0;
    width: 220px;
    height: 400px;
    border: 1px solid #CCC;
    overflow: auto;
}

#LottPeriodPopupDiv {
    z-index: 100;
    position: absolute;
    background-color: #F7F7F7; /*rgba(123, 123,123, 0.8);*/
    display: none;
    top: 0;
    left: 0;
    width: 220px;
    border: 1px solid #CCC;
    overflow: auto;
}

#LottPopUpDiv {
    z-index: 100;
    position: absolute;
    background-color: #FFFFFF; /*#F7F7F7;*/ /*rgba(123, 123,123, 0.8);*/
    display: none;
    top: 0;
    left: 0;
    width: 220px;
    height: 300px;
    border: 1px solid #CCC;
    overflow: auto;
}

#channelDivPopup {
    background-color: #FFFFFF;
    width: 220px;
    height: 300px;
    border: 1px solid #CCC;
    overflow: auto;
}

#bannerDivPopup {
    background-color: #FFFFFF;
    width: 220px;
    height: 300px;
    border: 1px solid #CCC;
    overflow: auto;
}

#programDivPopup {
    background-color: #FFFFFF;
    width: 220px;
    height: 300px;
    border: 1px solid #CCC;
    overflow: auto;
}

#sectionDivPopup {
    background-color: #FFFFFF;
    width: 220px;
    height: 300px;
    border: 1px solid #CCC;
    overflow: auto;
}

svg.sec circle {
    -moz-transition: stroke-dashoffset 0.5s linear;
    -o-transition: stroke-dashoffset 0.5s linear;
    -webkit-transition: stroke-dashoffset 0.5s linear;
    transition: stroke-dashoffset 0.5s linear;
}

ul.dynatree-container {
    background-color: #F7F7F7;
}

    ul.dynatree-container a {
        color: black;
        background-color: #F7F7F7;
    }

/*span.dynatree-selected a {
    color: green;
    font-style: italic;
}*/

.nav li.dropdown ul.dropdown-menu li.nav-list:hover {
    background: #08c;
    color: #fff;
    cursor: pointer;
}

.nav li.dropdown ul.dropdown-menu .nav-list {
    font-size: 13px;
    color: #333;
    float: none;
    line-height: 21px;
}

.nav li.dropdown ul.dropdown-menu li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nav li.dropdown ul.dropdown-menu ul {
    display: none;
    float: right;
    position: relative;
    top: auto;
    margin-top: -27px;
}

.nav li.dropdown ul.dropdown-menu .nav-list .caret {
    border-bottom-color: #999;
    border-top-color: #999;
    float: right;
}

.nav li.dropdown ul.dropdown-menu .nav-list:hover .caret {
    margin-left: 6px;
    margin-top: 5px;
    margin-right: 1px;
    border-right: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.nav li.dropdown ul .nav-list .dropdown-menu:after {
    top: 8px;
    left: -12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
}

.nav li.dropdown ul .nav-list .dropdown-menu:before {
    left: -7px;
    border-left: 0;
    top: 7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid rgba(0,0,0,0.05);
}

#frame1 {
    height: 230px;
    width: 387px;
}

.hide {
    display: none;
}

.hasPlaceholder {
    color: #777;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url(images/ajax-loader.gif) 50% 50% no-repeat #ede9df;*/
}

a.NavToProgramLink {
    color: #B5B6B8;
    text-decoration: underline;
}

a.NavToReportLink {
    text-decoration: underline;
}

.loadingmodal {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 990;
    top: 0;
    left: 0;
    filter: alpha(opacity=50);
    position: absolute;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    z-index: 999;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #333;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        -moz-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        -o-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        -o-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        -o-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        -o-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        -moz-transform: scale3D(1, 1, 1);
        -ms-transform: scale3D(1, 1, 1);
        -o-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        -moz-transform: scale3D(0, 0, 1);
        -ms-transform: scale3D(0, 0, 1);
        -o-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        -moz-transform: scale3D(1, 1, 1);
        -ms-transform: scale3D(1, 1, 1);
        -o-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        -moz-transform: scale3D(0, 0, 1);
        -ms-transform: scale3D(0, 0, 1);
        -o-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@media (max-width: 992px) {
    .responsiveDivWidth1 {
        /*max-width:calc(100% - 650px);*/
        padding:0px!important;
    }
    .table td, .table th {
        border-top: 0px solid;
    }
}
