* {
	padding : 0;
	margin : 0;
	border : 0;
}
html {
	font-size : 14px;
}


.doc_detail_table_col2 {
	flex: 0 0 30rem !important;
}
@media all and (min-width: 768px) {
	.doc_detail_table_col2 {
		flex: 0 0 35rem !important;
	}
}
@media all and (min-width: 999px) {
	.doc_detail_table_col2 {
		flex: 0 0 40rem !important;
	}
}
@media all and (min-width: 1200px) {
	.doc_detail_table_col2 {
		flex: 0 0 55rem !important;
	}
}
@media all and (min-width: 1400px) {
	.doc_detail_table_col2 {
		flex: 0 0 75rem !important;
	}
}

#body-container, .x_panel, .right_col {
	background-color: #a9a674;
	background-color: #ffffff;
	font-family: 'Arimo', sans-serif;
	font-family: 'Cabin', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size : 12px;
	color : #ffffff;
	color : #000000CC;
}
#calc .sp, #calc .sph {
	text-align : right;
	padding-right : 0;
	padding-left: 0;
}
body .container.body .right_col {
    background: #a9a674;
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 20pt;
	margin-left: 10%;
	margin-right: 10%
}
.cfc-centre {
	text-align: center;
}

#body-container-inner {
}

.cfc_button {
	background-color: #00dbad;
	width : 80%;
	height : 40px;
	border : 0;
    border-radius: 20px;	
    text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
.cfc_button_next {
	background-color: #cccccc;
}
.form-check {
	width : 80%;
    background: #a9a674;
	background: #ffffff;
	height : 40px;
	border : 1px solid #eeeeee;
    border-radius: 20px;	
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom : 16px;
}
.cfc-radio-selected {
	background-color: #00dbad;
}
.form-check-input {
	display: none;
}
.form-check-label {
	width : 100%;
	text-align: center;
}
.cfc_label_title {
	text-align: center;
	width: 100%;
	font-size: 12pt;
	margin-bottom: 24px;
}
input.form-control {
	xwidth : 80%;
    background: #a9a674;
	background: #ffffff;
	background: #efefef;
    color : #ffffff;
    color: #0189c5;
    xtext-align: center;
	xheight : 32px;
	border : 1px solid #cccccc;
    xborder-radius: 16px;	
	xmargin-left: 10%;
	xmargin-right: 10%;
	xmargin-bottom : 16px;
}
.dataTables_filter input.form-control {
	width : 80%;
    text-align: center;
	xheight : 32px;
    border-radius: 16px;	
	xmargin-left: 10%;
	xmargin-right: 10%;
	margin-bottom : 16px;
	}
.skin-green input.form-control {
    color: #c08f2f;
}

.bt .note-list {
	margin-left : 32px;
	margin-right : 128px;
	margin-top: 24px;
	max-width : 500px
}
.bt .note-list .post {
	border : 0;
	margin-bottom : 0;
}
	
.bt .warning-list {
	margin-left : 32px;
	margin-right : 128px;
	max-width : 500px
}

.bt .warning-list .post {
	margin-top: 24px;
	border : 0;
	margin-bottom : 0;
}


.bubble {
	background: #00ffff;
	border-radius: 10px;
	min-height: 40px;
	width: 640px;
	margin-bottom: 20px;
}

.bubbleme {
	background: #ffffff;
	margin-left : 15vw;
}

#toolbar {
	position: fixed;
	height : 100px;
	width : 640px;
	bottom: 0;
	background-color: #ffffff;
}
#console {
	background-color: black;
	color: white;
}
#console {
	height : 60vh;
	overflow-y: auto;
}


/* FORMS */
.ans {
	color : #00cc00;
}
.json {
	color : #ccc000;
}
.warn {
	color : #cc0000;
}

/* segmented progress */
.container {
    width: 100%;
    xheight : 100px;
}

.item {
    width: 25%;
    float: left;
    display: block;
    height: 20px;
    text-align: center;
}

.left_col {
	background-color : #a9a674;
}



/* progress bar */

.item-inner {
	height : 30px;
}
.item-inner > svg {
    height: 100%;
    display: block;
}

/* display table */

.hd {
	font-size: 16px;
	padding-top: 12px;
	vertical-align: top;
	font-weight: bold;
	color: #000000CC;
}
.tit {
	color: #666666;
	vertical-align: top;
	padding-left: 8px;
}
.num {
	color: #000000CC;
	text-align: right;
	vertical-align: top;
    font-weight: bold;
    font-family: monospace;
}
.txt {
	color: #000000CC;
	text-align: left;
	vertical-align: top;
    font-weight: bold;
    font-family: monospace;
}

.right {
	text-align : right;
}
.div_hover { 
	background-color: inherit; 
}

.div_hover:hover { 
    /*box-shadow: 0 2px 5px rgba(0,0,0,.12);*/
	background-color: #cccccc;
	border-bottom: 1px solid #000000; 
}

/* material */
#footer, .mui-appbar {
    background-color: #0189c5;
    color: #c08f2f;
}
.skin-green #footer,  .skin-green .mui-appbar {
    background-color: #c08f2f;
}


a {
    color: #005479;
    color: #2e89c5;
}
.skin-green a {
    color: #c08f2f;
}


h2 {
	color : #005479;
    color: #2e89c5;
}
.skin-green h2 {
    color: #c08f2f;
}


/* popup tables */
.mytab td {
	border-bottom : 1px solid #a9a674;
	text-align: right;
}
.mytab th {
	color 	: #c08f2f;
	text-align: right;
}
.th {
	font-weight: 700;
}

/* popup tables */
.mytab2 td {
	border : 1px solid #a9a674;
	text-align: right;
}
.mytab2 th {
	color 	: #c08f2f;
	text-align: right;
}

.selectors input, w100 {
	width : 90%;
}

/* journeybox */

.JourneyBox {
    box-shadow: 0 2px 5px rgba(0,0,0,.12);
    background-color: #fff;
    width: 100%;
    margin: 5px 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    border-radius: 3px;
    padding : 4px;
    vertical-align: top;
}
.JourneyBox, .JourneyBox-video {
    position: relative;
}


.gs-w {
	background-color: white;
}
.gridster li, .gridster ul {
	list-style-type:none;
}

.row {
	margin : 0 !important;
}
.info:before {
    content: "(i) ";
	font-family: FontAwesome;
    content: "\f05a ";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;    
}
.indent-0 {
	color : #cccc00;
	padding-left: 8px;
}
.indent-1 {
	color : #000000CC;
	padding-left: 16px;
}
.indent-2 {
	color : #666666;
	font-style: italic;
	padding-left: 32px;
}
.indent-3 {
	padding-left: 48px;
	color : #666666;
}

.selectors input {
	border: 1px solid black;
}
.but {
	padding : 8px;
}

/*
 * lato for table data
 * open sans for headings etc..
 */
 
/* override the dhtml styling here */
div.dhx_popup_dhx_web div.dhx_popup_area {
	padding: 12px 12px;
    border-radius: 20px;
    border-radius: 0;
	background-color: #ffffff;
}
/* the font in the popout windows */
div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
td.dhx_popup_td input {
	display: block;
	border : 1px solid #666666;
	color: #0189c5;
	background-color : #eeeeee;
}
.skin-green td.dhx_popup_td input {
    color: #c08f2f;
}



/* the toolbar */
.dhx_toolbar_dhx_web {
	font-family: "Open Sans", sans-serif;
}

.odd_dhx_web td {
	background-color: #f5f5f5;
}
.ev_dhx_web td {
	background-color: #ffffff;
}
.odd_dhx_web .rowselected td {
	background-color: #eeeeee !important;
}
.ev_dhx_web .rowselected td {
	background-color: #eeeeee !important;
}
.odd_dhx_web .rowselected td * {
	font-weight: 900;
}
.ev_dhx_web .rowselected td * {
	font-weight: 900;
}

.dhxtabbar_base_dhx_web div.dhxtabbar_tabs div.dhxtabbar_tab {
	background-color: #2e89c5;
}



body-container {
	font-family: "Open Sans", sans-serif;
}


.button-small {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 'Lato', sans-serif;
  border-radius: 0px;
  color: #ffffff;
  font-size: 14px;
  background: #0189c5;
  padding: 5px 18px 5px 18px;
  text-decoration: none;
  text-align: center;
}
.skin-green .button-small {
    background: #c08f2f;
}


.button-small:hover {
  background: #35a0e3;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}
.skin-green .button-small:hover {
    background: #dda04b;
}


.w-form * {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.w-form td {
		vertical-align: top;
		text-align : left;
}

.y-form * {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


.x-form * {
	font-family: 'Lato', sans-serif;
}
.x-form td {
	vertical-align: top;
	padding-top: 8px;
	font-weight : 400;
}
.x-form th {
	vertical-align: top;
	white-space: nowrap;
	font-weight : 400;
}
.x-form input, .x-form select, .x-form textarea, .x-form .button-small {
	height : 32px;
	width : 200px;
    padding: 4px;
    padding-left: 8px;
    font-size: 15px;	
}
.x-form .drop {
	xheight : 32px;
	xwidth : 200px;
    xpadding: 4px;
    padding-left: 8px;
    font-size: 15px;	
}

.x-form td {
	text-align : left;
}
.x-form input, .x-form select, .x-form textarea /*, .x-form .drop*/ {
	xmargin-top : 8px;
	background-color: #f5f5f5;
}
.x-form textarea {
	height : 86px;
}
.x-form .button-small {
	display : inline-block;
}

.n-form {
	height : initial;	
}
.n-form input {
	width : initial;
	height : initial;	
}

* .material-icons {
    font-family: 'Material Icons';
}
.dd-box {
    border: 1px solid #d2d6de;
    box-shadow: 1px -2px 20px 0px rgba(0,0,0,0.1);
    padding : 0;
    min-width : 200px;
}
.dd-box li {
    padding : 4px;
}
.realtor-panel-box {
	width : 90%;
	height : 120px;
	display : block;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;	
	
}
.metric-circle {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-flex;
    display: -moz-inline-flex;
    display: -webkit-inline-flex;
}
.menu-medium-image {
	vertical-align : middle;
	height : 80px;
	width : 80px;
	border-radius: 50%;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
}
.menu-small-image {
	vertical-align : middle;
	height : 44px;
	width : 44px;
	border-radius: 50%;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
}
.menu-small-grid {
    font-size: 21px;
    margin-right: 32px;
    position: relative;
    top: 4px;
}
.vam {
	vertical-align : middle;

}
.tiny-image {
	xvertical-align : middle;
	height : 32px;
	width : 32px;
	border-radius: 50%;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
}

#tasklisttable {
	xmargin-top : 40px !important;
	margin-bottom : 140px;
}
#tasklisttabletabs {
	height: 60px;
    position: absolute;
    background-color: #ffffff;	
    top : 1px;
}



.md-overlay-f #tasklisttabletabs {
	/*top : 40px;*/
}
#tasklisttabletabs .tabs {
	font-size : 20px;
	color : #005479;
    color: #2e89c5;
	text-align: left;
	vertical-align: middle;
	height: 60px;
	width : 25%;
}
#tasklisttabletabs.intable .tabs {
	height : auto;
}

