/*
File: Main Css
*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600");

/* =============
   Common
============= */
body {
    /* background: #eeeeee;*/
    margin: 0;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
}

html {
    position: relative;
    min-height: 100%;
    /*background: #ebeff2;*/
}


p {
    line-height: 1.5;
    margin-bottom: 25px;
}

/** {
    outline: none !important;
}*/

b {
    font-weight: 600;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
    /*outline: 3px solid orange;*/
    text-decoration: underline;
    border-color: hsl(211, 100%, 75%);
    /* border: 1px solid;
  box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);*/
}

.accordion_head:focus {
    border: 1px solid red;
}

.add-to-aps-label {
    width: 170px;
}

.sub-title-line {
    font-style: italic;
    font-weight: 600;
}

.tooltip-inner {
    max-width: 350px;
    background: #fff;
    color: #000 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.clearfix {
    clear: both;
}

.tab-btn-title {
    padding: 0px 0px 10px 0;
}

.order-summary-table-div {
    position: relative;
}

.centralised-order-table-div {
    position: relative;
}

.nbp-order-table-div {
    position: relative;
}

.watermark-text1 {
    float: left;
    width: 100%;
    position: absolute;
    top: 10%;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(-45deg);
    font-size: 85px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    left: 10%;
    opacity: 0.2;
}

.tooltip-a {
    text-decoration: none;
}


.accordion_head {
    cursor: pointer;
    /* font-size: 14px; */
    margin: 0 0 1px 0;
    padding: 12px 0px;
    font-weight: 600;
}


.coll-span {
    display: none;
}

.coll-span1 {
    display: none;
}


/* Footer */
.footer {
    bottom: 0;
    text-align: left !important;
    padding: 5px 30px;
    position: fixed;
    right: 0;
    left: 0;
    line-height: 31px;
    z-index: 999;
    background: #ffffff;
}

small {
    font-size: 12px;
}

figcaption {
    font-size: 14px;
}

.dib {
    display: inline-block;
}

.whiteBg .footer {
    margin-left: 0 !important;
}

.footer .quick-link ul {
    margin-bottom: 0;
}

    .footer .quick-link ul li {
        display: inline-block;
    }

.footer .copyright {
    text-align: right;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

/* Page titles */
.page-title {
    font-size: 20px;
    margin: 0;
}

    .page-title + .breadcrumb {
        font-size: 0.9rem;
    }

.page-title-alt {
    margin-bottom: 23px;
    margin-top: 10px;
}

.page-header {
    border-bottom: 1px solid #DBDDDE;
}

.header-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
}

.social-links li a {
    -webkit-border-radius: 50%;
    background: #EFF0F4;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

#terms-conditions .modal-dialog .modal-content {
    padding: 5px 15px;
}
/* =============
   Helper clasess
============= */
.p-0 {
    padding: 0 !important;
}
/*do not remove from global css*/
.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-r-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-0 {
    margin: 0 !important;
}

.m-10 {
    margin: 10px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-t-b-20 {
    margin: 20px 0;
}

.m-t-b-30 {
    margin: 30px 0;
}

.m-t-b-40 {
    margin: 40px 0;
}

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
    width: 95px !important;
}

.w-md {
    min-width: 110px;
    width: 110px !important;
}

.w-lg {
    min-width: 140px;
}

.m-h-40 {
    min-height: 40px;
}

.m-h-50 {
    min-height: 50px;
}

.l-h-34 {
    line-height: 34px;
}

.font-600 {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-13 {
    font-size: 13px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.wrapper-md {
    padding: 20px;
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}

.pull-in-card {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.b-0 {
    border: none !important;
}

.vertical-middle {
    vertical-align: middle;
}

.b-r-0 {
    border-radius: 0 !important;
}

.bx-shadow {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.mx-box {
    max-height: 380px;
    min-height: 380px;
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

/* =============
   Extras
============= */
/* Table type box */
.table-box {
    display: table;
    height: 100%;
    width: 100%;
}

    .table-box .table-detail {
        display: table-cell;
        vertical-align: middle;
    }

/* Card Box */
.scrollbox-track {
    border: 1px solid transparent !important;
}

.card-box {
    padding: 15px 15px 0px;
    /*border: 1px solid #dddddd;
    border-radius: 5px;*/
    margin-bottom: 20px;
    float: left;
    background-clip: padding-box;
    width: 100%;
    /*background-color: #f7f7f7;*/
}

.card-space {
    margin-bottom: 5px;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.125) !important;
}

#divMainContainer {
    height: calc(100vh - 151px);
    overflow: auto;
}

.topstrip {
    border-top: 10px solid #7a6c83;
    background: #f7f7f7;
    padding-bottom: 10px;
}

/* Grid page */
.grid-structure .grid-container {
    background-color: #f4f8fb;
    margin-bottom: 10px;
    padding: 10px 20px;
}

/* Demo only */
.icon-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    color: #75798B;
}

    .icon-list-demo div:hover {
        color: #ffffff;
    }

    .icon-list-demo div p {
        margin-bottom: 0;
        line-height: inherit;
    }

.icon-list-demo i {
    -webkit-transition: all 0.2s;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    text-align: center;
    transition: all 0.2s;
    vertical-align: middle;
    width: 40px;
}

.icon-list-demo .col-md-4 {
    border-radius: 3px;
}

    .icon-list-demo .col-md-4:hover {
        background-color: #5fbeaa;
    }

        .icon-list-demo .col-md-4:hover i {
            -o-transform: scale(2);
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            transform: scale(2);
        }

.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

    .button-list .btn {
        margin-bottom: 12px;
        margin-left: 8px;
    }

/* Switchery demo */
.switchery-demo .switchery {
    margin-bottom: 10px;
}

/* =============
   Bootstrap-custom
============= */
.container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7,
.col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
.col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl,
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5,
.col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.card-header, .card-title {
    margin-top: 0;
}

.breadcrumb {
    /* background-color: transparent;*/
    margin-bottom: 35px;
    padding: .45rem 1rem;
    /* padding-left: 0; */
    /*font-weight: 600;*/
    width: 100%;
    display: block;
    float: left;
    /*box-shadow: 0 1px 8px 0 rgba(0,0,0,.15);*/
}

.breadcrumb1 {
    display: none;
}

.fixed-padding {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    float: left;
    position: absolute;
    top: -26px;
}

.breadcrumb a {
    text-decoration: none;
}

li.breadcrumb-item {
    display: inline-block !important;
    margin: 0 0.2rem;
}

.payment-section {
    /*width: 651px;*/
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}

#iframe_pay {
    border: 0px solid rgb(206, 206, 206);
    width: 100%;
    height: 1050px;
    overflow-y: hidden;
    margin: 0px 0px 0px 100px;
    pointer-events: auto;
    overflow: hidden;
}

.breadcrumb-item.disabled span.badge, .breadcrumb-item:disabled span.badge {
    Background: #c3c1c1;
    border: #a09999 2px solid;
    color: #737373;
}

.thanks-details h4 {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.thanks-details p {
    float: left;
    width: 100%;
}

.thanks-details p {
    margin-bottom: 15px;
}

.thanks-details {
    padding: 0px 15px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    /* content: "\f105" !important;
    font-family: FontAwesome !important;*/
}

.cbp-pay-btn {
    float: right;
    margin: 3px 0px;
}

.margin-top0 {
    margin-top: 8px;
}
/* Dropdown */
.dropdown-menu {
    font-size: inherit;
}

    .dropdown-menu > li > a {
        padding: 6px 20px;
    }

    .dropdown-item.active, .dropdown-item:active, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background-color: #f2f2f2;
        color: inherit;
    }

.dropup .dropdown-menu {
    box-shadow: 0px -1px 5px 0 rgba(0, 0, 0, 0.26);
}

.dropdown-lg {
    width: 260px;
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none;
}

.popover-header {
    margin-top: 0;
}

.blockquote {
    font-size: 1.01rem;
}

/* Close Icon */
.close {
    opacity: .6;
}

/* Background colors */
.bg-custom {
    background-color: #5fbeaa !important;
}

.bg-primary {
    background-color: #5d9cec !important;
}

.bg-success {
    background-color: #81c868 !important;
}

.bg-info {
    background-color: #34d3eb !important;
}

.bg-warning {
    background-color: #ffbd4a !important;
}

.bg-danger {
    background-color: #f05050 !important;
}

.bg-muted {
    background-color: #f4f8fb !important;
}

.bg-inverse {
    background-color: #4c5667 !important;
}

.bg-purple {
    background-color: #7266ba !important;
}

.bg-pink {
    background-color: #fb6d9d !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-lightdark {
    background-color: #f4f8fb !important;
}

/* Text colors */
.text-custom {
    color: #5fbeaa !important;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #f05050 !important;
}

.text-muted {
    color: #98a6ad !important;
}

.text-primary {
    color: #5d9cec !important;
}

.text-warning {
    color: #ffbd4a !important;
}

.text-success {
    color: #81c868 !important;
}

.text-info {
    color: #34d3eb !important;
}

.text-inverse {
    color: #4c5667 !important;
}

.text-pink {
    color: #fb6d9d !important;
}

.text-purple {
    color: #7266ba !important;
}

.text-dark {
    color: #797979 !important;
}

/* Labels */
.label {
    display: inline;
    padding: 0.3em .6em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.label-white {
    background-color: rgba(255, 255, 255, 0.7);
    color: #36404a !important;
}

.label-default {
    background-color: #5fbeaa;
}

.label-primary {
    background-color: #5d9cec;
}

.label-success {
    background-color: #81c868;
}

.label-info {
    background-color: #34d3eb;
}

.label-warning {
    background-color: #ffbd4a;
}

.label-danger {
    background-color: #f05050;
}

.label-purple {
    background-color: #7266ba;
}

.label-pink {
    background-color: #fb6d9d;
}

.label-inverse {
    background-color: #4c5667;
}

.label-muted {
    background-color: #98a6ad;
}

/** custom css here jp*/

.f-gotps, .txt-c {
    text-align: center;
}

.txt-r {
    text-align: right;
}

.whiteBg {
    background: #ffffff;
}

.l-Sicon {
    text-align: center;
}

    .l-Sicon a span {
        background: url(../../images/social-icons.png) no-repeat;
        width: 34px;
        height: 34px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
    }

        .l-Sicon a span.Orcid {
            background-position: -136px -34px;
        }

        .l-Sicon a span.gPlus {
            background-position: -102px -34px;
        }

.social-marg {
    margin: 0 20px;
}

.sNav {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    background: #796c83;
}

    .sNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #796c83;
    }

    .sNav li {
        float: left;
        min-width: 100px;
    }

        .sNav li a {
            display: block;
            color: white;
            text-align: center;
            padding: 10px 16px;
            text-decoration: none;
        }

            .sNav li a:hover {
                background-color: #5f4d6d;
            }

        .sNav li.active {
            color: #495057;
            background-color: #5f4d6d;
            /*border-color: #dee2e6 #dee2e6 #fff; */
        }

.dml {
    margin-left: 240px;
}

#sidebar {
    /* width: 300px !important;*/
    position: relative;
    /* background:yellow; */
}
/*
.ltborder {
    border: 1px solid #eeeeee;
    left: 80px;
    background: #f7f7f7;
    padding: 20px;
}*/

/*kailash singh*/
.sticky-scroll-box {
    padding: 0;
    /* background:#f9f9f9; */
    /* box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; */
}

.fixed {
    position: fixed;
    padding: 0;
    top: 76px;
    z-index: 99999;
}

.auhide, .reason, .reason1 {
    display: none;
}
.reasonBg {
    background: #f7f7f7;
    padding: 30px 50px;
    margin-bottom: 20px;
}

.navbar-custom .jb-logo {
    padding-top: 6px;
}

.breadcrumb {
    background: none;
    text-align: center;
}

.brd-top {
    border-top: 1px solid #cccccc;
}

.brd-bm {
    border-bottom: 1px solid #cccccc;
}

table.table td a.edit {
    color: #5d9cec;
    text-decoration: none;
}

table.table td a.delete {
    color: #F44336;
}

table.table td i {
    font-size: 16px;
    text-decoration: none;
}

table.nested tr td {
    padding: 0px;
}

table.nested tr th {
    padding: 5px;
}

.cell {
    cursor: cell;
}

.pagination {
    float: right;
    margin: 0 0 5px;
}

    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }

.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

.reason ::placeholder {
    /*opacity: 0.7; Firefox 
    font-style: italic;*/
}

.reason :-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*opacity: 0.7; Firefox 
    font-style: italic;*/
}

.reason ::-ms-input-placeholder { /* Microsoft Edge */
    /*opacity: 0.7; Firefox 
    font-style: italic;*/
}

.comments {
    display: inline-block;
    margin-top: 20px;
}

.input-group-append span.input-group-text {
    padding: .6em 1.5em .5em .5em;
}

.b-r {
    border-right: 1px solid #dddddd;
}

.b-l {
    border-left: 1px solid #dddddd;
}

.b-b {
    border-bottom: 1px solid #dddddd;
}

.b-t {
    border-top: 1px solid #dddddd;
}

.dblock {
    display: block;
}

.table td, .table th {
    padding: .5rem .75rem;
}

.toggle-password .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 90%;
    margin-left: -80px;
    font-size: 12px;
    font-weight: 600;
}

.toggle-password:hover .tooltiptext {
    visibility: visible;
}

.sAuth {
    width: calc(100% / 2 - 11px);
}

.f-italic {
    font-style: italic;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.0rem + 2px);
}

.form-group .labelwidth {
    width: 25%;
}
/** end custom css here jp*/

/* Badge */
.badge-xs {
    font-size: 9px;
}

.badge-xs, .badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-white {
    background-color: rgba(255, 255, 255, 0.7);
    color: #36404a !important;
}

.badge-primary {
    background-color: #5d9cec;
}

.badge-success {
    background-color: #002596;
}

.badge-info {
    background-color: #34d3eb;
}

.badge-warning {
    background-color: #ffbd4a;
}

.badge-danger {
    background-color: #f05050;
}

.badge-purple {
    background-color: #7266ba;
}

.badge-pink {
    background-color: #fb6d9d;
}

/* List group */
.list-group-item {
    border: 1px solid #ebeff2;
}

    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        background-color: #5fbeaa;
        border-color: #5fbeaa;
    }

/* Dropcap */
.dropcap {
    font-size: 3.1em;
}

.dropcap, .dropcap-circle, .dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

/* Tooltips */
.tooltip-inner {
    border-radius: 1px;
    padding: 6px 10px;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
}

/* Popover */
.popover {
    font-family: inherit;
    border-radius: 3px;
}

    .popover .popover-title {
        background-color: transparent;
        color: #5fbeaa;
        font-weight: 600;
        margin: 0;
    }

/* Code */
code {
    color: #5d9cec;
    background-color: #f4f8fb;
    border-radius: 4px;
}

/* Pre */
pre {
    background-color: #f4f8fb;
    border: 1px solid #D4D8DA;
}

/* Media */
.media {
    margin-bottom: 20px;
}

    .media .media-heading {
        font-weight: 600;
        font-size: 16px;
    }

    .media:last-of-type {
        margin-bottom: 0;
    }

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    color: #36404a;
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        background-color: #eeeeee;
    }

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

    .pagination-split li:first-child {
        margin-left: 0;
    }

    .pagination-split li a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
    background-color: #5fbeaa;
    border-color: #5fbeaa;
}

.pager li > a, .pager li > span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #36404a;
}

/* Form components */
.form-control:focus {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}


textarea.form-control {
    /*min-height: 90px;*/
    resize: none;
}

@-moz-document url-prefix() {
    textarea.commenttextarea {
        height: 60px;
    }
}

