﻿
#content {
    min-height: 710px !important;
}

.mainMenu {
    border-top: 2px solid rgb(246,199,21);
    border-bottom: 2px solid rgb(246,199,21);
}

.mainMenu, .navbar-collapse {
    background-color: #333333 !important;
}

.e-acrdn-header {
    background-color: #333333 !important;
}

.e-acrdn-header-content {
    color: white !important;
}

.logindiv {
    padding: 30px;
    margin: 30px;
    border: 1px solid #32372A;
}

.navbar-nav > li > a {
    color: white !important;
}

.ejsgriddiv {
    overflow-y: auto
}

.firstcell {
    display: flex;
}

.main-content li a {
    color: #6633B3;
}
.dropdown-menu > li > a {
    color: #333;
}   

.main-content li a:hover {
    text-decoration: underline;
}

.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0,0,0,0.75) 1.5em 0 0 0, rgba(0,0,0,0.75 1.1em 1.1em 0 0), rgba(0,0,0,0.75) 0 1.5em 0 0, rgba(0,0,0,0.75) -1.1em 1.1em 0 0, rgba(0,0,0,0.5) -1.5em 0 0 0, rgba(0,0,0,0.5) -1.1em -1.1em 0 0, rgba(0,0,0,0.75) 0 -1.5em 0 0, rgba(0,0,0,0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0,0,0,0.75) 1.5em 0 0 0, rgba(0,0,0,0.75) 1.1em 1.1em 0 0, rgba(0,0,0,0.75) 0 1.5em 0 0, rgba(0,0,0,0.75) -1.1em 1.1em 0 0, rgba(0,0,0,0.75) -1.5em 0 0 0, rgba(0,0,0,0.75) -1.1em -1.1em 0 0, rgba(0,0,0,0.75) 0 -1.5em 0 0, rgba(0,0,0,0.75) 1.1em -1.1em 0 0;
        }

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.e-filtered {
    transform: scale(2);
}

.field-validation-error {
    color: red;
    font-weight: 500;
}

.list-data {
    padding-left: -15px !important;
}

.main-div {
    margin: auto;
    float: none;
    padding-bottom: 30px;
}

.navbar {
    padding: 0px;
}

#content {
    padding: 0px;
}

.main-content {
    padding: 15px 15px;
}

.navbar-default {
    background-color: #222222;
    padding: 0 0 2px !important;
}

.topArea .pull-right li a {
    width: 100%;
    padding: 7px 10px 10px 10px;
    margin: 2px !important;
}

.e-toolbar .e-tbar-btn {
    background: #C1C1C1;
    padding: 0 10px !important;
}

.topArea .pull-right form > a {
    width: auto;
    height: auto;
    padding: 10px;
    display: inline;
}

.sign-in-link {
    border-radius: 3px !important;
    text-align: center;
}

span.e-list-text, .e-list-url {
    font-weight: 500;
    color: #000000 !important;
}

.margin-0 {
    margin: 0;
}

.tophr {
    margin: 0;
    border-bottom: 1px solid black;
}

.e-navigate-arrow {
    margin-top: 5px;
}

.brownhr {
    margin: 0;
    position: relative;
    top: -10px;
    border-bottom: 1px solid #CCCCCC;
}

h5 {
    font-weight: bold;
    color: #003759;
}

.page-title {
    margin-bottom: 10px;
}

.e-grid .e-headercell, .e-grid .e-rowcell {
    font-size: 11px !important;
    padding: 0px 5px !important;
}

.e-grid .e-filterbarcell {
    padding: 0 5px !important;
}

.fa {
    color: #5F6369;
}

    .fa:hover {
        color: #1A73E8;
    }

.fa-edit {
    margin-left: 5px;
    padding-top: 0px;
}

.e-tab .e-content .e-item {
    color: inherit !important;
}

.e-tab .e-content .e-item {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

#logoutForm {
    margin: 2px !important;
    text-align: center;
}

.myProfile {
    padding: 10px !important;
    height: auto !important;
    width: auto !important;
    background-color: transparent !important;
}

.topArea .navbar-default {
    padding: 0px !important;
}

.topArea .dropdown-menu {
    width: 150px;
}

#myprofile-text {
    color: #fff !important;
    font-weight: 500;
}

#loginMenu a {
    color: #222222;
}

    #loginMenu a:hover {
        color: #4AD1E5;
    }

#loginMenu {
    left: -20px;
}

.dropdown-item {
    padding: 4px 0px;
}

    .dropdown-item:hover {
        background-color: #eee;
    }

