/* == All css modified from vendors libraries =============================== */

/* -- BOOTSTRAP --------------------------------------------------------------*/

*:focus {
  outline: none;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33.3333%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: #a2adb5;
  opacity: .25;
  margin: 0 1em;
}

.btn.focus, .btn:focus {
  outline:none !important;
  box-shadow: none !important;
}

.btn.disabled, .btn:disabled {
  cursor:not-allowed !important;
  filter: opacity(65);
}

.carousel-item img {
  object-fit: cover
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.truncate2rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncate150 {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.truncate100 {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.truncate200 {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.truncate300 {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.truncate400 {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.truncate500 {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.flex_auto {
  flex: auto;
}

.borderless td, .borderless th {
  border: none !important;
}

.border-0 {
  border: none !important;
}

.tooltip-inner {
  max-width: 300px; /* the minimum width */
  border-radius: 12px;
  padding: 0.25em .75em;
}

.tooltip > .tooltip-inner {
  background-color: #3a454c;
}

.bs-tooltip-auto .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #3a454c;
}

.bs-tooltip-auto .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #3a454c;
}

.bs-tooltip-auto .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #3a454c;
  margin-right:-1px
}

.bs-tooltip-auto .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #3a454c;
  margin-left:-1px
}

.container-limited {
  max-width: 1280px;
}

.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
}

.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}

.row-no-pad {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -7.5px;
margin-left: -7.5px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #47a8e0;
  background-color: #fff;
  border:none
}

.nav-pills-white .nav-link {
border-radius: .25rem;
}

.nav-pills-white .nav-link.active {
color: #47a8e0;
background-color: #fff;
border:none
}

.nav-tabs .nav-link:hover {
  border-color: transparent !important;
}

.nav-tabs .nav-link {
  margin-bottom: -1px !important;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-pills-grey .nav-link.active {
  color: #47a8e0;
  /* border: 1px solid #f2f5f7 !important; */
  background-color: #f2f5f7 !important;
}

/* .tab-content .active textarea:first-child {
  border-top-left-radius: 0 !important
} */

.nav-item:not(:first-child):not(:last-child) .nav-link {
  transition: 0.2s ease-in-out;
  margin:0 5px 0 5px;
}

.nav-item:first-child .nav-link {
  transition: 0.2s ease-in-out;
  margin-right: 5px;
}

.nav-item:last-child .nav-link {
  transition: 0.2s ease-in-out;
  margin-left: 5px;
}

.nav-link {
  padding: .5em .5em;
}

.list-group-item {
  border:1px solid #e9ecef
}

.list-group-item.active {
  border-right: 3px solid #47a8e0 !important;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  color:#495057;
  font-weight: bold !important;
  background-color: #f8f9fa;
}

.list-group-item-action:hover .greyscale{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0.5%);
}

.alert{
    width: 100%;
    text-align: center;
    border-radius:.25em;
}

.progress_yellow .progress {
  background: #fff;
  border: 1.5px solid #FECF2A
}

.progress {
  height:10px;
  border-radius:10px
}

.progress_sm {
  height:4px;
  border-radius:4px
}

.progress-bar {
  background-color: #1bb599;
  border-radius: 1rem;
}

input.form-control-lg {
  height: 50px !important;
  font-size: 20px !important;
  font-weight: 300 !important;
}
/*-- BUTTONS --*/

.btn {
  height:38px;
  word-break: normal;
}

.btn-sm {
  height:32px;
}

.btn-default {
  border-radius: 4px;
  border:1px solid #c7d1d8;
  text-align: center;
  color:#a2adb5;
  background-color: transparent;
  transition: 0.2s ease-in-out;
}

.btn-default:hover {
  border:1px solid #536268;
  transition: 0.2s ease-in-out;
}

.btn-default-rounded {
  border-radius: 20px;
  min-width: 50px;
  line-height: 1.25rem;
  border:1px solid #cecece;
  text-align: center;
  color:#999999;
  background-color: transparent;
  transition: 0.2s ease-in-out;
}

.btn-default-rounded:hover {
  border:1px solid #505050;
  color:#505050;
  transition: 0.2s ease-in-out;
}

.spinner-border, .spinner-grow {
  z-index: 10;
}

.spinner_right {
  position: absolute;
  top: 11px;
  right: 8px;
}

/*--/  BUTTONS --*/

/*-- DROPDOWN --*/

.dropdown-item {
  line-height: 36px;
  /*white-space: normal;*/
}

.dropdown-item-sm {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  line-height: 20px;
}

.dropdown-item-sm:focus, .dropdown-item-sm:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}

.dropdown-item:hover .dropdown_item_icon {
  color:#47a8e0 !important;
}

.dropdown_searchbar {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  background: #f2f5f7;
  cursor: text;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center !important;
  position: relative;
}

.dropdown-menu {
  border: none !important;
  z-index: 1030;
  border-radius: 0.5rem;
  /* overflow-y: scroll;
  max-height: 80vh; */
}

.dropdown-submenu{
  position: relative;
}

.dropdown-submenu.submenu-right .dropdown-menu {
  width:100%;
  top: -93px;
  left: 100%;
  margin-top: -1px;
}

.dropdown-submenu.submenu-left .dropdown-menu {
  width:100%;
  top: -8px;
  right: 100%;
  margin-top: -1px;
}

