﻿body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f8f9fc;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: normal;
    overflow-x: hidden;
}


.accordion-panel > .tab-pane {
    margin-top: -15px;
}

.accordion-panel > .nav-tabs {
    margin-top: -15px;
}

.mgt-0 {
    margin-top: 0px !important;
}

.accordion-container {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.accordion-panel {
    margin-top: -10px;
}

.accordion > a {
    color: black;
    width: 90%;
    display: inline-block;
}

.accordion {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    cursor: pointer;
}

.required::after {
    content: '*';
    margin-right: 4px;
    font-size: large;
    color: red;
}

.center-align {
    display: inline-block;
    /*margin: 10px 10px 0 0;
    padding: 5px 10px;*/
}

.accordion-container {
    background-color: #eee;
}

.active, .accordion:hover {
    /*  background-color: #ccc;*/
}

.tab-pane > form {
    padding-top: 15px;
}

.card-eligibility {
    margin: 15px;
}

html {
    position: relative;
    height: 100%;
}

input, select, textarea, button {
    font-family: inherit;
}

textarea {
    resize: vertical;
}

    input:focus, select:focus, textarea:focus, button:focus {
        outline: none;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    display: inline;
}

.modal-body > .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.75rem !important;
    z-index: 1;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.75rem !important;
}

.tabCss {
    border: 1px solid #333;
    border-top: none;
    padding: 20px;
}

    .tabCss h4 {
        margin-top: 0;
    }

.nav > li > a {
    position: relative;
    display: block;
    color: #ccc;
    /*text-transform: uppercase;*/
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    border-left: 1px solid #9d9d9d;
    padding: 0 15px;
    margin: 17px 0 0;
    /*border-radius: 4px 4px 0 0;*/
}

.nav-list > li {
    list-style: none;
}

.nav-list {
    margin: 0;
    padding: 0;
}

    .nav-list > li > a {
        position: relative;
        display: block;
        color: #ccc;
        -webkit-transition: all .9s ease;
        -o-transition: all .9s ease;
        transition: all .9s ease;
        padding: 0 15px;
        margin: 10px 0px;
    }

.navbar-inverse {
    background: #f2f3f4;
    border-bottom: 1px solid #ef2c01;
    -webkit-box-shadow: 1px 0 10px grey;
    box-shadow: 1px 0 10px grey;
    padding: 8px 0;
}

.dropdown-menu > li > a {
    white-space: normal;
    color: #666;
    border-bottom: 1px solid #e8e8e8;
    font-size: 9px;
    padding: 8px;
}

.bootstrap-select.btn-group .dropdown-menu {
    background: #fff !important;
    border: 1px solid #f2f2f2;
}

.dropdown-scroll {
    overflow-y: scroll;
    max-height: 150px;
}

.bootstrap-select.btn-group .dropdown-menu {
    background: #ccc;
    border: 1px solid #535353;
    z-index: 10001;
}

.navbar-inverse .navbar-nav > .active > a {
    background: #000;
    color: #fff;
}

.menu_bg {
    background: #fff;
}

.inline-block {
    display: inline-block;
}

.blkLbl {
    display: block;
}

.radio_btn p {
    padding-right: 20px;
    float: left;
    line-height: 20px;
    margin-bottom: 0;
}

