* {
    background: transparent;
}

html {
	height: auto;
	overflow: hidden !important;
	margin: 0;
}

body {
	position:  relative;
	height: 100%;
	max-height: 100%;
    overflow: hidden !important;
    transition: all 0.5s ease;
    background: #2D3367;
    margin: 0;
}

body:before {
    content: ' ';
    /*background: url(//thumb1.shutterstock.com/display_pic_with_logo/283909/133497713/stock-vector-lowpoly-background-with-copy-space-133497713.jpg);*/
    opacity: 0.2;
    position: fixed;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
}

.icon-file {
	width: 20px;
	height: 23px;
	background: url('../images/icon-file.svg') no-repeat center;
	display: block;
	float: left;
	margin-right: 10px;
}

.icon-help {
	width: 20px;
	height: 23px;
	background: url('../images/icon-help.svg') no-repeat center;
	display: block;
	float: right;
	margin-left: 10px;
}

.icon-logout {
	width: 20px;
	height: 23px;
	background: url('../images/icon-logout.svg') no-repeat center;
	display: block;
	float: right;
	margin-left: 10px;
}

#homebtn {
	position: absolute;
	right: 20px;
	top: 20px;
}

.icon-chat {
	width: 20px;
	height: 23px;
	background: url('../images/icon-chat.svg') no-repeat center;
	display: block;
	float: right;

}

.chat-templates {
    display: none;
}

.sk-three-bounce .sk-child {
	background-color: #1abc9c;
}

.disconnected .sk-three-bounce .sk-child {
	background-color: #fff;
}

html, body {
    height: 100%;
}
.container {
	width: 100%;
    min-height: 100%;
    height: 100%; /* cross-browser */
    position: relative;
    overflow: hidden;
    background: url('../images/background.svg') repeat center #F6F6F6;
	background-size: 45%;
}

#content {
	margin-top: 80px;
	margin-bottom: 100px;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1998;
	opacity: 0;
	visibility: hidden;
    transition-property: opacity, visibility;
	transition-duration: 0.5s, 0s;
	transition-delay: 0s, 0.5s;
			    	    
}

.disconnected .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #C1385E;
	z-index: 1998;
	opacity: 0.95;
	visibility: visible;
	transition-property: visibility, opacity;
	transition-duration: 0s, 0.5s;
	transition-delay: 0s, 0s;
}

.overlay.actions {
    background: #1B8AA8;
    visibility: visible;
    opacity: 0.95;
    transition-property: visibility, opacity;
	transition-duration: 0s, 0.5s;
	transition-delay: 0s, 0s;
    /* Firefox */
}

.overlay.tags {
	background: #D63C68;
    visibility: visible;
    opacity: 0.95;
    transition-property: visibility, opacity;
	transition-duration: 0s, 0.5s;
	transition-delay: 0s, 0s;
}

.lead {
	margin: 0;
}

.navbar {
	position: fixed;
	top: -273px;
	left: 0;
	width: 100%;
	z-index: 10002;
}

.shownav .navbar {
	top: 0;
}

#menu {
	background: #D63C68;
	color: white;
}

#menu a {
	color: white;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

#menu a.tel-link {
	display: inline;
}

#nav {
	position: relative;
	height: auto;
	background: #2D3367;
	width: 100%;
	display: block;
	
}

body.dark .container {
	background: #2D3367;
}

#nav > button {
	position: absolute;
	left: 5px;
	top: 2px;
	z-index: 3000;
}

#header {
	background: #B22651;
	padding: 20px 22px;
	height: 63px;
}

.logo {
	text-indent: -3000px;
	background: url('../images/logo.svg') no-repeat center;
	display: block;
	width: auto;
	height: 65px;
	background-size: auto 45px;
	padding: 10px;
	position: relative;
}

#form .logo {
	height: 80px;
	background-size: auto 60px;
}

#advisor {
	font-size: 16px;
	padding: 20px 0;
	height: 210px;
}

.conversation-select {
	text-align: center;
	display: block;
	margin-bottom: 25px;
}

#advisor img {
	margin-bottom: 20px;
	border-radius: 50%;
	border: 3px solid #2D3367;
	width: 75px;
}

.conversation-select img {
	margin-bottom: 20px;
	border-radius: 50%;
	border: 3px solid #D63C68;
	width: 50px;
}

.loader {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	right: 0;
}

a {
	color: #1B8AA8;
}

a:hover, a:focus {
	text-decoration: none;
	color: #1B8AA8;
}

#actions {
	position: absolute;
	top: 65px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: -1;
	overflow: scroll;
}

