/* Font Import */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333843 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333843 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333843 !important;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
/* Reset */
html {
    font-size: 100%;
    height: 100%;
}

body {
    background-color: #1B1E24;
}
/***
Page header
***/
.navbar, .navbar-inverse {
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
}

    .navbar .nav > li > .dropdown-menu::before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #CCC;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .navbar .nav > li > .dropdown-menu::after {
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        border-left: 6px solid transparent;
        content: '';
    }

.header-seperation {
    background-color: #22262e;
    /*  height: 105px !important;*/
}

.header .navbar-inner {
    filter: none !important;
    background-image: none !important;
    background-color: #ffffff !important;
}

.header .btn-navbar {
    background-color: #1f1f1f !important;
}

.header .nav .dropdown-toggle:hover, .header .nav .dropdown.open .dropdown-toggle {
}

.header .nav li.dropdown .dropdown-toggle i {
    color: #eff4f8 !important;
}

.navbar .notifications {
    background-color: #1B1E24;
    display: block;
    float: left;
    left: 0;
    margin: 0 10px 0 0;
    padding-top: 5px;
    position: relative;
}
/***
Page sidebar
***/
.menu-title {
    color: #808285;
    font-size: 10.5px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
}

    .menu-title a {
        color: #808285;
    }

        .menu-title a:hover {
            text-decoration: none;
        }

    .menu-title i {
        font-size: 10px;
        font-weight: normal;
    }

.page-sidebar {
    background-color: #1b1e24 !important;
    height: 100%;
    font-family: 'Open Sans';
    float: left; /*zainab*/
}

.nav-collapse.collapse {
    height: 100% !important;
}

.page-sidebar .outer-tab-nav-section {
    display: inline-block;
    width: 45px;
    position: absolute;
    height: 100%;
    background-color: #0aa699 !important;
}

.page-sidebar .inner-menu {
    display: inline-block;
    width: 200px;
}

.page-sidebar > ul > li > a {
    color: #8b91a0;
}

.page-sidebar > ul > li:last-child > a {
    border-bottom: 1px solid transparent !important;
}

.page-sidebar > ul > li a i {
    color: #8b91a0;
    width: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 10px
}

.page-sidebar > ul > li.open > a, .page-sidebar > ul > li > a:hover, .page-sidebar > ul > li:hover > a {
    background: #1b1e24;
    /* border-left:4px solid  #0aa699;*/
    padding: 11.5px 31px;
    color: #fff;
}

.page-sidebar.mini > ul > li > a:hover, .page-sidebar.mini > ul > li:hover > a {
    /*background: #0b9c8f;*/
}

.page-sidebar.mini > ul > li > ul.sub-menu {
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 999;
    min-width: 250px;
}

.page-sidebar > ul > li.active > a {
    border-top-color: transparent !important;
    color: #fff;
}

.page-sidebar > ul > li.active i {
    color: #fff;
}

.page-sidebar.mini > ul > li.active > a i, .page-sidebar > ul > li:hover > a i {
    color: #fff !important;
}

.page-sidebar > ul > li.active {
    border-left: 4px solid #fff !important;
}

.page-sidebar > ul > li > a.open {
    background: #313131;
}

.page-sidebar ul > li > a > .arrow:before, .page-sidebar > ul > li > a > .arrow.open:before {
    color: #919091 !important;
}

.page-sidebar ul > li.active > a .arrow:before, .page-sidebar > ul > li.active > a .arrow.open:before {
    color: #fff !important;
}

.page-sidebar > ul > li > ul.sub-menu > li > a {
    margin-left: 0px;
    padding-left: 5px;
}

.page-sidebar > ul > li > ul.sub-menu > li:first-child > a {
    border-top: 0px !important;
}

.page-sidebar > ul > li > ul.sub-menu > li.active > a, .page-sidebar > ul > li > ul.sub-menu > li > a:hover {
    color: #fff !important;
    background: #4b4b4b !important;
}

.page-sidebar > ul > li > ul.sub-menu > li > a:hover {
    background: #1b1e24 !important;
}
/* 3rd level sub menu */
.page-sidebar > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a, .page-sidebar > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover, .page-sidebar > ul > li > ul.sub-menu li.open > a {
    color: #fff !important;
}

.page-sidebar > ul > li > ul.sub-menu a .arrow:before, .page-sidebar > ul > li > ul.sub-menu a .arrow.open:before {
    color: #919091 !important;
}

.page-sidebar ul.folders {
    list-style: none;
    margin: 0px;
    padding: 0
}

    .page-sidebar ul.folders > li {
        border: 0 none;
        display: block;
        margin: 0;
        padding: 0;
    }

        .page-sidebar ul.folders > li > a {
            padding: 5px 31px;
            font-size: 13px;
            color: #fff;
            display: block;
            position: relative;
        }

            .page-sidebar ul.folders > li > a:hover {
                text-decoration: none;
            }

        .page-sidebar ul.folders > li > input {
            margin: 5px 31px;
            font-size: 13px;
            width: 150px;
        }

.h-ribbon {
    width: 100%;
    height: 4px;
    background-color: #0090d9;
}

    .h-ribbon .red {
        background-color: #0090d9 !important;
    }

.notification-alert {
    width: 29px;
    height: 29px;
    background-image: url("../img/notification-alert.png");
    position: absolute;
    float: right;
    right: -15px;
    z-index: 9999;
}

body {
    color: #6f7b8a;
    font-family: "Open Sans" /*"Helvetica Neue", Helvetica, Arial, sans-serif*/;
    font-size: 13px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
}

h1 {
    line-height: 43px
}

h2 {
    line-height: 35px
}

h3 {
    line-height: 30px
}

h4 {
    line-height: 22px
}

    h3 small, h4 small, h5 small {
        font-family: 'Open Sans';
        font-weight: 300;
        color: #444;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    font-weight: 300;
    color: #505458
}

    h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
        padding-bottom: 10px;
    }

a {
    text-shadow: none !important;
    color: #0d638f;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

    a, a:focus, a:hover, a:active {
        outline: 0;
        text-decoration: none;
    }

label.inline {
    display: inline-block;
    position: relative;
    top: 0px;
    font-size: 13px;
}

ul > li {
    padding-left: 6px;
    line-height: 20px;
}

address {
    margin-bottom: 0px;
}

blockquote {
    padding: 0 0 0 18px;
    border-left: 5px solid #EEEEEE;
}

    blockquote p {
        font-size: 16px
    }

    blockquote small:before {
        content: "";
    }

    blockquote.pull-right small:after {
        content: "";
    }

    blockquote small {
        line-height: 29px;
        color: #8b91a0;
    }

.logo {
    height: auto;
    margin: 9px 14px;
}

.normal {
    font-weight: normal;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: bold;
}

.all-caps {
    text-transform: uppercase;
}

.light {
    font-weight: 300 !important;
}

.small-text {
    font-size: 12px !important;
}

.normal-text {
    font-size: 13px !important;
}

.large-text {
    font-size: 15px !important;
}

.center-text {
    text-align: center !important;
}

.muted {
    color: #b6bfc5;
}
/* Background Colors */
.bg-blue {
    background-color: #00acec !important;
}

.bg-red {
    background-color: #0090d9 !important;
}

.bg-yellow {
    background-color: #00acec !important;
}

.bg-green {
    background-color: #0090d9 !important;
}

.bg-purple {
    color: #852b99 !important;
}

.bg-grey {
    color: #555555 !important;
}
/* Font Colors */

.text-black {
    color: #1b1e24 !important;
}

.text-white {
    color: #fff !important;
}

.text-success {
    color: #0AA699 !important;
}
.text-warning {
    color: #fbb05e !important;
}

.text-error {
    color: #0090d9 !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}
/* Color bands showcase used for demo */
.color-bands.green {
    background-color: #0aa699
}

.color-bands.purple {
    background-color: #a272b2
}

.color-bands.red {
    background-color: #0090d9
}

.color-bands.blue {
    background-color: #14b9d6
}
.text-info-custom:hover {
    color: red !important;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}
/* Custom Icons and Sizes */
.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

[class^="icon-"], [class*=" icon-"], [class^="icon-"]:hover, [class*=" icon-"]:hover {
    background: none !important;
}

.color-bands {
    display: inline-block;
    width: 80px;
    height: 4px;
    margin-right: 2px;
    margin-bottom: 8px;
}

span.iconset {
    display: block
}

.iconset {
    background: url('../img/icon/top-tray.png') no-repeat;
    position: relative;
    top: 1px;
}

    .iconset.top-home {
        background-position: -6px -7px;
        width: 16px;
        height: 14px;
        top: -1px;
    }

    .iconset.top-settings {
        background-position: -35px -6px;
        width: 16px;
        height: 16px;
        top: 1px;
    }

    .iconset.top-messages {
        background-position: -63px -8px;
        width: 16px;
        height: 12px;
        top: 1px;
    }

    .iconset.top-back {
        background-position: -92px -8px;
        width: 15px;
        height: 14px;
    }

    .iconset.top-forward {
        background-position: -121px -8px;
        width: 15px;
        height: 14px;
    }

    .iconset.top-reload {
        background-position: -147px -6px;
        width: 18px;
        height: 16px;
    }

    .iconset.top-settings-dark {
        background-position: -176px -6px;
        width: 17px;
        height: 16px;
    }

    .iconset.top-tiles {
        background-position: -206px -7px;
        width: 14px;
        height: 14px;
        top: 1.5px;
    }

    .iconset.top-down-arrow {
        background-position: -238px -12px;
        width: 7px;
        height: 5px;
    }

    .iconset.top-search {
        background-position: -261px -6px;
        width: 16px;
        height: 16px;
        top: 5px
    }

    .iconset.top-menu-toggle-dark {
        background-position: -288px -7px;
        width: 18px;
        height: 15px;
    }

    .iconset.top-menu-toggle-white {
        background-position: -315px -7px;
        width: 18px;
        height: 15px;
    }

    .iconset.top-menu-toggle-white {
        background-position: -315px -7px;
        width: 18px;
        height: 15px;
    }

    .iconset.top-chat-dark {
        background-position: -341px -6px;
        width: 21px;
        height: 16px;
    }

    .iconset.top-chat-white {
        background-position: -369px -6px;
        width: 21px;
        height: 16px;
    }

.iconplaceholder {
    width: 20px;
    height: 20px;
    border-radius: 99px;
    background-color: #e5e9ec;
    padding: 3px;
    display: inline-block;
    margin-right: 5px;
}

    .iconplaceholder i {
        font-size: 10px;
        color: #656c78;
        position: relative;
        left: 4px;
        top: -3px;
    }

.iconset .badge {
    top: -12px;
    right: -10px;
    position: relative;
    padding: 4px 6px;
    font-size: 10px;
}

.blog-bar {
    border-top: 1px solid #d7dbe0;
    margin-top: 18px;
    padding: 10px;
}

    .blog-bar a {
        color: #8b91a0;
        margin-right: 8px;
        text-decoration: none;
    }

        .blog-bar a:hover {
            color: #d7dbe0;
        }
/*** Fixes & Misc ***/

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.spacing-bottom {
    margin-bottom: 30px;
}

.v-align-bottom {
    vertical-align: bottom;
}

.v-align-top {
    vertical-align: top;
}

.v-align-middle {
    vertical-align: middle;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}
/** Padding top **/
.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px;
}
/** Padding Bottom **/
.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}
/** Padding Left **/
.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-50 {
    padding-left: 50px;
}
/** Padding Right **/
.p-r-10 {
    padding-right: 10px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-60 {
    padding-right: 60PX;
}
/** Margins **/
.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}
/** Margin top **/
.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}
/** Margin Bottom **/
.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}
/** Margin Left **/
.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-40 {
    margin-left: 40px;
}
/** Padding Right **/
.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-40 {
    margin-right: 40px;
}

.hide {
    display: none;
}

.padding-10 {
    padding: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.inline {
    display: inline-block !important;
}
/*** Header - Main Layout ***/

.header {
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 999;
    min-height: 60px;
}

    .header .btn-navbar {
        margin-bottom: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 6px;
        background-image: none;
        filter: none;
        box-shadow: none;
        color: #fff;
        border: 0;
    }

        .header .btn-navbar:hover {
            text-decoration: none;
        }

    .header .navbar-inner {
        width: 100%;
        margin-left: 0 0 0 110px;
        border: 0px;
        padding: 0px;
        box-shadow: none;
        border-radius: 0px;
    }

        .header .navbar-inner [class*="span"] {
            min-height: 58px !important;
        }

    .header .nav {
        display: block;
    }

    .header .header-seperation {
        width: 250px;
        display: block;
        float: left;
        height: 67px; /*changed height from 60 to 67*/
    }

    .header .header-quick-nav {
        padding-right: 10px;
    }

        .header .header-quick-nav .input-append .add-on, .input-prepend .add-on {
        }

        .header .header-quick-nav input {
            height: 12px !important;
        }

    .header .notifcation-center {
        background-color: #1b1e24;
        margin-top: 12px;
        margin-right: 15px !important;
        display: inline-flex;
        display: -ms-flexbox;
    }

        .header .notifcation-center li {
            min-width: 30px !important;
        }

            .header .notifcation-center li a {
                padding: 10px !important;
                min-height: 17.5px;
            }

                .header .notifcation-center li a i {
                    font-size: 13px !important;
                }

    .header .nav > li {
        margin: 0px;
        padding: 0px;
        text-align: center;
        display: inline-block;
        float: left;
    }

        .header .nav > li.dropdown, .header .nav > li.dropdown > a {
            text-align: center;
            /* margin-left: 20px;*/ /*zainab*/
        }

            .header .nav > li.dropdown:last-child {
            }

            .header .nav > li.dropdown .dropdown-toggle {
                margin: 0px;
            }

            .header .nav > li.dropdown .active {
                background-color: #0d0f12;
            }

            .header .nav > li.dropdown .dropdown-toggle i {
                font-size: 15px;
                margin-left: auto;
                margin-right: auto;
            }

            .header .nav > li.dropdown.user .dropdown-toggle {
                padding: 8px 4px 7px 9px;
            }

                .header .nav > li.dropdown.user .dropdown-toggle:hover {
                    text-decoration: none;
                }

    .header .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #fff;
    }

    .header a {
        text-decoration: none;
    }

    .header .chat-toggler {
        position: relative;
        top: 10px;
        margin-right: 5px;
        display: inline-block;
        float: left;
        min-width: 163px;
    }

        .header .chat-toggler .user-details {
            display: inline-block;
            float: left;
            line-height: 35px;
        }

        .header .chat-toggler .iconset {
            display: inline-block;
            float: left;
            margin: 15px 10px;
        }

    .header .chat-message-preview .user-details {
        display: inline-block;
        float: left;
    }

    .header .chat-toggler .profile-pic {
        display: inline-block;
        border-radius: 100px 100px 100px 100px;
        height: 35px;
        overflow: hidden;
        width: 35px;
        float: left;
    }

    .header .chat-message-preview .profile-pic {
        display: inline-block;
        border-radius: 100px 100px 100px 100px;
        float: left;
        height: 35px;
        overflow: hidden;
        width: 35px;
        margin-left: 10px
    }

    .header .chat-toggler a {
        color: #1b1e24;
        font-size: 15px;
        display: inline-block;
        float: left;
    }

    .header .chat-toggler .user-details .username a {
        color: #1b1e24;
        font-size: 15px;
    }

    .header .chat-message-preview .user-details .username a {
        color: #22262e;
        font-weight: 600;
        text-align: right;
    }

    .header .chat-toggler .user-details .company a {
        color: #8b8f92;
        font-weight: 400;
        text-align: right;
        font-size: 12px;
    }

    .header .chat-toggler > i {
        color: #808080;
        text-align: right;
        font-size: 20px;
        position: relative;
        padding: 8px;
        top: 8px;
    }

    .header .chat-toggler .message-count {
        display: inline-block;
        float: left;
    }

        .header .chat-toggler .message-count .badge {
            position: absolute;
            float: left;
            right: 0;
            top: 0;
        }

    .header .chat-message-preview {
        border-left: 1px solid #e5e9ec;
        border-right: 1px solid #e5e9ec;
        padding: 4px 15px;
        margin-right: 12px;
    }

        .header .chat-message-preview a {
            color: #6F7B8A;
        }

        .header .chat-message-preview .chat-message {
            color: #8b8f92;
            background-color: #e5e9ec;
            padding: 5px;
            font-size: 12px;
            border-radius: 3px;
        }

    .header .quick-section {
        margin-left: 5px; /*changed from 20px to 5px by BK*/
        margin-top: 16px;
        margin-right: 10px;
        display: inline-block;
        float: left;
    }

        .header .quick-section:first-child {
            margin-left: 20px
        }

    .header .nav > li.quicklinks i {
        display: inline-block;
        margin-top: 5px;
        margin: 0;
        font-size: 14px;
        color: #656565 !important;
    }

    .header .nav > li.quicklinks > a {
        padding: 4px 2px !important
    }

    .header .nav .h-seperate {
        height: 6px;
        width: 2px;
        margin: 0px 10px 0px 10px;
        border-left: 1px solid #e1e1e1;
        display: inline;
        position: relative;
        top: 2px;
    }

    .header .nav li.dropdown.user .dropdown-toggle i {
        display: inline-block;
        margin-top: 5px;
        margin: 0;
        font-size: 16px;
        color: #808080 !important;
    }

    .header .search-form {
        display: inline-block;
        float: left;
        margin-left: 25px !important;
        top: -4.5px;
        position: relative
    }

    .header .nav > li.dropdown .dropdown-toggle .badge {
        position: absolute;
        font-size: 10px !important;
        font-weight: 700;
        top: 0px;
        right: 2px;
        text-align: center;
        background-color: #0090d9;
        padding: 4px 6px;
        -webkit-border-radius: 12px !important;
        -moz-border-radius: 12px !important;
        border-radius: 12px !important;
        text-shadow: none !important;
        color: #fff;
    }

    .header .nav .dropdown-menu {
        margin-top: 3px;
    }
/** drop downs **/
.open {
    position: relative;
}

.navbar .pull-right > li.open > .dropdown-menu, .navbar .nav > li.open > .dropdown-menu.pull-right {
    margin-right: -6px;
    margin-top: 7px;
}
/*** Page Loader ***/
.pace .pace-activity {
    top: 72px;
}
/** No menu Reset **/
.no-top .pace .pace-activity {
    top: 10px;
}

.loading-animator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
    border-image: none;
    border-radius: 10px 10px 10px 10px;
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 14px;
    margin-left: 40%;
    width: 14px;
    z-index: 2000;
}
/*** Page container ***/
.page-container {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
}
/*** Page sidebar ***/
.page-sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .page-sidebar > ul > li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
    }

        .page-sidebar > ul > li.start > a {
            border-top-color: transparent !important;
        }

        .page-sidebar > ul > li:last-child > a {
            border-bottom: 1px solid transparent !important;
        }

        .page-sidebar > ul > li > a {
            display: block;
            position: relative;
            margin: 0;
            border: 0px;
            padding: 11.5px 31px 11.5px 31px;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
        }

            .page-sidebar > ul > li > a i {
                font-size: 14px;
                margin-right: 5px;
                text-shadow: none;
            }

        .page-sidebar > ul > li.active > a {
            border: none;
            text-shadow: none; /*border-left:4px solid  #0aa699;*/ /*padding: 10px 25px 10px 21px;*/
        }

            .page-sidebar > ul > li.active > a .selected {
                /* display: block;
                width: 8px;
                height: 25px;
                background-image: url("../img/sidebar-menu-arrow.png");
                float: right;
                position: absolute;
                right: -8px;
                top: 8px;*/
            }

.page-sidebar ul > li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar > ul > li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 3px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar > ul > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px;
    background-color: #22262E;
    padding: 8px 0px 10px 0px;
}

.page-sidebar > ul > li.active > ul.sub-menu {
    display: block;
}

.page-sidebar > ul > li > ul.sub-menu > li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

    .page-sidebar > ul > li > ul.sub-menu > li > a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px;
        padding-left: 53px !important;
        color: #e1eaf1;
        text-decoration: none;
        text-shadow: 0 1px 1px #000;
        font-size: 13px;
        font-weight: 300;
        background: none;
    }
    /* Level 3 */
    .page-sidebar > ul > li > ul.sub-menu > li ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 0px 0px 0px 0px;
        padding-left: 0
    }

.page-sidebar > ul > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar > ul > li > ul.sub-menu li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 18px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar > ul > li.active > ul.sub-menu > li ul.sub-menu {
    display: block;
}

.page-sidebar > ul > li > ul.sub-menu > li ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
}

.page-sidebar > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    font-weight: 300;
}

.page-sidebar > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 70px;
}

.page-sidebar > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px;
}

.page-sidebar > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i {
    font-size: 13px;
}
/* Slider for iphone and tablets */
.chat-window-wrapper {
    overflow: hidden;
}

.sidr {
    background-color: #22262e;
    box-shadow: none;
}

    .sidr ul.chat-window li {
        border: 0px;
    }

        .sidr ul.chat-window li:hover > a, .sidr ul.chat-window li:hover > span, .sidr ul.chat-window li.active > a, .sidr ul.chat-window li.active > span, .sidr ul.chat-window li.sidr-class-active > a, .sidr ul.chat-window li.sidr-class-active > span {
            box-shadow: none;
            background-color: #fed8db;
            line-height: 16px;
        }

        .sidr ul.chat-window li:nth-child(odd) {
            background-color: #fff;
        }

        .sidr ul.chat-window li:nth-child(even) {
            background-color: #f5f6f8;
        }
/*** Scroll to top *****/
.scrollup {
    background: url('../img/pullup.png') no-repeat;
    background-position: 0px 0px;
    width: 27px;
    height: 27px;
    position: fixed;
    bottom: 92px;
    left: 235px;
    display: none;
    text-indent: -9999px;
    z-index: 101;
}

    .scrollup:hover {
        background-position: -30px 0px;
    }

    .scrollup.to-edge {
        left: 35px;
    }

.footer-widget {
    position: absolute;
    bottom: 0px;
    display: block;
    padding: 11px 21px;
    background-color: #22262e;
    width: 250px;
    clear: both;
}

    .footer-widget .progress {
        position: relative;
        top: 15px;
        width: 70%;
    }

    .footer-widget a {
        color: #8B91A0;
    }

        .footer-widget a:hover, .footer-widget a:hover i {
            color: #8B91A0;
            text-decoration: none;
        }

    .footer-widget i {
        font-size: 14px;
        color: #5e646d;
    }

    .footer-widget .details-status {
        background-color: #2d3139;
        border-radius: 3px 3px 3px 3px;
        color: #8B91A0;
        display: inline-block;
        font-size: 11px;
        padding: 6px;
        left: -22px;
        position: relative;
    }
/* Sidebar chat and elements */
.chat-window-wrapper {
    font-family: 'Open Sans';
    font-size: 13px;
}

    .chat-window-wrapper .chat-header {
        height: 58px;
    }

    .chat-window-wrapper input[type="text"], .chat-window-wrapper input[type="password"], .chat-window-wrapper input[type="date"], .chat-window-wrapper input[type="datetime"], .chat-window-wrapper input[type="email"], .chat-window-wrapper input[type="number"], .chat-window-wrapper input[type="search"], .chat-window-wrapper input[type="tel"], .chat-window-wrapper input[type="time"], .chat-window-wrapper input[type="url"], .chat-window-wrapper textarea, .chat-window-wrapper select {
        background-color: #0d0f12;
        height: 28px;
    }

.chat-header input[type="text"] {
    margin: 15px 0 15px 14px;
    width: 195px;
}

.chat-header .iconset {
    margin: 20px 15px;
}

.chat-window-wrapper .side-widget {
    margin-top: 15px;
    display: block;
}

.chat-window-wrapper .side-widget-title {
    color: #808285;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding-left: 31px;
    padding-right: 31px;
    text-transform: uppercase;
}

.chat-window-wrapper .side-widget-content {
    display: block;
}

    .chat-window-wrapper .side-widget-content ul.groups {
        list-style: none;
        margin: 0;
        margin-top: 10px;
        padding-left: 0;
    }

        .chat-window-wrapper .side-widget-content ul.groups li {
            line-height: 25px;
        }

        .chat-window-wrapper .side-widget-content ul.groups > li > a {
            color: #fff;
            font-size: 13px;
            padding: 5px 31px;
        }

            .chat-window-wrapper .side-widget-content ul.groups > li > a:hover {
                text-decoration: none;
            }

.chat-window-wrapper .user-details-wrapper {
    display: block;
    margin: 8px;
    padding: 10px;
    border-radius: 3px;
}

.chat-window-wrapper .chat-messages .user-details-wrapper {
    padding: 6px;
}

    .chat-window-wrapper .chat-messages .user-details-wrapper:hover {
        background-color: #22262e;
        cursor: auto;
    }

.chat-window-wrapper .user-details-wrapper .status-icon {
    margin-right: 0px;
}

.chat-window-wrapper .user-details-wrapper.active {
    background-color: #372b32;
}

    .chat-window-wrapper .user-details-wrapper.active:hover {
        background-color: #482f36;
        cursor: pointer;
    }

.chat-window-wrapper .user-details-wrapper:hover {
    background-color: #2a2e36;
    cursor: pointer;
}

.chat-window-wrapper .user-details-wrapper > .user-profile {
    display: inline-block;
    float: left;
    border-radius: 100px 100px 100px 100px;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin-right: 13px;
}

.chat-window-wrapper .user-details-wrapper > .user-details {
    display: inline-block;
    float: left;
}

    .chat-window-wrapper .user-details-wrapper > .user-details > .user-name {
        display: block;
        color: #fff;
    }

    .chat-window-wrapper .user-details-wrapper > .user-details > .user-more {
        display: block;
        color: #747b89;
        font-size: 11px;
        width: 120px;
    }

.chat-window-wrapper .user-details-status-wrapper {
    display: inline-block;
    float: left;
    min-width: 32px;
    margin-top: 8px;
}

.chat-window-wrapper .user-details-count-wrapper {
    display: inline-block;
    float: left;
    margin-top: 8px;
}

.chat-messages-header {
    background-color: #1b1e24;
    color: #4c5264;
    padding: 8px;
    padding-left: 21px;
}

    .chat-messages-header .status {
        height: 10px;
        width: 10px;
        border-radius: 8px;
        background-color: #e5e9ec;
        display: inline-block;
        margin-right: 12px;
    }

        .chat-messages-header .status.online {
            background-color: #0aa699;
        }

        .chat-messages-header .status.busy {
            background-color: #0090d9;
        }

        .chat-messages-header .status.away {
            background-color: #0aa699;
        }

    .chat-messages-header a > i {
        color: #4c5264;
        font-size: 10px;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
    }

.chat-footer {
    position: absolute;
    bottom: 0px;
    background-color: #e5e9ec;
    padding: 10px;
    padding-bottom: 0px;
    width: 92.6%;
}

.bubble {
    position: relative;
    width: 165px;
    min-height: 40px;
    background: #e5e9ec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #22262e;
    padding: 10px
}

.bubble {
    cursor: pointer;
}

    .bubble.old {
        background: #0d0f12;
        color: #4c5264;
    }

    .bubble.sender {
        background: #0ba195;
        color: #fff;
    }

.chat-messages .sent_time {
    width: 100%;
    color: #4c5264;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

    .chat-messages .sent_time.off {
        display: none;
    }

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 7px 9px 0;
    border-color: transparent #e5e9ec;
    display: block;
    width: 0;
    z-index: 1;
    left: -7px;
    top: 12px;
}

.bubble.old:after {
    border-color: transparent #0d0f12;
}

.bubble.sender:after {
    border-color: transparent #0ba195;
    border-width: 9px 0 9px 7px;
    right: -7px !important;
    left: auto;
}

.chat-input-wrapper {
    position: fixed;
    bottom: 0;
    background-color: #1b1e24;
    width: 250px;
    padding: 7px;
}

    .chat-input-wrapper textarea {
        background-color: #fff;
        padding: 0;
        margin: 0;
    }

