/* Font family */

@import url('/newAssets/fonts/SourceSansPro.css');
@import url('/newAssets/fonts/LibreBaskerville.css');

/* It starts */

body {
	letter-spacing: 0.6px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
}
html,
body {    
	margin: 0;
	padding: 0;
	background-color: #f5f9fc;
	color: #0C2638; 
}
ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0;
    padding: 0;
}
h1, h2{
    font-family: 'Libre Baskerville', serif;
}
h1 {
	font-size: 28px;
	line-height: 38px;
}
h2{
	font-size: 24px;
	line-height: 34px;
	color: #0C2638;
	margin-bottom: 1em;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	border-bottom: 2px solid #85bbe2;
	margin-bottom: 10px;
}
h4, h5, h6 {
	/* Debug */
	color: red;
	font-size: 20px;
	line-height: 30px;
}
a, button, input, select, textarea {
	font-family: 'Source Sans Pro', sans-serif;
	color: #0c2638;
}
/*
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-image: none;
}
*/

/*-------------Login-------------*/

.login-wrap {
    display: flex;
    align-items: center;
}
.login-wrap .left {
    width: 50%;
    background: -moz-linear-gradient(top,  #001e29 0%, #0f3955 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #001e29 0%,#0f3955 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #001e29 0%,#0f3955 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex;
    justify-content: flex-end;
    height: 100vh;
}
.login-wrap .left img {
    height: 100%;
    display: block;
    top: 15%;
    position: relative;
    right: -10px;
}
.login-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.content-wrap h1 {
    color: #0C2638;
}
/* ToDo: Purge
.content-wrap form .form-group label {
    display: block;
    color: #979ca7;
    padding: 0 0 10px;
}
.content-wrap form .form-group input {
    background-color: #f5f9fc;
    border: 1px solid #dadada;
    border-radius: 5px;
    height: 35px;
    width: 275px;
    text-indent: 10px;
}
.content-wrap form .form-group~.form-group {
    padding: 20px 0 0;
}
*/
.content-wrap form {
    padding: 40px 0 0;
}
.content-wrap p {
    padding: 10px 0 0;
}
.login-wrap .logo {
    padding: 0 0 50px;
}
.content-wrap h1 br{
    display: none;
}
/* ToDo: Purge;
body a.principal-protection{
    background-color: #FF8F00;
}
*/
/* ToDo: Purge;
.login-wrap button.login,
.list_controls  .button_main input[type="button"],
.properties_main table tr td a,
.select_property a,
.arreas_main form input[type="submit"],
body a.principal-protection,
.sms-wrap .template_category .button_holder input,
.top-header a.pview,
#quickpick input[type="button"],
.wrap-main.download_file .file_download .icon a label,
.arreas_main form table.form_table tr td input.submit,
.select_property a,
.letter_action .arreas_main form input[type="submit"] {
    background-color: #ec6b1c;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    margin: 35px 0 0;
    cursor: pointer;
    box-shadow: 0 12px 18px -5px rgba(236,107,28, 0.3);
}
.login-wrap button.login:hover,
.button_main input[type="button"]:hover,
.properties_main table tr td a:hover,
body .select_property a:hover,
.arreas_main form input[type="submit"]:hover,
body a.principal-protection:hover,
.sms-wrap .template_category .button_holder input:hover,
.top-header a.pview:hover,
#quickpick input[type="button"]:hover,
.wrap-main.download_file .file_download .icon a label:hover,
.arreas_main form table.form_table tr td input.submit:hover,
.select_property a:hover{
    background-color: #FF8F00;
}
*/
.right-inner {
    padding: 0 100px 40px;
}
.right {
    position: relative;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.right .login-footer {
    position: absolute;
    bottom: 15px;
    width: 85%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.right .login-footer .privacy-policy a,
.footer .privacy_policy a {
    text-decoration: none;
}
.right .login-footer .privacy-policy a:first-child,
.footer .privacy_policy a:first-child {
    border-right: 1px solid;
    padding: 0 15px;
}
.right .login-footer .privacy-policy a:last-child,
.footer .privacy_policy a:last-child {
    padding: 0 0 0 15px;
}
.login-wrap .logo img {
    width: 330px;
}
div#error_box {
    color: #ff0000;
    width: 100% !important;
    text-align: left;
}
/* ToDo: Purge;
#quickpick label {
    padding: 5px 0;
    display: inline-block;
}
*/
/*Dashboard*/
#toggle {
	display: inline-block;
	background-image: url('../images/menu.svg');
	background-repeat: no-repeat;
	background-size: 18px 22px;
	background-position: center center;
	width: 32px;
	height: 32px;
	padding: 0;
	padding: 2px;
}
#logout {
	display: inline-block;
	background-image: url('../images/logout.svg');
	background-repeat: no-repeat;
	background-size: 28px 28px;
	background-position: center center;
	width: 32px;
	height: 32px;
	padding: 0;
	padding: 4px;
}
#email {
    display: inline-block;
    background-image: url('../images/email.svg');
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center center;
    width: 32px;
    height: 32px;
    padding: 0;
    padding: 4px;
}
#phone {
    display: inline-block;
    background-image: url('../images/phone2.svg');
    background-repeat: no-repeat;
    background-size: 105px 28px;
    background-position: center center;
    width: 120px;
    height: 32px;
    padding: 0;
    padding: 4px;
}
#logout.#email.#phone[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
}
.mid_side a {
	line-height: 14px;
}
.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 0px;
    border-bottom: 1px solid #dadada;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.head .left_side a img {
    width: 22px;
}
.head .left_side a:last-child img {
    width: 234px;
}
.head .left_side {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
}
.head .left_side a:first-child {
    padding: 0 35px 0 0;
}
.head .right_side {
    display: flex;
    padding: 0 30px 0 0;
}
.head .right_side a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;    
}
.head .right_side a img {
    width: 29px;
}
.head .right_side a span {
    font-weight: 700;
    margin: 0 13px 0 0;
}
.sidebar ul li a img,
.sideTab img {
    width: 28px;
    height: 28px;
    margin: 0 36px 0 0;
}
.sidebar ul li a,
.sideTab {
    align-items: center;
    display: flex;
    text-decoration: none;
    color: #969ba6;
    padding: 0 25px;
    height: 56px;
    border-left: 6px solid transparent;
}
.sidebar {
    width: 25%;
    max-width: 320px;
    background-color: #0c2638;
    left: 0;
    min-height: 784px;
    /* transition: 0.30s; */
}
.sidebar ul li a span {
    color: #969ba6;
    font-weight: 400;
}
.sidebar ul li a img.active-hover {
    display: none;
}
.content .sidebar ul {
    background-color: #0c2638;
    /*padding: 0 0 180px; */
    height: 100vh;
}
.sidebar ul li.active a,
.sideTab {
    background-color: #c5dff2;
}
.sidebar ul li.active a span,
.sidebar ul li a:hover span{
    color: #0c2638;
    font-weight: 700;
}
.sidebar ul li.active a img {
    display: none;
}
.sidebar ul li.active a img.active-hover {
    display: block;
}
.sidebar ul li.active a {
    background-color: #C5DFF2;
    border-left: 6px solid #ec6b1c;
}
.sidebar ul li.modun a {
    background-color: #0a2130;
    border-left: 6px solid #680000;
}
.sidebar ul li a:hover {
    background-color: #c5dff2;
    border-left: 6px solid #1c6fec;
}
.sidebar ul li a:hover img {
    display: none;
}
.sidebar ul li a:hover img.active-hover {
    display: block;
}
.dashboard {
    padding: 56px 0 0;
}
.footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #dadada;
    align-items: center;
   /* position: fixed;
    bottom: 0;*/
}
.footer_logo img {
    width: 200px;
}
.footer .copy_right {
    padding: 30px 0 30px 30px;
}
.footer .footer_logo {
    padding: 0 30px 0 0;
}
#side_menu_holder .content {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
}
.content_floater {
    width: calc(100% - 15%);
    /*padding: 61px 36px 66px;*/
    padding: 36px 36px 66px;
    box-sizing: border-box;
    /* transition: 0.5s; */
    /* margin-bottom: 66px; */
}
.hideToggle .sidebar {
    width: 85px;
}
.hideToggle .sidebar ul li a span {
    display: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #dadada; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #979CA7; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #979CA7; 
}
.view-main {
    display: flex;
    justify-content: space-between;
}
.view-main a,
.arreas_main .history a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 50%;
    justify-content: center;
    padding: 22px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: rgba(255,255,255,0.5);
    margin: 0 0 0 0;
    border-radius: 5px;
}
.view-main a~a {
    margin: 0 0 0 20px;
}
.view-main a img,
.arreas_main .history a img{
    width: 40px;
    margin: 0 28px 0 0;
}
.view-main a p,
.arreas_main .history a p {
    padding: 15px 30px;
    background-color: #faeae0;
    font-weight: 600;
    border-radius: 5px;
}
.hideToggle .content_floater {
    width: calc(100% - 85px);
}
.properties_main {
    margin: 36px 0px 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: rgba(255,255,255,0.5);
    position: relative;
    border-radius: 5px;
}
.properties_main h2{
    padding: 30px 80px 0px;
    color: #0c2638;
}
.properties_main .paged_list {
    padding: 0 80px 43px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.properties_main .paged_list .list_controls .imgClass img {
    width: 23px;
}
.table_main, .input_main_class, .list_controls {
    display: flex;
    align-items: center;
}
.list_controls label {
    color: #979ca7;
    margin: 0 0 0 13px;
}
/* ToDo: Purge
.list_controls .input_main input,
.span_controls span,
.arreas_main form table.form_table tr td input,
.arreas_main form table.form_table tr td textarea,
#templates_custom .template.tsms textarea,
.recipients_wrap #recipients .bulk_numHolder input,
.agent-wrap input,
.step_main  input,
.step_main  textarea,
.letter_action .arreas_main form input,
.form_gr input{
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dadada;
    width: 151px;
    text-indent: 13px;
    background-color: #f5f9fc;
    /*-webkit-appearance: none; */
    /*-moz-appearance: none; */
    /*appearance: none; */
	/*
}
*/
.list_controls .select_main select * {
    padding: 5px;
    text-align: center;
}
.table_main .imgClass {
    display: flex;
    align-items: center;
}
.list_controls .button_main input[type="button"] {
    margin: 0 0 0 18px;
}
/* ToDo: Purge
.table_main .span_controls span {
    display: inline-block;
    line-height: 30px;
    text-align: left;
    border-radius: 5px 0 0 5px;
}
*/
.properties_main .paged_list .list_controls img,
.arreas_main form div#ulList .span_controls img {
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.span_controls {
    display: flex;
    align-items: center;
}
.select_main ul.dropdown.show {
    position: absolute;
    left: 0;
    width: 151px;
    text-align: left;
    display: block;
    background-color: #f5f9fc;
    color: #0c2638;
    border: 1px solid #dadada;
}
/* ToDo: Purge, .table_main .span_controls span, */
.arreas_main form div#ulList .span_controls span {
    display: inline-block;
    line-height: 30px;
    text-align: left;
    border-radius: 5px 0 0 5px;
}
.select_main {
    position: relative;
    margin: 0 18px 0 62px;
}
.select_main ul.dropdown {
    display: none;
}
.select_main ul.dropdown.show li {
    text-indent: 13px;
    padding: 6px 0;
    border-bottom: 1px solid #dadada;
    cursor: pointer;
}
.select_main ul.dropdown.show li:last-child {
    border-bottom: 0;
}
.properties_main .list_controls {
    background-color: transparent;
    padding: 0;
}
.properties_main table tr th img {
    height: 32px;
    vertical-align: middle;
    margin: 3px;
}
/* ToDo: Purge, Why, I do not even...
.properties_main table tr th img~img {
    margin: 0 0 0 3px;
}
*/
.properties_main table tr th {
	background: #faeae0;
    color: #979ca7;
	color: #0c2638;
    font-weight: 600;
    text-align: left;
    border: none;
    border-bottom: 1px solid #dadada;
	padding: 5px;
}
.properties_main th:first-child {
	border-radius: 5px 0px 0px 0px;
}
.properties_main th:last-child {
	border-radius: 0px 5px 0px 0px;
}

