/* ************************************** */
/* Form Elements aanpassen aan platform   */
/* ************************************** */

/* Ook de gewone form elementen op 38px zetten gelijk aan selectpicker */
input.form-control,
select.form-control,
.btn {
  height: 38px !important;
  /*width: 300px !important*/
}

a.input-group-addon.js_add_qty_json {
  padding-top: 14px !important;
}

.listing-travel-filter__search-input .form-control {
  height: 50px !important;
}

btn-bold {
  font-weight: 900 !important;
}

/* Kleur caret standaard select verbergen */
.dropdown-toggle::after {
    color: transparent !important
}

/* Kleur caret selectpicker inkleuren */
.bootstrap-select > .dropdown-toggle::after {
    color: #455161 !important
}

/* De bootstrap standaard overschrijven anders worden er verschillende carets door elkaar getoond */
.dropup .dropdown-toggle::after {
  font-family: "universe-admin";
  content: "";
  border: none;
  font-size: 14px;
  line-height: 7px;
  margin-right: 0;
  margin-left: 5px;
  width: 14px;
  height: 5px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  color: #929faa;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
  top: 1px;
}

.btn-group.bootstrap-select.form-control,
.dropdown.bootstrap-select.form-control {
    height: auto !important;
}

/* **************************** */
/* Cards in form (create forms) */
/* **************************** */
.card-header.form-card {
    color: #445161;
    border-color: #445161;
    background: #f9f9f9;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

/* ************* */
/* Custom tables */
/* ************* */
table.table.table__actions.table__stats {
    z-index: 1000 !important;
    background: white;
    position: relative;
}

.table.table-no-border,
.table.table-no-border td,
tr.table-no-border,
tr.table-no-border td {
    border: none !important;
}

.table.tiny td, .table.tiny th {
  padding: 5px 5px !important;
}

.select3-choice {
    width: inherit !important;
}

.sidebar .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.input100{
    width: 100px !important;
}

.input150{
    width: 150px !important;
}

.input250{
    width: 250px !important;
}

.input350{
    width: 350px !important;
}

.input325{
    width: 325px !important;
}

.input600{
    width: 600px !important;
}

.pt0 {
    padding-top:0px !important;
}

.pb0 {
    padding-bottom:0px !important;
}
.order-collapse.firebrick {
    border-color: firebrick;
}

.badge-firebrick {
    background: firebrick;
}

.modal-footer-0 {
    padding: 0px !important;
}

.m-social-profile__info-user-action {
    color: white !important;
}

/******* FLEX *************/
.flex-container {
    display: flex;
    /*background-color: #f1f1f1;*/
}

.flex-container.column {
    flex-direction: column;
}

.flex-container > div {
    /*background-color: DodgerBlue;
    color: white;*/
    width: 45%;
    /* JVDB: marge weggehaald
    margin: 10px;*/
    margin: 0px;
    /*text-align: center;
    line-height: 75px;
    font-size: 30px;*/
    padding: 15px 10px 15px 10px;
}

.flex-container > div.eenderde {
    width: 33%;
    margin: 0px;
    padding: 15px 10px 15px 10px;
}

.flex-container > div.tweederde {
    width: 66%;
    margin: 0px;
    padding: 15px 10px 15px 10px;
}

.flex-container > div.p-0 {
    padding: 0px;
}

.flex-container > div.p-10 {
    padding: 10px;
}

.flex-container > div.p-20 {
    padding: 20px;
}

.flex-container .heading {
  font-size: 16px;
  color: #939daa;
  margin-bottom: 11px;
  margin-top: 11px;
  font-weight: 400;
}

.flex-border {
    border-bottom: 1px solid rgba(147, 157, 170, 0.2);
}

.has-error span.select3-container,
.has-error span.select3-container .select3-selection--single{
    border-color: #a94442 !important;
}

.input-icon-left {
    left: -15px !important;
}

.selectbox {
    width: 100% !important;
}


/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;

    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}

.input-group .bootstrap-select {
    max-width: 80% !important;
}

div.oe_search {
    width: 80% !important;
}

/* Report */
.demo-toolbar .btn-lightblue-theme {
    width: 105px;
    color: #03A9F4;
    border: 2px solid #03A9F4;
}
.demo-toolbar .btn-lightblue-theme:hover {
    color: #039BE5;
    border: 2px solid #039BE5;
    background: #fff;
}

.wizard-box {
    border: 2px solid #039BE5;
    padding: 20px;
    min-height: 250px;
}

ul.smaller li {
    font-size: smaller;
}

.fa-external-link {
    font-size: 10px !important;
    margin-left: 10px;
    position: relative;
    top: -0.5em;
    pointer-events: all;
}

.fa-plus-square-o {
    font-size: 10px !important;
    margin-left: 4px;
    position: relative;
    top: -0.5em;
}

