﻿body {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
}

*:focus {
    outline: none;
}

@media all and (min-height: 975px) and (max-height: 1600px) and (min-width:1601px) {
    body {
        font-size: 19px;
    }
}

@media all and (min-height: 751px) and (max-height: 1080px) and (min-width:1800px) {
    body {
        font-size: 19px;
    }
}

@media all and (min-height: 751px) and (max-height: 1600px) and (max-width:1600px) {
    body {
        font-size: 15px;
    }
}

@media all and (min-height: 940px) and (max-height: 970px) and (min-width:1282px) and (max-width:1799) {
    body {
        font-size: 16px;
    }
}

@media all and (min-height: 840px) and (max-height: 1200px) and (max-width:1281px) {
    body {
        font-size: 12.5px;
    }
}

@media all and (min-height: 1px) and (max-height: 750px) and (min-width:800px) {
    body {
        font-size: 13px;
    }
}

@media all and (max-width: 1020px) and (min-width: 981px) and (min-height: 906px) {
    body {
        font-size: 13px;
    }
}

@media all and (max-width: 980px) and (min-width: 1px) and (min-height: 306px) {
    body {
        font-size: 7px;
    }
}


#topMessage {
    background: #0a5e0a;
    border-bottom: solid 2px #EEE;
    padding: 3px 0;
    text-align: center;
    width: 100%;
    height: 7%;
    color: white;
    z-index: 9999;
    font-size: 250%;
    position: absolute;
    display: none;
}

    #topMessage.error {
        background: #8a0808;
    }

img {
    border: none;
}

div.noboarder {
    border-color:transparent !important;
    border-style:none;
}

div.BlockingPanel {
    position:absolute;
	left:0px;
	top:0px;
	-webkit-transform: translateZ(0);
	background-color: black !important; 
	width: 100%;
    height: 100%; 
    opacity: .8; 
    filter: alpha(opacity=40);
    z-index:999;
}

div.opacityLayer
{
    z-index:999999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:.8;
    background-color: black !important; 
    filter:alpha(opacity=40);
}

.ctlEditUserContact_outer {
    background-color: white;
    width: 80%;
    height: 46em;
    border: 2px solid gray;
    position:absolute;
    z-index:9999;
    overflow-y: auto;
    display:none;
}