.user-chat-wrapper {
    display: block;
    padding: 10px 15px;
}

    .user-chat-wrapper .profile-wrapper {
        display: inline-block;
        float: left;
        border-radius: 100px 100px 100px 100px;
        height: 35px;
        overflow: hidden;
        width: 35px;
        margin: 0px 10px 0 0px;
    }

    .user-chat-wrapper .user-chat {
        display: inline-block;
        float: left;
    }

        .user-chat-wrapper .user-chat .user-name {
            color: #22262e;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .user-chat-wrapper .user-chat .user-chat-preview {
            display: block;
            float: left;
        }

        .user-chat-wrapper .user-chat .more-details {
            display: inline-block;
            float: left;
            color: #8b8f92;
            margin-right: 10px;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
/* ie8 fixes */
.ie8 .page-sidebar {
    position: absolute;
    width: 225px;
}

    .ie8 .page-sidebar ul {
        width: 225px;
    }
/* Sidebar and menu Condensed version */
.page-sidebar.mini {
    width: 50px;
}

    .page-sidebar.mini > ul {
        width: 50px;
        padding: 60px 0 0;
    }

        .page-sidebar.mini > ul > li > a {
            padding: 13px;
            color: rgba(255,255,255,.5)
        }

        .page-sidebar.mini > ul > li a i {
            color: rgba(255,255,255,.5)
        }

    .page-sidebar.mini .user-info {
        display: none;
    }

    .page-sidebar.mini > p {
        display: none;
    }

    .page-sidebar.mini .status-widget {
        display: none;
    }

    .page-sidebar.mini .notification-alert {
        display: none;
    }

    .page-sidebar.mini ul li span.title {
        display: none;
    }

    .page-sidebar.mini ul li ul li span.title {
        display: inline;
    }

    .page-sidebar.mini ul li span.arrow {
        display: none;
    }

    .page-sidebar.mini ul li ul li span.arrow {
        display: inline;
    }

    .page-sidebar.mini ul li span.badge {
        display: none;
    }

    .page-sidebar.mini .profile-wrapper {
        display: none;
    }

    .page-sidebar.mini > .side-bar-widgets {
        display: none;
    }

    .page-sidebar.mini .footer-widget {
        display: none;
    }

.page-sidebar.mini {
    /*    background-color: #0074af !important;
    #1b1e24*/
    height: 100%;
    margin-top: 0;
    position: absolute;
}

.page-content.condensed {
    margin-left: 50px;
}
/*.page-sidebar > ul > li > a {
    color: #8b91a0;
}
*/
/*** Inner menu of Email App - Extra stuff ***/
.inner-menu {
    display: inline-block;
    position: absolute;
    width: 200px;
    font-family: 'Open Sans';
    background-color: #1b1e24;
    height: 100%
}

    .inner-menu .inner-wrapper {
        padding: 20px 20px 0;
    }

    .inner-menu .inner-menu-content {
        margin-top: 50px;
    }

    .inner-menu .menu-title {
        padding-right: 23px;
    }

    .inner-menu .inner-wrapper .menu-title {
        padding-left: 0px;
    }

        .inner-menu .inner-wrapper .menu-title i {
            padding-right: 0px;
        }

    .inner-menu ul.big-items {
        list-style: none outside none;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px;
    }

        .inner-menu ul.big-items li {
            text-align: right;
            padding: 8px 25px;
        }

            .inner-menu ul.big-items li a {
                color: #8b91a0;
                font-size: 18px;
            }

                .inner-menu ul.big-items li a:hover {
                    text-decoration: none;
                    color: #e5e9ec;
                }

            .inner-menu ul.big-items li:hover {
                background-color: #2d313b;
            }

            .inner-menu ul.big-items li.active {
                background-color: #2d313b;
            }

                .inner-menu ul.big-items li.active a {
                    background-color: #2d313b;
                    color: #e5e9ec;
                }

    .inner-menu ul.small-items {
        list-style: none outside none;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0;
    }

        .inner-menu ul.small-items li {
            text-align: right;
            padding: 8px 25px;
        }

            .inner-menu ul.small-items li a {
                color: #8b91a0;
                font-size: 14px;
            }

                .inner-menu ul.small-items li a:hover {
                    text-decoration: none;
                    color: #e5e9ec;
                }

            .inner-menu ul.small-items li:hover {
                background-color: #2d313b;
            }

            .inner-menu ul.small-items li.active {
                background-color: #2d313b;
            }

                .inner-menu ul.small-items li.active a {
                    background-color: #2d313b;
                    color: #e5e9ec;
                }

            .inner-menu ul.small-items li .badge {
                position: relative;
                top: -1px;
            }

    .inner-menu ul.big-items li .badge {
        position: relative;
        top: -2px;
    }
/*** Page content - Layout ***/

/*** Overlay for googlemaps, vector maps and charts  ***/
.overlayer {
    position: absolute;
    display: block;
    z-index: 9999;
}

.overlayer-wrapper {
    position: relative;
    display: block;
    z-index: 9999;
}

.overlayer.fullwidth {
    width: 100%;
}

.demo-map {
    width: 100%;
    min-height: 960px;
}

.overlay-fixed {
    position: fixed !important;
    top: auto !important;
}
/*** Positioning tools for overlays  ***/
.top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.top-right {
    position: absolute;
    top: 1px;
    right: 0;
}

.bottom-left {
    position: absolute;
    bottom: 1px;
    left: 0;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
/*** Main Page Content  ***/
.page-content {
    margin-top: 0px;
    padding: 0px;
    background-color: #e5e9ec;
    overflow: auto;
    position: relative;
    min-height: 850px;
    padding-bottom: 75px;
    margin-left: 250px;
}

    .page-content.condensed-layout {
        margin-left: 50px !important;
    }

.ie8 .page-content {
    margin-left: 225px;
    margin-top: 0px;
}

.page-content .admin-bar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    bottom: -115px;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .page-content .admin-bar .admin-bar-inner {
        background: padding-box #FFFFFF;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
        margin-right: 250px;
        padding: 30px 35px 30px 40px;
        text-align: right;
    }
/*** Page header ***/
.page-content .header {
    padding: 20px !important;
}

    .page-content .header h3 {
        font-size: 20px;
        display: inline;
    }

    .page-content .header i {
        font-size: 18px;
    }
/*** Page title ***/

.page-title {
    padding: 0px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 0;
    font-weight: 300;
    font-family: 'Open Sans';
}

    .page-title h3 {
        display: inline-block;
        top: -5px;
        position: relative;
        width: 83%;
    }

    .page-title p {
        color: #63696d;
        letter-spacing: 0.5px
    }

    .page-title i {
        display: inline-block;
        color: #73777c;
        font-size: 30px;
        margin-right: 12px;
        position: relative;
        top: 7px;
        float: left
    }

    .page-title small {
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: 300;
        color: #888;
    }

    .page-title .actions {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
/* Breadcrumb */
.page-content .breadcrumb {
    font-family: 'Open Sans';
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 0px !important;
    border: none !important;
    margin-bottom: 5px;
    text-transform: uppercase
}

    .page-content .breadcrumb a, .page-content .breadcrumb i, .page-content .breadcrumb span, .page-content .breadcrumb li {
        color: #515050;
        font-weight: 300;
        text-shadow: none;
    }

    .page-content .breadcrumb a {
        margin-left: 10px;
    }

    .page-content .breadcrumb li {
        font-size: 13px;
        font-weight: 400;
        color: #7b7d82;
    }

        .page-content .breadcrumb li .active {
            font-weight: 500;
        }

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
}

.page-content .content {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 85px;
    padding-bottom: 15px;
}

a.icon:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .4;
    filter: alpha(opacity=40);
}
/*** Bootstrap Wells ***/
.well {
    background-color: #D1DADE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    background-image: none;
}

    .well.well-large {
        padding: 24px;
        width: auto;
    }

    .well.well-small {
        padding: 13px;
        width: auto;
    }

    .well.green {
        background-color: #0aa699;
        color: #fff;
        border: none;
    }
/*** Forms Elements***/
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

input, button, select, textarea {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

    label.done {
        color: #0090d9 !important;
        text-decoration: line-through;
    }

.uneditable-input, 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"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 15px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top;
    background-color: #fff;
    min-height: 37px;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input.no-boarder {
    border: none;
}

input.dark {
    background-color: #e5e9ec;
    border: none;
}

input {
    border: 1px solid #cecece;
}

textarea {
    height: auto;
    padding-left: 12px !important;
    padding-top: 10px !important;
}

    .uneditable-input.focus, textarea:focus, select: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, .m-uneditable-input:focus {
        border-color: #ccc;
        outline: 0 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #f4f5f7;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select, input[type="file"] {
    height: 34px !important;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

select {
    width: 220px;
    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    min-height: 35px;
}

    select[multiple], select[size] {
        height: auto !important;
    }

    select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: thin dotted #333333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

input[class*="span"] {
    float: none;
    height: 34px !important;
    margin-left: 0;
}

select[class*="span"], textarea[class*="span"] {
    float: none;
    margin-left: 0;
}
/** Input Size **/
.input-lg {
    border-radius: 3px !important;
    font-size: 18px !important;
    height: 45px !important;
    line-height: 1.33 !important;
}

.input-sm {
    font-size: 13px !important;
    min-height: 20 !important
}
/** Input Prepends/Appends **/
.input-prepend, .input-append {
    border: 0;
    display: inline-block;
}

    .input-append .add-on, .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 24px;
        min-width: 16px;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        text-align: center;
        text-shadow: 0 1px 0 #ffffff;
        background-color: #e5e5e5;
        border: 1px solid #e5e5e5;
    }

        .input-append .add-on > .halflings-icon, .input-prepend .add-on > i, .input-prepend .add-on > .fa {
            margin-top: 5px;
            margin-left: 3px;
        }

            .input-append .add-on > .halflings-icon .input-append .add-on > i, .input-append .add-on > .fa {
                margin-top: 5px;
                margin-left: 0px;
            }

    .input-append, .input-append :focus {
        border-right: 0 !important;
    }

        .input-append input[class*="span"], .input-prepend input[class*="span"], .input-append input, .input-prepend input {
            display: inline-block !important;
            width: 100%;
            float: left;
        }

.xsmall {
    width: 50px !important;
}

.small {
    width: 120px !important;
}

.medium {
    width: 206px !important;
}

.large {
    width: 320px !important;
}

.huge {
    width: 480px !important;
    font-size: 24px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 22px 8px !important;
}

.radio, .checkbox {
    margin-bottom: 0;
    margin-top: 0;
}

    .radio label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 13px;
        margin-bottom: 6px;
        color: #777a80;
    }

    .radio input[type=radio] {
        display: none;
    }

    .radio label:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 2.5px;
        background-color: #fff;
        border: 1px solid #c2c6cb;
        border-radius: 99px;
    }

    .radio label:after {
        font-size: 13px;
        content: "";
        text-align: center;
        display: inline-block;
        width: 17px;
        height: 17px;
        position: absolute;
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 99px;
        left: 0px;
        top: 1px;
        background-color: #6f7b8a;
        border: 1px solid #6f7b8a;
    }

    .radio input[type=radio][disabled] + label {
        opacity: 0.65;
    }

    .checkbox input[type=radio][disabled] + label:after {
        background-color: #eceff3;
    }

    .radio.radio-success label:after {
        background-color: #0090D9;
        border: 1px solid #0090D9;
    }

    .radio.radio-primary label:after {
        background-color: #0090d9;
        border: 1px solid #0090d9;
    }

    .radio.radio-info label:after {
        background-color: #1F3853;
        border: 1px solid #1F3853;
    }

    .radio.radio-warning label:after {
        background-color: #FDD01C;
        border: 1px solid #FDD01C;
    }

    .radio.radio-danger label:after {
        background-color: #0090d9;
        border: 1px solid #0090d9;
    }

    .radio input[type=radio]:checked + label {
        color: #4d5056;
    }

        .radio input[type=radio]:checked + label:after {
            -o-transform: scale(0.63);
            -ms-transform: scale(0.63);
            -moz-transform: scale(0.63);
            -webkit-transform: scale(0.63);
            transform: scale(0.63);
            line-height: 18px;
            -o-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
            -ms-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
            -moz-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
            -webkit-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
            transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        }

        .radio input[type=radio]:checked + label:before {
            border: 1px solid #8e9095;
        }

    .radio.radio-success input[type=radio]:checked + label:before {
        border: 1px solid #0090D9;
    }

    .radio.radio-primary input[type=radio]:checked + label:before {
        border: 1px solid #0090d9;
    }

    .radio.radio-info label input[type=radio]:checked + :before {
        border: 1px solid #1F3853;
    }

    .radio.radio-warning input[type=radio]:checked + label:before {
        border: 1px solid #FDD01C;
    }

    .radio.radio-danger input[type=radio]:checked + label:before {
        border: 1px solid #0090d9;
    }

    .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 13px;
        margin-bottom: 6px;
        color: #777a80;
        transition: border 0.2s linear 0s, color 0.2s linear 0s;
    }

table td .checkbox label {
    /*padding-left: 0px;*/ /*Commented this by BK 29/01/2016 on temp basis*/
}

table th .checkbox label {
    padding-left: 0px;
}

    table th .checkbox label::after, table td .checkbox label::after {
        /*left: 0*/ /*Commented this by BK 10/02/2016 on temp basis*/
    }

.star label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

    .star label:before {
        font-family: 'FontAwesome';
        content: "\F005";
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        left: 0px;
        top: -4px;
        font-size: 18px;
        color: #97a3b3;
        transition: border 0.2s linear 0s, color 0.2s linear 0s;
    }

.star label {
    margin-bottom: 10px;
}

.star input[type=checkbox] {
    display: none;
}

    .star input[type=checkbox]:checked + label:before {
        color: #ffd200;
    }

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 1.4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.2px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label {
    margin-bottom: 10px;
}

    .checkbox label:after {
        border-radius: 3px;
    }

.checkbox.checkbox-circle label:after {
    border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
    border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
}

.checkbox input[type=checkbox]:checked + label {
    color: #4d5056;
}

.checkbox input[type=checkbox][disabled] + label {
    opacity: 0.65;
}

    .checkbox input[type=checkbox][disabled] + label:before {
        background-color: #eceff3;
    }

.checkbox.check-success input[type=checkbox]:checked + label:before {
    background-color: #0090D9;
    border: 1px solid #0090D9;
}

.checkbox.check-success input[type=checkbox]:checked + label::after {
    color: #fff;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
    background-color: #0090d9;
    border: 1px solid #0090d9;
}

.checkbox.check-primary input[type=checkbox]:checked + label::after {
    color: #fff;
}

.checkbox.check-info input[type=checkbox]:checked + label:before {
    background-color: #1F3853;
    border: 1px solid #1F3853;
}

.checkbox.check-info input[type=checkbox]:checked + label::after {
    color: #fff;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before {
    background-color: #FDD01C;
    border: 1px solid #FDD01C;
}

.checkbox.check-warning input[type=checkbox]:checked + label::after {
    color: #fff;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before {
    background-color: #0090d9;
    border: 1px solid #0090d9;
}

.checkbox.check-danger input[type=checkbox]:checked + label::after {
    color: #fff;
}

select.xsmall {
    width: 64px !important;
}

select.small {
    width: 134px !important;
}

select.medium {
    width: 220px !important;
}

select.large {
    width: 334px !important;
}

.wysihtml5-toolbar li {
    padding-left: 0px;
}

.bootstrap-tagsinput {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    width: 100%;
    transition: background 0.2s linear 0s;
}

    .bootstrap-tagsinput.active-element {
        background-color: #f4f5f7;
    }

    .bootstrap-tagsinput input {
        border: none;
        margin-bottom: 0px;
        min-height: 25px;
    }

    .bootstrap-tagsinput .tag {
        vertical-align: middle;
        padding: 4px 9px;
        margin-top: 3px;
        display: inline-block;
    }

        .bootstrap-tagsinput .tag [data-role="remove"]:hover:active, .bootstrap-tagsinput .tag [data-role="remove"]:hover {
            box-shadow: none;
        }
/*** Form stuff ***/
form legend {
    margin: 15px 0px 10px 0px !important;
}

.column-seperation > div[class*="col-"] {
    border-right: 1px solid #ddd;
}

    .column-seperation > div[class*="col-"]:last-child {
        border-right: 0px;
    }

.form-no-horizontal-spacing .row-fluid [class*="span"] {
}

.form-no-horizontal-spacing .row-fluid .side-label {
    border-right: 1px solid #dddddd;
}

.radio, .checkbox {
    padding-left: 0px
}
/*** General forms settings ***/
input.placeholder, textarea.placeholder {
    color: #aaa !important;
}

.help-block {
    margin-top: 10px;
}

.form-inline input {
    margin-bottom: 0px !important;
}

.form-label {
    margin-top: 2px;
}

    .form-label .required {
        color: #e02222;
        font-size: 12px;
        padding-left: 2px;
    }

.help-inline {
    margin-top: 6px;
}