.dropdown-submenu.submenu-bottom .dropdown-menu {
  width:100%;
  top: -8px;
}

.dropdown-submenu .dropdown-menu {
  width:100%;
  top: -8px;
  left: 0%;
  margin-top: -1px;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
}

.dropdown-menu.columns-8 {
	min-width: 800px;
}

.form-group .dropdown .dropdown_button {
  position: relative;
  padding: .5rem 1rem .5rem .75rem;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-group .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 17px;
}

.dropdown-menu.menu_sm .dropdown-item {
  line-height: 24px !important;
}


/* .dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
} */

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}


/*--/ DROPDOWN --*/

/*-- FORMS --*/

input[type="date"]{
  display: inline-block;
}

input:focus, textarea:focus, a:focus, .form-control:focus {
  outline:none !important;
}

textarea {
  resize: none;
}

.form-group {
  position:relative;
}
.form-control {
  border: 1px solid #e9ecef !important;
  min-height:38px;
  background-color: #f2f5f7;
}

.form-check-label {
  word-wrap:break-word;
  width: 90%;
}

.custom-select {
  min-height:38px
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1…d' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px; */
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select:after {
  position: absolute;
  top: 25%;
  right: .5em;
  content: "\f078";
  font-family: "FontAwesome";
}

.close {
  text-shadow: none !important;
}

.close_white {
  color: #fff;
  opacity: 1;
}

label {
  color: #6c7984 !important;
}

.custom-file-label{
  min-height:38px;
  background-color: #f2f5f7;
  border: 1px solid #e9ecef !important
}

.custom-file-label::after{
  min-height:38px;
}

/*--/ FORMS --*/

/*-- TAGS INPUT --*/

.bootstrap-tagsinput {
  border: 1px solid #e9ecef !important;
  min-height:38px;
  background-color: #f2f5f7;
  box-shadow: none;
}

.bootstrap-tagsinput .badge {
  margin: 2px 0;
  padding:8px 8px;
  color:#004085 !important;
  background-color: #a7ddfc !important;
  font-size:100%;
  font-weight: 400;
  margin-right: 8px;
}
/*--/ TAGS INPUT --*/


/*-- COLLAPSE --*/

.accordion.width {
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;

    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    background: yellow;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;

    width: 0px;
}
.accordion.width.in {
    width: 220px;
}

/*--/ COLLAPSE --*/


/*-- CARDS --*/

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1610px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }

}


