.amendment {color: red}
.holiday {color: blue}
.illness {color: orange}

body {
    padding-top: 70px;
}

.navbar-text {
    margin-left: 15px;
}

.table {
    margin-bottom: 0px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
    white-space: nowrap;
}

.close {
    opacity: 1;
}

.well.well-info {
	background: #042730;
    color: #FFF;
}

.table>tbody>tr>td>a:link {
    text-decoration: underline;
}

.table>tbody>tr>td>a>.glyphicon {
    color: #eb3147;
    text-decoration: none;
}

.img-responsive {
    margin: 0 auto;
}

@media (min-device-width: 480px) {
    /*new class for login page*/
    .loginContainer {
        width:500px;
    }
}

.popover {
    max-width: none !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

.inline-block-left {
    display: inline-block !important;
    float: left;
    margin-right: 15px;
}

.inline-block-right {
    display: inline-block !important;
    float: right;
    margin-left: 15px;
}

.has-clear>input[type=text]::-ms-clear {
    display: none;
}

.form-control-clear {
    pointer-events: auto;
    cursor: pointer;
}