.mainMenu .dropdown-menu {
    width: 170px;
    right: auto;
    padding-top: 0;
    padding-bottom: 0;
}

    .mainMenu .dropdown-menu a {
        color: #222222;
        display: block;
        padding-left: 5px;
    }

        .mainMenu .dropdown-menu a:hover {
            color: #555;
            border-left: 3px solid #72DFF3;
        }

td {
    height: 30px !important;
}

.e-row .e-rowcell:not(:last-child) {
    border-right: solid 1px #E0E0E0 !important;
}


.ejsgriddiv .e-columnheader .e-headercell:not(:last-child) {
    border-right: solid 1px #E0E0E0 !important;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .mainMenu .dropdown-menu a {
        color: #222222;
    }

        .mainMenu .dropdown-menu a:hover {
            color: #fff;
        }
}

#myprofile-text {
    position: relative;
    top: 5px;
}

textarea {
    min-height: 68px !important;
}

#sidebarCollapse {
    display: block;
    background: #999;
    border-color: #999;
    cursor: pointer;
    float: none;
    margin-left: -15px;
}

    #sidebarCollapse .icon-bar {
        background-color: #fff;
    }

.select-lead-icon:hover {
    cursor: pointer;
}

#escort-table .fa:hover,
#optable .fa:hover,
#mdl-table .fa:hover,
#russian-poc-table .fa:hover,
#traveler-table .fa:hover {
    transform: scale(1.5);
}

.control-section {
    min-height: 370px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.splitter-expand .content {
    padding: 12px;
}

.splitter-expand .e-pane-hidden {
    padding: 0px;
}
/* styles to hide scroll bars */
.splitter-expand .e-pane.e-pane-horizontal.e-scrollable::-webkit-scrollbar,
.splitter-expand .e-pane.e-pane-vertical.e-scrollable::-webkit-scrollbar {
    display: none;
}

.splitter-expand .e-pane.e-pane-horizontal.e-scrollable, .splitter-expand .e-pane.e-pane-vertical.e-scrollable {
    /*    -ms-overflow-style: none;*/
}

/*#servicerequests-grid .e-gridcontent .e-content .e-movablecontent {
    -ms-overflow-style: auto!important;
}*/
#innerSplitter {
    border: none;
}

.badge {
    font-weight: 500;
}

.input-group-addon:hover {
    background: #e8f0fe;
    color: #1A73E8;
}

.e-treeview .e-ul, #outerSplitter .content {
    padding: 0px;
}

/* Horizontal split bar styles */
.e-resizable-split-bar.e-split-bar {
    background: #e3165b;
}

.e-splitter .e-split-bar.e-split-bar-horizontal {
    align-items: flex-start;
}

    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-left,
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
        background-color: #fff;
        border-color: rgba(227, 22, 91, 0.5);
        border-width: 1px;
        opacity: .9;
    }

        .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after,
        .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-left::before {
            background-color: #e3165b;
            opacity: 1;
            transform: rotate(40deg);
        }

        .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-left::after,
        .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before {
            background-color: #e3165b;
            opacity: 1;
            transform: rotate(-40deg);
        }
/* End of Horizontal split bar styles */

#editable-content p {
    margin: 0 !important;
}

#edit-sr-form .form-group,
#add-sr-form .form-group, #add-rfq-form .form-group {
    margin-bottom: 5px !important;
}

.panel .fa-save:hover, #activitiesTable .fa-edit:hover, #activitiesTable .fa-trash-alt:hover {
    /*transform: scale(2);*/
    cursor: pointer;
}

/*Custom  CSS Added By Benson Joseph --- Start----*/

.rowSpacer {
    height: 5px !important;
}

.panelSpacer {
    height: 15px !important;
}

.bg-brown {
    height: 47px !important;
    background-color: #32372A !important;
    border-color: #32372A !important;
    font-weight: 500;
}

.bo-brown {
    border-color: #32372A !important;
}

.saveContainer {
    padding-right: 50px !important;
    border: none !important;
    /*margin-top: -3px !important;*/
}

    .saveContainer:hover {
        /*background-color: transparent !important;*/
        transform: scale(1.1);
    }

.fa-save {
    font-size: 2em !important;
    color: white !important;
}

.fa-2x:hover {
    font-size: 2em !important;
}

#logo {
    height: 110px;
    width: 110px;
    position: relative;
    top: -35px
}

.vendor-select-icon {
    width: 16px;
    max-width: none !important;
    cursor: pointer;
}