.help-small {
    font-size: 12px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.success .help-inline.ok:before {
    content: "\f00c";
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

form legend, .form-view legend {
    margin-bottom: 15px !important;
}

.controls > .radio .checker, .controls > .checkbox .checker {
    margin-right: 2px !important;
}

.controls > .radio, .controls > .checkbox {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 8px !important;
    margin-right: 15px !important;
}

    .controls > .radio.line, .controls > .checkbox.line {
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 5px !important;
    }

.controls .inline {
    margin-top: 8px;
}

.form-view .control-group {
    margin-top: 0px;
    margin-bottom: 5px;
}

.uploader {
    margin-top: 2px !important;
}

.hint {
    padding: 5px 0px 0px 10px;
}

.form form {
    margin: 0px !important;
    padding: 0px !important;
}

.form .form-actions {
    background-color: #f5f5f5 !important;
    margin-top: 0px !important;
    margin-top: 40px;
    padding-left: 190px;
}
/** bringing back bs2 form actions **/
.form-actions {
    background-color: #F2F4F6;
    border: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
}

    .form-actions:before, .form-actions:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .form-actions:after {
        clear: both;
    }
/*** Bordered form layout ***/
.form-horizontal.form-bordered .control-group:first-child {
    border-bottom: 1px solid #eee !important;
}

.form-horizontal.form-bordered .control-group {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

    .form-horizontal.form-bordered .control-group.last {
        border-bottom: 0;
    }

.grid.box .form-horizontal.form-bordered .control-group {
    margin-left: -10px;
    margin-right: -10px;
}

    .grid.box .form-horizontal.form-bordered .control-group:first-child {
        margin-top: -10px;
    }

.form-horizontal.form-bordered .control-group .controls {
    padding: 10px;
    position: relative;
    border-left: 1px solid #eee;
}

    .form-horizontal.form-bordered .control-group .controls .chosen-container {
        min-height: 32px;
    }

        .form-horizontal.form-bordered .control-group .controls .chosen-container .help-block {
            clear: both;
            padding-top: 10px !important;
        }

.form-horizontal.form-bordered .control-group .control-label {
    margin-top: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-row-stripped .m-wrap {
    background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
    background-color: #ffffff;
}

.form-horizontal.form-bordered .help-inline, .form-horizontal.form-bordered .help-block {
    padding-left: 0;
}

.grid .simple .form-actions {
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: -20px !important;
}

.grid.box .form .form-actions, .grid.solid .form .form-actions {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -10px !important;
}
/***  Form wizard  ***/
.wizard-steps {
    display: block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
}

    .wizard-steps a:hover, .wizard-steps a:active, .wizard-steps a:focus {
        text-decoration: none
    }

    .wizard-steps li {
        display: block;
        float: left;
        max-width: 20%;
        min-width: 20%;
        text-align: center;
        padding-left: 0;
    }

        .wizard-steps li:before {
            border-top: 6px solid #55606E;
            content: "";
            display: block;
            font-size: 0;
            overflow: hidden;
            position: relative;
            top: 32px;
            right: 1px;
            width: 100%;
            z-index: 1;
        }

        .wizard-steps li:first-child:before {
            left: 50%;
            max-width: 50%;
        }

        .wizard-steps li:last-child:before {
            max-width: 50%;
            width: 50%;
        }

        .wizard-steps li.active .step, .wizard-steps li.active.complete .step {
            background-color: #0090d9;
            color: #FFFFFF;
            font-size: 20px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            top: 0px;
        }

        .wizard-steps li.complete .step {
            background-color: #0090d9;
        }

        .wizard-steps li .step i {
            font-size: 10px;
            font-weight: normal;
            position: relative;
            top: -1.5px;
        }

        .wizard-steps li .step {
            background-color: #d1dade;
            border-radius: 100px;
            width: 27px;
            height: 27px;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            line-height: 27px;
            position: relative;
            text-align: center;
            z-index: 2;
            top: 5px;
            transition: all 0.2s linear 0s;
        }

        .wizard-steps li.complete .title, .wizard-steps li.active .title {
            color: #2B3D53;
        }

        .wizard-steps li .title {
            color: #adadad;
            display: block;
            font-size: 12px;
            line-height: 15px;
            max-width: 100%;
            position: relative;
            table-layout: fixed;
            text-align: center;
            top: 10px;
            word-wrap: break-word;
            z-index: 104;
        }

.step-content {
    margin-left: 60px;
    margin-top: 40px;
}

    .step-content .step-pane {
        display: none;
        min-height: 267px;
    }

    .step-content .active {
        display: block;
    }

.wizard-actions {
    display: inline-block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0px
}

    .wizard-actions li {
        display: inline;
    }

.tab-content.transparent {
    background-color: transparent;
}
/*** grids ***/
.grid {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

    .grid:after, .grid:before {
        display: table;
        color: "";
    }

.grid-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

    .grid-title h4 {
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        margin-bottom: 7px;
        width: 60%;
        white-space: nowrap;
        /*	overflow: hidden;
*/ text-overflow: ellipsis;
        color: #282323
    }

    .grid-title.descriptive {
        padding-left: 23px !important;
        padding-top: 20px !important;
    }

        .grid-title.descriptive .actions {
            margin-right: 14px;
            margin-top: -16px;
        }

            .grid-title.descriptive .actions a {
                color: #4c5264;
            }

                .grid-title.descriptive .actions a:hover {
                    opacity: 0.5;
                }

            .grid-title.descriptive .actions i {
                font-size: 22px;
                margin-right: 10px
            }

        .grid-title.descriptive p {
            display: inline-block;
            width: 60%;
            white-space: nowrap;
            line-height: 23px;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #7a7d82;
            font-size: 12px;
        }

    .grid-title.clickable {
        cursor: pointer;
    }

    .grid-title h4 i {
        font-size: 14px;
        margin-right: 5px;
        color: #666;
    }

    .grid-title .tools, .grid-title .actions {
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-top: 6px;
        float: right;
    }

        .grid-title .tools > a {
            display: inline-block;
            height: 16px;
            margin-left: 5px;
        }

    .grid-title .dropdown-menu i {
        color: #000;
    }

    .grid-title .tools > a:hover {
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        opacity: .6;
        filter: 'alpha(opacity=60)';
    }

    .grid-title .actions > .btn-group {
        margin-top: -12px;
    }

    .grid-title .actions > .btn {
        padding: 4px 10px;
        margin-top: -13px;
    }

    .grid-title .actions > .btn-group > .btn {
        padding: 4px 10px;
        margin-top: -1px;
    }

    .grid-title .actions > .btn.mini {
        margin-top: -12px;
        padding: 4px 10px;
    }

    .grid-title .pagination.pagination-small {
        float: right !important;
        display: inline-block !important;
        margin: 0px;
        margin-top: -2px;
    }

.grid .solid .grid-title {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.grid-body {
    clear: both;
    padding: 0;
}

    .grid-body.light-blue, .grid.light-blue {
        background-color: #bfd5fa !important;
    }

    .grid-body.blue, .grid.blue {
        background-color: #58acf3 !important;
    }

    .grid-body.red, .grid.red {
        background-color: #0090d9 !important;
    }

    .grid-body.yellow, .grid.yellow {
        background-color: #ffb848 !important;
    }

    .grid-body.green, .grid.green {
        background-color: #0aa699 !important;
    }

    .grid-body.purple, .grid.purple {
        background-color: #852b99 !important;
    }

    .grid-body.light-grey, .grid.light-grey {
        background-color: #fafafa !important;
    }

    .grid-body.dark-grey, .grid.dark-grey {
        background-color: #555555 !important;
    }

    .grid-body .btn-toolbar {
        margin: 0px !important;
        padding: 0px !important;
    }
/*  draggable girds */

.sortable .grid .grid-title {
    cursor: move;
}

.ui-sortable {
    min-height: 0px !important;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }
/*** Solid colored grid ***/

.grid.solid .grid-title .tools {
    margin-top: 2px;
    border: 0px;
}

.grid.solid .grid-title {
    margin-bottom: 5px;
    border: 0px;
    padding: 13px 15px 6px;
    border-bottom: 1px solid rgba(255,255,255,0.35) !important;
}

    .grid.solid .grid-title h4 {
        color: #fff;
    }

.grid.solid .grid-body {
    color: #fff;
    padding: 20px;
}

    .grid.solid .grid-body h3 {
        color: #fff;
    }
/*** simple grid ***/

.grid.simple {
    padding: 0px !important;
}

    .grid.simple .grid-title {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        color: #282323 !important;
        background-color: #fff;
        min-height: 40px
    }

        .grid.simple .grid-title > .actions > .btn > i {
            color: #fff !important;
        }

        .grid.simple .grid-title .tools {
            margin-top: 7px;
            position: relative;
        }

            .grid.simple .grid-title .tools a, .grid.solid .grid-title .tools a {
                position: relative;
                background: url('../img/icon/portlet-tray.png') no-repeat;
                transition: all 0.1s linear 0s;
            }

            .grid.simple .grid-title .tools > a.remove, .grid.solid .grid-title .tools > a.remove {
                background-position: -66px -38px;
                width: 10px;
                height: 10px;
                top: -5px;
            }

            .grid.simple .grid-title .tools > a.config, .grid.solid .grid-title .tools > a.config {
                background-position: -3px -32px;
                width: 22px;
                height: 22px;
            }

            .grid.simple .grid-title .tools > a.reload, .grid.solid .grid-title .tools > a.reload {
                background-position: -37px -38px;
                width: 12px;
                height: 10px;
                top: -5px;
            }

            .grid.simple .grid-title .tools > a.expand, .grid.solid .grid-title .tools > a.expand {
                background-position: -123px -40px;
                width: 10px;
                height: 6px;
                top: -5px;
            }

            .grid.simple .grid-title .tools > a.collapse, .grid.solid .grid-title .tools > a.collapse {
                background-position: -95px -40px;
                width: 9px;
                height: 7px;
                top: -5px;
            }

    .grid.simple .form-actions {
        margin-right: -26px !important;
        margin-left: -26px !important;
        margin-bottom: -26px !important;
    }
    /* grid buttons */

    .grid.simple.transparent .grid-body {
        background-color: transparent !important;
        border: none;
    }

    .grid.simple .grid-body {
        background-color: #fff;
        padding: 20px;
        border-top: 1px solid #dddddd;
        color: #6f7b8a;
    }

        .grid.simple .grid-body.no-padding {
            padding: 0px;
        }

        .grid.simple .grid-body .wrap-body {
            padding: 0 26px;
            padding-top: 10px;
        }

        .grid.simple .grid-body.no-border {
            border: 0px; /*	padding-top: 15px;
*/
        }

        .grid.simple .grid-body h4 {
            color: #282323;
        }

        .grid.simple .grid-body h3 {
            color: #282323;
        }

    .grid.simple .grid-title {
        margin-bottom: 0px;
        border: 0px solid #dddddd;
        border-bottom: 0px;
    }

        .grid.simple .grid-title.no-border {
            border: 0px;
            border-bottom: 1px solid #dddddd;
        }

    .grid.simple.transparent .grid-title {
        border: none;
        border-bottom: 1px solid #D7DBE0;
        background-color: transparent;
    }

    .grid.simple.vertical.green {
        border-left: 4px solid #0aa699;
        border-top: none !important;
    }

    .grid.simple.horizontal.red .grid-title {
        border-top: 4px solid #0090d9;
    }

    .grid.simple.horizontal.yellow .grid-title {
        border-top: 4px solid #ffb848;
    }

    .grid.simple.horizontal.green .grid-title {
        border-top: 4px solid #0aa699;
    }

    .grid.simple.horizontal.purple .grid-title {
        border-top: 4px solid #852b99;
    }

    .grid.simple.horizontal.grey .grid-title {
        border-top: 4px solid #555555;
    }

    .grid.simple.horizontal.light-grey .grid-title {
        border-top: 4px solid #aaa;
    }
/*** Box grid ***/
.grid.box {
    padding: 0px !important
}

    .grid.box .grid-title {
        padding: 8px 10px 2px 10px;
        border-bottom: 1px solid #eee;
        color: #fff !important;
    }

        .grid.box .grid-title > .actions > .btn > i {
            color: #fff !important;
        }

        .grid.box .grid-title .tools {
            margin-top: 3px;
        }

            .grid.box .grid-title .tools a {
                background: url(../img/icon/portlet-tray.png) no-repeat;
                width: 23px;
                height: 23px
            }
    /* grid buttons */
    .grid.box .grid-body {
        background-color: #fff;
        padding: 10px;
    }

    .grid.box .grid-title {
        margin-bottom: 0px;
    }

    .grid.box.blue .grid-title {
        background-color: #58acf3;
    }

    .grid.box.blue {
        border: 1px solid #b4cef8;
        border-top: 0;
    }

    .grid.box.red .grid-title {
        background-color: #0090d9;
    }

    .grid.box.red {
        border: 1px solid #0090d9;
        border-top: 0;
    }

    .grid.box.yellow .grid-title {
        background-color: #ffb848;
    }

    .grid.box.yellow {
        border: 1px solid #fccb7e;
        border-top: 0;
    }

    .grid.box.green .grid-title {
        background-color: #0aa699;
    }

    .grid.box.green {
        border: 1px solid #0aa699;
        border-top: 0;
    }

    .grid.box.purple .grid-title {
        background-color: #852b99;
    }

    .grid.box.purple {
        border: 1px solid #af5cc1;
        border-top: 0;
    }

    .grid.box.grey .grid-title {
        background-color: #555555;
    }

    .grid.box.grey {
        border: 1px solid #9d9c9c;
        border-top: 0;
    }

    .grid.box.light-grey .grid-title {
        background-color: #aaa;
    }

    .grid.box.light-grey {
        border: 1px solid #eee;
        border-top: 0;
    }
/*** General Users  List ***/
.user-info-wrapper {
    display: block;
    margin: 20px 31px;
    margin-bottom: 0px;
}

    .user-info-wrapper .profile-wrapper {
        height: 50px;
        width: 50px;
        border-radius: 100px;
        overflow: hidden;
        display: inline-block;
        margin-right: 11px;
        margin-top: 9px;
        float: left;
    }

    .user-info-wrapper .user-info {
        color: #fff;
        /* background-color: #1b1e24;*/
        display: inline-block;
    }

        .user-info-wrapper .user-info .status {
            color: #929fa5;
            font-size: 13px;
            margin-bottom: 10px;
            margin-top: 2px;
            font-weight: normal;
        }

        .user-info-wrapper .user-info .profile {
            float: right;
            display: inline;
        }

        .user-info-wrapper .user-info .btn-set {
            margin-top: 10px;
        }

        .user-info-wrapper .user-info .username {
            font-size: 19px;
        }

        .user-info-wrapper .user-info .greeting {
            font-size: 19px;
            font-weight: 600;
            position: relative;
            top: 1.5px;
        }

        .user-info-wrapper .user-info a {
            color: #fff;
        }

        .user-info-wrapper .user-info .status-icon {
            margin: 0px 5px;
        }

        .user-info-wrapper .user-info a:hover {
            text-decoration: none
        }

        .user-info-wrapper .user-info .collapse {
            width: 18px;
            height: 18px;
            background-color: #50545c;
            position: absolute;
            right: 15px;
            margin-top: 10px;
        }

            .user-info-wrapper .user-info .collapse i {
                position: relative;
                margin-top: -8px;
                top: -2px;
                left: 3px;
            }

            .user-info-wrapper .user-info .collapse:hover {
                background-color: #000000;
            }

ul#main-menu-toggle-wrapper {
    margin-left: 5px;
}

.side-panel {
    border-width: 0;
    display: block;
    max-height: none;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 17em;
    background: linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9;
    border: 1px solid #AAAAAA;
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    float: right;
    right: 0;
    z-index: 1200;
}
/* User - status icons */
.status-widget {
    margin-bottom: 9px;
    padding: 0 31px;
    animation-duration: 0.3s !important;
}

.status-widget-wrapper {
    font-size: 13px;
}

.status-widget .title {
    color: #fff;
    font-size: 13px;
}

    .status-widget .title a:hover, .status-widget .title a:active {
        text-decoration: none
    }

.status-widget p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    color: #808285;
}

.status-widget .title i {
    float: right;
    font-size: 7px;
    margin-top: 6px;
    margin-right: 6px;
    color: #8b8f92;
}

.status-widget .progress {
    height: 10px;
    background-color: #2a2e36;
    background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
    background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
    background-repeat: repeat-x;
    margin-bottom: 5px;
    -webkit-transition: width 30.0s ease !important;
    -moz-transition: width 30.0s ease !important;
    -o-transition: width 30.0s ease !important;
    transition: width 30.0s ease !important;
}

.status-icon {
    background: url('../img/icon/status.png') no-repeat;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
}

    .status-icon.green {
        background-position: -1px -1px;
        width: 14px;
        height: 14px;
    }

    .status-icon.red {
        background-position: -17px -1px;
        width: 14px;
        height: 14px;
    }

    .status-icon.blue {
        background-position: -33px -1px;
        width: 14px;
        height: 14px;
    }

    .status-icon.yellow {
        background-position: -48px -1px;
        width: 15px;
        height: 14px;
    }

    .status-icon.grey {
        background-position: -64px -1px;
        width: 14px;
        height: 14px;
    }

.user-info img {
    float: left;
    margin-right: 5px;
}

.user-info .details {
    display: inline-block;
}

.user-info .label {
    font-weight: 300;
    font-size: 11px;
}
/*** SlimScrollBar  ***/
.scroller {
    padding: 0px !important;
    margin: 0px !important;
    padding-right: 12px !important;
}

.popover-content .scroller {
    padding-right: 0px !important;
}

.grid-body .slimScrollBar {
    margin-right: 0px !important;
}
/*** Toggle buttons plugin css changes ***/
.toggle-button, .toggle-button label {
    margin-top: 3px;
    background-image: none !important;
    filter: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #eee !important;
}

    .toggle-button span.labelRight, .toggle-button span.primary, .toggle-button span.labelLeft, .toggle-button span.info, .toggle-button span.success, .toggle-button span.warning, .toggle-button span.danger {
        -moz-border-radius-topleft: 0px !important;
        -webkit-border-top-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
        -moz-border-radius-bottomleft: 0px !important;
        -webkit-border-bottom-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        -moz-border-radius-topright: 0px !important;
        -webkit-border-top-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
        -moz-border-radius-bottomright: 0px !important;
        -webkit-border-bottom-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        font-size: 13px !important;
        font-weight: 300 !important;
        background-image: none !important;
        filter: none !important;
    }

    .toggle-button span.labelRight {
        background-color: #eee;
    }
/*** Date tables plugin changes ***/
.dataTable {
    clear: both;
    margin-top: 5px;
}

.dataTables_filter label {
    line-height: 32px !important;
}

.DTTT_dropdown li {
    position: relative;
}

div.DTTT_print_info.modal {
    height: 150px;
    margin-top: 150px;
    text-align: center;
    border: 0px;
    z-index: 999
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}
/** Tiles **/
.tiles-container {
    margin-left: 0px;
    margin-right: 0px;
}

.tiles {
    background-color: #bcbcbc;
    color: #fff;
    position: relative;
}

    .tiles.added-margin {
        margin-right: -10px;
    }

    .tiles.no-margin {
        margin-right: 0;
    }

    .tiles.margin-reset {
        margin-left: 37px;
    }

    .tiles .tiles-title {
        font-size: 10.5px;
        font-family: 'Open Sans';
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    .tiles .tiles-body {
        padding: 19px 18px 15px 24px;
    }

.tile-more-content {
    background-color: #fff;
}

    .tile-more-content .tiles-body {
        padding: 19px 18px 17px 24px;
    }

.tiles .controller {
    position: relative;
    display: inline-block;
    float: right;
}

    .tiles .controller a {
        position: relative;
        background: url('../img/icon/portlet-tray.png') no-repeat;
        transition: all 0.1s linear 0s;
        display: inline-block;
    }

        .tiles .controller a.remove {
            background-position: -66px -38px;
            height: 10px;
            top: -5px;
            width: 10px;
        }

        .tiles .controller a.config {
            background-position: -3px -32px;
            height: 22px;
            width: 22px;
        }

        .tiles .controller a.reload {
            background-position: -37px -38px;
            height: 10px;
            top: -5px;
            width: 12px;
        }

        .tiles .controller a.expand {
            background-position: -123px -11px;
            width: 10px;
            height: 6px;
            top: -5px;
        }

        .tiles .controller a:hover.collapse {
            background-position: -95px -40px;
            height: 7px;
            top: -5px;
            width: 9px;
        }

        .tiles .controller a:hover.remove {
            background-position: -66px -9px;
            height: 10px;
            top: -5px;
            width: 10px; /* to add opacity opacity:0.50; */
        }

        .tiles .controller a:hover.config {
            background-position: -3px -32px;
            height: 22px;
            width: 22px;
        }

        .tiles .controller a:hover.reload {
            background-position: -38px -9px;
            height: 10px;
            top: -5px;
            width: 12px;
        }

        .tiles .controller a:hover.expand {
            background-position: -123px -11px;
            width: 10px;
            height: 6px;
            top: -5px;
        }

        .tiles .controller a:hover.collapse {
            background-position: -95px -40px;
            height: 7px;
            top: -5px;
            width: 9px;
        }

.tiles.white .controller a.remove:hover {
    background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px;
    opacity: 0.6;
}

.tiles.white .controller a.config:hover {
    background-position: -3px -32px;
    height: 22px;
    width: 22px;
    opacity: 0.6;
}

.tiles.white .controller a.reload:hover {
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px;
    opacity: 0.6;
}

.tiles.white .controller a.expand:hover {
    background-position: -123px -11px;
    width: 10px;
    height: 6px;
    top: -5px;
    opacity: 0.6;
}

.tiles .settings-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 4px;
}

.tiles .heading {
    font-size: 25px;
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    margin: 4px 0px;
}
/* Tile Element Tweaks */
.tiles p {
    margin: 0 0 5px;
}

.tiles hr {
    margin: 10px 0px;
    height: 1px;
    border: none;
    background-color: #2b3038;
}

.tiles .heading .icon-grid {
    top: 1px;
    font-size: 31px;
    position: relative;
}

.row-fluid.side-content .tiles, .row-fluid .tile-content {
    margin: 0;
}

.tiles .tiles-body-overlay {
    position: absolute;
    z-index: 100;
    padding: 19px 18px 17px 24px;
    width: auto;
}

.tiles .progress {
    width: 70%;
}

.tiles .iconplaceholder {
    background-color: rgba(0, 0, 0, 0.28);
}

    .tiles .iconplaceholder i {
        color: #fff;
    }

.tile-footer {
    background-color: rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: 13px;
    padding: 8px 15px;
}
/* the default opacity is way too dark, just a small tweak to make it bit lighter */
.tiles.white > .tile-footer {
    background-color: #eceff1;
    color: #d1d3d9;
    font-size: 13px;
    padding: 8px 15px;
}

.tiles > .tiles-body > .description {
    font-size: 12px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.chart-wrapper {
    padding-top: 40px;
}

.tiles .description i {
    font-size: 21px;
    color: #fff;
}

.tiles .description .mini-description {
    position: relative;
    top: -5px;
}

.tiles label {
    color: #fff;
}
/* Tile Colors */
.tiles .progress {
    margin-bottom: 15px;
}

.tiles.red {
    background-color: #0090d9;
}

.tiles.purple {
    background-color: #736086;
}

.tiles.blue {
    background-color: #0090d9;
}

.tiles.green {
    background-color: #0aa699;
}

.tiles.black {
    background-color: #22262e;
}

.tiles.grey {
    background-color: #f2f4f6;
}

.tiles.white {
    background-color: #ffffff;
    color: #8b91a0;
}

    .tiles.white.borderall {
        border: 1px solid #ccc;
    }

    .tiles.white.border-left {
        border-left: 1px solid #ccc;
    }

    .tiles.white.border-right {
        border-right: 1px solid #ccc;
    }

    .tiles.white.border-top {
        border-top: 1px solid #ccc;
    }

    .tiles.white.border-bottom {
        border-bottom: 1px solid #ccc;
    }

    .tiles.white hr {
        margin: 10px 0px;
        height: 1px;
        border: none;
        background-color: #f2f3f5;
    }

    .tiles.white label {
        color: #9aa0ad;
    }

    .tiles.white > .tiles-body > .heading {
        color: #000;
    }

    .tiles.white .tiles-body > .description {
        color: #8b91a0;
    }

.tiles .blend {
    color: rgba(0, 0, 0, 0.42);
}

.tiles.black .blend {
    color: #8b91a0;
}

.tiles .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 12px;
}

.tiles.red .settings-box, .tiles.red .button {
    background: #bf3938;
    color: #0090d9;
}

.tiles.purple .settings-box, .tiles.red .button {
    background: #08897e;
    color: transparent;
}

.tiles.red .button {
    background: #bf3938;
    color: #f7bebe;
}

.tiles.purple .button {
    background: #736086;
    color: #d7d5d7;
}

.tiles-chart {
    position: relative;
}

    .tiles-chart .tiles-body {
        position: absolute;
        z-index: 100;
        padding: 19px 18px 17px 24px;
    }

        .tiles-chart .tiles-body .heading {
            color: #0090d9;
        }

    .tiles-chart .controller {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 100;
    }
/*** Widgets and its elements ***/
.widget {
    display: block;
    margin-right: -10px;
}

    .widget .widget-title {
        display: block;
        padding: 10px;
        padding-bottom: 14px;
        background-color: #fff;
        color: #e5e9ec;
        text-align: center;
        font-weight: bold
    }

        .widget .widget-title.dark {
            background-color: #1b1e24;
            color: #fff;
        }

        .widget .widget-title.blue {
            background-color: #0090D9;
            color: #fff;
        }

        .widget .widget-title.red {
            background-color: #0090d9;
            color: #fff;
        }

        .widget .widget-title.green {
            background-color: #0AA699;
            color: #fff;
        }

        .widget .widget-title.purple {
            background-color: #736086;
            color: #fff;
        }

    .widget .widget-body {
        display: block;
        background-color: #fff;
        padding: 15px 25px
    }

    .widget .controller {
        position: relative;
        display: inline-block;
        float: right;
        top: 6px;
        margin-right: 8px
    }

        .widget .controller a {
            position: relative;
            background: url('../img/icon/portlet-tray.png') no-repeat;
            transition: all 0.1s linear 0s;
            display: inline-block;
        }

            .widget .controller a.remove {
                background-position: -66px -38px;
                height: 10px;
                top: -5px;
                width: 10px;
            }

            .widget .controller a.config {
                background-position: -3px -32px;
                height: 22px;
                width: 22px;
            }

            .widget .controller a.reload {
                background-position: -37px -38px;
                height: 10px;
                top: -5px;
                width: 12px;
            }

            .widget .controller a.expand {
                background-position: -123px -11px;
                width: 10px;
                height: 6px;
                top: -5px;
            }

            .widget .controller a:hover.collapse {
                background-position: -95px -40px;
                height: 7px;
                top: -5px;
                width: 9px;
            }

            .widget .controller a:hover.remove {
                background-position: -66px -9px;
                height: 10px;
                top: -5px;
                width: 10px;
            }

            .widget .controller a:hover.config {
                background-position: -3px -32px;
                height: 22px;
                width: 22px;
            }

            .widget .controller a:hover.reload {
                background-position: -38px -9px;
                height: 10px;
                top: -5px;
                width: 12px;
            }

            .widget .controller a:hover.expand {
                background-position: -123px -11px;
                width: 10px;
                height: 6px;
                top: -5px;
            }

            .widget .controller a:hover.collapse {
                background-position: -95px -40px;
                height: 7px;
                top: -5px;
                width: 9px;
            }

    .widget .widget-title.dark .controller a.remove {
        background-position: -66px -9px;
        height: 10px;
        top: -5px;
        width: 10px;
    }

    .widget .widget-title.dark .controller a.config {
        background-position: -3px -32px;
        height: 22px;
        width: 22px;
    }

    .widget .widget-title.dark .controller a.reload {
        background-position: -38px -9px;
        height: 10px;
        top: -5px;
        width: 12px;
    }

        .widget .widget-title.dark .controller a.reload:hover, .widget .widget-title.dark .controller a.remove:hover {
            opacity: 0.5;
        }

.weather-widget {
    overflow: hidden;
}

    .weather-widget .big-icon {
        width: 120px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 23px;
        margin-bottom: 8px;
    }

    .weather-widget .small-text-description {
        position: relative;
        top: -9px;
    }
/* Buttons Overwride */
.btn {
    display: inline-block;
    *display: inline;
    padding: 9px 12px;
    padding-top: 7px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    *border: 0;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .btn:focus {
        outline: none;
    }

    .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        background-color: #c1cace;
        *background-color: #c1cace;
    }

.btn-cons {
    margin-right: 5px;
    min-width: 120px;
    margin-bottom: 8px;
}
/* only for demonstration */
.btn-demo-space {
    margin-bottom: 8px;
}

.demo-placeholder {
    width: 100%;
    height: 250px;
}
/* */
.btn-social {
    font-size: 20px;
    margin: 10px;
}

    .btn-social:hover, .btn-social:focus, .btn-social:active, .btn-social.active, .btn-social.disabled, .btn-social[disabled] {
        color: #2d8ebf;
        text-decoration: none;
    }

.btn-primary {
    color: #fff;
    background-color: #0090d9;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background-color: #0385c7;
        *background-color: #0385c7;
    }

.btn-success {
    color: #fff;
    background-color: #0090d9;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        background-color: #1285d1;
        *background-color: #1285d1;
    }

.btn-info {
    color: #fff;
    background-color: #1f3853;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        background-color: #152639;
        *background-color: #152639;
    }

.btn-warning {
    color: #fff;
    background-color: #FBB05E;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        background-color: #f8a142;
        *background-color: #f8a142;
    }

.btn-danger {
    color: #fff;
    background-color: #0090d9;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        background-color: #e94847;
        *background-color: #e94847;
    }

.btn-danger-dark {
    color: #fff;
    background-color: #b94141;
}

    .btn-danger-dark:hover, .btn-danger-dark:focus, .btn-danger-dark:active, .btn-danger-dark.active, .btn-danger-dark.disabled, .btn-danger-dark[disabled] {
        background-color: #e94847;
        *background-color: #e94847;
        color: #fff;
    }

.btn-dark {
    color: #fff;
    background-color: #333a49;
}

.btn-white {
    color: #5e5e5e;
    background-color: #fff;
    border: 1px solid #e5e9ec;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.disabled, .btn-white[disabled] {
        background-color: #fbfcfd;
        *background-color: #fbfcfd;
        border: 1px solid #b4b9be;
    }

.btn-link {
    color: #5e5e5e;
    background-color: transparent;
    border: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    background-color: transparent;
    *background-color: transparent;
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 3px 12px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
        margin-top: 0;
    }

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 2px 9px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0b9c8f;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #fbc01e;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #e94847;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #0090d9;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #152639;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}

.btn-group.open .btn-white.dropdown-toggle {
    background-color: #fbfcfd;
}

.btn-group > .btn + .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: 1px #f7f7f7 solid;
}

.btn-block + .btn-block {
    margin-top: 8px;
}

.btn .caret {
    margin-left: 3px;
}

    .btn .caret.single {
        margin-left: 0px;
    }

.btn-group > .dropdown-menu {
    font-size: 13px;
}

    .btn-group > .dropdown-menu li {
        padding-left: 0px;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.20);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.20);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.20);
    border: none;
    border-radius: 3px;
    padding: 0px;
    font-size: 13px;
}

    .dropdown-menu .divider {
        background-color: #eaedf0;
        height: 1px;
        margin: 3px 0;
        border-bottom: 0px
    }

    .dropdown-menu > li > a {
        line-height: 25px;
        color: #2a2e36;
        margin: 4px;
        border-radius: 3px;
        text-align: left;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
            color: #1b1e24;
            text-decoration: none;
            background-color: #eff2f3;
            background-image: none;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #1b1e24;
        text-decoration: none;
        background-color: #eff2f3;
        background-image: none;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: default;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.btn-group > .btn + .dropdown-toggle {
    padding-right: 10px;
    border-left: 1px solid #E5E9EC;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    z-index: 0;
}

.btn-group > .btn.btn-white:hover, .btn-group > .btn.btn-white:focus, .btn-group > .btn.btn-white:active, .btn-group > .btn.btn-white.active {
    border: 1px solid #E5E9EC;
}

.btn-group > .btn.btn-mini + .dropdown-toggle {
    padding-right: 8px;
}

code, pre {
    border: none;
}

code {
    background-color: #f3f6f9;
}

    code:hover {
        background-color: #e8edf3;
    }
/* Used for demo - Might come in handy */
.single-colored-widget {
    height: auto;
}

    .single-colored-widget h3 {
        font-size: 22px;
        line-height: 32.5px;
    }

    .single-colored-widget .heading {
        padding: 8px 15px;
        padding-bottom: 4px;
        background-color: #fff;
    }

        .single-colored-widget .heading h4 {
            margin-bottom: 5px;
            margin-top: 5px;
        }

    .single-colored-widget .content-wrapper {
        padding: 15px 27px;
        padding-bottom: 20px;
    }

        .single-colored-widget .content-wrapper i {
            color: #fff;
        }

        .single-colored-widget .content-wrapper.red {
            background-color: #0090d9;
        }

        .single-colored-widget .content-wrapper.green {
            background-color: #0aa699;
        }

        .single-colored-widget .content-wrapper.blue {
            background-color: #0090d9;
        }

        .single-colored-widget .content-wrapper.red p {
            color: #832929;
        }

        .single-colored-widget .content-wrapper.green p {
            color: #505458;
        }

        .single-colored-widget .content-wrapper.blue p {
            color: #0a5174;
        }

        .single-colored-widget .content-wrapper .mini-logo {
            margin-bottom: 15px;
        }

        .single-colored-widget .content-wrapper .h3 {
            margin-bottom: 15px;
        }

        .single-colored-widget .content-wrapper .mini-logo {
            margin-bottom: 15px;
        }

.the-icons {
    padding-top: 17px;
}

    .the-icons i {
        color: #505458;
        width: 32px;
        font-size: 14px;
        display: inline-block;
        text-align: right;
        margin-right: 10px;
    }

    .the-icons a {
        color: #505458;
        font-size: 14px;
    }

    .the-icons a {
        cursor: pointer;
        display: block;
        height: 32px;
        line-height: 32px;
    }

        .the-icons a:hover {
            text-decoration: none
        }

            .the-icons a:hover .fa, .the-icons a:hover [class*="fa"] {
                font-size: 28px;
                vertical-align: -5px;
            }
/*** Bs2 nav tabs lef/right ***/
.tabbable {
}

    .tabbable:before, .tabbable:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .tabbable:after {
        clear: both;
    }

.tab-content {
    /*	overflow: auto;
*/
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #DDDDDD;
}

    .tabs-below > .nav-tabs > li {
        margin-bottom: 0;
        margin-top: -1px;
    }

        .tabs-below > .nav-tabs > li > a {
            border-radius: 0 0 4px 4px;
        }

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
        border-color: rgba(0, 0, 0, 0) #DDDDDD #DDDDDD;
    }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        margin-bottom: 3px;
        margin-right: 0;
        min-width: 74px;
    }

.tabs-left > .nav-tabs {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin-right: 19px;
}

    .tabs-left > .nav-tabs > li > a {
        border-radius: 4px 0 0 4px;
        margin-right: -1px;
    }

        .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
            border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
        }

.tabs-right > .nav-tabs {
    border-left: 1px solid #DDDDDD;
    float: right;
    margin-left: 19px;
}

    .tabs-right > .nav-tabs > li > a {
        border-radius: 0 4px 4px 0;
        margin-left: -1px;
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
        }

.nav > .disabled > a {
    color: #999999;
}

    .nav > .disabled > a:hover, .nav > .disabled > a:focus {
        background-color: rgba(0, 0, 0, 0);
        cursor: default;
        text-decoration: none;
    }
/*** Custom Styles for Tabs **/

.nav-tabs {
    margin-bottom: 0px;
    background-color: #d1dade;
    padding: 10px 10px 0;
    border-radius: 5px 5px 0 0;
}

    .nav-tabs > li > a {
        border-radius: none;
        border: 0px;
        padding: 15px 15px;
        color: #8e9aa2;
        min-width: 70px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-width: 0px;
    }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
        border: 0px;
        color: #505458;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

.tabs-left > .nav-tabs > li > a {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tabs-right > .nav-tabs > li > a {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #505458;
}

.nav .tools {
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
}

    .nav .tools a {
        position: relative;
        background: url('../img/icon/portlet-tray.png') no-repeat;
        transition: all 0.1s linear 0s;
    }

    .nav .tools > a.remove, .nav .tools > a.remove {
        background-position: -66px -38px;
        width: 10px;
        height: 10px;
    }

    .nav .tools > a.config, .nav.tools > a.config {
        background-position: -3px -32px;
        width: 22px;
        height: 22px;
    }

    .nav .tools > a.reload, .nav .tools > a.reload {
        background-position: -37px -38px;
        width: 12px;
        height: 10px;
    }

    .nav .tools > a.expand, .nav .tools > a.expand {
        background-position: -123px -40px;
        width: 10px;
        height: 6px;
    }

    .nav .tools > a.collapse, .nav.tools > a.collapse {
        background-position: -95px -40px;
        width: 9px;
        height: 7px;
    }

.nav-pills > li > a {
    padding: 8px 12px;
}

.nav-tabs > li {
    margin-bottom: -3px;
    padding-left: 0;
}

.nav-pills {
    margin-bottom: 10px;
}

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #0090d9;
    }

    .nav-tabs > li > a, .nav-pills > li > a {
        margin-right: 0px;
    }

.tab-content {
    position: relative;
    z-index: 10;
    background-color: #fff;
    /*	overflow: hidden;
*/ margin-bottom: 18px;
}

    .tab-content > .tab-pane, .pill-content > .pill-pane {
        padding: 15px;
    }

    .tab-content > .active, .pill-content > .active {
        padding: 19px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 0px;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 0px;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: #C1CACE;
}

.dropdown-menu li {
    padding-left: 0px;
}
/*** Custom Styles for accordion **/
.accordion-group {
    border: 0px;
}

.accordion-heading {
    background-color: #D1DADE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 35px;
}

    .accordion-heading a.collapsed {
        color: #8E9AA2;
    }

    .accordion-heading a:hover.collapsed {
        color: #505458;
    }

    .accordion-heading a {
        color: #505458;
    }

    .accordion-heading .collapsed i {
        font-family: 'FontAwesome';
        float: right;
        position: relative;
        top: 4px;
    }

        .accordion-heading .collapsed i:before {
            content: "\f055";
        }

    .accordion-heading i {
        font-family: 'FontAwesome';
        float: right;
        position: relative;
        top: 4px;
    }

        .accordion-heading i:before {
            content: "\f056";
        }

    .accordion-heading .accordion-toggle {
        padding: 12px 18px;
    }

    .accordion-heading .collapsed {
        background-color: #d9e0e4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.panel {
    background-color: transparent;
    box-shadow: none;
}

.panel-default {
    border: 0px;
}

    .panel-default > .panel-heading {
        background-image: none;
        background-color: #D9E0E4;
        border-radius: 2px;
        box-shadow: none;
    }

.panel-group {
    margin-bottom: 18px;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border: 0;
        background: #fff
    }

    .panel-group .panel + .panel {
        margin-top: 2px;
    }

.panel-title > a {
    color: #505458;
    font-size: 13px;
    font-weight: normal;
    display: block
}

    .panel-title > a:hover {
        color: #505458 !important;
    }

        .panel-title > a:hover:after {
            color: #505458 !important;
        }

.panel-heading.collapsed {
    background-color: #d1dade;
}

.panel-heading .panel-title > a:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f056";
    float: right;
    color: #505458;
}

.panel-heading .panel-title > a.collapsed {
    color: #8E9AA2;
}

    .panel-heading .panel-title > a.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f055";
        color: #8E9AA2;
    }
/*** Sliders **/
.slider {
    display: block;
    margin: 5px 0px;
}

    .slider.primary .slider-track {
        background: #0090d9;
        background-image: none;
    }

    .slider.sucess .slider-track {
        background: #0090D9;
        background-image: none;
    }

    .slider.info .slider-track {
        background-color: #1F3853;
        background-image: none;
    }

    .slider.warning .slider-track {
        background: #FDD01C;
        background-image: none;
    }

    .slider.danger .slider-track {
        background: #0090d9;
        background-image: none;
    }

    .slider.white .slider-track {
        background: #fff;
        background-image: none;
    }

    .slider.slider-vertical {
        margin: 0 10px;
    }

.slider-handle.round {
    opacity: 1;
    background: rgb(248,249,250); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,249,250,1) 13%, rgba(255,255,255,1) 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, rgba(248,249,250,1)), color-stop(97%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248,249,250,1) 13%, rgba(255,255,255,1) 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248,249,250,1) 13%, rgba(255,255,255,1) 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248,249,250,1) 13%, rgba(255,255,255,1) 97%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248,249,250,1) 13%, rgba(255,255,255,1) 97%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0 2px 1px -1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: inset 0 2px 1px -1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.39);
    box-shadow: inset 0 2px 1px -1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.39);
    width: 26px;
    height: 26px;
}

.slider.slider-horizontal .slider-handle {
    margin-top: -10px !important;
}

.slider.slider-horizontal .slider-track {
    height: 5px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(107,170,165,0.33) !important;
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(107,170,165,0.33) !important;
    box-shadow: inset 0px 0px 1px 1px rgba(107,170,165,0.33) !important;
}

.slider.slider-vertical .slider-handle {
    margin-left: -10px !important;
}

.slider.slider-vertical .slider-track {
    width: 5px !important;
}

