@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold.eot');
    src: url('fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold.woff') format('woff'),
         url('fonts/raleway-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('fonts/raleway-extrabold.eot');
    src: url('fonts/raleway-extrabold.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-extrabold.woff') format('woff'),
         url('fonts/raleway-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextralight';
    src: url('fonts/raleway-extralight.eot');
    src: url('fonts/raleway-extralight.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-extralight.woff') format('woff'),
         url('fonts/raleway-extralight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayheavy';
    src: url('fonts/raleway-heavy.eot');
    src: url('fonts/raleway-heavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-heavy.woff') format('woff'),
         url('fonts/raleway-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-light.eot');
    src: url('fonts/raleway-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-light.woff') format('woff'),
         url('fonts/raleway-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium.eot');
    src: url('fonts/raleway-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium.woff') format('woff'),
         url('fonts/raleway-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular.eot');
    src: url('fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular.woff') format('woff'),
         url('fonts/raleway-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold.eot');
    src: url('fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-semibold.woff') format('woff'),
         url('fonts/raleway-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaythin';
    src: url('fonts/raleway-thin.eot');
    src: url('fonts/raleway-thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-thin.woff') format('woff'),
         url('fonts/raleway-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*****/

@font-face {
    font-family: 'Visby-Bold';
    src: url('fonts/VisbyBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Visby-Semi-Bold';
    src: url('fonts/VisbySemibold.ttf') format('truetype');
}




@font-face {
    font-family: 'Visby-Regular';
    src: url('fonts/VisbyRegular.ttf') format('truetype');
}



@font-face {
    font-family: 'Gazpacho-Regular';
    src: url('fonts/Gazpacho Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gazpacho-Medium';
    src: url('fonts/Gazpacho Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gazpacho-Bold';
    src: url('fonts/Gazpacho Bold.ttf') format('truetype');
}


/******** FONT UPDATES *****/
h1, h2, h3, h4 {
    font-family:Gazpacho-Bold;
}

label.input-label {
    font-family:Visby-Regular;
    font-size:100% !important;    
}

.ui-tabs-nav li {
    font-family:Visby-Bold;
    font-size:100% !important;        
}

fieldset legend {
    font-family:Visby-Bold;    
}

#cssmenu ul li a {
    font-family:Visby-Bold;    
    font-weight:normal !important;
}

.logo_text_overlay {
    font-family:Gazpacho-Bold;
    
}


body, input, select {
	font-family:  sans-serif;
}    

body { 
    font-size: 1.0vw;
	margin:0;
	border:0;
	padding:0;
	color:#101010;
	background-color: white;
    height:100%;
}

p {
    margin: 0.7em 0;
}

fieldset, input, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    margin-top:1em;
    font-size:1em;
    padding: 0.5em 1em;
}



/***** Site structure ******/

.link_button {
    vertical-align:middle;    
}

a.link_button:hover { 
    text-decoration:none;
}

.link_button span {
    vertical-align:middle;
    padding-left:0.3em;
}

.link_button span:hover {
    text-decoration:underline;
}

.button {
    
}

.wrapper {
    margin: 0 auto;
    position: relative;
    width: 90em;
    max-width:100%;
}

div.leftside {
    width:15em;
    height:35em;
    background: url("../images/site/side_bg.png") repeat-x scroll right top #F5F4F9;


    float:left;
    display:inline;
}


div.content_normal_start {
	width:100%;
	float:left;
	display:inline;
	margin:0;
    padding:0 2px;
    box-sizing:border-box;
}

div.content_normal {
    box-sizing:border-box;
	padding: 0 1px;

    background-color:white;    
 	float:left; 
    width:100%;
    min-height:40em; 
}




.document_div {
    margin-top:0px;
    width:100%;
    min-height:600px;
    position:relative;
    display: table;      
}


.login_info {
    float:right;
    font-size:0.8em;
    padding-right:0.3em;
}

.info_bar {
    background:#D0D0D0;
    height:1.5em;
    border:1px #D8D8D8 solid;
    margin-top:0.15em;
    line-height:1.5em;
}

.logo_main {
    margin-top:0.5vw;
    background: linear-gradient(to bottom, #FBAA18, #F78A1D);
    width:100%;
    border-radius: 15px 15px 15px 0;
    overflow:hidden;
}

.logo_main img {
    display:block;
    max-width:1024px;
    width:100%;
    border-style:none;
    border-width:0;
}



/***** Footer *****/

div.content_footer {
	padding-top: 0.7em;
    padding-bottom:0.7em;
    display:block;    
    clear:left; 	 
    color:#E84C05;
    font-size:0.8em;
}







h1 {
    font-size:1.2em;
    color:#E84C05;
    font-weight:bold;
    margin-bottom:0.6em;
    overflow:auto;
}

h2 {
    font-size:1em;
    color:#E84C05;
    font-weight:bold;
}



/*** Table Div ****/
.table_div {
    box-sizing: border-box;
    margin-top:0.8em;
    width:83%;
    display:inline-block;
    float:left;
}


/*** Side Nav ****/

div#side_nav {
    box-sizing: border-box;
    border:1px solid #EAEAEA;
    background: #F9F9F9;
    padding:0.35em;
    width:16%;
    margin-left:1%;
    display:inline-block;
    float:left;
    margin-top:0.8em;
    padding-left:0.35em;
    min-height:14em;
    float:right;
}
    
div#side_nav ul {
    padding-left:1em;
}    
    
div#side_nav a, div.side_nav a:visited {
    font-size:1em;
    color:black;
}

div#side_nav a:hover {
    color:#FE621B;
}

/******** Links ********/

a { 
    color:#E84C05; 
    text-decoration:none; 
}

a:visited { 
    color:#E84C05; 
    text-decoration:none; 
}


a:hover { 
    color:#E84C05; 
    text-decoration:underline; 
    cursor: pointer 
}

.action_link {
    margin-left:1.5em;
    color:#E84C05; 
    text-decoration:none; 
}

.hivis_link {
    color:#009E21; 
    text-decoration:none; 
}    

.ui-state-error a {
    color:#E84C05 !important; 
    font-weight:bold;
}    
    

/******** Menu Bar ********/

.menu_bar {
    width:100%;
    background: none;
    table-layout:fixed;
    border-collapse: separate;
}

.menu_bar td {
    border: 1px solid #CC7300;
    text-align:center;
    vertical-align:middle;
    background: #E84C05;
    padding:0px;
    height:2.5em;
    font-weight:bold;
}

.menu_bar_item {
    max-width:100%;
    overflow-wrap: break-word;
    word-wrap: break-word;    
    display:inline-block;
    vertical-align:middle;

}

.menu_bar a {
    color:white;
}

.menu_bar_item:hover {
    background:gray !important;
}

.menu_bar_highlight {
    background:#FFA42D !important;
}

.menu_bar_highlight a {
    text-decoration:underline;
}

/****/

.admin_bar {
    width:100%;
    background: none;
    table-layout:fixed;
    border-collapse: separate;
    font-size:0.9em;
}

.admin_bar td {
    border: 1px solid #CC7300;
    text-align:center;
    background: #666666;
    padding:0px;
    height:2em;
    vertical-align:middle;
    /*font-weight:bold;*/
}

.admin_bar_item {
    display:block;
    overflow-wrap: break-word;
    word-wrap: break-word;        
}

.admin_bar a {
    color:white;
}

.admin_bar_item:hover {
    background:gray !important;
}

.admin_bar_highlight {
    background:#FFA42D !important;
}

.admin_bar_highlight a {
    text-decoration:underline;
}




.nav_button {
    cursor:pointer;
    display:inline-block;
    margin-right:0.7em;
}

.update_button {
    cursor:pointer;
    display:inline-block;
    margin-right:0.7em;
}




/****** Forms *******/

label.input-label {
    font-size:0.9em;
    color:#231F20;
    color:#202080;
    font-weight:600;
    margin-bottom: 0.1em;
    margin-top:0.35em;
    padding-top:0.35em;
    display:block;
    word-wrap: break-word; 
}

label.list-label {
    font-size:0.9em;
    color:#231F20;
    margin-bottom: 0.7em;
    padding-top:0.7em;
    display:block;
}


input.user_name {
    width:14em;
}

input.password {
    width:14em;
}

input.subject {
    width:14em;
}

input.email {
    width:20em;
}

input.w2 {
    width:20em;
}

input.w4 {
    width:40em;
}


textarea.inp_message {
    width:32em;
    height:18em;
    resize:none;
}

input, textarea, select, .cke_textarea_inline {
    color: #202020;
    display: inline-block;
    font-size: 1.0em;
    padding: 0.3em;
}

select {
    padding:0.2em;
    background-color:inherit;
}


input[type="text"], input[type="password"], textarea, select, .cke_textarea_inline {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 3px;
    border: 1px solid #CCCCCC;    
}

input:focus, textarea:focus, select:focus, .cke_textarea_inline:focus {
    outline: 0;
    border-color: rgba(82,  168,  236,  0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,  0,  0,  0.1), 0 0 8px rgba(82,  168,  236,  0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,  0,  0,  0.1), 0 0 8px rgba(82,  168,  236,  0.6);
    box-shadow: inset 0 1px 3px rgba(0,  0,  0,  0.1), 0 0 8px rgba(82,  168,  236,  0.6);
}

.dollar_txt {
    font-size:80%;
    font-weight:bold;
    font-style: italic;
}

textarea {
    width:100%;
    resize:none;
    min-height:8em;
}

textarea.autoscale {
    overflow: hidden;
    resize: none;
    min-height: 1em;
}

input[type="text"] {
    min-width:2em;
    max-width:100%;
}

select {
    min-width:5em;
    max-width:100%;
}

.wide_input {
    width:25em;
}

.max_input {
    width:100%;
}

input[type='radio'] {   
    vertical-align: middle;
    margin:0.2em 0.3em 0.3em 0;
}

label  {
    margin:0.2em 0.7em 0.2em 0;
    white-space:nowrap;
}

#transaction_form label {
    white-space:inherit;
}

label > * {
    vertical-align:middle;
}

input.date_picker {
    min-width:6.7em;
    width:6.7em!important;
}

input.time_picker {
    min-width:5em;
    width:5em!important;
}


div.button-bar {
    padding-bottom:0.7em;
}

div.form_error {
    margin-top:0px;
    margin-bottom:0px;
}

div.form_error .ui-widget {
    margin-top:0.35em;
    margin-bottom:0.7em;
}

div.page_msg {
    border: 1px green solid;
    padding:0.9em;
    color:green;
    background-color:#F6FEF3;
    margin-bottom:0.7em;
}

.info_box {
    border: 1px #4EA0DA solid;
    padding:1em 0.5em;
    color:#202020;
    font-weight:bold;
    background-color:#CAE7FC;
    margin-bottom:0.7em;    
}


div.button-bar {
    padding-top:0.7em;
    padding-bottom:0.7em;
}


div.button-bar button {
    padding:0.35em 0.7em 0.35em 0.7em;
    min-width:7em;
    margin-right:0.7em;
}

.view_report {
    height:1.3em;
    padding-left:1.8em;
    padding-top:0.2em;
    background-image: url('../images/pdf_icon.png');
    background-size:auto 1.5em;
    background-repeat: no-repeat;    
}

.view_link {
    height:1.3em;
    margin-left:0.3em;
}

.email_link {
    height:1.3em;
    padding-left:1.8em;
    padding-top:0.2em;
    background-image: url('../images/email.png');
    background-size:auto 1.5em;
    background-repeat: no-repeat;
    float:right;    
}

.print_link {
    height:1.3em;
    padding-left:1.8em;
    padding-top:0.2em;
    background-image: url('../images/print.png');
    background-size:auto 1.5em;
    background-repeat: no-repeat;
    float:right;    
}



/***** Column widths ******/

.w50 {
    width:50px;
}


.w80 {
    width:80px;
}

.w100 {
    width:100px;
}

.w120 {
    width:120px;
}

.w150 {
    width:150px;
}

.w200 {
    width:200px;
}

.w300 {
    width:300px;
}


.p10 {
    width:10%;
}

.p15 {
    width:15%;
}

.p20 {
    width:20%;
}

.p25 {
    width:25%;
}

.p30 {
    width:30%;
}

.p40 {
    width:40%;
}

.p50 {
    width:50%;
}

.p80 {
    width:80%;
}


.p100 {
    width:100%;
}

.field_table, .field_table_right {
    padding:0;
    border:none;
    display:inline-block;
    border-collapse:collapse;
}

.field_table td {
    padding:0 0 0 0.7em;
    vertical-align:middle;
}

.field_table_right td {
    padding:0 0.7em 0 0 !important;
}


.left {
    text-align:left;
}

.center {
    text-align:center !important;
}


.right {
    text-align:right;
}


.img_thumb {
    height:7em;
    max-width:28em;
    border:1px solid #C0C0C0;
}

.img_missing {
    display: flex;              /* Establish flex container */
    justify-content: center;    /* Horizontally center the content */
    align-items: center;
    text-align:center;
    color:#202020;
    width:6em;
    height:6em;
    background-color:#e0e0e0;
    border:1px solid #404040;
    padding:0.5em;
}

.pdf_preview, .pdf_preview_absolute {    
    top:2em;
    bottom:0;
    width:100%;
    background-image: url("../images/wait.gif");
    background-repeat:no-repeat;
    background-position:center;
         
}

.pdf_preview_absolute {
   position:absolute;
 }


.pdf_viewer {
    background:transparent;
    margin:0;
    min-height:42em;
    height:100%;
}

.pdf_viewer_object {
    margin:0;
    height:100%;
    width:100%;
}


.browse_button {
    margin-right:1.4em;
    width:13em;
}

/* Image Library */
.library_button {
    background-image: url("../images/library.png"); 
    background-position:center center;
    width:28px;
    height:28px;
}


.user_library_button::before {
    content: "Select Image";
}
.user_library_button {
    display:block;
    width:auto;
    padding: 1em;
    
}

.library_table td {
    border:1px solid transparent;
}    

.library_image_box {
    max-width:6.4em;
    font-size:0.7em;
    text-align:center;
}

.image_lib_selected {
    border:1px solid black !important;
}

.library_manage_table {
    background-color:#f0f0f0;
    border-collapse: collapse;
}

.library_manage_table th {
    text-align:left;
}

.library_manage_table tr td {
    border-top:0.14em gray solid;
    border-bottom:0.14em gray solid;
}

.library_manage_table tr td .img_thumb {
    height:3.57em;
    vertical-align:middle;
    margin: 0.2em;
}

.library_file_browser {
    width:21em;
}

.ui_div {
    display:inline-block;
    float:left;
    padding-right:1em;
}

.ui_newline {
    clear:both;
}

.ui_table {
    border-collapse:collapse;
    padding:0;
    margin:0;
}
.ui_table tr td fieldset {
    height:100%
}

.ui_table td {
    padding:0;
    padding-right:0.3em;
    padding-bottom:0.35em;
    vertical-align:top;
}


.add_contact {
    margin:0;
    margin-top:0.35em;
    background: #FFF9D3;
    border:1px solid #FDB14F;
    padding:0.35em 0.7em 0.35em 0.7em;
    border-radius: 0.3em;
    margin-bottom:0.7em; 

}

.green_confirm {
    width:100%;
    display:inline-block;
    border: 1px #02CA10 solid;
    padding:0.35em;
    color:#02CA10;
    background-color:#F7FFF3;
    border-radius: 0.3em;    
    margin:0;
}


.add_contact legend {
    color:#404040;
    font-weight:bold;
}

.ui_table input, .add_contact select {
    min-width:0 !important;
    width:100%;
}

.ui-tab-error {
	background: #F8C7C2 !important;
	color: #cd0a0a !important;
}

table.date_selector {
    border-collapse:collapse;
}

.date_selector td {
    vertical-align:top;
}

.date_selector button {
    margin-top:inherit;
    margin-left:0.3em;
    padding:0.1em 0.2em;
}

.full_width {
    width:100%;
}

.do_link {
    font-weight:bold;
    margin-right:2em;
    color:#404040 !important;
    font-size:1.1em;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;    
}

.action_buttons {
    float:right;
    margin-top:0em;
    display:inline-block;    
    overflow:auto;
}

.action_absolute {
    top:0;
    right:0;
    position:absolute;    
}

.action_buttons span 
{
    font-weight:bold;
    color:#E84C05;
    margin-right:1em;
    background-size:contain;
    background-repeat:no-repeat;    
    padding-left:1.5em;
}

.new_button {
    background-image: url('../images/new_listing.png');
    color:#00ad00!important;
}

.new_question_button {
    background-image: url('../images/new_listing.png');
    color:#00ad00!important;
}

.new_question_button:hover {
    background-image: url('../images/new_listing.png');
    color:#00cd00!important;
}


.new_section_button {
    background-image: url('../images/dup_listing.png');
    color:#E000E8!important;
}

.new_section_button:hover {
    color:#FF10FF!important;
}


.answer_button {
    background-image: url('../images/info_icon2.png');
    color:#4F99A6!important;
}


.dup_button {
    background-image: url('../images/dup_listing.png');
    color:#E820FB!important;
}


.edit_button {
    background-image: url('../images/edit_listing.png');
    color:#b5942e!important;
}

.view_button {
    background-image: url('../images/view_listing.png');
    color:#46a8e0!important;
}


.delete_button {
    background-image: url('../images/delete_listing.png');
    color:#c31500!important;
}

.proof_button {
    background-image: url('../images/approve_icon.png');
    color:#6884a2!important;
}

.repeat_button {
    background-image: url('../images/rot90.png');
    color:#6884a2!important;
}


.order_button {
    background-image: url('../images/order_icon.png');
    color:#6884a2!important;
}

.empty_trash_button {
    background-image: url('../images/empty_trash_icon.png');
    color:#df2121!important;
}

.cancel_proof_button {
    background-image: url('../images/status_removed.png');
    color:#e7af43!important;
}

.undo_trash_button {
    background-image: url('../images/status_removed.png');
    color:#e7af43!important;
}

.expired_button {
    background-image: url('../images/expired.png');
    color:#d39129!important;
}


.div_ui_container {
    box-sizing: border-box;    
    overflow:hidden;
    
}

.div_ui_container fieldset, .div_ui_container50 fieldset {
    background: #f8f8f8;
}

.div_ui_container input:not([type=radio]), .div_ui_container select, .div_ui_container textarea {
    width:100%;
    resize:none;
    min-width:0;
}

.div_ui_container input[type=checkbox]
{
    width:inherit;
}

.div_ui_container50 {
    width:50%;
    overflow:hidden;
    float:left;
}

.div_ui_container50 input, .div_ui_container50 select {
    width:100%;
}

.div_ui_container50 input[type=checkbox]
{
    width:inherit;
}


.div_ui_container fieldset, .div_ui_container50 fieldset {
    padding-left:0;
}

.div_ui_column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    margin:0;
    float:left;
    padding-left:0.7em;    
}

.div_ui_column10 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:10%;
    margin:0;
    float:left;
    padding-left:0.7em;
}