select[multiple] {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-sm {
    height: 35px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-control-feedback {
    line-height: 38px !important;
}

.input-group-btn .btn {
    padding: 8px 12px;
}

.input-group-btn .btn-sm {
    padding: 4px 10px;
}

.input-group-btn .btn-lg {
    padding: 10px 17px;
}

.has-success .form-control {
    border-color: #81c868;
    box-shadow: none !important;
}

.has-warning .form-control {
    border-color: #ffbd4a;
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #f05050;
    box-shadow: none !important;
}

.input-group-addon {
    border-radius: 2px;
    border: 1px solid #eeeeee;
}

/* Tabs-Accordions */
.tabs {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

    .tabs li.tab {
        background-color: #ffffff;
        display: block;
        float: left;
        margin: 0;
        text-align: center;
    }

        .tabs li.tab a {
            -moz-transition: color 0.28s ease;
            -ms-transition: color 0.28s ease;
            -o-transition: color 0.28s ease;
            -webkit-transition: color 0.28s ease;
            color: #ee6e73;
            display: block;
            height: 100%;
            text-decoration: none;
            transition: color 0.28s ease;
            width: 100%;
        }

            .tabs li.tab a.active {
                color: #5fbeaa !important;
            }

    .tabs .indicator {
        background-color: #5fbeaa;
        bottom: 0;
        height: 2px;
        position: absolute;
        will-change: left, right;
    }

.tabs-top .indicator {
    top: 0;
}

.nav-pills li.active a {
    background-color: #5fbeaa !important;
}

    .nav-pills li.active a:hover {
        background-color: #5fbeaa !important;
    }

    .nav-pills li.active a:focus {
        background-color: #5fbeaa !important;
    }

.nav.nav-tabs + .tab-content {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

.tabs-vertical-env {
    margin-bottom: 30px;
}

    .tabs-vertical-env .tab-content {
        background: #ffffff;
        display: table-cell;
        margin-bottom: 30px;
        padding: 30px;
        vertical-align: top;
    }

    .tabs-vertical-env .nav.tabs-vertical {
        display: table-cell;
        min-width: 120px;
        vertical-align: top;
        width: 150px;
    }

        .tabs-vertical-env .nav.tabs-vertical li > a {
            color: #333333;
            text-align: center;
            white-space: nowrap;
        }

            .tabs-vertical-env .nav.tabs-vertical li > a.active {
                background-color: #ffffff;
                border: 0;
            }

.nav.nav-tabs > li.active > a {
    background-color: #ffffff;
    border: 0;
}

.nav-pills > .active > a > .badge {
    color: #5fbeaa;
}

.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #505461 !important;
    cursor: pointer;
    padding: 12px 20px;
    letter-spacing: 0.03em;
    font-weight: 600;
}

    .nav.nav-tabs > li > a:hover, .nav.tabs-vertical > li > a:hover {
        color: #5fbeaa !important;
    }

.tab-content {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #777777;
}

.nav.nav-tabs > li:last-of-type a {
    margin-right: 0;
}

.nav.nav-tabs {
    border-bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*jp code start*/
/*====admin tab sec css start here=====*/
.admin-tabs h2 {
    font-weight: 600 !important;
    font-size: 28px;
    color: #555555;
    margin-bottom: 15px;
}

.admin-tabs nav a {
    text-decoration: none;
    font-size: 18px;
    color: #555555;
    font-weight: 600 !important;
    border-bottom: 2px solid #14797B !important;
    margin-right: 20px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    transition: 0.4s all-ease-in-out;
}

    .admin-tabs nav a.active {
        color: #14797B !important;
        border: none;
        border-bottom: 5px solid #14797B !important;
    }

    .admin-tabs nav a:hover {
        color: #14797B !important;
        border-bottom: 5px solid #14797B !important;
    }

.admin-tabs .nav.nav-tabs {
    border-bottom: 1px solid #000;
    box-shadow: none;
}
.admin-tabs .tab-content {
    box-shadow: none !important;
}

/*====admin tab end css start here=====*/

.navtab-bg {
    background-color: #f4f8fb;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .tabs-vertical > li > a.active,
.tabs-vertical > li > a.active:focus, .tabs-vertical > li > a.active:hover {
    color: #5fbeaa !important;
}

.tabs-vertical-env .tab-content {
    margin-bottom: 0;
}

.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align,
.table > .tfood > tr > td.middle-align, .table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align, .table > .tfood > tr > th.middle-align {
    vertical-align: middle;
}

table input[type=checkbox]:disabled.form-control {
    background-color: transparent !important;
    border: none !important;
}

/* =============
   Alerts
============= */
.alert-success {
    background-color: #dff1d8 !important;
    border-color: #a0d68d !important;
    color: #81c868;
}

    .alert-success .alert-link {
        color: #81c868;
    }

.alert-info {
    background-color: #d6f6fb !important;
    border-color: #62ddf0 !important;
    color: #34d3eb;
}

    .alert-info .alert-link {
        color: #34d3eb;
    }

.alert-warning {
    background-color: #fff5e3 !important;
    border-color: #ffd07d !important;
    color: #ffbd4a;
}

    .alert-warning .alert-link {
        color: #ffbd4a;
    }

.alert-danger {
    background-color: #fef4f4 !important;
    border-color: #f47f7f !important;
    color: #f05050;
    margin-top: 10px;
}

    .alert-danger .alert-link {
        color: #f05050;
    }

/* Modals */

.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
    padding: 25px;
}

    .modal .modal-dialog .modal-content .modal-header {
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
        z-index: 9999;
    }

        .modal .modal-dialog .modal-content .modal-header .modal-title {
            margin-top: 0;
            float: left;
            text-align: left;
            width: 100%;
        }

.modal-header .close {
    position: absolute;
    right: 60PX;
    top: 24px !important;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 10px;
}

.modal-full {
    width: 98%;
    max-width: 100%;
}

.modal-content .nav.nav-tabs + .tab-content {
    margin-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-body .modelcontent {
    height: calc(100vh - 225px);
}

/* Custom-modal */
.modal-demo {
    background-color: #ffffff;
    width: 600px;
    border-radius: 4px;
    display: none;
}

    .modal-demo .close {
        position: absolute;
        top: 15px;
        right: 25px;
        color: #eeeeee;
    }

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #36404a;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

.custom-modal-text {
    padding: 20px;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}

/* =============
   Carousel
============= */
.carousel-control {
    width: 10%;
}

    .carousel-control span {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        font-size: 30px;
    }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* Owl */
.slider-bg {
    background-size: cover !important;
    padding: 5.5% 4.5%;
}

/*===================================
   DARK: Topbar,Left-sidebar,Right-sidebar
  ===================================*/
.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

    .topbar .topbar-left {
        float: left;
        position: relative;
        width: 44%;
        z-index: 1;
        /*background-color: #36404a;*/
    }

    .topbar .topbar-left-sm {
        width: 180px;
    }

        .topbar .topbar-left-sm + .navbar-custom {
            margin-left: 180px;
        }

.logo {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

    .logo h1 {
        height: 50px;
        margin: 0 auto;
        text-align: center;
    }

    .logo i {
        color: #5fbeaa;
    }

    .logo .icon-c-logo {
        display: none;
    }

.navbar-custom {
    /*background-color: #ffffff;*/ /*SCIPRISOUPPG*/
    border-radius: 0;
    margin-bottom: 0;
    /*  margin-left: 240px;*/
    float: right;
    width: 56%;
}

    .navbar-custom .nav-link {
        padding: 0;
        text-decoration: none;
    }

    .navbar-custom .dropdown-toggle:after {
        content: initial;
    }

.user-navlink .dropdown-toggle::after {
    display: none !important;
}

.navbar-custom .menu-left {
    overflow: hidden;
}

.navbar-custom .nav > li > a {
    color: #ffffff !important;
    line-height: 60px;
    padding: 0 15px;
    position: relative;
}

    .navbar-custom .nav > li > a i {
        font-size: 16px;
    }

.profile img {
    border: 2px solid #edf0f0;
    height: 36px;
    width: 36px;
}


/* Notification */
.notification-list {
    float: right;
}

    .notification-list .noti-title {
        margin-bottom: 0;
        width: auto;
        padding: 12px 20px;
    }

        .notification-list .noti-title h5 {
            margin: 0;
        }

        .notification-list .noti-title .label {
            float: right;
        }

    .notification-list .noti-icon {
        font-size: 18px;
        padding: 0 12px;
        vertical-align: middle;
        color: #36404a;
    }

    .notification-list .noti-icon-badge {
        display: inline-block;
        position: absolute;
        top: 14px;
        right: 8px;
    }

    .notification-list .notify-item {
        padding: 10px 20px;
    }

        .notification-list .notify-item .notify-icon {
            float: left;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            margin-right: 10px;
            border-radius: 50%;
            color: #ffffff;
        }

            .notification-list .notify-item .notify-icon img {
                margin-top: 4px;
            }

        .notification-list .notify-item .notify-details {
            margin-bottom: 0;
            overflow: hidden;
            margin-left: 45px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .notification-list .notify-item .notify-details b {
                font-weight: 500;
            }

            .notification-list .notify-item .notify-details small {
                display: block;
            }

            .notification-list .notify-item .notify-details span {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 13px;
            }

    .notification-list .notify-all {
        border-radius: 0 0 0.25rem 0.25rem;
        margin: 0 0 -5px 0;
        background-color: #eeeeee;
    }

    .notification-list .profile-dropdown .notify-item {
        padding: 4px 20px;
    }

.profile-dropdown {
}

    .profile-dropdown i {
        font-size: 17px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .profile-dropdown span {
        vertical-align: middle;
    }

    .profile-dropdown a {
        text-decoration: none;
    }

.nav-user {
    padding: 0 12px !important;
}

    .nav-user img {
        height: 36px;
        width: 36px;
    }

.navbar-nav {
    margin: 0;
}

.side-menu {
    bottom: 0;
    top: 0;
    width: 240px;
    z-index: 2;
}

    .side-menu.left {
        background: #36404a;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 70px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

body.fixed-left .side-menu.left {
    bottom: 0;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed;
}

.content-page { /* margin-left: 240px;*/
    overflow: hidden;
}
/*.content-page > .content {margin-bottom: 60px;margin-top: 70px;padding: 20px 5px 15px 5px;min-height: 300px;}*/
.content {
    margin-bottom: 60px;
    /*margin-top: 70px;*/
}

.button-menu-mobile {
    border: none;
    color: #36404a;
    display: inline-block;
    height: 70px;
    width: 60px;
    background-color: #ffffff;
    font-size: 16px;
}

.sidebar-inner {
    height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

#sidebar-menu {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}

    #sidebar-menu .nav > li > a .badge {
        position: absolute;
        right: 10px;
        top: 12px;
    }

    #sidebar-menu a {
        line-height: 1.3;
    }

    #sidebar-menu ul ul {
        display: block; /*jp*/
    }

        #sidebar-menu ul ul li {
            border-top: 0;
        }

            #sidebar-menu ul ul li.active a {
                color: #5fbeaa;
            }

        #sidebar-menu ul ul a {
            color: rgba(255, 255, 255, 0.4);
            display: block;
            padding: 10px 20px 10px 65px;
        }

            #sidebar-menu ul ul a:hover {
                color: rgba(255, 255, 255, 0.7);
            }

            #sidebar-menu ul ul a i {
                margin-right: 5px;
            }

        #sidebar-menu ul ul ul a {
            padding-left: 80px;
        }

    #sidebar-menu .label {
        margin-top: 2px;
    }

    #sidebar-menu .subdrop {
        border-left: 3px solid #8ca5f7;
        color: #8ca5f7 !important;
    }

    #sidebar-menu > ul > li > a {
        color: rgba(255, 255, 255, 0.5);
        display: block;
        padding: 12px 20px;
        margin: 4px 0;
        border-left: 3px solid transparent;
    }

        #sidebar-menu > ul > li > a:hover {
            color: #ffffff;
            text-decoration: none;
        }

        #sidebar-menu > ul > li > a > span {
            vertical-align: middle;
        }

    #sidebar-menu ul li .menu-arrow {
        -webkit-transition: -webkit-transform .15s;
        -o-transition: -o-transform .15s;
        transition: transform .15s;
        position: absolute;
        right: 20px;
        display: inline-block;
        font-family: "dripicons-v2" !important;
        text-rendering: auto;
        line-height: 24px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        #sidebar-menu ul li .menu-arrow:before {
            content: "\56";
        }

    #sidebar-menu ul li a.subdrop .menu-arrow {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #sidebar-menu ul li a i {
        display: inline-block;
        font-size: 16px;
        line-height: 17px;
        margin-left: 3px;
        margin-right: 15px;
        text-align: center;
        vertical-align: middle;
        width: 20px;
    }

        #sidebar-menu ul li a i.md {
            font-size: 18px;
        }

    #sidebar-menu > ul > li > a > i.i-right {
        float: right;
        margin: 3px 0 0 0;
    }

    #sidebar-menu > ul > li > a.active {
        border-left: 3px solid #8ca5f7;
        color: #8ca5f7 !important;
    }

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
}
/* Small Menu */
.side-menu-sm {
    width: 180px;
    text-align: center;
}

    .side-menu-sm #sidebar-menu > ul > li > a > i {
        display: block;
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        margin: 0;
    }

    .side-menu-sm #sidebar-menu ul ul a {
        padding: 10px 20px 10px 20px;
    }

    .side-menu-sm + .content-page .footer {
        left: 180px;
    }

#wrapper.enlarged .side-menu-sm {
    text-align: left;
}

    #wrapper.enlarged .side-menu-sm #sidebar-menu ul li a i {
        display: inline-block;
        font-size: 18px;
        line-height: 17px;
        margin-left: 3px;
        margin-right: 15px;
        vertical-align: middle;
        width: 20px;
    }

.side-menu-sm + .content-page {
    margin-left: 180px;
}

/* Header 2 */
.page-header-2 {
    background: #ffffff;
    border-bottom: 6px solid #796d83;
    margin: -20px -20px 42px -20px;
    padding: 0 20px 0 20px;
}

#wrapper.enlarged .navbar-custom {
}

#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow {
    display: none !important;
}

#wrapper.enlarged #sidebar-menu ul ul {
    margin-top: -5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: #2b333b;
}

#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
}

    #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
        padding: 15px 20px;
        min-height: 52px;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
            background-color: #2b333b !important;
        }

        #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
            background-color: #2b333b !important;
        }

        #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
            background-color: #2b333b !important;
        }

        #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
            margin-right: 20px !important;
            font-size: 20px;
        }

    #wrapper.enlarged .left.side-menu .label {
        position: absolute;
        top: 5px;
        left: 35px;
        text-indent: 0;
        display: block !important;
        padding: .2em .6em .3em !important;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
        position: relative;
        white-space: nowrap;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
            position: relative;
            width: 260px;
            background: #8ca5f7;
            color: #8ca5f7;
            border-color: #8ca5f7;
        }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
            display: block;
            left: 70px;
            position: absolute;
            width: 190px;
        }

            #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
                background: #2b333b;
                box-shadow: none;
                padding-left: 15px;
                position: relative;
                width: 186px;
                z-index: 6;
            }

                #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
                    color: rgba(255, 255, 255, 0.7);
                }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
            display: inline;
        }

    #wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
        display: block;
        left: 70px;
        position: absolute;
        width: 190px;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
            background: #2b333b;
            box-shadow: none;
            padding-left: 15px;
            position: relative;
            width: 186px;
            z-index: 6;
        }

            #wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
                color: rgba(255, 255, 255, 0.7);
            }

    #wrapper.enlarged .left.side-menu #sidebar-menu a.drop {
        color: #5fbeaa !important;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
        display: none;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
        display: block;
        left: 190px;
        margin-top: -36px;
        position: absolute;
        width: 190px;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        position: absolute;
        right: 20px;
        top: 12px;
        transform: rotate(270deg);
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
        color: #5fbeaa;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
        display: none;
        padding-left: 10px;
    }

    #wrapper.enlarged .left.side-menu .user-details {
        display: none;
    }

#wrapper.enlarged .content-page {
    margin-left: 70px;
}

#wrapper.enlarged .footer {
    left: 70px;
    margin-left: 0;
}

#wrapper.enlarged .topbar .topbar-left {
    width: 40%;
}

    #wrapper.enlarged .topbar .topbar-left .logo span {
        display: none;
        opacity: 0;
    }

    #wrapper.enlarged .topbar .topbar-left .logo .icon-c-logo {
        display: block;
        line-height: 70px;
        float: left;
    }

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
    display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
    display: none;
}

#wrapper.enlarged .tips-box {
    display: none;
}

.tips-box .portlet {
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
}

.user-details {
    padding: 20px;
    padding-bottom: 0;
    position: relative;
}

    .user-details img {
        position: relative;
        z-index: 9999;
    }

    .user-details .user-info {
        color: #444444;
        margin-left: 60px;
        position: relative;
        z-index: 99999;
    }

        .user-details .user-info a.dropdown-toggle {
            color: #797979;
            display: block;
            font-size: 16px;
            font-weight: 600;
            padding-top: 5px;
        }

#wrapper.right-bar-enabled .right-bar {
    right: 0;
}

#wrapper.right-bar-enabled .left-layout {
    left: 0;
}

/* Right sidebar */
.side-bar.right-bar {
    float: right !important;
    right: -266px;
    top: 70px;
    font-size: 0.9rem;
}

.side-bar {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    transition: all 200ms ease-out;
    width: 240px;
}

/*.right-bar {
  background: #ffffff !important;
  z-index: 99 !important;
}

.right-bar h4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  font-size: 1.2rem;
}*/

.contact-list {
    max-height: 600px;
}

    .contact-list .list-group-item {
        border: none;
    }

        .contact-list .list-group-item:hover {
            background: #ebeff2;
        }

        .contact-list .list-group-item a {
            display: block;
            width: 100%;
        }

    .contact-list i.offline {
        color: #f05050 !important;
    }

    .contact-list i.away {
        color: #ffbd4a;
    }

.contacts-list .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
}

    .contacts-list .avatar img {
        border-radius: 50%;
        width: 100%;
    }

.contacts-list .list-group-item span.name {
    color: #707780;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}

.contacts-list i {
    color: #7a8c9a;
    float: right;
    font-size: 9px;
    line-height: 30px;
}

    .contacts-list i.online {
        color: #a0d269;
    }

    .contacts-list i.offline {
        color: #f05050 !important;
    }

    .contacts-list i.away {
        color: #ffbd4a;
    }

/* Seach */
.app-search {
    position: relative;
    padding-top: 18px;
}

    .app-search a {
        position: absolute;
        top: 18px;
        left: 220px;
        display: block;
        height: 34px;
        line-height: 34px;
        width: 34px;
        text-align: center;
        color: rgba(54, 64, 74, 0.5);
    }

        .app-search a:hover {
            color: #36404a;
        }

    .app-search .form-control,
    .app-search .form-control:focus {
        border: 1px solid rgba(54, 64, 74, 0.1);
        font-size: 13px;
        height: 34px;
        color: #36404a;
        padding-left: 20px;
        padding-right: 40px;
        background: rgba(54, 64, 74, 0.05);
        box-shadow: none;
        border-radius: 30px;
        width: 200px;
    }

    .app-search input::-webkit-input-placeholder {
        color: #36404a;
    }

    .app-search input:-moz-placeholder {
        color: #36404a;
    }

    .app-search input::-moz-placeholder {
        color: #36404a;
    }

    .app-search input:-ms-input-placeholder {
        color: #36404a;
    }

/* =============
   Animation
============= */
/* Bounce 1 */
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -o-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -o-transform: scale(1.2);
    }

    100% {
        -o-transform: scale(1);
    }
}

/* Bounce 2 */
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -o-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

/* Dropdown */
@-webkit-keyframes dropdownOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes dropdownOpen {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes dropdownOpen {
    0% {
        opacity: 0;
        -o-transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
    }
}

/* Progressbar Animated */
@-webkit-keyframes animationProgress {
    from {
        width: 0;
    }
}

@keyframes animationProgress {
    from {
        width: 0;
    }
}

/* Portlets loader */
@-webkit-keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(220deg);
    }
}

@-moz-keyframes loaderAnimate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(220deg);
    }
}

@-o-keyframes loaderAnimate {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(220deg);
    }
}

