* { outline: 0 !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
	margin: 0;
    font-size: 15px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #fff;
}

body.not-login{
	/* background: url(../images/bg_blue.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
	background: #e4e4e4;
}

/* HEADINGS */

h1,h2,h3,h4,h5,h6 { padding: 0 0 10px; line-height: 140%; -webkit-font-smoothing: antialiased; }

h1 { font-size: 4em;font-family: OpenSans;font-weight: normal;}
h2 { font-size: 2em;font-family: OpenSans;font-weight: bold;line-height: 100%;}
h3 { font-size: 1.8em;font-weight:500;line-height: 100%;}
h4 { font-size: 1.5em;font-weight:500; }
h5 { font-size: 1.2em; font-weight:500;}
h6 { font-size: 0.9em;font-weight:500; }

p{
	font-weight: 300;
    font-family: opensans;
    font-size: 15px;
    line-height: 1.8;
    color: #4d4d4d;
}
a {
    color: #253d96;
	font-family: 'OpenSans-Semibold';
}
a:hover{color:#244093;}
/* IMAGES
-----------------------------------------------------------------*/

img{width:auto;height:auto;max-width:100%;}

/* FONTS
-----------------------------------------------------------------*/
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot') format('embedded-opentype');src:url('../fonts/Raleway-Regular.woff') format('woff'),url('../fonts/Raleway-Regular.ttf')  format('truetype'),url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot') format('embedded-opentype');src: url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf')  format('truetype'),url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot') format('embedded-opentype');src:url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf')  format('truetype'),url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot') format('embedded-opentype');src:  url('../fonts/Raleway-Bold.woff') format('woff'),url('../fonts/Raleway-Bold.ttf')  format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.eot') format('embedded-opentype');src:  url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf')  format('truetype'), url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo-Regular';
	src: url('../fonts/Heebo-Regular.eot') format('embedded-opentype');src:  url('../fonts/Heebo-Regular.woff') format('woff'),url('../fonts/Heebo-Regular.ttf')  format('truetype'),url('../fonts/Heebo-Regular.svg#Heebo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo-Medium';
	src: url('../fonts/Heebo-Medium.eot') format('embedded-opentype');src:  url('../fonts/Heebo-Medium.woff') format('woff'), url('../fonts/Heebo-Medium.ttf')  format('truetype'),url('../fonts/Heebo-Medium.svg#Heebo-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lora-Italic';
	src: url('../fonts/Lora-Italic.eot') format('embedded-opentype');src:  url('../fonts/Lora-Italic.woff') format('woff'),url('../fonts/Lora-Italic.ttf')  format('truetype'),url('../fonts/Lora-Italic.svg#Lora-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hind-Bold';
	src: url('../fonts/Hind-Bold.eot') format('embedded-opentype');
	src:  url('../fonts/Hind-Bold.woff') format('woff'), 
	url('../fonts/Hind-Bold.ttf')  format('truetype'),
	url('../fonts/Hind-Bold.svg#Hind-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
ul{margin:0;padding:0;}
.login-not a {
    color: #253d96;
    font-family: Heebo-Regular;
	text-decoration: none;
}
.forgotLink {
    border-top: 1px dashed #d6d6ef;
    padding-top: 8px;
    margin-top: 12px;
}
.clear-both{clear:both;}
.top-navbar{
	position: static;
    background: #464646;
	box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}
.maincols{padding:0;}
body.logned {
    background: #fff;
    height: 100%;
}

.reportFullYear {
    padding: 20px 0  30px 0;
    width: 100%;
    float: left;
}
.reportFullYear h2 {
    text-align: center;
}

[data-tooltip] {
    display: inline-block;
    position: relative;
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 130px;
    text-align: center;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before{
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after {
    left: 50%;
    margin-left: -6px;
}

[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}

/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}




.maincols .common-content{border:solid 1px #999;margin:10px;}
.login-not {
	text-align: left;
    line-height: 30px;
    margin-top: 10px;
    font-weight: normal;
    color: #adadad;
    font-family: Heebo-Regular;
	}
.login-form-container {
	width: 100%;
    margin: 0 auto;
    padding: 0px;
    background: #fff;
    max-width: 450px;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	color: #000000;
    font-family: Heebo-Medium;
}
.formError{
	color: #f00;
    padding: 4px 0;
    font-weight: normal;
    font-family: Heebo-Regular;
    float: left;
    width: 100%;
}
.successMsg{color:#009933;padding:4px 0;}
.user-type-links span:hover:before {
    width: 100%;
}
.user-type-links span:before {
    content: '';
    width: 0;
    background: #dadada;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: width 300ms linear;
}
.user-type-links span{display:block;}
.user-type-links span a{  
	padding: 10px 10px 10px;
    display: block;
    text-decoration: none;
    color: #5b646b;
    font-family: 'Heebo-Regular';
    border-bottom: 2px solid #eaeff2;
    position: relative;
    padding-left: 30px;
}
.user-type-links span a:before {
    content: '\f007';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 10px;
    top: 12px;
}
div#testStatConn  {
	display:block;
    text-align: center;
    padding: 10px 10px 10px;
    background: rgba(255, 0, 0, 0.61);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.52);
	cursor:pointer;
}
div#testStatConn strong {
    padding-left: 8px;
}

div#testStatConn.statLoading {
    background-repeat: no-repeat;
    position: relative;
}

div#testStatConn.statLoading:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.74) url(../images/ajax-loader.gif) center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.user-type-links {
    float: left;
    width: 100%;
    background: #fff;
	border: 1px solid #e5e6e8;
	box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}
.pagination-nav { margin: 30px 0 20px 0; }
.pagination-nav ul {margin: 0; padding: 0;}
.pagination-nav ul li {
	display: inline-block;
    margin: 3px;
    padding: 0;
    background: #FFF;
    color: black;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 28px;
	box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}
.pagination-nav ul li.active:hover {cursor: pointer; background: #eabc0f; color: white; }
.pagination-nav ul li.inactive {background: #CACACA;}
.pagination-nav ul li.selected {background: #367fa9; color: white;}
.pagination-nav li.active{background:#253d96;}
.pagination-nav li.active a{color:#eee;}
a.create-link{color:#41ad49; }
.pagination-nav li:first-child, .pagination-nav li:last-child {
    width: auto;
}
.pagination-nav ul li a {
    color: #333;
	text-decoration:none;
	padding: 4px 8px;
}
table.table.connectTable tbody tr:nth-child(odd) {
    background: #fff;
}
table.table.connectTable tbody tr td i {
    color: #464646;
}
#session_date, #session_start_time, #session_end_time{cursor:text;background:#fff;}
.session_start_time, .session_end_time{
	padding: 0;
    margin: 0;
    width: 32.333%;
    margin-right: 1%;
}
form#meeting-createform .form-section input[type="text"] {
    width: 32.333%;
	background: #f2f2f2;
}
form#meeting-createform .form-section .facilitators {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.site-selector {
    padding: 10px;
	margin-top: 19px;
}
.select-style {
	padding: 5px 5px 6px;
    border-radius: 5px;
    width: 100%;
    background: rgb(31, 31, 31);
    border: 1px solid #212121;
    color: #ffffff;
    font-family: 'Heebo-Regular';
    box-shadow: inset 1px 0px 3px 2px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: inset 1px 0px 3px 2px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: inset 1px 0px 3px 2px rgba(0, 0, 0, 0.54);
}
.session_start_time input, .session_end_time input {
    width: 100% !important;
}
.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
span.open-it {
    background-color: #b7b7b7;
    background: linear-gradient(#b7b7b7,#929292);
    background: linear-gradient(#b7b7b7,#929292);
    background: linear-gradient(#b7b7b7,#929292);
    color: #fff;
    font-family: 'Heebo-Regular';
    padding: 1px 11px 1px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #949494;
    box-shadow: inset 1px 1px 1px #959595;
    -moz-box-shadow: inset 1px 1px 1px #959595;
    -webkit-box-shadow: inset 1px 1px 1px #959595;
    width: 100px !important;
    cursor: pointer;
}
.select-style option{padding:4px 0;}
.select-style select:focus {
    outline: none;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.meetings-rooms ul li{
	list-style: none;
    padding: 20px 0 22px;
    border-bottom: 1px dashed #e2e2e2;
	float: left;
    width: 100%;
}
label {
    font-weight: normal;
    color: #adadad;
    font-family: Heebo-Regular;
	float: left;
    width: 100%;
	text-transform: capitalize;
}
.form-row input.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    background: #f2f2f2;
    border: 1px solid #eeeeee;
}
.form-row textarea {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    border-radius: 0;
    box-shadow: none;
}
.form-row.submit-div {
    margin-top: 20px;
	margin-bottom: 0;
	text-align: right;
}
.color-schemes .jscolor {
    width: 100%;
    border: 0;
    height: 35px;
    padding: 10px;
}
.form-row.submit-div button.btn {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
	background: #5d5d5d;
    border: 1px solid #5d5d5d;
    color: #fff;
    font-family: Heebo-Regular;
    text-transform: uppercase;
    line-height: 36px;
}
.form-row {
    margin-bottom: 20px;
}
.form-content {
    background: #fff;
    padding: 0px;
    color: #000000;
    font-family: Heebo-Medium;
    float: left;
    width: 100%;
}
form#login-form {
    padding: 20px;
}
.form-content h2 {
    margin: 0;
    padding: 15px 10px 18px;
    font-size: 23px;
    letter-spacing: 1px;
    position: relative;
    font-family: Raleway-Bold;
    color: #fff;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 8px;
    text-align: -webkit-center;
    background: #5d5d5d;
    float: left;
    width: 100%;
}
.form-content p {
    font-family: Heebo-Regular;
}
.form-row select {
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    background: #f2f2f2;
    border: 1px solid #eeeeee;
    font-weight: normal;
    font-family: Heebo-Regular;
    float: left;
    width: 100%;
	color: #333;
}
form#messageboard-createform label {
    color: #333;
}
.registration-block.ng-scope {
    float: left;
    background: #fff;
	padding-top: 50px;
	position:relative;
}
.registration-block.ng-scope:before {
    content: '';
    background: #f2f2f2;
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    top: 0;
}
.registration-block.ng-scope h2 {
    text-transform: uppercase;
    margin: 20px 0 0px;
    padding: 0;
    font-size: 23px;
    letter-spacing: 1px;
    position: relative;
    font-family: Raleway-Bold;
    color: #e0a410;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: normal;
	background: transparent;
}
.registration-block .form-content {
    padding: 0 0 20px;
}
.registration-information h4 {
    text-transform: uppercase;
    margin: 20px 0 0px;
    padding: 0;
    font-size: 23px;
    letter-spacing: 1px;
    position: relative;
    font-family: Raleway-Bold;
    color: #e0a410;
    border-bottom: 2px solid #1a2e79;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: normal;
}
.registration-information ul {
    list-style: none;
    color: #fff;
    line-height: 2;
}
.registration-information ul li {
    font-weight: normal;
    color: #adbefb;
    font-family: Heebo-Regular;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #5e75c7;
	padding: 4px 0 5px;
    padding-left: 25px;
    position: relative;
}
form#byregister-form > span {
    border-bottom: 1px dashed #d6d6ef;
    padding-bottom: 8px;
    margin-bottom: 12px;
    float: left;
}
.registration-information ul li:before {
    content: '\f178';
    position: absolute;
    left: 0;
    top: 11px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #e4a410;
}
.alert-danger {
    font-weight: normal;
    font-family: Heebo-Regular;
    color: red;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border-color: red;
	padding-left: 40px;
}
.alert.alert-danger:before {
    content: '\f071';
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    height: 100%;
    background: red;
    top: 0;
    width: 40px;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
}
.register-container{
	float: left;
    width: 100%;
    background: #253d96;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: 30px 0 30px;
}
.register-selects .form-row:last-child {
    padding-right: 0;
}
.register-selects .form-row:first-child {
    padding-left: 0;
}
.register-selects .form-row {
    float: left;
    width: 33.333%;
    padding: 0 6px 0;
}
.register-selects {
    float: left;
    width: 100%;
}
.content-header h2 {
    margin: 0;
    padding: 15px 10px 18px;
    font-size: 23px;
    letter-spacing: 1px;
    position: relative;
    font-family: Raleway-Bold;
    color: #fff;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 8px;
    text-align: -webkit-center;
    background: #253d96;
    float: left;
    width: 100%;
}
/******************************************************************************/
#chat-notify {
    position: absolute;
    /* background-image: url(../images/chat-notify.png); */
    background-image: url(../images/chat-loading.gif);
    display: block;
    z-index: 4;
    right: 15px;
    bottom: 3px;
    cursor: pointer;
    width: 32px;
    height: 31px;
}
.active-users, .chat-area{padding:0;height: 100%;}
.user-header, .chat-header{
	background: #636363;
    padding: 8px 15px 12px;
    border-right: 1px solid #828282;
}
.active-users{background: #fff;}
.chat-container.ng-scope {
    background-color: #fff;
    height: 100%;
}
.user-list li{
	list-style: none;
    padding: 4px 0 5px 15px;
	}
.user-list li a{
	text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    float: left;
    font-family: 'Heebo-Medium';
    color: #333;
}
.user-scroll{overflow-y:scroll;height:500px;}
.active-users .photo-left{
	float:left;
	height:100%;}
.active-users .name-right{
	float:left;
	height:100%;}
.chat-area .photo-left{
	float:left;
	height:100%;}
.chat-area .name-right{
	float:left;
	height:100%;}
.top{
	
}
.bottom{height:50%;width:100%;}
.name-right span{
	color: #fff;
    display: inline-block;
    margin-top: 12px;
    font-size: 20px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
    font-family: 'Heebo-Medium';
}
.user-icon{
	width: 40px;
    border-radius: 50%;
    height: 40px;
    margin-right: 14px;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-top: 1px;
}
#icon-larger img {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
}
.user-icon img.ng-scope {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
}
.photo-left{position:relative;}
.user-list .photo-left{text-align:right;height:100%;padding-right:10px;}
.user-list .name-right{height:100%;}
.bottom-item span.status {
    font-size: 12px;
    color: #30667d;
    margin: 0;
    font-family: 'Hind-Bold';
}
.username-icon {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.member-icon{
	margin-top: 5px;
    width: 35px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 35px;
    background: white;
    padding: 1px;
}
.hideEditor{display:none;}
.activeEditor{display:block;}
#rich-editor, #normail-editor{width:100%;    position: relative;}
.ng-not-empty br {
    display: none; 
}
.ng-not-empty p {
   padding:0;margin:0;
}
form#message-form input#submit {
	background-color: #6d84d5;
	background: linear-gradient(#6d84d5,#5670ce);
    background: -webkit-linear-gradient(#6d84d5,#5670ce);
    background: -moz-linear-gradient(#6d84d5,#5670ce);
    color: #fff;
    font-family: 'Heebo-Regular';
    padding: 4px 11px 4px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #5670ce;
    box-shadow: inset 1px 1px 1px #5670ce;
    -moz-box-shadow: inset 1px 1px 1px #5670ce;
    -webkit-box-shadow: inset 1px 1px 1px #5670ce;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 60px;
    float: right;
    width: 10%;
}
.popover.ng-isolate-scope.bottom.fade.in {
    height: auto;
}
.chat-options span:last-child {
    border-right: 0 !important;
}
.isactivated {
    background: #333 none repeat scroll 0 0;
    color: #eee;
}
.makebold {
    font-weight: bold;
}
.makeitalic {
    font-style: italic;
}
.message-body ul li{background:none; margin: 15px 0;}
#iterate-messages .sender, #iterate-messages .receiver{margin:15px 0;}
.chat-options .smilies-button {
    border: 0 none;
    border-radius: 0;
    float: left;
    width: auto;
}
.chat-options span {
    border-left: 1px solid #d6d3d3;
    border-right: 1px solid #fdfcfc !important;
    cursor: pointer;
    float: left;
    padding: 0 13px;
}
.chat-options {
	float: left;
    position: absolute;
    left: 122px;
    top: 8px;
    z-index: 99;
}
.sender .icons{text-align:right;}
.receiver .icons{text-align:left;}
.save-container{
	width: 100%;
	margin: 0 auto;
	background: #eee;
	padding: 25px 20px 25px;
}
.float-right{float:right;}
.save-container #typeMsg{
    border: 1px solid #b2bee9;
    color: #333;
    display: inline-block;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    min-height: 60px;
    padding: 7px 8px;
    max-height: 60px;
    overflow: auto;
    width: 90%;
    float: left;
}
.btn-send{line-height: 21px;
padding: 8px 15px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;

-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;}

.message-body ul li{list-style:none !important;}
.message-body .icons, .message-body .mssg-text{padding:0;}
.sender .text-contain{
	background: #fff;
    color: #304351;
    padding: 4px 10px;
    width: 80%;
    position: relative;
    font-family: 'Heebo-Regular';
    line-height: 27px;
    font-size: 14px;
    padding-left: 20px;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 0px rgb(99, 99, 99);
    -webkit-box-shadow: 1px 1px 4px 0px rgb(99, 99, 99);
    -moz-box-shadow: 1px 1px 4px 0px rgb(99, 99, 99);
    border: 1px solid #636363;
	min-height: 25px;
}
.sender .text-contain:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-bottom: 12px solid #ffffff;
    position: absolute;
    top: 6px;
    left: -14px;
    z-index: 999;
}
.sender .text-contain p.ng-binding, .receiver .text-contain p {
    margin: 0;
}
.receiver .text-contain:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-bottom: 12px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 6px;
    right: -14px;
    z-index: 999;
}
form#message-form {
    float: right;
    width: 100%;
    text-align: right;
}
.receiver .text-contain{
	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
    color: #fff;
    padding: 4px 10px;
    width: 80%;
    float: right;
    position: relative;
    font-family: 'Heebo-Regular';
    line-height: 27px;
    font-size: 14px;
    padding-left: 20px;
	border-radius: 6px;
    box-shadow:inset 1px 1px 4px 0px rgba(236, 236, 236, 0.56);
    -webkit-box-shadow:inset 1px 1px 4px 0px rgba(236, 236, 236, 0.56);
    -moz-box-shadow:inset 1px 1px 4px 0px rgba(236, 236, 236, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
span.is-facilitator{color:#FF810B;}
.receiver .text-contain .textarea i, .receiver .text-contain .textarea b{ color:#4d4d4d; }
.img-icon{
	margin: 0 20px;
    width: 35px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #464646;
    height: 35px;
    background: white;
}
.img-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}
.chat-uname.ng-binding {
    text-decoration: none;
    font-size: 12px;
    margin-top: 5px;
    float: left;
    font-family: 'Heebo-Medium';
    color: #cdd8ff;
    width: 100%;
    line-height: normal;
    margin-left: 20px;
}
.chat-date-time.ng-binding {
    text-decoration: none;
    font-size: 12px;
    margin-top: 0;
    float: left;
    font-family: 'Heebo-Medium';
    line-height: normal;
    color: #ffce38;
    margin-left: 20px;
}
#iterate-messages .sender .chat-uname.ng-binding {
	text-align: right;
    margin-left: 0;
    margin-right: 20px;
    width: auto;
    float: right;
    clear: both;
}
#iterate-messages .sender .img-icon {
    float: right;
    margin-left: 0;
}
#iterate-messages .sender .chat-date-time.ng-binding {
    display: inline-block;
    margin-right: 20px;
    float: right;
	clear:both;
}
div#iterate-messages {
    overflow: hidden;
}
.scrolldemo > div.sroll-users {
    max-height: 74vh;
    min-height: 74vh;
    overflow: auto;
}
.user-list li:last-child {
    border-bottom: 0;
}
.user-list li:first-child {
    border-top: 0;
}
.container.inner-container {
    width: 100%;
    height: 100%;
}


.highlight-chat .text-contain {
    display: block;
    font-weight: normal;
    text-align: left;
    position: relative;
    overflow: hidden;
    border-color: #ad738f;
    padding-right: 55px;
    background: rgba(255, 0, 0, 0.28) !important;
    padding-bottom: 7px;
}


.highlight-chat .text-contain:after {
    content: '\f071';
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    height: 100%;
    background: red;
    top: 0;
    width: 40px;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: inline-flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.receiver .highlight-chat .text-contain:after {
    content: '\f071';
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    height: 100%;
    background: red;
    top: 0;
    width: 40px;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: inline-flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    right: inherit;
}
.highlight-chat .text-contain p.ng-binding {
    color: #fff;
    margin: 0;
}
.receiver .highlight-chat .text-contain {
    display: block;   
    padding-right: 0;
    padding-left: 50px;
}


.scrolldemo > div.message-body {
	background:radial-gradient(#c5c5c5, #868686);
	background:-webkit-radial-gradient(#c5c5c5, #868686);
	background:-moz-radial-gradient(#c5c5c5, #868686);
    background-repeat: no-repeat;
    background-size: cover;
}
.system-message {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}
.system-message .textmessage {
    background: #e3ddfc;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    border-radius: 6px;
    color: rgba(62, 62, 62, 0.95);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
    padding: 6px 13px;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.27);
    font-family: 'Heebo-Medium';
}
.alignCenter{text-align:center;}
.chat-container-login{
 background-image: url(../images/bg-chat.png);
 background-color:#9c5671;
 background-repeat: repeat-x;
}
.chat-container-login{padding:10px;}
.middle-border {
    min-height: 400px;
    margin-top: 20px;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.nextMeetings {
    background: #fff;
    padding: 20px;
    border: 2px solid #464646;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 49%;
    float: left;
    min-height: 750px;
    margin-top: 20px;
}
.upcommingMeetings {
	background: #fff;
    padding: 20px;
    border: 2px solid #464646;
    margin-bottom: 30px;
    float: right;
    width: 49%;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    min-height: 750px;
    margin-top: 20px;
}
.upcommingMeetings ul li:first-child {
    margin-top: 15px;
}
.meetings-rooms h4 {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-size: 20px;
    position: relative;
    font-family: Raleway-Bold;
    color: #333;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: normal;
    background: transparent;
}
.next-meetingTime {
    color: #adadad;
    float: left;
    width: 100%;
    max-width: 320px;
    position: relative;
   /* font-family: 'Heebo-Regular';*/
    line-height: 27px;
    font-size: 16px;
    font-style: italic;
	font-family: 'Hind-Bold';
}
.time {
	position: relative;
    float: left;
    line-height: normal;
    padding: 2px 0 0;
    padding-left: 18px;
}
.time:after {
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 15px;
	color: #333;
}
.date:before {
    content: '\f133';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 13px;
	color: #333;
}
.date {
    padding-left: 20px;
    position: relative;
}
.next-meetingStatus {
    float: left;
    line-height: 27px;
}
.next-meetingStatus span {
    font-size: 18px;
    margin-bottom: 6px;
    float: left;
    width: 100%;
}
.next-meetingStatus span strong {
    font-family: 'Heebo-Medium';
}
.expired {
	color: red;
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Heebo-Regular';
    line-height: 27px;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .5px;
    padding-left: 20px;
}
.expired:before {
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
}
.next-meetingStatus p {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #333;
}
.next-meetingStatus i {
    color: #adadad;
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Heebo-Regular';
    line-height: 27px;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .5px;
}
.next-meetingTime .time:before {
	content: '..............................';
    position: absolute;
    left: 100%;
    width: 100%;
    font-family: 'Heebo-Medium';
    letter-spacing: 1px; 
    padding-left: 4px;
    font-size: 19px;
    bottom: 0;
}
.enter-room {
    float: left;
    width: 100%;
}
.enter-room a {
	background-color: #6d84d5;
	background: linear-gradient(#6d84d5,#5670ce);
	background: -webkit-linear-gradient(#6d84d5,#5670ce);
	background: -moz-linear-gradient(#6d84d5,#5670ce);
    color: #fff;
    font-family: 'Heebo-Regular';
    padding: 4px 11px 4px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #5670ce;
    box-shadow: inset 1px 1px 1px #5670ce;
	-moz-box-shadow: inset 1px 1px 1px #5670ce;
	-webkit-box-shadow: inset 1px 1px 1px #5670ce;
}
.meetings-rooms ul li:first-child {
    padding-top: 14px;
}
.meetings-rooms ul li:last-child {
    border: 0;
    padding-bottom: 0;
}
.dateTime {
    color: #adadad;
    float: left;
    width: 100%;
    max-width: 320px;
    position: relative;
    line-height: 27px;
    font-size: 16px;
    font-style: italic;
    font-family: 'Hind-Bold';
}
.dateTime:before {
    content: '.........................';
    position: absolute;
    right: 0;
    width: 100%;
    font-family: 'Heebo-Medium';
    letter-spacing: 1px;
    padding-left: 4px;
    font-size: 19px;
    bottom: 0;
    text-align: right;
    padding-right: 5px;
}
.upcomming-meetingStatus {
	font-size: 18px;
    margin-top: 5px;
    float: left;
    font-family: 'Heebo-Medium';
    color: #667ed3;
}
.upcommingMeetings ul li {
    padding: 14px 11px 11px;
    background: whitesmoke;
    margin-bottom: 5px;
    border: 1px solid #e8e8e8;
}
.upcommingMeetings ul li:last-child, .upcommingMeetings ul li:first-child {
    border: 1px solid #e8e8e8;
    padding: 14px 11px 11px;
}
.logo {
	padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
}
img.site-logo {
    background: #fff;
    padding: 6px;
}
ul.nav.navbar-nav.navmenu-top {
    margin-top: 28px;
}
ul.nav.navbar-nav.navmenu-top li a {
	padding: 3px 18px 4px;
    border-right: 1px solid #272727;
	border-left: 1px solid #656565;
}
ul.nav.navbar-nav.navmenu-top li a i {
    margin-right: 6px;
    color: #5670ce;
}
ul.nav.navbar-nav.navmenu-top li:first-child a {
    border-left: 0;
}
.admin-menu-right {
    float: right;
}
ul.nav.navbar-nav {
    float: right;
}
ul.nav.navbar-nav li a {
	color: #eaeff2 !important;
    font-family: 'Heebo-Regular';
    padding: 3px 7px 4px;
	font-size:14px;
    background: transparent !important;
}
ul.nav.navbar-nav {
    margin-top: 32px;
}
ul.nav.navbar-nav li a:hover {
    color: #f9cb1e;
}
ul.nav.navbar-nav.navmenu-top li:last-child a {
    border: 0;
    padding-right: 0;
}
ul.nav.navbar-nav.navmenu-top li a {
	color: #fff;
    font-family: 'Heebo-Regular';
}
.enter-room a:hover {
	background-color: #5670ce;
    background: linear-gradient(#5670ce,#6d84d5);
}
.tabindex {
    float: left;
    width: 100%;
}
.rooms-users {
    float: left;
    width: 100%;
}
.tabindex {
    float: left;
    width: 100%;
    background: #464646;
}
ul.dropdown-menu.multi-level li a:hover {
    background: transparent;
}
form#announcement-createform .form-section{
    border: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 20px;
    box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    background: #fff;
	overflow: hidden;
}
form#announcement-createform .form-section label {
    color: #333;
}
form#announcement-createform .form-section .form-section {
    border: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
    text-align: right;
}
form#messageboard-createform {
    border: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 20px;
    box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    background: #fff;
    overflow: hidden;
}
.tabindex .tab-change {
    font-size: 15px;
    float: left;
    font-family: 'Heebo-Medium';
    padding: 13px 15px 12px;
    color: #fff;
    border-right: 1px solid #636363;
    cursor: pointer;
}
.tabindex span.tab-change.active-tab {
    background: white;
    color: #333;
}
ul.user-list {
    margin-top: 15px;
}
.table-container {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #e5e6e8;
	box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}
table.table.connectTable {
	border: 1px solid #eff0f1;
    float: left;
    width: 100%;
	margin: 0;
}
.dashboard-container {
    float: left;
    width: 100%;
    height: 100%;
}
.meetings-header {
    float: left;
    width: 100%;
    padding: 0px;
	margin-bottom: 20px;
}
.users-header, .common-header  {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #e5e6e8;
    box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}
span.new-user.pull-right {
	padding-left: 20px;
	margin: 14px 0 0;
}
span.right-links.pull-right {
	padding-left: 20px;
	margin: 14px 0 0;
}
.search-form {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #d1dce2;
    border-right: 1px solid #d1dce2;
}
table.table.connectTable th {
    border-width: 1px;
    color: #5b646b;
    font-family: 'Heebo-Medium';
    font-weight: normal;
    font-size: 16px;
	background: #eff0f1;
	border: 0;
}
table.table.connectTable tbody tr {
    background: #eff3f7;
    color: #757575;
    font-family: 'Heebo-Regular';
    font-size: 14px;
}
table.table.connectTable tbody tr td {
    border: 0;
	vertical-align: middle;
}
table.table.connectTable tbody th {
    background: transparent;
}
span.new-user a, span.right-links a {
	background-color: #7d7d7d;
	background: -webkit-linear-gradient(#7d7d7d,#464646);
    background: -moz-linear-gradient(#7d7d7d,#464646);
    background: linear-gradient(#7d7d7d,#464646);
    color: #fff;
    font-family: 'Heebo-Regular';
    padding: 4px 11px 5px;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #464646;
    box-shadow: inset 1px 1px 1px #464646;
    -moz-box-shadow: inset 1px 1px 1px #464646;
    -webkit-box-shadow: inset 1px 1px 1px #464646;
}
span.right-links a i {
    margin-right: 7px;
    font-size: 14px;
}
span.new-user a i {
    margin-right: 7px;
    font-size: 14px;
}
.paginate-links {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
form#adminuser-updateform {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.users-header h3.main-heading, .common-header h3.main-heading {
    padding: 0;
    box-shadow: none;
    border: 0;
    width: auto;
    margin-top: 14px;
    margin-right: 20px;
}
h3.main-heading {
	margin: 0;
    position: relative;
    font-size: 20px;
    font-family: Raleway-Bold;
    color: #253d96;
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 20px;
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e5e6e8;
    box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}
form#adminuser-updateform legend {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-size: 20px;
    position: relative;
    font-family: Raleway-Bold;
    color: #333;
    border-bottom: 0;
    padding-bottom: 8px;
    text-align: left;
    line-height: normal;
    background: transparent;
	float: left;
    width: 100%;
}
.thumbnail-img {
    float: left;
    width: 60px;
	margin-right: 15px;
}
.thumbnail-input {
    margin-top: 8px;
    float: left;
    position: relative;
    font-family: 'Heebo-Regular';
    line-height: 27px;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 8px;
    border: 1px solid #e7e7e7;
    background: rgba(37, 61, 150, 0.06);
}
.upload-button {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 15px;
}
form#adminuser-updateform .upload-button .uploadFile {
	background-color: #6d84d5;
    background: linear-gradient(#6d84d5,#5670ce);
    background: -webkit-linear-gradient(#6d84d5,#5670ce);
    background: -moz-linear-gradient(#6d84d5,#5670ce);
    color: #fff;
    font-family: 'Heebo-Regular';
    padding: 5px 11px 4px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #5670ce;
    box-shadow: inset 1px 1px 1px #5670ce;
    -moz-box-shadow: inset 1px 1px 1px #5670ce;
    -webkit-box-shadow: inset 1px 1px 1px #5670ce;
    width: auto;
    line-height: normal;
}
.rows {
    float: right;
}
.rows button.btn.btn-default {
    line-height: 32px;
}
form#adminuser-updateform .form-row {
    width: 32.333%;
    float: left;
    margin-right: 1%;
	margin-bottom: 15px;
}
form#adminuser-updateform .form-row label {
    color: #333;
}
form#adminuser-updateform i {
    font-weight: normal;
    color: #adadad;
    font-family: Heebo-Regular;
    float: left;
    width: 100%;
}
fieldset.permission-section, fieldset.profile-section , fieldset.activate-section, fieldset.personal-section {
    margin-top: 20px;
}
form#adminuser-updateform fieldset {
    border: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 20px;
    box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
	-moz-box-shadow: 1px 1px 2px #ddd;
	background: #fff;
}
form#adminuser-updateform fieldset.activate-section .activation-step.form-row {
    width: 100%;
	margin-bottom: 0;
}
form#adminuser-updateform fieldset p {
    color: #333;
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Heebo-Regular';
    line-height: 27px;
    font-size: 14px;
}
form#adminuser-updateform fieldset span {
    color: #253d96;
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Heebo-Regular';
    line-height: 27px;
    font-size: 14px;
}
table.table.connectTable .time:after, table.table.connectTable .date:before, table.table.connectTable .time:before, table.table.connectTable .date:after {
    display: none;
}
table.table.connectTable .time, table.table.connectTable .date {
	float: none;
    padding: 0;
	line-height: 1.8;
}
table.table.connectTable tbody tr td:last-child a {
	padding: 2px 10px 2px;
    color: #fff;
	background-color: #7d7d7d;
    background: -webkit-linear-gradient(#7d7d7d,#464646);
    background: linear-gradient(#7d7d7d,#464646);
    background: -moz-linear-gradient(#7d7d7d,#464646);
    color: #fff;
    font-family: 'Heebo-Regular';
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #464646;
    box-shadow: inset 1px 1px 1px #464646;
    -moz-box-shadow: inset 1px 1px 1px #464646;
    -webkit-box-shadow: inset 1px 1px 1px #464646;
    margin: 0 2px 0;
    display: inline-block;
}
table.table.connectTable tbody tr td:last-child a i {
    color: #fff;
}
form#meeting-createform .form-section h4{
	text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-size: 20px;
    position: relative;
    font-family: Raleway-Bold;
    color: #333;
    border-bottom: 0;
    padding-bottom: 8px;
    text-align: left;
    line-height: normal;
    background: transparent;
    float: left;
    width: 100%;
}
form#meeting-createform .form-section {
    border: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 20px;
    box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    background: #fff;
    margin-bottom: 20px;
	font-family: Heebo-Regular;
}

.adminform-container fieldset {
	border: 1px solid #e7e7e7;
	float: left;
	width: 100%;
	padding: 20px;
	box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
	-moz-box-shadow: 1px 1px 2px #ddd;
	background: #fff;
	margin-top: 20px;
}
.adminform-container fieldset legend {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-size: 20px;
    position: relative;
    font-family: Raleway-Bold;
    color: #333;
    border-bottom: 0;
    padding-bottom: 8px;
    text-align: left;
    line-height: normal;
    background: transparent;
    float: left;
    width: 100%;
}

form#meeting-createform {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #eaeff2;
	background:transparent;
}
ul.dropdown-menu.multi-level {
    background: #253d96;
}
.search-container {
	float: left;
    width: 100%;
    padding: 7px 0 9px;
}
.search-container span {
    float: left;
}
.search-container input {
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
}
.search-container button.btn {
	height: 35px;
	background-color: #7d7d7d;
    background: -webkit-linear-gradient(#7d7d7d,#464646);
    background: linear-gradient(#7d7d7d,#464646);
    background: -moz-linear-gradient(#7d7d7d,#464646);
    color: #fff;
    font-family: 'Heebo-Regular';
    padding: 4px 11px 5px;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #484848;
    box-shadow: inset 1px 1px 1px #464646;
    -moz-box-shadow: inset 1px 1px 1px #464646;
    -webkit-box-shadow: inset 1px 1px 1px #464646;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 24px;
    text-shadow: 1px 1px 1px #292828;
}
#tags{
  float:left;
  border:1px solid #ccc;
  padding:5px;
  font-family:Arial;
}
#tags > span{
  cursor:pointer;
  display:block;
  float:left;
  color:#fff;
  background:#789;
  padding:5px;
  padding-right:25px;
  margin:4px;
  position:relative;
}
#tags > span:hover{
  opacity:0.7;
}
#tags > span:after{
	position: absolute;
    content: "×";
    padding: 2px 5px;
    margin-left: 3px;
    font-size: 11px;
    height: 100%;
    top: 0;
    right: 0;
    background: lightslategrey;
    border-left: 1px solid #95a2af;
    display: inline-flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#tags > input{
  background:#eee;
  border:0;
  margin:4px;
  padding:7px;
  width:auto;
}
form#adminuser-updateform fieldset input {
    box-shadow: none;
    height: 35px;
    background: #f2f2f2;
    border: 1px solid #eeeeee;
    border-radius: 0;
}
form#adminuser-updateform fieldset textarea {
    box-shadow: none;
    background: #f2f2f2;
    border: 1px solid #eeeeee;
    border-radius: 0;
}
.form-rowfull {
    margin-bottom: 20px;
}
/*
style----------------------*/
.left-sidebar .tabindex span.tab-change {
    width: 50%;
    text-align: center;
    position: relative;
    background: #ffd316;
    color: #333;
	border: 0;
}
.left-sidebar .tabindex span.tab-change.active-tab {
    background: #5670ce;
    color: #fff;
}
.left-sidebar .tabindex span.tab-change.active-tab:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #5670ce;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    right: 0;
    margin: 0 auto;
}
.left-sidebar .rooms-users {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
	border: 1px solid #e5e6e8;
    box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}
