html, body {
    -webkit-font-smoothing: antialiased;
    font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

    margin: 0;
    padding: 0;
    height:100%;
    width:100%;

    background-color:#fbfbfb;
    color:#222;

    /* background:url(/img/achtergrond.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    background-color: #364150; */
}
body.login {
    display:flex;
    width:100%;
}

body > .content {
    height:100%;
    width:100%;
}
body.login > .content {
    height:unset;
}

.logo-main-color {
    color: #8dbf54;
}

ul.breadcrumb {
    height:74px;
    font-size:12px;   
    padding: 10px 26px;
    background-color: #ececec;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #b5b5b5;
    content: ">";
    font-size:14px;
    line-height:20px;
}
h1.bc-header {
    position: absolute;
    left: 22px;
    font-size: 32px;
    line-height: 1.25;
    color:#000;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-top:20px;    
    /* margin-left: -65px; */
}

.header {
    background-color: #384859;
    margin-left: 0px;
    margin-right: 0px;
    width: 100% !important;
}
.site-login {
    padding:35px;
}

.login {
    background:url(/img/achtergrond.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    background-color: #364150;
}
.login .content {
    background-color: rgba(0, 0, 0, 0.30);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 700px;
    margin: 160px auto 10px;
    padding: 10px 30px 10px;
    overflow: hidden;
    position: relative;
    color:#fff;
}
.login .logo {
    /* margin: 60px auto 0;
    padding: 15px; */
    text-align: center;
}
.login .logo img{
    margin-top:22px;
    width:100%;
}

.login a {
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    cursor: pointer;
    color:#8dbf54;
    background-color: transparent;
    font-size:12px; 
}
.login a:hover {
    color: #fff;

}

.idp-buttons {
    position:fixed;
    top:5px;
    left:5px;
}

.bg-dark {
    background-color: #364150 !important;
}

#logout-button {
    padding: 5px;
    line-height:24px;
}

div.plesk-action-bar {
    position:absolute;
    right:330px;
    top:56px;
    z-index:99999;
}

div.student-selector {
    position:absolute;
    right:18px;
    top:16px;
    z-index:99999;
}

div.student-selector-component, div.organization-selector-component {
    float:left;
    margin-right:10px;
    z-index:99999;
}

a {
    /* color:#007bff; */
   color:#007eb0;
}

a:hover {
    text-decoration:underline;
   /* color:#97c11f; */
    /* color: #fff; */
}

#plesk-home-button:hover {
    color:#fff;
}

th.sortable a {
  color: #222;
}

th.sortable a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}
th.sortable a.desc::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'-0.5%200%208%208'%3E%3Cpath%20fill%3D'%23007eb0'%20d%3D'M3.188%207.89a.5.5%200%200%200%20.624%200l2.5-2a.5.5%200%201%200-.624-.78L4%206.46V.5a.5.5%200%200%200-1%200v5.96L1.312%205.11a.5.5%200%201%200-.624.78l2.5%202z'/%3E%3C/svg%3E");
}
th.sortable a.asc::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'-0.5%200%208%208'%3E%3Cpath%20fill%3D'%23007eb0'%20d%3D'M3.188.11a.5.5%200%200%201%20.624%200l2.5%202a.5.5%200%201%201-.624.78L4%201.54V7.5a.5.5%200%200%201-1%200V1.54L1.312%202.89a.5.5%200%201%201-.624-.78l2.5-2z'/%3E%3C/svg%3E");
}

.ow-button {
    color:#ececec;
    font-size:24px;
}
a.dropdown-toggle {
    color: #abacb0;
}
a.action-button {
    padding:5px;
}
a.action-button:hover {
    /* color: #0056b3; */
    text-decoration:none;
    color:#7DB752;

}

a.error-link, .error, .attention{
    color: #ff0000;
}
a.error-link:hover{
    color: #ff0000;
}

.devider {
    border-top: 1px solid #abacb0;
}


/*
 * Sidebar new
 */
