/* ------ default ------ */
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    width: 100%;
    background: #fff;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'SukhumvitSet', sans-serif;
    background-image: linear-gradient(to right, #0057D3, #10BDFF);
    overflow: hidden;
}

.font-blue {
    color: #0075FF;
}
.font-white {
    color: #ffffff;
}
.font-black {
    color: #000000;
}
.font-grey {
    color: #666666;
}

h1, h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
}
h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 700;
}
h4 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    font-weight: 700;
}
b{
    font-weight: 700;
}

.btn{
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    padding: 10px 20px;
    background: #fff !important;
    border-radius: 22.5px;
    border: solid 1px #dedede;
    color: #919191 !important;
    transition: .3s ease 0s;
}
.btn.btn-sm{
    font-size: 12px;
    line-height: 14px;
    padding: 8px 20px;
}
.btn.btn-md{
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px;
}
.btn.btn-lg{
    font-size: 20px;
    line-height: 23px;
    padding: 15px 20px;
}
.btn.btn-default{
    color: #919191 !important;
    background: #fff !important;
    border-color: #dedede;
}
.btn.btn-primary{
    color: #fff !important;
    background: #0075FF !important;
    border-color: #0075FF;
}
.btn.btn-info{
    color: #0075FF !important;
    background: rgba(0,117,255,0.1) !important;
    border-color: rgba(0,117,255,0.1);
}
.btn.btn-blue{
    background: linear-gradient(223deg, #10BDFF, #0057D3) !important;  
    color: #fff !important;
    border: 0px;
}
.btn.btn-pink{
    background: #EE3968 !important;  
    color: #fff !important;
    border: 0px;
}
.btn.btn-orange{
    background: linear-gradient(223deg, #FAD961, #F76B1C) !important;  
    color: #fff !important;
    border: 0px;
}
.btn:hover{
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}
.btn.btn-primary:hover, .btn.btn-blue:hover{
    box-shadow: 0px 0px 4px rgba(0,117,255,0.5);
}
.btn.btn-rect{
    border-radius: 4px;
}
.btn-remove{
    position: relative;
    color: red;
    display: block;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}
.btn-remove:hover{
    opacity: 0.75;
}
.btn .btn-icon{
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.btn .btn-icon .icon{
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}
.btn .btn-icon .fa{
    position: absolute;
    left: 0px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn.btn-sm .btn-icon{
    padding-left: 20px;
}
hr{
    border-color: #D3D3D3;
}

.no-padding {
    padding: 0px !important;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}

.no-margin {
    margin: 0px !important;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.no-margin-left {
    margin-left: 0px !important;
}
.no-margin-right {
    margin-right: 0px !important;
}

.bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

::-webkit-input-placeholder { 
    color: #A8A8A8;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #A8A8A8;
    font-weight: 400;
}

::placeholder {
    color: #A8A8A8;
    font-weight: 400;
}
body.has-scrolling ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
body.has-scrolling ::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05); 
    border-radius: 20px;
}
body.has-scrolling ::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 20px;
}
body.has-scrolling ::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/* ------ loading ------ */
#loading {
    text-align: center;
    padding-top: 42vh;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background: #0075FF;
}
#loading .icon {
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border-top: 10px solid rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto 20px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ------ custom ------ */
#wrapper{
    float: left;
    position: relative;
    width: calc(100% - 250px - 15px);
    background: #fff;
    display: inline-block;
    margin: 15px;
    margin-left: 0px;
    border-radius: 50px;
    border-radius: 35px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 0px 15px;
}
#wrapper.is-fullscreen{
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    height: auto;
    min-height: 100vh;
    padding: 0px;
}
section {
    position: relative;
    padding: 30px 0px;
}
.container:not(.is-normal){
    width: 100%;
}
.required {
    color: red;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    display: none;
}
textarea {
    resize: vertical;
}
select {
    padding-left: 9px !important;
    -webkit-appearance: none;
    position: relative;
    background: #fff url('../images/icon-down.svg') no-repeat calc(100% - 10px) center !important;
    box-shadow: none !important;
    padding-right: 30px !important;
}
select:invalid { 
    color: #A8A8A8;
}
select option {
    color: #000;
}
form{
    width: 100%;
    position: relative;
    display: inline-block;
}
form label{
    margin-bottom: 6px;
    width: 100%;
    font-weight: 700;
}
form label.has-icon{
    padding-left: 25px;
    position: relative;
}
form label.has-icon i{
    left: 0px;
    top: 0px;
    position: absolute;
}
form .form-control, form input, form textarea, form select{
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    padding: 10px 12px;
    border: solid 1px #dfe2e6 ;
    background: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.05) !important;
    margin-bottom: 0px;
    outline: none !important;
    font-weight: 400;
}
form .form-control:focus{
    border-color: #dfe2e6;
}
form .form-control.form-round{
    border-radius: 22px;
}
form .btn-box {
    margin-left: -8px;
    margin-right: -8px;
}
form .btn-box .btn {
    margin: 10px 8px 0px;
    min-width: 155px;
}
form .form-group {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
form .form-group.is-inline{
    float: left;
    width: auto;
    margin-right: 10px;
}
.checkbox, .radio{
    position: relative;
    margin-top: 9px;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.checkbox.is-inline, .radio.is-inline{
    width: auto;
    margin-right: 20px;
    min-width: 100px;
}
.checkbox.is-inline:last-child, .radio.is-inline:last-child{
    margin-right: 0px;
}
.checkbox > input, .radio > input{
    margin-left: 0px !important; 
    opacity: 0; 
    margin-top: 0px;
}
.checkbox > label, .radio > label{
    position: relative;
    font-weight: 400;
    padding-left: 30px;
}
.checkbox > label::before, .radio > label::before{
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #B7B7B7;
    position: absolute;
    top: -1px;
    left: 0px;
    border-radius: 2px;
}
.checkbox > input:checked + label::before, .radio > input:checked + label::before {
    background: #0075DB;
    border: 0px;
}
.checkbox > input:checked + label + .pane {
    display: block;
}
.checkbox > label::after{
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.radio > label::after{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    top: 1px !important;
    left: 2px;
}
.radio > label::before{
    border-radius: 50%;
    width: 19px;
    height: 19px;
}
.radio > label::before, .radio > label::after{
    top: -1px;
    line-height: 19px;
}

.login{
    min-height: 100vh;
    width: 100%;
    position: relative;
}
.login form{
    width: 450px;
    max-width: 100%;
    border-radius: 5px;
    background: rgba(255,255,255,0.95);
    padding: 55px;
    float: right;
    margin: 18vh 0px;
}
.login #nav-seting {
    position: absolute;
    right: 10px;
    top: 12px;
}
.login .login-head{
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 19px;
}
.login .login-head .img-logo{
    width: 182px;
    max-width: 100%;
}
.login .login-head h3{
    margin: 12px 0px 0px;
    font-weight: 700;
}
.login .login-head p{
    margin: 5px 0px 0px;
}
.login .btn{
    min-width: 180px;
    max-width: 100%;
}
.input-password{
    position: relative;
}
.input-password .form-control{
    padding-right: 35px;
}
.input-password .btn-eye{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.input-password.is-show:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #555555;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.user{
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    display: inline-block;
    padding-left: 65px;
}
.user .bg, .user .img{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    top: -3px;
    left: 0px;
    overflow: hidden;
}
.user .name{
    margin-bottom: 2px;
}
.user p{
    margin: 0px;
    width: 100%;
    float: left;
}
.user.is-medium{
    padding-left: 55px;
    position: relative;
    font-weight: 400;
}
.user.is-medium .img{
    width: 47px;
    height: 47px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
.user.is-medium .img img{
    position: relative;
    width: auto;
    height: 100%;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.user.is-medium p{
    width: 100%;
}
header{
    float: left;
    width: 250px;
    height: 100vh;
    position: sticky;
    max-width: 80%;
    top: 0px;
    display: inline-block;
    overflow-y: auto;
}
header .user .bg{
    width: 45px;
    height: 45px;
}
header .navbar{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    border: 0px;
    background: transparent;
}
header .navbar ul li{
    width: 100%;
    padding: 0px 0px 0px 35px;
    position: relative;
}
header .navbar ul li:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    z-index: 1;
}
header .navbar ul li a{
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 17px !important;
    padding: 17px 5px;
    position: relative;
    transition: .3s ease 0s;
    background: transparent !important;
    position: relative;
    z-index: 1;
}
header .navbar ul li a.has-icon{
    padding-left: 40px;
}
header .navbar ul li a.has-icon .icon{
    position: absolute;
    left: 0px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .navbar ul li a.has-icon:hover{
    padding-left: 45px;
}
header .navbar-header{
    width: 100%;
}
header .navbar-brand{
    height: auto;
    padding: 35px;
    padding-right: 0px;
    width: 100%;
}
header .navbar-brand>img{
    width: 145px;
    max-width: 100%;
}
header #menu{
    padding: 0px;
}
header .navbar ul li:not(.dropdown).active a{
    color: #005BD4 !important;
}
header .navbar ul li:not(.dropdown).active a:after{
    content: '';
    position: absolute;
    top: 0px;
    left: -15px;
    width: calc(100% + 15px);
    height: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 50px 0px 0px 50px;
}
header .navbar ul li:not(.dropdown).active .overlay{
    display: block;
}
header .navbar ul li.logout{
    display: none;
}
header .navbar ul li.logout a{
    background: #eee !important;
    margin-top: 10px;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
}
header .overlay{
    display: none;
    z-index: -1;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
}
header .overlay span:first-child{
    position: absolute;
    top: -30px;
    right: 0px;
    background: #fff;
    width: 30px;
    height: 30px;
}
header .overlay span:first-child::before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background: #036bdb;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 30px;
}
header .overlay span:last-child{
    position: absolute;
    bottom: -30px;
    right: 0px;
    background: #fff;
    width: 30px;
    height: 30px;
}
header .overlay span:last-child::before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background: #036bdb;
    width: 100%;
    height: 100%;
    border-top-right-radius: 30px;
}
header .navbar ul li.is-profile{
    padding-bottom: 15px;
}
header .navbar ul li.is-profile a{
    padding: 8px 5px 5px;
}
header .nav-seting{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
header .user{
    margin-left: -5px;
    padding-left: 55px;
}
header .navbar-nav>li>.dropdown-menu{
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0px;
    margin-left: -35px;
    margin-right: -30px;
    width: calc(100% + 35px);
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 0;
}
header .navbar-nav>li>.dropdown-menu li{
    padding-left: 55px;
}
header .navbar-nav>li>.dropdown-menu li:not(.active) .icon-search, header .navbar-nav>li>.dropdown-menu li:not(.active) .icon-case-doing, header .navbar-nav>li>.dropdown-menu li:not(.active) .icon-case-done, header .navbar-nav>li>.dropdown-menu li:not(.active) .icon-case-new{
    filter: brightness(0) invert(1);
}
header .navbar-nav>li.dropdown a{
    padding-right: 20px;
    position: relative;
}
header .navbar-nav>li.dropdown a .badge{
    right: 32px;
    top: 17px;
}
header .navbar-nav>li>a>.caret{
    position: absolute;
    right: 15px;
    top: 24px;
    z-index: 1;
}
#nav-seting{
    position: fixed;
    top: 35px;
    right: 55px;
    z-index: 2000;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
#nav-seting ul{
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
}
#nav-seting ul li{
    float: left;
    border-right: 1px solid #D5D5D5;
    padding: 3px 12px;
    cursor: pointer;
}
#nav-seting ul li:last-child{
    border: 0px;
    padding-right: 0px;
}
#nav-seting .btn-logout{
    padding-left: 24px;
    position: relative;
}
#nav-seting .btn-logout .icon{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#nav-seting .lang{
    display: inline-block;
    margin-top: -2px;
}
#nav-seting .lang > .inner{
    float: left;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}
