/* - - - - - - - - MAIN CLASSES - - - - - - - - */
html, body
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

hr
{
    margin: 0px auto;
    width: 40px;
    margin-bottom: 45px;
    border-color: rgba(0, 0, 0, 0.4);
}

hr.mdb
{
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
    width: auto;
}

.intro
{
    font-family: "Roboto", sans-serif;
    text-align: center;
    padding: 13% 10px;
    margin-bottom: 50px;
}
    .intro h1
    {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 58.8px;
        line-height: 110%;
        margin: 2.8rem 0 1.68rem 0;
        color: #fff;
    }
    .intro h5
    {
        text-transform: uppercase;
        background-color: #f5f5f5;
        padding: 10px;
        color: #757575;
        display: inline-block;
        font-size: 16.8px;
        line-height: 110%;
        margin: 1.0933333333rem 0 .656rem 0;
    }
.intro-sm
{
    padding-top: 8%;
    padding-bottom: 8%;
}

section
{
    margin-bottom: 30px;
}
    section h5
    {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 22.96px;
        font-weight: 400;
    }
    section h6
    {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 45px;
        font-weight: 400;
    }

footer
{
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
    font-size: 15px;
}

.footer-copyright
{
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
}

.datepicker-toggle-button
{
    right: 0px;
}

/* - - - - - - - - STEPPER OVERRIDES - - - - - - - - */
.stepper-head
{
    min-width: auto !important;
}

.stepper-content .row .md-form .row
{
    margin-top: 20px;
}
.stepper-content .md-form
{
    margin-bottom: 20px;
}

ul.stepper-horizontal
{
    min-height: 550px;
}
    ul.stepper-horizontal .stepper-content
    {
        margin-top: 10px;
        background: white;
        box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
        border-radius: .5rem;
    }
ul.stepper-horizontal .stepper-step
{
    flex: 1 1 0px !important;
}

ul.stepper-vertical input.stepper-content-hide
{
    padding: .33em .75em;
    height: auto;
}

.stepper
{
    overflow: visible !important;
}

.stepper-mobile-footer .stepper-back-btn,
.stepper-mobile-footer .stepper-next-btn
{
    display: none;
}

.stepper-mobile-head:nth-of-type(2)
{
    display: none;
}

@media screen and (max-width: 520px)
{
    .step-actions
    {
        text-align: center;
    }
}

#stepper-form
{
    padding-bottom: 20px;
}


.file-upload-wrapper
{
    border: 1px dashed #237baf;
    border-radius: 4px;
    background: rgba(55,189,248,.05);
}
.file-upload-default-message
{
    text-align: center;
}

.datatable-pagination-buttons .btn-link:disabled, .datatable-pagination-buttons .btn-link.disabled {
    color: #757575;
}

    
/* - - - - - - - - SWIPECLOCK BACKGROUND COLORS - - - - - - - - */
.sc-dblue
{
    background-color: #262f3f !important;
    color: #fff;
}
.sc-dblue-light
{
    background-color: #515965 !important;
    color: #fff;
}
.sc-green
{
    background-color: #00C070 !important;
    color: #fff;
}
.sc-green-light
{
    background-color: #33CD8D !important;
    color: #fff;
}
.sc-lblue
{
    background-color: #67BAEA !important;
    color: #fff;
}
.sc-lblue-light
{
    background-color: #85C8EE !important;
    color: #fff;
}
.sc-teal
{
    background-color: #49BCB3 !important;
    color: #fff;
}
.sc-teal-light
{
    background-color: #6DC9C2 !important;
    color: #fff;
}
.sc-black
{
    background-color: #000000 !important;
    color: #fff;
}
.sc-gray, .sc-grey
{
    background-color: #404040 !important;
    color: #fff;
}
.sc-gray-light, .sc-grey-light
{
    background-color: #808080 !important;
    color: #fff;
}
.sc-gray-lighter, .sc-grey-lighter
{
    background-color: #bfbfbf !important;
    color: #000
}
.sc-white
{
    background-color: #F7FCFE !important;
    color: #000;
}
.bg-gray-sc, .bg-grey-sc
{
    background-color: #f0f0f0 !important;
}
.bg-lgray-sc, .bg-lgrey-sc
{
    background-color: #f8f8f8 !important;
}


.btn.sc-dblue:hover, .btn.sc-dblue-light:hover, .btn.sc-green:hover, .btn.sc-green-light:hover, 
.btn.sc-lblue:hover, .btn.sc-lblue-light:hover, .btn.sc-teal:hover, .btn.sc-teal-light:hover,
.btn.sc-black:hover, .btn.sc-gray:hover, .btn.sc-grey:hover, .btn.sc-gray-light:hover, 
.btn.sc-grey-light:hover
{
    color: #fff;
}

.card.sc-dblue .card-footer,
.card.sc-dblue-light .card-footer,
.card.sc-gray .card-footer,
.card.sc-grey .card-footer
{
    background-color: inherit !important;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    color: inherit;
}

.card.sc-lblue .card-footer,
.card.sc-teal .card-footer,
.card.sc-green .card-footer
{
    background-color: inherit !important;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    color: inherit;
}

.card.sc-dblue .card-text,
.card.sc-dblue-light .card-text,
.card.sc-lblue .card-text,
.card.sc-teal .card-text,
.card.sc-green .card-text
{
    color: #fff;
}
.btn.sc-white:hover, .btn.sc-gray-lighter:hover, .btn.sc-grey-lighter:hover
{
    color: #000;
}


/* - - - - - - - - SWIPECLOCK FONT COLORS - - - - - - - - */
.sc-dblue-text
{
    color: #262f3f !important;
}
.sc-dblue-light-text
{
    color: #515965 !important;
}
.sc-green-text
{
    color: #00C070 !important;
}
.sc-green-light-text
{
    color: #33CD8D !important;
}
.sc-lblue-text
{
    color: #67BAEA !important;
}
.sc-lblue-light-text
{
    color: #85C8EE !important;
}
.sc-teal-text
{
    color: #49BCB3 !important;
}
.sc-teal-light-text
{
    color: #6DC9C2 !important;
}
.sc-black-text
{
    color: #000000 !important;
}
.sc-gray-text, .sc-grey-text
{
    color: #404040 !important;
}
.sc-gray-light-text, .sc-grey-light-text
{
    color: #808080 !important;
}
.sc-gray-lighter-text, .sc-grey-lighter-text
{
    color: #bfbfbf !important;
}
.sc-white-text
{
    color: #F7FCFE !important;
}


/* - - - - - - - MENU OVERRIDES - - - - - - - */
nav
{
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#menu
{
    width: 100%;
    border-bottom: none;
    height: auto; /* Materialize messes the height up! */
}

ul.top
{
    /* width: 520px; */
    width: 425px;
    margin: 0px auto;
    padding-left: 0px;
}
ul.top ul
{
    padding-left: 0px;
}

@media screen and (max-width:1000px)
{
    div.logo
    {
        width: 100%;
    }
}


/* - - - - - - - - RESPONSIVE STYLES - - - - - - - - */
@media screen and (max-width: 720px)
{
    .intro h1
    {
        font-size: 51.8px;
    }
}
@media screen and (max-width: 620px)
{
    .intro h1
    {
        font-size: 44.8px;
    }
}

@media screen and (max-width: 767px)
{
    ul.stepper
    {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.5rem;
    }
}