#actions.loading {
	overflow: hidden;
}

body.menu-open #actions {
	z-index: 5000;
}

#actions ul {
	list-style-type: none;
	text-align: center;
	color: white;
	max-width: 100%;
	width: 100%;
	margin: 25px 0 100px 0;
	padding: 0;
}

#actions ul li {
	position:  relative;
	visibility: hidden;
	font-size: 12px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

#actions ul li a {
	color: white;
}

#actions ul li .icon {
	margin: auto;
	margin-bottom: 5px;
	font-size: 16px;
}

#actions ul li.active {
	visibility: visible;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1500;
	min-height: 56px;
	background: #2D3367;
}

.proof_of_income {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 30000;
}

.proof_of_income .modal {
	top: 10%;
}

.proof_of_income .modal .modal-content {
	margin-top: 20%;
	font-size: 12px;
}

.proof_of_income .btn {
	margin-top: 10px;
	width: 20%;
	display: inline;
}

.proof_of_income .modal-body input {
	border: 1px solid black;
	border-radius: 5px;
	display: inline;
	width: 100%;
}

.proof_of_income .divBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.proof_of_income .name{
	width: 30%;
	word-break: break-all;
}

.value {
    width: 60%;
    margin-right: 20px;
}

.proof_of_income .modal-header .close {
	display: none;
}

#form .fixed-bottom {

}

#form .fixed-bottom button {

}


/*.fixfixed .fixed-bottom {
	position: absolute;
}*/

form .fixed-bottom {
	background: #1B8AA8;
}

.fixed-bottom button {
	width: 100%;
	height: 100%;
	min-height: 56px;
	display: block;
	border: none;
	color: white;
}

.action-btn {
	position: absolute;
	left: 50%;
	margin-left: -70px;
	margin-bottom: 0;
	bottom: -140px;
	width: 140px;
	height: 140px;
	background-color: #1F748C;
	display: block;
	border-radius: 50%;
	color: white;
	text-align: center;
	/*transition-property: transform;
	transition-duration: 1s;
	transform: rotate(45deg);*/
	z-index: 7000;
	cursor: pointer;
}

.action-btn:hover {
	color: #fff;
}

.sticky-btn.action-btn,
.show-btn .action-btn {
	margin-bottom: 70px !important;
}

.action-btn-sm {
	position: absolute;
	left: 5px;
	bottom: 3.5px;
	width: 25px;
	height: 25px;
	display: block;
	border-radius: 50%;
	color: white;
	text-align: center;
	/*transition-property: transform;
	transition-duration: 1s;
	transform: rotate(45deg);*/
	z-index: 7000;
	cursor: pointer;
	font-weight: 200;
	background: url('../images/plus.svg') no-repeat center #1B8AA8;
	background-size: 60%;
}

.post-btn:hover,
.action-btn-sm:hover {
	color: #fff !important;
}

.action-btn-sm > span {
	margin-left: -1px;
}

.post-btn {
	position: absolute;
	right: 5px;
	bottom: 3.5px;
	width: 25px;
	height: 25px;
	display: block;
	border-radius: 50%;
	color: white;
	text-align: center;
	z-index: 7000;
	cursor: pointer;
	line-height: 25px;
	background: url('../images/chevron.svg') no-repeat center #1B8AA8;
	background-size: 30%;
}

.post-btn > span {
	line-height: 25px;
	font-weight: 600;
	margin-left: 2px;
}


.btn {
	background: #ff3864;
	color: white;
	text-align: center;
	display: block;
	padding: 10px;
	border-radius: 10px;
}

.action-btn span {
	display: block;
	font-size: 40px;
	margin-top: 15px;
	transition-property: transform;
	transition-duration: 1s;
	transform: rotate(45deg);
}

.action-btn.open span {
	transform: rotate(0deg);
}

.blue-icon {
	width: 50px;
	height: 50px;
	display: block;
	background-color: #00adc1;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}

#tags.loading + #actions .blue-icon {
	background-color: #C1385E;
}

.animated { visibility: visible !important; }

#form,
#chat {
	max-width: 800px;
	width: 100%;
	left: 50%;
	position: absolute;
	top: 65px;
	bottom: 56px;
}

#form > div,
#chat > div {
	position: absolute;
	bottom: 0;
	left: -50%;
	height: auto;
	max-height: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}

#form > div {
	bottom: auto;
}

