﻿@import url("https://fonts.googleapis.com/css?family=Roboto");

.multiselect-container {
    overflow-y: scroll;
    max-height: 400px;
    min-width: 100%;
}

    .multiselect-container input {
        width: auto !important;
    }

    .multiselect-container > .active > a, .multiselect-container > .active > a:hover, .multiselect-container > .active > a:focus {
        background-color: #d3d3d3;
    }

.multiselectSearchRow {
    margin-right: 30px;
    margin-bottom: 10px !important;
    background-image: url("Images/downArrow.PNG");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
    background-position-x: 98%;
}

    .multiselectSearchRow span:hover {
        cursor: default;
    }

.multiselect-selected-text {
    color: #555;
}

.multiselect-clear-filter {
    display: none;
}

.multiselect.dropdown-toggle::after {
    display: none;
}

.tab-pane {
    border: 1px solid #d3d3d3;
    border-top: 0;
    padding: 15px;
}

    .tab-pane .table, .tab-pane .pagedList, .tab-pane .utilitySearchRow, .tab-pane .filters {
        width: 99%;
    }

.activeTab {
    background-color: rgba(0,137,132,.7) !important;
}

textarea {
    min-height: 65px;
}

.panel {
    padding: 0;
}

.dl-horizontal dt {
    white-space: normal;
}

.caret {
    color: #fff !important;
}

.col-form-label {
    font-weight: 700;
}

#file {
    width: 100% !important;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        margin-bottom: 2px;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        font-size: 20px;
        direction: ltr;
        cursor: pointer;
    }

.file-upload-error td {
    color: #f00 !important;
}

.progress {
    clear: both;
    height: inherit;
    padding: 2px 2px 2px 2px;
    border: 1px solid #e3f2f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .progress .progresstext {
        font-size: small;
        padding-top: 5px;
    }

    .progress .progressbar, .progress .progresstext {
        text-align: center;
    }

    .progress #progress_bar {
        width: 228px;
        background-color: transparent;
        height: 11px;
    }

.disabled {
    background-color: #f2f2f2;
}

.form-control:not([class*=" form-control-"]) {
    height: 2.4rem;
}

.btnfilters {
    margin-top: 35px;
    display: inline-block;
    white-space: nowrap;
}

.btnAdd {
    max-width: 300px;
    padding: 5px 2px 15px 2px;
    background: none !important;
    border: none;
    padding: 5px 0 !important;
    cursor: pointer;
}

.switch {
    position: relative;
    width: 165px;
    height: 40px;
    text-align: center;
    background: #54b948;
    transition: all .2s ease;
    border-radius: 25px;
}

    .switch span {
        position: relative;
        width: 20px;
        height: 4px;
        top: 50%;
        left: 50%;
        margin: -2px 0 0 -4px;
        background: #fff;
        display: block;
        transform: rotate(-45deg);
        transition: all .2s ease;
    }

        .switch span:after {
            content: "";
            display: block;
            position: absolute;
            width: 4px;
            height: 12px;
            margin-top: -8px;
            background: #fff;
            transition: all .2s ease;
        }

.toggle-radio {
    display: inline-block;
    float: right;
}

    .toggle-radio input[type=radio] {
        display: none;
    }

.IsActiveTemplate label {
    cursor: pointer;
    color: #d3d3d3;
    width: 60px;
    line-height: 40px;
    transition: all .2s ease;
}

    .IsActiveTemplate label[for=IsActiveYes] {
        position: absolute;
        left: 3px;
        height: 20px;
    }

    .IsActiveTemplate label[for=IsActiveNo] {
        position: absolute;
        right: 3px;
    }

.IsActiveTemplate #IsActiveYes:checked ~ .switch label[for=IsActiveYes] {
    color: #fff;
}

.IsActiveTemplate #IsActiveNo:checked ~ .switch {
    background: #f00;
}

    .IsActiveTemplate #IsActiveNo:checked ~ .switch span {
        background: #fff;
        margin-left: -8px;
    }

        .IsActiveTemplate #IsActiveNo:checked ~ .switch span:after {
            background: #fff;
            height: 20px;
            margin-top: -8px;
            margin-left: 8px;
        }

    .IsActiveTemplate #IsActiveNo:checked ~ .switch label[for=IsActiveNo] {
        color: #fff;
    }

.btn-primary {
    background-color: #13b5ea;
    border-color: #13b5ea;
}

    .btn-primary:hover {
        background-color: #0f91bb;
        border-color: #0f91bb;
    }

