﻿.quickactionLI {
    cursor: pointer;
    min-width: 14rem;
    font-size: 13px;
    font-weight: 600;
    font-family: "benton-sans-condensed", sans-serif;
    padding: 0.7rem;
}
.quickActionA {
    color: #F15A22 !important;
}
.quickActionEditIconMargin {
    margin-top: -5px;
}
.flexDisplay {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}
.copyToClipboard {
    margin: 0;
    position: absolute;
    top: 52%;
    padding-left: 20px;
    cursor:pointer;
}
.cornerCloseButton {
    font-size: 3rem;
    border: none;
    cursor: pointer;
}
.infoIcon {
    font-size: 2rem;
    color: #038489;
    display: inline-block
}
.manageClientGrid-margin-top {
    margin-top: 10px !important;
}

.manageClientGrid-margin-bottom {
    margin-bottom: 10px;
}

.manageClientGrid-searchBtn-margin {
    margin-top: 27px;
}
.indexPageHR {
    border-top: solid 1.5px;
    color: #e7ecf1;
    margin: 8rem 0rem 0rem 0rem;
}

.indexPageAdminH1 {
    margin: 3.5rem 0rem 3.5rem 0rem;
}

#single-VSelected .vs__selected {
    background-color: #303584;
}

.a-visited-retain {
    color: #11132f;
}

.manageClient-btn {
    max-width: 275px;
}
.infoIcon-Padding-Top {
    padding-top: 5px;
}
.provisionBtn-Style {
    width: 45%;
}
.buttonToLink {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #f15a22;
    text-decoration: underline;
    cursor: pointer;
}
.fileUploadHeight {
    height: 3.6rem;
}
.createBulkUsersBtn {
    margin-top: 3.6rem;
    margin-left: -1.6rem;
}
.bulkUserDownloadLink {
    margin-bottom: 10px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.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: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input: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%;
    }

.noLeftMargin {
    margin-left: 0px;
}

.disabledInmarOfferings { 
    opacity: 0.5;
}