﻿* {
    box-sizing: border-box;
}
body, html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    height: 100%;
    background: #f9f9f9;
}
table, tr, td, div, span, p, input
{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style:normal;
    font-weight:normal;
    vertical-align:top;
}
a, LinkButton {
    text-decoration: none;
}
    a:visited, LinkButton:visited {
        text-decoration: none;
    }
    a:link, LinkButton:link {
        text-decoration: none;
    }
.mainContainer {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    background: url(../app_images/frame_background_4a.png), url(../app_images/frame_background_1a.jpg);
    background-repeat: no-repeat;
    background-size:auto 100%, cover;
}


.MainContentLeft {
    display: block;
    vertical-align: bottom;
    text-align: left;
    width: 40%;
    position: relative;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 40px;
    
}
.MainContentRight {
    display: block;
    vertical-align: top;
    text-align: left;
    width: 60%;
    height: 100%;
    position: relative;
    top: 0px;
    margin-bottom: 30px;
    right: 0px;
    padding-top: 105px;
}

.formFrame {
    position: fixed;
    bottom: 40px;
    left: 0px;
    width: Calc(40% - 60px);
    background-color: #092737;
    margin: 0px 30px 0px 30px;
    padding: 10px;
    box-sizing: border-box;
    color: white;
    font-size: 9pt;
    border-radius: 7px;
    background-color: rgb(255, 255, 255, 0.9)
}

.tributeFrame {
    margin: 0px 0px 10px 20%;
    padding: 20px 40px 20px 40px;
    box-sizing: border-box;
    color: black;
    border-radius: 60px 7px 7px 7px;
    background-color: rgb(12, 129, 193, 0.60);
    border: 1px solid #f9f9f9;
}
.tributeFrameAlt {
    margin: 0px 20% 10px 0px;
    padding: 20px 40px 20px 40px;
    box-sizing: border-box;
    color: black;
    border-radius: 7px 7px 60px 7px;
    background-color: rgb(122, 190, 236, 0.60);
    border: 1px solid #f9f9f9;
}
.header {
    height: 105px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 60%;
    padding: 15px 0px 7px 40px;
}
.body {
    height: calc(100% - 145px);
    width: 60%;
    position: fixed;
    top: 105px;
    right: 0px;
    bottom: 40px;
    padding: 0px 40px 15px 40px;
    overflow-y: auto;
}


.fieldBox100
{
    display:inline-block;
    width:99.3%;
    padding-right:10px;
    margin:0px;
}
.fieldBox75
{
    display:inline-block;
    width:74.3%;
    padding-right:10px;
    margin:0px;
}
.fieldBox70
{
    display:inline-block;
    width:69.3%;
    padding-right:10px;
    margin:0px;
}
.fieldBox60
{
    display:inline-block;
    width:59.3%;
    padding-right:10px;
    margin:0px;
}
.fieldBox50
{
    display:inline-block;
    width:49.3%;
    padding-right:10px;
    margin:0px;
}
.fieldBox40
{
    display:inline-block;
    width:39.3%;
    padding-right:10px;
    margin:0px;
}
.fieldBox30
{
    display:inline-block;
    width:29.3%;
    padding-right:10px;
    margin:0px;
}
.fieldBox25
{
    display:inline-block;
    width:24.3%;
    padding-right:10px;
    margin:0px;
}
.fieldBox20 {
    display: inline-block;
    width: 19.3%;
    padding-right: 10px;
    margin: 0px;
}
.fieldBox16
{
    display:inline-block;
    width:16%;
    padding-right:10px;
    margin:0px;
}
.fieldBox12
{
    display:inline-block;
    width:11.5%;
    padding-right:10px;
    margin:0px;
}
    .fieldBox100 span, .fieldBox75 span, .fieldBox70 span, .fieldBox60 span, .fieldBox50 span, .fieldBox40 span, .fieldBox30 span, .fieldBox20 span, .fieldBox25 span, .fieldBox16 span, .fieldBox12 span {
        position: relative;
        text-transform: capitalize;
        display: block;
        font-size: 9pt;
    }

