﻿@import 'font-awesome/css/font-awesome.min.css';
@import 'Fonts/picto.css';
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,600,700);

@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;
}

html, body {
    -webkit-font-smoothing: antialiased !important;
    height: 100%;
}

body {
    color: #000;
    background: #EFEFEF;
    font-family: 'Segoe UI';
    display: block;
}

code {
    background: hsl(220, 80%, 90%);
}

pre {
    white-space: pre-wrap;
    background: #fbfbfb;
}

.title_b {
    position: absolute;
    background: #efefef;
    color: #313131;
    padding: 10px;
    display: none;
    z-index: 1;
    left: 40px;
    -moz-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23);
    min-width: 230px;
    min-height: 100px;
    font-size: 13px;
    cursor: default;
}

.title_a:hover .title_b {
    display: block;
}

.incBdTbl > div:nth-child(n+2) {
    border-top: solid 1px #ddd;
}

@media (max-width: 1199px) {
    /*body {
        overflow-x: auto !important;
        width: 1200px !important;
        display: block;
    }*/
}

@media (min-width: 1400px) {
    /*body {
    width:1400px !important;
   
      margin:0 auto;
    }
        .navbar.navbar-fixed-top {
    width:1400px;
    }*/
}

/* 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:#2F9887
    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: 'Segoe UI';
    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 {
    margin-top: 0;
}

    h4.separator, h5.separator, h6.separator {
        margin-bottom: 0;
    }

/*a, a:hover {color: #0070c0;}*/
.borderB {
    border-bottom: 1px solid #e5e5e5;
}

.scripts-async .container-fluid {
    visibility: hidden;
}

.innerTB {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.innerAll {
    padding: 8px;
    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;
}

.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: #0070c0 !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: #0070c0 !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: #0070c0;
            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, #0070c0 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #0070c0 5%) 0 0;
    background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #0070c0 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) {
    .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 {
    bottom: 0;
    height: 26px;
    left: 0;
    line-height: 7px;
    position: fixed;
    right: 274px;
    text-align: center;
    width: auto;
    z-index: 100 !important;
    padding: 18px 0;
    right: 0;
    font-size: 11px;
}

.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: #0070c0 !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%;
}

.prof_featuresullist li {
    list-style: none;
    display: table-cell;
    width: auto;
    padding-right: 0;
    text-align: center;
}

.prof_features {
    display: table;
    width: 100%;
    margin-top: 10px;
}

.prof_featuresullist li a {
    font-size: 13px;
    color: #8c8c8c;
}

    .prof_featuresullist li a i {
        color: #51BBA7;
    }

.prof_features a {
    display: table-cell;
    min-width: 65px;
    margin-right: 7px;
    padding: 0px 5px 0px 0px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.prof_featuresullist {
    padding: 0px;
    width: 100%;
}

@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: #2F9887;
        }

    .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 {
        min-height: 45px;
        line-height: 25px;
        position: relative;
        padding: 6px 0 0px 0;
        overflow: hidden;
    }

        .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: 4px 0 0 0;
            color: #fff;
            font-size: 17px;
            line-height: 1.4;
            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: #0070c0;
                        color: #fff;
                        text-shadow: none;
                        height: 20px;
                    }

                    .widget .widget-body.list.list-2 ul li.active a {
                        color: #0070c0;
                    }

                .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: #0070c0;
        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: #0070c0;
        border-color: #0070c0;
        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: #0070c0;
                        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: #0070c0;
            }

                .widget.widget-3 .widget-footer a:hover i:before {
                    color: #0070c0;
                }

        .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: #0070c0;
    }

        .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: #FFFFFF;
        color: #fff;
        box-shadow: 0 2px 2px rgba(0,0,0,.03),0 1px 0 rgba(0,0,0,.03);
        color: rgba(0,0,0,.87);
    }

        .widget.widget-inverse > .widget-head .heading {
            color: rgba(0,0,0,.87);
            font-weight: 500;
            width: 100%;
        }

    .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: #0070c0;
    }

@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: #0070c0;
        }

            .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: #0070c0;
        }

            .social-large.social-large-2 a.active i:before, .social-large.social-large-2 a:hover i:before {
                color: #0070c0;
            }

.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 #0070c0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#focusedInput {
    border-left: 1px solid #0070c0;
}

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: 2px;
    border-color: #ccc;
}

/*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: #0070c0;
}

.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: #0070c0;
}

.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: #0070c0;
}

.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: #0070c0;
}

.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: #0070c0;
    }

    .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: #0070c0;
    }

    .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 {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    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: #2F9887;
    }

        .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: #0e87ab;
    color: #FFF;
    border-color: #0e87ab;
}

    .btn-info:hover {
        border-color: #0e87ab;
        background: #0e87ab !important;
    }

    .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 {
    }

    .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 {
    background: #bd362f;
    border-color: #bd362f;
    color: #fff;
}

    .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: #333;
        /*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: #0e87ab;
    border-color: #0e87ab;
    color: #fff;
}

.btn-primary_2 {
    background: #0070c0;
    border-color: #0070c0;
    color: #FFFFFF;
    text-align: center !important;
    width: 100%;
    margin-top: 10px;
}

.btn-primary.btn-stroke {
    background: none;
    color: #0070c0;
}

.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: #0e87ab;
    color: #fff;
    border-color: transparent;
}

.btn-primary.btn-stroke:hover, .btn-primary.btn-stroke:focus, .btn-primary.btn-stroke:active, .btn-primary.btn-stroke.active {
    background: #0070c0;
    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: #0070c0;
    padding: 0 0 0 20px;
}

    .glyphicons.single i:before, .glyphicons-social.single i:before {
        font-size: 13px;
        top: 4px;
        color: #0070c0;
    }

    .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: #0070c0;
}

.glyphicons.text-error, .glyphicons-social.text-error {
    color: #0070c0;
}

    .glyphicons.text-error i:before, .glyphicons-social.text-error i:before {
        color: #0070c0;
    }

.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: #0070c0;
    }

        .label.label-primary.label-stroke {
            background: none;
            color: #0070c0;
            border: 1px solid #0070c0;
        }

    .label.label-info {
        background: #466baf;
    }

        .label.label-info.label-stroke {
            background: none;
            color: #466baf;
            border: 1px solid #466baf;
        }

    .label.label-warning {
        background: transparent;
        color: #787878;
    }

        .label.label-warning.label-stroke {
            background: none;
            color: #ab7a4b;
            border: 1px solid #ab7a4b;
        }

    .label.label-danger {
        background: transparent;
        color: #fff;
    }

        .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: #0070c0;
}

    .badge.badge-primary.badge-stroke {
        background: none;
        color: #0070c0;
        border: 1px solid #0070c0;
    }

.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 {
    float: left;
    width: auto;
}

    .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: #0070c0;
        -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: #0070c0;
            }

            .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: #0070c0;
            }

.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: #e5e5e5;
        vertical-align: middle;
        line-height: 47px;
    }

    .navbar.main .toggle-button:hover i {
        color: #ccc;
    }

.navbar.main .user {
    font-size: 14px !important;
}

.navbar.main .navbar-right {
    height: 30px;
}

    .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: #0070c0;
                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: 32px;
}

    .navbar.main .nav > li > a {
        height: 47px;
        line-height: 26px;
        font-weight: 600;
        font-size: 13px;
        padding: 0 13px;
    }

        .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 {
        height: 32px;
        padding: 0 13px;
    }

        .navbar.main .nav > li a.menu-icon > i {
            font-size: 22px;
            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: 56px;
        /*   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 .title {
            display: none;
        }

    .sidebar-mini #content {
        margin-left: 56px;
    }

    .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-color: #52bba8;}*/
/*.navbar.main.navbar-primary {border-bottom-color: #1a659c; background-color: #1a659c;}*/
.navbar.main.navbar-primary {
}

    .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 {
    }

@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 > i:hover {
        color: #1CAA90;
    }

.navbar.main.navbar-primary .toggle-button:hover i {
    color: #fff;
}

.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 #0070c0;
    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: #1a659c;
        /*#0070dc;*/
    }

    .navbar.main.navbar-primary .nav > li > a .badge.badge-primary {
        background-color: #fff;
        color: #0070c0;
    }

    .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 {
    top: 41px;
    width: 216px;
    z-index: 1000;
    float: left;
    padding-bottom: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0;
}

    /*
 *  STYLE 3
 */
    .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: #2F9887; */
    }

    .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;
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
            padding: 4px 6px;
        }

        .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;
        background: #0c6580;
    }

        /*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: 13px;
                text-align: center;
                vertical-align: middle;
                width: auto;
            }

            .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: #0070c0;
                    }

                        .sidebar.sidebar-default .user-profile ul li.active a, .sidebar.sidebar-default .user-profile ul li.active:hover a {
                            color: #fff;
                            background: #0070c0;
                        }

        .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: #2F9887 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: #2F9887 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: #7f7f7f;}*/
    .sidebar.sidebar-inverse {
        background: transparent;
        background-position: center center;
    }

        .sidebar.sidebar-inverse:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            background: #0c6580;
            z-index: -1;
        }

        .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: #0070c0;
                        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: #0070c0;
                        }

        .sidebar.sidebar-inverse > .sidebarMenuWrapper ul.submenu {
            margin-top: 10px;
        }

        .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li {
            /*border-bottom: 1px solid #3F3F3F; background: #373737;*/
            /* min-height: 42px; */
        }

            .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li {
                background: transparent;
                color: #000;
                /* border-left: solid 4px transparent; */
            }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li.subactiveRootMenu {
                    background-color: #0e87ab;
                    color: #fff;
                    font-weight: 500;
                    /* border-left: solid 4px #0e87ab; */
                    /* min-height: auto; */
                }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a span, .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a {
                    text-decoration: none;
                    color: rgba(255, 255, 255, 0.91);
                }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li > ul li a {
                    /* border-bottom: solid 1px #888; */
                    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: #fff;
            }

                .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: rgba(0, 112, 192, 0.6);
            }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li.activeRootMenu.hasSubmenu .hasSubmenu.active ul li.active a {
                    background-color: rgba(0, 112, 192, 0.6);
                }

                .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: #0070c0;*/
    background: #293846 !important;
}

/*.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li:hover > a {
                
                background-color: #2C2C2C;
            }

                .sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li:hover > a i {
                    color: #fff;
                }*/


@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: 39px;
    min-width: 10 50px;
    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;
}

/* 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;
}

.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-danger {
    background-color: #eee !important;
    border-color: #eee !important;
    color: #333;
}

.btn-active {
    background: #72af46;
    color: #fff;
}

    .btn-active:hover {
        background: #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 !important;
}

.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: #0070c0 !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: #0070c0 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: #2F9887 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: #0070c0;
        color: #0070c0;
    }

.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 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb21 {
    margin-bottom: 21px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb3 {
    margin-bottom: 3px;
}

.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;
}

.pt13 {
    padding-top: 13px !important;
}

.ml-15 {
    margin-left: -15px !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;*/
    position: relative;
    top: -8px;
    right: -10px;
}

.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: #0070c0;
    -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: #0070c0;
        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: #2F9887;
}

.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;
    background: #eee;
    border-radius: 2px 2px 0 0;
}

.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);
}

.close {
    color: #000;
    float: right;
    font-size: 13px;
    font-weight: 100;
    line-height: 1;
}

.modal .modal-header .close {
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 15px;
    color: #fff;
    top: 9px;
    font-family: 'open sans';
    font-size: 18px;
}

.modal .modal-body {
    padding: 10px 20px;
}

.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: #0070c0;
    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;
}

.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;
}

.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;
    font-weight: 500;
    text-shadow: none;
    position: relative;
}

