@import 'font-awesome/css/font-awesome.min.css';
@import 'Fonts/picto.css';
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Exo+2:700,300,400,500,600);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);


@font-face {
    font-family: HelveticaNeueLTStd;
    src: url(fonts/fonts/HelveticaNeueLTStd-Th.otf) format('opentype');
}

@font-face {
    font-family: HelveticaNeueLTStd-BdCn;
    src: url(fonts/fonts/HelveticaNeueLTStd-BdCn.otf) format('opentype');
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.invalid {
  border: 2px solid red;
}

html, body {
    -webkit-font-smoothing: antialiased !important;
    /* height: 100%; */
}

body {
    color: #000;
    /*color:#686868;*/
    background: #F5F5F5;
    font-family: 'Roboto', sans-serif;
    display: block;
}


@media (max-width:1199px) {
    body {
        overflow-x: auto !important;
        width: 1200px !important;
        display: block;
    }
}

 
/* scrollbar Style css */

/*
::-webkit-scrollbar {width: 8px; height: 8px; }


::-webkit-scrollbar-button {
    background-color: #999;
}

::-webkit-scrollbar-track {
    background-color: #999;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #18A159;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #999;
}
    
::-webkit-resizer { background-color: #999;}

*/ 


.fs19 {
    font-size: 19px;
}

.modal-body::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}


.table_two th, .table_two td {
    float: left;
}


.table_two tr {
    display: block;
    overflow: hidden;
}

.table_two {
    border: none;
}

    .table_two tbody {
        display: block;
        min-height: calc(200px + 1 px);
        overflow-Y: scroll;
        color: #000; /*height: calc(50vh - 1px);*/
    }

    .table_two thead, .table_two thead tr {
        z-index: 2;
    }

    .table_two tbody tr td:last-child {
        border-right: transparent !important;
    }

    .table_two thead tr td, .table_two thead tr th, .table_two tbody tr td {
        border-right: 1px solid #797979 !important;
        border-bottom: 1px solid #797979 !important;
        border: none;
    }

        .table_two tbody tr td:nth-child(1) {
            padding-top: 6px;
            padding-left: 0;
            padding-right: 0;
        }

    .table_two thead tr td, .table_two thead tr th {
        border-right: 0px;
        z-index: 2;
        position: relative;
        padding: 7px 10px;
        font-size: 1em;
    }

    .table_two tbody tr:nth-child(1) td {
        border-top: none;
    }

    .table_two tbody tr td {
        line-height: 18px;
        color: #000;
        position: relative;
        padding: .70rem 1rem .5rem 1rem;
        height: 29px;
        overflow: hidden;
        border-bottom: 0px;
        border-right: 0px;
        vertical-align: middle;
    }

/* scrollbar Style css */


*, a:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

ul {
    padding: 0;
}

    ul.list-regular {
        padding-left: 20px;
    }

        ul.list-regular .list-regular {
            padding-left: 40px;
        }

#content h1, #content h2, #content h3 {
    /* font-family: 'Exo 2', sans-serif; */
    /* margin: 0; */
}

    #content h1.content-heading {
        font-size: 24px;
        text-transform: uppercase;
        padding: 15px;
        display: inline-block;
    }

    #content h2.content-heading, #content h3.content-heading {
        text-transform: capitalize;
        padding: 15px;
        display: inline-block;
    }

    #content h1 span, #content h2 span, #content h3 span {
        font-size: 60%;
        color: #ccc;
        font-weight: normal;
    }

#content > h1, #content > h2, #content > h3, #content > h1.content-heading, #content > h2.content-heading, #content > h3.content-heading {
    /*padding: 15px;*/ padding: 7px 15px 7px 15px;
}

#content .col-table > .content-heading {
    padding: 15px;
}

#content .innerAll > h1, #content .innerAll > h2, #content .innerAll > h3, #content .innerAll > h1.content-heading, #content .innerAll > h2.content-heading, #content .innerAll > h3.content-heading {
    padding: 0 0 15px;
}

h4, h5, h6 {
}

    h4.separator, h5.separator, h6.separator {
        margin-bottom: 0;
    }
/*a, a:hover {color: #18A159;}*/

.borderB {
    border-bottom: 1px solid #e5e5e5;
}

.scripts-async .container-fluid {
    visibility: hidden;
}

