﻿.chosen-container
{
    width: 100% !important;
}
.inputtd-chosen {
    width: 340px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    font-size: 12px;
    font-family: 'Roboto', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.selfregerror {
    color: red;
}

#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;
}

@-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: var(--bs-primary);
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.imagebox {
    position: relative;
    bottom: 0;
    right: 0;
    margin-right: 14%;
}

.sellogo {
    position: absolute;
    bottom: 0;
    right: 0;
}

#wizardprogress {
    background-color: var(--bs-primary);
}

.btn.btn-primary.btn-selfreg {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    margin: 2px;
    line-height: 100%;
}

.selfregdate {
    width: 145px !important;
}

.externalMasterPopup {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#overlay {
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    display:none;
    background-color:#000;
    opacity:0.5;
    z-index: 999;
}

input::-ms-reveal {
    display: none;
}

.inputs.inputsselfreg {
    width: 200px !important;
}

.top-header.top-header-selfreg {
    height: 60px;
}

#maindiv {
    margin-left: 5%;
    margin-right: 5%;
    width: 96%;
}

/* When operating at 1024 x 768 change the width */
@media (min-width:768px) and (max-width:1024px) {
    #maindiv {
        width: 97%;
    }
}

/*Used by the chosen drop downs - forces the place holder text to not be truncated on load.*/
.default {
    width: 100% !important;
}

.ui-widget-content a {
    color: var(--bs-body-color);
}

.summarylabel {
    font-weight: 600 !important;
}

.summarylabelonecolumn {
    height: 17px !important;
}

.selfregonecolumn {
    height: 17px !important;
}

.selfregsummarywrap {
    max-width: 170px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    float: left;
}

div .chosen-container-single .chosen-single {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: none;
    color: var(--bs-body-color);
}

div .chosen-container .chosen-drop, div .chosen-container-active.chosen-with-drop .chosen-single, div .chosen-container-multi .chosen-choices {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: none;
    color: var(--bs-body-color);
}

div .chosen-container {
    background: var(--bs-body-bg);
    box-shadow: none;
    color: var(--bs-body-color);
}

div .chosen-container .chosen-results {
    color: var(--bs-body-color);
}

.chosen-container-multi ul.chosen-choices li.search-choice {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: none;
    color: var(--bs-body-color);
}