.div_ui_column15 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:15%;
    margin:0;
    float:left;
    padding-left:0.7em;
}

.div_ui_column20, .div_ui_column20_no_pad {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:20%;
    margin:0;
    float:left;
}

.div_last {
    clear:both;
}

.div_ui_column20 {
    padding-left:0.7em;    
}

.short_text {
    width:4em!important;
}

.wide_text {
    width:32em!important;
}


.div_ui_column25 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:25%;
    margin:0;
    float:left;
    padding-left:0.7em;
}


.div_ui_column50,.div_ui_column50s {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:50%;
    margin:0;
    float:left;
    padding-left:0.7em;    
}

.div_ui_column100 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    margin:0;
    float:left;
    padding-left:0.7em;    
}

.div_ui_columm_left {
    padding-left:0 !important;
}

.contact_box, .lawyer_box {
    padding-bottom: 0.7em;
    margin-bottom: 0.7em;
    border-bottom:1px solid #C0C0C0;
    overflow:auto;
}

.contact_inner .address_picker, .lawyer_box .address_picker {
    min-width:0 !important;
}

.address_picker {
    min-width:28em !important;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.read_only:not(a,.button) {
    background-color:#F0F0F0;
}

input.read_only, select.read_only {
    background-color:#F0F0F0 !important;  
}

a.read_only:not(.ui-tabs-anchor) {
    color:gray !important;
    /*background: inherit;*/
    cursor:not-allowed !important;
}

thead tr.collapse {
    padding-right:10em;
}

.collapse_icon_up {
    float:right;
    width:1em;
    height:1em;
    background-image: url('../images/collapse_up.png');
    background-size:contain;
    background-repeat: no-repeat;            
}

.collapse_icon_down {
    float:right;
    width:1em;
    height:1em;
    background-image: url('../images/collapse_down.png');
    background-size:contain;
    background-repeat: no-repeat;            
}


.record_lock {
    clear:both;
    background-color:#F5EDD1;
    border:1px solid #E9C855;
    color:#CA5F00;
    padding:2em;
    text-align:center;
    font-size:120%;
}

.record_lock span {
    font-weight:bold;
}

.bank_account input {
    width:auto;
    min-width:0;
}

a img {
    vertical-align:middle;
}

.address_checker_box {
    z-index:110;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    padding-left:0;    
}

.user_ui {
    font-weight:bold;
}

.date_ui {
    color:green;
}

.ui-dialog {
    box-sizing:border-box;
    max-width:90vw;
    margin: 0 auto;
    left: 0 !important;
    right: 0;    
}

/* Pending */
.list_state_fg_p {
    font-weight:bold;
    color:#00D4AA;
}

.list_state_bg_p {
    background-color:#E5FFFF;
}


/* Available */
.list_state_fg_a {
    font-weight:bold;
    color:blue;
}

.list_state_bg_a {
    background-color:#F4F4FF;
}


/* Conditional */
.list_state_fg_c {
    font-weight:bold;
    color:#FB9217;
}

.list_state_bg_c {
    background-color:#FFFFB0;
}


/* UnConditional */
.list_state_fg_u {
    font-weight:bold;
    color:#008000;
}

.list_state_bg_u {
    background-color:#BDFFBD;
}


/* Withdrawn */
.list_state_fg_w {
    font-weight:bold;
    color:#FF0000;
}

.list_state_bg_w {
    background-color:#FF9999;
}

.list_state_bg_d {
    background-color:#DE60D1;
}


/* UnConditional */
.sale_state_fg_u {
    font-weight:bold;
    color: #008000;
}

.sale_state_bg_u {
    background-color: #BDFFBD;
}

/* Conditional */
.sale_state_fg_c {
    font-weight:bold;
    color:#FB9217;
}

.sale_state_bg_c {
    background-color: #FFFFB0;
}



/* Fallen */
.sale_state_fg_f {
    font-weight:bold;
    color: #FF0000;
}

.sale_state_bg_f {
    background-color: #FFE4E4
}

/* Done */
.sale_state_fg_d {
    font-weight:bold;
    color: #7D00D4;
    color: #4040FF;
}

.sale_state_bg_d {
    background-color: #E5FFFF;
    background-color: #E0E0FF;
}

/* Draft */
.sale_state_bg_draft {
    background-color: #e0e0e0;
}



div.status_backup {
    border: 1px #BD0375 solid;
    padding:0.9em;
    color:#BD0375;
    font-weight:bold;
    background-color:#FFD3EF;
    margin-bottom:0.7em;
}

.background_table {
    background-color:white;
}

.changes_table {
    margin-top:1.5em;
    border-collapse:collapse;
    width:100%;
}

.changes_table th {
    text-align:left;
    background:#404040;
    color:white;
    border:1px solid #404040;
    padding:0.3em;
}

.changes_table td {
    border:1px solid #404040;
    padding:0.3em;
}

.notes_table {
    margin-top:1.5em;
    border-collapse:collapse;
    width:100%;
}

.notes_table th {
    text-align:left;
    background:#3D05A3;
    color:white;
    border:1px solid #3D05A3;
    padding:0.3em;
}

.notes_table td {
    border:1px solid #3D05A3;
    padding:0.3em;
}



.date_col {
    width:8em;
}

.datetime_col {
    width:10em;
}


.clear_search {
    background-image: url('../images/photo_delete.png');
    height:1em;
    margin-left:-0.5em;
    padding-left:2em;
    padding-top:0.23em;
    background-size:auto 1.2em;
    background-repeat: no-repeat;
}

.listing_info {
    background-image: url('../images/info_icon2.png');
    height:0.8em;
    padding-right:1.8em;
    background-size:auto 1.4em;
    background-repeat: no-repeat;
    background-position:right;
    color:black;
}

.alert_open_home {
    background-image: url('../images/status_fail.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;     
    margin-left:0.1em;  
    display:inline-block;
    width: 1.5em;
    height:1em; 
}


.warn_open_home {
    background-image: url('../images/status_warn.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;     
    margin-left:0.1em;    
    display:inline-block;
    width: 1.5em;
    height:1em;
}

.pdf_button {
    background-image: url('../images/pdf_doc.png');
    cursor:pointer;    
}

.action_buttons_large span 
{
    font-weight:bold;
    color:#E84C05;
    display:inline-block;
    margin-right:1em;
    background-size:contain;
    background-repeat:no-repeat;    
    padding-left:3.3em;
    line-height:3em;
    height:3em;    
}

.state_wrap {
    display:inline-block;
    box-sizing:border-box;
    margin:0;        
    vertical-align:bottom;    
}


.expiry_warn {
    color:orange;
    font-weight:bold;    
}

.expiry_alert {
    color:red;
    font-weight:bold;
}

.upload_fail_main {
    color:red;
}

.request_pending {
    background-color:#F5EA8D;
    
}

.odd_row {
    background:rgba(252,252,252,0.9);    
}

.even_row {
    background:rgba(240,240,240,0.9);    
}

.request_status {
    width:100%;
    border-collapse:collapse;
}

.request_status th {
    text-align:left;
    color:white;
    background-color:black;
    padding:0.3em;    
}

.request_status td {
    border:1px solid #808080;
    padding:0.3em;
    
}

.req_declined {
    color:red;
    font-weight:bold;
}

.req_accepted {
    color:green;
    font-weight:bold;
}

.req_pending {
    color:blue;
    font-weight:bold;    
}

.aml_except_table {
    width:100%;
}

.aml_except_table th {
    text-align:left;
}


.agentaway {
    color:red;
}
.caretaker {
    color:green;
}

.admin_only {
    font-style:italic;
    color:#A911AB;
}

.img_info {
     position: relative;
    display: inline-block; /* Or block if needed */
}

.img_info img {
    display: block;
}


.img_info .vert_line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #79F868;
}

.img_info .horz_line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #79F868;
}

.preview_email_body a {
    all:revert;
} 

.preview_email_body a:hover, .preview_email_body a:focus, .preview_email_body a:active {
  all: revert;
}

