﻿h1, h2, h3 {
    color: #125b92;
}

    table.page {
        height: 100%;
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        border-collapse: collapse;
        border: 0;
          box-shadow: 0 0 30px black;
        border-spacing: 0;
    }

table.page tr td {
    padding: 0;
}

.header {
    height: 100px;
    position: relative;
    background: hsla(0, 0%, 100%, .4);
}

.logo {
    height: 80px;
    margin-left: 10px;
    margin-top: 10px;
}


.language-selector {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 230px;
    height:100%;
}

.main-content-wrapper {
    padding: 10px;
    background-color: #fff;
    height: 100%;
}

.footer {
    background-color: #0c5c8f;
    color: #333;
    height: 25px;
    position: fixed;
    bottom: 0px;
    width: 1024px;
}


.applicationbar {
    height: 30px;
    line-height: 30px;
    vertical-align: central;
    background: url(img/sprite.png) repeat-x 0px 0px;
}

    .applicationbar .right {
        float: right;
        margin-right: 10px;
    }

table.property-grid {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    table.property-grid td {
        border: 0px;
    }

        table.property-grid td.property-name {
            width: 80px;
        }

.validation-error {
    color: #9f0000;
}

.clear {
    clear: both;
}

fieldset {
    border: 1px solid #C5D8E1;
    border-radius: 6px;
    padding: 10px;
    background: white;
}

.menu-container {
     border: 1px solid #cbcbcb;
     border-left: 0px;
     border-right: 0px;
     border-top: 0px;
    border-bottom: 1px solid #bdbdbd;
   background-color: #F7F6F3;
   position:relative;
}

.menu {
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
}

    .menu ul {
        list-style-type: none;
    }

        .menu ul li {
            list-style-type: none;
            margin: 0px;
        }


    .menu a {
        color: #000;
    }


.menu-item {
    border: 1px solid #000;
}

.menu-item-hover {
    background-color: red;
}

.dynamic-menu {
    border: solid 1px #cbcbcb;
}

.dynamic-menu-item {
    background-color: #eee;
    border: solid 1px #00f;
    margin: 0px;
    z-index: 100;
    padding: 5px;
}

table.property {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1em;
}

table.property td.fieldName {
    background-color: rgb(247, 246, 243);
    width: 150px;
    padding-left: 5px;
}

table.property td {
    padding: 5px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-collapse: collapse;
}

div.copyright {
    height: 25px;
    text-align: right;
    padding-right: 10px;
    color: #a9a9a9;
}

table.default th{
    background-color: #0c5c8f !important;
    color: #fff !important;
}

.panel-primary .panel-heading {
    background-color:#0c5c8f ;
}

.ajax__calendar{
    width:200px;
}

.ajax__calendar_container{
	-ms-box-sizing: content-box;
    box-sizing: content-box;
} 

ul.list-group{
    list-style: none;
}

.redirect-alert{
    margin-bottom: 0px;
    background-color: #9f0000;
    color: #fff;
}

.form-section{
    margin-bottom: 10px;
}