.properties_main table {
    border-spacing: 0;
    margin: 41px 0 0;
    width: 100%;
}

.properties_main table tr th:last-child {
    text-align: right;
    padding-right: 2px;
    /* width: 230px; */

}
.properties_main table tr td {
    padding: 5px 0px 5px 5px;
    /*padding: 12px 10px 12px 0; */
    border-bottom: 1px solid #dadada;
    min-width: 80px;
    vertical-align:middle;
}
.properties_main table tr td img,
.select_property img {
	width: 32px;
	height: 32px;
	margin-right: 3px;
	vertical-align: middle;
}
/*
.properties_main table tr td a,
.select_property a,
.arreas_main form input[type="submit"],
a.principal-protection {
    margin: 0;
    border-radius: 0;
    transition: inherit;
    font-weight: 400;
    display: inline;
    text-decoration: none;
}
*/
.properties_main table tr td a:hover {
    color: #ffffff;
}
.properties_main table tr td:last-child {
    text-align: right;
	
}
body #bg_top {
    position: relative;
    background-color: #f5f9fc;
}
body #bg_top {
	background-image: url(../images/tree-bg.svg);
	background-size: 750px 600px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
	background-size: 250px 200px;
}
div#header {
    position: relative;
    z-index: 99;
}
div#side_menu_holder {
    position: relative;
    z-index: 3;
}
.footer_wrap {
    display: none;
}
.sideTab {
    display: none;
}
.sideTab img {
    margin: 0 18px 0 0;
}
.sideTab span {
    font-weight: 700;
}
div#prop_view {
    margin: 40px 0 0;
    background-color: #efefef;
    padding: 30px;
    line-height: 28px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 5px;
}
div#prop_view h3 {
    margin: 0 0 8px;
}

/* Members Page Container Styles :3 */

