﻿body.iosBugFixCaret.modal-open {
    position: fixed;
    width: 100%;
}
.modal-opens{
    overflow: hidden;
}

.btn-search-address {
    width: 120px;
    height: 40px;
    padding: 10px;
}
.searchAddress {
    left: -16.5px;
}

.btn-boder-unset {
    border-radius : unset !important;
}
.w-15 {
    width: 15%;
}

.w-70 {
    width: 70%;
}

.w-90 {
    width: 90%;
}

.modal-permision {
    max-width: 65%;
}


.modal-permision1 {
    max-width: 70%;
}

body.iosBugFixCaret.modal-opens {
    position: fixed;
    width: 100%;
}

.pfixed {
    position: fixed;
    width: 100%;
}

.text-nowrap{
    white-space: nowrap !important;
}

.custom-margin-40px {
    margin-right: 30px;
}

.color-white {
    color: #ffffff;
}

.popover-body {
    word-break: break-all;
    white-space: pre-wrap !important;
}

.ms-parent>.ms-choice>span.placeholder {
    color: #302c2e;
}

.domain-hospital {
    background-color: #e9ecef;
    opacity: 1;
}

.width-account-height {
    width: 100%;
}

.text-truncate::after {
    content: '';
    display: block;
}

/* .text-truncate::before {
    content: '';
    display: block;
} */

.drop-expanded {
    position: absolute;
    right: 0px;
    bottom: 0px
}


.p-r-64 {
    padding-right: 64px;
}
.w-custom {
	width: 128px;
}

.w-custom {
	width: 128px;
}

.h-59 {
    height: 59px !important;
}

.multi-text {
    white-space: pre-wrap !important;
}

.word-break-break-all {
    word-break: break-all;
}

.hideRadio::before {
    display: none;
}
.hideRadio::after {
    display: none;
}

iframe {
    border-width: 0px !important;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.hideRadio {
    display: none;
}
.display-contents {
    display: contents !important;
}
.position-absolute {
    position: absolute !important;
}

.sms-topup-configuration {
    width: 25%;
}

.position-inherit {
    position: inherit;
}

#tableConfiguration > tbody > tr > td {
    min-width: 25%;
    padding: auto;
}

.display-initial {
    display: initial !important;
}
.popover {
    white-space: pre !important;
}

label, span, p, b {
    line-height: 1.38 !important;
}

.mheight250 {
    min-height: 250px;
}
.px-32-custom {
    padding-left: 2rem;
    padding-right: 2rem;
}
.mleft16{
    margin-left: 16px;
}
.mlefta16 {
    margin-left: -16px;
}
.pointer{
    cursor: pointer;
}

.dashboard-service {
    width: 10%;
    text-align: right;
}

.list-service {
    height: calc(100vh - 96px - 64px);
    overflow-y: auto;
}

#file-name-add, #file-name-modify, #file-name {
    word-break: break-all !important;
    white-space: pre-wrap !important;
    text-decoration: underline;
}

.cover-color-picker {
    position: absolute !important;
    top: 0;
}

.calenderFilter {
    left: 0px;
}

.text-truncate-custom {
	white-space: pre !important;
}

.tooltip {
	white-space: pre-wrap !important;
}

.custom-show-template {
    display: inline-flex;
}

.dropdown-menu > a {
    line-height: 1.15 !important;
}

.multiselect-custom > ul > li:not(label) {
    padding-left: 15px;
}

.table-responsive {
    min-height: 200px;
}

.over-flow-y-auto {
    overflow-y: auto !important;
}

.overflow-hidden {
	overflow:hidden !important;
}
.overflow-auto {
    overflow: auto !important;
}
.page-loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #f5f5f5;
    border-right: 5px solid #db092f;
    border-left: 5px solid #db092f;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    -webkit-animation: loading 1s linear infinite;
    -moz-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
}
.body-page-loading {
      display: block;
      background-color: #ffffff;
      position: fixed;
      opacity: 1;
      z-index: 1002;
      width: 100vw;
      height: 100vh;
}