@media (min-width: 1880px) {
  .card-columns {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card {
  border-radius: 6px;
  border:1px solid #e9ecef
}

.card.border_2 {
  border:2px solid #e9ecef
}

.bg_active:hover{
  background-color:#f0f0f0;
  cursor:pointer;
  transition: background 0.2s ease-in-out;
}

.card_nobg {
  border-radius: 12px;
  background-color:transparent;
  border:none;
  transition: background 0.2s ease-in-out;
}

.card_nobg:hover{
  border-radius: 12px;
  background-color:#e6e6e6;
  border:none;
  transition: background 0.2s ease-in-out;
}

.card_nobg:hover .card-body .info_icon{
  border-radius: 12px;
  background-color:#e6e6e6;
  border:none;
  transition: background 0.2s ease-in-out;
}

.card-img-top {
width: 100%;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.card-img-overlay {
  display: block;
  opacity: 0;
  position: absolute;
  height:calc(100% - 120px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  transition: opacity 0.2s ease-in-out;
}

.card:hover .card-img-overlay {
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.card_dropdown {
  z-index:1;
  border-radius:3px 0 0 3px;
  padding: 8px 10px 10px 10px;
  height: 40px;
  color: white;
  font-weight: bold;
  border-right:1px solid #8c193f;
  background-color:#a5224e !important;
  }

.card_dropdown:hover {
  background-color:#8c193f !important;
  }

.card_button{
  z-index:1;
  border-radius:3px;
  padding: 8px 10px 10px 10px;
  height: 40px;
  color: white;
  font-weight: bold;
  background-color:#cc3366;
}

.card_button:hover{
  z-index:1;
  border-radius:3px;
  padding: 8px 10px 10px 10px;
  height: 40px;
  color: white;
  font-weight: bold;
  background-color:#a5224e;
}

.card-header {
  font-size: 18px;
  height:50px;
  border-bottom: 1px solid #e9ecef;
  color:#38393c;
  font-weight:bold;
  background-color: rgba(0,0,0,.03)
}

.card-body {
  width:100%;
  /* padding:1.5em; */
  transition: background 0.2s ease-in-out;
}

.card_options {
  position: absolute;
  top: 1.5rem;
  right: 0.75rem;
}

.card_price {
  margin:0;
  color: #000;
  font-size:16px;
  font-weight: bold;
}

.card_title {
  margin:0;
  color: #969696;
  font-size:13px;
}

.card-footer {
  width:100%;
  cursor:pointer;
  background-color: rgb(0,0,0,0.03);
  padding:12px 10px;
  height:50px;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.card-footer:last-child {
border-radius: 0 0 6px 6px;
}

.card-footer:hover {
  width:100%;
  cursor:pointer;
  background-color: #f0f0f0;
  transition: 0.2s ease-in-out;
}

.card-footer img{
  float:left;
  margin-right:10px;
  width:40px;
  height:40px;
  border-radius:4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  object-fit: contain;
}

.card-footer .brand_name {
  padding-top:9px;
  color:#cc3366;
  font-weight:bold;
  font-size:14px;
}

.card_task {
  border: none;
  border-radius: 6px
}

.card_task .card-body {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 1.25rem;
}

.card_workarea {
  width:4px;
  border-radius:6px 0 0 6px
}

.card_note {
  background: #fff7dd;
  border-color: #ede4c9;
}

.card_note .card-header {
padding-top: 1rem;
padding-bottom: 0;
display: flex;
align-items: center;
justify-content: space-between;
background: none;
border-bottom: none;
}

/*--/ CARDS --*/

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}
table.table-fit thead th, table.table-fit tfoot th {
    width: auto !important;
}
table.table-fit tbody td, table.table-fit tfoot td {
    width: auto !important;
}


/*--/ BOOTSTRAP --------------------------------------------------------------*/


/*-- BOOTSTRAP DATATABLES ----------------------------------------------------*/

/* Hide DataTables searchbar */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  display: none;
}

.table .dataTables_empty {
  height:100% !important
}

.table.table-ellipsis tbody td {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.table.table-ellipsis tbody td:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}

.table.table_w100 tbody td, .table.table_w100 tbody th {
  min-width: 100px
}

.table td.px-0, .table th.px-0 {
  padding: .75em 0;
}

.table td.w30, .table th.w30 {
  width: 30px;
}

.dataTables_scrollBody thead tr {
  visibility: collapse;
}

.dataTables_scrollBody {
    /* margin-top: -10px; */
 }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
  top: .75em;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
right: 0.5em;
content: "\2193";
top:.75em;
}

.dataTables_wrapper .dataTables_processing {
  z-index: 99999;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .1);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0, .1);
}

.dataTables_processing {
  position: fixed !important;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/*--/ BOOTSTRAP DATATABLES ---------------------------------------------------*/

/*-- JQUERY SORTABLE ---------------------------------------------------------*/

.sortable-placeholder {
  opacity: 0.4;
}


/*--/ JQUERY SORTABLE --------------------------------------------------------*/


/* MUURI GRID ----------------------------------------------------------------*/

.grid {
  position: relative;
}
.item {
  display: block;
  position: absolute;
  width:calc(100% - 15px);
  margin: 0 7.5px 0 7.5px;
  z-index: 1;
}
.item.muuri-item-dragging {
  z-index: 3;
}
.item.muuri-item-releasing {
  z-index: 2;
}
.item.muuri-item-hidden {
  z-index: 0;
}
.item-content {
  position: relative;
  width: 100%;
}

/* Xsmall screen */
@media only screen and (min-width: 576px) {
  .item-xs-1 { width: calc(100% - 15px); }
  .item-xs-2 { width: calc(50% - 15px); }
  .item-xs-3 { width: calc(33.33% - 15px); }
  .item-xs-4 { width: calc(25% - 15px); }
  .item-xs-5 { width: calc(20% - 15px); }
  .item-xs-6 { width: calc(16.66% - 15px); }
}

/* Small screen */
@media only screen and (min-width: 768px) {
  .item-sm-1 { width: calc(100% - 15px); }
  .item-sm-2 { width: calc(50% - 15px); }
  .item-sm-3 { width: calc(33.33% - 15px); }
  .item-sm-4 { width: calc(25% - 15px); }
  .item-sm-5 { width: calc(20% - 15px); }
  .item-sm-6 { width: calc(16.66% - 15px); }
}

/* Medium screen */
@media only screen and (min-width: 992px) {
  .item-md-1 { width: calc(100% - 15px); }
  .item-md-2 { width: calc(50% - 15px); }
  .item-md-3 { width: calc(33.33% - 15px); }
  .item-md-4 { width: calc(25% - 15px); }
  .item-md-5 { width: calc(20% - 15px); }
  .item-md-6 { width: calc(16.66% - 15px); }
}

/* Large screen */
@media only screen and (min-width: 1300px) {
  .item-lg-1 { width: calc(100% - 15px); }
  .item-lg-2 { width: calc(50% - 15px); }
  .item-lg-3 { width: calc(33.33% - 15px); }
  .item-lg-4 { width: calc(25% - 15px); }
  .item-lg-5 { width: calc(20% - 15px); }
  .item-lg-6 { width: calc(16.66% - 15px); }
}

/* XLarge screen */
@media only screen and (min-width: 1500px) {
  .item-xl-1 { width: calc(100% - 15px); }
  .item-xl-2 { width: calc(50% - 15px); }
  .item-xl-3 { width: calc(33.33% - 15px); }
  .item-xl-4 { width: calc(25% - 15px); }
  .item-xl-5 { width: calc(20% - 15px); }
  .item-xl-6 { width: calc(16.66% - 15px); }
}


/* --/ MUURI GRID ------------------------------------------------------------*/

/* SELECT2 BOOTSTRAP ---------------------------------------------------------*/

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #a2adb5;
  text-align: center;
  white-space: nowrap;
  background-color: #f2f5f7;
  border: 1px solid #e9ecef !important;
  border-radius: .25rem;
  height:38px;
}

.input-group > .select2-container--bootstrap4 {
    width: auto !important;
    flex: 1 1 auto !important;
}

.select2-100  {
  /*width: calc(100% - 36px) !important;*/
  width: 100% !important;
  position: relative;
  display: block;

}

.select2-75  {
  /*width: calc(75% - 36px) !important;*/
  width: 75% !important;
  position: relative;
  display: block;
}

.select2-50  {
  /*width: calc(50% - 36px) !important;*/
  width: 50% !important;
  position: relative;
  display: block;
}

.select2-25  {
  /*width: calc(25% - 36px) !important;*/
  width: 25% !important;
  position: relative;
  display: block;
}

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

.select2-container-6 {
width: calc(100% - 50%) !important;
}

.select2-container-8 {
width: calc(100% - 30%) !important;
}

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #e9ecef !important;
  /*border-radius: 0 0.25rem 0.25rem 0 !important;*/
  border-radius:.25rem !important;
  width: 100% !important;
  /*max-height: 38px !important;*/
  overflow: hidden !important;
  height: auto !important;
  background: #f2f5f7 !important;
}

