﻿* {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif,'Segoe UI';
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 10px;
    /*line-height: 1.6em;*/
}


.timeout {
    margin: 10px;
    background-color: #000;
    background: rgba(64, 64, 64, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.modalTimeout {
    border: solid #d9534f ;
    color: black;
    font-size: medium;
    font-weight: bold;
    margin: 10px;
    background-color: White;
    position: absolute;
    height: 140px;
    width: 210px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.timeoutButton {
    /*height: 26px;*/
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #d43f3a;
    background-color: #d9534f;
    color: #fff;
}

.timeoutButton:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
    text-decoration: none;
}

.timeoutButton:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    text-decoration: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
    }

.input {
    font-size: 1.2em;
    border: solid 1px black;
    background-color: white;
}

    .input:focus {
        border: solid 1px #006600;
        background-color: #D9FFD9;
    }

.inputcb {
    font-size: 1.2em;
    outline: none;
    border: none;
}

    .inputcb:focus {
        outline: none;
        border: solid 2px black;
    }



.inputrl {
    font-size: 1.2em;
    outline: none;
    border: none;
}

    .inputrl:focus {
        border: solid 1px #006600;
        background-color: #D9FFD9;
    }


input[type="radio"] {
    margin-right: 10px;
}


.inputLongText {
    border: solid 1px black;
    background-color: white;
    min-width: 320px;
    max-width: 450px;
}

    .inputLongText:focus {
        border: solid 1px #006600;
        background-color: #D9FFD9;
    }




.cssButton {
    border: 1px solid black;
    color: White;
    font-size: 1em;
    background-color: #024139;
    padding: 5px 10px 5px 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}

    .cssButton:focus {
        border: solid 2px White;
        outline: solid 1px black;
    }

    .cssButton:hover {
        background-color: #006600;
    }


.PageLabel {
    background: #D2DCF7;
    margin: 10px 0px 10px 0px;
    padding: 5px 5px 5px 10px;
    font-size: 1em;
}

#UpdateProgress1 {
    font-family: Tahoma;
    font-weight: bold;
    font-size: medium;
    background-color: #006600;
    color: White;
    bottom: 0px;
    left: 0px;
    position: fixed;
}

    #UpdateProgress1 img {
        vertical-align: middle;
        margin: 2px;
    }





.rrow {
    overflow: hidden;
    margin: 10px 15px 5px 15px;
    clear: both;
}

.rrowalt {
    background-color: lightgray;
    overflow: hidden;
    margin: 10px 15px 5px 15px;
    clear: both;
}

.rrowlabel {
    font-weight: bold;
    display: block;
    float: left;
}

.rcolumngroup {
    overflow: hidden;
    display: block;
    float: left;
}

.rcolumn {
    display: block;
    float: left;
}

.PageTitle {
    font-size: 1.6em;
    padding-top: 8px;
    padding-bottom: 10px;
}

#PageTitle {
    font-size: 1.6em;
    padding-top: 8px;
    padding-bottom: 10px;
}

#PageInstruct {
    font-size: .8em;
    padding-bottom: 4px;
}

#PageGroupHeader {
    clear: both;
    background-color: #D2DCF7;
    vertical-align: top;
    padding: 3px;
    text-align: left;
    border: 1px solid #a4a4a4;
    max-width: 100%;
    Font-Size: 1.2em;
}


.PageGroupHeaderClass {
    clear: both;
    background-color: #D2DCF7;
    vertical-align: top;
    padding: 3px;
    text-align: left;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    max-width: 100%;
    Font-Size: 1.2em;
}

th {
    font-weight: normal;
}





.badge:empty {
    display:none;
}


/*Bootstrap Overrides*/
.navbar-nav > li > a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.navbar-nav {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    max-height: 28px;
}

.navbar-header {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    max-height: 28px;
}

.navbar-brand {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    max-height: 24px;
}


.navbar {
    min-height: 30px !important;
    height: 30px !important;
    margin-bottom: 0px !important;
}

/*.GridItem > input[type=button], .GridItem > input[type=submit] {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: white;
    background-color: #024139;
    color: white;
}

.GridItem > input[type=button]:focus, .GridItem > input[type=submit]:focus {
    color: white;
    background-color: #024139;
    border-color: white;
    text-decoration: none;
}

.GridItem > input[type=button]:hover, .GridItem > input[type=submit]:hover {
    color: white;
    background-color: #006600;
    border-color: white;
    text-decoration: none;
}*/

.GridItem > a {
    cursor: pointer;
    color: #006600;
}

.GridItem > a:hover {
    color: #024139;
}

    .GridItem > a:visited {
        color: #006600;
    }
