﻿@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);

body {
    font-size: 14px !important;
    font-family: 'Source Sans Pro', sans-serif;
    background: #F5F7FA;
}

.openNotifybar {
    cursor: pointer;
}

.paymentReminder-Header {
    background-color: #b10000;
    color: white;
    margin-top: 39px;
    padding: 2px;
}

.notification {
    position: fixed;
    top: 46px;
    right: 85px;
    z-index: 99;
    display: none;
    width: 352px;
    max-height: 600px;
    padding: 5px 5px;
    /*margin-top: -25px;
    margin-left: -505px;*/
    display: none;
    z-index: 9999999 !important;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 1px 0px 14px #0098cc;
    word-wrap: break-word;
    overflow: auto;
}

.notification_li {
    background-color: #F5F7FA;
    margin: 15px 10px;
    padding: 15px;
}

.template {
    position: fixed;
    top: 86px;
    right: 30px;
    z-index: 99;
    display: none;
}

.template_tooltip {
    outline: none;
    text-decoration: none;
    position: relative;
}


.template_tooltip_text {
    width: 460px;
    max-height: 600px;
    padding: 10px 20px;
    margin-top: -25px;
    margin-left: -505px;
    display: none;
    z-index: 9999999 !important;
    background-color: #ffffff;
    position: relative;
    border-radius: 3px;
    box-shadow: 1px 0px 14px #0098cc;
    word-wrap: break-word;
    overflow: auto;
    /*-webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: 
        ease-in-out, ease-in-out, ease-in-out, ease-in-out;*/
}


/*.template:hover {
    opacity: 1;
    text-decoration: none;
    display: block;
    overflow: visible;
    margin-top: -25px;
    display: inline;
    margin-left: -505px;
}*/


.field-validation-error {
    color: red;
}


.small-box {
    padding: 10px;
    color: white;
    position: relative;
    min-height: 140px !important;
}

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        white-space: nowrap;
    }

    .small-box span {
        font-size: 15px;
    }

    .small-box > .small-box-footer {
        color: rgba(255, 255, 255, 0.8);
        display: block;
        background: rgba(0, 0, 0, 0.1);
        text-align: center;
        /*margin:10px -10px -10px -10px;*/
        bottom: 0;
        position: absolute;
        width: 100%;
        margin-left: -10px;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0, 0, 0, 0.15);
        }

    .small-box .icon {
        position: absolute;
        top: auto;
        bottom: 36px;
        right: 25px;
        z-index: 0;
        font-size: 70px;
        color: rgba(0, 0, 0, 0.15);
    }

    .small-box .head {
        /*color: rgba(0, 0, 0, 0.15);*/
    }
    /*.small-box:hover .icon {
        font-size:100px;
        animation-delay:5s;
        -webkit-animation-delay: 5s;
    }*/
    .small-box:hover .icon {
        animation-name: tansformAnimation;
        animation-duration: .7s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        -webkit-animation-name: tansformAnimation;
        -webkit-animation-duration: .7s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: tansformAnimation;
        -moz-animation-duration: .7s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards;
    }

@keyframes tansformAnimation {
    from {
        font-size: 70px;
    }

    to {
        font-size: 80px;
    }
}

@-webkit-keyframes tansformAnimation {
    from {
        font-size: 70px;
    }

    to {
        font-size: 80px;
    }
}