.select2.bg-white  ~ .select2-container--bootstrap4 .select2-selection, .select2-add.bg-white  ~ .select2-container--bootstrap4 .select2-selection {
  background: #fff !important;
}

.select2.form-control-lg  ~ .select2-container--bootstrap4 .select2-selection, .select2-add.form-control-lg  ~ .select2-container--bootstrap4 .select2-selection {
  height: 50px !important;
  font-size: 20px;
  font-weight: 300;
}

.select2.form-control-lg  ~ .select2-container--bootstrap4 .select2-selection__rendered, .select2-add.form-control-lg  ~ .select2-container--bootstrap4 .select2-selection__rendered {
  line-height: 50px !important;
  height: 50px !important;
}

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

.select2-full .select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ced4da;
  border-radius: .25rem !important;
  width: 100%;
  /*max-height: 38px !important;*/
  overflow: hidden !important;
  height: auto !important;
}

.input-group > .select2-container--bootstrap4 .select2-selection--single {
    height: 100% !important;
    line-height: inherit !important;
}

.input-group > .select2-container--bootstrap4 .select2-selection--single:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form_top > .select2-container--bootstrap4 .select2-selection {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 2.45rem;
  padding-left: 11px !important;
  height: 36px !important;
  color: #495057;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.7rem;
  /*max-height: 38px !important;*/
}

.select2-dropdown {
  overflow-y: scroll;
  max-height: 350px;
  z-index:4051;
}

.select2-search--inline, .select2-search__field{
  background: #f2f5f7 !important;
  cursor:pointer
}

.select2-container li:only-child,
.select2-container input:placeholder-shown {
  width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection__clear {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.1em;
    padding-left: 0.3em;
    margin-top: 0.6em;
    border-radius: 100%;
    background-color: #a2adb5;
    color: #f8f9fa;
    float: right;
    margin-right: 0.3em;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border-radius: .5rem;
  border: 1px solid #e9eef2;
  padding: 0 0 1px 4px;
  /*height: 32px;
  margin-top:0.15em;*/
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #a2adb5;
  line-height: 2.25rem;
}

.select2-container--disabled .select2-selection__rendered {
  cursor: not-allowed;
  color: #a2adb5 !important;
}

.select2-container--disabled .select2-selection__arrow b {
  border-color: #a2adb5 transparent transparent transparent !important;
  cursor: not-allowed;
}

.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
    color: #a2adb5;
    cursor: not-allowed;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #bdc6d0;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 1px;
  padding-right: 8px;
  padding-left: 3px;
  float: right;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    max-height: 200px !important;
    overflow-y: auto !important;
}

/* ---------------------------------------------------------------------------*/


/*-- EL-CHECKBOX & RADIO & SWITCHES ---------------------------------------------*/

.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}

.el-radio,
.el-checkbox {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}

label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
.el-radio input[type="radio"],
.el-checkbox input[type="checkbox"] {
  display: none;
}
.el-radio input[type="radio"][disabled],
.el-checkbox input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio input[type="radio"] + .el-radio-style,
.el-checkbox input[type="checkbox"] + .el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
}
.el-radio input[type="radio"] + .el-radio-style:hover:before,
.el-checkbox input[type="checkbox"] + .el-checkbox-style:hover:before {
  border-color: #47a8e0;
}
.el-radio input[type="radio"] + .el-radio-style:before,
.el-checkbox input[type="checkbox"] + .el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  content: '';
  border: 1px solid #C0CCDA;
}

.el-checkbox.invalid input[type="checkbox"]:not(:checked) + .el-checkbox-style:before{
  border-color: #DF547A !important;
}

.el-radio input[type="radio"] + .el-radio-style:after,
.el-checkbox input[type="checkbox"] + .el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio input[type="radio"][disabled] + .el-radio-style,
.el-checkbox input[type="checkbox"][disabled] + .el-checkbox-style {
  cursor: not-allowed;
  color: #47a8e0;
}

.el-radio input[type="radio"][disabled] + .el-radio-style {
  background: #f2f5f7;
  border-radius: 1em;
}

.el-checkbox input[type="checkbox"][disabled] + .el-checkbox-style {
  background: #f2f5f7;
  border-radius: 0.25em;
}


