﻿body {
    padding-bottom: 20px;
}

/*Required asterisk*/
.asterisk-required {
    color: red;
    font-size: 16px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/* removed for devEx inline grid editing  ,textarea */
/*input,
select
{
	max-width: 280px;
}*/

/*Updated navbar colors*/
.navbar-default .navbar-nav > li > a {
    color: #CC0000;
    background-color: #ccc;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #CC0000; /*#5e5e5e;*/
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #CC0000; /*#333333;*/
    background-color: #eeeeee; /*transparent;*/
}

.navbar-default .navbar-link:hover {
    color: #CC0000; /*#333333;*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #CC0000;
    background-color: #666666;
}
/* change active link color to alert user */
.navbar-default .navbar-nav > li > a:active,
.dropdown-menu > li > a:active {
    color: #000;
    background: #ffd800;
}
/* username,role */
.role {
    color: #777;
    background-color: transparent;
    padding: 0 4px 0 30px;
}
/* KI Need space for more items in nav list .navbar-nav{ font-size:x-small;} */
.navbar-nav {
    font-size: small;
}

/* KI Override branding from bootstrap*/
.logo {
    max-height: 100%;
    margin-right: 1px;
    overflow: visible;
}

.navbar-brand {
    float: left;
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    line-height: 20px;
}

.boxit {
    border: thin solid #808080;
    border-radius: 5px;
    margin: 3px;
    padding: 1px; /*makes the bar the same width*/
    width: 170px; /*md=78x2 = 156 - border - padding*/
    margin-top: 5px;
}

.label-normal {
    font-weight: normal !important;
}

.modal-body iframe {
    width: 100%;
    border: none;
}

.well-error {
    opacity: 0.9; /* opacity [0-1] */
    -moz-opacity: 0.9; /* opacity [0-1] */
    -webkit-opacity: 0.9; /* opacity [0-1] */
    background: yellow;
    display: block;
}
/* space under buttons */
.btn {
    margin-bottom: 4px;
    margin-left: 4px
}

.btn-default {
    color: #333;
    background-color: #eee; /* #fff; */
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default 
{
    color: #333;
    background-color: #adadad; /*#e6e6e6;*/
    border-color: #adadad;
}

.icon-required {
    color: red;
}

.slideshow {
    width: auto;
    height: 350px;
    max-height: 350px;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.error {
    color: red;
}

.hightlight {
    background: yellow;
}
/* KI overrides to tighten up the look */
label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0; /* KI chg */
    max-width: 100%;
    font-size: 12px; /* KI chg from 15 */
    line-height: 1.5; /* KI chg */
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 3px;
    font-size: 12px;
    height: 24px; /* KI chg */
    line-height: 1.5;
    padding: 2px 5px; /* KI chg from 5/12 */
}

.form-group {
    margin-bottom: 2px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 1.42857;
    padding: 2px 5px; /* KI chg from 5/12 */
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    appearance: menulist !important;
}

textarea.form-controla {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    /*height: 24px;*/
    line-height: 1.42857;
    padding: 2px 5px; /* KI chg from 5/12 */
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    max-width: 100%;
    width: 100%;
}


/* END KI overrides to tighten up the look */

/* medium+ screen sizes */
@media (min-width:992px) {
    .desktop-only {
        display: block !important;
    }
}


/* small screen sizes */
@media (max-width: 991px) {
    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }
}

@media {}
.collapsing {
 -webkit-transition: none;
    transition: none;
}


@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    body {
        margin: 0 0 0 0 !important;
    }

    .panel-body {
        padding: 12px;
    }

    .panel-heading {
        font-weight: bold;
    }

    .body-content {
        width: 1100px !important;
        line-height: 1;
        border: 1px #000 !important;
    }

    .form-control {
        border: 1px solid #000 !important;
    }


    label.h4 {
        margin-top: 2px;
        margin-bottom: 5px;
    }

    a[href]:after {
        content: none !important;
    }

    #pnlCORequestSection, #pnlCOResponseSection, #pnlModelSection, #pnlReferenceInfo {
        border-color: #333;
        padding-left: 5px;
        padding-right: 5px;
    }

    #coResponseImage {
        -webkit-print-color-adjust: exact !important;
        display: inline-block !important;
    }

    .lblPrint {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .dxgvControl {
        border-left: 1px solid #333;
        border-top: 1px solid #333;
    }

    .dxgvDataRow td.dxgv {
        border-right: 1px Solid #000 !important;
        border-bottom: 1px Solid #000 !important;
    }

    .dxgvHeader {
        border-right: 1px Solid #000 !important;
        border-bottom: 1px Solid #000 !important;
    }

    .dxgvTitlePanel {
        border-bottom: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
    }
    /* Fix an issue with bootstrap 3 : The problem is when printing (in Google Chrome or certain versions Internet Explorer) the mobile layout is rendered.*/
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

 .modal-dialog {
    height: 101%;
}

 .alert_ {
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
    width: auto;
    z-index: 100;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    opacity: 0.3;
}
.ui-front {
    z-index: 100;
}
.shaded {
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.5);
}
