﻿.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.noEdit .dxeEditAreaSys {
    /*margin-left: -5px !important;*/
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

@media (max-width: 566px) {
    #page {
        width: auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 10px !important;
    }

    ul.menu {
        right: 10px !important;
        left: auto !important;
    }

    #PanelMainContent, #ctl00_PanelMainContent, h2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body {
        zoom: 0.9;
    }
}

@media (max-width: 413px) {
    body {
        zoom: 0.8;
    }
}

@media (max-width: 374px) {
    body {
        zoom: 0.74;
    }
}

@media (max-width: 340px) {
    body {
        zoom: 0.66;
    }
}

@media (max-width: 310px) {
    body {
        zoom: 0.51;
    }
}

@media (max-width: 270px) {
    #ContentPlaceHolder1_cForgotPassword {
        width: 200px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and ( min–moz-device-pixel-ratio: 2) and (min-width: 768px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 768px), only screen and ( min-device-pixel-ratio: 2) and (min-width: 768px), only screen and ( min-resolution: 192dpi) and (min-width: 768px), only screen and ( min-resolution: 2dppx) and (min-width: 768px) {

    body {
        zoom: 2;
    }
}

#blur {
    width: 100%;
    background-color: gray;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress {
    z-index: 200;
    background-color: White;
    position: absolute;
    top: 40%;
    left: 40%;
    border: solid 1px black;
    height: 90px;
    width: 150px;
    text-align: center;
    background-position: center center;
    background-image: url('../Images/loading.gif');
    background-repeat: no-repeat;
    vertical-align: bottom;
}

    #progress .desc {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 40px;
        padding-bottom: 5px;
    }

span.DebugTextHeading {
    color: black;
    font-weight: bold;
}

span.DebugTextLabel {
    color: black;
}

span.DebugTextEquals {
    color: grey;
}

span.DebugTextNull {
    color: grey;
}

span.DebugTextNumber {
    color: blue;
}

span.DebugTextDate {
    color: darkgreen;
}

span.DebugTextBoolean {
    color: blue;
}

span.DebugTextString {
    color: darkred;
}

.dxbButtonHover {
    background: #F2F2F2 !important;
    /*background: #F2F2F2 url('/GroundRezPopup/DXR.axd?r=1_28-wNgIe') repeat-x top !important;*/
}

table.formatted-address td {
    vertical-align: top;
}

    table.formatted-address td:first-child {
        white-space: nowrap;
        font-weight: bold;
    }

    table.formatted-address td:nth-child(2) {
        width: 90%;
    }