.the-icons [class*="span"]:first-child {
    margin-left: 2.5641%;
}

.slider-selection {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.11) !important;
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.11) !important;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.11) !important;
}

.blue .slider-selection {
    background-image: none !important;
    background-color: #0a6ea0 !important;
}

.red .slider-selection {
    background-image: none !important;
    background-color: #000 !important;
}

.green .slider-selection {
    background-image: none !important;
    background-color: #0e766d !important;
}
/*** Messages and Notifications **/
/*** Alerts **/
.alert {
    color: #ce8f22;
    background-color: #fffcee;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #F0DBB4;
    transition: all 0.2s linear 0s;
}

.alert-success {
    color: #438a85;
    background-color: #f3faf8;
    border-color: #bfd1cf;
}

.alert-info {
    color: #246a8e;
    background-color: #ebf6fb;
    border-color: #bfd4de;
}

.alert-danger, .alert-error {
    color: #e76e70;
    background-color: #fff6f4;
    border-color: #f8cdcd;
}

.alert .link {
    color: #be8c37;
    font-weight: bold;
}

.alert-success .link {
    color: #3a7672;
}

.alert-info .link {
    color: #2f6986;
}

.alert-danger .link, .alert-error .link {
    color: #db7c7e;
}

.alert-danger .alert-heading, .alert-error .alert-heading {
    color: #db7c7e !important;
}

.alert-success .alert-heading {
    color: #438a85 !important;
}

.alert-info .alert-heading {
    color: #246a8e !important;
}

.alert .alert-heading {
    color: #be8625;
    margin-bottom: 5px;
    font-weight: 600;
}

.alert .btn-small {
    position: relative;
    top: -3.5px;
}

.alert .button-set .btn {
    position: relative;
    top: 8px;
}

.alert .close {
    background: url("../img/icon/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    margin-left: 20px
}

    .alert .close:hover {
        opacity: 1;
    }

.alert-success .close {
    background-position: -38px -10px !important;
}

.alert-info .close {
    background-position: -67px -10px !important;
}

.alert-error .close, .alert .alert-danger .close {
    background-position: -95px -10px !important;
}

.alert-block {
    padding: 15px 19px 15px 17px
}
/*** Notifications **/
.notification-messages {
    font-family: 'Open Sans';
    background-color: #eef9f8;
    padding: 15px 18px 10px;
    display: block;
    color: #8b91a0;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .notification-messages.success {
        background-color: #eef9f8;
    }

    .notification-messages.danger {
        background-color: #fef2f2;
    }

    .notification-messages.info {
        background-color: #edf7fc;
    }

        .notification-messages.info:hover {
            background-color: #d8ebf4;
            cursor: pointer;
        }

    .notification-messages.danger:hover {
        background-color: #fae1e1;
        cursor: pointer;
    }

    .notification-messages.success:hover {
        background-color: #d9edf1;
        cursor: pointer;
    }

    .notification-messages .message-wrapper {
        display: inline-block;
        width: 70%;
        height: 43px;
    }

        .notification-messages .message-wrapper .heading {
            display: block;
            float: left;
            color: #1b1e24;
            font-size: 13px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            width: 100%;
            margin: 0;
            line-height: 19px;
            font-weight: 600;
        }

        .notification-messages .message-wrapper .description {
            display: block;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            font-size: 11px;
            width: 100%;
            line-height: 19px;
        }

    .notification-messages .date {
        display: inline-block;
        font-size: 11px;
        line-height: 15px;
        font-style: italic;
        opacity: 0.4;
    }

    .notification-messages .user-profile {
        border-radius: 100px 100px 100px 100px;
        display: inline-block;
        float: left;
        height: 35px;
        overflow: hidden;
        width: 35px;
        margin-right: 10px;
        margin-top: 2px
    }

    .notification-messages .iconholder {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-top: 5px
    }

        .notification-messages .iconholder i {
            font-size: 28px;
        }

    .notification-messages.success .iconholder i {
        color: #0090d9
    }

    .notification-messages.danger .iconholder i {
        color: #0090d9
    }

    .notification-messages.info .iconholder i {
        color: #0090d9
    }
/** Tooltips **/
.tooltip-inner {
    padding: 6px 9px;
}
/*** Progress bars **/
.progress {
    height: 12px;
    background-color: #ebeef1;
    background-image: none;
    box-shadow: none;
}

    .progress.no-radius {
        border-radius: 0px;
    }

        .progress.no-radius .progress-bar {
            border-radius: 0px;
        }

    .progress.transparent {
        background-color: rgba(0, 0, 0, 0.28);
    }

    .progress.progress-small {
        height: 4px;
    }

    .progress.progress-large {
        height: 20px;
    }

.progress-bar {
    box-shadow: none;
    border-radius: 3px;
    background-color: #0090D9;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
}

.progress-bar-success {
    background-color: #0090d9;
    background-image: none;
}

.progress-bar-info {
    background-color: #0090D9;
    background-image: none;
}

.progress-bar-warning {
    background-color: #FDD01C;
    background-image: none;
}

.progress-bar-danger {
    background-color: #0090d9;
    background-image: none;
}

.progress-bar-white {
    background-color: #fff;
    background-image: none;
}

.progress-info .bar, .progress .bar-info {
    background-color: #0090D9;
    background-image: none;
}

.progress-warning .bar, .progress .bar-warning {
    background-color: #FDD01C;
    background-image: none;
}

.progress-danger .bar, .progress .bar-danger {
    background-color: #0090d9;
    background-image: none;
}

.progress-white .bar, .progress .bar-white {
    background-color: #fff;
    background-image: none;
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #0090d9;
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #0090D9;
}

ul.progress-list {
    list-style: none;
    margin: 10px 5px 23px 0;
    padding: 0;
}

    ul.progress-list li .details-wrapper {
        display: inline-block;
        float: left;
    }

        ul.progress-list li .details-wrapper .name {
            display: block;
            color: #000;
            font-size: 13px
        }

        ul.progress-list li .details-wrapper .description {
            display: block;
            color: #9a9a9a;
            font-size: 12px
        }

    ul.progress-list li .details-status {
        display: inline-block;
        background-color: #e5e9ec;
        color: #5c6370;
        font-size: 11px;
        padding: 6px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    ul.progress-list li .progress {
        margin-top: 10px;
    }

.details-status-single {
    display: inline-block;
    background-color: #e5e9ec;
    color: #5c6370;
    font-size: 11px;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*** Badges & Labels **/
.label {
    padding: 3px 9px;
    font-size: 11px;
    text-shadow: none;
    background-color: #D1DADE;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #5E5E5E;
}

.badge {
    text-shadow: none;
    font-family: 'Open Sans';
    font-weight: 600;
    background-color: #D1DADE;
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    color: #5E5E5E;
}

.label-success, .badge-success {
    background-color: #0090d9;
    color: #fff;
}

.label-warning, .badge-warning {
    background-color: #fdd01c;
    color: #fff;
}

.label-important, .badge-important {
    background-color: #0090d9;
    color: #fff;
}

.label-info, .badge-info {
    background-color: #0090d9;
    color: #fff;
}

.label-inverse, .badge-inverse {
    background-color: #1f3853;
    color: #fff;
}

.label-white, .badge-white {
    background-color: #fff;
    color: #5E5E5E;
}

.label-white, .badge-disable {
    background-color: #2a2e36;
    color: #8b91a0;
}

.table > thead > tr > th {
    border-bottom: 0px;
}

.table th {
    /*border-bottom: 1px solid #c9d1d8;*/
    border-top: 1px solid #e8edf1;
    padding: 10px 12px;
    font-size: 12px;
    text-transform: uppercase;
}
/*** Popovers **/
.popover {
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    max-width: 350px;
}

.popover-title {
    background-color: #fff;
    margin: 0 5px;
    font-weight: bold;
    color: #505458 !important;
    text-align: center;
}

.popover-content {
    font-size: 13px;
}

.popover.right .arrow {
    border-right-color: rgba(0, 0, 0, 0.08);
}

.popover.left .arrow {
    border-right-color: rgba(0, 0, 0, 0.08);
}

.popover.top .arrow {
    border-right-color: rgba(0, 0, 0, 0.08);
}

.popover.bottom .arrow:after {
    top: 0;
    margin-left: -11px
}

.popover .arrow:after {
    border-width: 11px
}

.header .popover-title {
    border-bottom: 0px;
    padding-top: 14px;
}
/*** Modals **/
.modal {
    border-radius: 3px;
}

.modal-header {
    text-align: center;
}
.bold ColorCustomBlack {
    color: black !important;
}
.modal-body {
    background-color: #fff;
}

.modal-footer {
    border-top: none;
    box-shadow: none;
    background-color: #F3F5F6;
    margin-top: 0;
}

.modal-header p {
    color: #8b91a0
}
/*** Table Styles **/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px
}

.table tr.row_selected td {
    background-color: #ffffcc !important;
}

.table tr.row_selected .progress {
    background-color: #fff;
}

.table td {
    border-top: 1px solid #e8edf1;
    vertical-align: top;
    padding: 10px 12px;
    color: #576475;
    font-size: 13px;
}

    .table td.no-border {
        border: none;
    }

    .table td:first-child {
    }

    .table td:last-child {
    }

    .table th input[type="radio"], input[type="checkbox"], .table td input[type="radio"], input[type="checkbox"] {
        /*margin-top: -2px*/ /*Changed by BK from -2 to 2*/
        margin-top: 2px
    }

    .table td .progress {
        margin-bottom: 0px;
    }

    .table td.small-cell, .table th.small-cell {
        width: 40px;
    }

.table th.medium-cell {
    width: 112px
}

.table th.big-cell {
    width: 200px
}

.table td .muted {
    color: #95989a;
}

.table td.clickable {
    cursor: pointer;
}

.table-fixed-layout {
    table-layout: fixed;
}

    .table-fixed-layout td {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 9px
}

.table-condensed th .checkbox {
    margin-left: 4px;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e8edf1;
    border-bottom: 1px solid #e8edf1
}

.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #f7f7f7;
}

.table-striped tbody > tr > td {
    /*	border: 0px;*/
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #e2e8eb;
}

.table-hover tbody tr.row_selected:hover > td {
    background-color: #fef8ae !important;
}

.table-hover tbody tr:hover > td .progress {
    background-color: #fff;
}

.table-condensed th, .table-condensed td {
    padding: 10px 5px;
}

.table-tools-actions {
    margin: 0px 5px;
}

.table .checkbox {
    margin-left: 3px;
}

.table .star {
    margin-left: 3px;
}

.inner-table td {
    background-color: transparent !important;
}

.table-bordered {
    border-color: #E8EDF1 !important;
}

    .table-bordered th {
        background-color: #ecf0f2;
        border: 0 !important;
    }

    .table-bordered td {
        border: 1px solid #E8EDF1 !important;
    }

        .table-bordered td:first-child {
            border-radius: 0px;
        }

        .table-bordered td:last-child {
            border-radius: 0px;
        }

.form-group {
    margin-bottom: 15px;
}
/*Eligibilty popup*/

.min-width-25px {
    min-width: 25px !important;
}

.min-width-4rem {
    min-width: 4.7rem !important;
}

.min-width-5rem {
    min-width: 5.5rem !important;
}

.mg-right-2 {
    margin-right: 2px !important;
}
.min-width-fit-content{
    min-width:fit-content !important;
}
.mg-right-ng1 {
    margin-right: -1px !important;
}

.mg-right-1 {
    margin-right: 1px !important;
}

    .form-group .form-label {
        color: #55606e;
        display: inline-block;
        margin-right: 8px;
    }

    .form-group .help {
        color: #A7ABB1;
        font-size: 12px;
    }

    .form-group .controls {
        margin-top: 8px;
    }

.form-control {
    border: 1px solid #ccc;
    font-size: 13px;
}

.form-row input, .form-row select, .form-row textarea, .form-row select2 {
    margin-bottom: 10px;
}

.form-row .radio {
    margin-bottom: 7px;
}

.form-row:last-child {
    margin-bottom: 0;
}

.slide-primary, .slide-success {
    display: inline-block
}

    .slide-primary .ios-switch .on-background {
        background-image: none;
        background-color: #0090d9;
    }

    .slide-success .ios-switch .on-background {
        background-image: none;
        background-color: #0090D9;
    }
/*** Select2 Pluging Customization **/
.select2-container .select2-choice {
    background-image: none;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 3px 9px;
    transition: border 0.2s linear 0s;
    height: 35px
}

    .select2-container .select2-choice .select2-arrow {
        background: transparent;
    }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none;
}

.select2-container .select2-choice .select2-arrow b {
    background: none;
}

    .select2-container .select2-choice .select2-arrow b:before {
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: relative;
        top: 2px;
        right: 5px;
        font-size: 12px;
    }

.select2-dropdown-open .select2-choice .select2-arrow b {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.select2-container .select2-choice .select2-arrow {
    border-left: 0px;
}

.select2-drop.select2-drop-above {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: none;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    box-shadow: none;
    border: 1px solid #ccc;
    background: #f4f5f7;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 2px;
    padding-top: 0px;
}

.select2-container.select2-drop-above .select2-choice {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #ccc;
    background: #f4f5f7;
}

.select2-search input {
    background: #fff !important;
    vertical-align: baseline;
    line-height: 28px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    border: 1px solid #999999;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    color: #282323;
}

.select2-results .select2-highlighted {
    background: #0090D9;
    border-radius: 3px;
}

    .select2-results .select2-highlighted .select2-result-label {
        color: #fff;
    }

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: none;
    color: #6F7B8A;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 0px;
    position: relative;
    top: -5px;
}

.select2-drop-active {
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 5px;
}

.select2-results li {
    color: #6F7B8A;
}

.select2-search {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
}

.select2-results {
    margin: 3px 10px 10px 3px;
}

.select2-container-multi .select2-choices {
    background-image: none;
    border: 1px solid #dae0e4;
    border-radius: 2px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #dae0e4;
    box-shadow: none;
}

.select2-container-multi.select2-container-active .select2-search-choice {
    background-color: #fff !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #e8edf1;
    background-image: none;
    border: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 8px -5px 7px 10px;
    padding: 4px 8px 4px 21px;
}

.select2-search-choice-close {
    background: none;
    top: 4px;
    right: 0;
}

    .select2-search-choice-close:hover {
        text-decoration: none;
    }

    .select2-search-choice-close:before {
        font-family: 'FontAwesome';
        content: "\f00d";
        font-size: 12px;
        color: #94a1b2;
    }

.select2-container-multi .select2-search-choice-close {
    left: 6px;
}

.select2-drop-multi .select2-results .select2-no-results, .select2-drop-multi .select2-results .select2-searching, .select2-drop-multi .select2-results .select2-selection-limit {
    top: 0px;
}

.select2.form-control {
    padding: 0;
    box-shadow: none;
    border: 0;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 2px 2px 0;
}
/*** Form Input Appends and Prepends - Looks great **/
.input-prepend.inside .add-on:first-child, .input-prepend .btn:first-child {
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    left: 3px;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    top: 0px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
    color: #9ea9b2;
}

.input-prepend.inside.no-boarder .add-on:first-child, .input-prepend.no-boarder .btn:first-child {
    border: none;
}

.input-append .add-on, .input-prepend .add-on {
    position: absolute;
    background-color: #D1DADE;
    color: #5E5E5E;
    text-shadow: none;
    border: #D1DADE;
    border-radius: 0 2px 2px 0;
    height: 37px;
    min-width: 34px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

    .input-append .add-on .arrow {
        background-color: transparent !important;
        position: absolute;
        left: -6px;
        color: #D1DADE;
        z-index: 100;
        font-size: 26px;
    }

.input-append.primary .add-on, .input-prepend .add-on {
    background-color: #0090d9;
    color: #fff;
}

    .input-append.primary .add-on .arrow {
        color: #0090d9;
    }

.input-append.success .add-on, .input-prepend .add-on {
    background-color: #0090D9;
    color: #fff;
    display: inline-block;
    float: left;
}

    .input-append.success .add-on .arrow {
        color: #0090D9;
    }

.input-append.info .add-on, .input-prepend .add-on {
    background-color: #1F3853;
    color: #fff;
}

    .input-append.info .add-on .arrow {
        color: #1F3853;
    }

.input-append.warning .add-on, .input-prepend .add-on {
    background-color: #FDD01C;
    color: #fff;
}

    .input-append.warning .add-on .arrow {
        color: #FDD01C;
    }

.input-append.danger .add-on, .input-prepend .add-on {
    background-color: #0090d9;
    color: #fff;
}

    .input-append.danger .add-on .arrow {
        color: #0090d9;
    }

.input-append .add-on .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9 ";
}

.input-focus {
    background-color: #f4f5f7 !important;
    color: #56646e !important;
}

.no-boarder .input-focus {
    border: none !important;
}

.input-append input[class*="span"] {
    padding-left: 16px;
    border-right: 0px;
    -webkit-border-radius: 2px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 2px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-prepend input[class*="span"] {
    padding-left: 16px;
    border-left: 0px;
    -webkit-border-radius: 2px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 2px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-append .form-control {
    display: inline-block;
}

.input-with-icon {
    position: relative;
}

    .input-with-icon input {
        padding-left: 32px !important;
    }

    .input-with-icon i {
        color: #e5e9ec;
        display: block;
        position: absolute;
        margin: 9px 2px 4px 10px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
    }

    .input-with-icon.right input {
        padding-left: 12px !important;
        padding-right: 33px !important;
    }

    .input-with-icon.right i {
        right: 8px;
        float: right;
    }
/** Bs3 new input appends **/

.input-group-addon {
    border: 1px solid #E5E9EC;
    color: #9EA9B2;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}

    .input-group-addon i {
        position: relative;
        top: 1px;
    }

.transparent .input-group-addon {
    background-color: #fff;
    padding: 8px 1px 10px 9px;
}

.input-group-addon.primary {
    background-color: #0090d9;
    border: 1px solid #0090d9;
    color: #fff;
}

.input-group-addon.success {
    background-color: #0090d9;
    color: #fff;
}

.input-group-addon.info {
    background-color: #1f3853;
    color: #fff;
}

.input-group-addon.warning {
    background-color: #fbb05e;
    color: #fff;
}

.input-group-addon.warning {
    background-color: #fbb05e;
    color: #fff;
}

.input-group-addon.danger {
    background-color: #0090d9;
    color: #fff;
}

.input-group-addon.primary {
    background-color: #0090d9;
    border: 1px solid #0090d9;
    color: #fff;
}

.input-group-addon.success .arrow {
    color: #0090d9;
}

.input-group-addon.info .arrow {
    color: #1f3853;
}

.input-group-addon.primary .arrow {
    color: #0090d9;
}

.input-group-addon.warning .arrow {
    color: #fbb05e;
}

.input-group-addon.danger .arrow {
    color: #0090d9;
}

.input-group-addon .arrow {
    position: relative;
    right: -6px;
    color: #D1DADE;
    z-index: 100;
}

    .input-group-addon .arrow:before {
        font-family: 'FontAwesome';
        content: "\f0da";
        font-size: 23px;
        position: absolute;
        left: 17px;
        top: -2px;
    }

.input-group-addon:last-child .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9";
    font-size: 23px;
    position: absolute;
    left: -23px;
    top: -2px;
}

.input-group-addon:last-child input {
    border-left: 0px;
}

.transparent input {
    border-left: 0px;
}
/*** Datepickers **/
.datepicker {
    padding: 10px 16px;
    border-radius: 2px;
    font-size: 12px;
}

    .datepicker th, .datepicker td {
        padding: 5.5px !important;
    }

    .datepicker thead tr .datepicker-switch {
        color: #6f7b8a;
        font-size: 13px;
    }

    .datepicker thead tr .prev {
        color: #0090d9;
        content: '';
        font-size: 0px;
    }

    .datepicker thead tr .next {
        color: #0090d9;
        content: '';
        font-size: 0px;
    }

    .datepicker thead tr .prev:before {
        color: #0090d9;
        font-family: 'FontAwesome';
        content: "\f053";
        font-size: 13px;
    }

    .datepicker thead tr .next:before {
        color: #0090d9;
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 13px;
    }

    .datepicker thead tr .dow {
        color: #0090d9;
        text-transform: uppercase;
        font-size: 11px;
    }

    .datepicker tbody tr .odd {
        color: #d0d3d8;
    }

    .datepicker table tr td.old, .datepicker table tr td.new {
        color: #d0d3d8;
    }

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
        background-image: none;
        text-shadow: none;
        font-weight: 600;
    }

    .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
        background-color: #e5e9ec;
        background-image: none;
        color: #000;
    }

    .datepicker table tr td.day:hover {
        background: #eeeeee;
        opacity: 0.65;
    }

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
        background-color: #0090d9;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-image: none;
        border: none;
        text-shadow: none;
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover {
            background-color: #0090d9;
        }

    .datepicker table tr td span {
        border-radius: 4px 4px 4px 4px;
    }

.datepicker-inline {
    width: auto;
}
/*** Data-table customization **/
.dataTables_wrapper .pagination ul > li {
    display: inline-block;
    padding-left: 0px;
}

    .dataTables_wrapper .pagination ul > li:last-child > a, .dataTables_wrapper .pagination ul > li:last-child > span {
        margin-left: -8px;
    }

    .dataTables_wrapper .pagination ul > li > a, .pagination ul > li > span {
        border: none;
        box-shadow: none;
        border-radius: 3px;
        color: #6F7B8A;
    }

.dataTables_wrapper .pagination ul {
    box-shadow: none;
    font-size: 12px;
    padding: 0;
}

    .dataTables_wrapper .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
        color: #C2C6CB !important;
        opacity: 0.65 !important;
        background-color: #fff !important;
    }

    .dataTables_wrapper .pagination ul > li > a {
        padding: 5px 10px;
    }

    .dataTables_wrapper .pagination ul > .active > a, .pagination ul > .active > span {
        background-color: #F3F6F9;
        font-weight: 600;
    }

    .dataTables_wrapper .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
        background-color: #e8edf3;
    }

    .dataTables_wrapper .pagination ul > li.next > a:hover {
        background-color: #fff;
        color: #000;
    }

    .dataTables_wrapper .pagination ul > li.prev > a:hover {
        background-color: #fff;
        color: #000;
    }

    .dataTables_wrapper .pagination ul > li.prev.disabled > a:hover {
        color: #C2C6CB;
        opacity: 0.65;
        background-color: #fff;
    }

    .dataTables_wrapper .pagination ul > li.next.disabled > a:hover {
        color: #C2C6CB;
        opacity: 0.65;
        background-color: #fff;
    }

.form-horizontal {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -4px;
}
/** Validations **/
form {
    margin: 0;
}

.error {
    font-size: 12px;
    color: #0090d9;
    display: block;
}

.form-no-horizontal-spacing .error {
    margin-bottom: 10px;
}

input.error {
    border: 1px solid #0090d9;
}

.error-control input {
    border: 1px solid #0090d9;
}

.error-control i {
    color: #0090d9;
}

.success-control input {
    border: 1px solid #0090d9;
}

.success-control i {
    color: #0090d9;
}

.easy-pie-custom {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
}

    .easy-pie-custom canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.easy-pie-percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

    .easy-pie-percent :after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

.user-comment-wrapper {
    display: block;
    margin-bottom: 9px;
    padding: 0 14px;
}

    .user-comment-wrapper .profile-wrapper {
        display: inline-block;
        float: left;
        border-radius: 100px 100px 100px 100px;
        display: inline-block;
        height: 35px;
        overflow: hidden;
        width: 35px;
        margin: 6px 8px 0 0px;
        -webkit-flex: 1;
        -moz-flex: 1;
        flex: 1;
    }

    .user-comment-wrapper .comment {
        display: inline-block;
        float: left;
    }

        .user-comment-wrapper .comment .user-name {
            color: #0090d9;
            font-size: 15px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .user-comment-wrapper .comment .more-details-wrapper {
            float: left;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex;
        }

        .user-comment-wrapper .comment .preview-wrapper {
            display: block;
            color: #71798a;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            min-width: 0;
        }

        .user-comment-wrapper .comment .more-details {
            display: inline-block;
            float: left;
            color: #bfbfbf;
            margin-right: 10px;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.user-status {
    width: 14px;
    height: 14px;
    position: relative;
    border-radius: 14px;
    background-color: #c5c8cb;
    display: inline-block;
    float: left;
    margin-right: 3px;
    top: 3px;
}

    .user-status.busy {
        background-color: #0090d9;
    }

    .user-status.away {
        background-color: #c5c8cb;
    }

    .user-status.available {
        background-color: #0090d9;
    }

    .user-status:before {
        width: 5px;
        height: 5px;
        position: relative;
        border-radius: 10px;
        background-color: #fff;
        display: inline-block;
    }

.blog-post-controls-wrapper {
    display: block;
    margin-top: 4px;
    margin-bottom: 15px;
}

.blog-post-control {
    display: inline-block;
    float: left;
    margin-right: 8px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.7
}

.content-loading-wrapper {
    position: relative;
    display: block;
    width: 100%
}

.content-loading {
    position: relative;
    left: 45%;
    top: 45%;
}

.jvectormap-zoomin {
    bottom: 15px;
    top: auto;
}

.jvectormap-zoomout {
    bottom: 15px;
    left: 35px;
    top: auto;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    background-color: #0090d9;
    padding: 8px 10px;
    height: auto;
    width: auto;
}
/* Overwrite Boot-strap span width without left margin, crude way but comes handy at times */
.no-margin-grid > .row-fluid [class*="span"] {
    margin-left: 0;
}

.no-margin-grid > .row-fluid > .span12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
}

.no-margin-grid > .row-fluid > .span11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
}

.no-margin-grid > .row-fluid > .span10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
}

.no-margin-grid > .row-fluid > .span9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
}

.no-margin-grid > .row-fluid > .span8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
}

.no-margin-grid > .row-fluid > .span7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
}

.no-margin-grid > .row-fluid > .span6 {
    width: 49.99999999999999%;
    *width: 49.93055555555555%;
}

.no-margin-grid > .row-fluid > .span5 {
    width: 41.66666666666666%;
    *width: 41.597222222222214%;
}

.no-margin-grid > .row-fluid > .span4 {
    width: 33.33333333333333%;
    *width: 33.263888888888886%;
}

.no-margin-grid > .row-fluid > .span3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
}

.no-margin-grid > .row-fluid > .span2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
}

.no-margin-grid > .row-fluid > .span1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

.error-body {
    background-color: #e5e9ec !important;
    font-family: 'Open Sans';
    height: 100%;
}

.error-wrapper {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -130px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
    height: 624px;
}

    .error-wrapper:after {
        content: "";
        display: block;
    }

.error-container {
    font-family: 'Open Sans';
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.error-main {
    text-align: center;
    position: absolute;
    margin-top: 18%;
}

.error-container .error-number {
    color: #22262e;
    font-size: 120px;
    text-align: center;
    font-weight: 600;
    line-height: 130px;
}

.error-container .error-description {
    color: #22262e;
    font-size: 32px;
    text-align: center;
    font-weight: 300;
}

.error-container .error-description-mini {
    color: #22262e;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

.error-container .input-prepend.inside .add-on {
    background-color: #fff;
    padding-top: 6px;
    color: #a1a1a1;
}

.error-container ul.footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    .error-container ul.footer-links li {
        display: inline;
        border-right: 1px solid #000;
        padding: 0px 10px;
    }

        .error-container ul.footer-links li a {
            color: #22262e;
            font-size: 12px;
        }

        .error-container ul.footer-links li:last-child {
            display: inline;
            border-right: none;
            padding: 0px 10px;
        }

    .error-container ul.footer-links.small-links li a {
        color: #616a7b;
        font-size: 11px;
    }

    .error-container ul.footer-links.small-links li {
        border-right: 1px solid #616a7b;
    }

        .error-container ul.footer-links.small-links li:last-child {
            border-right: none;
        }

.error-container .copyright {
    font-size: 12px;
    text-align: center;
}

#footer {
    height: 130px;
}
/** Google Maps **/
#gmaps_context_menu {
    text-align: center;
}

    #gmaps_context_menu a {
        color: #8b91a0;
    }

        #gmaps_context_menu a:hover {
            color: #1b1e24;
            text-decoration: none;
        }
/** Invoice **/
.grid.simple .grid-body.invoice-body {
    padding: 30px;
}

    .grid.simple .grid-body.invoice-body .invoice-logo {
        margin-bottom: 18px;
    }

.invoice-button-action-set {
    position: fixed;
}
/** Login **/
.login-container {
    margin-top: 0%; /*Changed from 13 to 0 by BK*/
}
/** Lockscreen **/
.lockscreen-wrapper {
    position: relative;
    margin-top: 20%;
}

    .lockscreen-wrapper .profile-wrapper {
        border-radius: 100px;
        float: left;
        height: 65px;
        margin-right: 11px;
        margin-top: 9px;
        overflow: hidden;
        width: 65px;
        display: inline-block
    }

    .lockscreen-wrapper .user {
        text-align: left;
    }

    .lockscreen-wrapper .user-form {
        margin-top: -10px;
        display: inline-block;
        float: left;
        min-width: 320px;
    }

        .lockscreen-wrapper .user-form input, .lockscreen-wrapper .user-form button {
            float: left;
            margin-right: 10px;
        }
