﻿@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;
    font-size:12px;
}

.login-form {
    width: 300px;
    border: solid 1px lightgray;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    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;
    margin-bottom: 10px;
}
.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:20px;
    font-size:10px;
}

.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;
    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;
}

.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;
}

.text-danger {
    color: red;
}

.btn {
    width: 100% !important;
    /*margin-top: 10px;
    padding: 0.475rem 0.75rem;*/
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.header-blue {
    color: #286090 !important;
    font-weight:bold;
}

.small-font{
    font-size:10px;
}

.center{
    text-align:center;
}

.eula {
    color: black;
    padding:10px;
    font-size: 10px;
    height: 100px;
    border: solid 1px lightgray;
    border-radius: 5px;
    overflow-y: auto;
}

.footer-registration {
    position: relative !important;
    margin: 0px auto;
    right: 0px !important;
    left: 0px !important;
    margin-top:100px;
}

@media(min-height: 750px) {
    #main-right > .main-wrapper {
        margin-top: 15vh;
    }
}

@media(min-width: 855px) {
}

@media(max-height: 950px) {

}
/* Tablet */
@media (max-width: 1280px) {

}
/* Mobile */
@media (max-width: 992px) {
    #main-left {
        display: none;
    }
    .main-footer{
        right:10px;
        left:10px;
    }
}
@media (min-width: 992px) {
    #main-left {
        display: block;
    }
}


@media (max-width: 320px) {

}

