﻿.validation-summary-errors {
    background-color: rgba(240, 80, 80, 0.2);
    border-color: rgba(240, 80, 80, 0.3);
    color: #f05050;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    
}

.navbar-nav > li {
    float:left;
}

.enc-messagebox-overlay {
    z-index: 10000;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
}

.label-default a {
    color: white;
}

#topnav .topbar-main .notification-list {
    min-height: 60px;
}

.enc-tag {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    height: 38px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.iconic {
    min-width: 20px;
}

.text-note {
    padding-top: 0px;
}

@media all and (min-width: 640px) {
    .text-note {
        padding-top: 6px;
    }
}

.indent {
    margin-left: 20px;
}

.enc-tag-text
{
    padding-left: 10px;
}

.enc-more
{
    color: #98a6ad;
}

.enc-more:hover
{
    color: #5fbeaa;
}

.enc-more-group {
    padding-bottom: 10px;
}

.enc-chartcanv {
}

.noclear::-ms-clear {
    display: none;
}

.enc-messagebox-container {
    position: absolute;
    z-index: 99999;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding: 17px;
    background-color: white;
    border-radius: 5px;
    width: 70%;
    max-width: 500px;
    /*border: 2px solid;*/
    /*border: 5px solid #9AD3DE;*/
    /*border: 4px solid #5fbeaa;*/
    border-color: #707070;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.3);
}

.enc-progress {
    margin-bottom: 0px;
}
.enc-messagebox-container h1 {
    margin-top: 40px;
    margin-left: 110px;
    text-align: left;
}

.enc-messagebox-container p {
    margin-bottom: 30px;
    margin-left: 110px;
    text-align: left;
}

.enc-messagebox-stop {
    /*border-color: #f05050 !important;*/
    background-image: url(/app_themes/common/img/msg-stop-lg.png);
}

.enc-messagebox-warning {
    /*border-color: #ffbd4a !important;*/
    background-image: url(/app_themes/common/img/msg-warning-lg.png);
}

.enc-messagebox-danger {
    /*border-color: #f05050 !important;*/
    background-image: url(/app_themes/common/img/msg-danger-lg.png);
}

.enc-messagebox-information {
    /*border-color: #34d3eb !important;*/
    background-image: url(/app_themes/common/img/msg-info-lg.png);
}

.enc-messagebox-success {
    /*border-color: #81c868 !important;*/
    background-image: url(/app_themes/common/img/msg-success-lg.png);
}

.enc-messagebox-question {
    /*border-color: #34d3eb !important;*/
    background-image: url(/app_themes/common/img/msg-question-lg.png);
}

#enc-popupalert {
    display: none;
}

.enc-gallery {
    border: 1px solid #ebeff2 !important;
}

.enc-gallery-wrapper {
    margin-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.enc-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: 128px;
    align-self:center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 4px;
    line-height: 1.4285;
}

.enc-scriptview {
    max-height: 400px;
}

.enc-imageview {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    align-content: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 18px;
}

.Trigger_NotifyAction:hover .enc-notify-clearitem {
    display: inline-block;
}

.enc-notify-clearitem {
    position: absolute;
    right: 20px;
    top: 8px;
    color: red !important;
    display: none;
}

.enc-notify-clearitem i {
    color: #d0d0d0;
}

.enc-notify-clearitem i:hover {
    color: #555555;
}

#enc-notifymenu .progress {
    margin-bottom: 0px;
}

#enc-notifymenu {
    width: auto !important;
    min-width: 300px;
}

