﻿/*!
 * Extend Bootstrap v2.3.1 to provide cell alignment (doh)
 *
 */
body{
    padding:0 !important;
}
.modal{
    left: 50% !important;
    top: 40% !important;
    transform: translate(-50%, -40%) !important;
    bottom: inherit !important;
    width:85% !important;
}
.user-details {
    margin-right: 10px;
    margin-top: 5px;
}
li.user-logout a {
    font-weight: 100 !important;
    background-color:#d9534f;
    height: 20px;
    margin-top: 12px;
    border-radius: 20px;
}
li.user-logout a:hover {
    background-color:#c9302c !important;
}
@media(max-width:500px){
    a.navbar-brand{
        font-size:15px !important;
    }
}
li.user-logout a i {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-top: -8px;
}
a.navbar-brand {
    font-size: 25px;
    color: #000 !important;
}
.modal .modal-dialog{
    width:100% !important;
    margin:0 !important;
}
.modal .modal-dialog .model-content{
   max-height: 75vh !important;
   overflow-y:auto;
}
.table td.tdRight {
    text-align: right;
}

.table td.tdCenter {
    text-align: center;
}

.table-nonfluid {
    width: auto;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #428BCA;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
}
/*#footer {
    background-color:#929292;
    color:#222;
    clear:both;
    text-align:center;
    padding:5px;
}*/

#footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 18px;
    width: 100%;
    background-color: #929292;
    color: #222;
    clear: both;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}

/*Drug title alignment*/
.vline-dr {
    line-height: 64px;
    vertical-align: middle;
}

.title-dr {
    font-size: 35px;
    color: #428BCA;
}

.htitle-dr {
    font-size: 14px;
    font-weight: bold;
    color: #808080;
}

.htitle-dr_2 {
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}

.htitle-dr_3 {
    font-size: 11px;
    color: #FFF;
}

.v5-custom {
    height: 5px;
    clear: both;
}
.h2-custom
{
    /*width:0.5px;*/
    /*clear:both;*/
}

.table-scroll-mc {
    min-height: 60vh;
    max-height: 64vh;
    overflow: auto;
    overflow-x: hidden;
}

.font-size-12 {
    font-size: 12px !important;
}

.backgrund-dr {
    background: #428BCA !important;
    line-height: 0.428571;
}

a {
    cursor: pointer;
}

.pagingbutton {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 0.428571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

 