/*.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: 5px 34px;
    font-size: 12px;
}

.sidebar.sidebar-inverse > .sidebarMenuWrapper > ul li a {
    color: #fff;
    padding: 9px 15px;
    font-weight: 500;
}

.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 {
    margin-top: 7px;
}

.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: 41px !important;
}

/* VikaS KumaR New Style Sheet 25-05-2015 Start */
.btn_new {
    background: #0e87ab;
    border: 0px solid;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

    .btn_new:hover {
        background: #0e87ab;
        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: 3px 9px 0px 9px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 2px;
    /* border-bottom: solid 2px #ddd;*/
}

.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: #0070c0;
}

.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 {
    width: 168px;
    float: left;
    /*border: 1px solid #e5e5e5;*/
    position: relative;
    margin: 0px;
    padding: 5px 0;
    min-height: 140px;
    background: #fff;
}

.Contact_box_right {
    width: 100%;
    float: left;
    border: 1px solid #bababa;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 7px 0 0px 0;
    min-height: 227px;
}

    .Contact_box_right h3 {
        position: absolute;
        top: -7px;
        font-size: 12px;
        background-color: #fff;
        padding: 0px 7px;
        left: 2px;
    }

.editbtn {
    position: absolute;
    bottom: -3px;
    text-align: center;
    padding: 3px 5px;
    width: 100%;
    display: none;
    background: rgba(245, 245, 245, 0.79);
}

.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 li a.activePageSubMenues {
    color: #fff;
    opacity: 1;
    background: #2F9887;
}

.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: #0070c0;
            }

            /*.sklmenu li a:hover, .sklmenu li a:focus {border: none; border-bottom: 2px solid #0070c0; color: #fff !important;
                background-color: transparent; opacity: 1; background: #0070c0; 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: #0070c0 none repeat scroll 0 0;
                border-color: -moz-use-text-color #dadada #0070c0 -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: 28px;
    padding: 1px 5px 3px 5px;
    font-size: 12px;
    color: #404040;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c7c7 !important;
    font-family: 'Segoe UI';
}

    .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: 27px;
    padding: 0px 5px 0px 5px;
    font-size: 11px !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
}

    .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; border: 1px solid gray; padding: 13px 10px 10px 10px; margin: 10px 0px; font-size: 11px; background: #fff;}*/
.contlist_3 {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 5px 0px 5px 0px;
    margin: 10px 0px;
    font-size: 11px;
    background: #fff;
}

    .contlist_3 h3 {
        background-color: #fff;
        font-size: 17px;
        left: 0;
        font-weight: 600;
        padding: 0;
        padding-left: 12px;
        position: relative;
        top: -4px;
        color: #1f1f1f;
        margin-bottom: 5px !important;
    }

.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: #0070c0;
            }

            .smmenu li a:hover, .smmenu li a:focus {
                border: none;
                border-bottom: 2px solid #0070c0;
                color: #fff !important;
                background-color: transparent;
                opacity: 1;
                background: #0070c0;
                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 */
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.8;
}

.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 {
    margin-bottom: 8px;
}

.modal .modal-header .modal-title {
    font-size: 15px;
    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: 50px auto !important;
}

/*.modal-dialog2 > .modal-content > .modal-body > .form-group label {text-align:right !important; width:150px !important;}*/
.clerboth {
    width: 100%;
    height: 5px;
    display: block;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog {
    width: 900px;
    margin: 40px auto;
}

.modal .modal-header {
    background-color: #0c6580;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #e5e5e5;
    border-radius: 0;
    line-height: 29px;
    padding: 6px 10px;
    color: #fff;
    font-size: 15px;
}

    .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;
}

.btn {
    background-image: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 0px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    height: 27px;
    line-height: 27px;
    border: none;
}

.modal .modal-content {
    border-width: 0;
    border-radius: 4px;
    height: 100%;
}

.color-white {
    color: #fff;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border: solid 1px #E4E4E4;
    table-layout: fixed;
}

.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 {
    float: none;
    padding: 0px;
    text-align: left;
}

.form-group {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    .form-group > div {
        /*width: 233px;
        float: left;*/
    }

.ml6 {
    margin-left: 6px;
    margin-bottom: 5px;
}

/* Anil Ghildiyal - Loader CSS..*/
/*.desc_loader {
    height: 20px;
    background: #fff url('/images/loading.gif') no-repeat 5px 3px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    position: fixed;
    left: 48%;
    top: 45%;
    z-index: 1020;
    text-transform: none;
    border-radius: 0px;
    text-align: center;
    padding: 3px 8px 0px 27px;
    font-size: 12px;
    color: #666;
    -webkit-box-shadow: #bababa 0 0 3px 1px;
    -moz-box-shadow: #bababa 0 0 3px 1px;
    box-shadow: #bababa 0 0 3px 1px;
    height: 24px;
}*/
/* 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;
}

.paymode {
    border: none;
    display: inline-block;
    width: auto;
    line-height: 8px;
    position: relative;
    top: -6px;
    text-align: left;
    color: #4bbab4;
    font-weight: 500;
}

.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: 'Segoe UI';
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.49);
    line-height: 46px;
    z-index: 1040;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    display: block;
    /*min-width: 420px;*/
    margin: 0 auto;
    /*max-width: 400px;*/
    width: 60%;
}

.divSucessMsg {
    /*background-color: #D0F3C7; color: #156200; border: 1px solid #219801;*/
    background-color: #94E7FF;
    color: #3C646F;
    border: 1px solid #63A4B6;
    font-weight: bold;
    width: auto;
    line-height: 40px;
    text-align: center;
    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);
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    min-width: 420px;
    margin: 0 auto;
    width: 400px;
}

.modal-body {
    word-break: normal !important;
}

.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: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    z-index: -100;
}

.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;
            /* line-height: 38px; */
            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;
        }

/*.grdnewvk tr.edit td {
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}*/
/*.edit{
    background-color: #fff; border: 1px solid #a4fefe; box-shadow:0 0 5px #969696  !important;
    -moz-box-shadow: 0 0 5px #969696  !important; -webkit-box-shadow: 0 0 5px #969696  !important; 
    box-sizing: border-box; padding: 2px 0; white-space: nowrap;
}*/
.edit td {
    /*border: 0px;*/
}

.edit input:focus {
    border-color: #0070c0;
    box-shadow: 0 0 0 2px #0070c0;
    outline: medium none;
}

/*.edit:not(.dijitDateTextBox):not(.searchBox):not(.noSearchBoxIcon) input {
  border-color: #a4fefe;
  box-shadow: 0 0 0 2px #0070c0;
  outline: medium none;
}

.edit:not(.dijitDateTextBox):not(.searchBox):not(.noSearchBoxIcon) .dijitButtonNode {
  background-color:#2F9887
  background-image: none;
  border-color: #a4fefe;
}*/
.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%;
}

.vikastable {
    width: 830px;
}

    .vikastable th {
        min-width: 30px;
        max-width: 130px;
    }

    .vikastable td {
        min-width: 35px;
        max-width: 130px;
        text-overflow: ellipsis !important;
    }

.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;
    }

.vikastable {
    width: 830px;
}

    .vikastable th {
        min-width: 30px;
        max-width: 130px;
    }

    .vikastable td {
        min-width: 35px;
        max-width: 130px;
        text-overflow: ellipsis !important;
    }

.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 #0070c0 !important;
}

.boder-right-101bef5 {
    border-right: #0070c0 solid 1px !important;
}

.boder-top-101bef5 {
    border-top: #0070c0 solid 1px !important;
}

.boder-bottom-101bef5 {
    border-bottom: #0070c0 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;
    }

.label, label {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 500;
    color: #5f5d5d;
    margin-bottom: 2px;
}

.bgfffTable {
    display: table;
    width: 100%;
    background-color: #fff;
}

input[type="text"].box-shadow:focus {
    box-shadow: 0 0 0 1px #0070c0 !important;
}

.mr13 {
    margin-right: 13px;
}

/* submenu dropdown work
li#intlstli1090 > a:hover:after {
display:block;
}
li#intlstli1090 > a:after{
      content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  right: 15px;
  top: 14px;
  display:none; 
}
li#intlstli1091 > a:hover:after {
    display:block;
}

li#intlstli1091 > a:after {
       content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  right: 15px;
  top: 14px;
  display:none; 
}
    */
/*ul#LeftMenu > li:not(:first-child) > 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: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;
}

.bg-d8d8d8 {
    background: #d8d8d8;
}

.re-order {
    display: table;
    float: left;
    margin-left: 14px;
}

.fs14 {
    font-size: 14px;
}

.h30 {
    height: 30px;
}

.tabination-content div .widget-head {
    background: #2F9887 !important;
    padding: 2px 0 !important;
    line-height: 20px !Important;
    min-height: 30px;
}

    .tabination-content div .widget-head h4 {
        font-size: 16px !important;
        padding: 0 10px !important;
        height: auto !important;
        line-height: 27px !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: #0070c0 !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: 'Segoe UI';
        }

        .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;
    background: #0e87ab;
}

.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: #0070c0;
  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: #0070c0;
    background-color: transparent;
    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: 1;
}

.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 #0070c0;
        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 #0070c0 1px !important;
        background-color: #D9F3FA;
    }

.colorRed {
    color: red;
}

a.bg47 span.title {
    color: #0e87ab !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: fixed;
}

    .table-layout .table-cell ul {
        margin-left: 15px;
        list-style-position: inside;
    }

        .table-layout .table-cell ul li {
        }

    .table-layout .table-cell {
        word-break: break-all;
        border-right: 1px solid #E4E4E4 !important;
        border-bottom: 1px solid #E4E4E4 !important;
        padding: 10px 1rem 10px 1rem;
        line-height: 20px;
        color: #504e4e;
        position: relative;
        height: 23px;
        /*border-top: 1px solid #ddd;*/
        display: table-cell;
        font-size: 12px;
        /* vidit*/
        vertical-align: middle;
    }

.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 #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
    border-top: 1px solid rgba(231, 231, 231, 0) !important;
    border: none;
    z-index: 1;
    position: relative;
    padding: .70rem 1rem .5rem 1rem;
    font-size: 13px;
    background: #f5f5f6;
    line-height: 1.42857143;
    height: 29px;
    font-weight: 500;
    color: #000000;
    word-break: break-word;
    /*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:#2F9887 color: #fff; line-height: 1.42857143; height: 29px;*/
}

.graytable.table-layout .table-cell.head {
    border-right: 1px solid #CACACA !important;
    border-bottom: 1px solid #CACACA !important;
    background: #CACACA;
    color: #383838;
}

.table-cell.v-middle a {
    width: 33%;
    text-align: center;
    float: left;
}

.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: 3px 36px 4px 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;
}

/*width: calc(100% - 17px);*/
/* Firefox */
/*width: -moz-calc(100% - 17px);*/
/* WebKit */
/*width: -webkit-calc(100% - 17px);*/
/* Opera */
/*width: -o-calc(100% - 17px);*/
/* Standard */
/*width: calc(100% - 17px);
    position: absolute;*/
.Gridheader {
}

.Gridbody {
    margin-top: 0px;
    margin-bottom: 0px;
}

.GridFooter {
}

.table-layout-body {
    /*overflow-y: hidden !important;
    overflow-x: hidden !important;*/
    background: #fff;
    /*width: -moz-calc(100% + 17px);
     width: -webkit-calc(100% + 17px);
      width: -o-calc(100% + 17px);
       width: calc(100% + 17px);*/
}

/** Permissions.............*/
ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: auto;
    border: 0px solid #0070c0;
    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: #0070c0 !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: 20px;
    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:#2F9887 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: 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: 400;
}

.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: #07B1EF !important;
    border: 1px solid #0287B7 !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;
    }

/*--------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: #0070c0;
            }

            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: #2F9887 background-image: #0070c0;
                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 #0070c0;
                }

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: #f3f2f2;
    height: 30px;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 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.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 #f3f4f5;
    margin-top: -4px;
}

    .scroll-loader-quart:after {
        content: '';
        position: absolute;
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        border-radius: 20px;
        border: 3px solid #0070c0;
        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 {
    /* border: 1px solid black; */
    position: relative;
    width: 100%;
    height: 75px;
    overflow: hidden;
}

