﻿body {
}
@media screen and (max-width: 320px) {
    /*.myAlert-top

{
    left: 0% !important;
    width: 325px !important;
}*/

}

@media screen and (max-width: 890px) {
    /*.myAlert-top {
        left: 11% !important;
        width: 339px !important;
    }*/
}

@media screen and (max-width: 375px) {
    /*.myAlert-top {
        left: 0% !important;
        width: 339px !important;
    }*/
}

@media screen and (max-width: 300px) {
    /*.myAlert-top {
        left: 0% !important;
        width: 339px !important;
    }*/
}

/*@font-face {
    font-family: 'HoltwoodOneSC-Regular';
    src: url('../../Lexa/HoltwoodOneSC-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Italic-VariableFont_wght';
    src: url('../../Lexa/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-VariableFont_wght';
    src: url('../../Lexa/Raleway-VariableFont_wght.ttf') format('truetype');
}*/

.divcenter {
    width: 515px;
    height: 310px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.myAlert-top {
    /*position: fixed;
    top: 12px;
    left: 33%;
    width: 37%;*/
}

.alert {
    display: none;
}

.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    z-index: 10000;
}

.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}

.p-3 {
    padding: 0rem !important;
}

body {
    /*background-image: url('../../Lexa/backgroundlogin.jpg');*/
    background-color: #3E7A6D;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.fontcolor {
    color: black !important;
}

.card {
    border: none;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0,0,0,.05), 0 6px 20px 0 rgba(0,0,0,.02);
    /*box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.77), 0 6px 20px 0 rgba(0, 0, 0, 0.38);*/
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
}

.selectpicker {
    width: 100px !important;
}



@media screen and (max-width: 890px) {
    .divcenter {
        position: relative !important;
    }

    .mobdiv {
        min-height: 1040px !important;
        margin-top: 20px;
    }

    .footertop {
        margin-top: 20px;
    }

    .footer-wrapper {
        padding: 0px 0 0px;
    }

    .footer-left-block {
        padding: 0px 0;
    }

    .footer-column {
        width: 50%;
        padding: 0 6% 10%;
    }

    .footer-left-block-wrapper {
        margin-top: 20px;
    }

    .selectpicker {
        margin-left: 5px;
    }
}

.footer-wrapper a {
    text-decoration: none !important;
    color: white !important;
}

    .footer-wrapper a:hover {
        text-decoration: none !important;
        color: #ccc !important;
    }

.footer {
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.15);
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
}

.loginhead {
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif !important;
    left: 0px;
    right: 0;
    top: -100px;
    bottom: 0;
}

