﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #efefef;
    font-family: Myriad Pro, sans-serif, Calibri;
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 70px;
    padding-left: 0px;
    padding-right: 0px;
}

.watermark {
    background-image: url("../images/zielger-symbol-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

footer {
    color: #6d6e71;
    font-size: x-small;
}

a {
    color: #6d6e71;
    cursor: pointer;
}

.advanceSelectBox {
    background-image: url(../../images/cbDownArrow-1.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select.advanceSelectBox::-ms-expand {
    display: none;
}

.validation-summary-error {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*Begin: for creating submenu*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown:hover > .dropdown-menu {
    display: block;
}

li a:hover, .dropdown:hover {
    background-color: #ffffff;
}
/*End: for creating submenu*/

.form-control {
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #777777;
    }

.row {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
}

.navbar {
    min-height: 50px;
    margin-top: 0px;
    border-top: 5px solid #492fa4;
}

.carousel {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 250px;
}

.carousel-indicators {
    bottom: 0px;
}

    .carousel-indicators li {
        border: 1px solid #808080;
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 0;
        background-color: #777777;
    }

.carousel-inner > .item img,
.carousel-inner > .item > a > img {
    max-width: 200px;
    max-height: 90px;
    margin: unset;
}

.carousel-control.left {
    background-image: none;
    filter: none;
    top: unset;
    bottom: 35px;
}

.carousel-control.right {
    right: 0;
    top: unset;
    bottom: 35px;
    left: auto;
    background-image: none;
    filter: none;
}


.contentText {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 14px;
    color: #6d6e71;
}

.contentTextNotification {
    font-family: Myriad Pro,sans-serif,Calibri !important;
    font-size: 14px !important;
    color: #6d6e71;
}

.btn-default {
    font-family: Myriad Pro,sans-serif,Calibri;
    color: #492f91;
    font-weight: bold;
    border-radius: 0px;
    height: 34px;
}

/*for login page*/
.textOnImage {
    padding-top: 0px;
    font-size: 48px;
    color: white;
    align-content: center;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 1px 1px 2px #000;
}

.bgSizeCover {
    height: 500px;
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .35) 100%), url('../images/loginPageBackgroundImage.jpg');
    background-size: cover;
    color: #000;
}

.navbar-default {
    background-color: rgba(218,218,218,.75);
    border-color: rgba(201,201,201,.75);
    border-top-color: #492fa4;
}

.tableBoxBG {
    background-color: rgba(73,47,164,.75);
    padding: 20px;
}

.textBoxBG {
    background-color: rgba(128,0,255,.75);
    padding: 20px;
}

.navbar-toggle {
    background-color: rgba(73,47,164,.75);
}

.zr-narbar-text {
    padding-top: 24px;
    padding-left: 400px;
    color: #000000;
    font-size: 16px;
}

.list-item {
    list-style-type: none;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 2px;
}

.ul-padding-left {
    padding-left: 0px;
}

.panel {
    border-radius: 0px;
    border: 0px solid transparent;
    height: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-body {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.team-bio > .panel {
    height: auto;
}

.panel-footer {
    height: 50px;
    align-self: baseline;
}

.panelFixedPosition {
    position: absolute;
    top: 257px;
    right: 150px;
    height: 45px;
}

.panelPaddingTop {
    padding-top: 0px;
    padding-left: 0px;
}

.panel-title {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 16px;
    color: #492f91;
}

.titleIcon {
    width: 30px;
    height: 30px;
}

/*change the background color of the selected item on autocomplete dropdown list*/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: rgba(73,47,164,.75);
    border-color: #808080;
}

.zr-h3 {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 24px;
    font-weight: bold;
    color: #6d6e71;
    padding-top: 25px;
    padding-bottom: 25px;
}

.zr-top-h3 {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 18px;
    font-weight: bold;
    color: #805cac;
    padding-top: 0px;
    padding-bottom: 25px;
}

.zr-top-h5 {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 12px;
    font-weight: bold;
    color: #805cac;
    padding-top: 0px;
    padding-bottom: 25px;
}

.zr-h4 {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 18px;
    font-weight: bold;
    color: #6d6e71;
    padding-top: 25px;
    padding-bottom: 25px;
}

.zr-h5 {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 16px;
    font-weight: bold;
    color: #6d6e71;
    padding-top: 25px;
    padding-bottom: 25px;
}

.zr-h6 {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #6d6e71;
    padding-top: 25px;
    padding-bottom: 25px;
}

.zr-t4 {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 18px;
    font-weight: bold;
    color: #805cac;
    padding-top: 25px;
    padding-bottom: 25px;
}

.zr-t5 {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #6d6e71;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0px;
}

.zr-t6 {
    font-family: Myriad Pro, sans-serif, Calibri;
    font-size: 13px;
    color: #6d6e71;
}

.zr-t7 {
    font-family: Myriad Pro, sans-serif, Calibri;
    font-size: 13px;
    color: #ffffff;
}


.tab-content > .panel {
    height: auto;
}

.nav-tabs > li > a {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 14px;
    color: #805cac;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
}

    .nav-tabs > li > a:hover, a:focus, .active > a {
        font-family: Myriad Pro,sans-serif,Calibri;
        font-size: 14px;
        color: #805cac;
        font-weight: 600;
    }

.tab-pane > .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.text-red {
    font-family: Myriad Pro, sans-serif, Calibri;
    font-size: 14px;
    color: red;
}

.text-red-bold {
    font-family: Myriad Pro, sans-serif, Calibri;
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.text-yellow {
    font-family: Myriad Pro, sans-serif, Calibri;
    font-size: 14px;
    color: yellow;
}

.text-align-right {
    font-family: Myriad Pro, sans-serif, Calibri;
    font-size: 14px;
    text-align: right;
    color: #000;
}

.text-normal {
    font-family: Myriad Pro, sans-serif, Calibri;
    font-size: 14px;
    color: #6d6e71;
}

.input-group input {
    /*max-width: 450px;*/
}

.ui-front {
    position: absolute;
    z-index: 1050;
}

.page-title {
    padding-bottom: 5px;
}

.zr-ckb-label {
    display: block;
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #6d6e71;
    font-size: 11px;
    padding-left: 15px;
    text-indent: -15px;
}

.zr-checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.SliderCenter {
    display: inline-block;
}

.table-column {
    width: 12%;
    text-align: right;
    height: 40px;
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #6d6e71;
    font-size: 12px;
}

.borrowerName {
    width: 600px;
}

.borrowerNamefield input {
    max-width: 600px;
}

.input-box {
    width: 175px;
    height: 26px;
}

.borrower-det-pic-wrapper {
    text-align: center;
    vertical-align: middle;
    width: 420px;
    height: 150px;
    padding-right: 10px;
}

.borrower-det-pic {
    max-width: 400px;
    max-height: 150px;
    margin: unset;
}

.zr-bio-row {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 15px;
}

.zr-warning {
    font-family: Myriad Pro, sans-serif, Calibri;
    color: red;
    text-align: right;
    margin: 0px;
    font-weight: bold;
}

.carousel-control:hover,
.carousel-control:focus {
    color: rgba(218,218,218,.75);
    font-size: 20px;
}

.text-normal-bold {
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.zr-reportTitle {
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #6d6e71;
    font-size: 18px;
    font-weight: bold;
}

.zr-reportName {
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #6d6e71;
    font-size: 14px;
    font-weight: bold;
}

.textbox-height {
    height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.table-label {
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #6d6e71;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.row-height {
    height: 34px;
}

.errorPageContent {
    width: 600px;
    margin: 0 auto;
}

.ErrorPageLogo {
    width: 100px;
    height: auto;
}

.galleryStyle .dxp-pageSizeItem {
    visibility: hidden;
}

.borrowerAdminTab {
    font-family: Myriad Pro,sans-serif,Calibri !important;
    font-size: 14px !important;
    color: #6d6e71;
}

.grid-row {
    font-size: 14px;
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #6d6e71;
}

.grid-header {
    font-size: 14px;
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #6d6e71;
}

.grid-commandColumn {
    font-size: 18px;
    font-family: Myriad Pro, sans-serif, Calibri;
}

.grid-new {
    font-size: 14px;
    font-family: Myriad Pro, sans-serif, Calibri;
}

.grid-editform {
    font-size: 16px;
    font-family: Myriad Pro, sans-serif, Calibri;
    color: #6d6e71;
}

/*This adjusts the font size for the actual list of results form the autocomplete functionality*/
ul.ui-autocomplete.ui-menu li {
    font-size: 16px;
    font-family: Myriad Pro, sans-serif, Calibri;
}

.modal-dialog {
    font-family: Myriad Pro, sans-serif, Calibri;
    width: 1000px;
}

.modal-title {
    color: #805cac;
    font-weight: bold;
}

/* Session End Warning */

#SessionEndWarningBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #999;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 1001;
}

#SessionEndWarning {
    position: fixed;
    top: 300px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    padding: 10px 25px 10px 10px;
    background: white;
    z-index: 1002;
    border: 5px solid #777;
}

    #SessionEndWarning .CloseIcon {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

#ToolTipHeader {
    font-family: Myriad Pro,sans-serif,Calibri;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

#ToolTipContent {
    font-family: Myriad Pro,sans-serif,Calibri !important;
    font-size: 14px !important;
    color: black !important;
    font-weight: normal !important;
}
