* {
    outline:none !important;
}

.table th {
    text-align: center;
    background-color: #efefef;
}

.nowarp {
    white-space: nowrap;
}

.form-search > .form-group, .form-search > .btn {
    margin-right: 5px;
    margin-bottom: 5px;;
}

.block {
    margin-bottom: 1em;
}

.error input {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.error select, .error textarea {
    border-color: #dc3545;
}

.errorMessage {
    color: #dd4b39;
    font-size: 90%;
    padding: 6px;
    background-color: #f2dede;
    width: 100%;
    margin-top: 3px;
}

.fa-1-5x {
    font-size: 1.5rem;
}

.badge-olive-light {
    color: #fff!important;
    background-color: #3d9970!important;
    opacity: .65;
}

.badge-danger-light {
    color: #fff!important;
    background-color: #dc3545!important;
    opacity: .65;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    height: 36px !important;
}

@media (max-width: 575.98px) {
    .w-sm-100 {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .w-md-100 {
        width: 100%;
    }
}

/* adminlte patch */

.login-page, .register-page {
    /* background-image: url("../images/login/login-bg.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.box-scrol-y {
    border: 1px #e3e3e3 solid;
    background-color: #f5f5f5;
    overflow: auto;
    padding: .8rem;
    border-radius: 2px;
    height: auto;
    max-height: 16rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    display: block;
}

/* */
/* a {
	color: #00A494;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #00877a;
	text-decoration: none
} */

.badge.badge-l {
    font-size: 85%;
}

.badge.badge-xl {
    font-size: 100%;
}

.badge.badge-xxl {
    font-size: 115%;
}

.table th {
    text-align: center;
    background-color:#fff;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 164, 148, .075)
}

.treatment-surgery, 
.treatment-surgery .fc-event-time,
.treatment-surgery .fc-event-title {
    color: #dd4b39;
}

.fc-list-table .treatment-cancel, 
.fc-scrollgrid-sync-table a.treatment-cancel {
    color: #aaa;
}

.fc-list-table .treatment-cancel td {
    background-color: #f1f1f1;
}

/* pagination */

.pagination {
    margin: 10px 0 2px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;    
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a {
    background: #fafafa;    
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00A494;
    border-color: #00A494;
}

.pagination > li > a:hover{
    color:  #00A494;
}

.btn-default {
	background-color: #f8f9fa;
	border-color: #ddd;
	color: #444
}

.btn-default.hover, .btn-default:active, .btn-default:hover {
	background-color: #00A494;
	color: #fff;
}

.form-group-warp {
    margin-bottom: 1rem;
}

.form-group-warp > .form-group {
    margin-bottom: .5rem
}

.form-group-warp > .form-group > .form-text {
	display: block;
    margin-top: 0;
    color: #666;
}

.form-group-warp > .form-group > label {
	display: inline-block;    
}

.card-primary:not(.card-outline)>.card-header {
	background-color: #808080;
}

.content-header .breadcrumb {
	background-color: transparent;
	line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #00A494;
}

.breadcrumb li:last-child a {
    color: #000;
    font-weight: 600;
}

@media (max-width: 768px) {
    .fans {
        width: 20vw;
    }
}

.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
    background: #eee;
}

.rwd-table th, .rwd-table td {
    margin: .5em 1em;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
    border-bottom: 1px solid #dee2e6;
}

.border-top > tr > th{
    border: 0;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) "  ";
    font-weight: bold;
    width: 6.5em;
    /* display: inline-block; */
    display: block;
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

.rwd-table th, .rwd-table td:before {
    color: #8228C8;
    font-weight: bold;
}

@media (min-width: 576px) {
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}

/* icheck */

/*!
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */

[class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0px;
}

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

.icheck-inline + .icheck-inline {
    margin-left: .75rem;
    margin-top: 6px;
}

[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-"] > input:first-child {
    /* position: absolute !important; */
    display: none;
    opacity: 0;
    margin: 0;
}

[class*="icheck-"] > input:first-child:disabled {
    cursor: default;
}

[class*="icheck-"] > input:first-child + label::before,
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #D3CFC8;
    border-radius: 0px;
    margin-left: -29px;
    background-color: #fff;
}

[class*="icheck-"] > input:first-child:checked + label::after,
[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

[class*="icheck-"] > input[type="radio"]:first-child + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px;
}

[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + label::before,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65;
}

.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #adadad;
}

.icheck-default > input:first-child:checked + label::before,
.icheck-default > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.icheck-default > input:first-child:checked + label::after,
.icheck-default > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #333;
    border-right-color: #333;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2e6da4;
}

.icheck-primary > input:first-child:checked + label::before,
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #4cae4c;
}

.icheck-success > input:first-child:checked + label::before,
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #46b8da;
}

.icheck-info > input:first-child:checked + label::before,
.icheck-info > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #eea236;
}

.icheck-warning > input:first-child:checked + label::before,
.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color:#8228c8;
}

.icheck-danger > input:first-child:checked + label::before,
.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.icheck-purple > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-purple > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #8228c8;
}

.icheck-purple > input:first-child:checked + label::before,
.icheck-purple > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #8228c8;
    border-color: #8228c8;
}

.select2-container--default .select2-selection--single {
    border-radius: 2px;
    border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
    height: inherit;
    
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.accordion .card {
    margin-bottom: 0;
}

.accordion .card-header {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0px;
}

.form-group .vue__time-picker input.display-time {
    padding: 18px .5em;
}

.form-group .mx-input {
    padding: 0px;
    border: 0px;
    height: auto;
    font-size: 16px;
    border-radius: 0px;
    box-shadow: none;
}


.block-records .col-task {  
    padding-right: 3px;
    padding-left: 3px;
}

.col-task .list-group-item {
    padding: .4rem 0rem
}

.col-task .card {
    margin-bottom: 0.5rem;
}

.col-task .card-body {
    padding: 8px 12px;
}

.col-task .btn {
    padding: 6px 10px;
}

.fc .fc-scrollgrid-section.fc-scrollgrid-section-header  {
    margin-bottom: 1.5em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 100;
}
  
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>* {
    top: 34px;
}
