﻿#loginContainer {
    /*position: fixed;
    top: 50%;
    left: 40%;
    width: 60em;
    height: 25em;
    margin-top: -12em; /*set to a negative number 1/2 of your height*/
    /*margin-left: -15em; /*set to a negative number 1/2 of your width*/
    /*border: 1px solid #3A83C2;
    background-color: #fff;
    box-shadow: 0 0 5px #888888;*/
    /*left:30%;*/
    min-height: 300px;
    /*top:25%;*/
    width: 90%;
    border: 1px solid #3A83C2;
    background: #fff;
    text-align: center;
    margin-top: 15%; /*set to a negative number 1/2 of your height*/
    margin-bottom: 10%;
    box-shadow: 0 0 10px #888888;
    border-radius: 5px;
}

#loginHeader {
    background-color: #3A83C2;
    top: 0;
    height: 80px;
    margin-top: -12px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #loginHeader h3 {
        line-height: 3em;
        color: white;
    }

#login-block input[type=text], #login-block input[type=password] {
    height: 40px;
}

#login-block #btn-login {
    min-width: 185px;
}

@media(max-width: 480px) {
    h3 {
        font-size: 15pt;
    }
}

.invalid {
    border-color: #E9322D !important;
    box-shadow: 0 0 6px #F8B9B7 !important;
}

.popover {
    width: 100% !important;
}

@media (min-width:950px) {

    #myModal .modal-dialog {
        min-width: 900px;
    }
}

#myModal .modal-content {
    margin-top: 50px;
}

@media (max-width:950px) {

    #myModal .modal-dialog {
        width: auto;
    }
}

#myModal .bottomright {
    position: absolute;
    bottom: 0;
    margin-bottom: 7px;
    margin: 7px;
    right: 0;
}

#myModal .modal-footer {
    max-height: 100px;
}

#myModal .tenant-list {
    min-height: 200px;
}

.divTenant {
    min-height:50px;
    border:1px solid lightgrey;
}

.slider2 {
    height:0px;
}

.controls {
    padding-bottom: 10px;
}

@media (max-width:767px) {
    .icon-div-next {
        padding-top: 30px;
    }
}
.panel-title:hover {
     cursor: pointer;
}