.member-main{
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 30px 50px;
    border-radius: 5px;
    background-image: url("../images/member-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-main,
.arreas_main form,
.loge,
.letter_action{
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 30px 50px;
    border-radius: 5px;
}
.letter_head{
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 30px 50px;
    margin: auto;
    border-radius: 5px;
    width: 75%;
    margin-top: 25px;
}
.wrap-main h2 {
    text-transform: capitalize;
    margin: 0 0 5px;
}
.wrap-main p {
    padding: 0 0 15px;
    line-height: 26px;
}
.wrap-main h3 {
    margin: 0 0 5px;
}
.arreas_main form,
.loge {
    margin: 36px 0 0;
    padding: 30px 80px 35px;
}
.top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}
.top-wrap h3 {
    width: 50%;
}
.select_property {
    display: flex;
    align-items: center;
}
.arreas_main form .properties_main {
    box-shadow: none;
    margin: 0 0 20px;
}
.arreas_main form .properties_main .paged_list {
    padding: 0;
}
.arreas_main form table.form_table {
    width: 100%;
}
/* ToDo: What is this ?
.arreas_main form table.form_table tr td,
.show_prop label,
tbody#arr_termination p,
.step_main span,
.letter_action .arreas_main form p label,
.arreas_main form table.form_table tr td label,
.recipients_wrap #recipients .bulk_numHolder b {
    color: #979CA7;
}
*/
/*
.arreas_main form table.form_table tr td textarea,
#templates_custom .template.tsms textarea,
.step_main  textarea,
textarea#other_info,
.form_gr textarea{
    height: 80px;
    text-indent: initial;
    padding: 5px 13px 0;
    box-sizing: border-box;
    width: 80%;
    margin: 4px 0 0;
}
*/
/* ToDo: Purge
.show_prop label,
.step_main span {
    padding: 15px 0 5px;
    width: 250px;
    margin-left: 10px;
}

.arreas_main form table.form_table tr td:first-child{
    padding: 15px 0 5px;
    width: 140px;
    white-space: nowrap;
}
.arreas_main form table.form_table.tableWrap tr td:first-child{
    white-space: normal;

}    
.arreas_main form table.form_table tr td[colspan="6"],
.arreas_main form table.form_table tr td.field_title{
    white-space: normal;
}
.arreas_main form table.form_table tr td input {
    width: 80%;
    margin: 5px 0;
}
*/
div#info_notice,
#p_insure_company i,
#p_hearing_date i,
#user_note,
#tenant_notice {
	padding: 30px 20px 30px 90px;
	background-image: url(../images/Info.svg);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: 15px center;
	background-color: #faeae0;
	margin: 30px 0 0;
	border-radius: 5px;
}
/* ToDo: Needs a better way */
#p_insure_company a {
	color: #1c6fec;
	font-weight: bold;
	padding: 3px;
}
/* ToDo: Purge
.arreas_main form input[type="submit"] {
    margin: 15px 0 0;
    width: auto;
    text-indent: 0;
}
*/
.arreas_main form table.form_table tr td span#show_prop_addr span,
span#show_prop_addr {
    display: inline-block;
    color: #ff0000 !important;
    padding: 10px 20px;
    background-color: #faeae0;
    border-radius: 5px;
}
span#show_prop_addr {
    font-weight: 600;
}
.template_category {
    padding: 30px 0 0;
}
.arreas_main form table.form_table div#ulList {
    margin: 0;
}
.arreas_main form table.form_table div#ulList span {
    border-right: none;
    width: calc(80% - 35px);
}
body .arreas_main form table.form_table .select_main ul.dropdown.show {
    width: calc(80% - 35px);
    z-index: 2;
}
.sms-wrap .template_category .preview_box {
    line-height: 20px;
}
.sms-wrap .template_category .template.tsms {
    padding: 20px;
    background-color: #eeeded;
}
.sms-wrap .template_category {
    display: flex;
    padding: 10px 0 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*.sms-wrap .template_category .template.tsms~.template.tsms {
    margin: 0 0 0 15px;
}
*/
.sms-wrap .template_category .template.tsms,
#templates_custom .template.tsms {
    padding: 20px;
    background-color: #eeeded;
    margin: 0 0 17px 0;
    width: 49%;
    box-sizing: border-box;
}
/* ToDo: Purge
.sms-wrap .template_category .button_holder input,
#quickpick input[type="button"] {
    margin: 15px 0 0;
}
.sms-wrap {
    padding: 30px 0 0;
}
*/
/* ToDo: Purge
.sms-wrap .template_category .template.tsms input[type="radio"],
#templates_custom .template.tsms .inner-wrap  input[type="radio"],
#quickpick .input-wrap input,
.arreas_main form table.form_table tr td .input-wrap .inner-wrap input,
.type_wrap .input-wrap .inner-wrap input,
.step_main .input-wrap .inner-wrap input {
    background-color: #f5f9fc;
    height: 20px;
    width: 20px;
    margin: 0;
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.inner-wrap{
    border-radius: 5px;
}
.input-wrap input:checked ~ .check-mark,
#quickpick .input-wrap input:checked ~ .check-mark {
    background-color: #f5f9fc;
    height: 19px;
    width: 19px;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: 0px;
    border-radius: 5px;
}
.input-wrap input:checked ~ .check-mark:after {
    content: "";
    background-color: #EC6B1C;
    height: 12px;
    width: 12px;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 4px;
}
.input-wrap input:checked {
    background-color: transparent !important;
    z-index: 2;
}
.input-wrap input:checked ~ ..check-mark:after {
    display: block;
}
.inner-wrap {
    position: relative;
    height: 20px;
    width: 20px;
    margin: 0 8px 0 0;
}
.input-wrap {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}
*/
.sms-wrap .warning {
    margin: 3px 0 5px;
    background-color: #faeae0;
    padding: 5px 10px;
}
.sms-wrap .warning u,
.wrap_huge .huge_but p u,
.wrap-main p b,
.secbod b,
#tenant_notice u,
p u {
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
}
div#prop_view span.ftitle {
    width: 100px;
    display: inline-block;
}
#templates_custom .template.tsms p {
    margin: 5px 0 0;
}
#templates_custom .template.tsms {
    margin: 10px 0 0;
    width: 100%;
}
.wrap_huge {
    display: flex;
    padding: 30px 0 0;
}
.wrap_huge .huge_but {
    width: 50%;
    background-color: #f5f9fc;
    padding: 20px;
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
    cursor: pointer;
	border-radius: 5px;
}
.wrap_huge .huge_but ~.huge_but {
    margin: 0 0 0 15px;
}
.wrap_huge .huge_but img {
    margin: 0 15px 0 0;
    height: 50px;
}
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header a.pview {
    margin: 0;
    text-decoration: none;
}
.steps-wrap h3 {
    margin: 20px 0 5px;
    text-transform: uppercase;
}
.bar_tab {
    border-radius: 5px 5px 0 0;
}
.top-bar .tab_bar {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
}
.top-bar .tab_bar .bar_tab.current {
    background-color: #c5dff2;
    border-top: 6px solid #0c2638;
}
.top-bar .tab_bar .bar_tab {
    font-weight: 700;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 10px 0 0;
    border-top: 6px solid transparent;
	background: #ecf4ff;
}
#quickpick {
    background-color: #c5dff2;
    padding: 10px 10px;
    border-radius: 0 5px 5px 5px;
}
/*
#quickpick input[type="button"] {
    margin: 0 10px 0 0;
}
*/
#quickpick .inner-wrap {
    margin: 0 8px 0 5px;
}
/*
#quickpick input[name="qp_more"] {
    margin: 0 10px 15px 10px;
}
*/
/* ToDo: Purge
.recipients_wrap,
.agent-wrap {
    padding: 10px 0 0;
}
.recipients_wrap h3,
.agent-wrap h3 {
    padding: 0 0 5px;
}
.recipients_wrap #recipients .bulk_numHolder b {
    font-weight: 400;
}
.recipients_wrap #recipients .bulk_numHolder,
.recipients_wrap #recipients .bulk_numHolder b {
}
.recipients_wrap #recipients .bulk_numHolder {
    color: #0f3955;
}
.agent-wrap p {
}
.message_wrap {
    padding: 30px 0 0;
}
#tenant_notice,
.info,
.note{}
*/
/* ToDo: Purge 
.show_prop label{
    display: inline-block;
}
*/
.wrap-main.download_file div#error_box {
    margin: 10px 0 20px;
    box-sizing: border-box;
    text-align: left;
}
.wrap-main.download_file .file_download {
    background-color: #eeeded;
    padding: 20px;
    margin: 0 0 15px;
}
.wrap-main.download_file h3 {
    margin: 0 0 10px;
}
.wrap-main.download_file .file_download .icon a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.wrap-main.download_file .file_download .icon a img {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    width: 80px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.info_wrap {
    padding: 15px;
    margin: 20px 0 0;
    border: 1px dashed #707070;
}
body .wrap-main.download_file .file_download .icon a label {
    margin: 0;
}
.outer-wrap {
    display: flex;
    padding: 10px 0 0;
}
.outer-wrap .input-wrap label {
    margin: 0 3px 0 0;
}
tbody#tenants_tb tr:last-child {
    display: none;
}
.arreas_main form table.form_table tr td.trick {
    padding-top: 0;
}
.arreas_main form table.form_table tr td input.submit {
    margin: 0;
}
.arreas_main form table.form_table tr td input.submit {
    margin: 0;
    width: auto;
    text-indent: 0;
}
.arreas_main form table.form_table tr td.trick {
    padding-top: 0;
    color: #0c2638;
}
.arreas_main form table.form_table tr td input.submit {
    width: auto;
    margin: 0;
}
tbody#arr_termination p {
    margin: 0px 0 10px;
}
.recovery .properties_main {
    margin-top: 0;
}
.recovery .properties_main table tr th:last-child {
    width: 265px;
}
.tenant_list .tab_bar {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}
.tenant_list .tab_bar .bar_tab {
    background-color: #e5e7ec;
    padding: 2px 10px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 2px 0 0;
    cursor: pointer;
    border-top: 6px solid transparent;
    border-bottom: 1px solid #fff;
    min-height: 18px;
}
.tenant_list .tab_bar .bar_tab.current {
    border-top: 6px solid #0c2638;
    border-bottom: 1px solid #e5e7ec;
}
.tenant_list .tab_bar .bar_tab span{
    display: inline-block;
    width: 32px;
    padding:0;
    padding-bottom: 2px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #fefefe;
    background-color: #1c6fec;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.tenant_list .tab_bar .tab_add {
    display: inline-block;
    padding: 4px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    border: 1px solid #e5e7ec;
    cursor: pointer;
    width: 32px;
    text-align: center;
    background-color: #ec6b1c;
    color: #fefefe;
    border: 0;
    border-top: 5px solid #a05222;
    border-bottom: 1px solid #e5e7ec;
    border-radius: 5px 5px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

}
.tenant_list table.tab_form.form_table tr > td,
.tenant_list table.tab_form.form_table tr > td label{
    color: #0c2638;
}