.btn-link {
    padding: 0;
}

input[type='checkbox'] {
    text-align: left !important;
}

.field-validation-error p, .field-validation-error span {
    color: #f00 !important;
}

.form-group.required .col-form-label:after {
    content: "*" !important;
    padding-left: 5px;
    color: #f00;
}

.ValidationError, #ValidationError {
    margin: 10px;
    color: #f00 !important;
}

.checkBoxField {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 100%;
}

.checkBoxItem {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
}

.userListbox {
    height: auto !important;
}

.homeIcons {
    width: 70%;
    margin: 40px auto 20px auto !important;
    text-align: center;
}

    .homeIcons img {
        margin: 10px;
    }

.DDTileOrange, .DDTileGreen, .DDTileGrey, .DDTileLBlue, .DDTileRed, .DDTileDBlue, .DDTilePurple, .DDTilePink {
    height: 200px;
    width: 200px;
    color: #fff;
    display: inline-block;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    background-size: 80px,cover;
    vertical-align: middle;
    position: relative;
}

.DDTileOrange {
    background: linear-gradient(#f08b00,#bd6d00);
}

.DDTileGreen {
    background: linear-gradient(#54b948,#439539);
}

.DDTileGrey {
    background: linear-gradient(#666,#555);
}

.DDTileLBlue {
    background: linear-gradient(#13b5ea,#0f91bb);
}

.DDTileDBlue {
    background: linear-gradient(#1c2674,#12194b);
}

.DDTilePurple {
    background: linear-gradient(#5f13bd,#5a378f);
}

.DDTilePink {
    background: linear-gradient(#ed2b5f,#a2124e);
}

.homeIconFA {
    position: relative;
    top: 35px;
    color: #fff;
}

.DDTileTxt0 {
    height: 50px;
    line-height: 50px;
}

.DDTileTxt1 {
    position: relative;
    top: 45px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.ui-dialog {
    z-index: 1050 !important;
}

    .ui-dialog .ui-dialog-buttonpane button {
        padding: 2px 5px;
        margin: 10px 2px;
    }

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

#ui-datepicker-div {
    z-index: 1055 !important;
}

.ui-button-icon-only {
    text-indent: -9999px;
}

* {
    font-size: 15px;
    font-family: 'Roboto',Tahoma,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: Rockwell,Tahoma,Arial;
}

.body-content {
    padding: 15px;
}

.clear {
    clear: both;
}

a:link, a:hover {
    color: #000;
    text-decoration: none;
}

a:visited, a:active {
    color: #000;
}

.TextOrangeMach {
    color: #f08b00 !important;
}

.BGOrangeMach {
    background-color: #f08b00 !important;
}

.TextLBlueMach {
    color: #13b5ea !important;
}

.BGLBlueMach {
    background-color: #13b5ea !important;
}

.TextDBlueMach {
    color: #1c2674 !important;
}

.BGDBlue2Mach {
    background-color: #1c2674 !important;
}

.TextGreenMach {
    color: #54b948 !important;
}

.BGGreenMach {
    background-color: #54b948 !important;
}

.TextGreyMach {
    color: #666 !important;
}

.BGGreyMach {
    background-color: #666 !important;
}

.TextRedMach {
    color: #f00 !important;
}

.BGRedMach {
    background-color: #f00 !important;
}

.TextBlackMach {
    color: #000 !important;
}

#header-bar {
    position: relative;
    min-height: 75px;
    background-color: #d0d42c;
    border-color: #d0d42c;
}

#logo {
    background-image: url("Images/MachLogo.png");
    background-repeat: no-repeat;
    background-size: 71px;
    float: left;
    height: 70px;
    margin: 10px 10px 10px 10px;
    display: table;
}

    #logo > h1 {
        margin: 10px 10px 10px 135px;
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        padding-left: 135px;
    }

@media(max-width:762px) {
    #logo {
        background-size: 70px !important;
        height: 40px;
    }

        #logo > h1 {
            margin: 0 !important;
            padding-left: 85px;
            display: inherit;
        }
}

.navbar-nav {
    color: #f2f2f2 !important;
}

    .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav a, .navbar-nav a:hover, .navbar-nav a:active {
        text-decoration: none;
    }

    .navbar-nav li .cur_lnk {
        color: #000 !important;
    }

.nav-item > .active {
    background-color: #d3d3d3 !important;
}

.dropdown-menu > li > a {
    width: 100%;
}

.signOutBtn {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: small;
    border-bottom: 1px solid rgba(19,181,234,.9);
    border-left: 1px solid rgba(19,181,234,.9);
    background-color: rgba(19,181,234,.5);
}

    .signOutBtn a {
        text-decoration: none !important;
    }

.signOutBtnText {
    color: #fff;
    font-size: small;
}

.PagedList-ellipses {
    display: none !important;
}

#spinner {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: url("Images/loading.png");
    background-size: 100px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
    padding: 10px;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.multi-line {
    height: 100px !important;
    resize: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d3d3d3;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px !important;
    }

.select2-selection__rendered {
    padding-left: 4px !important;
    line-height: unset !important;
    color: #fff !important;
}

.table, .pagedList, .utilitySearchRow, .filters {
    margin: 2px auto auto auto;
}

    .table thead th:not(.row-header) {
        border-left: 1px solid #d0d42c;
    }

    .table tbody {
        border: 1px solid #d3d3d3;
    }

    .table .thead-light th {
        background-color: #d0d42c;
        border-top: 1px solid #c4c73c !important;
        border-bottom: 2px solid #c4c73c !important;
        white-space: nowrap;
    }

        .table .thead-light th:first-child {
            border-left: 1px solid #c4c73c !important;
        }

        .table .thead-light th:last-child {
            border-right: 1px solid #c4c73c !important;
        }

    .table tr {
        padding: .5rem;
    }

    .table th {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .table th.row-icon {
            width: 40px;
        }

    .table td {
        padding-top: 8px;
        padding-bottom: 8px;
        border-left: 1px solid #f2f2f2;
    }

        .table td:first-child {
            border-left: 1px solid #d3d3d3;
        }

        .table td:last-child {
            border-right: 1px solid #d3d3d3;
        }

        .table td.row-icon {
            display: flex;
            justify-content: space-between;
        }

.td-center {
    text-align: center;
}

.utilitySearchRow {
    margin-bottom: 0;
}

.ExportButton, .AuditButton {
    float: right;
    margin-left: 20px;
    color: #000;
}

.orderby {
    padding-right: 12px !important;
    cursor: pointer;
}

.ordernone {
    background: url(images/sort.gif) right 5px center;
}

.orderasc {
    background: url(images/sort_asc.gif) right 5px center;
}

.orderdesc {
    background: url(images/sort_desc.gif) right 5px center;
}

.ordernone, .orderasc, .orderdesc {
    cursor: pointer;
    background-repeat: no-repeat;
}

.borderright {
    border-right: solid 1px #fff;
}

.activeRowFalse td {
    background-color: #f2f2f2;
    color: #d3d3d3;
    text-decoration: line-through;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #d3d3d3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #13b5ea !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f2f2f2 !important;
    color: #000 !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: none !important;
}


.container {
    margin: 30px auto;
    background: white;
    padding: 20px 15px
}

label.box {
    display: flex;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd
}

#one:checked ~ label.first,
#two:checked ~ label.second,
#three:checked ~ label.third,
#four:checked ~ label.forth,
#five:checked ~ label.fifth,
#six:checked ~ label.sixth,
#seven:checked ~ label.seveth,
#eight:checked ~ label.eighth {
    border-color: #8e498e
}

    #one:checked ~ label.first .circle,
    #two:checked ~ label.second .circle,
    #three:checked ~ label.third .circle,
    #four:checked ~ label.forth .circle,
    #five:checked ~ label.fifth .circle,
    #six:checked ~ label.sixth .circle,
    #seven:checked ~ label.seveth .circle,
    #eight:checked ~ label.eighth .circle {
        border: 6px solid #8e498e;
        background-color: #fff
    }

label.box:hover {
    background: #d5bbf7
}

label.box .course {
    display: flex;
    align-items: center;
    width: 100%
}

label.box .circle {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #ddd;
    display: inline-block
}

input[type="radio"] {
    display: none
}

input[type="checkbox"] {
    display: none
}

.btn.btn-primary {
    margin-top: 10px
}

.main-box {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.timer {
    position: absolute;
    text-align:center;
}

.mainbody {
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainbody-text {
    text-align: center;
    padding: 0px 200px;
    display: flex;
    align-content: stretch;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    /* occupy all height */
    flex: 1 0 auto;
    /* nested flex container */
    display: flex;
    flex-direction: column;
}

.bottom-text {
    /* Move to the bottom */
    /* This works because this is flex item */
    margin-top: auto;
}