html, body {
    padding: 0px;
    margin: 0px;
}

h1, h2, h3 {
    margin-top: 10px;
}


/*INTEGREATER CONTAINER*/

#IntegreaterContainer {
}

#IntegreaterHeader {
}

    #IntegreaterHeader .navbar {
        box-shadow: 0 4px 8px 0 #d0d0d0;
    }




#IntegreaterHeaderNavbarTitle {
    background: url('../../Images/SI.GUI.MVC/Aptean-A-Logo-Black-50x50.png');
    background-position: 0px 6px;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: 1.4em;
    background-size: 40px;
    height: 50px;
}

#IntegreaterHeaderNavbarProductVersion {
    font-size: 9px;
    color: #999999;
    left: 50px;
    top: 31px;
    position: absolute;
    margin: 10px auto auto 17px;
}


.card-space-before {
    margin-top: 1em;
}

button.font-awesome-button {
    margin: 5px;
}

    button.font-awesome-button > .fa {
        font-size: 20px;
    }

@media only screen and (max-width : 480px) {
    #IntegreaterHeader .navbar-brand {
        font-size: 1.2em;
    }

    #IntegreaterHeader .navbar a.dropdown-item {
        min-height: 40px;
    }

    #IntegreaterHeader .navbar-collapse {
        max-height: 300px;
        max-height: calc(100vh - 70px);
        overflow-y: scroll;
    }
}



#IntegreaterNavigationBar {
}

    #IntegreaterNavigationBar a, #IntegreaterNavigationBar a:hover, #IntegreaterApplicationTitle {
        vertical-align: middle;
        text-decoration: none;
    }

#IntegreaterContainerBody {
    padding: 10px;
    padding-top: 75px;
    /*margin-top: 55px;*/
    /*top: 60px;
        position: absolute;*/
}

/*@media only screen and (max-width : 480px) {
    #IntegreaterContainerBody {
        padding: 0px;
        padding-top: 80px;
    }
}*/

#IntegreaterPageTitle .glyphicon-menu-right {
    font-size: 0.75em;
}

#IntegreaterPageTitle {
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
}



/*#IntegreaterFooter, #IntegreaterAboutNavigationBar {
    min-height: 30px;
    height: 30px;
}

#IntegreaterFooterAbout{
    display: inline-block;
    margin-right: 20px;
}

#IntegreaterFooterCopyright{
     display: inline-block;
}*/


@media only screen and (max-width : 767px) {
    /*#IntegreaterFooter, #IntegreaterAboutNavigationBar {
        display:none;
    }*/

    #IntegreaterPageTitle {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 5px;
        font-size: 1.3em;
    }

    #IntegreaterPageTitle {
        display: none;
    }


    #IntegreaterHeaderNavbarTitle {
        font-size: 1em !important;
        max-width: calc(100% - 70px);
        overflow-x: hidden;
        text-overflow: ellipsis;
        margin-right: 8px;
    }

    #IntegreaterHeaderNavbarProductVersion {
        margin-left: 8px;
        margin-top: 5px;
    }

    #IntegreaterNavigationBar {
        padding: 8px;
    }
}

/*#IntegreaterFooter .navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 5px;
}*/

#IntegreaterAboutNavigationBar {
    font-size: 0.8em;
}

/*INTEGREATER LOGIN*/

.IntegreaterLoginDialog .modal-dialog {
    max-width: 340px;
}

.IntegreaterLoginDialog .modal-body {
    height: 100%;
    text-align: center;
}

.IntegreaterLoginDialogLogo {
    background: url('../../Images/SI.GUI.MVC/Aptean-A-Logo-Black-50x50.png');
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-size: 45px;
    padding-left: 50px;
    padding-top: 3px;
    margin: 10px -10px 50px -10px;
    text-align: left;
    display: inline-block;
}

.IntegreaterLoginDialogBrand {
    font-family: "Suisse Intl Cond Bold";
    font-size: 21px;
}

.IntegreaterLoginDialogBrandSubTitle {
    font-family: "Suisse Intl Cond";
    font-style: italic;
    margin-top: -6px;
    font-size: 17px;
}


.IntegreaterLoginDialog input {
    text-align: center;
    padding-right: 55px;
}

.IntegreaterLoginDialogHeader {
    text-align: center;
}

