.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

#overlay {
    background: #cccccc;
    opacity: 0.5;
    color: #666666;
   
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    display:none;
 


}

#overlay-visible {
    background: #cccccc;
    opacity: 0.5;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
 
}


#spinner {
    position: fixed;
    left: 50%;
    top: 30%;
    z-index: 10000;
    /*margin-top: 20%;*/
    /*margin-left: -20px;*/
}

#footer-container {
   
    width: 100%;
    background: #cccccc;

    position: fixed;
    bottom: 0;
    right: 0;
 

}

#footer-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 206px; /* footer height, we will fix that with jquery */
}

#footer-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0px;
    height: 206px; /* footer height if any */
}

.form-horizontal label {
    margin-top: 0.1rem;
    padding-right: 0px;
    text-align: right;
}

.btn-xs {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}

textarea#MESSAGETEXT {
    height: 150px !important;
}


#personnel-edit-form input:read-only, .form-control:disabled, .form-control[readonly], #edit-form input:read-only, {
    background: #EEEEEE;
    border: solid 1px;
    border-color: #CCCCCC;
}



#personnel-edit-form .form-control, #edit-form .form-control, #simple-edit-form .form-control, .edit-form .form-control {
    height: 1.8em !important;
    padding: 2px !important;
}



.ReactTable .rt-td {
    padding: 2px 5px !important;
}


div.ReactTable {
    height: 400px;
    width: 100%;
}

div.AttendanceGrid {
    height: 300px !important;
    width: 100%;
}

div.MaintenanceGrid {
    height: 200px !important;
    width: 100%;
}

.tda-modal {
    width: 75% !important;
    max-width: none !important;
 
}

.third-modal {
    width: 30% !important;
    max-width: none !important;
}

.half-modal {
    width: 50% !important;
    max-width: none !important;
}

.tda-table-div {
    overflow: auto !important;
    height: 500px;
}

.tda-table {
    width: 100%;
    border-collapse: collapse;
}

.tda-table td {
    border: 1px solid lightgray;
}

.tda-table thead {
    font-weight: bold;
    background-color: black;
    color: white;

}

    .tda-table thead th {
        border: 1px solid lightgray;
 
        font-weight: bold;
        background-color: black; /*also needed for stickiness ???*/
        font-size: 13px;
        color: white;
        position: sticky;
        position: -webkit-sticky;
        top: 0; /* Don't forget this, required for the stickiness */
    }



    .tda-table .bdeRow {
        font-weight: bold;
        background-color: navy;
        color: white;
    }

    .tda-table .paraRow {
        font-weight: bold;
        background-color: darkgreen;
        color: white;
    }

    .tda-table .rowEven {
        background-color: #e6e6e6;
    }

    .tda-table .rowOdd {
        background-color: #eeeeee;
    }

   
/*
.rowEven:hover, .rowOdd:hover {
    background-color: #e1e1e1;
}

.rowEven:hover td, .rowOdd:hover td {
        background-color: #e1e1e1;
    }
    */
.hilight-row {
    background-color: skyblue !important;
}



.month tr td {
   
    height: 25px;
    width: 25px;
    text-align: center;
    border: 1px solid lightgray;
}

.month .month-name {
    background-color: #DDDDDD;
    font-weight: bold;

}

.month .dow {
    font-weight: bold;
    background-color: #ccddfd;
}


.hr-2 {
    background-color: #ff9090;
    font-weight: bold;
}

.hr-4 {
    background-color: #Ffff80;
    font-weight: bold;
}

.hr-8 {
    background-color: #80FF80;
    font-weight: bold;
}

.swal2-container {
    z-index: 10000 !important;
}


.modal-body .ibox-title {
    background-color: #202080;
    font-weight: bold;
    color: #FFFFFF;
}

textarea#DESCRIPTION.form-control.w-100, textarea#SKILLS.form-control.w-100 {
    height: 70px !important;
    margin-bottom: 5px;
}


.deleteIcon {
    color: darkred;
    font-size: 18px;
    padding-top: 7px !important;
}

.deleteIcon:hover {
    color: red;
    font-size: 18px;
    padding-top: 7px !important;
}

.deleteIconInvisible {
    
    font-size: 18px;
    padding-top: 7px !important;
    visibility: hidden
}

.personnel-autocomplete {

    background-image: url('/images/loader.gif');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: right;
}

