﻿body {
    font-family: Arial, sans-serif;
    font-size: 16px;
}

form {
    /*font-family: Arial, sans-serif, 'Open Sans';
    font-size: 12pt;
    max-width: 1200px;
    min-width: 650px;
    margin: 0 auto;*/
}

/*.menux {
       list-style: none;
       float: right;
       margin-right: 285px;
       display: inline-block;
}*/

/*.menux li {
    float: right;
    margin-right: 285px;
}

.menux li a {
    padding: 5px;
    margin-right: 2px;
    background-color: #f3f3f3
}

.btn-default {
    padding: 5px;
    margin-right: 2px;
    background-color: #f3f3f3
}*/

h3 {
    margin-left: 10px;
}

label {
    padding-right: 10px;
}

br {
    clear: both;
}

.overflowHidden {
    overflow: hidden;
}

/*img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}*/

table th, table td {
    white-space: nowrap;
}

li {
    margin-bottom: 10px;
}

.divMain {
    min-width: 400px;
    max-width: 600px;
    background-color: white;
}

.divBorder {
    padding: 20px;
    border: inset;
    /*height:500px;*/
}

.centerDiv {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.displayNone {
    display: none;
}

.buttonRound {
    font-size: large;
    border-radius: 6px;
}

.buttonBlue {
    font-size: large;
    background-color: blue;
    color: white;
    border-radius: 6px;
}

.pageHead {
    background-color: rgb(63, 81, 181);
    color: white;
    display: table;
    vertical-align: middle;
    height: 3em;
    width: 100%;
}

.GVHead {
    background-color: rgb(63, 81, 181);
    color: white;
}

.lblPadTop10 {
    padding-top: 10px;
    display: block;
}

.lblDynamicAns {
    padding-top: 10px;
    display: block;
    margin-left: 25px;
}

.label100 {
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    width: 100px;
    padding-bottom: 10px;
}

.label150 {
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    width: 150px;
    padding-bottom: 10px;
}

.label300 {
    display: inline-block;
    width: 300px;
    padding-bottom: 5px;
}

.input150px {
    width: 150px;
    padding-left: 3px;
    font-size: medium;
    margin-bottom: 5px;
}

.input200px {
    width: 200px;
    padding-left: 3px;
    font-size: medium;
    margin-bottom: 5px;
}

.input300px {
    width: 300px;
    padding-left: 3px;
    font-size: medium;
    margin-bottom: 5px;
}

.input200-300px {
    min-width: 200px;
    max-width: 300px;
    padding-left: 3px;
    font-size: medium;
    margin-bottom: 5px;
}

.input30px {
    width: 30px;
    padding-left: 3px;
    font-size: medium;
    margin-bottom: 5px;
}

.input75px {
    width: 75px;
    padding-left: 3px;
    font-size: medium;
    margin-bottom: 5px;
}

.maxWidth200 {
    max-width: 200px;
    overflow: hidden;
}

    .maxWidth200:hover {
        overflow: visible;
        white-space: normal;
        height: auto;
    }

.maxWidth150 {
    max-width: 150px;
    overflow: hidden;
}

    .maxWidth150:hover {
        overflow: visible;
        white-space: normal;
        height: auto;
    }

.maxWidth100 {
    max-width: 100px;
    overflow: hidden;
}

    .maxWidth100:hover {
        overflow: visible;
        white-space: normal;
        height: auto;
    }

.radiobuttonSpace td {
    height: 45px;
    vertical-align: middle;
}

.required {
    color: red;
}

.bold {
    font-weight: bold;
    font: bold;
}

.largeLabel {
    font-size: large;
    margin-bottom: 5px;
}

.modalBackground {
    background: rgba(0, 0, 0, 0.8);
}

.modalPanel {
    background: rgba(255,255,255, 1);
    background-color: white;
    filter: alpha(opacity=100);
    opacity: 1;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 100px;
    padding: 20px;
    z-index: 256;
    position: relative;
    overflow: hidden;
}

.leftPad10 {
    padding-left: 10px;
}

.cellPad105 {
    padding: 5px 0px 0px 10px;
}

.gvHead {
    background-color: rgb(63, 81, 181);
    color: white;
    padding-left: 10px;
}

    .gvHead a {
        color: white;
    }

div.divMenu:hover, div.divMenu:active {
    background-color: #203E56;
}

.menu {
    float: right;
    /*background-color: gray;*/
    Width: 100%;
    /*border-radius: 6px;*/
    height: 40px;
    margin-bottom: 10px;
    display: inline-block;
}

.mnuLink {
    text-decoration: none;
    color: white;
    display: block;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    /*height: 40px;*/
    width: 100%;
    margin: 0 auto;
}

.divMenu {
    float: left;
    background-color: gray;
    border-radius: 6px;
    height: 40px;
    width: 20%;
    min-width: 250px;
    display: block;
}

.AlterColorMnu {
    background-color: #a6a6a6;
}

.rightborderRadius {
    border-radius: 0px 6px 6px 0px;
}

.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    /*border-radius: 0px 6px 6px 0px;*/
    display: none;
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    /*padding-bottom: 10px;*/
    /*border-collapse:collapse;*/
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}
/* Change color of dropdown links on hover */
.no-touch .dropdown-content a:hover {
    background-color: #1a1a1a;
}

/* Show the dropdown menu on hover */
.no-touch .dropdown:hover .dropdown-content {
    display: inline-block;
}

.innerMenuBackColor {
    /*background-color: #404040;*/
    background-color: gray;
    border-radius: 6px;
}