@keyframes loaderAnimate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(220deg);
    }
}

@-webkit-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
    }
}

@-moz-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -moz-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -moz-transform: rotate(140deg);
    }
}

@-o-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -o-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -o-transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
        -moz-transform: rotate(-140deg);
        -ms-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
        -moz-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #999 0 0 0 17px;
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #999 0 0 0 2px;
    }

    100% {
        box-shadow: inset #999 0 0 0 17px;
        transform: rotate(140deg);
    }
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.45);
    }

    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7);
    }

    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7);
    }

    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7);
    }

    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, 0.7);
    }

    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7);
    }

    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7);
    }

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-block {
    display: block;
}

/* =============
   Print css
============= */
@media print {
    .logo, .breadcrumb, .page-title, .footer, .topbar, .btn-group.pull-right.m-t-15 {
        display: none;
        margin: 0px;
        padding: 0px;
    }

    .left, .right-bar {
        display: none;
    }

    .content, .card-box {
        margin: 0px !important;
    }

    .content-page {
        margin-left: 0px;
        margin-top: 0px;
    }
}

/* =============
   Buttons
============= */
.btn {
    border-radius: 3px;
    outline: none !important;
}

.btn-md {
    padding: 8px 16px;
}

/* .btn-primary{width:270px;}
.btn-secondary{width:150px;}
 */

.btn-270 {
    width: 270px;
}

.btn-180 {
    width: 180px;
}

.btn-150 {
    width: 150px;
}

.btn-120 {
    width: 120px;
}

.btn-110 {
    width: 90px;
}

.btn-110border {
    border: 1px solid hsl(220, 40%, 42%);
}


.btn-primary, .btn-success, .btn-default, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}

    .btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        background-color: #5fbeaa !important;
        /*border: 1px solid #5fbeaa !important;*/
    }

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
    border: 1px solid #eaeaea !important;
    background-color: #ffffff;
    color: #4c5667 !important;
}

    .btn-white:hover, .btn-white:hover:hover, .btn-white:focus:hover, .btn-white:active:hover, .btn-white.active:hover, .btn-white.focus:hover, .btn-white:active:hover, .btn-white:focus:hover, .btn-white:hover:hover, .open > .dropdown-toggle.btn-white:hover {
        background-color: #f9f9f9;
    }

        .btn-white:focus, .btn-white:hover:focus, .btn-white:focus:focus, .btn-white:active:focus, .btn-white.active:focus, .btn-white.focus:focus, .btn-white:active:focus, .btn-white:focus:focus, .btn-white:hover:focus, .open > .dropdown-toggle.btn-white:focus {
            background-color: #f9f9f9;
        }

            .btn-white:active, .btn-white:hover:active, .btn-white:focus:active, .btn-white:active:active, .btn-white.active:active, .btn-white.focus:active, .btn-white:active:active, .btn-white:focus:active, .btn-white:hover:active, .open > .dropdown-toggle.btn-white:active {
                background-color: #f9f9f9;
            }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #796c83;
    /* border-color: #007bff; */
}

/*.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #81c868 !important;
    border: 1px solid #81c868 !important;
}*/

.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #34d3eb !important;
    border: 1px solid #34d3eb !important;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    background-color: #ffbd4a !important;
    border: 1px solid #ffbd4a !important;
}

.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #f05050 !important;
    border: 1px solid #f05050 !important;
}

.btn-inverse, .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
    background-color: #4c5667 !important;
    border: 1px solid #4c5667 !important;
    color: #ffffff;
}

    .btn-inverse.focus, .btn-inverse:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(76, 86, 103, 0.5);
        box-shadow: 0 0 0 3px rgba(76, 86, 103, 0.5);
    }

.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #7266ba !important;
    border: 1px solid #7266ba !important;
    color: #ffffff;
}

    .btn-purple.focus, .btn-purple:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(114, 102, 186, 0.5);
        box-shadow: 0 0 0 3px rgba(114, 102, 186, 0.5);
    }

.btn-pink, .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #fb6d9d !important;
    border: 1px solid #fb6d9d !important;
    color: #ffffff;
}

    .btn-pink.focus, .btn-pink:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(251, 109, 157, 0.5);
        box-shadow: 0 0 0 3px rgba(251, 109, 157, 0.5);
    }

.open > .dropdown-toggle.btn-primary.btn-custom,
.open > .dropdown-toggle.btn-success.btn-custom,
.open > .dropdown-toggle.btn-info.btn-custom,
.open > .dropdown-toggle.btn-warning.btn-custom,
.open > .dropdown-toggle.btn-danger.btn-custom,
.open > .dropdown-toggle.btn-default.btn-custom {
    border-width: 2px !important;
    color: #ffffff !important;
}

.open > .dropdown-toggle.btn-white.btn-custom {
    border-width: 2px !important;
}

.btn-custom.btn-default {
    color: #5fbeaa !important;
}

.btn-custom.btn-primary {
    color: #5d9cec !important;
}

.btn-custom.btn-success {
    color: #81c868 !important;
}

.btn-custom.btn-info {
    color: #34d3eb !important;
}

.btn-custom.btn-warning {
    color: #ffbd4a !important;
}

.btn-custom.btn-danger {
    color: #f05050 !important;
}

.btn-custom.btn-inverse {
    color: #4c5667 !important;
}

.btn-custom.btn-purple {
    color: #7266ba !important;
}

.btn-custom.btn-white {
    color: #4c5667 !important;
}

    .btn-custom.btn-white:hover, .btn-custom.btn-white:focus, .btn-custom.btn-white:active {
        color: #4c5667 !important;
        background-color: #f4f8fb !important;
    }

.btn-custom.btn-pink {
    color: #fb6d9d !important;
}

.btn-rounded {
    border-radius: 2em !important;
    padding: 6px 20px;
}

    .btn-rounded .btn-label {
        padding: 7px 15px 7px 20px;
        margin-left: -20px;
    }

    .btn-rounded .btn-label-right {
        margin-right: -20px;
        margin-left: 12px;
    }

.btn-custom {
    -moz-border-radius: 2px;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 400ms ease-in-out;
    background-color: transparent !important;
    border-radius: 5px;
    transition: all 400ms ease-in-out;
    background-clip: inherit;
}

    .btn-custom:hover {
        color: #ffffff !important;
    }

    .btn-custom:focus {
        color: #ffffff !important;
    }

.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px -13px;
    margin-right: 12px;
}

.btn-label-right {
    margin-left: 12px;
    margin-right: -13px;
    border-radius: 0px 3px 3px 0px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bg-background {
    background: #f7f7f7;
}

/* File Upload */
.fileupload {
    overflow: hidden;
    position: relative;
}

    .fileupload input.upload {
        cursor: pointer;
        filter: alpha(opacity=0);
        font-size: 20px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

/* Social Buttons */
.btn-facebook {
    color: #ffffff !important;
    background-color: #3b5998 !important;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #00aced !important;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #007bb6 !important;
}

.btn-dribbble {
    color: #ffffff !important;
    background-color: #ea4c89 !important;
}

.btn-googleplus {
    color: #ffffff !important;
    background-color: #dd4b39 !important;
}

.btn-instagram {
    color: #ffffff !important;
    background-color: #517fa4 !important;
}

.btn-pinterest {
    color: #ffffff !important;
    background-color: #cb2027 !important;
}

.btn-dropbox {
    color: #ffffff !important;
    background-color: #007ee5 !important;
}

.btn-flickr {
    color: #ffffff !important;
    background-color: #ff0084 !important;
}

.btn-tumblr {
    color: #ffffff !important;
    background-color: #32506d !important;
}

.btn-skype {
    color: #ffffff !important;
    background-color: #00aff0 !important;
}

.btn-youtube {
    color: #ffffff !important;
    background-color: #bb0000 !important;
}

.btn-github {
    color: #ffffff !important;
    background-color: #171515 !important;
}

/* =============
   Checkbox and Radios
============= */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5fbeaa;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}

    .checkbox label::before {
        -o-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        background-color: #ffffff;
        border-radius: 3px;
        border: 1px solid #98a6ad;
        content: "";
        display: inline-block;
        height: 17px;
        left: 0;
        margin-left: -17px;
        position: absolute;
        transition: 0.3s ease-in-out;
        width: 17px;
    }

    .checkbox label::after {
        color: #98a6ad;
        display: inline-block;
        font-size: 11px;
        height: 16px;
        left: 0;
        margin-left: -17px;
        padding-left: 3px;
        padding-top: 1px;
        position: absolute;
        top: 0;
        width: 16px;
    }

/*.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}*/
.checkbox input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    left: 24.5px;
    top: 14px;
    width: 15px;
    height: 15px;
}

.check-radio {
    padding: 10px 19px 0px;
    position: relative;
    margin-top: 20px;
}

    .check-radio input[type="checkbox"] {
        left: 3px;
    }

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute;
}

.checkbox.checkbox-single label {
    height: 18px;
    width: 18px;
}

    .checkbox.checkbox-single label:before {
        margin-left: 0;
    }

    .checkbox.checkbox-single label:after {
        margin-left: 0;
    }

.checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #5fbeaa;
    border-color: #5fbeaa;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #5d9cec;
    border-color: #5d9cec;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #f05050;
    border-color: #f05050;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #34d3eb;
    border-color: #34d3eb;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffbd4a;
    border-color: #ffbd4a;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #81c868;
    border-color: #81c868;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #7266ba;
    border-color: #7266ba;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #888888;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ec6525;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #4c5667;
    border-color: #4c5667;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.radio label {
    display: inline-block;
    position: relative;
    font-weight: normal;
    line-height: 21px;
    cursor: pointer;
}


    .radio label::before {
        -o-transition: border 0.5s ease-in-out;
        -webkit-transition: border 0.5s ease-in-out;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px solid #888888;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        transition: border 0.5s ease-in-out;
    }

    .radio label::after {
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -webkit-transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        background-color: #98a6ad;
        border-radius: 50%;
        content: " ";
        display: inline-block;
        position: absolute;
        transform: scale(0, 0);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

.radio-chooseoa {
    position: absolute;
    left: 19px;
    width: 21px;
    height: 21px;
}

.radio input[type="radio"] {
    /*cursor: pointer;
  
    z-index: 0;
    position: absolute;
    left: 9px;
    top: 9px;
    width: 21px;
    height: 21px; 
    cursor: pointer;*/
    cursor: pointer;
    z-index: 0;
    position: absolute;
}

    .radio input[type="radio"]:disabled + label {
        opacity: 0.65;
    }

    .radio input[type="radio"]:focus + label::before, .checkbox input[type="checkbox"]:focus + label::before {
        outline-offset: -2px;
        /* outline: 5px auto -webkit-focus-ring-color;*/
    }


    .radio input[type="radio"]:checked + label::after {
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed;
    }

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}


.radio-custom input[type="radio"] + label::after {
    background-color: #5fbeaa;
}

.radio-custom input[type="radio"]:checked + label::before {
    border-color: #5fbeaa;
}

.radio-custom input[type="radio"]:checked + label::after {
    background-color: #5fbeaa;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffbd4a;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffbd4a;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffbd4a;
}

.radio-success input[type="radio"] + label::after {
    background-color: #81c868;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #81c868;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #81c868;
}

.radio-purple input[type="radio"] + label::after {
    background-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #7266ba;
}

.radio-pink input[type="radio"] + label::after {
    background-color: #fb6d9d;
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #fb6d9d;
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #fb6d9d;
}



/* =============
   Portlets
============= */
.portlet {
    background: #ffffff;
    border: 1px solid rgba(54, 64, 74, 0.05);
    border-radius: 5px;
    margin-bottom: 20px;
    background-clip: padding-box;
}

    .portlet .portlet-heading {
        border-radius: 3px 3px 0 0;
        color: #ffffff;
        padding: 12px 20px;
    }

        .portlet .portlet-heading .portlet-title {
            color: #ffffff;
            float: left;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0;
            margin-top: 5px;
        }

        .portlet .portlet-heading .portlet-widgets {
            display: inline-block;
            float: right;
            font-size: 15px;
            line-height: 30px;
            padding-left: 15px;
            position: relative;
            text-align: right;
        }

            .portlet .portlet-heading .portlet-widgets .divider {
                margin: 0 5px;
            }

            .portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
                content: "\f217" !important;
            }

        .portlet .portlet-heading a {
            color: #999999;
        }

    .portlet .portlet-body {
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        background: #ffffff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 15px;
    }

.portlet-default .portlet-title {
    color: #797979 !important;
}

.portlet .portlet-heading.bg-custom a, .portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
    color: #ffffff;
}

.panel-disabled {
    background: rgba(243, 242, 241, 0.5);
    bottom: 15px;
    left: 0;
    position: absolute;
    right: -5px;
    top: 0;
}

.loader-1 {
    -moz-animation: loaderAnimate 1000ms linear infinite;
    -o-animation: loaderAnimate 1000ms linear infinite;
    -webkit-animation: loaderAnimate 1000ms linear infinite;
    animation: loaderAnimate 1000ms linear infinite;
    clip: rect(0, 30px, 30px, 15px);
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}

    .loader-1:after {
        -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
        -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
        -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
        animation: loaderAnimate2 1000ms ease-in-out infinite;
        border-radius: 50%;
        clip: rect(0, 30px, 30px, 15px);
        content: '';
        height: 30px;
        position: absolute;
        width: 30px;
    }

/* =============
   Progressbars
============= */
.progress {
    -webkit-box-shadow: none !important;
    background-color: #ebeff2;
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.progress.progress-sm {
    height: 5px !important;
}

    .progress.progress-sm .progress-bar {
        font-size: 8px;
        line-height: 5px;
    }

.progress.progress-md {
    height: 15px !important;
}

    .progress.progress-md .progress-bar {
        font-size: 10.8px;
        line-height: 14.4px;
    }

.progress.progress-lg {
    height: 1rem !important;
}

    .progress.progress-lg .progress-bar {
        font-size: 12px;
        line-height: 20px;
    }

.progress-bar-primary {
    background-color: #5d9cec;
}

.progress-bar-success {
    background-color: #81c868;
}

.progress-bar-info {
    background-color: #34d3eb;
}

.progress-bar-warning {
    background-color: #ffbd4a;
}

.progress-bar-danger {
    background-color: #f05050;
}

.progress-bar-inverse {
    background-color: #4c5667;
}

.progress-bar-purple {
    background-color: #7266ba;
}

.progress-bar-pink {
    background-color: #fb6d9d;
}

.progress-bar-custom {
    background-color: #5fbeaa;
}

.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: 5s all;
}

/* Progressbar Vertical */
.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

    .progress-vertical .progress-bar {
        width: 100%;
    }

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

    .progress-vertical-bottom .progress-bar {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
        width: 5px !important;
    }

        .progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
            font-size: 8px;
            line-height: 5px;
        }

    .progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
        width: 15px !important;
    }

        .progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
            font-size: 10.8px;
            line-height: 14.4px;
        }

    .progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
        width: 20px !important;
    }

        .progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
            font-size: 12px;
            line-height: 20px;
        }







































/* =============
   Tables
============= */
.table {
    margin-bottom: 10px;
}

    .table-striped > tbody > tr:nth-of-type(odd),
    .table-hover > tbody > tr:hover,
    .table > thead > tr > td.active,
    .table > tbody > tr > td.active,
    .table > tfoot > tr > td.active,
    .table > thead > tr > th.active,
    .table > tbody > tr > th.active,
    .table > tfoot > tr > th.active,
    .table > thead > tr.active > td,
    .table > tbody > tr.active > td,
    .table > tfoot > tr.active > td,
    .table > thead > tr.active > th,
    .table > tbody > tr.active > th,
    .table > tfoot > tr.active > th {
        /*background-color: #fff !important;*/
    }

.dataTables_scrollHeadInner, .dataTables_scrollHeadInner table {
    min-width: 100% !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table-bordered {
    /* border-color: #ff0000; */
    font-size: 15px !important;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        /*  border-color: #ebeff2; */
        font-size: 15px !important;
    }





















.table-bordered {
    /*border: none;*/
}

    .table-bordered td, .table-bordered th {
        border: none;
    }

.table-dark td, .table-dark th, .table-dark thead th {
    /* border-color: #32383e !important; */
}

.table td, .table th {
    /* border-top: 1px solid #dee2e6; */
}












table tr:first-child {
    border-top: 0;
}

table.focus-on tbody tr.focused th {
    /* background-color: #5fbeaa; */
    color: #ffffff;
}

table.focus-on tbody tr.focused td {
    /*  background-color: #5fbeaa; */
    color: #ffffff;
}

table tr.bdrtop {
    border-top: 1px solid #cccccc;
}

.table-wrapper .btn-toolbar {
    display: block;
}

.table-wrapper .dropdown-menu {
    left: auto;
    right: 0;
}

.sticky-table-header.fixed-solution {
    top: 70px !important;
}

.table-rep-plugin .table-responsive {
    border: none !important;
}

.fixed-table-container tbody .selected td {
    background-color: #F4F8FB;
}

.modal-block {
    background: transparent;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left;
}

/* Data table */
#datatable-editable .actions a {
    padding: 5px;
}

#datatable-editable .form-control {
    background-color: #ffffff;
    width: 100%;
}

#datatable-editable .fa-trash-o {
    color: #f05050;
}

#datatable-editable .fa-times {
    color: #f05050;
}

#datatable-editable .fa-pencil {
    color: #29b6f6;
}

#datatable-editable .fa-save {
    color: #33b86c;
}

#datatable td {
    font-weight: normal;
}

div.dataTables_paginate ul.pagination {
    margin-top: 30px;
}

div.dataTables_info {
    padding-top: 38px;
}

.dt-buttons {
    float: left;
}

div#datatable-buttons_info {
    float: left;
}

#datatable-editable .form-control {
    background-color: #ffffff;
    width: auto;
}

/* Footable */
.footable .form-control {
    border: 1px solid #cfd4d8;
}

.footable .dropdown-menu {
    left: auto;
    right: 0;
}

