﻿/*font awesome icon size override, fixes a bug with the font awesome stylesheet where these are overriden. */
.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -.0667em !important;
}

.fa-xs {
    font-size: .75em !important;
}

.fa-sm {
    font-size: .875em !important;
}

.fa-1x {
    font-size: 1em !important;
}

.fa-2x {
    font-size: 2em !important;
}

.fa-3x {
    font-size: 3em !important;
}

.fa-4x {
    font-size: 4em !important;
}

.fa-5x {
    font-size: 5em !important;
}

.fa-6x {
    font-size: 6em !important;
}

.fa-7x {
    font-size: 7em !important;
}

.fa-8x {
    font-size: 8em !important;
}

.fa-9x {
    font-size: 9em !important;
}

.fa-10x {
    font-size: 10em !important;
}
/* end fontawesome fix*/

.cursor-pointer {
    cursor: pointer;
}
.fc-event {
    cursor: pointer;
}
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}
/* SumoSelect style overrides*/
.SumoSelect {
    width: inherit !important;
    border: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    padding: 0 !important;
    border-radius: 0;
    font-size: 14px !important;
    height: 34px !important;/*
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
        */
        
}

.SumoSelect > .CaptionCont {
    border: 0 !important;
    min-height: 14px;
    margin: 0;
    background-image: -webkit-linear-gradient(bottom left, transparent 50%, gray 50%), -webkit-linear-gradient(top left, gray 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
    background-image: -o-linear-gradient(bottom left, transparent 50%, gray 50%), -o-linear-gradient(top left, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
    background-image: linear-gradient(to top right, transparent 50%, gray 50%), linear-gradient(to bottom right, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.SumoSelect .SelectBox {
    padding: 5px 8px;
    padding-left: 14px;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    box-shadow: 0 0 0px #7799D0 !important;
}
.SumoSelect > .CaptionCont > label {
    display: none;
}

.SumoSelect > .CaptionCont > span {
    padding-right: 30px;
    font-size: 14px !important;
    font-weight: bolder;
    color: #495057;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #495057;
    font-style: normal;
    font-weight: bolder;
}

.SumoSelect > .optWrapper > .options li label {
    color: #495057 !important;
    margin: 0 !important;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.SumoSelect > .optWrapper {
    border-radius: 0px !important;
}
/* end SumoSelect b*/

}

.form-control textarea {
    border: 1px solid !important;
}