
body, html {    
    min-height: 100%;
    font: 13px/13px 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.7em;
    min-width: 250px;
}

.default-hidden {
    display: none;
}

.vertical-align-children:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.vertical-align-children > * {
  display: inline-block;
  vertical-align: middle;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0;
}
.footer-container{
	width:100%;   
    background: white;
    padding: 10px;
    position:absolute;
} 
.footer { 
     
    max-width: 800px;
    margin: 0 auto;
    font-size: .8em;
    

}
.rightSideFooter{
display:inline-block;
float:right;
}
.leftSideFooter{
	display:inline-block;
}
@media only screen and (max-width: 590px) {
    .rightSideFooter {
        width: 100%;
    }
    
    .rightSideFooter div {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: center;
    }
    
    .footer-container {
        padding: 0px;
    }
    
    .leftSideFooter {
        width: 100%;
        text-align: center;
    }
}
span {
    display: inline-block;
}

.row {
    margin: 0;
}

a[onclick] {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #337ABD;
}

.full-view {
    height: 100%;
}

.inline-notification > * {
    display: inline-block;
}

.inline-notification:not(:first-child) {
    margin-left: 5px;
}

.form {
    padding: 15px 0;
}

.form .form-group:not(:only-child) {
    margin-bottom: 20px;
}

.form .form-group:only-child {
    margin: 0;
}

.form-group > label {
    margin-bottom: 8px;
    display: block;
}

.form + .button-group {
    margin: 40px 0 20px;
}

.ui-datepicker .ui-datepicker-header {
    background: #7F9DB9;
    padding: 0.25em;
    color: white;
    line-height: 1.5em;
    text-align: center;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background-image: url('/click/architect/img/arrow-left-white.png');
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    background-image: url('/click/architect/img/arrow-right-white.png');
    margin-left: 0;
}
span.checkIconisCheck:after {
    display: inline-block;
    padding: 10px 14px;
    background: url(/click/architect/img/check-icon.png);
    content: "";
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
span.checkIconisCheck {
    cursor: pointer;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e, .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background-position: initial;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title select {
    height: 2.5em;
    color: black;
    font-weight: 400;
}

.ui-datepicker th {
    font-weight: 400;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    text-align: center;
    background: transparent;
}

td.ui-datepicker-week-end:not(.ui-datepicker-unselectable) .ui-state-default {
    color: red;
}

table.ui-datepicker-calendar {
    border-collapse: separate;
}

.ui-datepicker td {
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid transparent;
}

.ui-datepicker {
    width: auto;
    font-size: 1.1em;
    z-index: 1051 !important;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.ui-datepicker-header .ui-state-hover {
    background: transparent;
    border: none;
    top: 2px;
}

.ui-datepicker-header .ui-state-hover[data-handler=prev] {
    left: 2px;
}

.ui-datepicker-header .ui-state-hover[data-handler=next] {
    right: 2px;
}

.ui-datepicker .ui-datepicker-current-day {
    background: #D4FFBC;
    border: 1px solid #85C843;
    color: black;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: black;
}

.ui-datepicker td:hover:not(.ui-datepicker-unselectable):not(.ui-state-disabled) {
    background: #d0e5f5;
    border: 1px solid #7f9db9;
}

.ui-datepicker td.ui-datepicker-today {
    border: 1px solid #2B7B9F;
    background: #40bCD2;
    color: #363636;
}

input[type=checkbox] + label, input[type=radio] + label {
    margin-left: 5px;
}

.promptView section {
    margin: auto;
    height: 100%;
}

.help-modal .modal-header {
    border-bottom: none;
}

.help-modal h4 {
    font-size: 22px;
    font-weight: 600;
}

.help-modal h3 {
    font-size: 16px;
}

.help-modal .modal-header .close {
    color: black;
    opacity: 1;
    font-size: 32px;
    font-weight: 700;
}

.help-modal .modal-footer {
    text-align: center;
    border-top: none;
    padding-bottom: 2em;
}

.help-modal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.help-modal .modal-content > * {
    padding-left: 2em;
    padding-right: 2em;
}

.help-modal h2 {
    font-size: 18px;
    font-weight: 600;
}

.help-modal h4:not(.modal-title) {
    font-size: 16px;
}

.help-modal .modal-dialog {
    width: auto;
    max-width: 750px;
    text-align: left;
}

.help-modal .modal-content {
    border-radius: 0;
}

.modal-backdrop.in {
    background: #666666;
    opacity: .7;
}

body > .modal {
    text-align: center;
}

.button-group > *:not(:last-child) {
    margin-right: 0.5em;
}

.btn {
    border: none;
    border-radius: 0;
    padding: 0.65em 1.5em;
    font-size: 12px;
}

.btn-primary {
    background: #07A888;
}

.btn-secondary {
    background: rgb(230,230,230);
}

.btn-large {
    padding: 1em;
}

.btn-primary:hover {
    background: #008f6f;
}

.btn-secondary:hover {
    background: rgb(210,210,210);
}

@media only screen and (max-width: 1138px) {
    .button-group.centered {
        text-align: center;
    }

.primary-navigation-menu-sub-item div:nth-of-type(1):not(.submenu-back-button) {
    height: 35px;
    background-image: url(/click/architect/img/orcc-all-icons-light.png);
    width: 35px;
    background-repeat:no-repeat;
}

.primary-navigation-menu-sub-item .primary-navigation-sub-item-active.estatements-class {
    background-position: -56px 1px;
}
}
.form-control {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    font-size: 13px;
}
input[type=text]{

	padding: 13px;
   
}
.form-group > label {
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 30px;
}

.module-content-footer {
    padding: 1.35em 1.5em;
    background: rgb(230,230,230);
}

.module-content-footer-content > *:not(:last-child) {
    margin-bottom: 0.75em;
}

.module-body {
    padding: 1.75em 1.5em 1em;
}

.module-form > button {
    width: 100%;
    display: block;
}

.php-error {
    position: fixed;
    height: 400px;
    width: 90%;
    background: red;
    color: white;
    overflow: auto;
    font-weight: bold;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    line-height: 28px;
}

#disclaimer_modal .modal-footer {
    padding: 15px;
}

div#disclaimer_modal .modal-title {
    font-size: initial;
    text-align: center;
}

#disclaimer_modal .btn {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
}