.radio_btn input[type="radio"] {
    margin-right: 5px;
    float: left
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

a:link, a:visited {
    text-decoration: none;
    /*color: #212529;*/
}

a:hover, a:active {
    text-decoration: none;
    color: #fff;
}

.text-white {
    color: #fff !important;
}

.header a {
    color: #E5E5E5;
}

    .header a:hover {
        text-decoration: none;
        color: #333;
    }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dx-row.dx-column-lines.dx-header-row {
    background-color: #f1f1f1;
    font-size: 14px !important;
    font-weight: 600;
    color: #0a0a0a;
}

.dx-datagrid-pager.dx-pager {
    background-color: #f1f1f1;
    font-size: 14px !important;
    font-weight: 600;
    color: #0a0a0a;
}

.dx-header-row > td > .dx-datagrid-text-content {
    padding: 10px 0px 10px 0px !important;
}

.dx-datagrid.dx-datagrid-borders > .dx-datagrid-pager {
    margin-top: 0px !important;
}

.dx-pager {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

    .dx-pager .dx-pages .dx-selection {
        background-color: #878585 !important;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.alRt {
    text-align: right;
}

.alLt {
    text-align: left;
}

.wrapper {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    /*display:flex;*/
}

.str_date {
    text-decoration: underline
}

.searchBar {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.panel {
    border: 1px solid #e3e6f0;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

.rptPanel {
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 0;
}

.rptSection {
    margin: 0 20px 20px 0;
    border-radius: 10px;
}

.rptMis {
    height: 310px;
    overflow: auto;
    margin-top: 10px;
}

    .rptMis a {
        display: block;
        margin: 0 0 6px;
        font-size: 11px;
        border-bottom: 1px solid #ccc;
        line-height: 12px;
        padding: 8px 0 6px;
    }

.listitem {
    background-color: #f8f9fc;
    border: 1px solid #e3e6f0;
    border-radius: 5px 5px 0 0;
    padding: .75rem 1.25rem;
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    min-height: 20px;
    list-style-type: none;
    margin: 2px,0,0,-10px !important;
}

.pull-center {
    text-align: center;
}

.listul {
    padding: 0;
}

    .listul li {
        margin: 0 5px 5px 5px;
    }

.InlineReportDiv {
    display: inline-block;
    padding: 20px 0;
}

.panelB {
    border: 3px solid #345D7D;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 0;
}

.btnEditScore, .btnDeleteScore {
    border: none;
    background: none;
    padding: 0;
}

.btn-xrt {
    background: #CDCDCD;
    /*font-family: roboto;*/
    color: #000;
    padding: 2px 2px 2px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    border: #CDCDCD
}

a.btn-xrt {
    color: #000;
}

.btn-xrt a:link, .btn-xrt a:visited {
    color: #000;
}

.btn-xrt a:active, .btn-xrt a:hover {
    color: #fff;
}

.tbl_xrt {
    padding-left: 0;
}

    .tbl_xrt li {
        list-style: none;
        display: inline-block;
        padding-left: 0;
    }

.btn-xrt:hover, .btn-xrt:visited, .btn-xrt:focus {
    background: #a7a5a5;
    color: #fff;
}

.dayMthCheck .btn {
    font-size: 11px;
}

.dayMthCheck .btn-primary {
    background: #d33800;
    border: 1px solid #FB8000;
}

.dayMthCheck .btn-default {
    background: #A61D00;
    border: 1px solid #FB8000;
    color: #fff;
}

.dayMthCheck .toggle-off.btn {
    padding-left: 14px;
}


.icnBtn {
    color: #fff;
}

.tab360 {
    margin: 20px 0 0 0;
    padding: 0;
}

    .tab360 li:hover {
        background: #345D7D;
    }

    .tab360 li a:hover {
        color: #fff;
    }

    .tab360 li {
        background: #e9ecef;
        background: -webkit-gradient(linear,left bottom, left top,from(#f9fafb), color-stop(80%, #b2b4b7));
        background: -o-linear-gradient(bottom,#f9fafb 0%, #b2b4b7 80%);
        background: linear-gradient(0deg,#f9fafb 0%, #b2b4b7 80%);
        background: -moz-linear-gradient(0deg,#f9fafb 0%, #b2b4b7 80%);
        list-style: none;
        display: inline-block;
        padding: 3px 10px;
        font-size: 0.9em;
        border-radius: 4px 4px 0 0;
        text-transform: capitalize;
        border: 1px solid #355D80;
        border-bottom: none;
    }

        .tab360 li.active {
            background: #345D7D;
        }

            .tab360 li.active a {
                color: #fff;
            }

        .tab360 li a {
            color: #000;
        }

.vis-item .vis-item-content {
    background: #A7D2DB;
    border: 2px solid #fff;
    -webkit-box-shadow: 2px 2px 5px grey;
    box-shadow: 2px 2px 5px grey;
}


.vis-item.vis-box {
    text-align: center;
    border-style: solid;
    border-radius: 2px;
    border-color: #A7D2DB;
}

.vis-timeline {
    border: 1px solid #356083;
}


.panel_sub {
    border: 1px dotted #333;
    padding: 15px;
    background: #fff;
    margin: 25px 0;
}

.admNav {
    background: #fff;
    /*border-bottom: 1px solid #b4bac5;*/
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -6px #b4bac5;
    box-shadow: 0 8px 6px -6px #b4bac5;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: none;
    color: #000;
    margin: 0 30px;
}

    .breadcrumb a {
        color: #000;
        font-weight: 700;
        text-decoration: underline;
    }

    .breadcrumb > li + li:before {
        color: #000;
    }

.admNav a {
    color: #767474;
    /*text-transform: capitalize;*/
    margin: 0 15px 0 0;
}

    .admNav a:last-child {
        margin-right: 0;
    }

.admNav span a {
    text-decoration: underline;
    font-weight: 700;
}

span#spanNotificationCount {
    display: inline-block;
    background: #17a2b8;
    color: #fff;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.infoPage ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}

    .infoPage ul li {
        list-style: none;
        font-size: 12px;
        width: 25%;
        padding: 20px;
        background-color: #fff;
        margin: 10px;
    }

        .infoPage ul li:hover {
            border: 2px solid #A61D00;
        }

.blueBox {
    border: 2px solid #1874d8
}

.greenBox {
    border: 2px solid #00A65A
}

.redBox {
    border: 2px solid red
}

.loHead {
    clear: both;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .loHead span {
        float: left;
        font-size: 14px;
        /*font-family: robotoCon;*/
        font-weight: 600;
        margin-right: 20px;
        /*text-transform: uppercase;*/
    }

.customerDiv a:link, .customerDiv a:active {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.customerDiv a:hover, .customerDiv a:visited {
    color: #000;
    text-decoration: underline;
}

.border_h a {
    color: #000;
}

.border_h {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.globeCircle {
    height: 100px;
    width: 100px;
    background-color: transparent;
    border: 3px solid transparent;
    border-radius: 50%;
    display: block;
    padding: 47px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 35px 5px;
}


    .globeCircle:hover {
        border: 3px solid #A61D00;
        cursor: pointer;
        color: #A61D00;
        padding: 30px 0 0;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

.active .globeCircle {
    border: 3px solid #000;
    cursor: pointer;
    color: #000;
    padding: 30px 0 0;
}

.globeCircle.active {
    border: 3px solid #000;
    cursor: pointer;
    color: #000;
    padding: 30px 0 0;
}

.active .toggle-trigger {
    cursor: pointer;
    color: #000;
}

.toggle-trigger a:hover {
    color: #333;
    cursor: pointer;
}

.glButtons {
    /*text-transform: uppercase;*/
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff;
    /*border: 1px solid #C1C8D0;*/
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 45px;
}

.glButtons1 {
    /*text-transform: uppercase;*/
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal;
    padding: 0 0 20px;
}

.glButtons a {
    color: #000;
}

.glI {
    font-size: 35px;
    color: #a7a7a7;
}


.glISub {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
}

.toggle-content {
    display: none;
    font-size: 14px;
    padding: 15px;
    background: #fff;
    color: #333;
    position: absolute;
    z-index: 1000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08) !important;
    -webkit-transition: top .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: top .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out,top .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,top .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,top .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    margin-top: -10px;
    text-align: left;
}

    .toggle-content:before {
        position: absolute;
        top: -12px;
        left: 60px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 12px solid #000;
    }

    .toggle-content ul {
        padding-left: 0;
        margin-bottom: 0;
    }


        .toggle-content ul li {
            text-align: left;
            list-style: none;
            padding-left: 0;
            margin: 0;
            border-bottom: 1px solid #535353;
            padding: 0;
        }

            .toggle-content ul li:last-child {
                border-bottom: none;
            }

            .toggle-content ul li a {
                color: #535353;
                display: block;
                padding: 10px;
            }

                .toggle-content ul li a:hover {
                    color: #fff;
                    font-weight: normal;
                }

.toggle-trigger {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 15px;
}




.globeCircle:hover {
    border: 3px solid #0067b8;
    cursor: pointer;
    color: #333;
    padding: 30px 0 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.active .globeCircle {
    border: 3px solid #000;
    cursor: pointer;
    color: #000;
    padding: 30px 0 0;
}

.active .toggle-trigger {
    cursor: pointer;
    color: #000;
}

.toggle-trigger:hover {
    color: #A61D00;
    cursor: pointer;
}


.glButtons {
    /*text-transform: uppercase;*/
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.glI {
    font-size: 35px;
    color: #ef0800;
}

    .glI:hover {
        font-size: 35px;
        color: #858796;
    }

.glISub {
    font-size: 16px;
    margin-right: 10px;
}

.toggle-content {
    font-size: 14px;
    padding: 0;
    min-width: 200px;
    background: #fff;
    color: #333;
    position: absolute;
    z-index: 4000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08) !important;
    -webkit-transition: top .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: top .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out,top .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,top .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,top .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    margin-top: -10px;
    text-align: left;
}

    .toggle-content:before {
        position: absolute;
        top: -12px;
        left: 85px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 12px solid #000;
    }

    .toggle-content ul {
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .toggle-content .fas {
        color: #ed3338;
    }


    .toggle-content ul li {
        text-align: left;
        list-style: none;
        padding-left: 0;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
        padding: 0;
    }

        .toggle-content ul li:last-child {
            border-bottom: none;
        }

        .toggle-content ul li a {
            color: #666;
            display: block;
            padding: 10px;
        }

            .toggle-content ul li a:hover {
                color: #333;
                font-weight: normal;
            }

.text-danger {
    display: block;
    color: #b94a48;
}

.seTab li {
    list-style: none;
}

.fleft {
    float: left
}



.nav .caret {
    border-top-color: #666;
    /* border-bottom-color: #428bca; */
}


.title {
    font-weight: bold;
    /*text-transform:uppercase;*/
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    font-size: 12px;
}

.pdSpace {
    padding: 30px;
}

.dataTables_wrapper .row {
    padding: 0;
}

#tbl-NRBDirectives {
    max-width: 300px;
}

    #tbl-NRBDirectives th, #tbl-NRBDirectives td {
        text-align: center;
    }

.marTop {
    margin-top: 15px;
}

.marBot {
    margin-bottom: 15px;
}

.lblMid {
    padding: 6px 10px 0 0;
    vertical-align: top;
}

.col-md-1A {
    width: 13%;
}

.col-md-1B {
    width: 14.5%;
}

.noFlo {
    float: none;
    width: auto;
}
/*label{margin-bottom:0;}*/
#approvalUnit-Create, .table td.wrapper {
    width: auto;
}

.wrapper .button {
    position: static
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.control-input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.error {
    color: red;
}

#logExportTable_length {
    display: none;
}



table.camTable {
    width: auto;
    border: 1px solid #f3f0f0;
    text-align: left;
    margin: 20px 0;
    line-height: normal;
}

.camTable td {
    width: auto;
}

.dark-border table td, .dark-border table th {
    border: solid 1px #000 !important;
}

table.actPerform {
    width: auto;
    border: 1px solid #ccc;
    text-align: left;
    margin: 20px 0;
    line-height: 14px;
}

.actPerform td {
    width: auto;
}

.actPerform th {
    background: #666;
    /*width:50%;*/
    border-bottom: 1px solid #f1f1f1;
}

.actPerform tbody:hover td {
    cursor: pointer;
    color: #000;
    text-shadow: none;
    width: auto;
    font-size: 12px;
}

.line-h {
    line-height: 24px;
}


.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}


.clearfix1::after {
    content: "";
    clear: both;
    display: table;
}

.header {
    background: #000;
    padding: 0;
    border-bottom: 2px solid #EF2C01;
    -webkit-box-shadow: 1px 0 10px grey;
    box-shadow: 1px 0 10px grey;
    z-index: 1000;
}

    .header ul {
        background: black;
        list-style: none;
        margin: 0;
        padding-left: 0;
        font-size: 12px;
        text-transform: uppercase;
    }

    .header li {
        display: block;
        float: left;
        padding: 13px 0.7rem;
        margin: 11px 0 0;
        border-radius: 4px 4px 0 0;
        position: relative;
        text-decoration: none;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        border-left: 1px solid #333;
    }

        .header li:first-child {
            border-left: none;
        }

        .header li a {
            color: #ccc;
            margin: 0 2px;
        }

        .header li:hover a {
            color: #A61D00;
        }


        .header li:hover {
            background: #E5E5E5;
            cursor: pointer;
        }

.logo {
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.faSize {
    font-size: 16px;
    color: #676767;
}


.nav-tabs {
    list-style: none;
    padding: 0;
    /*border-bottom: 0;*/
}

.menuInfo {
    left: -114px;
    text-align: right;
}

.txtRight {
    text-align: right;
}

.midNav {
    float: left;
}

.leftNav {
    float: right
}

.taskMen {
    min-width: 15px;
}




.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/*.nav > li:first-child a {
    border-left: none;
}*/


.navbar-brand {
    padding: 9px 10px 9px 0;
}

.nav-tabs > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 6px;
    /*color: #ccc;*/
    /*text-transform: uppercase;*/
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    margin-left: -24%;
}

.nav-tabs > li > a {
    border: solid 1px #ccc;
    background: #fff;
    color: #494747;
    margin-right: 10px;
    border-radius: 5px 5px 0 0 !important;
    padding: 8px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    opacity: 0.60;
}

.nav-tabs > li > ul > li > a {
    border: 1px solid;
    background: #62646b;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: #d5d5d5;
    color: #4d4d4d;
    cursor: pointer;
}

.nav-tabs > li > ul > li > a:hover, .nav-tabs > li > ul > li > a:focus {
    text-decoration: none;
    background: #A61D00;
    color: #fff;
    cursor: pointer;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #A61D00;
    border-color: #A61D00;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #30BA9F;
    border-bottom: none;
    border-radius: 35px;
    border-bottom-color: transparent;
    opacity: 1;
}


.icon {
    display: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #535353;
    border-color: #535353;
}

.panel-header {
    /*border-bottom: 1px solid #e3e6f0;*/
    font-weight: 700;
    padding-bottom: 2px;
    font-size: 16px;
}

.panel-subheader {
    color: #114b95;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #e3e6f0;
}
/* NOTE: need not use this class if .panel-subheader is used in the div */
.panel-subheader-title {
    color: #114b95;
    font-size: 14px;
    font-weight: 600;
}

.dotL {
    color: #114b95;
    /* margin-bottom: 20px; */
    font-weight: 600;
    font-size: 14px;
    /* padding-bottom: 1px; */
    /*position: relative;*/
    /*border-bottom: solid 1px #114b95;*/
}

.dotL1 {
    border-bottom: 2px dotted #000;
}

h4.dotL a {
    color: #333;
}

.spUse {
    margin: 0 10px
}

.amt360 {
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 5px #666;
    box-shadow: 0px 1px 5px #666;
    border: 1px solid #ccc;
    margin: 20px 0;
}

.row360_1 {
    background: #F5C8C2;
    padding: 10px;
    border: 3px solid #B13C2E;
}

.row360_2 {
    background: #C1F2FF;
    padding: 10px;
    border: 3px solid #009ABF;
}

.row360_3 {
    background: #BFFFE2;
    padding: 10px;
    border: 3px solid #008548;
}

.row360_4 {
    background: #FCE3BA;
    padding: 10px;
    border: 3px solid #C27D0E;
}

.row360_5 {
    background: #fff;
    padding: 10px;
    border: 3px solid #993300;
}

.row360_6 {
    background: #fff;
    padding: 10px;
    border: 3px solid #990000;
    float: left;
    margin: 0 10px;
    display: table;
}

    .row360_6 a {
        color: #000;
    }

.row360_1 em {
    font-weight: bold;
    font-size: 1.2em;
}

.marSide {
    margin: 0 10px;
}

.marSide25 {
    margin: 0 25px;
}

.amt360 span {
    font-weight: bold;
}

.frame360 {
    height: 65px;
    padding: 12px 15px;
    width: 65px;
    border: 1px solid #666;
    border-radius: 50%;
    display: inline-block;
}

.add360 {
    font-size: 12px;
}

.name360 {
}

.header-360 {
    background-color: #345D7D;
    padding: 5px 14px;
    z-index: 100;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

    .header-360 a {
        text-decoration: underline;
    }

        .header-360 a:hover {
            text-decoration: none;
        }

.col360 {
    height: 66vh;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
    position: relative;
}


footer {
    background: #454545;
    border-top: 1px solid #454545;
    padding: 10px;
    color: #fff;
    z-index: 20;
}

#sidebarCollapse {
    display: none;
}

.loginPage {
    background: url(images/loginBg.png) no-repeat bottom right #F26B29;
    background-size: contain;
}


.tab-content > .active, .pill-content > .active {
    /* padding-left: 25px;
    padding-right: 25px;*/
    min-height: 310px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    /*padding-left: 15px;
    padding-right: 15px;*/
}


/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.highcharts-title {
    font-size: 30px;
    /*font-family: raleway;*/
    /*text-transform: uppercase;*/
    border-bottom: 2px dotted #333;
    padding-bottom: 10px;
}

.highcharts-root {
    font-family: 'Montserrat' !important;
}

.fContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .fContent .col-md-5, .fContent .col-md-2 {
        padding-left: 0;
    }

.hContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

/*.hContent > div {
        margin: 0 10px 10px 0px;
        padding: 0 25px;
        background: #fff;
        border: 1px solid #ccc;
        box-sizing: border-box;
        width: 50%;       
    }*/

.fContent > div {
    margin: 10px 20px 30px 0px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.relatedPersonDetail h2 {
    font-size: 15px;
    border-bottom: 2px dotted #ccc;
    color: #000;
}

.DisplayLabel {
    font-size: 15px;
    border-bottom: 2px dotted #ccc;
    color: #000;
    display: block;
}

.permanentAddressDiv .row > h2 {
    font-size: 15px;
    margin-top: 0;
}

.temporaryAddressDiv .row > h2 {
    font-size: 15px;
    margin-top: 0;
}

.text-normal {
    font-weight: 300;
}

.fbox1 .row {
    padding: 7px 20px;
}

/*login Page css
*/

.body-content {
    margin-top: 0;
    /*min-height: calc(100vh - 250px);*/
}


.clear {
    clear: both;
}


h2 span {
    color: #ef6f1c;
}

form.active {
    display: block;
}

form.login {
    max-width: 1052px;
    margin: 98px auto 0;
    /*font-family: roboto;*/
    padding: 65px;
    background: url('../../Content/images/xmartCLogin_bg.png') no-repeat right;
    background-size: contain;
    min-height: 372px;
}

.login input[type="text"] {
    border: 1px solid #fff;
    padding: 14px;
    margin-bottom: 10px;
    background: #fff;
    margin-left: -10px;
    border-left: none;
    width: 40%;
}

.login input[type="password"] {
    border: 1px solid #fff;
    padding: 14px;
    margin-bottom: 24px;
    background: #fff;
    margin-left: -10px;
    border-left: none;
    width: 40%;
}

.login input[type="password"] {
    /*height:10%;*/
}

.login label {
    /*font-family: roboto;*/
    display: inline;
    color: black;
    text-transform: uppercase;
    background-color: #FAFFBD;
    padding: 14px 10px 15px;
    border: 1px solid #fff;
}

.login input[type="submit"] {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    /*font-family: roboto;*/
    font-size: 19px;
    text-transform: uppercase;
    padding: 14px;
    text-align: center;
    width: 50%;
    cursor: pointer;
}

    .login input[type="submit"]:hover {
        background: #333;
        border: 1px solid #333;
        color: #fff;
    }



/*.col-md-2, .col-md-4, .col-md-12, .col-xs-6, .col-md-3, .col-md-6, .col-md-5 {
    padding-left: 0;
}*/
.label-title {
    /*background-color: #E5A713;*/
    color: #000000;
    padding-top: 6px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    /* height: 32px;
    font-size: 14px;
}

.Form {
    background-color: #66CCFF;
}

.form-panel {
    /*background-color: lightgray;*/
}

/*.row {
    margin-top: 5px;
    padding: 5px 10px 5px 20px;
}*/
.container, .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 100%;
}

.header-group {
    /*font-family: raleway;*/
    text-transform: uppercase;
    color: black;
    text-align: left;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 0 10px;
    border-bottom: 2px solid #ccc;
}


/*p {
    text-align: justify;
}*/

.dynamicDashValue {
    color: #1304fb;
}

.dynamicValue {
    color: #1304fb;
}

.vertical-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}



.glyphicon, a {
    cursor: pointer;
    z-index: 1;
}


.DatePicker {
    background-image: url(Icons/calender.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

input [data-val-required], select[data-val-required] {
    /*background-image: url('Icons/Required.png');
    background-repeat: no-repeat;
    background-position: right;*/
}

.big-checkbox {
    width: 20px;
    height: 20px;
}

.pull-rightWithMargin {
    float: right !important;
    margin: 0mm 10mm 0mm 0mm;
}

@media print {
    .pagebreak-before {
        page-break-before: always;
    }

    @page {
        margin: 20mm 5mm 5mm 10mm;
    }

    img {
        bottom: 1mm;
        right: 0mm;
        width: 20mm;
        height: 20mm;
        position: fixed;
    }
}

.bootstrap-select {
    position: relative;
}





.block-window {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('images/progress.gif') 50% 50% no-repeat;
}

.spinner-message {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .block-window {
        display: block;
    }



/*from lte*/

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px
}

    .info-box small {
        font-size: 14px
    }

    .info-box .progress {
        background: rgba(0, 0, 0, 0.2);
        margin: 5px -10px 5px -10px;
        height: 2px
    }

        .info-box .progress,
        .info-box .progress .progress-bar {
            border-radius: 0
        }

            .info-box .progress .progress-bar {
                background: #fff
            }

.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-icon > img {
        max-width: 100%
    }

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.info-box-text {
    text-transform: uppercase
}

.info-box-more {
    display: block
}

.bg-red {
    background: #DD4B39;
    color: #fff;
}

.bg-aqua {
    background: #00C0EF;
    color: #fff;
}

.bg-yellow {
    background: #F39C12;
    color: #fff;
}

.bg-green {
    background: #00A65A;
    color: #fff;
}

.box.box-solid.box-success {
    border: 1px solid #d4d4d4;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .box.box-solid.box-success > .box-header {
        color: #333;
        background: #fff;
        /*background-color: #A61D00;*/
    }

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }
/* normal table*/
table.tblPrint {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*.tblPrint th {
    background: none;
    position: relative;
    border-left: none;
    border-right: none;
}*/



/*.tblPrint tr:first-child {
    background: none;
}*/

/*.tblPrint th:first-child {
    background: none;
}*/

th:last-child {
}

/*.tblPrint td {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    position: relative;
    transition: none;
    color: #000;
}*/

/*.tblPrint td:first-child {
        box-shadow: none;
    }*/

/*.tblPrint td:last-child {
        border-right: none;
        box-shadow: none;
    }*/


/*.tblPrint tr:nth-child(odd) td {
    background: none;
}

.tblPrint tr:last-of-type td {
    box-shadow: none;
}

.tblPrint tr:last-of-type .tblPrint td:first-child {
    box-shadow: none;
}*/




/*.tblPrint tbody:hover tr:hover td {
    color: #000;
    opacity: 1;
    text-shadow: none;
}*/
.vMenu ul li {
    list-style: none;
}

.vMenu {
    color: #000;
    /*font-family: roboto;*/
    text-transform: capitalize;
    font-size: 11px;
    padding-right: 0;
}

.vTtl {
    padding: 0 10px 10px 0;
    border-bottom: 1px solid #7a7a7a;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
}

li.vTtl {
    padding: 10px;
    border-bottom: 1px solid #7a7a7a;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0;
    font-size: 15px;
}

.glSize {
    color: #acacac;
    margin-right: 10px;
    font-size: 9px;
}

.smPanel {
    max-width: 500px;
    margin: 0 auto;
}

    .mdPanel h2, .smPanel h2 {
        margin-bottom: 20px;
    }

.mdPanel {
    max-width: 800px;
    margin: 0 auto;
}

.vMenu ul {
    padding: 0 0 10px;
}

    .vMenu ul li a {
        color: #333;
        display: block;
        padding: 10px;
    }

        .vMenu ul li a:before {
            color: #111;
            content: '❯';
            margin-right: 11px;
            font-weight: bold;
        }

        .vMenu ul li a:hover:before {
            content: '❯';
            margin-right: 11px;
            margin-left: 10px;
        }


        .vMenu ul li a:hover {
            color: #000;
            font-weight: bold;
        }

    .vMenu ul li.active a {
        color: #000;
        font-weight: bold;
    }

        .vMenu ul li.active a:before {
            margin-right: 11px;
            margin-left: 10px;
        }

    .vMenu ul li {
        margin: 0;
    }

        .vMenu ul li ul {
            padding: 0;
            font-size: 11px;
        }

            .vMenu ul li ul li {
                margin: 0;
                text-transform: capitalize;
            }

@media (max-width: 767px) {
    form.login {
        margin: 20px auto 0;
        /*font-family: roboto;*/
        padding: 10px;
        /*background: url('../../Content/images/xmartCLogin_bg.png') no-repeat right;*/
        background: none;
        background-size: contain;
        min-height: 372px;
    }

    .loginPage {
        background: url(images/loginBg.png) no-repeat #F26B29;
        background-size: cover;
    }

    .login input[type="text"] {
        width: 60%;
    }

    .login input[type="password"] {
        width: 60%;
    }

    .toggle-content {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .nav > li > a .faSize {
        font-size: 15px;
        margin-right: 15px;
    }

    .nav > li > a {
        font-size: 13px;
    }

    .glButtons {
        display: block;
    }
}

@media (max-width: 768px) {
    .loHead span {
        float: none;
    }

    .form-control {
        margin: 0 0 10px;
    }

    .navbar-brand {
        padding-left: 10px;
    }

    .toggle-content:before {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    form.login {
        padding: 0;
    }

    .fContent {
        display: block;
    }

        .fContent div, .hContent div {
            width: 100%;
        }
}

@media (max-width: 1010px) {
    /*.loHead span {
            float: none;
        }*/
    .form-control {
        margin: 0 0 10px;
    }

    form.login {
        padding: 51px 32px;
    }

    .loginPage {
        background-size: cover;
    }

    .faSize {
        font-size: 11px;
    }

    .navbar-right {
        font-size: 10px;
    }

        .navbar-right li:first-child {
            display: none;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*.loHead span {
        float: none;
    }*/
    .form-control {
        margin: 0 0 10px;
    }

    .loginPage {
        background-size: cover;
    }
}



/* -- Added by S.K for Notification background ; should be edited later -- */
.unread-notif-bg {
    background-color: #edf1f7;
    font-weight: 700;
}

.dropdown-menu li.unread-notif-bg a {
    color: #000;
}

.unread-notif-bg a:before {
    content: '!';
    color: red;
    background: #fff;
    font-weight: bold;
    border: 2px solid red;
    padding: 0 9px;
    float: right;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 50%;
}

.dropdown-menu li.mkCls {
    border-bottom: 1px solid #333;
}

    .dropdown-menu li.mkCls a {
        display: inline-block;
        clear: none;
        text-decoration: underline;
        border-bottom: none;
    }

        .dropdown-menu li.mkCls a:hover {
            text-decoration: none;
            background: none;
            color: #e41818;
        }

.dropdown-menu li a {
    color: #333;
    font-size: 12px;
    /*font-family: robotoCon;*/
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu li a:hover {
    background: #2196F3;
    color: #fff;
}

.disName {
    font-size: 16px;
}

.modal {
    z-index: 1500 !important;
}
/*Chat window displays css starts here*/
.badge {
    padding: 3px;
    font-size: 8px;
}

.ralert {
    background: red;
}

.spanUnreadCount {
    cursor: default;
    font-size: 0.6rem;
    background: #e74c3c;
    width: 2.2rem;
    height: 2.2rem;
    color: #ecf0f1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    top: -73px;
}

.xrtChatholder {
    height: 500px;
    width: 700px;
    border-radius: 30px 0 30px 0;
}

.xrtChatheader {
    padding: 10px 10px 0;
    margin: 15px 0;
}

.modal-body {
    padding: 0 15px 15px
}

.chatUserName {
    text-transform: capitalize;
}

.xrtChatPeople {
    border: 1px solid #ccc;
    height: 375px;
    overflow: auto;
}

.chat-logo {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background: white;
    padding: 17px 10px 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    bottom: -30px;
    left: 6px;
    border: 1px solid #ccc;
}

.panel-xrt {
    width: calc(100% - -121px);
    border: 1px solid #ccc;
}

.message-send::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.chatUserForm {
    margin-top: 0;
    padding: 0;
}

.xrtChatName {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    font-weight: bold;
    color: #30649c;
    text-shadow: 1px 1px 0 white;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    border-bottom: 1px solid #ccc;
}


.xrtDate {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .xrtDate span {
        background: #fff;
        padding: 0 10px;
    }

.message-send {
    -webkit-appearance: none;
    background: #9cc900;
    background: -o-linear-gradient(180deg, #00d8ff, #00b5d6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00d8ff), to(#00b5d6));
    background: -o-linear-gradient(top, #00d8ff, #00b5d6);
    background: linear-gradient(180deg, #00d8ff, #00b5d6);
    color: white;
    font-size: 12px;
    padding: 0 15px;
    border: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}


.chat-logo img {
    width: 100%;
}

.xlI {
    font-size: 24px;
    color: #A61D00
}

.divEachUser {
    padding: 10px;
    line-height: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}

.message-box-holder {
    width: 100%;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.chat-input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.chat-input {
    resize: none;
    padding: 5px 10px;
    height: 40px;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 14px;
    color: #999999;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-left: 1px solid rgba(0, 0, 0, .05);
}

    .chat-input:focus, .message-send:focus {
        outline: none;
    }

.xrt-messages {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.message-box {
    padding: 6px 10px;
    border-radius: 6px 0 6px 0;
    position: relative;
    background: rgba(100, 170, 0, .1);
    border: 2px solid rgba(100, 170, 0, .1);
    color: #6c6c6c;
    font-size: 12px;
}

    .message-box:after {
        content: "";
        position: absolute;
        border: 10px solid transparent;
        border-top: 10px solid rgba(100, 170, 0, .2);
        border-right: none;
        bottom: -22px;
        right: 10px;
    }

.chatMessageList {
    height: 300px;
    overflow: auto;
}

.hden {
    display: none;
}

.breadcrumb > li + li:before {
    padding: unset;
    content: "/";
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    min-width: 190px;
}

.divEachUser {
    padding: 10px;
}

    .divEachUser:hover {
        background-color: lightgrey;
    }

.chatMessage {
    width: 100px;
    background-color: lightcyan;
    height: 50px;
    padding: 5px;
    margin: 10px;
}

.chatUnitSent {
    margin-top: 10px;
    min-width: 50%;
    float: right;
    max-width: 80%;
    width: 60%;
}

    .chatUnitSent .chatUnit {
        padding: 6px 10px;
        border-radius: 6px 0 6px 0;
        position: relative;
        background: rgba(100, 170, 0, .1);
        border: 2px solid rgba(100, 170, 0, .1);
        color: #6c6c6c;
        overflow: auto;
        font-size: 12px;
    }

        .chatUnitSent .chatUnit:after {
            content: "";
            position: absolute;
            border: 10px solid transparent;
            border-bottom: 10px solid rgba(100, 170, 0, .2);
            border-right: none;
            top: -22px;
            right: 55px;
        }

    .chatUnitSent .chatUser {
        padding: 6px 10px 6px 6px;
        text-align: right;
        font-size: 0.8em;
    }

.chatUnitReceived {
    margin-top: 10px;
    min-width: 50%;
    float: left;
    max-width: 80%;
    width: 60%;
}
/*Chat window displays css ends here*/
/*new style by surnix*/
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.prime_logo {
    width: 170px;
    margin: 5px;
    position:absolute;
    top:0px;
}
#imagecredit {
    width: 200px;
   
}
/*font size*/
.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.pass .fas, .pass .far {
    padding: 0px 5px;
    color: #ef0800;
}

.pass :hover .fas, .pass :hover .far {
    color: #333;
}

.pass.active .fas, .pass.active .far {
    color: #333;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
    color: #333;
}

.customer-card {
    min-width: 250px;
    min-height: 135px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

    .card-header h6 {
        font-size: 14px;
        /*font-family: roboto;*/
    }

.shadow {
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}
/*flex */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.w-50 {
    width: 50%;
}

.text-primary {
    color: #4e73df !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.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-auto, .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-lg-auto, .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-md-auto, .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-sm-auto, .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, .col-xl-auto {
    position: relative;
    padding-right: .75rem;
    padding-left: .75rem;
}

.border-left-primary {
    border-left: .35rem solid #4e73df !important;
}

.border-left-success {
    border-left: .35rem solid #1cc88a !important;
}

.border-left-info {
    border-left: .35rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: .35rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: .35rem solid #e74a3b !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.text-info {
    color: #36b9cc !important;
}

.text-gray-100 {
    color: #f8f9fc !important
}

.text-gray-200 {
    color: #eaecf4 !important
}

.text-gray-300 {
    color: #dddfeb !important
}

.text-gray-400 {
    color: #d1d3e2 !important
}

.text-gray-500 {
    color: #b7b9cc !important
}

.text-gray-600 {
    color: #858796 !important
}

.text-gray-700 {
    color: #6e707e !important
}

.text-gray-800 {
    color: #5a5c69 !important
}

.text-gray-900 {
    color: #3a3b45 !important
}

.text-success {
    color: #1cc88a !important;
}

/*font-size*/
.text-12 {
    font-size: 12px !important
}

.text-14 {
    font-size: 14px !important
}

.text-16 {
    font-size: 16px !important
}

.text-18 {
    font-size: 18px !important
}

.text-20 {
    font-size: 20px !important
}

.text-24 {
    font-size: 24px !important
}

.text-30 {
    font-size: 30px !important
}

.text-36 {
    font-size: 36px !important
}

.text-40 {
    font-size: 40px !important
}

.text-bold {
    font-weight: bold;
}
/*.h5, h5 {
    font-size: 24px;
}*/

.navbar-inverse .navbar-nav > li > a {
    color: #333;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

.table > thead:first-child > tr:first-child > th {
    border-top: solid 1px #ccc !important;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.bg-gradient-primary {
    background-color: #4e73df;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(10%, #4e73df),to(#224abe));
    background-image: -o-linear-gradient(top,#4e73df 10%,#224abe 100%);
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover;
}




/*btn*/
.btn {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /*border: 1px solid transparent;*/
    padding: 6px 15px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 35px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #858796;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .25);
    box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff !important;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus,
    .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5);
        box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5)
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5);
            box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5)
        }

.btn-secondary {
    color: #fff !important;
    background-color: #858796;
    border-color: #858796;
    font-size: 12px;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus,
    .btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(151, 153, 166, .5);
        box-shadow: 0 0 0 .2rem rgba(151, 153, 166, .5)
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(151, 153, 166, .5);
            box-shadow: 0 0 0 .2rem rgba(151, 153, 166, .5)
        }

.btn-success {
    color: #fff !important;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus,
    .btn-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5);
        box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5);
            box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5)
        }

.btn-info {
    color: #fff !important;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus,
    .btn-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(84, 196, 212, .5);
        box-shadow: 0 0 0 .2rem rgba(84, 196, 212, .5)
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active,
    .btn-info:not(:disabled):not(.disabled):active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus,
        .btn-info:not(:disabled):not(.disabled):active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(84, 196, 212, .5);
            box-shadow: 0 0 0 .2rem rgba(84, 196, 212, .5)
        }

.btn-warning {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus,
    .btn-warning:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(247, 203, 91, .5);
        box-shadow: 0 0 0 .2rem rgba(247, 203, 91, .5)
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active,
    .btn-warning:not(:disabled):not(.disabled):active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus,
        .btn-warning:not(:disabled):not(.disabled):active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(247, 203, 91, .5);
            box-shadow: 0 0 0 .2rem rgba(247, 203, 91, .5)
        }

.btn-danger {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus,
    .btn-danger:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(235, 101, 88, .5);
        box-shadow: 0 0 0 .2rem rgba(235, 101, 88, .5)
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active,
    .btn-danger:not(:disabled):not(.disabled):active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(235, 101, 88, .5);
            box-shadow: 0 0 0 .2rem rgba(235, 101, 88, .5)
        }

.btn-light {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #e6e6e6
}

    .btn-light:hover {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus,
    .btn-light:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(220, 221, 225, .5);
        box-shadow: 0 0 0 .2rem rgba(220, 221, 225, .5)
    }

    .btn-light.disabled,
    .btn-light:disabled {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:not(:disabled):not(.disabled):active,
    .show > .btn-light.dropdown-toggle {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus,
        .btn-light:not(:disabled):not(.disabled):active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(220, 221, 225, .5);
            box-shadow: 0 0 0 .2rem rgba(220, 221, 225, .5)
        }

.btn-dark {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus,
    .btn-dark:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(115, 116, 128, .5);
        box-shadow: 0 0 0 .2rem rgba(115, 116, 128, .5)
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active,
    .btn-dark:not(:disabled):not(.disabled):active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus,
        .btn-dark:not(:disabled):not(.disabled):active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(115, 116, 128, .5);
            box-shadow: 0 0 0 .2rem rgba(115, 116, 128, .5)
        }

.btn-outline-primary {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .5);
        box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .5)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .5);
            box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .5)
        }

.btn-outline-secondary {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus,
    .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(133, 135, 150, .5);
        box-shadow: 0 0 0 .2rem rgba(133, 135, 150, .5)
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(133, 135, 150, .5);
            box-shadow: 0 0 0 .2rem rgba(133, 135, 150, .5)
        }

.btn-outline-success {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus,
    .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(28, 200, 138, .5);
        box-shadow: 0 0 0 .2rem rgba(28, 200, 138, .5)
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active,
    .btn-outline-success:not(:disabled):not(.disabled):active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(28, 200, 138, .5);
            box-shadow: 0 0 0 .2rem rgba(28, 200, 138, .5)
        }

.btn-outline-info {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus,
    .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(54, 185, 204, .5);
        box-shadow: 0 0 0 .2rem rgba(54, 185, 204, .5)
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active,
    .btn-outline-info:not(:disabled):not(.disabled):active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(54, 185, 204, .5);
            box-shadow: 0 0 0 .2rem rgba(54, 185, 204, .5)
        }

.btn-outline-warning {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus,
    .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(246, 194, 62, .5);
        box-shadow: 0 0 0 .2rem rgba(246, 194, 62, .5)
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active,
    .btn-outline-warning:not(:disabled):not(.disabled):active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(246, 194, 62, .5);
            box-shadow: 0 0 0 .2rem rgba(246, 194, 62, .5)
        }

.btn-outline-danger {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus,
    .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(231, 74, 59, .5);
        box-shadow: 0 0 0 .2rem rgba(231, 74, 59, .5)
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(231, 74, 59, .5);
            box-shadow: 0 0 0 .2rem rgba(231, 74, 59, .5)
        }

.btn-outline-light {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus,
    .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 252, .5);
        box-shadow: 0 0 0 .2rem rgba(248, 249, 252, .5)
    }

    .btn-outline-light.disabled,
    .btn-outline-light:disabled {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active,
    .btn-outline-light:not(:disabled):not(.disabled):active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 252, .5);
            box-shadow: 0 0 0 .2rem rgba(248, 249, 252, .5)
        }

.btn-outline-dark {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus,
    .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(90, 92, 105, .5);
        box-shadow: 0 0 0 .2rem rgba(90, 92, 105, .5)
    }

    .btn-outline-dark.disabled,
    .btn-outline-dark:disabled {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active,
    .btn-outline-dark:not(:disabled):not(.disabled):active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(90, 92, 105, .5);
            box-shadow: 0 0 0 .2rem rgba(90, 92, 105, .5)
        }

.btn-link {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus,
    .btn-link:focus {
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link.disabled,
    .btn-link:disabled {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: 10px;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}


table {
    border-collapse: collapse;
    width: 100%;
    /*word-break: break-word;*/
}

    table td, table th {
        border: 1px solid #ddd;
        padding: 4px 6px;
    }

#report table td, #report table th {
    border: 1px solid black;
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
    vertical-align: top;
}

table.no-border > tbody > tr > td, table.no-border > tbody > tr > th,
table.no-border > thead > tr > td, table.no-border > thead > tr > th,
table.no-border > tr > td, table.no-border > tr > th {
    border: none !important;
}

.table-striped tr:nth-child(even) {
    background-color: #f4f4f4;
}

/*table tr:hover {
        background-color: #ddd;
    }*/

table th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #f1f1f1;
    color: #3c3c3c;
    font-size: 11px;
}

.table > tbody > tr > th {
    border-top: 1px solid #ddd !important;
}
/*table with no border and padding*/
.default-table {
    border-collapse: collapse;
    width: 100%;
    word-break: break-word;
}

    .default-table th {
        background: none;
    }

    .default-table tr:nth-child(even) {
        background: none;
    }

    .default-table td {
        padding: 5px;
        border: 0;
    }

    .default-table th {
        padding: 5px;
        background: #e7e7e7;
    }

.p5-table {
    border-collapse: collapse;
    width: 100%;
    word-break: break-word;
}

    .p5-table th {
        background: none;
    }

    .p5-table tr:nth-child(even) {
        background: none;
        border: 1px solid #ddd;
    }

    .p5-table td, .p5-table th {
        padding: 5px;
        border: 0;
    }

.page-section {
    margin-bottom: 10px;
}

    .page-section table td, .page-section table th {
        padding: 2px 10px;
    }

/*#custTable a {
    color: #4c4c4c;
    font-size:14px;
}*/
/*#custTable a:hover {
        color: #9a9a9a;
        font-size: 14px;
    }*/
.control-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-control {
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    padding: 5px 6px;
    border: 1px solid #dbdbdb;
    color: #222020;
}

.text-warning {
    color: #333;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #333;
}

.toggle-off.btn-sm {
    padding-left: 4px !important;
    padding-top: 7px;
}

.toggle-on.btn-sm {
    padding-right: 4px !important;
    padding-top: 7px;
}

.score {
    font-size: medium;
    text-align: center;
    /* background-color: cornsilk; */
    word-spacing: 0.12ex;
    padding: 15px;
    margin-top: 15px;
}

.labelhead {
    font-size: 13px;
    font-weight: 700;
}


/*drag and drop pannel*/
.min-scroll {
    height: 300px;
    overflow: auto;
}

.min-scroll_plus {
    height: calc(300px + 60px);
    overflow: auto;
}

.scroll-div {
    height: 60vh;
    overflow: auto;
}

.listitem-round {
    border: solid 1px #1cc88a !important;
    border-radius: 35px;
    padding: 8px 10px;
    color: #444;
    list-style: none;
    margin: 0 10px 10px 10px !important;
    cursor: pointer;
    background: #fff;
}

.listitem-round_user {
    border: solid 1px #36b9cc !important;
    border-radius: 35px;
    padding: 8px 10px;
    color: #444;
    margin: 0 10px 10px 10px !important;
    list-style: none;
}

.badge-light {
    padding: 4px 8px;
    font-size: 10px;
    background: #fff;
    color: #333;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1px;
    overflow: hidden;
    background: #e9ecef;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 5px 0;
}
/*highchart*/
.highcharts-container {
    width: auto !important;
}

.highcharts-root {
    min-height: 400px !important;
}

.navbar-left_head {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #3f6ad8 !important;
    white-space: nowrap;
}

.navbar-leftlink-inner {
    max-height: calc(100vh - 9rem);
    overflow-y: auto;
}

.navbar-leftlink {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    z-index: 1000;
    height: calc(100% - 9rem);
    overflow-y: auto;
}

    .navbar-leftlink li {
        border-bottom: 1px solid #e3e3e3;
        display: block;
        list-style-type: none;
        margin: 0;
    }

        .navbar-leftlink li a.active {
            /*background: #f5f5f5;*/
            font-weight: bold;
        }

        .navbar-leftlink li a {
            border: none;
            border-radius: 0;
            color: #292929;
            display: block;
            font-size: 1.077em;
            font-weight: 500;
            padding: 12px 20px;
            position: relative;
            text-transform: none;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
        }

.overflowauto {
    overflow: auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic !important;
    font-size: 12px !important;
    padding-right: 4px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic !important;
    font-size: 12px !important;
    padding-right: 4px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic !important;
    padding-right: 4px;
    font-size: 12px !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic !important;
    font-size: 12px !important;
    padding-right: 4px;
}

.score_round {
    border: solid 1px #ddd;
    background: #eaf4fe;
    display: block;
    padding: 10px;
    border-radius: 44px;
    height: 35px;
    width: 45px;
    text-align: center;
    margin-left: 120px;
}

.customer-card .card-title {
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

    .customer-card .card-title:after {
        content: "";
        position: absolute;
        border-bottom: solid 1px #ddd;
        bottom: 0;
        left: 0;
        right: 0;
    }


.AttachmentDiv li a {
    display: inline-block;
    padding: 4px 18px;
    cursor: pointer;
}

.sticky-bar {
    padding: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 105px;
    margin-bottom: 10px;
    z-index: 1012;
    background: #fff;
}

.sticky-attchment {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    margin-bottom: 10px;
    z-index: 1003;
    overflow: auto;
    height: calc(100vh - 40px);
}

.f-width {
    margin: 0 -25px;
}

.full-width {
    width: 100% !important;
}


.fixed-btns a {
    display: block;
    padding: 10px 20px 5px;
    background: #f6a01a;
    border-radius: 5px 5px 0 0;
    color: #FFF;
}

.Number {
    text-align: right;
}

.documnet_relation .glyphicon {
    font-size: 14px;
}

/*fixed toolbar*/
.purple-bg {
    background: #3f51b5;
}

.blue-bg {
    background: #2196f3;
}

.lblue-bg {
    background: #26c6da;
}

.side-tools {
    padding: 0;
    background: 0 0;
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 20000;
    -webkit-transition: width, 0.3s;
    -o-transition: width, 0.3s;
    transition: width, 0.3s;
}

    .side-tools ul {
        display: inline;
        width: 60px;
        background-color: transparent;
        margin: 0;
        list-style-type: none;
        font-size: 0;
    }

        .side-tools ul li {
            display: block;
            margin-right: 5px;
            margin-top: 1px;
            width: 40px;
            float: right;
            -webkit-transition: background 0.3s, width 0.3s, font 0.3s;
            -o-transition: background 0.3s, width 0.3s, font 0.3s;
            transition: background 0.3s, width 0.3s, font 0.3s;
        }

            .side-tools ul li a,
            .side-tools ul li a:active,
            .side-tools ul li a:hover {
                width: 100%;
                /*background-color: #7CC144;*/
            }

            .side-tools ul li a {
                width: 60px;
                height: 40px;
                overflow: hidden;
                text-align: left;
                font-size: 1px;
                padding: 15px;
                display: inline-block;
                position: relative;
                color: #fff;
                text-decoration: none;
                line-height: 12px;
                font-weight: 300;
            }

                .side-tools ul li a .item-text {
                    display: block;
                    color: inherit;
                    opacity: 0;
                }

                .side-tools ul li a > i {
                    right: 12px;
                    top: 14px;
                    position: absolute;
                    color: #fff;
                }

            .side-tools ul li:hover {
                width: 240px;
            }

            .side-tools ul li a, .side-tools ul li a:active, .side-tools ul li a:hover {
                width: 100%;
                /*background-color: #7CC144;*/
            }

                .side-tools ul li a:active, .side-tools ul li a:hover {
                    width: 240px;
                    font-size: 14px;
                }

            .side-tools ul li:hover .item-text {
                opacity: 1;
                white-space: nowrap;
            }

.imagestyle {
    text-align: center;
}

.ui-datepicker-div {
    z-index: 23 !important;
}

.AcceptedLoanSingle {
    padding: 0px 15px;
}

.info-bar {
    color: white;
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
}

.info-message {
    background-color: #3a78c4;
    color: white;
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
}

.info-success {
    background-color: #3ac478;
    color: white;
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
}
/*font included*/
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.woff2') format('woff2'), url('/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Light.woff2') format('woff2'), url('/fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Medium.woff2') format('woff2'), url('/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Black.woff2') format('woff2'), url('/fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.woff2') format('woff2'), url('/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*.content-section .waiverDeviation table, .content-section .SecurityArrangementDetail table {
    word-break: break-word;
}*/
.content-section table {
    max-width: 100%;
    overflow: hidden;
    /*Altered two below to make word wrap work */
    word-wrap: normal !important;
    white-space: normal !important;
}

.content-section td {
    font-size: 10px;
    font-weight: 500;
}

.content-section.full-width td {
    font-size: 12px;
}

.upload_wrap .truncate {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky-feedback {
    position: fixed;
    right: 0;
    bottom: 0;
}

#spanNotificationCount:empty {
    display: none;
}

#reportContent i {
    margin-right: 10px;
}

#ui-datepicker-div {
    z-index: 2000 !important;
}

.bootbox-close-button {
    margin-top: 0 !important;
}

.BailPersonSingle, .BailPersonCompanySingle {
    margin-bottom: 10px;
    /*display: inline-block;*/
    position: relative;
}

    .BailPersonSingle:first-child::after, .BailPersonCompanySingle:first-child::after {
        border-bottom: none;
    }



    .BailPersonSingle:after, .BailPersonCompanySingle:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        width: 100%;
        top: -12px;
        border-bottom: solid 1px #d0d0d0;
    }

/*text overflow table*/
#tbl-BreakdownOfMonthlyIncome td, #tbl-WaiverOrDeferrals td {
    word-break: break-word;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    /*Altered two below to make word wrap work */
    word-wrap: normal !important;
    white-space: normal !important;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"] {
    margin: 1px 0 0;
    line-height: normal;
}

/*mini sidebar*/
.minimized {
    width: 55px !important;
    min-width: 55px !important;
    overflow-y: auto;
}

    .minimized .sidebar_heading {
        display: none;
    }

    .minimized ul > li span {
        display: none;
    }

    .minimized ul li {
        padding: 5px 20px !important;
    }

    .minimized ul {
        margin-top: 10px;
    }


        .minimized ul li.main a::before {
            content: '';
            border-left: solid 3px #4e73df;
            position: absolute;
            left: -20px;
            top: 0;
            bottom: 0;
        }

.dx-dropdowneditor-overlay-flipped {
    min-width: 250px;
}

.SectionModified {
    border: 5px solid red;
}

#PrintSection .note-editor {
    border: 8px solid #9dbf9d;
}

.table-no-overflow {
    table-layout: fixed;
}

.td-sn {
    width: 5%;
}

.table-content-break {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.table-as-div td, .table-as-div th {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hover:hover {
    background-color: #f5f2f2;
}

.chatRelated {
    display: none; /*Initially chat related ui controls should be invisible*/
}

/*Note: when cells inside ".row" aren't of same hieght, cells occuring after height difference are pulled to right side.
This height problem is in Bootstrap 3. We need to upgrade to bootstrap 4 or higher. See the link for more info.
Since the issue is caused by the difference in height, you can make columns equal height across each row.
Flexbox is the best way to do this. Use ".display-flex" with ".row" to achieve same height.
Link: https://stackoverflow.com/questions/22310912/bootstrap-row-with-columns-of-different-height*@
    */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.break-overflow {
    word-break: break-word;
}

.big-checkbox {
    transform: scale(1.2);
    display: block !important;
}

.bootbox-input-checkbox {
    display: block !important;
    transform: scale(1.2);
}

/* remove page-break in tables while printing legal documents */
.tblPrint #report .A4 tr {
    page-break-inside: initial;
}

label[for="sidebar-btn"] {
    position: inherit;
    left: 15px;
    top: 35%;
    z-index: 2;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect style='fill:rgb(83,175,166)' width='15' height='3'/><rect style='fill:rgb(83,175,166)' y='8' width='20' height='3'/><rect style='fill:rgb(83,175,166)' y='16' width='25' height='3'/></svg>");
    background-size: contain;
}
/*KSKL Report CSS*/
.heading_kskl {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 2px;
}

.subheading_kskl {
    font-size: 1em;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 4px;
}

.entityfor_kskl {
    margin-bottom: 12px;
}

.errormsg_kskl {
    margin-top: 8px;
    margin-bottom: 5px;
    
}

.disablePointerEvent {
    pointer-events: none;
    background-color: #dfdddd !important;
}
.badge-primary {
    color: #fff !important;
    background-color: #007bff !important;
    padding: 5px 5px !important;
    margin: 5px 0px !important;
}
.badge-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
    padding: 5px 5px !important;
    margin: 5px 0px !important;
}

