@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Poppins');
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 12px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #0367a6;
}

#login_bg {
    background: url(../images/bg-login.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#loginbox {
    margin-top: 50%;
    float: left;
    width: 100%;
}

.alert_msg1 {
    color: red;
}

#loginbox .panel-body {
    padding: 40px;
}

.btn-radius {
    padding: 3px 7px;
    border-radius: 22px !important;
}

.btn-radius i {
    font-size: 13px !important;
}

.la {
    font-size: 18px;
    font-weight: bold;
}

.margin-top-31 {
    margin-top: 31px;
}

#header {
    padding: 15px 0px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadada
}

.username a {
    color: #000;
    text-decoration: none;
}

.username {
    margin-top: 14px;
}

.btn {
    border-radius: 2px;
}

.btn-blue {
    background: #0367a6;
    border: 1px solid #0367a6;
    color: #fff;
    opacity: 0.9;
    transition: 0.3s;
}

.btn-blue:hover {
    opacity: 1;
    color: #fff;
}

.btn-orange {
    background: #f68b1f;
    border: 1px solid #f68b1f;
    color: #fff;
    opacity: 0.9;
    transition: 0.3s;
}

.btn-orange:hover {
    opacity: 1;
    color: #fff;
}

#bg-gray {
    background: #f7f7f7;
    float: left;
    width: 100%;
    min-height: 800px;
}

#white-bg {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #e7e7e7;
    webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
}

#white-bg1 {
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #e7e7e7;
    webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    text-align: center;
}

.thead {
    background: #0367a6;
    color: #fff;
}

.thead-i {
    background: #5cb85c;
    color: #fff;
}

#footer {
    background: #000;
    color: #fff;
    padding: 30px 0px;
    float: left;
    width: 100%;
}

.red {
    color: red;
}

.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
}

.form-control:focus {
    border-color: #0367a6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.modal-body h5 {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .container {
        width: 98%;
    }
    .modal-dialog {
        width: 70%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 667px) {
    .footer-right .tis {
        text-align: center;
    }
}

@media screen and (max-width: 736px) {
    .footer-right .tis {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .tis {
        text-align: center !important;
        display: block;
    }
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center
}

.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px
}

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scale(0.4) translate(0);
    transform: scale(0.4) translate(0)
}

.fixed-action-btn ul a.btn-floating.shown {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

.card.card-cascade .view.view-cascade.gradient-card-header .btn-floating {
    background-color: rgba(255, 255, 255, 0.2)
}

.carousel-multi-item .controls-top .btn-floating {
    background: #4285f4
}

.btn-blue {
    color: #fff;
    background-color: #1976d2 !important
}

.btn-blue:hover {
    color: #fff;
    background-color: #2083e4
}

.btn-blue:focus,
.btn-blue.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background-color: #0e4377
}

.btn-blue.dropdown-toggle {
    background-color: #1976d2 !important
}

.btn-blue.dropdown-toggle:hover,
.btn-blue.dropdown-toggle:focus {
    background-color: #2083e4 !important
}

.btn-blue:not([disabled]):not(.disabled):active,
.btn-blue:not([disabled]):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
    background-color: #0e4377 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-blue:not([disabled]):not(.disabled):active:focus,
.btn-blue:not([disabled]):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.md-form.md-outline .character-counter {
    margin-top: -.5rem
}