iframe#trackingFrame {
    display: none;
}

.input-group .form-control.mobile-control {
    -webkit-appearance: none;
}

body.portrait.force-portrait {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    height: 100vw;
    width: 100vh;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    position: fixed;
    top: 100%;
}

body.landscape.force-landscape {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    height: 100vw;
    width: 100vh;
    min-height: auto;
    min-width: auto;
    min-height: initial;
    min-width: initial;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    position: fixed;
    left: 100%;
}

@media screen and (device-aspect-ratio: 40/71) {
    body.portrait.force-portrait {
        height: 568px;
        width: 300px;
    }
    
    body.landscape.force-landscape {
        height: 320px;
        width: 548px;
    }
}

@media only screen and (min-width: 1138px) {
    .form-control {
        width: auto;
        width: initial;
        border-radius: 0;
        padding: 1.5em 0.8em;
        display: inline-block;
    }

    .form-control + img.ui-datepicker-trigger {
        margin-left: 0.5em;
    }
}

@media only screen and (max-width: 750px) {

html::-webkit-scrollbar,html *::-webkit-scrollbar {
    width: 0!important;
    /* left: -1px; */
}
div#navigation-bar-container::-webkit-scrollbar {
    width: 0px!important;
}

html,html* {
    -ms-overflow-style: none;
    overflow:-moz-scrollbars-none;
}
    .help-modal .modal-dialog {
        max-width: 100%;
        margin: 0;
        border: none;
    }

    .help-modal {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vertical-align-children:before {
        margin-left: -5px;
    }

}

@media only screen and (max-height: 735px) {
    .module-body {
        padding-bottom: 5px;
        padding-top:  5px;
    }

    .module-content-footer {
        padding-top: 10px;
        paddding-bottom: 10px;
    }

    .form-group > label {
        line-height: initial;
    }

    .form .form-group:not(:only-child) {
        margin-bottom: 15px;
    }
}

@media only screen and (width: 320px) and (height: 568px) {

    ::-webkit-scrollbar { 
        display: none; 
    }

    * {
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    div#unread-messages {
        width: 250px;
    }

}

