/*Nav Bar*/
.navbar-custom {
    color: #FFFFFF;
    background-color: #2b2b2b;
    border-color: transparent;

}

body{
    background-color: #F7F7F7;
    font-family: Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;

}

/*	--------------------------------------------------
        :: Table Filter
        -------------------------------------------------- */

.Paid {
    font-size: 12px;
    color: #5cE85c;
}

.Pending {

    background-color: coral;
}

.Completed {
    font-size: 12px;
    color: #5C5CE8;
}

/*View*/
#ab {
    background: #f7f7f7;
    margin-top: 80px;

}

.badge{
    background-color: #444;
    border-radius: 3px;
    margin-right: 4px
}
.input-group-addon {
    min-width:90px;
    text-align:left;
    font-size: 12px;
    padding: 5px;
}

.input-group{
    margin: 3px;
}

.compress{
    margin: 1px 0px; 
    background-color: #FEFEFE;
    padding: 2px;

}

.contract-text{
    font-size: 12px;
    
}

textarea {
    height: 500px;
    resize: none;
}

#textallergieslist{
    height: 65px;
}

#medicalinfo{
    height: 80px;

}



#texthistory{
    height: 150px;
    background-color: #fefefa;
    margin-bottom: 0px;
    outline: none;
    overflow-y: auto;




}
#textcoverage{
    height: 100px;



}

#btnaddcomment{
    margin: 0px;
}

/*Modal buttons*/

.btn{
    padding: 6px ; 

}

.btn-group{
    padding: 6px ;
    margin: 0px;
    text-align: center;

}

.borderless .btn{
    width: 74px;
    border: none;
    color: white;
    margin: 1px;

}

.borderless .btn[disabled]{
    background: linear-gradient(135deg,#ccc,#bbb);    
}
.borderless .btn[disabled]:hover{
    background: linear-gradient(135deg,#aaa,#ccc);    
}

.btn-pending {
    background: linear-gradient(135deg,#ffc04e,#f1a806);
}
.btn-pending:hover {
    background: linear-gradient(135deg,#ffc04e,#f16806);
}
.btn.btn-quote {
    background: linear-gradient(135deg,#83ccc8,#4ab3c1);
}
.btn.btn-quote:hover {
    background: linear-gradient(135deg,#abe4e1,#2aa6b7);
}
.btn.btn-proposal {
    background: linear-gradient(135deg,#dea4fb,#C96DF7);
}
.btn.btn-proposal:hover {
    background: linear-gradient(135deg,#dea4fb,#C92DF7);
}
.btn.btn-awaitsrx {
    background: linear-gradient(135deg,#fff632,#c5c400);
}
.btn.btn-awaitsrx:hover {
    background: linear-gradient(135deg,#fff632,#e5d430);
}
.btn.btn-scriptin {
    background: linear-gradient(135deg,#9684E8,#63569a);
}
.btn.btn-scriptin:hover {
    background: linear-gradient(135deg,#9684e8,#8386da);
}
.btn.btn-accepted {
    background: linear-gradient(135deg,#77da77,#4ECB51);
}
.btn.btn-accepted:hover {
    background: linear-gradient(135deg,#75da77,#1f9a22);
}
.btn.btn-cancelled{
    background: linear-gradient(135deg,#ff797a,#fb6263);
}
.btn.btn-cancelled:hover {
    background: linear-gradient(135deg,#fdb4b4,#ff4243);
}

/*Table Order button*/
#orderanchor{
    text-decoration: none;
}            
.label-order{
    background: linear-gradient(135deg,#f76a6a,#f74444);    
}

/*table*/           
th{
    background-color: #eee;
    text-align: left;
}

.td-left{
    text-align: left;
}   

/*Modal Popup saved*/           
.success-popup{
    position:absolute;
    left:50%;
    padding: 8px;
    width:auto;
    height:auto;
    background:#4b5;
    color:white;
    display:none;
}
/*Modal boxes info order status pxdoctor*/
.bordered{
    border: #cccccc thin solid;
    margin: 3px;
    border-radius: 3px;
}

.borderless{
    border: none;
    margin: 3px;
    padding: 3px;
    text-align: center;
}



.label{

    padding: 5px;

}

.label-warning{
    text-align: center;
    height: 12px;
    width: 12px;
    padding: 4px;
    background: linear-gradient(135deg,#ffd498,#f0ad4e);
}

#patientnametitle{
    color: #335;  
}

.blink{
    color: #5CB811;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.weekend{
  background: linear-gradient(135deg,#fdbdbd,#ffb3b3);
  color: #9c0505;
    
}

/*input:read-only{
   background: linear-gradient(135deg,#fffef0,#fbfbee); 
     background: linear-gradient(135deg,#fdbdbd,#ffb3b3);
}
*/

/*Start style sidebar*/


#wrapper {
    padding-top: 50px;
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 100px;
    }
    #wrapper #sidebar-wrapper {
        width: 180px;
    }
}

@media (max-width: 992px) {
    #wrapper #sidebar-wrapper {
        width: 60px;
    }

}

#sidebar-wrapper {
    background-color: #2b2b2b;
    border-right: 1px solid #e7e7e7;
    z-index: 1;
    position: fixed;
    left: 0px;
    width: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 150px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
    line-height: 45px;
}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #428bca;
}


#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 0px;
    display: inline-block;
    text-indent: 7px;
    margin-right: 14px;
    color: #fff;
    float: left;
}

.numered {
    width: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 0px;
    display: inline-block;
    text-indent: 7px;
    margin-right: -14px;
    color: #fff;
    float: left;
}


.sidebar-nav li a {
    background: #2b2b2b !important;
    color: #fff !important;
}
.sidebar-nav li:nth-child(1) a {

    color: #fff !important;
}

.sidebar-nav li:nth-child(2) a {

    color: #fff !important;
}

.sidebar-nav li:nth-child(3) a {

    color: #fff !important;
}
.sidebar-nav li:nth-child(4) a {

    color: #fff !important;
}
.sidebar-nav li:nth-child(5) a {

    color: #fff !important;
}
.sidebar-nav li:nth-child(6) a {

    color: #fff !important;
}
.sidebar-nav li:nth-child(7) a {

    color: #fff !important;
}
.sidebar-nav li:nth-child(8) a {
    ;
    color: #fff !important;
}
.sidebar-nav li:nth-child(9) a {

    color: #fff !important;
}







/*ModalOrder*/

.smsbuttongroup{
    border: none;
    margin: 0px;
    padding: 3px;
    text-align: right;
}



