.closeimagemodal {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.contact-img {
    height: 43px;
    width: 55px;
    padding-bottom: 10px;
}

.small-gap {
    margin-top: 15px;
}

.notsupported {
    margin: 50px auto;
    text-align: center;
}

    .notsupported h4 {
        line-height: 50px;
    }

.incompatible {
    display: none;
}

.incompatible {
    width: 100%;
    height: 80px;
    background-color: #628c98;
    color: white;
    position: fixed;
    bottom: 0;
    font-family: 'opensansbold', sans-serif;
    text-align: center;
    padding-top: 15px;
    z-index: 100;
}

    .incompatible .closeimage-block {
        float: right;
        margin-right: 15px;
    }

        .incompatible .closeimage-block .closeimage {
            width: 30px;
        }

            .incompatible .closeimage-block .closeimage:hover {
                cursor: pointer;
            }

.help-content .col-xs-6 p {
    text-align: left;
}

.mednax-logo {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 30px;
}

.closeimagemodal {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.modal-header {
    min-height: 60px !important;
}

.validation-summary-errors ul {
    margin-bottom: 0 !important;
    padding-left: 0px !important;
}

    .validation-summary-errors ul li {
        list-style-type: none;
        color: #eb0013;
        padding-top: 16px;
        padding-left: 16px !important;
    }

.modal-user-login .modalcontainer {
    margin-top: 10px;
}

    .modal-user-login .modalcontainer .col-xs-12 {
        display: block;
        margin: 15px auto 0 auto;
    }

.modal-content .modal-body .buttons .OKbutton {
    width: 120px;
    background-color: #0399cd;
    color: white;
    border-radius: 10px;
}

.modal-content .modal-body {
    text-align: center;
}

    .modal-content .modal-body .buttons {
        margin-top: 15px;
    }

@media screen and (min-width : 1024px) {
    body {
        background: url("../../images/BG_web.jpg") no-repeat center center fixed;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        font-family: 'opensansbold', sans-serif;
    }
}

/*Ipad in landscape*/
@media screen and (min-width : 768px) and (max-width : 1023px) and (orientation : landscape) {
    body {
        background: url("../../images/BG_web.jpg") no-repeat center center fixed;
    }
}
/*Ipad in portrait*/
@media only screen and (min-width : 768px) and (max-width : 1023px) and (orientation : portrait) {
    body {
        background: url("../../images/BG_web.jpg") no-repeat center center fixed;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
    }
}
/*Iphone in landscape*/
@media screen and (min-width : 320px) and (max-width : 767px) and (orientation : landscape) {
    body {
        background: url("../../images/BG_web.jpg") no-repeat center center fixed;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
    }

    .container {
        max-width: 80%;
        margin-top: 64px;
    }
}
/*Iphone in portrait*/
@media only screen and (min-width : 320px) and (max-width : 767px) and (orientation : portrait) {
    body {
        background: url("../../images/BG_web.jpg") no-repeat center center fixed;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
    }

    .container {
        max-width: 100%;
        margin-top: 64px;
    }
}
/*
@font-face {
    font-family: HelveticaNeue-Medium_1;
    src: url("../fonts/Helvetice/HelveticaNeue-Medium_1.otf");
}
*/
body .topheader {
    position: fixed;
    background-color: #95d600;
    width: 46.33%;
    height: 10px;
    top: 0;
    left: 0;
}

body .bottomfooter {
    background-color: #1597d0;
    width: 46.33%;
    height: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
}

.content-hide {
    display: none;
}

#wrapper .mednaxlogo {
    width: 100%;
}

#wrapper .loginform .inputparent {
    position: relative;
}

    #wrapper .loginform .inputparent .inputicon {
        position: absolute;
        font-size: 25px;
        left: 16px;
        top: 16px;
        color: #003161;
    }