.dummy {
    padding-top: 100%;
    /* 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: 136px; max-width: 198px;*/
        vertical-align: middle;
        display: inline-block;
        width: auto;
        height: auto;
        max-height: 145px;
        padding: 10px;
    }

.imageOrFile-loaders {
    background-color: #2F9887 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 #0070c0;
    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: #F2F5F7;
            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: #0070c0;
            }

.manage-role {
    background-color: #2F9887 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: #122e69;
    margin-bottom: 4px;
}

.roleleftmenu {
    background: #dededeb0;
}

.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: #0070c0;
            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 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: 'open sans';
    font-weight: bold;
    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 #e0e0e080;
    background-color: #f2f2f291;
    padding: 4px 5px 4px 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;*/
    }

.input-price {
    padding: 0px !important;
    height: 0px !important;
    border: 0px none !important;
    width: 100%;
}

.clsSrNo {
    width: 56px !important;
    text-align: center;
}

.vl {
    vertical-align: middle;
}

.lbl-display-inline-block {
    display: inline-block;
    padding: 0 0 0 10px;
}

.span-display-block {
    display: block;
}

.loader {
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
    z-index: 111;
}

    .loader .loader-frame {
        height: 65px;
    }

    .loader .loader-text {
        font-size: 16px;
        color: #076694;
    }

.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 #0e87ab;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-right: 3px solid #0e87ab;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-top: 3px solid #0e87ab;
    }

@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);
    }
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

.action-button-pencil {
    padding: 1px 5px 2px;
    display: block;
    float: left;
    background-color: #373737;
    color: #fff;
    font-size: 12px;
    /*margin-right: 0px;*/
    margin: 1px 0px;
}

.action-button-cross {
    padding: 1px 5px 2px;
    display: block;
    float: left;
    background-color: #BD362F;
    color: #fff;
    font-size: 12px;
    margin: 1px 0px;
}

.bggreen {
    background: green;
}

.action-button-cross {
    padding: 1px 5px 2px;
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
}

.btn-yellow-sm {
    position: relative;
    top: -1.6px;
    padding: 2px 7px 0px 7px;
    height: 17px;
    font-size: 9px;
}

.table-cell .insparent {
    display: table;
    width: 100%;
}

.table-cell .insparent2 {
    display: table;
    width: 100%;
}

.table-cell span .ins {
    border-right: solid 1px #797979;
    height: 100%;
    float: left;
    padding: 0px 10px;
    display: inline-block;
    width: 120px;
}

.table-cell .insparent:only-child {
    height: 100%;
}

.table-cell .insparent2:only-child {
    height: 100%;
}

.insChild {
    width: 100%;
    display: block;
    padding: 0 5px 0 5px;
}

.ins .insChild:last-child {
    border-bottom: none;
}

.ins .insChild:only-child {
}

.table-cell .insparent:last-child .ins .insChild {
    border-top: 1px solid #797979;
}

.table-cell .insparent2:last-child .ins .insChild {
    border-top: 1px solid #797979;
}

.table-cell .insparent:only-child .ins .insChild {
    border-bottom: 1px solid #797979;
    border-top: none;
}

.table-cell .insparent2:only-child .ins .insChild {
    /*border-bottom: 1px solid #797979;*/
    border-top: none;
}

.border-bottom-black {
    border-bottom: 1px solid #797979;
}

.border-right {
    /*border-right: 1px solid;*/
}

.display-block {
    display: block;
}

.table-cell span .ins:last-child {
    border: none;
    width: 80px;
}

.v-middle .table-layout .table-cell {
    vertical-align: middle;
}

.approved {
    /*font-weight: bold;*/
    color: #2F9207 !important;
}

.rejected {
    /*font-weight: bold;*/
    color: #FF0000 !important;
}

.pending {
    /*font-weight: bold;*/
    color: #dd8c02 !important;
}

.icon_cont {
    width: 15px;
    height: 20px;
    margin: 0px auto;
    /*float: left; display: block;*/
}

/* VikaS KumaR 19-10-2015  */
@media (min-width: 480px) and (max-width: 1224px) {
    .tblscroll1 {
        min-width: 480px;
        max-width: 1224px;
        overflow-x: auto;
        position: relative;
    }

        .tblscroll1 > div {
            width: 1300px;
        }
}

@media (min-width: 767px) and (max-width: 1366px) {
    .tblscroll {
        min-width: 980px;
        max-width: 1224px;
        overflow-x: auto;
        position: relative;
    }

        .tblscroll > div {
            width: 1300px;
        }
}

/*ul.collapse > li.active a {background-color: #272727 !important; font-weight: 600 !important; color: #0070c0 !important;}*/
/*ul.collapse > li.active a {
    background-color: rgb(72, 122, 167) !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
}*/
/*@media (min-width:1200px) {
    body {
        overflow-x:scroll;
    }
}

#content {
min-width: 1109px;

}*/
.fwbold {
    font-weight: bold;
}

.tblscroll2 {
    min-width: 1000px;
}

.ovrXauto {
    overflow-x: auto;
}

.ml2 {
    margin-left: 2px;
}

.mscroll_box2 #divTable.table_min > div {
}

input.btn-yellow-sm {
    padding: 0px 7px 0px 7px;
}

a.input.btn-yellow-sm {
    padding: 2px 7px 0px 7px;
}

.table_min {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
    border: solid 1px #ddd;
    table-layout: fixed;
}

.v-top {
    vertical-align: top;
}

.mb14 {
    margin-bottom: 14px;
}

/*****************************Tooltip */
.memotooltip {
    transform: none;
    /*margin: 50px;*/
}

    .memotooltip:hover > .tooltip-text {
        pointer-events: auto;
        opacity: 1.0;
    }

    .memotooltip > .tooltip-text {
        display: block;
        position: absolute;
        z-index: 6000;
        overflow: visible;
        padding: 5px 8px;
        margin-top: 10px;
        line-height: 16px;
        border-radius: 4px;
        text-align: left;
        color: #fff;
        background: #000;
        pointer-events: none;
        opacity: 0.0;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        /* Arrow */
        .memotooltip > .tooltip-text:before {
            display: inline;
            top: -5px;
            content: "";
            position: absolute;
            border: solid;
            border-color: rgba(0, 0, 0, 1) transparent;
            border-width: 0 .5em .5em .5em;
            z-index: 6000;
            left: 20px;
        }

        /* Invisible area so you can hover over tooltip */
        .memotooltip > .tooltip-text:after {
            top: -20px;
            content: " ";
            display: block;
            height: 20px;
            position: absolute;
            width: 60px;
            left: 20px;
        }

.tooltip-scroll {
    overflow-y: auto;
    max-height: 50px;
}

/***********************************End Tooltip***************************/
.w1531 {
    width: 1532px;
}

.textbox-icon.combo-arrow:after {
    content: "\f107";
    font: normal normal normal 20px/1 FontAwesome;
    color: #bcbcbc;
}

.textbox.combo, .tinyh #regionpp input[type=text] {
    width: 100% !important;
}

.textbox-icon.combo-arrow {
    position: absolute;
    right: 9px;
    top: 3px;
    border: none;
}

.combo-p.panel {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(0, 0, 0, 0.29);
    margin-top: 5px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.combo-panel.panel-body {
    padding: 7px 15px;
    height: auto !important;
    max-height: 198px;
}

.combobox-item:hover {
    opacity: 0.8;
}

.textbox-text.validatebox-text {
    display: block;
    width: 100% !important;
    height: 24px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.combobox-item {
    cursor: pointer;
    margin: 6px 0;
}

.custom-dropdown a {
}

.custom-dropdown {
    height: auto;
    max-height: 250px;
    overflow: auto;
    background: #fff;
    margin-top: 0px;
    width: 212px;
    margin-left: 2px;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.w100pr {
    width: 100%;
}

.mt-14 {
    margin-top: 14px;
}

.table-cell {
    display: table-cell;
}

.table-row {
    display: table;
    width: 100%;
}

.boxmodal {
    display: table;
    width: 100%;
    background: #fff;
    margin: 10px 0 8px 0;
}

    .boxmodal .head {
        background: #2F9887 padding: 7px 13px;
        color: #fff;
        font-weight: 600;
    }

    .boxmodal .boxbody .vendorimg {
        margin: 20px auto;
        width: 360px;
        height: 169px;
        background-position: 50% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .boxmodal .boxbody .table-cell.label2 {
        color: #211f1f;
        font-weight: 600;
        font-size: 15px;
    }

    .boxmodal .boxbody {
        padding: 23px;
        display: inline-flex;
    }

        .boxmodal .boxbody .table-row {
            display: table;
            width: 100%;
            padding-bottom: 5px;
            padding-top: 5px;
        }

            .boxmodal .boxbody .table-row.border {
                border-bottom: solid 1px #E4E4E4;
            }

.fs12 {
    font-size: 12px;
}

.boxmodal .boxbody .table-row .fa-star.active {
    color: #ff8f34;
    font-size: 13px;
}

.boxmodal .boxbody .table-row .fa-star-o {
    color: #ff8f34;
}

.star i {
    color: #ff8f34 !important;
    font-size: 13px;
}

/*  VikaS KumaR 29-03-2016   */
.width100 {
    width: 100%;
}

.footercopy {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: auto;
    display: block;
}

.boxmodal2 {
    display: table;
    width: 100%;
    background: #fff;
    margin: 0px 0 8px 0;
}

    .boxmodal2 .head {
        font-size: 15px;
        background: #3C79A7;
        padding: 7px 13px;
        color: #fff;
        font-weight: 600;
    }

.boxmdl2 {
    display: table;
    width: 100%;
    background: #fff;
    margin: 0px 0 8px 0;
}

    .boxmdl2 .head {
        font-size: 15px;
        background: #ff8f34;
        padding: 7px 13px;
        color: #fff;
        font-weight: 600;
    }

    .boxmdl2 .bodybox {
        padding: 13px 10px 5px 10px;
        width: 100%;
        display: inline-block;
    }

    .boxmdl2 .bodybox2 {
        padding: 10px 5px 2px 5px;
        display: inline-block;
        width: 100%;
    }

    .boxmdl2 .head2 {
        font-size: 13px;
        background: #ff8f34;
        padding: 2px 10px;
        color: #fff;
    }

/* scrollbar Style css */
::-webkit-scrollbar {
    /* width: 7px; */
    /* height: 9px; */
}

::-webkit-scrollbar-button {
    /* background-color: #85E4D2; */
    /* height: 0; */
}

::-webkit-scrollbar-track {
    /* background-color: #FFFFFF; */
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    /* height: 32px; */
    background-color: #0c6580;
    /* border-radius: 0px; */
}

::-webkit-scrollbar-corner {
    /* background-color: #FFFFFF; */
}

::-webkit-resizer {
    /* background-color: #999;*/
}

/* VikaS KumaR 13-04-2016 Start Css */
.clinikaicon {
    background: url(../images/icon_Clinic.png);
    width: 16px !Important;
    height: 16px;
    background-size: 100% 100%;
    padding-left: 0px !important;
}

.PatientManagementicon {
    background: url(../images/Patient_Management.png);
    width: 23px !Important;
    height: 26px;
    background-size: 22px;
    background-repeat: no-repeat;
    padding-left: 0px !important;
    margin: 0px 5px 0px -3px !Important;
}

.pageheader {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
}

    .pageheader .media {
        padding: 0;
        clear: both;
    }

.media:first-child {
    margin-top: 0;
}

.media, .media .media {
    margin-top: 15px;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.pageheader .pageicon {
    width: 50px;
    height: 50px;
    background-color: #4e5154;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    border-radius: 3px;
    padding-top: 1px;
    padding-left: 10px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.pageheader .breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 11px;
    color: #999;
    line-height: 18px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

.pageheader .breadcrumb li a {
    color: #333;
}

    .pageheader .breadcrumb li a i {
        color: #999;
        font-size: 10px;
    }

.breadcrumb > li + li:before {
    padding: 0 3px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.pageheader h4 {
    margin: -2px 0 0 0;
    font-size: 28px;
    font-weight: 500;
    color: #2f363d;
    line-height: normal;
}

.contentpanel {
    position: relative;
    padding: 20px;
}

.noborder {
    border: 0;
}

.panel-success-alt {
    border-color: #4cae4c;
}

    .panel-success-alt .panel-heading {
        background-color: #8BC53E;
        color: #fff;
    }

.noborder {
    border: 0;
}

.panel-heading {
    padding: 18px 20px 20px 20px;
    position: relative;
    border-radius: 3px;
}

.panel-icon {
    background: rgba(255,255,255,0.9);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

    .panel-icon .fa {
        color: #000;
        font-size: 36px;
        padding: 12px 0 0 12px;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.row-stat .md-title {
    opacity: 0.8;
    font-size: 12px;
    margin-bottom: 5px;
}

.nomargin {
    margin: 0;
}

.md-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.row-stat h1 {
    margin-bottom: 0;
}

.mt5 {
    margin-top: 5px !important;
}

.row-stat hr {
    opacity: 0.3;
    margin: 15px 0 0 0;
    border-width: 2px;
}

.panel-dark .panel-heading {
    background-color: #4e5154;
    color: #fff;
}

.logo_box {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    min-height: 368px;
}

.notibox {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    min-height: 368px;
}

    .notibox h3 {
        margin: 0px 0px 13px 0px !important;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 7px;
    }

.media-list li {
    border-bottom: 1px solid #eee;
}

hr {
    border-top: 1px solid #E2E2E2 !important;
}

.Ptndicon {
    background: url(../images/Ptndicon.png);
    width: 50px !Important;
    height: 50px;
    background-size: 100% 100%;
    padding-left: 0px !important;
    margin: 5px 0px 0px 5px !Important;
}

.view-back {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    position: absolute;
    right: 15px;
    top: 15px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
}

.breadcrumbs {
    padding: 0;
    margin: 0px 15px 9px 15px;
    list-style: none;
}

    .breadcrumbs > li {
        display: inline-block;
        font-size: 12px;
        color: #848484;
    }

        .breadcrumbs > li > a {
            color: #242B2A;
        }

        .breadcrumbs > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

.magn {
    background: #fff;
    width: 100%;
    display: inline-block;
}

#tab-content {
    margin: 0px;
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    text-align: left;
}

#steps {
    width: 100%;
    height: auto;
    float: left;
}

#tab-wrapper {
    height: auto;
    margin: 0;
    min-height: 225px !important;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.step {
    float: left;
    width: 1120px;
    height: auto;
}

/*.step div {padding:20px;}*/
.p20 {
    padding: 20px !Important;
}

.fs12 {
    font-size: 12px;
}

.fc5f {
    color: #018b77;
}

#navigation {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

    #navigation ul {
        list-style: none;
        display: table;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

        #navigation ul li {
            display: table-cell;
            margin: 0;
            position: relative;
            border-right: 1px solid transparent;
            vertical-align: top;
        }

            #navigation ul li a {
            }

                #navigation ul li a:hover {
                    display: inline-block !important;
                }

            #navigation ul li.selected a {
                background: #5FC9B5;
                color: #fff;
                border-bottom: #5FC9B5;
            }

            #navigation ul li.selected:after {
                content: "";
                z-index: 10;
                left: 45% !important;
                bottom: -14px;
                border-top: 15px solid #5FC9B5;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                position: absolute;
            }

            #navigation ul li.active a {
            }

.selected {
    border-bottom-color: #3D3D3D !important;
    opacity: 1;
    z-index: 3;
}

.display-block {
    display: block;
}

#navigation ul li a span i {
    margin: -2px 0px 2px 0px;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}