.footable .checkbox input[type="checkbox"] {
    opacity: 1;
}

.footable .checkbox label::before {
    content: none;
}

.footable .input-group-btn .btn {
    border-radius: 0;
}

.footable .pagination > li > a,
.footable .pagination > li > span {
    color: #36404a;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 5px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus,
.footable .page-item.active .page-link {
    background-color: #5fbeaa;
    border-color: #5fbeaa;
    color: #ffffff;
}

.footable .open > .dropdown-menu {
    display: block;
}

/* Bootstrap Table */
table[data-toggle="table"] {
    display: none;
}

.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
    margin-top: 20px;
}

.fixed-table-container {
    border: 1px solid #ebeff2 !important;
}






    .fixed-table-container thead th .th-inner {
        padding: 9px 12px;
    }

.bootstrap-table .table,
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > td,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td {
    padding: 8px 12px !important;
}

.fixed-table-pagination .pagination a {
    display: block;
    border-radius: 3px;
}

.fixed-table-pagination .page-number.active a {
    color: #ffffff;
}

.fixed-table-pagination .page-list .dropdown-menu a {
    color: #36404a;
    display: block;
}

/* Tablesaw */
.tablesaw-columntoggle-btnwrap .btn-group {
    display: block;
}

.tablesaw thead {
    background: #ebeff2;
    background-image: none;
    border: none;
}

    .tablesaw thead th {
        text-shadow: none;
        letter-spacing: 0.06em;
    }

    .tablesaw thead tr:first-child th {
        padding-top: 1.1em;
        padding-bottom: 0.9em;
    }

    .tablesaw thead tr:first-child th {
        font-weight: 600;
        font-family: inherit;
        border: none;
    }

.tablesaw td,
.tablesaw tbody th {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important;
}

.tablesaw-stack tbody tr,
.tablesaw tbody tr {
    border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    font-family: FontAwesome;
    font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
    font-size: 8px;
    padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
}

    .tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
        background: #ffffff;
    }

    .tablesaw-enhanced .tablesaw-bar .btn:hover,
    .tablesaw-enhanced .tablesaw-bar .btn:focus,
    .tablesaw-enhanced .tablesaw-bar .btn:active {
        color: #5fbeaa !important;
        background-color: #ebeff2;
        outline: none !important;
        box-shadow: none !important;
        background-image: none;
    }

/* Fixed table */
.fixedHeader-floating {
    top: 60px !important;
}

/* Key Table */
table.dataTable th.focus,
table.dataTable td.focus {
    outline: 2px solid #5fbeaa !important;
    outline-offset: -1px;
    background-color: rgba(95, 190, 170, 0.2);
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #5fbeaa;
}

/* ColVid Tables */
div.ColVis {
    float: none;
    margin-right: 30px;
}

button.ColVis_Button,
.ColVis_Button:hover {
    float: none;
    border-radius: 3px;
    outline: none !important;
    background: none;
    box-shadow: none;
    color: #ffffff !important;
    background-color: #5fbeaa !important;
    border: 1px solid #5fbeaa !important;
}

.dataTables_length {
    float: left;
}

div.ColVis_collectionBackground {
    background-color: transparent;
}

ul.ColVis_collection {
    padding: 10px 0px 0px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border: none;
}

    ul.ColVis_collection li {
        background: transparent !important;
        padding: 3px 10px !important;
        border: none !important;
        box-shadow: none !important;
    }

#datatable-colvid_info {
    float: left;
}

/* JsGrid table */
.jsgrid-cell {
    padding: .8em;
}

.jsgrid-selected-row > .jsgrid-cell {
    background: #f2f2f2;
    border-color: #ededed;
}

    .jsgrid-selected-row > .jsgrid-cell .jsgrid-button {
        background-color: rgba(54, 64, 74, 0.1);
    }

.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell {
    background: #f2f2f2;
}

    .jsgrid-edit-row > .jsgrid-cell .jsgrid-button,
    .jsgrid-insert-row > .jsgrid-cell .jsgrid-button {
        background-color: rgba(54, 64, 74, 0.1);
    }

.jsgrid input,
.jsgrid select,
.jsgrid textarea {
    border: 1px solid #e1e1e1;
    padding: .4em .6em;
}

.jsgrid-pager-container {
    margin-top: 10px;
}

.jsgrid-pager-page {
    padding: 0;
    margin: 0 2px;
}

    .jsgrid-pager-page a,
    .jsgrid-pager-current-page {
        background-color: #eee;
        border-radius: 50%;
        height: 24px;
        width: 24px;
        display: inline-block;
        text-align: center;
        line-height: 24px;
        color: #797979;
    }

    .jsgrid-pager-page.jsgrid-pager-current-page {
        background-color: #5fbeaa;
        color: #ffffff;
    }

.jsgrid-pager-nav-button a {
    color: #797979;
    font-weight: 600;
}

    .jsgrid-pager-nav-button a:hover {
        color: #5fbeaa;
    }

.jsgrid .jsgrid-button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("../images/download.png");
    background-color: #eee;
}

    .jsgrid .jsgrid-button:hover {
        opacity: 0.9;
        background-color: rgba(54, 64, 74, 0.2);
    }

.jsgrid-search-mode-button {
    background-position: 0 -295px;
}

.jsgrid-insert-button {
    background-position: 0 -160px;
}

.jsgrid-header-sort:before {
    position: absolute;
}

.jsgrid-header-cell {
    text-align: center !important;
}

/* =============
   Widgets
============= */
/* Widget-box styles */
.widget-box-1 i.inform {
    font-size: 20px;
    cursor: pointer;
}

.widget-box-1 h4 {
    margin-bottom: 5px;
    margin-top: 0;
}

.widget-box-1 h2 {
    margin: 20px;
    font-weight: 600;
}

.widget-box-1 p {
    margin-bottom: 0;
}

.widget-s-1 {
    border-radius: 6px;
}

/* Widget (background-icon) */
.widget-bg-color-icon .bg-icon {
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
}

    .widget-bg-color-icon .bg-icon i {
        font-size: 32px;
        line-height: 80px;
    }

.widget-bg-color-icon .bg-icon-info {
    background-color: rgba(52, 211, 235, 0.2);
    border: 1px solid #34d3eb;
}

.widget-bg-color-icon .bg-icon-primary {
    background-color: rgba(93, 156, 236, 0.2);
    border: 1px solid #5d9cec;
}

.widget-bg-color-icon .bg-icon-pink {
    background-color: rgba(251, 109, 157, 0.2);
    border: 1px solid #fb6d9d;
}

.widget-bg-color-icon .bg-icon-purple {
    background-color: rgba(114, 102, 186, 0.2);
    border: 1px solid #7266ba;
}

.widget-bg-color-icon .bg-icon-success {
    background-color: rgba(129, 200, 104, 0.2);
    border: 1px solid #81c868;
}

.widget-bg-color-icon .bg-icon-custom {
    background-color: rgba(95, 190, 170, 0.2);
    border: 1px solid #5fbeaa;
}

.widget-bg-color-icon .bg-icon-warning {
    background-color: rgba(255, 189, 74, 0.2);
    border: 1px solid #ffbd4a;
}

.widget-bg-color-icon .bg-icon-danger {
    background-color: rgba(240, 80, 80, 0.2);
    border: 1px solid #f05050;
}

.widget-bg-color-icon .bg-icon-inverse {
    background-color: rgba(76, 86, 103, 0.2);
    border: 1px solid #4c5667;
}

.mini-stat-icon {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    float: left;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}

.mini-stat-info {
    padding-top: 2px;
    color: #eeeeee;
}

    .mini-stat-info span {
        color: #ffffff;
        display: block;
        font-size: 24px;
        font-weight: 600;
    }

        .mini-stat-info span.name {
            color: #ffffff;
            display: block;
            font-size: 18px;
            font-weight: 600;
            margin-top: 5px;
        }

.widget-inline {
    padding: 20px 0 !important;
}

    .widget-inline .col-lg-3 {
        padding: 0;
    }

    .widget-inline .widget-inline-box {
        border-right: 1px solid #e3e8f1;
        padding: 20px;
    }

        .widget-inline .widget-inline-box i {
            font-size: 32px;
        }

/* Inbox-widget */
.inbox-widget .inbox-item {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

    .inbox-widget .inbox-item .inbox-item-img {
        display: block;
        float: left;
        margin-right: 15px;
        width: 40px;
    }

    .inbox-widget .inbox-item img {
        width: 40px;
    }

    .inbox-widget .inbox-item .inbox-item-author {
        color: #333333;
        display: block;
        margin: 0;
    }

    .inbox-widget .inbox-item .inbox-item-text {
        color: #a0a0a0;
        display: block;
        font-size: 12px;
        margin: 0;
    }

    .inbox-widget .inbox-item .inbox-item-date {
        color: #a9a9a9;
        font-size: 11px;
        position: absolute;
        right: 7px;
        top: 2px;
    }

.options-payment {
    display: none;
}
/* Chat widget */
.conversation-list {
    list-style: none;
    height: 332px;
    padding: 0 20px;
}

    .conversation-list li {
        margin-bottom: 24px;
    }

    .conversation-list .chat-avatar {
        float: left;
        text-align: center;
        width: 42px;
    }

        .conversation-list .chat-avatar img {
            border-radius: 100%;
            width: 100%;
        }

        .conversation-list .chat-avatar i {
            font-size: 12px;
            font-style: normal;
        }

    .conversation-list .ctext-wrap {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #f4f8fb;
        border-radius: 3px;
        display: inline-block;
        padding: 12px;
        position: relative;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

        .conversation-list .ctext-wrap i {
            color: #1a2942;
            display: block;
            font-size: 12px;
            font-style: normal;
            font-weight: bold;
            position: relative;
        }

        .conversation-list .ctext-wrap p {
            margin: 0;
            padding-top: 3px;
        }

        .conversation-list .ctext-wrap:after {
            right: 100%;
            top: 0;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #f4f8fb;
            border-width: 8px;
            margin-left: -1px;
            border-right-color: #f4f8fb;
        }

    .conversation-list .conversation-text {
        float: left;
        font-size: 12px;
        margin-left: 12px;
        width: 70%;
    }

    .conversation-list .odd .chat-avatar {
        float: right !important;
    }

    .conversation-list .odd .conversation-text {
        float: right !important;
        margin-right: 12px;
        text-align: right;
        width: 70% !important;
    }

    .conversation-list .odd .ctext-wrap:after {
        border-color: rgba(238, 238, 242, 0) !important;
        border-left-color: #f4f8fb !important;
        border-top-color: #f4f8fb !important;
        left: 100% !important;
        margin-right: -1px;
    }

.chat-send button {
    width: 100%;
}

/* Todos widget */
#todo-message {
    font-size: 16px;
}

.todo-list li {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 10px 5px;
    color: #98a6ad;
    display: block;
}

    .todo-list li:last-of-type {
        border-bottom: none;
    }

/* Chat app */
.chat-app-list {
    padding: 0 20px;
}

    .chat-app-list .list-group-item {
        background: transparent;
    }

.chat-ready .conversation-list {
    max-height: 800px;
}

.chat-ready .spinner {
    width: 70px;
    text-align: center;
}

    .chat-ready .spinner > div {
        width: 10px;
        height: 10px;
        background-color: #E3E3E3;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .chat-ready .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .chat-ready .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Widget-chart */
.widget-chart ul li {
    width: 31.5%;
    display: inline-block;
    padding: 0;
}

.widget-panel {
    padding: 30px 20px;
    padding-left: 30px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
}

    .widget-panel i {
        font-size: 60px;
        padding: 30px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        line-height: 60px;
    }

.widget-style-2 i {
    background: rgba(244, 248, 251, 0.6) !important;
    font-size: 48px;
    padding: 30px 40px;
}

/* Google maps widget*/
.gmap iframe {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.gmap-info:before {
    color: #333333;
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 35px;
    left: 10px;
    position: absolute;
    top: 8px;
}

.gmap-info {
    float: left;
    padding: 0 20px 0 50px;
    position: relative;
}

.gmap-buttons {
    float: right;
    margin-top: 28px;
}

    .gmap-buttons .btn {
        margin-left: 3px;
    }

/* Google maps ends */
/* Table with Action */
.table-actions-bar tr td {
    vertical-align: middle !important;
}

.table-actions-bar .table-action-btn {
    color: #98a6ad;
    display: inline-block;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
}

    .table-actions-bar .table-action-btn:hover {
        color: #5fbeaa;
        border-color: #5fbeaa;
    }

/* Transaction */
.transaction-list li {
    padding: 7px 0;
    border-bottom: 1px solid #ebeff2;
    clear: both;
    position: relative;
}

.transaction-list i {
    width: 20px;
    position: absolute;
    top: 10px;
    font-size: 12px;
}

.transaction-list .tran-text {
    padding-left: 25px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 115px;
}

.transaction-list .tran-price {
    margin-left: 30px;
}

/* Friend list */
.friend-list a {
    margin: 5px;
    display: inline-block;
}

.friend-list .extra-number {
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    color: #98a6ad;
    font-weight: 700;
    background-color: #ebeff2;
    border-radius: 50%;
    border: 1px solid #98a6ad;
}

/* Profile widget */
.profile-widget .bg-profile {
    height: 125px;
}

.profile-widget .img-thumbnail {
    margin-top: -42px;
    border: none;
}

.profile-widget .widget-list {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 30px;
}

    .profile-widget .widget-list span {
        display: block;
        font-weight: bold;
        font-size: 18px;
    }

/*  Bar widget */
.bar-widget .iconbox {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 20px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

    .bar-widget .iconbox i {
        line-height: 50px;
        font-size: 20px;
    }

/* Social type widgets */
.widget-profile-one .card-box {
    border-radius: 0;
}

    .widget-profile-one .card-box:first-of-type {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }

    .widget-profile-one .card-box:last-of-type {
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

.social-feed-box h3 {
    font-size: 18px;
    font-style: italic;
}

.widget-box-two {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.social-feed-slider {
    padding-bottom: 50px;
}

    .social-feed-slider .carousel-indicators {
        bottom: 0;
    }

.pro-widget-img {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    padding: 70px 0;
    background-size: cover;
    background: url("../images/big/bg.jpg") center right no-repeat;
}

/* Blog styles */
.blog-box-one {
    margin-bottom: 20px;
}

    .blog-box-one .cover-wrapper {
        overflow: hidden;
        width: 100%;
        position: relative;
        z-index: 1;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }

        .blog-box-one .cover-wrapper img {
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            border-top-left-radius: 4px !important;
            border-top-right-radius: 4px !important;
        }

        .blog-box-one .cover-wrapper:hover img {
            -ms-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

    .blog-box-one .post-info {
        background-color: #ffffff;
        padding: 20px;
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

        .blog-box-one .post-info .date {
            float: left;
            border-bottom: 3px solid #71b6f9;
        }

.post-info .date .day {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    line-height: 22px;
}

.post-info .date .month {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.blog-box-one .meta {
    padding-left: 0;
}

.blog-box-one .post-info .meta-container {
    padding-left: 55px;
}

.blog-box-one .post-info p {
    margin-top: 15px;
}

.blog-widget-action a {
    color: #98a6ad;
    display: inline-block;
    margin-right: 10px;
}

/* =============
   Form Advanced
============= */
.error {
    color: #f05050;
    font-size: 12px;
    font-weight: 500;
}

/* Form validation */
.parsley-error {
    border-color: #f05050 !important;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

    .parsley-errors-list.filled {
        display: block;
    }

    .parsley-errors-list > li {
        font-size: 12px;
        list-style: none;
        color: #f6504d;
    }

/* Datepicker */
.datepicker {
    padding: 8px;
}

    .datepicker th {
        font-size: 14px !important;
    }

    .datepicker > div {
        display: inherit;
    }

    .datepicker table tr td.today, .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.selected, .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
    .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;
    }

        .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: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.disabled, .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #5fbeaa;
        }

    .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-color: #5fbeaa !important;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
    }

    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
        background-color: #fafafa;
    }

.datepicker-inline {
    border: 2px solid #eeeeee;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #5d9cec;
    border-color: #5d9cec;
}

.daterangepicker .input-mini.active {
    border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
    border-radius: 2px;
    color: #36404a;
    font-weight: 600;
    font-size: 12px;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    border: 1px solid #e3e3e3;
    padding: 2px;
    width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background-color: #cacaca;
    border: 1px solid #cacaca;
    color: #ffffff;
}

.search-input {
    margin-bottom: 10px;
}

.ms-selectable {
    box-shadow: none;
    outline: none !important;
}

.ms-container .ms-list.ms-focus {
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #5d9cec;
}

.ms-container .ms-selection li.ms-hover {
    background-color: #5d9cec;
}

/* Summernote editor */
.note-btn-group .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .note-btn-group .dropdown-menu > li > a:hover {
        color: #5fbeaa;
    }

.note-image-popover, .note-air-popover, .note-link-popover {
    display: none;
}

    .note-image-popover .dropdown-toggle::after, .note-air-popover .dropdown-toggle::after, .note-link-popover .dropdown-toggle::after {
        margin-left: 0;
    }

.note-icon-caret {
    display: none;
}

.note-popover .popover-content .note-color .dropdown-toggle,
.note-editor .panel-heading.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 1px;
}

.note-editor {
    position: relative;
}

    .note-editor .note-toolbar {
        background-color: #f4f8fb;
        border-bottom: 1px solid #eeeeee;
        margin: 0;
    }

    .note-editor .note-statusbar {
        background-color: #ffffff;
    }

        .note-editor .note-statusbar .note-resizebar {
            border-top: none;
            height: 15px;
            padding-top: 3px;
        }

    .note-editor.note-frame {
        border: 1px solid #eeeeee !important;
    }

.note-popover .popover .popover-content {
    padding: 5px 0 10px 5px;
}

.note-toolbar {
    padding: 5px 0 10px 5px;
}

.code-edit-wrap {
    padding: 0 !important;
}

.cm-s-ambiance .CodeMirror-linenumber {
    color: #bcbcbc;
}

.cm-s-ambiance .CodeMirror-gutters {
    background-color: #4c5667 !important;
    box-shadow: none;
}

.cm-s-ambiance.CodeMirror {
    background-color: #4c5667 !important;
    box-shadow: none;
}

/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: #5d9cec;
    text-decoration: none;
}

.editor-horizontal .popover-content {
    padding: 9px 30px;
}

/* Bootstrap select */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.bootstrap-select .check-mark::after {
    content: "\f299";
    font-family: "Material Design Iconic Font";
}

.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 0;
}

/* Dropzone */
.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 6px;
}

    .dropzone .dz-message {
        font-size: 30px;
    }

/* X-Editable */
.editable-click, a.editable-click, a.editable-click:hover {
    border: none;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions {
    border: 1px solid #f9f9f9;
    background: #ffffff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: rgba(152, 166, 173, 0.3);
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #36404a;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #36404a;
        display: block;
    }

/* Image crop */
.img-container,
.img-preview {
    background-color: #f7f7f7;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.img-container {
    min-height: 200px;
    max-height: 466px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .img-container {
        min-height: 466px;
    }
}

.img-container > img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -15px;
    margin-bottom: 10px;
}

.img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .img-preview > img {
        max-width: 100%;
    }

#showDataURL img {
    width: 100%;
}

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
    box-shadow: none;
    padding: 3px 7px 6px;
    border: 1px solid #e3e3e3;
}

    .bootstrap-tagsinput .label-info {
        background-color: #5fbeaa !important;
        display: inline-block;
        padding: 5px;
    }