.tenant_list br {
    display: none;
}
.tenant_list table {
    background-color: rgba(229, 231, 236,0.20);
    border: 12px solid #e5e7ec;
	padding: 5px;
}
h3.vendor_heading {
    padding: 15px 0 3px;
}
.step_main {
    padding: 30px 0 0;
}
.step_main h3 {
    margin: 0 0 10px;
}
.step_main p label {
/*    width: 100%;
display: block;*/
padding-right: 5px;
}
/* ToDo: Purge
.step_main  input{
    width: 50%;
    margin: 5px 0;
    margin-left: 5px;
}
*/
.type_wrap h4 {
    width: 100%;
    margin: 0px 0 9px;
}
.type_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.step_main p {
    margin: 0 0 10px;
}
.notice_box,
#p_insure_company,
ol.list-wrap li{
}
body .mandatory {
    color: #ff0000;
}
body .date-picker-control:link, .date-picker-control:visited, .date-picker-control {
    background-image: url(../images/calendar.svg);
    min-width: auto;
    width: 34px;
    height: 34px;
    top: 7px;
    left: -38px;
    background-position: 0 0;
}
body .date-picker-control span {
    display: none;
}
.property_add {
    margin: 20px 0 20px;
}
.property_add label {
    margin: 0 10px 0 0;
    font-weight: 600;
}
p.subscription {
    padding: 0 0 10px;
}
table#figures_table tr:first-child td:first-child .outer-wrap label {
    min-width: 100px;
}
#p_insure_company i,
#p_hearing_date i {
    display: block;
    margin: 0;
}
div#p_bond_other_use label,
.out-wrap .label-class label {
    display: block;
}
.out-wrap .label-class a {
    top: 9px;
}
/*
ToDo: Purge
textarea#defendant_address,
textarea#other_info,
textarea#bond_other_use,
textarea#plaintiff_address {
    width: 50%;
}
*/
.arreas_main .subitem {
    margin: 0 0 15px;
}
.step_main #ulList {
    margin: 0;
}
.step_main #ulList span#dropList {
    padding: 0 0;
    width: calc(50% - 34px);
}
.step_main #ulList ul#property_state {
    width: calc(50% - 34px);
}
/* ToDo: Purge
.properties_main table tr td:last-child a ~ a {
    margin: 0 0 0 10px;
}
*/
.main_wrapper_inner .properties_main:first-child {
    margin: 0;
}
.letter_action .arreas_main form {
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.letter_action .arreas_main form p label {
    width: 320px;
    display: block;
}
.letter_action .arreas_main form p {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.letter_action .arreas_main form p span {
    padding: 15px 0;
}
.letter_action .arreas_main form p.action span,
.letter_action .properties_main .paged_list {
    padding: 0px 0 0;
}
.letter_action .properties_main {
    margin: 0px 0 40px;
    box-shadow: none;
}
ol.list-wrap li {
    /*padding: 0 0 10px;*/
    padding: 0 0 15px;
}
form.subs_info_wrap h2 {
    padding: 10px 0 10px;
}
.main_wrapper_inner form.subs_info_wrap {
    margin: 0;
}
.main_wrapper_inner form.subs_info_wrap p.queries {
    padding: 0 0 10px;
}
.main_wrapper_inner form.subs_info_wrap h2 {
    margin: 20px 0 0;
}
.properties_main.recovery-reports table.table_list.form_table {
    margin-top: 0;
}
.properties_main.recovery-reports table.table_list.form_table tbody tr th:first-child {
    min-width: 100px;
}
.notice_box.notice_warn {
    margin: 10px 0;
}
/* ToDo: Purge 
.letter_head {
    margin: 30px auto 0;
    width: 40%;
}
.letter_head .group {
    display: flex;
    justify-content: space-between;
}
.letter_head h2 {
    margin: 0 0 20px;
}
.letter_head .group:last-child {
    margin-bottom: 0;
}
.letter_head .group {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}

.letter_head .group span {
   width: 60%;
   text-align: left;
   font-weight: 500;
}
.letter_head_wrap img {
    max-width: 550px;
}
.letter_action .arreas_main form p input {
    width: 40%;
}
body .arreas_main form table.form_table .outer-wrap .input-wrap label {
    color: #0c2638;
    padding-right: 18px;
}
.letter_action .arreas_main form p span {
    padding: 0;
    height: 34px;
    display: flex;
    align-items: center;
}
.letter_action .arreas_main form input[type="submit"] {
    margin-top: 0;
}
.letter_action .arreas_main form p a.add_edit {
    background-color: #fdede3;
    padding: 5px 20px;
    text-decoration: none;
    font-weight: 500;
    margin: 20px 0 0;
}
.letter_action .arreas_main form p a.add_edit:hover {
    background-color: #fad5bf;
}
.letter_action.letter_action_main .step_main h3 {
    margin: 0 0 0;
}
*/
/*
.properties_main.recovery-reports table.table_list.form_table tr th:nth-of-type(2), 
.properties_main.recovery-reports table.table_list.form_table tr td {
    max-width: 50px;
    word-break: break-word;
}   
.agent-wrap p {
    color: #979CA7;
}
.main_wrapper_inner.arrears_history_main .table_wrap table tr td:first-child {
    width: 150px;
    word-break: break-word;
}
*/
/* ToDo: Purge
.properties_main table tr td:last-child img ~ a {
    position: relative;
    top: -7px;
}
.arrears_history_main  .properties_main table tr td:last-child a {
    top: 0;
}
*/
label .req{
    color: #ff0000;
    font-style: normal;
}
.letter_action .arreas_main form p.no-padding{
    padding:0;
}
.arreas_main form table.form_table tbody ~ tbody tr td.field_heading {
    padding-top: 30px;
}
#tenant_notice ~ #prop_list_div{
    margin-top: 15px;
}
.loge h2 + h3 {
    margin-top: 8px;
}


.recentTab div {
    display: flex;
    flex-wrap: wrap;
}

.recentTab > div >div {
    flex-basis: 50%;
    max-width: 50%;
}

.wrap-main h2 + p {
    margin-top: 15px;
}
/* ToDo: Purge
.wrap-main h2 ~ p a.principal-protection {
    margin-top: 12px !important;
    display: inline-block;
}
*/
.arreas_main form table.form_table tr td .in_weekly_amt{
    display: flex;
    align-items: center;
}
.arreas_main form table.form_table tr td .in_weekly_amt input{
    max-width: 176px;
    margin-left: 4px;
}
/* ToDo: Purge
.agent-wrap p.flex_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.agent-wrap p.flex_row input {
    width: 100%;
    max-width: 410px;
    margin-left: 10px;
}
*/
/*
.form_gr{
	width:100%;
}
.form_gr p{
	width:100% ;
	margin-bottom: 12px;
}

.form_gr input{
	width:310px;
	max-width: 100%;
}	
.form_gr input[type="radio"]{	
    height: auto;
    width: auto;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
*/
/*
.flex_Recovery{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
    padding-right: 6px;
}
.flex_Recovery > .label-class{
    width:50%;
    max-width:calc(50% - 7px);
}
.flex_Recovery > .label-class input{
    margin-left: 0;
    width:100%;
    max-width: calc(100% - 36px);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.arreas_main form table.form_table tbody tr:nth-of-type(6) td:last-child span a.date-picker-control{
    top: 9px;
}
.flex_Recovery > .label-class .date-picker-control{

    top: 9px;
    left: 0;
    margin: 0;
}
*/
/*
.properties_main.recovery-reports table tr td:not(:first-child){
	min-width: 120px;
}
.download_file .notice_box.notice_info{
    background: #eeeded !important;
}
*/
span.right_bottom {
    display: block;
    text-align: right;
    color: #979CA7;
    font-style: italic;
}
span.top_lft{
	padding-top: 4px;
	margin-bottom: -6px;
    display: block;
    text-align: left;
    color: #979CA7;
}

.step_main  .popup_list input[type="button"]{

    border-radius: 0;
    width: auto;
    padding: 5px 20px;
    height: auto;
}
.step_main  .popup_list #ulList {
    margin: 0 18px 0 62px;
}
.step_main  .popup_list #ulList span#dropList {
    width: 151px;
}
/*
.outer-wrap .input-wrap +  .input-wrap {
    margin-left: 5px;
}
.flex_Recovery > .label-class .date-picker-control.secondate{
    position: relative;
    top: 12px;
    pointer-events: none;
}
.tenant_list table tr td[id^="field_dob_"] > span, .tenant_list table tr td[id*="field_dob_"] > span{
    margin-left: 0;
}
*/
/* Audit Says, this class is used nowhere....
.pr_stat{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.pr_stat p{
    white-space: nowrap;
    margin-bottom: 10px;
}
.pr_stat .select_main{
    width:100%;
}
.pr_stat .select_main ul.dropdown.show{
    left: 10px;
}
*/
/* Yah, 02/12/2020 */
/* "I am sorry, I am so sorry." - RV */