.el-radio input[type="radio"][disabled] + .el-radio-style:hover,
.el-radio input[type="radio"][disabled] + .el-radio-style:before,
.el-radio input[type="radio"][disabled] + .el-radio-style:after,
.el-checkbox input[type="checkbox"][disabled] + .el-checkbox-style:hover,
.el-checkbox input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox input[type="checkbox"][disabled] + .el-checkbox-style:after,
.el-checkbox input[type="checkbox"][readonly] + .el-checkbox-style:hover,
.el-checkbox input[type="checkbox"][readonly] + .el-checkbox-style:before,
.el-checkbox input[type="checkbox"][readonly] + .el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio input[type="radio"][disabled] + .el-radio-style:hover:before,
.el-checkbox input[type="checkbox"][disabled] + .el-checkbox-style:hover:before {
  animation-name: none;
}
.el-radio input[type="radio"][disabled] + .el-radio-style:before,
.el-checkbox input[type="checkbox"][disabled] + .el-checkbox-style:before {
  border-color: #C0CCDA;
}
.el-radio input[type="radio"]:checked + .el-radio-style:before,
.el-checkbox input[type="checkbox"]:checked + .el-checkbox-style:before {
  animation-name: none;
}
.el-radio input[type="radio"]:checked + .el-radio-style:after,
.el-checkbox input[type="checkbox"]:checked + .el-checkbox-style:after {
  display: block;
}
.el-radio input[type="radio"] + .el-radio-style:before {
  border-radius: 50%;
}
.el-radio input[type="radio"] + .el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #47a8e0;
}
.el-radio input[type="radio"]:checked + .el-radio-style:before {
  border: 1px solid #47a8e0;
}
.el-radio input[type="radio"]:checked[disabled] + .el-radio-style:before {
  border: 1px solid #b0d7f5;
}
.el-radio input[type="radio"]:checked[disabled] + .el-radio-style:after {
  background: #b0d7f5;
}
.el-checkbox input[type="checkbox"] + .el-checkbox-style:before {
  border-radius: 3px;
}
.el-checkbox input[type="checkbox"] + .el-checkbox-style:after {
  top: 0.15em;
  left: 0.5em;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.el-checkbox input[type="checkbox"]:checked + .el-checkbox-style:before {
  border: #47a8e0;
  background: #47a8e0;
}
.el-checkbox input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before {
  border: #b0d7f5;
  background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue input[type="radio"] + .el-checkbox-style:hover:before,
.el-checkbox-style.el-radio.el-radio-blue input[type="radio"]:checked + .el-checkbox-style:before,
.el-checkbox.el-checkbox-blue input[type="checkbox"]:checked + .el-checkbox-style:before {
  border-color: #47a8e0;
}
.el-checkbox.el-checkbox-blue input[type="checkbox"]:checked + .el-checkbox-style:before,
.el-radio.el-radio-blue input[type="radio"] + .el-checkbox-style:after {
  background: #47a8e0;
}
.el-radio.el-radio-blue input[type="radio"][disabled] + .el-checkbox-style:hover:before,
.el-checkbox.el-checkbox-blue input[type="checkbox"][disabled] + .el-checkbox-style:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-blue input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before,
.el-radio.el-radio-blue input[type="radio"]:checked[disabled] + .el-checkbox-style:before {
  border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue input[type="checkbox"][disabled]:checked + .el-checkbox-style:before,
.el-radio.el-radio-blue input[type="radio"]:checked[disabled] + .el-checkbox-style:after {
  background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green input[type="radio"] + .el-checkbox-style:hover:before,
.el-checkbox.el-checkbox-green input[type="checkbox"] + .el-checkbox-style:hover:before,
.el-radio.el-radio-green input[type="radio"]:checked + .el-checkbox-style:before,
.el-checkbox.el-checkbox-green input[type="checkbox"]:checked + .el-checkbox-style:before {
  border-color: #21CBAC;
}
.el-checkbox.el-checkbox-green input[type="checkbox"]:checked + .el-checkbox-style:before,
.el-radio.el-radio-green input[type="radio"] + .el-checkbox-style:after {
  background: #21CBAC;
}
.el-radio.el-radio-green input[type="radio"][disabled] + .el-checkbox-style:hover:before,
.el-checkbox.el-checkbox-green input[type="checkbox"][disabled] + .el-checkbox-style:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-green input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before,
.el-radio.el-radio-green input[type="radio"]:checked[disabled] + .el-checkbox-style:before {
  border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green input[type="checkbox"][disabled]:checked + .el-checkbox-style:before,
.el-radio.el-radio-green input[type="radio"]:checked[disabled] + .el-checkbox-style:after {
  background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-red input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-red input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-red input[type="checkbox"]:checked + label:before {
  border-color: #ff4949;
}
.el-checkbox.el-checkbox-red input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-red input[type="radio"] + label:after {
  background: #ff4949;
}
.el-radio.el-radio-red input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-red input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-red input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-red input[type="radio"]:checked[disabled] + label:before {
  border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-red input[type="radio"]:checked[disabled] + label:after {
  background: #f9b3b3;
}

/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}

.el-switch-style.unchecked_red {
  background: #df547a;
}

.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch input[type="checkbox"] {
  display: none;
}
.el-switch input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch input[type="checkbox"]:checked + .el-switch-style {
  background-color: #47a8e0;
}
.el-switch input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-blue input[type="checkbox"]:checked + .el-switch-style {
  background-color: #47a8e0;
}
.el-switch.el-switch-blue input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green input[type="checkbox"]:checked + .el-switch-style {
  background-color: #21CBAC;
}
.el-switch.el-switch-green input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #21CBAC;
}
.el-switch.el-switch-red input[type="checkbox"]:checked + .el-switch-style {
  background-color: #ff4949;
}
.el-switch.el-switch-red input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #f9b3b3;
}
.el-switch.el-switch-yellow input[type="checkbox"]:checked + .el-switch-style {
  background-color: #f7ba2a;
}
.el-switch.el-switch-yellow input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  font-size: 85%;
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}

/*--/ CHECKBOX & RADIO & SWITCHES --------------------------------------------*/


/* -- DROPZONE ---------------------------------------------------------------*/

.dropzone {
  position: relative;
  width: 100%;
  margin:0;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  border:1px dashed #b9c0cc;
  box-sizing: border-box;
  background-image: linear-gradient(135deg,rgba(51, 67, 77,.03)25%, transparent 25%, transparent 50%, rgba(51, 67, 77,.03)50%, rgba(51, 67, 77,.03)75%, transparent 75%, transparent);
  background-color: #fafcfd;
  background-size: 16px 16px;
  transition: .2s ease-in-out;
}

.dropzone:hover {
  border: 1px solid #47a8e0;
  background-color: #e9eef2;
  transition: .2s ease-in-out;
}


.dropzone input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  font-size: 2rem;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

.dropzone p {
  background: none;
  border: none;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.dropzone.dragover {
  border: 1px solid #47a8e0;
  background-color: #e9eef2;
  transition: .2s ease-in-out;
}


.dropzone_modal_vh{
  min-height: 100%!important;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 54px;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---------------------------------------------------------------------------*/

/*
.dropzone {
  position: relative;
  width: 100%;
  height: 200px;
  margin:0;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  border:1px dashed #b9c0cc;
  box-sizing: border-box;
  background-image: linear-gradient(135deg,rgba(51, 67, 77,.03)25%, transparent 25%, transparent 50%, rgba(51, 67, 77,.03)50%, rgba(51, 67, 77,.03)75%, transparent 75%, transparent);
  background-color: #fafcfd;
  background-size: 16px 16px;
  transition: .2s ease-in-out;
}

.dropzone:hover, .dropzone:active {
  border: 1px solid #47a8e0;
  background-color: #e9eef2;
  transition: .2s ease-in-out;
}

.dropzone label {
  cursor: pointer;
}
.dz-message {
  display: none
}
*/
/* ---------------------------------------------------------------------------*/


/* -- CALENDAR -------------------------------------------------------------- */

.date-picker a{
  border-radius: 6px;
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  margin-left:5px;
  margin-right:5px;
  margin-bottom: 15px;
  background: #fff;
  border: 2px solid #999999;
  color: #121212;
  transition: 0.5s ease-in-out;
}

.date-picker .date-top {
    border-bottom: 2px solid #999999;
    display: block;
    font: bold 12px;
    color:#999999;
    padding: 4px 0 4px;
    text-transform: uppercase;
}

.date-picker .date-middle {
    display: block;
    font-size: 30px;
    padding: 0px 0 0px;
}

.date-picker .date-bottom {
    font-size: 14px;
    color:#999999;

}

/* -- CALENDAR -------------------------------------------------------------- */


/* -- DATERANGEPICKER ------------------------------------------------------- */

.daterange_single, .daterange_double {
  width: 100% !important;
}

.clear_date {
  position: absolute;
  right: 10px;
  top: .7em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.1em;
  padding-left: 0.3em;
  border-radius: 100%;
  color: #f8f9fa;
  background-color: #c0c8cf;
  cursor: pointer;
  margin-right: 0.3em;
}

.clear_date .clear_btn{
  position: absolute;
  right: 0px;
  color: white !important;
  background-color: #c0c8cf;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.1em;
  padding-left: 0.4em;
  padding-top: 0.15em;
  border-radius: 100%;
  font-size: 12px;

}

.clear_date:hover {
  background-color: #a2adb5;
}

/* .daterangepicker th.available:hover {
background-color: #f2f5f7;
border-color: transparent;
color: inherit;
border-radius: 20px;
} */

.daterangepicker td.today {
  background-color: #dbf3ff;
  border-color: transparent;
  color: #296a8f;
  border-radius: 20px;
}

.daterangepicker td.today.in-range {
  background-color: #dbf3ff;
  border-color: transparent;
  color: #296a8f;
  border-radius: 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 20px;
}

.daterangepicker td.available:not(.in-range):hover,
.daterangepicker th.available:hover {
  background-color: #f2f5f7;
  border-color: transparent;
  color: inherit;
  border-radius: 20px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #47a8e0;
  border-color: transparent;
  color: #fff;
  border-radius: 20px;
}

.daterangepicker .drp-buttons {
  text-align: left;
  padding: 8px;
  min-height:52px;
  display: flex;
  align-items: center;
}

.daterangepicker .calendar-time {
  display: none;
}

.daterangepicker .cancelBtn, .daterangepicker .drp-selected {
  display: none !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}

/* .daterangepicker td.active, .daterangepicker td.active:hover {
  border-radius: 30px !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  border-radius: 30px !important;
}

.daterangepicker td.available:hover:not(.active),
.daterangepicker th.available:hover:not(.active) {
  border-radius: 0 30px 30px 0 !important;
} */


/* --/ DATERANGEPICKER -------------------------------------------------------*/


/* -- CK EDITOR --------------------------------------------------------------*/

.ck.ck-content, .ck-editor__editable {
  /* background: #f2f5f7 !important; */
  list-style-position: inside;
}

.ck-editor__editable {
  min-height: 100px !important;
}

.ck.ck-balloon-panel {
  z-index: 2000 !important
}

.ck.ck-toolbar {
  background: #f2f5f7 !important;
  border: 1px solid #e9ecef !important;
  border-radius: .25rem .25rem 0 0 !important;
}

.ck.ck-editor__editable_inline {
  border: 1px solid #e9ecef !important;
  border-radius: 0 0 .25rem .25rem !important;
}

.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
  background: #e9eef2 !important
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
box-shadow: none !important
}

.mention {
  background: #47a8e0 !important;
  color: #fff !important;
  padding: .25rem .5rem;
  border-radius: 1rem;
  cursor: pointer;
}

.mention_square {
  background: #47a8e0 !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: .25rem .25rem !important;
  border-radius: .25rem !important;
  cursor: pointer !important;
}

/* .mention {
  color: #47a8e0 !important;
} */

.ckeditor_mention_icon {
  position: absolute;
  bottom:12px;
  left:262px;
}

.ckeditor_mention_icon_top_right {
  position: absolute !important;
  top: 2px !important;
  right: 102px !important;
}

.custom-item .custom-item-username {
color: #a2adb5 !important;
margin:5px !important;
}

.ck.ck-list__item .ck-button.ck-on {
background: none !important;
color: black !important;
cursor:pointer;
}

.ck.ck-list__item .ck-button.ck-on:hover {
background: #f2f5f7 !important;
}

.ck.ck-placeholder:before, .ck .ck-placeholder:before {
cursor: text;
color: #a2adb5 !important;
}

figure.media {
  display: block !important;
}

figure.image {
  margin: 1em auto;
}
figure.image-style-align-right {
  float:right
}

figure.image-style-align-left {
  float:left
}

figure.image img {
  width: 100%;
}

/* ---------------------------------------------------------------------------*/


/* -- CK EDITOR CHATBOX ------------------------------------------------------*/


 .chat {
     margin-bottom: 1em
 }

 .chat ul.chat_posts {
     background-color: #f2f5f7;
     border-radius: .5em;
     margin: 0.5em 0 1em 0;
     padding: 1em;
     list-style-position: inside;
     height: 100%;
 }

 .chat ul.chat_posts li .chat_content li {
    display: revert !important;
 }

 .chat ul.chat_posts li .chat_content li + li {
    margin-top: 0px !important;
}

 .chat ul.chat_posts li {
     display: flex;
     height: auto;
 }

 .chat ul.chat_posts li:not(:first-child) {
     border-top: 1px solid #dee2e6;
     padding-top: 1em;
     padding-bottom: 1em;
 }

 .chat ul.chat_posts li.new-post {
     /* Highlight a new post in the chat. */
     animation: highlight 600ms ease-out;
 }

 .chat ul.chat_posts li + li {
 }

 @keyframes highlight {
     0% {
         background-color: #f2f5f7;
     }

     100% {
         background-color: white;
     }
 }

.chat .chat_posts .chat_name {
  font-weight: bold;
}

.chat .chat_posts .chat_time {
  color:#a2adb5;
}
 /* ---- Chat editor --------- */

 .ck_chatbox {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: #f2f5f7;
 }

.ck_chatbox + .ck.ck-editor .ck.ck-toolbar {
   border-bottom-left-radius: 6px;
   position: absolute;
   bottom: 1px;
   left: 1px;
   background-color: #fff !important;
   border: none !important;
   border-radius: .5em !important
}

.comment_box .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
   border-radius: .5em !important;
   /* min-height: 60px !important; */
}

.comment_box .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border-radius: .5em !important;
  /* min-height: 60px !important; */
}

.ck_chatbox {
   /* Anti–FOUC (flash of unstyled content). */
   padding: 1em;
   border: 1px solid var(--ck-color-base-border);
}

.ck_chatbox + .ck.ck-editor {
   margin-top: 0;
}

.ck_chatbox + .ck.ck-editor .ck.ck-toolbar {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}


.ck-mentions .mention__item {
   display: block;
}

.ck-mentions .mention__item img {
   border-radius: 100%;
   height: 30px;
}

.ck-mentions .mention__item span {
   margin-left: .5em;
}

.ck-mentions .mention__item.ck-on span {
   /* color: var(--ck-color-base-background); */
}

.ck-mentions .mention__item .mention__item__full-name {
   color: hsl(0, 0%, 45%);
}

.ck-mentions .mention__item:hover:not(.ck-on) .mention__item__full-name {
   color: hsl(0, 0%, 40%);
}


.chat .ck-content .mention {
   background: unset;
}

.chat .ck.ck-content a,
.chat .chat_posts a {
   color: hsl(231, 89%, 53%);
}

.comment_box .ck.ck-editor__editable_inline>:last-child {
margin-bottom: 40px;
}

.chat-send {
 font-weight: normal;
}

.ck_chatbox .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
  border-radius: 10px;
}

 /* --/ CK EDITOR CHATBOX --------------------------------------------------- */


/* -- AMCHARTS -------------------------------------------------------------- */

#mapdiv{
  height:500px !important;
}

