body{
    -webkit-font-smoothing: antialiased;
}

body > div.container {
    margin-bottom: 30px;
}

ul li {
    list-style-type: none;
}

.metaMenu {
    padding-top: 1px;
    height: 19px;
    color: #474F49;
    font-size: 12px;
}

#headBanner {
    height: 150px;
    width: 100%;
    background-color: #454F58;
    margin-bottom: 25px;
}

#headBanner img {
    height: 70px;
    margin: 40px 0 0 1%;
    float: left;
}

#mainMenu {
    height:100%;
    margin-left: 45%;
    padding-top: 50px;
}

#mainMenu ul {
    margin: 0;
    padding: 0;
    display: inline;
}

#mainMenu ul li {
    display: inline;
    position: relative;
    list-style-type: none;
    padding: 0 16px;
}

#mainMenu ul li a {
    font-size: 20px;
    color: #FD997C;
    font-family: Arial, Verdana, sans-serif;
}

#mainMenu ul li a.active {
    color: white;
}

#mainMenu ul li a:hover {
    color: white;
    text-decoration: none;
}

#mainMenu ul li ul.secondaryMenu  {
    display: inline;
    position: absolute;
    top: 26px;
    left: 0;
    white-space:nowrap;
}

#mainMenu ul li ul.secondaryMenu li {
    padding: 0 10px;
    display: inline;
}

#mainMenu ul li ul.secondaryMenu li a {
    font-size: 18px;
    color: #FDD585;
}

/*


#secondaryMenu {
    height:100%;
    margin-left: 40%;
}

#mainMenu ul li ul.secondaryMenu li {
    display: inline;
    list-style-type: none;
    padding: 0 16px;
}

#mainMenu ul li ul.secondaryMenu li a {
    font-size: 18px;
    color: #FDD585;
    font-family: Arial, Verdana, sans-serif;
}
/*
#mainMenu ul li ul.secondaryMenu li a.active {
    color: white;
}

#mainMenu ul li ul.secondaryMenu li a:hover {
    color: white;
    text-decoration: none;
}*/

div.table_form
{
    display:table;
}
form.table_form_tr, div.table_form_tr
{
    display:table-row;
}
span.table_form_th, div.table_form_th
{
    display:table-cell;
    width: 55px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
span.table_form_th_wide, div.table_form_th_wide
{
    display:table-cell;
    width: 85px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
span.table_form_th_narrow, div.table_form_th_narrow
{
    display:table-cell;
    width: 35px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
span.table_form_td, div.table_form_td
{
    display:table-cell;
    width: 55px;
    text-align: center;
    vertical-align: middle;
}
span.table_form_td_wide, div.table_form_td_wide
{
    display:table-cell;
    width: 85px;
    text-align: center;
    vertical-align: middle;
}
span.table_form_td_narrow, div.table_form_td_narrow
{
    display:table-cell;
    width: 35px;
    text-align: center;
    vertical-align: middle;
}

table.records_list tr th, table.records_list tr td {
    text-align: left;
}

#disceryx_attendancemanagerbundle_student_person_xxx div.form-group, #disceryx_attendancemanagerbundle_student_person_address div.form-group {
    /* width: 100%; */
}

.flash-notice, .flash-info {
    font-size: 125%;
    border: 1px solid;
    margin: 3px 0px;
    padding: 3px 10px 3px 28px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Resources/public/images/notice.png');
}
.flash-success, .fos_user_success {
    font-size: 125%;
    border: 1px solid;
    margin: 3px 0px;
    padding: 3px 10px 3px 28px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../Resources/public/images/success.png');
}
.flash-warning {
    font-size: 125%;
    border: 1px solid;
    margin: 3px 0px;
    padding: 3px 10px 3px 28px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-color: #9F6000;
    background-color: #FFFABF;
    background-image: url('../Resources/public/images/warning.png');
}
.flash-error {
    font-size: 125%;
    border: 1px solid;
    margin: 3px 0px;
    padding: 3px 10px 3px 28px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Resources/public/images/error.png');
}

.panel-body .panel-title {
    margin-bottom: 10px;
}

.navbar-inverse {
    background: #454F58;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.1;
    padding: 4px 2px 3px;
    vertical-align: baseline;
}

.fileLike {
    background-color: beige;
    border: 1px solid black;
    margin-left: 12px;
    padding: 7px 0 0 13px;
    width: 770px;
}

.fileLike ul {
    padding-left: 0;
}

select[multiple] {
    height: 200px;
}

input.narrow-input {
    margin-left: 20px;
    width: 45px;
}

/* for tablets and smaller */
@media (max-width: 768px) {
    li#logged-in {
        display: none;
    }
}

a.navbar-brand {
    padding: 9px 12px !important;
}

table.students td.actions {
    width: 75px;
}

button.btn-sm {
    border: 0px;
}

#horizontal_chooser {
    margin: auto;
}

#horizontal_chooser tr td {
    padding: 2px 3px;
}

.greyedout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
    color: grey;
}

.disable_a_href{
    pointer-events: none;
}