.body-page-loading-upload {
    display: block;
    background-color: #ffffff;
    position: fixed;
    opacity: 0.7;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
}

.body-page-loading-category {
    display: block;
    background-color: #ffffff;
    position: absolute;
    opacity: 0.7;
    z-index: 1001;
    height: 100vh;
    width: 100%;
}

.body-page-loading-table {
    display: block;
    background-color: #ffffff;
    position: absolute;
    opacity: 0.7;
    z-index: 1001;
    height: 100%;
    width: 100%;
}

.body-page-loading-table1 {
    display: table !important;
    padding-left: 42%;
    padding-top: 5%;
    background-color: #ffffff;
    position: absolute;
    opacity: 0.7;
    z-index: 1001;
    width: 100%;
    height: 250px;
}

.body-page-loading-full {
    display: block;
    background-color: #ffffff;
    position: fixed;
    opacity: 0.7;
    z-index: 20000;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.custom-font-size-1820 {
	font-size: 20px;
}

@-webkit-keyframes loading {
    from {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@-moz-keyframes loading {
    from {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
.fr-emoticon {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}

.multiselect-custom ul {
    display: block;
    max-height: 270px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.multiselect-custom {
    position: absolute;
    top: 41px !important;
}

.multiselect-custom li {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.multiselect-custom li:hover {
    background-color: #fbe5e9;
}

.custom-multi-search input {
    background: url('../images/multiple-select.png') no-repeat 100% -16px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)) !important;
}

.table-responsive {
    overflow-y: hidden;
    padding-bottom : 15px;
}

.custom-pre-wrap {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    line-height: 1.38;
    width: auto !important;
    display: list-item !important;
}

.category-name {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header-account-height {
    line-height: 1.38;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.text-truncate > label.text-format {
    white-space: pre;
    display: inline-block;
}

.to-Modal-E3 {
    margin-top: 30px;
}

.autocomplete-items {
    position: absolute;
    width: 98%;
    z-index: 10000;
}

.tr-active {
    background-color: rgba(0,0,0,.05);
}

.autocomplete-items>div {
    padding: 12px;
    border: 1px solid #797a80;
    background: white;
}

.autocomplete-items>div:hover {
    background-color: #fce8eb;
}

.px-16 {
    padding-right: 16px;
    padding-left: 16px;
}

.mx-16 {
	margin-left: 16px;
    margin-right: 16px;
}

.hr-form {
    border-top: 1px solid #a0a3aa;
    padding-bottom: 1rem;
}

.header-modal {
    padding-left: 16px;
}

.text-count {
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #302c2e;
}

.element-right{
    float: right;
}

.table-condensed>thead>tr, .table-condensed>tbody>tr {
    height: auto !important;
    line-height: 1.5;
}

.table-condensed>thead>tr>td, .table-condensed>tbody>tr>td {
    padding: 0px !important;
    vertical-align: middle !important;
}

.th-khaihd {
    padding-left: 8px !important;
}

.border-popup-view {
    border: #797a80 solid 1px;
    border-radius: 4px;
    height: 100%;
}

.custom-calendar .icon-img-calender{
    right: 25px;
}

.icon-img-calender {
    position:absolute;
    top:70%;
    transform: translateY(-50%);
    width: 20px;
}

.relative .icon-img-calender {
    top: 50%;
    right: 16px;
}

.btn-view {
    text-transform: none !important;
    height: 40px;
    padding: 6px 12px;
}

.w-120-khaihd {
    width: 100px;
}

.custom-btn-khaihd {
    float: right;
}

.btn-custom-khaihd {
    background-color: #656565;
    border-color: #656565;
    text-transform: uppercase;
    color: white;
}

.view-modal-fixed {
    width: 816px;
    height: 323px;
}

.daterange {
    padding-right: 40px;
}

.admin-tab {
    border-top: #cbc7c9 solid 1px;
    min-height: calc(100vh - 96px - 64px);
}

.badge-orange {
    width: 90px;
    height: 24px;
    font-size: 12px;
    padding: 3px 14px;
    background: #1C89D6;
    line-height: 1.5;
    font-weight: normal;
    color: white;
}


.admin-tab-media {
    border-top: #cbc7c9 solid 1px;
}

.list-group-item:not(.active) {
    cursor: pointer;
}

.fix-left-0 {
    padding-left : 0px !important;
}

.m-left-40 {
    margin-left : 40px;
}

.header-service {
    font-size: 24px;
    padding: 0px 0px 6px 0px;
    font-weight: 600;
}

.header-service-hospital {
    font-size: 24px;
    padding: 8px 0px 24px 0px;
    font-weight: 600;
}

.service-hospital td {
    padding: .75rem !important;
}

.service-hospital {
    margin-bottom: 0px !important;
}

.border-radius-0 {
    border-radius : 0px;
}

.max-width-400 {
    max-width: 400px;
}

.width-500 {
    width: 500px;
}

.width-600 {
    min-width: 800px;
}

.width-800 {
    min-width: 800px;
}

.width-1000 {
    width: 1000px;
}

.width-1000-responsive {
    width: 1000px;
}

.width-1600 {
    width: 1600px;
}

.width-2000 {
    width: 2000px;
}

.width-800-responsive {
    width: 800px;
}

@media (max-width: 1100px) {
    .calenderFilter {
        left: 0px;
    }
    .width-account-height {
        width: 360px;
    }
    .table-responsive {
		min-height: 100%;
	}
}

@media (max-width: 767px) {
    .searchAddress {
        left: -0.5px;
    }

    .width-800-responsive {
        width: 500px;
    }
    .width-1000-responsive {
        width: 500px;
    }
    .width-account-height {
        width: 220px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

#day-tab {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#month-tab {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #db092f !important;
    border-color: #db092f !important;
}

.font-large {
    font-size: x-large;
    color: #db092f;
}

.icon-small {
    width: 20px;
    height: 45px;
}

.search-user-listing .user-listing{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: normal;
    color: #302c2e;
    margin: 16px 0px 16px 0px;
}

.w-40{
    width: 40px !important;
}
.w-30{
    width: 30px !important;
}
.btn-add-item-user-list{
    right: 16px;
}

.custom-white-line {
	white-space : normal !important;
}

.tab-header i.fa-caret-down[aria-expanded="false"] {
    transform: rotate(-90deg);
    transition: 0.1s;
}

o {
    line-height: 1.38;
    white-space: pre;
}

.position-relative-custom {
    position: relative !important;
    width: 100% !important;
}

.w-20 {
    width: 20% !important;
}

.w-filter-E1 {
    width: 47%;
}

.w-33 {
    width: 33.33% !important;
}

.atwho-view-block {
    display: block !important;
}

thead > tr > th > img {
    margin-bottom: 0.2rem !important;
}

.w-filter-240 {
    width: 240px;
}

.modal-scroll-h-580 {
    max-height: 608px;
    overflow-x: hidden;
}

.modal-scroll-permission-option {
    max-height: 658px;
    overflow-x: hidden;
}

.list-group-item-ie {
	width: 187px !important;
}

/* hospital user list */
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.format-button-icon {
    background-color: white;
    border: 1px solid #797a80;
    border-left-style: none;
}
.border-right-none {
    border-right-style: none;
}
.custom-input-group {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-input-group-icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.calender-format {
    position: absolute;
    top: 40px;
    border: 1px solid #797a80;
    border-radius: 4px;
    width: calc(200% + 16px);
    right : 0;
    z-index: 1000;
    background-color: white;
}

.header-calender-format {
    padding: 12px !important;
    border-radius: 0.3rem;
}

textarea {
    border-radius: 0px !important;
}

.l-0 .calender-format{
    left:0;
    right: auto;
}
/* end hospital user list */

@media (max-width: 991px) {
    .searchAddress {
        left: -0.5px;
    }

    .custom-show-template {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list-group-item-ie {
        width: 131.5px !important;
    }
    .m-left-40 {
        margin-left : 1rem;
    }
    /* KhoaNV8 3/1/2019 */
    .tab-user-list nav{
        display: none;
    }
    /* End */
}
.w-72 {
    width: 72px;
}

.padding-to{
    padding-left: 40%;
    padding-top: 0.5rem;
}

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

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

.icon-img-calender.icon-img-calender-popup{
    top: 40%;
}

.w-w-60{
    width: 60%;
}

.action-pms-mobile{
    width: 100px !important;
}

@media (max-width: 767px) {
    .padding-to{
        padding-left: 20%;
        padding-top: 0.5rem;
    }
    .action-pms-mobile{
        width: 50px !important;
    }
    .custom-margin-40px {
        margin-right: 24px;
    }

    .w-filter-240 {
        width: 100%;
    }

    .list-group-item-ie {
        width: 100% !important;
    }

    .w-filter-E1 {
        width: 100%;
    }

    .to-Modal-E3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #tableConfiguration{
        width: 370px;
        padding: 5px;
    }

    .sms-topup-configuration {
        width: 100px;
    }

	.w-custom {
		width: 72px;
	}

    .px-32-custom {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .modal-scroll-h-560 {
        max-height: 450px;
        overflow: auto;
    }

    .modal-scroll-permission {
        max-height: 450px;
        overflow: auto;
    }

    .modal-scroll-h-580 {
        max-height: 300px;
        overflow-x: hidden;
    }

    .modal-scroll-permission-option {
        max-height: 300px;
        overflow-x: hidden;
    }

    .view-fixed {
   	 	overflow: auto;
       	-webkit-overflow-scrolling: touch;
        width: 100%;
        height: 300px;
    }
    .container-user-account .panel {
        min-height: calc(100vh - 122px);
    }
    .px-16 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mx-16 {
    	margin-left: 0px;
    	margin-right: 0px;
    }

    .header-modal {
        padding-left: 0px;
    }
    .container-user-account .panel {
        min-height: calc(100vh - 122px);
    }
    .input-search {
        width: 100% !important;
    }
    .admin-tab {
        border-top: #cbc7c9 solid 1px;
        min-height: 0px;
    }
    .border-right-grey {
        border-right: 0px;
    }
    .m-left-40 {
        margin-left : 1rem;
    }
    .rezise-btn {
        width: 216px !important;
    }
    .drop-custom-grant{
        width: calc(100% - 57px) !important;
    }
    .btn-custom-grant{
        width: 90px !important;
    }
    .custom-box{
        padding-right: 0px !important;
        margin-bottom: 0px !important;
    }
    .custom-input-grant{
        width: 100% !important;
    }
    .custom-pms-p-0 {
        padding: 8px 16px !important;
    }
    /* Khoanv8  3/1/2019 */
    .search-user-listing .btn-reset{
        display:inline-block !important;
    }
    .form-search-member-id{
        width: 80%;
    }
    .search-user-listing input{
        width:68%;
    }
    #detail-service-line {
        margin-right: 16px;
    }
    .badge-active1 {
        width: 90px;
    }
    /* End */

    .custom-margin-fixed {
        margin-right : 4px;
    }

    .custom-width-fixed {
        width: auto !important;
    }

	.custom-font-size-1820 {
	font-size: 18px;
	}

}

.modal-footer-filter{
    float:right;
}

.hr-filter hr{
    margin-top: 8px;
}

.daterangepicker .ranges li.active {
    background-color: #db092f;
}
.daterangepicker td.in-range {
    background-color: #fbe5e9;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #db092f;
}
@media (max-width: 1475px) {
    .pms-title-topup {
        display: none;
    }
}

.pms-btn-view-detail {
    height: 40px;
    text-transform: none;
    line-height: 0.5;
}

.badge-danger {
    height: 24px;
    font-size: 12px;
    padding: 3px 14px;
    background: white;
    line-height: 1.5;
    font-weight: normal;
    color: #db092f;
    border: 1px solid #db092f;
}

.badge-active1 {
    height: 24px;
    font-size: 12px;
    padding: 3px 14px;
    background: #00a273;
    line-height: 1.5;
    font-weight: normal;
    color: white;
}
.div-color-1 {
  width: 12px;
  height: 12px;
  background-color: #fdba4f;
  margin-top: 2px;
}
.div-color-2 {
  width: 12px;
  height: 12px;
  background-color: #6abb77;
  margin-top: 2px;
}
.div-color-3 {
  width: 12px;
  height: 12px;
  background-color: #83c0d2;
  margin-top: 2px;
}
.div-color-4 {
  width: 12px;
  height: 12px;
  background-color: #9f6fa2;
  margin-top: 2px;
}
.div-color-5 {
  width: 12px;
  height: 12px;
  background-color: #c3635a;
  margin-top: 2px;
}
.div-color-6 {
  width: 12px;
  height: 12px;
  background-color: #da5bb5;
  margin-top: 2px;
}
.div-color-sub-1 {
  width: 4px;
  height: 55px;
  background-color: #fdba4f;
}
.div-color-sub-2 {
  width: 4px;
  height: 55px;
  background-color: #6abb77;
}
.div-color-sub-3 {
  width: 4px;
  height: 55px;
  background-color: #83c0d2;
}
.div-color-sub-4 {
  width: 4px;
  height: 55px;
  background-color: #9f6fa2;
}
.div-color-sub-5 {
  width: 4px;
  height: 55px;
  background-color: #c3635a;
}
.div-color-sub-6 {
  width: 4px;
  height: 55px;
  background-color: #da5bb5;
}

.icon-collapse [aria-expanded="true"] .icon-next {
    transition: 0.1s;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.icon-collapse [aria-expanded="false"] .icon-next {
    transition: 0.1s;
}
.icon-collapse [aria-expanded="true"] .icon-drop {
    transition: 0.1s;
    transform: translate(-70%, -50%) rotate(0deg);
}
.icon-collapse [aria-expanded="false"] .icon-drop {
    transition: 0.1s;
    transform: translate(-50%, -50%) rotate(180deg);
}
.icon-collapse [aria-expanded="true"] .pms-drop-btn {
  background: url(./img/icon-dropdown-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.icon-drop {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(-135deg);
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}
/* froala editor */
.atwho-inserted {
    color: rgb(41, 105, 176);
}

.list-group li.menu-highlight {
  /*border: 1px dashed red !important;*/
  background: #e5e3e4;
}

.badge-active-btn {
    height: 24px;
    font-size: 12px;
    padding: 3px 16px;
    background: #22749E;
    border-color: #22749E;
    line-height: 1.5;
    font-weight: normal;
    color: white;
}

.table-wrapper-scroll-y {
        display: block;
        max-height: 270px;
        overflow-y: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

.color-rx {
    width: 12px;
    height: 12px;
    background-color: #674ea7;
    margin-top: 2px;
  }

  .color-yellow {
    color: #f1c232;
  }
  .color-blue {
    color: #2a78e4;
  }
  .color-green {
    color: #43b74e;
  }

  .custom-fixed {
    width: 816px;
    height: 279px;
}

.drop-custom-grant{
    width: 350px;
}

.btn-custom-grant{
    width:120px;
}

.custom-border{
    height: 100%;
    border: 1px solid #cbc7c9!important;
}

.custom-box{
    padding: 0px;
    padding-bottom: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
}
.custom-input-grant{
    width: 350px;
}

.mt-350{
    margin-top: 350px;
}

.custom-img-edit{
    width: 88px;
    height: 80px;
}
.custom-pms-p-0 {
    padding: 0 !important;
    border: none !important;
}

@media (min-width: 768px) {
    .tb-arrow.custom-admin{
        display: none;
    }
}

.badge-orange {
    width: 90px;
    height: 24px;
    font-size: 12px;
    padding: 1px 12px;
    background: white;
    line-height: 1.5;
    font-weight: normal;
    color: orange;
    border: 1px solid orange;
}

.custom-eye-icon {
    cursor: pointer;
}

.custom-eye-icon2 {
    top: 70% !important;
}

.badge-waiting {
    height: 24px;
    font-size: 12px;
    padding: 3px 16px;
    background: #22749e;
    border-color: #6e0518;
    line-height: 1.5;
    font-weight: normal;
    color: white;
}

.badge-error {
    height: 24px;
    font-size: 12px;
    padding: 1px 12px;
    background: white;
    line-height: 1.5;
    font-weight: normal;
    color: #db092f;
    border: 1px solid #db092f;
}

.badge-completed {
    height: 24px;
    font-size: 12px;
    padding: 3px 16px;
    background: #4CA807;
    border-color: #6e0518;
    line-height: 1.5;
    font-weight: normal;
    color: white;
}

.white-space{
    white-space: pre;
}

.p-r-20 {
    padding-right: 22px;
}

.custom-margin-fixed {
    margin-right : 8px;
}

.custom-width-fixed {
    width: 120px;
}

.custom-checkbox-add-hospital {
    padding-left: 1.6875rem;
}

.custom-checkbox-add-hospital {
    padding-left: 1.6875rem;
}

.table tbody tr td {
   word-break: break-all;
   white-space: pre;
}


.custom-color-grey {
	color: #797a80;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

.custom-pre-line {
	white-space: pre;
}

.custom-f-s-20 {
	font-size : 20px;
}

.custom-f-s-22 {
	font-size : 22px !important;
}

.w-80 {
    width: 80px;
}

.w-h-24 {
	width: 24px;
  	height: 24px;
}

.cusor-pointer {
	cursor: pointer;
}

#configuresms-top-up-price .modal-footer{
    border-top: 2px solid #e9ecef;
}

.custom-pre-hospital {
	white-space: pre-line;
}

.width-40-percent {
	width: 40%;
}

.width-20-percent {
	width: 20%;
}

.list-header {
	margin-bottom: 0px;
}

.single-line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.modal {
    overflow: auto !important;
}

.p-left-mobile {
    padding-left: 25px !important;
}

/* .category-name {
    word-break: break-all;
    white-space: pre-wrap;
} */

/** custom nestable */
.dd-handle {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.custom-height-template {
    height: 100% !important;
}

/**
 * interpretation report example
 */
hr.line-1 {
    border: 1px solid #afafaf;
}

.no-resize {
    resize: none;
}

.line-break-label {
    white-space: pre-wrap;
}

.text-break-c {  
    word-wrap: break-word;      /* IE */
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}

.interpretation-report-box {
    border: 1px solid #868585;
    box-shadow: 0px 0px 2px 1px;
}
.f-w-700 {
    font-weight: 700;
}

.img-item {
    width: 20%;
    /*float: left;*/
    padding: 1px;
    /*display: flex;*/
    align-items: left;
}

.thumbs-lst {
    display: flex;
}

.report-media.active .thumbnail {
    border: 1px solid #db092f;
}

.report-media.active .thumbnail::before {
    content: '';
    background-image: url(./img/icon-check-active.svg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 22px;
    z-index: 10;
}

span.page-link:not(:disabled):not(.disabled) {
    cursor: default;
}

.clear-fix {
    clear: both;
}

.black-color {
    color: #302c2e !important;
}

#policy-form>a {
    text-decoration: none;
}
