﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Mulish:300,400,600,300italic,400italic,600italic);
/* CSS Document */
.main-container{
    position:relative;
    height:100vh;
    text-align:center;
    font-size:12px;
    font-family:Mulish;
}
.main-wrapper{
    display:inline-block;
    vertical-align:middle;
    margin-top:10vh;
    margin-bottom:auto;
    position:relative;
/*    height:400px;*/
}
.main-footer{
    position:absolute;
    bottom:0px;
    right:100px;
    left:100px;
    text-align:center;
    padding-bottom:10px;
}
#login-form {
    width: 300px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
    text-align: left;
    padding: 20px;
}
#login-message {
    width: 280px;
    font-size: 10px !important;
    margin-left: auto;
    margin-right: auto;
    font-weight: bolder;
}
.input-label {
    width: 100%;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 5px;
}
.input-text {
    margin-bottom: 10px;
    font-family: Mulish !important;
}
.input-link {
    border: none;
    background-color: transparent;
    color: #286090;
    padding: 0;
    font-size: 10px;
}
.input-link:hover {
    opacity:0.7;
}
#applogo{
    position:relative;
}
#appversion {
    position: absolute;
    right: 6px;
    font-size: 10px;
    top: -6px;
}

@media(min-width: 855px) {
}

@media(max-height: 750px) {

}
@media(min-height: 750px) {
    #main-right > .main-wrapper {
        margin-top: 15vh;
    }
}
/* Tablet */
@media (max-width: 1280px) {

}
/* Mobile 
    mid size
*/
@media (max-width: 768px) {
    html, body{
        min-width:auto;
    }
    #main-left {
        display: none;
    }
    .main-footer {
        right: 10px;
        left: 10px;
    }
    .main-right-wrapper {
        width: 100vw !important;
    }
}
@media (min-width: 768px) {
    #main-left {
        display: block;
    }
}

/*@media screen and (max-width: 768px), screen and (max-height: 700px) {
    .main-footer {
        position:relative;
        margin-top:30px;
        right:auto;
        left:auto;
    }
}
@media screen and (max-width: 768px), screen and (min-height: 700px) {
    .main-footer {
        position: absolute;
        right: 10px;
        left: 10px;
    }
}*/

@media (max-width: 320px) {

}

.red-text {
    color: #f00 !important;
}

.fnt-weight-bld {
    color: #7e7e7e !important;
    font-weight: bold !important;
}

.copy-spacing {
    line-height: 17px;
    letter-spacing: 0.25px;
}

.dark-2 {
    color: #4d4d4d !important;
}

.info-gry {
    background-color: #cfcfcf !important;
}

.clear-show {
    clear: both;
}

.small-type {
    font-size: 0.70em;
    color: #ffffff !important;
}

#frmMultiEE {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084);
}

btn-cancel {
    color: #fff;
    background-color: #7c7e7c;
    border-color: #7c7e7c;
}

/*.btn-info:hover,
.btn-info {
    color: #fff;
    background-color: #1eb1ff !important;
    border-color: #1eb1ff !important;
}*/

.bg-ee-selected {
    background-color: lightblue !important;
}

.env-tag {
    height: 40px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 17px;
}

.env-tag-content {
    letter-spacing: 2px;
}

.env-tag-dev {
    background-color: #343a40;
    color: white;
}

.env-tag-training {
    background-color: #ffc107;
    color: black;
}

.btn {
    width: 100%;
/*    margin-top: 10px;*/
    padding: 0.475rem 0.75rem;
}