#navigation ul li.active a i.sricon {
    background: url(../images/Patient_Management.png);
    background-size: 100%;
    width: 25px !important;
    height: 25px !Important;
    background-repeat: no-repeat;
    background-position: center;
}

#navigation ul li.active a i.insicon {
    background: url(../images/Insurance-h.png);
    background-size: 100%;
    width: 25px !important;
    height: 25px !Important;
    background-repeat: no-repeat;
    background-position: center;
}

#navigation ul li.active a i.mapicon {
    background: url(../images/map-h.png);
    background-size: 100%;
    width: 25px !important;
    height: 25px !Important;
    background-repeat: no-repeat;
    background-position: center;
}

#navigation ul li.active a i.staricon {
    background: url(../images/star_icon_h.png);
    background-size: 100%;
    width: 25px !important;
    height: 25px !Important;
    background-repeat: no-repeat;
    background-position: center;
}

#navigation ul li.active a i.acetin {
    background: url(../images/Accreditation_h.png);
    background-size: 100%;
    width: 25px !important;
    height: 25px !Important;
    background-repeat: no-repeat;
    background-position: center;
}

#navigation ul li.active a i.abouticon {
    background: url(../images/about_h.png);
    background-size: 100%;
    width: 25px !important;
    height: 25px !Important;
    background-repeat: no-repeat;
    background-position: center;
}

#navigation ul li.active a i.media {
    background: url(../images/media_sel.png);
    background-size: 100%;
    width: 25px !important;
    height: 25px !Important;
    background-repeat: no-repeat;
    background-position: center;
}

#navigation ul li.active a i.sricon {
    background: url(../images/Patient_Management.png);
    background-size: 100%;
    width: 25px !important;
    height: 25px !Important;
    background-repeat: no-repeat;
    background-position: center;
}

.sricon {
    background: url(../images/Patient_Management_sel.png);
}

.insicon {
    background: url(../images/Insurance.png);
}

.mapicon {
    background: url(../images/map.png);
}

.staricon {
    background: url(../images/star_icon.png);
}

.acetin {
    background: url(../images/Accreditation.png);
}

.fa.media {
    background: url(../images/media.png);
}

.abouticon {
    background: url(../images/about.png);
}

.inf_logo {
}

    .inf_logo li {
        float: left;
        text-align: center;
        margin-right: 10px;
        border: 1px solid #eee;
        padding: 0px;
        position: relative;
        list-style: none;
        width: 195px;
        /*height: 200px;*/
        height: 178px;
        /*float: left; text-align: center; padding: 6px; position: relative; display: table; list-style: none; min-height: 230px;
    max-height: 230px;*/
    }

        /*.dataListInsurancebox { width: 100%; height: 100%; border: 1px solid #eee; margin: 5px; display: table-cell; position:relative;}*/
        .inf_logo li:hover .inf_delete {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            background: rgba(0,0,0,0.7);
            width: 100%;
        }

.inf_delete {
    display: none;
    font-size: 15px;
}

    .inf_delete a {
        color: #fff;
        padding: 7px 10px;
        font-size: 12px;
    }

.inf_logo li img {
    /*max-width: 150px;*/
    width: 100%;
}

.inf_logo li span {
    font-size: 14px;
    font-weight: 500;
    margin: 5px;
}

.widget .widget-head2 {
    min-height: 100%;
    margin: 0;
    padding: 0px 0 9px 0;
}

    .widget .widget-head2 .heading {
        color: #333;
        padding: 0;
        font-weight: 600;
    }

.widget .widget-head a {
    color: #000;
    margin-top: 0px;
    font-size: 12px;
}

.widget .widget-head .header2 {
    font-size: 15px;
    height: auto;
    line-height: 25px;
    font-weight: 500;
    font-size: 15px;
}

#ExpensesList .bgfffTable .boxmodal div .tab-content .tab-pane .elecont .widget-head .heading {
}

#ExpensesList .bgfffTable .boxmodal div .tab-content .tab-pane .elecont .widget-head a {
    margin-top: 1px;
}

.mttbl {
    border: 0px !important;
}

    .mttbl td {
        vertical-align: top !important;
        border: 0px !important;
        padding-bottom: 10px !important;
    }

.tblfst {
    /* padding-bottom: 9px; */
    /* font-weight: 600; */
    /* font-size: 14px !Important; */
    /* color: #5FC9B5; */
}

.btn2 {
    padding: 2px 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.box-body, .box-footer, .box-header {
    padding: 1rem;
}

.form-group2 {
    margin-bottom: 10px !important;
}

    .form-group2 label {
        float: left;
        word-break: break-word;
        white-space: nowrap;
    }

.form-control-label {
    padding: 8px 6px 8px 0 !Important;
    margin-bottom: 0;
}

.tebmenu {
    list-style: none;
    display: table;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}
    /*div#AddEditAdevertisment .row>.col-md-6 {
    padding: 0 32px 0 9px;
}*/
    .tebmenu li {
    }

        .tebmenu li a {
            padding: 8px 10px;
            color: #7E7E7E;
            font-size: 12px;
            display: block;
            background: #F2F5F7;
            border-bottom: none !important;
            border-right: solid 1px #DADADA;
            border-top: solid 1px #DADADA;
            font-weight: 600;
            margin-right: 0;
        }

            .tebmenu li a:hover {
                background: #0e87ab;
                color: #fff;
                border-bottom: #0e87ab;
            }

        .tebmenu li.active a {
            color: #fff;
            background: #0e87ab;
        }

        .tebmenu li a span {
            margin-bottom: 0px;
            max-height: 29px;
        }

            .tebmenu li a span i {
                font-size: 25px;
                color: #333;
                margin-bottom: 4px;
            }

        .tebmenu li a:hover span i {
            color: #fff;
        }

        .tebmenu li.active a span i {
            color: #fff;
        }

.tblcssclss {
    width: 100%;
}

    .tblcssclss tr {
        display: table-row;
    }

    .tblcssclss th {
    }

    .tblcssclss td {
        border: 1px solid #DEDEDE !Important;
        padding: 4px 2px 4px 10px !important;
    }

.vendorimg2 {
    background-size: 100% 100% !important;
}

.edith2 {
    border: 1px solid #eee;
    position: relative;
}

    .edith2:hover .editbtn2 {
        display: block;
    }

.ltable-cell {
    display: table-cell;
    padding: 0px 0px 0px 15px;
}

.litable-cell {
    display: table-cell;
    padding: 0px;
    margin: 0px;
    position: relative;
    right: 10px;
    top: 5px;
    position: absolute;
}

.hidden-xs .ltable-cell {
    display: none;
}

.hidden-xs .navbar-brand {
    width: 45px !Important;
}

.hidden-xs .litable-cell {
    display: table-cell;
    padding: 0px;
    margin: 0px;
    top: 5px;
    position: absolute;
    right: 23px;
}

.navbar-fixed-top2 {
    right: 0px;
    width: 100%;
    position: fixed;
    display: inline-block;
    background: #0e87ab;
    z-index: 4;
}

#pnlSetPermissions .widget {
    min-height: 300px;
}

#loadermain4 {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
}

.docbg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.tabination-content .widget-head {
    background: #255a6f;
}

.tabination-content .table-layout .table-cell.head {
    border-right: 1px solid #CACACA !important;
    border-bottom: 1px solid #CACACA !important;
    background: #CACACA;
    color: #383838;
}

.tabination-content .widget-head > a {
    font-size: 15px !important;
    line-height: 28px !important;
}

#caro_vid {
    overflow: hidden;
}

    #caro_vid .tab-content {
        display: table;
        table-layout: auto;
        width: 100%;
        -webkit-transition: ease all 1s;
        -moz-transition: ease all 1s;
        -ms-transition: ease all 1s;
        -o-transition: ease all 1s;
        transition: ease all 1s;
    }

    #caro_vid .tab-pane {
        display: none;
        width: auto;
        float: none;
        padding: 0 15px;
        overflow: visible;
    }

        #caro_vid .tab-pane.active {
            display: block;
        }

        #caro_vid .tab-pane .elecont {
            padding: 0 8px;
            min-height: 300px;
        }

    #caro_vid .tab-content > .tab-pane .elecont {
        max-height: 100%;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        overflow: visible;
    }

    #caro_vid .tab-content > .tab-pane:not(.fade) .elecont {
        max-height: 0;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        overflow: hidden;
    }

