﻿.select2-search__field {
    color: #333;
}

.text-uppercase::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.text-uppercase:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.text-uppercase::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.text-uppercase:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #999;
}

.dataTables_wrapper {
    text-align: left;
}

.datepicker {
    color: black;
    text-shadow: none;
}

.dataTables_processing {
    color: black;
}

.icheckbox_square-blue,
.iradio_square-blue {
    background-image: url(/Content/ICheck/Images/blue_edited.png);
}

.table-hover > tbody > tr:hover {
    color: black;
}

.bootstrap-dialog-message {
    color: black;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #0077c8; /*#008cd2;*/
}

.login-page, .register-page {
    background: #0077c8; /*#008cd2;*/
}

@media (max-width: 370px) {
    .masthead-brand img {
        height: 25px !important;
    }
}

.masthead img {
    width: 100%;
}

.masthead-brand img {
    height: 30px;
    width: auto;
}

.masthead-brand img {
    display: inline-block;
}

.masthead-nav {
    float: right;
}

.masthead-brand {
    float: left;
}

.masthead-nav > li + li {
    margin-left: 15px;
}

.next-element {
    margin-left: 10px;
}

.select2 span, .select2 label {
    text-shadow: none !important;
}

.select2-results__option {
    color: black;
    text-shadow: none !important;
}

.progress-lg {
    height: 30px;
}

    .progress-lg > .progress-bar {
        font-size: 20px;
        line-height: 25px;
    }

.bg-bright-yellow {
    background: #FFD700 !important;
}

table.valign-center tbody td, table.valign-center thead th {
    vertical-align: middle;
}

.no-pad-bottom {
    padding-bottom: 0px;
}

.no-pad-left {
    padding-left: 0px;
}

.no-pad-right {
    padding-right: 0px;
}

.popover {
    white-space: pre-wrap;
}

.overlay .fa {
    margin-left: -75px !important;
    margin-top: -75px !important;
    font-size: 150px !important;
    color: #0077c8 !important;
}

.vertical-text {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
}

.vertical-text__inner {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5;
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
}
    /* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
    .vertical-text__inner:after {
        content: "";
        display: block;
        margin: -1.5em 0 100%;
    }

.cell-center {
    text-align: center;
    vertical-align: middle;
}

td.details-control {
    background: url('Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('Images/details_close.png') no-repeat center center;
}

.validation-text {
    color: red;
}

.required:after {
    content: "*";
    color: #f00;
}

.callout.callout-text {
    padding-top: 0px;
    border-left: 3px solid #0077c8;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 120000;
}

.btn-tablecell {
    display: inline;
}

.font-italic {
    font-style: italic;
}

.font-weight-normal {
    font-weight: normal;
}

.input-validation-error, .input-validation-error + .select2 > .selection > .select2-selection {
    border-color: red;
    outline: 1px solid red;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.select2-search__field {
    color: #333;
}

.input-group.date .dropdown-menu {
    display: block;
}