body {
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;
}

.portlet > .dark {
    background-color: #363636 !important;
}

.redoutline {
    border-bottom: 1px solid red;
    border-top: 1px solid red;
}

.mist {
    background: rgba(255, 255, 255, 0.2);
}

.centered {
    margin: 10px auto;
}

.white-Glow {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.9));
}

.ezmedLogo {
    max-height: 210px;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none;
}


.ng-invalid {
    border-color: red;
    outline-color: red;
}

/*.ng-valid {
    border-color: green;
    outline-color: green;
}*/

.messages {
    font-size: smaller;
    color: red;
}

div.ng-invalid > div.ui-select-match > span {
    border-color: red;
    outline-color: red;
}


.Address .form-group {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0 5px;
}


.header {
    margin: 1em 0 .6em 0;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    /*font-size: 24px;*/
    line-height: 40px;
    font-family: 'Questrial', sans-serif;
}

.astrix {
    float: right !important;
    margin-right: -10px;
    margin-top: -30px;
    font-size: 15pt;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 100 !important;
}

.loading {
    width: 250px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -125px;
    color: whitesmoke;
    text-align: center;
}