.skin-green #tasklisttabletabs .tabs {
    color: #c08f2f;
}

.dz-uploads {
	text-align : left;
	padding : 8px;
	
}

#tasklisttabletabs .tabs.selected, #tasklisttabletabs .tabs.selected a {
    background-color: #ffffff;
    color: #2e89c5;
    text-decoration : underline;

}
.skin-green #tasklisttabletabs .tabs.selected, .skin-green #tasklisttabletabs .tabs.selected a {
    color: #325d31;
    background-color: #ffffff;
}

#tasklisttabletabs.intable {
	height : auto;
}
#tasklisttabletabs.intable a {
	font-size : 1.5rem;
	xborder	: 1px solid #ccc;
	height : 2rem;
	xborder-radius : 1rem;
}
#tasklisttabletabs.intable .tabs.selected, #tasklisttabletabs.intable .tabs.selected a {
	background-color : #ccc;
	color : #fff;
    text-decoration : none;
}
#tasklisttable_wrapper #tasklisttable_filter {
	display : inline-block;
	float : right;
}

#tasklisttable_filter .input-sm{
margin-bottom:0;
}

.dz-popup  {
	background-color : #ffffff;
	position : relative;
}

.table-full {
	height : 100%;
	width: : 100%;
}
.info-popup {
	padding : 8px;
}
.info-popup td {
	padding : 8px;
	font-weight : 400;
}
.info-popup b {
	padding : 8px;
	font-weight : 400;
}
	
.clear-documents-atag {
	padding-left : 10px;
}
.clear {
	clear : both;
}
.drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 'Lato', sans-serif;
  border-radius: 0px;
  color: #000000CC;
  font-size: 14px;
  xbackground: #cccccc;
  background: #ffffff;
  xpadding: 5px 18px 5px 18px;
  text-decoration: none;
}
.drop:hover {
	background-color: #35a0e3;
	background-color: rgba(0, 0, 0, 0.1);
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}


.avatar-small-image {
	vertical-align : middle;
	height : 44px;
	width : 44px;
	border-radius: 50%;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	background-color: #efefef;
}
.avatar-medium-image {
	vertical-align : middle;
	height : 88px !important;
	width : 88px !important;
	border-radius: 50%;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	background-color: #efefef;
	padding: 0 !important;
}

.mr-large {
	margin-right: 40px;
}
#topbackstripe {
	position: fixed;
	top : 8px;
	left : 0;
	width : 100vw;
	height : 68px;
	height : 60px;
	background-color: #0189c5;
}
.skin-green #topbackstripe {
    background-color: #c08f2f;
}
.nowrap {
	white-space: nowrap;
}
#topwhitestripe {
	position: fixed;
	top : 0;
	left : 0;
	width : 100vw;
	height : 10px;
	background-color: #f5f5f5;
}

.dhxtabbar_base_dhx_web div.dhxtabbar_tabs div.dhxtabbar_tab {
	border-right : 8px solid white;
	border-left : 8px solid white;

}
.dhx_cell_hdr.dhx_cell_hdr_hidden {
	border-top : 0;
}



.material-shadow {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btn-floating {
	background-color: #4CAF50 !important;
	border-radius : 50%;
} 
.btn-floating * {
	color : #ffffff;
}

.btn-large waves-effect {

} 
.mt8 {
	margin-top : 8px !important;
}

.waves-light {

}
html {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

#toolbar-middle, #toolbar-middle *, #toolbar-middle a {
	color 	: #ffffff;
	line-height : initial;
    font-size: 1.2rem;
    text-transform: uppercase;
}
#toolbar-middle .lnk {
    font-size: 0.8rem;
}
#toolbat-middle td {
	text-align : left;
}
a.tel {
	white-space: nowrap;
}

/* some bootstrap stuff */
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-size : 1.2rem;
    font-weight: 400;
    line-height: 1.2rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge-success {
    color: #fff !important;
    background-color: #28a745;
}
.badge-secondary {
    color: #fff !important;
    background-color: #868e96;
}
.badge-info {
    color: #fff !important;
    background-color: #2e89c5;
}
.skin-green .badge-info {
    background-color: #c08f2f;
}

.badge-white {
    color: #333;
    background-color: #fff;
}

/* override the swal */
.swal-modal {
    width: min-content;
    min-width: 488px;    
}

.swal-title {
    background-color: #2e89c5;
    color: #ffffff;
    margin-top: 0 !important;
    font-size:15px;
    font-weight : 500;
}
.skin-green .swal-title {
    background-color: #325d31;
}




.ui-role-selector {
	width : 100px;
	display : inline-block;
	text-align : left
}
/*#note-note, #lox-note, #newneed-need, #lox-filename {
	min-height: 80px;
	width : 100%;
	background-color : #ffffff;
	resize: none;	
	font-size: 12px;
	border-radius: 3px;
	padding-left:10px;
}
#newneed-need, #lox-filename {
	margin-left : 0;
	padding : 0.8rem;
}
#lox-note {
	background-color : inherit;
}

#lox-note {
    min-height:40px;
}
*/
#note-subject{
	padding-left:10px;
}
.smallnote {
	margin-top : 8px;
	border : 1px solid #cccccc;
	background-color : #f0f1ad;
	min-height : 40px;
	padding : 8px;
}

#menupopup hr {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 8px;
    height: 4px;
    margin-left: -20px;
    margin-right: -20px;
}

.left {
	text-align: left;
}
.right {
	text-align: right !important;
}
.top {
	vertical-align: top;
}
.hand, .handy {
	cursor: pointer;
}
.hand:hover {
	text-decoration: underline;
}

.dataTables_filter .hand {
	color: #0189c5;
}

#tasklisttable_wrapper .hand svg{
    width: 3rem !important;
    height: 3rem !important;
    fill: currentColor;
    vertical-align: middle;

    /*margin-left: 5px;*/
    margin-right: 2px;
    display: inline-block;
    stroke: currentColor;
}

#tasklisttable_wrapper .hand {
	    margin-right: -2.0rem;
}


.tooltip-inner, .tooltip-inner * {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

div.gridbox_dhx_web.gridbox table.obj tr td {
	font-family: 'Lato', sans-serif;
}


div.gridbox_dhx_web.gridbox table.obj.row20px tr td {
/*
  padding-top: 0px;
  padding-bottom: 0px;
  padding : 0;
*/
  line-height: 22px;
/*
  height: 29px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
*/
}

.pipeline-type{
	width:2rem;
	text-align:center; 
	vertical-align:middle;
	color : #000000CC; 
}
.pipeline-type.R {
	background-color:#da8b0a;
	color : #ffffff; 

}
.pipeline-type.P {
	background-color:#008c4b;
	color : #ffffff; 
}
.skin-green .pipeline-type.P {
	background-color:#008c4b;
}

.pipeline-type.L {
	background-color:#00a7d1;
	color : #ffffff; 

}
.pipeline-type.O {
	background-color:#347ba6;
	color : #ffffff; 

}
.pipeline-type.D {
	background-color:#ce342a;
	color : #ffffff; 

}

.pipeline-actionstringholder {
	width : 9rem;
	overflow : hidden;
	height : 24px;
}


/*.pipeline-type:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  xmargin-right: -0.25em; /* Adjusts for spacing */
}*/


.status-type{
	width:100%;
	height:100%;
	text-align:center; 
	vertical-align:middle;
	color : #000000CC; 
	font-size:12px;
}
.status-type:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #0189c5;
  font-size: 12px;
  border: 1px solid #EFEFEF;
  font-weight : 400;
}
.skin-green .swal-button {
    background-color: #325d31;
}


.note-bot {
    display: block;
    position: absolute;
    bottom: 8px;
    text-align: right;
    font-size:13px;
    right: 8px;
}

.postit-compose {
	border : 1px solid #cccccc;
	padding : 8px;
	border: none;
	padding: 8px 0 10px 0;
	margin-bottom: 5px;
}

.postit-compose [type="text"]{
	border-radius:3px;
}

.postit-compose textarea{
    border-radius:3px;
}

.postit-compose input{
    border-radius:3px;
}

*:focus {
    outline: none;
}

.postit {
  line-height: 1;
  text-align:left;     
  width: 100%;    
  xmargin: 25px;    
  margin-bottom : 4px;
  min-height:150px;
  max-height:350px;
  overflow-y: auto
  padding-top:35px;
  position:relative;   
  border:1px solid #E8E8E8;  
/*   border-top:60px solid #fdfd86; */
  font-family:'Reenie Beanie';    
  font-family: 'Lato', sans-serif;
  font-size:15px;      
  border-bottom-right-radius: 60px 5px;
  display:inline-block;    
   background: #ffff88; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
 
.postit:after {     
   content: "";
  position:absolute;
  z-index:-1;
  right:-0px; bottom:20px;
  width:200px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
 -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
      -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
     -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
         transform: matrix(-1, -0.1, 0, 1, 0, 0);
}
.posr {
	position: relative;
	height: 100%;
	width: 100%;
}
.dropz {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("/ui/images/dropbox.png");
	background-size: 75%;
    background-repeat: no-repeat;
    background-position-x: center;	
}
#tnl .dropz {
	width : 70%;
	left : auto;
	right : auto;
	top : 2rem;
}

.tiny {
	font-size : 8px;
	position : absolute;
	bottom : 0;
	right : 0;
	overflow : hidden;
	height : 10px;
	
}
.smalltext {
	font-size: 10px;
}
.need-display {
	position: relative;
	width: 100%;
	min-height: 60px;
	font-size: 14px;
	background-color: #ffff88;
}
#td-top {
	position: absolute;
	left : 0;
	right : 0;
	top : 0;
	height : 40px;
    background-color: #3b8ab8 !important;
}