.enc-imageitem {
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.enc-info {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 34px;
}

.enc-info-scroll {
    overflow-y: auto;
}

.AvatarCropper {
    border-radius: 50%;
    height: 165px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
}


.btn {
    text-overflow: ellipsis;
}

.btn-lighter {
    opacity: 0.4;
}


.bg-header {
    background-color: #ebeff2;
}


.bg-header > h3 {
    color: #797979 !important;
}

.alert-danger a {
    color: #f05050;
    text-decoration: underline;
}

.input-validation-error {
    border-color: rgba(240, 80, 80, 0.3);
}

.copyright a {
    color: #98a6ad;
}

.copyright a:hover {
    color: #5fbeaa;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #E3EFFD;
}

.table-hover > tbody > tr > td > a, .table-block > a {
    color: #797979;
}

.table-hover > tbody > tr > td > a:hover, .table-block > a:hover {
    color: #5fbeaa;
}

.Right {
    text-align: right;
}

.Left {text-align: left;}

.Center {text-align: center;}

.isHidden {
    display: none;
}

.TextHolder {

}

.prompt-right {
    text-align: right;
}

.prompt-left {text-align: left !important;}

.prompt-center {text-align: center !important;}


.btn-group-hdr > .btn, .btn-tbl {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 3px;
}

.icon-dropdown {
    color: #a0a0a0;
    border: 1px solid;
    border-color: #eeeeee;
    background-color: #fafafa;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-right: 0px;
}

.icon-dropdown:hover {
    color: #5fbeaa;
    border-color: #c0c0c0;
    background-color: #eaeaea;
}

.tbllink {
    line-height: 1.5;
}




.th-wrap {
    white-space: normal !important;
}

.td-footer {
    background-color: #F3F5F8;
}

.td-textonly
{
    margin-top: 5px;
}

.td-textonly2
{
    margin-top: 10px;
}

.dd {
    max-width: none;
}

@media screen and (max-width: 767px) {
    .pagination-detail {
        width: 100%;
    }

    .pagination {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    h2.resp-accordian {
        margin-top:10px !important;
    }
}

@media all and (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 9px;
        text-align: left;
    }


}

.pull-right-menu {
    float:right !important;
}

@media all and (max-width: 767px) {
    .prompt-right {
        text-align: left !important;
        margin-top: 15px;
    }
    .prompt-center {
        text-align: left !important;
    }
    .pull-right-menu {
        float:left !important;
    }
}

@media all and (max-width: 991px) {
    #navigation {
        max-height: 400px;
    }
}
.buttonbar {
    text-align: center;
}

.buttonbar hr {
    border: 1px solid #C6E8E0;
}

.btn-cancel, .btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active, .btn-cancel.active, .btn-cancel.focus, .btn-cancel:active, .btn-cancel:focus, .btn-cancel:hover, .open > .dropdown-toggle.btn-default {
    background-color: #B9D5F7;
    border: 1px solid #B9D5F7;
}

.btn-cancel {
  color: #ffffff !important;
}

.btn-cancel:hover {
    color: #333;
    background-color: #B9D5F7;
    border-color: #B9D5F7;
}

.btn-group-hdr > .btn, .btn-hdr {
    padding-left: 8px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active, .active.btn-grey, .focus.btn-grey, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .open > .btn-grey.dropdown-toggle {
    background-color: #f7f7f7 !important;
    border: 1px solid #E3E3E3 !important;
    color: #A0A0A0 !important;
    /*background-color: #E0E0E0 !important;
    border: 1px solid #E0E0E0 !important;
    color: #A0A0A0 !important;*/
}

.input-group-btn .noleft {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}



.input-group-btn .noright {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
    background-color: #F7F7F7;
    opacity: 1;
}

.panel-heading{
    font-size: 16px;
}


.form-horizontal .btn:focus {
    border-color: #333333 !important;
}

.ms-cell {
    padding-top: 6px;
}
.dropdown-menu {
    z-index: 3000;
}


@media all and (min-width:992px) {
    #topnav .navigation-menu > li .submenu > li .submenu {
        top: -15px;
    }
}

@media all and (min-width: 992px)
{
    .menu-right {
        float: right !important;
    }
}

/*.menu-right {
    float: right !important;
}*/

/*@media all and (max-width: 767px) {

    .menu-right {
        float: left !important;
    }

}*/

[class*=col-].input-group {
    padding-left: 10px !important;
}


