  @font-face {
  	font-family: 'Raleway';
  	font-style: normal;
  	font-weight: 400;
  	src: url(../fonts/DroidSans.ttf);
  	format('truetype');
  }
  body,
  input,
  select,
  textarea,
  body * {
  	font-family: 'Raleway', sans-serif;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	 box-sizing: border-box;
  }
  body {
  	background-color: #f2f2f2;
  	padding: 0;
  	margin: 0
  }
  h1 {
  	font-size: 2rem;
  	text-align: center;
  	margin: 0 0 2em;
  }
  .container {
  	position: relative;
  	max-width: 40rem;
  	margin: auto;
  	background: #fff;
  	width: 340px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-o-border-radius: 6px;
  	-ms-border-radius: 6px;
   	border-radius: 6px;
  	-moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  	-o-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  	-ms-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  .container-body {
  	padding: 18px;
  	padding-top: 20px
  }
  .container-header {
  	background: #0d47a1;
  	-webkit-border-top-right-radius: 6px;
  	-moz-border-top-right-radius: 6px;
  	-ms-border-top-right-radius: 6px;
  	-o-border-top-right-radius: 6px;
  	border-top-right-radius: 6px;
  	-webkit-border-top-left-radius: 6px;
  	-moz-border-top-left-radius: 6px;
  	-ms-border-top-left-radius: 6px;
  	-o-border-top-left-radius: 6px;
  	border-top-left-radius: 6px;
  	padding: 14px;
  	font-size: 18px;
  	font-weight: bold;
  	color: #fafafa
  }
  .sending {
  	background: #00c853;
  	color: #333;
  	font-size: 13px;
  	padding: 0.5rem;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	-ms-border-radius: 3px;
  	-o-border-radius: 3px;
  	border-radius: 3px;
  	margin-bottom: 30px;
  	-webkit-box-shadow: 0 0 5px #b0bec5;
  	-moz-box-shadow: 0 0 5px #b0bec5;
  	-ms-box-shadow: 0 0 5px #b0bec5;
  	-o-box-shadow: 0 0 5px #b0bec5;
  	box-shadow: 0 0 5px #b0bec5
  }
  img {
  	display: inline-block;
  	margin-top: 5px
  }
  .lds-ring {
  	display: inline-block;
  	position: relative;
  	width: 20px;
  	height: 20px;
  }
  .lds-ring div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  	box-sizing: border-box;
  	display: flex;
  	position: absolute;
  	width: 20px;
  	height: 20px;
  	border: 3px solid #fff;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-ms-border-radius: 50%;
  	-o-border-radius: 50%;
  	border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -ms-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  	border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
  	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
  	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
  	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
  	0% {
  		transform: rotate(0deg);
  	}
  	100% {
  		transform: rotate(360deg);
  	}
  }
  .sending-txt {
  	margin: 0;
  	padding: 0;
  	margin-left: 25px;
  	font-weight: normal;
  	font-size: 13px;
  	margin-top: 3px
  }
  button:focus {
  	outline: none
  }
  .nav {
  	background: #4527a0;
  	padding: 10px;
  	color: #fafafa;
  	font-weight: bold;
  	position: fixed;
  	top: 0;
  	width: 100%;
  }
  .navh {
  	height: 70px
  }
  @media (min-width: 48em) {
  	.logoutForm {
  		margin-left: 80%
  	}
  	.nav {
  		padding: 12px;
  		font-size: 20px
  	}
  	.container {
  		width: 450px
  	}
  }
  input:focus {
  	outline: none
  }
  .error {
  	background: #b71c1c url(../icons/warning.png);
  	background-size: 15px;
  	background-position: 2%;
  	background-repeat: no-repeat;
  	padding: 8px;
  	padding-left: 25px;
  	font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  	border-radius: 4px;
  	margin-bottom: 30px;
  	color: #fafafa;
  	-webkit-box-shadow: 0 0 5px #b0bec5;
  	-moz-box-shadow: 0 0 5px #b0bec5;
  	-ms-box-shadow: 0 0 5px #b0bec5;
  	-o-box-shadow: 0 0 5px #b0bec5;
  	box-shadow: 0 0 5px #b0bec5
  }
  .success {
  	background: #2e7d32;
  	margin-bottom: 30px;
  	padding: 8px;
  	font-size: 14px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-ms-border-radius: 4px;
  	-o-border-radius: 4px;
  	border-radius: 4px;
  	color: #fafafa;
  	-webkit-box-shadow: 0 0 5px #b0bec5;
  	-moz-box-shadow: 0 0 5px #b0bec5;
  	-ms-box-shadow: 0 0 5px #b0bec5;
  	-o-box-shadow: 0 0 5px #b0bec5;
  	box-shadow: 0 0 5px #b0bec5
  }
  .container {
  	height: 100%;
  	justify-content: center;
  	align-items: center;
  	margin-top: 18px
  }
  .cf_form_group {
  	position: relative;
  	margin-top: 30px;
  }
  .cf_form_groupo {
  	position: relative;
  	margin-top: 12px;
  }
  .cf_input_label {
  	position: absolute;
  	font-size: 1rem;
  	left: 0;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
  	background-color: white;
  	color: #78909c;
  	-webkit-transition: .1s ease-out;
  	-moz-transition: .1s ease-out;
  	-ms-transition: .1s ease-out;
  	-o-transition: .1s ease-out;
  	transition: .1s ease-out;
  	-webkit-transform-origin: left top;
  	-moz-transform-origin: left top;
  	-ms-transform-origin: left top;
  	-o-transform-origin: left top;
  	transform-origin: left top;
  	pointer-events: none;
  	font-size: 15px
  }
  .cf_input {
  	font-size: 1rem;
  	outline: none;
  	border: 0;
  	border-bottom: 1.2px solid #607d8b;
  	padding: 0.7rem 0.7rem;
  	color: gray;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -ms-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
  	transition: 0.1s ease-out;
  	width: 100%;
  	font-size: 15px
  }
  .messageinput {
  	height: 80px;
  	font-size: 15px
  }
  .cf_input:focus {
  	border-color: #1e88e5;
  }
  .cf_input:focus + label {
  	color: #607d8b;
  	top: 0;
    -webkit-transform: translateY(-50%) scale(.9);
    -moz-transform: translateY(-50%) scale(.9);
    -ms-transform: translateY(-50%) scale(.9);
    -o-transform: translateY(-50%) scale(.9);
  	transform: translateY(-50%) scale(.9);
  }
  .cf_input:not(:placeholder-shown) + label {
  	top: 0;
  	color: #78909c;
    -webkit-transform: translateY(-50%) scale(.9);
    -moz-transform: translateY(-50%) scale(.9);
    -ms-transform: translateY(-50%) scale(.9);
    -o-transform: translateY(-50%) scale(.9);
  	transform: translateY(-50%) scale(.9);
  }
  /** UPLOADER STYLE **/
  .file-uploader__message-area {
  	font-size: 18px;
  	text-align: center;
  	color: #377a65;
  }
  .file-list {
  	font-size: 16px;
  }
  .file-list__name {
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  }
  .file-list li {
  	height: 50px;
  	line-height: 50px;
  	border: none;
  	overflow: hidden;
  }
  .removal-button:focus {
  	outline: 0;
  }
  .file-chooser p {
  	font-size: 18px;
  	padding-top: 1em;
  }
  ul {
  	margin: 0 padding: 0
  }
  .file-list {
  	margin: 0 auto;
  	width: 100%;
  	padding: 0;
  	margin-top: 5px;
  }
  .file-list__file_name {
  	width: 65%;
  	color: #455a64;
  	float: left;
  	line-height: 22px;
  	margin-top: 7px;
  	height: 25px;
  	display: inline-block;
  	font-size: 12px;
  	overflow-x: hidden;
  	overflow-y: hidden
  }
  .file-list__name_ext {
  	background: #00bfa5;
  	font-size: 12px;
  	height: 35px;
  	width: 35px;
  	margin-right: 8px;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-ms-border-radius: 4px;
  	-o-border-radius: 4px;
  	display: inline-block;
  	line-height: 26px;
  	padding: 5px;
  	float: left;
  	margin-top: 8px;
  	text-align: center;
  	-webkit-text-transform: uppercase;
  	-moz-text-transform: uppercase;
  	-ms-text-transform: uppercase;
  	-o-text-transform: uppercase;
  	text-transform: uppercase;
  	overflow: hidden
  }
  .file-list__file_size {
  	height: 20px;
  	margin-top: 30px;
  	float: left;
  	display: block;
  	line-height: 10px;
  	margin-left: -65%;
  	font-size: 11px;
  	color: #78909c;
  }
  .removal-button {
  	display: inline-block;
  	height: 35px;
  	width: 35px;
  	background: #eceff1 url(../icons/trash.png);
  	background-repeat: no-repeat;
  	background-size: 25px;
  	background-position: center;
  	float: right;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-ms-border-radius: 50%;
  	-o-border-radius: 50%;
  	border-radius: 50%;
  	margin-top: 7.5px;
  	margin-right: 8px;
  	-webkit-box-shadow: 0 0 5px #b0bec5;
  	-moz-box-shadow: 0 0 5px #b0bec5;
  	-ms-box-shadow: 0 0 5px #b0bec5;
  	-o-box-shadow: 0 0 5px #b0bec5;
  	box-shadow: 0 0 5px #b0bec5;
  	border: 0
  }
  .file-chooser {
  	width: 100%;
  	max-width: 100%;
  	margin: 0 auto;
  	text-align: center;
  	overflow: hidden
  }
  .file-chooser__input {
  	margin: 0 auto;
  	position: relative;
  	width: 100%;
  	height: 42px;
  }
  .file-chooser__input:before {
  	background: #fff url(../icons/folder.jpg);
  	background-repeat: no-repeat;
  	background-size: 30px;
  	background-position: 2%;
  	content: "Add Attachments";
  	width: 100%;
  	font-size: 1rem;
  	border-bottom: 1.2px solid #607d8b;
  	line-height: 43px;
  	position: absolute;
  	padding-left: 40px;
  	height: 42px;
  	overflow: hidden;
  	color: #607d8b;
  	font-size: 15px
  }
  .file-list li:after,
  .file-chooser:after {
  	content: "";
  	display: block;
  	clear: both;
  	overflow: hidden
  }
  .hidden {
  	display: none;
  }
  .hidden input {
  	display: none;
  }
  *,
  *::before,
  *::after {
  	box-sizing: border-box;
  }
  ul,
  li {
  	margin: 0;
  	padding: 0;
  }
  .selected_attachment_detail {
  	background: #eceff1;
  	padding-left: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  	border-radius: 4px;
  	width: 100%;
  	margin: auto;
  	overflow: hidden
  }
  .send_button_holder {
  	padding: 20px;
  	text-align: center
  }
  .send_message_btn {
  	background: #0d47a1;
  	padding: 0.7rem 2rem;
  	color: #fff;
  	font-size: 16px;
  	font-weight: bold;
  	border: 0;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	-webkit-box-shadow: 0 0 5px #b0bec5;
  	-moz-box-shadow: 0 0 5px #b0bec5;
  	-ms-box-shadow: 0 0 5px #b0bec5;
  	-o-box-shadow: 0 0 5px #b0bec5;
  	-webkit-box-shadow: 0 0 5px #b0bec5;
  	-moz-box-shadow: 0 0 5px #b0bec5;
  	-ms-box-shadow: 0 0 5px #b0bec5;
  	-o-box-shadow: 0 0 5px #b0bec5;
  	box-shadow: 0 0 5px #b0bec5
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
  	-webkit-box-shadow: 0 0 0 30px white inset !important;
    -moz-box-shadow: 0 0 0 30px white inset !important;
    -ms-box-shadow: 0 0 0 30px white inset !important;
    -o-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
  }