.sidebar {
  height: 100%;
  /* width: 224px; */
  position: absolute;
  z-index: 100; /* Behind the navbar */
  top: 66px;
  left: 0;
  bottom: 0;
  background-color: #384859;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding: 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  overflow:visible;
}

.page-sidebar-menu {
    text-shadow: none;
    line-height: 20px;
}
.page-sidebar-menu, .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-sidebar-menu>li {
    overflow: hidden;
    transition: all .2s ease-out;
}
.page-sidebar-menu .active>a, .page-sidebar-menu .active>a:hover {
    background: #536a7d;
}
.page-sidebar-menu a {
    padding: 8px 8px 8px 16px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    display: block;
    white-space:nowrap;
}
.page-sidebar-menu a, .page-sidebar-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.page-sidebar-menu a:hover {
    outline: none;
    color: #fff;
    background-color: #7DB752

}
.page-sidebar-menu a, .page-sidebar-menu a:hover, .page-sidebar-menu a:hover .icon-nav, .active .icon-nav {
    /* color: #fff; */
    text-decoration: none;
}

.page-sidebar-menu a:hover .icon-nav, li.side-nav.active a .icon-nav {
    color: #fff;
}
.disabled {
    opacity:.5;
}
.icon-nav {
    color: #aaaaaa;
    margin-right:10px;
}
.nav-link {
    cursor:pointer;
}
.page-sidebar-menu a.side-nav-title {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
    line-height: 1.4;
    background-color: #2d3a47;
    cursor:pointer;
}
.side-nav-toggle {
    position: absolute;
    right: 16px;
    overflow: hidden;
    width: 8px;
    height: 16px;
}
.side-nav-toggle:before {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -1.24 8 8'%3E%3Cpath fill='%2397c11f' d='M7.854 4.854a.5.5 0 01-.708 0L4 1.707.854 4.854a.5.5 0 01-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 010 .708z'/%3E%3C/svg%3E");
    /* background-image: url("/img/arrow-left.svg"); */
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .25s;
}
.page-sidebar-menu .collapsed .side-nav-toggle:before {
    transform: rotate(180deg);
}

.side-nav-name {
    opacity: .6;
}  

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

.pul-layout__sidebar-toggler {
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    width: 16px;
}
 .pul-layout__sidebar-toggler-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 88px;
    margin-top: -44px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    background-color: rgba(34, 34, 34, 0.09);
    transition: 0.25s 0.15s linear;
    cursor: pointer;
 }
.pul-layout__sidebar-toggler-inner::before {
    top: 50%;
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    margin-top: -4px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 3px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -1.24 8 8'%3E%3Cpath fill='%0' d='M7.854 4.854a.5.5 0 01-.708 0L4 1.707.854 4.854a.5.5 0 01-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 010 .708z'/%3E%3C/svg%3E");
    /* background-image: url("/img/arrow-left.svg"); */
    background-repeat: no-repeat;
    background-size: contain;    
    transition: 0.25s 0.5s linear;
}

.pul-layout__sidebar-toggler:hover .pul-layout__sidebar-toggler-inner {
    top: 0;
    height: 100%;
    margin: 0;
    border-radius: 0;
}

.pul-layout__sidebar-toggler-inner.open::before {
    transform: rotate(270deg);
}
.pul-layout__sidebar-toggler-inner.closed::before {
    transform: rotate(90deg);
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -2px;
}
li.nav-item a.nav-link {
  color:#222;
  font-size: 14px;
  font-weight: 600;
  border:none;
  border-bottom: 1px solid #dee2e6;
  margin-right:20px;
}

li.nav-item a.nav-link:hover {
  border-bottom: 2px solid #2F8BD0;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border:none;
    border-bottom: 2px solid #000;
}
li.nav-item a.nav-link.active, li.nav-item a.nav-link.active:hover {
  color:#222;
  border-bottom: 2px solid #000;
}
.student-selector li.nav-item a.nav-link, .student-selector li.nav-item a.nav-link:hover {
  color:#fff;
  border: none;
}