#carovid {
    overflow: hidden;
}

    #carovid .tab-content {
        display: table;
        table-layout: auto;
        width: 100%;
        -webkit-transition: ease all 1s;
        -moz-transition: ease all 1s;
        -ms-transition: ease all 1s;
        -o-transition: ease all 1s;
        transition: ease all 1s;
    }

    #carovid .tab-pane {
        vertical-align: top;
        display: none;
        width: auto;
        float: none;
        padding: 10px 20px;
        overflow: visible;
        width: 100%;
    }

        #carovid .tab-pane.active {
            display: table;
        }

        #carovid .tab-pane .elecont {
            padding: 0 8px;
            min-height: 300px;
        }

    #carovid .tab-content > .tab-pane .elecont {
        max-height: 100%;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        overflow: visible;
    }

    #carovid .tab-content > .tab-pane:not(.fade) .elecont {
        max-height: 0;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        overflow: hidden;
    }

#umld {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

    #umld .tab-content {
        display: table;
        width: 100%;
        table-layout: auto;
        -webkit-transition: ease all 1s;
        -moz-transition: ease all 1s;
        -ms-transition: ease all 1s;
        -o-transition: ease all 1s;
        transition: ease all 1s;
    }

    #umld .tab-pane.active {
        display: block;
    }

    #umld .tab-pane {
        vertical-align: top;
        display: none;
        padding: 0;
        overflow: visible;
        position: relative;
        width: 100%;
    }

    #umld .widget-head h4.heading {
        line-height: 1.4;
    }

    #umld .widget-head a {
        line-height: 1.4;
        margin-top: 8px !important;
        font-size: 12px;
    }

    #umld .widget-head h4.heading {
        padding: 0;
        font-weight: 600;
        color: #555;
    }

    #umld *:not(i) {
        color: #555;
    }

    #umld .table-layout i {
        color: #fff;
    }

    #umld .widget-head {
        background: #fff;
        height: auto;
        min-height: auto;
        line-height: 1.4;
        margin: 9px 0;
        padding: 0;
    }

    #umld .tab-pane .elecont {
        padding: 0 8px;
        min-height: 300px;
    }

    #umld .tab-content > .tab-pane .elecont {
        max-height: 100%;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        overflow: visible;
    }

    #umld .tab-content > .tab-pane:not(.fade) .elecont {
        max-height: 0;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        overflow: hidden;
    }

#ExpensesList {
    overflow-x: hidden;
}

/*.mce-toolbar-grp {
    background-color: #1d1f21 !important;
    background-image: none !important;
}*/
/* VikaS KumaR 13-04-2016 End Css */
.tabsprnt {
}

    .tabsprnt > ul {
        border-bottom: none;
        background: #efefef;
        position: relative;
        z-index: 1;
    }

        .tabsprnt > ul > li {
            float: left;
            margin-bottom: -1px;
        }

#modalEditUserInfo .modal-dialog2 .modal-content .modal-body .form-group2 .form-control2 {
    line-height: 18px;
}

/** Admin Schedule Appointments Screen...*/
.ScheduleAppointmentTimesRow {
}

.b-right-none {
    border-right-color: transparent;
}

.timeSelectorDirective {
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: fixed;
    top: 28%;
    z-index: 99999;
    width: 189px;
    left: 41%;
    padding: 4px 0px 4px 4px;
    margin: 0px;
}

    .timeSelectorDirective .closeSpan {
        display: inline-block;
        position: absolute;
        right: -8px;
        top: -7px;
        background-color: #e2e2e2;
        border-radius: 25px;
        /* width: 19px; */
        padding: 1px 6px;
        border: 1px solid #a9a9a9;
        cursor: pointer;
    }

        .timeSelectorDirective .closeSpan span {
            font-weight: 600;
            color: #565656;
        }

    .timeSelectorDirective .increase, .timeSelectorDirective .decrease {
        text-align: center;
        vertical-align: middle;
        color: rgb(112, 112, 112);
        text-shadow: 0px 1px #FFF;
        cursor: pointer;
        -webkit-transition: 500ms ease-out all;
        -moz-transition: 500ms ease-out all;
        -ms-transition: 500ms ease-out all;
        -o-transition: 500ms ease-out all;
        transition: 500ms ease-out all;
        font-size: 100%;
        border: 1px solid #CCC;
        /* padding: 3px; */
        /* margin: 3px; */
        border: 1px solid #EDE;
        width: 100%;
    }

        .timeSelectorDirective .increase:hover, .timeSelectorDirective .decrease:hover {
            color: rgba(112, 112, 112, 0.5);
            border-color: #CCC;
            background-color: #FFF;
        }

        .timeSelectorDirective .increase:active, .timeSelectorDirective .decrease:active {
            color: rgb(112, 112, 112);
            box-shadow: inset 1px 1px 1px #DDD;
        }

    .timeSelectorDirective .section {
        width: 32%;
        display: inline-block;
    }

    .timeSelectorDirective .display {
        background-color: rgb(247, 247, 247);
        color: #555555;
        padding: 5px 0px;
        margin: 0px 0px;
        /* min-width: 30px; */
        text-align: center;
        border: 1px solid #DDD;
        box-shadow: 1px 1px 1px #FFFFFF;
        width: 100%;
    }

.time-picker-mask {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.22);
}

.ErrorMessage {
    background-color: #2F9887 padding: 5px;
}

.calendar-checkox {
    position: relative;
}

.ScheduleAppointmentTimesRow .calendar-checkox:before {
    background: #5dddc7;
}

.calendar-checkox:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #bd362f;
    overflow: hidden;
    float: left;
    position: absolute;
    top: 2px;
    margin-right: 4px;
}

.calendar-checkox label {
    padding-left: 17px;
    cursor: pointer;
}

.calendar-checkox input {
    position: absolute;
    top: -9999px;
}

.curs-pointer {
    cursor: pointer;
}

#modalSchedule .form-control[readonly] {
    border-right: none;
    background-color: #fff;
}

.dayrow {
    background: #f9f9f9;
}

    .dayrow .input-group {
        opacity: 0.7;
    }

    .dayrow .form-control[readonly] {
        cursor: not-allowed;
    }

    .dayrow.ScheduleAppointmentTimesRow {
        background: #fff;
    }

        .dayrow.ScheduleAppointmentTimesRow .input-group {
            opacity: 1;
        }

        .dayrow.ScheduleAppointmentTimesRow .form-control[readonly] {
            cursor: pointer;
        }

.mb2 {
    margin-bottom: 2px;
}

.divErrorMsg2 {
    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: 'Segoe UI';
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.49);
    line-height: 28px;
    z-index: 1040;
    top: 0;
    font-size: 11px;
    text-align: center;
}

.gridbody .defspan {
    cursor: pointer;
    display: block;
    padding: 3px 7px;
    position: absolute;
    font-size: 12px;
    bottom: 0;
    background: rgb(81, 187, 167);
    right: 5px;
    left: 5px;
    color: #fff;
    display: none;
}

.gridbody .box.selected:before {
    content: "\f00c";
    position: absolute;
    left: 5px;
    padding: 9px;
    top: 30px;
    z-index: 100;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    background: #51bba7;
}

.gridbody .box:hover .defspan {
    display: block;
}

.clrank a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 11px;
    margin-bottom: 10px;
}

.coloractive {
    border: 1px solid #FFCA09;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme_one, .theme_two, .theme_three, .theme_four, .theme_five, .theme_six, .theme_seven, .theme_eight, .theme_nine, .theme_ten, .theme_eleven, .theme_twelve, .theme_thirteen, .theme_fourteen, .theme_fiveteen, .theme_sixteen, .theme_seventeen, .theme_eighteen, .theme_nineteen, .theme_twenty, .theme_twentyone, .theme_twentytwo {
    /*width: 20px;
    display: inline-block;
    margin: 5px 5px;*/
}

.theme_one {
    background-color: #55C1CC;
}

.theme_two {
    background-color: #03A9F4;
}

.theme_three {
    background-color: #8BC34A;
}

.theme_four {
    background-color: #F44336;
}

.theme_five {
    background-color: #2C8CB3;
}

.theme_six {
    background-color: #717F98;
}

.theme_seven {
    background-color: #FF9800;
}

.theme_eight {
    background-color: #009688;
}

.theme_nine {
    background-color: #607D8B;
}

.theme_ten {
    background-color: #F15A24;
}

.theme_eleven {
    background-color: #2f4e85;
}

.theme_twelve {
    background-color: #9C27B0;
}

.theme_thirteen {
    background-color: #FF4081;
}

.theme_fourteen {
    background-color: #FFA5AB;
}

.theme_fiveteen {
    background-color: #A53860;
}

.theme_sixteen {
    background-color: #1FA463;
}

.theme_seventeen {
    background-color: #93ACB5;
}

.theme_eighteen {
    background-color: #93ACB5;
}

.theme_nineteen {
    background-color: #5B2A86;
}

.theme_twenty {
    background-color: #B7A389;
}

.theme_twentyone {
    background-color: #0078D7;
}

.theme_twentytwo {
    background-color: #000;
}

/*Cropit Css....**/
.cropit-preview {
    background-image: url("images/default2.png");
    background-color: #f8f8f8;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.cropit-preview-image-container {
    cursor: move;
}

.cropit-preview-background {
    opacity: .2;
    cursor: auto;
}

.image-size-label {
    margin-top: 10px;
}

.cropit-image-zoom-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #b7b7b7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    width: 130px;
}

    .cropit-image-zoom-input::-webkit-slider-thumb, .cropit-image-zoom-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        background: #888;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: background 0.25s;
        -moz-transition: background 0.25s;
        -o-transition: background 0.25s;
        -ms-transition: background 0.25s;
        transition: background 0.25s;
        cursor: pointer;
    }

.cropit-preview-background-container {
    bottom: -29px !important;
}

.heightauto {
    height: auto;
}

#LeftMenu li a {
    cursor: pointer;
    padding: 10px 20px 10px 19px;
}

#LeftMenu > li > a {
    cursor: pointer;
    padding: 0px 20px 0px 19px;
    line-height: 42px;
    font-size: 13px;
}

#LeftMenu li a.collapsed {
}

#LeftMenu li ul.in {
}

#LeftMenu li ul li a {
    padding: 6px 10px 6px 53px;
}

    #LeftMenu li ul li a .title {
        font-size: 13px !important;
        font-weight: 500;
        color: #a7b1c2;
    }

.frmcss {
    position: relative;
    display: initial;
}

.modal-dialog430 {
    width: 430px;
    margin: 40px auto;
}

.modal-dialog540 {
    width: 540px;
    margin: 40px auto;
}

.height-auto {
    height: auto !important;
}

.shicons a {
    color: #555;
    font-weight: 500;
}

p {
    margin: 0;
}

td ul li {
    list-style: none;
}

.maillabel {
    background: rgba(171, 171, 171, 0.31);
    color: #8c8c8c;
    font-size: 11px;
    padding: 4px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.0;
}

#content .mail-detail-h > h3 {
    margin-top: 5px;
    color: #444444;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}

#content .mail-detail-h > h5 {
    color: #828282;
    font-weight: normal;
}

.mail-cont .mail-body {
    padding: 16px 25px;
}

.login-scr {
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.loginbx {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#CommanKeylst {
}

    #CommanKeylst option {
        padding: 5px 5px;
    }

#Keylst option {
    padding: 5px 5px;
}

