﻿html, body {
    height: 100%;
    color: #000;
    font-size: 20px;
    background-color: #34a8ce;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#main {
    background-color: #f4f4f4;
}
header {
    text-align: center;
}
footer {
    color: #d5d5d5;
    font-size: 10px;
    width: 100%;
    height: 25px;
    position: absolute;
    
    left: 0;
}
.datetime {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
}
.page-title {
    background-color: #f9703e;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
.location-title {
    color: #fff;
    font-size: 13px;
    padding-bottom: 20px;
}
/* Forms */
label {
    font-size: 14px;
    margin-bottom: .1rem;
}
.dropdown-item {
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: .25rem;
}.rfv {
     font-size: .85rem;
     font-style: italic;
     font-weight: normal;
     padding: .10rem 0 .1rem;
     margin: 1.25rem 0 .15rem 0;
     background: #d63d48;
     color: red;
     background-color: #f9f2f4;
}
 .form-control {
     margin-bottom: .3rem;
 }
.form-control-Error {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: .3rem;
}

/*  Buttons  */
.btn-primary-addon {
    font-size: 20px;
    margin: 10px 0 10px 0;
    width: 175px;
    height: 100px;
    background-image: linear-gradient(#f9703e, #e0673b);
}
.btn-success:active {
    color: red;
}
.btn-success:hover {
    background-image: linear-gradient(#b2370a, #e0673b);
}
/*  Messages  */
#err-mgt-needed {
    color: red;
    font-size: 16px;
}
.hrMgr {
    color: red;
}
/* Photos */
.tcms-img {
    width: 225px;
}
.figcaption {
    font-size: 11px;
}
.field-title {
    color: #6a6a6a;
}
.btn-pic {
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
}
.form-group {
    margin-bottom: .45rem;
}
.sign-border {
    border: 1px solid #f9703e;
    float: right;
    margin-top: 60px;
}
.signature-pad--footer {
    margin-top: 10px !important;
}
.signature-pad {
    height: 200px !important;
    margin-top: 30px;
}
#ContentPlaceHolder1_IDType, #ContentPlaceHolder1_Relation, #ContentPlaceHolder1_PurposeVisit, #ContentPlaceHolder1_School {
    font-size: 16px;
    font-family: inherit;
}
label[for="field[ContentPlaceHolder1_cbLocationList_0]"] {
    color: red !important;
}
.location-list {
    color: blue !important;
}
.panel-default .panel-heading {
    background-color: orange !important;
}