.IntegreaterLoginDialogSwitchMode {
    text-align: center;
}

.IntegreaterLoginDialog .modal-footer {
    justify-content: center;
}

    .IntegreaterLoginDialog .modal-footer .btn {
        margin-right: 0.25em;
        margin-left: 0.25em;
        width: 95px;
    }

.IntegreaterLoginDialog .error {
    font-weight: bold;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

/*INTEGREATER UNSUPPORTED*/

#IntegreaterUnsupported {
    background-color: orange;
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 300px;
    vertical-align: central;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
}


/*TABLES*/

.IntegreaterTableWrapper {
    margin: 5px 0px 10px 0px;
}

table.IntegreaterTable {
    border-collapse: collapse;
    border: 0px solid #e5e5e5;
    font-size: 0.8em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
}

    table.IntegreaterTable th {
        background-color: #428bca;
        color: #ffffff;
        padding: 5px;
        font-weight: normal;
        border-top: none;
    }

table.IntegreaterNonDataTable td, table.IntegreaterNonDataTable th {
    border-top: none !important;
}

table.IntegreaterNonDataTable td {
    border: 1px solid #e5e5e5;
}

table.IntegreaterTable th:nth-child(1) {
    border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
    border-top: none !important;
}

table.IntegreaterTable th:last-child {
    border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    border-top: none !important;
}


table.IntegreaterTable tr:nth-child(even) {
    background: #FFFFFF;
}

table.IntegreaterTable tr:nth-child(odd) {
    background: #F5F5F5;
}


table.IntegreaterTable td {
    text-align: left;
    vertical-align: middle;
    font-size: 1em;
    border: 1px solid #e5e5e5;
    padding: 0px 5px 0px 5px;
}

table.IntegreaterDataTable .clickableTr, .clickableTd {
    cursor: pointer;
}

    table.IntegreaterDataTable .clickableTr:hover td, .clickableTr tr:hover td, .clickableTd:hover {
        background-color: #39F !important;
        color: white;
        cursor: pointer;
    }

table.IntegreaterDataTable .no-sort::after {
    display: none !important;
}

table.IntegreaterDataTable .no-sort {
    pointer-events: none !important;
    cursor: default !important;
}


table.IntegreaterDataTable thead .sorting::after, table.IntegreaterDataTable thead .sorting_asc::after, table.IntegreaterDataTable thead .sorting_desc::after, table.IntegreaterDataTable thead .sorting_asc_disabled::after, table.IntegreaterDataTable thead .sorting_desc_disabled::after {
    bottom: 5px;
}


/*SELECTION DIALOGS*/

.IntegreaterSingleSelectDialog .modal-dialog {
    max-width: 445px !important;
}

    .IntegreaterSingleSelectDialog .modal-dialog select {
        max-height: 450px !important;
        max-width: 100%;
    }

.IntegreaterSingleSelectDialog table {
    width: 100%;
}

    .IntegreaterSingleSelectDialog table tr {
        cursor: pointer;
    }

        .IntegreaterSingleSelectDialog table tr:o {
            cursor: pointer;
        }

        /*.IntegreaterSingleSelectDialog table td {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}*/

        /*@media only screen and (max-width : 480px) {
    .IntegreaterSingleSelectDialog table tr {
        height: 50px;
    }
}*/


        .IntegreaterSingleSelectDialog table tr:hover {
            background-color: #3C91EC;
            color: white;
        }

        .IntegreaterSingleSelectDialog table tr.SingleSelectDialogSelected {
            background-color: #3C91EC;
            color: white;
            font-weight: bold;
        }

.IntegreaterSingleSelectDialog .SearchTextBox, .IntegreaterMultiSelectDialog .SearchTextBox {
    margin-bottom: 5px;
}


.IntegreaterMultiSelectDialog .modal-dialog {
    width: 610px !important;
}

.IntegreaterMultiSelectDialog select, .IntegreaterMultiSelectDialog .SearchTextBox {
    width: 260px !important;
}

.IntegreaterMultiSelectDialog input[type='button'] {
    margin: 5px;
}


.IntegreaterNumericEntryDialog .modal-dialog {
    width: 298px;
}

#IntegreaterNumericEntryDialog_Input {
    font-size: 1.6em;
    height: 44px;
}