.newDsboard {
    display: table;
    width: 100%;
    padding: 20px;
}

    .newDsboard > div aside {
        display: table;
        width: 100%;
        background-color: white;
        min-height: 200px;
        border-radius: 2px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.29);
        padding: 20px;
    }

    .newDsboard > div {
        margin-bottom: 20px;
    }

        .newDsboard > div .title {
            font-size: 19px;
            font-weight: 500;
            margin-bottom: 30px;
        }

    .newDsboard .hd {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .newDsboard .digit {
        font-size: 18px;
        font-weight: 500;
        color: #34bfa6;
    }

    .newDsboard > div p {
        font-size: 12px;
        color: #888;
    }

    .newDsboard .nav.nav-tabs {
        border: none;
        background: transparent;
        margin-bottom: 20px;
    }

        .newDsboard .nav.nav-tabs li {
            margin-right: 40px;
        }

        .newDsboard .nav.nav-tabs a, .newDsboard .nav.nav-tabs a:hover {
            background: transparent;
            border: none;
            color: #b8b8b8;
            font-weight: 500;
            padding: 5px 5px;
        }

        .newDsboard .nav.nav-tabs li.active a {
            border: none;
            color: #000;
            font-weight: 600;
            border-bottom: solid 2px #52bba8;
        }

.evnordcss .Gridbody .dropdown-menu li a {
    padding: 3px 4px;
}

.evnordcss .Gridbody .dropdown-menu {
    min-width: 114px;
}

.danclas {
    position: absolute;
    z-index: 999;
    top: 0%;
    right: -1px;
}

.brog {
    text-align: center;
    font-size: 18px;
    color: #4bbab4;
    padding-top: 13px;
}

.amountcurnt {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #4e4e4e;
}

.datesec {
    border-bottom: 1px solid #ddd;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3px;
}

.maxusr {
    text-align: center;
    padding-top: 4px;
}

.subscription .dropdown {
    text-align: center;
    width: 124px;
    margin: 19px auto;
    background: #4bbab4;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 11px #ddd;
}

    .subscription .dropdown a {
        color: #fff;
    }

.bordrbox {
    height: 243px;
    overflow: hidden;
    position: relative;
    line-height: 1.8;
    display: table-cell;
    width: 20%;
    border: 1px solid #ddd;
    border-right: 0;
    float: left;
    padding: 0px 10px 0px 10px;
    /*transition: all .2s ease-in-out;*/
}

    .bordrbox:last-child, .bordrbox:nth-child(5n) {
        border-right: 1px solid #ddd;
    }

#renewSubscriptionPackageModal .box-body {
    padding-top: 0 !important;
}

/*.bordrbox:hover { transform: scale(1.1);
    z-index: 9999;
    box-shadow: 0px 0px 18px 3px rgba(75, 186, 180, 0.3);
    background: #fff;
    overflow: visible;
    display: block;
     border:1px solid #4bbab4;
}*/
/*.active.bordrbox { transform: scale(1.1);
    z-index: 9999;
    box-shadow: 0px 0px 18px 3px rgba(75, 186, 180, 0.3);
    background: #fff;
    overflow: visible;
    display: block;
    border:1px solid #4bbab4;
}*/
.righttik:checked:before {
    content: "\f00c";
    background: #4bbab4;
}

.ddrmlm {
    cursor: pointer;
    margin-top: 4px;
    display: block;
}

.curentpakg {
    transform: rotate(-35deg);
    position: absolute;
    left: -55px;
    width: 141px;
    background: #b20202;
    color: #fff;
    width: 100%;
    line-height: 1.4;
    height: 20px;
    text-align: center;
}

.full-width100 {
    width: 100%;
}

/*.bg47 .title { font-weight: bold !important; color: #52bba8 !important; }*/
.notf_count {
    background-color: #fa3e3e;
    border-radius: 3px;
    color: #fff;
    padding: 1px 3px;
    position: absolute;
    top: 3px;
    right: -10px;
    font-size: 10px;
}

.ntmenubr {
    width: 400px;
    max-height: 400px;
    overflow: auto;
}

    .ntmenubr li {
        padding: 8px 30px 8px 12px;
        position: relative;
    }

        .ntmenubr li span {
        }

            .ntmenubr li span .rebtn {
                position: absolute;
                right: 9px;
                top: 8px;
                color: #000;
                opacity: 0.3;
            }

                .ntmenubr li span .rebtn:hover {
                    opacity: 1;
                    color: #fa3e3e;
                }

.nttxt {
    padding: 5px 10px;
    border-bottom: 1px solid #dddfe2;
    text-align: right;
}

    .nttxt a {
        color: #000;
        font-weight: 500;
    }

.NtfctnType {
    font-weight: bold;
    display: table-cell;
    width: 259px;
}

.NtfctnSbet {
    color: #333;
    display: inline-block;
}

.NtfctnText {
    font-weight: normal;
    word-wrap: break-word;
}

.Ntfctncrtd {
    float: right;
    font-size: 12px;
    position: relative;
    top: 4px;
}

.ntmenubr li.read {
    float: none;
    background: #edf2fa;
}

.ntavdt {
    background-color: #fff;
    border-color: #dddfe2;
    padding: 6px 12px;
    text-align: center;
    font-weight: bold;
    display: list-item;
}

.ntavdtbox {
}

#ContentArabicEditor_ifr {
    width: 99% !important;
}

/*#mceu_10 {width:66% !important;}*/
.textar #mceu_10 {
    width: auto;
    min-height: 38px;
}

#mceu_10 #mceu_10-body {
    width: 99.5% !important;
}

div.mce-edit-area {
    min-height: 130px;
}

.pl5 {
    padding-left: 5px;
}
/*#mceu_30 {
    width: 99% !important;
}*/
.Rvne .form-control2 {
    height: 28px;
}

.transd {
    background-color: #fff;
    height: 50px;
    padding: 10px 15px 30px 15px;
}

.boxbody .boxmodal .table-row {
    padding-bottom: 13px;
}

.maintr {
    color: rgba(0,0,0,.87);
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px 15px 15px;
    font-weight: 500;
}

#modalAddDepartment label {
    padding-left: 0;
}

.active-menu.HasSubChildMenu .active a {
    color: #fff !important;
    background: transparent;
    font-weight: 500 !important;
    background-color: #3f5265 !important;
    /* background: #0e87ab; */
}

.active-menu:not(.HasSubChildMenu) a span {
    color: #fff !important;
    background: transparent;
}

.active-menuRoot {
    background: #0e87ab;
    /* background: #0e87ab; */
}

input[type="checkbox"].formcontrol, input[type="checkbox"].form-control, input[type="checkbox"] {
    width: auto;
}

li.text-right.mw100mob.w86sm {
    padding: 0 5px;
}

.Contact_box_right3.padding-none {
    margin-bottom: 14px;
}

select#_drpSubscriptionStatus {
    width: 113% !important;
}

#modalAddDepartment .modal-content {
    margin: 0 auto;
}

select.formcontrol_select.ng-valid.ng-dirty.ng-valid-parse.ng-touched {
    width: 100% !important;
}

#addMedia input > placeholder {
    color: #fff;
}

.leftmenuAdmNotfic_count {
    display: inline-block;
    top: 4px;
    right: -2px;
    width: 15px;
    height: 15px;
    background-color: rgb(244,67,54);
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 15px;
    z-index: 1;
    font-size: 9px;
    font-weight: 800;
}

.staffpatient li.active {
    background: #fff;
    border-top: solid 2px #000;
}

.staffpatient li > a:hover, .staffpatient li > a:focus {
    background-color: transparent;
    color: #333;
}


.SubscriptionTypeDetails li {
    position: relative;
}

    .SubscriptionTypeDetails li:hover .Subscription_del {
        display: block !important;
        position: absolute;
        top: -9px;
        right: -8px;
        margin: auto;
    }

    .SubscriptionTypeDetails li:hover .Subscription_default, .Subscription_ban {
        display: block !important;
        position: absolute;
        top: 10px;
        left: 16px;
        width: 90% !important;
        height: 18px;
    }

    .SubscriptionTypeDetails li:hover .Subscription_remban, .SubscriptionTypeDetails li:hover .Subscription_ban1 {
        display: block !important;
        position: absolute;
        top: 70px;
        right: 0px;
        width: 90% !important;
        height: 18px;
    }

    .SubscriptionTypeDetails li:hover .Subscription_remban, .SubscriptionTypeDetails li:hover .Subscription_ban2 {
        display: block !important;
        position: absolute;
        top: 70px;
        right: 0px;
        width: 90% !important;
        height: 18px;
    }

    .SubscriptionTypeDetails li:hover .Subscription_ban, .Subscription_ban {
        display: block !important;
        position: absolute;
        top: -11px;
        left: -9px;
        width: 13px !important;
        height: 18px;
    }

.IsDefault {
    padding: 10px 24px;
    border: 3px solid #13bef3 !important;
    font-size: 17px;
    text-transform: capitalize;
}

ul.SubscriptionTypeDetails li {
    padding: 10px 24px;
    border: 3px solid #ccc;
    font-size: 17px;
    text-transform: capitalize;
}

.Subscription_ban a, .Subscription_default a, .Subscription_remban a, .Subscription_ban1 a {
    color: #ffffff;
    font-size: 11px;
    background: #0e87ab;
    width: 90%;
    border-radius: 0%;
    line-height: 15px;
    display: table;
    padding: 4px 3px;
}

.Subscription_del a i {
    color: #ffffff;
    font-size: 11px;
    background: #ea2b2b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
}
/*IsDefaultBanner*/

.rem {
    background: #666 !important;
    color: #eee !important;
}

ul.blank_ul li {
    display: block;
    margin-top: 10px;
}

.eng-des img {
    margin-right: 14px;
    margin-bottom: 8px;
}

.eng-des {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .eng-des small {
        font-weight: 500;
        font-size: 12px;
        vertical-align: top;
        display: inline-block;
        margin-top: 4px;
    }

.arb-des small {
    font-weight: 500;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    margin-top: 4px;
}

.arb-des {
    text-align: right;
    direction: rtl;
}

    .arb-des img {
        margin-left: 14px;
        margin-bottom: 8px;
    }


.action_st a {
    width: 100% !important;
    text-align: center;
    float: none !important;
    display: block;
    margin: 8px auto 0;
}

    .action_st a i {
        font-size: 14px !important;
    }


.ad_set, .ad-last {
    width: 100%;
    margin: 0px auto 0;
}

    .ad_set .modal-content {
        border: none;
        box-shadow: none;
    }

input#submitUsersEntry {
    margin-right: 0;
}

.ad-last .modal-footer {
    padding: 0px 15px 0;
    text-align: right;
    border-top: none;
    margin-bottom: 60px;
}

.ad-last .modal-content {
    border-radius: 2px;
    border: none;
    box-shadow: none;
}

.grp_det {
    margin-top: 22px;
}

    .grp_det h4 {
        font-size: 15px;
    }

.ad_set p.divHead, .ad-last p.divHead {
    font-weight: 600;
    font-size: 14px;
    padding-left: 4%;
}


.ad_set .modal-header, .ad-last .modal-header {
    border-bottom: none;
    min-height: 16.4286px;
    padding: 0 15px 0;
    background: transparent;
    border-radius: 0;
}

.sidebar-mini span.gw-menu-text {
    display: none;
}

.sidebar-mini .gw-nav-list > li.init-arrow-down:after {
    opacity: 0;
}

.sidebar-mini div#strMenu {
    overflow: hidden !important;
}

h2.dash {
    padding: 15px 30px;
    font-size: 24px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px;
}

.pad-l {
    padding-left: 0 !important;
}

#LauncherImage-id, img#LockImage-id {
    width: 112px !important;
}

.grm-box {
    background: #fff;
    margin: 20px 5px 0px 5px;
    box-shadow: 0px 1px 3px #bdbcbc;
}

    .grm-box h3 {
        color: #333;
        font-size: 18px;
        fill: #333;
        text-align: center;
        padding-top: 15px !important;
    }

.sidebar-mini .gw-submenu {
    position: absolute !important;
    right: -150px;
    z-index: 9999;
    width: 150px;
    top: 0;
    padding-left: 11px !important;
    max-height: 198px;
    overflow: auto !important;
}

    .sidebar-mini .gw-submenu span.gw-menu-text {
        display: block !important;
    }