.innerTB {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.innerAll {
    padding: 15px !important;
    position: relative;
}

.innerL {
    padding-left: 20px;
    position: relative;
}

.innerR {
    padding-right: 15px;
    position: relative;
}

.innerT {
    display: block;
    height: 31px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
}

@media (max-width:767px) {
    .innerT {
        display: block;
        height: auto;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.innerB {
    padding-bottom: 15px;
    position: relative;
}

.innerB_2 {
    padding-bottom: 48px;
    position: relative;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-none-TB {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.padding-none-LR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-div-LRTB {
    padding:8px 20px 0 20px !important;
}

.mt20 {
    margin-top: 20px;
}

.border-none {
    border: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}


.box-shadow-none {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.bg-container {
    background: #eaeaea !important;
}

.bg-gray {
    background: #f9f9f9 !important;
}

.bg-gray-dark {
    background: #f2f2f2 !important;
}

.bg-none {
    background: none !important;
}

.bg-white {
    background: #fff !important;
}

.bg-success {
    background: #72af46 !important;
    color: #fff;
}

.bg-info {
    background: #466baf !important;
    color: #fff;
}

.bg-info-dark {
    background: #37558b !important;
}

.bg-inverse {
    background: #424242 !important;
    color: #fff;
}

.bg-inverse-faded {
    background: rgba(66, 66, 66, 0.5) !important;
}

.bg-primary {
    background: #18A159 !important;
    color: #fff;
}

.bg-primary-light {
    background: #d0e1cc !important;
}

    .bg-primary-light *:not(.btn) {
        border-color: #a1c399 !important;
    }

    .bg-primary-light[class*="border-"], .bg-primary-light.box-generic {
        border-color: #c2d8bc !important;
    }

    .bg-primary-light .caret {
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        border-right-color: #a1c399 !important;
    }

.bg-warning {
    background: #ab7a4b;
}

.bg-lightred {
    background: #e15258;
}

.bg-mustard {
    background: #d4d172;
}

.bg-purple {
    background: #9d8ac7;
}

.bg-gray-hover:hover {
    background: #f7f7f7;
}

.relativeWrap {
    position: relative;
}

.display-block {
    display: block !important;
}

.display-block-inline {
    display: inline-block !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.text-white {
    color: #fff;
}

.text-info {
    color: #466baf;
}

.text-primary {
    color: #18A159 !important;
}

.text-success {
    color: #72af46;
}

.text-regular {
    color: #444 !important;
}

.text-faded {
    color: #d7d7d7 !important;
}

.text-muted-dark {
    color: #a2a2a2;
}

.text-muted-darker {
    color: #898989;
}

.text-weight-regular {
    font-weight: normal !important;
}

.text-weight-normal {
    font-weight: 400;
}

.text-condensed {
    letter-spacing: -2px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-right {
    text-align: right !important;
}

.text-center {
    /* text-align: center !important; */
}

.text-small {
    font-size: 12px;
}

.text-larger {
    font-size: 14px;
}

.text-medium {
    font-size: 30px;
    line-height: 30px;
}

.text-large {
    font-size: 35px !important;
    line-height: 40px !important;
}

.text-xlarge {
    font-size: 50px;
    line-height: 50px;
}

.text-xxlarge {
    font-size: 70px;
    line-height: 70px;
}

.text-underline {
    text-decoration: underline;
}

.inline-block {
    display: inline-block !important;
}

.overflow-y-auto {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.applyNiceScroll {
    overflow-y: auto;
}

.overflow-hidden {
    position: relative;
    overflow: hidden;
}

.containerBg {
    background: #fff;
}

.whiteBg {
    background: #fff;
}

.hide2 {
    display: none;
}

.border-top {
    border-top: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5 !important;
}

.border-left {
    border-left: 1px solid #efefef;
}

.half.innerAll {
    padding: 7.5px !important;
}

.half.innerLR {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.half.innerTB {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}

.half.innerT {
    padding-top: 7.5px !important;
}

.half.innerB {
    padding-bottom: 7.5px !important;
}

.half.innerL {
    padding-left: 7.5px !important;
}

.half.innerR {
    padding-right: 7.5px !important;
}

.inner-2x.innerAll {
    padding: 30px !important;
}

.inner-2x.innerTB {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.inner-2x.innerLR {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.inner-2x.padding-bottom-none {
    padding-bottom: 0 !important;
}

.inner-2x.padding-right-none {
    padding-right: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x {
    overflow-x: auto;
}

.unscrollable {
    overflow: hidden !important;
}

.fixed-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.height-auto {
    height: auto !important;
}

div.row, ul.row {
    margin: 0 -7.5px;
}

.row-merge {
    margin: 0 !important;
}

div[class*="col-xs-"], div[class*="col-sm-"], div[class*="col-md-"], div[class*="col-lg-"], li[class*="col-xs-"], li[class*="col-sm-"], li[class*="col-md-"], li[class*="col-lg-"] {
    padding: 0 7.5px;
}

.widget .row-merge {
    margin: 0;
}

.row-merge {
    position: relative;
}

    .row-merge > [class*="col-"] {
        padding: 0;
    }

        .row-merge > [class*="col-"] ~ [class*="col-"] {
            position: static;
        }

            .row-merge > [class*="col-"] ~ [class*="col-"]:after {
                position: absolute;
                top: 0;
                bottom: 0;
                width: 1px;
                /*    background: #e5e5e5;*/
                content: "";
            }

    .row-merge.border-top, .row-merge ~ .row-merge {
        border-top: 1px solid #e5e5e5;
    }

    .row-merge.border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .row-merge .fill-column:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: inherit;
        background: #f4f4f4;
        content: "";
    }




@media (min-width:768px) and (max-width:991px) {
    .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"] {
        position: relative;
    }

        .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"]:after {
            position: absolute;
            top: 0;
            bottom: auto;
            left: 0;
            right: 0;
            width: auto;
            height: 1px;
            background: #e5e5e5;
            content: "";
        }
}

.row-icons {
    padding: 10px 0;
    margin: 0;
}

    .row-icons [class*="col"] {
        margin-bottom: 15px;
        padding: 0;
    }

        .row-icons [class*="col"] a {
            line-height: 24px;
            display: inline-block;
            color: #1d1d1b;
        }

        .row-icons [class*="col"][class*="glyphicons"] {
            padding-left: 50px;
        }

            .row-icons [class*="col"][class*="glyphicons"] i:before {
                left: 10px;
                top: 10px;
            }

        .row-icons [class*="col"] i.fa {
            vertical-align: middle;
            margin: 0 10px;
        }

        .row-icons [class*="col"] i, .row-icons [class*="col"] i:before {
            color: #18A159;
            font-size: 24px;
        }

        .row-icons [class*="col"] span {
            padding-left: 5px;
        }

.ui-tooltip {
    display: none !important;
}

.rounded-none {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.rounded-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.rounded-right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.notebook {
    min-height: 60px;
    line-height: 30px;
    background: -webkit-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    background: -moz-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    background: linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

    .notebook ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .notebook ul li {
            line-height: 30px;
        }

.bg-success .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #72af46 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #72af46 5%) 0 0;
    background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #72af46 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-inverse .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #424242 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #424242 5%) 0 0;
    background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #424242 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-primary .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #18A159 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #18A159 5%) 0 0;
    background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #18A159 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-gray .notebook {
    background: -webkit-linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    background: -moz-linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    background: linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

#content {/*background:#f5f5f5;*//* background: #EDEDED; *//* text-align: left; *//* margin-top: 0px; */}

    #content.full {
        margin-left: 0;
    }



@media (max-width:768px) {

    #content {margin-left:0px !important;}

    .abutimg_2 {
        border: 1px solid #333;
        height: 140px;
        margin: -25px 10px 0 -10px;
        width: 140px;
    }

    .abutimg_3 {
        border: 1px solid #333;
        height: 120px;
        margin: 0 10px 0 -8px;
        width: 120px;
    }
}

#footer {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    height: 26px;
    left: 215px;
    line-height: 10px;
    position: fixed;
    right: 274px;
    text-align: center;
    width: auto;
    z-index: 2 !important;
    padding: 7px 0;
    right: 0;
}

.overflow-x {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
}

.text-success {
    color: #72af46;
}

.text-white {
    color: #fff !important;
}

.bg-default {
    background-color: #e7e7e7 !important;
}

.bg-gray {
    background: #c7c7c7 !important;
}

.bg-white {
    background-color: #fff !important;
}

.red-color {
    color: #404040;
}

.bg-f5f5f5 {
    background: #f5f5f5 !important;
}

.bg-inverse {
    background-color: #424242 !important;
}

.bg-info {
    background-color: #466baf !important;
}

.bg-success {
    background-color: #72af46 !important;
}

.bg-primary {
    background: #18A159 !important;
    color: #fff;
}

.bg-primary-light {
    background: #eef4ec !important;
}

    .bg-primary-light *:not(.btn) {
        border-color: #d0e1cc !important;
    }

    .bg-primary-light[class*="border-"], .bg-primary-light.box-generic {
        border-color: #d0e1cc !important;
    }

    .bg-primary-light .caret {
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        border-right-color: #a1c399 !important;
    }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

.no-top-padding {
    padding-top: 0px !important;
}

.pLink {
    float: left;
    text-align: right;
    width: 89%;
}



@media (min-width:1199px) {
    .spacing-x2.innerAll, .spacing-x2 .innerAll, .spacing-x2 .widget.widget-tabs-vertical .widget-body .tab-content, .spacing-x2 .box-generic {
        padding: 20px;
    }

    .background-none {
        background: none !important;
    }

    .abutimg_2 { /*border: 1px solid #333;*/
        height: 140px;
        margin: -16px 10px 0 -25px;
        width: 140px;
    }

    .abutimg_3 { /*border: 1px solid #333;*/
        height: 120px;
        margin: 0 10px 0 -8px;
        width: 120px;
    }

    .spacing-x2 .widget, .spacing-x2 .filter-bar {
        margin-bottom: 15px;
    }

        .spacing-x2 .widget .widget-body, .spacing-x2 .filter-bar .widget-body {
            padding: 0px 10px;
        }

    .spacing-x2 .box-generic {
        margin-bottom: 25px;
    }

    .pLink {
        float: left;
        text-align: right;
        width: 89%!important;
    }
}

@media (min-width:120px) and (max-width:320px) {
    .abutimg_2 {
        border: 1px solid #333;
        height: auto;
        margin: 0px 10px 0 0px;
        width: 100% !important;
        display: inline-block;
    }

    .abutimg_3 {
        border: 1px solid #333;
        height: 120px;
        margin: 0 10px 0 -8px;
        width: 120px;
    }

    .col-md-8 {
        width: 100%;
        float: left;
    }

    .pLink {
        float: left;
        text-align: right;
        width: 65%!important;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .col-md-8 {
        width: 100%;
        float: left;
    }

    .pLink {
        float: left;
        text-align: right;
        width: 65%!important;
    }
}

@media (max-width:767px) {
    .spacing-x2.innerAll, .spacing-x2 .innerAll, .spacing-x2 .widget.widget-tabs-vertical .widget-body .tab-content, .spacing-x2 .box-generic {
        padding: 10px;
    }

    .abutimg_2 {
        border: 1px solid #333;
        height: 140px;
        margin: -25px 10px 0 -10px;
        width: 140px;
    }

    .abutimg_3 {
        border: 1px solid #333;
        height: 120px;
        margin: 0 10px 0 -8px;
        width: 120px;
    }

    .pLink {
        float: left;
        text-align: right;
        width: 70%!important;
    }
}


.spacing-x2 .widget, .spacing-x2 .filter-bar {
    margin-bottom: 10px;
}

    .spacing-x2 .widget .widget-body, .spacing-x2 .filter-bar .widget-body {
        padding: 10px 10px;
    }

.spacing-x2 .box-generic {
    margin-bottom: 10px;
}

}

@media (min-width:768px) and (max-width:992px) {
    .hidden-tablet {
        display: none !important;
    }

    .abutimg_2 {
        border: 1px solid #333;
        height: 140px;
        margin: -31px 10px 0 -15px;
        width: 140px;
    }

    .abutimg_3 {
        border: 1px solid #333;
        height: 120px;
        margin: 0 10px 0 -8px;
        width: 120px;
    }
}

@media (max-width:320px) {
    .main-scroll_320 {
        display: inline-block;
        height: auto;
        margin-left: -10px;
        overflow: scroll;
        width: 298px;
    }

    .main-scroll_980 {
        width: 1054px;
        margin: 0px 10px 0px 0px;
    }
}

@media (max-width:980px) {
    .main-scroll_320 {
        display: inline-block;
        height: auto;
        margin-left: -10px;
        overflow: scroll;
        width: 99%;
    }

    .main-scroll_980 {
        width: 1054px;
        margin: 0px 10px 0px 0px;
    }
}

.flot-none {
    float: none;
}

.m-b-10 {
    margin-bottom: 10px;
}

.separator {
    padding: 15px 0;
}

    .separator.bottom {
        padding: 0 0 15px;
    }

    .separator.top {
        padding: 15px 0 0;
    }

.half.innerAll {
    padding: 10px !important;
}

.half.innerLR {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.half.innerTB {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.half.innerT {
    padding-top: 10px !important;
}

.half.innerB {
    padding-bottom: 10px !important;
}

.row-app {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
}

.modal.modal-inline .modal-dialog .modal-content {
    border-width: 1px;
    border-color: #e5e5e5;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    border-color: #e5e5e5;
}

    .dropdown-menu li {
        border-bottom: 1px solid #e5e5e5;
    }

        .dropdown-menu li:last-of-type {
            border: none;
        }

        .dropdown-menu li.headline {
            padding: 10px;
            font-size: 16px;
            text-align: center;
        }

            .dropdown-menu li.headline:hover {
                background: none;
            }

        .dropdown-menu li .divider {
            padding: 0;
            height: 1px;
            margin: 0;
        }

        .dropdown-menu li.clean:hover {
            background: none;
        }

        .dropdown-menu li a {
            line-height: 25px;
        }

        .dropdown-menu li.active a, .dropdown-menu li.active:hover a {
            background-color: #18A159;
        }

    .dropdown-menu.clean li:hover {
        background: none;
    }

.menubar {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .menubar > li {
        display: inline-block;
    }

        .menubar > li > a {
            text-decoration: none;
            color: #878787;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            display: block;
        }

            .menubar > li > a .badge {
                margin-top: 6px;
                margin-left: 7px;
            }

        .menubar > li.active > a, .menubar > li.open > a {
            background: #ededed;
            color: #3b3b3b;
            font-weight: 600;
        }

a.widget {
    display: block;
    text-decoration: none;
}

    a.widget i.display-block {
        margin-bottom: 10px;
    }

.widget {
    /*background: #fff;*/
    margin: 0 auto 15px;
    position: relative;
    min-height: 450px;
    /*    border: 1px solid #e6e6e6;*/
}

    .widget .tab-content {
        padding: 0;
    }

    .widget .widget-head, .widget-headSimpleText {
        /*    border-bottom: 1px solid #e5e5e5;*/
        position: relative;
        padding: 0px 0 10px 0;
        /*overflow: hidden;*/
    }

.widget-headSimpleText {
}


.widget .widget-head {
    /* background: #424242; */
}

    .widget .widget-head.progress {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        margin: 0;
        padding: 0;
    }

        .widget .widget-head.progress .progress-bar {
            line-height: 39px;
        }

    .widget .widget-head .heading {
        margin: 0;
        /* color: #fff; */
        font-size: 15px;
        /* height: 25px; */
        line-height: 25px;
        /* padding: 0 14px; */
        /* float: left; */
    }

        .widget .widget-head .heading.glyphicons {
            width: auto;
            display: block;
            padding: 0 0 0 35px;
        }

            .widget .widget-head .heading.glyphicons i:before {
                padding: 0;
                margin: 0;
                left: 0;
                top: 0;
                height: 40px;
                line-height: 40px;
                text-align: center;
                width: 35px;
                color: #7c7c7c;
                font-size: 16px;
                font-weight: normal;
                text-shadow: none;
            }

    .widget .widget-head a {
        text-shadow: none;
    }

    .widget .widget-head .btn-xs {
        margin-top: 0px;
    }

    .widget .widget-head .btn-group.btn-group-xs {
        margin-top: 8px;
    }

.widget .details {
    font-size: 8pt;
    color: #7c7c7c;
}

.widget .widget-body {
    padding: 15px;
}

    .widget .widget-body form {
        margin: 0;
    }

    .widget .widget-body p.lead {
        font-size: 25px;
    }

    .widget .widget-body > pre:last-child, .widget .widget-body > p:last-child {
        margin: 0;
    }

    .widget .widget-body.list {
        color: #7c7c7c;
        padding: 0;
    }

        .widget .widget-body.list .count {
            font-size: 15pt;
            font-weight: 400;
        }

        .widget .widget-body.list ul {
            margin: 0;
            list-style: none;
        }

            .widget .widget-body.list ul li {
                padding: 0 10px;
                height: 39px;
                border-bottom: 1px solid #e5e5e5;
                position: relative;
                line-height: 39px;
                text-align: left;
                text-shadow: 0 1px 0 #fff;
                clear: both;
            }

                .widget .widget-body.list ul li .badge {
                    position: absolute;
                    right: 8px;
                    top: 10px;
                }

                .widget .widget-body.list ul li:first-child {
                    border-top: none;
                }

                .widget .widget-body.list ul li:last-child {
                    border-bottom: none;
                }

                .widget .widget-body.list ul li .count {
                    float: right;
                    color: #000;
                }

                .widget .widget-body.list ul li .sparkline {
                    position: relative;
                    top: 5px;
                    margin-left: 5px;
                }

                .widget .widget-body.list ul li a {
                    color: #000;
                    font-weight: bold;
                }

        .widget .widget-body.list.products li {
            height: 60px;
            line-height: 60px;
        }

        .widget .widget-body.list.products .img {
            float: left;
            display: inline-block;
            width: 48px;
            height: 44px;
            line-height: 44px;
            color: #fff;
            text-align: center;
            background: #272729;
            margin: 8px 8px 0 0;
            -webkit-border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
            text-shadow: none;
            cursor: pointer;
            font-size: 10pt;
            font-weight: 600;
        }

        .widget .widget-body.list.products .title {
            line-height: normal;
            display: inline-block;
            padding: 13px 0 0;
            text-transform: uppercase;
        }

            .widget .widget-body.list.products .title strong {
                font-family: "Open Sans", sans-serif;
                text-transform: none;
            }

        .widget .widget-body.list.fluid ul li {
            height: auto;
            line-height: normal;
            padding: 10px;
        }

        .widget .widget-body.list.list-2 ul li {
            border-bottom: 1px solid #d8d9da;
            border-top: none;
            background: #f8f8f8;
        }

            .widget .widget-body.list.list-2 ul li.active {
                border-color: #ddd;
                background: #fff;
            }

                .widget .widget-body.list.list-2 ul li.active i:before {
                    font-weight: normal;
                    background: #18A159;
                    color: #fff;
                    text-shadow: none;
                    height: 20px;
                }

                .widget .widget-body.list.list-2 ul li.active a {
                    color: #18A159;
                }

            .widget .widget-body.list.list-2 ul li:last-child {
                border-bottom: none;
            }

            .widget .widget-body.list.list-2 ul li a {
                display: block;
                color: #222;
                padding: 0 0 0 30px;
            }

                .widget .widget-body.list.list-2 ul li a i:before {
                    color: #555;
                    width: 20px;
                    height: 20px;
                    font-size: 14px;
                    border: 1px solid #ccc;
                    background: #ddd;
                    top: 9px;
                    left: 0;
                    text-align: center;
                    vertical-align: middle;
                    padding-top: 3px;
                    text-shadow: 0 1px 0 #fff;
                }

            .widget .widget-body.list.list-2 ul li.hasSubmenu {
                height: auto;
            }

                .widget .widget-body.list.list-2 ul li.hasSubmenu ul {
                    padding: 0 0 10px;
                }

                    .widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
                        height: auto;
                        line-height: normal;
                        background: none;
                        border: none;
                        line-height: 20px;
                    }

                        .widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
                            color: #333;
                            padding: 0 0 0 20px;
                        }

                        .widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
                            font-weight: bold;
                        }

.widget .widget-footer {
    background: #fafafa;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #ebebeb;
}

    .widget .widget-footer .glyphicons {
        width: 25px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        float: right;
        vertical-align: top;
    }

        .widget .widget-footer .glyphicons i:before {
            font-size: 16px;
            color: #c3c3c3;
            text-align: center;
            width: 20px;
            height: 25px;
            line-height: 25px;
            text-shadow: 0 1px 0 #fff;
        }

        .widget .widget-footer .glyphicons:hover i:before {
            color: rgba(0, 0, 0, 0.5);
        }

.widget.margin-bottom-none {
    margin-bottom: 0;
}

.widget.widget-gray {
    background: #f5f5f5;
}

    .widget.widget-gray .widget-head {
        background: #e9e9e9;
        border-color: #d1d2d3;
        box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    }

        .widget.widget-gray .widget-head .heading {
            color: #555;
            text-shadow: 0 1px 0 #fff;
        }

            .widget.widget-gray .widget-head .heading.glyphicons i:before {
                background: none;
                color: #555;
                border-color: rgba(0, 0, 0, 0.1);
            }

.widget.widget-primary {
    background: #18A159;
    color: #fff;
}

    .widget.widget-primary p {
        color: #fff;
    }

    .widget.widget-primary .widget-head {
        background: #e9e9e9;
        border-color: #d1d2d3;
        box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    }

        .widget.widget-primary .widget-head .heading {
            color: #555;
            text-shadow: 0 1px 0 #fff;
        }

            .widget.widget-primary .widget-head .heading.glyphicons i:before {
                background: none;
                color: #555;
                border-color: rgba(0, 0, 0, 0.1);
            }

.widget.widget-profile .widget-head {
    padding-top: 15px;
    height: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

    .widget.widget-profile .widget-head a.pull-right {
        position: absolute;
        right: 10px;
        font-size: 18px;
        color: #8cb682;
        display: inline;
    }

        .widget.widget-profile .widget-head a.pull-right:hover {
            color: #fff;
        }

    .widget.widget-profile .widget-head a {
        color: #fff;
    }

.widget.widget-2:before, .widget.widget-2:after {
    display: none;
}

.widget.widget-2 .widget-head {
    background: #e2e2e4;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    height: 36px;
    line-height: 36px;
    border-color: #d1d2d3;
}

    .widget.widget-2 .widget-head .heading {
        line-height: 36px;
        color: #555;
        text-shadow: 0 1px 0 #fff;
        font-size: 12pt;
    }

        .widget.widget-2 .widget-head .heading i:before {
            color: #555;
            background: none;
            border: none;
            left: 3px;
            top: 2px;
        }

.widget.widget-2 .widget-body {
    border: 1px solid #d1d2d3;
    border-top: 0;
    background: #f5f5f5;
}

.widget.widget-2.primary .widget-head {
    background: #18A159;
    border-color: #18A159;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}

    .widget.widget-2.primary .widget-head .heading {
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    }

        .widget.widget-2.primary .widget-head .heading i:before {
            color: #fff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        }

.widget.widget-3 .widget-head {
    height: 36px;
    line-height: 36px;
}

    .widget.widget-3 .widget-head .heading {
        display: block;
        text-align: center;
        float: none;
        line-height: 36px;
        height: 36px;
        text-transform: uppercase;
        font-size: 12pt;
    }

        .widget.widget-3 .widget-head .heading i:before {
            background: none;
            border: none;
            left: 3px;
            top: 5px;
            font-size: 20px;
            color: #fff;
        }

        .widget.widget-3 .widget-head .heading .glyphicons {
            vertical-align: middle;
            width: 35px;
            height: 36px;
            padding: 0;
        }

.widget.widget-3 .widget-body {
    border-bottom: 1px solid #e5e5e5;
}

    .widget.widget-3 .widget-body.large {
        font-size: 26pt;
        font-weight: bold;
        text-align: center;
        padding: 25px 0;
        vertical-align: middle;
        line-height: normal;
    }

        .widget.widget-3 .widget-body.large.cancellations span {
            line-height: 20px;
            text-align: left;
            font-size: 17pt;
            display: inline-block;
            text-shadow: none;
        }

            .widget.widget-3 .widget-body.large.cancellations span span {
                display: block;
            }

                .widget.widget-3 .widget-body.large.cancellations span span:first-child {
                    color: #18A159;
                    text-transform: uppercase;
                    font-size: 13pt;
                }

        .widget.widget-3 .widget-body.large.dashboard {
            padding: 15px 0;
        }

.widget.widget-3 .widget-footer {
    background: #fafafa;
    border-top: none;
}

    .widget.widget-3 .widget-footer a {
        float: none;
        color: #ddd;
        width: auto;
        padding: 0 10px 0 30px;
        border-right: 1px solid #e5e5e5;
        text-decoration: none;
    }

        .widget.widget-3 .widget-footer a i:before {
            color: #ddd;
            left: 5px;
        }

        .widget.widget-3 .widget-footer a:hover {
            color: #18A159;
        }

            .widget.widget-3 .widget-footer a:hover i:before {
                color: #18A159;
            }

    .widget.widget-3 .widget-footer.align-center {
        text-align: center;
    }

        .widget.widget-3 .widget-footer.align-center a:first-child {
            border-left: 1px solid #e5e5e5;
        }

    .widget.widget-3 .widget-footer.align-right {
        text-align: right;
    }

        .widget.widget-3 .widget-footer.align-right a:first-child {
            border-left: 1px solid #e5e5e5;
        }

        .widget.widget-3 .widget-footer.align-right a:last-child {
            border-right: none;
        }

.widget.widget-4 {
    border: none;
    background: none;
}

    .widget.widget-4 .widget-head {
        background: none;
        padding: 10px;
        border: none;
    }

        .widget.widget-4 .widget-head .heading {
            color: #544f49;
            text-shadow: none;
            padding: 0;
            margin: 0;
        }

    .widget.widget-4 .widget-body {
        padding: 0 10px 10px;
        border: none;
    }

        .widget.widget-4 .widget-body.list ul li {
            padding: 0;
        }

.widget.widget-heading-simple {
    border: none;
    background: none;
}

    .widget.widget-heading-simple > .widget-head {
        border: none;
        background: none;
        background-image: none !important;
        filter: none !important;
        padding: 0 0 5px;
        height: 25px;
        line-height: 25px;
    }

        .widget.widget-heading-simple > .widget-head .heading {
            padding: 0;
            height: 25px;
            line-height: 25px;
        }

            .widget.widget-heading-simple > .widget-head .heading.glyphicons {
                padding: 0 0 0 25px;
            }

                .widget.widget-heading-simple > .widget-head .heading.glyphicons i:before {
                    text-align: left;
                    width: 25px;
                    height: 25px;
                    line-height: 25px;
                }

    .widget.widget-heading-simple > .widget-body {
        border: 1px solid #e5e5e5;
    }

.widget.widget-body-simple {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .widget.widget-body-simple > .widget-body {
        background: none;
        border: none;
        padding: 0;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

.widget.widget-body-white > .widget-body {
    background: #fff;
}

.widget.widget-body-gray > .widget-body {
    background: #f4f4f4;
}

.widget.widget-body-primary > .widget-body {
    background: #18A159;
}

    .widget.widget-body-primary > .widget-body * {
        color: #fff;
        -shadow: none;
    }

.widget.widget-body-inverse > .widget-body {
    background: #424242;
}

    .widget.widget-body-inverse > .widget-body *, .widget.widget-body-inverse > .widget-body i:before {
        color: #fff;
        text-shadow: none;
    }

.widget.widget-body-default > .widget-body {
    background: #bbb;
}

    .widget.widget-body-default > .widget-body *, .widget.widget-body-default > .widget-body i:before {
        color: #fff;
        text-shadow: none;
    }

.widget.widget-body-multiple {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

    .widget.widget-body-multiple > .widget-body {
        margin-bottom: 7.5px;
    }

        .widget.widget-body-multiple > .widget-body:last-of-type {
            margin-bottom: 0;
        }

.widget.widget-inverse > .widget-head {
    /* background-color: #424242; */
    /* color: #fff; */
}

    .widget.widget-inverse > .widget-head .heading {
        /* color: #fff; */
    }

.widget.widget-info {
    background: #466baf;
    color: #fff;
}

.widget.widget-dark {
    background: #424242;
    color: #fff;
}

.widget-flat {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .widget-flat > .widget-body {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        border: none !important;
    }

h4.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

    h4.glyphicons i:before {
        font-size: 22px;
        font-weight: normal;
        color: #575655;
    }

h3.glyphicons, h2.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

    h3.glyphicons i:before, h2.glyphicons i:before {
        font-size: 27px;
        font-weight: normal;
        left: 2px;
        top: 3px;
        color: #575655;
    }

    h3.glyphicons.cogwheels i:before, h2.glyphicons.cogwheels i:before {
        left: 5px;
    }

.finances_summary .well {
    font-size: 16px;
    text-align: center;
}

    .finances_summary .well strong {
        display: block;
        font-size: 22pt;
        color: #45494c;
        line-height: normal;
    }

.finances_summary .glyphicons.standard i:before {
    color: #ccc;
}

div.glyphicons, div.glyphicons-social {
    padding: 0 0 0 47px;
}

    div.glyphicons i:before, div.glyphicons-social i:before {
        color: #e2e2e2;
        font-size: 32px;
    }

    div.glyphicons.glyphicon-large, div.glyphicons-social.glyphicon-large {
        padding: 0 0 0 75px;
    }

        div.glyphicons.glyphicon-large i:before, div.glyphicons-social.glyphicon-large i:before {
            font-size: 50px;
            left: 0;
        }

        div.glyphicons.glyphicon-large.group-column, div.glyphicons-social.glyphicon-large.group-column {
            padding: 0 0 0 85px;
        }

            div.glyphicons.glyphicon-large.group-column i:before, div.glyphicons-social.glyphicon-large.group-column i:before {
                font-size: 45px;
                left: 12px;
            }

    div.glyphicons.glyphicon-xlarge, div.glyphicons-social.glyphicon-xlarge {
        padding: 0 0 0 85px;
    }

        div.glyphicons.glyphicon-xlarge i, div.glyphicons-social.glyphicon-xlarge i {
            padding: 0 0 10px;
        }

            div.glyphicons.glyphicon-xlarge i:before, div.glyphicons-social.glyphicon-xlarge i:before {
                font-size: 70px;
            }

    div.glyphicons.glyphicon-top, div.glyphicons-social.glyphicon-top {
        padding: 0;
        text-align: center;
    }

        div.glyphicons.glyphicon-top i, div.glyphicons-social.glyphicon-top i {
            display: block;
            position: relative;
            padding: 5px 0 10px;
        }

            div.glyphicons.glyphicon-top i:before, div.glyphicons-social.glyphicon-top i:before {
                position: relative;
                left: auto;
                top: auto;
            }

    div.glyphicons.glyphicon-primary i:before, div.glyphicons-social.glyphicon-primary i:before {
        color: #18A159;
    }

@media (max-width:979px) and (min-width:768px) {
    div.glyphicons.hidden-tablet-partial, div.glyphicons-social.hidden-tablet-partial {
        padding: 0;
    }
}

.widget-body-primary div.glyphicons i:before {
    color: #fff;
}

.social-large {
    height: 97px;
}

    .social-large a {
        display: block;
        height: 97px;
        float: left;
        padding: 10px 19px;
        color: #d5d5d5;
        background: #fff;
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        text-decoration: none;
    }

        .social-large a i {
            display: block;
            position: relative;
            padding: 0 0 8px;
        }

            .social-large a i:before {
                display: block;
                text-align: center;
                top: auto;
                left: auto;
                position: relative;
                font-size: 50px;
                color: #d5d5d5;
            }

        .social-large a.active, .social-large a:hover {
            color: #fff;
            background: #18A159;
        }

            .social-large a.active i:before, .social-large a:hover i:before {
                color: #fff;
            }

        .social-large a:last-child {
            border: none;
        }

    .social-large.social-large-2 a {
        display: inline-block;
        font-weight: 400;
        float: none;
        border: none;
        background: none;
        color: #444;
    }

        .social-large.social-large-2 a i:before {
            color: #444;
        }

        .social-large.social-large-2 a.active, .social-large.social-large-2 a:hover {
            color: #18A159;
        }

            .social-large.social-large-2 a.active i:before, .social-large.social-large-2 a:hover i:before {
                color: #18A159;
            }

.widget-search input {
    width: 100%;
}

.form-inline.small input, .form-inline.small select {
    margin: 0 5px 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 1px 5px;
    border-color: #d8d9da;
    color: #a7a7a7;
}

.form-inline.small select {
    padding: 1px 0;
    height: 23px;
}

    .form-inline.small select:last-child {
        margin-right: 0;
    }

.form-inline.small label {
    float: left;
    margin: 0 5px 0 0;
    display: block;
}

.form-inline.small .input-append.block {
    display: block;
}

.form-inline.small .input-append input {
    margin: 0;
    width: 85%;
}

.form-inline.small .input-append .input-group-addon {
    padding: 1px 3px;
    margin: 0 0 0 -1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
    color: #d8d9da;
    border-color: #d8d9da;
}

    .form-inline.small .input-append .input-group-addon i:before {
        top: 4px;
        left: 4px;
        font-size: 14px;
        color: #d0d1d1;
    }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    /*border-color: #e5e5e5;*/
    border-color: gray;
    border-left: 1px solid #18A159;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#focusedInput {
    border-left: 1px solid #18A159;
}

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 {
    /* -webkit-border-radius: 0 0 0 0; */
    -moz-border-radius: 0 0 0 0;
    border-radius: 3px;
    border-color: #ced4da;
}
/*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 {   
 -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; border-color: #D2D2D2;
}*/
.uniformjs .radio .disabled input[type="radio"], .uniformjs .checkbox .disabled input[type="checkbox"] {
    margin-left: 0;
}

.uniformjs .radio, .uniformjs .checkbox {
    padding-left: 0;
}

.uniformjs .radio {
    height: auto;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 3px;
}

.uniformjs label.radio {
    margin-bottom: 0;
}

    .uniformjs label.radio.inline {
        margin: 0;
    }

.checkbox.inline {
    padding-bottom: 1px;
}

.uniformjs .radio span {
    margin: 2px 0 0;
}

.uniformjs .checkbox span {
    margin: -2px 0 0;
}

.input-full input {
    width: 83%;
    height: 17px;
}

legend {
    line-height: normal;
    height: auto;
    font-size: 18px;
    margin: 0 0 6px;
    text-align: left;
    padding: 0;
    border: 0;
    color: #797979;
}

.strong {
    font-weight: bold;
    color: #ffffff;
}

.green {
    color: #18A159;
}

.control-label.center {
    text-align: center;
}

.form-actions {
    background: none;
    border: none;
    margin: 0;
}

.form-horizontal .form-actions {
    margin-top: 0;
    padding: 0;
}

.form-horizontal .controls {
    margin-left: 145px;
}

.form-horizontal .control-group:last-child {
    margin: 0;
}

.input-group .input-group-addon, .input-append .input-group-addon {
    background: #fff;
    border-color: #CCCCCC;
}

    .input-group .input-group-addon i:before, .input-append .input-group-addon i:before {
        color: #969696;
    }

    .input-group .input-group-addon icon, .input-append .input-group-addon icon {
        margin-top: 0;
    }

    .input-group.input-append .input-group-addon:first-child, .input-group.input-append .btn:first-child, .input-group.input-append .input-group-addon:last-child, .input-group.input-append .btn:last-child, .input-group .input-group-addon:first-child, .input-group .btn:first-child, .input-append input, .input-append select, .input-append .uneditable-input, .fileupload-new .input-append .btn-file, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .input-append .input-group-addon:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .input-group .input-group-addon.glyphicons, .input-append .input-group-addon.glyphicons, .input-group .input-group-addon.glyphicons-social, .input-append .input-group-addon.glyphicons-social {
        background: #fff;
        display: table-cell;
        padding-left: 18px;
    }

        .input-group .input-group-addon.glyphicons i:before, .input-append .input-group-addon.glyphicons i:before, .input-group .input-group-addon.glyphicons-social i:before, .input-append .input-group-addon.glyphicons-social i:before {
            font-size: 14px;
            left: 7px;
            top: 7px;
            color: #d0d1d1;
        }

        .input-append .input-group-addon.glyphicons i:before {
            left: 6px;
        }

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background: #18A159;
}

.ms-container .custom-header {
    height: 30px;
    line-height: 30px;
    background-color: #f9f9f9;
    background-repeat: repeat-x;
    padding: 0 15px;
    font-weight: 600;
    border: 1px solid #e5e5e5;
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
}

    .ms-container .custom-header:not(.custom-footer) {
        border-bottom: none;
    }

    .ms-container .custom-header.custom-footer {
        border-top: none;
    }

img.flag {
    height: 10px;
    width: 15px;
    padding-right: 10px;
    z-index: 99999;
}

.select2-results .select2-highlighted {
    background: #18A159;
}

.select2-container {
    /*    background: #f4f4f4;*/
    border-color: #fff;
}

    .select2-container .select2-choice {
        border-color: #fff;
        background: #f4f4f4;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

.select2-container-multi .select2-choices {
    border-color: #e5e5e5;
    background: #fff;
}

.select2-container .select2-choice div {
    border-color: #fff;
    background: #f4f4f4;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.select2-search input {
    background: #fff;
}

.select2-drop {
    border-color: #fff;
    background: #f4f4f4;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    z-index: 99999;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 5px 0 3px 5px;
    border-color: #d8d8d8;
}

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled], .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
    background: #18A159;
}

.bootstrap-timepicker-widget table td {
    font-size: 13px;
}

.bootstrap-timepicker > [class*="icon-"] {
    vertical-align: text-top;
    margin: 0 0 0 -22.5px;
    pointer-events: none;
    position: relative;
    cursor: pointer;
}

.has-switch {
    vertical-align: middle;
    border-color: #bebebe;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .has-switch span.switch-left {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .has-switch span {
        background-image: none !important;
        filter: none !important;
    }

    .has-switch label {
        background-image: none !important;
        filter: none !important;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    }

    .has-switch[data-on*="primary"] {
        border-color: #18A159;
    }

    .has-switch[data-on*="danger"] {
        border-color: #bd362f;
    }

    .has-switch[data-on*="warning"] {
        border-color: #ab7a4b;
    }

    .has-switch[data-on*="success"] {
        border-color: #72af46;
    }

    .has-switch[data-on*="inverse"] {
        border-color: #424242;
    }

    .has-switch span.switch-primary {
        background: #18A159;
    }

    .has-switch span.switch-danger {
        background: #bd362f;
    }

    .has-switch span.switch-warning {
        background: #ab7a4b;
    }

    .has-switch span.switch-success {
        background: #72af46;
    }

    .has-switch span.switch-inverse {
        background: #424242;
    }

    .has-switch span.switch-default {
        background: #ccc;
        color: #444;
    }

textarea.form-control {
    border-color: #e5e5e5;
}

    textarea.form-control:hover, textarea.form-control:focus {
        border-color: #b2b2b2;
    }

.btn {
    /* text-shadow: none; */
    /* box-shadow: none !important; */
    -moz-box-shadow: none !important;
    /* -webkit-box-shadow: none !important; */
    /* -webkit-border-radius: 0 0 0 0; */
    -moz-border-radius: 0 0 0 0;
    /* border-radius: 0 0 0 0; */
}
    /*.btn.active, .btn:active {outline: 0; background-color: #bb3030;}*/
    .btn:hover.text-primary {
        background-color: #18A159;
    }

        .btn:hover.text-primary .fa {
            color: #fff;
        }

.btn-block {
    /* width: 100%; */
    /* min-height: 30px; */
}

.btn-group .btn + .btn:not(.btn-block) {
    margin-left: -1px;
}
/*.btn-default {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #797979;
}
*/
.btn-defaultnew {
    background: #474747;
    border: 1px solid #474747;
    color: #fff;
}

    .btn-defaultnew:hover {
        background: #fff;
        border: 1px solid #474747;
        color: #474747;
    }

    .btn-defaultnew.filled {
        background: #efefef;
    }

        .btn-defaultnew.filled i {
            color: #ccc;
        }


/*
.btn-default {background:transparent; border: medium none; color: #fff !important; padding: 1px 5px; }*/
.btn-default.filled {
    background: #efefef;
}

    .btn-default.filled i {
        color: #ccc;
    }

.btn-default2 {
    background: #474747;
    border: medium none;
    color: #fff !important;
}

    .btn-default2:hover {
        background: #000;
    }

    .btn-default2.filled {
        background: #efefef;
    }

        .btn-default2.filled i {
            color: #ccc;
        }


.btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover, .btn-default:focus {
    background: none repeat scroll 0 0 transparent;
    border-color: #e7e7e7;
    color: #5F5F5F !important;
    text-decoration: underline;
}


.btn-default.active {
    /*background: #e8e8e8;*/
    background: transparent;
    color: #797979;
    text-shadow: none;
}

.btn-default .caret {
    border-top-color: rgba(0, 0, 0, 0.5);
}

.btn-warning {
    background: #ab7a4b;
    border-color: #ab7a4b;
    color: #fff;
}

    .btn-warning.btn-stroke {
        background: none;
        color: #ab7a4b;
    }

    .btn-group.open .btn-warning.dropdown-toggle, .btn-warning.disabled, .btn-warning[disabled], .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
        background: none;
        color: #ab7a4b;
    }

    .btn-warning.btn-stroke:hover, .btn-warning.btn-stroke:focus, .btn-warning.btn-stroke:active, .btn-warning.btn-stroke.active {
        background: #ab7a4b;
        color: #fff;
    }

    .btn-warning .caret {
        border-top-color: rgba(255, 255, 255, 0.7);
        border-bottom-color: rgba(255, 255, 255, 0.7);
    }

.btn-info {
    background: #18A159;
    color: #FFF;
    border-color: #18A159;
}

    .btn-info.btn-stroke {
        background: none;
        color: #466baf;
    }

    .btn-group.open .btn-info.dropdown-toggle, .btn-info.disabled, .btn-info[disabled], .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        background: #18A159;
        color: #fff;
    }

    .btn-info.btn-stroke:hover, .btn-info.btn-stroke:focus, .btn-info.btn-stroke:active, .btn-info.btn-stroke.active {
        background: #466baf;
        color: #fff;
    }

    .btn-info .caret {
        border-top-color: rgba(255, 255, 255, 0.7);
        border-bottom-color: rgba(255, 255, 255, 0.7);
    }



    .btn-danger.btn-stroke {
        background: none;
        color: #bd362f;
    }

    .btn-group.open .btn-danger.dropdown-toggle, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        background: #a11a13;
        color: #fff;
        /*color: #bd362f;*/
    }

    .btn-danger.btn-stroke:hover, .btn-danger.btn-stroke:focus, .btn-danger.btn-stroke:active, .btn-danger.btn-stroke.active {
        background: #bd362f;
        color: #fff;
    }

    .btn-danger .caret {
        border-top-color: rgba(255, 255, 255, 0.7);
        border-bottom-color: rgba(255, 255, 255, 0.7);
    }

.btn-primary {
    background: #07a54f;
    border-color: #07a54f;
    color: #fff;
}

.btn-primary_2 {
    background: #18A159;
    border-color: #18A159;
    color: #FFFFFF;
    text-align: center !important;
    width: 100%;
    margin-top: 10px;
}




.btn-primary.btn-stroke {
    background: none;
    color: #18A159;
}

.btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: #d22630;
    color: #fff;
    border-color: #d22630;
}

.btn-primary.btn-stroke:hover, .btn-primary.btn-stroke:focus, .btn-primary.btn-stroke:active, .btn-primary.btn-stroke.active {
    background: #18A159;
    color: #fff;
}

.btn-primary .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.btn-inverse {
    background: #424242;
    border-color: #424242;
    color: #fff;
}

    .btn-inverse.btn-stroke {
        background: none;
        color: #424242;
    }

    .btn-group.open .btn-inverse.dropdown-toggle, .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
        background: #222222;
        color: #fff;
    }

    .btn-inverse.btn-stroke:hover, .btn-inverse.btn-stroke:focus, .btn-inverse.btn-stroke:active, .btn-inverse.btn-stroke.active {
        background: #424242;
        color: #fff;
    }

    .btn-inverse .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.btn-success {
    background: #72af46;
    border-color: #72af46;
    color: #fff;
}

    .btn-success.btn-stroke {
        background: none;
        color: #72af46;
    }

    .btn-group.open .btn-success.dropdown-toggle, .btn-success.disabled, .btn-success[disabled], .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        background: none;
        color: #72af46;
    }

    .btn-success.btn-stroke:hover, .btn-success.btn-stroke:focus, .btn-success.btn-stroke:active, .btn-success.btn-stroke.active {
        background: #72af46;
        color: #fff;
    }

    .btn-success .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.btn-group .btn-primary:not(.dropdown-toggle), .btn-group .btn-primary:not('[data-toggle*=""]') {
    margin-right: 2px;
}

.btn-group.dropup .btn {
    padding: 7px 12px;
}

.btn-group-vertical.block {
    display: block;
}

.btn-group.btn-group-block {
    display: block;
}

@media (min-width:992px) and (max-width:1200px) {
    .btn-group.btn-group-block .btn.col-md-12 {
        margin: 0;
    }

    .abutimg_2 {
        border: 1px solid #333;
        height: 140px;
        margin: -30px 10px 0 -15px;
        width: 140px;
    }

    .abutimg_3 {
        border: 1px solid #333;
        height: 120px;
        margin: 0 10px 0 -8px;
        width: 120px;
    }

    .btn-group.btn-group-block .btn.col-md-12:first-of-type {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .btn-group.btn-group-block .btn.col-md-12:last-of-type {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
}

.btn-icon-stacked {
    text-align: left;
    padding: 10px 10px 10px 45px;
    position: relative;
}

    .btn-icon-stacked i {
        display: block;
        position: absolute;
        left: 15px;
        top: 12px;
    }

    .btn-icon-stacked span {
        display: block;
        font-size: 13px;
        line-height: normal;
    }

.btn-circle {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

    .btn-circle.btn {
        padding-left: 0;
        padding-right: 0;
        width: 34px;
    }

.glyphicons.standard, .glyphicons-social.standard {
    width: 24px;
    height: 24px;
    padding: 0;
}

    .glyphicons.standard i, .glyphicons-social.standard i {
        display: block;
        height: 24px;
    }

        .glyphicons.standard i:before, .glyphicons-social.standard i:before {
            color: #64625f;
            position: relative;
            top: auto;
            left: auto;
        }

    .glyphicons.standard:not(.disabled):hover i:before, .glyphicons-social.standard:not(.disabled):hover i:before {
        color: #797979;
    }

    .glyphicons.standard.btn, .glyphicons-social.standard.btn {
        padding: 4px;
    }

        .glyphicons.standard.btn.btn-small, .glyphicons-social.standard.btn.btn-small {
            padding: 2px 5px;
            width: auto;
            height: auto;
        }

            .glyphicons.standard.btn.btn-small i:before, .glyphicons-social.standard.btn.btn-small i:before {
                top: auto;
                line-height: 22px;
            }

.glyphicons.btn-action, .glyphicons-social.btn-action {
    width: 25px;
    height: 25px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

    .glyphicons.btn-action i:before, .glyphicons-social.btn-action i:before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        text-shadow: 0 1px 0 #fff;
        color: #fff;
    }

    .glyphicons.btn-action.btn-default i:before, .glyphicons-social.btn-action.btn-default i:before {
        color: #7c7c7c;
    }

    .glyphicons.btn-action.single, .glyphicons-social.btn-action.single {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        margin-right: 10px;
    }

.glyphicons.btn-icon, .glyphicons-social.btn-icon {
    text-align: left;
    padding: 5px 7px 5px 40px;
}

    .glyphicons.btn-icon i, .glyphicons-social.btn-icon i {
        float: left;
    }

        .glyphicons.btn-icon i:before, .glyphicons-social.btn-icon i:before {
            font-size: 15px;
            top: 0;
            left: 0;
            width: 33px;
            height: 23px;
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
            vertical-align: middle;
            padding: 7px 0 0;
            text-align: center;
        }

    .glyphicons.btn-icon.right, .glyphicons-social.btn-icon.right {
        text-align: left;
        padding: 5px 0 5px 7px;
    }

        .glyphicons.btn-icon.right i:before, .glyphicons-social.btn-icon.right i:before {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            right: 0;
            left: auto;
            text-align: center;
        }

.glyphicons.btn-large, .glyphicons-social.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 700;
}

    .glyphicons.btn-large i:before, .glyphicons-social.btn-large i:before {
        top: 12px;
        left: 12px;
        font-size: 17px;
    }

    .glyphicons.btn-large.btn-icon i:before, .glyphicons-social.btn-large.btn-icon i:before {
        top: 0;
        left: 0;
        height: 28px;
        padding: 12px 0 0;
    }

.glyphicons.btn-small, .glyphicons-social.btn-small {
    padding: 2px 10px 2px 35px;
}

    .glyphicons.btn-small i:before, .glyphicons-social.btn-small i:before {
        padding: 5px 0 0;
        width: 28px;
        height: 19px;
        font-size: 14px;
    }

.glyphicons.btn-mini, .glyphicons-social.btn-mini {
    padding: 1px 6px 1px 33px;
}

    .glyphicons.btn-mini i:before, .glyphicons-social.btn-mini i:before {
        padding: 5px 0 0;
        width: 26px;
        height: 17px;
        font-size: 13px;
    }

.glyphicons.orange i:before, .glyphicons-social.orange i:before {
    color: #edb459;
}

.glyphicons.btn-default i:before, .glyphicons-social.btn-default i:before {
    color: #9e9e9e;
    text-shadow: none;
}

.glyphicons.single, .glyphicons-social.single {
    color: #18A159;
    padding: 0 0 0 20px;
}

    .glyphicons.single i:before, .glyphicons-social.single i:before {
        font-size: 13px;
        top: 4px;
        color: #18A159;
    }

    .glyphicons.single + .single, .glyphicons-social.single + .single {
        margin-left: 8px;
    }

    .glyphicons.single.regular, .glyphicons-social.single.regular {
        color: #7c7c7c;
    }

        .glyphicons.single.regular i:before, .glyphicons-social.single.regular i:before {
            color: #7c7c7c;
        }

.glyphicons.primary i:before, .glyphicons-social.primary i:before {
    color: #18A159;
}

.glyphicons.text-error, .glyphicons-social.text-error {
    color: #18A159;
}

    .glyphicons.text-error i:before, .glyphicons-social.text-error i:before {
        color: #18A159;
    }

.glyphicons.text-info, .glyphicons-social.text-info {
    color: #5d92b3;
}

    .glyphicons.text-info i:before, .glyphicons-social.text-info i:before {
        color: #5d92b3;
    }

.glyphicons.text-success, .glyphicons-social.text-success {
    color: #719d46;
}

    .glyphicons.text-success i:before, .glyphicons-social.text-success i:before {
        color: #719d46;
    }

.ui .btn {
    margin-bottom: 6px !important;
}

.label {
    display: inline-block;
}

    .label.label-stroke {
        background: none;
        color: #999;
        border: 1px solid #999;
    }

    .label.label-primary {
        background: #18A159;
    }

        .label.label-primary.label-stroke {
            background: none;
            color: #18A159;
            border: 1px solid #18A159;
        }

    .label.label-info {
        background: #466baf;
    }

        .label.label-info.label-stroke {
            background: none;
            color: #466baf;
            border: 1px solid #466baf;
        }

    .label.label-warning {
        background: #ab7a4b;
    }

        .label.label-warning.label-stroke {
            background: none;
            color: #ab7a4b;
            border: 1px solid #ab7a4b;
        }

    .label.label-danger {
        background: #bd362f;
    }

        .label.label-danger.label-stroke {
            background: none;
            color: #bd362f;
            border: 1px solid #bd362f;
        }

    .label.label-inverse {
        background: #424242;
    }

        .label.label-inverse.label-stroke {
            background: none;
            color: #424242;
            border: 1px solid #424242;
        }

    .label.label-success {
        background: #72af46;
    }

        .label.label-success.label-stroke {
            background: none;
            color: #72af46;
            border: 1px solid #72af46;
        }

    .label.label-block {
        display: block;
    }

.badge.badge-stroke {
    background: none;
    color: #999;
    border: 1px solid #999;
}

.badge.badge-primary {
    background: #18A159;
}

    .badge.badge-primary.badge-stroke {
        background: none;
        color: #18A159;
        border: 1px solid #18A159;
    }

.badge.badge-warning {
    background: #ab7a4b;
}

    .badge.badge-warning.badge-stroke {
        background: none;
        color: #ab7a4b;
        border: 1px solid #ab7a4b;
    }

.badge.badge-danger {
    background: #bd362f;
}

    .badge.badge-danger.badge-stroke {
        background: none;
        color: #bd362f;
        border: 1px solid #bd362f;
    }

.badge.badge-success {
    background: #72af46;
}

    .badge.badge-success.badge-stroke {
        background: none;
        color: #72af46;
        border: 1px solid #72af46;
    }

.badge.badge-inverse {
    background: #424242;
}

    .badge.badge-inverse.badge-stroke {
        background: none;
        color: #424242;
        border: 1px solid #424242;
    }

.badge.badge-info {
    background: #466baf;
}

    .badge.badge-info.badge-stroke {
        background: none;
        color: #466baf;
        border: 1px solid #466baf;
    }

.badge.badge-white {
    background: #fff;
    color: #797979;
    border: 1px solid #ccc;
}

.badge.badge-block {
    display: block;
}

.hoverSlideLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    content: "";
    -webkit-transition: left 400ms ease;
    -moz-transition: left 400ms ease;
    -o-transition: left 400ms ease;
    -ms-transition: left 400ms ease;
    transition: left 400ms ease;
}

.hoverSlideRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    content: "";
    -webkit-transition: right 400ms ease;
    -moz-transition: right 400ms ease;
    -o-transition: right 400ms ease;
    -ms-transition: right 400ms ease;
    transition: right 400ms ease;
}

.hoverSlideUp {
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    -o-transition: top 400ms ease;
    -ms-transition: top 400ms ease;
    transition: top 400ms ease;
}
/*html.csstransitions.csstransforms3d a, html.csstransitions.csstransforms3d .btn, html.csstransitions.csstransforms3d .navbar.main li, html.csstransitions.csstransforms3d .navbar.main .caret {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
        text-align:center;
}*/
html.csstransitions.csstransforms3d .panel-3d {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    position: relative;
    z-index: 900;
    visibility: hidden;
}

    html.csstransitions.csstransforms3d .panel-3d .front {
        position: relative;
        top: 0;
        left: 0;
        z-index: 900;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        html.csstransitions.csstransforms3d .panel-3d .front [class*="icon-"] {
            visibility: hidden;
        }

    html.csstransitions.csstransforms3d .panel-3d .back {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 800;
        width: 100%;
        height: inherit;
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateY(-180deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        transform: rotateY(-180deg);
        transform-style: preserve-3d;
        backface-visibility: hidden;
    }

    html.csstransitions.csstransforms3d .panel-3d.animated .front, html.csstransitions.csstransforms3d .panel-3d.animated .back {
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    html.csstransitions.csstransforms3d .panel-3d.flip-default {
        z-index: 1000;
    }

        html.csstransitions.csstransforms3d .panel-3d.flip-default .front {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        html.csstransitions.csstransforms3d .panel-3d.flip-default .back {
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
        }

    html.csstransitions.csstransforms3d .panel-3d.panel-flip {
        z-index: 1000;
    }

        html.csstransitions.csstransforms3d .panel-3d.panel-flip .front {
            z-index: 900;
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
        }

        html.csstransitions.csstransforms3d .panel-3d.panel-flip .back {
            z-index: 1000;
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
        }

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -moz-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -moz-transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        -moz-transform: translate(0, 2px) rotate(0deg);
    }

    40% {
        -moz-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -moz-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -moz-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -moz-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -moz-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -moz-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -moz-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-ms-keyframes shake {
    0% {
        -ms-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -ms-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -ms-transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        -ms-transform: translate(0, 2px) rotate(0deg);
    }

    40% {
        -ms-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -ms-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -ms-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -ms-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -ms-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -ms-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -ms-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1;
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0;
    }

    to {
        -moz-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1;
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0;
    }

    to {
        -ms-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1;
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%) translateZ(1px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(1px);
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%) translateZ(1px);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0) translateZ(1px);
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%) translateZ(1px);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0) translateZ(1px);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) translateZ(1px);
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) translateZ(1px);
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) translateZ(1px);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) translateZ(1px);
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) translateZ(1px);
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) translateZ(1px);
    }
}

@-webkit-keyframes moveFromLeftRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) translateZ(1px);
    }
}