/*
.Form-FieldSet {
	border: none !important;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 0;
	padding: 30px 30px 35px;
	margin-top: 0px !important;
}

.Form-FieldSet .FormTable {
	width: auto;
	margin: 0;
}

.Form-FieldSet legend {
	font-weight: bold;
	color: #0C2638;
	padding-top: 70px;
}
.FormTable-LabelCell strong, .FormTable-LabelCell span {
	color: #717684 !important;
	font-weight: normal;
}
.Form-FieldSet input[type="checkbox"] {
	background-color: initial;
	cursor: default;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	box-sizing: border-box;
	margin: 3px 3px 3px 4px;
	padding: initial;
	border: initial;
}

.Form-FieldSet input[type="text"] {
	width: 90% !important;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #dadada;
	width: 151px;
	text-indent: 13px;
	background-color: #f5f9fc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 5px;
}

.Form-FieldSet select {
	width: 90% !important;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #dadada;
	width: 151px;
	text-indent: 13px;
	background-color: #f5f9fc;
	margin: 5px;
	background-image: url("/newAssets/images/drop-down.svg");
	background-repeat: no-repeat;
	background-position-x: 100%;
	//background-position-y: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.FormTable-LabelCell {
}
*/
/*
#SearchButton {
	background-color: #ec6b1c;
	border: none;
	padding: 5px 20px;
	color: #ffffff;
	margin: 35px 0 0;
	cursor: pointer;
	box-shadow: 0 12px 18px -5px rgba(236,107,28, 0.3);
	line-height: 26px;
}
*/
/* This needs to have:
	- Class pre-applied in DOM.
	- Follow the same structure as other heading buttons (a + (img + p))
	- Currently (p + a)
/*
/* ToDo: Remove Ducktape */

/*
.registerDefault {
	border: none !important;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 30px 80px 35px;
	margin-top: 16px !important;
}

.registerDefault input[type="text"] {
	width: 90% !important;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #dadada;
	width: 151px;
	text-indent: 13px;
	background-color: #f5f9fc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 5px;
}

.registerDefault #DOB {
	width: auto !important;
}

.registerDefault .field_heading {
	font-weight: bold;
	color: #0C2638;
	padding-top: 24px;
	padding-bottom: 8px;
}

.registerDefault .field_title {
	width: 200px;
	font-weight: normal;
}

.registerDefault select {
	width: 90% !important;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #dadada;
	width: 151px;
	text-indent: 13px;
	background-color: #f5f9fc;
	margin: 5px;
	background-image: url("/newAssets/images/drop-down.svg");
	background-repeat: no-repeat;
	background-position-x: 100%;
	appearance: none;
}

.registerDefault input[type="submit"] {
        background-color: #ec6b1c;
        border: none;
        padding: 5px 20px;
        color: #ffffff;
        margin: 35px 0 0;
        cursor: pointer;
        box-shadow: 0 12px 18px -5px rgba(236,107,28, 0.3);
        line-height: 26px;
}

.registerDefault input[type="radio"] {
	background-color: initial;
	cursor: default;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	box-sizing: border-box;
	margin: 3px 3px 3px 4px;
	padding: initial;
	border: initial;
}
*/
/* Used by paged_list */
.spanControls select {
	/* width: 90% !important; */
	height: 32px;
	border-radius: 5px;
	border: 1px solid #dadada;
	/* text-indent: 13px; */
	background-color: #f5f9fc;
	margin: 5px;
	background-image: url("/newAssets/images/drop-down.svg");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 12px;
	padding-right: 40px;
}
/* I am happy, I am so happy. */
.welcomeHero {
	text-align: center;
}
.welcomeHero p, .welcomeHero h2 {
	color: #ffffff;
}
.welcomeHero img {
	max-width: 40%;
}
.orangeLine {
	display: block;
	width: 10%;
	margin: 0 auto;
	border: 2px solid #fe6b00;
	margin-top: 25px;
}
.welcomeSplit {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.welcomeSplit div~div {
	margin: 0 0 0 20px;
}
.welcomeBox {
	/* display: flex; */
	/* align-items: center; */
	text-decoration: none;
	width: 50%;
	justify-content: center;
	padding: 22px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	background-color: rgba(255,255,255,0.5);
	margin: 0 20px 0 0;
	border-radius: 5px;
}
.welcomeBox img {
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	max-height: 80px;
	/* max-width: 75%; */
	width: auto;
	margin: 0 auto;
}
.welcomeBox p {
	margin-bottom: 1em;
}

/* DuckTape Test */
@media only screen and (max-width: 600px) {
	.Form-FieldSet .FormTable td {
		display: block;
	}
}

/*Responsive*/
@media only screen and (min-width: 1600px) {
    .right-inner {
        padding: 0 150px 40px;
    }  
    .arreas_main form table.form_table tr td:first-child {
        padding: 15px 0 5px;
        width: 10px;
    }        
}
/* ToDo: Purge this entire media block */
/* Pick out the bits that control responsive mobile. */

@media only screen and (max-width: 1199px) {
    .right-inner {
        padding: 0 50px;
    }
    .right .login-footer p,
    .right .login-footer .privacy-policy {
        /*font-size: 10.5px;*/
    }
    .right .login-footer {
        width: 90%;
    }
    .login-wrap .logo img {
        width: 250px;
    }
    .properties_main h2{
        padding: 30px 30px 35px;
    }
    .properties_main .paged_list {
        padding: 0 30px 43px;
    }
/* ToDo: Font Check
    .list_controls label,
    .list_controls .button_main input[type="button"],
    .properties_main table tr th,
    .properties_main table tr td {
        font-size: 14px;
    }/
    .view-main a p {
        font-size: 14px;
    }
    .properties_main h2{
        font-size: 22.5px;
    }
*/
    .list_controls .input_main input, .span_controls span {
        width: 120px;
    }
    .select_main {
        margin: 0 18px 0 50px;
    }
    .properties_main .paged_list .list_controls .imgClass img {
        width: 18px;
        height: 18px;
    }
	/*
    .table_main .span_controls span {
        height: 29px;
    }
    .table_main .span_controls span.soption_val{
        height: 32px;
    }
	*/
    .properties_main .paged_list .list_controls img {
       //width: 31px;
       //height: 31px;
   }
   .list_controls .input_main input{
    height: 30px;
}
.list_controls .button_main input[type="button"] {
    height: 30px;
}
*/
/* ToDo: Purge
.properties_main table tr td a {
    text-decoration: none;
}
.properties_main table tr td img {
    width: 20px;
    height: 22px;
}
.properties_main table tr th img {
    width: 18px;
}
.properties_main table tr th:last-child {
    width: 165px;
}
.footer p, .footer .privacy_policy a {
    font-size: 12px;
}
*/
.footer_logo img {
    width: 150px;
}
.arreas_main form {
    padding: 30px 30px 35px;
}
/*
.arreas_main form table.form_table tr td:first-child {
    padding: 15px 0 5px;
    width: 150px;
}
.arreas_main form table.form_table tr td span#show_prop_addr span {
}
*/
div#info_notice {
    padding: 20px 0 20px 75px;
    background-size: 45px;
}
.arreas_main form table.form_table div#ulList {
    margin: 5px 0;
}
.loge{
    padding: 30px 30px 35px;
}
.arrears_history_main .properties_main table tr td:last-child{
    white-space: nowrap;
}
.arrears_history_main .properties_main table tr td a{    
    padding: 5px 14px;
}
.arrears_history_main .properties_main table tr td:last-child a ~ a {
    margin: 0 0 0 2px;
}

}