.left-sidebar ul {
    list-style: none;
}
.left-sidebar ul li {
    padding: 8px 0 8px;
    border-bottom: 1px solid #eff0f1;
    line-height: 1.6;
	font-family: 'Heebo-Regular';
}
.left-sidebar ul li a {
    color: #5670ce;
    font-family: 'Heebo-Medium';
}
.left-sidebar div#tags-container span {
    padding: 4px 10px 4px;
    border: 1px solid #c9cacb;
    line-height: 1.6;
    font-family: 'Heebo-Regular';
    cursor: pointer;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}
.left-sidebar div#tags-container span:hover {
    background: #f3f3f3;
}
.left-sidebar h3.sub-headings {
    margin: 0;
    position: relative;
    font-size: 20px;
    font-family: Raleway-Bold;
    color: #253d96;
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 20px;
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e5e6e8;
    box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}
.scrolldemo > div.message-body {
    overflow: auto;
    height: 100%;
}
/*
transcript chat style
-----------------------------------*/


.transcript-chat {
    float: left;
    width: 100%;
    padding: 20px;
	display:flex;
}
.transcript-icons {
    float: left;
    margin-right: 20px;
}
.name-date-chat {
    float: left;
}
.transcript-icons .img-icon {
    margin-left: 10px;
    float: left;
    margin-right: 0;
}
.chat-uname {
    font-family: 'Heebo-Regular';
    font-size: 15px;
    color: #000;
}
.chat-date-time {
    font-family: 'Heebo-Regular';
    font-size: 13px;
    color: #fff;
    line-height: normal;
}
.transcript-mssg-text {
    float: left;
	width:85%;
}
.transcript-mssg-text .textarea {
    background: #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}
.transcript-mssg-text .textarea p.ng-binding {
	margin: 0;
    font-family: 'Heebo-Regular';
    font-size: 15px;
    color: #000;
}
.transcript-mssg-text .textarea:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-bottom: 12px solid;
	border-bottom-color:inherit;
    position: absolute;
    top: 6px;
    left: -14px;
    z-index: 999;
}
.common-view {
    display: inline-block;
    width: 100%;
}
.common-view ul {
    list-style: none;
    float: left;
    width: 100%;
}
.common-view ul li {
    float: left;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #e5e6e8;
    width: 100%;
    border-left: 4px solid #464646;
    margin-bottom: 4px;
    line-height: 2;
}
.common-view ul li label {
    border-width: 1px;
    color: #5b646b;
    font-family: 'Heebo-Medium';
    font-weight: normal;
    font-size: 16px;
    border: 0;
    vertical-align: middle;
    margin: 0;
	position: relative;
}
.view-data {
    color: #757575;
    font-family: 'Heebo-Regular';
    font-size: 15px;
    display: inline-block;
    width: 100%;
}
li.meeting-name-li label:before {
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    color: #000000;
}
li.date-time-li label:before {
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    color: #000000;
}
li.message-li label:before {
    content: '\f075';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    color: #000000;
}
li.members-li label:before {
    content: '\f007';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    color: #000000;
}
.common-fieldset {
    margin-bottom: 30px;
}
.common-fieldset legend {
    margin: 0;
    position: relative;
    font-size: 16px;
    font-family: Raleway-Bold;
    color: #5a5a5a;
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 20px;
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e5e6e8;
    box-shadow: 1px 1px 1px #bdbdbd;
    -webkit-box-shadow: 1px 1px 1px #bdbdbd;
    -moz-box-shadow: 1px 1px 1px #bdbdbd;
}


