﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin: 2px;
    /*padding-left: 2px;
    padding-right: 2px;*/
    font: Calibri;
    font-size: 14px;
    /*background-color: #EEEEEE*/
    background: #ffffff;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.caption {
    width: 100%;
    font: Calibri;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    color: #c9302c;
    padding: 4px;
    /*text-underline-position: below;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #E2E2E2;*/
}

.subcaption {
    width: 100%;
    font: Calibri;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    color: black;
    padding: 6px 0px 1px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #E2E2E2
}

.grd_hdr {
    width: 100%;
    font: Calibri;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    color: #000075;
    background-color: #7795BD;
    padding: 3px 0px 3px 0px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #D2D2D2;
    border-radius:5px;
}

.img:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    zoom: 350%;
}

.rows {
    /*font: Helvetica Neue;*/
    font: Calibri;
    font-size: 9pt;
    min-height: 20px;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #E2E2E2;
}

.rows_a {
    /*font: Helvetica Neue;*/
    font: Calibri;
    font-size: 10pt;
    min-height: 18px;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #66afe9;
}

.rows:hover {
    background-color: #E2E2E2 !important;
}

label {
    font: Calibri;
    font-weight: bold;
    font-size: 9pt;
}

.mylabel {
    /*font: Helvetica Neue;*/
    font-size: 10pt;
}

.mycontrol {
    height: 28px;
    padding: 3px 6px;
    font-size: 13px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .mycontrol:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

select.ddl {
    border: 1px solid #999999;
    font: Calibri;
    font-size: 9pt;
    border-radius: 4px;
    padding: 2px 4px;
    height: 24px;
}

.lbl_hhl {
    font: Calibri;
    font-size: 9pt;
}

.txt_hhl {
    height: 18px;
    padding: 3px 3px;
    font: Calibri;
    font-size: 10pt;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.multi_txt {
    padding: 6px 6px;
    font: Calibri;
    font-size: 10pt;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.buttonClass {
    color: ghostwhite;
    border-radius: 4px;
    padding: 2px 20px;
    font: Calibri;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    border: solid 1px #66afe9 !important;
    background-color: #66afe9 !important;
    min-height:26px;
}

    .buttonClass:hover {
        border: solid 1px #d9534f !important;
        background-color: #d9534f !important;
    }

.validators {
    font: normal 16px auto Helvetica Neue;
    color: Red;
}

table {
    border-spacing: 3px;
    font: Calibri;
    font-size: 9pt;
}

td {
    padding: 2px;
}


.radioButtonList input[type="radio"] {
    width: auto;
    float: left;
}

.radioButtonList label {
    width: auto;
    display: inline;
    float: left;
    font-size: 0.8rem;
    color: #0367B2 !important;
    padding: 3px 0px 0px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 200px;*/
    font-family: 'Arial Rounded MT';
    font-size: 9.3pt;
    font-weight: bold;
}

li a {
    display: block;
    color: #00006A;
    padding: 8px 8px;
    text-decoration: none;
}

    li a.active {
        background-color: #66afe9;
        color: white;
    }

    li a:hover:not(.active) {
        background-color: #66afe9;
        color: white;
    }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    width: 740px;
    height: 600px;
}

.modalPopupSmall {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    width: 500px;
    height: 300px;
}

.holds-the-iframe {
    background: url(../Images/ajax-loader.gif) center center no-repeat;
}