/*

* Override Pages default styles or create your own styles here

*/
.mini-action {
    display: none;
}

.mini-active .mini-action{
    display: block;
    float: right;
}

.nav-tabs > li > a {
    padding: 15px 15px;
}

select {
    height: 34px !important;
    width: 220px;
    background-color: #ffffff;
    background-image: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    min-height: 35px;
}

.clockpicker-popover {
    z-index: 9999;
}
.datepicker {
    z-index: 9999;
}

.modal-header h5 {
    font-weight: bold;
}

.checkbox label {
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: normal;
}

span .code {
    font-family: "Lucida Console", Monaco, monospace;
    color: black;
}

.login-wrapper .bg-pic > img {
    height: 100%;
    opacity: 0.8;
}