.sidebar-mini .sidebar.sidebar-inverse {
    overflow: visible;
}

.sidebar-mini div#strMenu {
    overflow: visible !important;
}

.sidebar-mini .gw-submenu li a {
    padding: 4px 7px !important;
}

.sidebar-mini .gw-submenu li {
    min-height: 36px !important;
}

.sidebar-mini #LeftMenu li:hover a {
    background: #043750;
}

.sidebar-mini #LeftMenu li:hover .gw-submenu {
    background: #043750;
    border: transparent;
}

.sidebar-mini #LeftMenu li:hover .gw-submenu {
    display: block;
}

.gw-submenu::-webkit-scrollbar {
    width: 2px;
}

.gw-submenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}

.gw-submenu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.sidebar-mini .arrow-up:after {
    display: none !important;
}

.sidebar-mini .arrow-down:after {
    display: none !important;
}

i.fa {
    margin-right: 3px;
}

.breadcrumbs > li:nth-last-child(2) {
    cursor: pointer;
}

.grm-box.subs-grm .highcharts-container {
    margin: auto;
    padding-top: 19px;
}



@media (max-width: 768px) {

    .sidebar {
        z-index: 9999;
        width: 100%;
    }

    .display-inline-2 {
        display: inline-block;
        width: 100%;
    }

    .navbar-fixed-top2 {
        top: 0px;
    }

    #content {
        margin: 0px;
    }

    #footer {
        background: #fff;
        padding: 13px 0 18px 0;
    }

    .sidebar-mini span.gw-menu-text {
        display: inline-block;
    }

    #LeftMenu > li > a {
        font-size: 14px;
    }

    .sidebar-mini .gw-submenu {
        position: initial !important;
        width: 100%;
    }

    .login-center {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
    }

        .login-center div:last-child {
            width: auto !important;
            padding: 15px;
        }

            .login-center div:last-child .panel .panel-body.innerAll {
                padding: 15px !important;
            }

    #content .mt30 .coverpart {
        padding-bottom: 50px;
    }
}

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content1 {
    margin: auto;
    display: block;
    width: 470px;
    max-width: 700px;
}



/* The Close Button */
.close1 {
    position: absolute;
    top: 44px;
    right: 52px;
    color: #f1f1f1;
    font-size: 26px;
    font-weight: 100;
    transition: 0.3s;
    opacity: .8;
}

    .close1:hover,
    .close1:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content1 {
        width: 100%;
    }
}

.curnt_amt {
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    margin-top: -17px;
    padding: 5px 0px;
}


.abcc {
    padding: 1px 0px 0px 3px;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    border-radius: unset;
}

.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: #00000033;
}

ul.nav.nav-tabs.subsc a {
    color: #999;
    font-weight: 500;
    border: none;
    padding: 0 0 10px;
    border-bottom: 3px solid transparent;
}

ul.nav.nav-tabs.subsc li {
    padding: 10px 15px 0; /* margin-bottom:  10px; */
}

    ul.nav.nav-tabs.subsc li.active a {
        color: #000;
        border-bottom: 3px solid #333;
    }

.nav.subsc > li > a:hover, .nav.subsc > li > a:focus {
    background-color: transparent;
    color: #000;
}

ul.nav.nav-tabs.subsc {
    background: #fff;
}

.subscb_profl {
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    padding: 20px;
}

.subscb_profl_img {
    height: 150px;
    text-align: center;
    border: 1px solid #ddd;
}

    .subscb_profl_img img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }

.subscb_profl_textr p {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 500;
}

    .subscb_profl_textr p span {
        display: block;
        color: #999;
    }

.subscb_profl_textl h3 {
    margin-bottom: 10px !important;
    font-size: 24px;
    font-weight: 400;
}

.subscb_profl_textl p {
    font-size: 14px;
}

.subscb_profl_textl .refcd {
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.subscb_profl_money {
    display: table;
}

    .subscb_profl_money p:first-child {
        color: #3ebb94;
        background: #f5f5f582;
    }

    .subscb_profl_money p {
        display: table;
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }

        .subscb_profl_money p:last-child {
            color: #20c8fd;
            background: #f5f5f582;
        }

        .subscb_profl_money p b {
            display: table-cell;
            border: 1px solid #eee;
            padding: 4px 20px;
            width: 161px;
            font-weight: 400;
        }

        .subscb_profl_money p span {
            display: table-cell;
            padding: 4px 20px;
            border: 1px solid #eee;
            font-weight: 600;
        }

.mce-stack-layout-item {
    display: block;
    height: 40px;
}

.cmsplist .btniconacvt a {
    width: 100%;
    text-align: left;
    font-weight: 500;
}

    .cmsplist .btniconacvt a i {
        width: 15px;
    }

.left-thmb {
    height: 252px;
    overflow: auto;
    border: 1px solid #e0dfdf00;
    background-color: #ffffff00;
}

    .left-thmb a {
        display: block;
        position: relative;
        color: #484747;
    }

    .left-thmb::-webkit-scrollbar {
        width: 0px;
    }

    .left-thmb::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .left-thmb::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

.right-content a {
    float: right;
    color: #03A9F4;
    font-weight: 600;
}

.container_product h2 {
    font-size: 20px;
    margin-bottom: 16px !important;
    display: block;
}

.container_product {
    padding: 20px;
}

.center_img {
    background-size: contain !important;
    height: 286px;
    background-repeat: no-repeat !important;
    border: 1px solid #e0dfdf;
    background-color: #fff;
    background-position: center;
}

.right-content {
    background: #fff;
    padding: 20px;
    height: 287px;
    border: 1px solid #e0dfdf;
}

    .right-content p {
        margin-bottom: 7px;
        font-size: 14px;
    }

        .right-content p b {
            font-weight: 600;
            width: 155px;
            display: inline-block;
        }

.thmb_hover {
    position: absolute;
    bottom: 1px;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
    display: none;
    right: 0;
    text-align: center;
}

.left-thmb .thmb:hover .thmb_hover {
    display: block;
}

.thmb_hover li {
    display: inline-block;
    font-size: 12px;
    background: #eae9e9;
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

    .thmb_hover li:nth-child(n+2) {
        /* border-top: 1px solid #d8d8d8; */
    }

    .thmb_hover li:hover {
        background: #fff;
    }

.right-content h3 {
    margin-bottom: 18px !important;
}

.bgffff {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.cdetails {
    border: 1px solid #ddd;
    padding: 19px;
    min-height: 161px;
}

    .cdetails p {
        margin-bottom: 6px;
    }

    .cdetails b {
        width: 114px;
        display: inline-block;
    }

.detail_img {
    border: 1px solid #ddd;
}

    .detail_img img {
        width: 100%;
    }

.detailsum a {
    /* float: right; */
    font-weight: 500;
    /* border:  1px solid; */
    padding: 3px 0;
    border-radius: 2px;
    color: #afafaf;
}

.detailsum h3 {
    margin-bottom: 8px !important;
    font-size: 18px;
}

.detailsum > p {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 26px;
}

.pendings {
    color: #F60D0D;
}

.Confirmed {
    color: #17b765;
}

.ordersumry {
    position: relative;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}

ul.lineorder li {
    display: inline-block;
    border: 2px solid #cccecd;
    width: 24%;
    position: relative;
}

    ul.lineorder li:first-child:before {
        width: 12px;
        height: 12px;
        border: 2px solid #28A98B;
        content: "";
        left: -8px;
        top: -6px;
        position: absolute;
        border-radius: 50%;
        background: #fff;
    }

    ul.lineorder li.active {
        border: 2px solid #009688;
    }

    ul.lineorder li:first-child:before {
        background: #009688;
    }

    ul.lineorder li.active:after {
        background: #009688;
    }

    ul.lineorder li:after {
        width: 12px;
        height: 12px;
        border: 2px solid #28A98B;
        content: "";
        right: -8px;
        z-index: 1;
        top: -6px;
        position: absolute;
        border-radius: 50%;
        background: #fff;
    }

.ordered {
    margin-left: -5px;
}

    .ordered p {
        font-weight: 500;
    }

    .ordered b {
        display: block;
    }

.pickup {
    position: absolute;
    left: 70%;
    bottom: 22px;
    font-weight: 500;
}

.delivered {
    position: absolute;
    right: 23%;
    bottom: 22px;
    font-weight: 500;
}

.Deliveredstatus {
    color: green;
}

.ordrhist h3 {
    margin-bottom: 13px !important;
}

    .ordrhist h3 a {
        float: right;
        font-size: 14px;
    }

.ordrhist .table th {
    background: #33333317;
    color: #000;
}

ul.lineorder li:first-child:before {
    background: #28A98B;
}

.updteorder {
    display: table;
    width: 100%;
    margin: 0px 0px 15px;
}

    .updteorder span {
        display: inline-block;
    }

.borderd {
    border: 1px solid #ddd;
    padding: 7px 7px;
    width: 340px;
    text-align: right;
}

.updteorder select {
    width: 200px;
}

.orderhead {
    color: #333;
    font-weight: 600;
    font-size: 15px;
}

.odrcancel .lineorder li.active, .odrcancel .lineorder li, .odrcancel ul.lineorder li:after, .odrcancel ul.lineorder li:first-child:before {
    border: 2px solid #c31515;
}

.odrcancel ul.lineorder li.active:after, .odrcancel ul.lineorder li:first-child:before {
    background: #c31515;
}

.dasbord_itm {
    width: 99%;
    display: block;
    background: #fff;
    padding: 17px;
    margin-right: 10px;
    height: 263px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 3px #ddd;
    overflow: hidden;
}

.dasbright {
    padding: 20px 0 0px 0;
}

.dtable {
    display: table;
    width: 100%;
}

.leftrow {
    width: 770px;
    overflow: hidden;
}

.rightrow {
    vertical-align: top;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    box-shadow: 0px 1px 3px #ddd;
}

.padasbord {
    padding: 30px;
}

.mardsnone {
    margin-bottom: 0px !important;
}

.notification.table tr td {
    border: 1px solid #79797926;
}

.underproc {
    left: 46%;
}

.UnderProcess {
    color: #dd8c02 !important;
}


.apporder {
    position: relative;
    z-index: 666;
    padding: 5px 18px;
    display: inline-block;
    background: #11b05f;
    border-radius: 2px;
    color: #fff !important;
    margin-top: -19px !important;
    float: right;
    margin-right: 8px;
    z-index: 0;
    font-weight: 500;
}


.canorder {
    position: relative;
    z-index: 666;
    padding: 5px 18px;
    display: inline-block;
    background: #cb2017c9;
    border-radius: 2px;
    float: right;
    margin-top: -19px !important;
    color: #fff !important;
    margin-right: 8px;
    z-index: 0;
    font-weight: 500;
}

.bntxt {
    margin-top: -3px;
}

img.bnimg {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 60px;
    cursor: pointer;
    height: 60px;
    min-width: 22px;
}

.bnimg_banner {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 60px;
    cursor: pointer;
}

.bnimg_new {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    width: auto;
    cursor: pointer;
    max-width: 22px;
    min-width: 22px;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #0b1229;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #0e87ab;
    color: #fff;
}

a.name_role {
    display: inline-block;
    padding: 5px 0 5px 11px;
    color: #000;
}

.selected-role a.edit-pencil {
    color: #fff;
}

.selected-role a.name_role {
    color: #fff;
}

.trascol .folder-list li a.ActiveInbox .label {
    color: #0e87ab !important;
}

.mail-box-header .getmaillist {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #0e87ab !important;
}

a#hrfReply {
    font-weight: 500;
}

.user_dbox {
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 0 2px #33333342;
    min-height: 114px;
}

.icon_cont a {
    font-weight: 500;
}

.thmb img {
    /*max-height: 100%; max-width: 100%; display: inline-block;*/
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    vertical-align: middle;
    margin: auto;
}

.thmb {
    /*height: 32px; overflow: hidden; border: 1px solid #c7c7c7; text-align:  center; margin:  auto; display:  block;*/
    height: 75px;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    text-align: center;
    margin: auto;
    display: block;
    width: 75px;
}

.left-thmb a i {
    margin: 0 !important;
}

ul.notificationss li {
    display: block;
    border-top: 1px solid #cccccc80;
    overflow: hidden;
    padding: 8px 0 8px 13px;
}

    ul.notificationss li p {
        font-size: 13px;
        text-transform: capitalize;
        width: 100%;
    }

        ul.notificationss li p b {
            font-weight: 500;
        }

    ul.notificationss li a {
        margin-top: 0;
        font-size: 18px;
        opacity: 0.9;
        color: #676767;
        margin-right: 8px;
        position: absolute;
        top: -6px;
        right: 0;
    }

span.user {
    color: #848484;
    display: inline-block;
    margin-top: 4px;
}

span.date {
    color: #939492;
    font-size: 11px;
    font-weight: 500;
    margin-top: 6px;
    display: inline-block;
}

.dasbright h3 {
    text-align: center;
}

span.user i {
    opacity: 0.6;
}

ul.notificationss h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px !important;
    color: #0e87ab;
}

.pending_p {
    left: 23%;
}

.thumbbar::-webkit-scrollbar {
    width: 2px;
}

.thumbbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}

