﻿a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color:#3c8dbc !important;
}

.modal-dialog {
    margin: 2.5vh auto;
}

/*/*Sets the maximum height of the entire modal to 95% of the screen height*/
.modal-content {
    min-height: 75vh;
    overflow: auto;
    min-width: 85%;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
.modal-body {
    min-height: 75vh;
    min-width: 85%;
}
    /*Sets the maximum height of the modal image to 69% of the screen height*/
    .modal-body img {
        min-height: 69vh;
    }

.Login {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: auto;
}

.DegradeTop {
    /*Skin5*/
    /*background: #141619 !important*/
    /*Skin4*/
    /*background: #27a9e3 !important*/
    background-image: linear-gradient(30deg,#dae1e8 20%,#111013 75%) !important;
}