BODY {
    background-color: rgb(233,233,233);
    font-family: 'Noto Sans', sans-serif;
}

.navbar .container{
    width: 1170px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

DIV.heading{
    font-size: 13pt;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

DIV.middle{
    width: 1130px;
    text-align: center;
    margin: 20px auto auto auto;
    background-color: white;
    padding: 20px;
    border: 1px solid #FBEED5;
    border-bottom-style: none;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

DIV.description{
    padding-top: 10px;
}

DIV.text{
    font-size: 13px;
    color: rgb(75, 75, 75);
    padding: 15px;
}

DIV.text P{
    margin-bottom: 25px;
}

DIV.footer{
    width: 1130px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: white;
    padding: 20px;
    border: 1px solid #FBEED5;
    border-top-style: none;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

TABLE#pillsTable {
    width: 100%;
    margin-bottom: 3px;
}

TABLE#pillsTable TD:hover {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-radius: 4px;
}

TABLE#pillsTable TD{
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    color: #0088cc;
}

TABLE#pillsTable TD.active{
    background-color: #f5f5f5;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0x;
}

.tab-pane{
    padding: 15px 0px 0px 25px;
    border-top: 1px solid #DDD;    
}

.i{
    font-style: italic;
}

.b{
    font-weight: bold;
}

.red{
    color: red;
}

.blue{
    color: blue;
}

.gray{
    color: gray;
}

.brown{
    color: #C28542;
}

.indent{
    display: block;
    margin-top: 8px;
}

.left{
    text-align: left;
}

.affix{
    text-align: left;
}

.details{
    width: 820px;
    float: left;
}

.arrow{
    float: left;
    margin-left: 15px;
    margin-right: 10px;
}

.thumbPic{
    border: solid 1px gray;
    max-width: 70%;
    margin-bottom: 10px;
}

.thumbPic.mobile{
    max-height: 550px;
}

.thumbLink{
    font-style: italic;
    color: gray;
}

.heading{
    text-align: left;
    color: #333;
    padding-bottom: 25px;
}

.sub{
    margin-left: 25px;
}

.details_text{
    margin-top: 7px;
}

.no-margin{
    margin: 0px !important;
}

SPAN.emph{
    color: rgb(255,102,104);
    font-weight: bold;
}

SECTION {
    clear: both;
}

#attendanceTypes H4{
    margin-top: 15px;
    margin-bottom: 5px;
}

.bar {
    height: 18px;
    background: green;
}

.application_logo_container{
    height: 80px;
    width: 140px;
    border: 1px solid lightgray;
    float: left;
    margin-right: 8px;
    text-align: center;
}

SPAN.fileinput-button{
    margin-left: 8px;
    margin-bottom: 15px;
    float: none;
}

.property_prefix{
    color: #555;
}

.pageLink{
    color: #8E89FF;
    font-weight: bold;
    cursor: text;
}

.pageLink:hover {
    text-decoration: underline;
}

.recaptchaDiv{
    display: inline-block;
}


/* Styles for logon.php */
.logon_header{
    border-collapse: separate;
    border-color: RGB(79,129,189);
    padding: 10px;
    border-radius: 10px;
    display: inline-table;
    margin-top: 20px;
}

.logon_info{
    margin-top: 7px;
}

button.logon_submit{
    margin-bottom: 9px;
    margin-left: 5px;
}

.no-border{
    border-width: 0px;
}

.main_pane{
    text-align: center;
    background-color: white;
    margin: 30px;
    padding: 30px;
}

DIV.main_pane INPUT#major, DIV.main_pane INPUT#minor{
    font-size: 20pt;
    width: 70px;
    height: 50px;
    text-align: center;
}

DIV.pickMenu BUTTON{
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 10px;
}

TABLE#pillsTable TD{
    color: #f9850d;
}

DIV#pricelist TD.pl-heading{
    padding: 20px 30px;
    font-weight: bold;
}

DIV#pricelist TD.pl-price{
    font-weight: bold;
}

DIV#pricelist TD.free{
    font-style: italic;
}

TABLE.system-table TD.actions IMG{
    cursor: hand;
    cursor: pointer; 
    margin-left: 10px;
}

TABLE.system-table TD.actions IMG:hover{
    -webkit-box-shadow: 1px 1px 10px 0px rgba(166,166,166,1);
    -moz-box-shadow: 1px 1px 10px 0px rgba(166,166,166,1);
    box-shadow: 1px 1px 10px 0px rgba(166,166,166,1);
}