body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    background-size:100% 100%;
  }

.form-control {
    border-radius: 4px;
}

img {
    cursor: pointer;
}

.date {
    direction: ltr;
    text-align: right;
}

li a {
    color: black !important;
}

.image {
    width: 100px;
}

.dt-buttons {
    margin: 10px;
    text-align: left;
}

.attr {
    font-size: 10px;
    color: red;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.form-group {
    padding: 5px;
}

.remove_image {
    color: red;
    font-size: 30px;
    cursor: pointer;
}


.select2-close-mask{
    z-index: 9999 !important;
}
.select2-dropdown{
    z-index: 9999 !important;
}

.datepicker-plot-area{
    z-index: 9999 !important;
}

#alert-success{
  z-index: 9999 !important;
}

#alert-success .modal-content{
  background-color: green;
  color: white;
}

#alert-error{
  z-index: 9999 !important;
}

#alert-error .modal-content{
  background-color: rgb(166, 41, 41);
  color: white;
}

/* Preloader
/* ========================================================================== */
#preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.6);
  }
  #preloader-status {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    /*You can use animated gif for preloader*/
    /*background: url('../img/preloader.png') no-repeat 50% 20px;*/
  }
  #preloader-title {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  .spinner {
    margin: 0 auto;
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 10px;
  }
  .spinner > div {
    background-color: #00b16a;
    height: 100%;
    width: 20px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
  }
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  @-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
      -webkit-transform: scaleY(0.4);
    }
    20% {
      -webkit-transform: scaleY(1);
    }
  }
  @keyframes stretchdelay {
    0%,
    40%,
    100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }
    20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1);
    }
  }

.dv-header{
  background: #3d98c2;
  padding: 10px;
  margin: 0px 0 20px 0
}

.modal .col-sm-12{
}

.dt-buttons{
  float: left;
}

.main-sidebar{
  background: #0EB29A !important;
}

.brand-text, .info a{
  color: #F5FDFF !important;
  font-family: 'IranSans';
}

.btn-type1{
  background-color: #DDF0C2;
  border-color: #DDF0C2;
  color: black;
}

table th {
    white-space: nowrap;
}