#td-top .dropdown-menu {
	width : 300px;
}
#td-top .dropdown-menu, #td-top .dropdown-menu * {
	color : #000000CC;
}
#td-top .navbar-nav>li>a {	/* line height is 20, height of top is 42 so top and bottom of 10 works */
	padding-top: 10px;
    padding-bottom: 11px;	
}
#td-top .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.12);
    border-radius: 0;
	border-bottom-right-radius : 3px;    
}

#td-top .navbar-static-top {
	z-index : 1100;
	width : 40vw;	/* make sure it does not obscure the right slider header */
}
/*#td-top .navbar-custom-menu, #td-top .navbar-custom-menu * {*/
#td-top .dropdown-toggle {
	padding-left : 20px;
	padding-right : 20px;
	color : #ffffff;
}

#td-top .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, #td-top .navbar-custom-menu:hover, #td-top .dropdown a:hover, #td-top .dropdown a:focus {
 	background-color: ##337ab7;
	background-color: rgba(0, 0, 0, 0.1);
    border-color: #337ab7;
}
#td-top .navbar-custom-menu>.navbar-nav {
	float: left !important;
}
#td-top #docwin-list-of-files span {
	color : #000000;	
	display : block;
	padding: 4px;
}
#td-top .dropdown-menu li {
	padding : 8px;
}

#td-left {
	position: absolute;
	left : 0;
	top : 14px;
	bottom : 0;
	/*overflow-y: auto;*/
	left : 14px;
	right : 621px; 
	bottom : 14px;
	background-color : #ffffff;
    border: 1px solid #d2d6de;
    box-shadow: 1px -2px 20px 0px rgba(0,0,0,0.1);
}

#win-docwin div h2 {
    background: #08b;
    background-image: radial-gradient(transparent 30%, rgba(0, 0, 0, 0.2));
    border: 0 solid rgba(0,0,0,0.2);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

#win-docwin div.tag h2 {
    border-radius: 50px 0px 0px 0px;
    /*filter:alpha(opacity=50); opacity:0.5;*/
    border-width: 0 1px 1px 1px;
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    display: inline-block;
    margin: 190px 0px 0px 0px;
    padding: 4px 28px;
    float:right;
}
#win-docwin div.tag h2:before, #win-docwin div.tag h2:after {
    bottom: 4px;
    box-shadow: 0 6px 5px rgba(0,0,0,0.4);
    content: "";
    height: 10px;
    position: absolute;
    width: 47%;
    z-index: -1;
}
#win-docwin div.tag h2::before {
    left: 3%;
    transform: rotate(-3.5deg);
}
#win-docwin div.tag h2::after {
    right: 3%;
    transform: rotate(3.5deg);
}


#td-mid {
	position: absolute;
	overflow-y: auto;
	top:50px;
	right : 428px;
	width : 180px;
	bottom : 14px;
	background-color : #ffffff;
  /* border: 1px solid #d2d6de;*/
    box-shadow: 1px -2px 20px 0px rgba(0,0,0,0.1);
	/*border-top: 3px solid #2d89c5;*/
	padding : 8px;

}
.skin-green #td-mid {
	/*border-top: 3px solid #325d31;*/
}

#td-right {
	position: absolute;
	top : 50px;
	right : 14px;
	width : 400px;
	bottom : 0;
	background-color : #ffffff;
	width : 400px;
	bottom : 14px;
    /*border: 1px solid #d2d6de;*/
	padding : 8px;
    box-shadow: 1px -2px 20px 0px rgba(0,0,0,0.1);
	/*border-top: 3px solid #2d89c5;*/
}
.skin-green #td-right {
	/*border-top: 3px solid #325d31;*/
}

#td-left, #td-mid, #td-right {
    border-radius: 3px;
        border-top: none;
        top : 50px;
}
    
#td-left.tdbot, #td-mid.tdbot, #td-right.tdbot {
    background-color: #ffffff;
    top: auto;
    bottom: 0;
    padding : 0;
    height: 22px;
    border-top: 0;
    box-shadow: none;
}

#td-mid.tdbot {
   height: 50px;
    text-align: center;
}

#td-right.tdbot {
   height: 50px;
    text-align: right;
}


#td-mid.tdbot button{
   margin: 0 4px;
}

#td-right.tdbot button{
   margin: 0 5px;
}


#td-mid.tdbot button.but-red {
	color : #ffffff;
   width: 74px;
    height: 38px;
    border-radius: 0;
}
#td-mid.tdbot button.but-red:hover {
	/*background-color: rgba(240, 0, 0, 0.8);*/
}

#td-mid.tdbot button.but-white {
	background-color : #ffffff;
    color: #3b8ab8;
    width: 74px;
    height: 38px;
    border-radius: 0;
}

.skin-green #td-mid.tdbot button.but-white {
    background-color : #ffffff;
 color: #325d31;
    width: 74px;
    height: 38px;
    border-radius: 0;
}
#td-mid.tdbot button.but-white:hover {
	/*background-color: rgba(240, 0, 0, 0.8);*/
}




#td-right.tdbot button.but-white {
      width: 70px;
    height: 38px;
    border-radius: 0;
}

#td-right.tdbot button.xb-received {
    background-color: #2e89c5;
    color: #ffffff;
     width: 98px;
    height: 32px;
    border-radius: 0;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 3px;
}

.skin-green #td-right.tdbot button.xb-received {
    background-color: #c08f2f;
    margin-top : 1px;
}


#td-right.tdbot button.xb-cleared {
    background-color: #3b8ab8;
    color: #ffffff;
     width: 84px;
    height: 32px;
    border-radius: 0;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 3px;
}

.skin-green #td-right.tdbot button.xb-cleared {
    background-color: #325d31;

}

/*
width: 74px;
    height: 34px;
    fill: currentColor;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: -40px;
   
    display: inline-block;
     overflow:visible;
     */

#td-right .bt {
	cursor: pointer;
}
#td-right .bt td {
	padding: 6px;
	padding 	: 0;
}
#td-right .bt:hover {
	text-decoration: underline;
	border : 1px solid #000000CC;
	cursor: pointer;
	background-color: #ecf0f5;
	
/*
	background-color: #666666;
	color : #eeeeee;
*/
}
#td-right-slider {
	position: absolute;
	top : 0;
	right : -200px;
	width : 200px;
	bottom : 0;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#td-right-slider-head {
	height : 40px;
    background-color: #2e89c5 !important;
	margin-left: -40px;	
	background-color: #2e89c5;
}
#td-right-slider-head {
	position : fixed;
	width : 100%;
	z-index : 1;
}
#docwin-select-summary-of-options {
	margin-top : 80px;
}
.skin-green #td-right-slider-head {
    background-color: #c08f2f !important;
}
#td-right-slider-head > a {
	top : 10px;
	padding : 10px; 
    position: relative;
    left: 0px;
    color : #ffffff;
}
#td-right-slider-head > a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

/* the slider's modal */
#td-right-slider-modal {
	position : absolute;
	background-color: rgba(0, 0, 0, 0.2);
	top : 0;
	left : 0;
	right: 0;
	bottom : 0;
	display : none;
}
#td-right-slider-modal-content {
	position : absolute;
	background-color : #ffffff;

	left : 25vw;
	right : 25vw;
	top : 25vh;
	bottom : 25vh;
	min-width : 50vh;
	min-height : 50vh;
	padding : 20px;

    border-radius: 13px;
    	animation: showSweetAlert .3s;
	display : none;
}
#td-close {
	position:absolute;
	top : 0px;
	left : 0px;
	height: 15px;
    line-height: 6px;
    width: 20px;
	background-color: #08b;
	text-align : center;
	color : #ffffff;
    padding: 4px 4px;
    display: inline-block;
    float: right;
/*	border-radius: 0px 0px 50px 0px;
    border-width: 0 1px 1px 1px;
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);	
*/}
/*.skin-green #td-close {
	background-color : #325d31
}
*/
#td-close a {
	color : #ffffff !important;
}
#td-close:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
#td-right .input-sm {
    width: 80px;
    /* height: 20px; */
    margin: 0;
	/* margin-left: 8px; */	
}

.td-thumb-received {
	background-color : #00cccc;
}
input:focus {
    outline: none;
}

@media (min-width: 1024px) {
	#td-left {
		right : 621px;
	}	
	#td-mid {
		width : 180px;
		right : 428px;
	}	
	#td-right {
		right : 14px;
		width : 400px;
	}
	#td-right-slider {
		right : -421px;
		width : 421px;
	}
}

/* needs list table */

#the-canvas img {
	width : 100%;
/* 	padding-bottom : 200px; */
	margin-top : 40px;
}
#the-canvas img:last-of-type {
	margin-bottom : 40px;
}
#the-canvas img.loaded {
	border : 1px solid #cccccc;
	box-shadow: 1px 1px 5px #ccc;
	padding-bottom : 0;
	margin-bottom : 40px;
	
}


#needslisttable tr.bt .elm, #needslisttable2 tr.bt .elm {
	display: none;
} 
#needslisttable tr.bt:hover .elm, #needslisttable2 tr.bt:hover .elm {
	display: block;
} 

#needslisttable tr .xelm, #needslisttable2 tr .xelm {
	display: none;
} 
#needslisttable tr .open .xelm, #needslisttable2 tr .open .xelm {
	display: block;
} 

@-webkit-keyframes fadeOut {
   0% {opacity: 1;}
   100% {opacity: 0;}
}

@keyframes fadeOut {
   0% {opacity: 1;}
   100% {opacity: 0;}
}
@-webkit-keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
}

@keyframes fadeOut {
   0% {opacity: 0;}
   100% {opacity: 1;}
}

#needslisttable .xxx-delete, #needslisttable2 .xxx-delete {
	background: #cccccc;
    -webkit-animation: mymoveIn 5s ; /* Safari 4.0 - 8.0 */
    animation: mymoveIn 5s ;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
   0% {opacity: 1;}
   100% {opacity: 0;}	
}

/* Standard syntax */
@keyframes mymove {
   0% {opacity: 1;}
   100% {opacity: 0;}
}



.table-hover tr.bt .elm {
	display: none;
} 
.table-hover tr.bt:hover .elm {
	display: block;
}

#docwin-thumbnails {
 height: calc(100% - 40px);
    border-bottom: 2px solid #efefef;
    overflow-y:auto;
    overflow-x:hidden;
}



