.custom-box{
    padding: 10px 10px;
    margin-bottom: 5px;
    border: 1px solid #1b6d85;
    border-radius: 3px;
}
.custom-box-gray{
}
.custom-box .box-title{

}
.custom-box-white{
    padding: 5px 5px;
    background-color: #ffffff;
}
/*
    loader
*/
.preloader-container{
    position: relative;
}
.preloader{
    position: fixed;
    z-index: 5555;
    background-color: rgba(255,255,255,.8);
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    bottom: 0px;
    text-align: center;
}
.preloader .fa{
    font-size: 40px;
    margin-top: 25%;
    display: inline-block;
    transform: translateY(-50%);
}
.cover-shade{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
}
/*
Btn orange
*/
.btn-orange{
    color: #fff;
    background-color: #FE6600;
    border-color: #FE6600;
}
.required-input-title{
    color: red;
}
.required-input-sign{
    color: red;
}

/* Recorder */
.delete-cr{
    background-color: red;
    color: #fff !important;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.delete-cr:hover{
    background-color: #555555;
}

canvas{
    display: block;
    width: 100%;
    height: 100px;
    background-color: #eeeeee;
}

#audio{
    width: 100%;
}

.btn-cr-blue{
    background-color: #3498db;
    color: #fff !important;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}

.btn-cr-blue:hover{
    background-color: #555555;
}

.btn-cr-green{
    background-color: #2ecc71;
    color: #fff !important;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}

.btn-cr-green:hover{
    background-color: #555555;
}

.btn-cr-red{
    background-color: #eeeeee;
    color: red !important;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}

.btn-cr-red:hover{
    background-color: #555555;
}

.div-record{
    background-color: #eeeeee;
    padding: 5px;
    margin-bottom: 10px;
}


.cm-table-ds{
    width: 100%;
}
.cm-table-ds th{
    font-size: 14px !important;
}
.cm-table-ds .text-danger{
    margin: 0;
    padding: 0;
}
.cm-input-ds{
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
}

.cm-btn-save-ds,.cm-btn-plus-ds,.cm-btn-close-ds,.cm-btn-print-ds,.cm-btn-disabled-ds{
    outline: none;
    border: none;
    padding: 4px 9px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.cm-btn-disabled-ds{
    background-color: #CCCCCC;
}
.cm-btn-save-ds{
    background-color: #27ae60;
}
.cm-btn-plus-ds{
    background-color: #2980b9;
}
.cm-btn-close-ds{
    background-color: #e74c3c;
}
.cm-btn-print-ds{
    background-color: #8e44ad;
}

.cm-btn-disabled-ds:hover{
    color: #ffffff;
    background-color: #aaaaaa;
}
.cm-btn-save-ds:hover{
    color: #ffffff;
    background-color: #2ecc71;
}
.cm-btn-plus-ds:hover{
    color: #ffffff;
    background-color: #3498db;
}
.cm-btn-close-ds:hover{
    color: #ffffff;
    background-color: #c0392b;
}
.cm-btn-print-ds:hover{
    color: #ffffff;
    background-color: #9b59b6;
}
.ui-widget.ui-widget-content{
    position: relative !important;
    /*left: auto !important;*/
}

.cm-textarea-ds{
    width: 100%;
    min-height: 100px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.cm-btn-disabled-ds.active{background-color: #333333;}
.simple_prescription{display: none}
.advanced_prescription{display: block}

/**
Create a custom checkbox
*/
/* The container */
.checkmark-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark-container .checkmark-text {
    color: #555555;
}


/**
Print EMR History
*/
.print-header{
    font-weight: bold;
    font-size: 16px;
    color: #2196F3;
    padding: 5px;
}
.print-sub-header{
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #555555;
    padding: 5px;
    margin-bottom: 10px;
}