

/* CUSTOM STUFF */
.symbol .symbol-label.symbol-letter {
    font-size: 34px;
    font-weight: 900;
    color: #9f9fca;
  }
  .select2-container {
    z-index:9;
  }
  .editable-click, 
  a.editable-click, 
  a.editable-click:hover {
        border-bottom:dotted 3px #a6a6f759 !important;
  }

 .kids{
    padding: 6px 10px;
    border-radius: 7px;
    background: #f7f7f7;
    transition: 0.5s;
 }
.kids.male:hover {
    background: #eaf1f9;
}
.kids.female:hover {
    background: #fff4f4;
}

.editable-checklist label {
    white-space: unset !important;
    justify-content: flex-start;
    line-height: 1.2em;
}
.editable-checklist label input[type="checkbox"] {
    margin-right: 5px;
    margin-top: -3px;
}

#name.editable-click, 
#surname.editable-click,
#share.editable-click
{
    height: 30px;
}

.members-details #section {
    line-height: 45px;
}
.remember {
    border:none;
}
.login-aside {
    background-color: #47a7d5;
}
.login-aside .login-graphic {
    height: 100vh;
    padding: 0 50px;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.scroll-y {
    height: 500px;
    overflow-y: scroll; 
}
span.svg-icon.overlap {
    position: relative;
    left: 8px;
}
.select2-container--default 
.select2-selection--multiple 
.select2-selection__rendered 
.select2-selection__choice {
    background: #e1f0ff;
}
div#arch_note {
    text-align: center;
    font-size: 1.3em;
}

.swal2-container {
    z-index: 9999;
}

#add-to-group .select2-container--default .select2-selection--single {
    height:2.5em
}

.editableform .datepicker.datepicker-inline {
    border: none;
    padding-right: 28px;
}

.datepicker.datepicker-dropdown {
    z-index: 9999 !important;
}

button.btn.btn-default.btn-sm.editable-cancel {
    background-color: #f64e60;
    padding: 8px 10px;
}

button.btn.btn-default.btn-sm.editable-cancel:hover {
    background-color: #EE2D40 !important;
    padding: 8px 10px;
}


button.btn.btn-default.btn-sm.editable-cancel i{
    color:wheat !important;
}
#group_list tr.even,
#section_table tr.even {
    background: rgb(243 246 249 / 45%);
}
#group_list tr:hover,
#section_table tr:hover {
    background: #e2e3f3;
}
.dropdown-item.active, 
.dropdown-item:active {
    background-color: #484867;
}
input.column_search,
#section_table_filter input {
    background: #e4e6ef;
    border: none;
    padding: 10px;
}
.editable-checklist div label span {
    padding-left: 10px;
    padding-top: 2px;
    position: relative;
    top: 2px;
}
.aside-menu-wrapper ul.menu-subnav {
    background-color: #242433;
}
.aside-menu-wrapper ul.menu-subnav ul {
    background: #2d2d3e;
}
.resource_children{
    min-height: 150px;
}
.fc-unthemed td.fc-today {
    background: #e9eaf3 !important;
}
#booking_for .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px !important;
}

form#new-booking {
    width: 98%;
}

span.select2-selection__rendered {
    height: 33px !important;
}

#brk_calendar .fc-content {
    background: #86ddd8;
}

.editable-checklist {
    display: flex;
    width:720px;
    flex-wrap: wrap;
}

.editable-checklist div {
    width:240px;
    margin-bottom: 10px;
}