@media only screen and (max-width: 991px) {
    .right .login-footer {
        display: inline-block;
        text-align: center;
    }
    .right .login-footer p {
        padding: 10px 10px;
        display: inline-block;
    }
    .login-wrap .left img {
        height: 100%;
        display: block;
        top: 28%;
        position: relative;
        right: -40px;
        object-fit: contain;
    }
    .sidebar {
	width: 100%;
	max-width: 384px;
        left: -384px;
        position: fixed;
        z-index: 9001;
	transition: 0.30s
    }
    .hideToggle .sidebar {
        width: 100%;
	max-width: 384px;
        left: 0;
	display: inline-block;
	height: 100vh;
        z-index: 9001;
	overflow-x: hidden;
	overflow-y: scroll;
    }
    .hideToggle .sidebar ul li a span {
        display: block;
    }
    .sidebar ul li a img {
        width: 19px;
        margin: 0 18px 0 0;
    }
    .head .left_side a img {
        width: 19px;
    }
    .hideToggle .content_floater,
    .content_floater {
        width: 100%;
    }
    .hideToggle {
        position: relative;
    }
    /* ToDo: This causes an overlay colour, not sure if want. 
    .hideToggle:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(12,38,56,0.7);
        z-index: 1;
        transition: 4s;
    }
    */
    .content .sidebar ul {
        padding: 0 0 0px;
        /*height: 50%; */
	/*overflow-x: hidden;
	overflow-y: scroll; */
	/* One item padding */
	/* padding-bottom: 56px; */
    }
	.content .sidebar ul li:last-child {
	    padding-bottom: 340px;
	}

}

/* ToDo: Remove Ducktape... */
@media only screen and (max-width: 400px) {
	.welcomeSplit {
		display: block !important;
	}
	.welcomeSplit div~div {
		margin: 0 !important;
	}
	.welcomeSplit div {
		margin-bottom: 20px;
	}
	.welcomeBox {
		padding: 0px !important;
	}
	.welcomeBox img {
		width: 90% !important;
	}
}

@media only screen and (max-width: 767px) {
    .welcomeSplit {
    display: flex;
    margin-top: 40px;
    width: 100%;
    }
    .welcomeSplit div~div {
        margin: 0 0 0 20px;
    }
    .welcomeBox {
        /* display: flex; */
        /* align-items: center; */
        text-decoration: none;
        width: 100%;
        justify-content: center;
        padding: 22px 10px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        background-color: rgba(255,255,255,0.5);
        margin: 0 20px 0 0;
        border-radius: 5px;
    }
    .welcomeBox img {
        padding-top: 10px;
        padding-bottom: 20px;
        display: block;
        max-height: 80px;
        /* max-width: 75%; */
        width: auto;
        margin: 0 auto;
    }
    .welcomeBox p {
        margin-bottom: 1em;
    }
    .login-wrap .left {
        display: none;
    }
    .content-wrap h1 {
        text-align: center;
    }
    .right-inner {
        padding: 40px 38px 0;
    }
    .content-wrap h1 br{
        display: block;
    }
    .content-wrap p {
        text-align: center;
    }
    .content-wrap form .form-group label {
        display: block;
        text-align: center;
    }
    .right,  .right .login-footer {
        width: 100%;
    }
    .login-wrap button.login {
        margin: 32px auto 0;
        display: block;
    }
    .right .login-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        bottom: 0;
        padding: 0 0 20px;
    }
    .right .login-footer div~div {
        order: 1;
    }
    .right .login-footer div {
        order: 2;
        width: 100%;
    }
    .privacy-policy {
        padding: 0 0 5px;
    }
    .right {
        position: relative;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: space-between;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .content-wrap form .form-group input {
        width: 240px;
        height: 32px;
    }
    .login-wrap .logo {
        padding: 0 0 30px;
    }
    .content-wrap p {
        text-align: center;
        padding: 20px 0 0;
    } 
    .right .login-footer p {
        padding: 10px 10px 0;
        display: inline-block;
    }
	/* This is for the login page. */
    .right {
	background-image: url(../images/mobile-tree.svg);
	background-size: 750px 600px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-attachment: fixed;
	/* Kept for mirth, for now.
	 * This was a :before, and would overlap elements.
        content: "";
        position: fixed;
        background-image: url(../images/mobile-tree.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 180px;
        width: 190px;
        bottom: 0;
        right: -100px;
	*/
    }
    .content-wrap form {
        padding: 30px 0 0;
    }
    .view-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .view-main a {
        padding: 22px 10px;
        margin: 0;
        width: 100%;
    }
    .view-main a img {
        margin: 0 10px 0 0;
    }
    .view-main a p {
        padding: 15px 13px;
    }
    .view-main a~a {
        margin: 22px 0 0;
    }
    .select_main, .step_main .popup_list #ulList {
        margin: 21px 0;
    }
    .list_controls .input_main input {
        height: 30px;
        width: 161px;
    }
    .table_main, .input_main_class, .list_controls {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .input_main_class .button_main {
        margin: 22px 0 0;
        width: 100%;
        text-align: left;
    }
    .list_controls .button_main input[type="button"] {
        margin: 0;
    }
    .properties_main table {
        border-spacing: 0;
        margin: 30px 0 0;
    }
    body .properties_main table {
        border-spacing: 0;
        margin: 30px 0 0;
    }
    .content_floater {
        padding: 15px 24px 36px 24px;
        margin-bottom: 218px;
    }
	/* 
    body #bg_top:before {
        height: 250px;
        width: 250px;
        right: -100px;
        bottom: 195px;
    }
	*/
    body #bg_top {
        overflow: hidden;
    }
    .properties_main h2{
        padding: 30px 15px 35px;
    }
    .properties_main .paged_list {
        padding: 0 15px 43px;
    }
    .footer {
        flex-wrap: wrap;
    }
    .head .left_side a:last-child img {
        width: 130px;
    }
    .head .right_side a span {
        display: none;
    }
    div.paged_list table {
	/* ToDo: Wat? */
        /* min-width: 768px; */
        width: 100%;
    }
    .table_wrap {
        overflow-x:scroll;
    }
    .head .left_side a~a {
        display: none;
    }
    .head .mid_side img {
        width: 48px;
    }
    .head .left_side a:first-child {
        padding: 0 0px 0 0;
    }
    .head .right_side a img {
        width: 26px;
    }
    body .sidebar ul li a, body .sidebar ul li.active a {
        padding: 0 10px;
    }
	/*
    body .sidebar ul li a span {
        font-size: 16px;
    }
	*/
    .footer_wrap {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        padding: 45px 0 38px;
    }
    .footer .copy_right, .footer .privacy_policy {
        display: none;
    }
    .footer .footer_wrap .copy_right, .footer .footer_wrap .privacy_policy {
        display: block;
        width: 100%;
        text-align: center;
        padding: 28px 0 0;
    }
    .footer_wrap .copy_right {
        order: 2;
    }
    .footer_wrap .privacy_policy {
        order: 1;
    }
    body .footer .footer_wrap .privacy_policy {
        padding-top: 0;
    }
    .footer .footer_logo {
        padding: 0 0 33px;
        width: 100%;
        text-align: center;
    }
    .table_main .imgClass {
        width: 100%;
    }
    .sideTab {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 4px solid #0c2638;
        border-left: none;
        width: 100%;
    }
    #side_menu_holder .content {
        flex-wrap: wrap;
    }
	/* ToDo: Purge
    .table_main .span_controls span,
    .step_main .popup_list #ulList span#dropList {
        width: 131px;
    } */
    .properties_main table tr th:last-child {
        width: 185px;
    }
    div#error_box {
        text-align: center;
    }
	/* ToDo: Purge?
    div#prop_view h3 {
        font-size: 22.5px;
    }
    div#prop_view {
        font-size: 14px;
    }
    h2{
        font-size: 22.5px;
    }
    .wrap-main p {
        font-size: 11px;
    }
    h3 {
        font-size: 17px;
    }
	*/
    .arreas_main .history a p {
        padding: 15px 13px;
    }
    .arreas_main .history a img {
        margin: 0 10px 0 0;
    }
    .top-wrap {
        flex-wrap: wrap;
    }
    .select_property {
        margin: 15px 0 0;
    }
    .arreas_main form table.form_table tr td {
        display: block;
    }
    .arreas_main form table.form_table tr td span#show_prop_addr span {
        display: block;
    }
    div#info_notice {
        padding: 20px 10px 20px 75px;
    } 
    .arreas_main form table.form_table tr td input,
    .arreas_main form table.form_table tr td textarea,
    .wrap_huge .huge_but {
        width: 100%;
    }
    .arreas_main form table.form_table div#ulList span {
        width: calc(100% - 0px);
    }
    body .arreas_main form table.form_table .select_main ul.dropdown.show {
        width: calc(100% - 35px);
    }
    .arreas_main .history a {
        width: 100%;
        box-sizing: border-box;
    }
    .sms-wrap .template_category,
    .wrap_huge,
    .top-header {
        flex-wrap: wrap;
    }
    .sms-wrap .template_category .template.tsms, #templates_custom .template.tsms,
    .wrap_huge .huge_but {
        margin: 0;
        width: 100%;
    }
    .sms-wrap .template_category .template.tsms~.template.tsms,
    .wrap_huge .huge_but ~.huge_but {
        margin: 20px 0 0;
    }
    #templates_custom .template.tsms textarea {
        width: 100%;
        height: 120px;
    }
    body a.principal-protection {
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        margin: 0;
    }
    .arreas_main form,
    .wrap-main, 
    .loge,
    .letter_action {
       padding: 30px 15px 35px;
   }
   .top-header a.pview {
       margin: 0px 0 20px;
   }
   .wrap-main h2 {
       margin: 0 0 5px;
       width: 100%;
   }
   #quickpick input[type="button"] {
    margin: 0 10px 15px 10px;
}
.recipients_wrap #recipients .bulk_numHolder input[type="text"] {
    display: block;
    margin: 7px 0 0;
}
.arreas_main form table.form_table tbody tr:nth-of-type(6) td:last-child span a {
    position: absolute;
    top: -5px;
    right: -4px;
    left: inherit;
}
.arreas_main form table.form_table tbody tr:nth-of-type(6) td:last-child span a.date-picker-control{
    top: 7px;
}
.arreas_main form table.form_table tbody tr:nth-of-type(6) td:last-child span {
    position: relative;
} 
.letter_action .arreas_main form p label {
   width: 100%;
   display: block;
   margin: 0 0 5px;
}
.letter_action .arreas_main form p {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   padding: 0 0 15px;
}
.letter_action .arreas_main form p input {
   width: 100%;
}
.letter_action .arreas_main form p span {
   padding: 0px 0;
}
.label-class input#insure_from {
    width: calc(100% - 44px);
}  
.letter_head {
    margin: 30px auto 0;
    width: 80%;
    padding: 30px 20px;
}
.letter_head_wrap img {
    width: 90%;
}
/*
div#info_notice, 
#p_insure_company i, 
#p_hearing_date i, 
#user_note{
    font-size: 14px;
}
.letter_action .arreas_main form p a.add_edit {
   font-size: 14px;
}
*/
.form_table span#show_prop_addr{
    display: block;
}