#main {
    margin-left:224px;
    font-size: 14px;
    transition: margin-left .5s;
    /* padding: 16px 16px 16px 26px; */
    height:100%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.outer-container {
    padding: 12px 10px 4px 20px;
    font-size: 14px;
}


.table-hover tbody tr:hover {
    color: #212529;
    background-color: #f0faff;
}

body.content {
    position:relative;
    width:100%;
    height:100%;
}
#portal-frame {
    height:100%;
    width:100%;
    border:0;
}

.nopadding {
    padding: 0px 0px 0px 0px;
}

.logo-container img {
    width: 100%;
}

.controls-container {
    height: 100px;
    width: calc(100% - 255px);
}

.controls-container .upper-container,
.controls-container .lower-container {
    width: 100%;
    height: 50px;
    display: inline-block;
    padding: 0;
}

.controls-container .upper-container {
    padding: 7px 0;
}

.wrapper.center.header-inner {
    height: 100px;
    background-color: white;
}


.btn {
    /* position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 14px;
    min-height: 36px;
    background-color: #b0cb3a;
    border-color: #495418;
    border-radius:none;
    color: #000; */
    /* background: 0 0; */
    /* font-size: 12px; */

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    overflow: visible;
    box-sizing: border-box;
    min-height: 38px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    border: none;
    border-radius: 2px;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #222;
    background-color: #ececec;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 18%);
    transition: background-color 0.18s;
}

.btn:hover {
  color: #222;
  text-decoration: none;
  background-color: #dedede;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 18%);
}
.btn-outline-success:not(:disabled):not(.disabled) {
    color: #222;
    background-color: #8dbf54;
    border-color: #4a6729;
}

.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #222;
    background-color: #7DB752;
    border-color: #4a6729;
}

.btn-outline-success:not(:disabled):not(.disabled):hover {
    color: #222;
    background-color: #81ae4d;
    border-color: #4a6729;
}
.button-icon, .btn-outline-success .button-icon {
  padding-top:2px;
  margin-right:8px;
  font-size:15px;
  color: #b5b5b5;
}
.btn-outline-success .button-icon {
  color: #4a6729;
}

.btn-outline-success:not(:disabled):not(.disabled):active .button-icon {
    color: #222;
}

.btn-outline-success:not(:disabled):not(.disabled):hover .button-icon {
    color: #222;
}
.oo-btn:hover .button-icon {
    color: #4a6729;
}

.action-button .btn {
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.oo-btn {
    display: inline-block;
    /* height:32px; */
    border: 2px solid #8dbf54;
    margin: 0 0.5rem 0.5rem 0;
    padding: 4px 10px 5px 10px;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    min-height:38px;
    cursor: pointer;
    /* color: #b0cb39; */
    color: #8dbf54;
    background-color: transparent;
    font-size:13px; 
}

.oo-btn:hover {
    text-decoration: none;
    background: #8dbf54;
    color: #222;
}


ul.pagination li {
    padding: 0 6px;
}

div.grid-view .table > tbody > tr > td {
    vertical-align: top;
}
div.grid-view .table th, div.grid-view .table td {
    font-size:14px;
}
div.grid-view .table th {
    border-top: none;
}
div.grid-view .table th {
    font-weight:400;
}

.btn.pull-left {
    margin-right: 10px;
}

.btn.pull-right {
    margin-left: 10px;
}

.btn:hover {
    transition: all .3s;
}

.btn.btn-success:hover {
    border-color: #71BA51;
    color: #fff;
    background-color: #71BA51;
}

a.btn {
    line-height:28px;
}

.btn-addon {
    height: 34px;
}


.center {
    margin: 0 auto;
    display: block;
}

.navbar-default,
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   border: 0;
   background-color: #384859;
   padding: 8px 8px;
}

.navbar.navbar-default {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 1000;
}

.navbar-default .navbar-brand {
    height: 50px;
    padding: 0;
    position: relative;
}

