.logo{
    display: block;
    min-height: 70px;
    background-image: url(../images/parqour_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
    .logo{

        background-image: url(../images/logo-md.png);

    }
}
table.dataTable {
    border-spacing: 0px;
}

.dataTables_wrapper {
    margin-top: 15px;
}

.data-filter{
    padding: 15px;
    background-color: #dfdfdf;
    border-bottom: 2px solid #000;
}

.btn-secondary{
    background-color: #CCC;
    color:#000;
}

#cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.80;
    background: #aaa url('../images/Ajax-loader.gif') no-repeat center;;
    z-index: 10;
    display: none;
    text-align: center;
}
.custom_form input{
    border: 1px solid rgba(0,0,0,0.6) !important;

}
.multiselect {
    width: 100%;
    height: 46px;

}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    padding: 12px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #B0B5D0;
    border-radius: 16px;
    overflow: hidden;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px solid #B0B5D0;
    height: 120px;
    border-radius: 8px;
    overflow-y: auto;
    margin-top: -15px;
    padding-top: 15px;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}
#checkboxes input[type=checkbox]{
    margin: 10px 15px;
}

.button-container {
    display: flex;
    justify-content: space-between;
}

.button-container button {
    flex-grow: 1;
    margin-right: 10px;
}

input[type="checkbox"].apple-switch {
    position: relative;
    width: 50px;
    height: 30px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    -webkit-box-shadow: inset -20px 0 0 0 #ffffff;
    box-shadow: inset -20px 0 0 0 #ffffff;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    outline: none;
}

input[type="checkbox"].apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input[type="checkbox"].apple-switch:checked {
    border-color: #4ED164;
    -webkit-box-shadow: inset 20px 0 0 0 #4ED164;
    box-shadow: inset 20px 0 0 0 #4ED164;
}

input[type="checkbox"].apple-switch:checked:after {
    left: 20px;
    -webkit-box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
.hide_button{
    position: fixed;
    top: 40%;
    left: 286px;
    z-index: 1000;
}

@media (max-width: 1025px) {
    .hide_button{
        left: 60px;
    }
}

.bootstrap-tagsinput input {
    width: 200px !important;
}

.input-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.input-container .icon-container {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    z-index: 1;
}

.input-container input {
    padding-left: 0.5rem;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
    height: 56px;
    padding-top: 22px;
    font-size: 16px;
}

.input-container select {
    padding-left: 0.5rem;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
    height: 56px;
    padding-top: 22px;
    font-size: 16px;
}

.input-container label {
    position: absolute;
    top: 0;
    left: 20px;
    background: #fff;
    padding: 0 0.5rem;
    color: #4c5667;
    font-size: 12px;
    transform: translateY(-50%);
}

.btn-cloudy {
    background-color: #F6F8FA;
    border: 1px solid #F6F8FA;
    padding: 11px;
    border-radius: 8px;
}


#roles-select {
    display: grid;
    align-content: flex-start;
    justify-items: flex-start;
}
#roles-select-head {
    border: 1px solid #969696;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    min-height: 50px;
}
#roles-select-list {
    margin: 0;
    padding: 0;
    display: none;
}
.roles-select-item {
    background: #f3f3f3;
    padding: 5px 10px;
    margin: 5px;
    display: flex;
    border-radius: 20px;
}
.roles-select-item-close {
    font-size: 12px;
    background: #dedede;
    color: #f3f3f3;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
    padding: 5px 5px 5px 4px;
}
#roles-select-list li {
    padding: 5px 10px;
    list-style: none;
}
#roles-select-list li:hover {
    background: #bebebe;
}
#roles {
    /*display: none;*/
}

