/**
*
* fdci_common.css  <daryl@tcomeng.com>
* created  03/2016
*
*/

.fdciContainer {
}

.fdciContent {
}

.fdciPageHeader {
    padding-top: 0;
    margin-top: 0;
}

.fdciNavbar {
    color: #20ff54;
    background-color: #003399;
}

.fdciIncidentRow {
    font-size: large;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid black;;
    border-bottom: 1px solid black;;
}

.fdciIncidentRow:hover {
    background-color: darkslategray;
}

/*=== active incident table ===*/
#incidentTableHolder {
    width: auto;
    height: auto;
}

#incident_table_body {
    font-size: 16px;
}

#incidentTable tbody tr:hover {
    background-color: #1b6183;
}

#incident_table_header {
    font-size: 20px;
    text-align: left;
    color: #ffcb52;
    background-color: #102b41;
    height: 45px;
}

.incident_table_tr {
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
    text-align: left;
    background-color: #194365;
}

.incident_table_td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

#select_ag_group {
    display: none;
    width: 300px;
    font-size: large;
}

#select2-select_ag_group-container {
    width: 300px;
    font-size: 16px;
    font-weight: bold;
}

#select2-select_ag_group-results{
    color: white;
    background-color: black;
    width: 300px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 2.0;
    border: 2px solid red;
}

/*=== No record message ===*/
.fdciNoRecord {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    border: 2px solid red;
    background-color: blue
}

/* unit status */

.unitStatusDisp {
    color: #ff0832;
}

.unitStatusAck {
    color: #ff0832;
}

.unitStatusEnroute {
    color: #20ff54;
}

.unitStatusOnscene {
    color: #ff0832;
}

.unitStatusAOS {
    color: #ff0832;
}

.unitStatusTrans {
    color: cyan;
}

.unitStatusAH {
    color: cyan;
}

/* Bootstrap overrides */

.navbar-brand {
    padding: 0;
}

.navbar-nav {
    font-size: 18px;
}

/* Progress indicator */

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;

    display: none;

    width: 100%;
    height: 100%;

    text-align: center;
    font-size: 68px;
    font-weight: 700;
    letter-spacing: 2px;
    font-style: italic;
    /*background: rgba(255, 255, 255, 0.8);*/
}

.loader div {
    display: table;
    width: 100%;
    height: 100%;
}

.loader span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url('/images/ajax-loader.gif') no-repeat center center;
    width: 280px;
}

/* footer */

div.alert {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 14pt;
    position: fixed;
    margin-top: -10px; /* negative value of footer height */
    height: 60px;
    clear: both;
    z-index: 9;
    bottom: 0;
    width: 100%;
}

footer {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #eeeeee;
    font-size: 8pt;
    position: fixed;
    margin-top: -18px; /* negative value of footer height */
    height: 18px;
    clear: both;
    z-index: 8;
    bottom: 0;
    width: 100%;
    text-align: center;
}

footer a:link {
    text-decoration: none;
    color: white;
}

footer a:visited {
    text-decoration: none;
    color: white;
    background-color: #424242;
}