.navbar-brand > img {
    height: 30px;
    margin: 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wrapper {
    width: 100%;
    padding: 0 10px;
}

.wrapper > .inner {
    background-color: white;
    /*overflow: auto;*/
}

.form-group.required label:after{
    content:'*';
    color:#c40606;
    text-align: right;
    position: absolute;
    right: 0;    
}

.modal-dialog .form-group.required label:after {
    content: ' *';
    color: #c40606;
    text-align: right;
    position: unset;
    right: 0;
}

.form-group.field-loginform-username.required .control-label,
.form-group.field-loginform-password.required .control-label {
    text-align: left;
    display: none;
}

.form-group label {
    padding-top:8px;
}

.form-inline .form-group {
    margin-right: 5px;
}


hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.card {
    margin: 0 0 16px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 0 rgba(60,64,67,.16);
}

.card>.card-header {
    margin: 0;
    padding: 8px 16px;
    border-bottom: 1px solid #ececec;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ececec;
}
.card>.card-header> h3 {
    min-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}
.card>.card-header h3 img {
    float: left;
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.system-state .state-ok, .system-state .state-maintenance, .system-state-header {
    font-size:14px;
}
.system-state .state-ok {
    color:#007700;
}
.system-state .state-maintenance {
    color:#e69d00;
}
.system-state .state-malfunction {
    color:#f53939;
}
.system-state-header {
    font-weight:600;
}
.dashboard-message {
    font-size:12px;
}
.input-btn {
    height: 38px;
    background:none;
    border:none;
    position: absolute;
    right:30px;
    top: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    cursor:default;
}
.input-btn:hover {
    opacity: 0.7;
}

.table th, .table td {
   padding: 8px 10px 8px 0px;
}

.field-license-period div.bootstrap-touchspin, .field-license-start_date div.date, .field-license-end_date div.date,
.field-hostinguserform-licensestartdate div.date, #extendLicenseDate-kvdate {
    width:240px;
}

.field-license-quantity div.bootstrap-touchspin {
    width:160px;
    margin-right:20px;
}
.field-license-price_per_user div.bootstrap-touchspin {
    width:240px;
    margin-right:20px;
}
.btn.bootstrap-touchspin-down, .btn.bootstrap-touchspin-up {
    background-color:#e9ecef;
    border: 1px solid #ced4da;
}


/* Switch/toggle buttons */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;

}

/* Hide default HTML checkbox */
.switch input[type=checkbox] {display:none;}

/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input.default:checked + .slider {
background-color: #444;
}
input.primary:checked + .slider {
background-color: #2196F3;
}
input[type=checkbox].success:checked + .slider {
background-color: #8bc34a;
}
input.info:checked + .slider {
background-color: #3de0f5;
}
input.warning:checked + .slider {
background-color: #FFC107;
}
input.danger:checked + .slider {
background-color: #f44336;
}

input[type=checkbox]:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input[type=checkbox]:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

.switchbutton-label {
    line-height:20px;
}
.custom-control.custom-checkbox label {
    padding-top:0px;
}

.license-info-grid {
    font-size:13px;
}

/* Spinner loader */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 2px;
  border: 3px solid #007bff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #007bff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-label {
    font-size:14px;
    padding-top:4px;
}
.field-info {
    font-size:12px;
    padding-left:8px;
}

span.show-more {
    color: #999;
    cursor:pointer;
}
.message-content {
    font-size:12px;
}
.password-sent-label {
    line-height: 30px;
    font-size: 13px;
}
.login-info {
    font-size:13px;
}
.field-hostinguserform-is_agreed div.offset-sm-2 {
    margin-left:0 !important;
}

/* .field-resetpasswordform-twofa_secret > div, .field-resetpasswordform-twofa_secret > label {
    padding-left:0 !important;
} */

.twofa-image {
    min-width: 200px;
}
#nzz-prompt {
    z-index:999999!important;
}

.permission-container {
    position:relative;
}
.permission-container .form-group {
    margin-bottom: 0;
}

.permission-label {
    position: absolute;
    top: 0px;
    left: 0px;
}
.permission-section {
    color: #222;
    padding-left: 6px;
    font-weight: 600;    
    padding-left: 6px;
}