.amcharts-amexport-label.amcharts-amexport-label-level-1.amcharts-amexport-item-blank,
.amcharts-amexport-label.amcharts-amexport-label-level-2.amcharts-amexport-item-png.amcharts-amexport-clickable,
.amcharts-amexport-label.amcharts-amexport-label-level-2.amcharts-amexport-item-json.amcharts-amexport-clickable {
  width: 100% !important;
  min-width: 80px !important;
}


/* --/ AMCHARTS ------------------------------------------------------------- */

/* -- TYPEAHEAD ------------------------------------------------------------- */

.twitter-typeahead {
  display: block !important;
  width: 100%
}

span.twitter-typeahead .tt-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .04);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .04);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0, .04);
}

.tt-menu400 span.twitter-typeahead .tt-menu {
  width:400px;
}

.tt-menu500 span.twitter-typeahead .tt-menu {
  width:500px;
}

.tt-menu600 span.twitter-typeahead .tt-menu {
  width:600px;
}

.search_box.hide_string_right span.twitter-typeahead .tt-menu .string_right {
  display: none;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

span.twitter-typeahead .tt-suggestion li {
  text-overflow: ellipsis;
  overflow: hidden;
}

span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .active.tt-suggestion:focus, span.twitter-typeahead .tt-suggestion.tt-cursor:focus, span.twitter-typeahead .active.tt-suggestion:hover, span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

span.twitter-typeahead .disabled.tt-suggestion, span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
  color: #818a91;
}

