﻿
/* !Misc
--------------------- */
div.hide {
    display: none;
}

.blue {
    color: #46949D;
}

fieldset.borderOn {
    border: solid 1px;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}

    fieldset.borderOn legend, fieldset.borderOn h2 {
        color: Blue;
        font-weight: bold;
        padding: 0 2px 0 2px;
        margin: 5px 0 5px 0;
    }

.wide-left #content-main {
    width: auto;
}

.borderOff, .borderOff tr, .borderOff td, .borderOff tbody, .borderOff thead {
    border-top: none 1px transparent;
    border-bottom: none 1px transparent;
    border-left: none 1px transparent;
    border-right: none 1px transparent;
}

.readonly {
    background-color: #eeeeee;
}

.selected {
    background-color: #dddddd;
}

.required {
    color: Red;
}

.smalltext {
    font-size: xx-small;
}

a.skiptocontent {
    float: left;
    display: none;
}

.clear-right {
    clear: right;
}

.uppercase {
    text-transform: uppercase;
}

.toggler {
    width: 500px;
    height: 200px;
}

#button {
    padding: .5em 1em;
    text-decoration: none;
}

#effect {
    position: relative;
    width: 240px;
    height: 170px;
    padding: 0.4em;
}

    #effect h3 {
        margin: 0;
        padding: 0.4em;
        text-align: center;
    }


.panelClass {
    background-color: lime;
    width: 300px;
}

label {
    display: inline-block;
}

.tableRegistration {
    text-align: left;
}

.trMobile {
    border-spacing: 5px
}

.trEmail {
    text-align: left;
    border-spacing: 5px
}

.mobile {
    min-width: 50%;
    line-height: 2em;
}

.email {
    min-width: 80%;
    line-height: 2em;
}

.reMobile {
    min-width: 50%;
    line-height: 2em;
}

.reEmail {
    min-width: 80%;
    line-height: 2em;
}

.errorlabel {
    color: red;
}

.required input:after {
    content: "*";
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

#cover-spin-submit {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.cancelButton {
    border: thin;
}

table.radioWithProperWrap input {
    float: left;
}

table.radioWithProperWrap label {
    margin-left: 25px;
    display: block;
    vertical-align: top;
    margin-top: -10px;
}

.input-text-area {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    margin: 0;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media only screen and (max-width: 920px) {
    .check-box-label {
        padding-left: 1.3em;
        margin-top: -10px;
    }

    #txtStartDateOfQuarentine {
        width: 50%;
    }
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
}

.check-box-label {
    margin-left: 0px;
}
/* CSS that should be displayed if width is greater than 800px goes here */


.label-text {
    padding-top: .5em;
}

.details-input {
    margin: .3em 0;
}

.registration-confirmation-selection label {
    margin-left: .5em;
}
