thead th 
{
    background-color:#fff;
}

tbody tr 
{
    cursor:pointer;
}

.btn-warning {
    color: #fff;
    background-color: #f2b04c;
    border-color: transparent;
}


 .popover
 {
    width:300px;
    font-size:11px;
}
 #toast-container>.toast-warning {
    background-image: none;
    background-color: #FF9800;
}

 .label a {
     color:#fff;
 }
 .panel-warning .panel-heading {
    background: #f6aa33;
    color: #fff;
}
/*
div:not(.datepicker) tbody tr:hover {
    background-color:#EFEFEF;
}
*/
.panel-yellow .panel-body, .panel-yellow .panel-heading, .panel-yellow .panel-heading .panel-control a {
    color:#808080;
}

#main-wrapper {
    min-height:500px;
}

.nav-pills>li>a{
    padding-top:18px;
    padding-bottom:18px;
    font-size: 16px
}
.panel-gray {
    background-color:#ededed !important;
}
.panel-gray table thead tr {
    background:none;
}
.nav-pills>li>a
{
    border:none;
    border-bottom: 1px solid #ddd;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
    background-color:#fff;
    color:#000;
    border:1px solid #ddd;
    border-bottom:none;
}

.form-control {
    background: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #dce1e4 !important;
    box-shadow: none!important;
    font-size: 13px !important;
    padding: 6px 10px !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.form-group label
{
    display : inline-block;
}
 .dataTables_filter {
    text-align:right
}
.btn-circle {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius:50px;
    font-size:20px;
    padding:0px;
    vertical-align:middle;
    padding-top:5px;
}
.page-horizontal-bar.page-sidebar-fixed .navbar
{
    z-index:1001;
}
..page-sidebar-fixed.page-horizontal-bar .sidebar {
    z-index:1000;
}

.table>thead>tr>td, .table>thead>tr>th
{
    border-top:none;
}

.align-y-middle
{
    vertical-align:middle
}

 .select2-container
{
    width:100%;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

.modal {
    z-index:9999;
}
.btn-circle:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}


.user-photo {
    height:40px;
    width:40px;
}

.modal-backdrop {
    z-index: -1;
}
.modal-dialog {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.55);
}
        
.overlay,
#overlay-shade {
    display: none;
}

#overlay-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.overlay {
    position: absolute;
    top: 300px;
    left: 0;
    width: 450px;
    height: 200px;
    z-index: 10000;
    color: #333;
    background-color: rgba(0,0,0,0);
} .ie7 .overlay {
    height: 200px;
} .overlay .wrapper {
    padding: 15px 30px 30px;
}


.overlay .toolbar {
    padding: 8px;
    line-height: 1;
    text-align: right;
    overflow: hidden;
} 

table thead tr {
    background-color:#fff;
}

.m-t-10 {
    margin-top:10px;
}

.m-t-5 {
    margin-top:5px;
}

.m-b-10 {
    margin-bottom:10px;
}
.m-b-5 {
    margin-bottom:5px;
}


.m-t-20 {
    margin-top:20px;
}

.m-b-20 {
    margin-bottom:20px;
}
.link-reset {
    color:#666;
    
}
.text-bold {
    font-weight:bold;
}

.info-box  {
    color:#fff;
}
.info-box .info-box-stats p { 
    color:#fff;
}

.info-box-title a {
    color:#fff;
}
.info-box .info-box-icon i {
    color:#fff;
}

.panel .panel-body {
    padding-bottom:10px;
}

.table-condensed td, 
.table-condensed>tbody>tr>td, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>td, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>thead>tr>th 
{
    padding:5px !important;
}

.text-white {
    color:#fff;
}

a.text-white:hover {
    color:#fff;
    text-decoration:underline;
}
.table{
    margin-bottom:10px;
}
.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}
.panel .panel-heading {
    padding:15px;
    height:auto;
}
.alert {
    margin-bottom:10px;
}
.tab-content {
    padding:0px;
    padding-top:15px;
}
.semibold {
    font-weight:600;
}
.bold {
    font-weight:bold;
}

blockquote  {
    margin:0px;
}

.label-default {
    color:#666;
}
.label-lg {
    font-size:12px;
}
.label.label-warning {
    background:#ff9800;
}


.process-title {
    color:#fff;
    font-weight:bold;
    padding:5px;
    padding-left:10px;
    padding-right:8px;
    border-radius:5px;
    width:29px;
}
.process-title2 {
    color: #fff;
    font-weight: bold;
    /* padding: 5px; */
    /* padding-left: 10px; */
    /* padding-right: 8px; */
    border-radius: 5px;
    width: 110px;
    text-align: center;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0px;
}
.nav-tabs>li>a {
    color:#337ab7;
}
.nav-pills>li>a {
    border: 1px solid #ddd;
}
.p-10 {
    padding:10px;
}
.p-20 {
    padding:20px;
}
.m-t-20 {
    margin-top:20px;
}
.m-t-10 {
    margin-top:10px;
}