﻿#ui-datepicker-div {
    display: none;
}

.flash {
    animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: green;
    }

    to {
        color: limegreen;
    }
}

h3 {
    overflow: hidden;
    text-align: center;
    color: #084169;
    font-size: 1.2em;
}

    h3:before,
    h3:after {
        background-color: #084169;
        color: #084169;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    h3:before {
        right: 0.5em;
        margin-left: -50%;
        color: #084169;
        padding-left: 40px;
    }

    h3:after {
        left: 0.5em;
        margin-right: -50%;
        color: #084169;
        padding-right: 40px;
    }

::-webkit-input-placeholder { /* Chrome */
    color: #084169 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #084169 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #084169 !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #084169 !important;
    opacity: 1;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #084169 !important;
}

.input-layout-wrapper {
    position: relative;
    padding: 0 40px 0 40px;
}

.input-layout-wrapper-modal {
    position: relative;
    padding: 0 5px 0 10px;
}

.input-layout-wrapper-readonly {
    position: relative;
    padding-left: 110px;
    color: lightgray;
}

.input-layout-i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 .5rem;
}

.input-layout-input {
    padding-left: 2rem;
}

.input-layout-input-select {
    padding-left: 1.75rem;
}

div.inputblockcard {
    border: 1px solid lightgray;
/*    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.5);*/
}

.x-small {
    font-size: 0.70em;
}

x-small-blue {
    font-size: 0.8em;
    color: #1268B1;
}

.homepageBaseTextBlue {
    color: #1268B1;
    font-size: 1.5em;
    font-weight: 600;
    line-height: normal;
}

.homepageBaseTextBlueSmall {
    color: #1268B1;
    font-size: .9em;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
    cursor: pointer;
}

.dselect {
    width: 100%;
    text-align: left;
    margin: 10px auto 0 auto;
    position: relative;
}

#CustomerIDManagementTypeSelect {
    border: 1px solid black;
    font-size: 14px;
    height: 34px;
    width: 250px;
    color: black;
}

#EmployeeIDManagementTypeSelect {
    border: 1px solid black;
    font-size: 14px;
    height: 34px;
    width: 250px;
    color: black;
}

.dselectLabel {
    clear: both;
    float: left;
    display: inline-block;
    align-items: center;
    height: 34px;
    vertical-align: middle;
    width: 270px;
    line-height: 25px;
    color: black;
}

.assignAssessmentButton {
    cursor: pointer;
    background-color: #1268B1;
    color: white !important;
    min-height: 38px !important;
    max-height: 38px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    box-sizing: border-box;
    padding-top: 5px;
    margin: auto auto auto auto !important;
    position: absolute;
    left: 15px !important;
    font-size: 1rem;
    line-height: 1.5;
    z-index: 1051;
}

.closeAssessmentButton {
    cursor: pointer;
    background-color: #1268B1;
    color: white !important;
    min-height: 38px !important;
    max-height: 38px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    box-sizing: border-box;
    padding-top: 5px;
    margin: auto auto auto 15px !important;
    /*position: relative;*/
    font-size: 1rem;
    line-height: 1.5;
    z-index: 1051;
}


.createAccount {
    background-color: #1268B1;
    color: white !important;
    min-height: 38px !important;
    max-height: 38px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    margin: auto auto auto auto;
    font-size: 1rem;
    line-height: 1.5;
}

.createAccounttoo {
    background-color: #084169;
    color: white !important;
    min-height: 35px !important;
    max-height: 35px !important;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    /*margin: auto auto auto -33px;*/
    font-size: 1rem;
    line-height: 1.6;
}

.accountDisabled {
    background-color: #696969 !important;
    color: white !important;
    min-height: 38px !important;
    max-height: 38px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    margin: auto auto auto auto;
    font-size: 1rem;
    line-height: 1.5;
}

.container {
    margin: 0 0 0 0 !important;
    max-width: 99%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    /*overflow-x: hidden;*/
}

.py-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navrow {
    /*box-shadow: 0 0 7px 3px gray;*/
    -webkit-box-shadow: 0px 3px 10px 0px rgba(117,115,117,1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(117,115,117,1);
    box-shadow: 0px 3px 10px 0px rgba(117,115,117,1);
}

.clickable {
    cursor: pointer;
}

.modal {
    margin-top: 58px;
}

.modal-header {
    /*padding: 20px 10px 20px 10px !important;*/
}

.modal-content {
    margin: auto;
}

.modal-body {
    word-wrap: break-word;
}

.show {
    display: block;
}

.horizontal-label-edit {
    margin: auto 48px auto 40px;
    float: left;
    width: 17em;
}

li.hovertest:hover {
    /*margin: 0 0 0 0;*/
    background-color: #1268B1 !important;
    border: none;
    /*background-color: unset !important;*/
    color: white !important;
    pointer-events: none;
    /*text-shadow: 1px 1px 1px #1268B1;*/
}

/* Define what each icon button should look like */
.button21 {
    color: white;
    display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
    position: relative; /* All 'absolute'ly positioned elements are relative to this one */
    padding: 2px 5px; /* Add some padding so it looks nice */
}

.button__badge {
    background-color: #fa3e3e;
    border-radius: 50px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 10px;
    right: 30%;
}

.startYourTrialButton {
    cursor: pointer;
    background-color: #165FAC !important;
    color: white !important;
    min-height: 38px !important;
    max-height: 38px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    box-sizing: border-box;
    padding-top: 5px;
    margin: auto auto auto auto;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.75);
}


.dropbtn {
    padding: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        /*background-color: deepskyblue;*/
    }

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    #myInput:focus {
        outline: 3px solid #ddd;
    }

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    z-index: 300000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}
    .dropdown-content div {
        color: black;
        padding: 10px 10px;
        text-decoration: none;
        display: block;
    }
    .dropdown-content a {
        color: black;
        padding: 5px 20px;
        text-decoration: none;
        display: block;
    }
    .dropdown-content a:hover {
        background-color: white;
    }

.dropdown a:hover {
    cursor: pointer;
    /*background-color: #ddd;*/
}

.show {
    display: block;
}
/*.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: rgb(0,0,0);
    z-index: 99;
}

.responsive-menu {
    display: none;
}

.expand {
    display: block !important;
}

.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: rgb(0,0,0);
    z-index: 99;
}

.responsive-menu {
    display: block;
}

.expand {
    display: block !important;
}*/

/* ipad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .button__badge {
        background-color: #fa3e3e;
        border-radius: 50px;
        color: white;
        padding: 1px 3px;
        font-size: 10px;
        position: absolute; /* Position the badge within the relatively positioned button */
        top: 10px;
        right: 20%;
    }
}
/* ipad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .button__badge {
        background-color: #fa3e3e;
        border-radius: 50px;
        color: white;
        padding: 1px 3px;
        font-size: 10px;
        position: absolute; /* Position the badge within the relatively positioned button */
        top: 10px;
        right: 20%;
    }
}

.error {
    position: absolute;
    top: 40px;
    left: 50px;
    padding: .1em .1em .1em .1em;
    font-size: 12px;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    color: #fff;
    z-index: 1000000;
}

    .error::after,
    .error::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 15px;
        border: solid transparent;
    }

    .error::after {
        margin-left: 1px;
        border-bottom-color: #f66;
        border-width: 7px;
    }

    .error::before {
        border-bottom-color: #f00;
        border-width: 8px;
    }

.bootstrap-switch-container {
    white-space: nowrap;
}

#preLoad {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    display: none;
}

    #preLoad div {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 60px;
    }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.6;
    display: none;
}