th.dt-center, td.dt-center { text-align: center; }
ceGreen{

    color: green;
    text-align: center;
}
table.dataTable td {
   border-bottom: 1px solid grey;
}

div.div100h
{ height: 100px;
}

div.div150h
{ height: 150px;
}

div.div200h
{ height: 200px;
}

div.div50h
{height: 50px;}

div.div25h
{ height: 25px;
}
p.solid {border-style: solid;}


.btn-vsmall > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.modal-header, h4, .close {
    display: block;
    background-color: #5cb85c; /*yellowgreen;*/
    color:white !important;
    text-align: center;
    font-size: 30px;
}

.danger .modal-header {
  background-color: #ff0000; 
}
.modal-title, h4, .close {
    background-color:  #5cb85c; /*yellowgreen;*/
    color:white !important;
    text-align: center;
    font-size: 30px;
}
.modal-footer {
    background-color: #f9f9f9;
}
.bootbox-body {
      text-align: center;
}

.fixedbutton {
    position: fixed;
    bottom: 90px;

}.fixedbuttonhigh {
    position: fixed;
    bottom: 150px;

}
div.modal-dialog {
  max-width: 800px;
}


th.big-col{
width:100px !important;
}

table#equip{
table-layout:fixed;
}

.mydtcenter {
    text-align: center;
}

/* to right align a datatable column */
.myDTright {
  text-align: right !important;
  padding-right: 15px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

#drprocessed{
    background-color:#fff;
}

div.chart {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
.pfooter.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: white;

  }
  @media print {
    .fprint{
      display:block;
    }
  }
.checkbx {
    display: flex;
     align-items: center;
     justify-content: center;
     border: 1px solid red;
     height: 32px;
}
/* fix for check boxes and radio buttons in editor*/
div.DTE_Field_Type_radio div.controls label {
    margin-left: 0.75em;
    margin-bottom: 0.5em;
    vertical-align: middle;
    font-weight: normal;
}
div.DTE_Field_Type_checkbox div.controls label, div.DTE_Field_Type_radio div.controls label {
    margin-left: 0.75em;
    margin-bottom: 0.4em;
    vertical-align: middle;
    font-weight: normal;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.button-center {
  margin: 0 auto;
  display: block;
}
.kardexSelect {
    max-width: 300px;
}
.centerImage
{
 text-align:center;
 display:block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
.nav > li.active-rtl {
  border-right: 4px solid #19aa8d;
  background: #293846;
}