/** Full Calender **/
.calender-options-wrapper {
    padding: 13px;
    padding: 20px;
}

    .calender-options-wrapper .events-wrapper {
        margin-top: 50px;
    }

    .calender-options-wrapper .events-heading {
        font-size: 13px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.25);
        padding-bottom: 14px;
        margin-bottom: 20px
    }

    .calender-options-wrapper .external-event {
        font-size: 12px;
        color: #fff;
        background-color: #d44443;
        display: block;
        padding: 5px 8px;
        border-radius: 3px;
        width: 100%;
        margin-bottom: 8px;
        cursor: move;
    }

.fc-view {
    margin-top: 15px;
}

table.fc-border-separate {
    margin-top: 20px;
}

.fc td, .fc th {
    vertical-align: middle;
}

.fc-grid th {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.fc-border-separate th, .fc-border-separate td {
    border-width: 0px;
    border-bottom: 1px solid #e5e9ec;
}

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-right-width: 0px;
}

.fc-border-separate td.fc-last {
    border-right-width: 0px;
}

.fc-border-separate tr.fc-last td {
    border-bottom-width: 0px;
}

.fc-grid .fc-day-number {
    padding: 25px 10px;
}

.fc-state-highlight {
    background-color: transparent;
}

    .fc-state-highlight .fc-day-number {
        background-color: #0090d9;
        border-radius: 999px;
        padding: 5px 11px;
        color: #fff;
    }

.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
    margin-top: 10px;
}

.fc table thead tr th {
    font-size: 0.9em;
}
/*** Mini Charts ***/
.mini-chart-wrapper {
    display: block;
    width: 100%;
    padding: 19px 9px 0;
}

    .mini-chart-wrapper .chart-details-wrapper {
        display: inline-block;
        margin: 8px;
    }

    .mini-chart-wrapper .mini-chart {
        display: inline-block;
        position: relative;
        top: -10px;
    }

    .mini-chart-wrapper .chart-details-wrapper .chartname {
        display: block;
        font-size: 10.5px;
        text-transform: uppercase;
        color: #9A9A9A;
    }

    .mini-chart-wrapper .chart-details-wrapper .chart-value {
        display: block;
        font-size: 14px;
        color: #000000;
    }

    .mini-chart-wrapper.donut .chart-details-wrapper {
        float: left;
        margin-top: 0;
    }

    .mini-chart-wrapper.donut .mini-chart {
        float: left;
    }

.legendColorBox > div {
    border: 0px !important;
}

.legendLabel {
    line-height: 20px !important
}
/*** Ricksaw chart legend **/
.rickshaw_legend {
    display: block;
    border-radius: 0px;
    background-color: #f2f4f6;
}

    .rickshaw_legend .line {
        margin-bottom: 10px;
    }

        .rickshaw_legend .line .swatch {
            margin: 0 8px;
        }

    .rickshaw_legend .label {
        color: #6F7B8A;
    }

    .rickshaw_legend ul {
        margin: 15px 16px;
    }
/**** Header Chat Message ****/

.simple-chat-popup {
    margin-top: 3px;
    padding: 5px 0;
    left: -77.5px;
    top: 25px;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
}

    .simple-chat-popup .simple-chat-popup-arrow {
        border-bottom-color: #292b2e;
        border-width: 0 5px 5px;
        left: 74%;
        margin-left: -5px;
        top: 0;
    }

.simple-chat-popup-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}

.simple-chat-popup-inner {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    padding: 8px;
    text-align: right;
    text-decoration: none;
    background-color: #292b2e;
    font-size: 12px
}

    .simple-chat-popup-inner .message {
        color: #bfc0c1;
        font-size: 11px;
        margin-top: -4px;
    }

.side-bar-widgets {
    position: relative;
    display: block;
}
/**** User Profile ****/

.cover-pic-wrapper {
    max-height: 250px;
    position: relative;
    overflow: hidden;
}

.user-profile-pic {
    width: 100%;
    text-align: right;
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

    .user-profile-pic img {
        border-radius: 100px 100px 100px 100px;
        display: inline-block;
        height: 68px;
        overflow: hidden;
        width: 68px;
        border: 5px solid #fff;
        background-color: #e5e9ec;
    }

.user-mini-description {
    margin-right: 10px;
}

    .user-mini-description h3 {
        margin: 5px 0;
        margin-bottom: 0px;
        text-align: right;
    }

    .user-mini-description h5 {
        margin: 0px;
        text-align: right;
    }

    .user-mini-description h5 {
        font-size: 13px;
        color: #8B91A0;
        text-align: right;
    }

.user-description-box {
    background-color: #f2f4f6;
    margin: 10px 15px;
    padding: 20px;
}

    .user-description-box p {
        margin: 0 0 10px;
        font-size: 12px;
    }

        .user-description-box p i {
            width: 25px;
            font-size: 14px;
        }

        .user-description-box p:last-child {
            margin: 0px;
        }

.friend-list {
    color: #414243;
    margin: 15px 0;
}

    .friend-list .friend-details-wrapper {
        display: inline-block;
        float: left;
    }

    .friend-list .friend-profile-pic {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .friend-list .friend-name {
        display: block;
        font-size: 13px;
    }

    .friend-list .friend-description {
        display: block;
        font-size: 12px;
        color: #767e84;
    }

    .friend-list .action-bar {
        display: inline-block;
        margin-left: 10px;
        margin-top: 8px
    }

ul.my-friends {
    margin: 0px;
    margin-top: 16px;
    padding: 0;
}

    ul.my-friends li {
        float: left;
        display: inline;
        margin-right: 5px;
        margin-bottom: 8px;
    }

        ul.my-friends li .profile-pic {
            border-radius: 100px;
            display: inline-block;
            float: left;
            height: 35px;
            overflow: hidden;
            width: 35px;
        }

.user-profile-pic-normal {
    border-radius: 100px 100px 100px 100px;
    height: 35px;
    overflow: hidden;
    width: 35px;
}

.user-status-box {
    border: none;
    border-radius: none;
    margin: 0;
}

.post {
    display: block;
}

    .post .info-wrapper {
        display: inline-block;
        float: left;
        width: 80%;
    }

    .post .username {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .post .info {
        display: block;
    }

    .post .user-profile-pic-wrapper {
        display: inline-block;
        float: left;
        margin-right: 16px;
    }

    .post .more-details {
        display: block;
        float: left
    }

    .post .post-links li {
        display: inline;
        float: left;
        position: relative;
    }

    .post .post-links {
        margin: 4px 0 0;
        list-style: none;
        font-size: 11px;
        padding: 0;
    }

        .post .post-links li {
            display: inline;
            float: left;
            position: relative;
            padding-left: 0px;
            padding-right: 8px;
        }

            .post .post-links li:after {
                color: #999999;
                content: "•";
                padding-left: 8px;
            }

            .post .post-links li:last-child:after {
                content: "";
            }

    .post .dark-text {
        color: #2a2e36;
    }

    .post .action-bar {
        display: block;
        list-style: none;
        margin: 13px 0 37px;
        font-size: 12px;
        padding: 0;
    }

        .post .action-bar li {
            display: inline;
            float: left;
            position: relative;
            padding-right: 8px;
        }

.post-input {
    padding-left: 14px !important;
    padding-top: 18px !important;
    font-size: 14px;
}

.comments-section {
    margin-top: 12px;
}
/*** Search Results ***/

#Parks {
    margin-bottom: 30px;
}
/* IMAGES */

.img_wrapper {
    position: relative;
    background: #d1dade;
    overflow: hidden;
}

    .img_wrapper img {
        position: absolute;
        width: 100%;
        height: auto;
        opacity: 1;
        top: 0;
        -webkit-transition: opacity 150ms;
        -moz-transition: opacity 150ms;
        -ms-transition: opacity 150ms;
        transition: opacity 150ms;
    }

    .img_wrapper.loaded img {
        opacity: 1;
    }
/* FAIL ELEMENT */

#Parks {
    position: relative;
    margin: 0px;
    padding: 0;
}

.fail_element {
    position: absolute;
    opacity: 0;
    top: 100px;
    text-align: center;
    width: 50%;
    left: 25%;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 300;
}

.fail .fail_element {
    opacity: 1;
}
/* LIST VIEW STYLES */

#Parks.list .list_header {
    height: 38px;
    line-height: 38px;
    background: #d1dade;
    text-align: right;
    color: #59514c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#Parks.list .meta {
    display: inline-block;
    width: 205px;
    text-align: center;
    line-height: 99px;
    border-left: 1px solid #d7dbe0;
    height: 100%;
    vertical-align: top;
}

#Parks.list .list_header .meta {
    line-height: 38px;
    border: 0 none;
    margin-top: -8px;
    vertical-align: inherit;
}

#Parks.list .meta.name {
    float: left;
    text-align: left;
    width: auto;
    border-left: 0 none;
}

#Parks.list .list_header .meta.name {
    padding-left: 15px;
}

#Parks.list .list_header .meta span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 7px 0 0;
    cursor: pointer;
    top: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #Parks.list .list_header .meta span:after {
        content: '';
        position: absolute;
        top: 9px;
        left: 7px;
        border: 5px solid transparent;
    }

    #Parks.list .list_header .meta span.asc:after {
        border-top: 7px solid #8E9AA2;
    }

    #Parks.list .list_header .meta span.desc:after {
        top: 4px;
        border-bottom: 7px solid #8e9aa2;
    }

    #Parks.list .list_header .meta span:hover {
        background: #b8bbbe;
    }

    #Parks.list .list_header .meta span.asc:hover:after {
        border-top-color: #e5e9ec;
    }

    #Parks.list .list_header .meta span.desc:hover:after {
        border-bottom-color: #e5e9ec;
    }

    #Parks.list .list_header .meta span.active.asc:after {
        border-top-color: #505458;
    }

    #Parks.list .list_header .meta span.active.desc:after {
        border-bottom-color: #505458;
    }

#Parks.list .mix {
    display: none;
    opacity: 0;
    padding: 18px 0 14px;
    border-bottom: 1px solid #d7dbe0;
    text-align: right;
    height: 127px;
    width: 100%;
    line-height: 99px;
    vertical-align: top;
    font-weight: 300;
}

    #Parks.list .mix .meta * {
        line-height: 1;
    }

    #Parks.list .mix .meta p, #Parks.list .mix .meta ul {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
    }

    #Parks.list .mix .meta li {
        margin-bottom: 5px;
    }

#Parks.list .img_wrapper {
    display: inline-block;
    width: 177px;
    height: 95px;
    vertical-align: top;
    margin-right: 30px;
}

#Parks.list .titles {
    display: inline-block;
    vertical-align: middle;
}

    #Parks.list .titles h2 {
        font-weight: 700;
        font-size: 17px;
        text-transform: uppercase;
        color: #47a497;
        letter-spacing: 2px;
        margin-bottom: 3px;
        line-height: 1.2 !important;
    }

    #Parks.list .titles p {
        text-indent: -2px;
    }
/* GRID VIEW STYLES */

#Parks.grid {
    text-align: justify;
}

    #Parks.grid .list_header, #Parks.grid .meta {
        display: none;
    }

        #Parks.grid .meta.name {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            display: block;
        }

    #Parks.grid .mix {
        display: none;
        opacity: 0;
        position: relative;
        width: 48.5%;
        padding-top: 26%;
        margin-bottom: 3%;
    }

    #Parks.grid .img_wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
    }

    #Parks.grid .titles {
        position: relative;
        width: 90%;
        max-width: 400px;
        height: auto;
        margin-top: 75%;
        margin: 53.5% auto 0;
        top: -80px;
        z-index: 1;
        padding: 10px 0;
        background: #fff;
        background: rgba(255,255,255,.8);
        text-align: center;
    }

        #Parks.grid .titles h2 {
            font-weight: 700;
            font-size: 17px;
            text-transform: uppercase;
            color: #47a497;
            letter-spacing: 2px;
            margin-bottom: 3px;
        }

        #Parks.grid .titles p {
            font-weight: 300;
            text-indent: -2px;
        }

#Parks ul {
    padding-left: 0;
}
/** Global Profile pics **/
.user-profile img {
    border-radius: 100px 100px 100px 100px;
}
/* Time line */
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .cbp_tmtimeline li {
        position: relative;
    }
    /* The line */
    .cbp_tmtimeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #f2f4f6;
        left: 20%;
        margin-left: -10px;
    }
    /* The date/time */
    .cbp_tmtimeline > li .cbp_tmtime {
        display: block;
        width: 25%;
        padding-right: 100px;
        position: absolute;
        font-family: 'Open Sans';
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        text-align: right;
    }

        .cbp_tmtimeline > li .cbp_tmtime .date {
            font-size: 1.2em;
            color: #505458;
            margin-bottom: 5px;
            display: block;
        }

        .cbp_tmtimeline > li .cbp_tmtime .time {
            font-size: 1.5em;
            color: #505458;
            display: block;
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
        color: #505458;
    }
    /* Right content */
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 15px 25%;
        background: #ffffff;
        font-size: 13px;
        line-height: 1.4;
        position: relative;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
        background: #ffffff;
    }

    .cbp_tmtimeline > li .cbp_tmlabel h2 {
        margin-top: 0px;
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
    /* The triangle */
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #ffffff;
        border-width: 10px;
        top: 10px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: #ffffff;
    }
    /* The icons */
    /* The icons */
    .cbp_tmtimeline > li .cbp_tmicon {
        width: 40px;
        height: 40px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 37px;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        color: #7c8694;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 0 8px #ffffff;
        text-align: center;
        left: 20%;
        top: 0;
        margin: 0 0 0 -25px;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        font-size: 1.3em;
    }

        .cbp_tmtimeline > li .cbp_tmicon.success {
            background: #0090d9;
            box-shadow: 0 0 0 8px #2ba3df;
            color: #fff;
        }

        .cbp_tmtimeline > li .cbp_tmicon.primary {
            background: #0090d9;
            box-shadow: 0 0 0 8px #33b5aa;
            color: #fff;
        }

        .cbp_tmtimeline > li .cbp_tmicon.warning {
            background: #fbb05e;
            box-shadow: 0 0 0 8px #fcbd79;
            color: #fff;
        }

        .cbp_tmtimeline > li .cbp_tmicon.danger {
            background: #0090d9;
            box-shadow: 0 0 0 8px #f78c8b;
            color: #fff;
        }

        .cbp_tmtimeline > li .cbp_tmicon.info {
            background: #1f3853;
            box-shadow: 0 0 0 8px #455a70;
            color: #fff;
        }

    .cbp_tmtimeline .action-links li {
        display: inline;
        float: left;
        position: relative;
    }

    .cbp_tmtimeline .action-links {
        margin: 4px 0 0;
        list-style: none;
        font-size: 13px;
        padding: 0;
    }

        .cbp_tmtimeline .action-links li {
            display: inline;
            float: left;
            position: relative;
            padding-left: 0px;
            padding-right: 8px;
            color: #8b91a0;
        }

            .cbp_tmtimeline .action-links li:after {
                color: #999999;
                content: "•";
                padding-left: 8px;
            }

            .cbp_tmtimeline .action-links li:last-child:after {
                content: "";
            }

/* Media Queries */
@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime {
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #fff;
            top: -20px;
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #fff;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}

.header .nav > li.quicklinks i {
    font-size: 18px
}

.header .pull-right .nav.quick-section {
    margin-left: 0px
}

.header .search-form {
    margin-left: 0px !important
}

.iconset.top-chat {
    background-position: -422px -6px;
    width: 17px;
    height: 17px;
    top: 1px;
}

.header .dropdown-menu > li > a {
    float: none;
    display: block
}

.ExchnageThemes span {
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin: 7px 2px;
    overflow: hidden;
    text-indent: -9999px;
    width: 17px;
}

    .ExchnageThemes span.blue {
        background: #0090d9;
    }

    .ExchnageThemes span.ligthgreen {
        background: #0aa699;
    }

    .ExchnageThemes span.ligthred {
        background: #f35958;
    }

    .ExchnageThemes span.lightjamini {
        background: #736086;
    }

    .ExchnageThemes span.green {
        background: #5ca717;
    }

    .ExchnageThemes span.black {
        background: #484848;
    }

.header .nav > li.m-r-10 {
    margin-right: 10px
}

.header .nav > li .searchpanel {
    margin-top: -5px;
    border: 1px solid #e5e9ec;
    border-left: 0px;
    border-right: 0px;
    width: 350px /*Changed by BK from 250 to 350*/
}

    .header .nav > li .searchpanel .form-control {
        border: 0px
    }

    .header .nav > li .searchpanel .checkbox label {
        margin: 0px
    }

    .header .nav > li .searchpanel #searchdropdown {
        left: inherit;
        right: 0px;
        border: 1px solid #e5e9ec;
        margin: 0px;
        box-shadow: none
    }

        .header .nav > li .searchpanel #searchdropdown li {
            padding: 7px 10px;
            text-align: right;
            border-bottom: 1px solid #e5e9ec;
        }

            .header .nav > li .searchpanel #searchdropdown li label {
                display: block;
                color: #767676;
                padding: 0 25px 0 0
            }

    .header .nav > li .searchpanel .input-group-btn .btn {
        border-radius: 0px
    }

    .header .nav > li .searchpanel .input-group-btn .btn {
        border-radius: 0px;
        background: #fff;
        border-right: 1px solid #e5e9ec;
        border-left: 1px solid #e5e9ec;
    }

        .header .nav > li .searchpanel .input-group-btn .btn#searchsubmit {
            border-right: 0px solid #e5e9ec;
        }

        .header .nav > li .searchpanel .input-group-btn .btn#searchsubmit {
        }

            .header .nav > li .searchpanel .input-group-btn .btn#searchsubmit .glyphicon {
                color: #b3b3b3
            }

    .header .nav > li .searchpanel #searchdropdown li .checkbox label::before {
        left: inherit;
        right: -10px
    }

    .header .nav > li .searchpanel #searchdropdown li .checkbox label::after {
        left: inherit;
        right: 3.2px
    }

.pagination > li {
    display: inline;
    padding: 0;
}

.inline-link {
    display: inline-block;
    /*background: #0090d9;*/
    line-height: 20px;
    padding: 0 6px;
    color: #0090d9;
    border-radius: 1px;
    font-weight: bold
}

    .inline-link:hover {
        /*background: #1b1e24;*/
        color: #000;
        text-decoration: underline
    }

.sprites {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    display: inline-block
}

.srcb-ico {
    background-position: 0 15px;
    width: 66px;
    height: 86px;
}

.afu-ico {
    background-position: -70px 20px;
    width: 59px;
    height: 86px;
}

.copdfu-ico {
    background-position: -134px 25px;
    width: 49px;
    height: 86px;
}

.ntfu-ico {
    background-position: -187px 10px;
    width: 47px;
    height: 86px;
}

.smfu-ico {
    background-position: -238px 20px;
    width: 61px;
    height: 86px;
}

.cwmfu-ico {
    background-position: -303px 12px;
    width: 82px;
    height: 86px;
}

.awmfu-ico {
    background-position: -389px 0;
    width: 86px;
    height: 86px;
    max-width: 100%;
}

.copyright-footer {
    bottom: 0;
    clear: both;
    display: block;
    padding: 11px 21px;
    position: absolute;
    width: 100%;
    line-height: 16px;
    color: #525252;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana
}

.griddatetable thead tr th, .griddatetable1 thead tr th, .table-striped thead tr th, .table-striped thead tr th {
    background: #ececec;
    color: #363636;
    font-size: 14px
}

.form-actions .btn {
    margin-bottom: 0px
}

.tab-accordion .nav-tabs {
    padding: 10px 10px 0;
    border-radius: 5px 5px 0 0;
}

    .tab-accordion .nav-tabs > li {
        margin-right: 2px;
        margin-bottom: -1px;
    }

        .tab-accordion .nav-tabs > li > a {
            background: #e8edef;
            font-size: 18px;
            font-weight: 400;
            height: 60px;
            line-height: 30px;
        }

            .tab-accordion .nav-tabs > li > a .sprites {
                margin-right: 10px;
                height: 34px;
                position: relative;
                margin-bottom: -10px;
                position: relative;
                top: 0px;
            }

            .tab-accordion .nav-tabs > li > a.colortab-1 {
                color: #5f3bb9
            }

        .tab-accordion .nav-tabs > li.active > a.colortab-1 {
            background-color: #5f3bb9;
            color: #fff
        }

        .tab-accordion .nav-tabs > li > a.colortab-2 {
            color: #5ca717
        }

        .tab-accordion .nav-tabs > li.active > a.colortab-2 {
            background-color: #5ca717;
            color: #fff
        }

        .tab-accordion .nav-tabs > li > a.colortab-3 {
            color: #0aa699
        }

        .tab-accordion .nav-tabs > li.active > a.colortab-3 {
            background-color: #0aa699;
            color: #fff
        }

        .tab-accordion .nav-tabs > li > a.colortab-4 {
            color: #23BBE1
        }

        .tab-accordion .nav-tabs > li.active > a.colortab-4 {
            background-color: #23BBE1;
            color: #fff
        }

        .tab-accordion .nav-tabs > li > a.colortab-5 {
            color: #1A6F7C
        }

        .tab-accordion .nav-tabs > li.active > a.colortab-5 {
            background-color: #1A6F7C;
            color: #fff
        }

        .tab-accordion .nav-tabs > li > a.colortab-6 {
            color: #6E6E6E
        }

        .tab-accordion .nav-tabs > li.active > a.colortab-6 {
            background-color: #6E6E6E;
            color: #fff
        }

        .tab-accordion .nav-tabs > li > a.colortab-7 {
            color: #2471A3
        }

        .tab-accordion .nav-tabs > li.active > a.colortab-7 {
            background-color: #2471A3;
            color: #fff
        }

        .tab-accordion .nav-tabs > li > a.colortab-8 {
            color: #320132
        }

        .tab-accordion .nav-tabs > li.active > a.colortab-8 {
            background-color: #320132;
            color: #fff
        }

        .tab-accordion .nav-tabs > li > a.colortab-9 {
            color: #d89b41;
        }

        .tab-accordion .nav-tabs > li.active > a.colortab-9 {
            background-color: #d89b41;
            color: #fff
        }

        .tab-accordion .nav-tabs > li .clientdetail-ico {
            background-position: 0 -86px;
            width: 29px;
        }

        .tab-accordion .nav-tabs > li.active .clientdetail-ico {
            background-position: 0 -129px;
        }

        .tab-accordion .nav-tabs > li .clienthealth-ico {
            background-position: -38px -86px;
            width: 30px;
        }

        .tab-accordion .nav-tabs > li.active .clienthealth-ico {
            background-position: -38px -129px;
        }

        .tab-accordion .nav-tabs > li .recordcontact-ico {
            background-position: -76px -86px;
            width: 33px;
        }

        .tab-accordion .nav-tabs > li.active .recordcontact-ico {
            background-position: -76px -129px;
        }

        .tab-accordion .nav-tabs > li .epicare-ico {
            background-position: -118px -86px;
            width: 33px;
        }

        .tab-accordion .nav-tabs > li.active .epicare-ico {
            background-position: -118px -129px;
        }

        .tab-accordion .nav-tabs > li .appoint-ico {
            background-position: -159px -86px;
            width: 32px;
        }

        .tab-accordion .nav-tabs > li.active .appoint-ico {
            background-position: -159px -129px;
        }

        .tab-accordion .nav-tabs > li .summary-ico {
            background-position: -200px -86px;
            width: 25px;
        }

        .tab-accordion .nav-tabs > li.active .summary-ico {
            background-position: -200px -129px;
        }

        .tab-accordion .nav-tabs > li .security-ico {
            background-position: -234px -86px;
            width: 32px;
        }

        .tab-accordion .nav-tabs > li.active .security-ico {
            background-position: -234px -129px;
        }

        .tab-accordion .nav-tabs > li .venue-ico {
            background-position: -272px -86px;
            width: 25px;
        }

        .tab-accordion .nav-tabs > li.active .venue-ico {
            background-position: -272px -129px;
        }

.grid.simple.bluetheme {
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .grid.simple.bluetheme .grid-title {
        background: #0090d9;
        color: #fff;
        border: 0px;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
    }

        .grid.simple.bluetheme .grid-title h4 {
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
            margin: 0px;
        }

.grid.simple.greytheme {
    border: 1px solid #dbdbdb;
    background: #fff;
}

    .grid.simple.greytheme .grid-title {
        background: #f2f4f6 !important;
        color: #fff;
        border: 0px;
        border-bottom: 1px solid #e8e8e8;
    }

        .grid.simple.greytheme .grid-title h4 {
            color: #1b1e24;
            text-transform: uppercase;
            font-size: 18px
        }

.clientid {
    font-size: 18px;
    color: #0090d9;
    font-weight: 600
}

.age-show {
    font-size: 18px;
    color: #151515;
    font-weight: 600
}

.form-group .controls {
    margin-top: 0px;
}

#rootwizard h4 {
    font-size: 22px;
    color: #333333;
    margin: 0px;
    padding-bottom: 25px
}

.next.finish {
    display: inline !important;
}

    .next.finish.hidden {
        display: none !important;
    }

.questionlisting ul li {
    background: #e8e8e8;
    padding: 7px 15px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #131313;
}

.quesChangeColor ul li {
    background: #E8E9D4 !important;
}

.questionlisting ul li label {
    display: inline-block;
    padding-top: 5px
}

.questionlisting ul li .quest-ico {
    font-weight: bold;
    color: #0090d9;
    font-size: 16px;
}

.greengrey-toggle .btn-primary {
    background: #454545;
    border-right: 1px solid #6a6a6a;
}

    .greengrey-toggle .btn-primary:last-child {
        border-right: 0px solid #6a6a6a;
    }

    .greengrey-toggle .btn-primary.active {
        background: #5ca717;
    }

.profile-section {
    background: #0090d9;
    padding: 12px;
    color: #a3cced;
    font-size: 16px
}

    .profile-section h3 {
        font-size: 24px;
        color: #89d7ff;
        margin: 0px;
        padding-bottom: 20px;
        font-weight: 600
    }

    .profile-section label {
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 3px
    }

.actionbar {
    margin-top: 0px;
    padding-bottom: 15px;
    position: relative;
}

    .actionbar:after {
        content: '';
        display: block;
        clear: both
    }

    .actionbar ul li {
        float: right;
        text-align: center;
        max-width: 50px;
    }

        .actionbar ul li a {
            display: block;
            cursor: pointer
        }

        .actionbar ul li .action-icons {
            display: block;
            width: 46px;
            height: 46px;
            background: #0090d9;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            -webkit-border-radius: 5px;
            margin: 0 auto;
            border: 1px solid #77c9f2;
            position: relative
        }

            .actionbar ul li .action-icons:after {
                content: '';
                display: block;
                width: 36px;
                height: 36px;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -18px;
                margin-top: -18px;
                background-image: url(../img/actionbar.png);
                background-repeat: no-repeat;
            }

        .actionbar ul li label {
            font: normal 11px/12px Tahoma, Verdana;
            color: #343434;
            display: block;
            padding: 10px 0;
            margin: 0px;
        }

        .actionbar ul li a:hover .action-icons {
            background: #0373ab
        }

        .actionbar ul li a:hover label {
            color: #0373ab
        }

        .actionbar ul li .action-icons.sh-ico:after {
            background-position: 0 0
        }

        .actionbar ul li .action-icons.cont-ico:after {
            background-position: -36px 0
        }

        .actionbar ul li .action-icons.cn-ico:after {
            background-position: -72px 0
        }

        .actionbar ul li .action-icons.sh-ico:after {
            background-position: -108px 0
        }

        .actionbar ul li .action-icons.cancel-ico:after {
            background-position: -144px 0
        }

        .actionbar ul li .action-icons.next-ico:after {
            background-position: -180px 0
        }

        .actionbar ul li .action-icons.back-ico:after {
            background-position: -216px 0
        }

        .actionbar ul li .action-icons.save-ico:after {
            background-position: -252px 0
        }

        .actionbar ul li .action-icons.del-ico:after {
            background-position: -288px 0
        }

        .actionbar ul li .action-icons.edit-ico:after {
            background-position: -324px 0
        }

        .actionbar ul li .action-icons.csum-ico:after {
            background-position: -360px 0
        }

        .actionbar ul li .action-icons.rc-ico:after {
            background-position: -396px 0
        }

        .actionbar ul li .action-icons.new-ico:after {
            background-position: -432px 0
        }

.grid-color-1 > td {
    background: #7fb2e5 !important;
    color: #131313 !important
}

    .grid-color-1 > td a {
        color: #131313
    }

