﻿selectParent {
    width: 120px;
    overflow: hidden;
}

.selectParent input {
    display: block;
    width: 100%;
    background: url("../../Images/Icons/keyboard_arrow_down_black_24dp.svg") right 4% center no-repeat;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

li[role="option"] {
    display: block;
    padding: 0 1em 0 1.5em;
    position: relative;
    line-height: 1.8em;
}

.listbox {
    width: 100%;
    font-weight: 400;
     position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    text-indent: 10px;
    max-height: 25em;
    overflow-y: auto;
}

    .listbox .result:hover,
    .grid .result-row:hover {
        background: #DEE2E6;
    }

    .listbox .focused,
    .grid .focused {
        background: #DEE2E6;
    }

.selectParent.left select {
    direction: rtl;
    padding: 2px 2px 2px 25px;
    background-position: left center;
}

input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.form-control {
    border-color: #737373;
    max-width: 100% !important;
}

a {
    cursor: pointer;
}

@media(max-width: 780px) {
    .col {
        flex-basis: auto;
    }
}

@media(max-width: 576px) {
    .hide-on-xs {
        display: none;
    }

    .listbox {
        width: 90% !important;
    }

    .pl26 {
        padding-left: 26px !important;
    }
}

@media(min-width: 596px) and (max-width: 1199px) {

    .hide-on-sm {
        display: none;
    }
}

.btn.btn-primary.btn-outline-primary {
    border-width: 2px;
}

input#from-date {
    min-width: unset !important;
}

input#to-date {
    min-width: unset !important;
}

#alert-email-sent {
    max-width: 100% !important;
}

.rates-table-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .rates-table-container > h2 {
        width: 70%;
    }

.show-courses-table-btn {
    width: 30%;
}

.show-courses-table, .hide-courses-table {
    float: right;
}

.rates-table-lable-arrow {
    border: solid #015497;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 0.5rem;
}

.rates-table-lable-arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.rates-table-lable-arrow-down {
    transform: rotate(45deg) translateY(-5px);
    -webkit-transform: rotate(45deg) translateY(-5px);
}

.custom-control.custom-checkbox {
    padding-left: 0;
}

label.custom-control-label {
    position: relative;
    padding-right: 1.5rem;
}

    label.custom-control-label::before, label.custom-control-label::after {
        right: 0;
        left: auto;
    }

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}

.form-check {
    padding-left: 1.5rem !important;
}

.requiredAsterisk {
    color: #dc3545;
}