/* Multiple */
.ms-container {
    background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
}

    .ms-container .ms-list {
        box-shadow: none;
        border: 1px solid #e3e3e3;
    }

        .ms-container .ms-list.ms-focus {
            box-shadow: none;
            border: 1px solid #aaaaaa;
        }

    .ms-container .ms-selectable li.ms-elem-selectable {
        border: none;
        padding: 5px 10px;
    }

    .ms-container .ms-selection li.ms-elem-selection {
        border: none;
        padding: 5px 10px;
    }

/* Select 2 */
.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        border: 1px solid #E3E3E3 !important;
        height: 38px !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 36px !important;
            padding-left: 12px !important;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            height: 34px;
            width: 34px;
            right: 3px;
        }

            .select2-container .select2-selection--single .select2-selection__arrow b {
                border-color: #999 transparent transparent transparent;
                border-width: 6px 6px 0 6px;
            }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5fbeaa;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid #e3e3e3 !important;
    padding-top: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
    border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #e3e3e3 !important;
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: 2px 10px;
    }

    .select2-container .select2-selection--multiple .select2-search__field {
        margin-top: 7px;
        border: 0 !important;
    }

    .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 1px;
        padding: 0 7px;
    }

/* Bootstrap-select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .glyphicon {
    padding-right: 6px;
}

/* Bootstrap filestyle */
.icon-span-filestyle {
    padding-right: 5px;
}

.group-span-filestyle.input-group-btn label {
    margin-bottom: 0;
}

/* Bootstrap Touchspin 
.bootstrap-touchspin .input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #36404a;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid rgba(54, 64, 74, 0.15);
}

.bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.bootstrap-touchspin .input-group .form-control:not(:first-child), .bootstrap-touchspin .input-group-addon:not(:first-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .dropdown-toggle, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap-touchspin .input-group .form-control:not(:last-child), .bootstrap-touchspin .input-group-addon:not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* == Bootstrap Switch == */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #5d9cec;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    background: #34d3eb;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background: #81c868;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #ffbd4a;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background: #f05050;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: #eeeeee;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #98a6ad;
    box-shadow: none;
}

*/
/* == X editable == */
.editable-checklist label {
    display: block !important;
}

/* Wizard */
.wizard > .content {
    background: #ffffff;
    min-height: 240px;
    padding: 20px;
}

    .wizard > .content > .body {
        padding: 0;
        position: relative;
    }

        .wizard > .content > .body input {
            border: 1px solid #E3E3E3;
        }

        .wizard > .content > .body ul > li {
            display: block;
            line-height: 30px;
        }

        .wizard > .content > .body label.error {
            color: #f05050;
            margin-left: 0;
        }

        .wizard > .content > .body label {
            display: inline-block;
            margin-top: 10px;
        }

.wizard > .steps .number {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}

.wizard > .steps .disabled a {
    background: #ffffff;
    color: #333333;
    cursor: default;
    border: 1px solid #eaeaea;
}

    .wizard > .steps .disabled a:hover {
        background: #f9f9f9;
        color: #333333;
        cursor: default;
        border: 1px solid #eaeaea;
    }

    .wizard > .steps .disabled a:active {
        background: #f9f9f9;
        color: #333333;
        cursor: default;
        border: 1px solid #eaeaea;
    }

.wizard > .steps .current a {
    background: #5fbeaa;
}

    .wizard > .steps .current a:hover {
        background: #5fbeaa;
    }

        .wizard > .steps .current a:hover .number {
            color: #ffffff;
        }

    .wizard > .steps .current a:active {
        background: #5fbeaa;
    }

        .wizard > .steps .current a:active .number {
            color: #ffffff;
        }

    .wizard > .steps .current a .number {
        color: #ffffff;
    }

.wizard > .steps .done a {
    background: #7a8c9a;
}

    .wizard > .steps .done a:hover {
        background: #7a8c9a;
    }

    .wizard > .steps .done a:active {
        background: #7a8c9a;
    }

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
    border-radius: 2px;
}

.wizard > .actions a {
    background: #5fbeaa;
    border-radius: 2px;
    color: #ffffff;
}

    .wizard > .actions a:hover {
        background: #5fbeaa;
        border-radius: 2px;
        color: #ffffff;
    }

    .wizard > .actions a:active {
        background: #5fbeaa;
        border-radius: 2px;
        color: #ffffff;
    }

.wizard > .actions .disabled a {
    background: #ffffff;
    color: #333333;
    cursor: default;
    border: 1px solid #eaeaea;
}

    .wizard > .actions .disabled a:hover {
        background: #f9f9f9;
        color: #333333;
        cursor: default;
        border: 1px solid #eaeaea;
    }

    .wizard > .actions .disabled a:active {
        background: #f9f9f9;
        color: #333333;
        cursor: default;
        border: 1px solid #eaeaea;
    }

/* =============
   Calendar
============= */
.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px;
}

    .fc-toolbar h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase;
    }

.fc-day {
    background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc-widget-header {
    border: 1px solid #ebeff2;
}

.fc-widget-content {
    border: 1px solid #ebeff2;
}

.fc th.fc-widget-header {
    background: #ebeff2;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc-button {
    background: #ffffff;
    border: 1px solid #ebeff2;
    color: #555555;
    text-transform: capitalize;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #F5F5F5;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #ffffff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.external-event {
    color: #ffffff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
    font-size: 14px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 5px;
}

.fc-basic-view .fc-content {
    color: #ffffff;
}

/* Wysiwig */
.mce-content-body p {
    color: #9398a0;
    font-size: 14px;
    font-weight: 300;
}

.mce-popover .mce-arrow:after {
    border-bottom-color: red;
}

.mce-popover .mce-colorbutton-grid {
    margin: 0;
    border: 1px solid #d7dce5 !important;
    padding: 4px;
}

.mce-reset .mce-window-head {
    border-bottom: 1px solid #d7dce5;
}

    .mce-reset .mce-window-head .mce-title {
        color: #707780;
        font-size: 16px;
        font-weight: 400;
    }

.mce-reset .mce-textbox {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    border-color: #d7dce5;
    height: 30px;
    font-weight: 300;
    line-height: 30px;
    color: #aaaaaa;
    font-size: 14px;
}

    .mce-reset .mce-textbox:focus {
        box-shadow: none;
        border-color: #5fbeaa;
    }

.mce-reset .mce-checkbox .mce-ico {
    background-image: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #d7dce5;
}

.mce-reset .mce-checkbox .mce-label {
    color: #707780;
    font-size: 12px;
    font-weight: 400;
}

.mce-container {
    border-radius: 0 !important;
    border-width: 0 !important;
}

    .mce-container .mce-menubar {
        background-color: #f2f4f7 !important;
        border: 1px solid #d7dce5 !important;
        padding: 2px;
    }

        .mce-container .mce-menubar .mce-btn button span {
            color: #707780;
            font-size: 14px;
            font-weight: 400;
            text-transform: capitalize;
        }

        .mce-container .mce-menubar .mce-btn button .mce-caret {
            border-top-color: #707780;
        }

        .mce-container .mce-menubar .mce-btn button:hover {
            background-color: #e8ebf1;
        }

        .mce-container .mce-menubar .mce-btn.mce-active button {
            background-color: #e8ebf1;
        }

    .mce-container .mce-btn {
        background-color: #d7dce5;
        background-image: none;
        outline: 0;
        border: 0;
        border-radius: 0;
    }

        .mce-container .mce-btn button {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            text-shadow: none;
        }

        .mce-container .mce-btn:hover {
            background-color: #b8c1d1;
            background-image: none;
        }

    .mce-container .mce-primary {
        background-color: #5fbeaa;
        background-image: none;
        outline: 0;
        border: 0;
        border-radius: 0;
    }

        .mce-container .mce-primary button {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            text-shadow: none;
        }

        .mce-container .mce-primary:hover {
            background-color: #0c7cd5;
            background-image: none;
        }

    .mce-container .mce-toolbar-grp {
        background-color: #f2f4f7 !important;
        border: 1px solid #d7dce5 !important;
        border-top-width: 0 !important;
        padding: 6px;
    }

    .mce-container .mce-edit-area {
        border: 1px solid #d7dce5 !important;
        border-width: 0px 1px !important;
    }

    .mce-container .mce-statusbar {
        background-color: #f2f4f7 !important;
        border: 1px solid #d7dce5 !important;
    }

        .mce-container .mce-statusbar .mce-path .mce-path-item {
            color: #707780;
            font-size: 14px;
            font-weight: 400;
        }

    .mce-container .mce-widget {
        color: #9398a0;
        font-size: 14px;
        font-weight: 400;
        border-left: 1px solid transparent;
    }

    .mce-container .mce-btn-group {
        border: 1px solid #e9ecf2 !important;
    }

        .mce-container .mce-btn-group .mce-btn {
            box-shadow: none;
            background-image: none;
            background-color: #ffffff;
            border-width: 0;
            border-radius: 0 !important;
        }

            .mce-container .mce-btn-group .mce-btn:hover,
            .mce-container .mce-btn-group .mce-btn:focus {
                box-shadow: none;
                background-image: none;
                background-color: #ffffff;
            }

            .mce-container .mce-btn-group .mce-btn button span {
                color: #707780;
                font-size: 14px;
                font-weight: 300;
            }

            .mce-container .mce-btn-group .mce-btn button .mce-caret {
                color: #707780;
                font-size: 14px;
            }

    .mce-container .mce-ico {
        color: #707780;
        font-size: 14px;
    }

    .mce-container .mce-panel {
        background-image: none;
    }

    .mce-container.mce-menu {
        border: 1px solid #d7dce5 !important;
    }

        .mce-container.mce-menu .mce-menu-item {
            background-image: none;
        }

            .mce-container.mce-menu .mce-menu-item .mce-ico {
                color: #5fbeaa;
                font-size: 14px;
            }

            .mce-container.mce-menu .mce-menu-item .mce-text {
                color: #707780;
                font-size: 14px;
                font-weight: 400;
                text-transform: capitalize;
            }

            .mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
                color: #aaaaaa;
                font-size: 12px;
                font-weight: 300;
                text-transform: capitalize;
            }

            .mce-container.mce-menu .mce-menu-item:hover,
            .mce-container.mce-menu .mce-menu-item:focus,
            .mce-container.mce-menu .mce-menu-item.mce-selected {
                background-color: #5fbeaa;
            }

                .mce-container.mce-menu .mce-menu-item:hover .mce-ico,
                .mce-container.mce-menu .mce-menu-item:focus .mce-ico,
                .mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
                .mce-container.mce-menu .mce-menu-item:hover .mce-text,
                .mce-container.mce-menu .mce-menu-item:focus .mce-text,
                .mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
                .mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
                .mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
                .mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
                    color: #ffffff;
                }

            .mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
            .mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
            .mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
                color: #aaaaaa;
            }

            .mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
            .mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
            .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
                background-color: #d7dce5;
            }

                .mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
                .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
                .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
                .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
                    color: #ffffff;
                }

        .mce-container.mce-menu .mce-menu-item-sep {
            background-color: #d7dce5;
        }

            .mce-container.mce-menu .mce-menu-item-sep:hover {
                background-color: #d7dce5;
            }

.mce-menubtn button {
    color: #36404a !important;
}

.mce-menu-item-normal.mce-active {
    background-color: #5fbeaa !important;
}

    .mce-menu-item-normal.mce-active .mce-text {
        color: #ffffff !important;
    }

/* =============
   Notification
============= 
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}

.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}

.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}

.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}
*/
/* =============
   Bootstrap Range slider
============= 
.slider .slider-horizontal {
  margin: 10px 0;
}

.slider .slider-vertical {
  margin: 0 10px;
}

.slider-handle.round {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #EFF2F7;
  background: #fff;
  cursor: pointer;
}

.slider-default .slider-selection {
  background-image: none;
  background-color: #909aa0;
}

.slider-primary .slider-selection {
  background-image: none;
  background-color: #5d9cec;
}

.slider-success .slider-selection {
  background-image: none;
  background-color: #81c868;
}

.slider-info .slider-selection {
  background-image: none;
  background-color: #34d3eb;
}

.slider-warning .slider-selection {
  background-image: none;
  background-color: #ffbd4a;
}

.slider-danger .slider-selection {
  background-image: none;
  background-color: #f05050;
}

.slider-custom .slider-selection {
  background-image: none;
  background-color: #5fbeaa;
}

.slider-pink .slider-selection {
  background-image: none;
  background-color: #fb6d9d;
}

.slider-purple .slider-selection {
  background-image: none;
  background-color: #7266ba;
}

.slider-inverse .slider-selection {
  background-image: none;
  background-color: #4c5667;
}
*/
/* =========== */
/* Sweet Alert */
/* =========== 
.sweet-alert p {
  font-size: 14px;
  line-height: 22px;
}

.sweet-alert .icon.success .placeholder {
  border: 4px solid rgba(129, 200, 104, 0.3);
}

.sweet-alert .icon.success .line {
  background-color: #81c868;
}

.sweet-alert .icon.warning {
  border-color: #ffbd4a;
}

.sweet-alert .icon.info {
  border-color: #34d3eb;
}

.sweet-alert .btn-warning:focus, .sweet-alert .btn-info:focus, .sweet-alert .btn-success:focus, .sweet-alert .btn-danger:focus, .sweet-alert .btn-default:focus {
  box-shadow: none;
}

.sweet-alert .btn-lg {
  font-size: 15px !important;
}
*/
/* =========== */
/* Sweet Alert 2*/
/* =========== 
.swal2-modal .swal2-title {
  font-size: 28px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #98a6ad;
  font-size: 16px;
  box-shadow: none !important;
}

.swal2-icon.swal2-question {
  color: #5fbeaa;
  border-color: #5fbeaa;
}

.swal2-icon.swal2-success {
  border-color: #81c868;
}

.swal2-icon.swal2-success .line {
  background-color: #81c868;
}

.swal2-icon.swal2-success .placeholder {
  border-color: #81c868;
}

.swal2-icon.swal2-warning {
  color: #ffbd4a;
  border-color: #ffbd4a;
}

.swal2-icon.swal2-error {
  border-color: #f05050;
}

.swal2-icon.swal2-error .line {
  background-color: #f05050;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #5fbeaa;
}
*/
/* =============
   Charts
============= */
/* Morris chart 
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #36404a;
  border: none;
  color: #ffffff !important;
}

.morris-hover.morris-default-style .morris-hover-point {
  color: #f4f8fb !important;
}

.chart-detail-list li {
  margin: 0 10px;
}

.chart-detail-list li h5 {
  font-size: 15px;
}

.pieLabel div {
  font-size: 14px !important;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #36404a;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

#flotTip {
  padding: 8px 12px;
  background-color: #36404a;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.legend tr {
  height: 20px;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
}
*/
/* Sparkline chart 
.jqstooltip {
  background-color: #36404a !important;
  padding: 5px 10px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #36404a !important;
}

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
}
*/
/* C3 chart 
.c3-tooltip td > span {
  background: #36404a;
}

.c3-tooltip td {
  border-left: none;
}

.c3-tooltip {
  box-shadow: 0 0 8px 0 #777;
  opacity: 1;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #36404a;
}
*/
/* Chartist chart 
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  height: 300px;
}

.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #5d9cec;
}

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #fb6d9d;
}

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #34d3eb;
}

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #5fbeaa;
}

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #36404a;
}

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #7266ba;
}

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #81c868;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #5d9cec;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #fb6d9d;
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #34d3eb;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #5fbeaa;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #36404a;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}
*/

/* Circliful charts */
.circliful-chart {
    margin: 0 auto;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    font-size: 12px;
    font-weight: 600;
}

/* Ricksaw Charts */
#legend {
    background: white;
    position: absolute;
    top: 0;
    right: 15px;
}

    #legend .line {
        color: #333;
    }

.rickshaw_graph svg {
    max-width: 100%;
}

.rickshaw_legend .label {
    font-family: inherit;
    letter-spacing: 0.01em;
    font-weight: 600;
}

/* =============
   Count Down
============= */
.home-wrapper {
    margin: 10% 0;
}

.home-text {
    font-weight: 600;
}

.u-countdown {
    margin-top: 40px;
    text-align: center;
}

    .u-countdown div {
        display: inline-block;
    }

        .u-countdown div span {
            display: block;
            width: 150px;
        }

            .u-countdown div span:first-child {
                font-size: 3em;
                font-weight: 700;
                height: 48px;
                line-height: 48px;
            }

            .u-countdown div span:last-child {
                color: #333333;
                font-size: 0.9em;
                height: 25px;
                line-height: 25px;
            }

    .u-countdown > * {
        text-align: center;
    }