.fa-spin-hover:hover {
    animation-name: spin;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: spin;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.footer-height {
    margin-bottom: 50px;
}

.small-box-info {
    font-size: 12px;
}

.bg-light-blue {
    background-color: #5fb4ef !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-grass {
    background-color: #a1c436 !important;
}

.bg-wood {
    background-color: #ab7d44 !important;
}

.bg-red {
    background-color: #ff6868 !important;
}

.bg-yellow {
    background-color: #ffa93c !important;
}

.bg-pink {
    background-color: #cb6fd7 !important;
}

.bg-FA {
    background-color: #2B967B !important;
}

.graphsdiv {
    background-color: rgb(255, 255, 255);
    /*padding:5px;*/
    /*border:1px solid rgb(190, 189, 189);*/
    box-shadow: 0px 0px 23px -5px rgba(89, 88, 88, 1);
    margin: 15px 0 15px 0;
}

    .graphsdiv:hover {
        box-shadow: 0px 0px 30px -5px rgba(50, 50, 50, 1);
    }

.blueheader {
    color: #fff;
    background-color: rgba(85, 162, 215, 0.99) !important;
    text-align: left;
    padding: 8px 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
}

.orangeheader {
    color: #fff;
    background-color: rgba(230, 119, 24, 0.99) !important;
    text-align: left;
    padding: 8px 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
}

.grassheader {
    color: #fff;
    background-color: rgba(145, 177, 48, 0.99) !important;
    text-align: left;
    padding: 8px 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
}

.woodheader {
    color: #fff;
    background-color: rgba(154, 112, 61, 0.99) !important;
    text-align: left;
    padding: 8px 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
}

.redheader {
    color: #fff;
    background-color: rgba(230, 93, 93, 0.99) !important;
    text-align: left;
    padding: 8px 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
}

.yellowheader {
    color: #fff;
    background-color: rgba(230, 152, 53, 0.99) !important;
    text-align: left;
    padding: 8px 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
}

.pinkheader {
    color: #fff;
    background-color: rgba(183, 99, 194, 0.99) !important;
    text-align: left;
    padding: 8px 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
}

.FAclrheader {
    color: #fff;
    background-color: rgba(38, 135, 110, 0.99) !important;
    text-align: left;
    padding: 8px 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
}

.textmiddle {
    text-align: center;
    font-size: 18px;
}

.container-fluid {
    padding-left: 0px;
}

.paddingLeft2 {
    padding-left: 20px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft5 {
    padding-left: 5px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 75px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../Content/loading.gif") 50% 40% no-repeat rgb(249,249,249);
}

.loading {
    background: url("../Content/loading.gif") 50% 40% no-repeat transparent;
    height: 50px;
}
/*header*/
.dasheader {
    margin: 0px;
    bottom: auto;
    width: auto;
    z-index: 5;
    border: none;
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    visibility: visible;
    height: 60px;
    background: rgb(0,152,204);
    padding: 10px 0 5px 10px;
    position: fixed;
    width: 100%;
}

#logo img {
    width: 240px;
}

.dashnav {
    float: left;
    background: #3A3F51;
    position: fixed;
    margin: 0px;
    right: auto;
    z-index: 5;
    padding: 10px;
    border: none;
    overflow: hidden;
    left: 0px;
    width: 220px !important;
    display: block;
    visibility: visible;
    top: 75px;
    bottom: 0px;
}

.dashcontent {
    float: right;
    padding-top: 96px;
    z-index: 4;
    position: absolute;
    left: 260px;
    width: 79%;
}

.dashcontent2 {
    margin-top: 75px;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 90%;
}

.client_logo {
    margin-top: -10px !important;
    width: 55px !important;
}
/*buttons*/
.bttn {
    border-radius: 3px;
    font-size: 13px;
    text-shadow: none;
    text-decoration: none !important;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 20px;
    line-height: 1.52857143;
    font-size: 13.5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.bttn {
    color: white;
}

.bttn-small {
    padding: 2px 10px !important;
    font-size: 11.9px !important;
}

@media (max-width:1200px) {
    .bttn-small {
        padding: 2px 10px !important;
        font-size: 8.9px !important;
    }
}

.bttn-mini {
    font-size: 10.5px !important;
    padding: 0 6px !important;
}

.bttn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .bttn-group > .bttn:first-child {
        margin-left: 0;
        border-radius: 0px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .bttn-group > .bttn:last-child {
        border-radius: 0px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
    }

.bttn-primary-old {
    color: #fff !important;
    background-color: #5d9cec;
}

    .bttn-primary-old:hover {
        color: #fff !important;
        background-color: #4b91ea;
    }

.bttn-primary.active {
    color: #fff !important;
    background-color: #4b91ea;
    box-shadow: inset 0px 0px 10px #005EC4;
}

.bttn-green, .bttn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2f92e7;
    *background-color: #2f76e7;
    background-image: -moz-linear-gradient(top, #2fa4e7, #2f76e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2fa4e7), to(#2f76e7));
    background-image: -webkit-linear-gradient(top, #2fa4e7, #2f76e7);
    background-image: -o-linear-gradient(top, #2fa4e7, #2f76e7);
    background-image: linear-gradient(to bottom, #2fa4e7, #2f76e7);
    background-repeat: repeat-x;
    border-color: #2f76e7 #2f76e7 #1553b5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff2f76e7', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .bttn-green:hover, .bttn-primary:hover {
        color: #ffffff;
        background-color: #2f76e7;
        *background-color: #1a67e2;
    }

.bttn-green2 {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #65a643;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #73a839, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73a839), to(#51a351));
    background-image: -webkit-linear-gradient(top, #73a839, #51a351);
    background-image: -o-linear-gradient(top, #73a839, #51a351);
    background-image: linear-gradient(to bottom, #73a839, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73a839', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .bttn-green2:hover {
        color: #ffffff;
        background-color: #51a351;
        *background-color: #499249;
    }

.bttn-orange {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ec5c00;
    *background-color: #dd5600;
    background-image: -moz-linear-gradient(top, #f76000, #dd5600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f76000), to(#dd5600));
    background-image: -webkit-linear-gradient(top, #f76000, #dd5600);
    background-image: -o-linear-gradient(top, #f76000, #dd5600);
    background-image: linear-gradient(to bottom, #f76000, #dd5600);
    background-repeat: repeat-x;
    border-color: #dd5600 #dd5600 #913800;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff76000', endColorstr='#ffdd5600', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .bttn-orange:hover {
        color: #ffffff;
        background-color: #dd5600;
        *background-color: #c44c00;
    }

.bttn-red {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d41e24;
    *background-color: #c71c22;
    background-image: -moz-linear-gradient(top, #dd1f26, #c71c22);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd1f26), to(#c71c22));
    background-image: -webkit-linear-gradient(top, #dd1f26, #c71c22);
    background-image: -o-linear-gradient(top, #dd1f26, #c71c22);
    background-image: linear-gradient(to bottom, #dd1f26, #c71c22);
    background-repeat: repeat-x;
    border-color: #c71c22 #c71c22 #841317;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd1f26', endColorstr='#ffc71c22', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .bttn-red:hover {
        color: #ffffff;
        background-color: #c71c22;
        *background-color: #b1191e;
    }

.bttn-black {
    color: #fff !important;
    background-color: #222;
}

    .bttn-black:hover {
        color: #fff !important;
        background: #000;
    }

.mapBox {
    width: 150px;
    padding: 5px;
    position: absolute;
    margin-top: 39px;
    z-index: 9999;
    right: 30px;
    box-shadow: 0px 1px 2px #bbb;
    border: solid 1px #bbb;
    background: rgba(255,255,255,1);
    display: inline-block;
}

    .mapBox span {
        margin-right: 5px;
    }

.mapBoxOA {
    width: 80px;
    padding: 5px;
    position: absolute;
    margin-top: 62px;
    z-index: 9999;
    right: 56px;
    /*box-shadow: 0px 1px 2px #bbb;
    border: solid 1px #bbb;*/
    background-color: transparent;
    display: inline-block;
}

.OAbuttonActive {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 6px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
}

    .OAbuttonActive:hover {
        background-color: rgb(235, 235, 235);
    }

.OAbuttonDeactive {
    text-align: center;
    color: rgb(150, 150, 150);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    padding: 1px 6px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
}


.mapBoxO {
    width: 80px;
    padding: 5px;
    position: absolute;
    margin-top: 34px;
    z-index: 9999;
    right: 18px;
    /*box-shadow: 0px 1px 2px #bbb;
    border: solid 1px #bbb;*/
    background-color: transparent;
    display: inline-block;
}

.ObuttonActive {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 6px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
}

    .ObuttonActive:hover {
        background-color: rgb(235, 235, 235);
    }

.ObuttonDeactive {
    text-align: center;
    color: rgb(150, 150, 150);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    padding: 1px 6px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
}

.CatVar {
    margin-left: 0px;
    padding: 5px 5px 5px 10px;
    background: #eeeeee;
}

.grndTotal {
    margin-left: 0px;
    padding: 10px 5px 5px 10px;
    background: #eeeeee;
}

.greyback {
    background: #ddd;
    border: solid 1px #DDD;
}

.greyhead {
    background: #eee;
}

.greyheadTitle {
    padding: 5px 0 0 7px;
}

.divStyle {
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    border: #cfdbe2 solid 1px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.divStyle2 {
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    border: #cfdbe2 solid 1px;
}

.fixedH150 {
    height: 127px;
    overflow: auto;
}

.fixedH200 {
    height: 203px;
    overflow: auto;
}

.fixedH320 {
    height: 327px;
    overflow: auto;
}

.fixedH370 {
    height: 380px;
    overflow: auto;
}

.fixedH400 {
    height: 400px;
    overflow: auto;
}

.fixedH450 {
    height: 450px;
    overflow: auto;
}

.fixedH500 {
    height: 500px;
    overflow: auto;
}

    .fixedH500 div {
        width: 93%;
        margin-top: 2%;
        margin-left: 1.5%;
        overflow-x: hidden;
    }

.allBorder {
    border: #cfdbe2 solid 1px;
}

.borderTop {
    border-top: solid 1px #B5B5B5;
    padding-top: 5px;
}

.border2 {
    border: 1px solid #bbb !important;
}

.padding5 {
    padding: 5px;
}

.paddingB4 {
    padding-bottom: 4px;
}

.paddingTB10 {
    padding: 10px 0;
}

.paddingL10 {
    padding-left: 10px;
}

.paddingT18 {
    padding-top: 18px;
}

.marginR {
    margin-right: 5px;
}

.marginR30 {
    margin-right: 30px;
}

.text_hidden {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/*.dataTable tr.odd td
{
    background-color: #fafafa;
}

.dataTable tr.even td.sorting_1
{
    background-color: #e6e6e6 !important;
}

.dataTable tr.odd td.sorting_1
{
    background-color: #f2f0ff !important;
}

.dataTable tr.even td
{
    background-color: #f5f2ff;
}*/

.dataTable th.sorting_asc {
    background-color: #d6d6d6;
}

.dataTable th.sorting_desc {
    background-color: #d6d6d6;
}
/*added*/

/*dashboard table*/
.mytable {
    background-color: #FEFEFE;
    border: solid 1px #ddd;
    border-radius: 4px !important;
    box-shadow: none !important;
    width: 100%;
    border-collapse: inherit;
}
/*.mytable tr:nth-child(odd)
    {
        background-color:#f8f8f8;
    }
    .mytable tr:nth-child(even)
    {
        background-color:#f4f4f4;
    }*/
/*common tables*/
.dataTable {
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.31);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.31);
    box-shadow: 0 1px 3px rgba(0,0,0,.31);
}

    .dataTable th {
        text-align: center;
    }

    .dataTable td {
        text-align: center;
    }

table.dataTable thead th {
    border-bottom: solid 1px #888;
}

table.dataTable td {
    padding: 10px !important;
}

.dataTables_info, .dataTables_paginate {
    margin-top: 8px;
    font-size: 14px;
}

.dataTable tr:last-of-type td {
    padding-bottom: 4px;
}

.dataTables_wrapper {
    margin-top: 5px;
}

.asmtable th, .asmtable td {
    text-align: center !important;
    width: 100px !important;
}

.form-actions {
    background: none;
    padding: 0px;
    border: none;
}
/*buttons*/

.close-btn {
    border-radius: 20px;
}

input[type="submit"], .pbtn {
    /*background:#CCCCCC;
    margin-left: 5px;
    padding: 4px 7px;
    text-shadow:none;*/
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}

button {
    /*background:#CCCCCC;
    border:none;
    margin-left: 5px;
    padding: 4px 7px;*/
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}

    button:hover {
        /*background:#333;
        color:white;*/
    }

.smallbtn {
    padding: 3px 7px;
    margin: 2px;
    color: #FEFEFE !important;
    text-shadow: none;
    background: #1c99a1;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}

    .smallbtn:hover {
        background: #333;
    }

.backbtn {
    padding: 3px 7px 3px 18px;
    background: url("../Content/images/bckimg.png") no-repeat;
    background-position: 2px -25px;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}

    .backbtn:hover {
        background-position: 2px 7px;
        color: white;
        background-color: #444;
        text-decoration: none !important;
    }

.whitetext {
    color: white;
}

.setpos {
    margin-top: -10px;
}

#nav {
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 30px;
    width: 231px;
}

    #nav h3 {
        color: #e1e2e3;
        display: block;
        font-size: 14px;
        margin: 0;
        font-weight: normal;
        letter-spacing: 0.035em;
        cursor: pointer;
        padding-left: 5px;
        border-bottom: solid 1px #666;
    }

.dashead {
    border-bottom: solid #cfdbe2 1px;
    font-weight: 400;
    color: #666;
    margin-top: -11px;
}

.viewmap {
    font-size: 14px;
    background-color: #EfEfEf;
    border: solid 3px #fff !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.31) !important;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.31) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.31) !important;
}

.prodbox {
    /*margin-bottom:5px; 
    background-color:#F2FFFF; 
    border:1px solid #ccc;
    border-radius:3px;*/
}

fieldset {
    margin-left: 10px;
}

legend {
    border: none;
}

.smallhead {
    border-bottom: solid 1px #cfdbe2;
    font-weight: 400;
}

.nobold {
    font-weight: normal;
}

hr {
    background: #cfdbe2;
    height: 2px;
    width: inherit;
}

    hr.second {
        background: #ddd;
        height: 1px;
        width: inherit;
    }

.inbox hr {
    background: #ccc;
    height: 2px;
    width: inherit;
}

.control-labelhead {
    font-weight: bold;
}

.controldetail {
    font-size: 14px;
}

.notextSelect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    cursor: pointer;
}

.selectedRow {
    border: 1px #d6e9c6 solid;
    border-radius: 4px;
    color: #468847;
    background: #dff0d8;
}

    .selectedRow i {
        opacity: 0.7;
    }
/*username & logout btn*/
.logindetails {
    /*width:14% !important;
    margin-left:37% !important;*/
    font-size: 14px;
    font-weight: normal !important;
    /*letter-spacing:0.025em;*/
    text-align: right;
    padding-right: 15px;
}

.lead {
    font-size: 16px;
    font-weight: 600;
}

.userdetails {
    text-align: right;
    color: #eeeeee;
}

    .userdetails span {
        float: none;
        margin-left: 0px;
    }

.logoutbtn {
    /*padding-top:20px;
    margin-left:0 !important;*/
    color: #eeeeee !important;
}

    .logoutbtn:hover {
        color: #ffffff !important;
    }

/*--------------------------------*/

.row-fluid .span2_5 {
    width: 19%;
}

.row-fluid .span1_5 {
    width: 10%;
}

.span1_7 {
    width: 12%;
}

.span3_5 {
    width: 260px;
}

.span6-0-margin {
    margin-left: 0px !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.topmargin {
    margin-top: 10px;
}

.topmargin5 {
    margin-top: 5px;
}

.topnegmargin6 {
    margin-top: -60px;
}

.topnegmargin3 {
    margin-top: -30px;
}

.topnegmargin1 {
    margin-top: -10px;
}

.bottomborderpad {
    border-bottom: solid 1px #cfdbe2;
    padding-top: 8px;
}

.bottomborderallpad {
    border-bottom: solid 1px #cfdbe2;
    padding: 8px 5px;
    margin-bottom: 3px;
}

.line30 {
    line-height: 30px;
}

.errorText {
    color: #b94a48;
}
/*.jstree-leaf
{
    background-color:none;
}*/
/*.jstree-selected-parent
{
    background-color:#d1f30f !important;
    border-radius:3px !important;
    border-color:ActiveBorder !important;
    padding:4px 2px 4px 2px !important;
    font-size:larger;

}*/
/*.tree li ul li:hover
{
    background-color:#e8ff68;
    padding:0px;
    border:none ;
}
.tree li:hover
{
    background-color:rgba(242, 255, 175, 0.61);
}*/

/*side tree navigation*/
.jstree a {
    padding: 5px !important;
    width: 85%;
    background-color: #3A3F51 !important;
}

.jstree-clicked {
    background-color: #3A3F51 !important;
    border: none !important;
    color: #EEEEEE !important;
    padding: 5px !important;
    border-radius: 0px;
}

.jstree-selected-parent {
    /*background-color: #222633 !important;*/
    /*padding:5px !important;*/
}

    .jstree-selected-parent a {
        /*background-color: #222633 !important;*/
    }

a.jstree-clicked {
    background-color: #222633 !important;
}

.jstree-hovered {
    background: none !important;
    border: none !important;
    border-radius: 0px;
    padding: 5px !important;
}

.jstree-last {
    margin-bottom: 15px !important;
}

li.jstree-open {
}
/*.tree ul li {
border-bottom: solid 1px #4e4e4e;
}*/
/*new menu navigation*/
.white {
    color: white !important;
}

.pointerCursor {
    cursor: pointer;
}

.sideMainMenu ul li {
    margin-top: 8px;
}

.sideMainMenu li {
    list-style: none;
    display: block;
    line-height: 18px;
    min-height: 18px;
    min-width: 18px;
    margin-top: 10px;
    white-space: nowrap;
    color: white;
    padding-left: 16px;
    margin-left: -22px;
}

    .sideMainMenu li a {
        color: #EEEEEE;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        margin: 0;
        padding: 5px !important;
        text-decoration: none;
        white-space: nowrap;
    }

.withSubMenu {
    background: url("a.png") no-repeat;
    background-position: 0 0;
}

.withSubMenuActive {
    background: url("a1.png") no-repeat;
    background-position: 0 0;
}

.random {
    background: #666;
    padding-top: 4px;
    padding-bottom: 4px;
}

.accord a {
    color: white;
    text-decoration: none !important;
    /*font-weight: normal !important;*/
    font-size: 14px;
}

.accord span {
    position: absolute;
    right: 0;
    margin-top: 13px;
    margin-right: 10px;
}

.accordcontent {
    overflow-y: auto;
    width: 300px;
}

.menuicns {
    background: url("../Content/images/menu-icon.png") no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    margin-right: 5px;
    margin-bottom: -3px;
    display: inline-block;
}

.menuicnca {
    background-position: 0px -23px;
}

.menuicnga {
    background-position: 0px -47px;
}

.menuicndash {
    background-position: 0px -71px;
}

.menuicnreports {
    background-position: 0px -95px;
}

.menuicnattndc {
    background-position: 0px -119px;
}

.menuicnsurvey {
    background-position: 0px -143px;
}

/*live map*/

.shopslist {
    height: 400px;
    overflow: hidden;
}

    .shopslist .head {
        height: 45px;
    }

    .shopslist .shops {
        height: 350px;
        overflow: auto;
    }

.wideTable th {
    vertical-align: middle !important;
}

.wideTable td {
    vertical-align: middle !important;
}

.width40 {
    width: 40px !important;
}

.width80 {
    width: 80px !important;
}

.width100 {
    width: 100px !important;
}

.width120 {
    width: 120px !important;
}
/* --survey response page-- */
.answer {
    margin-left: 5px !important;
}

.responsecontainer {
    margin-left: 0 !important;
}

.responseQ {
    border-bottom: 1px solid #aaa;
}

.imgbox {
    width: 50%;
    height: 500px;
    top: 5%;
    overflow: hidden;
    left: 25%;
    border: solid 10px rgb(249,249,249);
    background: url("../Content/loading.gif") 50% 50% no-repeat rgb(249,249,249);
    position: fixed;
    display: none;
}

    .imgbox p {
        display: none;
    }

    .imgbox img {
        width: 100%;
        margin-top: 0px;
    }

    .imgbox div {
        text-align: left;
    }

.viewImgclose {
    display: inline-block;
    width: 20px;
    padding: 5px;
    text-align: center;
    background: #eee;
    color: black;
    border-radius: 50px;
    cursor: pointer;
    margin: -20px 0px 5px 0;
}

.nextImg, .prevImg {
    display: inline-block;
    width: 20px;
    padding: 5px;
    background: #eee;
    position: absolute;
    color: black;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9;
    top: 50%;
}

.nextImg {
    right: 15px;
}

.prevImg {
    left: 15px;
}

.margin5 {
    margin-left: 5px;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.smallinput {
    width: 100px;
}

.smallEditInput {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    padding: 0px 3px !important;
    width: 80%;
}
/* allowance review page*/
.printbtn {
    margin: -20px 10px 5px 0;
}
/* back to top style*/
#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 80px;
    text-align: center;
    font-size: small;
    opacity: 0.7;
}

    #back-top a:hover {
        text-decoration: none !important;
        color: #444;
    }
/*modal*/
.backdrop {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    display: none;
}

.mymodal {
    background: white;
    z-index: 999;
    height: 450px;
    max-height: 450px;
    overflow: auto;
    overflow-x: hidden;
    border: solid 5px white;
    border-radius: 10px;
    width: 60%;
    padding: 25px;
    position: fixed;
    top: 15%;
    left: 25%;
    display: none;
}

    .mymodal .span6 {
        width: 46.9% !important;
    }

.showMob {
    display: none !important;
}


/*-----------------responsive css------------------*/

@media screen and (max-width:800px) {
    .hideMob {
        display: none !important;
    }

    .showMob {
        display: block !important;
    }

    .mobHeader {
        width: 100% !important;
    }

    .mobSpanFullWidth {
        width: 100% !important;
    }

    .dashnav {
        background: #3A3F51;
        position: fixed;
        margin: 0px;
        right: auto;
        z-index: 5;
        padding: 10px;
        border: none;
        overflow: hidden;
        left: -240px;
        width: 220px !important;
        display: block;
        visibility: visible;
        top: 55px;
        bottom: 0px;
    }

    .dashcontent {
        float: right;
        padding: 75px 2% 2% 2%;
        z-index: 4;
        position: absolute;
        left: 0px;
        width: 96%;
    }

    .mobMenu {
        margin-left: -10px;
        margin-top: 1px;
    }

    .accordlogout {
        color: white;
        text-decoration: none !important;
        font-size: 14px;
    }

        .accordlogout a {
            text-decoration: none !important;
        }

        .accordlogout .icon-off {
            font-size: 20px;
            width: 24px;
            height: 24px;
            left: 0;
            margin-left: 5px;
            margin-bottom: -3px;
            display: inline-block;
        }

    .shopslist {
        margin-bottom: 15px;
    }

    .mapBox {
        right: 45px;
    }

    .spanMob-0-margin {
        margin-left: 0px !important;
    }
    /*Attendences - live map page*/
    .shopslist {
        height: 220px;
    }

        .shopslist .shops {
            height: 170px;
        }

    #mapFiltersDiv, #filtersDiv {
        display: none;
    }

    #mapFilters, #btnFilters {
        margin-top: 5px;
    }
    /*attendences - summary page*/
    .dataTables_length {
        width: 100%;
    }

    .dataTables_filter {
        width: 100%;
        text-align: left !important;
    }

    table {
        min-width: 600px !important;
    }
}
