.cwithd15 {
  width: 35%;
  float: left;
}

.cwithd85 {
  width: 65%;
  float: left;
}

.marg5 {
  margin: 5px;
}

table.dataTable thead th, table.dataTable thead td {
  white-space: nowrap;
}

.table-responsive .odd .btn-group {
  width: 100px;
}

.mt50 {
  margin-top: 30px;
}

.logo-mini {
  color: #000!important;
  position: relative;
}

.logo-mini img {
  width: 90px;
  left: -20px;
  position: absolute;
  top: 0px;
}

.sidebar {
  padding-top: 50px;
}

.main-header .logo {
  height: inherit;
  max-width: 170px;
}

.sidebar-mini.sidebar-collapse .main-header .logo {
  height: 50px;
}

.main-header, .skin-green .main-header .logo:hover, .skin-green .main-header .logo {
  background: #fff;
}

.sidebar-collapse .sidebar {
  padding-top: 0;
}

.select-box-icon {
  position: relative;
}

.plus-icon {
  position: absolute;
  right: 5px;
  top: 0;
}

.parsley-required {
  text-align: left;
}

@media screen {
  #printSection {
    display: none;
  }
}

@media print {
  body * {
    visibility: hidden;
  }
  #printSection, #printSection * {
    visibility: visible;
  }
  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.d-none{display: none;}