﻿.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: #2d4e9c;
    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: #2d4e9c;
}

.btn.btn-primary.btn-selfreg {
    background-color: #2d4e9c;
    border-color: #2d4e9c;
    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;
}

.tooltipcontent {
    background-color: #fff !important;
}

.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;
}