#nav-seting .lang > .inner.active{
    background: #1090FF;
    border-radius: 3px;
    color: #fff;
}
.page-name{
    width: 100%;
    position: sticky;
    background: #fff;
    top: 0px;
    z-index: 200;
}
.page-name .name{
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 180px 15px 0px;
    color: #999;
    font-weight: 700;
}
.page-name .name span{
    position: relative;
    padding-right: 20px;
}
.page-name .name span:last-child:not(:first-child){
    position: relative;
    color: #0075FF;
    padding-right: 0px;
}
.page-name .name span:not(:last-child):after{
    content: '\f105';
    position: absolute;
    top: -1px;
    right: 4px;
    font-family: 'FontAwesome';
    font-size: 16px;
}
.text-icon{
    padding-left: 26px;
    position: relative;
}
.text-icon i{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #97ABC0;
    font-size: 16px;
}
.text-mask{
    color: #999999;
    font-weight: 400;
    font-size: 90%;
    float: right;
    display: inline-block;
}
.upload{
    position: relative;
    display: inline-block;
    margin-top: 6px;
    max-width: 100%;
}
.upload .upload-btn{
    float: right;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
}
.upload .upload-btn input{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}
.upload .upload-btn button{
    border-radius: 4px;
    border: 1px solid  #d0d0d0;
    background: #ffffff;
    text-align: center;
    color: #000;
    padding: 6px;
    cursor: pointer;
}
.upload .upload-btn span{
    display: block;
    margin-top: 6px;
}
.upload .upload-btn:hover button{
    background: #ddd;
}
.upload .upload-file{
    float: left;
    display: inline-block;
    max-width: calc(100% - 110px);
}
.upload .upload-file .file{
    position: relative;
    display: inline-block;
    margin-right: 12px;
    max-width: 100%;
}
.upload .upload-file .file img{
    height: 60px;
    position: relative;
    max-width: 100%;
}
.upload.is-multiple{
    width: 100%;
    position: relative;
}
.upload.is-multiple .upload-btn{
    float: left;
    width: 100%;
}
.upload.is-multiple .upload-btn button{
    margin-right: 6px;
}
.upload.is-multiple .upload-btn span{
    display: inline-block;
}
.upload.is-multiple .upload-file{
    margin-top: 12px;
}
.upload.is-multiple .upload-file .file{
    margin-right: 5px;
}
.upload.is-multiple .upload-file img{
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.upload:not(.is-multiple) .upload-file .file .btn-remove{
    display: none;
}
.input-add{
    width: 100%;
    position: relative;
    display: inline-block;
}
.input-add > .inner{
    padding-right: 35px;
    margin-bottom: 8px;
    position: relative;
}
.input-add .btn-remove{
    position: absolute;
    right: 0px;
    top: 8px;
}
.tab{
    width: 100%;
    position: relative;
    display: inline-block;
}
.tab .tab-head{
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    display: inline-block;
}
.tab .tab-head > .inner{
    float: left;
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 15px 12px;
    position: relative;
    cursor: pointer;
}
.tab .tab-head > .inner.active{
    color: #0075db;
}
.tab .tab-head > .inner.active:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #0075DB;
    border-radius: 5px 5px 0px 0px;
}
.tab .tab-head.is-box{
    background: #F3F3F3;
    border-radius: 6px;
    padding: 7px;
    border: 0px;
    width: auto;
}
.tab .tab-head.is-box > .inner.active{
    background: #FFFFFF;
    box-shadow: 0 0 7px 0 rgba(210,210,210,0.50);
    border-radius: 4px;
}
.tab .tab-head.is-box > .inner.active:after{
    display: none;
}
.tab .tab-head.is-box > .inner{
    padding: 10px 15px;
    min-width: 100px;
    text-align: center;
}
.tab .tab-body{
    padding: 20px 0px;
    width: 100%;
    position: relative;
}
.tab .tab-body > .inner{
    width: 100%;
    position: relative;
    display: none;
}
.tab .tab-body > .inner.active{
    display: block;
}
table{
    width: auto !important;
    min-width: 100%;
    position: relative;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
table thead, table thead tr td, table thead tr th{
    color: #000000;
    font-weight: 700;
    border: 0px !important;
    padding: 0px 10px 15px !important;
}
table tbody, table tbody tr td, table tbody tr th{
    color: #666666;
    font-weight: 400;
    border: 0px !important;
    padding: 10px !important;
}
table .table-actions{
    display: inline-block;
}
table .table-actions .icon{
    width: 24px;
    height: 13px;
}
table .table-actions:hover .icon{
    color: #0075FF;
}
table.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #F4F8FC;
}
.dataTables_paginate, .dataTables_info {
    font-size: 12px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after{
    font-size: 12px;
    top: 2px;
    right: 0px;
}
.status{
    display: inline-block;
    position: relative;
    padding-left: 14px;
}
.status:before{
    content: '\f111';
    position: absolute;
    top: 0px;
    left: 0px;
    font-family:'FontAwesome';
    font-size: 7px;
}
.status.is-success:before, .status.has-font-color.is-success{
    color: #21A748;
}
.status.is-danger:before, .status.has-font-color.is-danger{
    color: #d9534f;
}
.status.is-warning:before, .status.has-font-color.is-warning{
    color: #f0ad4e;
}
.status.is-primary:before, .status.has-font-color.is-primary{
    color: #337ab7;
}
.status.is-default:before, .status.has-font-color.is-default{
    color: #666;
}
.modal{
    z-index: 3000;
    color: #000;
}
.modal-backdrop{
    z-index: 2500;
}
.modal .modal-title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer{
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}
.modal .modal-header:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 25px;
    border-bottom: 3px solid #fff;
}
.modal .modal-header .close{
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
}
.modal .modal-header .close .icon{
    width: 12px;
    height: 12px;
}
.modal .modal-footer .btn{
    min-width: 155px;
    margin: 5px;
}
.modal .modal-footer .btn:first-child{
    margin-left: 0px;
}
.modal .modal-footer.text-center{
    text-align: center;
}
.modal .modal-footer.text-right{
    text-align: right;
}
.chat{
    width: 100%;
    position: relative;
    display: inline-block;
    padding-left: 250px;
    min-height: 80vh;
    margin-top: 12px;
}
.chat .chat-list{
    width: 250px;
    max-width: 100%;
    float: left;
    height: 100%;
    overflow-y: auto;
    padding: 0px 15px;
    margin-left: -15px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.chat .chat-list .chat-title{
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 4;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px 10px;
}
.chat .chat-list h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin: 0px;
    padding-left: 28px;
    position: relative;
}
.chat .chat-list h3 .icon{
    position: absolute;
    left: 0px;
    top: 5px;
    background-size: 18px;
}
.chat .chat-list select{
    border-radius: 22.5px;
    margin-top: 10px;
}
.chat .chat-list .users{
    margin-top: 8px;
}
.chat .chat-list .user-box{
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 2px 19px #dedede;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #555;
    margin-bottom: 15px;
    padding: 15px;
    cursor: pointer;
    position: relative;
}
.chat .chat-list .user-box .badge{
    top: 15px;
    right: 11px;
}
.chat .chat-list .user-box.active{
    border: solid 3px #0075ff;
    box-shadow: 0px 2px 19px #d4e4f7;
}
.chat .chat-list .user-box.active .user-name{
    color: #0075FF;
}
.chat .chat-list .user-name{
    padding-left: 45px;
    position: relative;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
    width: 100%;
    padding-right: 18px;
    margin-bottom: 15px;
    min-height: 20px;
}
.chat .chat-list .user-name p{
    margin-bottom: 0px;
}
.chat .chat-list .user-name .img{
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 0px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #E9F3FD url('../images/default-user.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.chat .chat-list .user-name .img img{
    position: relative;
    width: auto;
    height: 100%;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.chat .chat-list .user-detail{
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #555;
    padding-right: 20px;
    position: relative;
    margin-top: 8px;
}
.chat .chat-list .user-detail p{
    margin: 2px 0px 0px;
}
.chat .chat-list .user-status{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #555;
    display: inline-block;
}
.chat .chat-list .user-status.is-green{
    background-color: #28D371;
}
.chat .chat-list .user-status.is-yellow{
    background-color: #F5A623;
}
.chat .chat-list .user-status.is-orange{
    background-color: #FC5D32;
}
.chat .chat-list .user-status.is-blue{
    background-color: #0264D9;
}
.chat .chat-menu{
    float: left;
    width: 100%;
    position: relative;
    border-radius: 6px;
    background: #f3f3f3; 
    display: inline-block;
    padding: 4px;
    margin-bottom: 20px;
    max-width: 850px;
}
.chat .chat-menu .menu{
    float: left;
    width: 25%;
    background: #f3f3f3; 
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #8E8E8E;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.chat .chat-menu .menu > .inner{
    position: relative;
    padding-left: 25px;
    display: inline-block;
}
.chat .chat-menu .menu > .inner i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 15px;
}
.chat .chat-menu .menu.active{
    border-radius: 3px 6px;
    background: #ffffff;
    box-shadow: 0px 0px7px rgba(210,210,210,0.5); 
    color: #0075FF;
}
.chat .chat-menu .menu.active i{
    filter: none;
}
.chat .chat-menu i{
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(100%) brightness(2);
}
.chat .chat-menu i:before{
    display: none;
}
.chat .chat-menu .fa-list{
    background-image: url('../images/icon-chat-list.svg');
}
.chat .chat-menu .fa-comments{
    background-image: url('../images/icon-chat.svg');
}
.chat .chat-menu .fa-image{
    background-image: url('../images/icon-photo.svg');
}
.chat .chat-menu .fa-info-circle{
    background-image: url('../images/icon-info.svg');
}
.chat .chat-menu .fa-user-circle{
    background-image: url('../images/icon-profile.svg');
}
.chat .chat-info{
    float: left;
    width: 275px;
    height: 100%;
    display: inline-block;
}
.chat .chat-info .video-call{
    width: 100%;
    position: relative;
}
.chat .chat-info .video-call .btn-expand{
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 15px;
    color: #000;
    background-size: 15px auto;
    cursor: pointer;
    z-index: 2;
}
.chat .chat-info .video-call .btn-expand:hover{
    opacity: 0.5;
}
.chat .chat-info .video-call .name{
    width: 100%;
    position: relative;
    padding: 0px 30px 0px 55px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    min-height: 45px;
    padding-top: 3px;
}
.chat .chat-info .video-call .img{
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    top: 0px;
    left: 0px;
}
.chat .chat-info .video-call .img img{
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.chat .chat-info .video-call p{
    margin-bottom: 0px;
    font-weight: 700;
}
.chat .chat-info .video-call .actions{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.chat .chat-info .video-call .actions .btn{
    width: calc(50% - 12px);
    display: inline-block;
    margin: 5px 0px;
    padding: 6px 12px;
}
.chat .chat-info .video-call .actions .btn:nth-child(even){
    margin-left: 5px;
}
.chat .chat-info .video-call .actions .btn:nth-child(odd){
    margin-right: 5px;
}
.chat .chat-info .video-call .btn-mobile-back{
    display: none;
}
.chat .chat-info .video-call .actions-mobile{
    display: none;
}
.chat .chat-info .panel{
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 2px 19px #dedede;
    margin-top: 20px;
    overflow: hidden;
}
.chat .chat-info .panel-head{
    padding: 10px 15px;
    border-bottom: 1px solid #E6E6E6;
    display: inline-block;
    width: 100%;
}
.chat .chat-info .btn-expand{
    width: 15px;
    top: 3px;
    cursor: pointer;
    z-index: 1;
}
.chat .chat-info .panel-body{
    padding: 15px 15px 10px;
    position: relative;
    width: 100%;
}
.chat .chat-info .btn-box{
    text-align: center;
    margin-top: 15px;
    width: 100%;
}
.chat .chat-info .btn{
    padding: 4px 15px 6px;
    font-size: 12px;
    font-weight: 700;
}
.chat .chat-info .panel-head h2, .chat .chat-info .panel-head h3, .chat .chat-info .panel-head h4{
    margin: 0px;
    display: inline-block;
    margin-top: 5px;
}
.chat .note{
    width: 100%;
    position: relative;
    color: #555;
    font-weight: 400;
}
.chat .note .inner:not(:first-child){
    margin-top: 10px;
}
.chat .note .title{
    position: relative;
    padding-right: 50px;
    font-weight: 700;
}
.chat .note .title .actions{
    position: absolute;
    right: 0px;
    top: -2px;
}
.chat .note .title .actions i{
    margin: 3px;
    background-size: contain;
    width: 13px;
    height: 13px;
}
.chat .note .detail{
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
}
.chat .note .info{
    margin-top: 5px;
    width: 100%;
    background: #F7FAFF;
    color: #000;
    display: inline-block;
    font-size: 13px;
}
.chat .note .info .col{
    float: left;
    width: 50%;
    padding: 6px;
    display: inline-block;
}
.chat .note .info .date{
    text-align: right;
    color: #B1B1B1;
}
.chat .chat-box{
    float: left;
    width: calc(100% - 290px);
    height: 75vh;
    display: inline-block;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 2px 19px #dedede;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.chat.case-done{
    padding-left: 0px;
}
.chat.case-done .chat-box .msg-send, .chat.case-done .chat-list, .chat.case-done .chat-info, .chat.case-done .badge{
    display: none;
}
.chat.case-done .chat-box{
    width: 100%;
    margin-right: 0px;
}
.chat .chat-box .msg-send{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    min-height: 55px;
    padding: 8px 50px 12px;
    display: inline-block;
}
.chat .chat-box .msg-send .btn-file, .chat .chat-box .msg-send .btn-send{
    position: absolute;
    width: 50px;
    left: 0px;
    text-align: center;
    cursor: pointer;
    bottom: 15px;
    height: 34px;
}
.chat .chat-box .msg-send .btn-send{
    right: 0px;
    left: auto;
}
.chat .chat-box .msg-send .input-text{
    width: 100%;
    border-radius: 17px;
    background: #f1f4f8;
    float: left;
    color: #000;
    font-size: 14px;
    height: 34px;
    border: 0px;
    padding: 8px 12px;
    resize: none;
    max-height: 100px;
}
.chat .chat-box .msg-send .btn-file input{
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.chat .chat-box .msg-send .btn-file i{
    width: 16px;
    height: 16px;
    background-size: contain;
    top: 10px;
}
.chat .chat-box .msg-send .btn-send i{
    width: 40px;
    height: 40px;
    background-size: contain;
}
.chat .chat-box .msg-box{
    padding: 0px 15px 80px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    height: 100%;
    overflow-y: auto;
}
.chat .chat-box .msg-box .date{
    width: 100%;
    color: #979797;
    padding: 8px 0px;
    position: relative;
    top: 0px;
    text-align: center;
}
.chat .chat-box .msg-box .msg{
    width: 100%;
    position: relative;
    margin-top: 12px;
    display: inline-block;
}
.chat .chat-box .msg-box .msg .me, .chat .chat-box .msg-box .msg .you{
    display: inline-block;
    position: relative;
    max-width: 250px;
    float: right;
}
.chat .chat-box .msg-box .msg .you{
    padding-left: 55px;
    float: left;
}
.chat .chat-box .msg-box .img{
    left: 0px;
    top: -9px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    background: #E9F3FD url('../images/default-user.jpg') no-repeat center;
    background-size: cover;
}
.chat .chat-box .msg-box .img img{
    width: auto;
    height: 100%;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    vertical-align: top;
}
.chat .chat-box .msg-box .msg .text{
    border-radius: 16px;
    background: #f3f3f3;
    padding: 6px 12px;
    display: inline-block;
    float: left;
}
.chat .chat-box .msg-box .msg .text.is-img{
    padding: 0px;
    max-width: 100%;
    border-radius: 9px;
    overflow: hidden;
    background: transparent !important;
}
.chat .chat-box .msg-box .msg .text img{
    width: 100%;
}
.chat .chat-box .msg-box .msg .time{
    width: 50px;
    float: left;
    position: absolute;
    right: -54px;
    bottom: 0px;
    text-align: left;
    font-size: 12px;
    line-height: 13px;
    color: #B8B8B8;
}
.chat .chat-box .msg-box .msg .me{
    padding-right: 20px;
}
.chat .chat-box .msg-box .msg .me .time{
    right: auto;
    left: -54px;
    text-align: right;
}
.chat .chat-box .msg-box .msg .me .readed{
    display: block;
    right: 104%;
    bottom: 10px;
    width: auto;
}
.chat .chat-box .msg-box .msg .me .text{
    background: #079BFF;
    color: #fff;
}
.chat .chat-box .msg-box .msg .readed{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
}
.chat .chat-box .msg-box .msg .readed .img{
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: 2px;
    top: -2px;
    display: table-cell;
}
.chat .chat-box .msg-box .msg .readed span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background: #0075FF;
    position: relative;
    display: inline-block;
}
.chat .chat-box .msg-box .msg .readed span:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: 2px solid #fff;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.chat .panel-box{
    width: 100%;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.chat .panel-box > .panel{
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px;
    box-shadow: none;
    font-size: 14px;
    line-height: 19px;
}
.chat .panel-box .panel-head{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 5px 15px 10px;
    margin: 0px;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 2;
}
.chat .panel-box .panel:first-child .panel-head{
    border-top: 0px;
}
.chat .panel-box .panel-head .btn{
    padding: 6px 15px;
    margin-top: 3px;
}
.chat .panel-box .panel-head .panel-title{
    margin: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 8px;
}
.chat .panel-box > .panel ul{
    padding-left: 20px;
}
.chat .panel-box > .panel ul li{
    margin-bottom: 8px;
}
.chat .panel-box > .panel hr{
    margin-left: -16px;
    border-color: #e6e6e6;
    width: calc(100% + 32px);
}
.chat .panel-box .panel-body{
    padding-bottom: 40px;
}
.chat .panel-box .panel-body .btn-box{
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
}
.chat .panel-box .panel-body .btn-box .btn{
    margin: 5px;
}
.chat .panel-box .panel-body .row{
    margin-top: 10px;
}
.chat .photo{
    margin-left: -3px;
    margin-right: -3px;
}
.chat .photo .item{
    width: 92px;
    height: 92px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 3px;
}
.chat .photo .item img{
    width: 100%;
    height: auto;
    top: 0px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.chat .cancel-call{
    display: inline-block;
    text-align: center;
    padding: 0px 3px;
}
.chat .cancel-call span{
    display: block;
    margin-top: -3px;
}
.chat .cancel-call i{
    background-size: 26px;
    width: 26px;
    height: 26px;
}
.chat .you .cancel-call i{
    filter: brightness(0.3);
}
.chat .chat-menu .menu-list{
    display: none;
}
.mfp-bg{
    z-index: 3005;
}
.mfp-wrap{
    z-index: 3200;
}
.loadmore{
    text-align: center;
    margin-top: 10px;
}
.empty{
    width: 100%;
    text-align: center;
    position: relative;
}
.empty img{
    max-width: 100%;
}
.chat .panel-box .empty img{
    width: 160px;
}
.upload-doc{
    width: 100%;
    position: relative;
}
.upload-doc > .head .name{
    display: inline-block;
    margin-right: 15px;
}
.upload-doc > .head .btn-box{
    position: relative;
    display: inline-block;
}
.upload-doc > .head .btn-box .btn{
    
}
.upload-doc > .head .btn-box input{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.upload-doc > .body{
    padding: 15px 0px;
}
.upload-doc > .body iframe{
    max-width: 100% !important;
}
.order-color{
    width: 100%;
    position: relative;
}
.order-color > .head{
    display: inline-block;
    margin-right: 15px;
    float: left;
    margin-top: 5px;
}
.order-color > .body{
    display: inline-block;
}
.order-color > .body > span{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin: 3px;
}
.order-color > .body > span input{
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    margin: 0px;
}
.order-color > .body > span span{
    width: 100%;
    height: 100%;
    position: relative;
    border: 5.5px solid #fff;
    border-radius: 50%;
    display: inline-block;
    background: #555;
}
.order-color > .body > span input:checked + span{
    box-shadow: 0px 0px 0px 1px #555;
}
.order-color > .body > span.is-green span{
    background-color: #28D371;
}
.order-color > .body > span.is-green input:checked + span{
    box-shadow: 0px 0px 0px 1px #28D371;
}
.order-color > .body > span.is-blue span{
    background-color: #4A90E2;
}
.order-color > .body > span.is-blue input:checked + span{
    box-shadow: 0px 0px 0px 1px #4A90E2;
}
.order-color > .body > span.is-yellow span{
    background-color: #F5A623;
}
.order-color > .body > span.is-yellow input:checked + span{
    box-shadow: 0px 0px 0px 1px #F5A623;
}
.order-color > .body > span.is-orange span{
    background-color: #FC5D32;
}
.order-color > .body > span.is-orange input:checked + span{
    box-shadow: 0px 0px 0px 1px #FC5D32;
}
.label{
    display: inline-block;
    border-radius: 20px;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 10px;
}
.label.label-default{
    background: #555;
}
.label.label-success{
    background: #26C46A;
}
.label.label-primary{
    background: #4A90E2;
}
.label.label-warning{
    background: #F5A623;
}
.label.label-danger{
    background: #FC5D32;
}
.note-list{
    width: 100%;
    position: relative;
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 30px;
}
.note-list h3{
    color: #444444;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
}
.note-list .detail{
    margin-top: 10px;
}
.note-list .by{
    margin-top: 15px;
}
.confirm-box{
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 12px 0px;
}
.confirm-box > .title{
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px;
    font-size: 18px;
    line-height: 23px;
}
.confirm-box > .detail{
    font-weight: 400;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.confirm-box > .btn-box{
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}
.confirm-box > .btn-box .btn{
    margin: 5px 3px;
    min-width: 100px;
}

.badge{
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 9.5px;
    background: #ff6060;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    color: #fff;
    z-index: 2;
    padding: 3px 5px;
    text-align: center;
    min-width: 18px;
}
#video-call{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #555;
    z-index: 3000;
    display: none;
}
#video-call .vdo{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#video-call .you{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#video-call .me{
    width: 325px;
    height: 185px;
    max-width: 100%;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
    box-shadow: 0px 2px8px rgba(125,125,125,0.5);
}
#video-call .options{
    display: inline-block;
    max-width: 100%;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    text-align: center;
}
#video-call .options .item{
    width: 50px;
    height: 50px;
    border: solid 1px rgba(251,251,251,0.66);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin: 5px 5px;
    font-size: 20px;
    cursor: pointer;
}
#video-call .options .item i{
    color: #fff;
    width: 24px;
    height: 100%;
}
#video-call .options .item.item-close-phone{
    background: #fe0000;
    border-color: #fe0000;
}
#video-call .options .item.item-open-phone{
    background: #28D371;
    border-color: #28D371;
}
#video-call .time{
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    z-index: 5;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
#video-call .time i{
    font-size: 18px;
    margin-right: 5px;
}
#video-call .options .item-volume.is-close i{
    background-image: url('../images/icon-volume-off.svg');
}
#video-call .options .item-microphone.is-close i{
    background-image: url('../images/icon-mic-off.svg');
}
#video-call .options .item-video.is-close i{
    background-image: url('../images/icon-video-off.svg');
}
#video-call .loading{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    top: 50%;
    margin-top: -35px;
}
#call{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #555;
    z-index: 3000;
    display: none;
}
#call.no-zoom{
    position: relative;
    padding: 15px 0px 10px;
    z-index: 0;
    margin-left: -5px;
    width: calc(100% + 10px);
}
#call.no-zoom .bg{
    background: none !important;
    filter: blur(0px);
    -webkit-filter: blur(0px);
}
#call.no-zoom .you .img{
    width: 60px;
    height: 60px;
}
#call.no-zoom .you{
    top: 0px;
    left: 0px;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#call.no-zoom .options, #video-call.no-zoom .options{
    position: relative;
    width: 100%;
    zoom: 0.6;
    bottom: 0px;
    top: 5px;
}
#call.no-zoom .you .name{
    padding: 0px 15px;
    font-size: 14px;
    min-height: auto;
}
#video-call.no-zoom{
    position: relative;
    z-index: 0;
    margin-left: -5px;
    width: calc(100% + 10px);
}
#video-call.no-zoom .you{
    position: relative;
}
#video-call.no-zoom .me{
    width: 60px;
    height: 40px;
    left: 10px;
    top: 10px;
}
#video-call.no-zoom .time{
    left: 0px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#video-call.no-zoom .options{
    position: absolute;
    bottom: 0px;
    top: auto;
}
#video-call.no-zoom .me{
    display: none;
}
#video-call.no-zoom .time{
    padding: 0px;
    top: 6px;
    width: auto;
    left: 10px;
    font-size: 15px;
    bottom: auto
}
.btn-expand.white{
    filter: brightness(0) invert(1);
}
#call .bg{
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
#call .bg:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    
}
#call .vdo{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#call .you{
    width: 250px;
    height: auto;
    display: inline-block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
}
#call .you .img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#call .you .img img{
    width: auto;
    height: 100%;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
