/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Modal custom css */
.modal {
  color: black;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
}
.modal-header-error {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
}
.alert-text {
  color: red;
}
.width50 {
    width: 50%;
}
.width25 {
    width: 25%;
}
.width15 {
    width: 15%;
}
.width10 {
    width: 10%;
}
img.background-image {
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}
/* left align text form-horizontal */
.form-horizontal .text-left{
  /* text-align:right; */
  text-align:left;
}
.form-horizontal .margin-bottom05{
  /* text-align:right; */
  margin-bottom:5px
}
.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
}
div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    }

.slimScrollBar {
background: none repeat scroll 0 0 #AAAAAA !important;
border-radius: 0;
display: none;
height: 702.936px;
position: absolute;
right: 1px;
top: 145px;
width: 10px!important;
z-index: 99;
opacity:0.7!important;
}

.donut-inner {
   margin-top: -150px;
   margin-bottom: 115px;
   text-align:center
}
.donut-inner h5 {
   margin-bottom: 5px;
   margin-top: 0;
   font-weight:bold;
}
.donut-inner span {
   font-size: 12px;
}