.fixed-bottom:before {
	/*content: ' ';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 20px;*/
	/*background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
}


.message {
	margin: 5px 0 15px 0;
	position: relative;
	min-height: 40px;
	overflow: visible;
}

.message-upload {
	margin: 15px auto;
}

.message .initials,
.message img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #E74C73;
	position: absolute;
	bottom: 0;
	margin-top: 5px;
}

.message-ibby img {
	border: 2px solid #2D3367;
}

.message .initials {
	right: 10px;
	background: #f7f7f7;
	color: #979797;
	text-align: center;
	line-height: 34px;
}

.message-in img,
.message-ibby img {
	left: 15px;
}


.message-out img {
	right: 10px;
}

.message .sk-three-bounce .sk-child {
	width: 10px;
	height: 10px;
}

.message-upload .sk-three-bounce,
.message-in .sk-three-bounce,
.message-ibby .sk-three-bounce {
	margin: 15px 0 0 60px;
}

.message-out .sk-three-bounce {
	float: right;
	margin: 15px 15px 0 0;
}

.message .sk-three-bounce .sk-bounce1 {
	background-color: #4CC0E9;
}

.message .sk-three-bounce .sk-bounce2 {
	background-color: #A2D4D2;
}

.message .sk-three-bounce .sk-bounce3 {
	background-color: #E74C73;
}

.message-in .content,
.message-ibby .content {
	margin-left: 80px;
}

.message-upload, .loader-icon {
	text-align: center;
}

.message-out .content {
	float: right;
	width: 100%;
	text-align: right;
}

.message-out .content .text {
	text-align: left;
	margin-right: 15px;
}

.templates > div {
	display: none;
}

.date-time {
	font-size: 11px;
	color: #5b5b5b;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	margin-left: -80px;
}

.friendly-date {
	font-size: 11px;
	color: #5b5b5b;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.message-out .date-time {
	margin-left: 0;
}

.content .text {
	background: #ff3864;
	padding: 10px 20px 10px 10px;
	max-width: 80%;
	display: inline-block;
	border-radius: 10px 10px 10px 5px;
	color: white;
}

.message-out .content .text {
	border-radius: 10px 10px 5px 10px;
}

.message-upload .content .text {
	background: transparent;
	color: #666;
	text-decoration: underline;
	text-align: center;
}

.message-ibby .content .text {
	background: #2D3367;
}

/*.message-in {
	margin-left: 10px;
}

.message-out {
	margin-right: 10px;
}*/

.message-out .content .text {
	background: #00adc1;
}

.message-out img {
	border-color: #00adc1;
}

.message .load {
	display: none;
}

.message.loading .load {
	display: inline-block;
}

.message.loading .content {
	display: none;
}

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

#chat_form {
	position: relative;
	margin: 12px 18px 12px 18px;
	border: none;
	border-radius: 16px;
	height: auto;
	padding: 5px 10px 3px 10px;
	background-color: white;
}

#chat_form textarea {
	border: none;
	width: 100%;
	overflow: hidden;
	outline: none;
	display: block;
	line-height: 20px;
	background: transparent;
	min-height: 24px;
	-webkit-appearance: none;
	padding: 0 30px;
	border-radius: 0;
	resize: none;
}

::-webkit-input-placeholder {}

.textarea-shadow {
	position: absolute;
	left: -5000px;
	bottom: 80px;
	min-height: 24px;
	padding: 0 30px !important;
}

.form-group {
	margin: 20px 20px 20px 20px;
	position:  relative;
}

.form-item {
	position: relative;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.form-group label {
	display: none;
}

.form-group h4 {
	color: #1B8AA8;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

.errors p {
	text-align: center;
	color: red;
	font-weight: bold;
}

.dark p {
	color: #fff;
}

/*.form-item:before {
	content: attr(data-placeholder);
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	font-size: 15px;
	z-index: 1;
	transition: all 0.5s ease;
	color: #000;
	height: 30px;
	width: 100%;
	font-weight: bold;
}*/

.form-item:after {
	/*content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease;
	color: #00adc1;
	height: 3px;
	width: 0;
	background-color: #00adc1;*/
}

/*.form-item.focused:after {
	width: 100%;
}

.form-item.focused:before {
	top: -10px;
}*/

input::placeholder
{
	color: #1B8AA8;
}

input {
	border: 2px solid #1B8AA8;
	padding: 10px;
	font-size: 15px;
	color: #1B8AA8;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	z-index: 2;
	display: block;
	position: relative;
	background: #fff;
	font-weight: bold;
}

select {
	border: 2px solid #1B8AA8;
	padding: 10px;
	font-size: 15px;
	color: #1B8AA8;
	width: 100%;
	z-index: 2;
	display: block;
	position: relative;
	background: #fff;
	font-weight: bold;
}

button.disabled,
input.disabled {
	opacity: 0.5;
}

.form-item.focused input {
	
}

ul.file-list, ul.file-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.document-title {
	color: #1B8AA8;
	margin-bottom: 0;
}

.document-upload-date {
	color: #ADB3BC;
	margin: 0;
	font-size: 11px;
}

ul.file-list {
	
}

ul.file-list li {
	padding: 15px 15px 15px 60px;
	background: #ffffff;
	position:  relative;
	text-align: left;
	margin: 0 10px 10px 10px;
}

ul.file-list li .icon {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 25px;
	color: #1B8AA8;
}

ul.file-list li .icon-close {
	position: absolute;
	top: 50%;
	margin-top: -12.5px;
	right: 15px;
	font-size: 25px;
	color: #00adc1;
}

#tags {
        position: fixed;
        top: 65px;
        bottom: 56px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: -1;
        color: white;
        visibility: hidden;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
}

#tags.open {
        visibility: visible;
}

