/* Write your custom CSS here */
body{position:relative!important;height:100%!important;width:100%!important;font-family:'Open Sans',sans-serif!important;font-size:13px!important;background:#ccc!important;color:#4E5E6A!important}

.x-btn-inner > .fa {
    margin-right: 5px;
}
.btn-success {
    background-color: #94785E;
}
.btn-success:hover {
    background-color: #5E4B3C;
}
.btn-success:active {
    background-color: #5E4B3C;
}
.btn-success:focus {
    background-color: #5E4B3C;
}
.btn-success.disabled {
    background-color: #CCC;
    border-color: #CCC;
}
.btn-success[disabled] {
    background-color: #CCC;
    border-color: #CCC;
}
.menu {
    background: #5E4B3C;
}
.topmenu-outer {
    background: #FEF8E4;
}
.progress-bar {
    background-color: #5E4B3C;
}

#loading {
    width: 60px;
    height: 60px;
    margin: auto;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #94785E;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.radio-inline > label.error {
    position: absolute;
    top: 25px;
    left: 0;
}

.select2-hidden-accessible + label {
    position: absolute;
    top: 35px;
    left: 15px;
}

.select2-dropdown {
  z-index: 99999999 !important;
}

@media (min-width: 800px) {
  .modal-xg {
    width: 1024px;
  }
}

@media (max-width: 799px) {
  .modal-xg {
    width: 800px;
  }
}

.x-mask-fixed {
    z-index: 9999 !important;
}

/*Tabs pills*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #94785E;
}

.select2-container--disabled span[role="combobox"] {
    cursor: not-allowed !important;
}