.fieldSpecialBox {
    width: 39.3%;
    padding-right: 10px;
    margin: 0px;
    bottom:40px;
    left:40px;
    border: 5px solid black;
}
.validationMessage
{
    position:absolute;
    display:inline;
    float:right;
    right:0px;
    top:0px;
    color:#c33838;
    text-align:right;
    font-weight:normal;
    font-size:6pt;
}
.TextBoxfull
{
    width:100%;
    height:27px;
    text-align:left;
    text-decoration:none;
    padding-left:10px;
    padding-right:15px;
    display:inline-block;
    border:0px solid rgba(0, 0, 0, 0.30);
    border-radius:3px;
    margin-bottom:0px;
    font-weight:bold;
    background:none;
    /*text-transform:uppercase;*/
}
input:active {
    text-decoration: none;
}
.TextBoxfullWithLookUp {
    width: calc(100% - 30px);
    height: 27px;
    text-align: left;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 15px;
    display: inline-block;
    border: 0px solid rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    margin-bottom: 0px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
TextBoxfullPreview {
    width: 100%;
    height: 27px;
    text-align: left;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 15px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    margin-bottom: 0px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    background-color:#e8e8ec;
}
.TextBoxfullCredentials
{
    width:100%;
    height:27px;
    text-align:left;
    text-decoration:none;
    padding-left:10px;
    padding-right:15px;
    display:inline-block;
    border:0px solid rgba(0, 0, 0, 0.30);
    border-radius:3px;
    margin-bottom:10px;
    font-weight:bold;
    text-transform:none;
}
.TextBoxSearch {
    height: 35px;
    text-align: left;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 15px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0px;
    margin-bottom: 10px;
    margin-right: -11px;
    font-weight: bold;
    text-transform: none;
    width:80%;
}
.TextBoxfullDisable {
    width: 100%;
    height: 27px;
    text-align: left;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 15px;
    display: inline-block;
    border: 0px solid rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #e8e8ec;
    /*text-transform: uppercase;*/
    pointer-events: none;
}
.TextBoxfullGrideDisable {
    width: 100%;
    height:21px;
    text-align: left;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 15px;
    display: inline-block;
    border: 0px solid rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    font-weight: bold;
    background-color: #e8e8ec;
    /*text-transform: uppercase;*/
    pointer-events: none;
}
.TextBoxfullCredentialsDisable {
    width: 100%;
    height: 27px;
    text-align: left;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 15px;
    display: inline-block;
    border: 0px solid rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #e8e8ec;
    /*text-transform: lowercase;*/
    pointer-events: none;
}
.LabelFullDisable
{
    width:100%;
    height:27px;
    text-align:left;
    text-decoration:none;
    padding:12px 15px 7px 15px;
    display:inline-block;
    border:0px solid rgba(0, 0, 0, 0.30);
    border-radius:3px;
    margin-bottom:10px;
    font-weight:bold;
    background-color:rgb(230, 231, 232);
    /*text-transform:uppercase;*/
}


legend {
/*    border: 1px solid #808080;
    border-radius: 5px 15px 0px 0px;
*/    padding: 0px 10px 0px 10px;
    font-size: 10pt;
    color:black;
    margin-left: 0px;
}

input:active
{
    border:0px;
}


fieldset {
    border: 1px solid #808080;
    border-radius: 0px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 0px 10px 5px 10px;
    font-weight:normal;
}
.fieldset_div fieldset {
    font-size: 10pt;
    border: 1px solid #000000;
    border: 1px solid #999999;
    border-radius: 7px;
    margin: 0px;
}
select
{
    font-size:12pt;
}

.Space10
{
    height:10px;
}
.Space20 {
    height: 20px;
}
.Space30 {
    height: 30px;
}
.Space40 {
    height: 40px;
}
.Space50 {
    height: 50px;
}
.Space60 {
    height: 60px;
}
.Space70 {
    height: 70px;
}
.hBar50
{height:50px}

.hBar25
{height:25px}

.hBar15
{height:15px}

.vBar50
{
    height: 100%;
    border-left-width: 1px;
    border-left-color: #999999;
    border-left-style: solid;
    margin-right: 50px;
    margin-left: 50px;
}

.vBar25
{
    height: 100%;
    border-left-width: 1px;
    border-left-color: #999999;
    border-left-style: solid;
    margin-right: 25px;
    margin-left: 25px;
}

.vBar15
{
    height: 100%;
    border-left-width: 1px;
    border-left-color: #999999;
    border-left-style: solid;
    margin-right: 15px;
    margin-left: 15px;
}

/*------------------------------------*/
/*------------------------------------*/
.noticeSuccess {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 7px;
    margin-bottom: 0px;
    background-color: #A0F39D;
    border-left: 10px solid #A0F39D;
    color: #000000;
    font-weight: bold;
}
.noticeError {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    background-color: #F6787A;
    border-left: 10px solid #F6787A;
    color: #000000;
    font-weight: 800;
}
.noticeInfo {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    background-color: #FEDA91;
    border-left: 10px solid #FEDA91;
    color: #000000;
    font-weight: bold;
}
.noticeInfo div, .noticeError div, .noticeSuccess div
{
    position:relative;
    padding:5px;
    margin:5px;
    background-color:rgba(255, 255, 255, 0.88);
    font-size:10pt;
}

.noticeValidCert {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85%;
    padding: 15px;
    margin-bottom: 0px;
    background-color: #80ff8a;
    border: 1px solid #148507;
    color: #000000;
    font-weight: bold;
}

.noticeInvalidCert {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85%;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #FFE8E8;
    border: 1px solid red;
    color: #000000;
    font-weight: 800;
    font-size: 14pt;
}
.dateContainer
{
    width:300px;
    height:190px;
    border-top: 2px solid #598cdd;
    background-color:rgba(249, 249, 249, 0.85);
    color:black;
    padding:10px 20px 20px 20px;
    margin-right:30px;
    border-radius:5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    display:inline-block;
}
.dateContainerTime
{
    display:block;
    border-bottom:0px solid #979292;
    padding-bottom:10px;
    font-size:38pt;
    text-align:center;
}
.dateContainerDayName
{
    position:relative;
    display:block;
    width:60px;
    text-align:left;
    font-size:8pt;
    font-weight:bold;
    color:black;
    text-transform:capitalize;
    margin-bottom:2px;
}
.dateContainerDay
{
    position:relative;
    display:block;
    border:1px solid #598cdd;
    width:60px;
    height:40px;
    text-align:center;
    font-size:20pt;
    padding-top:3px;
    background-color:#598cdd;
    color:white;
}
.dateContainerMonth
{
    display:block;
    width:60px;
    height:40px;
    text-align:left;
    text-align:center;
    font-size:19pt;
    padding-top:3px;
    text-transform:capitalize;
}
.dateContainerYear
{
    float:right;
    position:relative;
    text-align:center;
    align-content:center;
    right:0px;
    top:-100px;
    font-size:70pt;
    font-family:'Trebuchet MS',sans-serif, Calibri;
    color:rgba(0, 0, 0, 0.2);
}
.welcomeContainer
{
    color:black;
    padding:20px;
    display:inline-block;
}
.welcomeContainerName
{
    color:black;
    font-size:36pt;
    display:block;
}
.welcomeContainerLastLogin
{
    color:black;
    font-size:14pt;
    display:block;
}
.welcomeContainerWhatAction
{
    margin-top:50px;
    color:black;
    font-size:18pt;
    display:block;
}
.actionContainer
{
    width:190px;
    height:120px;
    background-color:#598cdd;
    color:black;
    padding:10px 20px 20px 20px;
    margin-right:30px;
    border-radius:5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    display:inline-block;
    text-align:center;
    margin-bottom:30px;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      text-transform:capitalize;

}

/* buttons*/
.ButtonFullBlue, .ButtonFullRed, .ButtonFullGrey, .ButtonFullGreen {
    height: 35px;
    text-align: left;
    text-decoration: none;
    padding: 8px 20px;
    display: inline-block;
    border: 0px;
    border-radius: 3px;
    margin-bottom: 7px;
    cursor: pointer;
}
    .ButtonFullBlue:hover, .ButtonFullRed:hover, .ButtonFullGrey:hover, .ButtonFullGreen:hover {
        height: 35px;
        text-align: left;
        text-decoration: none;
        padding: 8px 20px;
        display: inline-block;
        border: 0px;
        border-radius: 3px;
        margin-bottom: 7px;
        cursor: pointer;
    }
.ButtonFullBlue {
    color: #ffffff;
    background: #055A83;
}
    .ButtonFullBlue:hover {
        color: #ffffff;
        background: #144a67;
    }
.ButtonFullRed
{
    color:#ffffff;
    background-color:#c33838;
}
.ButtonFullRed:hover {
    color: #ffffff;
    background-color: #7c1717;
}
.ButtonFullGrey
{
    color:#ffffff;
    background-color:#808080;
}
.ButtonFullGrey:hover {
    color: #ffffff;
    background-color: #686868;
}
.ButtonFullGreen {
    color: #ffffff;
    background-color: #12b92a;
}

    .ButtonFullGreen:hover {
        color: #ffffff;
        background-color: #096817;
    }
.button_new {
    height: 27px;text-align: center; text-decoration: none; padding: 6px 12px; display: inline-block;  border: 0px;
    border-radius: 3px; margin-left: 5px; cursor: pointer; background-color: #055A83; color: #ffffff; font-size: 10pt;
}
.button_new:hover {
    height: 27px; text-align: center; text-decoration: none; padding: 6px 12px; display: inline-block;
    border: 0px;  border-radius: 3px; margin-left: 5px; cursor: pointer; background-color: #07405b;
    color: #ffffff; font-size: 10pt;
}
.button_new_red {
    height: 27px;
    text-align: center;
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    border: 0px;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #c33838;
    color: #ffffff;
    font-size: 10pt;
}

    .button_new_red:hover {
        height: 27px;
        text-align: center;
        text-decoration: none;
        padding: 6px 12px;
        display: inline-block;
        border: 0px;
        border-radius: 3px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #821d1d;
        color: #ffffff;
        font-size: 10pt;
    }
.button_others {
    height: 27px; text-align: center;  text-decoration: none;  padding: 6px 12px; display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.10); border-radius: 3px; margin-left: 5px; cursor: pointer;
    background-color: #f9f9f9; font-size: 11pt; color: #999999;
}
    .button_others:hover {
        height: 27px;text-align: center; text-decoration: none; padding: 6px 12px; display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.10); border-radius: 3px; margin-left: 5px;  cursor: pointer;
        background-color: rgba(0, 0, 0, 0.10); font-size: 11pt;  color: #055A83;
    }

