﻿body {
    padding: 0px;
    margin:0px;
}

 

.logo-div {
    background: url(../images/ifly_logo.png?v=4) no-repeat;    
    height: 45px;    
    background-size: contain;
}

.header-row {
    box-sizing: border-box;
    color: white;
    font-weight: normal;
    font-size: 30px;
    font-family: UnitedItalic;
    background-color: #1C3555;
}

.header-row:after {
    box-sizing: border-box;
    content: "";
    display: table;
    clear: both;
}

.header-column {
  /*  float: left;
    width: 33.33%;
    padding: 3px;       
  */  
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    white-space:nowrap;
}

h2 {
    font-family: Flama;
} 

.nav-header {
    display: inline-block;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
   
    cursor: default;
    font-weight:normal;
}

    .nav-header :link {
        text-decoration: unset;
    }

    .nav-header :visited {
        color: white;
    }

    .nav-header :hover {
   
    }

    .nav-header :active {
        
    }
    .nav-header a {
        color: white;
    }
    .nav-header a:hover {
        text-decoration: underline;
    }
    .nav-header select, .nav-header option, .nav-header a {
        cursor: pointer;
    }

a.btn:hover {
    color: white !important;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}




.checkbox {
    width: 34px;
    height: 32px;
}

.un_checked_checkbox {
    background-image: url(../images/un_checked_box.png);
    background-size: cover;
}

.checked_checkbox {
    background-image: url(../images/checked_box.png?v=2);
    background-size: cover;
}
.disabled_checkbox {
    width: 34px;
    height: 32px;
    background-image: url(../images/disabled_checkbox.png);
    background-size: cover;
}

.un_checked_radiobox {
    width: 34px;
    height: 32px;
    background-image: url(../images/un_checked_box.png);
    background-size: cover;
}

.checked_radiobox {
    width: 34px;
    height: 32px;
    background-image: url(../images/checked_radiobox.png);
    background-size: cover;
}


 
.dob_select {
    margin: 3px;
}

.status_ok {
    color: forestgreen;
}
.status_ready {
    color: #004990;
}
.status_danger {
    color: #f50028;
}
.status_black {
    color: #1C3555;
}


.sub_status {
    color: #808080;
    font-weight: normal;
    font-size: 12px;
}

.alert-info {
    background-color: #c1d4ff !important;
    border-color: #a5bff7 !important;
}

.dob{
    height:40px;
    font-size:25px;    
}
.dob-invalid {
    border: solid 3px #f50028;    
}

.radio-border {
    clear: both;
    text-align: left;
    margin-top: 10px;
    padding: 13px;
    background-color: #c1d4ff;
    border-radius: 5px;
    border: solid 1px #aec5f9;
    cursor: pointer;
}


/* datatables*/
.no-sort::after {
    display: none !important;
}

.no-sort {
    cursor: default !important;
}


 

#data_table {
    font-family: Flama, Arial, Helvetica, sans-serif;
    margin:auto;
    width:70% !important; 
    padding:0px !important;
}

#data_table th {
    background-color: #1C3555;
    color: white;
}

#data_table th:first-child {
    border-top-left-radius: 6px;
}

#guest_data_table th:last-child, .custom-data-table th:last-child {
    border-top-right-radius: 6px;
}

#data_table .expand-column {
    width: 2px;
    max-width:10px;
}

#data_table tr:hover td {
    background-color: #dee9f5;
    border-color: #333;
    color: #333;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
    cursor: default;
}

#guest_data_table, .custom-data-table {
    font-family: Flama, Arial, Helvetica, sans-serif;
    margin: auto;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100%;
    padding: 0px !important;
}

#guest_data_table th, .custom-data-table th {
    background-color: #1C3555;
    color: white;
}

#guest_data_table th:first-child, .custom-data-table th:first-child {
    border-top-left-radius: 6px;
}
#guest_data_table th:last-child, .custom-data-table th:last-child {
    border-top-right-radius: 6px;
}

#data_table td, #guest_data_table td, .custom-data-table td {
    border-bottom: solid 1px #999 !important;
}


#guest_data_table .expand-column, .custom-data-table .expand-column {
    width: 2px;
    max-width: 10px;
}


.page-title {
    font-family: UnitedItalic;
    color: #1C3555;
    border-bottom: solid 1px rgb(222, 226, 230);
}

/* overriding dataTable bootstrap css so we don't lose important columns to the accordion */
table.dataTable.nowrap td {
    max-width: 12rem;
    overflow: hidden;
}

table.dataTable td {
    max-width: 10rem;
    overflow: hidden;
}