.navbar .navbar-brand {
    height: 75px;
}

/*Custom  CSS Added By Benson Joseph   ----End-----*/

/*Custom  CSS Added By Pramod Bolakhe --- Start----*/
.layout .main-content, .widelayout .main-content {
    padding-top: 30px;
}

.details-page .form-group {
    margin-bottom: 0px;
}

.modal-progress {
    position: relative;
    left: -20px;
    top: 20px;
    display: none;
}

.sr-form label {
    font-size: x-small;
}

.fa-minus {
    color: red;
}

.sr-form .form-control {
    padding: 0px !important;
    height: 24px !important;
}

.sr-form .input-group-addon {
    padding: 3px 12px !important;
}

.fileremoveicon {
    color: red !important;
    cursor: pointer !important;
}

.sr-form input[type='checkbox'] {
    position: relative;
    top: 2px;
}

.sr-form label {
    margin-bottom: 0px;
    font-size: 10px;
}

.p-lr-0 {
    padding-right: 0;
    padding-left: 0;
}

.lg-left-50 {
    position: relative;
    left: 50px;
}

@media (max-width: 991.98px) {
    .p-lr-0 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .lg-left-50 {
        position: relative;
        left: 0px;
    }
}

.min-width-150 {
    min-width: 150px;
}

.m-bottom0 {
    margin-bottom: 0;
}

.timepicker_wrap {
    min-width: 266px !important;
}

input[type='checkbox'] {
    box-shadow: none !important;
}

input[type='radio'] {
    box-shadow: none !important;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: white;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e114";
}

#curriculum-table tr th, #avs-logistics-item-table tr th {
    text-align: center;
}

#curriculum-table tr td, #avs-logistics-item-table tr td {
    padding: 0;
    height: 20px !important;
    text-align: center;
}

#curriculum-table input, #avs-logistics-item-table input {
    border: none;
    border-radius: 0;
    height: 36px;
    text-align: center;
}
.na {
    margin: 9px;
}

.shippingaddress .form-group {
    margin-bottom: 5px;
}

.money-control {
    padding-right: 0;
    padding-left: 0;
    min-width: 100px;
}

.no-edit {
    background-color: #C1C1C1;
}

.no-edit-textarea {
    background-color: #C1C1C1;
    min-height: 60px;
}
/*Custom  CSS Added By Pramod Bolakhe   ----End-----*/
.details-page label ~ div {
    margin-top: 8px;
}

.removeFile:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.removeFile {
    border: 0px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#add-activity-button {
    margin: 0 15px 5px 0;
}

.disabledArea, .disabledArea input {
    pointer-events: none;
    background-color: #eee !important;
}

.sb-link {
    color: #4AD1E5;
}

#curriculum-table td {
    vertical-align:middle !important;
}

#statusNotification {
    width: auto;
    color: white;
    /*margin: 0 0.5em 0.5em;*/
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
}

label {
    margin-top: 8px;
}

.modal-content label {
    margin-top: 4px;
}

.sb-form-btn {
    margin-bottom: 5px;
}

#curriculum-table input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sb-disabled {
    background-color: #eee;
    opacity: 1;
}

.sb-small-message {
    color: #1ab394 !important;
    display: block;
}

.sb-label-New {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.sb-label-Pending {
    background-color: none;
    color: #000;
}

.sb-label-Approved {
    background-color: #4d841d;
    color: #FFF;
}
.sb-label-Profile-Completed, .sb-label-Invoiced {
    background-color: #4d841d;
    color: #FFF;
}

.sb-label-Cancelled, .sb-label-Cancelled-With-Charges {
    background-color: #d64113;
    color: #FFF;
}

.sb-label-Rejected {
    background-color: #f7a54a;
    color: #FFF;
}

.sb-label-Processing {
    background-color: #5498a9;
    color: #FFF;
}

.sb-label-Closed {
    background-color: #23c6c8;
    color: #FFF;
}

.sb-edit-buttons-section {
    height: 0;
    float: right;
    margin-right: 15px;
}

.sb-left-button-section {
    margin-left: 15px;
    height: 0px;
}

.sb-buttons-row {
    height: 28px;
    margin-bottom: 18px;
}

.sb-label {
    padding: 3px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}

.sb-vendor-item {
    margin-top: 8px;
}

.sb-sticky-logo {
    top: -18px !important;
}

.sb-onSite-radio-label {
    margin: 0px !important;
    padding: 0px;
    vertical-align: text-top;
}

.sb-bottom-button-sec {
    height: 28px;
    margin-bottom: 20px;
    margin-left: 0px;
}

#ccitem-create-modal .sb-cc-modal-children-number label {
    margin-top: 0px;
}