/*
----------------------*/

.save-container .ta-scroll-window.ng-scope {
	min-height: 60px;
    padding: 7px 8px;
    max-height: 60px;
    overflow: auto;
    width: 90%;
    float: left;

}
.save-container .ta-scroll-window.ng-scope .ta-bind {
    min-height: 46px;
    padding: 4px 0px;

}
text-angular.ng-valid {
    position: relative;
}
.save-container .ng-scope.ng-isolate-scope.ta-toolbar.btn-toolbar {
    margin: 0 0 9px;
    float: left;
    width: 100%;
}
.scrolldemo, .message-container, div#admin-body, div#chatmsg-contain, div#dynamicContent {
    height: 100%;
    position: relative;
}
.wrapper{
	height: 60%;
}
.message-form {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}

.btn.btn-send {
		background-color: #6d84d5;
    background: linear-gradient(#6d84d5,#5670ce);
    background: -webkit-linear-gradient(#6d84d5,#5670ce);
    background: -moz-linear-gradient(#6d84d5,#5670ce);
    color: #fff;
    font-family: 'Heebo-Regular';
    padding: 4px 11px 4px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #5670ce;
    box-shadow: inset 1px 1px 1px #5670ce;
    -moz-box-shadow: inset 1px 1px 1px #5670ce;
    -webkit-box-shadow: inset 1px 1px 1px #5670ce;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 60px;
    float: right;
    width: 10%;
}

.switcheditor {
    float: left;
    margin: 10px 0 0;
}
.switcheditor i {
    padding: 10px;
		background-color: #6d84d5;
    background: linear-gradient(#6d84d5,#5670ce);
    background: -webkit-linear-gradient(#6d84d5,#5670ce);
    background: -moz-linear-gradient(#6d84d5,#5670ce);
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #475eb1;
    color: #fff;
}
/*
mobile chat
----------------*/
.device-mobile.message-container .scrolldemo > div.message-body{
	background: #fff;
}
.device-mobile.message-container #iterate-messages .sender, .device-mobile.message-container #iterate-messages .receiver {
    padding: 0 0px 0;
}
.device-mobile.message-container .img-icon{
	display:none;
}
.device-mobile.message-container .message-body .icons {
    border-radius: 30px;
    padding: 4px 0px 4px;
    width: 93%;
    text-align: left;
	display: flex;
}
.device-mobile.message-container .chat-uname.ng-binding {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    width: auto;	
}
.device-mobile.message-container .chat-date-time.ng-binding {
	font-family: 'Heebo-Medium';
    margin-right: 0;
    margin-left: 8px;
    color: #9e9e9e;
}
.device-mobile.message-container #iterate-messages .sender .chat-uname.ng-binding{
	margin-right: 0;
	float:left;
}
.device-mobile.message-container #iterate-messages .sender .chat-date-time.ng-binding{
	margin-right: 0;
	float:left;
	margin-left: 8px;
    color: #9e9e9e;
}
.device-mobile.message-container .receiver .text-contain:before, .device-mobile.message-container .sender .text-contain:before{
	display:none;
}
.device-mobile.message-container .mssg-text {
    width: 100%;
}
.device-mobile.message-container .save-container {
	padding: 5px 15px 15px;
    margin-top: 10px;
}
.device-mobile.message-container .save-container .chat-options {
    margin-bottom: 10px;
    left: 0;
    position: static;
    width: 100%;
}
.device-mobile.message-container .system-message .textmessage{
    border-radius: 0;
    width: 100%;
    background: #e4e4e4;
    color: #909090;
    box-shadow: none;
	font-size: 11px;
    font-style: italic;
}
.device-mobile.message-container .receiver .text-contain{
    float: left;
    max-width: 100%;
    padding: 7px 15px 7px 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	width:100%;
}
.device-mobile.message-container .sender .text-contain {
    float: left;
    max-width: 100%;
    padding: 7px 15px 7px 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	width:100%;
}
.device-mobile.message-container .receiver .highlight-chat .text-contain{
	padding-left: 55px;
}
.device-mobile.message-container .sender .highlight-chat .text-contain{
	padding-right: 55px;
}
.device-mobile.message-container .mssg-text .text-contain p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
}
.device-mobile.message-container .scroll-content {
    width: 95% !important;
	padding-left: 15px;
}
.device-mobile.message-container .system-message {
    padding: 3px 0;
}
/*
-----------------mobile view chat*/
.device-mobile.message-container  .save-container #typeMsg, .device-mobile.message-container .save-container .ta-scroll-window.ng-scope {
    min-height: 40px;
    max-height: 40px;
}
.device-mobile.message-container .save-container .ta-scroll-window.ng-scope .ta-bind {
    min-height: 29px;
}
.device-mobile.message-container form#message-form .btn.btn-send, .device-mobile.message-container form#message-form input#submit {
    height: 40px;
}
/*
mobile chat end
----------------*/

