﻿html{
    /*position: relative;
    background-image: url('../images/HCNsealarge.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;*/
}

@media only screen and (min-width: 992px) {
html{
    position: relative;
    background-image: url('../images/HCNsealarge.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
}

} 

body {
    /*position: relative;
    background-image: url('../images/HCNsealarge.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;*/
    background-color: rgba(255,255,255,0.96);
    width:100%;
    min-height:150vh;
}

.MasterHeader{
    font-family: 'Times New Roman', Times, serif;
}

.verifyContainer {
    /*border:1px solid black;*/
    padding-top: 2em;
    padding-bottom: 2em;
    
}

.bodyContain {
    position: relative;
}

.importantText{
    font-weight:bold;
    color:red;
    text-shadow:1px 1px 2px rgba(0,0,0,0.7);
}

#lblerror{
    font-weight:bold;
    color:red;
}

.previewContainer {
    position: absolute;
    min-height: 150vh;
    background-color: white;
    top: .5vh;
    border-radius: 25px;
    border: 2.5px solid black;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    padding:1em;
    width:100% !important;
    margin: auto 0;
}

.bottomRow{
    margin-bottom:20em;
}

.leftContain, .rightContain{
    background-color:rgba(0,0,0,0.1);
    border-radius:25px;
    border:1px solid rgba(0,0,0,0.5);
    padding:1em 2em;
    height: 100%;
    
}
.leftContain{
    margin-right:-1em;
}
.leftContain > .form-group-lg, .rightContain > .form-group-lg{
    margin-bottom:1em !important;
}

.schedule{
    border: 1px solid black;
    border-radius: 15px;
    margin-bottom: .5em;
}

.cofaLink{
    margin-bottom: .5em;
}

.cofaRow{
    
    margin: 1em 0em 1em 0em;
}

@media only screen and (min-width: 768px){

    .rightContain{
        margin-left: 2em;
    }
}

@media only screen and (max-width: 600px){
    .rightContain{
        margin-left: 0em !important;
    }
}

/*LOGIN FORM*/
body {
    /*background: #00589F;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00589F', endColorstr='#0073CF', GradientType=0);
    background: -webkit-linear-gradient(to bottom, #00589F 50%, #0073CF) !important;
    background: -moz-linear-gradient(to bottom, #00589F 50%, #0073CF) !important;
    background: -ms-linear-gradient(to bottom, #00589F 50%, #0073CF) !important;
    background: -o-linear-gradient(to bottom, #00589F 50%, #0073CF) !important;
    background: linear-gradient(to bottom, #00589F 50%, #0073CF) !important;*/
    
}

div.well {
    height: 250px;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 10em;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 80%;
        height: 100%;
        min-width: 200px;
        max-width: 700px;
        padding: 40px;
    }

#logo-container {
    margin: auto;
    width: 150px;
    margin-bottom:1em;
    
    
}

.ThankYou{
    position:relative;
    top:4em;
}

.ThankYouBtn{
    position:relative;
    top:5em;
}

.required{
    color:red;
    font-weight:bold;
    font-size:20px;
}

.headerText{
    background-color:rgba(0,0,0,0.2);
    border:1px solid black;
    border-radius:10px;
}

.htmlTextEditor{
    min-height:25em;
    width:100%;
    background-color:white !important;
}

.ajax__htmleditor_editor_bottomtoolbar {
    display:none;
}

.dependants{
    border: 1px solid black !important;
    border-radius:25px;
    min-height:20em;
    margin-top:1em;
    padding:1em;
}

.row{
    margin-left:0px;
    margin-right:0px;
}

.containerClass .ajax__html_editor_extender_container
        {
            width: 100% !important;
                }