body {
    padding-top: 50px;
}

.sorting-table .active-sorter {
    color: #a94442;
}

.sorting-form .btn {
    position: relative;
    top: 13px;
}

.attendance-table .skipped {
    display: none;
}

.attendance-table.skipped .attended {
    display: none;
}

.attendance-table.skipped .skipped {
    display: table-row;
}

.additional-email ul {
    list-style-type: none;
}

#formSuccess {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/event_material_success_bg.png');
    width: 100%;
    height: 100%;
    overflow: hidden; 
    display: none;
}

#loading {
    background: url('../images/ajax-loader.gif') center no-repeat;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    display: none;
    left: 44%;
    position: absolute;
}

#footer_container {

}
#overlay {
    visibility: hidden;
    position: fixed; 
    background: rgba(0,0,0,.8);
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:10;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -transform: scale(0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.scale {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -transform: scale(1) !important;
}
.overlayMessage{
    height: 120px;
    width: 400px;
    background: #23578d;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -200px;
    font-family: "Helvetica";
    display: table;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -transform: scale(0);
    -webkit-transition: all .2s .25s linear;
    -moz-transition: all .2s .25s linear;
    -o-transition: all .2s .25s linear;
    transition: all .2s .25s linear;
}
.overlayMessage img#close {
  position: relative;
  top: -27px;
  left: 182px;
}
.overlayMessage .wrapper {
    display: table-cell;
    vertical-align: middle;
}
.overlayMessage h1, .overlayMessage div  {
    color: white;
    text-align: center;
}
.overlayMessage h1 {
    font-size: 19px;
    margin: 0;
}
.overlayMessage div {
    font-weight: lighter !important;
}

#header_bg{
    padding:0 37px;
}

.mainContainer{
    background:#ffffff;
    margin:0 auto;
}

.checklist_text{
    color:#7b2b83;
    font-weight: bold;
}

td.tdPadding{
    padding-bottom:10px;
}

.materials_table ul {
    margin:0;
    padding:0;
  
    color:#7b2b83;
    font-weight: bold;
}

#formSubmit{
    font-weight: 600;
    display:block;
    font-size:12px;
    padding:5px 13px;  
    color:#7b2b83;
    border-radius:7px;
    border: 1px solid #7b2b83;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(43, 11, 91, 0.59);
    -moz-box-shadow:    0px 0px 1px 0px rgba(43, 11, 91, 0.59);
    box-shadow:         0px 0px 1px 0px rgba(43, 11, 91, 0.59);
}

.materials_table { color:#666466; }
.materials_table li { list-style-type: none; margin-bottom: 15px; }
.materials_table ul { }
.materials_table label {text-indent: -41px; padding-left: 41px; display: block;}
#id_requested_rep { }
.materials_table input[type=checkbox] { }

/* checkbox styles for requested materials page, needs tweeking */
/*input[type=checkbox] {*/
    /*display:none;*/
/*}*/

/*input[type=checkbox] + label {*/
    /*padding-left:37px;*/
    /*height:28px; */
    /*display:inline-block;*/
    /*line-height:28px;*/
    /*background-repeat:no-repeat;*/
    /*background-position: 0 0;*/
    /*font-size:18px;*/
    /*vertical-align:middle;*/
    /*cursor:pointer;*/

/*}*/

/*input[type=checkbox]:checked + label {*/
    /*background-position: 0 -28px;*/
/*}*/
/*label {*/
    /*background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_b3494e4d911730a74afe38aac75f84c2.png);*/
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
/*}*/

#dashboard tr.headers th{
    color: #fff;
    background: #428bca;
}

#dashboard tr.events{
    cursor: pointer;
}

#dashboard td, #dashboard th{
    border-left: 1px solid gray;
    border-bottom: 1px solid #ddd;
}

/*#dashboard .detailrow td.header{
    font-weight: bold;
    background: #d9edf7;
    border-top: 2px solid #bce8f1;
}

#dashboard .detailrow td.header.first{
    border-left: 2px solid #bce8f1;
}

#dashboard .detailrow .header:first-child{
    border-left: 2px solid #bce8f1;
}

#dashboard .detailrow .header:last-child{
    border-right: 2px solid #bce8f1;
}
#dashboard .detailrow .sub.first{
    border-left: 2px solid #bce8f1;
}

#dashboard .detailrow .sub:last-child{
    border-right: 2px solid #bce8f1;
}

#dashboard .detailrow.last .sub{
    border-bottom: 2px solid #bce8f1;
}

#dashboard .detailrow td.items{
    text-align: left;
}
*/

.popup_wrapper{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.showOverlay {
    visibility: visible;
    z-index: 9999999;
    opacity: 1 !important;
}

.popup{
    position: absolute;
    top: 20%;
    margin:0 auto;
    width: 740px;
    height: auto;
    z-index: 8888;
    background: #fff;
    left: 50%;
    margin-left: -370px;
    text-align: center;
    border-radius: 5px;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    max-height: 500px;
    overflow-y: auto;
}

.scaleUp {
    -webkit-transform: scale(1);
            transform: scale(1);
}
 
.popup h3{
    display: inline-block;
    margin: 10px;
}

.popup table{
    margin: 0 auto 20px auto;
    width: 710px;
}

.popup .detailrow td.header{
    font-weight: bold;
    background: #d9edf7;
    border-top: 3px solid #bce8f1;
}

.popup .detailrow td.header.first{
    border-left: 3px solid #bce8f1;
}

.popup .detailrow .header:first-child{
    border-left: 3px solid #bce8f1;
}

.popup .detailrow .header:last-child{
    border-right: 3px solid #bce8f1;
}

.popup .detailrow .sub.first{
    border-left: 3px solid #bce8f1;
}

.popup .detailrow .sub:last-child{
    border-right: 3px solid #bce8f1;
}

.popup .detailrow.last .sub{
    border-bottom: 3px solid #bce8f1;
}

.popup .detailrow td.items{
    text-align: left;
}

.popup .btn-primary{
    margin: 5px;
    float:right;
}

.loader {
    position: absolute;
    color: #fff;
    top: 40%;
    z-index: 9999;
    left: 50%;
    display: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