#call .you .name{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    margin-top: 8px;
}
#call .me{
    width: 325px;
    height: 185px;
    max-width: 100%;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
    box-shadow: 0px 2px8px rgba(125,125,125,0.5);
}
#call .options{
    display: inline-block;
    max-width: 100%;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    text-align: center;
}
#call .options .item{
    width: 50px;
    height: 50px;
    border: solid 1px rgba(251,251,251,0.66);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin: 5px 5px;
    font-size: 20px;
    cursor: pointer;
}
#call .options .item i{
    color: #fff;
    width: 24px;
    height: 100%;
}
#call .options .item.item-close-phone{
    background: #fe0000;
    border-color: #fe0000;
}
#call .options .item.item-open-phone{
    background: #28D371;
    border-color: #28D371;
}
#call .time i{
    font-size: 18px;
    margin-right: 5px;
}
#call .options .item-volume.is-close i{
    background-image: url('../images/icon-volume-off.svg');
}
#call .options .item-microphone.is-close i{
    background-image: url('../images/icon-mic-off.svg');
}
#call .options .item-video.is-close i{
    background-image: url('../images/icon-video-off.svg');
}
#call .loading, #call .time{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    opacity: 0.5;
}
#call-receive{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #555;
    z-index: 3000;
    display: none;
}
#call-receive .bg{
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
#call-receive .bg:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    
}
#call-receive .you{
    width: 250px;
    height: auto;
    display: inline-block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
}
#call-receive .you .img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#call-receive .you .img img{
    width: auto;
    height: 100%;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