/* 10-11-2017
------------------------*/
.room-info {
    position: relative;
    float: right;
    color: #ffffff;
    font-family: 'Heebo-Medium';
    margin-top: 8px;
}

.room-info .end {
    padding-left: 25px;
    position: relative;
}
.room-info .start {
    padding-left: 25px;
    margin-left: 10px;
    position: relative;
}
.room-info .start:before {
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 4px;
    top: 3.3px;
    color: #85dc85;
}
.room-info .end:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 4px;
    top: 3.3px;
    color: #ff5252;
    content: '\f017';
}
.room-info p.edit-room.ng-scope {
    margin: 0;
    float: left;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #aaaaaa;
    color: #fff;
}

.room-info .timings {
    float: left;
    line-height: 28px;
}

.room-info .edit-room-span {
    cursor: pointer;
	padding: 5px;
}
.room-info .edit-room-span i {
    margin-right: 5px;
}
.room-info .editTiming {
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 100%;
    margin-top: 7px;
    right: 0;
    padding: 12px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0);
    border: 1px solid #989898;
}

.room-info .editTiming label {
    position: relative;
    float: right;
    color: #464646;
    font-family: 'Heebo-Medium';
    font-size: 17px;
}

.room-info .editTiming input {
    background: #b4b4b4 !important;
    border: 1px solid #b6b6b6;
    height: 34px;
    color: white;
    padding: 8px;
}

