
/**************************************** loader ***********************************************/
 @media
    only screen   
    and (min-device-width: 1024px)  {
.loader {
         position:fixed;
          left: 52% !important;
          top: 30% !important;
          width: 100px;
          margin: 100px auto;
      }
    }

  @media
    only screen  
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {
       .loader {
         position:fixed;
          left: 50%;
          top: 30%;
          width: 80px;
          margin: 100px auto;
      }
    }

.duo {
  height: 20px;
  width: 50px;
  background: hsla(0, 0%, 0%, 0.0);
  position: absolute;
  
}

.duo, .dot {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.duo1 {
  left: 0;
}

.duo2 {
  left: 30px
}


.dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #333;
  position: absolute;
}

.dot-a {
  left: 0px;  
}

.dot-b {
  right: 0px;
}


@keyframes spin {
    0% { transform: rotate(0deg) }
   50% { transform: rotate(180deg) }
  100% { transform: rotate(180deg) }
}

@keyframes onOff {
    0% { opacity: 0; }
   49% { opacity: 0; }
   50% { opacity: 1; }
  100% { opacity: 1; }
}

.duo1 {
  animation-name: spin;
}

.duo2 {
  animation-name: spin;
  animation-direction: reverse;
}

.duo2 .dot-b {
  animation-name: onOff;
}

.duo1 .dot-a {
  opacity: 0;
  animation-name: onOff;
  animation-direction: reverse;
}

 /************************************************** overrite chosen select **********************************************/ 
  .chosen-container-single .chosen-single {
    height: 35px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;

}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}
.chosen-container ul.chosen-results li.highlighted {
  background-color: #858585;
  background-image: none;
}

/************************************************** timeline **********************************************/ 

  ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 1px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: -8px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

  /************************************************** general **********************************************/ 
  
.hidden {
    display : none;
  }

 .canvasjs-chart-credit {
    display: none;
  }

 .centered{
  text-align:center;
 }

  .searchInput {
    border-box: box-sizing;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .Print{ 
        display: block !important; 
      }
}

.white{
   
    color:#fff !important;
}

 .kv-file-upload{
     background:url(../images/uploadsc.png) !important;
     padding-bottom:16px !important;
   }
 .kv-file-remove{
     background:url(../images/removesc.png) !important;
     padding-bottom:16px !important;
 }
 .btn-file{
   background-color:#32383e !important;
  }


.wait-hover{
    display: none !important;
}
.after-hover:hover .wait-hover{
    display: inline !important;
}

.custom-table thead th{
    background-color:#0f597a !important;
    color:#FFF !important;
    height:10px !important;
 }

.custom-table tfoot td{
    background-color:#d4d7d8 !important;
    height:10px !important;
 } 


.table-image {
  height: 75px;
  width: 250px;
  margin: 15px 0px;
}

.bgwhite {
  background: white;
  border: 1px solid #e4e5e7;
}

.warning-bg {
  background: #FF6F00 !important;
  color: #fff !important;
  border: 1px solid #FF6F00 !important;
}

.success-bg {
  background: #84c529 !important;
  color: #fff !important;
  border: 1px solid #84c529 !important;
}

.primary-bg {
  background: #28B8DA;
  color: #fff !important;
  border: 1px solid #28B8DA;
}

.info-bg {
  background: #03A9F4 !important;
  color: #fff !important;
  border: 1px solid #03A9F4 !important;
}

.danger-bg {
  background: #FC2D42 !important;
  color: #fff !important;
  border: 1px solid #FC2D42 !important;
}

select.form-control,
textarea.form-control,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
  border: 1px solid #bfcbd9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #494949;
  font-size: 14px;
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  line-height: 1;
  height: 36px;
}

textarea.form-control {
  height: initial;
  padding-top: 10px;
}