.grid-color-2 > td {
    background: #bc7fe4 !important;
    color: #131313 !important
}

    .grid-color-2 > td a {
        color: #131313
    }

.grid-color-3 > td {
    background: #1b4b28 !important;
    color: #fff !important
}

    .grid-color-3 > td a {
        color: #131313
    }

.grid-color-4 > td {
    background: #a7b1d0 !important;
    color: #131313 !important
}

    .grid-color-4 > td a {
        color: #131313
    }

.grid-color-5 > td {
    background: #A7CFD0 !important;
    color: #131313 !important
}

    .grid-color-5 > td a {
        color: #131313
    }

.grid-color-6 > td {
    background: #eaa873 !important;
    color: #131313 !important
}

    .grid-color-6 > td a {
        color: #131313
    }

.grid-color-7 > td {
    background: #fe8867 !important;
    color: #131313 !important
}

    .grid-color-7 > td a {
        color: #131313
    }

.grid-color-8 > td {
    background: #297F87 !important;
    color: #131313 !important
}

    .grid-color-8 > td a {
        color: #131313
    }

.colrogridtable a {
    background: #e3e3e3;
    color: #373737
}

.pinbar-panel {
    width: 225px;
    margin: 0 auto;
    text-align: center
}

    .pinbar-panel > table > tbody {
        background: #fff;
        border-left: 1px solid #ececec;
        border-top: 1px solid #ececec;
    }

        .pinbar-panel > table > tbody td, .pinbar-panel > table > tfoot td {
            border-bottom: 1px solid #ececec;
            border-right: 1px solid #ececec;
            text-align: center;
            vertical-align: middle;
            height: 36px;
            background: #fff
        }

    .pinbar-panel thead {
        background: #0090d9;
    }

    .pinbar-panel table > thead > tr > th {
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        padding: 15px 0 0;
        text-transform: uppercase
    }

    .pinbar-panel tfoot {
        background: #e6e6e6;
        padding-bottom: 10px
    }

    .pinbar-panel > table > tfoot td, .pinbar-panel > table > tfoot th {
        border-bottom: 10px solid #e6e6e6
    }

    .pinbar-panel table > thead > tr > th.passcode {
        padding-bottom: 10px;
    }

        .pinbar-panel table > thead > tr > th.passcode table {
            margin: 0 auto;
            width: 80%;
        }

    .pinbar-panel .pin-input, .pinbar-panel .pin-input:hover, .pinbar-panel .pin-input:focus {
        border: 0px;
        border-bottom: 2px solid #fff;
        width: 25px;
        height: 25px;
        padding: 0 !important;
        min-height: inherit;
        text-align: center;
        color: #fff;
        background: none;
        border-radius: 0px;
        font-size: 16px;
    }

        .pinbar-panel .pin-input[disabled="disabled"] {
            background: url('../img/x.png') no-repeat center;
            /* background: #E6E6E6;*/
        }

    .pinbar-panel .pin-btn {
        font-size: 20px;
        color: #1c1c1d;
        text-align: center;
        width: 100%;
        background: transparent;
        border: 0px;
        display: block;
        height: 35px
    }

        .pinbar-panel .pin-btn:hover {
            background: #f1f1f1
        }

    .pinbar-panel button.pin-btn:hover {
        background: transparent
    }

.pin-back {
    background-position: 0 -173px;
    width: 20px;
    height: 14px
}

.dropzone {
    min-height: 200px;
    padding: 23px;
}
/****************************************/

.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer {
}

.pickList_controlsContainer {
    text-align: center;
    margin-top: 15px
}

    .pickList_controlsContainer button {
        display: block;
        width: 50%;
        text-align: center;
        padding: 3px 5px;
        margin: 3px auto;
    }

.pickList_list {
    list-style-type: none;
    padding: 10px;
    width: 100%;
    height: 120px;
    overflow-y: auto;
    cursor: default;
}

.pickList_selectedListItem {
    background-color: #a3c8f5;
}

.pickList_listLabel {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.pickList_clear {
    clear: both;
}
/*****************************/
.compacttable.grid.simple .grid-body {
    padding: 0px
}

    .compacttable.grid.simple .grid-body table {
        margin: 0px
    }

        .compacttable.grid.simple .grid-body table > tbody > tr > td, .compacttable.grid.simple .grid-body table > thead > tr > th {
            padding: 7px 12px
        }

#rootwizard .grid.simple.greytheme .grid-title h4 {
    padding-bottom: 0px
}

.compacttable.grid.simple .grid-title {
    padding: 12px 12px;
}

    .compacttable.grid.simple .grid-title h4 {
        text-transform: capitalize;
        font-size: 16px;
    }

.table {
    border-top: 1px solid #e8edf1;
    border-left: 1px solid #e8edf1;
}

    .grid-body table > tbody > tr > td, .grid-body table > thead > tr > th, .table > thead > tr > th, .table > tbody > tr > td {
        /*border-bottom: 1px solid #e8edf1;*/
        border-right: 1px solid #e8edf1;
    }

.red {
    color: red
}

.input-append .add-on i.cal-ico {
    background-position: -22px -172px;
    width: 16px;
    height: 22px
}

.icon-caret-down::before {
    content: "";
}

.treemenu ul li {
    padding: 0px
}

    .treemenu ul li.parent-list {
        position: relative
    }

        .treemenu ul li.parent-list > .checkbox {
            margin-left: 25px
        }

        .treemenu ul li.parent-list .collpseico {
            position: absolute;
            left: 0px;
            top: 3px;
            display: inline-block;
            width: 12px;
            height: 12px;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            color: #3F3F3F;
            font-size: 15px
        }

            .treemenu ul li.parent-list .collpseico:before {
                content: "\e081";
            }

            .treemenu ul li.parent-list .collpseico.expendico:before {
                content: "\e082";
            }

.Lookup-grid .title-block {
    background: #ECECEC;
    padding: 15px;
    text-align: center
}

.lookup-listing {
    padding: 15px
}

    .lookup-listing ul.row {
        margin: 0
    }

        .lookup-listing ul.row li[class*="col"] {
            padding: 0 0
        }

    .lookup-listing .title-block {
        text-align: center;
        margin: 7px;
        border: 1px solid #ECECEC;
        padding: 3px;
    }

        .lookup-listing .title-block a {
            background: #ECECEC;
            padding: 25px 15px;
            display: block;
            font: bold 13px Arial, Tahoma, Verdana;
            color: #565656;
            border: 1px solid #fff
        }

        .lookup-listing .title-block:hover {
            border: 1px solid #0090D9;
        }

            .lookup-listing .title-block:hover a {
                background: #0090D9;
                border: 1px solid #0090D9;
                color: #fff
            }

table.dataTable thead > tr > th.sorting_disabled, table.dataTable thead > tr > td.sorting_disabled {
    padding-right: 12px
}

.today.active.day {
    color: #fff;
}

.actionbar.floatbar {
    position: fixed;
    /*  top:150px;
    left:50%;
    margin-left:235px;
    width:200px;*/
    z-index: 999;
    top: 55px; /* actual 90px. Changed to 80 by BK*/
    right: 30px;
    background: rgba(255,255,255,.8);
    padding: 10px
}

.form-control.required, .checkbox.required label::before, .radio.required label::before, .selectize-control.required .selectize-input, .selectize-control.required .selectize-input::before, .input-append.required .form-control {
    border-color: red !important;
}
/***********Only for User Profile**********/
.form-control.requiredup {
    border-color: red !important;
}
/*************
/*.selectize-control.required .selectize-input::after {
	border-color: red transparent transparent !important;
}
.selectize-control.required .selectize-input.dropdown-active::after {
	border-color: transparent transparent red !important;
}*/
.input-append.required .add-on {
    background-color: red
}

    .input-append.required .add-on .arrow {
        color: red
    }

.modal-header {
    background-color: #0090d9;
    color: #fff
}

    .modal-header h4, .grid.simple .grid-body .modal-header h4 {
        color: #fff
    }

.modal-content {
    overflow: hidden
}

.modal-header button.close {
    /*opacity: 1;
	text-shadow: none;
	color: #fff;
	background: #000;
	border-radius: 100px;
	width: 24px;
	height: 24px;
	line-height: 18px;
	font-size: 18px;*/
}
/***********************************************************/


.appointment-selector-desktop h2 {
    color: #000;
    font-size: 18px;
    text-align: left;
    margin: 0px;
    line-height: normal;
    font-weight: bold
}

.appointment-selector-desktop .grid-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: table;
    border-spacing: 2px;
    border-collapse: separate;
    min-height: 568px
}

    .appointment-selector-desktop .grid-container .grid-row {
        display: table-row
    }

    .appointment-selector-desktop .grid-container .branch-heading {
        background: #22262e none repeat scroll 0 0;
        color: #fff;
        display: table-cell;
        font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif;
        font-size: 20px;
        padding: 20px 15px;
        text-align: left;
        vertical-align: middle;
        width: 22%;
    }

    .appointment-selector-desktop .grid-container .day-header {
        background: #0074af;
        color: #fff;
        display: table-cell;
        font-weight: bold;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        width: 9%;
    }

        .appointment-selector-desktop .grid-container .day-header .day-date {
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            font-weight: 400
        }

    .appointment-selector-desktop .grid-container .site-name {
        background-color: #0090d9;
        width: 21%;
        height: 100px;
        font-size: 15px;
        line-height: 17px;
        display: table-cell;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-weight: 800;
        vertical-align: middle;
        text-transform: uppercase
    }

        .appointment-selector-desktop .grid-container .site-name .name {
            float: left;
            width: 70%;
            margin-left: 10px;
            overflow: hidden;
            text-transform: none;
            /*white-space: nowrap;
	text-overflow: ellipsis*/
        }

        .appointment-selector-desktop .grid-container .site-name .miles {
            float: left;
            clear: left;
            margin-left: 10px
        }

        .appointment-selector-desktop .grid-container .site-name .icon {
            float: right;
            background-color: #fff;
            width: 22px;
            height: 22px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            margin-right: 11px;
            margin-top: -11px;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAABMlBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Aqk9EwX676NB30qERsFvd9OhVxorM7tyI163SqgrVAAAAXHRSTlMA+Y4DF714/fLjBiejBYbn7L/3OnFMRymWEmv+P+8EwnR1D4z0uSZmVY3hJT4kOVFobn+P9mM8Uwoct89acODtDldtr8MBENdSGBvbFRnMHnOCBxSEHXeivKZ8QR5BcWAAAAD9SURBVHhefdLlcgMhFIbhb3ebNI261N3d3d3dz0Yq938LnSQtsIU9708emMMMQK1rfCLXUYjBWGtbYIFqWd09TZr29Q+QzCr+25FPkLfkiMrZZtKKHwruJVP2H5+0i7WPMsmGG3zZKbnqVqSnI3WPkqjsuiWSDdZ4SL1bpfRFShkAo+RfFMAYKX1/es6Hwpgk0ubLpjDN+gxmWY9jjvV5BFm3sch6EEusL2PF4nwVWGN8HcAG45sAwlu+vr0DALvk8/60h3r7ZP4/B07Dj47JVMspfjs7N3EEoouUxlfXUHJuQh5N397B2/1DQmjSfoSek3l6fkkFXt/eYxD9AMOI/ef83BQ4AAAAAElFTkSuQmCC");
            background-position: center center;
            cursor: pointer
        }

    .appointment-selector-desktop .grid-container .slot {
        background-color: #f0f0f0;
        width: 9%;
        height: 100px;
        font-size: 17px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif;
        color: #000;
        line-height: 110%;
        cursor: pointer;
    }

        .appointment-selector-desktop .grid-container .slot a {
            color: #000
        }

        .appointment-selector-desktop .grid-container .slot .ng-scope {
            padding: 0 /* 10px 0*/
        }

        .appointment-selector-desktop .grid-container .slot .free {
            font-family: "Open Sans", sans-serif;
            font-size: 11px;
            font-weight: 600;
            line-height: 13px
        }

        .appointment-selector-desktop .grid-container .slot:hover {
            background-color: #fdb913
        }

            .appointment-selector-desktop .grid-container .slot:hover .free {
                color: #000
            }

        .appointment-selector-desktop .grid-container .slot .stretch-div {
            width: 100%;
            height: 100%
        }

        .appointment-selector-desktop .grid-container .slot .closed {
            width: 100%;
            height: 100%;
            background-color: #e1e1e1;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAqCAYAAADvczj0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ4MUQ0MDMzMjIyNTExRTRCNDJDRUIzQ0EwNjFGMzU4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ4MUQ0MDM0MjIyNTExRTRCNDJDRUIzQ0EwNjFGMzU4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDgxRDQwMzEyMjI1MTFFNEI0MkNFQjNDQTA2MUYzNTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDgxRDQwMzIyMjI1MTFFNEI0MkNFQjNDQTA2MUYzNTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5IHYgFAAAEUUlEQVR42uxaS2gTURSdxFJREIkoKLooUXCjuIhUFCsq1S5UpIsoKurKVFFXghVcCCrS6s7Pol0IumxERKqCjVZaXCgGF4IWNOMHpYKfQQUX/uK59Ty8PCafJpo20z44vMy8uXfuefe82zczDWWzWaeSrb+/fza6/cCFhoaGJ06FW6iShEF2LroUUAe8B9aB9P1KEg5XkOx8dHdIVtp04CbOLw0cYZBaIB0wB3gHbASeAVMl4xhfFRjCIFPPzM4ABoHVkPFV9CuBAWAy0I3r1lf9GgaJZeiuM5OvhSTIZtS4TMItYCHwDdiM8StVmWHKtIdkRb7LNVlpOBZ5y3X3gFrgEuy2Vh1hBL1BZEq5DjCzL/2uxfkP6JqAu8AE4CLsd1UNYQTbLJki2UfACpB6k88G45/QrQVuk3QH/Owd9YQpxyTlKTJdRdkWbLjuKzpRhhS0EHAW/lpHLWEElxA5MkMizybKtehG0nHgMk+1we/RUVelEdQ+dKeZGZHlBgZfqj+ZtAvANp46CRyCz+yIZ5iyO0OyV8sly0z/RLcT6OSpg8A53Cs0ooQRwDGRHQ9FhvFyyVqkd8ta5qk9wHlmv3xJ01E997q1RdguYRAONxVHgJ//6a/JAW5OHBbFa0XYfAeeA/c5eX8Jc0cka2aeE7z2SpQC0jeGCPf19ckj20NgCjMk2coGhKw8rNSQ1xqQ7pWDwyT7VP744+SLoKQWyp3FTZAo+ASwNMwdjrTjQSLLwjfI9T9UczABk4TwTJ546QSzvTX1CpgY5s5ozLSwM8baOOGgt5o8JV0fRgjXukzOeQXukcvWtCh9eP+CECpzWRmWQLuAj0CGvXlGjfE4kce2R9nKZqZDjbdafrtoYybhI200HuQY62E8pWeYzTiSp5Y0ybUxW54i5tdMcMY2riYnST9JjjdyAsTvIdpFaJdUPl2fsSh9S6yL8yipIOG4ItuiAs0wwGQe2wQDaScBh34yHEupa9M8NiQca6zdOtfoM+ZyAhPqfsOWtJGIDk6yOldNwHBs7WOXk2pk7fpMYpxjGTVZfi1l3bdkSTs+xSRSRk3xrIlLMGONzFDUmkzPZ5KKibGkDLs+sxbh2uwo4Ddtyc+Woyl4ktFNJO8xo3bmWhRSBRSVLifDnSwkrQzG5e+IdeOYJbWkKkrG1hS8GMdc+mnjfaI51nDU8u36jEXUfTrLlfQaVj+d0XY6jql1FrdU0E7bLvUKSGfMBJdQhFxmWxNrtFTisRLbYy79uuUSdim3mMqAp+QzzWdNu2pc27pWQC2sqDGlAu3Dz7fZoNhjbrFruKbIHUs6T7HwilzPuexTJfgueWc2/vAwFgh/4e/agHKcrH7/EsKPebD9X7zZH4VtB/sXqEufpWjJm315qb4dqAPpXpmJgJBdBDTz99AXDPMi/hTf7oUCKmvZ7GyRLxD6U4t8ZpGvdfLvRRMDQPKH8+ejgnzz6jZfHn8LMABLLY3itnYfJQAAAABJRU5ErkJggg==");
            background-repeat: no-repeat;
            background-position: center center;
            cursor: default
        }

        .appointment-selector-desktop .grid-container .slot.no-appointments, .appointment-selector-desktop .grid-container .slot.no-appointments:hover .free {
            background-color: #e1e1e1;
            color: #bababa;
            cursor: default
        }

@media only screen and (max-width:991px) {
    .appointment-selector-desktop {
        /*display: none*/
    }
}

@media only screen and (min-width:992px) {
    .appointment-selector-desktop {
    }
}

@media only screen and (min-width:1200px) {
    .appointment-selector-desktop {
    }
}

