﻿@charset "UTF-8";



.mainDiv {
    margin-left: 10px;
}


.redtext { 
    color:red;
    font-weight:bold;
}

.imagebutton {
    background-color: White;
    border-width:1px;
    border-color:green;

    color: black;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.button {
    background-color: #144686; 
    border: double;
    color: white;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.FOHLargebutton {
    background-color: green;
    border: double;
    color: white;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.SupervisorLargebutton {
    background-color: #800080;
    border: double;
    color: white;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}


.GridItemStyle {
    border-left:none;
    border-right:none;  
    border-bottom:solid 1px black;
    
}

.form { width: 100%; float: left; }
.formHeader { font-size: 16px; font-weight: bold; margin-bottom:10px; }
.formTitle { float:left; width:200px; margin-bottom:6px; margin-top:6px;}
.formData { float:left; margin-bottom:10px;}
.spacer { width: 100%; clear: both; float: left; }

.txtField {
    background-color: #E7F0FB; 
    border:solid;
    border-width:1px;
    color: #144686;
    padding: 6px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    height:30px;
    width:320px;
}
.txtFieldMultiLine {
    background-color: #E7F0FB; 
    border:solid;
    border-width:1px;
    color: #144686;
    padding: 6px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;   
    width:320px;
    vertical-align:top;
}
.txtFieldFOH {
    background-color: #E7FDDB;
    border: solid;
    border-width: 1px;
    color: black;
    padding: 6px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    width: 320px;
}

.txtFieldFOHMultiLine {
    background-color: #E7FDDB;
    border: solid;
    border-width: 1px;
    color: black;
    padding: 6px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 320px;
    vertical-align: top;
}

.txtFieldSupervisor {
    background-color: #FDE9FD;
    border: solid;
    border-width: 1px;
    color: black;
    padding: 6px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    width: 320px;
}

.txtFieldSupervisorMultiLine {
    background-color: #FDE9FD;
    border: solid;
    border-width: 1px;
    color: black;
    padding: 6px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 320px;
    vertical-align: top;
}


.error {
    color: red;
    text-align: left;
    font-weight:bold;
    font-size: 16px;
}

.success {
    color: green;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}


.Title {
    font-size: 24px; 
    font-weight: bold;     
    color:#144686;    
}

.SubTitle {
    font-size: 20px; 
    font-weight: bold;     
    color:#144686;    
}

.username {
    font-size: 16px;
    font-weight: normal;
    color: #144686;
}



.Heading {
    font-size: 18px;
    font-weight: bold;
    color: #144686;
}

.SubTitle2 {
    font-size: 16px; 
    color:black;
    font-weight:bold;
}

a { color: #144686; text-decoration: none; font-weight: bold; }
a:hover { text-decoration:underline; }
a.active { color: Red; }

.listbox {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    border: none;
}

.listbox input {
        margin-right: 10px;
    }

.listboxsuper {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 20px;

    border: none;
}

    .listboxsuper input {
        margin-right: 10px;
    }



.checkbox {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    border: none;
}

    .checkbox input {
        margin-right: 10px;
    }

.logout {
    margin-left: 60px;
    background-color: darkslategray;
    border: none;
    color: white;
    padding: 17px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #144686;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 14px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #E7F0FB;
        color: #144686;
        text-decoration: none;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: slategrey;
}

.deletebutton {
    background-color: red;
    border:none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.editbutton {
    background-color: #144686;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.editbutton {
    background-color: #144686;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.pdfbutton {
    background-color:dodgerblue;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.editsuperbutton {
    background-color: #800080;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.FOHbutton {
    background-color: green;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}