#docwin-thumbnails .thumb {
	position : relative;
}
#docwin-thumbnails img {
	border : 1px solid #d5d5d5 !important;
    padding: 5px;
    width : 140px;
    xheight : 180px;
    margin-bottom : 10px;
/*     background-image : url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRrStuOvpq6uxRV-Yfphrw5oqUV7Ds1PYItDmHM13rgqG5q4hkD);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;    
 */
    /* box-shadow: 1px 1px 5px #ccc;*/
    box-shadow: none;
}

#docwin-thumbnails img:hover {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

#docwin-thumbnails img.selected-thumb {
	border: 2px solid #2e89c5 !important;		
}
.skin-green #docwin-thumbnails img.selected-thumb {
	border: 2px solid #c08f2f !important;		
}

#docwin-thumbs-table tbody tr {
	height : 160px !important;
}

.rotate_90 {
	transform 	: rotate(90deg);
}
#docwin-thumbs-table .rotate_90 {
    height		: 140px;
    width		: auto;
    margin-left	: 1rem;	
	
}

.rotate_180 {
	transform 	: rotate(180deg);
}
#docwin-thumbs-table .rotate_180 {
	
}
.rotate_270 {
	transform 	: rotate(270deg);
}
#docwin-thumbs-table .rotate_270 {
    height		: 140px;
    width		: auto;
    margin-left	: 1rem;	
}


#docwin-thumbnails .docselect-thumbnail {
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 20px;
    height: 20px;
}

.zoom-range : {
    width: 240px;
    display: inline-block;
}
.xp {
	position : relative;
	height : 100%;
	
}
.xp > div:first-of-type {
	position : absolute;
	left : 0;
	right : 0;
	bottom : 0;
	top : 0;
	overflow-y : auto;
}


/* for the new layout class */
.content {
	max-height: 90vh;
    overflow: auto;
}

.fixed .control-sidebar {
    padding-bottom: 0;
}


#modaldiv-big .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#modaldiv-big .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
/* side bar menu */
.sidebar-menu li {
    font-weight : 400;
}
.sidebar-menu li.indented1 {
	margin-left : 13px;
}
.sidebar-collapse .sidebar-menu li.indented1 {
	margin-left : 0;
}

/* pipeline */
table.dataTable th, table.dataTable th * {
	/*color: #325d31;*/	
	/*color: #2d89c5;*/
   /* background-color: #f3f3f3;*/	
    /*font-weight : 400;*/
    white-space: nowrap;
	/*background-color: #2d89c5;*/
   /* color: #ffffff;	*/

}
.skin-green table.dataTable th, table.dataTable th * {
	/*background-color: #325d31;*/
    /*color: #ffffff;*/	
}


table.dataTable td, table.dataTable td * {
	/*color: #325d31;*/	
	/*color: #2d89c5;*/
}
.skin-green table.dataTable td, table.dataTable td * {
    /*color: #325d31;*/	
}


#td-right-slider {
	box-shadow-left: 1px -2px 20px 0px rgba(0,0,0,0.1);
	border : 0;
	padding-left : 40px;
}

/* specific styling for the doc needs table!! */

#docwin-needs-table_wrapper .row:nth-of-type(2) {

    height:100%;
}
#docwin-needs-table {
    height:100%;

}


#docwin-needs-table th{
	height:40px;
	border-radius: 2px;
	font-size: 16px;
}

#docwin-needs-table th:nth-of-type(2){
   display:none;
}

#docwin-needs-table th:first-of-type{
   padding-left:6px;
}

#docwin-needs-table_wrapper{
	height:100%;

}

#docwin-needs-table_wrapper .col-sm-12:first-of-type{
   padding:0;
    
}



#docwin-needs-table tbody{
    display: block;
    height: calc(100% - 51px);
    overflow-y: auto;
    overflow-x: hidden;
}


#win-docwin #td-mid svg {
      width: 74px;
    height: 34px;
    fill: currentColor;
    vertical-align: middle;
       margin-top: -1px;
    margin-left: -40px;
    /*margin-right: 2px;*/
    display: inline-block;
    overflow:visible;
}

#win-docwin #td-right svg {
 width: 74px;
    height: 34px;
    fill: currentColor;
    vertical-align: middle;
       margin-top: -1px;
    margin-left: -40px;
    /*margin-right: 2px;*/
    display: inline-block;
     overflow:visible;
}

#win-docwin #td-right svg:last-of-type {
    margin-right: 20px;
}


.docs_interact_btns {

    width: 70px;
    height: 38px;
    border-radius: 0;
}


/* box shadow */
.box {
    border: 1px solid #d2d6de;
    box-shadow: 1px -2px 20px 0px rgba(0,0,0,0.1);
}
.mr12 {
	margin-right : 12px;
}


li.appliction-active {
	padding-left : 12px;
}
.sidebar-collapse li.appliction-active {
	padding-left : 0;
}
	
.note-head {
	color : #2d89c5;
	font-size : 14px;
	padding : 14px 0;
	margin-bottom : 8px;
	font-weight:700;
}
.skin-green .note-head {
	color : #325d31;
}
.active-appliction-title, .active-appliction-title * {
	background-color : #1e282c;
	color : #ffffff;
    padding-top: 5px;
    line-height: 25px;
    padding-bottom: 5px;

}

.active-appliction-title, .active-appliction-title div {

border-left: 2px solid #2d89c5;
}

.skin-green .active-appliction-title, .skin-green .active-appliction-title div {
	border-left: 2px solid #325d31;
}

.skin-green .active-appliction-title, .skin-green .active-appliction-title div{
	border-left: 2px solid #325d31;
}
.skin-green .active-appliction-title {
	margin-top: 4rem;
}

.skin-green .sidebar-menu > li.header {
	color : #FFFFFF;
}




.dz-preview {
    position: relative;
    top: -65px;
    color : #000000CC;
}
.dz-preview * {
    color : #000000CC;
}

.skin-green .pagination>.active>a, .skin-green .pagination>.active>a:focus, .skin-green .pagination>.active>a:hover, .skin-green .pagination>.active>span, .skin-green .pagination>.active>span:focus, .skin-green .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #325d31;
    border-color: #325d31;
}

.tooltip-inner {
	background-color 	: #ffffff;
	opacity				: 1.0;
}

.s300 {
	font-weight : 500;
}

td.td-hide  {
	overflow : hidden;
	color : #cc0000;
	font-size : 1px;
}

.but-add-selectors, .but-list-selectors, .sel-selectors {
	float : right;
	font-size : 80%;
	margin-right : 14px;
    background-color: #ffffff;
    color: #333;	
}
.sel-selectors {
	float : left;
	font-size : inherit;
	margin-right : 14px;
    background-color: #ffffff;
    color: #333;	
}

.x-add-win input {
	border : 1px solid #ccc;
	padding : 4px;
}

.bigzoom-wrapper {
	width : 90vw;
	height : 80vh;
	overflow : auto;
}
.bigzoom {
	
}

.x-add-lox .lbl {
	display : inline-block;
	width : 140px;
	margin-top : 14px;
}


.editable {
/*     position: relative;
    padding: 10px;
    border: 1px solid black;
 */}
 
 #lox-questionset-div{
 border-radius:6px;
    width: 100%;
    background-color: #efefef;
    /*padding: 15px 0 ;*/
 }
 
 #lox-questionset-div div {
 	margin-bottom : 20px;

}

 #lox-questionset-div input {
     margin: 0px 0 16px 0;
 }
 
 
 
 
.lable {
	background-color: #dedede;
	width: 50%;
	padding: 15px;
	border: 1px solid #FF0000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px;
}
.lable input {
  background-color: #dedede;
  border-left: 1px solid #000000;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  padding: 2px 5px;
  color: #666666;
  outline: none;
}





/* elaine */
.elaine {
    position: relative;
    background: rgb(246, 246, 246);
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 223, 223);
    border-image: initial;
    padding: 12px 5px 6px !important;
    margin-left: 28px;
    padding-left: 20px!important;
    font-size:13px;
    width:calc(100% - 120px);
    line-height: 1.5;
}
.elaineName{
    font-weight:500;
    
}
.elaine:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 13px 20px 13px 0;
    border-color: transparent #f6f6f6;
    display: block;
    width: 0;
    z-index: 1;
    left: -17px;
    top: 8px;
}

.elaine:before 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 14px 21px 14px 0;
    border-color: transparent #eFeFeF;
    display: block;
    width: 0;
    z-index: 0;
    left: -20px;
    top: 7px;
}


.elaine.subElaine:after 
{
    display: none;
}

.elaine.subElaine:before 
{
    display: none;
}

.elaineHolder{
    margin-bottom:15px;
    
    
}

.relatorSmall{
    /*display:inline-block;*/
float: left;
    /*
    max-width:57px;
max-height:57px;
    width:27vw;
    height:27vw;
    */
    width:57px;
    height:57px;
    margin-left: 12px;
    border-radius: 50%;
    margin-left: 20px;
}

.subElaineHolder{
    float:left;
}

.infoPrompt{
    
}

/*this is the holder for the buttons*/

#lox-questiontype-but {
	margin-top : 7px;
	/*margin-bottom : 7px;*/
	    width: 100px;
    text-align: right;
    vertical-align: bottom;
      display:inline-block;
    /*line-height: 50px;*/
}

.lox-questiontype-but-holder{
  width:100%;
  margin-bottom: 10px;
}
#lox-regular-compose {
	/*margin-bottom : 60px;	*/
}



.lox-questiontype-but{
    display:inline-block;
}

#lox-question-note-div .inputPrompt{
    margin-bottom:10px;
}


/*.infoDetail{
    display: block;
    white-space: nowrap;
}

.beginInfo .rowTable_cellLeft_extended{
    vertical-align:top;
}


.row {

    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
    line-height: 1.6em;
    background-color: ;

}*/

.user-block .username13 {
    font-size: 13px;
    font-weight : 400;
}

.ml60 {
	margin-left : 70px !important;
}
.ml0 {
	margin-left : 0 !important;
}
.elainechecklist {
	
}

.reloading {
	margin-top : 60px;
}
.reloading:before {
    content: "<div class='loading-dot'></div><div class='loading-dot'></div><div class='loading-dot'></div> ";
	font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;    
}

.x-hasnotes {
	background-color : #cc0000;
}