.cd-text {
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
}

/* =============
   Timeline
============= */
.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .cd-container::after {
        content: '';
        display: table;
        clear: both;
    }

#cd-timeline {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 2em 0;
    position: relative;
}

    #cd-timeline::before {
        background: #ffffff;
        content: '';
        height: 100%;
        left: 18px;
        position: absolute;
        top: 0;
        width: 4px;
    }

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-bottom: 3em;
        margin-top: 3em;
    }

        #cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }
}

.cd-timeline-block {
    margin: 2em 0;
    position: relative;
}

    .cd-timeline-block:after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.btn-report1 {
    width: 270px;
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

    .cd-timeline-img.cd-success {
        background: #81c868;
    }

    .cd-timeline-img.cd-info {
        background: #34d3eb;
    }

    .cd-timeline-img.cd-pink {
        background: #fb6d9d;
    }

    .cd-timeline-img.cd-danger {
        background: #f05050;
    }

    .cd-timeline-img.cd-primary {
        background: #5d9cec;
    }

    .cd-timeline-img.cd-warning {
        background: #ffbd4a;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

.cd-timeline-content {
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    margin-left: 60px;
    padding: 1em;
    position: relative;
}

    .cd-timeline-content img {
        display: block;
        width: 100%;
    }

    .cd-timeline-content:after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-timeline-content h2 {
        margin-top: 0;
    }

    .cd-timeline-content p {
        color: #666666;
        font-size: 14px;
        margin: 10px 0 10px 0;
    }

    .cd-timeline-content .cd-read-more {
        background: #acb7c0;
        border-radius: 0.25em;
        color: white;
        display: inline-block;
        float: right;
        font-size: 14px;
        padding: .8em 1em;
    }

    .cd-timeline-content .cd-date {
        display: inline-block;
        font-size: 14px;
    }

    .cd-timeline-content h3 {
        font-size: 21px;
        margin: 0;
    }

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }

        .cd-timeline-content .cd-read-more {
            float: left;
        }

        .cd-timeline-content .cd-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
        }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: white;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
            float: right;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

/* Time line 2 
.timeline-2 {
  border-left: 2px solid #98a6ad;
  position: relative;
}

.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #98a6ad;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item {
  border-color: #dee5e7;
  padding-bottom: 1px;
  position: relative;
}

.time-item:before {
  content: " ";
  display: table;
}

.time-item:after {
  background-color: #ffffff;
  border-color: #98a6ad;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.item-info p {
  margin-bottom: 10px !important;
}
*/
/* =============
   Email
============= 
.mails a {
  color: #797979;
}

.mails td {
  vertical-align: middle !important;
  position: relative;
}

.mails td:last-of-type {
  width: 100px;
  padding-right: 20px;
}

.mails tr:hover .text-white {
  display: none;
}

.mails .mail-select {
  padding: 12px 20px;
  min-width: 134px;
}

.mails .checkbox {
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
  height: 17px;
}

.mails .checkbox label {
  min-height: 16px;
}

.mail-list .list-group-item {
  background-color: transparent;
  color: #36404a;
}

.mail-list .list-group-item:hover {
  background-color: #f4f8fb;
}

.mail-list .list-group-item:focus {
  background-color: #f4f8fb;
}

.mail-list .list-group-item.active {
  color: #f05050;
}
*/
.unread a {
    font-weight: 600;
    color: #444444;
}

/* =============
   Gallery
=============
.port {
  padding-bottom: 20px;
}

.portfolioFilter a {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.portfolioFilter a:hover {
  background-color: #5d9cec;
  color: #ffffff;
}

.portfolioFilter a.current {
  background-color: #5d9cec;
  color: #ffffff;
}

.gallery-second a {
  box-shadow: none !important;
  font-weight: 600;
}

.gallery-second a:hover {
  background-color: transparent;
  color: #5d9cec;
}
*/
.thumb {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%;
}

.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}

.gal-detail h4 {
    margin-top: 16px;
}

.nbp-order-table-div, .centralised-order-table-div, .order-summary-table-div {
    width: 1000px;
    margin: auto;
    padding: 16px 30px 5px 30px;
    margin: 10px auto 0 auto;
    background: #ffffff;
    border: 1px solid #d6d4d4;
}

.nbp-order-left {
    width: 66%;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.nbp-order-right {
    width: 33%;
    display: inline-block;
    margin-bottom: 8px;
    float: right;
}

.nbp-order-left1 {
    width: 54%;
    float: left;
    margin-bottom: 10px;
}

.nbp-order-right1 {
    width: 45%;
    float: right;
}

.nbp-payment-td {
    width: 45%;
}
/* Gallery Second 
.portfolio-masonry-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 20px;
}

.portfolio-masonry-box .portfolio-masonry-img {
  position: relative;
  overflow: hidden;
}

.portfolio-masonry-box .portfolio-masonry-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-masonry-box .portfolio-masonry-img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.portfolio-masonry-box .portfolio-masonry-detail {
  opacity: 0;
  width: 100%;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-masonry-box .portfolio-masonry-detail h4 {
  margin-bottom: 3px;
  color: #ffffff !important;
  font-weight: bold;
}

.portfolio-masonry-box .portfolio-masonry-detail p {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 12px;
}

.portfolio-masonry-box:hover .portfolio-masonry-detail {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
  opacity: 1;
}

.portfolio-masonry-box:hover .portfolio-masonry-img:after {
  background: rgba(54, 64, 74, 0.7);
}

.portfolio-masonry-box:hover .portfolio-masonry-img > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
*/

/* =============
   Maintenance
============= */
.icon-main {
    font-size: 88px;
    margin-bottom: 50px;
}

.maintenance-page {
    margin: 10% 0;
}

/* =============
   Maps
============= 
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #5d9cec;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #5d9cec;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #5d9cec;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

*/

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
    background: #f4f8fb;
    border: none;
    padding: 8px 16px;
    height: auto;
    font-weight: 600;
    border-radius: 3px;
}

    .custom-dd .dd-list .dd-item .dd-handle:hover {
        color: #5fbeaa;
    }

.custom-dd .dd-list .dd-item button {
    height: auto;
    font-size: 17px;
    margin: 8px auto;
    color: #555555;
    width: 30px;
}

.custom-dd-empty .dd-list .dd3-handle {
    border: none;
    background: #f4f8fb;
    height: 36px;
    width: 36px;
}

    .custom-dd-empty .dd-list .dd3-handle:before {
        color: inherit;
        top: 7px;
    }

    .custom-dd-empty .dd-list .dd3-handle:hover {
        color: #5fbeaa;
    }

.custom-dd-empty .dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: #f4f8fb;
    font-weight: 600;
}

    .custom-dd-empty .dd-list .dd3-content:hover {
        color: #5fbeaa;
    }

.custom-dd-empty .dd-list button {
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
}

/* =============
   Pricing
============= 
.pricing-plan {
  padding-bottom: 50px;
}

.price_card {
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  background: #fafafa;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.price_card .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
}

.price_card button {
  margin-top: 20px;
}

.pricing-header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
}

.price {
  display: block;
  font-size: 48px;
  font-weight: 300;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%;
}

.price-features {
  color: #8a8a8a;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.price-features li {
  margin: 0 35px;
  padding: 20px 15px;
}

.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}

.pricing-item-inner {
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  border-radius: 7px;
  border: 2px solid rgba(151, 160, 175, 0.2);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  vertical-align: middle;
}

.pricing-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}

.pricing-icon {
  font-size: 32px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.pricing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.pr-list {
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  margin: 0 -20px 30px;
  padding: 0;
  text-transform: uppercase;
}

.pr-list li {
  list-style: none;
  padding: 12px 20px;
}

.pricing-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.pricing-num sup {
  font-size: 18px;
  font-weight: 400;
  left: -3px;
  margin-left: -7px;
  position: relative;
  top: -20px;
}

.pr-per {
  color: #97a0af;
  font-size: 12px;
}

.pr- {
  margin-top: 30px;
}
*/

/* =============
   Profile
============= */
.profile-detail {
    text-align: center;
    padding: 30px 20px;
}

    .profile-detail img {
        height: 120px;
        width: 120px;
    }

    .profile-detail .status-list li {
        padding: 0 20px;
    }

.profile-tabs li a {
    color: #36404a !important;
}

.profile-tabs li.active a {
    color: #ffffff !important;
}

.profile-pills li a {
    color: rgba(54, 64, 74, 0.5) !important;
    padding: 0 10px;
    line-height: 30px !important;
}

    .profile-pills li a i {
        font-size: 14px;
    }

.comment {
    padding-top: 12px;
}

    .comment .comment-avatar {
        position: relative;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        display: block;
        float: left;
        height: 32px;
        width: 32px;
    }

    .comment .comment-body {
        float: none;
        margin-left: 40px;
        position: relative;
    }

    .comment .comment-text {
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        padding: 7px 12px 8px;
    }

    .comment .comment-header {
        font-size: 12px;
        padding-bottom: 2px;
    }

        .comment .comment-header a {
            color: #36404a;
            font-weight: bold;
        }

        .comment .comment-header span {
            color: #98a6ad;
            display: inline-block;
            font-size: 11px;
            margin-left: 5px;
        }

    .comment .comment-footer {
        display: block;
        font-size: 12px;
        padding: 4px 12px 0;
    }

        .comment .comment-footer i {
            font-size: 13px;
            margin-right: 7px;
        }

        .comment .comment-footer, .comment .comment-footer a {
            color: rgba(54, 64, 74, 0.5);
        }

            .comment .comment-footer:hover, .comment .comment-footer a:hover {
                color: #5fbeaa;
            }

    .comment > .comment {
        margin-left: 32px !important;
    }

/* =============
  sitemap
============= */
.sitemap-wrapper a {
    color: #555555;
}

    .sitemap-wrapper a:hover {
        color: #5fbeaa;
    }

.sitemap-wrapper h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}

    .sitemap-wrapper h5 i {
        padding-right: 10px;
    }

.sitemap-wrapper ul {
    padding-left: 30px;
}

    .sitemap-wrapper ul li a {
        font-size: 15px;
        line-height: 30px;
    }

/* =============
  FAQ
============= */
.faq-box {
    padding: 24px 0;
    border-bottom: 1px solid #ebeff2;
}

    .faq-box .question {
        font-weight: 600;
        font-size: 16px;
        margin-top: 0;
    }

    .faq-box .answer {
        color: #98a6ad;
        margin-bottom: 0;
    }

/* =============
  Search result
============= */
.search-result-box .tab-content {
    padding: 30px 30px 10px 30px;
    box-shadow: none;
}

.search-result-box .search-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebeff2;
    margin-bottom: 30px;
}

/* =============
  Contact
============= */
.contact-search .btn-white {
    position: absolute;
    top: 1px;
    right: 16px;
    background-color: transparent !important;
    border: none !important;
    font-size: 16px;
    box-shadow: none !important;
    outline: none !important;
    color: #98a6ad;
}

.contact-card {
    position: relative;
}

    .contact-card:hover .contact-action {
        display: block;
    }

    .contact-card img {
        width: 80px;
        height: 80px;
    }

    .contact-card .member-info {
        padding-left: 100px;
        padding-bottom: 20px;
    }

        .contact-card .member-info h4, .contact-card .member-info p {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            white-space: nowrap;
        }

    .contact-card .contact-action {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
    }

/* =============
  Opportunities
============= */
.opport-box .checkbx-detail {
    width: 30px;
}

.opport-box .lable-detail {
    text-align: center;
    width: 20%;
}