#call-receive .you .name{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    margin-top: 8px;
}
#call-receive .options{
    display: inline-block;
    max-width: 100%;
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    text-align: center;
}
#call-receive .options .item{
    width: 50px;
    height: 50px;
    border: solid 1px rgba(251,251,251,0.66);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin: 5px 40px;
    font-size: 20px;
    cursor: pointer;
}
#call-receive .options .item i{
    color: #fff;
    width: 24px;
    height: 100%;
}
#call-receive .options .item.item-close-phone{
    background: #fe0000;
    border-color: #fe0000;
}
#call-receive .options .item.item-open-phone{
    background: #28D371;
    border-color: #28D371;
}
#call-receive .time i{
    font-size: 18px;
    margin-right: 5px;
}
#call-receive .options .item-volume.is-close i{
    background-image: url('../images/icon-volume-off.svg');
}
#call-receive .options .item-microphone.is-close i{
    background-image: url('../images/icon-mic-off.svg');
}
#call-receive .options .item-video.is-close i{
    background-image: url('../images/icon-video-off.svg');
}
#call-receive .loading{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    opacity: 0.5;
}

#call-receive{
    width: 250px;
    height: auto;
    max-width: 100%;
    left: auto;
    right: 10px;
    top: 10px;
    padding: 10px 0px;
}
#call-receive .you{
    position: relative;
    top: 0px;
    transform: none;
    left: 0px;
    width: 100%;
}
#call-receive .you .img{
    display: none;
}
#call-receive .options{
    position: relative;
    top: 0px;
    bottom: auto;
    margin: 0 auto;
    width: 100%;
    zoom: 0.7;
}
#map{
    width: 100%;
    height: 150px;
}
.gm-style .gm-style-iw-c{
    padding-top: 5px;
}
.gm-ui-hover-effect[aria-label="Close"], .gm-fullscreen-control{
    display: none !important;
}
.is-fullscreen .gm-fullscreen-control{
    display: block !important;
}
.chat .chat-info .check-list{
    width: 100%;
    position: relative;
}
.chat .chat-info .check-list .btn{
    width: 100%;
    position: relative;
    padding: 10px;
}
.chat .chat-info .check-list .btn i{
    filter: brightness(0) invert(1);
}
.chat .chat-info .panel:first-child{
    margin-top: 0px;
}
.checklist-box{
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 0px;
}
.checklist-box .radio label{
    padding-left: 0px;
    padding-right: 30px;
    padding: 12px;
    width: 100%;
    height: 100%;
    border: 1px solid #D0D0D0;
    background: #fff;
    border-radius: 4px;
    font-weight: 700;
}
.checklist-box .radio{
    width: 165px;
    max-width: calc(50% - 22px);
    overflow: hidden;
    margin: 5px 10px !important;
}
.checklist-box .radio > label::before, .checklist-box .radio > label::after{
    left: auto;
    right: 10px;
    top: 10px !important;
}
.checklist-box .radio input:checked + label::before, .checklist-box .radio input + label::before{
    background: #fff;
    border: 1px solid #B7B7B7;
}
.checklist-box .radio input + label::after{
    content: '';
    width: 11px;
    height: 5px;
    top: 16px !important;
    right: 14px;
    border: 0px;
    border-left: 2px solid #565BE4;
    border-bottom: 2px solid #565BE4;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0px;
    display: none;
}
.checklist-box .radio input:checked + label::after{
    display: block;
}
.checklist-box .radio input:checked + label{
    background: #565BE4;
    color: #fff;
}
.checklist-box .checklist-add{
    width: 100%;
    margin: 10px;
    margin-top: 20px;
}
#modal-checklist .btn-back{
    padding: 2px 5px;
    cursor: pointer;
}
#qrcode{
    width: 100%;
    position: relative;
    padding: 5px 0px;
}
#qrcode img{
    width: 130px;
    max-width: 100%;
}
.chat .chat-files{
    width: 100%;
    position: relative;
}
.chat .chat-files .item{
    padding-left: 25px;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}
