﻿body {
    font-family: Arial;
    font-size: 18px;
    margin: 0px;
    background-color: lightgrey;
}

.textArea {
    width: 300px;
    height: 230px;
}

.textAreaMedium {
    width: 300px;
    height: 80px;
}

input[type=checkbox] {
    transform: scale(1.5);
}

select, input[type=text], input[type=password], .textArea, .textAreaMedium {
    border: 1px solid black;
    padding: 4px;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    select:focus, input[type=text]:focus, input[type=password]:focus, .textArea:focus, .textAreaMedium:focus, input[type=radio]:focus, input[type=checkbox]:focus {
        outline: none;
        background-color: #ffffc0;
        border-color: #9ecaed;
        box-shadow: 0 0 10px #9ecaed;
    }

input[type=text], input[type=password] {
    width: 250px !important;
    height: 20px !important;
    padding: 3px !important;
}

input[type="submit"] {
    background-color: #009991;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 23px;
    text-decoration: none;
    border: none;
}

input[type="submit"]:hover {
    background-color: gray;
}

.button_small {
    background-color: #006562 !important;
    border: 1px solid #241d13;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    height: 28px;
}

    .button_small:hover {
        background-color: #376bb0;
    }

input[class="button_small"] {
    background-color: #006562;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
}

h1 {
    font-size: 24px;
    color: white;
    padding: 3px;
}

.TableClassAdmin tr th {
    padding: 7px;
}

.TableClassAdmin td {
    padding: 7px;
}

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 500px;
    height: auto;
    padding: 5px;
    background: #EEEFEB;
    color: white;
    border: 0px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

/*tr:nth-child(even), .odd {
    background-color: #b6d0c4;
}*/

.ddlDegree_font label, .checkbox label {
    font-size: 14px;
    margin-right: 5px;
}

.sectionHeader {
    /*background-color: #006562 !important;*/
    background-color: #006562 !important;
    color: white !important;
    padding: 7px !important;
}

.statusTextSmall {
    font-size: 14px;
    color: green;
}
