@media print {
  body *:not(.printable, .printable *) {
    // hide everything but printable elements and their children
    display: none;
  }
}

@font-face {
    font-family: TCCM;
    src: url("TCCM____.TTF");
}

table.no-padding td { padding:0; }
table.invoice-table {
	width:100%;
	vertical-align: text-top;
	text-align:left;
	border:0;
	margin:0;
	padding:0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.invoice-table tr {
	width:100%;
}
table.invoice-table td { padding:6px 10px; }

table.invoice-table-inline {
	display:inline-block;
	vertical-align: text-top;
	text-align:left;
	border:0;
	margin:0;
	padding:0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.invoice-table-inline td { padding:0; }

.inv-h1, .inv-h2, .inv-h3, .inv-h4 {
	text-transform:uppercase;
	font-weight:bold;
}
.inv-h1 {
    font-size: 24pt;
	line-height: 200%;
}
.inv-h2 {
    font-size: 20pt;
	line-height: 200%;
	padding:0 20px;
}
.inv-h3 {
    font-size: 16pt;
	line-height: 150%;
	text-indent: 10px;
}
.inv-h4 {
    font-size: 14pt;
	line-height: 150%;
}
.inv-toggle-bg { background-color:#b2c3d9; }
.inv-highlight { background-color:#3f5066; color:#fff; }

table.inv-total td { padding:0 30px; }

body,html {
	padding:0;
	margin:0;
	width:100%;
	min-height:100%;
	height: 100%;
	background-color:#99acc7;
	font-family: TCCM;
	color:#ffffff;
}

body.dashboard-page {
	background-color:#ffffff;
}

select, option {
	display: inline;
    font-size: 12pt;
    color: #999999;
	width:100%;
}
select {
    text-align: center;
	margin:10px 0;
    padding:16px;
	box-sizing: border-box;
	border: 1px solid #808080;
    transition: 0.3s;
	border-radius: 4px;
	background-image:url("/img/list-arrow-active.png");
	background-position:calc(100% - 8px) center;
	background-repeat:no-repeat;
	vertical-align:middle;
}
select:focus, select:active {
	border: 1px solid #808080;
	outline: none;
}
select:focus {
	background-color:#e6e6e6;
}
option {
    text-align: left;
	margin:0;
    padding:8px;
	background-color:#ffffff;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
/* For Internet Explorer 
   overflow:hidden;
   width: 120%;*/
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

input[type=text],input[type=date] {
	display: inline;
    font-size: 12pt;
    text-align: left;
    color: #c8c8c8;
	margin:10px 0;
    padding: 16px;
	box-sizing: border-box;
	border: 1px solid #808080;
    transition: 0.3s;
	border-radius: 4px;
	width:100%;
	vertical-align:middle;
}
input[type=text]:focus,input[type=date]:focus {
    color: #343434;
	box-sizing: border-box;
	border: 1px solid #707070;
	border-radius: 4px;
}
input[type=checkbox] {
	display: inline-block;
	padding:0;
	margin:0;
	margin-right:10px;
	width:14pt;
	height:14pt;
	vertical-align:middle;
}
input[type=checkbox]:focus {
    color: #343434;
	box-sizing: border-box;
	border: 1px solid #707070;
	border-radius: 4px;
}

div.page-container {
	position:relative;
	text-align:left;
	width:100%;
	margin:0;
	padding:0;
    min-height: calc(100vh - 45px); /* Minimum height for a modern browser */
    //height: calc(100vh - 45px); /* Minimum height for a modern browser */
}

body.login-page div.page-container, body.signup-page div.page-container, body.verify-email-page div.page-container { text-align:center; }

div.login-box {
	display: inline-block;
	background-color:#ffffff;
	color: #28384d;
	font-size:14pt;
	margin:0;
	margin-top:20vh;
	padding:0;
	//border-radius: 8px;
	-moz-box-shadow: 0 0 0.3vw rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 0.3vw rgba(0,0,0,0.7);
	box-shadow: 0vw 0vw 0.3vw rgba(0,0,0,0.7);
	text-align:center;
	width:600px;
}
div.std-box {
	padding:10px;
}

div.login-box input {
	display: inline-block !important;
    font-size: 12pt;
    text-align: left;
    color: #c8c8c8;
	margin:10px 0;
    padding: 16px;
	box-sizing: border-box;
	border: 1px solid #808080;
    transition: 0.3s;
	border-radius: 4px;
	width:100%;
}
div.login-box input:focus {
    color: #343434;
	box-sizing: border-box;
	border: 1px solid #707070;
	border-radius: 4px;
}
div.login-box input[type=checkbox] {
	display: inline-block;
	padding:0;
	margin:0;
	margin-right:10px;
	width:14pt;
	height:14pt;
	float:left;
}

div.login-box a {
	color: #28384d;
    text-align: left;
    padding:0;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14pt;
}
div.login-box a:hover {color: #bfd4e2;}

div.login-box a.login-btn {
    display: block;
	margin:16px 0;
    color: #bfd4e2;
	background-color: #28384d;
    text-align: center;
	line-height:100%;
    padding: 10px 0;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15pt;
	width:100%;
}
div.login-box a.login-btn:hover {background-color: #92a2b7;}

a.submit-form {
    display: block;
	margin:16px 0;
    color: #bfd4e2;
	background-color: #28384d;
    text-align: center;
	line-height:100%;
    padding: 10px 0;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15pt;
	width:100%;
}
a.submit-form:hover {background-color: #92a2b7;}

.hidden {display:none !important;}

img.login-logo {
    display: inline-block;
	margin:auto;
	vertical-align:top;
	width:30%;
	height:auto;
	padding:100px 15px;
}

div.login-cont {
	display: inline-block;
	margin:0;
	padding:0 15px;
	text-align:left;
	margin-top:15%;
	width:50%;
}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	position:relative;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	background-color:#28384d;
	width:100%;
	white-space:nowrap;
	text-shadow:none;
}

/* Float the list items side by side */
ul.topnav li {float: left;display:inline-block;margin:0;padding:0;}
ul.topnav li.right {float:right;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
	padding:0;
	margin:0;
    color: #bfd4e2;
    text-align: center;
	line-height:100%;
    padding: 12px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16pt;
}

ul.topnav li.desc a {
    color: #ffffff;
}

ul.topnav a:visited{ 
    color: #bfd4e2;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #92a2b7;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

h1.cname {
	text-align:left;
	padding: 0;
	line-height:100%;
	margin:0;
	font-size:4vw;
	color:#fff;
	text-shadow: 0.1vw 0.1vw 0.2vw rgba(0,0,0,0.8);
	display: inline;
}

span.cname {
	text-align:left;
	padding: 0;
	line-height:100%;
	margin:0;
	font-size:2vw;
	color:#fff;
	text-shadow: 0.1vw 0.1vw 0.2vw rgba(0,0,0,0.8);
	display: inline;
}

div.section {
	background-color:#f2ecda;
	padding: 50px 0;
	margin-bottom:0px;
	border-top:1pt solid #d9cead;
	font-size:18pt;
	color:#666;
	text-align:center;
}

h2.sname {
	padding-bottom:30px;
	margin:0;
	font-size:3vw;
	color:#b3a786;
	text-transform:uppercase;
}

h3 {
	padding:0;
	margin:0;
	font-size:30pt;
	padding-top:50px;
}

img.example {
	width:200px;
	padding:0;
	margin:0;
}

p {
	margin:0 auto;
	text-align:center;
	width:80%;
	font-size:25pt;
}

div.head-ss {
	position:relative;
	//background-color:#f2ecda;
	border:0;
	padding:0;
	margin:0;
	width:100%;
	padding-bottom:35% !important;
	-webkit-transition:background 1s linear;
	transition:background 1s linear;
	background-size:100% 100%;
	background-repeat:no-repeat;
	text-align:left;
}

div.head-ss-img-cont {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
div.head-ss-logo-cont {
	position:absolute;
	top:0.5vw;
	left:0.5vw;
	display: inline-block;
}
div.head-ss-logo-cont img {
	margin:0 5pt;
	width:6vw;
	height:auto;
	float:left;
}
div.head-ss-img {
	display:none;
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	//background-color:#f2ecda;
	background-size:100% 100%;
	background-repeat:no-repeat;
}

div.footer {
	background-color:#3f5066;
	padding: 5vh 0;
	margin:0px;
	font-size:18pt;
	color:#666;
	text-align:center;
	border-top: 1px solid #374659;
}


h2.fname {
	padding-bottom:30px;
	margin:0;
	font-size:30pt;
	color:#f2ecda;
	text-transform:uppercase;
}

div.image-scroller {
	display:inline-block;
	max-width:90%;
	//border:1px solid #000;
	overflow: hidden;
	margin:0 auto;
	padding:0;
	position:relative;
}

div.image-scroller .slide-left {
	/*display:none;*/
	position:absolute;
	left:0;
	top:1px; /* +1px for the top/bottom border size */
	width:60px;
	height:200px;
	background:url('../images/slide-left.png') no-repeat center center;
	background-color:rgba(0, 0, 0, 0.4);
	opacity:0.8;
}

div.image-scroller .slide-right {
	/*display:none;*/
	position:absolute;
	right:0;
	top:1px; /* +1px for the top/bottom border size */
	float:right;
	width:60px;
	height:200px;
	background:url('../images/slide-right.png') no-repeat center center;
	background-color:rgba(0, 0, 0, 0.4);
	opacity:0.8;
}

div.image-scroller .slide-left:hover, div.image-scroller .slide-right:hover {
	background-color:rgba(0, 0, 0, 0.6);
	opacity:0.9;
	cursor:pointer;
}

div.img-scroller-cont {
	display:inline-block;
	margin:0;
	padding:0;
	height:202px; /* +2px for the top/bottom border size */
	overflow:hidden;
	width:100%;
	white-space:nowrap;
}

div.img-scroller-cont > img {
	display:inline-block;
	width:275px;
	height:200px;
	margin:0 5px;
	padding:0;
	border:1px solid #d9cead;
}

div.img-scroller-cont > img:first-child {
	margin-left:0 !important;
}

div.img-scroller-cont > img:last-child {
	margin-right:0 !important;
}

div.dashboard-nav {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	background-color:#3f5066;
	color: #ffffff;
	font-size:14pt;
	margin:0;
	padding:8px 0;
	text-align:left;
	//width:200px;
	width:36px;
	//height:100%;
	//min-height:100%;
	//overflow-y: hidden;
    //white-space: nowrap;
	overflow-x:hidden;
	overflow-y:visible;
	transition: 0.3s;
	-moz-box-shadow: 4px 0 5px -2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 4px 0 5px -2px rgba(0,0,0,0.7);
	box-shadow: 4px 0 5px -2px rgba(0,0,0,0.7);
}

div.dashboard-nav:hover {
	width:200px;
	//overflow-x:visible;
}

div.main-panel {
	//position:absolute;
	//top:0;
	//left:36px;
	//right:0;
    position: relative;
    top:0;
    left:0;
    right: 0;
	background-color:#ffffff;
	color: #28384d;
	font-size:14pt;
	margin:0;
	padding:16px 8px;
	padding-left:54px;
	//border-radius: 4px;
	//-moz-box-shadow: 0 0 0.2vw rgba(0,0,0,0.7);
	//-webkit-box-shadow: 0 0 0.2vw rgba(0,0,0,0.7);
	//box-shadow: 0 0 0.2vw rgba(0,0,0,0.7);
	text-align:left;
}

div.main-panel-row {
	margin:0;
	margin-top:16px;
	padding:8px;
	text-align:center;
	-moz-box-shadow: 0 -4px 4px -3px rgba(0,0,0,0.7), 0 4px 4px -3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 -4px 4px -3px rgba(0,0,0,0.7), 0 4px 4px -3px rgba(0,0,0,0.7);
	box-shadow: 0 -4px 4px -3px rgba(0,0,0,0.7), 0 4px 4px -3px rgba(0,0,0,0.7);
}

div.main-panel-row input[type=text], div.main-panel-row input[type=date], div.main-panel-row select, div.main-panel-row option {
	display:inline-block;
	width:auto;
    font-size: 10pt;
	margin:8px;
    padding: 8px;
	max-width:250px;
}

div.main-panel-row select {
	padding-right: 31px;
}

a.quick-action {
    display: inline-block;
	margin:8px;
    color: #ffffff;
	background-color: #3f5066;
    text-align: center;
	line-height:100%;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15pt;
	//-moz-box-shadow: 0 0 3px rgba(0,0,0,0.7);
	//-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7);
	//box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
a.quick-action:hover {background-color: #6e8199;}

div.dashboard-nav ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
div.dashboard-nav ul.first {
	margin:0;
	display:inline-block;
	padding:0;
	width:200px !important;
}

div.dashboard-nav li {
	margin:0;
	padding:0;
}

div.dashboard-nav ul.first li li {
	//padding-right:16px;
	padding-left:8px;
}

div.dashboard-nav a {
	display:inline-block;
	font-size:14pt;
	margin:0;
	padding:8px;
	text-decoration:none;
	line-height:100%;
	//border-radius:4px;
    color: #ffffff;
	width:200px !important;
    //overflow: hidden;
    //white-space: nowrap;
	height:20px;
}

div.dashboard-nav a:hover {
    background-color: #6e8199;
}

div.dashboard-nav a img.nav-icon {
	display:block;
	width:20px;
	height:20px;
	margin:0;
	padding:0;
	padding-right:8px;
	vertical-align:middle;
	float:left;
}

span.dropdown {
	display:inline-block;
	float:right;
	margin:0;
	padding:0;
	padding-right:16px;
}

div.dashboard-nav ul.first > li > a {
    //color: #37404d;
	//background-color: #28384d;
	//text-align:center;
}
div.dashboard-nav li > a.trigger {
	//background-image:url("/img/list-arrow-inactive.png");
	//background-position:calc(100% - 8px) center;
	//background-repeat:no-repeat;
}
div.dashboard-nav ul.first > li > a:hover {
	//background-color: #4f6480;
}
div.dashboard-nav li > ul {
	display:none;
}
div.dashboard-nav li > a.active {
    background-color: #6e8199;
	//background-image:url("/img/list-arrow-active.png");
}
div.dashboard-nav li > a.active-page {
    background-color: #28384d;
}
div.dashboard-nav li > ul.active {
	display:none;
}
div.dashboard-nav:hover li > ul.active {
	display:block;
}

div.dashboard-nav ul.first > li > ul > li > a {
    //color: #4f6480;
	//background-color: #99acc7;
	text-align:left;
}
div.dashboard-nav ul.first > li > ul > li > a:hover {
	//background-color: #7e8c9e;
}

div.dashboard-nav ul.first > li > ul > li > ul > li > a {
    //color: #38617d;
	//background-color: #c3cfe0;
	text-align:left;
}
div.dashboard-nav ul.first > li > ul > li > ul > li > a:hover {
	//background-color: #a5adb8;
}

div.upload-file-cont {
	position:relative;
	display:inline-block;
	background-color: #cccccc;
	width:250px;
	height:250px;
	border-radius:4px;
	-moz-box-shadow: inset 0 0 0.3vw rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 0 0.3vw rgba(0,0,0,0.7);
	box-shadow: inset 0 0 0.3vw rgba(0,0,0,0.7);
	overflow:hidden;
	text-align:center;
	line-height:250px;
}
div.upload-file-cont.photo {
	background-image:url("/img/camera-icon.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 50% auto;
}
div.upload-file-cont:hover {
	background-color: #d9d9d9;
}
div.upload-file-cont img {
	width:234px;
	height:234px;
	margin:8px;
	display:none;
}
div.upload-file-cont span {
	display: inline-block;
	line-height: 250px;
	font-size:120pt;
	font-weight:bold;
	color:#ffffff;
	opacity:0.5;
}
div.upload-file-cont a { position:absolute; top:0; left:0; display:block; width:100%; height:100%; }
div.upload-file-cont a:hover { cursor:pointer; }

input { outline:none; }

table.dashboard-table {
	width:100%;
	vertical-align: text-top;
	text-align:left;
}
table.dashboard-table tr {
	width:100%;
}
table.dashboard-table tr:hover {
	background-color:#c3cfe0;
}
table.dashboard-table tr:first-child {
	background-color: transparent;
	text-align:right;
}
table.dashboard-table tr:first-child:hover {
	background-color: transparent;
}
table.dashboard-table td {
	border: 1px solid #808080;
    transition: 0.3s;
}

div.ui-slider-cont {
	position:relative;
	width: 100%;
	background: transparent;
	border-radius:0;
	height:12px;
	margin:0;
	padding:0;
}

div.ui-slider-cont > label {
	position:absolute;
	display:inline-block;
	border-radius:3px;
	font-size:12pt;
	background:#3f5066;
	color:#ffffff;
	top:0;
	left:0;
}

div.ui-slider-cont > input {
	display:none;
}

div.ui-slider-bar {
	display:inline-block;
	position:absolute;
	top:3px;
	left:6px;
	right:6px;
	height:6px;
	background: #d3d3d3;
	margin:0;
	padding:0;
	border-radius:3px;
	z-index:0;
}

div.ui-slider-bar-r {
	display:inline-block;
	position:absolute;
	top:3px;
	left:6px;
	right:6px;
	height:6px;
	background: #d3d3d3;
	margin:0;
	margin-left:6px;
	padding:0;
	z-index:1;
}

span.ui-slider-thumb {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:12px;
	height:12px;
	border-radius:50%;
	background: #d3d3d3;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5), inset 0 0 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5), inset 0 0 3px rgba(0,0,0,0.7);
	box-shadow: 0 0 3px rgba(0,0,0,0.5), inset 0 0 3px rgba(0,0,0,0.7);
	margin:0;
	padding:0;
	cursor: pointer !important;
	z-index:2;
}

span.ui-slider-thumb:hover {
	cursor: pointer !important;
}

div.inline-block-cont { display:inline-block; margin:0; padding:0; }
div.block-cont { display:block; margin:8px 0; padding:0; }
div.block-cont.left { text-align:left; }
div.block-cont.right {text-align:right; }

div.upload-cont-std {
	display:inline-block;
	position:fixed;
	width:600px;
	height:500px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:20px;
	background-color:#ffffff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	z-index:3;
	overflow-y:auto;
	text-align:center;
	display:none;
}

div.upload-cont-chat {
	display:block;
	margin:0;
	padding:0;
}

div.comm-table { display:table; width:100%; }

div#comm_selection {
	display: table-cell;
	margin:0;
	padding:0;
	vertical-align: top;
}

div#comm_chat {
	display: table-cell;
	width:50%;
	margin:0;
	padding:0;
	vertical-align: top;
}

div#comm_chat_overview {
	display: table-cell;
	margin:0;
	padding:0;
	vertical-align: top;
}

div#comm_sel_scont {
	height:calc(100vh - 45px - 34px);
	margin:0;
	padding:0 8px;
	overflow-y:auto;
}

div#comm_contacts, div#comm_groups, div#chat_message_cont {
	height:calc(100vh - 45px - 34px - 45px);
	margin:0;
	padding:0 8px;
	overflow-y:auto;
}

div#upload_form_cont h2 { text-align:left; margin-top:0; }
div#upload_form_cont p { display:inline-block; margin:0; margin-bottom:20px; padding:0; font-size:20pt; }
div#upload_form_cont p span { font-size:16pt; }
a.close-btn {
	display:block;
	float:right;
	margin:0;
	padding:0;
	text-decoration:none;
	font-size:40pt;
	font-weight:bold;
	color:#28384d;
	opacity:0.5;
	transition:0.3s;
	line-height:50%;
}
a.close-btn:hover { opacity:1; }

div#tmp_uploads_cont { text-align:center; }
div.file-data-cont img { display:block; width:250px; height:250px; border-radius:4px; }
div.file-data-cont input { width:250px; }

div.file-data-cont { position:relative; display:inline-block; padding:0; margin:4px; border-radius:4px; }
a.del-upload {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:200px;
	line-height:200px;
	border-radius:10px;
	padding:8px;
	text-decoration:none;
	font-size:80pt;
	font-weight:bold;
	color:#ffffff;
	opacity:0.5;
	transition:0.3s;
	-moz-box-shadow: inset 0 0 0.3vw rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 0 0.3vw rgba(0,0,0,0.7);
	box-shadow: inset 0 0 0.3vw rgba(0,0,0,0.7);
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
a.del-upload:hover { opacity:1; }
span.file-type {
	display:inline-block;
	width:200px;
	height:200px;
	line-height:200px;
	font-size:100pt;
	color:#9a9a9a;
	margin:0;
	padding:0;
	font-weight:bold;
}

div#img_data_cont {
	display:inline-block;
	border-radius:10px;
	padding:8px;
}

div#img_data_cont img { display:block; width:200px; height:200px; border-radius:10px; }

div.block-cont.left div#img_data_cont { background-color:#bfbfbf; }
div.block-cont.right div#img_data_cont { background-color:#7ed86c; }

div#img_data_cont { background-color:#bfbfbf; }
div#img_data_cont { background-color:#7ed86c; }

form#chat_message_form input[type=text] {
	display:inline-block;
	height:45px;
	width:calc(100% - 65px);
	margin:0 4px;
}
div.table { display:table; width:100%; }
div.table-cell { display:table-cell; }

input.contact-search {
	height:45px;
	margin:0;
	margin-bottom:8px;
}

.shrink { display:inline-block; }

a.upload-btn {
	display:inline-block;
	background-color:#53bf1d;
	margin:0;
	margin-bottom:20px;
	padding:10px;
	font-weight:bold;
	text-decoration:none;
	font-size:20pt;
	color:#ffffff;
	opacity:0.7;
	transition:0.3s;
	border-radius:4px;
}
a.upload-btn:hover { opacity:1; }

a.upload-btn-msg {
	display:inline-block;
	background-color:#53bf1d;
	margin:0 4px;
	padding:0;
	width:45px;
	height:45px;
	text-align:center;
	vertical-align:middle;
	line-height:45px;
	font-weight:bold;
	text-decoration:none;
	font-size:20pt;
	color:#ffffff;
	opacity:0.7;
	transition:0.3s;
	border-radius:4px;
}
a.upload-btn-msg:hover { opacity:1; }
a.upload-btn-msg img { vertical-align:middle; }

div#chat_toolbar { margin:0; margin-top:8px; }

p.chat-msg-std {
	display:inline-block;
	width:auto;
	margin:8px 0;
	padding:8px;
	background-color:#bfbfbf;
	font-size:14pt;
	text-align:left;
	border-radius:10px;
}
div.block-cont.left p.chat-msg-std { background-color:#bfbfbf; }
div.block-cont.right p.chat-msg-std { background-color:#7ed86c; }

p.chat-msg-date {
	width:100%;
	margin:0;
	padding:0;
	font-size:13pt;
	text-align:center;
	color: #28384d;
}

.tooltip-cont {
  position: relative;
}

.tooltip-cont .tooltip {
  visibility: hidden;
  background-color: #bebebe;
  color: #28384d;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-cont:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.text-left {text-align:left;}
.text-right {text-align:right;}