.appointment-selector-desktop .appointmen-slots-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: table
}

    .appointment-selector-desktop .appointmen-slots-container .appointment-slot-row {
        display: table-row
    }

    .appointment-selector-desktop .appointmen-slots-container .appointment-slot {
        cursor: pointer;
        background-color: #85d633; /*AI: chnage app slot bg color to green */
        color: #000;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 50px;
        width: 20%;
        border: 2px solid #fff;
        border-bottom-width: 15px
    }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot:hover {
            background-color: #fdb913;
            color: #fff
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.selected {
            background-color: #0090d9;
            color: #fff
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot + .appointment-slot {
            border-left: 15px solid #fff
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.unavailable {
            background-color: #e1e1e1;
            color: #bababa;
            cursor: default
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_NewClient {
            background-color: #00A499; /*Changed colour from Grey to new colour*/
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_Priority {
            /*background-color: #ff8c00;*/
            background-color: #FF8C00;
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_Priority_Mix7 {
            background-image: linear-gradient(to right, #F90808, #ff1717, #fa3232, #FF8C00, #fc9517);
            /*background-image: linear-gradient(to right, #FF8C00 90%, #F90808 10%);*/
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_NewClient_Mix7 {
            background-image: linear-gradient(to right, #F90808, #fa3232, #f24141, #00A499, #00A499);
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_Priority_Mix1 {
            background-image: linear-gradient(to right, #da70d6, #e289dd, #e9a2e4, #FF8C00, #fc9517);
            /*background-image: linear-gradient(to right, #FF8C00 90%, #F90808 10%);*/
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_NewClient_Mix1 {
            background-image: linear-gradient(to right, #da70d6, #e289dd, #e9a2e4, #00A499, #9fabb3);
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_NewAndPriority7 {
            background-image: linear-gradient(to right, #F90808, #ff1717, #FF8C00, #00A499);
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_NewAndPriority1 {
            background-image: linear-gradient(to right, #da70d6, #e289dd, #FF8C00, #00A499);
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_NewClientAndPriority_Group {
            background-image: linear-gradient(to right, #85d633, #FF8C00, #00A499);
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_NewClient_Group {
            background-image: linear-gradient(to right, #85d633, #00A499);
            color: #fff;
        }

        .appointment-selector-desktop .appointmen-slots-container .appointment-slot.BookedSlot_Priority_Group {
            background-image: linear-gradient(to right, #85d633, #FF8C00);
            color: #fff;
        }

.appointment-selector-desktop .buttons {
    padding-bottom: 30px;
    margin-top: 40px;
    margin-left: 4px;
    margin-right: 4px
}

    .appointment-selector-desktop .buttons .btn {
        text-transform: uppercase;
        height: 60px;
        font-size: 20px;
        line-height: 46px
    }

        .appointment-selector-desktop .buttons .btn .chevron {
            font-size: 60px;
            font-weight: 300;
            line-height: 32px
        }

    .appointment-selector-desktop .buttons .btn-black {
        float: left;
        width: 160px;
        padding: 6px 27px 6px 20px;
        text-align: right
    }

        .appointment-selector-desktop .buttons .btn-black .chevron {
            float: left
        }

    .appointment-selector-desktop .buttons .btn-yellow {
        float: right;
        width: 396px;
        padding: 6px 20px;
        text-align: left;
        color: #000;
        font-weight: 600;
        -webkit-backface-visibility: hidden;
        -webkit-animation-duration: 3s;
        -webkit-animation-delay: 1s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -webkit-animation-name: pulsate;
        -webkit-animation-iteration-count: infinite;
        -ms-backface-visibility: hidden;
        -ms-animation-duration: 3s;
        -ms-animation-delay: 1s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        -ms-animation-name: pulsate;
        -ms-animation-iteration-count: infinite;
        -o-backface-visibility: hidden;
        -o-animation-duration: 3s;
        -o-animation-delay: 1s;
        -o-animation-timing-function: ease;
        -o-animation-fill-mode: both;
        -o-animation-name: pulsate;
        -o-animation-iteration-count: infinite;
        backface-visibility: hidden;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease;
        animation-fill-mode: both;
        animation-name: pulsate;
        animation-iteration-count: infinite
    }

        .appointment-selector-desktop .buttons .btn-yellow .chevron {
            float: right
        }

@media only screen and (max-width:991px) {
    .appointment-selector-desktop .contact-info {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .appointment-selector-desktop .contact-info {
        padding: 20px 50px
    }
}

@media only screen and (min-width:1200px) {
    .appointment-selector-desktop .contact-info {
        padding: 20px 70px
    }
}

@media only screen and (min-width:992px) {
    .appointment-selector-desktop .contact-info .col-md-3, .appointment-selector-desktop .contact-info .col-md-8 {
        padding-left: 0
    }
}

.appointment-selector-desktop .contact-info .question {
    margin-top: 25px
}

    .appointment-selector-desktop .contact-info .question .journey-input, .appointment-selector-desktop .contact-info .question .journey-select {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 12px 18px;
        font-size: 16px;
        width: 90%
    }

@media only screen and (max-width:639px) {
    .appointment-selector-desktop .contact-info .question .journey-input, .appointment-selector-desktop .contact-info .question .journey-select {
        width: 85%
    }
}

@media only screen and (max-width:399px) {
    .appointment-selector-desktop .contact-info .question .journey-input, .appointment-selector-desktop .contact-info .question .journey-select {
        padding: 6px 12px;
        width: 80%
    }
}

@media only screen and (min-width:992px) {
    .appointment-selector-desktop .contact-info .question .journey-input, .appointment-selector-desktop .contact-info .question .journey-select {
        padding: 10px 12px;
        font-size: 13px;
        width: 60%
    }
}

.appointment-selector-desktop .contact-info .question .journey-input.ng-dirty.ng-valid:not(:focus), .appointment-selector-desktop .contact-info .question .journey-select.ng-dirty.ng-valid:not(:focus) {
    border-color: #00a94e;
    background: transparent url("/static/images/tick-green.png") no-repeat 96% 12px
}

.appointment-selector-desktop .contact-info .question .journey-input-checkbox {
    border: 1px solid #ccc;
    display: inline;
    margin-left: 10px
}

.appointment-selector-desktop .contact-info .question .radio-image {
    font-weight: normal
}

    .appointment-selector-desktop .contact-info .question .radio-image input[type=radio] {
        position: absolute;
        opacity: 0
    }

        .appointment-selector-desktop .contact-info .question .radio-image input[type=radio] + span {
            background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wgARCAARABEDAREAAhEBAxEB/8QAGQABAAIDAAAAAAAAAAAAAAAABQQGBwgJ/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEAMQAAAB7ekgHFhIxYMFdNhD/8QAHRAAAQQDAQEAAAAAAAAAAAAABAACAwUBBhY0Nf/aAAgBAQABBQIQZttFPXNDZ1VUqqfA0R52IG8IGt1+PoPlX//EABQRAQAAAAAAAAAAAAAAAAAAADD/2gAIAQMBAT8BH//EABQRAQAAAAAAAAAAAAAAAAAAADD/2gAIAQIBAT8BH//EAC0QAAICAAMGAgsAAAAAAAAAAAECAwQAERIFFCEiIzMQEzFhc4GDkqKxwtHS/9oACAEBAAY/Alv3tUsE/Up0ix3WOqexJLCp0WJ5k5yX1AashhrOykFaaFWk3WLNKlpV5mheuOkjuByuoDBvVmD32+n9Yi2TZYR26aCCIPku91ouWCzX49QGEDWPSrZ54NeAiXaEwKVqy8X1twE0o4+VXiz1MzcMvdjvv8g/rHx1+5xZ9oPy8P/EABwQAQEAAgIDAAAAAAAAAAAAAAERACEQMUFR8P/aAAgBAQABPyHYCJYpbCE0RCSre0CiVZJpEpV4DuMPIkI4xCinEaV7XQaiDPBGnqqHGHbkfJ9cP//aAAwDAQACAAMAAAAQEAgEH//EABQRAQAAAAAAAAAAAAAAAAAAADD/2gAIAQMBAT8QH//EABQRAQAAAAAAAAAAAAAAAAAAADD/2gAIAQIBAT8QH//EABkQAQEBAAMAAAAAAAAAAAAAAAERACAh8f/aAAgBAQABPxAt30/grX5gqH3coMQyy/uewy8DPfrgB4xqmgicImi1Vm5EDJBccw8VX//Z");
            background-position: left 0;
            background-repeat: no-repeat;
            padding-left: 1.6em
        }

        .appointment-selector-desktop .contact-info .question .radio-image input[type=radio]:checked + span {
            background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgMFAwMDBQUEAwMEBQYFBQUFBQYIBgcHBwcGCAgJCgoKCQgMDAwMDAwODg4ODhAQEBAQEBAQEBD/2wBDAQMEBAYGBgwICAwSDgwOEhQQEBAQFBEQEBAQEBEREBAQEBAQERAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wgARCAARABEDAREAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQcG/8QAGAEAAwEBAAAAAAAAAAAAAAAAAgQGAwX/2gAMAwEAAhADEAAAAaepImCrS2aecLTRgq0Zijf06JQKazbr/wD/xAAeEAACAgEFAQAAAAAAAAAAAAAABQECNAMEBhMVFv/aAAgBAQABBQJu27Ba3iKe8tHC6lIXLq6B8rshng8exD//xAAlEQABAwMDAwUAAAAAAAAAAAABAgQRAAMhEjFBBTNREBQVImH/2gAIAQMBAT8BeO5lSiQgHSAMFRG8nxTZ4IK7U/XJSTMjmP0V7+z5p62Am2s6clSVcZ3Bps2CZSg6lqEY2SOSTXxFqnXbNdM7Xp//xAAeEQACAQMFAAAAAAAAAAAAAAAAAgEDE0EQETFxkf/aAAgBAgEBPwFn8FbMFyB1xIq7dlobgp6f/8QAJxAAAgIBAQUJAAAAAAAAAAAAAgMBBAATBRARMTISFCIjM0FRcYH/2gAIAQEABj8CdYstYFNTJQiuiewbjHqki+IxlvZhNGa/jsUXHqCaveQmeUxnq4zZ10+7jrG+jaKPLnU6gLhyx1Wk4bly0OjxVxlaVl1ERZznG/Wfs7v/xAAcEAACAwEAAwAAAAAAAAAAAAABEQAhMRBhkfH/2gAIAQEAAT8hD6MnE+GqA1aDl8rhonhR0HJQiuUzA5BFeIki2QawT6/M35f/2gAMAwEAAgADAAAAEJJ9B5//xAAeEQEAAQQCAwAAAAAAAAAAAAABQQAQESExYZGx0f/aAAgBAwEBPxA87gvIEAoiBdnGUnZYwWEZl41wjw0CfPa34AV2Nl7G3//EABwRAQACAgMBAAAAAAAAAAAAAAEAESExEFFhwf/aAAgBAgEBPxDcq5UB3KRsK2ObJ6wDJWbH4wbA2seEp3N81eP/xAAfEAEAAQMEAwAAAAAAAAAAAAABIQAQETFBsfBRcaH/2gAIAQEAAT8QiwYSGBmIBr7oQowUHFWShvvFdVrPtAH0BkdJ1Jpyl0BYgERwHNkfe4roPLb/2Q==")
        }

    .appointment-selector-desktop .contact-info .question .radio-image + .radio-image {
        margin-left: 20px
    }

    .appointment-selector-desktop .contact-info .question .radio-image span {
        line-height: 36px
    }

.appointment-selector-desktop .contact-info .question .help-icon {
    margin-top: 4px;
    float: right;
    background-color: #efefef;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #999;
    cursor: pointer
}

@media only screen and (max-width:399px) {
    .appointment-selector-desktop .contact-info .question .help-icon {
        width: 30px;
        height: 30px;
        font-size: 21px
    }
}

@media only screen and (min-width:992px) {
    .appointment-selector-desktop .contact-info .question .help-icon {
        display: block;
        float: right;
        margin-top: 7px;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 20px
    }
}

.appointment-selector-desktop .contact-info .question .ng-dirty.ng-invalid:not(:focus) {
    border-color: #f21c24
}

.appointment-selector-desktop .contact-info .question .has-required .required-text {
    position: absolute;
    top: 3px;
    right: 41%;
    background-color: #f21c24;
    color: #fff;
    padding: 8.5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px
}

.appointment-selector-desktop .contact-info .question .has-invalid .invalid-text {
    position: absolute;
    top: 3px;
    right: 41%;
    background-color: #f21c24;
    color: #fff;
    padding: 8.5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px
}

.appointment-selector-desktop .contact-info .question .question-label {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px
}

@media only screen and (min-width:992px) {
    .appointment-selector-desktop .contact-info .question .question-label {
        font-size: 15px;
        margin-bottom: 0;
        display: block;
        float: left
    }
}

.appointment-selector-desktop .contact-info .question .tool-tip-text-container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 20px;
    margin-top: -15px;
    position: absolute;
    width: 98%;
    display: none
}

    .appointment-selector-desktop .contact-info .question .tool-tip-text-container .parameter-name {
        font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif;
        font-size: 16px;
        color: #000;
        display: inline-block;
        width: 80%;
        float: left
    }

    .appointment-selector-desktop .contact-info .question .tool-tip-text-container .question-symbol {
        background-color: #00a94e;
        font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: block;
        float: right;
        color: #fff;
        text-align: center;
        line-height: 20px
    }

        .appointment-selector-desktop .contact-info .question .tool-tip-text-container .question-symbol .close-button {
            cursor: pointer
        }

    .appointment-selector-desktop .contact-info .question .tool-tip-text-container .tool-tip-text {
        clear: both;
        margin-top: 35px;
        margin-bottom: 20px;
        color: #000
    }

    .appointment-selector-desktop .contact-info .question .tool-tip-text-container:before {
        content: '';
        width: 1px;
        height: 1px;
        position: absolute;
        top: 24px;
        left: -12px;
        border-right: 12px solid #efefef;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent
    }

.appointment-selector-desktop .grid-container .slot .ng-binding {
    display: block
}
/*****************/
.appointmen-slots-container {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 100%;
}

    .appointmen-slots-container .appointment-slot-row {
        display: table-row;
    }

    .appointmen-slots-container .appointment-slot {
        background-color: #f0f0f0;
        border: 2px solid #fff;
        color: #000;
        cursor: pointer;
        display: table-cell;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        width: 20%;
        border-bottom-width: 15px
    }

        .appointmen-slots-container .appointment-slot:hover {
            background-color: #22262E;
            color: #fff;
        }

        .appointmen-slots-container .appointment-slot.selected {
            background-color: #00a94e;
            color: #fff;
        }

        .appointmen-slots-container .appointment-slot + .appointment-slot {
            border-left: 15px solid #fff;
        }

        .appointmen-slots-container .appointment-slot.unavailable {
            background-color: #e1e1e1;
            color: #bababa;
            cursor: default;
        }

.modal-footer .btn {
    min-width: 120px
}

.modal-dialog .appointment-selector-desktop {
    padding: 0;
}

#appointslotslide, #bookedappointslotslide {
    display: none
}

.appointment-selector-desktop .appointmen-slots-container.booked-appointmen-list .appointment-slot {
    background-color: #e1e1e1;
    color: #bababa;
}

    .appointment-selector-desktop .appointmen-slots-container.booked-appointmen-list .appointment-slot:hover, .appointment-selector-desktop .appointmen-slots-container.booked-appointmen-list .appointment-slot.selected {
        background-color: #0074af;
        color: #fff
    }

.divtable {
    display: table;
    width: 100%
}

    .divtable .row {
        display: table-row;
        margin: 0;
        border-collapse: separate;
        border-spacing: 0;
    }

        .divtable .row div[class*="col-"] {
            display: table-cell;
            width: 50%;
            float: none;
            padding: 7px 15px;
            height: 40px
        }

.appointment-selector-desktop .grid-container .slot {
    position: relative;
}

.freebooked {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    color: #000;
    height: 100px
}

    .freebooked .free-row {
        background: #85d633;
    }

    .freebooked .booked-row {
        background: #ff1717;
    }

    .freebooked .Closeclinic-row {
        background: #FFFF33;
    }
.free-row, .Closeclinic-row {
    position: relative
}
    .freebooked .BlockByGP-row {
        background: #0090d9;
    }
.free-row, .BlockByGP-row {
    position: relative
}
    .freebooked .Reserved-row {
        background: #A0522D;
    }
.free-row, .Reserved-row {
    position: relative
}
    .freebooked .DNA-row {
        background: #4EB6FA;
    }
.free-row, .DNA-row {
    position: relative
}

.freebooked .NewClient-row {
    background: #00A499;
}

.free-row, .NewClient-row {
    position: relative
}

.freebooked .Attended-row {
    background: #DA70D6;
}

.free-row, .Attended-row {
    position: relative
}

.freebooked .PriorityReferral-row {
    background: #ff8c00;
}

.free-row, .PriorityReferral-row {
    position: relative
}

.free-row, .TotalAppointments-row {
    position: relative
}

.appointment-slider-nav {
    font-size: 13px;
    padding-bottom: 10px;
}

    .appointment-slider-nav a {
        color: #000;
        position: relative
    }

        .appointment-slider-nav a:hover, .appointment-slider-nav a:hover:before {
            color: #0090d9
        }

        .appointment-slider-nav a.pre-week {
            padding-left: 22px
        }

        .appointment-slider-nav a.next-week {
            padding-right: 22px
        }

        .appointment-slider-nav a:before {
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            color: #3F3F3F;
            font-size: 15px;
            top: 50%;
            margin-top: -7px;
            position: absolute;
        }

        .appointment-slider-nav a.pre-week:before {
            content: "\e079";
            left: 0px;
        }

        .appointment-slider-nav a.next-week:before {
            content: "\e080";
            right: 0px;
        }

.form-group .error .error {
    color: red
}
/******************************/
#client-logo {
    padding: 30px 15px 0;
}

    #client-logo img {
        width: 100%; /*Commented by BK 13/06/2016*/
        /*        height: 120px;
*/ height: auto;
        margin: 0px
    }

.page-sidebar.mini #client-logo {
    display: none;
}

/* Landscape view of all tablet devices */



.Icon-Referral {
    background: url(../img/Icon-Referral.png) no-repeat 0 0;
    display: inline-block;
    width: 86px;
    height: 86px;
    margin-bottom: 15px;
}
/*
#trWeeksPregnant .input-append, #trExpectedDueDate .input-append{
  
    position: relative;
    display:inline-flex
}*/


.profile-section .form-group {
    margin-bottom: 2px;
}
/*
.actionbar ul li{ display:block !important}
*/

.profile-section.profile-sectionfloat {
    position: fixed;
    /*  top:150px;
    left:50%;
    margin-left:235px;
    width:200px;*/
    z-index: 999;
    top: 160px !important; /*actual top: 175px; changed to 160 by BK Changed by BK from 244 to 160 on 30/10/2017*/
    right: 30px;
    width: 250px;
}

.loginhead {
    padding-bottom: 25px
}

    .loginhead img {
        max-height: 60px
    }

.halfWidth {
    width: 50%;
}

.pad30 {
    padding: 30px
}

.text-justify {
    text-align: justify
}

.pad10-20 {
    padding: 15px 20px
}


.form-container-main.form-summary-container .form-group .form-label {
    color: #4a4a4a;
    font-weight: bold;
}

.grid-body table.tablewithoutborder > tbody > tr > td {
    border: 0 none;
    vertical-align: top
}

.max3lines {
    max-height: 87px; /*52px; */
    overflow: hidden;
}

.centermiddle25 {
    height: 18px;
    left: 50%;
    margin: -8px 0 0 -25px;
    position: absolute;
    top: 25%;
    width: 50px;
}

.centermiddle {
    height: 18px;
    left: 50%;
    margin: -8px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.centermiddleForBooked {
    height: 18px;
    margin: -8px 0 0 -25px;
    position: absolute;
    top: 40%;
}

.centermiddle75 {
    height: 18px;
    left: 50%;
    margin: -8px 0 0 -25px;
    position: absolute;
    top: 75%;
    width: 50px;
}

.free-row, .booked-row {
    position: relative
}

.LineListingTreeView input[type="checkbox"] + span {
    margin-left: 10px;
}

.LineListingTreeView .LineListing td[style="white-space:nowrap;"] {
    white-space: initial !important;
}

#txtNotes {
    height: 100px;
}
/*.LineListingTreeView input[type="checkbox"] + span{}

.LineListingTreeView  input[type="checkbox"] {
    display: none;
}
.LineListingTreeView .LineListing input[type="checkbox"] + span{ position:relative; display:inline-block; padding-left:25px;}
.LineListingTreeView .LineListing input[type="checkbox"] + span::before {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 1.4px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    width: 17px;
}
.LineListingTreeView .LineListing input[type="checkbox"]:checked + span::before {
    background-color: #0090d9;
    border: 1px solid #0090d9;
  
}
*/


textarea:focus, input:focus {
    outline: solid 10px red;
    border: 1px solid red
}

.form-control:focus {
    border: 1px solid #66afe9 !important;
    outline: 1px solid #66afe9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}



/********************************************/

.customRadioCheckboxCSS .radio label:after, .customRadioCheckboxCSS .radio label:before, .customRadioCheckboxCSS .checkbox label:after, .customRadioCheckboxCSS .checkbox label:before {
    display: none
}

.customRadioCheckboxCSS .radio input[type="radio"], .customRadioCheckboxCSS .radio-inline input[type="radio"], .customRadioCheckboxCSS .checkbox input[type="checkbox"], .customRadioCheckboxCSS .checkbox-inline input[type="checkbox"] {
    display: inline;
    float: none;
    margin-left: 0px;
}

.customRadioCheckboxCSS .radio label, .customRadioCheckboxCSS .checkbox label {
    padding-left: 0px
}

.page-title i:hover {
    color: #000
}

.grid-title .forAdd {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    width: 60%;
    white-space: nowrap;
    /*	overflow: hidden;*/
    text-overflow: ellipsis;
    color: #fff
}

.pick {
    position: relative !important;
    top: -15px !important;
}
/*@media only screen and (max-width:768px) {
    .header-seperation {
        height: 61px !important;
    }

    #ulMultiLogin {
        display: none !important;
    }

    .actionbar {
        margin-top: 0px !important;
    }

    .cool {
        margin-top: -20px !important;
    }

    .cool1 {
        padding-top: 22px !important;
    }

    .hot {
        margin-top: 0px !important;
    }

    .gap {
        padding-top: 93px !important;
    }

    .say {
        margin-top: 0px !important;
        z-index: 0;
    }

    .solo {
        margin-top: 15px !important;
    }

    .visible-xs {
        display: block !important;
    }

    .divtable .row div[class*="col-"] {
        width: 420px !important;
        background-color: #0090d9 !important;
        color: white !important;
    }

    .appointment-selector-desktop .grid-container .slot {
        width: 100% !important;
    }

    .appointment-selector-desktop .grid-container .site-name {
        background-color: #0090d9 !important;
    }

    .actionbar.floatbar {
        top: 80px !important;
    }

    .scroll {
        position: relative !important;
    }

    .got {
        margin-top: 50px !important;
    }

    .solo1 {
        position: initial !important;
    }

    .scroll1 {
        position: initial !important;
        z-index: 0 !important;
    }

    .sap {
        margin-top: -59px;
    }

    .profile-section {
        position: fixed !important;
    }

    #textsizer-classnames p {
        display: none !important;
    }

    #textsizer-classnames {
        top: 0px !important;
    }

    ul.textresizer li {
        display: block !important;
        padding-bottom: 15px !important;
    }

   

    .pickk {
        width: 270px !important;
    }

    .page-sidebar {
        top: 0px !important;
    }

    .sixxx {
        padding-top: 103px !important;
    }

    .tab-accordion #collapse-myaccordionTab, #collapse-tabClientHealth {
        display: none !important;
    }

    .breakpoint-768 {
        position: absolute !important;
        width: 100% !important;
    }

    .sidr.left {
        left: 0px !important;
    }

    #gvAppointmentList {
        word-break: break-all !important;
    }
}*/

/*@media only screen and (min-width:320px) and (max-width:360px) {
    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .header .nav > li.m-r-10 {
        display: none !important;
    }

    .profile-section {
        display: none !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    .logo {
        width: 45%;
        margin-top: -5px !important;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .col-lg-9 {
        width: 100% !important;
    }

    .header .chat-toggler .profile-pic {
        display: none !important;
    }

    .header .chat-toggler {
        padding-bottom: 22px !important;
    }

    .tab-accordion #collapse-myaccordionTab {
        display: none !important;
    }

    .breakpoint-320 {
        left: 0px !important;
    }

    #header_task_bar {
        display: none !important;
    }

    .col-lg-pull-3 {
        right: 0% !important;
    }

    .actionbar.floatbar {
        top: 0px !important;
    }
}

@media only screen and (min-width:361px) and (max-width:374px) {
    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .header .nav > li.m-r-10 {
        display: none !important;
    }

    .profile-section {
        display: none !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    .logo {
        width: 45%;
        margin-top: -10px !important;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .col-lg-9 {
        width: 100% !important;
    }

    .tab-accordion #collapse-myaccordionTab {
        display: none !important;
    }

    .breakpoint-320 {
        left: 0px !important;
    }

    .col-lg-pull-3 {
        right: 0% !important;
    }

    .actionbar.floatbar {
        top: 0px !important;
    }
}*/
/*
@media only screen and (min-width:375px) and (max-width:412px) {
    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .header .nav > li.m-r-10 {
        display: none !important;
    }

    .profile-section {
        display: none !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .col-lg-9 {
        width: 100% !important;
    }

    .header .chat-toggler {
        padding-bottom: 22px !important;
    }

    .breakpoint-320 {
        left: 0px !important;
    }

    .col-lg-pull-3 {
        right: 0% !important;
    }

    .actionbar.floatbar {
        top: 0px !important;
    }
}

@media only screen and (min-width:414px) and (max-width:415px) {
    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .header .nav > li.m-r-10 {
        display: none !important;
    }

    .profile-section {
        display: none !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    .logo {
        width: 51%;
        margin-top: -24px !important;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .col-lg-9 {
        width: 100% !important;
    }

    .header .chat-toggler {
        padding-bottom: 22px !important;
    }

    .breakpoint-320 {
        left: 0px !important;
    }

    .col-lg-pull-3 {
        right: 0% !important;
    }

    .actionbar.floatbar {
        top: 0px !important;
    }
}

@media only screen and (min-width:416px) and (max-width:600px) {
    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .header .nav > li.m-r-10 {
        display: none !important;
    }

    .profile-section {
        display: none !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .logo {
        width: 35%;
        margin-top: -24px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .col-lg-9 {
        width: 100% !important;
    }

    .header .chat-toggler {
        padding-bottom: 22px !important;
    }

    .breakpoint-320 {
        left: 0px !important;
    }

    .breakpoint-480 {
        left: 0px !important;
    }

    .col-lg-pull-3 {
        right: 0% !important;
    }

    .actionbar.floatbar {
        top: 0px !important;
    }

    #gvAppointmentList {
        word-break: break-all !important;
    }
}
*/
/*@media (max-width: 767px) {
    .page-content .content {
        padding: 8px;
        padding-top: 45px !important;
    }

    #gvAppointmentList {
        word-break: break-all !important;
    }
}

@media only screen and (min-width:601px) and (max-width:767px) {
    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .header .nav > li.m-r-10 {
        display: none !important;
    }

    .profile-section {
        display: none !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .logo {
        width: 28%;
        margin-top: -16px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .col-lg-9 {
        width: 100% !important;
    }

    .breakpoint-480 {
        left: 0px !important;
    }

    .col-lg-pull-3 {
        right: 0% !important;
    }

    .actionbar.floatbar {
        top: 0px !important;
    }

    #gvAppointmentList {
        word-break: break-all !important;
    }
}

@media only screen and (min-width:769px) and (max-width:800px) {
    .header .quick-section {
        margin-left: 0px !important;
        padding-bottom: 10px;
        margin-right: 0px !important;
    }

    .logo {
        width: 22%;
        float: right;
        margin-right: 20px !important;
    }

    #textsizer-classnames p {
        display: none !important;
    }

    #textsizer-classnames {
        top: 0px !important;
    }

    ul.textresizer li {
        display: block !important;
        padding-bottom: 15px !important;
    }

    .pull-right {
        float: none !important;
    }

    .scroll {
        position: fixed !important;
    }

    .tab-accordion #collapse-tabClientHealth, #collapse-myaccordionTab {
        display: none !important;
    }

    .header .header-seperation {
        width: 100% !important;
    }

    .page-content {
        margin-top: 115px !important;
    }

    .breakpoint-480 {
        left: 0px !important;
    }

    .profile-section.profile-sectionfloat {
        position: fixed !important;
    }

    #gvAppointmentList {
        word-break: break-all !important;
    }
}
*/
/*@media only screen and (min-width:801px) and (max-width:849px) {
    .header .quick-section {
        margin-left: 0px !important;
        padding-bottom: 10px;
        margin-right: 0px !important;
    }

    .header .header-seperation {
        width: 100% !important;
    }

    .header .quick-section {
        margin-left: 0px !important;
        padding-bottom: 10px;
    }

    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    .logo {
        width: 25%;
        float: right;
        margin-right: 10px !important;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .scroll {
        position: fixed !important;
    }

    .page-content .content {
        padding-top: 255px !important;
    }

    .tab-accordion #collapse-tabClientHealth, #collapse-myaccordionTab {
        display: none !important;
    }

    .breakpoint-480 {
        left: 0px !important;
    }

    #btnMultipleDB1 {
        display: none !important;
    }

    #gvAppointmentList {
        word-break: break-all !important;
    }
}

@media only screen and (min-width:850px) and (max-width:999px) {*/
/* .page-content .content {
        padding-top: 200px !important;
    }
*/
/*.header .quick-section {
        margin-left: 0px !important;
        padding-bottom: 10px;
        margin-right: 0px !important;
    }

    .header .header-seperation {
        width: 100% !important;
    }

    .header .quick-section {
        margin-left: 0px !important;
        padding-bottom: 10px;
    }

    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    .logo {
        width: 23%;
        float: right;
        margin-right: 10px !important;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .scroll {
        position: fixed !important;
    }

    .tab-accordion #collapse-tabClientHealth, #collapse-myaccordionTab {
        display: none !important;
    }

    .profile-section.profile-sectionfloat {
        position: fixed !important;
    }

    #btnMultipleDB1 {
        display: none !important;
    }

    #gvAppointmentList {
        word-break: break-all !important;
    }
}

@media only screen and (min-width:1000px) and (max-width:1023px) {
    .header .quick-section {
        margin-left: 0px !important;
        padding-bottom: 10px;
        margin-right: 0px !important;
    }

    .header .header-seperation {
        width: 100% !important;
    }

    .header .quick-section {
        margin-left: 0px !important;
        padding-bottom: 10px;
    }

    .divtable .row div[class*="col-"] {
        display: inherit !important;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .div.dataTables_wrapper div.dataTables_filter input {
        width: 60% !important;
    }

    .header-quick-nav .pull-right {
        padding: 0px 16px 15px !important;
    }

    .input-append {
        width: 70% !important;
    }

    .appointmen-filter-container .form-label {
        margin-right: 0px !important;
    }

    .logo {
        width: 19%;
        margin-top: -28px !important;
        float: right;
        margin-right: 10px !important;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 13px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    .row [class*="col-"] {
        margin-bottom: 0px !important;
    }

    .scroll {
        position: fixed !important;
    }

    .tab-accordion #collapse-tabClientHealth, #collapse-myaccordionTab {
        display: none !important;
    }

    .profile-section.profile-sectionfloat {
        position: fixed !important;
        right: 5px !important;
    }*/
/*Added right 5px by BK on 30/10/20017*/
/*.page-content .content {
        padding-top: 193px !important;
    }

    #btnMultipleDB1 {
        display: none !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) {*/
/*.header .quick-section {
        margin-left: 0px !important;
        margin-top: 60px;
        padding-bottom: 10px;
    }

    .header .header-seperation {
        width: 0% !important;
    }

    .logo {
        width: 19%;
        margin-top: 6px !important;
        float: right;
        margin-right: 20px !important;
    }*/

/*.scroll {
        position: fixed !important;
    }

    .tab-accordion #collapse-tabClientHealth, #collapse-myaccordionTab {
        display: none !important;
    }

    #textsizer-classnames p {
        display: none !important;
    }

    #textsizer-classnames {
        top: 0px !important;
    }*/

/* .page-content .content {
        margin-top: 75px !important;
    }*/

/*ul.textresizer li {
        display: block !important;
        padding-bottom: 15px !important;
    }

    #btnMultipleDB1 {
        display: none !important;
    }

    .profile-section.profile-sectionfloat {
        position: fixed !important;
        right: 5px !important;
    }
    table#tblTotalVouchers tbody td, table#tblTotalVouchers thead th {
        padding: 12px 3px;
        text-transform: capitalize;
        font-size: 13px
    }

    table#tblTotalVouchers .form-control {
        padding: 6px 3px !important;
        width: 80px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1050px) {
    .profile-section {
        max-width: 199px;
    }
}



@media only screen and (min-width:1025px) and (max-width:1200px) {
    .profile-section.profile-sectionfloat {
        position: fixed !important;
    }

    table#tblTotalVouchers tbody td, table#tblTotalVouchers thead th {
        padding: 12px 3px;
        text-transform: capitalize;
        font-size: 13px
    }

    table#tblTotalVouchers .form-control {
        padding: 6px 3px !important;
        width: 100%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .profile-section.profile-sectionfloat {
        position: fixed !important;
    }

    table#tblTotalVouchers tbody td, table#tblTotalVouchers thead th {
        padding: 12px 3px;
        text-transform: capitalize;
        font-size: 13px
    }

    table#tblTotalVouchers .form-control {
        padding: 6px 3px !important;
        width: 100%;
    }
}*/

.btn-successElgbl {
    background-color: Green;
    color: White;
}

    .btn-successElgbl:hover, .btn-successElgbl:active, .btn-successElgbl.active, .btn-successElgbl.disabled, .btn-successElgbl[disabled] {
        background-color: Green;
        color: White;
        font-size: 15px;
    }

    .btn-successElgbl:focus {
        background-color: Green;
        color: White;
    }

.btn-successContactOutcome {
    background-color: yellow;
}


.btn-dangerElgbl {
    background-color: Red;
    color: White;
}

    .btn-dangerElgbl:hover, .btn-dangerElgbl:active, .btn-dangerElgbl.active, .btn-dangerElgbl.disabled, .btn-dangerElgbl[disabled] {
        background-color: Red;
        color: White;
        font-size: 15px;
    }

    .btn-dangerElgbl:focus {
        background-color: Red;
        color: White;
    }

.BlockDivScroll {
    /*! height: auto; */
    max-height: 550px;
    overflow-y: scroll;
}

.ui-badge-container {
    position: relative;
    /*  border: 2px solid #000;
  color: #fff;
  padding: 10px;
  width: 140px;
  margin: 20px;
  background: green;*/
}

.Count-badge {
    position: absolute;
    top: 0px;
    right: 80px;
    font-size: 1.4em;
    background: #ffa500;
    color: white;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 5px #333;
    font-weight: bold;
}

/*@media only screen and (max-width:2066px) {
    table#gvSCList td, table#gvSCList th {
        padding: 7px 3px;
    }

    table#gvSCList th {
        vertical-align: middle;
    }

    table#gvSCList td .selectize-control.single .selectize-input {
        padding: 7px 5px;
    }

        table#gvSCList td .selectize-control.single .selectize-input:before {
            width: 20px;
        }

        table#gvSCList td .selectize-control.single .selectize-input:after {
            border-width: 4px 4px 0 4px;
            right: 6px;
        }
}*/

.bcActive {
    cursor: pointer;
    background-color: black;
    font-weight: bold;
    color: white;
    border-radius: 10%;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

    .bcActive:hover {
        color: orange;
    }

.spritesinfoWM {
    background-image: url(../img/WM2.png);
    background-repeat: no-repeat;
    display: inline-block
}

.spritesinfoHT {
    background-color: #000;
    background-image: url(../img/HT2.png);
    background-repeat: no-repeat;
    display: inline-block
}

.spritesinfoHC {
    background-image: url(../img/HC2.png);
    background-repeat: no-repeat;
    display: inline-block
}


.Icon-Self-Record {
    background: url(../img/selfrecordicon.png) no-repeat 0 0;
    display: inline-block;
    width: 86px;
    height: 86px;
    margin-bottom: 15px;
}

.Icon-Stock-Control {
    background: url(../img/StockControlAllocate.png) no-repeat 0 0;
    display: inline-block;
    width: 86px;
    height: 86px;
    margin-bottom: 15px;
}

.ClientSummaryRocListChkBox {
    width: 17px !important;
    height: 17px !important;
    margin-left: 26px !important;
}

.add-on-col-2 {
    margin-left: -35px;
    cursor: pointer !important;
}

.PoundSymbolIcon {
    top: 35px !important;
}
/****14022021 Start*****/
.Roclist_inline-link {
    color: #fff !important;
}

.actionbar {
    /*    padding-bottom: 30px;*/
}

.profile-section {
    padding: 12px 15px;
}

#RowForIcons img {
    height: 30px !important;
    width: auto !important;
    margin: 8px 0;
}

#RowForIcons > div.row1 > div {
    display: inline-block;
    padding: 4px 7px;
}

.profile-section.profile-sectionfloat {
    min-width: calc(100% - 80%);
}

.actionbar ul li .action-icons.arc-ico:after {
    background-position: -1px -36px;
}

.actionbar ul li .action-icons.eh-ico:after {
    background-position: -119px -36px
}

.actionbar ul li .action-icons.audtra-ico:after {
    background-position: -159px -36px
}

.actionbar ul li .action-icons.UnArchive-ico:after {
    background-position: -39px -36px
}

.actionbar ul li .action-icons.crroc-ico:after {
    background-position: -198px -36px
}

.actionbar ul li .action-icons.crapp-ico:after {
    background-position: -658px 0
}

.actionbar ul li .action-icons.fd-ico:after {
    background-position: -618px 0
}

.actionbar ul li .action-icons.addfalls-ico:after {
    background-position: -583px 0
}

.actionbar ul li .action-icons.addlcd-ico:after {
    background-position: -548px 0
}

.actionbar ul li .action-icons.dupclt-ico:after {
    background-position: -506px 0
}

.actionbar ul li .action-icons.print-ico:after {
    background-position: -234px -36px
}

.actionbar ul li .action-icons.sms-ico:after {
    background-position: -267px -36px
}

.actionbar ul li .action-icons.saveemail-ico:after {
    background-position: -303px -36px
}

.display-flex-custom-items {
    display: flex;
}

div#dvEligibility > div .btn, .deceased-listing .btn {
    text-align: left;
    padding: 9px 0;
    white-space: pre-wrap;
    font-size: 13px !important;
    display: block;
}

#gvSMSReplyList {
    width: 100% !important;
}

body .profile-section {
    color: rgba(255,255,255,1);
}

#appendMedicationGroupInfo .selectize-control.single .selectize-input:after {
    right: 8% !important;
}

#appendMedicationGroupInfo .selectize-control.single .selectize-input:before {
    width: 20% !important;
}
/* Responsive New Classes  */

.btn-OnHoldEligible {
    background-color: #FFBF00;
    color: White;
}

    .btn-OnHoldEligible:hover, .btn-OnHoldEligible:active, .btn-OnHoldEligible.active, .btn-OnHoldEligible.disabled, .btn-OnHoldEligible[disabled] {
        background-color: #FFBF00;
        color: White;
        font-size: 15px;
    }

    .btn-OnHoldEligible:focus {
        background-color: #FFBF00;
        color: White;
    }


.RefCountIcon_ {
    position: absolute;
    top: -15px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /* right: -5px; */
    font-size: 14px;
    background: #ffa500;
    color: white;
    min-width: 40px;
    /* width: 40px; */
    height: 40px;
    padding-top: 10px;
    text-align: center;
    /* line-height: 37px; */
    border-radius: 50%;
    box-shadow: 0 0 5px #333;
    font-weight: bold;
    margin-top: 20px;
}

.ReminderCountIcon_ {
    position: absolute;
    top: 219px;
    /*left: 30px;*/
    margin-left: -19px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    background: #DA291C;
    color: white;
    min-width: 21px;
    height: 21px;
    padding-top: 3px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px #333;
    font-weight: bold;
    /*margin-top: 20px;*/
}

.page-sidebar.mini {
    position: fixed;
}

.responsive-tabs .tile-block ins.custom-sprites {
    background-size: contain;
    background-position: center;
    /* margin: 7%;
    width: 86%;
    height: 86%;*/
    margin: 0;
    width: 86px;
    height: 86px;
}

.selectize-control .selectize-input > .item {
    /*max-height: 18px;
    width: 95% !important;*/
    /* width: calc(100%) !important;
    overflow: hidden;*/
}

.selectize-control .selectize-input {
    padding-right: 50px;
}

pre.js {
    display: none;
}

.printhis a {
    color: #fff;
    font-size: 16px;
}

.form-group .input-append .form-control {
    width: calc(100% - 36px);
}

.form-group .input-prepend, .form-group .input-append {
    /* display: block;*/
}

    .form-group .input-prepend:after, .form-group .input-append:after {
        display: block;
        content: '';
        clear: both
    }

.add-on + .error:before {
    content: '';
    display: block;
    clear: both;
}

.selectize-control.multi .selectize-input > div {
    /* width: auto !important;*/
}

.cd-spirit {
    background-image: url('../img/cd-spirites.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.vf-icon {
    background-position: 0 -372px;
    width: 14px;
    height: 18px;
    position: relative;
    top: 2px;
    right: 5px
}

.dd-icon {
    background-position: -36px -228px;
}

.hi-icon {
    background-position: -36px -180px;
}

.roc-icon {
    background-position: -36px 0;
}

.smo-icon {
    background-position: -36px -89px;
}

.ls-icon {
    background-position: -36px -129px
}

.wl-icon {
    background-position: -36px -45px;
}

.ls-ico {
    background-position: 0 -129px
}

.wl-ico {
    background-position: 0 -45px;
}

.dis-ico {
    background-position: 0 0;
}

.all-ico {
    background-position: 0 -33px;
}

.mhc-ico {
    background-position: 0 -67px;
}

.si-ico {
    background-position: 0 -101px;
}

.wi-ico {
    background-position: 0 -135px;
}

.ci-ico {
    background-position: 0 -168px;
}

.int-ico {
    background-position: 0 -202px;
}

.lti-ico {
    background-position: 0 -235px;
}

.pn-ico {
    background-position: 0 -267px;
}

.pm-ico {
    background-position: 0 -303px;
}

.mc-ico {
    background-position: 0 -340px;
}

.cd-modelpopup {
    padding-top: 15px;
}

    .cd-modelpopup a {
        color: #fff;
        text-decoration: none;
        display: block
    }

#cdModal .modal-lg {
    max-width: 1200px;
}

.detail-listing > .row > div[class*="col-"]:first-child {
    color: rgb(51 51 51 / 80%)
}

.cd-cloumns.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cd-cloumns.row > div[class*="col-"] {
        padding: 0 20px;
        margin: 20px 0;
        border-right: 1px solid #ccc;
        position: relative;
        background-clip: content-box;
        min-height: 100px;
    }

        .cd-cloumns.row > div[class*="col-"]:after {
            content: '';
            border-bottom: 1px solid #ccc;
            display: block;
            position: absolute;
            bottom: -20px;
            left: 20px;
            width: calc(100% - 40px);
        }



.cd-cloumns .cd-head .cd-spirit {
    width: 40px;
    height: 31px;
    position: relative;
    margin-right: 10px;
    top: 9px;
}

.cd-cloumns .cd-head {
    font-size: 18px;
    color: #0090d9;
    padding-bottom: 17px;
    line-height: 30px;
}

.cd-cloumns .cd-detail {
    font-size: 15px;
    color: #333;
    /* white-space: pre-wrap; 
    word-break: break-all;*/
}

    .cd-cloumns .cd-detail.detail-listing > div.row {
        padding-bottom: 6px
    }

#FP_Email {
    /* white-space: pre-wrap; */
    /* word-break: break-all; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.hi-listing {
    margin-left: 10px;
    margin-bottom: 0
}

    .hi-listing li {
        padding: 0;
        padding-bottom: 10px;
        padding-left: 43px;
        padding-top: 5px;
        position: relative;
    }

        .hi-listing li:last-child {
            padding-bottom: 0
        }

        .hi-listing li a {
            color: #333
        }

            .hi-listing li a:hover {
                color: #0090d9
            }

    .hi-listing i {
        position: absolute;
        left: 0;
        top: 0px;
        width: 34px;
        height: 34px;
    }

.cd-detail .deceased-listing .btn {
    padding: 9px 12px !important;
}

div#clientname {
    margin-bottom: 10px;
}
/***************************************/

.btn-OffHoldEligible {
    background-color: #909090;
    color: White;
}

    .btn-OffHoldEligible:hover, .btn-OffHoldEligible:active, .btn-OffHoldEligible.active, .btn-OffHoldEligible.disabled, .btn-OffHoldEligible[disabled] {
        background-color: #909090;
        color: White;
        font-size: 15px;
    }

    .btn-OffHoldEligible:focus {
        background-color: #909090;
        color: White;
    }

div[id*='requiredspantxt_']:before {
    content: '';
    display: block;
    clear: both;
}

.gvSCList td img {
    min-width: 18px;
    height: auto
}

div#dvPrescribedMedications .form-label img {
    height: 20px;
    width: auto !important;
    padding: 0 !important;
}


#dv3Bar {
    height: 60px;
    width: 70px;
    background: red;
    position: absolute;
    top: 180px;
    /*border: 1px solid black;*/
}

#dv5Bar {
    height: 120px;
    width: 70px;
    background: red;
    position: absolute;
    top: 120px;
    /*border: 1px solid black;*/
}

#dv10Bar {
    height: 240px;
    width: 70px;
    background: red;
    /*border: 1px solid black;*/
}

#dv_WeightPercentsGraph {
    border-bottom: 1px solid black;
    border-left: 1px solid;
    margin-left: 2px;
    margin-top: 13px;
}

table#gvSCList td:last-child img {
    width: 18px;
    height: auto;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    width: 100%;
}

div[id*='requiredspantxt']:before, .input-append .add-on + div:before {
    clear: both;
    content: '';
    width: 100%;
    display: block;
}


.grid-title .toolsLge {
}

.grid-title .HeadingAdjustimg {
    display: inline-block;
    padding: 0;
    position: relative;
    float: right;
    margin: 0 !important;
    cursor: pointer;
    height: 25px;
    width: auto
}

.main-dashboard-container .page-title {
    padding-bottom: 20px
}

    .main-dashboard-container .page-title p {
        font-size: 22px
    }

.DashColBox, .DashWhtBox {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 10px;
    padding: 20px;
}

.DashWhtBox {
    background: #fff;
}

.DashColBox {
    background: #CCC;
    color: white
}

.main-dashboard-container .clearfix {
    clear: both
}



.DashColBox1 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5bd8c9+0,129bd1+100 */
    background: #5bd8c9; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #5bd8c9 0%, #129bd1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #5bd8c9 0%,#129bd1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #5bd8c9 0%,#129bd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd8c9', endColorstr='#129bd1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox2 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d639c6+0,b239d2+100 */
    background: #d639c6; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d639c6 0%, #b239d2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d639c6 0%,#b239d2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d639c6 0%,#b239d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d639c6', endColorstr='#b239d2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox3 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a72e4+0,3346d3+100 */
    background: #4a72e4; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4a72e4 0%, #3346d3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4a72e4 0%,#3346d3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4a72e4 0%,#3346d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a72e4', endColorstr='#3346d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox4 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#71268b+0,48095a+100 */
    background: #71268b; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #71268b 0%, #48095a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #71268b 0%,#48095a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #71268b 0%,#48095a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71268b', endColorstr='#48095a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox5 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5778+0,ff2d54+100 */
    background: #ff5778; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff5778 0%, #ff2d54 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff5778 0%,#ff2d54 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff5778 0%,#ff2d54 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5778', endColorstr='#ff2d54',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox6 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ec2a2+0,209f84+100 */
    background: #2ec2a2; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2ec2a2 0%, #209f84 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2ec2a2 0%,#209f84 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2ec2a2 0%,#209f84 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ec2a2', endColorstr='#209f84',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox7 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#52a8f7+0,1b87e9+100 */
    background: #52a8f7; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #52a8f7 0%, #1b87e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #52a8f7 0%,#1b87e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #52a8f7 0%,#1b87e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a8f7', endColorstr='#1b87e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox8 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #ffc65f; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffc65f 0%, #f68564 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffc65f 0%,#f68564 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffc65f 0%,#f68564 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc65f', endColorstr='#f68564',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox9 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd3738+0,ff0007+100 */
    background: #fd3738; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fd3738 0%, #ff0007 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fd3738 0%,#ff0007 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fd3738 0%,#ff0007 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3738', endColorstr='#ff0007',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox10 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6954bb+0,390aed+100 */
    background: #6954bb; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #6954bb 0%, #390aed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #6954bb 0%,#390aed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #6954bb 0%,#390aed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6954bb', endColorstr='#390aed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.DashColBox11 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #2D3436; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2D3436 0%,#9E9E9E 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,#2D3436 0%,#9E9E9E 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,#2D3436 0%,#9E9E9E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D3436', endColorstr='#9E9E9E',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.DashColBox12 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #F58025; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #F58025 0%,#B64C00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,#F58025 0%,#B64C00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,#F58025 0%,#B64C00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F58025', endColorstr='#B64C00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.DashColBox13 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #AA7677; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #AA7677 0%,#744546 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,#AA7677 0%,#744546 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,#AA7677 0%,#744546 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA7677', endColorstr='#744546',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.DashColBox14 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #AA7677; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2C7865 0%,#114232 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,#2C7865 0%,#114232 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,#2C7865 0%,#114232 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C7865', endColorstr='#114232',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.DashColBox15 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #AA7677; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FF204E 0%,#A0153E 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,#FF204E 0%,#A0153E 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,#FF204E 0%,#A0153E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF204E', endColorstr='#A0153E',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.DashColBox16 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #AA7677; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #A9A9A9 0%,#7c6a6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,#A9A9A9 0%,#7c6a6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,#A9A9A9 0%,#7c6a6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A9A9A9', endColorstr='#7c6a6a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.DashColBox17 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #AA7677; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #708090 0%,#255b91 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,#708090 0%,#255b91 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,#708090 0%,#255b91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708090', endColorstr='#255b91',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.DashColBox18 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc65f+0,f68564+100 */
    background: #AA7677; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #556B2F 0%,#006400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,#556B2F 0%,#006400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,#556B2F 0%,#006400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#556B2F', endColorstr='#006400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.DashCol-Block {
    text-transform: uppercase;
    word-break: break-word;
}

    .DashCol-Block .DashCol-Ico {
        float: left;
        background: rgba(255,255,255,.5);
        width: 70px;
        height: 70px;
        border-radius: 100%;
        position: relative;
        overflow: hidden
    }

        .DashCol-Block .DashCol-Ico .dash-ico {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            text-align: center
        }

    .DashCol-Block .DasCol-Cont * {
        color: white
    }

    .DashCol-Block .DasCol-Cont {
        margin-left: 90px;
        min-height: 70px
    }

    .DashCol-Block .DashCol-Ico .dash-ico img {
        width: auto;
        height: 50px;
    }

    .DashCol-Block h3 {
        font-size: 16px;
        line-height: 110%;
        padding-bottom: 7px;
        margin: 0
    }

    .DashCol-Block .Dash-count {
        font-size: 36px;
        line-height: 100%
    }

.DashWht-Block h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 20px;
    color: #1b1e24;
    position: relative;
    padding-left: 60px;
    line-height: normal;
    padding-top: 10px;
}

    .DashWht-Block h4 i {
        position: absolute;
        left: 0;
        top: 0px;
        width: 45px;
        height: 45px
    }

    .DashWht-Block h4:after, .graph-bar:after {
        content: '';
        display: block;
        clear: both
    }

.DashCol-Block .DashCol-Ico .dash-ico .dash-spirits {
    height: 50px;
}

.dash-spirits {
    background-image: url('../img/maindashboardico/andashboard-spirits.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.male-ico {
    background-position: 0 0;
    width: 25px;
}

.female-ico {
    background-position: -38px 0px;
    width: 32px;
}

.am-ico {
    background-position: 0 -126px;
    width: 59px;
}

.af-ico {
    background-position: -53px -126px;
}

.cg-ico {
    background-position: -165px -179px;
}

.tqds-ico {
    background-position: -59px -64px;
    width: 49px;
}

.tqcv-ico {
    background-position: -120px -64px;
    width: 49px;
}

.tqsv-ico {
    background-position: 0 -64px;
    width: 46px;
}

.cqcv-ico {
    background-position: -59px -64px;
    width: 49px;
}

.arm-ico {
    background-position: -184px -61px;
    width: 46px;
}

.arf-ico {
    background-position: -91px 4px;
    width: 46px;
}

.acp-ico {
    background-position: -210px 4px;
    width: 46px;
}

.ta-ico {
    background-position: -150px 4px;
    width: 46px;
}

.taa-ico {
    background-position: -212px -179px;
}

.wr-ico {
    background-position: 2px -228px;
}

.aap-ico {
    background-position: -116px -179px;
}

.ar2-ico {
    background-position: -159px -128px;
}

.ar-ico {
    background-position: -107px -128px;
}

.ara-ico {
    background-position: -203px -128px;
}

.DashWht-Block h4 .dash-spirits {
}

.vf-icon {
    background-position: 0 -372px;
    width: 14px;
    height: 18px;
    position: relative;
    top: 2px;
    right: 5px
}

.dd-icon {
    background-position: -36px -228px;
}

.graph1-container {
    padding: 10px 5px
}

    .graph1-container .graph-bar {
        padding-bottom: 10px;
    }

    .graph1-container .labl-col {
        font-size: 16px;
        line-height: 25px;
        float: left;
        width: 90px;
        color: #787878
    }

    .graph1-container .bar-col {
        float: left;
        width: calc(100% - 90px);
    }

.gbline {
    margin: 0 20px 0 15px;
    position: relative;
    height: 25px;
    background: url('../img/maindashboardico/gbc.png') repeat-x left center;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #6f7b8a
}

    .gbline:before, .gbline:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-position: left center;
        width: 22px;
        height: 25px;
    }

    .gbline:before {
        background-image: url('../img/maindashboardico/gbl.png');
        left: -15px;
    }

    .gbline:after {
        right: -20px;
        background-image: url('../img/maindashboardico/gbr.png');
    }



    .gbline.agbline span {
        margin: 0 20px 0 0;
        position: relative;
        height: 25px;
        background: url('../img/maindashboardico/bbc.png') repeat-x left center;
        text-align: center;
        line-height: 25px;
        font-weight: bold;
        font-size: 13px;
        display: block;
        color: #fff;
        z-index: 99;
        min-width: 42px /*22%*/;
    }

        .gbline.agbline span:before, .gbline.agbline span:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            background-repeat: no-repeat;
            background-position: left center;
            width: 22px;
            height: 25px;
        }

        .gbline.agbline span:before {
            background-image: url('../img/maindashboardico/bbl.png');
            left: -15px;
        }

        .gbline.agbline span:after {
            right: -20px;
            background-image: url('../img/maindashboardico/bbr.png');
        }

.graph1-container.graph2-container {
}

    .graph1-container.graph2-container .graph-bar {
        padding-bottom: 27px;
    }

    .graph1-container.graph2-container .labl-col {
        font-size: 18px;
        line-height: 35px;
        width: 110px;
    }

    .graph1-container.graph2-container .bar-col {
        float: left;
        width: calc(100% - 110px);
    }

    .graph1-container.graph2-container .gbline {
        margin: 0 20px 0 15px;
        position: relative;
        height: 35px;
        background: url(../img/maindashboardico/cbc2.png) repeat-x left center;
        line-height: 35px;
        font-size: 16px;
        color: #6f7b8a;
    }

        .graph1-container.graph2-container .gbline:before, .graph1-container.graph2-container .gbline:after {
            width: 23px;
            height: 35px;
        }

        .graph1-container.graph2-container .gbline:before {
            background-image: url(../img/maindashboardico/cbl2.png);
            left: -23px;
        }

        .graph1-container.graph2-container .gbline:after {
            right: -10px;
            background-image: url(../img/maindashboardico/cbr2.png);
        }

        .graph1-container.graph2-container .gbline.agbline span {
            margin: 0 10px 0 0;
            position: relative;
            height: 35px;
            background: url('../img/maindashboardico/bbc2.png') repeat-x left center;
            text-align: center;
            line-height: 35px;
            font-weight: bold;
            font-size: 16px;
            display: block;
            color: #fff;
            z-index: 99
        }

            .graph1-container.graph2-container .gbline.agbline span:before, .graph1-container.graph2-container .gbline.agbline span:after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                background-repeat: no-repeat;
                background-position: left center;
                width: 23px;
                height: 35px;
            }

            .graph1-container.graph2-container .gbline.agbline span:before {
                background-image: url('../img/maindashboardico/bbl2.png');
                left: -23px;
            }

            .graph1-container.graph2-container .gbline.agbline span:after {
                right: -10px;
                background-image: url('../img/maindashboardico/bbr2.png');
                width: 10px
            }

        .graph1-container.graph2-container .gbline.agbline.gagbline span {
            background-image: url('../img/maindashboardico/gbc2.png');
        }

            .graph1-container.graph2-container .gbline.agbline.gagbline span:before {
                background-image: url('../img/maindashboardico/gbl2.png');
            }

            .graph1-container.graph2-container .gbline.agbline.gagbline span:after {
                background-image: url('../img/maindashboardico/gbr2.png');
            }

        .graph1-container.graph2-container .gbline.agbline.gygbline span {
            background-image: url('../img/maindashboardico/gybc2.png');
        }

            .graph1-container.graph2-container .gbline.agbline.gygbline span:before {
                background-image: url('../img/maindashboardico/gybl2.png');
            }

            .graph1-container.graph2-container .gbline.agbline.gygbline span:after {
                background-image: url('../img/maindashboardico/gybr2.png');
            }

.anddata-container .dashlabel {
    font-size: 16px;
    line-height: 36px;
    color: #787878
}

.anddata-container .dashval {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #1b1e24
}

.graph1-container .graph-bar:last-child {
    padding-bottom: 0
}

div#dvActionsOrReminderPopUpCIImg {
    position: relative;
}

.ReminderCountIcon_ {
    top: inherit;
    left: inherit;
    right: -5px;
    bottom: 3px;
}

#MainSMS table.dataTable {
    width: 100% !important;
}

.rangedatestyle {
    background: #fff;
    cursor: pointer;
    padding: 15px 22px 15px 65px;
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50px;
    color: #505458;
    font-size: 16px;
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    text-transform: uppercase;
    position: relative
}


    .rangedatestyle i.fa {
        font-size: 24px;
        color: #129bd1;
        margin-right: 10px;
    }

.filterdropdown .btn.dropdown-toggle {
    display: block;
    background: #fff;
    cursor: pointer;
    padding: 15px 22px 15px 65px;
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50px;
    color: #505458;
    font-size: 16px;
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    text-transform: uppercase;
    text-align: left;
    position: relative;
    line-height: 24px
}

    .filterdropdown .btn.dropdown-toggle i {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        left: 22px
    }

.filterdropdown .dropdown-menu {
    width: 100%;
    padding: 12px 0px;
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 20px;
    color: #505458;
    font-size: 16px;
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    text-transform: uppercase;
    text-align: left;
    overflow: hidden
}

    .filterdropdown .dropdown-menu > li > a {
        display: block;
        padding: 7px 22px;
        white-space: nowrap;
        line-height: 25px;
        color: #2a2e36;
        margin: 0;
        border-radius: 0;
        text-align: left;
    }

.ar-ico2 {
    background-position: -47px -230px;
    width: 31px;
    height: 30px;
    top: 2px;
    position: relative;
}

.cg-ico2 {
    background-position: -81px -230px;
    width: 30px;
    height: 30px;
    top: 2px;
    position: relative;
}

.taa-ico2 {
    background-position: -115px -230px;
    width: 30px;
    height: 30px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 22px
}

html {
    overflow-y: scroll;
}

.sptxthide {
    display: none
}

.deceased-listing a.btn.btn-ReferralGUI:hover .sptxthide {
    display: inline
}

.family-health-ico {
    background-image: url(../img/family-health-icon.png);
    display: inline-block;
    background-repeat: no-repeat;
}

.profile-section label {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 16px;
}

.profile-section {
    font-size: 14px;
    line-height: 16px;
}

    .profile-section #RowForIcons > div.row1 > div {
        padding: 4px;
    }

    .profile-section #RowForIcons img {
        height: 24px !important;
        width: auto !important;
        margin: 0;
    }

