﻿:root {
    --mobile-dash-bgcolor: #E1E8E9;
    --white: #ffffff;
}

body {
    color: #000;
}

.topHeader {
    background: none repeat scroll 0 0 var(--mobile-dash-bgcolor);
    border-radius: 0;
    border-style: none;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: initial;
    width: 100%;
    border-bottom: 1px solid #CCC;
}

ul.TopMenu > li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #FFF;
    white-space: nowrap;
    height: 22px;
}

    ul.TopMenu > li:last-child {
        border-right: none;
    }

    ul.TopMenu > li a {
        display: inline-block;
        color: #FFF;
        text-decoration: none;
    }

    ul.TopMenu > li > a {
        padding: 0 8px;
    }

    ul.TopMenu > li:last-child > a {
        padding-right: 0;
    }

    ul.TopMenu > li ul.SubMenu {
        position: absolute;
        right: 0;
        top: 1.5em;
        background-color: #333;
        margin: 0;
        padding: 0;
        z-index: 10;
        display: none;
    }

    ul.TopMenu > li:hover ul.SubMenu {
        display: block;
    }

    ul.TopMenu > li ul.SubMenu li {
        list-style-type: none;
        white-space: nowrap;
    }

        ul.TopMenu > li ul.SubMenu li a {
            display: block;
            font-size: 12px;
            padding: 6px 8px;
            border: 1px solid #222;
            border-bottom: none;
        }

            ul.TopMenu > li ul.SubMenu li a:hover {
                background-color: #555;
            }

        ul.TopMenu > li ul.SubMenu li:last-child a {
            border-bottom: 1px solid #222;
        }

h1.Logo {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 4px 4px;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    left: 0;
    top: 8px;
}

    h1.Logo img {
        width: 214px;
    }

.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.headerLogo {
    padding-left: 30px;
    float: left;
}

.headerMenu {
    padding-right: 30px;
    padding-top: 20px;
}

#Footer {
    clear: both;
    padding: 25px 20px;
    text-align: left;
    font-size: 11px;
    color: #A5A5A5;
    float: right;
    height: 20px;
}

#Content {
    position: relative;
    padding: 0px 0px;
    min-height: 300px;
}

.dashboardPanel {
    border-radius: 0;
    border-style: none;
    /*height: 225px;*/
    width: 400px;
}

.marginBottomPanel {
    margin-bottom: 35px;
}

.panelImg {
    position: relative;
    width: 100%; /* for IE 6 */
}

    .panelImg span {
        position: absolute;
        /*top: 155px;
    top: 140px;
    left: 47px;*/
        top: 73%;
        left: 5%;
        width: 90%;
        font-size: 1.5em;
        color: white;
        font-weight: bold;
    }

    .panelImg label {
        position: absolute;
        /*top: 54px;
    top: 30px;*/
        top: 10%;
        /*left: 50px;*/
        left: 5%;
        width: 50%;
        font-size: 4em;
        color: white;
        font-weight: bold;
    }

.dashboardChartPanel {
    border-radius: 0;
    border-style: none;
    height: 375px;
    background-color: #F2F2F2;
    border: 1px solid grey;
    margin-top: 10px;
}

    .dashboardChartPanel label {
        font-size: 2em;
        color: grey;
        font-weight: bold;
        padding-left: 25px;
    }

.dashboardLineChart {
    /*border-radius: 0;
    border-style: none;
    height: 275px;
    background-color: white;
    border: 1px solid grey;*/
    /*margin: 30px 25px 25px 25px;
    width: 80%;
    overflow: auto;*/
    /*margin-left: 42px;*/
    overflow: auto;
}

.dashboardPieChart {
    /*border-radius: 0;
    border-style: none;
    width: 50%;*/
    height: auto;
    background-color: white;
    border: 1px solid grey;
    float: right;
    margin: 30px 25px 25px 25px;
    overflow: auto;
}

.panelWidth {
    max-width: 400px;
}

@media all and (min-width: 103.125em) {
    .DashboardAlignmentLeft {
        width: 16.666667%!important;
    }

    .DashboardAlignment {
        width: 66.666667%!important;
    }

    .DashboardAlignmentRight {
        width: 16.666667%!important;
    }
}

@media all and (max-width:1325px) {
    .panelImg span {
        position: absolute;
        top: 73%;
        left: 5%;
        width: 90%;
        font-size: 1.1em;
        color: white;
        font-weight: bold;
    }
}

.pointerCursor {
    cursor: pointer;
}

.successColorText {
    color: #337AB7!important;
}

.failureColorText {
    color: red!important;
}

.whiteField {
    -webkit-box-shadow: inset 0 0 0 2000px white!important;
}

.navbar-default {
    background-color: inherit !important;
    border: none !important;
}

    .navbar-default .navbar-nav > li > a {
        color: white !important;
    }

.floatMenu {
    float: inherit;
}

@media (min-width:768px) {
    .floatMenu {
        float: right;
    }
}

.customBar {
    font-size: 21px !important;
    padding-left: 10px;
    padding-top: 5px;
    margin-left: 7px;
    margin-right: 12px !important;
}

.satisfiBgColor {
    background-color: var(--mobile-dash-bgcolor) !important;
}

html.satisfiBgColor {
    background-color: var(--mobile-dash-bgcolor) !important;
}

.satisfiheadingColor {
    color: #6599CD !important;
}

.width70 {
    width: 70% !important;
}

.absoluteCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.divFooter {
    bottom: 0px;
    position: absolute;
    right: 15px;
}

