﻿body {
    width: 100%;
    height: 100%;
    background-color: #EFEFEF !important;
	overflow-y:visible;
}

.divMain {
    width: 100%;
    height: 100%;
}

.divHeader {
    width: 100%;
    position: fixed;
    z-index: 1002;
    right: 0;
    top: 0;
    left: 0;
    height: 200px;
}

    .divHeader nav {
        background-image: linear-gradient(to bottom,#fff 0,#EEE 100%);
    }

.divHeaderLower {
    height: 30px;
    background-color: #DEDEDE;
    font-size: 12px;
    color: #555;
    padding:9px;
    white-space: nowrap; 
    overflow:hidden;
}

.divContent {
    margin: 200px 0 30px 0;
    padding: 10px;
    width: 100%;
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px #555;
    -moz-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555;
    min-height: 120px;
}

.divLoginContent {
    background-color: white;
    border: solid 1px grey;
    border-radius: 10px;
    margin:200px auto 40px auto;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
    width: 450px;
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}

.divContentNavy {
    margin: 200px 0 30px 0;
    padding: 10px;
    width: 100%;
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px #000080;
    -moz-box-shadow: 0 0 10px #000080;
    box-shadow: 0 0 10px #000080;
    min-height: 120px;
}

.divContentDarkGreen {
    margin: 200px 0 30px 0;
    padding: 10px;
    width: 100%;
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px #006400;
    -moz-box-shadow: 0 0 10px #006400;
    box-shadow: 0 0 10px #006400;
    min-height: 120px;
}
.divAbout {
   background-color: white;
    border: solid 1px grey;
    border-radius: 10px;
    margin: 200px 0 30px 0;
    padding-right: 90px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}
.divFooter {
    width: 100%;
    height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 -5px 5px -5px #333;
    font-size: 12px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top,#fff 0,#EEE 100%);
     z-index: 1002;
}

    .divFooter tr {
        height: 100%;
    }

    .divFooter table {
        width: 100%;
    }

    .divFooter img {
        float: right;
        margin-top: -5px;
    }

.divMenu {
    height: 100%;
    background: #EEE;
}

.divNav {
    margin-left: 20px;
    margin-right: 20px;
}

    .liLink:hover :not(liLink > *) {
        color: #555;
        background-color: #DEDEDE;
        text-decoration: none !important;
        cursor: pointer;
    }

.liSubLink {
    /*padding: 5px;*/
}

    .liSublink:hover {
        background-color: #EFEFEF;
    }

.liLinkActive {
    background-color: #DEDEDE;
}

.mainheaderlabel {
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 20px;
}

.subheaderlabel {
    font-weight: bold;
    font-size: 16px;
	text-decoration: underline;
    margin-left: 5px;
    margin-top: 15px;
}

.ListHeaderBottom {
    font-size: 14px;
    font-weight: bold;
    color: #15428b;
    cursor: default;
    padding-top: 7px;
}

.ListHeader {
    font-size: 14px;
    font-weight: bold;
    color: #15428b;
    padding: 5px;
    border-bottom: 1pt solid #AAA;
    border-collapse: collapse;
}

    .ListHeader td span {
        padding: 5px;
        margin-bottom: 15px;
        cursor: pointer;
        text-decoration: none;
        color: #000;
    }

.ListHeaderSearchBox {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #555;
    background-color: #DDD;
    padding: 2px !important;
    height: 25px !important;
}


.ListTable {
    width: 100%;
}

    .ListTable tr {
        -webkit-transition: background-color 0.5s ease-out;
        -moz-transition: background-color 0.5s ease-out;
        -o-transition: background-color 0.5s ease-out;
        transition: background-color 0.5s ease-out;
        cursor: pointer;
    }

    .ListTable tbody tr not ListHeaderBottom:hover {
        background-color: #EDEDED;
    }

.divInfoTalble {
    margin-top: 20px;
}

    .divInfoTalble tr {
    }

    .divInfoTalble td {
    }

        .divInfoTalble td span {
            padding: 4px;
            margin: 4px;
            margin-left: 20px;
        }

.divInfoListTalble {
    font-size: 16px;
    font-weight: bold;
    color: #15428b;
    padding: 5px;
    border-collapse: collapse;
}

    .divInfoListTalble tr {
        -webkit-transition: background-color 0.5s ease-out;
        -moz-transition: background-color 0.5s ease-out;
        -o-transition: background-color 0.5s ease-out;
        transition: background-color 0.5s ease-out;
    }

        .divInfoListTalble tr:first-child {
            border-bottom: 1pt solid #AAA;
        }

        .divInfoListTalble tr:not(:first-child) {
            font-size: 13px;
            font-weight: normal;
            color: #444;
        }

            .divInfoListTalble tr:not(:first-child):hover {
                background-color: #EDEDED;
            }

.divMeetingNotes {
    margin: 0 15px 0 15px;
}

.divMeetingDocs {
}

.divMeetingMeetingComments {
    margin: 0 30px 0 30px;
}

.shadowLineBelow {
    -webkit-box-shadow: 0 3px 2px -3px #333;
    -moz-box-shadow: 0 2px 3px -3px #333;
    box-shadow: 0 2px 3px -3px #333;
    width: 100%;
    margin-bottom: 10px;
    height: 10px;
}


.divMeetingInfoAgenda {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    padding: 10px;
}

.tdbordertext {
    border-right: #9ebfdb 1px solid;
    border-top: #9ebfdb 1px solid;
    border-left: #9ebfdb 1px solid;
    border-bottom: #9ebfdb 1px solid;
    background-color: white;
    font-size: 12px;
    font-family: 'Arial';
    text-decoration: none;
    color: Black;
}

.tdbordermiddle {
    border-left: #9ebfdb 1px solid;
}

.tdbordertext_noRight {
    border-top: #9ebfdb 1px solid;
    border-left: #9ebfdb 1px solid;
    border-bottom: #9ebfdb 1px solid;
    background-color: white;
    font-size: 12px;
    font-family: 'Arial';
    text-decoration: none;
    color: Black;
}

.tdbordertext_noRightBold {
    border-top: #9ebfdb 1px solid;
    border-left: #9ebfdb 1px solid;
    border-bottom: #9ebfdb 1px solid;
    background-color: white;
    font-size: 12px;
    font-family: 'Arial';
    text-decoration: none;
    font-weight: bold;
    color: Black;
}

.gridViewRow {
    border-bottom: solid 1px #DDD;
}

    .gridViewRow div {
        padding-bottom: 10px;
        padding-top: 10px;
    }

.tdbordertext_noLeft {
    border-top: #9ebfdb 1px solid;
    border-right: #9ebfdb 1px solid;
    border-bottom: #9ebfdb 1px solid;
    background-color: white;
    font-size: 12px;
    font-family: 'Arial';
    text-decoration: none;
    color: Black;
}

.tdIndent {
    text-indent: 15px;
}

.minispace {
    height: 10px;
}

.space {
    height: 20px;
}

.divUserComment {
    right: 0;
    left: 0;
    box-shadow: -3px 0px 2px -2px #aaaaaa;
    padding-left: 25px;
}

.divUserCommentBtnContainer {
    width: 100%;
    margin: 4px 4px 10px 0px;
}

    .divUserCommentBtnContainer a {
        margin-right: 10px;
        cursor: pointer;
    }

.divLigthboxBG {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1003;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.divLigthboxContainer {
    display: none;
    position: absolute;
    top: 25px;
    bottom: 50px;
    left: 100px;
    right: 100px;
    background: rgba(240, 240, 240, 0.9);
    padding: 20px 20px 30px 20px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    border-radius: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .divLigthboxContainer {
        display: none;
        position: absolute;
        top: 25px;
        bottom: 50px;
        left: 100px;
        right: 100px;
        background: rgba(240, 240, 240, 0.9);
        padding: 20px 20px 90px 20px;
        max-width: 100%;
        -webkit-box-shadow: 0 0 20px #000;
        -moz-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
        border-radius: 10px;
    }
}

_:-moz-any-link, :root .divLigthboxContainer {
    display: none;
    position: absolute;
    top: 25px;
    bottom: 50px;
    left: 100px;
    right: 100px;
    background: rgba(240, 240, 240, 0.9);
    padding: 20px 20px 90px 20px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    border-radius: 10px;
}

.txtLigtboxInput {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    bottom: 50px;
}

.divLigthboxButtonsContainer {
    position: absolute;
    z-index: 1004;
    right: 20px;
    left: 20px;
    bottom: 10px;
}

.divLigthboxMsg {
    display: inline;
    float: left;
}

.divLigthboxButton {
    display: inline;
    position: relative;
    background-color: #FFF;
    height: 24px;
    margin-right: 4px;
    padding-top: 2px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #555;
    -moz-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555;
    vertical-align: central;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    float: right;
    cursor: pointer;
}

    .divLigthboxButton:hover {
        background-color: #EFEFEF;
    }

.noScroll {
    overflow: hidden;
}

.jfontsize-button {
    font-size: 13px !important;
    width: 25px;
    text-align: left;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

    .jfontsize-button:hover {
        color: #555;
    }

.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    background: #eee;
}

.divSucsessError {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    padding-top: 100px;
    height: calc(100vh - 160px);
}

.divSucsessMsg {
    padding: 15px;
    color: darkgreen;
    width: 450px;
    height: 300px;
    -webkit-box-shadow: 0 0 20px #006400;
    -moz-box-shadow: 0 0 20px #006400;
    box-shadow: 0 0 20px #006400;
    margin: 0 auto;
    border-radius: 5px;
}

.divErrorMsg {
    padding: 15px;
    color: red;
    width: 450px;
    height: 300px;
    -webkit-box-shadow: 0 0 20px #8B0000;
    -moz-box-shadow: 0 0 20px #8B0000;
    box-shadow: 0 0 20px #8B0000;
    margin: 0 auto;
    border-radius: 5px;
}

.imgErrorSucsess {
    width: 150px;
}

.divCommitteeMemberInfo {
    display: none;
    padding: 10px;
    margin: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px #555;
    -moz-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display:inline-block;
  border-top: 5px solid #000;
  margin-left:5px;
  margin-bottom:1px;
}

.divFileLigthboxContainer {
    display: none;
    position: relative;
    height: 300px;
    width: 400px;
    margin:auto;
    margin-top:200px;
    background: #FFF;
    padding: 20px 20px 30px 20px;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    border-radius: 10px;
}
.btnLightboxFile {
    float:right;
    border-radius:3px;
    background-color: #555555; 
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin:15px 5px;
}

.divDragAndDropYellow {
    -webkit-box-shadow: 0 0 10px #FFFF00;
    -moz-box-shadow: 0 0 10px #FFFF00;
    box-shadow: 0 0 10px #FFFF00;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    -moz-transition: -moz-box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
}
.divDragAndDrop {
    padding: 5px;
}

.searchTable {
    width:650px;
    margin: auto;
}
    .searchTable td {
        height:35px;
    }
    .searchTable h2 {
        margin:auto;
        text-align:center;
        width:100%;
    }
.btnSearch {
    float:right;

}
.btnButton {
    border-radius: 7px;
    background-color: #79AC79;
    color: white;
    border: none;
    height: 30px;
    font-size: 1.5em;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color 0.5s, -moz-box-shadow 0.5s,box-shadow 0.5s,-webkit-box-shadow 0.5s;
}

    .btnButton:hover {
        background-color: #689B68;
        -moz-box-shadow: inset 0 0 10px #005300;
        -webkit-box-shadow: inset 0 0 10px #005300;
        box-shadow: inset 0 0 10px #005300;
    }

.txtTextControl {
    width:100%;
    transition: box-shadow 5.5s;
}

    .txtTextControl:hover {
        -moz-box-shadow: 0 0 5px #AAA;
        -webkit-box-shadow: 0 0 5px #AAA;
        box-shadow: 0 0 5px #AAA;
    }
.Label {
    padding-right: 5px;
    padding-left: 5px;
}

.applicationlabelRow {
	font-family: 'Arial';
    vertical-align:middle;
    text-decoration:none;
    transition: background-color 0.3s;
    height:35px;
    cursor:pointer;
}
    .applicationlabelRow:hover {
        background-color:#EFEFEF;
    }
.applicationgrouplabel
{
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	color: #15428b;
	font-family: 'Arial';
	text-decoration: none;
}
.searchResultTable {
    width:650px;
    margin:auto;
}

.timeOutWarning {
    color:#FF4500;
    font-weight:bold;
    position:relative;
    -webkit-animation:  alert 0.6s infinite;
    -moz-animation: alert 0.6s infinite;
    animation: alert 0.6s infinite;
}

@-webkit-keyframes alert
{
    0% {  color:#000; }
    50% { color:#FF0000; }
    100% { color:#000; }
}

@-moz-keyframes alert
{
    0% {  color:#000; }
    50% { color:#FF0000; }
    100% { color:#000; }
}
@keyframes alert {
    0% {  color:#000; }
    50% { color:#FF0000; }
    100% { color:#000; }
}

.fullScreenNotifyBG {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
     background: rgba(0, 0, 0, 0.8);
    display:none;
    z-index:10000;
}

.fullScreenNotifyContainer {
    width:630px;
    border-radius: 7px;
    height:400px;
    top:200px;
    cursor:pointer;
    box-shadow:  0 0 15px 10px #FF0000, inset 0 0 50px 1px #DFDFDF;
    background: rgba(255, 255, 255, 1);
    position:relative;
    margin:auto;
    padding :20px;
    -webkit-animation:  alert 1s infinite ease-in-out;
    -moz-animation: alert 1s infinite ease-in-out;
    animation: alert 1s infinite ease-in-out;
}
    .fullScreenNotifyContainer img {
        height:225px;
        width:225px;
        margin-left:202px;
    }
.timeOutWarningHeadLine {
    font-size:32px;
    text-decoration:underline;
    width:100%;
    text-align:center;
}
.timeOutWarningText {
    font-size:20px;
    margin:20px;
}

#timeoutRenew {
    opacity: 0.6;
}

.filterColumnIcon {
    width:30px;
    height:30px;
    box-shadow:  0 0 5px 1px #AAA;
    position:absolute;
    display:none;
    border-radius:15px;
    overflow:hidden;
}
.imgSearch {
    width:20px;
    height: 20px;
    vertical-align:middle;
    overflow:hidden;
    margin-top:-11px;
    margin-left:5px;
}
.navbar-nav > li {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    transition: -moz-box-shadow 0.5s,box-shadow 0.5s,-webkit-box-shadow 0.5s;
}

/*.navbar-nav > li:hover {
    -moz-box-shadow:   inset 0px 5px 10px 1px #CCC;
    -webkit-box-shadow:   inset 0px 5px 10px 1px #CCC;
    box-shadow:  inset 0px 5px 10px 1px #CCC;
}*/
.dropdown-toggle {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}