.recentTab > div >div {
    flex-basis: 100%;
    max-width: 100%;
}

.arreas_main form table.form_table tr td:first-child{
    white-space: normal;
}

}
@media screen and (max-width: 680px){
    .arreas_main form table.form_table tr td .in_weekly_amt{
        flex-wrap: wrap;
    }
    .arreas_main form table.form_table tr td .in_weekly_amt input{
        max-width: 100%;
    }
}

/* ToDo: Purge / Why does this exist ?
@media screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio:0) { 
	 Safari and Chrome
    .properties_main table tr td.tdClass,
    .properties_main table tr th:nth-of-type(2) {
        font-size: 8px;
    }     
}

@media all and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .properties_main table tr td.tdClass,
    .properties_main table tr th:nth-of-type(2) {
        font-size: 14px;
    }     
}
*/
    
@media screen and (max-device-width: 767px) and (orientation : landscape){
    .right .login-footer {
        padding: 60px 0 20px;
    }

}

/* Duck Tape Time */
.debug label[for] {
	background: #33ff66;
}
/* Experimental */
.table_wrap tr:nth-child(odd) {
	background: #f8f8fc;
}
/* Used on Login Page */
.formGroup {
	margin: 5px;
	margin-bottom: 10px;
}
.formGroup label, .formGroup input {
	display: block;
}

.smsWrap {
	margin-top: 2px;
	margin-bottom: 2px;
}
.smsWrap label {
	width: 100%;
}
.preview_box {
	margin: 5px;
	padding: 5px;
	font-family: monospace;
	background: #fefefe;
	border-radius: 5px;
}

/* ToDo: What sorcery is this? Why did I do this.
input[type="button"]:first-child {
	margin: 0;
}
*/

.cta {
	box-shadow: 0 10px 10px -5px #001e291a ;
}

a.button, a.link_button_logo {
	text-decoration: none;
}
a.button, a.link_button_logo, button.login, .file_download label,
input[type="button"], input[type="submit"] {
	display: inline-block;
	background-color: #ec6b1c;
	padding: 8px 18px;
	line-height: 18px;
	color: #ffffff;
	margin: 5px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid transparent;
	transition: background ease-in-out 0.2s, border ease-in-out 0.2s;
}

input[type="submit"]:disabled, input[type="submit"][disabled] {
	background: #a0a0a0;
}
input[type="submit"]:disabled:hover, input[type="submit"][disabled]:hover {
	background: #a0a0a0;
	border: 2px solid #a0a0a0;
}

a.button:hover, a.link_button_logo:hover, .file_download label:hover,
input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #1c6fec;
	border: 2px solid #1c6fec;
}

.tab_form.formTable {
	margin-top: 0em;
	margin-bottom: 0em;
}