.headerBoxShadow {
    -webkit-box-shadow: -1px 3px 14px -5px rgba(64,64,64,1)!important;
    -moz-box-shadow: -1px 3px 14px -5px rgba(64,64,64,1)!important;
    box-shadow: -1px 3px 14px -5px rgba(64,64,64,1)!important;
}

@font-face {
    font-family: CustomOpenSansBold;
    src: url("../Fonts/OpenSans-Bold.ttf") format("opentype");
}

.btnSatisfi {
    font-family: CustomOpenSansBold;
    background-color: #315286 !important;
    color: #FFFFFF !important;
}

    .btnSatisfi:hover {
        font-family: CustomOpenSansBold;
        background-color: #6599CD !important;
        color: #FFFFFF !important;
    }

@media (min-width: 1025px) {
    .Container {
    width: 750px;
    /*border: 1px solid #CCC;*/
    border-top: 0;
    border-bottom: 0;
}
}

@media (min-width: 801px) {
    .Container {
    width: 640px;
    /*border: 1px solid #CCC;*/
    border-top: 0;
    border-bottom: 0;
}
}

.Container {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    margin: 0 auto;
    background: #FFF;
	min-width:100%;
}

.filter-container-div {
    position:fixed;right:0;
}

.mt-0 {
    margin-top: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.primary-link {
    color: #1D2D47;
    text-decoration: none;
}

    .primary-link:hover {
        color: #000916;
        text-decoration: underline;
    }

.secondary-link {
    color: #808080;
    text-decoration: none;
}

    .secondary-link:hover {
        color: #454545;
        text-decoration: underline;
    }

/**-------------------------------------------------------------------
    Button Css 
--------------------------------------------------------------------*/
/* Base button Style */
.btn {
    padding: 11.5px 16px !important;
    font-size: 14px !important;
    border-radius: 2px !important;
    letter-spacing: 0.05rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn + .btn {
        margin-left: 4px;
    }

    .btn:not(.baseBackgroundColor):hover, .btn[disabled]:hover {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(200, 200, 200, 0.6) !important;
    }

.modal-footer .btn + .btn {
    margin-left: 4px;
}

.btn:focus, .btn:hover, .btn.focus {
    outline: 0;
}

/* Primary button */
.btn-primary-satisfi {
    color: #606060 !important;
    background-color: #F0F0F0 !important;
    border-color: #CCC !important;
    min-width: 91px;
}

/* Secondary button */
.btn-secondary-satisfi {
    color: #606060 !important;
    background-color: #FFF !important;
    border-color: #CCC !important;
    min-width: 91px;
}

/* Primary toolbar button */
.btn-primary-tb-satisfi {
    color: #606060 !important;
    background-color: #F0F0F0 !important;
    border-color: #CCC !important;
    min-width: 33px;
    padding: 6px;
}

/* Secondary toolbar button */
.btn-secondary-tb-satisfi {
    color: #606060 !important;
    background-color: #FFF !important;
    border-color: #CCC !important;
    min-width: 33px;
    padding: 6px;
}

/**-------------------------------------------------------------------
    Forms Css 
--------------------------------------------------------------------*/
.form-group {
    margin-bottom: 0 !important;
}

    .form-group + .form-group {
        margin-top: 16px !important;
    }

label {
    margin-bottom: 8px !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 16px;
    padding-left: 16px;
}

.primary-padding-satisfi {
    padding: 16px;
}

.secondary-padding-satisfi {
    padding: 8px;
}

.alert {
    padding: 16px;
    margin-bottom: 16px;
}

.form-control,
input[type="text"]:not(.loginFont):not(.txtSearch):not(.tagsInput):not(.tagSearchInput):not([readonly="true"]),
input[type="number"], input[type="search"], input[type="password"]:not(.loginFont),
select,
textarea {
    color: #000 !important;
    font-size: 13px !important;
    border: 1px solid #CCCCCC !important;
}

    .form-control:focus,
    input[type="text"]:not(.txtSearch):not(.tagSearchInput):not(.tagsInput):focus, input[type="number"]:focus, input[type="search"]:focus, input[type="password"]:focus,
    select:focus,
    textarea:focus,
    .bootstrap-switch-focused {
        border: 1px solid #CCCCCC !important;
        outline: 0 !important;
        box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.075), 2px 2px 2px rgba(0, 0, 0, 0.075) !important;
    }

#TAWrap .btn-primary-satisfi {
    width: 90%;
}

.divEllipsisBox {
    letter-spacing: 0.03rem;
}

@media all and (max-width: 600px) {
    input[type="checkbox"] {
        margin-top: 0 !important;
        width: 20px;
        height: 20px;
    }
}

.dashedDiv {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.20);
}

h4.modal-title {
    font-weight: normal!important;
}

label {
    font-weight: normal;
}

.divCompanyName {
    height: 26px;
    padding-top: 4px;
    max-width: calc(100% - 180px) !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-container {
        font-size: 14px !important;
    }
}

.chosen-container * {
    font-family: CustomOpenSans !important;
}

    .chosen-container-single .chosen-single {
        -webkit-appearance: none;
        -webkit-box-shadow: 0 0 1px white inset, 0 1px 1px rgba(0, 0, 0, 0.10);
    }

.backUrlLink, .backUrlLink:link, .backUrlLink:visited, .backUrlLink:hover, .backUrlLink:active, .backUrlLink:focus {
    color: #000 !important;
}