#wrapper
{
    width: 100%;
}
#page-wrapper
{
    padding: 7em 0em 2.5em;
    background-color: #F1F1F1;
}
.navbar-top-links
{
    margin-right: 0;
}
    
.navbar-top-links li
{
    display: inline-block;
}

.navbar-top-links li:last-child
{
    margin-right: 15px;
}

.navbar-top-links li a
{
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li
{
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child
{
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a
{
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div
{
    white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts
{
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages
{
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks
{
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts
{
    margin-left: -123px;
}

.navbar-top-links .dropdown-user
{
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse
{
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search
{
    padding: 15px;
}
.sidebar .arrow
{
    float: right;
}

.sidebar .fa.arrow:before
{
    content: "\f105";
}

.sidebar .active > a > .fa.arrow:before
{
    content: "\f107";
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li
{
    border-bottom: 0 !important;
    margin-bottom: 0;
}

.sidebar .nav-second-level li a
{
    padding: 10px 0;
    padding-left: 65px;
    font-size: .9em;
}
.sidebar .nav-third-level li a
{
    padding-left: 52px;
}
@media (min-width:768px)
{
    .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts
    {
        margin-left: auto;
    }
}



.page-wraper-setting
{
    min-height: 462px;
    background-color: #fff;
    padding: 0.5em;
    border: solid 1px #d8d8e6;
    margin-bottom:5px;
}


.page-wraper-setting-auto-height
{
    background-color: #fff;
    padding: 0.5em;
    border: solid 1px #d8d8e6;
    margin-bottom:5px;
}

.Header-Table
{
    height: 35px;
    /*background: linear-gradient(to bottom, rgb(69, 98, 241) 0%, rgb(5, 41, 119) 100%);*/
    background: linear-gradient(to bottom, #d0d0d0 0%, #ffffff 100%);
    padding: 5px 8px 8px 8px;
    /*border-radius: 5px 5px 0px 0px;*/
    border-bottom: solid 5px #000000;
    color: #000000;
}




.table-Custom > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    padding: 5px 10px 0px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.charCase
{
    text-transform:uppercase;    
}



/*        Auto Hide ScrollBar*/

.autoScroll
{
    overflow:hidden;
    max-height: 495px;
}

.autoScroll:hover {
    overflow: auto;
}

.autoScroll::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.autoScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.autoScroll::-webkit-scrollbar-thumb {
  background-color: rgb(78,105,162);
  outline: 1px solid rgb(78,105,162);
}

.autoScroll-85
{
    overflow:hidden;
    max-height: 85vh;
    padding-bottom: 20px;
}

.autoScroll-85:hover {
    overflow: auto;
}

.autoScroll-85::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
}

.autoScroll-85::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.autoScroll-85::-webkit-scrollbar-thumb {
  background-color: rgb(78,105,162);
  outline: 1px solid rgb(78,105,162);
}



.autoScroll-100
{
    padding: 0px;
    overflow:hidden;
    max-height: 98vh;
    padding-bottom: 20px;
}

.autoScroll-100:hover {
    overflow: auto;
}

.autoScroll-100::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
}

.autoScroll-100::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.autoScroll-100::-webkit-scrollbar-thumb {
  background-color: rgb(78,105,162);
  outline: 1px solid rgb(78,105,162);
}

.header-style { font-size:14px; float: left; }

.blink {
      animation: blink 5s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
    
    
.control-autoHeight
{
    height:30px;
}

label,
textarea {
    font-size: .7rem;
    letter-spacing: 1px;
}
textarea {
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}


.icon-show-hide
{
    float: right;
    margin-top: -29px; margin-right: 5px; cursor: pointer;float: right;
    color:#337ab7;
}

.margin-bottom
{
    margin-bottom:5px;    
}

 .loginBackColor
{
            background-color: #fff;
            border-radius: 10px;
            padding: 15px;
            margin-top: 0%;
}
.traKeaHelp
{
            float: right;
            background: #fff;
            font-size: 20px;
            padding: 5px 15px 5px 15px;
            border-radius: 20px;
            margin-top: 10px;
            cursor: pointer;
            margin-right: 10px;
}
.container-manual
{
   width: 50% !important;
    margin: auto;
    border: solid 1px #c2c0c0;
    border-radius: 5px;
    padding: 20px;
    margin-top: 40px;
}

.back-Color-top
{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 35px;
    min-height: 85vh;
    border: solid 0px #d3cccc;
    position: relative;
}

.container-manual-top
{
    width: 70%;
    margin: auto;
}

@media only screen and (max-width: 750px) and (min-width: 300px)  {
    .menu-design {
        display:none;
    }
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
        .container-manual
        {
            width: 70%;
        }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
 .container-manual
        {
            width: 70%;
        }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .container-manual
        {
            width: 80%;
        }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .container-manual
        {
            width: 70%;
        }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .container-manual
        {
            width: 70%;
        }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .container-manual
        {
            width: 80%;
        }
}
 
.nowrap
{
     white-space: nowrap;
}

.nowrap tr {
     height:30px !important;
}


.footer-login
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.header-logo
{
    border-bottom: solid 1px #dfdede;
    padding-bottom: 10px;
}

.mb-5
{
    margin-bottom:5px;
}

.mb-10
{
    margin-bottom:10px;
}

.profile-table {
    font-size: 12px;
    width: 100%;
    line-height: 25px;
}

.rd-control
{
    width: 15px;
    height: 15px;
    float: left;
}

.rd-lable
{
    float: left;
    margin-left: 10px;
    margin-top: 4px;
}

.laboratoryCaseStatus
{
    display:block;
}

.dropdown-menu{
    margin-left: 0px;
    line-height: inherit;
    background-color: #337ab7;
}

.dropdown-menu .dropdown-item
{
    color:#fff;
    border-bottom: solid 1px #dbd4d4;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
}

.color-b
{
    color:#000;
}

.color-w
{
    color:#fff;
}


.collapsible {
  color: black;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 5px;
    background: linear-gradient(to bottom, #d0d0d0 0%, #ffffff 100%);
    border-bottom: solid 5px #000000;
}

.active, .collapsible:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.content {
  padding: 0 0px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}


.btn-dropdown-bottom
{
    top: 20px !important;
    bottom: auto !important;
}

.ms-5 {
    margin:0px 5px 0px 5px;
}

/*   New Dashboard    */

.autoScroll-d
{
    overflow:hidden;
    max-height: 229px;
}

.autoScroll-d:hover {
    overflow: auto;
}

.autoScroll-d::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
}

.autoScroll-d::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.autoScroll-d::-webkit-scrollbar-thumb {
  background-color: rgb(78,105,162);
  outline: 1px solid rgb(78,105,162);
}

/*.dropdown-menu .dropdown-item
{
    color:#fff;
    border-bottom: solid 1px #dbd4d4;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 12px;
}*/

/*Add New Akil*/
.page-wraper-setting-height
{
    min-height: 420px;
    background-color: #fff;
    padding: 0.5em;
    border: solid 1px #d8d8e6;
    margin-bottom:5px;
}