.button_lookup {
    position: absolute;
    height: 27px;
    width: 27px;
    text-align: center;
    text-decoration: none;
    padding: 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    right: 0px;
    top: -37px;
    cursor: pointer;
    background-color: #f9f9f9;
    font-size: 18pt;
    color: #055A83;
    float: right;
}

    .button_lookup:hover {
        position: absolute;
        height: 27px;
        width: 27px;
        text-align: center;
        text-decoration: none;
        padding: 0px 0px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        border-radius: 3px;
        right: 0px;
        top: -37px;
        cursor: pointer;
        background-color: #f9f9f9;
        font-size: 18pt;
        background-color: rgba(0, 0, 0, 0.10);
        font-size: 18pt;
        color: #999999;
    }
.button_close {
    height: 27px;
    text-align: center;
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #f9f9f9;
    font-size: 11pt;
    color: #999999;
}

    .button_close:hover {
        height: 27px;
        text-align: center;
        text-decoration: none;
        padding: 6px 12px;
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.10);
        border-radius: 3px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #c33838;
        font-size: 11pt;
        color: #ffffff;
    }
.button_info 
{
    height: 27px; text-align: center; text-decoration: none; padding: 3px 7px;
    display: inline-block; margin-left: 5px; cursor: pointer; color: #999999;
    font-size: 11pt;
}
    .button_info:hover 
    {height: 27px; text-align: center; text-decoration: none;
        padding: 3px 7px; display: inline-block; margin-left: 5px; cursor: pointer;
        color: #FD7F32; font-size: 11pt;
    }
