﻿.hightline-input {
    border: 1px solid red !important;
}

.hightline-box {
    border-color: red !important
}

.btnPlus {
    max-width: 100% !important;
    cursor: pointer;
    border-bottom: none;
    margin-top: 20px;
}

 .btnPlus .select2-selection--multiple {        
     display:none;
}
    
.btnPlus::before {
    width: 20px;        
    float: right;
    content: url(/content/images/plus-circle-solid.svg);
}

.fc-bgevent {
    /*
        opacity: 1 !important;
    */
}
.fc-content{
    width: 60%;
}


.btnPlusRequest {
    max-width: 100% !important;
    cursor: pointer;
    border-bottom: none;
    margin-top: 20px;
    background-color: none !important;
}
.btnPlusRequest .select2-selection--multiple {
    display: none;
    background-color: none !important;
}
.btnPlusRequest::before {
    width: 20px;
    float: right;
    content: url(/content/images/plus-circle-solid.svg);
}

.btnPlusRequest .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-style: none;
        background-color: none !important;
}