.room-info .editTiming input::placeholder {}

.room-info .editTiming button {
    background-color: #636363;
    background: linear-gradient(#b5b5b5,#636363);
    background: -webkit-linear-gradient(#b5b5b5,#636363);
    background: -moz-linear-gradient(#b5b5b5,#636363);
    color: #fff;
    font-family: 'Heebo-Regular';
    padding: 4px 11px 4px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #a1a1a1;
    box-shadow: inset 1px 1px 1px #636363;
    -moz-box-shadow: inset 1px 1px 1px #636363;
    -webkit-box-shadow: inset 1px 1px 1px #636363;
    float: none;
    margin-top: 8px;
}
/*
-----------------------*/



/*
---------------table format*/
.reportAll {
    display: inline-block;
    width: 100%;
    background: #f3f3f4;
    padding: 15px;
}

.monthly {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #e5e6e8;
    font-family: 'Heebo-Regular';
}

.monthly h2 {
    margin: 0;
    padding: 11px 15px 14px;
    font-size: 20px;
    position: relative;
    font-family: Raleway-Bold;
    color: #253d96;
    margin-bottom: 0;
    background: #eeeeee;
    display: block;
}

.general_section.reportSections {
    padding: 20px 20px 10px;
}

.age_section.reportSections {
    padding: 20px;
}

.disorder_section.reportSections {
    padding: 20px;
}

.monthly .header {
    margin: 0;
    font-size: 17px;
    position: relative;
    font-family: Raleway-Bold;
    color: #404040;
    margin-bottom: 10px;
    display: block;
}

table.report_table {
    border: 1px solid #f3f3f3;
    width: 100%;
}

table.report_table th {
    padding: 10px;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    font-size: 14px;
    color: #989898;
}

table.report_table td {
    padding: 10px;
    border: 1px solid #eee;
    font-size: 13px;
}

tr.totals {
    background: #eeeeee;
}

tr.totals td:first-child {
    font-weight: bold;
    font-family: 'Heebo-Medium';
    font-size: 16px;
}

tr.totals td {
    color: #253d96;
}

/*
---------------*/



@media (max-width: 991px){
.device-mobile.message-container .scroll-content {
    width: 92% !important;
}	
.btn.btn-send, form#message-form input#submit{
    width: 15%;
}
.save-container #typeMsg, .save-container .ta-scroll-window.ng-scope{
    width: 85%;
}
}
@media (max-width: 767px){
.nextMeetings, .upcommingMeetings{
	width:100%;
	min-height: 300px;
}	
.active-users, .chat-area {
    padding: 0;
    height: 50%;
    width: 100%;
}	
.meetings-rooms h4, .name-right span {
    font-size: 16px;
}
}

@media (max-width: 480px){ 
.device-mobile.message-container .scroll-content {
    width: 88% !important;
}
.wrapper {
    height: 69%;
}
.btn.btn-send, form#message-form input#submit{
    width: 30%;
}
.save-container #typeMsg, .save-container .ta-scroll-window.ng-scope{
    width: 70%;
}
}