.mission-row td {
    border: 1px solid #AAAAAA;
    /*padding-left: 0px;
    padding-right: 0px;*/
}

.mission-row-selected {
    background-color: yellow;
}

.mission-table {
    table-layout: auto;
}

.mission-table thead {
    /*padding-left: 0px;
    padding-right: 0px;*/
    border: 1px solid #AAAAAA;
    
    background-color: navy;
}

.mission-table td {
    /*padding-left: 0px;
    padding-right: 0px;*/
    border: 1px solid #AAAAAA;
    
  
}

.draft-mission {
    background-color: #BC3A3A;
    color: white;
    font-weight: bold;
}

.g1-mission {
    background-color: #F5FA03;
    color: #C02020;
    font-weight: bold;
}

.g3-mission {
    background-color: #999B49;
    color: white;
    font-weight: bold;
}

.otag-mission {
    background-color: #FC5E05;
    color: white;
    font-weight: bold;
}

.approved-mission {
    background-color: #111AE7;
    color: #F5F2A0;
    font-weight: bold;
}

.started-mission {
    background-color: white;
    color: #EC2F2F;
    font-weight: bold;
}

.ended-mission {
    background-color: #149C08;
    color: white;
    font-weight: bold;
}

.cancelled-mission {
    background-color: black;
    color: #FF0303;
    font-weight: bold;
}

.strength-table {
    margin-left: auto;
    margin-right: auto;
}

    .strength-table td {
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #AAAAAA;
    }

    .correct-attendance-table td {
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #AAAAAA;
    }

    .correct-attendance-table .label {
        text-align: right;
        font-weight: bold;
        background-color: #DDDDDD;
        font-size: 13px;
    }

.correct-attendance-table .name {
    font-weight: bold;
    padding-right: 5px;
    background-color: #DDDDDD;
    font-size: 13px;
    white-space: nowrap;
}

.correct-attendance-table input {
    font-size: 13px;
    padding : 2px;
    border: none;
}

.correct-attendance-table thead th {
    font-weight: bold;
    background-color: navy;
    font-size: 13px;
    color: white;
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* Don't forget this, required for the stickiness */
}







.report-table td {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #AAAAAA;
    font-size: 11px;
}

.report-table .label {
    text-align: right;
    font-weight: bold;
    background-color: #DDDDDD;
    font-size: 11px;
}

.report-table .name {
    font-weight: bold;
    padding-right: 5px;
    background-color: #DDDDDD;
    font-size: 11px;
    white-space: nowrap;
}

.report-table input {
    font-size: 11px;
    padding: 2px;
    border: none;
}

.report-table thead th {
    font-weight: bold;
    background-color: navy;
    font-size: 11px;
    color: white;
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* Don't forget this, required for the stickiness */
}









.my-custom-scrollbar {
    position: relative;
    height: 450px;
    overflow: auto;
}

.annexa-scrollbar {
    position: relative;
    height: 450px;
    overflow: auto;
}

.scrollable-table {
    position: relative;
    /*height: 450px;*/
    overflow: auto;
}



.table-wrapper-scroll-y {
    display: block;
}


#table-1 thead {
    position: -webkit-sticky;
    position: sticky;
}

div.MissionGrid {
    height: 500px !important;
    width: 100%;
}

.batch-row-selected {
    background-color: yellow !important;
}

.strength-table thead th {
    font-weight: bold;
    background-color: navy;
    font-size: 13px;
    color: white;
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    border: 1px solid white;
}

.tr-even {
    background-color: white;
}

.tr-odd {
    background-color: lightgray;
}

.tr-total {
    background-color:darkgreen;
    color: white;
    font-weight: bold;
}

.danger-row {
    /*border-color: red;
    border-width: 3px;
    border-style: solid;*/
    background-color: rgba(255, 200, 200, 0.70);
}

.success-row {
 
    background-color: rgba(200, 255, 200, 0.70);
}

.danger-row-selected {
    background-color: rgba(255, 160, 60, 0.70) !important;
}

.badge-green {
    background-color: green;
    color: white;
}


.form-control-textarea {
    background-color: #e9ecef;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
}

.form-control-textarea-notes {
    
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
}


.red-background {
    background-color: #FFE0E0;
}

.report-row-1 {
    background-color: #FFDDDD;
    font-weight: bold;
}

.report-row-2 {
    background-color: #DDDDFF;
    font-weight: bold;
}

.table-search-box {
    display: inline;
    margin-bottom: 8px;

}