@-moz-keyframes moveFromLeftRotate {
    from {
        -moz-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) translateZ(1px);
    }
}

@-ms-keyframes moveFromLeftRotate {
    from {
        -ms-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) translateZ(1px);
    }
}

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(.1);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(.1);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(.1);
    }

    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes bigToSmall {
    from {
        -webkit-transform: scale(2);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bigToSmall {
    from {
        -moz-transform: scale(2);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes bigToSmall {
    from {
        -ms-transform: scale(2);
    }

    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-moz-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -moz-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-ms-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -ms-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-webkit-keyframes moveFromRightAndGrowAndRotate {
    from {
        -webkit-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-moz-keyframes moveFromRightAndGrowAndRotate {
    from {
        -moz-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-ms-keyframes moveFromRightAndGrowAndRotate {
    from {
        -ms-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}


.navbar.main {
    /*    min-height: 47px;
    height: 47px;
    margin: 0;*/
}

    .navbar.main .navbar-brand {
        padding: 0 9px 0 0;
        margin: 0;
        z-index: 1;
        position: relative;
    }

        .navbar.main .navbar-brand .btn {
            height: 47px;
            line-height: 47px;
            padding: 0 13px;
            font-size: 13px;
        }

            .navbar.main .navbar-brand .btn i {
                font-size: 20px;
                vertical-align: middle;
            }

        .navbar.main .navbar-brand .colors {
            list-style: none;
            margin-top: 10px;
            margin-right: 10px;
            line-height: 47px;
        }

@media (max-width:767px) {
    .navbar.main .navbar-brand .colors {
        display: none;
    }

    .min-height_278 {
        min-height: 0 !important;
    }
}

.navbar.main .navbar-brand .colors > li {
    padding: 5px 2px;
    float: left;
}

    .navbar.main .navbar-brand .colors > li > a {
        display: block;
        width: 18px;
        height: 18px;
        background: #18A159;
        -webkit-box-shadow: 0 0 0 1px #4e7444 inset;
        -moz-box-shadow: 0 0 0 1px #4e7444 inset;
        box-shadow: 0 0 0 1px #4e7444 inset;
    }

    .navbar.main .navbar-brand .colors > li.active > a {
        border: 1px solid #fff;
        -webkit-box-shadow: 0 0 0 1px #fff inset;
        -moz-box-shadow: 0 0 0 1px #fff inset;
        box-shadow: 0 0 0 1px #fff inset;
    }

    .navbar.main .navbar-brand .colors > li.dropdown > a {
        background: none;
    }

        .navbar.main .navbar-brand .colors > li.dropdown > a .color {
            width: 9px;
            height: 9px;
            display: inline-block;
            float: left;
        }

            .navbar.main .navbar-brand .colors > li.dropdown > a .color.primary {
                background: #18A159;
            }

            .navbar.main .navbar-brand .colors > li.dropdown > a .color.info {
                background: #466baf;
            }

            .navbar.main .navbar-brand .colors > li.dropdown > a .color.inverse {
                background: #424242;
            }

            .navbar.main .navbar-brand .colors > li.dropdown > a .color.success {
                background: #72af46;
            }

            .navbar.main .navbar-brand .colors > li.dropdown > a .color.danger {
                background: #bd362f;
            }

    .navbar.main .navbar-brand .colors > li.dropdown .dropdown-menu {
        border-color: #dedede;
        margin: 1px 0 0;
        width: 273px;
        padding: 10px;
    }

        .navbar.main .navbar-brand .colors > li.dropdown .dropdown-menu li {
            width: 150px;
            float: left;
            border: none;
        }

            .navbar.main .navbar-brand .colors > li.dropdown .dropdown-menu li a {
                padding: 3px 3px 3px 5px;
                font-size: 13px;
            }

        .navbar.main .navbar-brand .colors > li.dropdown .dropdown-menu .color {
            display: inline-block;
            margin-right: 5px;
            margin-top: 3px;
            vertical-align: text-top;
            width: 10px;
            height: 10px;
        }

            .navbar.main .navbar-brand .colors > li.dropdown .dropdown-menu .color.primary {
                background: #18A159;
            }

.navbar.main .appbrand {
    FONT-SIZE: 27PX;
    line-height: 47px;
    text-transform: uppercase;
    text-decoration: none;
    color: #838383;
    font-weight: 700;
}

.navbar.main .toggle-button {
    height: 47px;
    padding: 0 13px;
}

    .navbar.main .toggle-button > i {
        font-size: 22px;
        color: #fff;
        vertical-align: middle;
        line-height: 40px;
    }

    .navbar.main .toggle-button:hover i {
        color: #ccc;
    }

.navbar.main .user {
    font-size: 14px !important;
}

.navbar.main .navbar-right {
    height: 55px;
}

    .navbar.main .navbar-right:last-child {
        margin-right: 0;
    }

.navbar.main .dropdown-menu {
    border-color: #e5e5e5;
}

    .navbar.main .dropdown-menu li {
        border-bottom: 1px solid #e5e5e5;
    }

        .navbar.main .dropdown-menu li.headline {
            color: #ccc;
        }

        .navbar.main .dropdown-menu li:hover {
            /*background: #f7f7f7;*/
            background: #d22630;
            color: #fff;
        }

    .navbar.main .dropdown-menu.list li a {
        color: #686868;
    }

        .navbar.main .dropdown-menu.list li a i {
            color: #efefef;
        }

        .navbar.main .dropdown-menu.list li a:hover {
            background: none;
        }

            .navbar.main .dropdown-menu.list li a:hover i {
                color: #686868;
            }

        .navbar.main .dropdown-menu.list li a.clean {
            padding: 3px;
        }

    .navbar.main .dropdown-menu.inbox {
        width: 300px;
    }

        .navbar.main .dropdown-menu.inbox input {
            background-color: #f7f7f7;
        }

        .navbar.main .dropdown-menu.inbox .media {
            padding: 10px;
        }

            .navbar.main .dropdown-menu.inbox .media .media-body a {
                padding: 0;
            }

                .navbar.main .dropdown-menu.inbox .media .media-body a i {
                    font-size: 8px;
                    padding-right: 3px;
                    vertical-align: middle;
                    color: #72af46;
                }

                .navbar.main .dropdown-menu.inbox .media .media-body a span {
                    color: #ccc;
                    font-size: 12px;
                }

                    .navbar.main .dropdown-menu.inbox .media .media-body a span.time-email {
                        padding-top: 3px;
                    }

    .navbar.main .dropdown-menu.user-alerts li a i {
        color: #cecece;
    }

    .navbar.main .dropdown-menu.user-alerts li a:hover i {
        color: #686868;
    }

    .navbar.main .dropdown-menu.dropbox {
        width: 260px;
    }

        .navbar.main .dropdown-menu.dropbox .headline {
            color: #424242;
            background-color: #f7f7f7;
            font-size: 14px;
        }

            .navbar.main .dropdown-menu.dropbox .headline .col-md-6:first-of-type {
                border-right: 1px solid #e5e5e5;
            }

            .navbar.main .dropdown-menu.dropbox .headline a {
                color: #18A159;
                font-size: 13px;
            }

                .navbar.main .dropdown-menu.dropbox .headline a i {
                    font-size: 13px;
                    color: #ccc;
                }

                .navbar.main .dropdown-menu.dropbox .headline a:hover i {
                    color: #424242;
                }

        .navbar.main .dropdown-menu.dropbox .info {
            padding: 3px 8px;
            font-size: 12px;
            line-height: 24px;
            color: #ccc;
        }

        .navbar.main .dropdown-menu.dropbox .media-body {
            height: 40px;
            margin-top: 10px;
        }

            .navbar.main .dropdown-menu.dropbox .media-body a {
                cursor: pointer;
            }

            .navbar.main .dropdown-menu.dropbox .media-body em {
                color: #ccc;
            }

.navbar.main .navbar-form {
    padding: 0;
    margin: 0;
}

    .navbar.main .navbar-form .input-group {
        width: 1px;
    }

    .navbar.main .navbar-form .dropdown {
        display: inline-block;
        height: 47px;
        padding: 10px;
        padding: 0 8px;
        line-height: 47px;
        font-weight: 600;
        font-size: 13px;
    }

    .navbar.main .navbar-form input {
        height: 47px;
        border: none;
        background: none;
        width: 300px;
    }

@media (min-width:768px) and (max-width:991px) {
    .navbar.main .navbar-form input {
        width: 100px;
    }

    .display-inline-2 {
        display: inline-block !important;
        width: 100%;
    }

    .flot-right {
        float: right;
    }
}


@media (min-width:1200px) {
    .min-height_278 {
        min-height: 278px;
    }

    .flot-left-2 {
        float: left;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .navbar.main .navbar-form input {
        width: 170px;
    }

    .min-height_278 {
        min-height: 0px;
    }
}

.bd_box {
    width: 100%;
    height: auto;
    min-height: 45px;
    margin-bottom: 0px;
    display: none;
}


.display-inline-2 {
    display: inline;
}

.flot-right {
    float: right;
}

.navbar.main .navbar-form .btn-inverse {
    height: 47px;
    font-size: 20px;
    margin: 0;
}

.navbar.main .nav > li {
    margin: 0;
    height: 55px;
    padding: 10px 5px 10px 0px;
}

    .navbar.main .nav > li > a {
        line-height: 26px;
        font-weight: 600;
        font-size: 13px;
        padding: 0 7px;
    }

        .navbar.main .nav > li > a img {
            padding-top: 10px;
        }

        .navbar.main .nav > li > a .badge {
            float: right;
            top: 8px;
            position: relative;
            font-size: 11px;
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
            width: 18px;
            height: 18px;
            line-height: 18px;
            padding: 0;
        }

        .navbar.main .nav > li > a .badge-icon {
            font-size: 10px;
        }

        .navbar.main .nav > li > a .img-circle {
            padding: 2px;
        }

        .navbar.main .nav > li > a:hover .img-circle {
            padding: 0;
            border: 2px solid #fff;
        }

    .navbar.main .nav > li.lang {
        padding: 0 10px;
        line-height: 31px;
    }

    .navbar.main .nav > li.notification > a {
        padding: 0 5px;
    }

        .navbar.main .nav > li.notification > a > .badge {
            margin-left: -8px;
        }

    .navbar.main .nav > li a.menu-icon {
        padding: 2px 10px;
        border-radius: 5px;
    }

        .navbar.main .nav > li a.menu-icon > i {
            font-size: 24px;
            vertical-align: middle;
            line-height: 32px;
        }

    .navbar.main .nav > li .list i {
        line-height: 24px !important;
    }

@media (min-width:767px) {
    .flot-left-2 {
        float: right;
    }
}

@media (max-width:767px) {
    .navbar.main {
        height: auto;
    }

        .navbar.main .navbar-nav {
            margin: 0;
        }

        .navbar.main .navbar-collapse {
            padding: 0;
        }

        .navbar.main .navbar-form input {
            width: 100%;
        }

        .navbar.main .navbar-form .input-group {
            width: auto;
        }

        .navbar.main .nav > li .dropdown-menu {
            float: none;
            width: 100%;
            padding-top: 0px;
            position: absolute;
            left: 0px;
        }

            .navbar.main .nav > li .dropdown-menu li {
                background-color: #fff !important;
            }

        .navbar.main .navbar-nav > .open, .navbar.main .navbar-nav > .open > a {
            background: none;
        }

        .navbar.main .dropdown .dropdown-toggle {
            float: right;
        }
    /*.title{display:block;}*/
}

@media (min-width:480px) and (max-width:1980px) {
    .navbar-right {
        float: right;
    }
}

@media (min-width:320px) and (max-width:765px) {
    .mobile-padding-none {
        padding: 0px !important;
    }

    .mobile-display-none {
        display: none;
    }
}

@media (min-width:320px) and (max-width:480px) {

    /*  .navbar-brand{ width: 320px !important;} */
    /*#content{margin-top: 40px !important;} vikas 02-01-2015*/
    .mobile_display-none {
        display: none;
    }
}

.navbar.main .navbar-brand {
    width: 216px;
}

@media (min-width:768px) {

    .sidebar-mini .sidebar {width: 40px; 
        /*   display: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;*/
    }

    .sidebar-mini .sidebar ul#LeftMenu > li > a.collapsed:after {display:none;}    
    .sidebar-mini .sidebar .title {display: none;}
    .sidebar-mini #content {margin-left: 30px;}
    .sidebar-mini #footer {left: 0px !important;}
    .dropdown .dropdown-toggle.user .hidden-xs, .dropdown .dropdown-toggle.user .hidden-sm {display: inline !important;}
    .dropdown .dropdown-toggle.user .caret {top: 21px; right: 9px;}

}

.navbar.main.navbar-default {background-color: #fff; border-bottom: 1px solid #eaeaea;}
.navbar.main.navbar-default .dropdown-toggle {color: #585858;}
.navbar.main.navbar-default .dropdown-toggle:hover {color: #585858; text-decoration: none;}
.navbar.main.navbar-default .navbar-form input {background-color: #ededed;}
.navbar.main.navbar-default .nav > li {border-left: 1px solid #e5e5e5;}
.navbar.main.navbar-default .nav > li > a {color: #585858;}
.navbar.main.navbar-default .nav > li.lang {background-color: #e5e5e5;}
.navbar.main.navbar-default .nav > li a.menu-icon > i {color: #e5e5e5;}
.navbar.main.navbar-default .nav > li a.menu-icon:hover i {color: #fff;}
.navbar-brand {background: #18A159;}
.navbar.main.navbar-primary {border-bottom-color: #07a54f;background-color: #07a54f;box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);}
.navbar.main.navbar-primary .appbrand {color: #000;}
.navbar.main.navbar-primary .caret {border-top-color: #fff; border-bottom-color: #fff;}
.navbar.main.navbar-primary .dropdown-toggle {color: #eef4ec !important;}
.navbar.main.navbar-primary .dropdown-toggle:hover {color: #fff; text-decoration: none;}
.navbar.main.navbar-primary .dropdown-toggle:hover .caret {border-top-color: #fff; border-bottom-color: #fff;}
.navbar.main.navbar-primary a.menu-icon > i {color: #fff;}
.navbar.main.navbar-primary .navbar-brand {border-right: 1px solid #14864A;}


@media (max-width:767px) {

    .navbar.main.navbar-primary .navbar-brand {padding-right: 10px;}

}

.navbar.main.navbar-primary .navbar-brand .btn.text-regular {color: #eef4ec !important;}
.navbar.main.navbar-primary .toggle-button > i {color: #fff;}
.navbar.main.navbar-primary .toggle-button:hover i {color: #555;}
.navbar.main.navbar-primary .navbar-form input {background-color: #0070dc; color: #fff;}
.navbar.main.navbar-primary .navbar-form ::-webkit-input-placeholder {color: #8cb682;}
.navbar.main.navbar-primary .navbar-form :-moz-placeholder {color: #8cb682;}
.navbar.main.navbar-primary .navbar-form ::-moz-placeholder {color: #8cb682;}
.navbar.main.navbar-primary .navbar-form :-ms-input-placeholder {color: #8cb682;}
.navbar.main.navbar-primary .navbar-form .btn {border: none; border-left: 1px solid #0070dc; color: #fff; border-right: 0px solid #18A159;
    background: #0070dc;
}
.navbar.main.navbar-primary .navbar-form .btn:hover {color: #fff;}
.navbar.main.navbar-primary .nav .open > a {background-color: #0070dc;}
.navbar.main.navbar-primary .nav > li > a:focus {background: none;}
.navbar.main.navbar-primary .nav > li {border-left-color: #0070dc;}
.navbar.main.navbar-primary .nav > li > a:hover {background-color: #12944d; /*#0070dc;*/}
.navbar.main.navbar-primary .nav > li > a .badge.badge-primary {background-color: #fff; color: #18A159;}
.navbar.main.navbar-primary .nav > li.lang {background-color: #0070dc;}
.navbar.main.navbar-inverse {background-color: #373737; border-bottom-color: #2c2c2c;}
.navbar.main.navbar-inverse .dropdown-toggle {color: #e1e1e1;}
.navbar.main.navbar-inverse .dropdown-toggle:hover {color: #fff;}
.navbar.main.navbar-inverse a.menu-icon > i {color: #838383;}
.navbar.main.navbar-inverse .navbar-brand {border-right: 1px solid #2c2c2c;}
.navbar.main.navbar-inverse .navbar-brand .btn.text-regular {color: #838383 !important;}
.navbar.main.navbar-inverse .toggle-button > i {color: #838383;}
.navbar.main.navbar-inverse .toggle-button:hover i {color: #fff;}
.navbar.main.navbar-inverse .navbar-form input {background-color: #2c2c2c;}
.navbar.main.navbar-inverse .navbar-form ::-webkit-input-placeholder {color: #4d4d4d;}
.navbar.main.navbar-inverse .navbar-form :-moz-placeholder {color: #4d4d4d;}
.navbar.main.navbar-inverse .navbar-form ::-moz-placeholder {color: #4d4d4d;}
.navbar.main.navbar-inverse .navbar-form :-ms-input-placeholder {color: #4d4d4d;}
.navbar.main.navbar-inverse .navbar-form .btn {border-left: 1px solid #2c2c2c; color: #838383;}
.navbar.main.navbar-inverse .nav > li {border-left: 1px solid #2c2c2c;}
.navbar.main.navbar-inverse .nav > li > a :hover {background-color: #2c2c2c;}
.navbar.main.navbar-inverse .nav > li.lang {background-color: #2c2c2c;}

/*.sidebar {bottom: 0; left: 0; position: fixed; top: 47px; width: 274px; z-index: 1;}*/

.sidebar {overflow-y:auto;top: 55px;width: 216px;z-index: 10;float: left;/*height: 94% !important;*/position: fixed; height: calc(100vh - 55px) !important;}
.sidebar::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: transparent;}
.sidebar::-webkit-scrollbar {width: 6px; background-color: transparent;}
.sidebar::-webkit-scrollbar-thumb {background-color: #717171;}
.sidebar .user-profile {position: relative;}
.sidebar .user-profile > a {position: relative;}
.sidebar .user-profile .media-body {padding: 5px 0 0;}
.sidebar .user-profile .media-body p {font-size: 12px;}
.sidebar .user-profile .badge { position: absolute; top: -2px; right: -2px; font-size: 10px; border-radius: 50% 50% 50% 50%; padding: 4px 6px;
                                -webkit-border-radius: 50% 50% 50% 50%; -moz-border-radius: 50% 50% 50% 50%;
                                }
.sidebar .user-profile ul {list-style: none; padding: 0; width: 24px; position: absolute;  top: 9px; left: 9px;}
.sidebar .user-profile ul li:last-of-type {border: none;}
.sidebar .user-profile ul li a {display: block; height: 20px; line-height: 20px; text-align: center; padding: 0; font-size: 12px;}
.sidebar ul {list-style: none; padding: 0; margin: 0; margin-top: 1px;}
.sidebar > .sidebarMenuWrapper { overflow-y: hidden; top: 0px; bottom: 0; left: 0; right: 0;}


        /*html.csstransitions.csstransforms3d a, html.csstransitions.csstransforms3d .btn, html.csstransitions.csstransforms3d .navbar.main li, html.csstransitions.csstransforms3d .navbar.main .caret {transition: all 300ms linear 0s;}*/

        .sidebar > .sidebarMenuWrapper > ul li a {
            display: block;
            font-size: 13px;
            font-weight: 600;
            line-height: 40px;
            padding-left: 0px;
            text-decoration: none;
        }

        .sidebar > .sidebarMenuWrapper > ul li a {
            font-size: 13px;
            font-weight: 600;
            line-height: 36px;
            text-align: left;
        }

            .sidebar > .sidebarMenuWrapper > ul li a i {
                display: inline-block;
                font-size: 13px;
                margin-right: 5px;
                text-align: center;
                vertical-align: middle;
                width: auto;
                position: relative;
                top: -3px;
                font-size: 15px;
                color: #a7b1c2;
            }

            .sidebar > .sidebarMenuWrapper > ul li a .active {
                background: #1f497d;
            }

            .sidebar > .sidebarMenuWrapper > ul li a > .badge {
                margin-top: 9px;
                margin-right: 11px;
            }

                .sidebar > .sidebarMenuWrapper > ul li a > .badge i {
                    margin: 0;
                    width: auto;
                }

        .sidebar > .sidebarMenuWrapper > ul li.active, .sidebar > .sidebarMenuWrapper > ul li.open {
            position: relative;
        }

        .sidebar > .sidebarMenuWrapper > ul li:last-of-type {
            border: none;
        }

        .sidebar > .sidebarMenuWrapper ul li > a[data-toggle="collapse"] {
            position: relative;
        }




        .sidebar > .sidebarMenuWrapper ul li.active.hasSubmenu > a[data-toggle="collapse"]:after {
            /*content: "\f16f";*/
            top: 21px;
        }

        .sidebar > .sidebarMenuWrapper ul li.active.hasSubmenu {
            height: auto;
        }

    .sidebar.sidebar-default {
        border-right: 1px solid #e5e5e5;
        background: #fff;
    }

        .sidebar.sidebar-default .user-profile {
            border-bottom: 1px solid #e5e5e5;
        }

            .sidebar.sidebar-default .user-profile .img-circle {
                border: 1px solid #b3b4b0;
            }

            .sidebar.sidebar-default .user-profile .badge {
                border: 1px solid #fff;
            }

            .sidebar.sidebar-default .user-profile ul {
                border: 1px solid #ededed;
            }

                .sidebar.sidebar-default .user-profile ul li {
                    border-bottom: 1px solid #ededed;
                }

                    .sidebar.sidebar-default .user-profile ul li a {
                        color: #e5e5e5;
                    }

                    .sidebar.sidebar-default .user-profile ul li:hover a {
                        background: #f5f5f5;
                        color: #ccc;
                    }

                    .sidebar.sidebar-default .user-profile ul li.active, .sidebar.sidebar-default .user-profile ul li.active:hover {
                        border-color: #18A159;
                    }

                        .sidebar.sidebar-default .user-profile ul li.active a, .sidebar.sidebar-default .user-profile ul li.active:hover a {
                            color: #fff;
                            background: #18A159;
                        }

        .sidebar.sidebar-default ul li > a[data-toggle="collapse"]:after {
            color: #797979;
        }

        .sidebar.sidebar-default > .sidebarMenuWrapper > ul ul {
            border-top: 1px solid #efefef;
        }

        .sidebar.sidebar-default > .sidebarMenuWrapper > ul li {
            border-bottom: 1px solid #efefef;
        }

            .sidebar.sidebar-default > .sidebarMenuWrapper > ul li a {
                color: #000;
            }

            .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active, .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active:hover > a {
                background-color: #18A159;
                color: #fff;
            }

                .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active > a, .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.open > a {
                    color: #fff !important;
                }

                .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu {
                    background-color: #efefef;
                }

                    .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu > li i {
                        color: #797979 !important;
                    }

                    .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu .hasSubmenu.active ul li.active a {
                        background-color: #18A159;
                        color: #fff;
                    }

                    .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu .hasSubmenu.active ul li a {
                        background-color: #e2e2e2;
                    }

                    .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu .hasSubmenu.active > a {
                        background: #fff;
                    }

                        .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu .hasSubmenu.active > a i {
                            color: #797979;
                        }

                    .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu ul li a {
                        color: #5a5a5a;
                    }

                        .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu ul li a:hover {
                            color: #797979;
                            background: #fff;
                        }

                    .sidebar.sidebar-default > .sidebarMenuWrapper > ul li.active.hasSubmenu > a[data-toggle="collapse"] {
                        background: #fff;
                        color: #797979 !important;
                    }

            .sidebar.sidebar-default > .sidebarMenuWrapper > ul li:hover > a {
                background: #efefef;
            }

                .sidebar.sidebar-default > .sidebarMenuWrapper > ul li:hover > a i {
                    color: #797979;
                }

    .sidebar.sidebar-inverse {
        background: #2f4050;
    }

        .sidebar.sidebar-inverse .user-profile {
            border-bottom: 1px solid #2c2c2c;
        }

            .sidebar.sidebar-inverse .user-profile .img-circle {
                border: 1px solid #2c2c2c;
            }

            .sidebar.sidebar-inverse .user-profile .badge {
                border: none;
            }

            .sidebar.sidebar-inverse .user-profile a {
                color: #e1e1e1;
            }

            .sidebar.sidebar-inverse .user-profile ul {
                border: 1px solid #2c2c2c;
            }

                .sidebar.sidebar-inverse .user-profile ul li {
                    border-bottom: 1px solid #2c2c2c;
                }

                    .sidebar.sidebar-inverse .user-profile ul li a {
                        color: #5a5a5a;
                    }

                    .sidebar.sidebar-inverse .user-profile ul li:hover a {
                        background: #2c2c2c;
                        color: #ccc;
                    }

                    .sidebar.sidebar-inverse .user-profile ul li.active, .sidebar.sidebar-inverse .user-profile ul li.active:hover {
                        border-color: #18A159;
                        margin-bottom: 5px;
                    }

                        .sidebar.sidebar-inverse .user-profile ul li.active a, .sidebar.sidebar-inverse .user-profile ul li.active:hover a {
                            color: #fff;
                            background: #18A159;
                        }

        .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul ul {
            border-top: 1px solid #2c2c2c;
        }

        .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li {
            border-bottom: 1px solid #283542;
            background: #2f4050;
        }


            .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li {
                border-bottom: none;
                background: #c7c7c7;
                color: #000;
            }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a span, .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a {
                    text-decoration: none;
                    color: #FFF !important;
                }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a {
                    /* border-bottom: solid 1px #888; */
                    background: #293846;
                    padding-left: 34px;
                }

            .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li a { color: #fff; padding-left: 17px; font-weight: normal; }

            /*.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.active, .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.active:hover > a {
               
                background-color: #2C2C2C;
                color: #fff;
            }*/

            .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.active > a, .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.open > a {
                color: #30C175 !important;
            }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.active > a > i, .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.open > a > i {
                    color: #fff;
                }

            .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.activeRootMenu.hasSubmenu {
                background-color: #18A159;
            }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.activeRootMenu.hasSubmenu .hasSubmenu.active ul li.active a {
                    background-color: #18A159;
                }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.activeRootMenu.hasSubmenu .hasSubmenu.activeChildMenu ul li a {
                    background-color: #272727;
                }

/*.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.activeRootMenu.hasSubmenu .hasSubmenu.activeChildMenu > a {
                        background: #373737;
                        color: #fff;
                    }*/
.activeChildMenu {
    background: #373737 !important;
    color: #fff !important;
}

.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.active.hasSubmenu ul li a {
    color: #fff;
}

/*.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.active.hasSubmenu ul li a:hover {
                            color: #fff !important;
                            background: #373737;
                        }*/

/*.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.active.hasSubmenu ul li a:hover span {
                                color: #fff !important;
                            }*/

.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.activeRootMenu.hasSubmenu > a[data-toggle="collapse"] {
    background: #18A159;
}

/*.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li:hover > a {
                
                background-color: #2C2C2C;
            }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li:hover > a i {
                    color: #fff;
                }*/

@media (max-width:768px) {
    .sidebar {
        z-index: 9999;
    }

    .display-inline-2 {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width:992px) {
    html.app .sidebar-mini .layout-app {
        left: 0;
    }

    .display-inline-2 {
        display: inline;
    }

    .flot-left-2 {
        float: left;
    }
}

.holderjs-fluid {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    margin: 0;
}

.holderjs-fluid {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    margin: 0;
}

.holderjs-fluid {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    margin: 0;
}

#dvLoading {
    background: #fff url(../images/icons/loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0%;
    margin: 0px 0 0 0px;
    text-align: center;
    vertical-align: middle;
    opacity: .6;
}

    #dvLoading span {
        font-size: 2.2em;
        position: fixed;
        top: 52%;
        left: 41%;
    }


.holderjs-fluid {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    margin: 0;
}

#dvLoading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0%;
    margin: 0px 0 0 0px;
    text-align: center;
    vertical-align: middle;
    opacity: .6;
}

    #dvLoading span {
        font-size: 2.2em;
        position: fixed;
        top: 53%;
        text-align: center;
        left: 45%;
    }

.priceLable {
    color: green;
    float: right;
    font-size: 20px;
}

.priceLablewhite {
    color: #fff;
    float: left;
    font-size: 17px;
    margin-left: 5px;
}

.price {
    font-size: 12px;
}

.arb_css {
    display: inline-block;
    height: auto;
    padding: 10px 20px 5px 20px;
    text-align: center;
    width: 100%;
}

    .arb_css h3 {
        text-align: center;
        line-height: 35px;
        color: #333;
    }
/* #content{overflow:hidden} */

#content {width: auto;float: none;margin-left: 215px;top: 55px;height: 100%;}
#mainContent {height: 730px; direction: ltr; overflow-y: auto; overflow-x: hidden;}
.full-width {width: 100%; float: left; height: auto;}
.fw100 {width: 100%;}
#map_canvas {height: 350px; margin: 10px 0 0; width: 100%;}

.cln_vk {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 2px;
    clear: both;
}

.cln_vk_2 {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 1px;
    clear: both;
}

.cln_vk_3 {
    clear: both;
    height: auto;
    padding: 4px;
    width: 100%;
}




.mrg-right {
    margin: 25px !important;
    padding: 10px;
}

.marg-top {
    margin: 25px 0px 25px 25px !important;
}

.d-01 {
    float: right;
    height: auto;
    vertical-align: top;
    width: 9%;
}

.d-02 {
    display: inline-block;
    width: 88%;
}

.con_menu {
    padding: 0px;
}

    .con_menu li {
        list-style: none;
        padding: 3px 0px;
    }

        .con_menu li a {
        }

        .con_menu li i {
            padding: 0px 0px 0px 8px;
            float: right;
        }

        .con_menu li a i {
            padding: 0px 0px 0px 8px;
            float: right;
        }

.crb_lst {
    margin: 8px 0px 8px 0px;
}

    .crb_lst li {
        list-style: do;
    }

.mm {
    margin: 0px 5px 0px 0px;
    display: inline;
}

.m-t {
    display: block;
    margin-top: 10px;
}

.line-height-24 {
    line-height: 24px;
}

.gallery ul li .thumb {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    z-index: 1;
}

.thumb {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.mr_bt {
    margin: 5px -5px;
}

.min-ht_290 {
    min-height: 300px;
}

.widget-body {
    /*border: 1px solid #E5E5E5  !important;*/
    /*background-color: gray;*/
    margin-bottom: 13px;
}

.background-none {
    background: none !important;
}

.background-gray {
    background: #f5f5f5 !important;
}

.mrg-lf-10 {
    margin-left: 10px;
}

.mrg-top-10 {
    margin-top: 8px !important;
}

.description {
    box-sizing: border-box;
    line-height: 16px;
    padding: 0 10px;
}

.flot-left {
    float: left;
}

.right_scrool {
    direction: ltr;
}

.col-md-3_copy {
    width: 25%;
    float: right;
}

.col-md-1_copy {
    width: 9%;
    float: right;
}

.error-2 {
    font-weight: normal !important;
    color: #ff0000 !important;
}

.min-height-50 {
    min-height: 82px;
}

.color-gray {
    color: #777;
    font-weight: normal;
    font-size: 14px;
}

.color-green {
    color: green;
}

.p-d-5 {
    padding: 5px 0px !important;
}

/*.DefailtImage{min-height:408px;}*/
.bold {
    font-weight: bold;
}


.container {
    float: right;
}
/* Button styles: */
i.fb, span.fb {
    color: #fff;
}

i.tw, span.tw {
    color: #00aced;
}

i.google, span.google {
    color: #dd4b39;
}

i.linkin, span.linkin {
    color: #46c1fc;
}

.google-plus-one {
    overflow: hidden;
    position: relative;
}

    .google-plus-one i {
        position: absolute;
        left: -4px;
        bottom: -5px;
    }

    .google-plus-one span {
        font-size: 16px;
        font-weight: 900;
        line-height: 10px;
        margin-left: 15px;
    }

.btn-sm.google-plus-one span {
    font-size: 14px;
}

.btn-sm.google-plus-one i {
    bottom: -3px;
}

.btn-lg.google-plus-one span {
    font-size: 20px;
    margin-left: 18px;
}

.btn-lg.google-plus-one i {
    bottom: -5px;
}

.btn-xs.google-plus-one span {
    font-size: 12px;
}

.btn-xs.google-plus-one i {
    bottom: -7px;
}

.read {
    cursor: pointer;
    float: left;
    background:  #eee;
}

.less {
    cursor: pointer;
    float: left;
}

.padR-25 {
    padding: 0px 25px 0px 0px;
}

.paged-scroll-loading {
    text-align: center;
}

.button-group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    margin: 0px 0px 35px 0px;
    padding: 7px;
}

    .button-group li {
        list-style: none;
        display: inline-block;
    }

        .button-group li a {
            -moz-user-select: none;
            background-clip: padding-box;
            background-color: #ddd;
            background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAMAAAD0WI85AAADAFBMVEX///8AAACAgIDr6+tqamp5eXnv7++1tbW/v79ERES+vr6VlZXk5OSwsLA6OjphYWHj4+PCwsLw8PDi4uK3t7dISEhAQECSkpKIiIh2dnY9PT0uLi5/f39NTU1ZWVnq6uqgoKCKiorS0tJQUFDAwMDIyMihoaH8/PylpaXn5+dmZmbo6Oiurq7Nzc2UlJT6+vqqqqqoqKgyMjL29vbJycnl5eUxMTHY2NhLS0tdXV339/dfX1/t7e2kpKTR0dGGhobh4eGjo6MwMDBlZWUkJCRjY2PQ0NCfn5/09PSbm5vDw8PFxcW5ubl+fn7e3t5VVVXm5ubg4OBsbGx4eHhnZ2ff399BQUFiYmKPj4/z8/N0dHS9vb2dnZ01NTXU1NRMTEwJCQkRERGYmJjV1dUoKCiioqI8PDzp6enT09OsrKwTExMYGBjd3d0VFRVoaGi2trbLy8vPz8+FhYWMjIyEhIQ+Pj6Hh4dubm7X19dtbW2xsbHOzs56enr7+/uCgoICAgJgYGBycnJvb2+RkZHc3Ny7u7v9/f0SEhJXV1fHx8eysrJCQkKLi4vb29upqamtra1DQ0NcXFxkZGTMzMxzc3OcnJyZmZnZ2dnGxsaDg4Pu7u6np6fx8fGmpqaJiYny8vK8vLzBwcEEBAQlJSV9fX1wcHBxcXEODg7W1tZ8fHzKysqNjY20tLRJSUmWlpazs7NOTk5FRUV1dXX5+flSUlJ7e3vExMQ4ODhHR0dbW1tWVlY3NzcqKio0NDQPDw8rKysaGhocHBwdHR0nJyeenp74+PgiIiImJiZ3d3deXl7a2tqampoHBwdUVFSBgYG4uLhpaWkhISEXFxc/Pz9ra2s7OzsMDAxTU1M5OTkICAgjIyOXl5cbGxsfHx8sLCy6urqrq6sKCgoLCwtRUVFYWFhaWlpGRkYpKSkNDQ0zMzM2NjaQkJAGBgZKSkqOjo4ZGRkFBQUWFhYgICAQEBAtLS3+/v719fUvLy9PT08BAQGTk5Ps7OwDAwMUFBQeHh6vr6/zapmXAAABAHRSTlMFCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI2Tv22wAADGJJREFUeF7dmwOvbcu6RVtbtolt27Zt27Zt27aNY9u2bfvqCUmSZCfv5mWe3JO19pnrF4yMqvp6dRXRyLLIhTDAZAbsBhdQXhFpCs1ha7H02YBCaffjAQGm7XutDAcnYKN2cDpDAeR4OT6B5+qzgxJyG2SIiDz40frhK+mnvaWnVxQ+y1g1DYiBnagYI7oOIA1tR+mVPlGFDoi4k/sAGOQPUOrgHZFjPhCs2gx4R7YCIkl9SFj5bBt5SbwUeyzjKfp0aX2dVxBFKPd2F/sYM3FeE8GyB6VueVIzTeJWbp+jIol07YB2LDcVBqeoCIAAJ6BzVLWh0MCWzwNQSavIZChPuDYHDJEx1BM+lbo0ir2wM4InbMUcgAXw5ndcaojcAtfFxBAJJfIpwZmteaE6olihzQwYJ/3liToDtfskatKvKxMRopAugNGJQi7FCakMrIorPloAuO8oqn4VEoVsh/Qq4i6k5JatYBahbpcjWAqm3HfPFuGqHMAx4HtwBRiJo+tsBVccnEjml6sp7TcSlhpS5siRmsLdtyqX5Kov7iCa2v33AXCPXOTHTiqgi1W5KlKWONsCTjDlmEYIu9ezFQHoDgqDOM2DwHugziYEeGc+2BSJsd+AKth00nEaPMzW4vA+F8l5rV2TMTZnITWIjyHnP9aOo/m/067rCZwNVn8MeIq5zAJxxo5G4gdeFV6lW2plVkfyWO/DLCIiPAs/+gv9mlsWqE05pYgnbc96zPlsSfGtHxdT2g4JLaI+enxdo1k/FBOAWw8AsKRJFri4HmFzh/EWCOVB0JJTS1KCNZP4Gm+1QVnNFcb68J0Dm5UCG6g1oHjrnojQ0iHjEOqD0BrbG7asqFH9pAU06kZpanVanlaFpSb0WMJ9phrW13KMd1KFjKTOkhfL4U4N6NknTLFu5VsGV7CDXLQ67Nk7D/ELwhjIDGoRC3jp88edXuphGl4XpbNrIdzbugAJCI9Yk5QiwIfcmy2EDDZFmY4Ybk/MeIkm6MwaVEXbIi9HhMIZGsoVkJeX52DseRnhViwdjl4gNF3YX0XT4JOilIuO9BktiomqTbpRD+6XQfDhgC+/IWsrkQjZio7DdGgkQ+wBKkhu6JyBMI7YEQB242+o99DXZOAq8AC54HBFp2BBrhJX4LEN4yKBadYQU++wHO5pgFZpjdilk/YFcAKpZ3e2Qk0tPhux8XppdfsPvl+RXGquoWQcU7sCJg0DL2DXxA0sYRi0FocBAAKqRhAxqiMADTMWuR13fV1MpH0JNua9uGEIY6RXMwWMthLMmYB8oWrvVTIKpVoEQPafHlXlPOBQnkAUqVwca7FhJvKTHGLUNdfVQJxbFhE8SxSJAmtfETx9DZ4iAQX6tCxfRmh+ja3MUkqZBM+KjJh5ZtttvB4BYENgsfGIvI4+MF/aVPJXWtgWqbTUpWVbvSUZghTDV2Qi6G7WPd4cPMijv9QDO9oKa3TCN0iD6azWkRfJYYC8TYrboQNjv0Tj4QuHOUj2AGGrbRpRX6ScdW/jQ3239+v2iEN8vpqzAOYuPAT9AQQhCorI8zWHj+7cG3eW6NkbQaT7zitI2xh+7l8TWjctvo/LYNKd3NYEhLsB/03zngMSSgJ6iIP6t4fwcUYDlyR7bzWJwQOLvQzAY3VxSz2NpJYCsKl1xW5cpt7IIUAzaAZxrapXeJKEx2vNAp5jQT+lEnstsSNefAKwpfC0mKdsoaOY01uagkM5MXmWnkySiVO4DCqAglcpms1o9lOmMeQCH7zcFsq7BhkNRIKwQoBVpYuS9C+iTxDfHIPBuQrwcV9v3nCSuN3+ddRlGTyzkdB3Utsm04O+pw45310cklZQudi9re72XnmtJu8uRTpv8jeIOY09Eethnb3GAL/zf6OA45uZIPc9g3yo9tKqvDtc+Lzdsx5zkW0Y9BSVvYACIrnPkQbgA3GkVxZbAqpHGMLYZH5i4F/M9C5ApTFgVjxFbAbbu0PSV/KWoc4eCb7/xlLgIeAtWIplGRpm20zYxzmW84ewu2jXCvPvpN2tItAzDJQx8F393FxkfO3+AJZ7c9GQ+uBk5VN4jbIAn4Wq0B5w75nOXIZbzAPVu3OwTc0Yq/KResEVACCLUaOAFHkdaFSRu3s10ZvyTR9L6IDtfwCeKcr/IKQbPQ15MATiEJ7uA6OIrNjqVaJpukC093hatmIj3F+leylAmMbGjvQgGYBQXu9cKKCLc4C6efxmiOfyueHyiS9grMZ/2wJCuqMQDrCOWlMerO5hyBtGYrGjXYWq1ca+xHVlZSo9CaGcU31IKBJRGxjHSYCz7GJ/GM9eJzMqXeoKGP52At1a9FmD8Khgh/nFiqQhHzYSj62pJW0dNQBBZGjZPBmJ4SGxSeoMR7VgxBQkpiRIcHDFwIwaFj2Kk8VIDgWz7OWmD+mdLfvbxU1eUR5HINuy7ahHQ1iGv5dCwZbo/VU4MnSsruDA4EpxeNlt8ORStsB/nRPkGtQv9fMtUwHZiehIj4MdjoDoLjzXpzRD5uwdNQZxBt8J8HIi6VIgg6ikFQa9+yfj4gKYSIc92LTSaRQmGFKyAwBO+f9NH/6oVAaHA40hKwpHWpaVauP7b3kovlYRYJXLrc/qimSyW5md+14FRgAgg1hYtI7hzu+XZwK1/VEIw7TJgzYkY3btQ6GCbF1banDVbUezWUQKz2qC+gkMLkUlIQxWjmMLwaGlAu8f+aVz4FhJaTOxi+JDVbQlKsP4SNBMXMh6oSVHiZ3nnD/KMfLd5SmwoxtAhgbP9nQB7tmkfHpK5dUFfCF209sTq7kP5OgZOLibP7lNQePN3iNIyFrFBhV3DL/EPgQhc1Oehi9jnJDWTynWzObqDjj1mY2mSSi+BdH01bProEwcHen1jZFo8trafC8oiCwQJfWiTmMm5YnbIMInNbqAb2wTyABhxr9ySf8+q1tAn77/rqnTy0yH1vjXylr9+5NdXwFYzAsIUPpE1juNQepk/wjdk4Eh3FENEgexbhK+GYET40djOzfVZX72ZPRRQPjHA+HbyAKwOB803A2OODVwYS8fcZTfAnARl8BmjpaQMv8U7AQnaRfbQH2m5Egn2wKYvEmu82obYTpAnhANPPJiUJ068sdfK3hgI0j8hcAyIjjMhsA6Jp80bMHzBWg88z+rKhU4FdxZSbSFY0po+XzhsH9vTpbcd2UP5pWwwXiazgWVFmJ8M4hTFWFmDNRyPbANaJOmJYChzoNlCJ2E73tZQ7GTEtTOdUe5DPrSrvXcuMaDmzwiECK0+CtPK5JS4g1zxjALAcZWvB+FFKu74mMqVMpVqBaltJ9haAILIOqsii5F5JqNY1PsAJkFav4xpdC0UXoy1k/PpCtbvKjy9/MR5wboybf1KqCD7YHQQsykSP/S9OXbu+r0qtXzV85TOw7KLXwT7Qgn/G9hKFl3VWQFCC+y/Foy5v+FFfxwZRlVbrKIAOqAaw4vf5ik3w7EyK+A5KxAAfcB6e0lK9Askw+k+uYERgEOddCwsHzY55uD2QVtQ+cb2hMcfkngIizB3aW5AUsER5gTmNgGoAVB5NwFE1X3drqKdCf6DgHcmPyFIEUgAEoHTTeFIIGqwJ39/9OV7wVfzU02BUtulFnC/lQsNRQQigDlx53lc1jrYZiNYOctUzijHN64Z/MvZGpRACdLj1L7mmYAUidyVjo0qg7kla48KR/63wUZWF41tj0AmzkFF4rBjN9cy8U0U3TJJIGiHJZ5vvDie+PBOwGWecqMnziJ/atWI7nmk4f4WLxyr1n3OjlJko7JfgKYX0GT8xIcTCSw7iQ4MtDA2xrA/gmeO6Vg5egEJbM2SAa2qL7aiqKejgeHhwLSbRV34YkS9BIoPxYQEiF7asefb//lkVBQ4KuXmr9zI6QCCqiklO/cNECfMIjKdUHiLQTWnAXFOfL9nWC6FIqmKQEWMVgeWwbLIQr8/wRHkzQwSAd4ERk8tjDBEd8GlqSFpxt/Q3cF9ykjP1Xb+fIof2e6Iz1fVVUtMwxgQMLKPRZ3SA3qJ4btEr6V+MS1TzriDl5OlJiTjGUbdD9e5mt3gQJMHY+rYEdVAfAEAkpasFhxgUUGoykcvJEA+Unw/GhEYXHo8sdSKPgoGwtJ9kaA4kHQPAsnqrDY8fkD8AW/FAS5D3SjrBygixc8ciW4t+FG2YwA6xw83l2hwN6ZSA4WijEhOLKEwBER+dPUK/hI/p/kVrA+eSV/QsCCz07/F6W5tIcqVQ/EAAAAAElFTkSuQmCC");
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
            font-size: 14px;
            color: #555;
            margin: 0;
            padding: 4px 15px;
            text-decoration: none;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
            transition: background-color 0.2s ease-out 0s;
        }

.bold {
    font-weight: bolder;
}

.black {
    color: #000;
}

.button-group li a:hover {
    background-color: #eee;
    color: #555;
}




input[type=radio].css-checkbox {
    display: none;
}

    input[type=radio].css-checkbox + label.css-label {
        background-position: 75px 0;
        background-repeat: no-repeat;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        height: 15px;
        line-height: 15px;
        margin: 0;
        padding-right: 20px;
        vertical-align: middle;
    }

    input[type=radio].css-checkbox:checked + label.css-label {
        background-position: 75px -15px;
    }

label.css-label {
    background-image: url(../images/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline !important;
    float: right;
    width: 90px;
}

.do_tab {
    width: 80px;
}


/*video responsive css start*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*video responsive css end*/

.font-bold {
    font-weight: bold;
}

.green {
    color: Green;
}

.fs12 {
    font-size: 12px;
}

/* Create by VikaS KumaR */

.direction_rtl {
    direction: rtl;
}

.advSrchBtn {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}

.mrg_top {
    margin: 30px 0 0 !important;
}

.btn-info .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}



.btn-active {
    background: #72af46;
    border: 1px solid #72af46;
    color: #fff;
}

    .btn-active:hover {
        background: #508d24;
        border: 1px solid #508d24;
        color: #fff;
    }

.btn-inActive {
    background: #bd362f;
    border: 1px solid #bd362f;
    color: #fff;
}

.btn-act2 {
    background: #72af46;
    border: 1px solid #72af46;
    color: #fff;
}

.widget .widget-head .btn-xs {
    margin: 9px 7px 0 0;
}






.contact-social {
    margin: 2px auto;
    width: 320px;
}

    .contact-social a {
        background: #fff;
        border: 1px solid #acd0ff;
        border-radius: 100px;
        box-shadow: 0 0 6px 0 #fff inset, 0 0 5px 1px #84a3d2 inset;
        color: #333;
        display: inline-block;
        float: left;
        font-size: 17px;
        height: 40px;
        line-height: 37px;
        margin: 0 0px 0 11px;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 40px;
        position: relative;
    }

        .contact-social a:hover {
            border-color: #1f497d;
            box-shadow: 0 0 1px 1px #fff inset, 0 0 10px 0 #1f497d inset;
            color: #1f497d;
        }

        .contact-social a.active {
            border-color: #1f497d;
            box-shadow: 0 0 1px 1px #fff inset, 0 0 10px 0 #1f497d inset;
            color: #1f497d;
        }

.text_tt {
    bottom: 11px;
    font-size: 9px;
    position: relative;
}


.mb10 {
    margin-bottom: 10px;
}

.fs13 {
    font-size: 13px;
}

#getbooklettable {
    display: none;
}

.left {
    float: left;
}

.mr10 {
    margin-right: 10px;
}

.middle {
    vertical-align: middle;
}


/* Create by VikaS KumaR */

#mr_tb {
    display: none;
}

.webmt-30 {
    margin-top: -30px;
}

.filter-bar {
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    margin: 0 auto 15px;
    padding: 10px 15px;
}

.srcInput {
    float: left;
}

.srchBtn {
    float: left;
    margin-left: 5px;
}

.advSrchBtn2 {
    float: left;
    margin-left: 5px;
}

.advSearch {
    display: none;
}

.display-none {
    display: none;
}

.advSrchBtn {
    float: left;
    margin-left: 5px;
}

.advSrchCancel {
    float: left;
    margin-left: 13px;
    width: 70px;
}


.relativeWrap {
    display: none;
}

.pl7 {
    padding-left: 7px !important;
}

.pr7 {
    padding-right: 7px !important;
}

.login_bg {
    background-color: #18A159 !important;
}


.whight-color {
    color: #fff;
}

.tabsbar {
    border: 1px solid #e5e5e5;
    height: 42px;
    margin: 0px 9px;
    overflow: hidden;
    position: relative;
}
    /*margin: 0px */
    .tabsbar ul {
        height: 40px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .tabsbar ul li {
            background: #fdfdfd;
            border: 1px solid #e5e5e5;
            display: block;
            float: left;
            height: 42px;
            padding: 0px;
            border-top: none;
        }

.glyphicons {
    color: #1d1d1b;
    display: inline-block;
    padding-left: 48px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

.tabsbar ul li a {
    background: #fdfdfd;
    color: #7c7c7c;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    font-size: 14px;
}

.tabsbar ul li.active a {
    color: #fff;
    background: #18A159 url(../images/arrow_top.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
/*.dataTables_wrapper.no-footer {
  margin: 0 0 0 -7px;
}*/

.tab-content {
    overflow: visible;
    padding: 0;
}

/*.tab-pane h3{color:#686868;}
.tab-pane p{color:#686868;}*/

.red {
    background: #bd362f !important;
    border: 1px solid #bd362f !important;
    color: #fff;
    padding: 0 3px;
}

    .red:hover {
        background: #fff !important;
        border: 1px solid #bd362f !important;
        color: #333;
    }

.blue.btn {
    background-color: #18A159;
    color: white;
}

    .blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-color: #18A159;
        color: #18A159;
    }

.border-none {
    border: none !important;
}


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt17 {
    margin-top: 17px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px;
}


.mb5 {
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb21 {
    margin-bottom: 21px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}


.ml1 {
    margin-left: 1px;
}

.ml2 {
    margin-left: 2px;
}

.ml3 {
    margin-left: 3px;
}

.ml4 {
    margin-left: 4px;
}

.ml5 {
    margin-left: 5px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml23 {
    margin-left: 23px;
}


.ml-15 {
    margin-left: -15px !important;
}

.pt13 {
    padding-top: 13px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.font-weight-none {
    font-weight: normal !important;
}

.btn-forpsw {
    background: #fff;
    border-color: #466baf;
    color: #333;
}

    .btn-forpsw:hover {
        background: #466baf;
        border-color: #466baf;
    }


.text-left {
    text-align: left !important;
}

.text-center {
    /* text-align: center; */
}

/*summary.html css */
.summary-tables {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

    .summary-tables li {
        width: auto;
        display: block;
        list-style: none;
        height: 45px;
        padding: 7px 10px;
        background-color: #fff;
        margin: 0px 0px;
        border-bottom: solid 1px #D4D4D4;
        color: #737373;
        font-family: calibri;
        font-size: 16px;
    }

        .summary-tables li:nth-child(1) {
            border-top: solid 3px #D4D4D4;
        }

        .summary-tables li:nth-child(odd) {
            background-color: #F5F5F5;
        }

.user-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #5C5C5C;
    float: left;
}

.summary-table-date {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width:993px) {
    .summary-tables {
        font-size: 14px;
    }
}

@media (max-width:992px) {

    .summary-tables {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .overflow-max {
        width: 100%;
        overflow: scroll;
        padding-bottom: 20px;
    }

    .summary-tables li {
        width: 500px !important;
    }

    .search-bar {
        width: 130px;
    }
}

.search-bar {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: solid 1px #cccccc !important;
    height: 33px;
    padding: 2px 3px;
    color: #000 !important;
    font-weight: normal !important;
    margin-right: 0px;
}

    .search-bar:hover, .search-bar:focus {
        border-color: #b2b2b2 !important;
    }

.search-blue-button {
    border: none;
    width: 40px;
    height: 33x;
    background-color: #0D8EFF;
    margin-left: -4px;
}

@media (min-width:768px) {
    .search-bar {
        width: 190px;
    }
}

.contact-table {
    margin-top: 30px;
    padding: 8px 18px;
    //border:solid 1px #ccc;
}

    .contact-table li {
        padding: 8px;
        margin: 5px 0px;
        border: solid 1px #ccc;
        list-style: none;
        display: block;
        height: auto;
    }

.contact-photo {
    width: 55px;
    height: 50px;
    border: solid 2px #cccccc;
    background-color: #444;
}

.contact-text {
    font-size: 14px;
    font-family: calibri;
}

.contact-details {
    //border:solid 1px;
    padding: 0px;
}

.contat-search {
    width: 100%;
}

@media (max-width:982px) {
    .contact-table li:nth-child(2) {
        margin-top: 40px;
    }
}

@media (max-width:992px) {
    .contact-right-icon {
        margin-top: -62px;
        position: absolute;
        right: 20px;
    }
}


@media (min-width:993px) {
    .contact-right-icon {
        margin-top: 13px;
    }
}



.tab-title {
    font-size: 14px;
    font-family: calibri;
}

.myAccount {
    margin: 0px;
    height: auto;
}

    .myAccount li {
        list-style: none;
        display: block;
        height: 30px;
        border: solid 1px #D4D4D4;
        background-color: #F5F5F5;
        height: auto;
        padding: 7px;
        width: 100%;
        margin-top: 1px;
        cursor: pointer;
        color: #757575;
    }


        .myAccount li:nth-child(1) {
            border-top: solid 3px #D4D4D4;
        }

.account-right-icon {
    margin-top: 5px;
}

.stg-box1 {
    display: none;
}

.stg-box2 {
    display: none;
    width: 100%;
}

.stg-box3 {
    display: none;
    width: 100%;
}

.stg-box4 {
    display: none;
}

.stg-box5 {
    display: none;
}

.stg-box6 {
    display: none;
}

.stg-box7 {
    display: none;
}

.stg-box8 {
    display: none;
}



.clean-space {
    width: 100%;
    height: 20px;
    padding: 20px 0px;
}

.clean-space-10 {
    width: 100%;
    height: 20px;
    padding: 15px 0px;
}

.font-13 {
    font-size: 9px !important;
}

.same-as-cb {
    width: 5px;
    height: 5px;
}

.bdr {
    border: solid 1px #000;
}

.setting-forms {
    padding: 20px 10px !important;
    border: solid 1px #ccc;
}

@media (min-width:768px) and (max-width:992px) {
    .setting-forms {
        border: none;
    }
}

.navbar.main .navbar-header .less_width {
    width: 30px;
}

.navbar.main .toggle-button {
    height: 47px;
    padding: 0 6px;
}

.newfieldset h4 {
    padding: 0 18px 0 18px;
}

.same-as-add {
    float: right;
    margin-top: -31px;
    width: 295px;
}

.pev-next {
    padding-top: 7px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.bg_gray {
    background: #fafafa; /* Old browsers */
}

.border1ddd {
    border: 1px solid gray;
}

.allmargin {
    margin: 4px 0px 0px 6px;
}

.lh30 {
    line-height: 30px;
}



.list-unstyled li {
    overflow: hidden;
}


.edit_btn-icon {
    border-left: 1px solid #c0c4c0;
    height: 25px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 5px;
    width: 40px;
    cursor: pointer;
}

    .edit_btn-icon i {
        margin-top: 3px;
    }

.edit_pic_btn-icon {
    border-left: 1px solid #c0c4c0;
    height: 25px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 5px;
    width: 40px;
    cursor: pointer;
}

    .edit_pic_btn-icon i {
        margin-top: 3px;
    }



.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    color: #355499;
    font-size: medium;
}

.btn-file {
    position: absolute !important;
    overflow: hidden !important;
    /*background-color: rgba(230,230,230,.8);*/
    margin-left: 31px !important;
    top: 19px !important;
    width: 190px !important;
    border-radius: 0px !important;
    color: #355499;
    font-size: medium;
    cursor: pointer;
}

input[type='file'] {
    /*color: transparent;*/
}

.glyphicon.glyphicon-folder-open {
    display: none;
}

.group-span-filestyle label {
    margin-left: 1px;
    margin-top: 5px;
    display: block;
}

.group-span-filestyle label {
    -moz-box-shadow: 0px 5px 14px -11px #232936;
    -webkit-box-shadow: 0px 5px 14px -11px #232936;
    background: #18A159;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border: 1px solid #314179;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: calibri;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 13px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #616161;
}

    .group-span-filestyle label:hover {
        background: #18A159;
        color: #ffffff !important;
    }

    .group-span-filestyle label:active {
        position: relative;
        top: 1px;
        color: #ffffff !important;
    }

.badge {
    display: none;
}

.bgfff {
    background: #fff;
}

.NameTitle {
    font-family: Calibri;
    font-weight: bold;
    font-size: 26px;
    color: #1d1d1d;
}

.d-block {
    display: block;
}

.HelveticaNeueLTStd {
    font-family: HelveticaNeueLTStd;
}

.mt9 {
    margin-top: 9px;
}

.f19 {
    font-size: 19px;
}

.HelveticaNeueLTStd-BdCn {
    font-family: HelveticaNeueLTStd-BdCn;
}

.f15 {
    font-size: 15px;
}

. {
    color: #585858;
}

    .pb9 {
        padding-bottom: 9px !important;
    }

    .pb39 {
        padding-bottom: 39px !important;
    }

    .mb5 {
        margin-bottom: 5px !important;
    }

    .pb14 {
        padding-bottom: 14px !important;
    }

#sa_cng {
    cursor: pointer;
    left: 9%;
    position: absolute;
    right: 19px;
}


#sa_cng {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35); /*border: 1px solid rgba(0, 0, 0, 0.35);*/ /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);*/
    margin-top: -20px;
}

#sa_cng {
    box-sizing: content-box;
    color: #333333;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle;
    display: none;
}

#ProfileImage:hover #sa_cng {
    display: block;
}

.prf_hid {
    display: none;
}



.btn-file input[type="file"] {
    background: none repeat scroll 0 0 white;
    color: #355499;
    cursor: inherit;
    display: block;
    font-size: medium;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.bdre6e6e6 {
    border: 1px solid #e6e6e6;
}


.profileImg {
    opacity: 0.16;
}

.pt0 {
    padding-top: 0 !important;
}

.w80 {
    width: 80% !important;
}

@media (max-width:991px) {
    .w80 {
        width: 100% !important;
    }
}

.mb15 {
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ml16 {
    margin-left: 16px;
}

.bgblue {
    background-color: #18A159;
}

.text-white {
    color: #fff;
}

.bdr3668a3 {
    border: solid 1px #3668a3;
}

.bgblue:hover {
    background-color: #3668a3;
}

.pd35 {
    padding: 3px 5px !important;
}


.input-validation-error {
    border: 1px solid #bd362f;
    background-color: #ffedec;
}


/* VikaS KumaR */

.mob_logout_left {
    display: none;
}

.Showing_css {
    position: absolute;
    margin-top: 0.2%;
}

.Pageing_css {
    position: absolute;
    margin-left: 35%;
}

@media (min-width: 120px) and (max-width:480px) {

    .mfullwidth {
        width: 100%;
    }

    .mob_logout_left {
        display: block;
    }

    .mob_logout_header {
        display: none;
    }

    .m-border-right-none {
        border-right: none !important;
    }

    .navbar-brand {
        float: left;
        font-size: 18px;
        line-height: 20px;
        padding: 15px;
        width: 100%;
    }

    .Showing_css {
        position: static;
        margin-top: 0.2%;
    }

    .Pageing_css {
        position: static;
        margin-left: 0px;
    }

    .gr_css {
        float: left;
        margin-bottom: 15px;
    }

    .mscroll_div {
        width: 100%;
        min-width: 300px;
        overflow-x: scroll;
    }

    .mscroll_div280 {
        overflow-x: scroll;
        width: 100%;
        min-width: 280px;
    }

    .mscroll_box {
        width: 480px;
    }

    .mscroll_box2 {
        width: 800px;
    }
}

/*Toast Messages*/






.toast-title {
    font-weight: bold !important;
}

.toast-message {
    -ms-word-wrap: break-word !important;
    word-wrap: break-word !important;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff !important;
    }

        .toast-message a:hover {
            color: #cccccc !important;
            text-decoration: none !important;
        }

.toast-close-button {
    position: relative !important;
    right: -0.3em !important;
    top: -0.3em !important;
    float: right !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    -webkit-text-shadow: 0 1px 0 #ffffff !important;
    text-shadow: 0 1px 0 #ffffff !important;
    opacity: 0.8 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
    filter: alpha(opacity=80) !important;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000 !important;
        text-decoration: none !important;
        cursor: pointer !important;
        opacity: 0.4 !important;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40) !important;
        filter: alpha(opacity=40) !important;
    }
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires ` href="javascript:void(0)"`.*/
button.toast-close-button {
    padding: 0 !important;
    cursor: pointer !important;
    background: transparent !important;
    border: 0 !important;
    -webkit-appearance: none !important;
}

.toast-top-center {
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.toast-bottom-center {
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.toast-top-full-width {
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.toast-bottom-full-width {
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.toast-top-left {
    top: 0px !important;
    left: 6px !important;
}

.toast-top-right {
    top: 12px !important;
    right: 12px !important;
}

.toast-bottom-right {
    right: 12px !important;
    bottom: 12px !important;
}

.toast-bottom-left {
    bottom: 12px !important;
    left: 12px !important;
}

#toast-container {
    position: fixed !important;
    z-index: 999999 !important;
    width: 99% !important;
    text-align: center !important;
}

    #toast-container * {
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    #toast-container > div {
        position: relative !important;
        overflow: hidden !important;
        margin: 0 0 6px 0px !important;
        padding: 12px 15px 10px 50px !important;
        width: auto !important;
        -moz-border-radius: 3px 3px 3px 3px !important;
        -webkit-border-radius: 3px 3px 3px 3px !important;
        border-radius: 3px 3px 3px 3px !important;
        background-position: 15px center !important;
        background-repeat: no-repeat !important;
        -moz-box-shadow: 0 0 12px #999999 !important;
        -webkit-box-shadow: 0 0 12px #999999 !important;
        box-shadow: 0 0 12px #999999 !important;
        color: #ffffff !important;
        opacity: 0.8 !important;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
        filter: alpha(opacity=80) !important;
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000000 !important;
        -webkit-box-shadow: 0 0 12px #000000 !important;
        box-shadow: 0 0 12px #000000 !important;
        opacity: 1 !important;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
        filter: alpha(opacity=100) !important;
        cursor: pointer !important;
    }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px !important;
        margin: auto !important;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96% !important;
        margin: auto !important;
    }

.toast {
    background-color: #030303 !important;
}

.toast-success {
    background-color: #51a351 !important;
}

.toast-error {
    background-color: #bd362f !important;
}

.toast-info {
    background-color: #2f96b4 !important;
}

.toast-warning {
    background-color: #f89406 !important;
}

.toast-progress {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 4px !important;
    background-color: #000000 !important;
    opacity: 0.4 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40) !important;
    filter: alpha(opacity=40) !important;
}


.ProfileImage {
    position: relative;
    margin-bottom: 10px;
}

    .ProfileImage:hover .sa_cng {
        display: block;
    }

.sa_cng {
    margin-top: -30px;
}

.sa_cng {
    cursor: pointer;
    left: 4%;
    position: absolute;
    right: 9px;
}

.sa_cng {
    box-sizing: content-box;
    color: #333333;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle;
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    /* border: 1px solid rgba(0, 0, 0, 0.35); */
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
    margin-top: -20px;
}

.btn-file {
    color: #fff;
    cursor: pointer;
    font-size: medium;
    margin-left: 31px !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 190px !important;
}

.fa-fw {
    font-size: 12px;
}

/*Responsive Design*/




@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px !important;
        width: 11em !important;
    }

    #toast-container .toast-close-button {
        right: -0.2em !important;
        top: -0.2em !important;
    }
}


@media all and (min-width: 120px) and (max-width: 319px) {
    .reg_popup_scroll {
        margin-top: 45px;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {

    .mml1 {
        margin-left: 1px;
    }

    .mml2 {
        margin-left: 2px;
    }

    .mml3 {
        margin-left: 3px;
    }

    .mml4 {
        margin-left: 4px;
    }

    .mml5 {
        margin-left: 5px;
    }

    .mml6 {
        margin-left: 6px;
    }

    .mml7 {
        margin-left: 7px;
    }

    .mml8 {
        margin-left: 8px;
    }

    .mml9 {
        margin-left: 9px;
    }

    .mml10 {
        margin-left: 10px;
    }



    #toast-container > div {
        padding: 8px 8px 8px 50px !important;
        width: 18em !important;
    }

    #toast-container .toast-close-button {
        right: -0.2em !important;
        top: -0.2em !important;
    }
}

@media all and (min-width: 280px) and (max-width: 995px) {
    .mml5 {
        margin-left: 5px;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px !important;
        width: 25em !important;
    }
}

.ml1 {
    margin-left: 1px;
}

.pms-profile-img {
    min-height: 205px;
    padding: 20px;
}

#dvProfileImage:hover .prf_hid {
    display: block;
}

#sa_cng {
    border-radius: 3px;
    box-sizing: content-box;
    color: #333333;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
}

#sa_cng {
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.8);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#sa_cng {
    bottom: 9%;
    cursor: pointer;
    left: 9%;
    padding: 2% 0 1% 2% !important;
    position: absolute;
    right: 19px;
}

.prf_hid {
    display: none;
}

.lh90 {
    line-height: 90px !important;
}

.fs18 {
    font-size: 18px !important;
}


.widget.widget-tabs-double-2 > .widget-head ul li.active {
    height: 70px;
    background: #fff;
}

    .widget.widget-tabs-double-2 > .widget-head ul li.active a {
        color: #cb4040;
    }

        .widget.widget-tabs-double-2 > .widget-head ul li.active a span {
            color: #cb4040;
        }

        .widget.widget-tabs-double-2 > .widget-head ul li.active a i:before {
            color: #cb4040;
        }

.widget.widget-tabs-double-2 > .widget-head ul li:hover {
    background: #fff;
    height: 69px;
}

    .widget.widget-tabs-double-2 > .widget-head ul li:hover a {
        color: #cb4040;
    }

        .widget.widget-tabs-double-2 > .widget-head ul li:hover a i:before {
            color: #cb4040;
        }



.tab-icon_1 {
    width: 29px;
    height: 29px;
    display: inline-block !important;
    background: url(/Images/icon/tab-icon_0012_Layer2.jpg);
    background-repeat: no-repeat;
    background-position: center 7px;
}

    .tab-icon_1:hover {
        background: url(/Images/icon/tab-icon_0013_Layer2.jpg);
        background-repeat: no-repeat;
        background-position: center 7px;
    }

        .tab-icon_1:hover > span {
            color: #cb4040 !important;
        }

.tab-icon_2 {
    width: 29px;
    height: 29px;
    display: inline-block !important;
    background: url(/Images/icon/tab-icon_0006_Layer7.jpg);
    background-repeat: no-repeat;
    background-position: center 7px;
}

    .tab-icon_2:hover {
        background: url(/Images/icon/tab-icon_0004_Layer8.jpg);
        background-repeat: no-repeat;
        background-position: center 7px;
    }

        .tab-icon_2:hover > span {
            color: #cb4040 !important;
        }

.tab-icon_3 {
    width: 29px;
    height: 29px;
    display: inline-block !important;
    background: url(/Images/icon/tab-icon_0007_Layer6.jpg);
    background-repeat: no-repeat;
    background-position: center 7px;
}

    .tab-icon_3:hover {
        background: url(/Images/icon/tab-icon_0003_Layer9.jpg);
        background-repeat: no-repeat;
        background-position: center 7px;
    }

        .tab-icon_3:hover > span {
            color: #cb4040 !important;
        }

.tab-icon_4 {
    width: 29px;
    height: 29px;
    display: inline-block !important;
    background: url(/Images/icon/tab-icon_0008_Layer5.jpg);
    background-repeat: no-repeat;
    background-position: center 7px;
}

    .tab-icon_4:hover {
        background: url(/Images/icon/tab-icon_0002_Layer10.jpg);
        background-repeat: no-repeat;
        background-position: center 7px;
    }

        .tab-icon_4:hover > span {
            color: #cb4040 !important;
        }

.tab-icon_5 {
    width: 29px;
    height: 29px;
    display: inline-block !important;
    background: url(/Images/icon/tab-icon_0009_Layer4.jpg);
    background-repeat: no-repeat;
    background-position: center 7px;
}

    .tab-icon_5:hover {
        background: url(/Images/icon/tab-icon_0001_Layer11.jpg);
        background-repeat: no-repeat;
        background-position: center 7px;
    }

        .tab-icon_5:hover > span {
            color: #cb4040 !important;
        }

.tab-icon_6 {
    width: 29px;
    height: 29px;
    display: inline-block !important;
    background: url(/Images/icon/tab-icon_0010_Layer3.jpg);
    background-repeat: no-repeat;
    background-position: center 7px;
}

    .tab-icon_6:hover {
        background: url(/Images/icon/tab-icon_0000_Layer12.jpg);
        background-repeat: no-repeat;
        background-position: center 7px;
    }

        .tab-icon_6:hover > span {
            color: #cb4040 !important;
        }

.tab-icon_7 {
    width: 29px;
    height: 29px;
    display: inline-block !important;
    background: url(/Images/icon/tab-icon_0011_Layer2.jpg);
    background-repeat: no-repeat;
    background-position: center 7px;
}

    .tab-icon_7:hover {
        background: url(/Images/icon/tab-icon_0005_Layer1.jpg);
        background-repeat: no-repeat;
        background-position: center 7px;
    }

        .tab-icon_7:hover > span {
            color: #cb4040 !important;
        }

/*End : Toast Message Style..*/


.position-relative {
    position: relative;
}

.colorBlack {
    color: #000;
}

.posrel {
    position: relative;
}

.top-1 {
    top: -1px;
}

.left-1 {
    left: -1px;
}

.padding10-6 {
    padding: 10px 6px;
}

.txt-underline:hover {
    text-decoration: underline;
}

.pl7 {
    padding-left: 7px;
}

.pdb8 {
    padding-bottom: 8px;
}

.padl15 {
    padding-left: 15px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt6 {
    padding-top: 6px;
}


@media (max-width:768px) {

    .form-group_copy_2 {
        padding: 0 15px !important;
    }

    .pd10-16-mobile {
        padding: 10px 16px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {


    .employeeImg {
        max-height: 132px !important;
        max-width: 174px !important;
        min-width: 126px !important;
        min-height: 115px !important;
    }
}

@media (max-width:991px) {
    .pd8-mobile {
        padding-bottom: 8px !important;
    }
}

.overflowHide {
    overflow: hidden !important;
}

.w1300 {
    width: 1300px;
}

.rotate180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.overXscroll {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
}

.h70 {
    height: 70px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt5 {
    margin-top: 5px;
}

.greenBtn {
    color: #fff;
    font-size: 12px;
    background: #77c468;
    padding: 2px 5px;
    border-radius: 2px;
    float: right;
}

.close {
    opacity: 1 !important;
}

.pb0 {
    padding-bottom: 0px;
}



.pdt7 {
    padding-top: 7px;
}

@media (max-width:480px) {

    .modalheight {
        height: 423px;
        overflow-x: scroll;
        overflow-x: hidden;
    }
}


@media (min-width:768px) {
    .modalheight {
        margin-top: 80px;
    }
}

.modalheight::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

.modalheight::-webkit-scrollbar-button {
    background-color: #fff;
}

.modalheight::-webkit-scrollbar-track {
    background-color: #fff;
}

.modalheight::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

.modalheight::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
}

.modalheight::-webkit-scrollbar-corner {
    background-color: #fff;
}

.modalheight::-webkit-resizer { /* background-color: #999;*/
}

@media (max-width:480px) {
    .customWidth {
        width: 100% !important;
    }
}

.pdt10 {
    padding-top: 10px;
}



.modal .modal-header .modal-title {
    font-size: 14px;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    padding: 0;
}

.cffffff {
    color: #686868;
}

.cffffff {
    color: #ffffff;
}


.modal .modal-header {
    /* background-color: #f9f9f9; */
    /* background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); */
    /* background-repeat: repeat-x; */
    /* border-color: #e5e5e5; */
    /* border-radius: 5px 5px 0 0; */
    /* line-height: 29px; */
    /* padding: 0 10px; */
}

/*.modal .modal-header {background-color: #424242; background-repeat: repeat-x; border-color: #000; border-radius: 5px 5px 0 0; line-height: 29px; padding: 0 10px;}*/

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    /* min-height: 16.4286px; */
    /* padding: 15px; */
}

.modal .modal-content {
    background: none repeat scroll 0 0 #fff;
    border-color: #fff;
    border-width: 5px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.close {
    color: #000;
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.modal .modal-header .close {
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 15px;
    color: #fff;
    top: 17px;
}

.modal .modal-body {
    padding: 10px;
}

.radio label, .checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: 400;
}

select {
    text-indent: 0.3em;
}











/* Box Loading...... */
.dvBoxLoadingMask {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    overflow: hidden; /*background-color: rgb(193, 192, 192);*/
    vertical-align: middle;
}


.dvBoxLoading {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #18A159;
    font-size: 15px;
}

.modal-open {
    overflow: hidden;
}

@media (max-width:480px) {

    form .widget .heading, .tab-pane .widget .heading, form .heading span, form .heading .fa {
        font-size: 12px;
    }

    form .widget .widget-head, .tab-pane .widget .widget-head {
        padding-right: 0;
    }

    form div .widget-head, .tab-pane .widget .widget-head {
        padding-right: 0;
    }

    form .widget .widget-head .heading, .tab-pane .widget .heading {
        padding-left: 9px;
    }

    .widget-head .heading, .tab-pane .widget .heading {
        padding-left: 9px !important;
    }

    .widget .widget-head .btn-xs {
        margin: 11px 0 0 0;
    }
}

.pdr3 {
    padding-right: 3px;
}



@media (min-width:481px) and (max-width:991px) {
    .w95-991 {
        width: 92% !important;
    }
}

@media (max-width:480px) {
    .btn-group .btn-default {
        padding: 1px 3px !important;
    }

    .w95-991 {
        width: 87% !important;
    }
}
/*=======
margin-right:2px;}*/


.clsAction {
    width: 150px;
}




@media (max-width:992px) {
    .clsAction {
        width: 195px !important;
    }
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.pb7 {
    padding-bottom: 7px;
}



@media (min-width:768px) {

    .w15 {
        width: 14.4%;
    }
}

@media (min-width: 992px) {
    .col-md-85 {
        width: 85%;
    }
}

.superGrid label {
    padding-right: 0;
    padding-left: 0;
}

.border {
    border: solid 1px #e5e5e5;
}

.pdt15 {
    padding-top: 15px;
}

.pdb15 {
    padding-bottom: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.h80 {
    height: 80px !important;
}

.bgc7c7c7 {
    background-color: #c7c7c7;
}

.bg-fff {
    background: #fff;
}

.pt8 {
    padding-top: 8px !important;
}

.text-normal {
    font-weight: normal;
}

.f13 {
    font-size: 13px;
}

.red-line {
    background: #d22630;
    margin-top: 0;
    border: 1px solid #d22630;
    background: #404040;
    height: 10px;
    top: 60px;
    border: 1px solid #3D3D3D;
    position: fixed;
    width: 100%;
    margin-bottom: 0px;
    z-index: 1000;
}

.btn {
    -moz-user-select: none;
    /* background-image: none; */
    /* border-radius: 0px; */
    /* cursor: pointer; */
    /* display: inline-block; */
    /* font-size: 11px; */
    /* font-weight: 400; */
    /* line-height: 1.42857; */
    /* margin-bottom: 0; */
    /* padding: 6px 12px; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* white-space: nowrap; */
}
/*.btn-default {background:#999999; border-color: #e7e7e7; color: #797979;}*/
.btn-xs, .btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.5;
    padding: 0px 2px;
}

/*html.csstransitions.csstransforms3d a, html.csstransitions.csstransforms3d .btn, html.csstransitions.csstransforms3d .navbar.main li, html.csstransitions.csstransforms3d .navbar.main .caret {transition: all 300ms linear 0s;}*/
.ui .btn {
    margin-bottom: 6px !important;
}

.btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover, .btn-default:focus {
    background: #fafafa;
    border-color: #cecece;
}

.btn-default:hover, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.mt11 {
    margin-top: 11px;
}

.setting-btn {
    margin-top: -8px;
    position: static;
    text-align: center;
}

    .setting-btn img:hover {
        cursor: pointer;
        opacity: 0.9;
    }

.collapseAfter {
    height: 36px;
    line-height: 36px;
    padding-left: 8px !important;
    //padding-top: 13px;
    text-align: left;
    //width:100px;
}

.tickets li label {
    margin-left: 5px;
    margin-bottom: 0;
}

.checkbox-custom i.checked {
    margin-right: 4px;
    color: #cb4040;
    margin-left: -19px;
}

.checkbox-custom i {
    margin-left: -20px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    font-size: 1.333em;
    color: #ddd;
    display: inline-block;
}

.checkbox-custom input[type=checkbox] {
    position: relative;
    left: -99999px;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-custom input[type=checkbox] {
    position: relative;
    left: -99999px;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -15px;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 12px;
}

.checkbox-custom i.checked:before {
    content: '\f046';
}
/*.InfoList{background:#fff; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 4px 14px #999; margin-left: 88px; position: absolute; top: 39px; width: 200px; z-index: 10000;}*/

.InfoList {
    background: #fff;
    margin-left: -1px;
    position: absolute;
    top: 42px;
    width: 100%;
    z-index: 10000;
}

    .InfoList li { /*list-style-type:circle; margin-left:25px;*/
        padding: 8px 5px 8px 10px;
        text-align: left;
        border-bottom: #555;
        border-bottom: 1px solid #efefef;
    }

.hide {
    display: none;
}

.caret2 {
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #d22630;
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 1px;
    top: 17px;
    position: absolute;
    right: 5px;
    vertical-align: top;
    width: 0;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.red-d22630 {
    color: #d22630;
}

.mr13 {
    margin-right: 13px;
}

.pdl3 {
    padding-left: 3px;
}

.username-label {
    display: block;
    float: left;
    height: 34px;
    overflow: hidden;
    text-align: left;
    width: 96%;
}

.mt-5 {
    margin-top: -4px;
}

.b1c7 {
    border: 1px solid #c7c7c7;
}

.padding-top-bottom-5-10 {
    padding: 4px 7px !importanT;
}

.pt5 {
    padding-top: 5px !important;
}


.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}





/* Accordion Tab Start */

.Categorylist {
}

    .Categorylist li {
        list-style: none;
        color: #424242;
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 22px;
    }

        .Categorylist li span {
            color: #d22630 !important;
            display: block;
        }

.rightdiv {
    position: relative;
    right: 15px;
    top: 9px;
    margin-left: 10px;
}

.Accordionlist {
    margin: 0px 0px;
    padding: 0px;
}

    .Accordionlist li {
        list-style: none;
        background: #7f7f7f;
    }

        .Accordionlist li:nth-child(odd) {
            background: #d22630;
        }

    .Accordionlist li {
        background: #d22630;
    }

.accordion-content ul li {
    background: #7f7f7f !important;
}

.accordion-content {
    background: #fff;
}

.content p:last-child {
    margin: 0;
}

.content a.button {
    display: inline-block;
    padding: 10px 20px;
    background: #ff0;
    color: #000;
    text-decoration: none;
}

    .content a.button:hover {
        background: #000;
        color: #ff0;
    }

.content.title {
    position: relative;
    background: none;
    border: 2px dashed #333;
}

    .content.title h1 span.demo {
        display: inline-block;
        font-size: .5em;
        padding: 5px 10px;
        background: #000;
        color: #fff;
        vertical-align: top;
        margin: 7px 0 0;
    }

    .content.title .back-to-article {
        position: absolute;
        bottom: -20px;
        left: 20px;
    }

        .content.title .back-to-article a {
            padding: 10px 20px;
            background: #f60;
            color: #fff;
            text-decoration: none;
        }

            .content.title .back-to-article a:hover {
                background: #f90;
            }

            .content.title .back-to-article a i {
                margin-left: 5px;
            }

.content.white {
    background: #fff;
    box-shadow: 0 0 10px #999;
}

.content.black {
    background: #000;
}

    .content.black p {
        color: #999;
    }

        .content.black p a {
            color: #08c;
        }

.accordion-container {
    width: 100%;
    margin: 0 0 1px;
    clear: both;
}

.accordion-toggle {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 7px 5px;
    position: relative;
    text-decoration: none;
}

    .accordion-toggle.open {
        background: #333;
        color: #fff;
    }

    .accordion-toggle:hover {
        background: #666;
    }

    .accordion-toggle span.toggle-icon {
        position: absolute;
        top: 9px;
        right: 10px;
        font-size: 1.3em;
    }

.accordion-content {
    display: none;
    padding: 10px 0px;
    overflow: auto;
}

    .accordion-content img {
        display: block;
        float: left;
        margin: 0 15px 10px 0;
        max-width: 100%;
        height: auto;
    }



/* media query for mobile */

@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
        overflow: inherit;
    }
}

/* Accordion Tab End */
.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li a .title {
    font-size: 13px;
}
/*.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a:hover , .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a:focus {
    background-color: #414141;
}*/
.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a {
    padding: 4px 41px;
    font-size: 12px;
    border-top: solid 1px #3C3C3C;
}

.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li a { padding: 9px 15px;font-weight: 500;max-height: 40px;}
.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li a.transfer-class-four.collapsed{color: #a7b1c2;}
.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li a.transfer-class-four.collapsed i{color: #a7b1c2;}
.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li a.transfer-class-four{color: #fff;}
.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li a.transfer-class-four i{ color: #fff; }

.sidebar > .sidebarMenuWrapper > ul li a { display: block; font-size: 12px; font-weight: 600; line-height: 25px; padding-left: 0; text-decoration: none;}

body, .navbar-primary {
    width: 100%;
}

.col-sm-8 {
    height: 50px;
    overflow: hidden;
}

.col-sm-4 {
    width: 33.3333%;
    float: left;
}

.col-sm-2 {
    width: 16.6667%;
    float: left;
}

.bank-logo {
    position: absolute;
    right: 0;
    top: 0;
}

.w326 {
    width: 326px;
}

.w1024 {
    min-width: 1024px;
}

.clear {
    clear: both;
}

.DetailTable tbody td {
    width: 40px;
}

.mr20 {
    margin-right: 20px;
}

.pt6 {
    padding-top: 6px;
}

.btn-blue {
    background: #5b9bd5;
    color: #fff;
}

    .btn-blue:hover, .btn-blue:focus {
        color: #5b9bd5;
        background: #fff;
        border: solid 1px #5b9bd5;
    }




.custmTD {
    display: block;
    width: auto;
    margin: 0;
    padding: 7px;
}

.bdrBg {
    border-bottom: solid 1px #ccc;
    background: #ccc;
}

.modal-dialog3 {
    width: 91%;
    margin: 30px auto;
}


.mt16 {
    margin-top: 16px;
}

.pl10 {
    padding-left: 10px;
}

.bg-green {
    background: #e2f0d9;
}

.h55 {
    height: 55px;
}

.mtb3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.bdr-grey {
    border: solid 1px #ccc;
}

.col-sm-8.pt8.form-horizontal {
    height: 53px !important;
}

.ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mt7 {
}

.color-red {
    color: #bd362f;
}

.f-normal {
    font-weight: normal;
}

.red-line-2 {
    width: 100%;
    height: 3px;
    background: #d22630;
    margin: 10px 0;
}

.col-md-1-14 {
    width: 14%;
    float: left;
}

.btn-group > .btn {
    margin: 0 7px;
}

.w2048 {
    width: 2048px;
}

.x-scroll {
    overflow-x: scroll !important;
}

.bgred {
    background-color: #bd362f;
    color: #fff;
}

.blue-line {
    width: 100%;
    height: 1px;
    background: #5b9bd5;
    margin: 0px 0 15px 0;
}


.border-right-blue {
    border-right: solid 1px #5b9bd5;
}

select {
    text-indent: 0px;
}

.x-y-scroll {
    overflow: scroll !important;
}

.h500 {
    height: 500px;
}

.pl6 {
    padding-left: 6px !important;
}

.pos-rel {
    position: relative !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

::-webkit-input-placeholder {
    font-size: 13px;
}

:-moz-placeholder {
    font-size: 13px;
}

::-moz-input-placeholder {
    font-size: 13px;
}

.Custom_label {
    font-size: 13px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.mt8 {
    margin-top: 8px !important;
}

.white-color {
    color: #fff;
}

.navbar {
    height: 55px !important;
}


/* VikaS KumaR New Style Sheet 25-05-2015 Start */

.btn_new {
    background: #18A159;
    color: #fff;
}

    .btn_new:hover {
        background: #18A159;
        color: #fff;
    }

/*.btn_new_red{  background: #cd0707; display: block; height: 20px; line-height: 20px;  text-align: center; color: #fff;}
.btn_new_red:hover{background: #961c1c; color:#fff;}*/
/*.btn_new_red2 {background: #ea0b0b; display: block; height: 20px; line-height: 20px; text-align: center; color: #fff; }
.btn_new_red2:hover{background: #cd0707;}*/

.btn_new_red {
    background: gray;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

    .btn_new_red:hover {
        background: #3f3f3f;
        color: #fff;
    }



.btn_new_red2 {
    background: gray;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

    .btn_new_red2:hover {
        background: #3f3f3f;
    }

.bg-fff {
    background: #fff;
}

.comboxcss {
    padding: 15px;
    background: #fff;
    background-color: #fff;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.tabletab {
}

    .tabletab th {
        background: #fff !important;
        border: 1px solid #fff !important;
    }

    .tabletab td {
        background: #fff !important;
        border: 1px solid #fff !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

.bold {
    font-weight: bold;
}
/*.bg-01bef5{  background: #C7C7C7;}*/
.bg-01bef5 {
    background: #18A159;
}


.Contact_box {
    width: 665px;
    float: left;
    margin-right: 10px; /*background:#fff;*/
}

.Contact_box_right2 {
    width: 192px;
    float: left;
    /* border: 1px solid #e5e5e5; */
    position: relative;
    margin: 0px;
    padding: 4px 0;
    min-height: 140px;
    background: #fff;
}

.Contact_box_right3 {
    position: relative;
    margin: 0px;
    min-height: 140px;
    background: #fff;
    margin-top: 10px;
}

.Contact_box_right {
    width: 100%;
    display: inline-block;
    border: 1px solid #bababa;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 7px 0 0px 0;
    min-height: 227px;
    border-radius: 0px;
}

.Contact_box_right h3 {position: absolute; top: -7px; font-size: 13px; background-color: #fff; padding: 0px 7px; left: 2px; z-index:1;}

.editbtn {
    position: absolute;
    bottom: -3px;
    text-align: center;
    padding: 3px 5px;
    width: 100%;
    display: none;
    background: rgba(237, 237, 237, 0.3);
}

.Contact_box_right:hover .editbtn {
    display: block;
}


.Contact_Type_box {
    width: 375px;
    float: left;
    margin-right: 10px;
}

.Status_Type_box {
    width: 275px;
    float: left;
}

.mb7 {
    margin-bottom: 7px !important;
}

.sklmenu {
    border-bottom: 1px solid rgb(242, 245, 247);
    padding: 5px 0px;
    width: 100%;
    height: 28px;
    display: block;
    background: #f2f5f7;
}

    .sklmenu li {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .sklmenu li a {
            padding: 5px 10px 5px 10px;
            color: #7E7E7E;
            font-size: 12px;
            background: #F2F5F7;
            border-bottom: 2px solid #F2F5F7 !important;
            border-right: solid 1px #DADADA;
            font-weight: 600;
        }

            .sklmenu li a.active {
                border: none;
                border-bottom: 2px solid #01739c;
                color: #fff;
                background-color: transparent;
                opacity: 1;
                background: #18A159;
            }

            /*.sklmenu li a:hover, .sklmenu li a:focus {border: none; border-bottom: 2px solid #18A159; color: #fff !important;
                background-color: transparent; opacity: 1; background: #18A159; border-right: solid 1px #DADADA;
            }*/
            .sklmenu li a:hover, .sklmenu li a:focus {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                background: #18A159 none repeat scroll 0 0;
                border-color: -moz-use-text-color #dadada #18A159 -moz-use-text-color;
                border-image: none;
                border-style: none solid solid none;
                border-width: medium 1px 1px medium;
                color: #fff !important;
                opacity: 1;
            }

            .sklmenu li a:hover {
                color: #000;
            }


.back_detailsbox {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    border: 1px solid #BABABA;
    padding: 13px 10px 10px 10px;
    margin: 5px 0px 15px 0px;
    font-size: 11px;
    background: #fff;
}

    .back_detailsbox h3 {
        position: absolute;
        top: -7px;
        font-size: 13px;
        background-color: #fff;
        padding: 0px 7px;
        left: 2px;
    }

.back_detailsbox_left {
    width: 245px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.detailsbox_main {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0px 7px 5px 0px;
}

.detailParent .detailsbox_main .detailsbox_main_right2 {
    width: 100px;
}

.detailParent .detailsbox_main .detailsbox_main_left2 {
    width: 110px;
}

.detailsbox_main_left {
    width: 69px;
    height: auto;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
}

.detailsbox_main_left2 {
    width: 69px;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
}

.detailsbox_main_right2 {
    width: 153px;
    float: left;
    height: auto;
}


.detailsbox_main_100 {
    width: 100px;
    float: left;
    height: auto;
    margin: 0px 10px 0px 0px;
    line-height: 20px;
}

.detailsbox_main_85 {
    width: 85px;
    float: left;
    height: auto;
    margin: 0px 10px 0px 0px;
    line-height: 20px;
}

.detailsbox_main_right {
    width: 153px;
    float: right;
    height: auto;
}




.back_detailsbox_right {
    width: 255px;
    height: auto;
    float: left;
}

.detailsbox_right_main {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0px 0px 5px 0px;
}

.detailsbox_right_main_left {
    width: 91px;
    float: left;
    height: auto;
    margin: 0px 10px 0px 0px;
    line-height: 20px;
    text-align: right;
}

.detailsbox_right_main_right {
    width: 153px;
    float: left;
    height: auto;
}



/*.formcontrol{display: block; width: 100%; height: 20px; padding: 1px 5px 3px 5px; font-size: 11px !important;
  color: #000; background-color: #fff; background-image: none; border: 1px solid #e5e5e5;}*/



.formcontrol {
    display: block;
    width: 100%;
    height: 35px;
    padding: 7px 15px;
    font-size: 12px;
    color: #404040;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c7c7 !important;
    font-family: 'Exo 2', sans-serif;
}

    .formcontrol::-webkit-input-placeholder {
        font-size: 11px !important;
    }

    .formcontrol::-moz-placeholder {
        font-size: 11px !important;
    }
    /* firefox 19+ */
    .formcontrol:-ms-input-placeholder {
        font-size: 11px !important;
    }
    /* ie */
    .formcontrol input:-moz-placeholder {
        font-size: 11px !important;
    }

/*.formcontrol_select{display: block; width: 100%; height: 20px; padding:0px 5px 0px 5px; font-size: 11px !important;
  color: #000; background-color: #fff; background-image: none; border: 1px solid #D2D2D2;}*/

.formcontrol_select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 7px 15px;
    /* font-size: 11px !important; */
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c7c7;
}


    .formcontrol_select::-webkit-input-placeholder {
        font-size: 11px !important;
    }

    .formcontrol_select::-moz-placeholder {
        font-size: 11px !important;
    }
    /* firefox 19+ */
    .formcontrol_select:-ms-input-placeholder {
        font-size: 11px !important;
    }
    /* ie */
    .formcontrol_select input:-moz-placeholder {
        font-size: 11px !important;
    }


.display-inline-block {
    display: inline-block;
}

.mh50 {
    min-height: 50px;
}


.aboutusbox {
    position: relative;
    width: 568px;
    float: left;
    font-size: 11px;
}

.aboutusbox_left {
    width: 60px;
    float: left;
    height: auto;
    margin: 0px 10px 0px 0px;
    line-height: 20px;
}

.aboutusbox_right {
    float: left;
    width: 498px;
}


.conttype-box {
    position: relative;
    width: 415px;
    float: left;
    min-height: 50px;
    border: 1px solid #bababa;
    padding: 13px 10px 0px 10px;
    margin: 10px 10px 10px 0px;
    font-size: 11px;
    background: #fff;
}

    .conttype-box h3 {
        position: absolute;
        top: -7px;
        font-size: 13px;
        background-color: #fff;
        padding: 0px 7px;
        left: 2px;
    }

.status-box {
    position: relative;
    width: 410px;
    float: left;
    border: 1px solid #bababa;
    padding: 13px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    font-size: 11px;
    background: #fff;
}

    .status-box h3 {
        position: absolute;
        top: -7px;
        font-size: 13px;
        background-color: #fff;
        padding: 0px 7px;
        left: 2px;
    }

.sales_list_main_box {
    float: left;
    width: 100%;
    height: auto;
}

.sales_main_box {
    float: left;
    width: 100%;
    height: auto;
}

.sales_list_box {
    width: 128px;
    float: left;
    margin-right: 6px;
    margin-bottom: 10px;
}

.sales_list_button_box {
    width: 80px;
    float: left;
}



.Purchase_List_box {
    width: 100%;
    height: auto;
    float: left;
}

.P_List_box_2 {
    width: 127px;
    float: left;
    margin-right: 10px;
}

.P_List_box_new {
    width: 116px;
    float: left;
    margin-right: 10px;
}

.P_List_box {
    width: 129px;
    float: left;
    margin-right: 10px;
}

.P_List_box_with_auto_width {
    width: auto;
    float: left;
    margin-right: 10px;
}

.btn-wdth50 {
    width: 50px;
    float: left;
}

.btn-wdth55 {
    width: 55px;
    float: left;
}


/* ------------- ------------------- */


.po_box {
    width: 250px;
    float: left;
    height: auto;
}

.po_box {
    position: relative;
    width: 268px;
    display: inline-block;
    border: 1px solid gray;
    padding: 13px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    font-size: 11px;
}

    .po_box h3 {
        position: absolute;
        top: -7px;
        font-size: 13px;
        background-color: #fff;
        padding: 0px 7px;
        left: 2px;
    }

.po_box2 {
    position: relative;
    width: 270px;
    float: left;
    display: inline-block;
    border: 1px solid gray;
    padding: 13px 10px 0px 10px;
    margin: 10px 10px;
    font-size: 11px;
}

    .po_box2 h3 {
        position: absolute;
        top: -7px;
        font-size: 13px;
        background-color: #fff;
        padding: 0px 7px;
        left: 2px;
    }

.contlist_3 { position: relative; width: 100%; display: inline-block; font-size: 11px; background: #fff; }

.itemlist_3 { position: relative; width: 100%; display: inline-block; border: 1px solid #BABABA; padding: 13px 10px 10px 10px; margin: 10px 0 0px 0; font-size: 11px; background: #fff; }
.itemlist_3 h3 { background-color: #fff; color: #676767; font-size: 13px; left: 2px; padding: 0 7px; position: absolute; top: -7px; }

.btn-wdth30 {
    width: 30px;
    float: left;
}

.po_box_left {
    width: 90px;
    float: left;
    height: auto;
    margin-right: 10px;
}

.po_box_right {
    width: 145px;
    float: left;
    height: auto;
}

.purchase_summary_box {
    margin-right: 10px;
    float: left;
    width: 92px;
    margin-bottom: 10px;
}

.purchase_summary {
    position: relative;
    width: 836px;
    float: left;
    border: 1px solid gray;
    padding: 13px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    font-size: 11px;
}

    .purchase_summary h3 {
        position: absolute;
        top: -7px;
        font-size: 13px;
        background-color: #fff;
        padding: 0px 7px;
        left: 2px;
    }

.smmenu {
    border-bottom: 1px solid gray;
    display: inline-block;
    padding: 3px 0px 0px 0px;
}

    .smmenu li {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .smmenu li a {
            padding: 5px 18px 5px 15px;
            color: #333;
            font-size: 12px;
            background: #F2F5F7;
            border-bottom: 2px solid #F2F5F7;
            min-width: 138px;
            display: inline-block;
            text-align: center;
            border-right: solid 1px #DADADA;
        }

            .smmenu li a.active {
                border: none;
                border-bottom: 2px solid #01739c;
                color: #fff;
                background-color: transparent;
                opacity: 1;
                background: #18A159;
            }

            .smmenu li a:hover, .smmenu li a:focus {
                border: none;
                border-bottom: 2px solid #18A159;
                color: #fff !important;
                background-color: transparent;
                opacity: 1;
                background: #18A159;
                border-right: solid 1px #DADADA;
            }

            .smmenu li a:hover {
                color: #000;
            }
/* VikaS KumaR New Style Sheet 25-05-2015 End */




/* Vidit Style Sheet 26-05-2015 Start */



.btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: #18A159;
    color: #fff;
    border-color: #18A159;
}

.modal-backdrop.in {
}

.modal .modal-header {
    /* background-color: #212121; */
    /* background-repeat: repeat-x; */
    /* border-color: #e5e5e5; */
    /* border-radius: 5px 5px 0 0; */
    /* line-height: 29px; */
    /* padding: 0 10px; */
    /* color: #fff; */
}

.form-group {
}

.modal .modal-header .modal-title {
    font-size: 14px;
    font-weight: normal;
    height: 31px;
    line-height: 30px;
    margin: 0;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    padding: 0;
}

.modal-dialog2 {
    width: 460px !important;
    margin: 0px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.clerboth {
    width: 100%;
    height: 5px;
    display: block;
}

.modal-dialog {
    width: 399px;
    margin: 40px auto;
}

.modal .modal-header {
    background-color: #212121;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #e5e5e5;
    padding: 16px 17px 17px 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

    .modal .modal-header p {
        margin: 0;
    }

.form-horizontal .control-label {
    padding-top: 4px;
    margin-bottom: 0;
    text-align: right;
    font-size: 10px;
    font-weight: normal;
    padding-right: 7px;
}

 

.modal .modal-content {
    border-width: 0;
    border-radius: 0;
}

.color-white {
    color: #fff;
}

ul.collapse > li.active a {
    background-color: #272727 !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.mb6 {
    margin-bottom: 6px;
}

.detailsbox_main_96 {
    width: 96px;
    float: left;
    height: auto;
    margin: 0px 10px 0px 0px;
    line-height: 20px;
    text-align: right;
}

.detailsbox_main_91 {
    width: 91px;
    float: left;
    height: auto;
    margin: 0px 10px 0px 0px;
    line-height: 20px;
}

.detailsbox_main_91_2 {
    width: 91px;
    float: left;
    height: auto;
    margin: 0px 0px 0px 0px;
    line-height: 20px;
}

.detailsbox_main_501 {
    width: 501px;
    float: left;
    height: auto;
}

.detailsbox_main_508 {
    width: 508px;
    float: left;
    height: auto;
}

.detailsbox_main_137 {
    width: 137px;
    float: left;
    height: auto;
}

.detailsbox_main_33 {
    width: 33%;
    display: inline-block;
    height: auto;
    margin: 0px 0px 5px 0px;
}

.detailsbox_main_33_2 {
    width: 200px;
    display: inline-block;
    height: auto;
    margin: 0px 0px 5px 0px;
}

.sklmenu2 {
    border: none;
    width: 100%;
}

    .sklmenu2 li {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
        width: 25%;
        text-align: center;
        border: none;
    }

        .sklmenu2 li a.active {
            border-bottom: none;
        }

        .sklmenu2 li a:hover {
            border: none;
        }

        .sklmenu2 li a {
            border-right: solid 1px #fff;
            padding: 6px 13px;
            display: block;
            background-color: #ccc;
        }

.detailsbox_main_124 {
    width: 131px;
    margin-right: 5px;
    display: block;
    float: left;
}

.detailsbox_main_187 {
    width: 187px;
    margin-right: 5px;
    display: block;
    float: left;
}

.detailsbox_main_187_2 {
    display: block;
    float: left;
    margin-right: 13px;
    width: 104px;
}

.gray-color {
    color: #676767;
}
/* Vidit Style Sheet 26-05-2015 End */


.form-group label {
    font-weight: 500;
    font-size: 13px;
    display: block;
    color: #222;
}


.form-group {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.form-group2 { display: table; margin-bottom: 10px; width: 100%; }

 


.ml6 {
    margin-left: 6px;
}

/* Anil Ghildiyal - Loader CSS..*/
 

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00 !important;
}

.field-validation-valid {
    display: none !important;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #f00 !important;
}

.validation-summary-valid {
    display: none !important;
}

.profile_pic > img {
    width: 100%;
    height: auto;
}


.mb2 {
    margin-bottom: 2px !important;
}

.Msg {
    position: fixed ;
    width: 865px;
    z-index: 9006;
}

.Msg_log {
    top: 50px;
    width: 99.8%;
    left: 20%;
    top: 59px;
    width: 849px;
    z-index: 9006;
}

.Msgses {
    top: 50px;
    width: 99.8%;
    left: 20%;
    top: 59px;
    width: 849px;
    z-index: 9006;
}

.divAlertMsg, .divErrorMsg, .divSucessMsg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 29px;
    text-transform: capitalize;
    text-align: center;
}

.divAlertMsg {
    background-color: #fcf191;
    color: #333333;
    border: 1px solid #CCC;
}

#divErrorMessage.divErrorMsg {position:fixed; right: 0px; left: 215px;    width: auto;}
#divSuccessMessage.divSucessMsg  {position:fixed; right: 0px; left: 215px;    width: auto;}

.divErrorMsg {
    background-color: #FBD3CE;
    color: red;
    border: 1px solid #df5147;
    font-weight: bold;
    width: 100%;
    position: absolute;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.21);
    font-family: 'Exo 2', sans-serif;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.49);
    line-height: 46px;
    z-index: 1040;
}

.divSucessMsg {
    /*background-color: #D0F3C7;
    color: #156200;
    border: 1px solid #219801;*/
    background-color: #94E7FF;
    color: #3C646F;
    border: 1px solid #63A4B6;
    font-weight: bold;
    width: 100%;
    position: absolute;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.21);
    font-family: 'Exo 2', sans-serif;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.49);
    line-height: 46px;
}

    .divAlertMsg span, .divErrorMsg span, .divSucessMsg span {
        margin-left: 10px;
    }

.RedBorder {
    border: 1px solid red !important;
}

/* End : Styles for Messages... */


/* Style for Grid Loading
--------------------------------------------------------------*/
.loading-indicator {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 14px 0px;
    background-position: center center;
    width: 100%;
    background-image: url('../images/grid-loading.GIF');
    background-repeat: no-repeat;
    background-attachment: scroll;
}
/* End : Style for Grid Loading... */

.inputtext {
    width: 100% !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.btn-file2 input[type=file] {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.Foreign {
    float: left;
    margin-right: 10px;
    padding-top: 22px;
    text-align: right;
    width: 67px;
}

.Foreign2 {
    float: left;
    line-height: 20px;
    margin-right: 10px;
    text-align: right;
    width: 67px;
}

.mb-8 {
    margin-bottom: -8px;
}

.Pricedatebox {
    display: inline-block;
    width: 100%;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.master_box {
    background: #fff;
    display: inline-block;
    height: auto;
    padding: 10px;
    width: 100%;
}

.btn_addwor {
    float: left;
    width: 60px;
    margin-right: 5px;
}

    .btn_addwor button {
        padding: 1px 7px !important;
    }

.btn_addinput {
    margin: -13px -7.5px !important;
    line-height: 12px;
    float: left;
    position: absolute;
    width: 100%;
}


.newtblcss {
    width: 100%;
}

    .newtblcss th {
        background: #e3eaf3 !important;
        padding: 6px 7.5px !important;
        border: 1px solid #c7c7c7;
        vertical-align: middle !important;
        text-align: left;
    }

    .newtblcss td {
        border: 1px solid #c7c7c7;
        padding: 6px 7.5px !important;
        vertical-align: middle !important;
    }

.Delete_btn { }


.grdnewvk {}
.grdnewvk tr { }
.grdnewvk tr:nth-child(even) { background: #fff; }
.grdnewvk tr:nth-child(odd) { background: #fff;}
.grdnewvk tr.edit input { margin: -6px -1.5px !important; height: 21px; font-size: 12px; border: solid 1px transparent !important; width: 80px; outline: medium none; padding-left: 2px; }
.grdnewvk tr.edit { background-color: #fff; border: 1px solid #a4fefe; background-color: #fff; border: 1px solid #c7c7c7; box-shadow: 0 0 5px #969696; box-sizing: border-box; padding: 2px 0; white-space: nowrap; }



 
 
.edit input:focus {
    border-color: #18A159;
    box-shadow: 0 0 0 2px #18A159;
    outline: medium none;
}


.Cancelbtnrow {
    width: 16px;
    height: 16px;
    background: url(../images/delete_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    border: none !important;
    background-size: 100% 100%;
}
 

.ifs12_2 {
    padding: 1px 10px 2px 10px !important;
    background-color: #fff;
    border-color: #ddd;
}

    .ifs12_2 i {
        font-size: 20px;
        color: #777;
    }

.ifs12 {
    padding: 1px 10px 2px 10px !important;
    color: #777;
    background-color: #fff;
}

    .ifs12 i {
        font-size: 20px;
        color: #777;
    }

 

.ifs12_2 {
    padding: 1px 10px 2px 10px !important;
    background-color: #fff;
    border-color: #ddd;
}

    .ifs12_2 i {
        font-size: 20px;
        color: #777;
    }

.ifs12 {
    padding: 1px 10px 2px 10px !important;
    color: #777;
    background-color: #fff;
}

    .ifs12 i {
        font-size: 20px;
        color: #777;
    }


.pagactive { /*background: #ccc;*/
    box-shadow: 0 0 1px 1px rgba(72, 72, 72, 0.4) inset;
    color: #333;
    font-weight: bold;
}

.text-color-757575 {
    color: #757575;
}

.jquery-height {
    background: #fff;
    min-height: 199px;
}

.mh144 {
    min-height: 144px;
}

/*.loader2 {text-align: center; background-color: rgba(255, 255, 255, 0.38); padding: 2px 0; position: absolute;
    width: 100%; bottom: 0;   margin-top: 32px; z-index: 1000; top: 0;
    background-image: url('/images/loading.gif'); background-repeat: no-repeat; background-position: 50% 50%;
}*/


.bg-dfdfdf {
    background: #dfdfdf;
}

.boder-left-101bef5 {
    border-left: solid 1px #18A159 !important;
}

.boder-right-101bef5 {
    border-right: #18A159 solid 1px !important;
}

.boder-top-101bef5 {
    border-top: #18A159 solid 1px !important;
}

.boder-bottom-101bef5 {
    border-bottom: #18A159 solid 1px !important;
}



/** Autocomplete Textbox cum Dropdown........*/
.autocomplete-textbox-dropdown {
    width: 155px;
    border: 1px solid #4D4D4D;
    padding: 0px !important;
    padding-left: 2px !important;
    margin: 0px !important;
}

    .autocomplete-textbox-dropdown .autocomplete-dropdown-button {
        display: inline;
    }

    .autocomplete-textbox-dropdown .autocomplete-input-text {
        width: 130px;
        display: inline-block;
        border: 0px none !important;
        box-shadow: none !important;
        margin-top: 0px !important;
    }



 

.bgfffTable {
    display: table;
    width: 100%;
    background-color: #fff;
}

input[type="text"].box-shadow:focus {
    box-shadow: 0 0 0 1px #18A159 !important;
}

.mr13 {
    margin-right: 13px;
} 

ul#LeftMenu > li:not(:first-child) > a:hover:after {
    display: block;
}

.bg-d8d8d8 {
    background: #d8d8d8;
}

.re-order {
    display: table;
    float: left;
    margin-left: 14px;
}

.fs14 {
    font-size: 14px;
}

.h30 {
    height: 35px;
}

.tabination-content div .widget-head {
    background: #9D9B9B !important;
    height: 24px !important;
    padding: 2px 0 !important;
}

    .tabination-content div .widget-head h4 {
        font-size: 11px !important;
        padding: 0 10px !important;
        height: auto !important;
        line-height: 20px !important;
    }

.pagination ul > li a {
    transition: ease all .3s;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #848484 !important;
}



.table_inputs {
    border-color: transparent !important;
}

    .table_inputs:focus {
        border-color: #18A159 !important;
    }


.direc-arrow {
    font-size: 26px;
    line-height: 6px;
    /* margin-top: 9px; */
    position: relative;
    top: 6px;
    left: 7px;
    color: #808080;
}

input[readonly="readonly"] {
    background-color: #ECECEC;
}

.brncrmb {
    padding: 0;
    display: table;
    border: 1px solid #BABABA;
    overflow: hidden;
    border-radius: 2px;
    list-style: none;
    margin-top: 5px;
    float: left;
}

    .brncrmb li {
        width: 145px;
        float: left;
        margin-left: 10px;
        counter-increment: item;
        position: relative;
    }

        .brncrmb li span {
            font-weight: 700;
            display: block;
            padding: 8px 0 8px 62px;
            margin-left: -27px;
            width: 156px !important;
            color: #919191;
        }

        .brncrmb li:before {
            content: counter(item);
            counter-increment: li;
            position: absolute;
            left: 7px;
            top: 5px;
            background-color: #626262;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            text-align: center;
            vertical-align: middle;
            line-height: 22px;
            font-size: 11px;
            color: #fff;
            font-weight: 500;
            font-family: 'Exo 2', sans-serif;
        }


        .brncrmb li:last-child span:after {
            display: none;
        }



        .brncrmb li:last-child {
            width: 115px !important;
        }

        .brncrmb li span:after {
            content: "";
            width: 30px;
            height: 30px;
            border: solid 1px #ccc;
            display: block;
            position: absolute;
            right: -1px;
            top: 2px;
            transform: rotate(92deg);
            -webkit-transform: rotate(135deg);
            border-right: none;
            border-bottom: none;
            background-color: #fff;
            z-index: 10;
        }

.Tab-selected {
    background-color: #B2B2B2;
    color: #fff !important;
}

    .Tab-selected:after {
        background-color: #B2B2B2 !important;
        border: transparent solid 1px !important;
    }

.Tab-selected-Light {
    background-color: #ececec;
    color: #BDBCBC !important;
}

    .Tab-selected-Light:after {
        background-color: #ececec !important;
        border: transparent solid 1px !important;
    }

td input.formcontrol {
    font-size: 11px;
    padding: 4.3px 1rem .5rem 1rem;
}

.grdnewvk tr.edit input.acuteinputs {
    margin: -4px -6.5px !important;
    position: absolute;
    top: 8px;
}

.disabled {
    background-color: #ECECEC !important;
}

.btn_edits {
    width: 20px;
    height: 20px;
    text-align: center;
    /*float: left;*/
    display: inline-block;
    line-height: 19px;
    padding: 0;
    font-size: 9px;
    margin: 3px 2px;
}

.colorRed {
    color: red;
}

























/*.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #0dc5c1;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader {
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #0dc5c1;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/


/*.windowhide {background-image: url(/images/page-loader.gif) !important; 
             background-color:rgba(255,255,255,0.95) !important; 
             background-position: center center !important; z-index:9999 !important; position:absolute; width:100%; height:100%; top:0px; bottom:0px; background-repeat:no-repeat !important;}*/
/* $Base */


/*.layout-loaders {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #18A159;
  background-color: #fff;
  position: fixed;
  width: auto;
  height: 100%;
  top: 39px;
  bottom: 0px;
  z-index: 99999;
  text-align: center;  
  right: 0;
  left:  216px;
  padding-top:20%; 
  opacity:.87;
}*/
.layout-loaders, .page-loaders {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    color: #18A159;
    background-color: #fff;
    position: fixed;
    width: auto;
    height: 100%;
    top: 39px;
    bottom: 0px;
    z-index: 99999;
    text-align: center;
    margin-left: 0px;
    right: 0;
    left: 216px;
    padding-top: 20%;
    opacity: .47;
}

.loaders-bg-2 {
    background-color: #2D95BF;
}

.loaders-bg-3 {
    background-color: #F15A5A;
}

.loaders-bg-4 {
    background-color: #955BA5;
}

.loader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

/*	$Loader Quadrant
	========================================================================== */
.loader-quart {
    border-radius: 50px;
    border: 6px solid #f3f3f3;
}

    .loader-quart:after {
        content: '';
        position: absolute;
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        border-radius: 50px;
        border: 6px solid #18A159;
        border-top-color: #fff;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

/*	$Loader Double circle
	========================================================================== */
.loader-double {
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

    .loader-double:before, .loader-double:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border-radius: 50px;
        border: 6px solid transparent;
        border-top-color: #fff;
        border-bottom-color: #fff;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-animation: spinreverse 2s linear infinite;
        animation: spinreverse 2s linear infinite;
    }

    .loader-double:before {
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        -webkit-animation: spinreverse 3s linear infinite;
        animation: spinreverse 3s linear infinite;
    }

/*	$Loader Multiple circle
	========================================================================== */
.loader-circles {
    border-radius: 50px;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

    .loader-circles:before, .loader-circles:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border-radius: 50px;
        border: 3px solid transparent;
        border-top-color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-animation: spinreverse 5s linear infinite;
        animation: spinreverse 5s linear infinite;
    }

    .loader-circles:before {
        top: 12px;
        left: 12px;
        bottom: 12px;
        right: 12px;
        -webkit-animation: spinreverse 10s linear infinite;
        animation: spinreverse 10s linear infinite;
    }

/*	$Loader Bars
	========================================================================== */
.loader-bars:before,
.loader-bars:after,
.loader-bars span {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 30px;
    background-color: #fff;
    -webkit-animation: grow 1.5s linear infinite;
    animation: grow 1.5s linear infinite;
}

.loader-bars:after {
    left: 15px;
    -webkit-animation: grow 1.5s linear -0.5s infinite;
    animation: grow 1.5s linear -0.5s infinite;
}

.loader-bars span {
    left: 30px;
    -webkit-animation: grow 1.5s linear -1s infinite;
    animation: grow 1.5s linear -1s infinite;
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

@-webkit-keyframes spinreverse {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        tranform: rotate(-360deg);
    }
}

@keyframes spinreverse {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        tranform: rotate(-360deg);
    }
}

input.focus_blue {
    border: solid 1px transparent !important;
}

    input.focus_blue:focus {
        border: solid #18A159 1px !important;
        background-color: #D9F3FA;
    }

.colorRed {
    color: red;
}

.bg47 {
    background: #474747 !important;
}



td.pd-zero-span {
    padding: 0;
}

    td.pd-zero-span span {
        padding: 7.3px 1rem .5rem 1rem;
        display: block;
        text-align: right;
    }

.table-layout {
    display: table;
    width: 100%;
}



    .table-layout .table-cell {
            vertical-align: middle;
            word-break: break-all;
            border-right: 1px solid #797979 !important;
            border-bottom: 1px solid #d4d1d1 !important;
            padding: 0.40rem 1rem 0.40rem 1rem;
            /* line-height: 14px; */
            /*color: #000;*/
            position: relative;
            /* height: 23px; */
            /*border-top: 1px solid #ddd;*/
            display: table-cell;
            font-size: 12px;
    }

.div-layout {
    display: table;
    width: 100%;
}

    .div-layout .div-cell {
        position: relative;
        display: table-cell;
        padding: 0 5px;
    }

        .div-layout .div-cell label {
            display: block;
        }

.w148 {
    width: 148px;
}

.table-layout .table-cell.head.colcttr {
    padding: 0;
}


    .table-layout .table-cell.head.colcttr .c-Up {
        display: block;
        width: 100%;
        padding: 3px 8px 5px 8px;
        border-bottom: solid 1px #888;
    }

        .table-layout .table-cell.head.colcttr .c-Up:last-child {
            border-bottom: none;
        }

.table-layout .table-cell.head {
    display: table-cell;
    font-weight: 500;
    border-right: 1px solid #797979 !important;
    border-bottom: 1px solid #797979 !important;
    border: none;
    z-index: 2;
    position: relative;
    padding: .70rem 1rem .5rem 1rem;
    font-size: 12px;
    background: #18A159;
    color: #fff;
    line-height: 1.42857143;
    height: 29px;
}

.fixed-width-200 {
    width: 200px;
}

.w80px {
    width: 80px !important;
}

.input-dropdown table tbody tr td input {
    margin: -6px -1.5px !important;
    /* line-height: 38px; */
    font-size: 12px;
    border: solid 1px transparent !important;
    width: 80px;
    padding-left: 2px;
}


.input-dropdown table tbody tr td.acd-select-image {
    vertical-align: middle;
}


.input-dropdown .acd-select-main {
    border: 1px solid #C0C0C0;
}


/** Processing Div........*/
.processingWindow {
    text-align: center;
    background-color: #999999;
    padding: 4px 36px 6px 0px;
    bottom: 0;
    top: 0;
    background-image: url('/images/processing-loader.gif');
    background-repeat: no-repeat;
    background-position: 94% 50% !important;
    color: #ffffff;
    display: inline-block;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w160 {
    width: 160px;
}

.table-layout-body {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    background: #fff;
    padding-right: 5px;
}




/** Permissions.............*/

div.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 1px;
    padding: 1px 3px;  
    cursor: default; 
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    white-space: nowrap;    
     background-color: #18A159 !important;
    border: 1px solid #149651 !important;
    color: #fff !important;
}

ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: auto;
    border: 0px solid #18A159;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

li.token-input-selected-token-facebook, li.token-input-token-facebook:hover {
    background-color: #18A159 !important;
    border: 1px solid #149651 !important;
    color: #fff !important;
}

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 1px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    white-space: nowrap;
}

    li.token-input-token-facebook p {
        display: inline;
    }


/*-----------------------------------------------------*/

ul#LeftMenu > li > a.collapsed:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 14px;
    display: block;
    transform: rotate(0deg);
    transition: ease all .5s;
}

ul#LeftMenu > li > a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 14px;
    display: block;
    transform: rotate(-180deg);
    transition: ease all .5s;
}



/*ul#LeftMenu > li:not(:first-child) > a:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 14px;
    display: block;
    transform: rotate(-180deg);
    transition: ease all .5s;
}*/

ul#LeftMenu > li:not(:first-child) > a:hover:after {
    /*display: block;*/
}


ul#LeftMenu > li > a.no_dropdown:after {
    display: none;
}

.table_min {
    position: relative;
}


.gridLoadiningWindow {
    text-align: left;
    background-color: #18A159;
    padding: 2px 0px 6px 6px;
    bottom: 0;
    top: 0;
    background-image: url('/images/processing-loader.gif');
    background-repeat: no-repeat;
    background-position: 92% 50% !important;
    color: #ffffff;
    height: 22px;
    width: 92px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 45%;
}

.vbcss .form-group label {
    width: 120px !Important;
}

.vbcss .form-group div {
    width: 180px !Important;
}

.legenddiv {
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0px 10px 0px;
}

.legendh3 {
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 14px;
    background: #fff;
    padding: 3px 10px;
}

.width100 {
    width: 100%;
}

.mb14 {
    margin-bottom: 14px !important;
}


/** User Management........*/
.RootCategoryRow, .RootCategoryWithChildsRow {
    width: 200px;
    border: 0px none !important;
    height: auto !important;
    display: inline-block;
    float: left;
}

.RootCategoryRow {
    vertical-align: super;
}

.RootCategoryWithChildsRow {
}

.RootCategory {
    font-weight: bold;
}

.ChildCategory {
    margin-left: 20px;
}

.margin-zero {
    margin: 0px !important;
}



.icnbtn {
    background: url(../images/magnifier13.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}



/** Permissions.............*/
ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: auto;
    border: 0px solid #18a159;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

li.token-input-selected-token-facebook, li.token-input-token-facebook:hover { 
    background-color: #B5FBD6 !important;
    border: 1px solid #18A159 !important;
    color: #0C0000 !important;
}

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 1px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    white-space: nowrap;
    width:49.5%;
}

    li.token-input-token-facebook p {
        display: inline;
    }

li.token-input-token-facebook a.committees-delete-btn {
    float:right;
}

li.token-input-token-facebook a.committees-delete-btn i{
    color: #96140E !important;}

/*--------Permission Roles To Users Grid Images-------------------------------------*/
.divGridUserImage {
    /*width:50px;
    height:50px;
    position:relative;
    display:inline-block;*/
    /*overflow:hidden;*/
    /*width: 60px; 
    max-height: 60px;
    float: left;
    margin: 3px;
    padding: 3px;*/
    /*position: relative;*/
    max-height: 100%;
    max-width: 100%;
}

    .divGridUserImage > img {
        /*width: 150px;
       height: 150px; 
       object-fit: contain;*/
        /*position:absolute;
    top:50%;
    min-height:100%;
    display:block;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    min-width:100%;*/ /*position: absolute; right: 0; bottom: 0;*/
        /*height: 100%; width: 100%;*/
        max-height: 40px;
        max-width: 40px;
    }

.w100 {
    width: 100%;
}

.d-table {
    display: table;
}

.p1210 {
    padding: 12px 10px;
}

.pd011 {
    padding: 0 11px;
}

.p12 {
    padding: 12px;
}

.v-m {
    vertical-align: middle;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
    /* z-index: 10; */
    /* background-color: #ffffff; */
    /* padding: 0 !important; */
    /* border-radius: 4px; */
    -moz-border-radius: 4px;
    /* border: 1px solid #ddd; */
    /* margin-top: 20px; */
    margin-left: 9px;
    /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    /* background-clip: padding-box; */
    opacity: 0.97;
    filter: alpha(opacity=97);
    height: 100% !important;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #18A159;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #18A159;
                background-image: #18A159;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #18A159;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    /*padding-left: 20px;
        padding-top: 10px;*/
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.m3 {
    margin: 3px;
}

.col-white {
    color: #fff;
}

.mb14 {
    margin-bottom: 14px !important;
}



.page-scroll-loaders {
    background-color: transparent;
    position: relative;
    bottom: 0px;
height: 15px;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-family: sans-serif;
    font-size: 1.3rem;
    /* color: #1D1C1C; */
    opacity: .87;
    /* border: 1px solid #797979; */
    border-top: 0px none;
    border-bottom: 0px none;
}

.scroll-loader {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/*	$Scroll Loader Quadrant
	========================================================================== */
.scroll-loader-quart {
    border-radius: 20px;
    border: 6px solid transparent;
    margin-top: -4px;
}

    .scroll-loader-quart:after {
        content: '';
        position: absolute;
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        border-radius: 20px;
        border: 3px solid #C1C1C1;
        border-top-color: #FFFFFF;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

.bdrcircle {
    border: solid 1px #888;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    overflow: hidden;
    padding: 1px;
}

/** Image With responsive box...*/
.responsive-container {
    position: relative;
    width: 100%;
    /*border: 1px solid black;*/
}

.dummy {
    padding-top: 25%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center; /* Align center inline elements */
    font: 0/0 a;
}

    .img-container:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .img-container img.main-image {
        vertical-align: middle;
        display: inline-block;
        width: auto;
        height: auto;
        max-height: 130px;
        max-width: 130px;
    }


.imageOrFile-loaders {
    background-color: #18A159;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
    padding: 6px 0px 0px 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-family: sans-serif;
    font-size: 1.2rem;
    color: #036F8E;
    opacity: .87;
    border-top: 0px none;
    border-bottom: 0px none;
}

.imageOrFile-loader {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.imageOrFile-loader-quart {
    border-radius: 20px;
    border: 6px solid #18A159;
    margin-top: -4px;
}

    .imageOrFile-loader-quart:after {
        content: '';
        position: absolute;
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        border-radius: 20px;
        border: 3px solid #036F8E;
        border-top-color: #C2EDFA;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

/*.barcode-box {position:relative;display: inline-block; margin:0px 0px 0px 6px; top:-35px;}*/

.barcode-box {
    bottom: -2px;
    display: inline-block;
    left: 0;
    margin: 1px 0 0 9px;
    position: relative;
}

.barcode {
    position: relative;
    bottom: 0px;
    background: #fff;
    margin: -10px auto 0px auto;
    text-align: center;
    width: 80px;
    padding: 0px 5px;
}


.sklmenu {
    border-bottom: 1px solid rgb(242, 245, 247);
    padding: 5px 0px;
    width: 100%;
    height: 25px;
    display: block;
    background: #f2f5f7;
}

    .sklmenu span {
        list-style: none;
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

        .sklmenu span a {
            padding: 7px 10px 0px 10px;
            color: #7E7E7E;
            font-size: 12px;
            background: #E2E2E2;
            border-bottom: 2px solid #F2F5F7 !important;
            border-right: solid 1px #DADADA;
            font-weight: 600;
            height: 35px;
            display: inline-block;
        }

            .sklmenu span a.activePageSubMenues {
                /*border: none;
                border-bottom: 2px solid #01739c;*/
                color: #fff;
                opacity: 1;
                background: #18A159;
            }


.manage-role {
    background-color: #18A159;
    color: white;
    margin-right: 5px !important;
}

    .manage-role a {
        background-color: transparent !important;
        color: white !important;
    }


/** action buttons style..........*/
.action-icon {
    font-size: 10px;
}

.delete-cross {
    color: #F75555;
}

.edit-pencil {
    color: #746161;
}

.body-v-scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.selected-role {
    background-color: #D6D4D4;
}


.open-sans {
    font-family: 'open sans';
}



.treeview ul li {
    list-style: none;
}



.masterpage .scrollcss {
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}

.masterpage .scrllcss {
    position: relative;
}

.masterpage .tabborder {
    width: 100% !important;
}

    .masterpage .tabborder thead {
    }

        .masterpage .tabborder thead tr th {
            border: 1px solid #797979 !important;
            background: #18A159;
            font-size: 1em;
            font-weight: 500;
            height: 29px;
            line-height: 1.42857;
            padding: 0.7rem 1rem 0.5rem;
            color: #fff;
        }

    .masterpage .tabborder .body {
        overflow: scroll;
        overflow-x: hidden;
        max-height: 21.75em;
        min-height: auto;
        padding-bottom: 0.8em;
        *padding-right: 17px;
        _padding-right: 0;
        _height: 10em;
        border-bottom: 1px solid #ddd;
    }

    .masterpage .tabborder tbody {
        width: 100%;
        height: auto;
        overflow: auto;
        display: block;
    }

    .masterpage .tabborder thead, tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .masterpage .tabborder tbody tr td {
        font-size: 11px;
        height: 23px;
        line-height: 14px;
        padding: 0rem 1rem;
        border: 1px solid #797979 !important;
        border-top: 0px !important;
    }




/*Here We will add some css for style our treeview*/
/*.collapse {
        width:15px;
        background-image: url('../Images/ui-icons_454545_256x240.png');
        background-repeat: no-repeat;
        background-position: -36px -17px;
        display:inline-block;
        cursor:pointer;
    }
    .expand {
        width: 15px;
        background-image: url('../Images/ui-icons_454545_256x240.png');
        background-repeat: no-repeat;
        background-position: -50px -17px;
        display: inline-block;
        cursor:pointer;
    }*/

.leftSideMenuMasterPages .treeview ul {
    font: 14px Arial, Sans-Serif;
    margin: 0px;
    padding-left: 20px;
    list-style: none;
}

.leftSideMenuMasterPages .treeview > li > a {
    font-weight: bold;
}

.leftSideMenuMasterPages .treeview li {
}

    .leftSideMenuMasterPages .treeview li a {
        padding: 4px;
        font-size: 12px;
        display: inline-block;
        text-decoration: none;
        width: auto;
    }

.w25per {
    width: 25% !important;
}

.w151 {
    width: 151px !important;
}

.w107 {
    width: 107px !important;
}

.treeview > ul > li > a {
    background: transparent;
    display: block !important;
    padding: 5px 9px !important;
    margin: 0 0;
    border-radius: 2px;
    color: #444444;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 12px !important;
}

.treeview > ul > li > ul > li > a {
    color: #444444;
    font-family: 'open sans';
}


.treeview ul li a {
    color: #444444;
}

.treeview > ul > li > a:hover, .treeview > ul > li > ul > li > a {
    color: #444444;
}




.asset-detail {
}

    .asset-detail label {
        font-weight: 400 !important;
    }

.w131 {
    width: 131px;
}

.chindpading {
    padding: 2px 5px 2PX 9PX;
}

.bcpssd {
    border: solid 1px #E0E0E0;
    background-color: #F2F2F2;
    padding: 2px 5px 2px 8px;
}




.padding3-3 {
    padding: 3px 3px;
}



.ml15 {
    margin-left: 15px;
}

.w100px {
    width: 100px !important;
}

.leftSideMenuMasterPages .treeview ul li a.masterMenuActive {
    color: #EF8616;
}

    .leftSideMenuMasterPages .treeview ul li a.masterMenuActive:before {
        /*content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    margin-left: -6px;
    margin-top: 2px;  color:#EF8616;*/
    }

.ui-datepicker-calendar tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}




.dropdown.dropdown-scroll .dropdown-menu {
    max-height: 200px;
    width: 00px;
    overflow: auto;
}

.search-control {
    padding: 5px 10px;
}

.sudndrodown {
    position: absolute;
    top: 28px;
    width: 168px !important;
    left: 0;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.23);
    overflow-x: hidden !important;
}

    .sudndrodown > li > a {
        padding: 1px 15px;
        font-size: 12px;
    }

.act {
    overflow: hidden !important;
    height: 42px;
}

.input-group-addon {
    cursor: pointer;
}

.w28px {
    width: 28px;
}


.h27 {
    height: 27px !important;
}

.boder-radius-none {
    border-radius: 0 !important;
}

a.input-group-addon:hover, a.input-group-addon:focus {
    background-color: #F3F3F3;
}

.fa {
    transition: ease all .3s;
    -webkit-transition: ease all .3s;
    -ms-transition: ease all .3s;
    -o-transition: ease all .3s;
    -moz-transition: ease all .3s;
}

.iconRotate {
    transform: rotate(-180deg);
    transition: ease all .3s;
    -webkit-transition: ease all .3s;
    -ms-transition: ease all .3s;
    -o-transition: ease all .3s;
    -moz-transition: ease all .3s;
}





.error-heading {
    color: red;
}

.error-text {
    font-size: 14px;
}

.color-white {
    color: white;
}

.back-arrow {
    display: inline-block;
    cursor: pointer;
}

.padding-right-5 {
    padding-right: 5px;
}

.colwhite {
    color: #fff;
}

.loading_small {
    font-size: 12px;
    color: #fff;
    background-color: rgb(29, 27, 27);
}

input-price {
    padding: 0px !important;
    height: 0px !important;
    border: 0px none !important;
}

    input-price > input {
        width: 100%;
        /*border: none;*/
    }

.clsSrNo {
    width: 56px !important;
    text-align: center;
}

.vl {
    vertical-align: middle;
}







.loader {
    position: absolute;
    top: calc(44% - 2px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
    z-index: 999;
}



    .loader .loader-frame {
        height: 65px;
    }

    .loader .loader-text {
        font-size: 16px;
    color: #04753a;

    }

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1s linear infinite;
        border-bottom: 3px solid #04753a;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-right: 3px solid #04753a;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-top: 3px solid #04753a;
    }

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}


.v-middle {
vertical-align:middle;}

.bgPicImg {
    background-size:cover;
    background-position:50%;

}
.chcss {position:relative;}
.chcss span {position:relative; top:-2px;}

.imageFit {
        width: auto;
    max-height: 26px;
    margin: 3px 0;
}

.close {
    font-family:Arial;
}

.ml12 {
    margin-left:12px;
}

.float-none {float:none !important;}

/*#pnlbranchNews .widget {margin-top:0px; min-height: 337px !important;}
#pnlbranchNews .comboxcss {margin:0px 0px 0px 0px !important; padding:0px !important;}
#pnlbranchNews .widget-body {padding:5px 9px 0 7px !important;}*/
 


.nav.nav-tabs > li > a { padding: 4px 15px; }

.form-group2 label{ font-weight: 500; font-size: 13px; color: #333; margin: 0px 0px 5px 0px; }

.project_listBox { position: relative; width: 100%; display: inline-block; padding: 10px 10px 10px 5px; font-size: 11px; background: #fff; }
.project_listBox h3 { background-color: #fff; font-size: 13px; left: 2px; padding: 0 7px; position: absolute; top: -7px; color: #676767; }
.project_listBox .form-group2{}
.project_listBox .form-group2 label{ font-weight: 500; font-size: 13px; color: #333; margin: 0px 0px 5px 0px; }





/** Dashboard......*/

div.dashboard {}
div.dashboard a {display: block;width: 100%; color: #484848; }
div.dashboard a:hover { color:#000; }

.pendingRequest {color:#EF8300;}
.rejectedRequest {color:#fa0101;}


.clearfix { clear: both; display: table; content: " "; }
.vdctbox {
    border: 1px solid #adadad;
    display: inline-block;
    padding: 15px 0px 0px 0px;
    position: relative;
    margin: 15px 0px 0px 0px;
    width:100%;
    min-height:75px;
    height: auto !important;
}
.vdctbox h3 {
    position: absolute;
    top: -15px;
    border: 1px solid #adadad;
    font-size: 14px;
    background: #fff;
    padding: 5px 7px;
    font-weight: 500;
    left: 7px;
    margin: 0px;
}




.RmdnPoetcolum { column-count: 3;background: #fff;padding: 15px; }
    .RmdnPoetlist {padding:3px 0px; font-family:roboto;  font-size:13px; position:relative; }    
    .RmdnPoetlist span{ margin-right:5px; font-weight:600; color:#046934;}
    .RmdnPoetlist a{ color: #565656; font-weight: 500;}

.prjtimgadd a {
display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}
.prjtimgbtn a {
    display: block;
    margin-bottom: 12px;
    border: 1px solid;
    max-width: 90px;
    text-align: center;
    padding: 3px 0;
    border-radius: 2px;
}
.prjtimgadd {
    text-align: center;
    position:  relative;
    overflow:  hidden;
}
p.apprved {
    position: absolute;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0px;
    background: #008000b0;
    padding: 4px 0px;
    transform: rotate(-16deg);
    top: 26px;
}
.apprved.rejct {
    position: absolute;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0px;
    background: #ff0000ab !important;
    padding: 4px 0px;
    transform: rotate(-16deg);
    top: 26px;
}
.unread strong {
    color: #333;
}
.read strong {
    font-weight: 400;
    color: #333;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
       padding: 5px 5px;
    }
.mail-date a {
    color: #333;
}
form.mail-search {
width: 376px;
    margin-right: 20px !important;
    float: left;
}   
form.mail-search input {
    height: 27px;
}
.mail-tools.tooltip-demo.m-t-md.mail-detail-h h3 {
    margin-bottom: 6px !important;
}



.project-blog-box {background:#fff;padding:15px;margin: 15px 0px 0px 0px;position:relative;}
.project-blog-box .project-blog-ul {margin-bottom: 0px;display: flex;justify-content: space-between;align-items: center;}
.project-blog-box .project-blog-ul .nav.nav-tabs {border: none;}
.project-blog-box .project-blog-ul .nav.nav-tabs li{margin: 0px 10px 0px 0px;}
.project-blog-box .project-blog-ul .nav.nav-tabs li a{border: none;padding: 5px 5px 5px 0px;font-size: 13px;background: transparent;font-weight: 500;border-bottom:2px solid #fff;}

.project-blog-box .project-blog-ul .nav.nav-tabs li.active a{color: #18a159; border-bottom:2px solid #18a159;}


.addblogmediab {display: block;}
.addblogmediatxt {display: block;}
.addblogmediatxt h3{font-size: 16px;margin-bottom: 5px !important;}
.addblogmediatxt p{font-size: 12px;}
.addblogmediabox {display: block;vertical-align: top;}
.addblogmediarepet { width: 23%; height: 164px; display: inline-block; vertical-align: top; position: relative; border: 1px solid #ddd; margin-right: 15px;margin-bottom: 15px;}
a.rmbtn {
    display: none;
    background: #18a159cc;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 3px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #fff;}
.addblogmediarepet:hover  a.rmbtn { display:block;}

.addblogmediarepet:last-child { margin-right:0px;}

.addblogmediarepet img {position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; margin:auto;}
.addblogmediarepet video {position: absolute;
    height: auto;
    width: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;}
    

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
  margin: 5px 0px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


.small-witch { }


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 0px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #18a159;
  -webkit-transition: .4s;
  transition: .4s;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.aprover_Sertting {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    align-items: center;
}
.aprover_Sertting p {
    font-size: 16px;
    margin-bottom: 3px;
}

.small-witch {height: 18px !important;margin: 5px 10px 0px 0px;width: a;}
.small-witch .slider:before {bottom: 1px !important;content: "";}




/* New Design Css  */

.login_n-b { display: flex; align-items: center; justify-content: center; height: 100vh; }

.notiicon {
    position: absolute; right: 1px; text-align: center; top: 0px; background-color: #ff1515; border-radius: 50%; width: 21px; height: 21px; font-size: 11px; color: #fff; display: flex; align-items: center;
    justify-content: center;
}

.grd_height_195{height: calc(100vh - 195px);} 
.grd_height_235{ height: calc(100vh - 235px); }
.grd_height_317{ height: calc(100vh - 317px); }
.grd_height_345{ height: calc(100vh - 345px); }
.grd_height_355{ height: calc(100vh - 355px); }
.grd_height_375{ height: calc(100vh - 375px); }
.grd_height_385{ height: calc(100vh - 385px); }
.grd_height_415{ height: calc(100vh - 415px); }
.grd_height_445{ height: calc(100vh - 445px); }
.grd_height_510{ height: calc(100vh - 510px); }
.grd_height_565 { height: calc(100vh - 565px);}

.direction_rtl{
    direction: rtl;
}

.smlbtn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 12px;
}



.smbtn_n{ border: none; font-size: 12px;padding: 3px 6px;border-radius: 3px;display: inline-block; }
.smbtn_n + .smbtn_n{ margin-left: 5px; }

.small_btn_g{background: #07a54f;color: #fff;}
.small_btn_g:hover{background: #18A159;}

.small_btn_r{background: #bd362f;color: #fff;}
.small_btn_r:hover{background:#bd362f}

.head_n{ padding: 0px 0px 7px 0px; display: block;}
.head_n h3 { font-size: 14px; color: #232323; }

.h100-190{height: calc(100vh - 220px);}

.pb-40-i {padding-bottom:40px !important;}

.cl_wrapper {/* padding: 15px; */}
.cl_wrapper .pge_ttl { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: #fff; padding: 10px; margin-bottom: 15px;}
.cl_wrapper .pge_ttl .page-heading{font-size:14px;color: #222;margin: 0px;font-weight: 600;position: relative;}
.cl_wrapper .pge_ttl .page-heading .back-arrow{ color: #222; display: flex; align-items: center; }
.cl_wrapper .pge_ttl .page-heading .back-arrow i{ font-size: 25px; margin-right: 9px; line-height: 20px; font-weight: 500; }

.comboxcss .contlist_3 h3 {font-size: 15px;margin: 0px 0px 10px 0px;}

.nbtn_bx { }
.nbtn_bx a{font-size: 13px;color: #07a54f;display: inline-block;font-weight: 500;}
.nbtn_bx a + a{margin-left: 10px;}
.nbtn_bx button{margin-right: 5px;height: 18px;font-size: 13px;font-weight: 500;display: inline-block;}
.adimg_l{}
.adimg_l a {font-size: 13px;color: #07a54f;display: inline-block;font-weight: 500;}



/* right modal css start */

.modal {padding: 0px !important;}
.modal.fade.in .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
    width: 750px !important;
    width: 100%;
    }
.modal.in .modal-dialog { -webkit-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); }
.modal-dialog { position: absolute; right: 0; top: 0; background: #fff; height: 100%; margin: 0; padding: 0; }
.modal-dialog {z-index: 2200;}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%); -ms-transform: translate(0,-25%); -o-transform: translate(0,-25%); transform: translate(0,-25%);
}
.modal.fade .modal-dialog {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal-dialog { position: absolute; right: 0; top: 0; background: #fff; height: 100%; margin: 0; padding: 0; }
.modal-width450 { max-width: 450px; }

.modal .modal-content .modal-body {height: calc(100vh - 57px);overflow: auto;padding: 15px;}

/* right modal css End */

.formboxcss {padding: 15px;background: #fff;background-color: #fff;box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);margin-bottom: 15px;}
.formboxcss h3{margin: 0px 0px 7px 0px;font-size: 15px;}

.top-form_group { display: flex; grid-gap: 10px 10px; align-items: flex-end; }
.top-form_group > * {flex: 0 0 auto;width: 13%;}
.top-form_group > .form_ankbtn{flex: 0 0 auto;width: 170px;}

/*.tfg_multi{ flex-wrap: wrap; }
.tfg_multi > * {flex: 0 0 auto;width: 19.13%;}*/


/*.top-form_group .form_box{flex: 1 100px;flex-grow: 1;flex-basis: 100px;}*/
.top-form_group .form_box .ttl_name{ font-weight: 500; font-size: 13px; color: #333; margin: 0px 0px 5px 0px; }
.top-form_group .form_box .form-control {
    height: 32px; background-color: #FFF; background-image: none; border: 1px solid #CECECE; border-radius: 4px; color: inherit; display: block; padding: 6px 12px; font-weight: 400; color: #222; font-size: 13px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;
    }
.top-form_group .form_ankbtn{ display: flex; grid-gap: 0px 10px; }
.top-form_group .form_ankbtn a{display: block;padding: 6px 10px;border-radius: 4px;}
.top-form_group .form_ankbtn a i {margin-right: 4px;}

.top-form_group.tfg_multi { flex-wrap: wrap; }


.bltab_ {display: flex;align-items: center;justify-content: space-between;padding: 0px 15px;}
.bltab_ .ttl_t { }
.bltab_ .ttl_t h4{margin: 0px;font-size: 15px;}
.bltab_ .nbtn_bx{}
.bltab_ .nbtn_bx a{}



.setpermisonrol_l {display: flex;justify-content: space-between;align-items: center;width: 100%;padding: 7px 15px;margin-bottom: 10px;}
.setpermisonrol_l .spt_l{display: flex;align-items: center;}
.setpermisonrol_l .spt_l .spt_l_cell{ }
.setpermisonrol_l .spt_l .spt_l_cell input.btn{display: block;padding: 6px 10px;border-radius: 4px;}
.setpermisonrol_l .spt_l .spt_l_cell + .spt_l_cell{margin-left: 10px;}
.setpermisonrol_l .spt_l .spt_l_cell .ttl_n{font-weight: 500;font-size: 13px;color: #333;margin: 0px 0px 5px 0px;}
.setpermisonrol_l .spt_l .spt_l_cell .form-control{
    height: 32px; background-color: #FFF; background-image: none; border: 1px solid #CECECE; border-radius: 4px; color: inherit; display: block; padding: 6px 12px; font-weight: 400; color: #222; font-size: 13px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;
}

.qr__box {
    padding: 20px;
    background: #fff;
    position: relative;
}



.qr__box .RmdnPoetcolum {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
/*Added By Prakhar rai 04/01/2022*/
/*For custom select Dropdown*/


.custom-select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    zoom: 1;
    *display: inline;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .custom-select.small {
        width: 104px
    }

    .custom-select.medium {
        width: 164px
    }

    .custom-select.large {
        width: 300px
    }

    .custom-select.xlarge {
        width: 380px
    }

    .custom-select > select {
        display: none !important
    }

    .custom-select > a.dropdown-toggle {
        border-radius: 0;
        line-height: 28px;
        box-shadow: none;
        background: #fff;
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0 0 0 8px;
        border: solid 1px rgba(19, 17, 17, 0.38);
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        color: #888;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 27px;
        border-radius: 0;
        font-size: 14px;
        line-height: 25px;
        padding: 0px 5px;
    }

        .custom-select > a.dropdown-toggle.disabled, .custom-select > a.dropdown-toggle.disabled:hover {
            cursor: not-allowed;
            color: #aaa;
            background: #eee
        }


        .custom-select > a.dropdown-toggle:hover, .custom-select.open > a.dropdown-toggle {
            color: #333
        }

    .custom-select.open > a.dropdown-toggle {
    }

.control-group.error .custom-select > a.dropdown-toggle {
    border-color: #f09784;
    color: #d68273
}

.custom-select > a.dropdown-toggle > span {
    display: block;
    overflow: hidden;
    margin-right: 0;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    float: left;
    font-size: 11px;
    color: #000;
}

.custom-select > a.dropdown-toggle > b {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline;
    width: 13px;
    height: 100%;
    float: left;
    color: #000;
    background-color: white;
}

    .custom-select > a.dropdown-toggle > b:before {
        content: circle;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        position: relative;
        top: -1px;
        left: 1px
    }

.custom-select.open > a.dropdown-toggle > b:before {
    content: circle;
}

.custom-select > .dropdown-menu {
    /* max-width: 100%; */
    margin-top: 0px;
    border: solid 1px #cacaca;
    border-top: 0;
    padding: 5px 0;
    width: auto;
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    left: -1px;
    right: -1px;
    width: 200px;
}

    .custom-select > .dropdown-menu > ul {
        background-color: rgb(255, 255, 255);
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 300px;
        border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(170, 170, 170);
        border-top: 0px;
        margin: 4px 0px;
        padding: 0px;
        list-style: none;
    }

        .custom-select > .dropdown-menu > ul > li > a {
            font-size: 12px;
            margin-bottom: 1px;
            margin-top: 1px;
            display: block;
            padding: 3px 8px;
            clear: both;
            font-weight: normal;
            line-height: 20px;
            color: #333;
            cursor: pointer;
            width: 100%;
        }

            .custom-select > .dropdown-menu > ul > li > a:hover {
                background: #8cc544;
                color: #fff;
            }

            .custom-select > .dropdown-menu > ul > li > a:focus {
                background: #8cc544;
                color: #fff;
            }

    .custom-select > .dropdown-menu > .custom-select-search {
        position: relative;
        z-index: 1010;
        margin: 0;
        padding: 0 4px;
        white-space: nowrap;
    }

        .custom-select > .dropdown-menu > .custom-select-search > input {
            width: 100%;
            height: 30px;
            margin: 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 20px 4px 5px;
            border-radius: 0;
            border: 1px solid #ccc;
        }

        .custom-select > .dropdown-menu > .custom-select-search:after {
            content: circle;
            display: inline-block;
            color: #888;
            font-family: FontAwesome;
            font-size: 14px;
            position: absolute;
            top: 4px;
            right: 10px;
        }

.ltable-cell.dropdown .dropdown-menu {
    left: -30px;
    margin-top: 3px;
    min-width: 230px;
}


    .ltable-cell.dropdown .dropdown-menu li {
        cursor: pointer;
        padding: 5px 5px;
    }

        .ltable-cell.dropdown .dropdown-menu li:hover {
            background: #efefef;
            color: #000;
            padding: 5px 5px;
        }


        .ltable-cell.dropdown .dropdown-menu li .hsp {
            height: 30px;
            width: 30px;
            display: inline-block;
            border-radius: 100%;
            background-size: cover;
            vertical-align: middle;
            border: solid 1px #e4e4e4;
        }


    .ltable-cell.dropdown .dropdown-menu .nm {
        color: #4c4c4c;
        text-shadow: none;
        display: inline-block;
        vertical-align: middle;
    }

/*kk*/
.dld.dropdown .dropdown-menu {
    width: auto;
    color: #fff;
}


    .dld.dropdown .dropdown-menu li {
        cursor: pointer;
        padding: 5px 5px;
    }

        .dld.dropdown .dropdown-menu li:hover {
            background: #efefef;
            color: #000;
            padding: 5px 5px;
        }


        .dld.dropdown .dropdown-menu li .hsp {
            height: 30px;
            width: 30px;
            display: inline-block;
            border-radius: 100%;
            background-size: cover;
            vertical-align: middle;
            border: solid 1px #e4e4e4;
        }


    .dld.dropdown .dropdown-menu .nm {
        color: #4c4c4c;
        text-shadow: none;
        display: inline-block;
        vertical-align: middle;
    }


.drop .dropdown-toggle > b:before {
    content: "?";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 1px;
    color: #fff;
}


.color-black1 {
    color: #bd362f;
}







.breadcrum {
    padding-left: 0px;
    margin: 0px 0px 0px 0px;
}

    .breadcrum li {
        display: inline-block;
        list-style: none;
        margin-right: 9px;
        font-size: 13px;
    }

        .breadcrum li.active {
            color: #8cc544 !important
        }

        .breadcrum li:hover {
            text-decoration: none;
        }

        .breadcrum li:first-child {
            color: #0c0c0c;
            text-decoration: none;
        }

        .breadcrum li:last-child {
            color: #333;
            text-decoration: none;
        }

        .breadcrum li a {
            display: inline-block;
            list-style: none;
            margin-right: 9px;
            font-size: 13px;
        }

            .breadcrum li a.active {
                color: #8cc544 !important
            }

            .breadcrum li a:hover {
                text-decoration: none;
            }

        .breadcrum li:first-child a {
            color: #0c0c0c;
            text-decoration: none;
        }

        .breadcrum li:last-child a {
            color: #333;
            text-decoration: none;
        }




/*Vendor Contract*/

.mtbe2 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .mtbe2 tr td {
        padding: 6px 5px; /*width:75px;*/
        border: 1px solid #bdbdbd;
    }

        .mtbe2 tr td:first-child {
            width: 153px;
        }

        .mtbe2 tr td:last-child {
            width: 57px;
        }

    .mtbe2 thead {
        display: inline-table;
        width: 100%;
    }

        .mtbe2 thead tr {
        }

            .mtbe2 thead tr th {
                padding: 6px 5px;
                color: #fff;
                border: 1px solid #bdbdbd;
                width: 75px;
            }



.mtable {
    max-height: 430px;
    overflow-y: scroll;
    width: 100%;
    display: block;
    background-color: #fff;
}

    .mtable tr {
    }

        .mtable tr td {
            padding: 6px 5px;
            border: 1px solid #e8e8e8;
            width: 50px;
        }


            .mtable tr td:first-child {
                width: 152px;
            }

            .mtable tr td:last-child {
                width: 51px;
            }

.mtbe2 thead tr th:first-child {
    width: 50px;
}

.mtbe2 thead tr th:last-child {
    width: 55px;
}

.clrred {
    color: red;
}

.clryellow {
    color: #ff9c00;
}

.clrgreen {
    color: green;
}

.txtcntr {
    text-align: center;
}


table {
    background-color: transparent;
}

.width100 {
    width: 100%;
}


.mtbewh thead {
    display: inline-table;
    width: 100%;
}

    .mtbewh thead tr {
    }

        .mtbewh thead tr th:first-child {
            width: 55px;
        }

        .mtbewh thead tr th {
            padding: 6px 5px;
            color: #fff;
            border: 1px solid #194658;
            width: 70px;
        }

            .mtbewh thead tr th:nth-child(2) {
                width: 200px;
            }

            .mtbewh thead tr th:nth-child(3) {
                width: 200px;
            }

            .mtbewh thead tr th:last-child {
                width: 53px;
            }

.mtbewh tr td {
    padding: 6px 5px;
    width: 75px;
    border: 1px solid hsla(0, 5%, 96%, 0.18);
}

    .mtbewh tr td:last-child {
        width: 41px;
    }

    .mtbewh tr td:first-child {
    }


.mtablewh {
    max-height: 430px;
    overflow-y: scroll;
    width: 100%;
    display: block;
    background-color: #fff;
}

    .mtablewh tr {
    }

        .mtablewh tr td {
            padding: 6px 5px;
            border: 1px solid #e8e8e8;
            width: 61px;
        }

            .mtablewh tr td:first-child {
                width: 47px;
            }

            .mtablewh tr td:nth-child(2) {
                width: 174px;
            }

            .mtablewh tr td:nth-child(3) {
                width: 173px;
            }

            .mtablewh tr td:last-child {
                width: 52px;
            }


.mtablewhft {
    display: inline-table;
    width: 100%;
}

    .mtablewhft td:first-child {
        width: 51px !Important;
    }

    .mtablewhft td {
        padding: 6px 5px;
        color: #fff;
        border: 1px solid #194658;
        width: 52px !Important;
    }

        .mtablewhft td:nth-child(2) {
            width: 239px !Important;
            text-align: center;
        }

        .mtablewhft td:nth-child(3) {
            width: 60px;
        }

        .mtablewhft td:last-child {
            width: 40px !Important;
        }

        /*End of Style*/
