﻿* {
    margin: 0;
}

.acc-blue {
    color: #005E8F;
}

.acc-bg {
    background-color: #005E8F;
    border-color: whitesmoke;
    color: whitesmoke;
    border-radius: 4px;
}

.nav-link {
    color: whitesmoke;
    padding-top:0px;
}

    .nav-link active {
        background-color: whitesmoke; /*rgba(255,255,255,0.25);*/
        color: dimgrey;
    }

    .nav-link hover {
        background-color: whitesmoke; /*rgba(255,255,255,0.1);*/
        color: dimgrey;
    }

.hidden {
    visibility: collapse;
}

body {
    min-height: 400px;
    padding: 0;
}

html, body, form {
    height: 100%;
}

.wrapper {
    height: auto !important;
    margin: 0 auto -50px;
    min-height: 100%;
}

.footer, .push {
    height: 50px;
}

footer {
    background: none repeat scroll 0 0 #1D2322;
    margin-bottom: 0;
}

.footer-text {
    padding: 15px;
    text-align: center;
    color: #fff;
}

.header {
    background: none repeat scroll 0 0 #1D2322;
    padding-bottom: 5px;
}

.navbar-brand {
    width: 20%;
}

.nav-tabs {
    border-bottom: 1px solid #000000;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 1px solid #000000;
        border-bottom-color: transparent;
    }


.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

* html .ui-autocomplete {
    height: 100px;
}

.tooltip-inner {
    text-align: left;
}

.remarks-header {
    text-decoration: underline;
}

.report {
    width: 100%;
    height: auto;
}

.checkbox-label {
    font-weight: normal;
}

.navbar-brand {
    width: 170px;
}

.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

ul.validate_error {
    margin-bottom: 0px;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #fff;
}

@media (max-width: 992px) {
    body {
        padding-top: 70px;
    }

    .modal-dialog-center {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .input-group .search-input {
        width: 120px;
    }

    .form-inline .input-group .search-input {
        width: 120px;
    }
}

/*Styles for making buttons full width*/
@media all and (max-width:480px) {
    body {
        padding-top: 70px;
    }

    .full-button {
        width: 100%;
        display: block;
    }

    .block-time-option {
        width: 80px;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .full-button {
        width: 100%;
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

.cursor {
    cursor: pointer;
}

.panel-body-no-padding {
    padding: 15px 15px 0px 15px;
}


.form-control-no-block {
    display: inline;
}

/* Styling for left aligned icons in text boxes */
.has-feedback .form-control {
    padding-right: 34px;
}

    .has-feedback .form-control.input-sm,
    .has-feedback.form-group-sm .form-control {
        padding-right: 30px;
    }

    .has-feedback .form-control.input-lg,
    .has-feedback.form-group-lg .form-control {
        padding-right: 46px;
    }

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

    .has-feedback-left .form-control.input-sm,
    .has-feedback-left.form-group-sm .form-control {
        padding-left: 30px;
    }

    .has-feedback-left .form-control.input-lg,
    .has-feedback-left.form-group-lg .form-control {
        padding-left: 46px;
    }

.has-feedback-left .form-control-feedback {
    left: 0;
}

.form-control-feedback {
    line-height: 34px !important;
}

.input-sm + .form-control-feedback,
.form-horizontal .form-group-sm .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
}

.input-lg + .form-control-feedback,
.form-horizontal .form-group-lg .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px !important;
}

.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback label.sr-only ~ div .form-control-feedback {
    top: 0;
}

@media (min-width: 768px) {
    .form-inline .inline-feedback {
        position: relative;
        display: inline-block;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

/*.form-horizontal .has-feedback-left .form-control-feedback {
    left: 15px;
}*/


.w100 {
    width: 100px;
}

.noleftpadding {
    padding-left: 0px;
}

.ui-datepicker {
    z-index: 9999 !important;
}