.clear-date-input {
    cursor: pointer;
}

    .clear-date-input:hover {
        color: #d64113 !important;
    }

@media only screen and (max-width: 600px) {
    .sb-vendor-item {
        margin: 0 0 8px 0;
    }
}

.accordion-toggle {
    cursor: pointer;
}
/*CSS For Internet Explorer 10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #ChildCare_Attachments, #EventInfo_Attachments, #Budget_Attachments, #MeetingVenue_Attachments, #FoodAndCatering_Attachments, #TransportationSupport_Attachments, #AudioVisual_Attachments, #Curriculum_Attachments, #LodgingVenue_Attachments {
        height: 40px;
    }
    #curriculum-table input[type=number], #curriculum-table input[type=text], #avs-logistics-item-table input[type=number], #avs-logistics-item-table input[type=text] {
        padding-top: 0px;
    }
}

@supports (-ms-ime-align:auto) {
    #EventInformation_Attachments, #EventBudget_Attachments, #MeetingVenue_Attachments, #FoodAndCatering_Attachments {
        height: 40px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

#curriculum-table input[type=number], #avs-logistics-item-table input[type=number] {
    padding-right: 0px;
    
}

/* Making readonly select as not selectable */
select[readonly] {
    pointer-events: none;
}

.clsColorRed {
    color: darkred;
}

.e-btn i.fa.clsColorRed, .e-btn i.fa.clsColorRed:hover {
    font-size: 15px !important;
}

.clsColorGreen {
    color: darkgreen !important;
}

.clsMaxHeight200px{
    max-height: 200px;
    overflow-y: auto;
}

.clsMarginTop2Px{
    margin-top: 2px;
}

.spnEventStatusInfo {
    background: red;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
}

    .spnEventStatusInfo small {
        display: inline-block;
        color: yellow;
        width: 100%;
        padding: 5px;
        font-size: 0.7em;
    }
.sb-edit-buttons-section .exportResume i, .sb-bckg-white {
    background-image: radial-gradient(closest-side at 52% 50%,white 90%, transparent);
    color: darkred !important;
}
.sb-tti-fee-label {
    float: right
}
.sb-big-cost-labels {
    width:140px;
    display:inline;
    margin-top:0px;
}
.sb-padding-tb {
    padding:1px 0;
}


#EventOwner_chosen .chosen-single,#AlternatePOCUser_chosen .chosen-single {
    font-size: 14px;
    padding: 6px 12px;
    height: 34px;
}

#EventOwner_chosen .chosen-single span, #AlternatePOCUser_chosen .chosen-single span {
        padding: 0px 2px 1px;
        min-height: 1.2em;
        font-weight: normal;
        display: block;
        line-height: 1.42857143;
    }
#EventOwner_chosen abbr, #AlternatePOCUser_chosen abbr {
    top: 11px;
}

#EventOwner_chosen .chosen-single div, #AlternatePOCUser_chosen .chosen-single div {
    padding: 4px;
}

.sb-m-t-0 {
    margin-top: 0px;
}

#VendorUserId_chosen {
    width: 100% !important;
    height: 34px;

}
#VendorUserId_chosen .chosen-single {
    height: 34px !important;
}
#VendorUserId_chosen .chosen-single span, #VendorUserId_chosen .chosen-single div {
    padding: 4px;
}
#VendorUserId_chosen .search-choice-close {
    margin: 4px;
}

.sb-childcare-field {
    height:24px!important;
    padding:0px;
}

.sb-truncate-span {
    display: inline-block;    
    height:auto;
    width: 100%;
    min-height:34px;
}

.sb-span-area {
    display: inline-block;
    height: auto;
    width: 100%;
    min-height: 34px;
}

.sb-textarea-lock-h {
    /* will prevent resizing horizontally */
    resize: vertical;
}
.sb-bckg-white {
    color: darkred !important;
}

.modal-content .chosen-container.chosen-container-single {
    width: 100% !important;
}

.sb-overflow-visible {
    overflow: scroll;
}

#upload-results {
    height: 400px;
    width:100%;
}
#sb-loading-icon {
    height: 30px;
    width: 30px;
    display: none;
}

.sb-text-wrap {
    overflow-wrap: break-word;
    word-break: break-word;
}