.w1 {
	width : 8.33333%
}
.w2 {
	width : 16.66666%
}
.w3 {
	width : 25%%
}
.w4 {
	width : 33.33333%
}
.w5 {
	width : 41.66666%
}
.w6 {
	width : 50%
}
.w7 {
	width : 58.33333%
}
.w8 {
	width : 66.66666%
}
.w9 {
	width : 75%
}
.w10 {
	width : 83.33333%
}
.w11 {
	width : 91.66666%
}
.w12 {
	width : 100%;
}
.p15h {
	padding-left : 15px;
	padding-right : 15px;	
}
.ui-front {
	z-index : 200000;
}
#realtorfunction_table_wrapper {
	display: block;
	height : 100%;
}
#realtorcodes {
	height: 75vh;
	margin-right: 40px;
	overflow: auto;
}

.croppie-container {
	width : 300px;
}

/*all new styling*/

.app_header{
	font-weight:600!important;
	   text-transform: uppercase;
}

body,
.body-font {
	font-family: 'Open Sans', arial, sans-serif;
}

.topBox{
	    height: 9rem;
	border-radius:3px;
}

.topBoxHolder{
	width: 100%;
    flex-flow: row wrap;
    display: flex;
	    height: 9rem;
	position: relative;
}

.topBoxBlocker{
	    width: 100%;
    height: 9rem;
    position: absolute;

    background-color: black;
    opacity: 0.2;
}

.topBoxLeft{

	width:9rem;
	 height: 9rem;
}

.topBoxMid{
	    width: calc(100% - 24rem);
	
 flex-grow : 1;
     padding-top: 1px;
      height: 9rem;
 
}

.topBoxRight{
 /*flex-grow : 1;*/
 width:15rem;
 text-align:center;
 font-weight:500;
  height: 9rem;
}




.topBoxDocCount{
    position: absolute;
    bottom: 0.1rem;
    line-height: 6rem;
    font-size: 6rem;
    height: 6rem;	
    width : 15rem;
}
.topBoxDocCount ._large {
    font-size: 6rem;
    font-weight: 500;
}
.topBoxDocCount ._small {
    font-size: 2.5rem;
    letter-spacing: 0.4rem;
    font-weight: 300;
}

.topBoxDocCountLabel{
    font-size: 1.4rem;
    padding: 0.2rem 0;
}

.topBoxNames{
	    display: inline-flex;
	width: 60%;
     height: 3rem;
		padding:1rem 0 0 1rem;
   background-color: #2e89c5;
    border-radius: 3px;
     border-top-right-radius:0px;
    border-bottom-right-radius:0px;
        vertical-align: top;
}



.topBoxReferralPartner{
	text-align:right;
	   display: inline-block;
    width: 40%;
    height: 3rem;
        padding:1rem 1rem 0 0;
   background-color: #2e89c5;
    border-radius: 3px;
    border-left:none;
        border-top-left-radius:0px;
    border-bottom-left-radius:0px;
        vertical-align: top;
}


.topBoxCaseNum{
        display: inline-flex;
    width: 60%;

        padding:0 0 1rem 1rem;
 background-color: #2e89c5;
    border-radius: 3px;
     border-top-right-radius:0px;
    border-bottom-right-radius:0px;
        vertical-align: top;
}



.topBoxBreakdown{
    text-align:right;
       display: inline-block;
    width: 40%;

         padding: 0 1rem 1rem 0;
 background-color: #2e89c5;
    border-radius: 3px;
    border-left:none;
        border-top-left-radius:0px;
    border-bottom-left-radius:0px;
        vertical-align: top;
}
 
 
.skin-green .topBoxNames{
   background-color: #325d31;
}

.skin-green .topBoxReferralPartner{
   background-color: #325d31;
}

.topBoxStatus{
	width: 50%;
  height: 3rem;
	padding:1rem 0 1rem 1rem;
  background-color: #2e89c5;
  border-radius: 3px;
	margin-top: 2px;
	  display: inline-flex;
}
 
.skin-green .topBoxStatus{
   background-color: #325d31;
}


.topBoxStage{
    width: 25%;
  height: 3rem;
    padding:1rem 0 1rem 1rem;
  background-color: #2e89c5;
  border-radius: 3px;
    margin-top: 2px;
      display: inline-flex;
}
 
.skin-green .topBoxStage{
   background-color: #325d31;
}



.topBoxDays{
    width: 25%;
  height: 3rem;
    padding:1rem 0 1rem 1rem;
  background-color: #2e89c5;
  border-radius: 3px;
    margin-top: 2px;
      display: inline-flex;
}
 
.skin-green .topBoxDays{
   background-color: #325d31;
}




.searchBox{
	padding:10px 0 0 0;
	min-width:150px;
	max-width:300px;
	width : 40%;
	text-align: center;
	position: absolute;
    top: 10.7rem;
    width: 25%;
    left: calc(40% - 100px);	
    display : none;
}
.app_days {
	padding-left : 12px;
}
.topBoxCaseNum {
	padding-top 	: 4px;
	padding-bottom	: 5px;	
}


.targetIcon{
	    text-align: center;
}

.targetIcon .icon {
    margin-top: -3px;
    font-size: 7.2rem;
}

.app_status{
	display:inline-block;
}

.emphasisPrompt{
	font-weight:700;
}
.emphasisPromptMed{
	font-size:14px;
}

.messages-list{
	 border-radius: 3px;
}

.topBox .fa-search{
	color: #000000;
}

#messagesSearch{
	width:40%;
	height:27px;
	padding: 4px;
	margin-top : -1px;
	color: black;
    display : inline-block;

	border-radius: 2px;
	border: 1px solid #e0e0e0;
	   border-top-right-radius:0px;
    border-bottom-right-radius:0px;

}

.searchBox button{
    width: 10%;
    height:27px;
    padding: 4px;
    display : inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 0px ;
    margin: 0;
	background-color:#f4f4f4;
	border-left: 1px solid #e0e0e0;
	border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}

#messageFilter{
	   margin-top: 0;
	display : inline-block;
    xwidth: 40%;
    color: black;
    border-radius: 2px;
    height: 27px;
	  background-color: #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 6px 6px 4px 6px
}

.searchBox select {

  -webkit-border-radius: 2px;
}

#md-overlay-f2 .compose-title{
	font-weight: 700;
    border-bottom:  none;	/*1px solid #ccc;*/
    margin-bottom:  20px;
    padding-bottom: 10px;
}

.inputElement{
	border: 1px solid #cccccc;
	width: 100%;
	font-size:12px;
}

.notes inputP{
	font-size:12px;
	padding:8px;
}

.inputPrompt{
	color: #2e89c5;
}

.skin-green .inputPrompt{
	color: #325d31;
}

.medSize{
	font-size: 16px;
}

.status_badge {
	width: 24px;
    text-align: center;
    display: inline-block;
    margin-right: 30%;
	color:white;
	margin-left: 25px;
	line-height: 22px;
    border-radius: 2px;
}

.status_P{
	background-color:#008c48;
}
.status_O{
	background-color:#3b7c9c;
}
.status_L{
	background-color:#00a9c6;
}
.status_R{
	background-color:#dc8a0c;
}

.status_D{
	background-color:#ce342a;
}

/*nav buttons */

.swal-button--cancel{
    
    background-color:#ffffff;
}

.skin-green .swal-button--cancel{
	background-color:#ffffff;
	color:#325d31;
}


div.cc-line {
	width 		: 100%;
	position 	: relative;
	min-height 	: 10rem;
	height 		: fit-content;
	display 		: block;
}
div.cc-line.cc-icon-date {
	min-height 	: 4.0rem;
}
div.cc-line .cc-line-div {
	position 	: absolute;
	top 			: 0;
	bottom		: 0;
	left 		: 2.0rem;
	width 		: 0.2rem;
	background-color		: #aaaaaa;
}

.cc-line-div-end  {
	bottom		: 20px !important;
}


div.cc-line.cc-icon-date .cc-icon-div {
	position 	: absolute;
	top 			: 0;
	left			: 0px;
	height 		: 3.0rem;
	width 		: initial;
	border-radius : 0.5rem;
	background-color		: #2e89c5;
	color 		: #ffffff;
	text-align: center;
	line-height: 3.0rem;
	font-weight: 700;
  	font-size: 1.1rem;
}


div.cc-line.cc-icon-note .cc-icon-div {
	position 	: absolute;
	top 			: 0;
	left			: 0.8rem;
	height 		: 2.5rem;
	width 		: 2.5rem;
	background-color		: #2e89c5;
	color 		: #ffffff;
}

.editblockitem {
	display : inline-flex;
	font-size : 1rem;
	line-height : 1.6rem;
	margin-right : 2.5rem;
}
.editblockitem svg{
	margin-right : 0.5rem;
	height : 1.6rem;
	stroke : #000;
	fill : #000;
}
.p-note {
	height : 3.2rem;
	overflow : hidden;
}
.p-note.open {
	height : auto;
	padding-bottom : 0.8rem;
	overflow : initial;
}

.p-note, .p-note * {
	font-size : 1.2rem !important;
	line-height : 1.6rem !important;
	font-weight : 300;
}
.cc-content-div h3 {
	margin-top: 0;
	font-size : 1.4rem;
}

div.cc-line.cc-icon-note .cc-icon-div {
    content: "";
	    font-size: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.4rem;
}

div.cc-line.cc-icon-elain .cc-icon-div svg {
    stroke : #fff;
    fill : #fff;
}

div.cc-line.cc-icon-note .cc-icon-div svg {
	stroke : #fff;
	fill : #fff;
}
div.cc-line.cc-icon-note .cc-icon-div:before {
    xcontent: "\48";
	xfont-family: "elaineai" !important;
	xfont-size:2.5rem;
}

div.cc-line.cc-icon-elain .cc-icon-div {
	position 	: absolute;
	top 			: 0;
	left			: 0.8rem;
	height 		: 2.5rem;
	width 		: 2.5rem;
	background-color		: #2e89c5;
	color 		: #ffffff;
}

div.cc-line.cc-icon-elain .cc-icon-div {
    content: "";
	font-size: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.4rem;
}

div.cc-line.cc-icon-elain .cc-icon-div:before {
    xcontent: "\72";
	xfont-family: "elaineai" !important;
	xfont-size:2.5rem;
	
}


.skin-green div.cc-line.cc-icon-date .cc-icon-div {

	background-color		: #c08f2f;

}