/********************/
/* Overlay schermen */
/********************/
.md-modal {
    margin: auto;
	position: fixed;
	top: 100px;
	left: 0;
    right: 0;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.md-modal-calendar {
    margin: auto;
	position: fixed;
	top: 100px;
	left: 0;
    right: 0;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.md-show {
	visibility: visible;
	/* JVDB
	z-index: 1050;*/
	z-index: 150;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(#e4f0e3, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
	z-index:1;
}

.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay,
.container-fluid,
.page-content {
	/*background-color: #e4f0e3;*/
	background-color: #ebf2f6;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 1050;
}

.overlay_action {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  color: #939daa;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.list.list-unstyled {
  font-size: 13px;
  line-height: 18px;
}

.list.list-unstyled > li > span {
  font-weight: normal;
}

.text-muted {
    font-weight: 100
}

.thread_date_separator {
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: solid #0b69b2 2px;
    text-align: center;
}

.thread_date {
    position: relative;
    top: 10px;
    margin: 0 auto;
    padding: 0 10px;
    font-weight: bold;
    background: white;
}

.flatpickr-weekwrapper span.flatpickr-day {
    padding: 18px 0px 0px 0px !important;
}

.clipboard {
    background-image: url('/html_public/static/src/img/clipboard.png');
    background-repeat: no-repeat;
    background-size: 18px;
    width: 20px;
    height: 18px;
    display: inline-flex;
}

.p-milestone__name {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: 32px;
}

.m-social-profile__stats-item label {
    width: 150px !important;
}

.bd-widget-top-clients__point__mini {
    width: 24px;
    height: 24px;
    border: 1px solid #269af1;
    background: transparent;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    display: block;
    color: #269af1;
}

.bd-widget-top-clients__point__mini__inline {
    width: 24px;
    height: 24px;
    border: 1px solid #269af1;
    background: transparent;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    display: block;
    color: #269af1;
}

.card-widget-l__overview .bd-widget-top-clients__point__mini__inline {
    border: 1px solid white;
    color: white;
}

.card-widget-l__overview {
  height: 40px;
  background-color: #269af1;
  color: #fff;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-widget-m__header__overview {
  height: 50px;
  padding: 14px;
  font-size: 17px;
  line-height: 21px;
}

.card-widget-overview {
  width: 290px;
}

.container-fluid-p0 {
    padding-top:0px !important;
}

.card-widget-overview.card-lg {
  width: 375px;
}

/* Dashboard scrollable */
.js-scrollable,
.m-datagrid__body-scrollpane {
  overflow-y: hidden;
}

.font-small {
  font-size: small !important;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.7;
}

.bootstrap-select .filter-option {
    white-space: normal;
}

/* Tussenmaat */
.col-2-10 {
    flex: 0 0 10.667%;
    /* JVDBmax-width: 10%; */
    max-width: 12%;
}

/* BEGIN Blok Attachments */
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    /*padding: 120px 0px 85px 35%;*/
    padding: 40px 0px 40px 0%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}

.files:after {  pointer-events: none;
    position: absolute;
    /*top: 60px;*/
    top: 25px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    /*margin: 0 auto;*/
    margin: 0 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{
    background-color:#f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    /*color: #2ea591;*/
    color: transparent;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
/* END Blok Attachments */

/* Browser Contacts */
.p-contacts-datagrid__info {
  width: 85% !important;
}
/* END Browser Contacts */

/* Custom badge label */
.badge-label__point{
  width: 18px;
  height: 18px;
  background: #269af1;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  color: white;
}


.dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer {
  background-color: white;
}

strong.larger {
  font-size: larger !important;
}


.widget-controls__header-icon.las {
  font-size: 30px !important;
  width: 30px;
}

/* Widget attribute box - Beschrijving attributen */
.widget-attribute-box p {
  font-size: 12px !important;
  margin-bottom: .2rem !important;
}

.widget-attribute-box span {
    font-weight:700;
    text-decoration:underline;
}

/* Toolbars */
.toolbar-icon {
  color: #bfc8cf;
  font-size: 16px;
  line-height: 16px;
  height: 12px;
  margin-left: 20px;
}

.toolbar-icon:hover {
  color: #269af1;
}

.toolbar-icon + .toolbar-icon {
  margin-left: 20px;
}

.toolbar-icon .icon-remove {
  font-size: 17px;
}

.toolbar-icon .icon-edit-outline {
  font-size: 17px;
}

/* JsonForms - Begin */
#form .add-on {
    border: none;
    background-color: inherit;
}

.expandable > legend:before {
    content: '\25B8';
    padding-right: 5px;
}

.expanded > legend:before {
    content: '\25BE';
}

._jsonform-array-buttons {
    margin-left: 25px;
}

.jsonform-required > label:after {
    content: ' *';
    color: indianred;
}

form.jsonform-hasrequired:after {
    content: '* Verplicht veld';
    display: block;
    color: indianred;
    padding-top: 1em;
}
/* JsonForms - End */

/* Margins */
.w-10 {
  width: 10% !important;
}

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

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

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

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

.w-60 {
  width: 60% !important;
}
/* END Margins */