.subPricingTable, .wipTable {
	width: 100%;
	border-spacing: 10px;
 	border-collapse: collapse;
    margin-top: 25px;
}
.subPricingTable .bold {
	font-weight: bold;
}
.subPricingTable tr {
	margin: 10px;
}
.subPricingTable td {
	padding: 10px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.subPricingTable td:nth-child(1), .subPricingTable td:nth-child(4), .subPricingTable td:nth-child(7), .subPricingTable td:nth-Child(10) {
	text-align: center;
	border-left: 1px solid #cecece;
}

.subPricingTable td:nth-child(3), .subPricingTable td:nth-child(6), .subPricingTable td:nth-child(9), .subPricingTable td:nth-Child(12) {
	background: #c5dff2;
	text-align: center;
	border-right: 1px solid #cecece;
}
.subPricingTable .bold {
	font-weight: bold;
}

.wipTable td:nth-child(1) {
	width: 100px;
}
.wipTable td:nth-child(4) {
	width: 180px;
}
.downloadForms {
	width: 100%;
	margin-top: 2em;
	border-collapse: collapse;
}
.downloadForms img {
	height: 48px;
	width: auto;
}
.downloadForms tr:nth-child(odd) {
	background: #f8f8fc;
}
.downloadForms td {
	padding: 4px;
	border-bottom: 1px solid #cecece;
}
.downloadForms td:nth-child(1) {
	text-align: left;
}
.downloadForms td:nth-child(3) {
	text-align: right;
}
.downloadForms .note {
	padding: 10px;
	font-family: monospace;
	font-size: 0.8em;
}
.formTable {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	border-spacing: 5px;
	/* border: 1px solid red; */
	background: rgba(255,255,255,0.95);
}
.formTable tr {
	padding: 0.5em;
}
.formTable td {
	width: 40%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.formTable td + td {
	width: auto;
}
.formTable select {
	border: 2px solid #7badd3;
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 5px;
	background: #fefefe;
}
.formHelper {
	font-weight: bold;
	border-bottom: 2px solid #85bbe2;
	margin-bottom: 0.5em;
}
.formRequired::after {
	content: "*";
	color: red;
}
.formDerp {
	background: blue;
	color: #fefefe !important;
}
.listBar {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fbdac5;
	border-radius: 5px;
	background: #f8fae0;
}
.listBar div {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.listGlass {
}
.listGlass img {
	height: 32px;
	width: 32px;
	vertical-align:middle;
}
.listSearchLabel {
}
.listSpanner {
	float: right;
}
.listSearchInput {
}
.listSearchButton {
}

/* Phabulous :3 */
.notice_box {
	margin-top: 1em;
}

.notice_box.notice_tick {
	padding: 12px !important;
	border-left: 6px solid #2980b9;
	background: #daeaf3;
}
.notice_box.notice_tick::before {
	content: "Please Note: ";
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 24px;
}
.notice_box.notice_tick > .uxNotice::before {
	display: none;
}

.notice_box.notice_warn {
	padding: 12px !important;
	border-left: 6px solid #f1c40f;
	background: #fdf5d4;
}
.notice_box.notice_error, #error_box {
	padding: 12px !important;
	border-left: 6px solid #c0392b;
	background: #f4dddb;
}

.notice_box.notice_error::before, #error_box::before {
	color: #222222;
	/* content: "Important: "; */
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 24px;
}

.uxNotice {
	padding: 12px !important;
	border-left: 6px solid #2980b9;
	background: #daeaf3;
}
.uxNotice::before {
	content: "Please Note: ";
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 24px;
}
.uxNoticeWarn {
	padding: 12px !important;
	border-left: 6px solid #f1c40f;
	background: #fdf5d4;
}
.uxNoticeWarn::before {
	content: "Guide: ";
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 24px;
}
.uxNoticeImportant {
	padding: 12px;
	border-left: 6px solid #c0392b;
	background: #f4dddb;
}
.uxNoticeImportant::before {
	content: "Important: ";
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 24px;
}
/* Stand Alone (SA) helpers */
.saLabel {
	width: 175px;
	margin-right: 10px;
}
.saInput {
	width: 175px;
	margin-right: 10px;
}
/* All the regular things. */
input, textarea, select {
	font-size: inherit;
}
label {
	display: inline-block;
	line-height: 32px;
	border-radius: 5px;
	border: 2px solid transparent;
	padding: 3px;
	/* background: #f8f8fc; */
	background: transparent;
    font-weight: 600;
}
textarea {
	border: 2px solid #7badd3;
	border-radius: 5px;
	padding: 3px;
	padding-left: 5px;
}

input[type="text"], input[type="date"], input[type="password"] {
	border: 2px solid #7badd3;
	border-radius: 5px;
	padding: 3px;
	padding-left: 5px;
	line-height: 22px;
}

input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus {
	border-color: #c5dff2;
}

/* Protip: CSS spec says Gradient background should be able to animate, they only do under very specific circumstances. */
/* Radio Button Magic */
input[type="radio"] {
	display: none;
}

input[type="radio"] + label {
	display: inline-block;
	padding: 3px 6px 2px 6px;
	line-height: 32px;
	background: transparent;
	background: #ecf4ff;
	border: 2px solid #7badd3;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: border ease-in-out 0.2s;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
input[type="radio"] + label::after {
	display: block;
	position: absolute;
	z-index: -1;
	content: attr(dub);
	font-weight: bold;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
	margin-left: 35px;
}
input[type="radio"] + label::before {
	content: "....";
	font-size: 12px;
	font-weight: bold;
	color: transparent;
	line-height: 32px;
	background: #fefefe;
	overflow: hidden;
	border: 2px solid #b8cae4;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	margin-right: 6px;
}
input[type="radio"]:checked + label{
	/*background: #ec6b1c; */
	/* color: #fefefe; */
	font-weight: bold;
	border-color: #ff7641;
}

input[type="radio"]:checked + label::before{
	background: #ff7641;
	background: radial-gradient(#ff7641 0%, #ff7641 55%, #ffffff 65%, #ffffff);
}
/* Principal Protection Recovery Page Duck Tape */
input[type="radio"] + label > ins {
	font-size: 12px;
}
input[type="radio"]:checked + label > ins {
	/* color: #fefefe; */
	font-weight: bold;
}

/* Checkbox Magic */
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	display: inline-block;
	/* letter-spacing: 0.235px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 2px solid #7badd3;
	background: #ecf4ff;
	border-radius: 5px;
	padding: 3px 4px 1px 6px;
	margin-right: 10px;
	margin-bottom: 5px;
	transition: border-color ease-in-out 0.2s;
}
input[type="checkbox"] + label::after {
	display: block;
	position: absolute;
	z-index: -1;
	content: attr(dub);
	font-weight: bold;
	line-height: 1px;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
	margin-left: 28px;
}
input[type="checkbox"] + label::before {
	content: ".....";
	color: transparent;
	background: #fefefe;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;

	border: 2px solid #b8cae4;
	border-radius: 5px;
	margin-right: 6px;
	padding: 1px 0px 1px 0px;

	transition: background-color ease-in-out 0.2s, background-size ease-out 0.2s;

	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	background-size: 26px;
}
input[type="checkbox"]:active + label::before {
	border-color: #6198e6;
}

input[type="checkbox"]:checked + label{
	/*	letter-spacing: 0; */
	/* text-shadow: 1px 0 0 currentColor; */
	font-weight: bold;
	border-color: #ff7641;
}

input[type="checkbox"]:checked + label:before{
	overflow: hidden;
	border-color: #de5806;
	background-color: #ec6b1c;
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
/* Custom Wraps that are not Table driven */

.recipientsWrap, .agentWrap, .messageWrap {
	margin-bottom: 1em;
}

/* Other Specialities */

#recipients .bulk_numHolder:nth-child(odd) {
	background: #f8f8fc;
}

.propView {
	padding: 5px !important;
}

.popup_list table {
	border-spacing: 0;
	margin: 6px 0 0;
	width: 100%;
	border: 1px solid #fbdac5;
	border-radius: 5px;
}
.popup_list th {
	background: #faeae0;
}
.popup_list th:first-child {
	text-align: left;
	border-radius: 5px 0px 0px 0px;
}
.popup_list th:last-child {
	text-align: right;
	border-radius: 0px 5px 0px 0px;
}
.popup_list th img {
	height: 32px;
	vertical-align: middle;
	margin: 3px;
}
.popup_list td {
	border-bottom: 1px solid #dadada;
}
.popup_list table tr td:last-child {
	text-align: right;
}
.popup_list table tr td img {
    width: 32px;
    height: 32px;
    margin-right: 3px;
    vertical-align: middle;
}

/* Responsive Modifiers */

@media screen and (min-width: 681px) {
	input, textarea {
		width: 280px;
	}
	select {
		width: 290px;
	}
	input[type="button"], input[type="submit"] {
		width: auto;
	}
	.listSpanner input, .listSpanner select {
		width: auto;
	}
}
@media screen and (max-width: 680px){
	.formTable {
		/* background: red !important; */
	}
	.formTable td {
		display: block;
		width: auto;
		/* border: 1px solid cyan; */
	}
	.formTable label {
		display: block;
	}
	/* Ideally we would wrap a div around so we can 100% it nicely. */
	.formTable input {
		width: 95%;
		margin: 0 auto;
	}
	.formTable select {
		width: 100%;
	}
	.formTable textarea {
		width: 95%;
		margin: 0 auto;
	}
	.listBar div {
		width: 100%;
		margin: 0;
	}
	.listSearchLabel, .listGlass {
		display: none !important;
	}
	.listSpanner {
		float: none;
	}
	.listSpanner input, .listSpanner select {
		display: block;
		width: 80%;
		margin: 0 auto;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	thead {
		display: none;
	}
	tr::before {
		content: "";
		display: block;
		height: 3px;
		width: 100%;
		background: #cdcdcd;
	}
	td {
		display: block;
		text-align: left !important;
	}
}

/* Helpers, Date Input Polyfill */

.calendar,
.calendar select,
.calendar table,
.calendar td,
.calendar th {
	background: #fff;
	color: #000;
	text-shadow: none;
	height: auto;
	width: auto;
	padding: 0;
	line-height: normal;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	font-family: sans-serif;
	font-size: 14px;
}

.calendar {
	position: absolute;
	border: 1px solid #c0c0c0;
	text-align: center;
	background: #7badd3;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(20,20,20,0.75);
	-moz-box-shadow: 0px 10px 15px 0px rgba(20,20,20,0.75);
	box-shadow: 0px 10px 15px 0px rgba(20,20,20,0.75);
}

.calendar select {
	margin: 3px 5px;
	border: 1px solid #c0c0c0;
}

.calendar td,
.calendar th {
	width: 14%;
	padding: 4px;
	text-align: center;
}

.calendar th {
	background: #e8e8fb;
}
.calendar tr:nth-child(odd) td {
        background: #f8f8fc;
}

.calendar td {
	cursor: pointer;
}
.calendar td:hover {
	color: #fefefe !important;
	background: #4a80ff !important;
}

.calendar .selected {
	font-weight: bold;
	border: 1px solid #222;
}

.stdout {
	display: block;
	background: #073642;
	color: #eee8d5;
	font-family: monospace;
	padding: 10px;
	border-radius: 5px;
}

.filevis {
	border-bottom: 1px solid #cdcdcd;
}
.filevis img {
	width: 32px;
	height: auto;
}

/* Sigh */

.ftitle {
	display: inline-block;
	width: 200px;
}
