﻿/*:root {
    --usafa-blue: #005189ff;
    --shadow-blue: #7782A6;
    --black: #000000ff;
    --cambridge-blue: #D3B99F;
    --middle-blue-green: #D3B99F;
    --columbia-blue: #E5D4C0;
    --azure-x-11-web-color: #F1E3D3;
    --cultured: #efeff0ff;
    --light-blue: #CDF3EE;
}*/
:root {
    --usafa-blue: #005189ff;
  --shadow-blue: #7782A6;
  --black: #000000ff;
  --cambridge-blue: #40929F;
  --middle-blue-green: #69B1B9;
  --columbia-blue: #91CDEA;
  --azure-x-11-web-color: #ABDFD8;
  --cultured: #efeff0ff;
  --light-blue: #CDF3EE;
}

html {
    background:  #BBCEDC;
    width: 100vw;
    height: 100vh;
    padding:0;
    margin:0;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.Title, .Title > div, .Title > img {
    display:inline-block;
}

.header {
    text-align:center;
    color: black;
    padding-bottom: 0;
    margin-bottom: 0;
    display:grid;
    grid-template-columns: 710px;
    grid-template-rows:1;
}

body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    min-width: 650px;
    overflow-y:hidden;
    padding-right:0px;
    border: 0;
        animation-name: trn;
    animation-duration: 0.5s;
    font-size: 0.85em;
}

@keyframes trn {
  from {opacity: 0}
  to {opacity: 1}
}

.body {
    height: Calc(100vh - 175px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--cultured);
    padding-top:-1px;
    padding-bottom: 8px;
    padding-right: 8px; 
    padding-left: 8px;
    border-radius: 0px 4px 4px 4px;
    border: 1px solid var(--cambridge-blue);
}

.hidden {
    display:none;
}

.footer {
    text-align:center;
    background: unset;
    text-align:center;
    color: black;
    padding-top:8px;
    color: var(--usafa-blue);
}

footer {    
    display:block;
}

.header > ul {
    text-align:left;
}

li.static:hover {
    background-color: var(--columbia-blue);
    color: black;
    text-decoration: none;
    opacity: 0.75;
}

li.static:hover > a {
    color: black;
    text-decoration: none;
    opacity: 0.75;
}

.item {
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}
form p {
    margin-bottom: 10px;
    text-align: left;
}


p {
    color: rgba(0,0,0,0.71);
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.pagetitle {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
    text-align:center;
    color:  #03156b;
}

.promo-caption {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
}

.section_navi {
     width:70%;
        margin-left:auto;
    margin-right:auto;
            padding: 20px;
        font-size: 24px;
        display:block;
}

.section {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%), 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-top: 12px;
    background-color: #FFF;
    width:70%;
        margin-left:auto;
    margin-right:auto;
        padding: 20px 80px;
        font-size: 16px;
}

.section_header {
    background-color: var(--middle-blue-green);
    color: var(--usafa-blue);
        border-bottom: 1px dotted var(--cambridge-blue);
        font-variant: small-caps;
    font-size: 18px;
    padding: 3px;
}

.label {
    /*background-color: #c7c7c7;*/
    background-color: var(--azure-x-11-web-color);
    text-align:right;
    font-weight: bold;
}

.gvheadudef {
    background: var(--middle-blue-green);
    border-radius: 3px;
}
.gvfooter
{
	font-weight:bold;
    background: rgb(105, 177, 185) !important;
}

.gv > tbody > tr > th {
    border: 0;
}

tr.gvselected {
    background-color: var(--light-blue) !important;
}

.gv > tbody > tr:nth-child(even) {
    background: #f2f2f2;
}


.btnedit.btnedit
{
    background-image: url('../content/images/edit.png');
    text-align: left;
    text-indent: 27px;
}

.btnadd
{
    background-image: url('../content/images/add.png');
    text-align: left;
    text-indent: 25px;
}

.btndelete 
{
    background-image: url('../content/images/delete.png');
    text-align: left;
    text-indent: 20px;
}

.btnsave
{
    background-image: url('../content/images/save.png');
    text-align: left;
    text-indent: 25px;
}

.btncancel 
{
    background-image: url('../content/images/cancel.png');
    text-align: left;
    text-indent: 20px;
}

.btnyes
{
    background-image: url('../content/images/save.png');
    text-align: left;
    text-indent: 28px;
}

.btnno 
{
    background-image: url('../content/images/cancel.png');
    text-align: left;
    text-indent: 27px;
}

.btnexport
{
    background-image: url('../content/images/export1.png');
    text-align: left;
    text-indent: 20px;
}

.btnform {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #26a69a;
    border: 1px solid #808080;
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 4px center;
    width: 70px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    font-family: Arial;
}
.btnformdisable {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #aaaaaa;
    border: 1px solid #808080;
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 4px center;
    width: 70px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    font-family: Arial;
}

div.pgmenu {
    text-align: right;
    float: right;
    padding-bottom: 3px;
}

a {
    color: #3366CC;
    text-decoration: none;
}


table.gv, table.tv {
    background-color: #fff;
        border-color: var(--cambridge-blue);
        border: 1px solid var(--cambridge-blue);
}

table.tv > tbody > tr > th:last-child {
    border-radius: 0 3px 3px 0;
}
table.tv > tbody > tr > th:first-child {
    border-radius: 3px 0 0px 3px;
    border-bottom: 1px solid var(--cambridge-blue);
}
table.tv > tbody > tr > th, table > tbody > tr.gvHead, table > tbody > tr > td.gvHead {
    background: var(--middle-blue-green);
    /* border-radius: 3px; */
}
.tv > tbody > tr > td.tvheadleft {
    background: var(--azure-x-11-web-color);
    border-right: 1px solid var(--cambridge-blue);
    border-bottom: 1px solid var(--cambridge-blue);
}
table.tv > tbody > tr > td {
    border-bottom: 1px solid var(--cambridge-blue);
}
table.tv > tbody > tr:nth-child(even), table.striped > tbody > tr:nth-child(even) {
    background-color: #f2f2f2;
}
table.tv {
    background: rbga(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-spacing: 0px;
}

.btnform:hover
{
    font-weight:500;
    border: 1px solid #505050;
    background-color: #2bbbad;
    color: #fff;
    cursor:pointer;
}
.flexrow_medium > td > div > div, 
.flexrow_medium > td > div > div.fixedHeightContainer {
    overflow-y: auto;
    max-height: 50vh;
    overflow-x: hidden;
     border-top: solid 1px #ccc;
}

.flexrow_medium > td > div > div .gvhead,.flexrow_medium > td > div > div .gvheadudef, .flexrow_medium > td > div > div th {
    position:sticky;
    top:-1px;
}
/* Modal Pop-up  
----------------------------------------------------------*/
.modalPopup
{
	background-color: #E3ECF2;
	border-width: 3px;
	border-style: solid;
	border-color: #436883;
	padding: 0;
	font-size:1em;
}

.modalBackground {
	background-color:gray;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.modalHandle
{
	font-size:0.90em;
	font-weight:bold;
	cursor: move;
	border: none;
}