#MeshStatusOnClientInfo a img{
    height: 22px !important;
}
#MeshStatusOnClientInfo26w a img{
    height: 22px !important;
}
.profile-section div#dvEligibility > div .btn, .deceased-listing .btn {
    padding: 5px 0;
}

/*#chkAdditionalInformation + .selectize-control.form-control.multi .selectize-input {
    padding-right: 50px !important;
}

#chkAdditionalInformation + .selectize-control.form-control.multi .selectize-input:before {
    border-right: 1px solid #e5e5e5;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background: #0090d9;
    width: 40px;
}

#chkAdditionalInformation + .selectize-control.form-control.multi .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.physique-layout .controls {
    border-bottom: 1px solid #ccc
}

.physique-layout .controls .form-control[type=text] {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    outline: none;
    padding: 6px 5px !important;
    background: transparent;
}

.physique-layout .controls .form-control[type=text]:hover, .physique-layout .controls .form-control[type=text]:focus {
    outline-style: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    outline: none !important;
    background: transparent !important
}

.physique-layout .controls .input-group-addon {
    border: 0px;
    color: #9EA9B2;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 0;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
    background: #fff
}

.physique-layout .controls .input-group-addon .btn {
    background: transparent;
    padding: 9px 0
}

.physique-layout .form-group .form-label {
    display: block;
    max-width: inherit;
}

.bmilbevalue {
    font-size: 21px;
    font-weight: bold
}

.bmi-des {
    color: #58ad83;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

.bmi-blue {
    color: #5ccdce
}

.bmi-green {
    color: #58ad83
}

.bmi-yellow {
    color: #fedb00
}

.bmi-red {
    color: #fe6251
}

.physique-layout .selectize-input {
    border: 0;
}

.physique-layout .selectize-control.single .selectize-input:after {
    border-color: #55606e transparent transparent transparent;
}

.physique-layout .selectize-control.single .selectize-input:before {
    display: none
}
*/
.divRegDetail.showScrollRegister500px.hotizontalScroll .tblRegDetail thead th {
    position: sticky;
    /* width: 100%; */
    /* left: 0; */
    top: 0;
}

.divRegDetail.showScrollRegister500px.hotizontalScroll .tblRegDetail {
    /* background: blue*/
    width: 2200px
}

.appointment-selector-desktop .appointmen-slots-container.appcustmcss {
    display: block
}

    .appointment-selector-desktop .appointmen-slots-container.appcustmcss .hotizontalScroll {
        overflow-x: auto;
        max-height: 500px
    }


.referral-form-container .form-group .form-label {
    /*  margin: 0 8px 0 0*/
}

.referral-form-container .form-group .help {
    top: -9px;
    position: relative;
}

.qtip-content.qtip-content .table tbody tr:nth-child(2) td {
    background: white !important;
}

.refico img {
    height: 24px;
    width: auto
}


.FP_SH {
    padding-left: 20px !Important;
}

.FP_MH {
    /*    margin-top:3px;
    background: aliceblue !important;*/
}

.FP_MHH {
    color: #0090d9 !important;
}

.sloticon_div {
    background: #85d633;
    margin-top: -3px;
    margin-right: -2px;
    width: 30%;
	z-index: 98;
	
    
}

.waitingicon {
    position: absolute;
    right: 3px;
    top: 3px;
}

    .waitingicon img {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
.wiatingicon_div {
    background: #85d633;
    margin-top: -3px;
    margin-left: 2px;
    width: 30%;
	    z-index: 98;
   
}
.waitingListicon {
    position: absolute;
    left: -20%;
    top: 3px;
}
    .waitingListicon img {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

table#tblClientReferralTracker thead tr th {
    position: sticky;
    top: 0;
    z-index: 99;
}

table#tblClientReferralTracker .switch_RadioBtn {
    padding: 0 !important
}

table#tblClientReferralTracker .switch_RadioBtn-handle {
    position: absolute;
    top: 1px;
    left: 1px;
}

table#tblClientReferralTracker .switch_RadioBtn-input:checked ~ .switch_RadioBtn-handle {
    left: 56px;
}
table.tblReferralTracker thead tr th {
    position: sticky;
    top: 0;
    z-index: 99;
}
table.tblReferralTracker .switch_RadioBtn {
    padding: 0 !important
}
    
table.tblReferralTracker .switch_RadioBtn-handle {
    position: absolute;
    top: 1px;
    left: 1px;
}
table.tblReferralTracker .switch_RadioBtn-input:checked ~ .switch_RadioBtn-handle {
    left: 56px;
}
#tblSixWeekReferralTracker input[id*='SixWeekReviewDate'], #tblAdvisorReferralTracker input[id*='AdvisorDateOfFirstContact'], #tblAdvisorReferralTracker input[id*='AdvisorInductionDate'], #tblClientReferralTracker input[id*='DateOfFirstContact'], #tblTwelveWeekReferralTracker input[id*='TwelveWeekReviewDate'] {
    /* background: black; */
    width: 90px;
    padding: 6px 7px !important;
}

.form-inline.title-fields label {
    display: inline-block;
    color:#fff
}

.form-inline.title-fields .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    min-width: 190px;
}

.form-inline.title-fields .form-group {
    margin-right: 10px
}
.clientreferratracker .list-group-horizontal .list-group-item h4 {
    margin: 0;
    padding: 0 0 10px
}
.clientreferratracker .list-group-horizontal .list-group-item span.textlabel {
    min-height: 36px;
    font-size: 15px
}

.freebooked .ReservedGP-row {
    background: #C89D7C;
}

.btnSmokeFreeAppColor {
    background-color: gray !important;
}
div#dvQriskImage {
    float: right;
    max-width: 350px;
    text-align: center;
    margin: 0 25px 25px;
}

.diaryImage:hover {
    /* Change text color on hover */
    color: white;
}

.waitingListiconfullcapacity {
    position: absolute;
    left: -20%;
    top: 3px;
}

.wiatingicon_div_fullcapacity {
    background: #85d633;
    margin-top: -3px;
    margin-left: 0px;
    width: 30%;
    z-index: 98;
}

.waitingListiconfullcapacity img {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.responsive_text_custom {
    white-space: normal !important;
    width: 100% !important;
}
.custom-casenote-parent .custom-casenote > tbody > tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.2rem;
}

    .custom-casenote-parent .custom-casenote > tbody > tr > td > label {
        white-space: nowrap !important;
    }
/*.custom-casenote-parent .custom-casenote > tbody > tr:nth-child(2) {
    display: flex !important;*/
/* margin-left: auto; */
/*flex-direction: row-reverse !important;
    margin-top: -2rem !important;
    margin-left: auto !important;
    margin-right: 1.6rem !important;
    float:right;
}*/
.custom-casenote-all label {
    font-weight: 600;
    font-size: 14px !important;
}

.SecondHeaderSetOnRegTH {
    position: sticky !important;
    top: 0;
}

.SecondHeaderSetOnRegTH .SecondHeaderSetOnReg > th {
    position:unset !important;
}

.TableSettingsReg thead > tr > th {
    padding-right: 0px !important;
}

/*.TableSettingsReg thead > tr > th {
    padding-right: 0px !important;
}
*/

#dv3BarQS {
    height: 60px;
    width: 70px;
    background: red;
    position: absolute;
    top: 180px;
    /*border: 1px solid black;*/
}

#dv5BarQS {
    height: 120px;
    width: 70px;
    background: red;
    position: absolute;
    top: 120px;
    /*border: 1px solid black;*/
}

#dv10BarQS {
    height: 240px;
    width: 70px;
    background: red;
    /*border: 1px solid black;*/
}

#dv_WeightPercentsGraphQS {
    border-bottom: 1px solid black;
    border-left: 1px solid;
    margin-left: 2px;
    margin-top: 13px;
}
.tblFABTie_History_Custom_row{
    padding:0px 1rem !important;
}
.tblFABTie_History_Custom > thead > tr > th:first-child {
    max-width: 1.5rem !important;
}
.tblFABTie_History_Custom > tbody > tr > td:first-child {
    max-width: 1.5rem !important;
}
.tblFABTie_History_Custom > thead > tr > th:nth-child(2) {
    max-width: 1.5rem !important;
}

.tblFABTie_History_Custom > tbody > tr > td:nth-child(2) {
    max-width: 1.5rem !important;
}
.tblFABTie_History_Custom > thead > tr > th:nth-child(3) {
    max-width: 2.5rem !important;
}

.tblFABTie_History_Custom > tbody > tr > td:nth-child(3) {
    max-width: 2.5rem !important;
}
.tblFABTie_History_Custom > thead > tr > th:nth-child(4) {
    max-width: 3rem !important;
}

.tblFABTie_History_Custom > tbody > tr > td:nth-child(4) {
    max-width: 3rem !important;
}

.status-label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: green;
    position: relative;
   /* top: -46px;*/
}
.dvDFDTableHeadingsListingCustom > thead > tr > th {
    white-space: nowrap !important;
}