/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 23, 2020, 3:31:09 PM
    Author     : benny
*/
.edit{
    color:#3a3939;
}
.btn_alt a{
    color:#000
}
.btn_alt{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border-radius:4px;
    color:#000;
    box-shadow: inset 0 0 0 2px #e5e5e5;
}
.btn_alt:hover{
    background-color:#f5f5f5;
    color:#000
}
.btn_alt input[type=submit]{
    border:0px;
    background-color: #EAB91F;
}
.b_btn {
    color: #fff;
    background-color: #EAB91F;
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border-radius:4px;
}
.b_btn:hover {
    color: #fff;
    background-color: #555555;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.plaintiff{
    background-color: #6a0dad;
    color:#fff;
}
.defenadant{
    background-color: #87ceeb;
    color:#fff;
}
.doctor{
    background-color: #EAB91F;
    color:#fff;
}
/*.cancel{
    background-color: #000;
    color:#fff;
}*/
