html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  font: inherit;
  vertical-align: baseline;
}

body
{
	font-family: proxima-nova, sans-serif !important;
	margin:0;
}

* {
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

input[type=text], textarea
{
	line-height: 20px;
    border: 1px solid #d7dee2 !important;
    height: 40px;
}

.hide {display: none;}
.alignLeft {text-align: left;}
.alignCenter {text-align:center;}
.alignRight {text-align:right;}

.cursorPointer {cursor: pointer;}
.error {background-color: #ff4c4c;}
.fontAwesomeIcon {color: #ccc;}
.noLink
{
	text-decoration: none;
	color: #000;
}
.colorGreen {color: rgb(65, 184, 140);}
.colorRed {color: red;}
.lightGray {color: #ccc;}
.bold {font-weight: bold;}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

#TREDLogo
{
	height:50px;
	margin:10px 30px 10px 10px;
}


.mainContainerDeals
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content:flex-start;
	height:90vh;
	background-color: #F1F4F8;
	overflow: auto;

}

#topNav
{
	display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: 70px;
    min-width: 100%;
    background: rgb(54, 70, 80);
	padding-left:11px;
}

#topNavLinks
{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size:1.2em;
	display:flex;
	overflow: none;

}



.topNavLinksItem
{
	position: relative;
    display: inline-block;
}

.topNavLinksItem a
{
	white-space: nowrap;
    line-height: 20px;
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: rgb(255, 255, 255) !important;
	padding: 25px 0px;
	vertical-align:baseline;
	text-decoration:none;
}

.newSMS {
	color: #fd7272;
	font-weight: bold;
	}
	
.newSMSList {
	color: #fff;
	font-weight: bold;
	background-color: #fd7272;
}
.newSMSList:hover, .newSMSList.selectedConversation {
	color: #000;

}

.pipeLineColumn
{
	background-color: #F7F9FA;
	border: 1px solid rgb(232, 236, 240);

	margin:10px;
	min-width:200px;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	
}

.pipeLineColumnItems
{
	overflow: auto;
	
}


.pipeLineColumnItem
{
	background-color: #fff;
	border: 1px solid #e8ecf0;
	margin:5px 10px;
	text-align: center;
	box-shadow: 0px 0px 3px 0px #e8ecf0;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	font-size:0.9em;
	position:relative;
	height: 80px;
}
.pipeLineColumnItemDetails
{
	font-size: 0.7em;
	color: #999;
	
}
.pipeLineColumnItemDetailsSection
{
	flex-grow: 1;
}

.stageClosed .fieldInspectionDate {display: none;}
.stageClosed .fieldCommitmentDate {display: none;}

.pipeLineColumnAddressDetails
{
	font-size: 0.8em;
	color: #999;
}

.pipeLineColumnHeaderBar
{
	background-color: #fff;
	border-bottom: 1px solid rgb(232, 236, 240);
	padding:10px;
}

.pipeLineColumnHeaderBarLabel
{
	font-size: 1.2em;
	font-family: Helvetica;
	display:flex;
	justify-content: space-between;

}
.pipelineNumberOfDeals
{
	font-size: 0.8em;
	color: #777;
	}

.pipeLineColumnHeaderBarLabelSub
{
	font-size: 0.8em;
	margin-top:10px;
		color: #aaa;
}

.pipelineDealTypeBar
{
    border-radius: 5px 0px 0px 0px;
    color: #000;
    font-size: 0.7em;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    width: 17px;
	margin-top: -5px;
    margin-left: -10px;
	border-right: 1px solid #e8ecf0;
    border-bottom: 1px solid #e8ecf0;
	position: relative;
	z-index: 4;
}

.pipelineDealOwnerBar
{
	position: absolute;
    border-radius: 10px 0px 5px 0px;
    color: #000;
    font-size: 0.7em;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    width: 17px;
	border-left: 1px solid #e8ecf0;
    border-top: 1px solid #e8ecf0;
	bottom:0;
	right:0;
}

.pipelineDealCommissionBar
{
	position: absolute;
    border-radius: 0px 5px 0px 10px;
	background-color: #eee;
    color: #888;
    font-size: 0.7em;
    text-align: right;
    padding: 0px 5px 0 0 ;
    width: 100%;
	border-left: 1px solid #e8ecf0;
    border-bottom: 1px solid #e8ecf0;
	top:0;
	right:0;
}

.colorB
{
		background-color: #d6ffda;
}

.colorS 
{
	background-color: #c4e4ff;
}

.colorP
{
	background-color: #ffd2d2;
}

.colorK
{
	background-color: #ffee9c;
}

.pipelineColumnInfoWrapper
{
	margin-top: 4px;	
}
.pipeLineColumnItems{
	min-height:100px;
}
.pipeLineColumnItemFinancials
{
	font-size: 0.8em;
	margin-top:5px;
		color: #aaa;
}

.pipeLineColumnHeaderColor
{
	background-color: rgb(74, 208, 159);
    height: 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	}

.stageInactive .pipeLineColumnHeaderColor {background-color: #EE3425;}
.stageActive .pipeLineColumnHeaderColor {background-color: #F99B20;}
.stageOffer .pipeLineColumnHeaderColor {background-color: #F8BC18;}
.stageLoanApproval .pipeLineColumnHeaderColor {background-color: #D0DC37;}
.stageInspections .pipeLineColumnHeaderColor {background-color: #D0DC37;}
.stagePendingSale .pipeLineColumnHeaderColor {background-color: #62B247;}
.stageClosed .pipeLineColumnHeaderColor {background-color: #000;}


.cellCenterText {text-align: center;}
.cellMLSedit {font-size:0.65em;}
.biggerIcon {font-size:1.3em; margin-right:10px;}

.sortable-placeholder
{
	border: 2px dashed #222;
	height:40px;
	margin:5px;
}



.addPersonForm
{
	margin-top: 20px;
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.addPersonForm:first-child
{
	margin-top: 0px;
	
}

.addPersonFormName
{
	display:flex;
	width:100%;
}

.addPersonFormInputField
{
	-webkit-box-flex: 1;
    flex-grow: 1;
	position:relative;
	
}
.addPersonFormInputField:first-child
{
	margin-right:20px;
}

.addPersonFormInputField .inputTooltip
{
	width:100%;
}

.jquery-modal .modal
{
	height: auto;
}

.modal a.close-modal
{
		top:5px !important;
		right:5px !important;
}

.modal-body input {
    outline: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: #364650;
    font-size: 14px;
    border: 2px solid #f1f4f8;
	
	
}

.modal-header
{
	padding: 10px 0px;
    min-height: 60px;
    border-bottom: 1px solid #f7f9fa;
    font-size: 18px;
    line-height: 18px;
    color: #364650;
	
}

.modal-body {
    min-height: 50px;
	padding: 10px 0px;
    line-height: 1.5em;
}


.modal-footer {
    background-color: #FCFDFD;
    border-top: 1px solid #f7f9fa;
    text-align: right;
	padding: 10px 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.modal-footer a {
    margin-right: 15px;
    cursor: pointer;
    color: #364650;
	line-height:40px;
}

.modalButton
{
	background-color: rgb(64, 162, 217);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: top;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    color: rgb(255, 255, 255) !important;
    border-radius: 20px;
    padding: 0px 20px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    margin: 0px;
    text-decoration: none !important;
}

.modalButton[disabled]
{
	opacity: 0.4;
    cursor: default;
    position: relative;
    z-index: 0;
}


.mainContainerPeople
{
	padding:20px;
	background-color: #F1F4F8;
	

}

.pageToolbar
{
	
	background-color: #eaf3ff;
	padding:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	display: flex; 
	justify-content: space-between;
	
	
}
#peopleToolbar 
{
	text-align: right;
}


.pageName 
{
	font-size: 1.4em;
	font-weight: bold;
}

#peopleToolbar .faIcon
{
	font-size: 1.4em;
	
}

#buyersToolbar
{
	
}

.userList
{
	background-color: #fff;
	padding:15px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


#listOfUsers th
{
	text-align: center;
}

.cellStatus-0, .-new {background-color: #fff !important; }
.cellStatus-0 a {!important; color: #e42600 !important; font-weight: bold;}
.cellStatus-10, .-cold {background-color: #feffcf !important;}
.cellStatus-20, .-warm {background-color: #ffe792 !important;}
.cellStatus-30, .-hot  {background-color: #ff8d6a !important;}
.cellStatus-40, .-active {background-color: #adffb3 !important;}
.cellStatus-45, .-sphere {background-color: #adfffe !important;}
.cellStatus-50, .-past {background-color: #b99dff !important;}
.cellStatus-60, .-dead {background-color: #b3b3b3 !important;}



.dealStage-Inactive, .dealStage-Upcoming {background-color: #e1ffb7 !important;}
.dealStage-Looking, .dealStage-Active {background-color: #c2ff6d !important;}
.dealStage-Negotiations {background-color: #fbff81 !important;}
.dealStage-UnderContract {background-color: #a0f726 !important;}
.dealStage-Inspections {background-color: #b1f7ff !important;}
.dealStage-PendingSale {background-color: #d4d4d4 !important;}
.dealStage-Closed {background-color: #cae8ff !important;}
.dealStage-Dead, .dealStage-Expired  {background-color: #b3b3b3 !important;}



.taskStatus-Active {background-color: #c2ff6d !important;}
.taskStatus-Stuck {background-color: #fbff81 !important;}
.taskStatus-Waiting {background-color: #cae8ff !important;}


.editable-click, a.editable-click, a.editable-click:hover {border-bottom: none !important; color:#000;}
.cellRating, .cellStatus, .cellNextAction, .cellPreapproval {text-align: center;}

.nextActionInDaysSpan {cursor: pointer;}

.cellRed {background-color: #ff6266 !important;}
.cellLightRed {background-color: #ffd2d3  !important; }
.cellYellow {background-color: #fbff81   !important; }
.cellGreen {background-color: #e1ffb7  !important; }

.cellPersonName a {color: #000;}
.cellListOfLists {font-size: 0.7em; text-align: left;}

.remindMeIcon, .addDealToPipeline
{
	font-style: normal !important;
	border-bottom: none !important;
	cursor: pointer;
	color: #000 !important;
	margin-right: 5px;
}
.ui-autocomplete {
    position: relative;
}


.referrersList
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	font-size: 0.9em;
	background-color: white;
	padding:2em;
}


.userDetails
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	font-size: 0.9em;
	flex-wrap:wrap;
}

.userDetailsGrid
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:10px 0;
	font-size: 0.9em;

}


.userDetailsColumn
{
	background-color: #fff;
	margin:10px;
	height:100%;
	border-radius: 5px;
    border: 1px solid #e8ecf0;
    box-shadow: 0px 0px 3px 0px #e8ecf0;
}
.userDetailsLeftColumn
{
	width: 300px;
	line-height:1.5em;
	
}

.userDetailsCenterColumn
{

	flex: 1;
	
}
.userDetailsRightColumn
{
	width: 39%;
}

#addUserNote
{
	
}

#addUserNoteField
{
	min-height: 5em;
	max-height: 50vh;
	width: 100%;
	padding:10px;
}

.userDetailsSmallHeader
{
	    background-color: #248;
    color: white;
    padding: 0 5px;
}

.userDetailsContent
{
	   
    padding: 10px 20px;
}

.userDetailsPhones
{
	padding:10px 20px 5px 20px;
}

.userDetailsPhoneNumberRow
{
		display: flex; 
}

.userDetailsPhoneNumber
{
	margin-left:10px;
}

.userDetailsEmails
{
	padding:10px 20px 5px 20px;
}

.userDetailsEmailRow
{
		display: flex; 
}

.userDetailsDOBRow
{
		display: flex; 
}

.userDetailsDOB
{
		margin-left:10px;
}

.userDetailsEmail
{
	margin-left:10px;
}

.userDetailsAddresses
{
	padding:10px 20px 5px 20px;
}

.userDetailsAddressRow
{
		display: flex; 
}

.userDetailsAddress
{
	margin-left:10px;
}

.userDetailsOtherBox
{
	padding:10px 20px 5px 20px;
	border-bottom: 1px solid #e8ecf0;
	border-top: 1px solid #e8ecf0;
	line-height:1.5em;
}

.userDetailsOtherRow
{
		display: flex; 
}
.userDetailsOtherInfoRow
{
	
}

.userDetailsOtherLabel
{
	font-weight: bold; 
}

.userDetailsOther
{
	margin-left:10px;
}

.personDeals
{
	padding:0.5em;
}

.personDealsDealBox
{
margin-bottom: 20px;	
}
.dealHeader
{
	padding:0.25em 0.5em;

	display: flex;
	justify-content: space-between;
}

.dealHeaderName
{
		font-size: 1.25em;
	
}

.dealSubHeader {padding:5px; display: flex; justify-content: space-between;border-bottom: 1px solid #333;}
.dealSubHeaderItem {margin-right: 25px;}
.dealHeaderStatus
{
	    background-color: red;
    padding: 3px 10px 0px;
	font-size:0.9em;
    border-radius: 25px;
    color: white;
	border: 1px solid #999;
}

.dealDetails
{
	background-color: #fcfcfc;
	border: 1px solid #eee;
	padding:5px;
}

.dealDetailsHidden {display: none;}

.dealDates
{
	display: flex;
	justify-content: space-between;
	padding: 0px 10px 5px;
	border-bottom: 1px solid #eee;
	margin-bottom:10px;
	
}


	
.userDetailsHeader
{
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top:5px;
	background-color: #eee;
	padding:0px 5px;
}

.activeDealsHeader
{
	display: flex;
	justify-content: space-between;
}

.pastDealsHeader
{
margin-top:2em;
}

.headerDealIcon
{
	font-size: 0.7em;
	margin-top:5px;
}

.userDetailsBackgroundBox
{
	padding:10px 20px 5px 20px;
	border-bottom: 1px solid #e8ecf0;
	line-height:2.1em;
}

.userDetailsBackground
{
	word-wrap: break-word;
	line-height:1.3em;

}
}

.form-control.input-large
{
	font-size: 0.75em;
}
.userDetailsAddNoteBox
{
	padding: 10px 10px 20px 10px;
	border-bottom: 1px solid #e8ecf0;

}

.userDetailsNoteHistory
{
	padding:20px;
}
.userDetailsNoteHistoryTS
{
	font-size: 0.7em;
	text-align: right;	
	margin-top:5px;
	border-bottom: 1px solid #eee;
}
.userDetailsNoteHistoryNote
{
overflow-wrap: break-word;
	white-space:pre-wrap;
}

.userDetailsFUBox
{
	padding:10px 20px 5px 20px;
	border-bottom: 1px solid #e8ecf0;
	line-height:2.1em;
}

.userDetailsFU
{
	line-height:1.3em;
}

.userDetailsDealsBox
{
	padding:10px 20px 5px 20px;
	border-bottom: 1px solid #e8ecf0;
	line-height:2.1em;
}

.userDetailsDeals
{
	line-height:1.3em;
}

.editable-address {
    display: block;
    margin-bottom: 5px;  
}

.editable-address input{
   height:30px;
}

.editable-address span {
    width: 70px;  
    display: inline-block;
}

.editableBulk.spouseField.editable-empty,
.editableBulk.mainContactField.editable-empty {color: #ccc;}

.userDetailsNoteHistory .editableform .editable-input>textarea {width:100%;}
.userDetailsNoteHistory .editableform .control-group {width:100%;}
.userDetailsNoteHistory .editableform .control-group>div {width:100%;}
.userDetailsNoteHistory .editable-container.editable-inline  {width:100%;}
.userDetailsNoteHistory .editableform .editable-input {width:86%;}


.dealContacts .editableform .editable-input>textarea {width:100%;}
.dealContacts .editableform .control-group {width:100%;}
.dealContacts .editableform .control-group>div {width:100%;}
.dealContacts .editable-container.editable-inline  {width:100%;}
.dealContacts .editableform .editable-input {width:86%;}

.dealList
{
	margin-bottom:5px;
}

.smallDealName
{font-size: 0.75em;}


.grid-stack-item-content
{
	border: 1px solid #ddd;
}


.grid-stack-item-content-header
{
	padding: 0.1em;
	text-align: center;
	background-color: #eee;
	font-weight: bold;
}

.grid-stack-item-content-main
{
	padding: 0.5em 1em;

}

.dashboardTableFlexRow
{display: flex; justify-content:space-between;}


.dashboardTable
{
	
	width:100%;
}
.dashboardTableRow, .dashboardTableHeader
{
	display: flex;
	margin-bottom: 2px;
}

.dashboardTableColumn
{
	width: 90px;
}
.dashboardTableColumnWider
{
	width: 190px;
}


.dashboardTableBarContainer
{
	background-color: #eee;
	width: 100%;
	height: 30px;
}

.dashboardTableBarClosed
{
	display: inline-block;
	float: left;
	color: #fff;
	background-color: #000;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
}

.dashboardTableBarClosedText
{
	position: absolute;
	    text-shadow: 2px 2px 4px #000;
}

.dashboardTableBarRed
{
	display: inline-block;
	float: left;
	color: #fff;
	background-color: #ff1d46;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
}


.dashboardTableBarPending
{
	display: inline-block;
	float: left;
	color: #fff;
	background-color: #62B247;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
}
.dashboardTableBarInspections
{
	display: inline-block;
	float: left;
	color: #000;
	background-color: #D0DC37;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;

}
.dashboardTableBarContract
{
	display: inline-block;
	float: left;
	color: #000;
	background-color: #F3EC3A;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
}

.dashboardTableBarActive
{
	display: inline-block;
	float: left;
	color: #000;
	background-color: #F99B20;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
}


#listOfClosings th
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ddd;
	padding: 2px 5px;
}

#listOfClosings td
{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;

	padding: 2px 5px;
}

#listOfClosings .yearChange
{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #ddd;
	
	font-weight: bold;


}


#dashboardClosings {font-size: 0.9em;}
.upcomingAnniversary { color: #000;}
.pastAnniversary { color: #ccc;}
.anniversaryOwner { background-color: #e6ebff;}
.anniversaryCheckBox {vertical-align: bottom; margin-bottom: 5px; margin-right: 5px; cursor: pointer;}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-arrow-right {
    background-position: -264px -96px;
}
.icon-arrow-left {
    background-position: -240px -96px;
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
	line-height: 20px;
    text-align: left;
    vertical-align: top;
}





.box__dropArea,
.box__dragndrop,
.box__uploading,
.box__success,
.box__error,
.box__input {
  display: none;
  color: #fff; 
  text-align:center;
  padding-top:40px;
  width: 100%;
}



.has-advanced-upload {

	min-height:100px;
}

.has-advanced-upload .box__dragndrop {
  display: inline;
}

.is-dragover {
  background-color: grey;
}
.is-dragover textarea {
  display: none;
}

.is-dragover #addUserNoteButton
{display: none;
}


.is-uploading .box__input {
  visibility: none;
}
.is-uploading .box__uploading {
  display: block;
}
.is-dragover .box__dropArea {
  display: block;
}

.is-dragover.is-uploading .box__dropArea {
  display: none;
}


@media only screen and (max-width: 850px) {
  #topNavLinks {
    overflow: scroll;
  }
  
  .cellRating .rating img
  {
	width:12px;
  }
  
  .userDetailsLeftColumn {
    width: auto;
	}
	.userDetails {	flex-direction: column;	}
	.userDetailsLeftColumn, .userDetailsCenterColumn, .userDetailsRightColumn { width: 96%;}
	
  
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 3px 15px;
    text-align: center;
}

.styled-table tr.narrowCell td { padding: 0 15px;}

.styled-table th
{
	border-right: 1px solid #dddddd;
	text-align: center;
	
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody td:nth-of-type(odd) {
    border-right: 1px solid #009879;
}
.styled-table tbody td:nth-of-type(even) {
    border-right: 1px solid #ddd;
}
