/* Minification failed. Returning unminified contents.
(775,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(776,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(779,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(780,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(781,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(783,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(784,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(836,27): run-time error CSS1039: Token not allowed after unary operator: '-tablecell-color'
(840,28): run-time error CSS1039: Token not allowed after unary operator: '-tableheadback-color'
(847,28): run-time error CSS1039: Token not allowed after unary operator: '-tableheadback-color'
(854,28): run-time error CSS1039: Token not allowed after unary operator: '-tableheadback-color'
(861,28): run-time error CSS1039: Token not allowed after unary operator: '-tableheadback-color'
(869,28): run-time error CSS1039: Token not allowed after unary operator: '-tablecell-color'
(873,28): run-time error CSS1039: Token not allowed after unary operator: '-tablecell-color'
(887,28): run-time error CSS1039: Token not allowed after unary operator: '-button-color'
(996,28): run-time error CSS1039: Token not allowed after unary operator: '-button-color'
(997,17): run-time error CSS1039: Token not allowed after unary operator: '-button-text-color'
(1022,28): run-time error CSS1039: Token not allowed after unary operator: '-button-color'
(1023,17): run-time error CSS1039: Token not allowed after unary operator: '-button-text-color'
(1040,28): run-time error CSS1039: Token not allowed after unary operator: '-button-color'
(1041,17): run-time error CSS1039: Token not allowed after unary operator: '-button-text-color'
(1202,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1232,27): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1510,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1515,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1569,19): run-time error CSS1033: Expected closing bracket, found 'i'
(1569,20): run-time error CSS1031: Expected selector, found ']'
(1569,20): run-time error CSS1025: Expected comma or open brace, found ']'
 */
    html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 20px #000;
    color: #333;
    font-size: .85em;
    font-family: Verdana, Helvetica, Sans-Serif, "Segoe UI";
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