#wrapper #username, #wrapper #password {
    border-radius: 10px;
    background-color: #999999;
    color: #003460;
    width: 100%;
    height: 55px;
    padding-left: 50px;
    border: none;
    outline: none;
    margin-top: 0;
    margin-bottom: 0;
}

#wrapper #username {
    margin-bottom: 15px;
}

    #wrapper #username::-webkit-input-placeholder,
    #wrapper #password::-webkit-input-placeholder {
        color: #003460;
    }

    #wrapper #username:focus::-webkit-input-placeholder,
    #wrapper #password:focus::-webkit-input-placeholder {
        color: transparent;
    }

#wrapper .errormessage {
    padding-top: 10px;
    margin: 0;
    font-size: 12px;
    color: #eb0013;
}

#wrapper #submitbutton {
    background-color: #1597d0;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    margin-top: 30px;
    color: #FFF;
    position: relative;
    border: none;
    font-size: 18px;
}

    #wrapper #submitbutton:active {
        background-color: #0c60ee;
    }

#wrapper .rememberdiv {
    margin-top: 5px;
    color: #003460;
}

    #wrapper .rememberdiv .helpinfo {
    }

        #wrapper .rememberdiv .helpinfo a {
            color: #003460;
            font-family: 'opensannssemibold', sans-serif;
            float: right;
        }

    #wrapper .rememberdiv .mainrow {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

        #wrapper .rememberdiv .mainrow .remembercol, #wrapper .rememberdiv .mainrow .helpcol {
            padding-left: 0;
            padding-right: 0;
        }

.rememberdiv .mainrow .helpcol {
    margin-top: 4px;
}

#wrapper .remembercol label {
    display: inline-block;
    padding-left: 15px;
    text-indent: -15px;
    color: #003460;
    /*font-family: HelveticaNeueLight, "Arial";*/
    font-size: 1em;
    margin-top: 4px;
    visibility: hidden;
}

#wrapper .remembercol input {
    /*font-family: HelveticaNeueLight, "Arial";*/
    font-size: 0.875em;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
}

#wrapper .footerdiv {
    margin-top: 46px;
}

    #wrapper .footerdiv p {
        color: #003460;
        font-size: 13px;
        margin-bottom: 10px;
    }

#wrapper .appl-name {
    font-weight: bold;
    font-size: 19px;
    color: #003262;
    margin-bottom: 45px;
    text-align: center;
}
/*mobile*/
@media only screen and (min-width : 320px) and (max-width : 480px) {
    #wrapper .mednaxlogo {
        margin-bottom: 70px;
    }

    #wrapper .row .loginform .footerdiv {
        margin-top: 40px;
    }

    #wrapper .rememberdiv .mainrow {
        width: 100%;
    }

        #wrapper .rememberdiv .mainrow .helpcol {
            padding-left: 20px;
            padding-right: 0;
        }

    #wrapper .footerdiv p {
        font-size: 11px;
        text-align: justify;
        margin-bottom: 10px;
    }
}
/*tablet*/
@media only screen and (min-width : 481px) and (max-width : 1024px) {
    .container {
        max-width: 400px;
        margin-top: 70px;
    }

    #wrapper .mednaxlogo {
        margin-bottom: 90px;
    }

    #wrapper .rememberdiv .mainrow {
        width: 100%;
    }

        #wrapper .rememberdiv .mainrow .helpcol {
            padding-left: 50px;
        }
}
/*desktop*/
@media only screen and (min-width : 1024px) {
    .container {
        margin-top: 60px;
    }

    #wrapper .mednaxlogo {
        margin-bottom: 45px;
    }

    #wrapper .row {
        max-width: 430px;
    }

    #wrapper .rememberdiv .mainrow {
        width: 100%;
    }

        #wrapper .rememberdiv .mainrow .helpcol {
            padding-left: 9px;
            padding-right: 0;
        }

    #wrapper .footerdiv {
        margin-top: 30px;
    }
}