.IntegreaterNumericEntryDialog_Table {
    margin-top: 10px;
}

    .IntegreaterNumericEntryDialog_Table .btn {
        width: 60px;
        height: 50px;
        margin: 3px;
        font-size: 1.6em;
    }


.IntegreaterTimeEntryDialog .modal-dialog {
    width: 290px;
}

.IntegreaterTimeEntryDialog_NoSeconds .modal-dialog {
    width: 220px;
}

.IntegreaterTimeEntryDialog_Table {
    margin-left: 30px;
    margin-right: 30px;
}

    .IntegreaterTimeEntryDialog_Table input, .IntegreaterTimeEntryDialog_Table .btn {
        width: 50px !important;
        text-align: center !important;
        margin: 3px;
    }

.IntegreaterTimeEntryDialog_TimeSeperator {
    font-weight: bold;
    padding: 5px;
}


.IntegreaterBodyWaitOverlay {
    z-index: 50000;
}

    .IntegreaterBodyWaitOverlay .IntegreaterBodyWaitOverlayFill {
        background: #FFFFFF;
        opacity: 0.6;
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        z-index: 50000;
    }



    .IntegreaterBodyWaitOverlay .IntegreaterBodyWaitOverlayContent {
        width: 300px;
        position: absolute;
        left: 50%;
        top: 40%;
        margin-left: -150px;
        /*background: #FFFFFF;
        border: 1px solid #888888;
        border-radius: 4px;*/
        padding: 5px;
        padding-top: 10px;
        z-index: 50000;
        border-radius: 3px;
        border: 1px solid #ddd;
        background: #FFFFFF;
        background-clip: padding-box;
        color: #606060;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.IntegreaterBodyWaitOverlay {
    margin-left: 126px;
    /*opacity: 0.6;*/
    z-index: 50000;
}

.IntegreaterBodyWaitLoadingSpinner {
    margin-left: 126px;
    z-index: 50000;
}

.IntegreaterBodyWaitOverlay .IntegreaterBodyWaitLoadingText {
    padding-top: 10px;
    width: 100%;
    text-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overflow-wrap: normal;
    text-align: center;
    z-index: 50000;
}





.IntegreaterBodyWaitLoadingSpinnerBorder {
    -webkit-animation: IntegreaterBodyWaitLoadingSpinnerSpin .5s linear infinite;
    animation: IntegreaterBodyWaitLoadingSpinnerSpin .5s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -45px 0 0 -35px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--primary);
    width: 70px;
    height: 70px;
}

.IntegreaterBodyWaitLoadingSpinner {
    width: 35px;
    height: 70px;
}


.IntegreaterBodyWaitLoadingSpinnerLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -40px 0 0 -30px;
    opacity: 0.5;
    width: 60px;
    height: 60px;
 /*   background-image: url("../../Images/SI.GUI.MVC/siLogo.png");
    background-repeat: no-repeat;
    background-size: 60px 60px;*/
    animation: IntegreaterBodyWaitLoadingSpinnerPulse 3s infinite;
}



@keyframes IntegreaterBodyWaitLoadingSpinnerPulse {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

@-webkit-keyframes IntegreaterBodyWaitLoadingSpinnerSpin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes IntegreaterBodyWaitLoadingSpinnerSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}











.IntegreaterCalendarContainer {
    width: 100%;
    text-align: center;
}

.IntegreaterCalendar {
    transform: scale(1.25);
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 206px;
}



@media only screen and (max-width : 500px) {

    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .modal-content {
        height: 100%;
        border-radius: 0;
        border: none;
        max-height: 100% !important;
    }

    .modal-dialog-scrollable {
        max-height: 100% !important;
    }
}




@font-face {
    font-family: "Font Awesome 5 Regular";
    src: url("../../webfonts/fa-regular-400.woff") format('woff');
}

.bootbox-accept::before {
    font-family: "Font Awesome 5 Regular";
    font-weight: 900;
    content: "\f00c";
    margin-right: 8px;
}

.bootbox-cancel::before {
    font-family: "Font Awesome 5 Regular";
    font-weight: 900;
    content: "\f00d";
    margin-right: 8px;
}




@font-face {
    font-family: "Suisse Intl Cond";
    src: url("../../webfonts/SuisseIntlCond-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Suisse Intl Cond Bold";
    font-weight: bold;
    src: url("../../webfonts/SuisseIntlCond-Bold.otf") format("opentype");
}