.thumbbar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    word-break: break-word;
}

.listmenu {
    display: block;
    margin: 0px 26px;
    width: 100%;
}

    .listmenu li {
        display: inline-block;
        font-weight: 500;
        font-family: roboto;
        font-size: 13px; /* min-width: 300px; */
        margin-right: 24px;
    }

        .listmenu li:first-child {
            min-width: 180px;
        }

        .listmenu li p {
        }

            .listmenu li p span:first-child {
                margin-right: 7px;
            }

            .listmenu li p span:last-child {
                color: #909090;
                font-weight: 400;
            }

.holdreq {
    right: 27%;
    position: absolute;
    top: 53px;
    font-weight: 800;
}

ul.lineorder.hold li.active:after {
    background: #ffd400;
}

ul.lineorder.hold li:after {
    width: 12px;
    height: 12px;
    border: 2px solid #ffd400;
    content: "";
    right: -8px;
    z-index: 1;
    top: -6px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
}

ul.lineorder.hold li:first-child:before {
    background: #ffd400 !important;
}

ul.lineorder.hold li:first-child:before {
    width: 12px;
    height: 12px;
    border: 2px solid #ffd400;
    content: "";
    left: -8px;
    top: -6px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
}

ul.lineorder.hold li.active {
    border: 2px solid #ffdd33;
}
/*
.trackings li img {
    width: 116px;
    margin-bottom: 10px;
}

*/
.trackings {
    margin-top: 12px;
}

    .trackings li {
        display: inline-block;
        /* border: 1px solid #e0e0e0; */
        vertical-align: top;
        position: relative;
        margin-right: 8px;
        width: 24%;
        background: #fff;
        margin-bottom: 38px;
        max-height: 100%;
    }

        .trackings li p {
            color: #505050;
            padding: 0 8px;
            font-size: 12px;
        }

        .trackings li h3 {
            display: block;
            color: #ffffff;
            background: #f5f5f5;
            font-size: 12px;
            padding: 5px 5px;
            border: 1px solid #e0e0e0;
            border-bottom: transparent;
            margin-bottom: 0 !important;
        }

            .trackings li h3 span {
                display: inline-block;
                width: 18px;
                height: 18px;
                font-size: 11px !important;
                font-weight: bold !important;
                border-radius: 50%;
                text-align: center;
                /* color: #0c6580 !important; */
                line-height: 18px;
                margin-right: 0;
            }

        .trackings li:nth-child(n+2):before {
            position: absolute;
            content: "\f0da";
            font: normal normal normal 22px/1 FontAwesome;
            color: #d6d6d6;
            top: 4px;
            left: -9px;
        }

        .trackings li p.detail {
            display: none;
            padding-top: 4px;
            border: 1px solid #e0e0e0;
            border-top: transparent;
            border-bottom: transparent;
            height: 96px;
            background: #fff;
        }

        .trackings li p.date {
            font-weight: 700;
            border: 1px solid #e0e0e0;
            border-bottom: transparent;
            padding-top: 6px;
            padding-bottom: 5px;
        }

        .trackings li p.detail::-webkit-scrollbar {
            width: 2px;
        }

        .trackings li p.detail::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        }

        .trackings li p.detail::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            outline: 1px solid slategrey;
        }

.readmore {
    text-align: center;
    font-size: 19px;
    cursor: pointer;
    color: #d0cfcf;
    border: 1px solid #e0e0e0;
    border-top: transparent;
    background: #fff;
}

.trackings li p.date span {
    float: right;
}

.ab_track {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    height: 128px;
    top: 54px;
    z-index: 3;
}


.trackings li h3.new {
    color: #097bbc;
}

.trackings li span.new {
    color: #097bbc !important;
}


.trackings li span.Approved {
    color: #72af46 !important;
}




.trackings li h3.PartialDelivered {
    color: #c58d0a;
}

.trackings li h3.Approved {
    color: #72af46 !important;
}

.trackings li h3.Pending {
    color: #fd8204;
}

.trackings li span.Pending {
    color: #fd8204 !important;
}




.trackings li h3.Inprocess {
    color: #1cc7bd;
}

.trackings li span.Inprocess {
    color: #1cc7bd !important;
}






.trackings li h3.Hold {
    color: #4b2e2c;
}

.trackings li span.Hold {
    color: #4b2e2c !important;
}


.hold {
    color: #4b2e2c;
}



.trackings li h3.Completed {
    color: #0a904c;
}

.trackings li span.Completed {
    color: #0a904c !important;
}





.trackings li h3.Cancelled {
    color: #e40707;
}

.trackings li span.Cancelled {
    color: #e40707 !important;
}

.btn-danger.btn {
    border: 1px solid #33333329 !important;
}





#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
#myModal2.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 0; /* Location of the box */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(20, 32, 69, 0.63); /* Black w/ opacity */
}

/* Modal Content (image) */
#myModal2 .modal-content {
    margin: auto;
    /* display: block; */
    width: 36%;
    /* max-width: 700px; */
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
#myModal2 #close {
    position: absolute;
    top: 44px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 300;
    transition: 0.3s;
}

#close:hover,
#close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.dilladdrs h3 a {
    color: #2196F3 !important;
    font-size: 12px;
    margin-top: 2px;
}

.dilladdrs h3 {
    font-size: 18px;
    background: #eee;
    padding: 10px 14px;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.add_bill {
    float: left;
    padding: 20px;
    border: 1px solid #eee;
    margin-right: 14px;
    margin-bottom: 15px;
    width: 32%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px #3333331a;
}

    .add_bill p {
        font-size: 14px;
        margin-bottom: 6px;
    }

        .add_bill p b {
            font-weight: 500;
            margin-right: 5px;
            width: 80px;
            display: inline-block;
        }

    .add_bill .action {
        background: #eee;
        padding: 8px 20px;
        margin-top: 12px;
        margin: 0 -20px -20px;
    }

        .add_bill .action a {
            color: #737373;
            font-weight: 500;
            margin-right: 20px;
            display: inline-block;
        }

    .add_bill.active:before {
        content: "";
        background: #26b72c;
        width: 64px;
        height: 50px;
        position: absolute;
        right: -27px;
        top: -20px;
        transform: rotate(46deg);
    }

    .add_bill.active:after {
        content: "\f00c";
        position: absolute;
        font: normal 100 normal 18px/1 FontAwesome;
        top: 5px;
        right: 4px;
        color: #fff;
    }

ul.categoryMappingWithGroups input {
    border: 1px solid #ccc;
    margin-right: 7px;
}

ul.categoryMappingWithGroups li {
    margin-bottom: 6px;
}

ul.categoryMappingWithGroups label {
    width: 35%;
    margin-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: text-bottom;
}

.tbl_scrl {
    height: 123px;
    overflow: auto;
}

.tbl_parent {
    margin-bottom: 24px;
}

    .tbl_parent h2 {
        font-size: 16px;
        margin-bottom: 13px !important;
    }

.tbl_scrl th {
    background: #eee;
}

.partialOrder {
    position: relative;
    z-index: 666;
    padding: 5px 18px;
    display: inline-block;
    background: #f0e138;
    border-radius: 2px;
    color: #121111 !important;
    margin-top: -19px !important;
    float: right;
    margin-right: 8px;
    z-index: 0;
    font-weight: 500;
}

ul.ul-selected-itm-list {
    list-style: none;
    padding: 0 0px;
}

    ul.ul-selected-itm-list li {
        display: inline-block;
        border: 1px solid #c1c1c1;
        margin: 2px 2px;
        padding: 2px 5px;
        border-radius: 20px;
        color: #676767;
        background: #eee;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }

        ul.ul-selected-itm-list li span {
            margin-right: 5px;
        }

        ul.ul-selected-itm-list li a {
            font-weight: 600;
            font-size: 15px;
            color: rgb(128, 128, 128);
            position: relative;
            top: 2px;
        }

.listinglist {
}

    .listinglist li {
        list-style: none;
    }

        .listinglist li .checkbox-custom-label {
            font-size: 13px;
            font-weight: normal;
        }

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #bdbdbd;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
}

.modeldialog-rightsideouter input[type="search"],
.modeldialog-rightsideouter input[type="search"]:focus {
    padding: 0 15px;
    margin: 10px 20px;
    height: 30px !important;
    width: calc(100% - 30px);
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #52bba8;
    color: #fff;
    border: 2px solid #52bba8;
    font-size: 11px;
    font-weight: 100;
    line-height: 12px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

.vital-signs-action {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: whitesmoke;
    padding-left: 7px;
}

.modeldialog .form-control {
    padding: 0 15px;
    margin: 15px 0px;
    /*height: 30px !important;*/
    width: calc(100% - 0px);
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.costom.modal.right.fade.in .modal-dialog {
    right: 2px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.costom.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.costom.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 550px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
}

.costom.modal .modal-body {
    padding: 10px 20px;
    height: calc(100% - 101px);
    overflow: auto;
}

.processingWindow {
    text-align: center;
    background-color: #999999;
    padding: 3px 36px 4px 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;
}

.check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    font-size: 16px;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #0c6580;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boxcheck {
    position: relative;
    left: 25px;
    top: -10px;
    font-size: 13px;
}

.pagination li {
    display: inline-block;
}

    .pagination li a {
        background-color: #fff !important;
        border: 1px solid #ddd;
        padding: 0;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: block;
        text-align: center;
        line-height: 28px;
    }


.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li > a.single-arrow {
    padding: 5px 10px;
    margin: 0px 3px;
    border-radius: 0;
    padding: 0;
    color: #0e87ab !important;
    font-weight: bold;
    font-size: 16px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li > a.single-arrow {
    padding: 5px 10px;
    margin: 0px 3px;
    margin-right: 0;
    border-radius: 0;
    padding: 0;
    color: #0e87ab !important;
    font-weight: bold;
    font-size: 16px;
    margin-left: 0;
}

.pagin_bg {
    background-color: #f5f5f6;
    width: 100%;
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

    .pagin_bg .pagination {
        margin: 13px 20px
    }

.GridFooter {
    padding: 13px 0px;
    font-weight: 600;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0e87ab !important;
    border: 1px solid #0e87ab;
    color: #fff !important;
}

.single-arrow {
    margin-left: 4px !important;
    margin-right: 5px !important;
}

.text-area {
    border: 1px solid #ccc !important;
    height: 60px !important;
}
.delete-i {
    background-color: #e81212;
    color: #fff;
    border: 1px solid #e81212;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    font-size: 15px;
    line-height:21px;
}
.delete-i i{
    margin-right:0;
}