﻿.navbar-inverse {
    background-color: white !important;
    border-color: rgb(242,243,248);
    box-shadow: initial;
}

.navbar-brand {
    padding-top: 20px !important;
    color: rgb(123,123,123) !important;
    white-space: nowrap;
}

    .navbar-brand:hover {
        color: #428bca !important;
    }

.logo {
    width: 80px;
    float: left;
    padding: 0;
    margin-left: 25px;
}

.application-title {
    padding-top: 25px;
    padding-bottom: 30px;
}

    .application-title a {
        color: #000 !important;
        font-weight: bold;
        font-size: large;
    }

        .application-title a:hover {
            color: orange !important;
            text-decoration: none;
        }

.table thead > tr > th, .table tbody > tr > th,
.table tfoot > tr > th, .table thead > tr > td,
.table tbody > tr > td, .table tfoot > tr > td {
    border: none !important;
}

.table-hover > tbody > td {
    border: none !important;
}

    .table-hover > tbody > td:hover {
        border: none !important;
    }

.table-hover > tbody > tr {
    border-top: 1px solid rgb(227,231,249) !important;
    cursor: pointer;
}

    .table-hover > tbody > tr:hover {
        border-top: 1px solid rgb(185,179,226) !important;
        border: 1px solid rgb(185,179,226) !important;
    }

        .table-hover > tbody > tr:hover > td,
        .table-hover > tbody > tr:hover > th {
            background-color: transparent !important;
        }

/*List*/
.status {
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px;
}

div.semiactive {
    background-color: rgb(255,255,0);
    border: 2px solid rgb(255,215,0);
}

tr.semiactive {
    background-color: rgb(255,255,220);
    border: 2px solid rgb(255,141,53);
}


div.active {
    background-color: rgb(184,233,134);
    border: 2px solid rgb(126,211,33);
}
tr.active td {
    background-color: #fff !important;
}
tr.inactive, div.inactive {
    background-color: rgb(244,177,177);
    border: 2px solid rgb(245,53,53);
}

    tr.inactive td {
        font-size: 140%;
        font-weight: bold;
    }

/*Edit Pictures*/
.picContainer {
    width: 75px !important;
    height: 75px !important;
    display: inline-block;
    position: relative;
    margin: 5px;
}

.Pic {
    width: 75px !important;
    height: 75px !important;
    border: 1px solid #cfcbcb;
}

.removePic {
    display: none;
    color: #cfcbcb;
    position: absolute;
    right: 2px;
    top: -4px;
    cursor: pointer;
    font-size: 1.5em !important;
}

    .removePic:hover {
        display: block;
    }

.addContainer {
    /* width: 75px !important; */
    /* height: 75px !important; */
    display: inline-block;
    position: relative;
    /* margin: 5px; */
}

.addPic {
    color: #cfcbcb;
    position: absolute;
    right: 24px;
    top: 0px;
    cursor: pointer;
    font-size: 3.5em !important;
}

    .addPic:hover {
        color: #a09d9d;
    }

ul {
    padding-inline-start: 0px;
}
ul li {
    list-style: none !important;
    line-height: 35px !important;
}

.local-horiz-align
{
    width:400px;
    height:200px;
    margin: auto;
}

.altair-white-text a:visited {
    color: #fff !important;
}