.counter {
    position: relative;
    top: -23px;
    left: auto;
    z-index: 2;
    padding: 1px 7px;
    margin-left: -23px;
    font-size: 11px;
    color: #fff;
    background-color: #fe1212;
    border-radius: 10em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.counter.counter-lg {
    top: -27px
}

.counter.counter-md {
    top: -19px
}

.counter.counter-sm {
    top: -15px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /* background-color: #111;*/
    background-color: #0367a6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    /* position: absolute; */
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sidenavbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: #111;*/
    background-color: #383838;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenavbar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenavbar a:hover {
    color: #f1f1f1;
}

.sidenavbar .closebtn {
    /* position: absolute; */
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenavbar {
        padding-top: 15px;
    }
    .sidenavbar a {
        font-size: 15px;
    }
}

.dot {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.sec {
    position: relative;
    right: -13px;
    top: -22px;
}

.counter.counter-lg {
    top: -24px !important;
}


/* top menu chat starts*/

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.user_info {
    margin-top: 5px;
    margin-bottom: auto;
    box-shadow: 0 0 5px 1px #f1f0f0;
    padding: 5px 20px;
}

.user_info span {
    font-size: 14px;
    color: white;
    line-height: 20px;
}

.user_info p {
    font-size: 11px;
    color: #fff;
}

.card_title {
    padding: 10px 28px;
    color: #fff;
    margin: 0px;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.inner_info {
    display: block;
    padding: 8px 0px;
}

.inner_block {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.list li {
    list-style-type: none;
}

.cardtitle {
    float: right;
}

.back_arrow {
    margin: 14px 28px;
    float: left;
}

.back_arrow i {
    color: #fff;
    font-size: 18px;
}

.userbg1 {
    background-color: #fff;
    box-shadow: 0 0 3px 1px black;
    margin-left: 0px;
}

.userbg1 p {
    color: #000;
    font-size: 12px;
}

.userbg1 span {
    color: #2e83d5;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
}

.contactbg {
    background-color: #e8e8ed;
    padding: 5px 10px;
    height: 100%;
}


/*.leftzero{
	 margin-left: 15px ! important;
}*/


/* top menu chat ends */


/* top menu client chat starts */

.mytext {
    border: 0;
    padding: 0px 10px;
    background: whitesmoke;
}

.text {
    width: 75%;
    display: flex;
    flex-direction: column;
}

.text>p:first-of-type {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    line-height: 13px;
    font-size: 12px;
    color: #fff;
}

.text>p:last-of-type {
    width: 100%;
    text-align: right;
    color: #fff;
    margin-top: 10px;
}

.text-l {
    float: left;
    padding-right: 10px;
}

.text-r {
    float: right;
    padding-left: 10px;
}


/* .avatar{
    display:flex;
    justify-content:center;
    align-items:center;
    width:25%;
    float:left;
    padding-right:10px;
} */

.macro {
    margin-top: 5px;
    width: 85%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

.msj-rta {
    float: right;
    background: #f69635;
}

.msj {
    float: left;
    background: #0367a6;
}

.msj:before {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: -14px;
    position: relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #0367a6 transparent transparent;
}

.msj-rta:after {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: 37px;
    position: relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #f69635 transparent transparent transparent;
}

input:focus {
    outline: none;
}

.cardcharts {
    overflow-y: auto;
    padding: 8px 15px;
    max-height: 200px;
}

#text {
    width: 100%;
    background: whitesmoke !important;
}

.sentarrow {
    padding: 10px 10px;
    font-size: 18px;
}

.macro p {
    word-wrap: break-word;
}


/* top menu client chat ends */


/* table style starts here*/

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    font-size: 11px ! important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px 2px;
    vertical-align: middle !important;
    min-width: 70px;
    line-height: 13px;
}

.table.dataTable.table-condensed>thead>tr>th {
    padding-top: 0px
}

.timePicker {
    width: 60px !important;
}

.datePicker {
    width: 95px !important;
}

#pending_report_tbody i {
    font-size: 15px ! important;
}

.fa-file-pdf-o:before {
    font-size: 15px ! important;
}

#header {
    padding: 10px 0px ! important;
}

.checkbox1 {
    width: 55px;
    float: left;
}

.checkbox1 input[type=checkbox] {
    margin: 6px 3px 0;
    padding-top: 3px;
}

#margin_0 {
    margin-bottom: 3px;
}

.report h4 {
    margin: 10px 0px;
}

#search_display {
    padding: 2px 7px;
    font-size: 12px;
}


/*.form-control {
    height: 25px;
    padding: 0px 12px;	
}*/

.counter.counter-lg {
    top: -17px !important;
}

.test {
    margin: 5px 0px;
}

.checkbox_container .checkmark:after {
    left: 9px ! important;
    top: 0px ! important;
}

#white-bg {
    margin-bottom: 30px ! important;
    padding: 10px 30px ! important;
}

#white-bg h4 {
    margin: 5px 0px;
}

#white-bg hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* table style ends here*/

.select-module-block {
    background-color: #fff;
    border-bottom: 1px solid grey;
    padding-bottom: 51px;
}

.select-module-section {
    min-height: 550px;
}

.cke_contents {
    height: 550px !important;
}