﻿.midMenu {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}


body {
    /*background-color: red;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffcfc+27,7db9e8+72,1e5799+100 */
    background: #fffcfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNyUiIHN0b3AtY29sb3I9IiNmZmZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MiUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
    background: -moz-linear-gradient(left, #fffcfc 27%, #7db9e8 72%, #1e5799 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(27%,#fffcfc), color-stop(72%,#7db9e8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fffcfc 27%,#7db9e8 72%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fffcfc 27%,#7db9e8 72%,#1e5799 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fffcfc 27%,#7db9e8 72%,#1e5799 100%); /* IE10+ */
    background: linear-gradient(to right, #fffcfc 27%,#7db9e8 72%,#1e5799 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#1e5799',GradientType=1 ); /* IE6-8 */
}


/*************************************************Fix Border Table*********************************************/
/*Thanks to http://salzerdesign.com/test/fixedTable.html*/

td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left; /* IE */
}

    td + td {
        border-left: 1px solid #ccc;
    }

th {
    padding: 0 5px;
    text-align: left; /* IE */
}

.header-background {
    border-bottom: 1px solid black;
}

/* above this is decorative, not part of the test */

.fixed-table-container {
    /*width: 50%;*/
    height: calc(100% - 50px);
    border: 1px solid black;
    margin: 10px auto;
    background-color: white;
    /* above is decorative or flexible */
    position: absolute; /* could be absolute or relative */
    padding-top: 30px; /* height of header */
}

.fixed-table-container-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.header-background {
    background-color: #51ADF9;
    height: 30px; /* height of header */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

table {
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.th-inner {
    position: absolute;
    top: 0;
    line-height: 30px; /* height of header */
    text-align: left;
    border-left: 1px solid black;
    padding-left: 5px;
    margin-left: -5px;
}

.first .th-inner {
    border-left: none;
    padding-left: 6px;
}

/* extra-wrap */

.extrawrap th {
    text-align: center;
}

.extra-wrap {
    width: 100%;
}

.hidden-head {
    min-width: 790px; /* enough width to show all header text, or bad things happen */
}

.hidden-header .th-inner {
    position: static;
    overflow-y: hidden;
    height: 0;
    white-space: nowrap;
    padding-right: 5px;
}


/*************************************************End Fix Border Table*********************************************/

.normalRow {
    background-color: inherit;
}

.alternateRow {
    background-color: lightblue;
}

.Commands {
    color: blue;
    cursor:pointer;
    font : 12px normal;
}


.iconSizeBig {
    width: 32px;
    height: 32px;
}

.iconSizeSmall {
    width: 32px;
    height: 32px;
}

.doubleCol {
    position: relative;
    left: 0px;
    top: 0px;
    height: 26px;
}

.fullField {
    position: relative;
    left: 0px;
    top: 0px;
    width: 300px;
}

    .fullField + .fullField {
        left: 303px;
        width: 100px;
    }

.viewLabelField {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    border-bottom: 1px solid lightblue;
}

.valueLabelField {
    position: absolute;
    left: 190px;
    top: 0px;
    width: 300px;
    color: red;
    font-weight: bold;
    font-style: italic;
    padding-left: 3px;
}

.inputField {
    position: absolute;
    left: 114px;
    top: 13px;
    width: 261px;
}

.inputFieldLength {
    width: 250px;
}

.newTableHeight {
    height: calc(100% - 240px);
}

.sideMenus {
    vertical-align: middle;
    border-radius: 5px;
    bottom: -5px;
    position: relative;
    left: 5px;
    height: 20px;
    border-color: red;
    border-style: solid;
    border-width: thin;
    cursor: pointer;
    text-align: center;
    background: whitesmoke;
    width: 180px;
}


.labelField {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 145px;
}

.inputField {
    position: absolute;
    left: 150px;
    top: 13px;
    width: 261px;
}

.inputFieldLength {
    width: 250px;
}

#txtComment {
    width: 398px;
}

.normalRow {
    background-color: inherit;
}

.alternateRow {
    background-color: lightblue;
}

.spaceDiv {
    width: 10px;
    display: inline-block;
}

.Commands {
    font-size: 12px;
    color: blue;
}

.CommandSpecia1 {
    color: red;
}

.midMenu {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.spSpace {
    width: 10px;
    display: inline;
    display: inline-block;
}

.midDiv {
    text-align: center;
    width: 100%;
}

.borderDiv {
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 1px;
}

.mainHeader {
    font-size: 22px;
    font-weight: bold;
}

.subHeader {
    font-size: 16px;
    font-weight: bold;
}

