﻿body {
    overflow: hidden;
    background-image: url('/Resources/Images/Login/field-background.jpg');    
    background-size: cover;
}

body input{
    margin: 5px;
}

.btn-primary {
    margin-top: 12px;
}

.as-login-container {
    display: inline-block;
    position: fixed;
    height: 368px;
    width: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 4px;
    background-color: var(--brand-2--blue, blue) !important;
}

#message-panel {
    background-color: var(--brand-2--light-blue, lightblue) !important;
    height: 72px;
    margin-top: 12px;
    margin-bottom: 0px !important;
    vertical-align: middle;
}



.filter-modal-content, .filter-modal-content input, .filter-modal-content select,
.option-modal-content, .option-modal-content input, .option-modal-content select {
    background-color: rgb(105, 167, 192);
    color: white;
    margin-bottom: 5px;
    width: 90%;
    margin-left: 5%;
    font-size: 16pt;
}

.filter-modal-content label, .option-modal-content label {
    margin-top: 10px;
    margin-left: 5%;
    margin-bottom: 5px;
    font-size: 20pt;
}

.filter-modal-strip h1, .option-modal-strip h1{
    font-weight: bolder;
}

.filter-modal-strip, .option-modal-strip {
    background-color: rgb(105, 128, 137);
    color: white;
}


/* Begin: MessageDiv */

.msg-position {
    position: absolute; 
    display: block;
    top: 10px; 
    min-height: 40px; 
    width: 80%; 
    z-index: 1000; 
    left: 10%;
}

.msgdiv-success {
    border: solid 2px #88EE88;
    background-color: #DDFFDD;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    color: Green;
    font-weight: bold;
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10000;
    opacity: 1;
}

.msgdiv-success1 {
    border: solid 2px #88EE88;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-weight: bold;
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10000;
    opacity: 1;
}

.msgdiv-error {
    border: solid 1px #EE8888;
    background-color: #FFDDDD;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    color: Red;
    font-weight: bold;
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10000;
    opacity: 1;
}

.note-error {
    color: Red;
}

.warning-color {
    color: Red;
}

.highlight-color {
    color: #06e;
}

.msgdiv-warning {
    border: solid 1px #FFFF00;
    background-color: #FFFFcc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-weight: bold;
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10000;
    opacity: 1;
}

.msgdiv-information {
    border: solid 1px #8888EE;
    background-color: #EEEEFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    color: Blue;
    font-weight: bold;
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10000;
    opacity: 1;
}

.msgdiv-help {
    border: solid 1px #8888EE;
    background-color: #EEEEFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    color: Blue;
    font-weight: bold;
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10000;
    opacity: 1;
}

.msg-hide {
    opacity: 0;
    transform: translateY(-200px);
    display: none;
}

.msg-transition {    
    transition: all;
    transition-duration: .5s;
    transition-timing-function: ease-in; 
}