.chat .chat-files .item i{
    left: 0px;
    top: -3px;
    position: absolute;
}
.chat .chat-files .item p{
    margin-bottom: 0px;
}
.chat .btn-open-case{
    width: 100%;
    margin-top: 15px;
}
.profile{
    width: 410px;
    max-width: 100%;
    position: relative;
}
.profile .user{
    position: relative;
    padding-left: 75px;
    color: #555555;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 30px;
    padding-top: 8px
}
.profile .user .bg{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.profile .user .name{
    color: #000;
    font-size: 20px;
    line-height: 22px;
}
.profile .user .name.is-small{
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 8px;
}
.information{
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
    color: #555555;
}
.information .user{
    position: relative;
    padding-left: 80px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 30px;
    padding-right: 70px;
}
.information .user .bg{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.information .user .name{
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.information label{
    color: #333;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 20px;
}
.information p{
    margin-bottom: 0px;
}
.information .detail-box{
    padding-left: 20px;
}
.information ul{
    padding-left: 20px;
    margin-top: 15px;
}
.information ul li{
    margin-bottom: 10px;
}
.information .status{
    margin-top: 15px;
}
.information .btn-edit{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}
.col-1{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.col-2{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.col-3{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.col-4{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.col-5{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.col-6{
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}
.topic{
    width: 100%;
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
}
.topic .title{
    margin-top: 0px;
    color: #0165D9;
    display: inline-block;
    font-weight: 700;
}
.topic .title.is-normal{
    color: #000;
    font-size: 16px;
    line-height: 19px;
    margin-top: 5px;
}
.modal .topic{
    margin-top: 5px;
}
.table .status:before{
    top: 4px;
}
#modal-confirm{
    background: rgba(0,0,0,0.6);
}
.img-circle{
    border-radius: 50%;
}
.subtitle{
    margin-bottom: 18px;
}
.page-box{
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.table-dark{
    width: 100%;
    position: relative;
}
.table-dark.table>tbody>tr>td{
    vertical-align: middle;
}
.table-dark.table>thead>tr>th, .table-dark.table>thead>tr>td{
    background: #555;
    color: #fff;
    vertical-align: middle;
    padding: 10px !important;
}
.datepicker td, .datepicker th{
    width: 32px;
    padding: 6px !important;
    font-size: 13px;
}
.input-group.is-picker{
    max-width: 200px;
}
.input-group.is-picker .input-group-addon{
    background: transparent;
}
.input-group.is-picker input{
    border-right: 0px;
}
.input-group.is-picker.is-full{
    max-width: 100%;
    width: 100%;
}
.input-group-addon{
    border-color: #dfe2e6;
}
.bootstrap-timepicker-widget input{
    border: 0px;
}
.patient{
    width: 100%;
    position: relative;
    padding-left: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.patient .img{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.patient .img img{
    position: relative;
    width: auto;
    height: 100%;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.form-search{
    width: 100%;
    position: relative;
    text-align: center;
}
.form-search img{
    width: 350px;
    max-width: 100%;
}
.form-search .search-box{
    position: relative;
    margin: 20px auto 15px;
    width: 500px;
    max-width: 100%;
}
.form-search .form-control{
    border-radius: 25px;
    border: solid 1px #dcdcdc;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(179,179,179,0.5);
    padding-left: 40px;
}
.form-search .search-box i{
    position: absolute;
    top: 12px;
    left: 15px;
    color: #ccc;
}
.form-search .btn{
    min-width: 150px;
}
.new-case{
    width: 100%;
    position: relative;
}
.new-case .user{
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}
.new-case .name{
    width: 100%;
    position: relative;
    color: #444444;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
}
.ab-select{
    width: calc(100% + 20px);
    position: relative;
    margin-left: -10px;
    text-align: center;
}
.ab-select > .box{
    width: 100%;
    position: relative;
    padding: 20px;
    box-shadow: 0px 2px 21px rgba(92,92,92,0.5);
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    width: 340px;
    max-width: 100%;
    min-height: 165px;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}
.ab-select > .box .bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ab-select > .box .name{
    position: relative;
    text-align: left;
}
.ab-select > .box h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ab-select > .box .no{
    width: 34px;
    height: 34px;
    background: #ee3968;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    line-height: 34px;
}
.ab-select > .box .type{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
}
.for-ambulance .login form{
    float: initial;
    margin: 25vh auto;
    background: transparent;
    display: block;
}
.for-ambulance .login .btn{
    padding-top: 11px;
    padding-bottom: 11px;
}
.for-ambulance .login .login-head{
    color: #ffffff;
    margin-bottom: 30px;
}
.for-ambulance .login .login-head h3{
    font-size: 31px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px; 
}
.for-ambulance .login #nav-seting{
    position: fixed;
    right: 15px;
    top: 15px;
}
.tab-group{
    width: 100%;
    position: relative;
}
.tab-group .group{
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    transition: .3s ease 0s;
}
.tab-group .name{
    position: relative;
    padding-left: 65px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}
.tab-group .name .bg{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #eee;
}
.tab-group .name p{
    margin-bottom: 0px;
    color: #666;
}
.tab-group .name .btn-action{
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 18px;
    color: #000;
    width: 12px;
    height: 12px;
}
.tab-group .subgroup{
    padding-top: 10px;
    display: none;
}
.tab-group .subgroup .inner{
    width: 100%;
    position: relative;
    border-top: 1px solid #D9D9D9;
    padding: 12px 10px 8px;
}
.tab-group .subgroup .inner:first-child{
    border-top: 0px;
}
.tab-group .subgroup h4{
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
}
.tab-group label{
    color: #666 !important;
}
.tab-group .group.active .btn-action{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tab-group .group.active .subgroup{
    display: block;
}
.tab-group .group.active{
    border-radius: 13px;
    background: #f5faff;
    overflow: hidden;
    border: 0px;
    padding-bottom: 5px;
}
.tab-group.is-normal .name{
    padding-left: 0px;
}
.tab-group.is-normal .group{
    padding: 10px 0px;
}
.tab-group.is-normal .group.active{
    background: #fff;
}
.tab-group.is-normal .subgroup{
    padding-top: 0px;
}
.tab-group.is-normal .subgroup .inner .checkbox:first-child, .tab-group.is-normal .subgroup .inner .radio:first-child{
    margin-top: 0px;
}
.tab-group.is-normal .subgroup .inner .checkbox:last-child, .tab-group.is-normal .subgroup .inner .radio:last-child{
    margin-bottom: 0px;
}
.tab-group.has-border-top{
    border-top: 1px solid #D9D9D9;
}

.chat .chat-info .patient-box{
    width: 100%;
    position: relative;
}
.chat .chat-info .patient-box .patient-title{
    color: #000;
    font-weight: 700;
}
.chat .chat-info .patient-box .patient-detail{
    color: #979797;
    font-weight: 400;
    margin-top: 6px;
}
.chat .chat-info .patient-box .btn{
    padding: 7px 12px;
    font-size: 13px;
}
.chat .chat-info .patient-box .btn .btn-icon i{
    filter: brightness(0) invert(1);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #0175fe;
    border-color: #0175fe;
}

.step-box{
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    overflow-x: hidden;
    margin: 35px 0px;
}
.step-box > .inner{
    position: relative;
    text-align: center;
}
.step-box .no{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    background: #015ED6;
    border: 2px solid #015ED6;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 1;
}
.step-box .name{
    font-weight: 700;
    color: #777777;
    margin-top: 5px;
}
.step-box > .inner:after{
    content: '';
    position: absolute;
    top: 14px;
    left: -50%;
    width: 100%;
    height: 2px;
    background: #0075FF;
    z-index: 0;
}
.step-box > .inner:last-child:before{
    content: '';
    position: absolute;
    top: 14px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: #D7D7D7;
    z-index: 0;
}
.step-box > .inner.active ~ .inner .no{
    border-color:#C2C2C2;
    background: #fff;
    color: #C2C2C2;
}
.step-box > .inner.active ~ .inner:after{
    background: #C2C2C2;
}

.input-search{
    width: 100%;
    position: relative;
}
.input-search  i{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    color: #bbb;
    font-size: 18px;
}
.input-search .form-control{
    position: relative;
    padding-left: 38px;
}

.hospital-select{
    width: 100%;
    position: relative;
}
.hospital-select .radio{
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(211,211,211,0.50);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.hospital-select .radio label{
    position: relative;
    padding: 18px 100px 18px 50px;
}
.hospital-select .radio label::before, .hospital-select .radio label::after{
    top: 35px !important;
    left: 15px;
}
.hospital-select .radio label::after{
    margin-top: 2px;
    margin-left: 2px;
}
.hospital-select .name{
    position: relative;
    padding-left: 65px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #666666;
}
.hospital-select .name p{
    margin-bottom: 0px;
}
.hospital-select .name b{
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #444444;
}
.hospital-select .name .bg{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    overflow: hidden;
}
.hospital-select .btn{
    width: 65px;
    text-align: center;
    height: 28px;
    line-height: 32px;
    padding: 0px;
    position: absolute;
    top: 30px;
    right: 15px;
    border-radius: 5px;
}

.department-select{
    width: 100%;
    position: relative;
}
.department-select .radio{
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(211,211,211,0.50);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.department-select .radio label{
    position: relative;
    padding: 20px 15px 20px 50px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.department-select .radio label::before, .department-select .radio label::after{
    top: 50% !important;
    margin-top: -10px;
    left: 15px;
}
.department-select .radio label::after{
    margin-top: -8px;
    margin-left: 2px;
}

#map-hospital{
    width: 100%;
    height: 400px;
}
.form-filter{
    display: none;
}

footer{
    float: left;
    color: #fff;
    position: relative;
    display: inline-block;
    width: calc(100% - 250px - 15px);
    font-size: 14px;
    line-height: 17px;
    max-width: 100%;
}
footer .copyright{
    float: left;
}
footer .version{
    float: right;
}
.home-menu{
    width: 100%;
    position: relative;
}
.home-menu .box{
    background: #FFFFFF;
    box-shadow: 0 1px 7px 0 rgba(164,164,164,0.50);
    border-radius: 9px;
    text-align: center;
    padding: 30px 0px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
    letter-spacing: 0px;
    display: inline-block;
    width: 160px;
    position: relative;
    margin: 8px;
}
.home-menu .box .icon{
    width: 55px;
    height: 55px;
    margin-bottom: 5px;
}
.home-menu .box p{
    margin: 0px;
}
.hidden-mobile{
    display: block;
}
.hidden-desktop{
    display: none;
}

/* puu 2020-11-27 */
.chat .features{
    top: 2px;
    right: 4px;
    position: absolute;
    display: inline-block;
}
.chat .features i{
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 1;
    filter: brightness(0) invert(1);
    margin: 5px;
    display: none;
}
.chat .features i.btn-flip{
    width: 22px;
    height: 22px;
}
.chat .is-zoom .features i{
    width: 22px;
    height: 22px;
    margin: 5px;
}
.chat .is-zoom .features i.btn-flip{
    width: 25px;
    height: 25px;
}

.gm-fullscreen-control{
    display: block !important;
}

/* puu 2021-04-26 */
.text-list{
    width: 100%;
    position: relative;
}
.text-list .item{
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 25px;
}
.text-list .item:not(:first-child){
    margin-top: 5px;
}
.text-list .item .no{
    position: absolute;
    left: 0px;
    top: 8px;
}
.text-list .item .btn-del{
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer;
    z-index: 1;
}
.text-list .item .btn-del .icon{
    width: 15px;
    height: 15px;
}
.text-list .form-control{
    padding: 7px;
}
.text-list .btn-add{
    float: left !important;
    margin: 7px 0px 0px 0px;
    min-width: 65px;
    padding: 5px 15px;
    font-size: 13px;
}