body.menu-open {
        position: fixed;
        width: 100%;
}

body.menu-open #tags {
        /*z-index: 10001;*/
        z-index: 7000;
}

#tags h4 {
	margin-bottom: 15px;
	font-size: 16px;
}

#tags ul {
	margin-bottom: 20px;
}

#tags ul, #tags li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tags li {
	margin-bottom: 10px;
	visibility: hidden;
}

#tags ul li.active {
	visibility: visible;
}

#tags li a {
	padding: 10px;
	color: white;
	background: black;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

#tags li.fadeOutDown a {
	background: #00adc1 !important;
}

#tags li a.complete .text {
	opacity: 0;
}

#tags li a .icon {
	position: absolute;
	width:100%;
	text-align: center;
	top: -100%;
	margin-top: -12px;
	height: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	font-size: 25px;
	z-index: 2000;
}

#tags li a.complete .icon {
	top: 50%;
	opacity: 1;
}

#tags li a .total-upload-progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #AA2E55;
	transition: width 0.1s ease;
}

#file_upload {
	margin-top: 80px;
	padding: 20px;
}

button.btn {
	border: none;
	width: 100%;
	font-size: 14px;
}

.vcenter {
	vertical-align: middle;
}

.vcenter a img {
	max-width:100%;
}

.twitter-typeahead,
.tt-menu {
	width: 100%;
}

.tt-menu h5 {
	margin-bottom: 0;
}

.typeahead_wrapper {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #F6F6F6;
	cursor: pointer;
}

#form.no-btn {
	bottom: 0;
}

#bank_container {
	top: 0 !important;
	bottom: 0 !important;
}

.typeahead {
	margin-bottom: 1px;
}

.small-link {
	font-size: 12px;
	font-weight: bold;
	color: #C1385E;
}

.small-link:hover {
	color: #C1385E;
}

.account-select {
	text-align: center;
	margin: 10px;
	background: #C1385E;
	padding: 20px;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.account-bank {
	font-size: 12px;
}

.account-name {
	font-size: 24px;
	font-weight: bold;
}

.account-select > i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 24px;
	display: none;
}

.account-select > i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 24px;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.account-select input {
	display: none;
}

input[type="checkbox"]:checked + i {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.or-text {
	text-align: center;
	font-weight: bold;
	text-transform: lowercase;
}

.sk-circle {
	width: 100px;
	height: 100px;
}

.sk-circle .sk-child::before {
	background: #cccccc;
}

.sk-circle .sk-circle10::before {
	background: #4CC0E9;
}

.sk-circle .sk-circle11::before {
	background: #A2D4D2;
}

.sk-circle .sk-circle12::before {
	background: #E74C73;
}

#status_message {
	font-weight: bold;
	color: #666;
}

#form .loader {
	padding: 20px;
	top: 0;
}

.btn-mid {
	background: #2D3367;
	border-radius: 0;
}

.btn-mid-pink {
	border-radius: 0;
	width: 130px;
	margin: auto;
	margin-top: 10px;
}

.btn-mid-pink:hover {
	color: white;
}

.bg-white-opacity {
	background-color:rgba(255, 255, 255, 0.5);
}

.icon-div {
	width: 100%;
	display: block;
}

.all-files {
	padding-bottom: 100px;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.btn-sm-pink {
	font-size: 12px;
	padding: 5px;
}

::-webkit-scrollbar {
	width: 0px;  /* remove scrollbar space */
	background: transparent;  /* optional: just make scrollbar invisible */
}