.opport-box .member-info {
    padding-right: 10px;
}

    .opport-box .member-info h4 {
        font-size: 16px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .opport-box .member-info p {
        font-size: 13px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* =============
  Product
============= */
.product-list-box {
    position: relative;
}

    .product-list-box img {
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .product-list-box .product-action {
        position: absolute;
        right: 20px;
        top: 20px;
        display: none;
    }

    .product-list-box .price-tag {
        float: right;
        height: 64px;
        width: 64px;
        text-align: center;
        line-height: 64px;
        background-color: rgba(152, 166, 173, 0.2);
        border: 1px solid #98a6ad;
        border-radius: 50%;
        margin-top: 20px;
        font-size: 18px;
        font-weight: 600;
        margin-right: 10px;
    }

    .product-list-box .detail {
        padding: 20px;
        margin: 0px -10px -10px;
        overflow: hidden;
    }

        .product-list-box .detail h4 a {
            white-space: nowrap;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 600;
        }

    .product-list-box:hover .product-action {
        display: block;
    }

.rating ul {
    margin-left: 0;
}

    .rating ul li {
        padding: 0;
    }

        .rating ul li a {
            color: #ffbd4a;
            font-size: 15px;
            margin-bottom: 0;
        }

.product-search {
    border-radius: 30px;
    padding: 7px 22px;
    background-color: transparent !important;
    border: 2px solid #98a6ad !important;
}

.product-detail-box .sp-wrap {
    max-width: 100%;
}

/* =============
   Accounts pages
============= */
.account-pages {
    background: url("../images/agsquare.png");
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 420px;
}

    .wrapper-page .card-box {
        border: 1px solid rgba(54, 64, 74, 0.1);
    }

.panel-pages {
    border-radius: 6px;
}

    .panel-pages .panel-body {
        padding: 30px;
    }

    .panel-pages .panel-heading {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        padding: 40px 20px;
        position: relative;
    }

        .panel-pages .panel-heading h3 {
            position: relative;
            z-index: 999;
        }

.user-thumb {
    position: relative;
    z-index: 999;
}

    .user-thumb img {
        height: 88px;
        margin: 0 auto;
        width: 88px;
    }

.ex-page-content .text-error {
    color: #252932;
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
}

    .ex-page-content .text-error i {
        font-size: 78px;
        padding: 0 10px;
    }

/* signup-signin-page */
.signup-signin-page {
    width: auto;
}

/* =============
   Tree view page
============= */
.jstree-default .jstree-clicked {
    background: rgba(95, 190, 170, 0.4);
    box-shadow: none;
}

.jstree-default .jstree-hovered {
    background: rgba(95, 190, 170, 0.2);
    box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked {
    background: rgba(95, 190, 170, 0.4);
}

.jstree-default .jstree-wholerow-hovered {
    background: rgba(95, 190, 170, 0.2);
}

.jstree-default .zmdi {
    font-size: 16px;
}

/* =============
   Tour page
============= */
div.hopscotch-bubble {
    border: 3px solid #5d9cec;
    border-radius: 5px;
}

    div.hopscotch-bubble .hopscotch-next {
        background-color: #5d9cec !important;
        background-image: none !important;
        border-color: #5d9cec !important;
        text-shadow: none !important;
        margin: 0 0 0 5px !important;
    }

    div.hopscotch-bubble .hopscotch-prev {
        background-color: #5d9cec !important;
        background-image: none !important;
        border-color: #5d9cec !important;
        text-shadow: none !important;
        color: #ffffff !important;
    }

    div.hopscotch-bubble .hopscotch-bubble-number {
        background: #5fbeaa;
        padding: 0;
        border-radius: 50%;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
        border-right: 19px solid #5d9cec;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
        border-left: 19px solid #5d9cec;
        left: -2px;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
        border: none;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
        border-left: 0 solid #5d9cec;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
        border-bottom: 19px solid #5d9cec;
        top: 0;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
        border-bottom: 0 solid rgba(0, 0, 0, 0.5);
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
        border-top: 19px solid #5d9cec;
        top: -2px;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
        border-top: 0 solid rgba(0, 0, 0, 0.5);
    }

/* =============
  Task board
============= */
.taskList li {
    background-color: #fafafa;
    border: 1px solid rgba(152, 166, 173, 0.2);
    border-left-width: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
}

.taskList .task-success {
    border-left-color: #81c868;
}

.taskList .task-info {
    border-left-color: #34d3eb;
}

.taskList .task-warning {
    border-left-color: #ffbd4a;
}

.taskList .task-danger {
    border-left-color: #f05050;
}

.taskList a {
    font-size: 13px;
}

.taskList .checkbox {
    margin-left: 20px;
}

.task-placeholder {
    border: 1px dashed rgba(152, 166, 173, 0.5) !important;
    background-color: rgba(152, 166, 173, 0.2) !important;
    padding: 20px;
}

@media only screen and (max-width: 6000px) and (min-width: 700px) {
    .wrapper.right-bar-enabled .right-bar {
        right: 0;
        z-index: 99;
    }
}
/*ipad 1024*768*/
@media (min-width: 768px) and (max-width: 1024px) {
    .email-msg {
        display: none;
    }

    .btn-150 {
        width: 90px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}
/*mobile portrait view jp*/
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .app-search {
        display: none;
    }

    .left.side-menu, .sidebar-inner.slimscrollleft {
        overflow: auto !important;
    }

    .enlarged .left.side-menu {
    }

    .content-page {
        margin-left: 0px !important;
    }

    .footer {
        left: 0px !important;
    }

    .mobile-sidebar {
        left: 0px;
    }

    .mobile-content {
        left: 250px;
        right: -250px;
    }

    .wrapper-page {
        width: 90%;
    }

    .wizard > .steps > ul > li {
        width: 100%;
    }

    .wizard > .content {
        padding: 0px !important;
    }

        .wizard > .content > .body {
            float: none;
            position: relative;
            width: 100%;
            height: 100%;
            padding: 0%;
        }

    .wizard.vertical > .steps {
        display: inline;
        float: none;
        width: 100%;
    }

    .wizard.vertical > .content {
        display: inline;
        float: none;
        margin: 0%;
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        left: auto;
        position: absolute;
        right: 0;
    }

    .todo-send {
        margin-top: 10px;
        padding-left: 15px;
    }

    .chat-inputbar {
        padding-left: 15px;
    }

    .chat-send {
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .dataTables_wrapper .col-xs-6 {
        width: 100%;
        text-align: left;
    }

    .product-search {
        margin-bottom: 30px;
    }

    .top-menu-item-xs {
        display: inline-flex !important;
    }

    .dropdown-menu-lg {
        width: 240px !important;
    }

    .footer {
        text-align: center !important;
    }

    .sNav li {
        min-width: 73px !important;
    }

    .fixed {
        position: relative !important;
        z-index: 1;
        top: 10px;
    }

    .ltborder {
        border-left: none;
    }

    .dml {
        margin-left: 0 !important;
    }

    .btn-270 {
        width: auto;
        padding: 7px 50px;
    }

    .btn-180 {
    }

    .btn-150 {
        width: 100%;
    }

    .sAuth {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .side-menu {
        z-index: 10 !important;
    }

    .button-menu-mobile {
    }

    .search-bar {
        display: none !important;
    }

    .ms-container {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .hide-phone {
        display: none !important;
    }
}

/* Container-alt */
@media (min-width: 768px) {
    .container-alt {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-alt {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-alt {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    .topbar-left {
        width: 70px !important;
    }

    .logo .icon-c-logo {
        display: inline-block !important;
    }

    .logo span {
        display: none !important;
    }

    .content-page {
        margin-left: 70px;
    }

    .forced .side-menu.left {
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    }

    .enlarged .side-menu.left {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    }

    .conversation-list .conversation-text, .conversation-list .odd .conversation-text {
        width: 100% !important;
    }
}
/*# sourceMappingURL=style_dark.css.map */

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    /* border: 1px solid transparent; 
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }





.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

    .panel-title > .small,
    .panel-title > .small > a,
    .panel-title > a,
    .panel-title > small,
    .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption,
    .panel > .table caption,
    .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child,
    .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child,
    .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td,
    .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group,
        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}








    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd;
    }

    .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333;
    }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.line {
    display: inline-block !important; /*change by JP - license selection image wraped issue*/
    margin-left: 9px;
    display: table;
}

.padding {
    padding-left: 20px;
}

.width80 {
    width: 80%;
}

.width20 {
    width: 20%;
}

.lf {
    padding-left: 10px;
    padding-right: 10px;
}





.ringscroll {
    overflow-y: scroll;
    max-height: 200px;
    border: 1px solid hsl(0, 0%, 87%);
    padding: 10px;
}

.padding5 {
    padding: -5px;
    margin: -5px;
}

.bg {
    background-color: #f5f5f5;
}

.width60 {
    width: 60px;
    margin-right: 2px;
    height: auto !important;
}

.w {
    width: 15px;
}

.colr {
    color: green;
}

.notes {
    padding: 0px;
    margin-top: 10px;
    font-size: 13px;
}

.wid {
    width: 15px;
    margin-top: -2px;
}

.red {
    background: white;
}

.green {
    background: white;
}

.blue {
    /*  background: white; */
}

span.tooltips {
    position: relative;
    display: inline;
}

    span.tooltips i.ti-info-alt {
        color: #ec6525;
        font-size: 20px;
    }

        span.tooltips i.ti-info-alt:hover { /* background:#ec6525; color:#ffffff;border-radius: 15px;border:1px solid #ffffff; */
        }

    span.tooltips span {
        position: absolute;
        color: black;
        background: white;
        height: auto;
        visibility: hidden;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 10px;
    }

span:hover.tooltips span {
    visibility: visible;
    bottom: 20px;
    margin-left: -76px;
    z-index: 999;
    width: 500px;
}

span.tooltips1 {
    position: relative;
    display: inline;
}

    span.tooltips1 span {
        position: absolute;
        color: black;
        background: white;
        height: auto;
        visibility: hidden;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 10px;
        width: 400px;
    }

span:hover.tooltips1 span {
    visibility: visible;
    bottom: -180px;
    margin-left: 10px;
    z-index: 99999;
    width: 400px;
}
/* The Modal (background) */

.modal {
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

.align {
    text-align: right;
}

.fixed-top-bar {
    z-index: 999;
    margin-top: 18px;
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
}

.box-container {
    margin-top: 60px;
}

.box-margin {
    margin-top: 60px;
}
/*scoller css*/

.back-btn {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 6px;
    color: #333;
    padding: 3px 7px;
    font-size: 18px;
    text-decoration: none;
}


.breadcrumbs-ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0;
    list-style: none;
}

    .breadcrumbs-ul li {
        float: left;
        font-size: 15px;
    }

        .breadcrumbs-ul li a {
            color: #006ACC;
            text-decoration: none;
        }

        .breadcrumbs-ul li span {
            padding: 2px 6px 0px 0px;
            width: auto;
            float: right;
            line-height: 22px;
            font-size: 10px;
        }

.div-breadcrumbs {
    width: 100%;
    padding: 5px 10px;
    background: hsl(0, 0%, 96%);
    margin-bottom: 10px;
    float: left;
}

.scrollbox-handle {
    background: #a18ead !important;
}

.scrollbox-track {
    opacity: 0.9 !important;
}

::-webkit-scrollbar {
    width: 8px;
}

    ::-webkit-scrollbar:horizontal {
        height: 8px;
    }

::-webkit-scrollbar-track {
    /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a18ead;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #a18ead;
    }

::-moz-scrollbar {
    width: 8px;
}

    ::-moz-scrollbar:horizontal {
        height: 8px;
    }

::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-border-radius: 10px;
    border-radius: 10px;
}

::-moz-scrollbar-thumb {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #a18ead;
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-moz-scrollbar-thumb:window-inactive {
        background: #a18ead;
    }

.content-page {
    position: relative;
}

.workflow-div {
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    position: absolute;
}

.scipris-logo {
    float: right;
}

.journal-center {
    text-align: center;
    display: block;
    margin: 6px auto;
}

.topbar-ul {
    width: 100%;
    float: left;
    padding: 0px 36px;
    margin: 0px;
    list-style: none;
}

    .topbar-ul li {
        width: 33.33%;
        float: left;
    }

        .topbar-ul li:nth-of-type(1) {
        }

        .topbar-ul li:nth-of-type(2) {
            padding-top: 6px;
            text-align: center;
        }

        .topbar-ul li:nth-of-type(3) {
            text-align: right;
            padding-top: 4px;
        }

.list-inline {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.partner-logo-div {
    float: right;
    padding-top: 7px;
}

.content-page > .content {
    margin-bottom: 0px;
}

/*---------------------------------------------------*/
@media only screen and (min-width : 1200px) and (max-width : 1233px) {
    .footer-iconimg img {
        width: 33px;
    }
}

@media only screen and (min-width : 1234px) and (max-width : 1600px) {
    .footer-iconimg {
        padding: 0px 3px 0px 0px;
    }
}

.steps .steps__step:nth-child(odd):before {
    border-right: none;
}

.steps .steps__step:nth-child(2n):before {
    width: calc(100% - 40px);
    border-right: none;
}

.steps .steps__step:nth-child(2n):before {
    /*width: 160px;*/
}

.steps .steps__step:first-child .steps__step-arrow, .steps .steps__step:first-child:after, .steps .steps__step:last-child:before {
    display: none;
}

.steps .steps__step:before {
    width: calc(100% - 109px);
}

.steps .steps__step:before {
    content: "";
    position: absolute;
    top: 22px;
    left: calc(50% + 27px);
    height: calc(100% - 17px);
    /* width: 156px; */
    width: calc(100% - 37px);
    /*  border-right: 5px dotted #a71c1c; */
}



.chevron li {
    width: 15.7%;
    position: relative;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}


:after, :before {
    box-sizing: inherit;
}

.contibuter-radio {
    position: absolute;
    left: 0px;
}

.contibuter-radio1 {
    position: absolute;
    left: 0px;
}

.left-radio {
    margin-left: 20px;
    padding: 10px 40px 0px;
    position: relative;
}

.left-radio-terms {
    margin-left: -10px;
    padding: 10px 40px 0px;
    position: relative;
}

.strong-span1 {
    font-weight: 600;
}

.agency-fields {
    padding: 15px 0px 0px 0px;
    width: 100%;
}

.line-img-div {
    display: table-cell;
    float: left;
    width: 75px;
}

.line-text-div {
    display: table-cell;
}

.agency-fields-1 {
    padding: 0px 0px 0px 60px;
}

.nocolor {
    text-decoration: none;
    color: #333333;
}

    .nocolor:hover {
        text-decoration: none;
        color: #333333;
    }

.line-img {
    float: left;
    padding-right: 15px;
}














.plusminus {
    float: right;
    color: #ec6525;
    position: absolute;
    right: 0;
    top: 0px;
    text-decoration: none;
    font-size: 24px;
}








.coll-span {
    display: none;
}

.accordion_head1 {
    float: right;
}
























.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    /*   width: 127px; */
    /* height: 50px;
    line-height: 50px; */
    margin-right: 12px;
    color: #F44336;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}





.control-errormessage {
    background-color: #E02E40 !important;
    color: #fff !important;
    padding: 3px 5px !important;
    border-color: #E02E40 !important;
    margin-top: 1px;
}


.radio, .radio label {
    position: relative;
    vertical-align: text-top;
}































.radio-margin-left {
    margin-left: -19px;
}

.form-group {
    position: relative;
}

.icons-info-tool {
    position: absolute;
    right: -32px;
    top: 7px;
}

.lefttext1 {
    text-align: left;
}




























.radio-sel {
    padding: 10px;
}

.toggle-password {
    width: 100%;
}

.padding-top-bar1 {
    padding: 0px 150px;
}


/* Start: login page css*/


.p-20 {
    padding: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.center {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.login_box {
    display: inline-block;
    background-color: #ebf2ff;
    float: none;
    margin: auto;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0,0.08);
    border-radius: 5px;
    margin-top: 8%;
}*/
.login_box {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0,0.08);
    margin-top: 1%;
    margin-bottom: 10px;
}

    .login_box p {
        margin-bottom: 15px;
    }

.field-validation-error {
    background-color: hsl(354, 74%, 53%) !important;
    color: hsl(0, 0%, 100%) !important;
    padding: 3px 5px !important;
    border-color: hsl(354, 74%, 53%) !important;
    margin-top: 1px;
    display: list-item;
    border-radius: .25rem;
}

.login_box label {
    font-weight: 600;
    margin-bottom: 4px;
}

.login_box .form-control {
    font-size: 16px;
}

.login_box .field-validation-error {
    width: 100%;
    float: left;
    font-size: 14px;
    color: red;
}

.login-mt {
    margin-top: 11px !important;
}

.forgotPass {
    font-size: 14px;
}
/*  End: login page css*/

.btn-back {
    margin-bottom: 0;
    font-size: 15px;
}

    .btn-back a {
        text-decoration: none;
    }

.profile-section {
    width: 100%;
    float: left;
    padding: 40px;
    background: hsl(0, 0%, 97%);
}

.profile-btn {
    margin-top: 28px;
    padding: 9px 40px;
}

.top-showbar {
    padding: 6px 15px 6px !important;
    font-size: 15px;
}

    .top-showbar p {
        margin-bottom: 0px;
    }

.dropdown-menu {
    width: 14rem;
}

.payment-padding5 {
    margin-left: -13px;
}


/*Only CBP & Admin page css start-----------------------------------------------------------------------------------------------------------------------------*/


.bluebrd {
    border: 2px solid #4099ff !important;
    border-radius: 4px !important;
}

.bluetpbrd {
    border-top: 2px solid #4099ff !important;
    padding-top: 5px;
}

.prplbrd {
    border: 2px solid #ab8ce4 !important;
    border-radius: 4px !important;
}

.prpltpbrd {
    border-top: 2px solid #ab8ce4 !important;
    padding-top: 5px;
}

.grnbrd {
    border: 2px solid #25c5da !important;
    border-radius: 4px !important;
}

.grntpbrd {
    border-top: 2px solid #25c5da !important;
    padding-top: 5px;
}

.redbrd {
    border: 2px solid #ff5370 !important;
    border-radius: 4px !important;
}

.redtpbrd {
    border-top: 2px solid #ff5370 !important;
    padding-top: 5px;
}

.sblubrd {
    border: 2px solid #455896 !important;
    border-radius: 4px !important;
}

.sblutpbrd {
    border-top: 2px solid #455896 !important;
    padding-top: 5px;
}

.orgbrd {
    border: 2px solid #fb9678 !important;
    border-radius: 4px !important;
}

.orgtpbrd {
    border-top: 2px solid #fb9678 !important;
    padding-top: 5px;
}












.thbg > thead {
    border: 1px solid #eeeeee;
    font-style: italic;
    background-color: #ddd !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: rgba(33, 70, 109, 0.03) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.thbg td, .thbg th {
    border: 1px solid #dee2e6 !important;
}

    .thbg td i {
        font-size: 15px;
    }

.btn-pink-btn {
    background: #EC6525;
    color: #fff;
}
/*custom new css */
.float-left1 {
    float: left;
    padding: 1px;
}

    .float-left1 button i {
        font-size: 10px;
    }

.info-box {
    display: block;
    min-height: 104px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}

.minbox-height {
    min-height: 125px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.info-box-content {
    padding: 20px 10px 0 10px;
    margin-left: 90px;
    text-align: center;
}

.info-box-text {
    color: #333;
}

.progress-description, .info-box-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 25px;
    color: #333;
}



.info-box-icon i {
    color: #ffffff;
}

.bg-aqua {
    background-color: #5ecac9 !important;
}

.bg-red {
    background-color: #ff6d63 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #fbd45b !important;
}

.bg-skyblue {
    background-color: #41c7ef !important;
}
/*new css*/


/*13-mar-19*/
.info-box-content-cbp {
    padding: 2px 10px 10px 10px;
    /* margin-left: 90px; */
    text-align: center;
}

.info-box-left-cbp {
    padding: 5px 10px 5px 10px; /* margin-left: 90px; */
    text-align: left;
}

.info-box-right-cbp {
    padding: 5px 10px 5px 10px; /* margin-left: 90px; */
    text-align: right;
}

.info-box-content-cbp a {
    color: #006ACC;
    text-decoration: none;
}

    .info-box-content-cbp a:hover {
        color: #006ACC;
    }

.table td, .table th {
    padding: 0.5rem !important;
}

/*9may-19 css start*/
.login-about {
    min-height: 344px;
}



.rightmanage-icon {
    float: right;
}

.accordion-manage h4 a {
    width: 100%;
    text-decoration: none;
    float: left;
    padding: 10px;
    cursor: pointer;
}





/*.article-detail-ul li h5 {
            font-size: 14px;
            margin-top: 0px;
            width: 45%;
            display: table-cell;
        }

        .article-detail-ul li p {
            margin-bottom: 0px;
            font-size: 14px;
        }*/

.article-detail-ul li:last-child {
    border-bottom: none;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.accordion-manage .panel {
    width: 100%;
    float: left;
}

.active-left {
}

/*#accordion {
    float: left;
}*/









.box-top-cbp {
    border: 1px solid #ddd;
    padding: 8px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #e02e40;
}

.box-right1 {
    text-align: right;
}

.pending-vol {
    font-weight: normal;
    color: #ff0000;
}

.forgotPass {
    font-size: 14px;
}

.left-colum1 {
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 8px;
}

    .left-colum1:hover {
        background-color: rgba(0, 0, 0, 0.06);
    }

.active-left {
    background-color: rgba(0, 0, 0, 0.06);
}

.profile-section {
    width: 100%;
    float: left;
    padding: 40px;
    background: #f7f7f7;
}

.profile-btn {
    margin-top: 28px;
    padding: 9px 40px;
}

.user-profile-circle {
    background: #fff;
    font-size: 17px;
    width: 100%;
    text-align: center;
    padding: 15px 9px;
    position: relative;
    box-shadow: 0px 0px 10px 2px #efefef;
    font-weight: 600;
}

.chekit {
    color: green;
    position: absolute;
    bottom: 15px;
    right: 39px;
    font-size: 20px;
}

.profile-ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .profile-ul li {
        width: 100%;
        float: left;
        position: relative;
    }
        /*.profile-ul li a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #5B78B5 ;
    border-right: 2px solid #5B78B5 ;
    position: absolute;
    right: 17px;
    top: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
*/
        .profile-ul li a {
            text-decoration: none;
            width: 100%;
            float: left;
        }

.profile-div {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 30px;
    padding: 10px;
}

.dropdown-menu {
    margin-left: -40%;
}


.search-section {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 20px;
}

    .search-section .form-control {
        position: relative;
        padding: .375rem 3.75rem .375rem .75rem;
    }

.search-close {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    background: #405c95;
    padding: 9px 12px;
    color: #fff;
}

.search-data-ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .search-data-ul li {
        width: 100%;
        float: left;
        padding: 6px 0px 0px;
    }

        .search-data-ul li:nth-child(odd) {
            background: #ecf4fb;
        }

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-top: 8px;
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #777;
        border-radius: 30px;
        transform: translateX(-30px);
        transition: .4s;
    }
/*
input:checked + .slider:before {
    transform:translateX(30px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}
*/
.switch-div1 input:checked + .slider {
}

.switch-div2 input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen,0 0 2px limeGreen;
}

.switch-div1 input:checked + .slider:before {
    transform: translateX(30px);
}

.switch-div2 input:checked + .slider:before {
    transform: translateX(30px);
    background: limeGreen;
}

.switch-div1 {
    display: table;
    table-layout: fixed;
}

.switch-text1 {
    padding: 7px 5px;
    display: table-cell;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
}

.switch-text2 {
    padding: 7px 5px;
    display: table-cell;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
}

.search-data-label {
    padding-top: 8px;
}

.search-inbox1 {
    position: relative;
    text-align: left;
    width: 200px;
    float: right;
    margin-top: 30px;
}

.advance-search-i {
    position: absolute;
    right: 17px;
    top: 10px;
}

.cbp-nav-dashbord {
    width: 100%;
    float: left;
    padding: 0px 0px 0px;
    list-style: none;
    margin: 0px;
    height: 100%;
    background: #ef655b;
    background: #f1f1f1;
}

    .cbp-nav-dashbord li {
        width: 100%;
        float: left;
        position: relative;
        background: #f1f1f1;
    }

        .cbp-nav-dashbord li a {
            width: 100%;
            float: left;
            padding: 10px 20px;
            border-bottom: 1px solid #ddd;
            text-decoration: none;
            color: #333;
        }
/*.cbp-nav-dashbord li:last-child a{border-bottom:none;}*/




.add-btn-1:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.cbp-nav-dashbord .active-dash a {
    color: #fff;
}






.nav-Organization {
    display: none;
}

    .nav-Organization a span i {
        font-size: 14px;
    }

.org-nav:hover .nav-Organization {
    display: block !important;
}

.dropdown-sub1 {
    display: none;
    list-style: none;
}

.dropdown-li a i {
    float: right;
    font-size: 20px;
}

.dropdown-sub1 li a {
    padding-left: 40px;
}

.dropdown-sub1 {
    padding: 0px;
}

.dropdown-li a:hover {
    background: #405c95;
    color: #fff;
}

.cbp-nav-dashbord .active-dash a:hover {
    color: #fff;
}



.title-page20 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}


.article-detail-ul1 {
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px;
    list-style: none;
}
































    .article-detail-ul1 li {
        width: 50%;
        float: left;
        padding: 4px 0px 0px;
        border-bottom: 1px solid #f1f1f1;
        display: table;
    }

        .article-detail-ul1 li h5 {
            font-size: 17px !important; /*SCIPRISOUPPG*/
            margin-top: 0px;
            width: 45%;
            display: table-cell;
            padding-left: 15px;
        }

        .article-detail-ul1 li p {
            font-size: 17px;
            padding-left: 15px;
            margin-bottom: 0px;
            word-break: break-all;
        }

        .article-detail-ul1 li:nth-child(odd) {
            width: 50%;
        }

        .article-detail-ul1 li:nth-child(even) {
            width: 50%;
        }


.article-detail-ul2 {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px 0px 0px;
    list-style: none;
}

    .article-detail-ul2 li {
        width: 33.33%;
        float: left;
        padding: 4px 0px 0px;
        border-bottom: 1px solid #f1f1f1;
        display: table;
    }

        .article-detail-ul2 li h5 {
            font-size: 14px;
            margin-top: 0px;
            width: 45%;
            display: table-cell;
            padding-left: 15px;
        }

        .article-detail-ul2 li p {
            font-size: 15px;
            padding-left: 15px;
            margin-bottom: 0px;
        }




.article-detail-box {
    box-shadow: 0px 0px 3px 0px #cccccc;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .article-detail-box h3 {
        margin-top: 0px;
    }

.order-detail-table {
    width: 60%;
    float: left;
    margin-top: 20px;
}

.main-heading-article {
    padding: 8px 16px;
    margin-top: 0;
}

.search-titles {
    font-size: 16px;
}

.inline-radio {
    width: 150px;
    float: left;
}

.invoice-radio-div-show {
    display: none;
    padding: 10px 0px;
}

.invoice-radio-div-show2 .table {
    margin-top: 15px;
    float: left;
}

.left-radio-div {
    margin-left: 15px;
}

.linkbox {
    text-decoration: none;
}

.manage-payment-label {
    text-align: right;
}

.log-btn {
    width: auto;
    font-size: 12px;
    float: right;
}

.view-data1 {
    float: left;
    width: 100%;
    background: #efefef;
    padding: 7px;
    color: #555;
    font-weight: 400;
}


.accordion-manage .panel {
    width: 100%;
    float: left;
}
/*.panel-default > .panel-heading {  background: #e4e4e4;   padding: 0px;    cursor: pointer; float: left;   width: 100%;}*/
.rightmanage-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 6px;
    border: 1px solid transparent;
    position: absolute;
    right: 11px;
    top: 3px;
}

    .rightmanage-icon:hover {
        border: 1px solid #ddd;
        background: #fff;
    }

.
-detail-table {
    width: 100%;
    margin-top: 20px;
}

.span-close {
    position: absolute;
    cursor: pointer;
    top: 39px;
    right: 5px;
}

.width-custom {
    width: 95%;
    float: left;
}

.sidebar-nav-i {
    position: absolute;
    font-size: 20px;
    color: #fff;
    left: 5px;
    z-index: 999;
    background-color: #405c95;
    padding: 4px;
    top: 5px;
    display: none !important;
}

.container-fluid {
    padding-top: 10px;
}

.left-menu-box {
    width: 17%;
    position: relative;
}

.right-container-box {
    width: 82%;
    float: right;
}

#ddlfilter {
    margin-top: 18px;
}

.add-field-btn {
    width: auto;
    margin-top: 18px;
    padding: 7px 15px;
}

.search-data-field {
    width: 100%;
    float: left;
    height: 220px;
    overflow: auto;
    margin-bottom: 20px;
}

.icons-actions {
    text-decoration: none;
    margin-bottom: 2px;
}

.bg-btn1:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.bg-btn1 i {
    color: #072c77;
}

.more-filter {
    float: right;
    cursor: pointer;
    width: auto;
    margin: 7px 0px 0px;
    color: #455896 !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.search-btn {
    margin: 10px 0px 0px;
    float: right;
    padding: 5px 9px;
    border-radius: 2px;
    width: auto;
}

.more-filter-div {
    width: 100%;
    float: left;
    display: none;
}

/*---------------------------------------------------------------------*/


.accordion {
    width: 100%;
    float: none !important;
    margin: 0px auto;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
    padding: 0px;
}

    .accordion li {
        width: 100%;
        float: left;
        position: relative;
    }

.open {
    box-shadow: 0px 0px 3px 0px #cccccc;
}

.accordion .link {
    cursor: pointer;
    display: block;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 16px;
    }

.accordion li.open .link {
}

.accordion li.open i {
}

    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/**
 * Submenu
 -----------------------------*/

.top-m1 {
    margin-top: 22px;
}

.submenu {
    display: none;
}

.group-filter1 {
    border: 1px solid #ddd;
    border-right: none;
    padding: 5px 8px;
    height: 35px;
    float: left;
}

._searchMain {
    color: #fff !important;
    border: 1px solid #dddddd;
    border-left: none;
    padding: 0px 3px;
    height: 35px;
}

.search-data-show {
    position: absolute;
    bottom: -47px;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    padding: 12px;
    background: #fff;
    z-index: 99999;
    font-size: 14px;
    box-shadow: 0px 4px 7px -2px #bfbfbf;
    left: 0px;
}

.button-top-left {
    text-align: right;
}

.bg-btn1 {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    font-size: 16px;
    padding: 5px 0px;
    width: 35px;
    height: 35px;
}

    .bg-btn1:hover {
        color: #000 !important;
        background: #fff !important;
        border: 1px solid #ddd !important;
    }

.accordion1 {
    margin-top: 20px;
    float: left !important;
}


.datepicker.dropdown-menu {
    margin-left: 0px !important;
}

#list_datatable_elm_paginate {
    float: right;
}

.admin-searchbar > .filter-input-group1 {
    width: 60%;
}


/*Only CBP & Admin page css end*/

.spInfoTA {
    font-style: normal;
    display: inline-block !important;
    /*position: absolute;
    left: 4px;

    bottom: 5px;*/
}

.containerborder {
    border: 1px solid #dee2e6 !important;
    padding: 10px;
    margin: 0;
}

.containerborder {
    border: none !important;
    padding: 0 !important;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.list-license .dataTables_scrollBody {
    max-height: calc(-303.333px + 94vh) !important;
}

.list-license {
    height: calc(100vh - 151px);
    overflow: inherit !important;
}
.panelborder {
    border: 1px solid #f1f0f0;
    margin-bottom: 5px;
    position: relative;
}

    .panelborder .article-detail-ul1 {
        float: none !important;
    }

        .panelborder .article-detail-ul1 li {
            padding: 5px 0px !important;
        }

    .panelborder .main-heading-article {
        margin-bottom: 0 !important;
    }

    .panelborder table {
        margin-bottom: 0 !important;
    }

        .panelborder table > thead > tr > th {
            background: #ebeff2 !important;
        }

.edit-pen {
    position: absolute;
    right: 50px;
    top: 5px;
    padding: 0px 18px;
    border-radius: 3px;
    z-index: 99;
}

/* .accordion li .edit-penbtn, .accordion li .edit-savebtn {
    display: none;
}*/
.edit-save {
    position: absolute;
    right: 70px;
    top: 5px;
    border-radius: 3px;
    z-index: 99;
}

.accordion li.open .edit-penbtn {
    display: block;
}

.accordion li.open .edit-savebtn {
    display: block;
}

.edit-close {
    position: absolute;
    right: 47px;
    top: 5px;
}
/*
.accordion li .edit-penbtn, .accordion li .edit-savebtn {
    display: none;
}*/
.save-close-span {
    position: absolute;
    right: 45px;
    top: 5px;
}

    .save-close-span a {
        padding: 0px 3px;
    }

.edit-pen1 {
    position: absolute;
    right: 70px;
    top: 5px;
    padding: 0px 18px;
    border-radius: 3px;
    z-index: 99;
}

.mailtitle-text {
    font-size: 14.5px;
}
/*
.accordion li .edit-penbtn, .accordion li .edit-savebtn {
    display: none;
}*/
.edit-save1 {
    position: absolute;
    right: 50px;
    top: 5px;
    border-radius: 3px;
    z-index: 99;
}

.edit-pen i {
    line-height: 4px;
}

.edit-save i {
    line-height: 4px;
}

.edit-pen1 i {
    line-height: 4px;
}

.edit-save1 i {
    line-height: 4px;
}

.daterangepicker.dropdown-menu {
    margin-left: auto !important;
}

/* Start: Admin Reprots section*/
.fixed-size-btn {
    width: 70%;
}

.btn-size1 {
    width: 40px;
}
/* Payment open & overdue */
.payment-due-radio1 {
    width: 180px;
    float: left;
}

.payment-due-radio2 {
    width: 226px;
    float: left;
}
/* End */




















.modal-header .close {
    position: absolute;
    right: 17PX;
    top: 16px !important;
    color: #000;
    opacity: 0.9;
}

    .modal-header .close:focus {
        outline: 0;
        outline: 0;
    }

.modal .modal-dialog .modal-content {
    border-radius: 0px;
    padding: 0px;
    border: solid 1px #ddd;
}

    .modal .modal-dialog .modal-content .modal-body {
        padding: 20px 20px;
    }

.accordion-toggle.collapsed.link {
    cursor: pointer;
}

.paginate_button.disabled a, .paginate_button.active a {
    text-decoration: none !important;
    color: #8c8c8c !important;
}

.mail-field-to {
    font-style: italic;
    font-size: 14px;
}





.show {
    display: block !important;
}

.hidden {
    display: none;
}

/*cookie css start*/


#band-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    line-height: 1.1;
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, .15);
}




    #band-cookies p {
        margin: 0;
        padding: 0 50px;
    }



#band-cookies-info,
#band-cookies-ok {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}



#band-cookies-close {
    height: 30px;
    width: 30px;
    padding: 6px 7px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #161e36 !important;
    color: #fff !important;
}

#x-mark-icon {
    fill: #fff !important;
}

@media (max-width:768px) {
    #band-cookies p {
        padding: 15px 15px 0;
    }

    #band-cookies-info,
    #band-cookies-ok {
        display: block;
        text-decoration: none;
        padding: 10px 5px;
        margin-top: 10px;
        background-color: #444;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    #band-cookies-close {
        left: 50%;
        margin-left: -16px;
        top: 0;
    }
}

