﻿body {
}
.daycontainer ul li
{
    display:inline;
    font-weight:bold;
}
.daycontainer ul 
{
    padding-left:0;
}
input.drugnameinput
{
    width:20% !important;
}
input.drugnameinput1
{
    width:15% !important;
}
input.useinput
{
    width:20% !important;
}
input.donviinput
{
    width:10% !important; 
}
input.quantityinput
{
    width:10% !important;
   
}
.daycontainer ul li input
{
    width:8%;
     text-align:center;
}
.weekcontainer ul
{
    padding-left:0;
}
.weekcontainer ul li
{
    display:inline;
    font-weight:bold;
}
.weekcontainer ul li input
{
    width:6%;
    text-align:center;
}
.modal-body table tboby tr td
{
    padding:5px;
}
.modal-body table tboby tr th
{
    padding:5px;
}

.drugcomment textarea
{
    width:62%;
    margin:auto;
}
.panel-body-left {
    float:left;
    width:53%;
    background-color:blue;
}
.panel-body-right {
    float:right;
    width:200px;
    height:250px;
    background-color:green;
}

input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
  width:20px;
}
.ToathuocList span{
    line-height:30px;
}

.ToathuocList {
   padding-left:15px;
}
.thead-inverse{
  background: #27ae60;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/*Drug list table part*/
.druglisttable {
    border-color:#27ae60 !important;
}
.druglistheading
{
    background-color:#27ae60 !important;
    border-color:#27ae60 !important;
}
.table > thead > tr > th
{
    /*border-right:1px #27ae60 solid !important;*/
    /*background:#ffd4b3;*/
    vertical-align: inherit;
}
.daycontainer input {
    border:none;
}
.druglistheading>.panel-body {
    padding:5px;
}
.weekcontainer input {
    border:none;
}
.table {
    margin-bottom:0px;
    margin-bottom:0px;
}
/*message box area*/
.table > tbody > tr > td{

}
/*Khu vuc dinh dang ds toa thuoc*/
.ToathuocList{
    max-height: 200px; overflow: auto;
}