.skin-green div.cc-line.cc-icon-note .cc-icon-div {

	background-color		: #325d31;

}

.skin-green div.cc-line.cc-icon-elain .cc-icon-div {

	background-color		: #325d31;
	
}


div.cc-line .cc-content-div {
	position 	: relative;
	top 			: 0;
	width 		: intial;
	margin-left: 4.5rem;
	background-color		: #ffffff;
	color 		: #000000CC;
}
div.cc-line.cc-icon-date .cc-content-div {
	display 		: none;
}

div.cc-line .cc-content-div .cc-content-wrap {
	box-shadow: 0 0 1px 1px #D9D9D9;
    border-radius: 0.3rem;	
	}
div.cc-line .cc-content-div .cc-content-main {
	padding 		: 1rem;
}
div.cc-line .cc-content-div .cc-content-bot {
	border-top	: 1px solid #ccc;
	padding 		: 1.0rem;
}

.post .user-block .username{
	margin-left:0;
	font-size : 1.2rem;
}
.user-block .description{
	margin-left:0;
	font-size : 1.2rem;
    float: right;
    margin-top: -1.3rem;	
}
.cc-content-wrap{
	margin-bottom: 2.0rem;
}

.lineBreaker{
	margin-top:0.8rem;
	border-top: 1px solid #ccc;
}

#notes-people{
	padding-top: 1.0rem;
	border-bottom:1px solid #ccc;
    margin-bottom:2.0rem;
    padding-bottom:2.0rem;
}
.post .user-block, .post p {
	margin-bottom : 0;
}

#messages-compose-top{
	 padding: 0.5rem 1.1rem;
}

/*#messages-compose {
	position		: absolute;
	top 			: 12px;
	right		: 12px;
	background-color : #ffffff;
	width		: calc(35% - 12px);
	padding 		: 8px;
	padding-top	:10px;
		padding-left:18px;
	padding-right:18px;
	bottom		: 12px;
	overflow-y	: auto;
}
*/
#notes-alert{
	margin-top:20px!important;
}



.notes-to{
	margin-top:10px;
	margin-bottom:0px;
   /* border-bottom:1px solid #ccc;*/
	padding-bottom: 10px;
}


#notes-people .row{
	margin-left:-12px;
}

/*#notes-therest{
	color: #2e89c5;
	    border-top: 1px solid #cccccc;
    margin-top: 20px;
    padding-top: 10px;
}
*/
.skin-green #notes-therest{
	color: #325d31;
}

.cc-content-wrap{
	color: #2e89c5;
}

.skin-green .cc-content-wrap{
	color: #325d31;
}


div.post{
	color: #2e89c5;
}

.skin-green div.post{
	color: #325d31;
}

#messages-compose-top .badge-condition {
	padding:0;
}

#messages-compose-top .badge-checklist{
	padding:0;
}

#messages-compose-top .badge-info {
	height 		: 32px;
	width 		: 32px;
	color 		: #ffffff;
    border-radius: 6px;
	padding: 0;
	background-color: #2e89c5;
}

.skin-green #messages-compose-top .badge-info {
	
	background-color: #325d31;
}

.compose-main-buttons {
     float:right;
     margin-right:10px;
     cursor:pointer;
}

/*
#messages-compose-top .badge-message:before {
    content: "\48";
	font-family: "elaineai" !important;
	font-size:28px;
	
}

#messages-compose-top .badge-condition:before {
    content: "\78";
	font-family: "elaineai" !important;
	font-size:28px;
	
}

#messages-compose-top .badge-checklist:before {
    content: "\52";
	font-family: "elaineai" !important;
	font-size:28px;
	
}
*/


/* The radioHolderBasic */
.radioHolderBasic {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioHolderBasic input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioHolderBasic:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioHolderBasic input:checked ~ .checkmark {
    background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*.zoom-icon:after {
    position	: absolute;
	content		: "x";
}*/

/* Show the indicator (dot/circle) when checked */
.radioHolderBasic input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioHolderBasic .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2e89c5;
}
.skin-green .radioHolderBasic .checkmark:after {
	background: #325d31;
}

/*end radios*/
#notes-therest .col-md-1{
	margin-bottom:15px;
}

#notes-alert .row {
    margin-left: 0!important;
}

#conditionbar{
	border-bottom: 3px solid;
	border-color: #2e89c5;
	clear:both;
	text-align:center;
	padding-top: 10px;
	width:100%;
}

.skin-green #conditionbar{
	border-color: #c08f2f;
}

#conditionbar .badge{
	width: 24%;
	height:28px;
	border-radius:4px 4px 0 0 ;
	background-color: white;
	border: 1px solid #aaaca9;
	color:#aaaca9;
	float:none;
	font-size: 14px;
	border-bottom: none;
	margin:0;
	margin-left:1px;
		margin-right:1px;
	line-height:26px;
	cursor:pointer;
}

#conditionbar .badge-info{
	width: 24%;
	height:28px;
	border-radius:4px 4px 0 0 ;
	background-color: #2e89c5;
	border-color: #2e89c5;
	border: 1px solid #2e89c5;
	color:#fff;
	float:none;
	border-bottom: none;
line-height:32px;
}

.skin-green .badge-red {
	background-color: #cb3538;
	border-color: #cb3538;
	color:#fff;
}
.skin-green #conditionbar .badge-info{

	background-color: #c08f2f;
	border-color: #c08f2f;
	color:#fff;
}

#conditionbar .badge .icon{
display: inline-block;
	vertical-align: middle;
    font-size: 18px;
}

#conditionbar .badge .centerBadge{
display: inline-block;
}

.leftDataArea{
	width:50%;
	display:inline-block;
	margin-bottom: 10px;
}

.rightDataArea{
	width:50%;
	display:inline-block;
	margin-bottom: 10px;
}

#messages-compose{
	color: #2e89c5;
}

.skin-green #messages-compose{
	color: #325d31;
}

.input-group-addon{
	border-color: #2e89c5;
}

.skin-green .input-group-addon{
	border-color: #c08f2f;
}

.form-check{
	/*border-color: #2e89c5;*/
}
.ta.form-check::placeholder {
	color 		: #00000066;
}

.skin-green .form-check{
	/*border-color: #c08f2f;*/
}

.input-group-addon.left{
		border-width:2px;
	    border-radius: 4px 0 0 4px;
}

.input-group-addon.right{
		border-width:2px;
	    border-radius: 0 4px 4px 0;
		background-color:#2e89c5;
	color: #fff;
	
}

.skin-green .input-group-addon.right{
		background-color:#c08f2f;
	color: #fff;
}

div.form-control.ta.form-check{
	border:none;
}

input.form-control.ta.form-check {
	border-width:2px;
	border-color:#2e89c5;
}


.skin-green input.form-control.ta.form-check {
	border-color:#c08f2f;
}


#comms-table .noteAssign  label  input {
	visibility: hidden;
}

#comms-table .noteAssign  label {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0 0 20px 0;  
	height: 20px;
	width: 60px;
	opacity:1;
}

#comms-table .noteAssign  label  span {
	display: inline-block;
	color : #aaaaaa;
	padding: 0px;
	height:28px;
	width:28px;
	background: none;
}

#comms-table .noteAssign label input:checked  +span { 
	background-color: #325d31;
	color : #ffffff;
	border-radius : 4px;
	font-weight:400;
/* 	background: url(/ui/app/images/checkBox_check.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:30px 30px;
	background-color: {{cmaindark}};
 */}

.noteAssign{
	
}



.noteAssignEmail{
}
.noteAssignSms{
}

.noteAssignSms {
	border-right: 1px solid #ccc;
	text-align:center;
}

.noteAssignEmail {
	text-align:center;
}


.noteAssignEmail label{
	height: 28px;
    width: 28px;
    color: #ffffff;
    content: "";
    font-size: 28px;
    line-height: 28px;
    border-radius: 5px;
    padding: 0;
}
.noteAssignSms label{
	height: 28px;
    width: 28px;
    color: #ffffff;
    content: "";
    font-size: 28px;
    line-height: 28px;
    border-radius: 5px;
    padding: 0;
}

#comms-table td{
	
	/*border : 1px solid red;*/
}


/* 
#comms-table tr{
	border : 1px solid blue;
}
 */	
	
	
/* rplacement of chckbox with image -- thanks to http://jsfiddle.net/4huzr/ */
#comms-table input[type=checkbox] {
	display:none;
}
 
#comms-table input[type=checkbox] + label
{
	color : #cccccc;
	height: 32px;
	width: 32px;
	display:inline-block;
	padding: 0 0 0 0px;
	margin-bottom: 0;
	cursor: pointer;
}
#comms-table input[type=checkbox]:checked + label
{
	color : #325d31;
	height: 32px;
	width: 32px;
	display:inline-block;
	padding: 0 0 0 0px;
	margin-bottom: 0;
}	

#comms-table svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
    vertical-align: middle;
    margin-top: -5px;
    /*margin-left: 5px;*/
    margin-right: 2px;
    display: inline-block;
}

#comms-table input[type=checkbox]._radio + label
{
	background: #eee;
	height: 18px;
	width: 18px;
	border-radius : 50%;
}
#comms-table input[type=checkbox]._radio + label:hover {
	background: #ccc;
	
}

#comms-table input[type=checkbox]._radio:checked + label
{
	background: #ccc;
	height: 18px;
	width: 18px;
	border-radius : 50%;
}
#comms-table input[type=checkbox]._radio:checked + label::after
{
    content: "";
    position: absolute;
 	top: 4px;
	left: 4px;
	height: 10px;
	width: 10px;
	background: #325d31;
	border-radius : 50%;
}
	
	
	
.noteAssign label{
	margin:0 0 0 0;
}

#comms-table .noteAssign label{
	margin:0 0 0 0;
}

/*.newneed-section-holder{
	margin-top:10px;
	    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
margin-bottom: 15px;
}*/

.newneed-section-holder .selboxwrapper{
	display:none;
}
	
#lox-question-note-div{
	/*border-top:1px solid #ccc;*/
	/*padding-top:10px;*/
	margin-top:10px;
}

#lox-question-note-div .inputPrompt{
   /* margin-bottom:10px;*/
}

.lox-questiontype-but-holder .starterPrompt{
       display: inline-block;
    width: calc(100% - 100px);
        font-size: 1.4rem;
    font-weight: 500;
}

            