/*cookie css end*/

.divfake {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: none;
}

.AddDiv {
    position: absolute;
    z-index: 999;
    background: #2f2a2a9c;
    width: 100%;
    height: 100%;
    top: 0;
}

/*14-01-2020 css work  by kailash singh*/
.accordion_body p {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    word-break: break-word !important;
}

.mailto-ul {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .mailto-ul li {
        width: 100%;
        float: left;
        padding-bottom: 4px;
    }

        .mailto-ul li p {
            margin-bottom: 0px;
            overflow-wrap: break-word !important;
            word-wrap: break-word !important;
            word-break: break-all !important;
            word-break: break-word !important;
        }

            .mailto-ul li p:nth-of-type(1) {
                width: 90px;
                float: left;
            }

            .mailto-ul li p:nth-of-type(2) {
                padding-left: 95px;
            }

.group-inputbox {
    position: relative;
    width: 95%;
}

.percentage {
    position: absolute;
    top: 5px;
    right: -20px;
}

/*Start Scipris Alert*/

.aa {
    width: 50%;
    background: #fff;
    margin: 0px auto;
    animation: 1s ease-out 0s 1 slideTopFromBottom;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 999;
    left: 25%;
    top: 47px;
    box-shadow: 0px 3px 12px #bfbbbb;
}

    .aa h5 {
        text-align: center;
        color: #3c5275;
        font-size: 15px;
        line-height: 27px;
        padding: 20px 30px;
        margin-bottom: 15px;
        font-weight: 600;
    }

        .aa h5 b {
            font-weight: 900;
        }

@keyframes slideTopFromBottom {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.aa-header {
    padding: 10px;
    width: 100%;
}










    .aa-header i {
        float: right;
        cursor: pointer;
    }

/*End Scipris Alert*/

.login-left-border {
    border-left: 1px solid gray;
}

.form-control-sm {
    border: 1px solid #dddddd !important;
}

.error-control {
    border-color: #E02E40 !important;
}

.underline:hover {
    text-decoration: underline;
}

.live_chat {
    cursor: pointer;
    color: blue;
    font-size: 15px;
    margin-top: 14px;
}

    .live_chat a:hover {
        text-decoration: underline !important;
    }

    .live_chat SPAN.chatonline {
        background: url(../../images/chat_online.png) 0 0 no-repeat;
        padding-left: 14px;
        background-position: left;
    }

/*Discount popup css start here*/
div#addJournalDiscountModal .scrollsearch {
    height: 216px;
    display: block;
    overflow: scroll;
}

div#addJournalDiscountModal table thead {
    border: 1px solid #C8CEDE;
}

div#addJournalDiscountModal table tr:last-child {
    border-top: 1px solid #C8CEDE;
}

div#addJournalDiscountModal table td, th {
    border: 1px solid #dddddd;
    padding: 4px;
}

div#addJournalDiscountModal table th {
    background-color: hsl(0, 0%, 87%);
}

div#addJournalDiscountModal table tr:first-child {
    border-top: 0;
}

div#addJournalDiscountModal table label {
    font-weight: 600;
    color: #2A2A2A;
}

div#addJournalDiscountModal table tr:nth-child(even) {
    background-color: hsl(0, 0%, 97%);
}
/*Discount popup css end here*/

/*In Offers View Details start here*/

.article-detail-ul1 li {
    flex: 0 0 50%;
    width: 50% !important;
}

.article-detail-ul1 {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 0;
}
/*In Offers View Details end here*/
/*login Page  social button css start here*/
.f-1, .ph {
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
}

.f-left {
    /*background: #a6ce39; jitu*/
    text-align: center;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

    .f-left a {
        color: #fff;
        font-size: 17px;
        /*font-family: 'Lato-Bold';*/
        display: inline-block;
        vertical-align: middle;
        padding: 3px 0;
    }

        .f-left a span.f1 {
            background-position: -136px -34px;
        }

        .f-left a span.f2 {
            background-position: 0px -34px;
        }

        .f-left a span.f4 {
            background-position: -102px -34px;
        }

        .f-left a span {
            background: url(images/social-icons.png) no-repeat;
            width: 34px;
            height: 34px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 4px;
        }

.social-marg {
    margin: 0 20px;
}

.f-left a.disabled {
    color: #666;
    text-decoration: none;
}

.f-left .social-marg {
    margin-top: 5px;
}

.l-Sicon {
    margin-top: 15px;
}

.f-left a.disabled {
    opacity: 0.2;
}
/*login Page  social button css end  here*/

/*email tabel  css start  here*/
.email-tabel h5 {
    font-size: 20px;
    font-weight: 600;
}

.email-tabel .panel-body {
    padding: 0;
    margin-top: 25px;
}

.email-tabel .panel-body .col-md-12 {
    padding: 0;
}

.email-tabel .panel-body table.table thead tr {
    background: #ddd;
}

.email-tabel .panel-body table.table tr td {
    word-break: break-word;
}

.email-tabel table.table, .email-tabel table.table td {
    border-collapse: collapse;
    border: 1px solid #000;
}

    .email-tabel table.table thead {
        display: table;
        width: calc(100% - 6px);
    }

    .email-tabel table.table tbody {
        display: block;
        max-height: 300px;
        overflow-y: scroll;
    }

    .email-tabel table.table th, .email-tabel table.table td {
        width: 10%;
        padding: 5px !important;
        word-break: break-all;
    }

    .email-tabel table.table tr {
        display: table;
        width: 100%;
        box-sizing: border-box;
    }

    .email-tabel table.table td {
        border-bottom: none;
        border-left: none;
    }

    .email-tabel table.table tr th {
        font-size: 14px;
        vertical-align: top;
    }

    .email-tabel table.table td {
        font-size: 14px;
    }

    .email-tabel table.table tr th:last-child {
        border-right: none;
    }
/*email tabel  css end  here*/
#isPRM {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.editTier2, a.editTier3 {
    margin: 0;
    padding:0 2px 1px 2px;
    background: #006FB7;
    border-radius: 4px;
  }
  .editTier2 i, .editTier3 i {
    color:#fff; 
    font-size:12px!important; 
    padding:0;
    text-decoration: none;
}
  /* Add superscript 2 right after the icon */
  .editTier2 i.fa-pencil::after {
    content: "2";
    vertical-align: subscript;
    font-size: 1.1em;
    margin-left: 1px;
    color:#fff;
  }
  /* Add superscript 2 right after the icon */
  .editTier3 i.fa-pencil::after {
    content: "3";
    vertical-align: subscript;
    font-size: 1.1em;
    margin-left: 1px;
    color:#fff;
  }