.error-message.red {
    color: red;
}

.required {
    color: red;
}

a.ml-4 {
    margin-left: 4px;
}

img.profile {
    height: 6em;
    width: 6em;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    box-shadow: 1px 3px 3px #3e4142;
}

/*input[type="radio"] {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    margin-left: -23px !important;*/
/*    margin-top: 0px;*/
/*}*/

input.checkAllUser {
    width: 20px;
    height: 20px;
}

input.userCheckBox {
    width: 20px;
    height: 20px;
}

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

/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    /*padding: 10px;*/
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #009688;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 10px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #009688;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #009688;
    background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.imageThumb {
    max-height: 88px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}
.remove:hover {
    background: white;
    color: black;
}

span.error-msg {
    color: red;
}

#overlay {
    background: #000 url(../../storage/image/loader.gif) no-repeat scroll center center !important;
    background-size: 150px 150px !important;
    opacity: 0.7;
}

.loading-hold {
    bottom: 0;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.loader {
    bottom: 0;
    display: table-cell;
    font-size: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    transform: translateZ(0px);
    vertical-align: middle;
}

.panel.panel-bd.cardbox.info {
    background: #62d0f1;
    border-color: #62d0f1;
}
.panel.panel-bd.cardbox.danger {
    background: #ff0000;
    border-color: #ff0000;
}
.panel.panel-bd.cardbox.warning {
    background: #ffc751;
    border-color: #ffc751;
}

.modal-content.popup_width {
    width: 760px;
}


/* Base style */
.image-uploader {
    min-height: 10rem;
    border: 1px solid #d9d9d9;
    position: relative;
}

/* Style on hover */
.image-uploader.drag-over {
    background-color: #f3f3f3;
}

/* Hide the file input */
.image-uploader input[type="file"] {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* Text container */
.image-uploader .upload-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image-uploader .upload-text i {
    display: block;
    font-size: 3rem;
    margin-bottom: .5rem;
}

.image-uploader .upload-text span {
    display: block;
}

/* Hide the text if there is at least one uploaded image */
.image-uploader.has-files .upload-text {
    display: none;
}

/* Uploaded images container */
.image-uploader .uploaded {
    padding: .5rem;
    line-height: 0;
}

.image-uploader .uploaded .uploaded-image {
    display: inline-block;
    width: calc(16.6666667% - 1rem);
    padding-bottom: calc(16.6666667% - 1rem);
    height: 0;
    position: relative;
    margin: .5rem;
    background: #f3f3f3;
    cursor: default;
}

.image-uploader .uploaded .uploaded-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* Delete image button */
.image-uploader .uploaded .uploaded-image .delete-image {
    display: none;
    cursor: pointer;
    position: absolute;
    top: .2rem;
    right: .2rem;
    border-radius: 50%;
    padding: .3rem;
    background-color: rgba(0, 0, 0, .5);
    -webkit-appearance: none;
    border: none;
}

.image-uploader .uploaded .uploaded-image:hover .delete-image {
    display: block;
}

.image-uploader .uploaded .uploaded-image .delete-image i {
    color: #fff;
    font-size: 1.4rem;
}

button.close {
    margin-top: -37px !important;
    color: #fff;
    font-size: 25px;
    opacity: 1;
}

button.close:hover {
    color: #fff;
    opacity: 1;
}

.toggle.btn.btn-danger.off {
    min-width: 90px !important;
}

.toggle.btn.btn-success {
    min-width: 90px !important;
}

button.bootbox-close-button.close {
    margin-top: 5px !important;
    color: #fff;
    font-size: 25px;
    opacity: 1;
}

.col-sm-2.action-type.pull-left {
    position: absolute;
    left: 16%;
    z-index: 999;
}

li.nav-link-tabs {
    border-bottom: 1px solid #ddd;
}

ul.nav.nav-tabs.tabs-left {
    background: #fff;
}

.modal-dialog.modal-notify.modal-info.min-width {
    min-width: 70%;
}

.modal-dialog.modal-notify.modal-info.min-width-80 {
    min-width: 80%;
}

.modal-body .modal-group-btn .btn {
    width: 130px;
    height: 93px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    font-size: 17px;
    white-space: normal;
    text-align: center;
}

span.select2-selection.select2-selection--single.border-red {
    border-color: red !important;
}

.modal-dialog.modal-notify.modal-info.min-width-50 {
    min-width: 50%;
}

label.label-success {
    border: none;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

table.table.table-hover.prescription>tbody>tr>th, table.table.table-hover.prescription>tbody>tr>td {
    border-top: 0px;
    padding: 4px;
}

.printablea4 {
    width: 100%;
}

.printablea4>tbody>tr>th, .printablea4>tbody>tr>td {
    padding: 5px 0;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 12px;
}
.printablea4>tbody>tr>th, .printablea4>tbody>tr>td {
    padding: 5px 0;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 12px;
}

.ipdbilltable input {
    text-align: right;
    color: #000;
    font-size: 20px;
    background: transparent !important;
    font-family: 'Roboto-Bold';
    border-bottom: 1px solid #dadada;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.ipdbilltable input:focus {
    outline: none;
}

.remove-icon {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .col20 {
        width: 20%;
    }
}

.info-box {
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    display: block;
    cursor: pointer;
}

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

.info-box a {
    color: #333;
    text-decoration: none;
    width: 100%;
    display: block;
}

.info-box-content {
    padding: 4px 10px;
    margin-left: 50px;
}

.info-box-text {
    text-transform: capitalize;
}

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

.info-box-number {
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 16px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

i.fas.fa-eye {
    height: 12px;
    width: 12px;
}

i.fas.fa-times {
    height: 12px;
    width: 12px;
}

i.fas.fa-trash {
    height: 12px;
    width: 12px;
}

i.fas.fa-check {
    height: 12px;
    width: 12px;
}

i.fas.fa-file {
    height: 12px;
    width: 12px;
}

i.fas.fa-laptop-code {
    height: 12px;
    width: 15px;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #009688;
    border-radius: 5px;
    text-align: center;
    color: #009688;
    margin-bottom: 10px;
    margin-right: 10px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #009688;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #009688;
}

.btn-default:active .filter-button:active {
    background-color: #009688;
    color: white;
}

img.img-responsive.logo {
    margin: auto;
    margin-top: -200px;
}

@media (max-width: 600px) {
    .col-sm-2.action-type.pull-left {
        position: relative;
        left: 28%;
        margin-top: 5%;
        margin-bottom: 7%;
    }

    img.img-responsive.logo {
        margin: auto;
        margin-top: -80px;
    }
}

.box-tab-header {
    color: #444;
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: solid 1px #d8e2e7;
    margin-top: -13px;
}

.box-tab-header .box-tab-title {
    display: inline-block;
    margin: 0;
    line-height: normal;
}

.box-tab-header>.box-tab-tools {
    position: absolute;
    right: 0px;
    top: 0px;
}

.small-image .dropify-wrapper {
    height: 75px;
}

a.btn.btn-danger.btn-sm.remove-button.remove-icon {
    width: 35px;
}

.invo-addition-wrap {
    display: flex;
    justify-content: space-between;
}

.invo-add-info-content {
    width: 50%;
    padding-left: 20px
}

.invo-bill-total {
    width: 50%;
    position: relative;
}

.m-l-10 {
    margin-left: 10px;
}