.removeXDisc {
    position: absolute;
    margin-top: 14px;
    left: calc(100% - 42px);
    border-radius: 50%;
    height: 17px;
    background-color: #dedede;
    color: white;
    font-weight: 500;
    width: 17px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    cursor:pointer;
}

.removeXDisc span{
    margin-top: -1px;
    display:  block;
}



.selboxwrapper .options{
	margin-bottom:10px;
}

.x-add-lox .lbl{
	margin-top:0;
}

.optional-prompt {
	font-size : 11px;;
}




.x-send-link-from-pipeline-table textarea {
	padding-top : 14px;
	width : 500px;
	height : 150px;
	resize: none;	
}

.cc-icon-date .cc-icon-div{
	width:initial;
	padding-left:8px;
	padding-right:8px;
}

#app {
	height : calc(100% - 28px);
	width : 100%;
	xmargin-top : 20px;
}




/* left nav styling*/
#leftNav{
/*color:#b8c7ce;*/
	
		}


#leftNav .svg {
  width: 23px;
  height: 26px;
  fill: currentColor;
  vertical-align: middle;
  margin-top: -5px;
	margin-left: 5px;
  margin-right: 5px;
	display:inline-block;
}

.nav_small{
	font-size: 1.2rem;
}

#leftNav .svg.small_svg{
font-size: 1.6rem;
	  width: 28px;
  height: 28px;
	  margin-top: -3px;
	margin-left: 0px;
  margin-right: 5px;
}

.sidebar-menu > li.active > a {
	background:#2e89c5;
}

.skin-green .sidebar-menu > li.active > a {
	background:#325d31;
}

.sidebar-menu > li.active > a {
	background:#2e89c5;
}

.sidebar-menu > li a{
	padding-top:1.1rem;
	padding-bottom:11px;
	padding-left:5px;
	margin-left:10px;
}
.sidebar-collapse .sidebar-menu > li a {
	margin-left:0;
}

#leftNav .svgShrunk{
	width:24px;
	height:18px;
}

li.tpipeline a{
	margin-left:0;
}

/* top of main area styling*/
.info-box-icon.bg-blue {
	float:right;
}



.info-box-content{
	float:left;
	width:60%;
	margin-left: 0px;
}

.info-box-150-drop .info-box-content{
	color: #2e89c5;
}

.skin-green .info-box-150-drop .info-box-content {
    color: #325d31;
}

.clear-documents-atag{
	text-transform: capitalize;
}

.bg-secondary{
	background-color:#2e89c5;
}

.skin-green .bg-secondary{
	background-color:#c08f2f;
}


/*  pipeline popups */

.swal-modal .svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  vertical-align: middle;
  margin-top: 0px;
	margin-left: 10px;
  margin-right: 0px;
	display:inline-block;
}
 
.dataRow .svg {

   margin-left: 0px; 
  margin-right: 10px;

}

.divSpan3{
	width:100%;
}

#messages-compose{
	overflow : hidden;
	overflow-y:auto;
	padding-top:0;
	margin-top:0;
	height: calc(100% - 100px);
	height: calc(100% - 54px);
}

#messages-compose-top {
    position        : absolute;
    background-color : #ffffff;
    top         : 13px;
    right       : 13px;
    width       : calc(500px - 2px);
    height      : 50px;
    padding-top : 0px;
     
}


.compose-options{
	display:inline;
	width: 100%;
}

.compose-options svg{
     width: 32px;
    height: 32px;
    fill: currentColor;
    vertical-align: middle;
    /*margin-top: -5px;
    margin-left: 5px;
    margin-right: 2px;*/
    display: inline-block;
}

#lox-filename{
    background-color: #f7f7f7;
}

#lox-filename-group{
	margin:0;
	width:100%;
	margin-top:10px;
}

#docs-filename-group{
	   margin:10px 0;
    width:100%;
  
}
#newneed-filename{
    background-color: #f7f7f7;
}

#lox-applicant-div .options span{
	margin-bottom: 10px;
}

#lox-applicants-compose{
	display:none;
}

.addQuestionButton{
	color: #2e89c5;
	display:inline-block;
	    margin: auto 2px;
	     margin-right: 1rem;   
        width: 30%; 
}

.skin-green .addQuestionButton{
    color: #325d31;
   
}

.addQuestionButton svg {
    width: 28px;
    height: inherit;
    fill: currentColor;
    vertical-align: middle;
     /*margin-top: -2px;
   margin-left: 5px;
    margin-right: 2px;*/
    display: inline-block;
}


#newneed-need{
	margin-top:10px;
}

#docwin-needs-table odd{
	background-color:#fff;
}

.foTopBar{
	width:100%;
	height:40px;
   background-color: #2e89c5;
   text-align:center;
   font-size:1.5rem;
   font-weight:500;
   color: #fff;
   line-height:38px;
}

.skin-green .foTopBar{
   background-color: #325d31;
   color:#fff;
}

#win-docwin #td-close{
	height: 40px;
	line-height: 2.5rem;
	font-size: 2.5rem;
	padding-left: 10px;
}

#docwin-select-summary-of-options h3{
	color: #2e89c5!important;
	font-weight: 500;
}

.skin-green #docwin-select-summary-of-options h3{
    color: #c08f2f!important;
    
}



/*needslist */
#needslistcontainer .info-box-content{
	    position: absolute;
    width: calc(100% - 100px);
}
#needslistcontainer .dropz{
	background-color:transparent!important;
}

#needslistcontainer .info-box-icon{
	background-color:transparent!important;
}

#docwin-needs-table tr.bt:nth-child(odd){
	background-color: white;
}

#docwin-needs-table tr.bt td{
	color: #2e89c5;
}

.skin-green #docwin-needs-table tr.bt td{
    color: #325d31;
}

.hideData{
	display:none;
}

#the-canvas{
	background-color: #515659;
	text-align:center;
	padding-top: 10px;
	min-height:100%;
}

#the-canvas img{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

.docuCanvasHeader{
	  width: calc(100% - 2rem); 
	  height: 4rem; 
	  background-color:#313538;
	  color:white;
	  z-index : 1;
	  display:table;
    font-size: 1.3rem;
    position:absolute;
}
.mobile .docuCanvasHeader{
	  width: 100%;
} 

.docuCanvasHeader_cell{
    display:table-cell;
        padding: 0 2rem;
    vertical-align: middle;
}

#docuCanvasHeader_pagination{
	text-align: right;
	
}

#td-right-slider-head{
	 font-size: 1.6rem;
}
   
.bigBackArrow{
	margin-right: 5px;
    font-weight: 800;
}

#td-right-slider-head a{
   text-decoration:none;
}
 
 #td-right-slider-head a:hover{
   text-decoration:none;
}
   
/* Thanks to https://css-tricks.com/almanac/properties/s/scrollbar/ */   
   
.desktop #docwin-thumbnails::-webkit-scrollbar {
    width: 0.5em;
}
 
.desktop #docwin-thumbnails::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(255,255,255,1.0);
}
 
.desktop #docwin-thumbnails::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}   

.desktop #the-canvas-scrolling-wrapper::-webkit-scrollbar {
    xwidth: 1em;
    width : 2rem;
    xbackground-color : #ffffff;
}
 
/* #the-canvas-scrolling-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #515659;
}
 */   
 
.desktop #the-canvas-scrolling-wrapper::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  outline: 1px solid slategrey;
}   

#the-canvas-scrolling-wrapper {
	-webkit-overflow-scrolling: touch;
}
   
   
   
.cabin {
    font-style: normal;
    padding-right: 10px;
    padding-left: 18px;
    border-left: 4px solid #0189c5;
    margin-left: 8px;
    font-size: 15px;
    font-weight: 500;
      color: #2d89c5; 
    margin-bottom: 10px;
}

.skin-green .cabin{
	border-left: 4px solid #c08f2f;
	 color: #325d31; 
}

.tx1{
	width:calc(100% - 40px);
}

.txL{
	display:inline-block;
    width:50%;
}
.txR{
	display:inline-block;
    width:50%;
}

#docwin-select-questions .radioHolderBasic input[type="checkbox"] {
	    height: 18px!important;
    width: 18px!important;
	}
	
	
.rolloverhighlight {
    width: 100%;
    display: inline-block;
	cursor: text;    
    	border: 1px solid transparent;	
}

.rolloverhighlight:hover, .rolloverhighlight:focus, .rolloverhighlight:active {
	border: 1px solid #ccc;	
}
	
	
#popper {
	padding : 10px;
	border-radius : 30px;
	border : 1px solid #cccccc;
	background-color : #ffffff;
}

.noclickevents {
	pointer-events: none;	
}

.comein1 {
    width: 100px;
    height: 100px;
    background: red;
    position :relative;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0%   {top: 0px;}
    25%  {top: 200px;}
    75%  {top: 50px}
    100% {top: 100px;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {top: 0px;}
    25%  {top: 200px;}
    75%  {top: 50px}
    100% {top: 100px;}
}

.comein2 {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
    margin-top : 10px;
    margin-bottom : 10px;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

table.dz-uploads  tr {
	height : 32px;
}
table.dz-uploads td {
	padding : 8px;
}


#locationField input{
background-color: #fff;	
border-color: lightgrey;
border-radius:4px;
color: #607d8b;
}

#locationField input::placeholder {
    color: lightgrey;
    opacity: 1; /* Firefox */
}

#locationField input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: lightgrey;
}

#locationField input::-ms-input-placeholder { /* Microsoft Edge */
   color: lightgrey;
}

#locationField .txL{
	width: 45%;
    margin-right: 5%;
}
#locationField .txR{
    width: 45%;
    margin-left: 5%;
}

.doc_detail_table_col2{
    background-color: #515659;	
    text-align : center;
    height : 100%;
    border-top : 1px solid #ffffff;
    overflow : auto;
    overflow-x : hidden;
}
.doc_detail_table_col1{
    background-color: #ffffff;	
}


.docpreviewhead{
    background-color: #303437; 
    color:#fff;
    width:calc(100% - 10px);
    margin-bottom: 20px;
    padding: 5px 0px 5px 10px;
	
}


.skin-green .docpreviewhead{
	background-color: #303437; 
	color:#fff;
	width:100%;
	padding-top : 6px;
	padding-bottom : 7px;
}

