* {
    font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
    margin: 0;
    padding: 0;
    /*behavior: url(ie-css3.htc);*/
}

body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

#ContentWrap {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

#LeftContainer, #RightContainer {
    display: inline-block;
    position: absolute;
    float: left;
    /*-webkit-transition: all 0.1s;*/
}

#LeftContainer {
    width: 32%;
    min-width: 280pt;
    max-height: 100%;
    /*-webkit-box-shadow: 2pt 0pt 9pt #000;
    -moz-box-shadow: 2pt 0pt 9pt #000;
    -ms-box-shadow: 2pt 0pt 9pt #000;
    -o-box-shadow: 2pt 0pt 9pt #000;
    box-shadow: 2pt 0pt 9pt #000;*/
    overflow-y: scroll;
    background: rgb(220,230,242);
}

#RightContainer {
    width: 68%;
    z-index: 1;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2 {
    font-size: 14pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
    font-weight: normal;
    color: #FFF;
    padding-left: 8pt;
    background: #07D;
}

h2 {
    margin-bottom: 10pt;
    font-size: 12pt;
    line-height: 22pt;
    background: #9AB;
}

h1 {
    paddging-top: 4pt;
    paddging-bottom: 4pt;
}

#Val_locationName {
    font-size: 12pt;
    font-weight: bold;
}

.displayGroup, .attributeGroup {
    background: rgb(223,228,234);
    margin: 4pt;
    margin-bottom: 8pt;
    padding: 4pt;
    border-radius: 3pt;
    border: 1px solid #FFF;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    border: 1px solid rgba(0,0,0,0.5);
    border-left: 1px solid rgba(255,255,255,0.75);
    border-top: 1px solid rgba(255,255,255,0.75);
}

.displayGroup {
    /*-webkit-box-shadow: inset 1pt 1pt 5pt rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1pt 1pt 5pt rgba(0,0,0,0.5);
    -ms-box-shadow: inset 1pt 1pt 5pt rgba(0,0,0,0.5);
    -o-box-shadow: inset 1pt 1pt 5pt rgba(0,0,0,0.5);
    box-shadow: inset 1pt 1pt 5pt rgba(0,0,0,0.5);*/
    background: rgb(206,214,223);
    border: 1px solid #FFF;
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    border: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(255,255,255,0.75);
    border-bottom: 1px solid rgba(255,255,255,0.75);
}

.groupLabel {
    text-transform: uppercase;
    /* text-align: right; */
    margin: 4pt;
}

.basicData {
    margin-bottom: 8pt;
    margin-left: 8pt;
}

#Val_locationName {
    display: inline-block;
    font-size: 16pt;
    color: #555;
    margin-left: 0pt;
}

.dataRow {
    margin: 4pt;
}

    .dataRow div {
        display: inline-block;
    }

div.dataRow div.multiLookup, div.dataRow div.multiValue {
    /*display: inline;*/
}

.dataDescription {
    color: #07D;
    font-size: 10pt;
    width: 100%;
    border-bottom: 1px solid #59F;
}

.dataValueWrap {
    width: 100%;
    text-align: right;
    margin-bottom: 8pt;
}

.simpleValue, .multiValue {
    font-size: 12pt;
}

.dataValueWrap div a {
    color: rgb(150,0,0);
}

    .dataValueWrap div a:hover {
        text-decoration: none;
    }

.multiLookup, .multiLookup a {
    font-size: 8pt;
    text-transform: uppercase;
}

.multiLookup {
    color: #888;
    margin-left: 4pt;
    border-left: 1px solid #888;
    padding-left: 4pt;
}

.groupedAttribute1, .groupedAttribute2 {
    font-size: 10pt;
    color: #888;
    padding-left: 4pt;
    padding-right: 4pt;
    border-right: 1px solid #888;
}

.groupedAttribute2 {
    border-right: 0px solid #888;
}

#Grp_BasicInformation {
}

#MainWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.optional {
}

/* OVERRIDE */

div[attribute_id="geography"] {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100px;
}

div[isMandatory="false"] {
    border-color: #CCC #AAA #AAA #CCC;
    opacity: 0.75;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
}

    div[isMandatory="false"]:hover {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
    }

#LeftContainer {
    width: 100% !important;
    height: 50%;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 100 !important;
    background: #eee;
}

#RightContainer {
    width: 100% !important;
    top: 50%;
    height: 50%;
    position: absolute !important;
    left: 0px !important;
    z-index: 50 !important;
    background: #cfe;
}

.dataValueWrap {
    text-align: left !important;
}

.LanguageDropDown {
    width: 140px;
}

.ddTitle {
    height: 16px !important;
}

.ddTitleText {
    font-size: 12pt;
}

    .ddTitleText img {
        margin-top: -6px;
    }

span.ddTitleText {
    line-height: 0 !important;
}

#LanguageSelectorContainer {
    float: right;
    padding: 5px 5px 5px 0px;
}

#ConsoleSwitch {
    border: 1px solid rgba(255,255,255,0.6);
    border-left: 0;
    border-radius: 0 3pt 3pt 0;
    width: 0.35cm;
    height: 1.5cm;
    margin-top: -0.75cm;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1000;
    box-shadow: 1px 1px 3px #000;
}

#ConsoleDiv {
    height: 1.5cm;
    margin-top: -0.75cm;
    position: absolute;
    top: 50%;
    left: 1cm;
    z-index: 1000;
    display: none;
    line-height: 1.5cm;
}

.setStateButton {
    display: inline-block;
    vertical-align: middle;
}

    .setStateButton img {
        height: 1cm;
        vertical-align: middle;
        opacity: 1;
    }