select.form-control:focus,
textarea.form-control:focus,
input[type="file"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input[type="color"]:focus {
  border-color: #03a9f4;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

select.form-control {
  padding-top: 6px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eef1f6;
  border-color: #d1dbe5;
  color: #8babcc;
  cursor: not-allowed;
}

.input-group-addon {
  border: 1px solid #bfcbd9;
  background-color: #fbfdff;
  color: #97a8be;
}

.form-control::-webkit-input-placeholder {
  color: #a1b4cc;
  font-size: 14px;
}

.form-control:-moz-placeholder {
  color: #a1b4cc;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  color: #a1b4cc;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #a1b4cc;
  font-size: 14px;
}

.submenu {
  display: inline-block;
  float: right;
  margin-bottom: 25px;
}

.submenu li {
  display: inline-block;
  margin-right: 15px;
}

.submenu li:last-child {
  margin-right: 0px;
}

.submenu li a {
  font-size: 17px;
  color: #616161 !important;
}

.submenu li a:hover,
.submenu li a:active,
.submenu li a:focus {
  color: #2f2f2f !important;
}

.dt-table {
  width: 100% !important;
}

.tickets table tr.text-danger a {
  color: #fc2d42;
}

.dt-loader:not(:required) {
  -webkit-animation: loader 2000ms 300ms infinite ease-out;
  animation: loader 2000ms 300ms infinite ease-out;
  background: #dde2e7;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999999999999;
}

.dt-loader:not(:required):before,
.dt-loader:not(:required):after {
  background: #dde2e7;
  content: '\x200B';
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}

.dt-loader:not(:required):before {
  -webkit-animation: loader 2000ms 150ms infinite ease-out;
  animation: loader 2000ms 150ms infinite ease-out;
  left: -1.6em;
}

.dt-loader:not(:required):after {
  -webkit-animation: loader 2000ms 450ms infinite ease-out;
  animation: loader 2000ms 450ms infinite ease-out;
  right: -1.6em;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}


@-webkit-keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.text-white {
  color: #fff !important;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #314e73;
  background: #f9fafb;
  margin: 0;
  padding: 0;
  height: 100%;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 80px;
  /* Height of the footer element */
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h1,
h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

.h4,
h4,
.h3,
h3 {
  font-weight: 400;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

.btn.btn-input-group {
  padding: 7px 16px;
  border: 1px transparent;
}

.btn-icon {
  padding: 2px 6px 2px 6px !important;
}

.original-button {
  margin-top: 22px;
  padding: 6px 12px;
}



/* Panels */

.panel_s>.panel-heading {
  color: inherit;
  font-weight: 500;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  border: 1px solid #e4e5e7;
}

.panel_s .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}

.panel_s>.panel-footer {
  background: #f7f9fa;
  border: 1px solid #e4e5e7;
  border-top: none;
  color: inherit;
  font-size: 90%;
  padding: 7px 15px;
}

.panel_s {
  background-color: none;
  margin-bottom: 25px;
}

.panel_s>.panel-heading+.panel-body {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px;
}

.panel_s,
.page-pdf-html-logo {
  border: none;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
}

body.viewinvoice .alert {
  margin-top: 10px;
  margin-bottom: -7px;
  border-radius: 1px;
}

label {
  font-weight: 400;
}

.label {
  font-size: 13px;
  font-weight: 500;
  padding: .3em .9em .3em;
}

footer {
  background: #fff;
  padding: 15px;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e4e5e7;
}

.btn {
  text-transform: uppercase;
  font-size: 13.5px;
  outline-offset: 0;
  border: 1px solid #aeb1b3;
  transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

.btn.btn-default {
  border: 1px solid #E6E9EB;
}

.p7 {
  padding: 7px;
}

.p8 {
  padding: 8px;
}

.p8-half {
  padding: 8.5px;
}

.p15 {
  padding: 15px;
}


.valign-middle {
  vertical-align: middle;
}

.mtop5 {
  margin-top: 5px;
}

.mtop10 {
  margin-top: 10px;
}

.mtop15 {
  margin-top: 15px;
}

.mtop20 {
  margin-top: 20px;
}

.mtop25 {
  margin-top: 25px;
}

.mtop30 {
  margin-top: 30px;
}

.mtop40 {
  margin-top: 40px;
}

.mtop180 {
  margin-top: 50%;
}

.mbot5 {
  margin-bottom: 5px;
}

.mbot10 {
  margin-bottom: 10px;
}

.mbot15 {
  margin-bottom: 15px;
}

.mbot20 {
  margin-bottom: 20px;
}

.mbot25 {
  margin-bottom: 25px;
}

.mbot30 {
  margin-bottom: 30px;
}

.mbot40 {
  margin-bottom: 40px;
}

.mtop-30 {
  margin-top: -28px;
}
.mleft5 {
  margin-left: 5px;
}

.mleft10 {
  margin-left: 10px;
}

.mright5 {
  margin-right: 5px;
}

.mright10 {
  margin-right: 10px;
}

.padding-30 {
  padding: 30px !important;
}

.no-mbot {
  margin-bottom: 0px;
}

.checkbox {
  padding-left: 20px;
}

.table thead {
  font-weight: 400;
}

.table thead tr th {
  border: 1px solid #f0f0f0 !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.table>tbody>tr:first-child td {
  border-top: 0px !important;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #bfcbd9;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
  background-color: #28B8DA;
  border-color: #28B8DA;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
  background-color: #FC2D42;
  border-color: #FC2D42;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
  background-color: #03A9F4;
  border-color: #03A9F4;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
  background-color: #FF6F00;
  border-color: #FF6F00;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
  background-color: #84c529;
  border-color: #84c529;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #bfcbd9;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
  background-color: #28B8DA;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #28B8DA;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #28B8DA;
}

.radio-danger input[type="radio"]+label::after {
  background-color: #FC2D42;
}

.radio-danger input[type="radio"]:checked+label::before {
  border-color: #FC2D42;
}

.radio-danger input[type="radio"]:checked+label::after {
  background-color: #FC2D42;
}

.radio-info input[type="radio"]+label::after {
  background-color: #03A9F4;
}

.radio-info input[type="radio"]:checked+label::before {
  border-color: #03A9F4;
}

.radio-info input[type="radio"]:checked+label::after {
  background-color: #03A9F4;
}

.radio-warning input[type="radio"]+label::after {
  background-color: #FF6F00;
}

.radio-warning input[type="radio"]:checked+label::before {
  border-color: #FF6F00;
}

.radio-warning input[type="radio"]:checked+label::after {
  background-color: #FF6F00;
}

.radio-success input[type="radio"]+label::after {
  background-color: #84c529;
}

.radio-success input[type="radio"]:checked+label::before {
  border-color: #84c529;
}

.radio-success input[type="radio"]:checked+label::after {
  background-color: #84c529;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}

input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
  color: #fff;
}

.label {
  font-size: 12px;
  font-weight: 400;
  padding: .4em .9em .4em;
}

.table.items {
  margin-top: 25px;
}

.table.items thead th {
  border-bottom: 0px;
  font-weight: 500;
}

.table.items thead {
  background: #415164;
  color: #fff;
  border: 0px;
}

.table.items tbody>tr>td:not(:first-child),
.table.items thead>tr>th:not(:first-child) {
  padding: 8px;
}

.dataTables_length select {
  padding-top: 5px;
  height: inherit;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
  background-color: #84c529;
  border: 1px solid #84c529;
  height: 17px;
  width: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 11px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 17px;
}

table.dataTable thead tr>th {
  color: #4e75ad;
}

.page-pdf-html-logo {
  background: #415165;
  padding: 25px;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.page-pdf-html-logo img {
  width: auto;
  height: 34px;
}


.xdsoft_ {
  z-index: 99999999999999;
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding-top: 7px;
  font-family: 'Roboto';
  border: 1px solid #d6d6d6;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
  padding-top: 1px;
  padding-bottom: 1px;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 260px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #fff;
  text-align: center;
  border: 0px;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
  padding: 5px;
  padding-left: 7px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #585858;
  font-weight: 500;
  padding: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
}

.xdsoft_datetimepicker .xdsoft_label {
  font-weight: 500;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #33aaff;
  border-radius: 3px;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  background: #656D77 !important;
  border-radius: 3px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  background: #e4e8f1;
  color: #333;
}

.dataTables_filter input {
  margin-left: 0px !important;
  width: 90px !important;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  height: 31px;
}

.dataTables_filter input:focus {
  width: 160px !important;
}

.dataTables_filter label {
  text-align: right;
}

.dataTables_empty {
  background: url(../images/table-no-data.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 228px;
  padding-top: 14px !important;
  text-align: left !important;
  color: #777777;
  font-size: 15px;
}

.app_dt_empty .dataTables_paginate,
.app_dt_empty .dataTables_info {
  display: none;
}

.app_dt_empty table thead,
.app_dt_empty .dataTables_length,
.app_dt_empty .dt-buttons {
  opacity: .5;
}

@media (max-width: 768px) {
  #content {
      padding: 15px;
  }
  ._buttons .mleft5 {
      margin-left: 0px !important;
  }
  ._buttons .mright10 {
      margin-right: 0px !important;
  }
  ._buttons .pull-left,
  ._buttons .pull-right {
      float: none !important;
  }
  ._buttons .btn,
  ._buttons .btn-group {
      display: inline-block;
      margin-left: 0px !important;
      width: 100%;
      margin-bottom: 5px !important;
      float: none !important;
  }
  .nav-tabs>li {
      width: 100%;
  }
  .fn-gantt .fn-content {
      overflow-x: scroll;
  }
  .dataTables_filter input,
  .dataTables_filter input:focus {
      width: 100% !important;
  }
}

table.dataTable>tbody>tr.child span.dtr-title {
  font-weight: 500;
}


div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label,
.dataTables_empty {
  color: #9c9c9c;
}


.modal-backdrop {
  background-color: #cacaca;
}

.modal-backdrop.in {
  opacity: .9;
}

.modal-content {
  border: 0px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.full-screen-modal {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow-y: initial !important
}

.full-screen-modal .modal-content {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.full-screen-modal .modal-footer {
  bottom: 0px;
  position: absolute;
  width: 100%;
}


.alert {
  padding: 10px 15px;
  font-size: 14px;
}

.alert:not(.float-alert) span[data-notify="icon"] {
  float: left;
  font-size: 18px;
  margin-top: 0px;
}

.float-alert.alert span[data-notify="icon"] {
  font-size: 20px;
  display: block;
  left: 13px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.alert.float-alert .alert-title {
  margin-left: 30px;
}

.alert:not(.float-alert) .alert-title {
  margin-left: 10px;
}

.alert button.close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  z-index: 1033;
  background-color: #FFFFFF;
  display: block;
  border-radius: 50%;
  opacity: .4;
  line-height: 11px;
  width: 25px;
  height: 25px;
  outline: 0 !important;
  text-align: center;
  padding: 3px;
  font-weight: 400;
}

.alert button.close:hover {
  opacity: .55;
}

.alert .close~span {
  display: block;
  max-width: 89%;
}

.preview_image {
  height: auto;
  width: 250px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}

.preview_image:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.preview_image img {
  width: 100%;
  height: auto;
}

.fc-toolbar h2 {
  font-size: 20px;
  margin-top: 4px;
}

.fc-event {
  padding: 8px !important;
  border: 0px !important;
  border-radius: 2px !important;
  margin: 5px 10px 5px 10px !important;
  font-size: 11px;
  cursor: pointer;
}

.fc-widget-header .fc-day-header {
  padding: 8px 0;
}

.fc-view-container .fc-widget-header {
  background: #f7f8fa;
}

.fc-basic-view .fc-day-number {
  text-align: center;
}

.fc-state-default {
  -webkit-box-shadow: 0px !important;
  box-shadow: 0px !important;
  text-shadow: none !important;
  background: #03a9f4 !important;
  color: #fff !important;
}

.fc-state-active,
.fc-state-down {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #0286c2 !important;
}

.fc-widget-header .fc-day-header {
  padding: 8px 0;
}

.fc-view-container .fc-widget-header {
  background: #f7f8fa;
}

.fc-basic-view .fc-day-number {
  text-align: center;
}

.tc-content ul,
.tc-content ol {
  list-style: inherit;
  margin-left: 15px;
}

.tc-content ol {
  list-style-type: decimal;
}

.tc-content table {
  margin-top: 0px;
  border-collapse: initial;
}

.tc-content table>tbody>tr>td {
  padding: 5px 10px 5px 10px;
}

.tc-content img {
  max-width: 100%;
}

.tc-content table[border="1"],
.tc-content table[border="1"] td {
  border: 1px solid;
}

.float-alert {
  display: inline-block;
  margin: 0px auto;
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1031;
  top: 20px;
  right: 20px;
}


.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #1b829b;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #ffffff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
}

.table>thead>tr>th {
  padding: 10px;
  vertical-align: middle;
  color: #2d2d2d;
  font-weight: 400;
  border-top: 1px solid #f0f0f0!important;
  border-left: 0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 0;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: 12px;
}

table.dataTable thead .sorting:after {
  opacity: 0.05;
}

.table thead tr th:first-child {
  border-left: 1px solid #dcdcdc;
}

.table thead tr th:last-child {
  border-right: 1px solid #dcdcdc;
}

.table>thead>tr>th {
  border-bottom: 0;
  vertical-align: middle;
  color: #2d2d2d;
  font-weight: 400;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 10px 10px 5px 10px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    background-color: #f6f8fa;
    border: 1px solid #ebf5ff;
    color: #4e74ad;
    height: 17px;
    width: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 13px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 17px;
}

div.dataTables_wrapper div.dataTables_processing {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  color: #4e75ad;
}

table.dataTable>tbody>tr.child span.dtr-title {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
      text-align: right;
      width: auto;
      float: right;
      z-index: 55;
  }
  .dt-buttons.btn-group .btn {
      padding-top: 6.5px !important;
      padding-bottom: 6.5px !important;
  }
  div.dataTables_wrapper div.dataTables_length {
      position: absolute;
      top: 0;
      z-index: 55;
  }
  body.rtl div.dataTables_wrapper div.dataTables_length {
      left: 10px;
  }
}

.dataTables_filter input {
  margin-left: 0 !important;
  width: 80px !important;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  height: 31px;
}

.dataTables_filter input:focus {
  width: 160px !important;
}

.dataTables_filter label {
  text-align: right;
}

@media (max-width: 768px) {
  .dataTables_filter input,
  .dataTables_filter input:focus {
      width: 100% !important;
  }
  .fn-gantt .fn-content {
      overflow-x: scroll;
  }
}

#inline-editor-save-btn button {
  color: #ffffff;
  border: 1px solid #84c529;
  background: #84c529;
  border-radius: 2px;
  padding: 4px 10px;
}

#inline-editor-save-btn button:hover,
#inline-editor-save-btn button:active,
#inline-editor-save-btn button:active:focus {
  background-color: #74B31B;
}


div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label,
.dataTables_empty {
    color: #2d2d2d;
}

.dataTables_empty {
    padding-top: 25px !important;
    padding-bottom: 180px !important;
    text-align: left !important;
    color: #777777;
    font-size: 15px;
    background: url(../images/table-no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 161px;
}

.app_dt_empty .dataTables_paginate,
.app_dt_empty table tfoot,
.app_dt_empty .dataTables_info {
    display: none;
}

.app_dt_empty table thead,
.app_dt_empty .dataTables_length,
.app_dt_empty .dt-buttons {
    opacity: .5;
}

div.dataTables_wrapper div.dataTables_paginate {
  padding-right: 15px;
}

table .tags-labels {
  float: left;
  display: inline-block;
  max-width: 180px;
  word-wrap: break-word;
  word-break: break-word;
  min-width: 100%;
}

table .tags-labels .label-tag,
.kanban-tags .tags-labels .label-tag {
  display: inline-block;
  margin-top: 4px;
}

table .tags-in-table-row .label-tag {
  font-size: 12.5px;
}

table.dataTable tbody .tags-labels .label-tag:hover {
  cursor: pointer;
  opacity: 0.8;
}

table .dtr-data .tags-labels {
  float: none;
}

.dt-table-loading.table,
.table-loading table thead th,
.table-loading table tbody tr,
.table-loading .dataTables_length,
.table-loading .dt-buttons,
.table-loading .dataTables_filter {
    opacity: 0 !important;
}

.table-loading table thead tr {
    min-height: 120px;
    height: 120px;
}

.table-loading table thead tr th:first-child {
    border-left: 0;
}

.table-loading table thead tr>th {
    border: 0;
}

.table-loading {
    background: url(../images/table-loading.png);
    background-repeat: repeat-x;
}

.dataTables_length {
  float: left;
  margin-right: 5px;
}

.text-status-1 {
  color: #000000;
}

.text-status-2 {
  color: #b88121;
}

.text-status-3 {
  color: #0088cc;
}

.text-status-4 {
  color: #a70505;
}

.text-status-5 {
  color: #ff0505;
}


.dropdown-menu-notifications {
  max-height: 600px;
  border-top: 0;
  overflow: auto;
  z-index: 100;
}

.notification-box {
  padding: 10px 10px;
  background: #f0f4fd;
  border-bottom: 1px solid #F7F9FA;
}


.datepicker {
  z-index: 90 !important;
}


body.login_admin {
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body.login_admin:before {
    content: "";
    background: rgba(31,31,31,.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}