.doc_detail_table_col2 img {
	max-width:240px !important;
	xmax-height : 320px !important;
	width : 240px;
	xheight : 320px;
	background: #F8F8F8; 
	border: solid #BDBDBD 1px; 
	box-shadow: 7px 6px 9px rgba(0, 0, 0, 0.1)  ; 
	-webkit-box-shadow: 7px 6px 9px rgba(0, 0, 0, 0.1)  ; 
	-moz-box-shadow: 7px 6px 9px rgba(0, 0, 0, 0.1)  ; 
}
@media all and (min-width: 768px) {
	.doc_detail_table_col2 img {
		max-width:30rem !important;
		xmax-height : 40rem !important;
		width : 30rem;
		xheight : 40rem;
	}
	.doc_detail_table_col2 .rotate_270 img, .doc_detail_table_col2 .rotate_90 img {
		width : 23rem;
		xheight : 30rem;
	}
	
}
@media all and (min-width: 999px) {
	.doc_detail_table_col2 img {
		max-width:40rem !important;
		xmax-height : 60rem !important;
		width : 40rem;
		xheight : 60rem;
	}
	.doc_detail_table_col2 .rotate_270 img, .doc_detail_table_col2 .rotate_90 img {
		width : 30rem;
		xheight : 40rem;
	}
}
@media all and (min-width: 1200px) {
	.doc_detail_table_col2 img {
		max-width:50rem !important;
		xmax-height : 65rem !important;
		width : 50rem;
		xheight : 65rem;
	}
	.doc_detail_table_col2 .rotate_270 img, .doc_detail_table_col2 .rotate_90 img {
		width : 40rem;
		xheight : 50rem;
	}
}
@media all and (min-width: 1400px) {
	.doc_detail_table_col2 img {
		max-width:70rem !important;
		xmax-height : 83rem !important;
		width : 70rem;
		xheight : 83rem;
	}
	.doc_detail_table_col2 .rotate_270 img, .doc_detail_table_col2 .rotate_90 img {
		width : 55rem;
		xheight : 70rem;
	}
}


.doc_detail_table td{
	vertical-align: top;
}

  .doc_detail_table {
  border: 1px solid #e1e1e1;
       background-color: #e1e1e1;
}

.doc_detail_table .table.dutable th{
	border: none;
}

.roundedGreyBox{
	border-radius:6px;
	width: 100%;
	background-color: #efefef;
	padding: 15px 0 ;
}



.q.editable textarea{
	resize: vertical;
	font-size:13px;
}



.addNewPerson svg{
	 width: 28px;
    height: 28px;
    fill: currentColor;
    vertical-align: middle;
     /*margin-top: -2px;
   margin-left: 5px;
    margin-right: 2px;*/
    display: inline-block;
}

.leftSide{
    display:table-cell;
    width:50%;
       vertical-align:middle;
}

.rightSide{
   display:table-cell;
   width:50%;
   vertical-align:middle;
}

.rowHolder{
display:table;
width:100%; 
margin: 0;
}

.elaine textarea {
	padding-left:0;
}

.applicantAnswerBubbleHolder{
	width:100%;
	display:table;
	    margin-left: 17px;
    margin-right: 27px;
    vertical-align:top;
    position:relative;
}
.applicantAnswerBubble{
/*	padding-right:125px;*/
	    /*position: relative;*/
    background: #fff;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 223, 223);
    border-image: initial;
    padding: 12px 5px 6px 12px;
    margin-left: 0px;
  vertical-align:top;
    font-size: 13px;
    width: calc(100% - 120px);
    display: table-cell;
}

.applicantAnswerIcon {
    display: table-cell;
    /*position: relative;
    top: -4px;*/
    width: 90px;
    /*right: 0px;*/
    text-align: right;

}


.applicantAnswerIcon svg{
	width: 60px;
    height: 60px;
    fill: currentColor;
   /* vertical-align: middle;*/
background-color: white;
    display: inline-block;
    border-radius: 50%;
    border-width:0;
}


.roundedGreyBox .notes{
    padding-left: 0;	
}

#lox-questionset-div .tr:first-of-type{
	padding-top:20px;
}

#lox-questionset-div .elaine{
	width: calc(100% - 140px);
}

/*.loxEloxSelector-holder{
    border-bottom:1px solid #ccc;
    margin-bottom:2.0rem;
    padding-bottom:2.0rem;
  
}
*/
.loxEloxSelector-label{
	margin-bottom:10px;
}

.loxEloxSelector-button-inner-holder {
	margin-left:0;
	margin-right:0;
	  width:60%;
	   margin-bottom:0;
	   max-width:220px;
}

.loxEloxSelector-button-inner-holder .input-group-addon{
	text-align:center;
}

.loxEloxSelector-button{
	margin-left:0;
    margin-right:0;
cursor:pointer;
       margin-bottom:0;
}


.loxEloxSelector-button-selected {
   background-color:#2e89c5;
    color: #fff;
}


.applicantAnswerBubble .notes{
	font-size: 12px;
	border:none;
}

#lox-question-note-div .applicantAnswerBubbleHolder{
	margin-top:10px;
}

.applicantAnswerBubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 14px 0 14px 21px;
    border-color: transparent #dfdfdf;
    display: block;
    width: 0;
    z-index: 0;
    top: 14px;
    left: calc(100% - 90px);

}



.applicantAnswerBubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
    left:  calc(100% - 92px);
 top: 14px;
}

.home-but-add-selectors {
	width : 94%;
	height : 94%;
}
table.home-menu {
	height : calc(100vh - 37rem);
	width : 100%;
}
.home-menu tr {
	height : 20%
}
.home-menu td {
	width : 50%;
	vertical-align : middle;
	text-align : center;
	background-color : #fff;
}

.home-menu td >span{ 
	background-color : #fff;
	color : red;
	border : 1px solid red;
	border-radius : 20px;
}
.home-menu td .icon { 
	font-size : 600%;
}


.incomeIcons_button{
    display: inline-block;
    text-align: center;
    
    border-radius: 4px;
        height: 100%;
    width: 100%;
    min-height: 6.8rem;
    
    vertical-align: middle;
    opacity: 0.7;
    cursor:pointer;
    border: 1px solid #dedede;

}

.incomeIcons_button_center{
    margin: 0 10px;
}

.incomeIcons_button:hover{
     opacity: 1;
}
.incomeIcons_button svg {
    width: 5.5rem;
    height: 5.0rem;
    vertical-align: middle;
    display: block;
    overflow: visible;
    margin: auto;
    display: block;
    position: relative;
    top: calc(50% - 4.0rem);
    margin-bottom: 0;
    
        
     fill: currentColor;
   
}


.skin-green .incomeIcons_button svg {

 

}


    


.home-menu td {
	padding: 5px;
}

.home-menu tr td {
	padding-right : 0;
	padding-left : 5px;
}
.home-menu tr td:first-child {
	padding-left : 0;
	padding-right : 5px;
}

.icon_income_text{
position: relative;
    top: calc(50% - 3.5rem);
    display: block;
    font-size : 1.25rem;
}

.eai-button{
	font-weight 	: 500;
    text-align  	: center;
    position    	: initial;
    height      	: 3.6rem;
    width       	: initial;
    min-width   	: 6.4rem;
    text-align  	: center;
    margin      	: 0.6rem  1.4rem 0 0;
    padding-left	: 1.2rem;
    padding-right 	: 1.2rem;
    line-height		: 3.6rem;
    font-size   	: 1.3rem !important;
    border      	: 1px solid #cccccc;
    text-transform	: uppercase;
    float			: right;
    display			: inline-block;
}
@media screen and (min-width: 600px) {
	.eai-button{
 	   font-size   	: 12px !important;
	}
}


.warningIcon_svg svg{
     width: 3rem;
    height: 3rem;
    fill:  #fff;
    vertical-align: middle;
    display: inline-block;

}




.whiteOnGreen{
    color:#fff;
    background-color: #2e89c5;
}

.whiteOnRed{
	color:#fff;
	background-color: #cb3538;
}

.cockpit-header{
    	
}


.removeQuestion{
    width: initial;
    position: absolute;
    background-color: transparent;
    margin-top: -18px;
    margin-left: calc(100% - 69px);
    margin-right:initial;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.img_rejected_stripe {
	position : relative;
}
.img_rejected_stripe:after {
    content: "Rejected";
    position: absolute;
    color: rgba(100,1,1,0.7);
    transform: rotate(39deg);
    transform-origin: 0 0;
    margin-left: calc(-50% - 6rem);
    margin-top: 30%;
    font-weight: 700;
    font-size : 60px;
 }
.img_rejected_stripe img {
	opacity : 0.8;
} 


.img_rejected_stripe_thumbnail {
	position : relative;
}
.img_rejected_stripe_thumbnail:after {
    content: "Rejected";
    position: absolute;
    color: rgba(100,1,1,0.7);
    transform: rotate(39deg);
    transform-origin: 0 0;
    margin-left: calc(-50% - 2rem);
    margin-top: 30%;
    font-weight: 700;
    font-size : 20px;
 }
.img_rejected_stripe_thumbnail img {
	opacity : 0.8;
} 
 

 
 
 .sidebar-menu li span {
 	left : 0;
 }
 
 .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
 	top : 4.0rem !important;
 }
 
 
.tpipeline.treeview.menu-open .treeview-menu {
	display : block !important;
}

.talc {
	text-align : center !important;
}
 
 .w100 {
 	width : 100%;
 }

input.pipeline-timepicker { 
 	font-size: 1.2rem;
    padding: 0;
    height: 1.2rem;
    display: inline-block;
    width: 7rem;
    background-color: transparent;
}

.nudge {
	padding-left : 20px;
}


/* Adjustments to the compose */
.newneed-type-holder-options-div .newneed-section-holder,
.newneed-section-holder-options-div .newneed-section-holder {
	display 			: flex;
	align-items			: flex-start;
	flex-wrap 			: wrap;
}
.newneed-type-holder-options-div .newneed-section-holder>div,
.newneed-section-holder-options-div .newneed-section-holder>div {
	flex-grow 			: 1;
	flex-basis 			: 100%;
	display 			: flex;
}
.newneed-type-holder-options-div .leftDataArea,
.newneed-section-holder-options-div .leftDataArea {
	flex-grow 			: 1;
	flex-basis 			: 50% !important;
	display 			: flex;
}
.newneed-type-holder-options-div .rightDataArea,
.newneed-section-holder-options-div .rightDataArea {
	flex-grow 			: 1;
	flex-basis 			: 50%  !important;
	display 			: flex;
}
