@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('opensans.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('opensans-light.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('opensans-bold.woff') format('woff');
}

Body {
    font-family: 'Open Sans';
}

.wrapcoltext {
    white-space: normal;
    word-break: break-word;
}

.OddRow {
    BACKGROUND-COLOR: silver;
}

.EvenRow {
    BACKGROUND-COLOR: white;
}

.Label {
    font-weight: bold;
    color: Maroon;
}

.ToolbarCaption {
    font-weight: bold;
    font-size: 75%;
    color: Maroon;
    font-family: 'Open Sans';
    text-decoration: none;
}

H3 {
    font-family: 'Open Sans';
    color: Maroon;
}

.BodyDiv {
    width: 82%;
    text-align: left;
    margin-left: 10%;
    height: 433px;
}

Body {
    background-color: #FFFFFF;  
    padding: 0;
    margin: 0;
}

div#titleimg {
    display: block;
    float: left;
    text-align: left;
}

.titleright {
    float: right;
    vertical-align: bottom;
    font-size: 18pt;
    height: 55px;
    margin-right: 15px;
}

div.blue-bar {
    background: none;
    height: 50px;
    margin-top: 10px;
    padding: 0;
    position: relative;
}

.clear {
    clear: both;
}

div.blue-bar .edge {
    display: inline-block;
}

div.blue-bar .left {
    float: left;
}

div.blue-bar .right {
    float: right;
}

div.blue-bar .center {
    height: 32px;
    margin-top: 5px;
    padding: 0;
    position: relative;
}

header, footer, nav, section {
    display: block;
    width: 960px;
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.button {
    font-size: 12px;
    font-family: 'Open Sans';
    padding: 3px 15px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #00A9E0;
    border: 1px solid #ADAFAF;
}

.Displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.SubMenuAllignment {
    text-align: left;
}

.tblfrms {
    width: 900px;
}

.tblContact {
    width: 581px;
}



.TdRight {
    text-align: right;
}

.FileUploadMenu {
    text-align: center;
    width: 229px;
    margin-left: 56px;
}

.FormsAdminMenu {
    width: 405px;
    padding-left: 300px;
    text-align: center;
}

.HomeContent {
    text-align: center;
    width: 400px;
}

.center{
    margin-left: auto;
    margin-right: auto;
}

#loginContainer {
    font-family: 'Open Sans';
    text-align: center;
}

    #loginContainer .row{
        width: 300px;
        margin-bottom: 10px;
    }

    #loginContainer label{
        font-weight: bold;
        font-size: 14px;
        width: 95px;
        text-align: right;
        margin-right: 5px;
        margin-top: 5px;
    }

    #loginContainer input[type=text],input[type=password]{
        height: 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 6px;
        font-size: 14px;
        width: 145px;
    }

    #loginContainer input[type=submit]{
        font-size: 14px;
        border-radius: 4px;
        padding: 6px 4px;
        width: 75px;
        border: 0;
        background-color: lightgray;
        cursor: pointer;
        color: black;
    }

        #loginContainer input[type=submit]:hover{
            background-color: darkgray;
        }

    #loginContainer h1{
        font-weight: normal;
    }


#table tr {
    border: solid thin black;
}

#datagrid {
    margin-left: auto;
    margin-right: 200px;
    width: 800px;
    height: 500px;
}

.FontOpenSans {
    font-family: 'Open Sans';
}

tbody input {
    font-family: "Open Sans" !important;
}

tbody {
    font-size: 14px !important;
}

.FormsAdminMenu {
    font-size: 16px;
}

.FileUploadMenu {
    font-size: 16px;
}