.grideview_button_save {
    text-align: center;
    text-decoration: none;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 10pt;
    color: #0a1970;
}

    .grideview_button_save:hover {
        text-align: center;
        text-decoration: none;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 3px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 10pt;
        color: #0e1a60;
    }
.grideview_button_edit {
    text-align: center;
    text-decoration: none;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 10.5pt;
    font-weight: 800;
    color: #fdbe56;
}

    .grideview_button_edit:hover {
        text-align: center;
        text-decoration: none;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 3px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 10.5pt;
        color: #0d4c72;
    }
.grideview_button_inactive {
    text-align: center;
    text-decoration: none;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 10pt;
    color: #B4C3C8;
}

    .grideview_button_inactive:hover {
        text-align: center;
        text-decoration: none;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 3px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 10pt;
        color: #B4C3C8;
    }
.grideview_button_delete {
    text-align: center;
    text-decoration: none;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 10pt;
    color: #ff3232;
}

    .grideview_button_delete:hover {
        text-align: center;
        text-decoration: none;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 3px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 10pt;
        color: #bd2d19;
    }
.SignOut
{
    height:40px;
    text-align:center;
    text-decoration:none;
    padding:3px 10px 4px 10px;
    display:inline-block;
    border:0px;
    border-radius:5px;
    background-color:#c33838;
    cursor:pointer;
    color:#ffffff;
    position:absolute;
    top:5px;
    right:15px;
}