span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}


.input-group span.twitter-typeahead {
  display: block !important;
}

.input-group span.twitter-typeahead .tt-menu {
  top: 2.375rem !important;
}

.header_search span.twitter-typeahead .tt-menu {
  /* top: 4.5rem !important; */
  left:-30px !important;
  min-width: 450px;
  /* border-top-left-radius: 0;
  border-top-right-radius:0; */
}

.search_landing {
  background-color: #fff;
  position: relative;
  align-items: center;
  border-radius:30px;
  height: 46px;
  width: 100%;
}

.search_landing .search_reset {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top:13px
}

.search_landing input{
  font-size: 22px;
  width: 100%;
  height: 46px;
  padding:0 20px;
  border:none;
  border-radius: 24px;
  padding-right: 50px;
}

.search_landing span.twitter-typeahead .tt-menu {
  max-width: 100vw;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius:30px;
  top: 47px !important;
  border:0;
}

.search_landing span.twitter-typeahead .tt-suggestion, .search_landing span.twitter-typeahead .tt-suggestion:focus, .search_landing .dropdown-item:hover, .search_landing span.twitter-typeahead .tt-suggestion:hover {
  border-radius: 24px;
  width: 100%;
}

.league-name {
  font-size: 16px;
  font-weight: bold;
  color:#6793af;
  padding: 1em 1.25em .25em 1.25em;
  margin-bottom:.25em;
  border-bottom: 1px solid #e9ecef;
  text-transform: uppercase;
}

