.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .page-content-wrapper .page-content .page-title {
    margin-bottom: 5px;
    font-size: 20px;
    padding: 5px 0 5px;
  }
}

.has-error img,
.has-error .multiselect__tags {
  border: 1px solid #c0392b !important;
}

textarea {
  resize: vertical !important;
}

.chat-mobile .head_message {
  width: 100%;
}

.chat-mobile .mesgs {
  width: 100%;
  height: calc(100% - 55px);
}

.chat-mobile .title_head_meessage {
  height: 60px;
  padding: 0 5px;
}

.chat-mobile .panel {
  margin-bottom: 0;
}

.chat-mobile .panel-heading {
  height: 50px;
}

.chat-mobile .panel .panel-body {
  height: 65vh;
  padding: 0;
}

.chat-mobile .btn-back {
  margin-right: 10px;
}

.chat-mobile .inbox_people_mobile {
  background: #fff;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.badge-rejected {
  background-color: #c0392b;
}

.badge-approved {
  background-color: #27ae60;
}

.badge-submitted {
  background-color: #3498db;
}

.success {
  color: #27ae60 !important;
}

.danger {
  color: #c0392b !important;
}

.info {
  color: #3498db !important;
}

.text-danger {
  color: #e73d4a !important;
}

.has-error .form-control-date-picker input {
  border-color: #e73d4a;
}

.has-error .image-uploader,
.has-error .vs__dropdown-toggle {
  border-color: #e73d4a !important;
}

.form-control-date-picker input {
  border: 1px solid #c2cad8;
  padding: 6px 12px;
  background-color: #fff;
  height: 34px;
  width: 100%;
  margin: 0;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-date-picker .vdp-datepicker__calendar .cell.selected {
  background: #00600f;
  color: #ffffff;
}

.form-control-date-picker .vdp-datepicker__calendar .cell.selected:hover {
  background: #3498db;
  color: #ffffff;
  border: 1px solid #3498db !important;
}

.form-control-date-picker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.form-control-date-picker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.form-control-date-picker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #00600f;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  min-width: 160px;
  max-width: 350px;
  width: 350px;
  z-index: 9995;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: none !important;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.text-light {
  color: #ffffff;
}

.spinner {
  width: 20px;
  -webkit-animation: 1s spin linear infinite;
          animation: 1s spin linear infinite;
}

.spinner .circlepath {
  fill: none;
  stroke: #337ab7;
  stroke-width: 3;
}

.spinner .atom1 {
  fill: #337ab7;
  stroke: none;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.portlet.dynamic-content.m-b-0 {
  margin-bottom: 0 !important;
}

.portlet.dynamic-content.white .collapse {
  background-image: url("/plugins/img/portlet-collapse-icon.png") !important;
}

.portlet.dynamic-content.white .expand {
  background-image: url("/plugins/img/portlet-expand-icon.png") !important;
}

.portlet.dynamic-content .text-white {
  color: #ffffff !important;
}

.portlet.dynamic-content .close {
  background-image: url("/plugins/img/portlet-remove-icon-white.png") !important;
  background-repeat: no-repeat !important;
  width: 11px;
}

.portlet.dynamic-content .portlet-body {
  padding-bottom: 8px;
}

.gray {
  background-color: #fafcfd !important;
}

.sortable-section,
.sortable-row,
.sortable-module {
  cursor: move !important;
}

.page-modal {
  height: 700px;
  padding: 10px;
}

.page-modal .page-modal-body {
  height: 600px;
  overflow-y: scroll;
  padding: 10px;
  padding-bottom: 20px;
}

.page-modal .page-modal-footer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100%;
  padding: 10px;
  background: #ffffff;
}

.image-uploader {
  background-color: #337ab7;
  padding: 10px;
}

.mb-4 {
  margin-bottom: 20px;
}

.w-100 {
  width: 100%;
}

.table-highlight {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.table-highlight thead {
  background-color: #3598dc;
  color: #fff;
}

.table-highlight thead td {
  padding: 10px 15px;
  border: 1px solid #3598dc;
}

.table-highlight tbody td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