/**********************  LOADING IN PROGRESS  **************************/
.progress
{
    background: rgba(0,0,0, 0.1);
    position: fixed;
    z-index: 90;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.progress img
{
    vertical-align: middle;
}

.progress span
{
    padding: 20px;
    position: fixed;
    height: 70px;
    width: 200px;
    z-index: 100;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    border-radius: 5px;
    top: 40%;
    bottom: 40%;
    right: 45%;
    left: 45%;
    box-sizing: border-box;
    opacity: 1;
}
/***********************************************************************/
/******************* GRIDEVIEW ***********************************/


.gridview th {
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
    padding: 8px 5px 8px 15px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #295B84;
    background-color: #e8e8ec;
    text-transform: uppercase;
}
/* the style for the normal table cells */

.gridview tr td {
    position: relative;
    font-size: 10pt;
    padding: 6px 5px 6px 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DCDFE1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #DCDFE1;
    background-color: #FFFFFF;
}

.gridview tr:hover td {
    position: relative;
    font-size: 10pt;
    padding: 6px 5px 6px 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #0d4c72;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #034E72;
    background-color: #055A83;
    color: #FFFFFF;
    cursor: auto;
}
    .gridview tr:hover td i:hover {color:#ffffff;}
    .gridview tr:hover td a:hover {
        color: #FD7F32;
    }
    .gridview tr:hover td a:link {
        color: #FFFFFF;
    }
    /*.gridview tr td:hover {
    font-size: 10pt;
    padding: 6px 5px 6px 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b5d2e0;
    cursor: auto;
}*/
    .hide-grid-column {
        display: none;
    }

.grideview_frame {
    position: absolute;
    top: 49px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.grideview_header {
    position: fixed;
}
/***********************  END GRIDEVIEW *************************/

/*********************** REPORT GRIDEVIEW ***********************/

/* the style for the normal table cells */
.gridview_rpt {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


    .gridview_rpt th {
        font-size: 9pt;
        font-weight: bold;
        color: #333333;
        background-color: #FFFFFF;
        text-transform: uppercase;
        border: 1px solid #5e6364;
        border-bottom: 2px solid #5e6364;
    }


    .gridview_rpt tr td {
        font-size: 8pt;
        padding: 0px 3px 0px 3px;
        border: 1PX solid #5e6364;
        background-color: #FFFFFF;
        padding-left: 10px;
    }

.gridview1_rpt {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: 0px;
}


    .gridview1_rpt th {
        font-size: 8pt;
        font-weight: bold;
        color: #333333;
        background-color: #FFFFFF;
        text-transform: uppercase;
        border: 0px solid #5e6364;
        border-bottom: 2px solid #5e6364;
    }


    .gridview1_rpt tr td {
        font-size: 7pt;
        padding: 0px 0px 0px 0px;
        border: 0PX solid #5e6364;
        background-color: #FFFFFF;
        padding-left: 10px;
    }

.vertical_header_rpt {
    height: 120px;
    white-space: nowrap;
}

    .vertical_header_rpt > div {
        transform:
        /* Magic Numbers */
        translate(0px, 85px)
        /* 45 is really 360 - 45 */
        rotate(270deg);
        width: 30px;
    }

        .vertical_header_rpt > div > span {
            border-bottom: 0px solid #ccc;
            padding: 0px 0px;
            text-align: center;
            letter-spacing: 1px;
        }

.app_name_rpt {
    position: absolute;
    right: 40px;
    bottom: 40px;
    height: 17px;
    display: inline-block;
    /*background-color: #105a8f;*/
    color: #055A83;
    font-size: 6pt;
    font-weight: bold;
    text-align: right;
    padding: 3px 10px 0px 10px;
    text-align: right;
    letter-spacing: 1px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1200px) 
{
    
    .fieldBox75 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox70 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox60 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox50 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox40 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox30 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox25 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox20 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox16 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }

    .fieldBox12 {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        margin: 0px;
    }
    .PageTitle4x {
        font-size: 19pt;
        color: black;
        display: inline-block;
        padding-top: 10px;
        line-height: 30px;
        margin-left:20px;
    }
    .mainContainer {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        padding: 0px;
        background: url(../app_images/frame_background_4a.png);
        background-repeat: no-repeat;
        background-color: #bbdaf4;
    }
    .MainContentLeft {
        display: block;
        vertical-align: top;
        text-align: left;
        width: 100%;
        position: relative;
        height: auto;
        padding: 10px;
    }

    .MainContentRight {
        display: block;
        vertical-align: top;
        text-align: left;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        padding-top: 0px;
    }
    .otherContent
    {

    }
    .formFrame {
        position: relative;
        /*        bottom: 40px;
        left: 0px;*/
        width: Calc(100% - 20px);
        background-color: #092737;
        margin: 120px 10px 0px 10px;
        padding: 10px;
        box-sizing: border-box;
        color: white;
        font-size: 9pt;
        border-radius: 7px;
        background-color: rgb(255, 255, 255, 0.9)
    }

    .tributeFrame {
        margin: 0px 0px 10px 10%;
        padding: 20px 40px 20px 40px;
        box-sizing: border-box;
        color: black;
        border-radius: 60px 7px 7px 7px;
        background-color: rgb(12, 129, 193, 0.60);
        border: 1px solid #f9f9f9;
    }

    .tributeFrameAlt {
        margin: 0px 10% 10px 0px;
        padding: 20px 40px 20px 40px;
        box-sizing: border-box;
        color: black;
        border-radius: 7px 7px 60px 7px;
        background-color: rgb(122, 190, 236, 0.60);
        border: 1px solid #f9f9f9;
    }

    .header {
        height: 70px;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        text-align:right;
        padding: 5px 15px 7px 40px;
        background-color: #c28bd0;
        background: url(../app_images/frame_background_3a.jpg);
        background-repeat: no-repeat;
        z-index: 10;
        border-bottom:2px solid #f9f9f9;
    }
    .otherContent
    {
        display:none;
    }

    /*.headerImg
    {
        width:60%;

    }*/

    .body {
        width: 100%;
        position: relative;
        top: 5px;
        right: 0px;
        bottom: 40px;
        padding: 0px 20px 15px 20px;
    }

    .footerMain {
        position: fixed;
        bottom: 0px;
        right: 0px;
        height: 40px;
        width: 100%;
        padding: 10px 20px 7px 20px;
        color: white;
        font-size: 9pt;
    }
}
