/*.table-compact td, th {*/
/*border-top: 0px solid #dddddd !important;*/
/*padding: 0.2em !important;*/
/*}*/

/*.td-fixed {*/
/*width: 20%;*/
/*}*/

.status {
padding: 3px;
text-align: center;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .58rem 0.5rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.status_applicant {
background-color: #f0ad4e !important;
color: #ffffff;
}

.status_applicant_cancelled {
    background-color: #6c757d !important;
    color: #ffffff;
}

.status_approved {
background-color: #299a0b !important;
color: #ffffff;
}

.status_withdrawn {
background-color: #6c757d !important;
color: #ffffff;
}

.status_reserve_list {
    background-color: purple !important;
    color: #ffffff;
}

.status_applicant_light {
    background-color: #f9efe0 !important;
    color: #f0ad4e;
}

.status_approved_light {
    background-color: #cae1c3 !important;
    color: #299a0b;
}

.status_withdrawn_light {
    background-color: lightgrey !important;
    color: #6c757d;
}

.status_reserve_list_light {
    background-color: #e5d7e5 !important;
    color: purple;
}

.fa-orange {
    color : #f0ad4e;
}

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
    text-align: left;
}
table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}


input[type="radio"].radio-checkbox {
    width: 30px;
    height: 30px;
}


.boolean {
    text-align: left;
}

.center {
    text-align: center;
}

.boolean_yes_highlight {
    background-color: yellow !important;
    color: #000000 !important;
}

.boolean_yes {
    background-color: #299a0b !important;
    color: #ffffff;
}

.boolean_no {
    background-color: darkred !important;
    color: #ffffff;
}

.boolean_no_grey {
    background-color: #6c757d !important;
    color: #ffffff;
}

.boolean_rounded_edges {
    padding: 3px;
    border-radius: 5px;
}

.pad-left-30 {
padding-left: 30px !important;
}

.badge-red-big {
    color: #fff !important;
    background-color: #dc3545 !important;
    font-size: 16px !important;
}

.badge-green-big {
    color: #fff !important;
    background-color: #299a0b !important;
    font-size: 16px !important;
}

.badge-yellow {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

.badge-yellow-big {
    color: #fff !important;
    background-color: #f0ad4e !important;
    font-size: 16px !important;
}

.badge-purple-big {
    color: #fff !important;
    background-color: purple !important;
    font-size: 16px !important;
}

.badge-grey {
    color: #fff !important;
    background-color: #6c757d !important;
}

.badge-grey-big {
    color: #fff !important;
    background-color: #6c757d !important;
    font-size: 16px !important;
}

#parent_signature {
    border: 2px dotted #666;
}

#applicant_signature {
    border: 2px dotted #666;
}

#section_leader_signature {
    border: 2px dotted #666;
}

.signature {
    font-family: Arial;
    font-size: 26px;
    margin-bottom: -5px;
}

.signature_script {
    font: 500 35px/1.3 'Marck Script', Helvetica, sans-serif;
    color: #2b2b2b;
    text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    margin-bottom:0px;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/* Admin */

.left_menu_div {
    /*background-color:#5a6667;*/
    border-bottom:rgba(0,0,0,0.1) 1px solid;
    border-top:rgba(255,255,255,0.1) 1px solid;
    padding:12px 10px !important;
    color:#c2c9c9;
    font-size:14px;
    line-height:25px;
    display:block;
    height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.left_menu_div_main_icon {
    float:left;
    font-size:20px;
    width:50px; height:40px;
    line-height:50px;
    text-align:center;
    margin:-12px 10px -12px -10px;
}

.left_menu_div_heading {
    margin-left:15px;
    float:none;
    font-size:20px;
    width:50px; height:40px;
    line-height:50px;
    text-align:center;
}

div.checkin-response {
    opacity:1;
    transition:opacity 500ms;
}
div.checkin-response-hide {
    opacity:0;
}