.htmlarea {
    background-color: #f7f7f7;
    opacity: 1;
}

/* ------------------------------------------------------------------------------------------ */
/* spinner for ajax wait-state */
/* ------------------------------------------------------------------------------------------ */

.spinner {
  background: url("/app_themes/common/img/loading.gif") center 40% no-repeat;
    height: 15px;
    width: 128px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
    z-index: 9999;
}

.divider > hr {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

textarea.form-control {
    min-height: 40px;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.dropdown-menu {
    background-color: #fcfcfc;
}

.opm-login-wrapper {
    width: 500px;
}

@media (max-width: 767px) {
    .opm-login-wrapper {
        width: 90%;
    }
}

.opm-login-background {
    /*background: no-repeat center center / cover !important;*/
}

.opm-login-panel {
    box-shadow: #BEDAFC 0px 0px 2px;
}

.opm-login-more {
    margin-top: 20px;
    font-size: 10px;
}

.opm-login-logo {
    /*width: 300px;*/
    height: 120px;
    background: no-repeat center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.opm-login-inputs {
    margin-left: 10px;
    margin-right: 20px;
}

.opm-login-companyname {
    margin-top: 0px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.opm-login-companytag {
    text-align: center;
    font-size: 14px;
    text-align: center;
}

.enc-header {
    display: block;
    border-bottom: 3px solid #5AB1D0 !important;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.enc-header-heading {
    border: 1px solid #5AB1D0 !important;
    padding-left: 10px;
    padding-right: 13px;
    padding-bottom: 1px;
    background-color: #5AB1D0;
    color: white;
    height: 30px;
}

.enc-header-subheading {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    color: #c0c0c0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

@media all and (max-width: 640px) {
    .enc-header-subheading {
        display: none;
    }
}

.enc-header-btn {
}

.fixed-table-search {
    /*min-height: 440px;*/
}

.fixed-table-body {
	-webkit-overflow-scrolling: touch;
}

div#logo {
    width: 140px;
    height: 44px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
    margin-left: 0px;
    margin-top: 8px;
    float: left;
}

div#logo-info > h1 {
    color: #fbfbfb;
    font-size: 16px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 0px;
    margin-right: 0px;
    line-height: 18px;
    /*text-transform: uppercase;*/
}

div#logo-info > h2 {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    line-height: 16px;
}

div#logo-info > h3 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    line-height: 16px;
    color: #d0d0d0;
}

div#logo-info {
    float: right;
    margin-left: 0px;
    margin-right: 20px;
    text-align: right;
}

@media all and (max-width: 640px) {
    div#logo-info {
        display: none;
    }
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5d9cec;
    border-color: #5d9cec;
}

.LookupLink:focus {
    color: white !important;
    background-color: #5d9cec !important;
}

.LookupLink:hover {
    color: white !important;
    background-color: #5d9cec !important;
}

.dropzone .dz-preview .dz-image {
    width: 80px;
    height: 80px;
}

.modal
{
    /*overflow-y: hidden !important;*/
}

.modal-header{      /* not necessary but imo important for user */
    cursor: move;
}

.blank
{
    visibility:hidden !important;
}

/* calender style options - week display options */

.cal-week-icon {
    margin-right: 5px;
    color: #ffffff;
}

.cal-week-desc {
    color: #ffffff;
}


/* month display options */

.cal-month-icon {
    padding-right: 5px;
    color: #ffffff;
}

.cal-month-desc {
    color: #ffffff;
}

/* Day display options */

.cal-day-icon {
    width: 30px;
    margin-right: 20px;
    color: #ffffff;
    display: inline-block;
}

.cal-day-desc {
    width: 220px;
    margin-right: 20px;
    color: #ffffff;
    display: inline-block;
}

.cal-day-prop {
    width: 180px;
    margin-right: 20px;
    color: #ffffff;
    display: inline-block;
}

.cal-day-acct {
    width: 180px;
    margin-right: 20px;
    color: #ffffff;
    display: inline-block;
}

