﻿html,
body {
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
}

.inputLabel {font-size:2rem !important;}

.header { /*background-color:#B6DEFE*/ background-image:linear-gradient(#2d72b7, #b6defe)}
.headerContent {    display:flex; text-align: left;
    margin: 0 auto;
    padding: 8px 0;
    align-items: center;
    font-size: 14px;
    color: #ffffff; /*#5f9ea0*/}

.logo { background:url("../Images/logo80x130.png") no-repeat; height:80px; width: 130px;}
.logo-msg { margin-left:25px; max-width:250px; }


#form1 {
    height: 100% !important;
    overflow: auto !important;
}

.ui .form {margin:0 auto; }

/* -------------------------------------------
 * Buttons & Inputs
 * ------------------------------------------- */
.inputs_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.inputs_wrapper .input_wrapper {
    padding: 0 0 1rem 0;
    width: 100%;
}

.inputs_wrapper .ui.button:not(.icon) {
    margin: 0 0 .5rem 0;
    width: 100%;
    align-self: flex-end;
}

.inputs_wrapper .input_wrapper:last-child {
    padding-bottom: 0;
}
.inputs_wrapper .ui.button:last-child {
    margin-bottom: 0;
}

.d-none { display:none !important; }

.maxw-400 {max-width:400px !important; }
.maxw-500 {max-width:500px !important; }
.maxw-700 {max-width:700px !important; }
.maxw-760 {max-width:760px !important; }
.maxw-800 {max-width:800px !important; }
.w-100pct { width:100%}

.align-r { text-align:right !important; }

.errorText { color:red; font-size:14px}
/*.help-container {  display: flex; align-items: center; justify-content: flex-end; }*/
.help-container {  display: inline-block; float:right; vertical-align:middle }
.help-popup {font-size:14px !important; min-width:300px !important; text-align:left;}
.c-pointer { cursor: pointer}
.redSmallText  { color:red; font-size:14px; }
.bgHighlight   { background-color: #fafad2; padding:10px; font-weight:bold; }

@media only screen and (max-width: 760px) {
    .headerContent  { padding:8px 5px; }
}

@media only screen and (max-width: 400px) {
    .logo-msg { margin-left:10px; max-width:calc(100% - 140px);}
    .headerContent  { padding:8px 5px; }
}
