﻿/* don't print urls in print view */
@media print {
    a[href]:after {
        content: none !important;
    }
}

/* adjust to line up with bootstrap form labels */
.mt-radio-inline {
    padding-top: 7px;
}

.auto-width {
    width: auto;
}

/* validation tags */
.field-validation-error {
    color: #ff0000;
    display: none;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* select2 validation errors */
.input-validation-error + .select2 > .selection > .select2-selection {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    border-radius: 4px;
}

/* bootstrap responsive table fix for Firefox */
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

/*checkboxes weren't lining up with the uniform jquery overlay*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: -10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here, from http://stackoverflow.com/questions/28417056/how-to-target-only-ie-any-version-within-a-stylesheet */

    /* in IE the margin is different*/
    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        margin-left: 0px;
    }
}

.form-horizontal .radio {
    padding-top: 2px;
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 5px;
}


.panel-haztech {
    border-color: #2b3643;
}

    .panel-haztech > .panel-heading {
        color: #fff;
        background-color: #2b3643;
        border-color: #2b3643;
    }

        .panel-haztech > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #2b3643;
        }

        .panel-haztech > .panel-heading .badge {
            color: #2b3643;
            background-color: #fff;
        }

    .panel-haztech > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #2b3643;
    }


/**/

.panel-haztech-inverse {
    border-color: #ddd;
}

    .panel-haztech-inverse > .panel-heading {
        color: #2b3643;
        background-color: #fff;
        border-color: #ddd;
    }

        .panel-haztech-inverse > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-haztech-inverse > .panel-heading .badge {
            color: #fff;
            background-color: #333333;
        }

    .panel-haztech-inverse > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

/* data tables bits and pieces */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}


.btn.haztech-blue:not(.btn-outline) {
    color: #FFFFFF;
    background-color: #2b3643;
    border-color: #2b3643;
}

    .btn.haztech-blue:not(.btn-outline):focus, .btn.haztech-blue:not(.btn-outline).focus {
        color: #FFFFFF;
        background-color: #10171e;
        border-color: black;
    }

    .btn.haztech-blue:not(.btn-outline):hover {
        color: #FFFFFF;
        background-color: #10171e;
        border-color: #0d1217;
    }

    .btn.haztech-blue:not(.btn-outline):active, .btn.haztech-blue:not(.btn-outline).active,
    .open > .btn.haztech-blue:not(.btn-outline).dropdown-toggle {
        color: #FFFFFF;
        background-color: #10171e;
        border-color: #0d1217;
    }

        .btn.haztech-blue:not(.btn-outline):active:hover, .btn.haztech-blue:not(.btn-outline):active:focus, .btn.haztech-blue:not(.btn-outline):active.focus, .btn.haztech-blue:not(.btn-outline).active:hover, .btn.haztech-blue:not(.btn-outline).active:focus, .btn.haztech-blue:not(.btn-outline).active.focus,
        .open > .btn.haztech-blue:not(.btn-outline).dropdown-toggle:hover,
        .open > .btn.haztech-blue:not(.btn-outline).dropdown-toggle:focus,
        .open > .btn.haztech-blue:not(.btn-outline).dropdown-toggle.focus {
            color: #FFFFFF;
            background-color: #040507;
            border-color: black;
        }

    .btn.haztech-blue:not(.btn-outline):active, .btn.haztech-blue:not(.btn-outline).active,
    .open > .btn.haztech-blue:not(.btn-outline).dropdown-toggle {
        background-image: none;
    }

    .btn.haztech-blue:not(.btn-outline).disabled:hover, .btn.haztech-blue:not(.btn-outline).disabled:focus, .btn.haztech-blue:not(.btn-outline).disabled.focus, .btn.haztech-blue:not(.btn-outline)[disabled]:hover, .btn.haztech-blue:not(.btn-outline)[disabled]:focus, .btn.haztech-blue:not(.btn-outline)[disabled].focus,
    fieldset[disabled] .btn.haztech-blue:not(.btn-outline):hover,
    fieldset[disabled] .btn.haztech-blue:not(.btn-outline):focus,
    fieldset[disabled] .btn.haztech-blue:not(.btn-outline).focus {
        background-color: #2b3643;
        border-color: #2b3643;
    }

    .btn.haztech-blue:not(.btn-outline) .badge {
        color: #2b3643;
        background-color: #FFFFFF;
    }

.btn.btn-outline.haztech-blue {
    border-color: #2b3643;
    color: #2b3643;
    background: none;
}

    .btn.btn-outline.haztech-blue:hover, .btn.btn-outline.haztech-blue:active, .btn.btn-outline.haztech-blue:active:hover, .btn.btn-outline.haztech-blue:active:focus, .btn.btn-outline.haztech-blue:focus, .btn.btn-outline.haztech-blue.active {
        border-color: #2b3643;
        color: #FFFFFF;
        background-color: #2b3643;
    }

.btn.haztech-blue-stripe {
    border-left: 4px solid #2b3643 !important;
}

.btn.haztech-blue.btn-no-border:not(.active) {
    border-color: transparent;
}