.cal-day-tncy {
    width: 180px;
    color: #ffffff;
    display: inline-block;
}


/* list display options */

.cal-list-desc {
    width: 240px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.cal-list-prop {
    width: 200px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.cal-list-acct {
    width: 200px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.cal-list-tncy {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

/* event type color combinations */

.cal-red {
    background-color: #EE4D4D !important;
    color: white !important;
}

.cal-red:hover {
    background-color: #BF1111 !important;
    color: white !important;
}

.cal-blue {
    background-color: #3F7FBF !important;
    color: white !important;
}

.cal-blue:hover {
    background-color: #1B5996 !important;
    color: white !important;
}

.cal-green {
    background-color: #3FBF7F !important;
    color: white !important;
}

.cal-green:hover {
    background-color: #197F4C !important;
    color: white !important;
}

.cal-orange {
    background-color: #EC7E4F !important;
    color: white !important;
}

.cal-orange:hover {
    background-color: #D34F17 !important;
    color: white !important;
}

.fc-event, .fc-event-dot {
    background-color: #297EE7 !important;
}

.fc-content {
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.fc-day-grid-event .fc-content {
    white-space: normal !important;
}


.tooltipster-prompt {
    color: #c0c0c0 !important;
}

.tooltipster-cell {
    color: white !important;
}

.login-last {
    margin-left: 20px; margin-right: 20px; padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; background-color: #efefef; border: 1px solid #e3e3e3; }

.group-prompt {
    text-decoration: underline;
    font-weight: bold;
}

.td-entry {
    padding-top: 8px;
    text-wrap: none;
    white-space: nowrap;
    font-weight: bold;
}

.th-wrap {
    text-wrap: normal;
    white-space: normal;
}

.progress {
    margin-bottom: 5px;
}

.progress-label {
}

.progress-panel {
    display: none;
}

.progress-bar {
    transition: linear;
}

.footnote {
    font-weight: normal !important;
    /*font-style: italic;*/
}

.panel-heading > .btn-group
{ 
    font-size: 14px;
}

.enc-sectionbreak {
    display: block;
    border-bottom: 3px solid #C2E1ED !important;
    height: 26px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.enc-sectionbreak-heading {
    /*border: 1px solid #C2E1ED !important;*/
    /*padding-left: 10px;*/
    padding-right: 13px;
    padding-bottom: 1px;
    /*background-color: #C2E1ED;*/
    color: #797979;
    font-weight: bold;
    height: 26px;
}

.enc-sectionbreak-subheading {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    color: #c0c0c0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

.Hidden {
    display: none !important;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* custom table pagination properties */
/* --------------------------------------------------------------------------------------------------------------------------- */

.pagination-jumper {
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0px !important;
    margin-top: 1px;
}

.opm-jumper {
    height: 34px;
    max-width: 80px !important;
    /*display: inline-block !important;*/
    margin-left: 10px;
    border-radius: 0px !important;
    float: left;
}

.pagination > li > a, .pagination > li > span {
    min-width: 40px;
    text-align: center;
}

.pagination > li {
    display: inline-block;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* custom table properties */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* these are the defaults as per original system */
/* all changes to other css files marked with 'RA_CSS_Table_Changes' */

/*.bootstrap-table .table thead > tr > th {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.bootstrap-table .table,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > td,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td, 
.th-inner {
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 5px !important;
  padding-bottom: 4px !important;
}

.fixed-table-default {
    min-height: 440px;
}

.bootstrap-table .table, .bootstrap-table .table > tbody > tr > th, .bootstrap-table .table > tfoot > tr > td, .bootstrap-table .table > tfoot > tr > th, .bootstrap-table .table > thead > tr > td, .th-inner {
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 5px !important;
    padding-bottom: 4px !important;
}*/


.fixed-table-default {
    min-height: 440px;
}

.bootstrap-table .table, 
.bootstrap-table .table > tbody > tr > td, 
.bootstrap-table .table > tbody > tr > th, 
.bootstrap-table .table > tfoot > tr > td, 
.bootstrap-table .table > tfoot > tr > th, 
.bootstrap-table .table > thead > tr > td,
.th-inner 
{
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 4px !important;
    padding-bottom: 2px !important;
    font-size: 12px;
}

.form-control {
    /*padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 20px !important;*/
}

.control-label {
    /*padding-top: 2px !important;*/
}

.filterpanel {
    background-color: #D5DDE3;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
}

.filter-group {
    margin-top: 6px;
}

.filter-group .form-control {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 24px;
    font-size: 12px;
}

    .filter-group .control-label {
        padding-top: 3px;
        font-size: 12px;
    }

.filter-group .input-group-btn .btn {
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

@media all and (min-width:768px)
{
    .filter-group .control-label {
        padding-top: 3px !important;
        font-size: 12px;
    }
}

@media all and (max-width:767px)
{
    .filter-group .prompt-right {
        margin-top: 3px;
        margin-bottom: 1px;
    }
}

.dataentry-table .table > tbody > tr > td.tableerrorline {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top: none !important;
    border-bottom: none !important;
}

.dataentry-table .table > tbody > tr > td {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 4px !important;
    padding-bottom: 3px !important;
    font-size: 12px;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.xtrTaskHeading {
    font-size: 16px;
    font-weight: bold;
}

.xtrTaskAction {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    padding-left: 20px;
}

.xtrLogo {
    float: right;
    display: inline-block;
}

.xtrTitle {
    float: left;
    height: 38px;
}

@media all and (max-width:767px) {
    .xtrTaskHeading {
        text-align: center;
    }

    .xtrTaskAction {
        margin-bottom: 10px;
        padding-left: 0px;
        text-align: center;
    }

    .xtrTitle {
        height: 44px;
    }
}

.xtrDocument {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #c0c0c0;
}

.xtrThumbnail {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    min-height: 520px;
}

.xtrThumb {
    width: 100%;
}

.xtrOptions {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.info-table .enc-info {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 28px;
}

.info-table .form-group {
    margin-top: 4px;
    margin-bottom: 4px;
}

.info-table .control-label {
    padding-top: 4px !important;
}

.enc-footnote {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    min-height: 34px;
}
@media all and (max-width:767px) {
    .enc-footnote {
        padding-left: 0px;
    }
}

.Trigger_lnOIRSearch {
    background-color: white !important;
}

.alert-blue {
    color: #5d9cec;
    border-color: #5d9cec;
}

.propviewheaderpanel {
    min-height: 285px;  /* 19-11-24 YO: changed from 242 */
}

.propeditheaderpanel {
    min-height: 424px;
}

@media all and (max-width: 768px) {
    .propviewheaderpanel {
        min-height: 0px;
    }

    .propeditheaderpanel {
        min-height: 0px;
    }
}

.process-detail {
    display: none;
}

.process-result {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.process-message {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
    min-height: 150px;
}

.process-header {
    display: block;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.process-header-heading {
    padding-left: 10px;
    padding-right: 13px;
    padding-bottom: 1px;
    height: 30px;
}

#ProcessSuccess .process-header {
    border-bottom: 3px solid #81c868;
}

#ProcessSuccess .process-header-heading {
    border: 1px solid #81c868;
    background-color: #81c868;
    color: white;
}

#ProcessSuccessResult {
    border: 1px solid #81c868;
    background-image: url(/app_themes/common/img/msg-success-lg.png);
    background-position: top 20px right 40px;
    background-repeat: no-repeat;
}

#ProcessError .process-header {
    border-bottom: 3px solid #f05050;
}

#ProcessError .process-header-heading {
    border: 1px solid #f05050;
    background-color: #f05050;
    color: white;
}

#ProcessErrorResult {
    border: 1px solid #f05050;
    background-image: url(/app_themes/common/img/msg-danger-lg.png);
    background-position: top 20px right 40px;
    background-repeat: no-repeat;
}