.scrollable-dropdown-menu-200 .tt-menu {
  max-height: 200px;
  overflow-y: auto;
}

.scrollable-dropdown-menu-300 .tt-menu {
  max-height: 300px;
  overflow-y: auto;
}

/* --/ TYPEAHEAD ------------------------------------------------------------ */

/* -- FULLCALENDAR ---------------------------------------------------------- */

.fc-toolbar {
  text-transform: capitalize;
}

.fc-today {
  background: #f2f5f7 !important;
}

.fc-button-primary {
    color: #536268 !important;
    background-color: #e9eef2 !important;
    border-color: #e9eef2 !important;
    transition: 0.2s ease-in-out;
}

.fc-button-primary:hover {
    color: #536268 !important;
    background-color: #d5dbe0 !important;
    border-color:#d5dbe0 !important;
    transition: 0.2s ease-in-out;
}

.fc-button-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
    box-shadow:0 0 0 .2rem rgba(76, 91, 106, .5)
}

.fc-button-primary:disabled {
    color: #fff;
    background-color: #2C3E50;
    border-color:#2C3E50
}

.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
    color: #61707d !important;
    background-color: #c0c8cf !important;
}

.fc_height {
  height:calc(100vh - 148px);
}

/* -- FULLCALENDAR ---------------------------------------------------------- */


/* -- MASONRY --------------------------------------------------------------- */

/* .grid-sizer,
.grid-item { width: 33.33%; } */

.grid-item {
  /* max-width: 380px; */
  width: 100%
}

.grid-item--width2 {
  width: 720px;
}

/* -- MASONRY --------------------------------------------------------------- */

/* -- INT TEL --------------------------------------------------------------- */

.iti {
  width: 100%
}

.iti--inline-dropdown .iti__dropdown-content {
  border: none !important;
}

.iti__search-input {
  height: 38px;
  padding: 0 10px;
}
/* -- INT TEL --------------------------------------------------------------- */


/* -- IUBENDA --------------------------------------------------------------- */

#iubenda_policy .iub_content {
  padding: 0 !important;
}

#iubenda_policy a {
  color: #6793af;
}

#iubenda_policy a:hover:not(.btn) {
  color: #2885ba;
}

/* -- IUBENDA --------------------------------------------------------------- */


/* -- GMAIL --------------------------------------------------------------- */

.gm-style-iw.gm-style-iw-c{
  max-height: 230px !important;
}
.gm-style-iw-d {
  max-height: 230px !important;
}

/* -- GMAIL --------------------------------------------------------------- */


/* -- MEDIA QUERIES ----------------------------------------------------------*/


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


}

/* --/ MEDIA QUERIES ---------------------------------------------------------*/