.bullet {
    position:relative;
    border: darkred 10px solid;
    border-radius: 35px;
    width: 10px;
    height: 10px;
    line-height: 2px;
    padding: 0;
    margin: 0;
}
.bullet div {
    position:absolute;
    top: -1px;
    left: -5px;
    color: #fff;
}
.bullet.teacher {
    border: darkcyan 10px solid;
}
.password-info{
    font-size:12px;
    padding-top:35px !important;
}
.popover { 
    pointer-events: none !important;
}
.append-button {
  padding:8px 0 0 0;
  color:#007bff;
  cursor:pointer;
}
.copy-button {
  position:absolute;
  right:24px;
  top:1px;
}
.copied-notification {
  font-size:10px;
  color:#009708;
  position:absolute;
  right:10.5%;
  bottom:-15px;
  display:none;
}
.invalid-icon, .valid-icon {
  line-height:40px;
  font-size:32px;
}
.invalid-icon {
  color:red;
}
.valid-icon {
  color:green;
}
.payment-item-logo {
  width: 30px;
  margin-right:10px;
}
.field-loader {
  position:absolute; 
  right:20px; 
  top:3px;
  width:30px;
  height:30px;
  background: url(/img/loader.gif);
  background-size: cover;
  background-color: #fff;
}
.alert-primary, .alert-success,.alert-danger,.alert-info,.alert-warning {
  color:#4a6729;
}
.alert-primary {
  background-color:#e1ecd3;
  border:none;
}
.alert-success {
  background-color:#ddf5ce;
  border:none;
}
.alert-danger {
  background-color:#ffdee0;
  border:none;
}
.alert-info {
  background-color:#d6f3ff;
  border:none;
}
.alert-warning {
  background-color:#ffeed4;
  border:none;
}

.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    /* box-shadow: 0 0.375rem 0.75rem rgb(0 0 0 / 18%); */
    box-shadow: none !important;
    border-color: #b5b5b5 !important;
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected] {
    background-color: #fbfbfb !important;
    color: #222 !important;
    border-radius: 0;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected] {
    background-color: #fff !important;
    color: #222 !important;
    border-radius: 0;
}

.container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
    background-color: #fff !important;
    color: #222 !important;
} 
.container--krajee-bs4 .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #d9efff !important;
    color: #222 !important;
}
.select2-container--krajee-bs4 .select2-results__option[aria-selected]:hover {
    background-color: #d9efff !important;
    color: #222 !important;
    border-radius: 0;
}

.select2-container--krajee-bs4.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}
.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection, .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    border-bottom: 1px solid #b5b5b5 !important;
    box-shadow: none !important;
}
.select2-container--krajee-bs4 li.select2-results__option {
    color: #856404;
    background-color: #e1ecd3 !important;
}

.info-icon {
  margin-left:10px;
  cursor:pointer;
}

/* fix for select2 multiple searchbox display */
.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
  float:left;
}

/* Omgevingslabel naast het logo (common\helpers\Environment::badge()); niet op productie */
/* De logo-link (.navbar-brand) heeft zelf geen breedte omdat de afbeelding erin absoluut
   gepositioneerd is; zonder deze breedte valt de badge over het logo. 240px = breedte van
   img/logo.png (863x108) op 30px hoogte. */
.navbar-default .navbar-brand {
    width: 240px;
}
.env-badge {
    display: inline-block;
    /* de navbar is een flexcontainer met space-between; margin-right:auto houdt de badge
       direct rechts van het logo (30px ertussen) in plaats van helemaal rechts */
    margin: 12px auto 0 30px;
    align-self: flex-start;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    vertical-align: top;
}
.env-badge-dev {
    background: #2e7d32;
}
.env-badge-acceptance,
.env-badge-staging {
    background: #ef6c00;
}
.env-badge-login {
    margin-top: 10px;
}
.env-badge-login .env-badge {
    margin: 0;
}