.featured .content-wrapper {
background-color: #7ac0da;
background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
color: #3e5667;
padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero {
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 250px;
}

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
    width: auto;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label1 {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

/*:root {
    --primary-color: #66B2E1;
    --secondary-color: #C8FFC8;
    --tablecell-color: lightskyblue;
    --tablehead-color: darkblue;
}*/

/*:root {
    --primary-color: #ffa21f;
    --secondary-color: #C8FFC8;
    --tablecell-color: #ffeca0;
    --tableheadback-color: #ff451b;
    --button-color: #4e4ee6;
}*/


:root {
    --primary-color: #ffa21fe6;
    --secondary-color: #C8FFC8;
    /*--tablecell-color: #ffeca0;*/
    /*--button-color: #1f6ff0e0;*/
    --tablecell-color: #fff5cf;
    --button-color: royalblue;
    --tableheadback-color: #ff451bb8;
    /*--button-text-color: #000000;*/
    --button-text-color: #ffffff;
    --selected-row-back-color: #40404040;
}

table.tablestyle1, table.tablestyle2 {
    font-family: Verdana;
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 1px solid black;
}

table.tablestyle1 tr td, table.tablestyle1 tr th {
    padding: 0.25em 0.5em 0.25em 0.5em;
    padding-left: 5px;
    border-collapse: collapse;
    border: 1px solid black;
    font-family: Verdana;
    font-size: 1em;
}


table.tablestyle2 tr td, table.tablestyle2 tr th {
    padding: 0.25em 0.5em 0.25em 0.5em;
    padding-left: 5px;
    border-collapse: collapse;
    border: 1px solid black;
    font-family: Verdana;
    font-size: 1em;
}

/*table.tablestyle1 th {
    border-collapse: collapse;
    border: 1px solid black;
    font-size: 1em;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

table.tablestyle2 th {
    border-collapse: collapse;
    border: 1px solid black;
    font-size: 1em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    color: black;
}*/

table.tablestyle1 td.cellstyle1
{
    background-color:var(--tablecell-color);
}

table.tablestyle1 thead td {
    background-color: var(--tableheadback-color);
    font-weight: bold;
    text-align: center;
    color: black;
}

table.tablestyle2 thead td {
    background-color: var(--tableheadback-color);
    font-weight: bold;
    text-align: center;
    color: black;
}

table.tablestyle1 thead th {
    background-color: var(--tableheadback-color);
    font-weight: bold;
    text-align: center;
    color: black;
}

table.tablestyle2 thead th {
    background-color: var(--tableheadback-color);
    font-weight: bold;
    text-align: center;
    color: black;
    border: 1px solid black;
}

table.tablestyle1 tr:nth-child(even) {
    background-color: var(--tablecell-color);
}

table.tablestyle2 tr td:first-child {
    background-color: var(--tablecell-color);
    text-align:right;
}

input {
    height: 20px;
    border-color: gray;
    margin-top: 0px;
    margin-bottom: 0px;
}

input.btnsubmit a.btn
{
    display:block;
    background-color: var(--button-color);
    color:black;
    border-radius:5px;
}

input.btnimage
{
    height:25px;
    width:60px;
}

.low-margin-left {
    margin-left: 10px !important;
}

.low-margin-right {
    margin-right: 10px !important;
}

.pshala-round-small {
    border-radius: 2px
}

.pshala-round, .pshala-round-medium {
    border-radius: 4px
}

.pshala-round-large {
    border-radius: 8px
}

.pshala-round-xlarge {
    border-radius: 16px
}

.pshala-round-xxlarge {
    border-radius: 32px
}

.pshala-right-align {
    text-align:right !important;
}

.width-500 {
    width: 500px;
}

.width-400 {
    width: 400px;
}

.width-300 {
    width: 300px;
}

.width-200 {
    width: 200px;
}

.width-150 {
    width: 150px;
}

.width-100 {
    width: 100px;
}

.width-75 {
    width: 100px;
}

.width-50 {
    width: 50px;
}

.width-400-must {
    width: 400px !important;
}

.width-300-must {
    width: 300px !important;
}

.width-200-must {
    width: 200px !important;
}

.width-150-must {
    width: 150px !important;
}

.width-100-must {
    width: 100px !important;
}

.width-75-must {
    width: 100px !important;
}

.width-50-must {
    width: 50px !important;
}

textarea {
    border: 1px solid black;
}

a.bttn, a.bttnwide {
    display: inline-block;
    background-color: var(--button-color);
    color: var(--button-text-color);
    font-family: Arial;
    text-decoration: none;
    height: 23px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
    border: solid;
    border-width: thin;
    vertical-align: central;
}

a.bttn {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

a.bttnwide {
    width: 150px;
    padding-top: 8px;
}

a.bttn2 {
    display: inline-block;
    background-color: var(--button-color);
    color: var(--button-text-color);
    font-family: Arial;
    text-decoration: none;
    height: 19px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
    border: solid;
    border-width: thin;
    vertical-align: central;
    padding: 6px 10px 2px 10px;
    text-transform: uppercase;
    border-color: white;
    font-weight: normal;
}

button {
    background-color: var(--button-color);
    color: var(--button-text-color);
    height: 29px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

button.bttn-disabled {
    background-color: lightgray;
    cursor:auto;
}

td button {
    padding-left: 10px;
    padding-right: 10px;
}

button.bt_tn
{
    width: 80px;
}

button.bttn_wide 
{
    width: 150px;
}

button.deleteicon {
    color:black !important;
    background-color: orangered;
}

a.success 
{
    /*background-color: #6ae63c;*/
    background-color: green;
}


.visible
{
    visibility:visible;
}


table.tablestyle2 textarea {
    border: 1px solid grey;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 3px 0 3px 0;
    padding: 1px;
    width: 300px;
    min-height: 20px;
}

table.tablestyle2 input[type=text] {
    border: 1px solid grey;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 3px 0 3px 0;
    padding: 1px;
    width: 300px;
    min-height: 20px;
}

table.tablestyle2 input[type=number] {
    border: 1px solid grey;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 3px 0 3px 0;
    padding: 1px;
    width: 300px;
    min-height: 20px;
}

table.tablestyle2 select {
    border: 1px solid grey;
    background: #fff;
    min-height: 20px;
}

table.tablestyle1 input {
    border: 1px solid #000;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 3px 0 3px 0;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 20px;
}

div.error
{
    width:800px;
    background-color:orangered;
    font-size:medium;
    color:black;
}

div.error2 {
    width: 800px;
    color: red;
    font-size: medium;
    font-weight:bold;
}

div.message
{
    width:800px;
    background-color:lightgreen;
    font-size:medium;
    color:black;
}

div.shorterror
{
    width:400px;
    background-color:lightcoral;
    font-size:medium;
    font-weight:bold;
    color:black;
}

div.shortmessage
{
    width:400px;
    background-color:lightgreen;
    font-size:medium;
    font-weight:bold;
    color:black;
}

select {
    font-size: 1em;
    height: 25px;
    border-color : gray;
    margin-right: 10px;
}

label.apptitle
{
    font-size:20px;
    margin-left:50px;
}

label.apptitle:hover {
    font-weight: bold;
}

a.apptitlelink {
    text-decoration: none;
}

a.apptitlelink:hover {
    font-weight: bold;
    background-color: var(--primary-color);
}

body.pshala {
    border-top: solid 1px #000;
}

footer.pshala
{
    vertical-align: central;
    background-color: #C0C0C0;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-height: 40px;
    font-weight:bold;
}

div.pagetitle
{
    font-family:Garamond;
    font-size:1.5em;
    color:black;
    font-weight:bold;
    text-align:center;
    margin-bottom: 10px;
}

header.pshala
{
    background-color:var(--primary-color);
    max-height:60px;
    top:0px;
    width:100%;
    position:fixed;
    vertical-align:central;
    z-index: 99;
}

header .content-wrapper {
    max-width: 100%;
    padding-top: 5px;
}


div.header {
    vertical-align:middle;
    line-height:25px;
}

label {
    font-family: Verdana, Helvetica, Sans-Serif, "Segoe UI";
    font-size: 1em;
    line-height: 25px;
}

label.title {
    font-family: Verdana, Helvetica, Sans-Serif, "Segoe UI";
    font-size: 1.25em;
    line-height: 25px;
    font-weight: bold
}

.right
{
    text-align:right;
    padding-right:5px;
}

section#year label
{
    font-size:14px;
}

section#login .bold
{
    font-size:14px;
}

label.title2
{
    font-size:x-large;
    font-weight:bold;
    font-family:Garamond;
}

.bold
{
    font-weight:bold;
}

img.photo
{
    width:100px;
    height:100px;
    border-style:solid;
    border-color:black;
    border-width:thin;
}

table.pshala
{
    margin-top: 0em;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.vertical-middle {
    display: flex;
    align-items: center;
}

/*.vertical-middle label {
    padding-bottom: 5px;
}*/

input[type="radio"] {
    width: 10px !important;
}

.margin-bottom-ten {
    margin-bottom: 10px;
}

.margin-top-ten {
    margin-top: 10px;
}

.row2 {
    display: flex
}


.col-1 {
    width:8.33%
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.3%
}

.col-5 {
    width: 41.6%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3%
}

.col-8 {
    width: 66.6%
}

.col-9 {
    width: 75.0%
}

.col-10 {
    width: 83.4%
}

.col-11 {
    width: 91.67%
}

.col-12 {
    width: 99%
}

.datewidth {
    width:200px !important;
}

.offset-low {
    margin-left: 15px;
}

.offset-1 {
    margin-left: 8.33%
}

.offset-2 {
    margin-left: 16.66%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3%
}

.offset-5 {
    margin-left: 41.6%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3%
}

.offset-8 {
    margin-left: 66.6%
}

.offset-9 {
    margin-left: 75.0%
}

.offset-10 {
    margin-left: 83.4%
}

.offset-11 {
    margin-left: 91.67%
}

.offset-12 {
    margin-left: 99%
}


.snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 100%; /* Set a default minimum width */
    /*margin-left: -125px; /* Divide value of min-width by 2 */
    color: #fff; /* Black background color */
    text-align: center; /* Centered text */
    border-radius: 5px; /* Rounded borders */
    padding: 10px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    /*left: 50%; /* Center the snackbar */
    bottom: 50px; /* 30px from the bottom */
    font-weight: bold;
}

.snackbarshow {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.snackmessage {
    background-color: #0f8f0e; /* White text color */
}

.snackerror {
    background-color: #b01313; /* White text color */
}

label.routelink:hover {
    font-weight: bold;
    cursor: pointer;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    vertical-align: top;
    display: block;
    visibility: visible;
    position: fixed !important; /*absolute*/
    overflow: hidden; /*sag added*/
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 1000px;
    background-color: #fff;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

a.apptitle {
    text-decoration: none;
    background-color: var(--primary-color);
}

a.apptitle :hover {
    text-decoration: none;
    background-color: var(--primary-color);
}

label.error{
    color:red;
    font-weight:bold;
}

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
    padding-left: 5px;
}

.required:after {
    content: " *";
    color: red;
}

.instruction {
    font-style: italic;
    font-size: medium;
    background-color: khaki;
    font-family: 'Times New Roman', Times, serif;
    vertical-align: text-top;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
    padding-right:10px;
}

.flex-container {
    display: flex;
    vertical-align:middle;
}

.parent-center {
    display:flex;
    justify-content: center;
    align-items:center;
}

.fnormal {
    font-size: 1em;
}

input[type="date" i] {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

div.message_text_box {
    max-width: 300px;
    min-width: 300px;
    min-height: 200px;
    font-family: 'Courier New';
    border: 1px solid black;
}

div.message_text {
    vertical-align: top;
    text-align: left;
}

.select_column {
    text-align: center;
}

.border_black {
    border: 1px solid black;
}

select.rcontrol {
    margin-right : 0px;
}

input.rcontrol {
    padding: 2px 5px 2px 5px;
}

table.rcontrol tr  td {
    padding-right: 5px;
}

.min-width-50 {
    min-width: 50px;
}

.min-width-100 {
    min-width:100px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-300 {
    min-width: 300px !important;
}

.margin-right-20 {
    margin-right: 20px;
}

.appfont {
    font-family: Verdana, Helvetica, Sans-Serif, "Segoe UI";
    font-size: 1em;
}

a.bttn, a.bttnwide, button, bttn {
    text-transform: uppercase;
    border-color: white;
    color: white !important;
    font-weight: normal;
}

a.success, button.success {
    background-color: green;
}

a.danger, button.danger {
    background-color: orangered;
}

.modal-body {
    /*display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 15px;
}

.modal-width-80-pc {
    width: 80%;
}

.modal-width-60-pc {
    width: 60%;
}

/* The Close Button */
.modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-show {
    display: block;
}
.modal-hide {
    display: none;
}

@media only screen
and (max-device-width: 1000px)
{
    div.mobile {
            display:none;
        }
    }
