html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  position: relative;
  /*font-family: 'Arial';*/
  z-index: 0;
  transition-property: opacity, visibility;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.body-start-up {
	opacity: 0;
	visibility: hidden;
}

.hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.linkbutton {
  text-decoration: none;
}

.linkbutton:visited {
  text-decoration: none;
}

.center {
  text-align: center;
}

.btton-left {
  margin: 10px;
  margin-top: 15px;
  width: 100px;
  float: left;
}

.btton-right {
  margin: 10px;
  margin-top: 15px;
  width: 100px;
  float: right;
}

.left {
  float: left;
}

.lnk_type {
  cursor: pointer;
  text-decoration: underline;
  color: #7C7C7C;
}

.lnk_type:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #B4B4B4;
}

#content {
  position: relative;
  min-height: 100%;
  height: auto !important;
  /*height: 100%;*/
  top: 0;
  background: #FFFFFF;
/*  color: #727272;*/
/*  background-attachment: scroll; */
  background-repeat: repeat;
  background-size: cover;
/*  background-size: cover; */
/*  background-position: left top; */
  min-width: 1180px;
}

#content .inner_cont, #content .widget_cont {
  margin: 40px auto 40px;
  max-width: 1180px;
  min-width: 1180px;
  position: relative;
  /*min-height: 600px;*/
}

#content .inner_cont {
  margin: 30px auto 40px;
}

#content .widget_cont_no_widgets {
	text-align: center;
	display: inline;
	padding: 40px;
	color: gray;
	font-size: 24px;
}

#content .widget_cont_no_widgets span {
	font-weight: bold;
	cursor: pointer;
}

#content .widget_cont_no_widgets span:hover {
	text-decoration: underline;
}

#content .inner_cont_pane {
  position: relative;
  padding: 20px;
}

#profile-wrap {
  height: auto;
  margin-top: 40px;
  width: 100%;
}

#switchboard-wrap {
  height: auto;
  margin-top: 40px;
  width: 100%;
}

#inf {
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 18px;
  width: 100%;
}

#logo {
  background-color: #F2F2F2;
  height: 185px;
  width: 100%;
}

#photo {
  background: #FFFFFF;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.15);
  float: left;
  height: 250px;
  margin-left: 32px;
  margin-top: -25px;
  position: absolute;
  width: 185px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

#photo img {
  max-height: 230px;
  max-width: 165px;
  top: -8px;
}

#imgDeleteButton {
	background: url("/dssb/assets/images/delete.png") 0px 0px no-repeat;
	background-color: white;
	position: absolute;
	height: 18px;
	width: 18px;
	left: 10px;
	top: 230px;
	cursor: pointer;
}

.sprite_social_img {
	height: 46px;
	width: 47px;
	cursor: pointer;
	display: inline-block;
	margin-left: 20px;
}

#linkedin_signin_img {
	background: url("/dssb/assets/images/linkedin_logo_black_popup_ic.png") 0px 0px no-repeat;
	padding-bottom: 3px;
	height: 37px;
	width: 120px;
	display: inline-flex;
	align-items: center;
	-webkit-align-items: center;
}

.linkedin_logo_black_header_ic, #linkedin_logo_white_small_button_ic {
	height: 25px;
	width: 80px;
	display: inline-flex;
}

.linkedin_logo_black_header_ic {
	background: url("/dssb/assets/images/linkedin_logo_black_header_ic.png") 0px 0px no-repeat;
}

#linkedin_logo_white_small_button_ic {
	background: url("/dssb/assets/images/linkedin_logo_white_small_button_ic.png") 0px 0px no-repeat;
	padding-bottom: 3px;
}

#linkedin_signup {
	height: 22px;
	width: 91px;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: flex-end;
	-webkit-align-items: center;
}

#linkedin_signin {
	height: 22px;
	width: 82px;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	-webkit-align-items: center;
}

.circle {
	border: 1px solid rgba(0, 0, 0, 0.7);
	width: 12px;
	height: 12px;
	background: rgba(195, 195, 195, 0.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 10px;
	cursor: pointer;
}

.circle_gradient {
	background: linear-gradient(to bottom, #ECECEC, #989898);
	background: -webkit-linear-gradient(to bottom, #ECECEC, #989898);
	background: -moz-linear-gradient(to bottom, #ECECEC, #989898);
	background: -ms-linear-gradient(to bottom, #ECECEC, #989898);
	background: -o-linear-gradient(to bottom, #ECECEC, #989898);
}

#main_page {
	margin: 15px;
	height: 408px; 
	width : 743px;
	position: relative;
}

.flex_display,
.flex_display_column{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}
.flex_display_column {
	flex-direction: column;
	-webkit-flex-direction: column;
}

.safari_flex {
	flex: 1;
	-ms-flex: auto;
}

.flex_justify_center {
	display:flex; 
	justify-content: center;
}

#linkedin_img {
	background: url("/dssb/assets/images/linkedin.png") 0px 0px no-repeat;
}

#twitter_img {
	background: url("/dssb/assets/images/twitter.png") 0px 0px no-repeat;
}

#facebook_img {
	background: url("/dssb/assets/images/facebook.png") 0px 0px no-repeat;
}

#blog86_img {
	background: url("/dssb/assets/images/blog.png") 0px 0px no-repeat;
}

#linkedin_img:HOVER,
#twitter_img:HOVER,
#facebook_img:HOVER,
#blog86_img:HOVER {
	background-position: 0 -46px;
}

.footer_social {
	justify-content: flex-end !important;
	-webkit-justify-content: flex-end !important;
}

.sprite_social_img_footer {
	height: 24px;
	width: 25px;
	cursor: pointer;
	display: inline-block;
	margin-right: 15px;
}

#linkedin_img_footer {
	background: url("/dssb/assets/images/linkedin_footer.png") 0px 0px no-repeat;
}

#twitter_img_footer {
	background: url("/dssb/assets/images/twitter_footer.png") 0px 0px no-repeat;
}

#facebook_img_footer {
	background: url("/dssb/assets/images/facebook_footer.png") 0px 0px no-repeat;
}

#blog86_img_footer {
	background: url("/dssb/assets/images/blog_footer.png") 0px 0px no-repeat;
}

.removeImage {
	color: red;
}

#reInvite {
	color: #383636;
	font-style: italic;
	font-weight: bold;
}
.home_img {
  max-height: 243px; 
  max-width: 161px;
}

.bottom_shadow {
  background-image: linear-gradient(top center , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(top center , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top center , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: -khtml-linear-gradient(top center , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(top center , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(top center , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  z-index: 0;
}

/* MODAL WINDOWS */

#exposeMask{
  /*z-index: 3 !important;*/
}

*[class*="modal_"]{
  position: fixed;
  text-indent: 0px;
  display:none;
  text-align:left;

  font-size: 10px;
  background: white;
  color: black;
  padding: 10px;

  border-top: 2px solid #C7C7C7;
  border-left: 2px solid #C7C7C7;
  border-right: 2px solid #C7C7C7;
  border-bottom: 2px solid #C7C7C7;

  width: 100%;

  z-index: 9997;
  opacity:1;
  border-radius: 6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -moz-box-shadow: 0 0 50px #ccc;
  /*-webkit-box-shadow: 0 0 50px #ccc;*/
}

*[class*="modal_"] input{
  margin: 3px;
  spacing: 2px;
  padding: 2px;
  font-size: 10px;
  display: block;
  width: 94%;
}

*[class*="modal_"] select{
  margin: 3px;
  spacing: 2px;
  padding: 2px;
  font-size: 10px;
  display: block;
  width: 98%;
}


/* BUTTONS */

.pictureStyleSelect {
  height: 22px;
  margin: 0;
  padding: 0;
  width: 100%;
}

div[class*="p_button"] {
  border-radius: 4px;
  font-size: 12px;
  height: 25px;
  padding: 0;
  spacing: 0;
  margin: 0;
  border: 0;
  background: #3688BA;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  width: 80px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
}

div.p_button {
 /*  background: #6ACED9;*/
  color: #FFFFFF;
}

div.button_overlay_window {
	height: 22px !important;
	border-radius: 4px;
	font-size: 12px;
	width: 80px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

div.p_button a {
  color: #FFFFFF;
  display: inline-block;
  height: 100%;
  line-height: 25px;
  text-decoration: none;
  width: 100%;
}

.p_button img, .p_button_del img, .p_button_disabled img {
  width: 25px;
  float: left;
}

.p_button div, .p_button_del div, .p_button_disabled div {
  display: table-cell; 
  height: 20px; 
  margin: auto; 
  vertical-align: middle;
}

div.p_button:hover {
  background: #49AEB7;
  color: white;
  cursor: pointer;
  opacity: 0.8;
}

div.p_button_disabled {
  background: #356D8E;
  color: white;
  opacity: 0.5;
}

div.p_button_del {
  background: #D94C37;
  color: white;
}

div.p_button_del:hover {
  background: #DD0000;
  color: white;
  cursor: pointer;
}

div.p_button_del_disabled {
  background: #D94C37;
  color: white;
  opacity: 0.5;
}

div.p_button_save,
div.p_button_view {
	background: #314257;
	color: white;
	width: 124px;
	border-radius: 0px;
	height: 25px;
	letter-spacing: 0.2px;
}

div.p_button_save:hover,
div.p_button_view:hover {
	color: white;
	cursor: pointer;
	opacity: 0.8;
}

div.p_button_header {
	width: 126px;
	border-radius: 0px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 32px;
}

span.shifted {
	margin-right: 28px;
}

div.p_button_header:hover {
	cursor: pointer;
	opacity: 0.8;
}

div.p_button_save_disabled {
 	background: #356D8E;
  	color: white;
  	opacity: 0.5;
}

div.p_button_upload {
	width: 170px;
	height: 25px;
	border-radius: 0px;
}

div.p_button_upload:hover {
	background: #49AEB7;
  	color: white;
  	cursor: pointer;
  	opacity: 0.8;
}

div.p_button_upload:disabled {
  background: #356D8E;
  color: white;
  opacity: 0.5;
}

div.p_button_can {
  background: #545A5A;
  color: white;
}

div.p_button_can:hover {
  background: #444444;
  color: white;
  cursor: pointer;
}

div.p_button_can_disabled {
  background: #545A5A;
  color: white;
  opacity: 0.5;
}

div.upload_img {
  letter-spacing: 0.6px;
}

div.upload_img select {
  height: 25px;
  width: 80px;
  margin-left: 15px;
}

/* SIGNUP */

/*
.error {
  background-color: #FFFE36;
  border: 1px solid #E1E16D;
  color: #000000;
  display: none;
  font-size: 11px;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  z-index: 100000;
}
*/

.validator-error-top {
  z-index: 10000;
}

.validator-error {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding-left: 32px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  background-position: 6px center;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
/*  margin-top: 5px; */
/*  margin-left: calc(100px + 3px); */
  max-width: 160px;
}

.validator-error.ontop {
  position: fixed !important;
  z-index: 3;
}

.validator-error > p {
  font-size: 16px;
  margin: 0;
/*  max-width: 160px; */
}

.validator-error:after, .validator-error:before {
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.validator-error:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #FFFFFF;
  border-width: 7px;
  margin-left: -7px;
}

.validator-error:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-width: 8px;
  margin-left: -8px;
}

.signup {
  float: right;
}

.signup {
	width: 396px;
}

.signup-confirm {
  margin-top: 40px;
  width: 490px;
}

.signup_img {
  /*float: left;*/
}

.signup_img img {
  max-width: 60%;
}

#content input, select {
  /*font-family: 'exo_2.0light';
  font-family: 'Arial';*/
  border: 0px solid #000000;
  height: 28px;
  border-radius: 3px;
  font-size: 13px !important;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  border: solid 1px #A8A8A8;
  margin: 10px;
}

.select-container select {
  display: block;
  font-size: 10px;
  margin: 3px;
  padding: 2px;
  width: 80%;
}

#content input[type='checkbox'], #content input[type='radio'] {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
  background-color: transparent;
  box-sizing: inherit;
  padding-right: 0px;
  padding-left: 0px;
}

#content input[type='checkbox'].mk_admin_chk {
	position: relative;
	top: 3px;
}

#content textarea {
  font-family: 'Roboto';
  border: 0px solid #000000;
  height: 90px;
  border-radius: 3px;
  font-size: 14px;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% - 60px);
  border: solid 1px #A8A8A8;
  margin: 10px;
}

#signup_wrap label {
  vertical-align: middle;
}

#signup_wrap input {
  margin: 10px 0;
  width: 100%;
  width: -moz-available;
}

#signup_wrap input[type='checkbox'] {
  height: 15px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: bottom;
  width: 15px;
}

#signup_wrap a {
  color: #000000;
  text-decoration: none;
}

#signup_wrap a:hover {
  color: #000000;
  text-decoration: none;
}

#signup_wrap a:visited {
  color: #000000;
  text-decoration: none;
}

#signup_wrap table {
  border-collapse: collapse;
}

#signup_wrap td {
  padding: 0;
}

#signup_wrap td.sep {
  min-width: 15px;
  width: 15px;
}

#signup_div {
  display: block;
  font-size: 15px;
  height: 32px;
  width: 130px;
  margin: -15px 0 0 auto;
}

#signup_div > span {
  position: relative;
  top: 7px;
}

/* SLIDERS */

div.slider > div:not(:last-of-type) {
  margin: 0 0 7px;
}
div.slider > div > h2 {
  /*background: linear-gradient(to right, #414143, #212120) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  background: #314257;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  height: 34px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
/*   margin: 0 0 3px; */
  margin: 0;
  text-align: left;
  color: #FFFFFF;
  padding-left: 10px;
}

div.slider > div:last-of-type > h2 {
  margin-bottom: 0;
}

div.slider > div > h2.current {
  cursor: default;
  text-align: left;
  margin: 0;
  background: white;
  color: black;
  border-top: 6px solid #FACB32;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
}

div.slider > div > h2.current > div.history_section_empty {
	width: 350px;
}

div.slider > div > h2.current:after {
  content: "\25BC";
  background: white;
  color: black;
  float: right;
  padding-right: 10px;
}

div.slider > div > h2:after {
  content: "\25C0";
  float: right;
  padding-right: 10px;
}

div.slider > div > h2.current+div {
/*  margin-bottom: 3px; */
  background: #FFFFFF;
  border-top: 2px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}

div.slider > div > h2+div {
  background: #FFFFFF;
}

div.slider > div > h2 .action {
  display: none;
}

div.slider > div > h2 .action-chk {
  line-height: 33px;
  margin: 0 !important;
}

div.slider > div > h2 .perm_check {
  vertical-align: top;
}

div.slider > div > h2.current .action {
  position: absolute;
  display: inline;
  right: calc(30% + 35px);
  height: 25px;
  margin-top: 4px;
}

div.slider > div > h2.current .action > span {
  position: relative;
  top: -5px;
}

/* MODAL */
.modal_DeletePromptEmail {
  width:20%;
  top: 400px;
}

.modal_DeletePromptPhone {
  width:20%;
  top: 400px;
}

.modal_AddDeviceEmail {
  width:30%;
}

.modal_AddDevicePhone {
  width:30%;
}

.modal_AddDeviceResultEmail {
  width:30%;
}

.modal_AddDeviceResultPhone {
  width:30%;
}

.modal_message {
  font-size: 14px;
  top: 200px;
  width:200px;
}

#global_message_div, #modal_confirm_message {
  display: inline-block;
  font-size: 18px;
  margin: 10px 10px 0;
  text-align: center;
  width: calc(100% - 20px);
}

#message_info {
	background-color: rgb(231, 231, 231); 
	border: 2px solid rgb(97, 97, 97);
	justify-content: center; 
	align-items: center; 
	border-radius: 8px;
	top: 300px !important; 
	height: 155px; 
	width: 335px;
	display: flex; 
	display: -webkit-flex;
	-webkit-justify-content: center; 
	-webkit-align-items: center; 
}

#message_notification {
	background-color: rgb(247, 246, 246);
	border: 2px solid rgb(199, 198, 198);
	border-radius: 6px;
	top: 47% !important;
	min-height: 90px;
	width: 330px;
}

#message_notification .message_text {
	font-size: 16px;
	padding: 15px;
	justify-content: center;
	-webkit-justify-content: center;
}

#message_notification img:HOVER {
	cursor: pointer;
}

#location_info {
	position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #fbcd41;
    color: #394b60;
    font-size: 12pt;
    font-family: Roboto Regular;
    /*height: 18px;*/
    width: 370px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    z-index: 9999;
}

span.user_lnk {
  font-weight: bold;
}

span.user_lnk:hover {
  text-decoration: underline;
  cursor: pointer;
}

.modal_window {
  width: 400px;
  padding: 0;
}

.modal_window table.ctrl {
  padding: 10px;
  display: block;
  border: 0;
  margin: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.modal_window table.ctrl div.p_button {
  margin: 10px
}

.modal_window h2{
  border-radius: 4px 4px 0 0;
  margin: 0;
  padding: 5px;
  vertical-align: middle;
  display: block;
  background: green;
  color: white;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal_window p {
  text-align: center;
  font-size: 16px;
  color: gray;
  margin: 10px;
}

.modal_window .close {
  background-image: url("/dssb/assets/images/bt_cancel1.png");
  cursor: pointer;
  height: 18px !important;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px !important;
}

.modal_chat_comm {
  width:40%;
  background: #20124D;
  color: #FF9900;

  text-align:left;
  font-size: 14px;
  background: black;
  color: white;
  padding: 0;
}

.modal_useredit {
  background-color: #DCDCDC;
  color: white;
  font-size: 14px;
  width:700px;
}

.modal_useredit input {
  margin: 0 !important;
  margin-left: 5px !important;
}

.modal_workededit, .modal_livededit, .modal_educatededit {
  background-color: #FFFFFF;
  color: black;
  font-size: 12px;
  top: 100px;
  width:670px;
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

.modal_workededit form, .modal_livededit form, .modal_educatededit form{
	margin: 40px 15px 40px 40px;
}
#workededitsections, #livededitsections, #educatededitsections {
  margin-top: 40px !important;
  max-height: 225px;
  overflow-y: auto;
}

.modal_workededit label, .modal_livededit label, .modal_educatededit label {
  font-weight: bold;
  color: gray;
}

/* HISTORY PANES */

.history_item {
  padding: 10px;
  position: relative;
  font-size: 12px;
  height: 28px;
}

.history_item:hover {
  background-color: #F0F8FF;
}

.history_item_first {
  font-weight: bold;
  font-size: 14px;
  color: black;
  padding-left: 31px;
}

.history_item_second {
  font-size: 10px;
  color: gray;
  padding-left: 31px;
}

.history_item_dates {
  color: gray;
  float: right;
  height: 25px;
  width: 200px;
  text-align: left;
  /*padding: 7px;*/
  color: black;
}

.history_item_dates div.dates {
  font-weight: bold;
}


.history_item_ctrl {
  color: gray;
  font-size: 10px !important;
  font-weight: bold;
  margin-right: 120px !important;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
}

.history_item_ctrl input {
  width: 5px !important;
  height: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.history_item_ctrl label {
  vertical-align: bottom;
}

.buttons_header {
	/* position: absolute; */
	/* top: -3px; */
	/* right: -7px; */
	/* z-index: 1; */
	border-collapse: collapse;
	position: fixed;
	top: 50px;
	z-index: 2;
	max-width: calc(100% - 40px);
	/* right: 10px; */
	width: calc(100% - 20px);
	/* min-width: 470px; */
	/* padding-right: 50px; */
	/* left: 700px; */
}

.buttons_header table {
	float: right;
}

.buttons_header_main {
	/* position: absolute; */
	/* top: -3px; */
	/* right: -7px; */
	/* z-index: 1; */
	border-collapse: collapse;
	position: fixed;
	top: 50px;
	z-index: 2;
	/* max-width: calc(100% - 40px); */
	/* right: 10px; */
	width: calc(100% - 20px);
	min-width: 470px;
	/* padding-right: 50px; */
	/*left: 700px;*/
}
/* GROUPS */

.group_ctrl {
  	
}

.group_ctrl table {
	float: right;
}
.group_ctrl .p_button {
  width: 180px;
}

.group_item {
  /*padding: 10px;*/
/*  position: relative; */
  font-size: 12px;
  width: 100%;
  height: 72px;
}

.group_item:hover {
  background-color: #F0F8FF;
}

.group_item .cell {
  vertical-align: middle;
  border-bottom: solid 1px #C7C7C7;
}

.group_item input[type='checkbox'] {
  display: inline;
  height: 12px;
}

.group_item_name {
  font-size: 16px;
  color: black;
  cursor: pointer;
  width: 560px;
}

.group_item_edit {
  width: 100px;
  padding-left: 10px;
}

.group_item_edit div {
  /*padding-top: 6px;*/
}

.group_item_edit img {
  width: 25px;
  float: left;
}

.group_item_rp {
  width: 200px;
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.group_item_rp a {
  width: 100% !important;
}

.group_item_rp .ui-state-default {
  padding-top: 6px;
}

.group_item_rp select {
  width: 100%;
}

.group_item_view {
  width: 110px;
  /*padding-top: 4px;*/
}

.group_item_view div {
  /*padding-top: 4px;*/
}

.group_item_view img {
  width: 25px;
  float: left;
}

/* LISTBOXFILTER */

.listBoxF {
  width: 100%;
  position: relative;
}

.listBoxF > input {
  width: 300px !important;
  height: 30px !important;
  background-color: #FFFFFF !important;
  color: #000000 !important;
  font-size: 16px !important;
  border-radius: 3px !important;
/*  border-top: 2px solid #7FA294 !important;
  border-left: 2px solid #7FA294 !important;
  border-bottom: none !important;
  border-right: none !important;
*/
  border: 1px solid #818285;
  background-repeat: no-repeat !important;
  padding-left: 5px !important;
  padding-right: 35px !important;
  background-position: 314px center !important;
  margin: 25px 65px 25px auto !important;
  display: block !important;
  float: right !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.listBoxF > input.search-prompt {
  color: #B7B7B7 !important;
  font-style: italic !important;
}

.listBoxF .listBox {
  /*height: 430px;
  overflow-y: auto;
  overflow-x: hidden;*/
  width: 100%;
  box-sizing: border-box;
  padding-left: calc((100% - 354px * 3) / 2);
/*   display: flex; */
/*   display: -webkit-flex; */
/*   flex-flow: row wrap; */
/*   -webkit-flex-flow: row wrap; */
}


.listBoxF .listBox .card-container {
  width: 0;
  opacity: 0;
  transition-property: width, opacity;       
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}

.listBoxF .listBox .card-container.card-container-shown {
  width: 354px;
  opacity: 1;
  transition-duration: 800ms;
}

.tabs_cont {
  padding: 0;
}

.listBoxF .listBox > .card-container > * {
  margin: 10px 11px;
}

.m_card {
  background-color: #FFFFFF;
}

.listBoxF > .listBox-selector {
  height: 30px;
  padding-left: 10px;
}

.listBoxF > .listBox-selector > .LB-selector-item {
  display: inline-block;
  margin: 4px 5px;
  text-transform: capitalize;
}

.listBoxF > .listBox-selector > .LB-selector-item.LB-active {
  color: #8C8A8A;
  font-weight: bold;
  font-size: 18px;
}

.listBoxF > .listBox-selector > .LB-selector-item.LB-inactive {
  color: #BCBCBC;
  font-weight: bold;
  font-size: 18px;
}

.listBoxF > .listBox-selector > .LB-selector-item.LB-selected {
  color: #323232;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.listBoxF .listBox .listBoxEmpty {
  color: #A4A3A3;
  font-size: 26px;
  line-height: 63px;
  padding: 30px;
}

.listBoxEmpty {
  font-weight: normal;
  font-style: italic;
}

/* MCARD */

.m_card {
  border: 1px solid #CCCCCC;
  width: 330px;
  height: 120px;
  position: relative;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 3px;
}

.m_photo {
  float: left;
  width: 80px;
  height: 110px;
  background-color: #CCCCCC;
  margin: 5px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.m_photo img {
  max-width: 74px;
  max-height: 104px;
  flex-basis: -moz-available;
}

.m_name {
  font-weight: bold;
  padding: 15px 5px 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  o-text-overflow: ellipsis;
}

.m_name img {
  float: left;
  max-height: 20px;
  padding-right: 5px;
}

.m_email {
  font-size: 12px;
  color: gray;
  padding: 5px;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  o-text-overflow: ellipsis;
}

.m_phone {
  font-size: 14px;
  color: gray;
  margin-top: 20px;
  max-width: 145px;
}

.m_invite {
  font-size: 12px;
  position: absolute;
  bottom: 45px;
  right: 10px;
  cursor: pointer;
  text-align: right;
}

.m_invite .connect {
  color: #55BE93;
}

.m_invite .disconnect {
  color: #FBD65D;
}

.m_invite .accept {
  color: #FBD65D;
}

.m_invite .invite {
  color: #6ACED9;
}

.m_invite .invite_disabled {
  color: #808080;
  cursor: default;
}

.m_invite img {
  max-height: 15px;
  /*float: right;*/
  margin-left: 5px;
}

.m_switchboard {
  position: absolute;
  bottom: 5px;
  right: 2px;
  width: 136px;
}

.m_switchboard > .b_m_switchboard {
	width: 110px;
}

.m_banner {
  position: relative;
  width: 100%;
  height: 80px;
}

.m_affliliate {
  position: absolute;
  top: 3px;
  right: 2px;
}

.m_affiliate_remove {
  right: 4px;
  top: 24px;
  left: auto !important;
  bottom: auto !important;
}

.m_admin {
  position: absolute;
  bottom: 32px;
  left: 91px;
  font-size: 12px;
  color: gray;
  vertical-align: middle;
}

.m_admin input[type='checkbox'] {
  display: inline;
  margin: 2px !important;
}

.m_remove {
  display: flex;
  -webkit-display: flex;
  color: red;
  cursor: pointer !important;
  font-size: 11px;
  vertical-align: top;
  position: absolute;
  left: 93px;
  bottom: 8px;
  height: 14px;
}

.m_remove img {
  width: 13px;
  margin-right: 3px;
}

.m_up_right_cont {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-flex-flow: row nowrap;
}

.m_connections,
.m_groupmemberships {
	font-size: 12px;
}
/* LINE INVITE CARD */

.card-line {
/*  width: calc(100% - 20px); */
/*  padding: 10px; */
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition-property: height, opacity;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}

.card-line.card-line-shown {
  height: 45px;
  opacity: 1;
  transition-duration: 800ms;
}

.card-line:nth-child(2n+1){
  background-color: #FFFFFF;
}

.card-line:nth-child(2n) {
  background-color: #F8F8F8;
}

.l_card {
  height: 25px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.l_name {
  width: calc(30% - 15px - 10px);
  float: left;
  margin-left: 10px;
  /*font-weight: bold;*/
}

.l_sb_button {
  width: 20%;
  float: left;
  display: table-cell;
  text-align: center;
}

.l_sb_button_view {
  color: #30A5CB;
  cursor: pointer;
}

.l_invite_date {
  width: 15%;
  float: left;
  text-align: center;
}

.l_resend_date {
  width: 15%;
  float: left;
  text-align: center;
}

.l_reinvite_ctrl {
  width: calc(11% - 20px);
  float: left;
  margin-left: 20px;
}

.l_reinvite_ctrl div[class*="p_button"] img {
  width: 15px;
  padding: 3px;
}


.l_remove {
  width: 2%;
  float: left;
  text-align: center;
  margin-left: 30px;
}

/*  */

.unselectable {
  cursor: pointer;
}

.uns {
  cursor: default;
}

.unselectable, .uns {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ontop {
  z-index: 99999;
}

.clear {
  clear: both;
}

span.norecords {
  color: #A4A3A3;
  font-size: 26px;
  line-height: 63px;
  padding: 30px;
}

/* SB BUTTONS SECTION  */

#buttons {
  background: #6ACED9;
  border-radius: 6px;
  display: table;
  height: 58px;
  margin-bottom: 19px;
}

#buttons .cell.icon {
  width: 80px;
  min-width: 80px;
}

#buttons .cell.icon>div {
  float: left;
  position: relative;
  left: 28px;
  top: 6px;
  font-size:29px;
}

#buttons .cell.sp {
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

#buttons .cell.sp > div {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.2));
  display: inline-block;
  height: 100%;
  width: 3px;
  top: -10px;
}

#buttons .cell > span {
  clear: both;
  display: block;
  position: relative;
  text-align: center;
  text-shadow: 0 0 2px #489CA6;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  top: 9px;
}

#buttons .cell input[type='checkbox']{
  float: left;
  left: 5px;
  margin: -15px 0 0 !important;
  position: relative;
  top: -18px;
}

#buttons img {
  max-height: 25px;
}

/* GROUPS MENU */

/*.groups_selector {
    display:none !important;
    position: absolute;
    top: 0px;
    left: 27px;
    width: 193px;
    height: 100%;
}*/

.groups_selector .cScrollWrap,
.add_members_list_groups .cScrollWrap,
.groups_list .cScrollWrap {
    background: transparent;
/*    position: absolute;*/
    max-height: 300px;
/*     max-width: none; */
    height: auto;
/*    left: 0px;
    top: 100%;
*/
    box-shadow: 5px 5px 20px -6px rgba(0, 0, 0, 0.3);

    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;

    min-width: 100%;

    overflow: hidden !important;
}

.groups_selector .cScrollDraggerWrap,
.add_members_list_groups .cScrollDraggerWrap,
.groups_list .cScrollDraggerWrap {
   background: transparent;
   border: none;
   width: 6px;
}

.groups_selector .cScrollDragger,
.add_members_list_groups .cScrollDragger,
.groups_list .cScrollDragger {
   background-color: gray;
   border-radius: 1px;
   width: 2px;
   opacity: 0.7;
}

.groups-selector-list {
    display: none;
    background: #ffffff;
    min-width: 200px;
    max-width: 1160px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.groups_selector_wrap {
    height: 100%;
    width: 100%;
    /* 	text-shadow: 0 0 2px rgba(0, 0, 0, 0.15); */
}

.groups_selector_bar {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;

    color: black;
    font-size: 12px;
    line-height: 11px;
    font-weight: lighter;
    overflow: hidden;
}

.groups_selector_current {
    word-break: break-all;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    max-height: 100%;
}

.groups_selector_current::BEFORE {
	/*content: "Current Group:";*/
	padding-right: 3px;
}

.groups_selector_indicator {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    transition-propertes: transform;
    transition-duration: 100ms;
}

.groups_selector_indicator.opened {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.groups-selector-list .group-header,
.add_members_select_head,
.groups_head {
    background-color: gray;
    padding: 5px;
    padding-left: 22px;

    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.create-new-group-icon {
    width: 17px;
    height: 16px;
    max-height: 16px !important;
    max-width: 17px !important;
}

.group-manage {
	/*color: #FFFFFF;*/
	font-size: 18px;
    color: #E1E0E0;
	/*margin-left: auto;*/
}

.group-manage .icon2-settings_ic {
	cursor: pointer;
}

.groups-selector-list .group-header > span, 
.groups_head > span {
    font-weight: bold !important;
    margin: 5px !important;
    text-align: left !important;
    color: white !important;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    display: block;
}

.groups-selector-list .group-header > span.switcher:hover,
.groups_list .groups_head > span.switch_groups:hover {
    cursor: pointer;
    color: yellow !important;
}

.groups-selector-list .group-header > span.switcher:hover {
    color: yellow !important;
}

.groups-selector-list .group-item span.groupName,
.groups_list .group-element span.group-element-name {
    padding-left: 10px;
}

.groups-selector-list .group-item span.subNum:hover,
.groups_list .group-element span.subNum:hover {
    color: red;
}

.underlined {
	text-decoration: underline;
}

.groups-selector-list .group-header > span.uns-hdr,
 .groups_head > span.uns-hdr {
    text-transform: uppercase;
}

.groups-selector-list .group-item, .groups_selector_div .group-element {
    color: #5a5a5a;
    font-size: 11px;
    padding: 3px 0;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.groups-selector-list .group-item:hover, .groups_selector_div .group-element:hover {
    opacity: 0.8;
}

.groups-selector-list .group-item:hover, .groups_selector_div .group-element:hover {
    background-color: #F0F0F0;
}

.groups-selector-list .group-item-icon, .groups_selector_div .group-item-icon {
    max-height: 14px;
    float: left;
}

.groups-selector-list .group-item.tr {
    padding-right: 30px;
}

.groups-selector-list > .sep,
.groups_list > .sep {
    background: rgba(255, 255, 255, 0.25);
    height: 1px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    padding: 0;
}

.ellipsis_text {
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	o-text-overflow: ellipsis
}

/* ONE BOX */
/*=========*/

div.onebox_common {
  display: block;
  height: 80px;
  width: 100%;
}

div.onebox_main {
  float: left;
  height: 100%;
  width: calc(100% - 330px);
}

div.onebox_common_hdr {
  height: 30px;
  width: 100%;
  font-size: 16px;
}

div.onebox_common_hdr img {
  display: inline;
  width: 15px;
}

div.onebox_common_hdr div.image {
  margin-left: 10px;
  float: left;
}

div.onebox_common_hdr div.name {
  float: left;
  font-weight: bold;
  margin-top: 6px;
  width: 250px;
}

div.onebox_common_hdr div.date {
  float: left;
  margin: 6px;
  margin-left: 20px;
  color: black;
  width: 200px;
}

div.onebox_common_hdr div.ago {
  float: left;
  margin: 6px;
  margin-left: 20px;
  color: gray;
}

div.onebox_common_body {
  height: 50px;
  width: 100%;
  position: relative;
}   
  
div.onebox_body {
  height: 100%;
}

div.onebox_buttons {
  position: absolute;
  right: -320px;
  top: -24px;
  width: 120px;
}

div.onebox_buttons table{
  border-collapse: separate !important;   
}

.onebox_buttons div.p_button {
  width: 90px;
}

.onebox_buttons div.p_button_del {
  width: 90px;
}

div.onebox_common table {
  border-collapse: collapse;
}

div.onebox_common_hdr > table {
  width: 100%;
  height: 100%;
}

div.onebox_common_hdr td {
  padding: 0;
  vertical-align: middle;
}

div.onebox_common_hdr td.onebox_hdr_img {
  width: 30px;
  text-align: center;
}

div.onebox_common_hdr td.onebox_hdr_name {
  width: 300px;
  padding-left: 10px;
  font-weight: bold;
}

div.onebox_common_hdr td.onebox_hdr_name > span {
  cursor: pointer;
}

div.onebox_common_hdr td.onebox_hdr_date {
  text-align: right;
  width: 150px;
}

div.onebox_common_hdr td.onebox_hdr_ago {
  padding-left: 10px;
}

div.onebox_body td {
  padding: 0;
  height: 100%;
}

div.onebox_body > table {
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

div.onebox_common_body img.i_type {
  height: 47px;
  display: inline;
}

div.onebox_common_body td.onebox_body_img {
  width: 50px;
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  color: #FBCD40;
}

div.onebox_common_body td.onebox_body_img.icon2-email_ic.act,
div.onebox_common_body td.onebox_body_img.icon2-call_ic.act,
div.onebox_common_body td.onebox_body_img.icon2-video_chat_ic.act{
    color: #55BE93;
}

div.onebox_common_body td.onebox_body_img.icon2-chat_ic {
  transition-property: color;
  transition-duration: 200ms;
}

div.onebox_common_body td.onebox_body_img.icon2-chat_ic.onebox-i-idle {
  color: #FACB32;
}

div.onebox_common_body td.onebox_body_img.icon2-chat_ic.onebox-i-online {
  color: #55BE93;
}

div.onebox_common_body td.onebox_body_img.icon2-chat_ic.onebox-i-offline {
  color: #FF0000;
}

div.onebox_common_body td.onebox_body_cnt {
  padding-left: 10px;
}


div.onebox_common_body td.onebox_body_cnt > div {
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 50px;
  position: relative;
}

div.onebox_common_body td.onebox_body_cnt > div > div {
  height: 100%;
  width: 100%;
  display: table;
  border-collapse: collapse;
}

div.onebox_common_body td.onebox_body_cnt > div > div > p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: left;
  font-size: 15px;
  padding: 0;
}

div.onebox_common_cont {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: height, opacity;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

div.onebox_common_cont.onebox_common_cont_shown {
  height: 80px;
  opacity: 1;
  transition-duration: 550ms;
}

div.onebox_common_cont.shown {
	background: #ECECEC;
}

div.onebox_common_body td.onebox_body_cnt > div:after {
  content: "";
  left: 0;
  bottom: 0;
  height: 15px;
  width: 100%;
  position: absolute;
  background-image: -o-linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0));
  background-image: -khtml-linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0));
}

div.onebox_common_cont.shown div.onebox_common_body td.onebox_body_cnt > div:after {
  background-image: -o-linear-gradient(to top, #ECECEC, rgba(242, 242, 242, 0));
  background-image: -moz-linear-gradient(to top, #ECECEC, rgba(242, 242, 242, 0));
  background-image: -khtml-linear-gradient(to top, #ECECEC, rgba(242, 242, 242, 0));
  background-image: -webkit-linear-gradient(to top, #ECECEC, rgba(242, 242, 242, 0));
  background-image: linear-gradient(to top, #ECECEC, rgba(242, 242, 242, 0));
}

.mCSB_dragger_bar {
  background: gray !important;
}

/* JPLAYER SECTION */

div.player-control-container {
  width: 100%;
  height: 25px;
}

div.player-control-main {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

div.player-control-main .row > .cell {
  padding: 0;
}

div.player-control-buttons {
  padding-right: 10px !important;
  vertical-align: middle;
  width: 25px;
}

div.player-control-currtime,
div.player-control-totaltime {
  color: #A79898;
  font-size: 12px;
  vertical-align: middle;
  width: 1px;
}

div.player-control-currtime {
  padding-right: 14px !important;
  width: 34px;
}

div.player-control-totaltime {
  padding-left: 14px !important;
}

div.player-control-line {
  width: auto;
  vertical-align: middle;
}

div.player-control-volume {
  width: 10px;
  height: 100%;
  padding-left: 10px !important;
  cursor: pointer;
}

div.player-control-volume > div {
  width: 100%;
  height: 100%;
  background-color: gray;
  overflow: hidden;
}

div.player-control-volume > div > div {
  width: 100%;
  height: 100%;
  background-color: blue;
  position: relative;
}

div.player-control-container div.player-control-button-play,
div.player-control-container div.player-control-button-pause {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  background-position: center center;
  background-size: 25px 25px;
  vertical-align: bottom;
}

div.player-control-line-all {
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  height: 6px;
  width: 100%;
  cursor: pointer;
  background-color: #B3B3B3;
  border: none;
}

div.player-control-line-fill {
  background-color: #4A4A4A;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 6px;
  position: absolute;
  top: 0;
  width: 50%;
  transition-property: width;
  transition-duration: 250ms;
  transition-timing-function: linear;
}

div.player-control-line-btn {
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 15px;
  position: absolute;
  top: -5px;
  left: 0;
  margin-left: -8px;
  cursor: pointer;
  background-color: #6ACED9;
  box-shadow: 0 0 #B3B3B3 inset, 0 0 3px #000000;
  transition-property: left;
  transition-duration: 250ms;
  transition-timing-function: linear;
}

div.player-control-line-wrap {
  position: relative;
}

/* JQUERY UI */

.ui-selectmenu-open {
  /*position: relative !important;*/
  z-index: 1 !important;
}

/* PRESENCE INDICATOR */

.presence-indicator {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  box-shadow: 0 0 1px #B3B3B3 inset, 0 0 2px #808080;
}

div.presence-indicator-idle,
div.presence-indicator-online,
div.presence-indicator-offline {
  position: relative;
  animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
}

@keyframes presence-online {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-moz-keyframes presence-online {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-webkit-keyframes presence-online {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes presence-offline {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-moz-keyframes presence-offline {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-webkit-keyframes presence-offline {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes presence-idle {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-moz-keyframes presence-idle {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-webkit-keyframes presence-idle {
  from {opacity: 0;}
  to {opacity: 1;}
}

div.presence-indicator-online {
  background-color: #8CC63F;
  animation-name: presence-online;
  -moz-animation-name: presence-online;
  -webkit-animation-name: presence-online;
}

div.presence-indicator-offline {
  background-color: #D94C37;
  animation-name: presence-offline;
  -moz-animation-name: presence-offline;
  -webkit-animation-name: presence-offline;
}

div.presence-indicator-idle {
  background-color: #FCD040;
  animation-name: presence-idle;
  -moz-animation-name: presence-idle;
  -webkit-animation-name: presence-idle;
}

div.card-presence-indicator-wraper {
  margin: 3px 3px 0 0;
}

/* BREADCRUMBS */

.breadcrumb-cont {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
	text-indent: 10px;
}

.header-breadcrumb-delim {
    margin: 0 5px;
    font-size: 12px;
}

.header-breadcrumb-ellips {
    margin: 0 5px;
    font-size: 12px;
}

/* SCROLLER */

.cScrollWrap {
  height: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  clear: both;
  z-index: 0;
}

.cScrollDraggerWrap {
  opacity: 0;
  background-color: #F5F5F5;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #D7D7D7;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cScrollDraggerAgent {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: auto;
  max-height: 100%;
}

.cScrollDragger {
  width: 100%;
  height: 0px;
  margin: auto;
  background-color: #838383;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: -50%;
  right: -50%;
  transition-property: height;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tabs_cont .cScrollWrap {
	height: 430px;
}

/* SPIN */

.listBoxF > div.spin {
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
}

.listBoxF > div.spin:before {
  background: radial-gradient(ellipse at center, rgba(215,215,215,1)
            0%,rgba(215,215,215,0.85)
            25%,rgba(215,215,215,0.2)
            59%,rgba(215,215,215,0)
            70%,rgba(215,215,215,0) 100%);
/*  background: radial-gradient(ellipse at center, rgba(215,215,215,1)
            0%,rgba(225,225,225,0.85)
            25%,rgba(239,239,239,0.2)
            59%,rgba(243,243,243,0)
            70%,rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1)
            0%,rgba(255,255,255,0.85)
            25%,rgba(255,255,255,0.2)
            59%,rgba(255,255,255,0)
            70%,rgba(255,255,255,0) 100%);*/
  border-radius: 100px;
  content: "";
  height: 120px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 120px;
}

.listBoxF > div.spin > div {
  height: 25%;
  width: 5%;
}

/* NOTIFICATIONS */

.noti-empty-message {
  color: #A4A3A3;
  font-size: 26px;
  line-height: 63px;
  padding: 30px;
  font-weight: normal;
  font-style: italic;
}

.noti-header {
  width: 100%;
  color: #A4A3A3;
  height: 63px;
}

.noti-ather,
.noti-conn-invite,
.noti-group-invite,
.noti-group-request,
.noti-group-affiliate-request {
  color: #A4A3A3;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: height, opacity;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: normal;
 }

.noti-ather.noti-ather-shown,
.noti-conn-invite.noti-conn-invite-shown, 
.noti-group-invite.noti-group-invite-shown,
.noti-group-request.noti-group-request-shown,
.noti-group-affiliate-request.noti-group-affiliate-request-shown {
  height: 63px;
  opacity: 1;
  transition-duration: 550ms;
 }

.noti-ather table,
.noti-header table,
.noti-conn-invite table,
.noti-group-request table,
.noti-group-invite table,
.noti-group-affiliate-request table {
  height: 100%;
}

.noti-header > *,
.noti-ather > *,
.noti-conn-invite > *,
.noti-group-invite > *,
.noti-group-request > *,
.noti-group-affiliate-request > * {
  height: 63px;
/*     line-height: 63px; */
  display: inline-block;
}

.noti-ather:nth-child(even),
.noti-conn-invite:nth-child(even),
.noti-group-invite:nth-child(even),
.noti-group-request:nth-child(even),
.noti-group-affiliate-request:nth-child(even) {
  background-color: #F8F8F8;
}

.noti-ather:nth-child(odd),
.noti-conn-invite:nth-child(odd),
.noti-group-invite:nth-child(odd),
.noti-group-request:nth-child(odd),
.noti-group-affiliate-request:nth-child(odd) {
  background-color: #FFFFFF;
}

.noti-header > *,
.noti-ather-info,
.noti-ather-time,
.noti-gr-sw,
.noti-gi-gsw,
.noti-conn-sw,
.noti-gr-gname,
.noti-gi-gname,
.noti-gi-gtype,
.noti-gi-fullname,
.noti-gr-fullname,
.noti-conn-fullname,
.noti-graf-gnamef,
.noti-graf-gtypef,
.noti-graf-fullname,
.noti-graf-gswf,
.noti-graf-gnamet {
  padding-left: 25px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noti-header > * {
  font-weight: bold;
  color: #181818;
}

.noti-ather-info {
  width: 80%;
}

.noti-conn-sw,
.noti-conn-fullname {
  width: 400px;
}

.noti-gr-sw,
.noti-gi-gsw,
.noti-conn-sw,
.noti-graf-gswf {
  color: #30A5CB;
}
.noti-gr-btns,
.noti-gi-btns,
.noti-conn-btns,
.noti-graf-btns {
    float:right;
}
.noti-gr-sw,
.noti-gr-fullname {
  width: 267px;
}

.noti-gr-gname {
  width: 266px;
  cursor: pointer;
}

.noti-gi-fullname,
.noti-graf-fullname {
  cursor: pointer;
}


.noti-gi-gname,
.noti-graf-gnamef,
.noti-graf-gnamet {
  width: 220px;
}

.noti-gi-fullname {
  width: 215px;
}

.noti-graf-fullname,
.noti-header-sender {
  width: 150px;
}

.noti-gi-gsw {
  width: 215px;
}

.noti-graf-gswf {
  width: 170px;
}

.noti-header-gname {
  width: 215px;
}

.noti-header-gnamet {
  width: 215px;
  margin-left: 162px;
}

.noti-header-gtype {
  width: 150px;
}

.noti-gi-gtype,
.noti-graf-gtypef {
  width: 150px;
}

.noti-header-gr-name {
  width: 529px;
}

.noti-ather-info span {
  font-weight: bold;
  cursor: pointer;
}

.noti-graf-gnamef,
.noti-graf-gnamet,
.noti-gi-gname,
.noti-conn-fullname,
.noti-gr-fullname {
  font-weight: bold;
}

.noti-graf-new,
.noti-ather-new,
.noti-gi-new,
.noti-conn-invite-new,
.noti-gr-new {
  color: #181818;
}

.noti-graf-btns .p_button,
.noti-gi-btns .p_button,
.noti-conn-btns .p_button,
.noti-gr-btns .p_button {
  display: inline-block;
  line-height: normal;
  margin: -8px 15px 0;
}

.p_button > div {
  display: inline;
  line-height: 25px;
}

.noti-graf-btns .p_button.noti-accept,
.noti-gi-btns .p_button.noti-accept,
.noti-conn-btns .p_button.noti-accept,
.noti-gr-btns .p_button.noti-accept {
  background-color: #55BE93;
}

.noti-graf-btns .p_button.noti-accept:ACTIVE,
.noti-gi-btns .p_button.noti-accept:ACTIVE,
.noti-conn-btns .p_button.noti-accept:ACTIVE,
.noti-gr-btns .p_button.noti-accept:ACTIVE {
  background-color: #35aE73;
}

.noti-graf-btns .p_button.noti-decline,
.noti-gi-btns .p_button.noti-decline,
.noti-conn-btns .p_button.noti-decline,
.noti-gr-btns .p_button.noti-decline {
  background-color: #D32516;
}

.noti-graf-btns .p_button.noti-decline:ACTIVE,
.noti-gi-btns .p_button.noti-decline:ACTIVE,
.noti-conn-btns .p_button.noti-decline:ACTIVE,
.noti-gr-btns .p_button.noti-decline:ACTIVE {
  background-color: #B30506;
}


/* WIDGETS */

.widget {
  background: white;
  margin: 5px;
  padding: 5px;
  float: left;
}

.widget h2 {
  margin: 0;
  padding: 3px;
  color: white;
}

.widgetLarge {
  width: calc(50% - 20px);
  height: 620px;
}

.widgetMedium {
  width: calc(50% - 20px);
  height: 300px;
}

.widgetSmall {
  width: calc(25% - 20px);
  height: 300px;
}

/* WIDGETS TILE */

div.tile-flex-large {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  tratransition-property: all;
  transition-duration: 1500ms;
  transition-timing-function: linear;

  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
/*     background-color: lightyellow; */
}

div.tile-flex-middle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  transition-property: all;
  transition-duration: 1500ms;
/*     background-color: lightcyan; */
}

div.tile-flex-small {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  transition-property: all;
  transition-duration: 1500ms;
}

div.tile-flex-large,
div.tile-flex-middle,
div.tile-flex-small {
  /*position: relative;*/
}

div.tile-widget-wrap-large,
div.tile-widget-wrap-middle,
div.tile-widget-wrap-small {
  width: 100%;
  height: 100%;
}

/*
div.large-widget-wrap.place-holder {
  background-color: white;
  border-style: dashed;
  border-color: black;
  border-width: 1px;
}
*/

div.large-widget-wrap {
  /*background-color: lightgreen;*/
}

div.middle-widget-wrap {
  /*background-color: lightblue;*/
}

div.small-widget-wrap {
  /*background-color: Gold;*/
}

.tile-widget-shadow {
/*     box-shadow: 0 3px 18px rgba(0, 0, 0, 0.60); */
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.99);
}

div.widget-wrap {
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative;
  border-left: 1px solid rgb(63, 63, 63);
  border-right: 1px solid rgb(63, 63, 63);
  border-bottom: 1px solid rgb(63, 63, 63);
}

div.widget-wrap-title {
  background-color: inherit;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  font-size: 11px;
  height: 20px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
	  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.widget-wrap-body {
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  display: flex;
  height: calc(100% - 20px);
  overflow: hidden;
  width: 100%;
}

div.widget-wrap-body > * {
  width: 100%;
  height: 100%;
  margin: auto !important;
  border: medium none !important;
  border-radius: 0 0 8px 8px !important;
  -webkit-border-radius: 0 0 8px 8px !important;
  -moz-border-radius: 0 0 8px 8px !important;
}

div.widget-wrap-title > span {
  box-sizing: border-box;
  margin: auto 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  display: block;
  text-align: center;
  height: 12px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.widget-wrap-contnet {
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-timing-function: cubic-bezier(.02, .01, .47, 1);
  -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
  opacity: 1;
}

.widget-wrap-back-btn {
  background-image: url("/dssb/assets/images/common/widget_back_arrow.png");
  height: 100%;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  
  transition-property: visibility, opacity;
  -webkit-transition-property: visibility, opacity;
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-timing-function: cubic-bezier(.02, .01, .47, 1);
  -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
  
  opacity: 0;
  visibility: hidden;
}

.widget-wrap-back-btn-active {
  opacity: 1;
  visibility: visible;
}

.tiles-box-options-main {
  position: absolute;
  height: 374px;
  width: 294px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: inset -1px -1px 9px -1px rgba(0, 0, 0, 0.8), 0 0 25px rgba(0, 0, 0, 0.55);
  border-radius: 10px;
  z-index: 3;
  
  transition-property: width, height, opacity, visibility;
  -webkit-transition-property: width, height, opacity, visibility;
  transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  
  visibility: hidden;
  opacity: 0;
}


div.tiles-box-options-main >
div.options-title {
  background-color: rgba(0,0,0,0);
  border-radius: 10px 10px 0 0;
  color: #838282;
  cursor: default;
  display: flex;
  font-size: 11px;
  height: 20px;
  width: calc(100% - 10px);

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
} 

div.tiles-box-options-main >
div.options-title >
span:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 70%);
  border-radius: 0 5px 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

div.tiles-box-options-main >
div.options-title >
span {
  box-sizing: border-box;
  margin: auto 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 0 10px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  display: block;
}

div.tiles-box-options-main >
div.cScrollWrap {
/*  height: calc(100% - 20px - 55px - 15px); */
  height: calc(100% - 20px - 55px);
  width: 280px;
/*  margin: 15px auto 0 auto; */
  margin: auto;
}

div.tiles-box-options-main >
div.cScrollWrap > div.options-body {
  height: 100%;
  width: 100%;    
}

div.tiles-box-options-main >
div.cScrollWrap div.cScrollDragger {
  width: 2px;
  background-color: #B7B7B7;
}

div.tiles-box-options-main >
div.cScrollWrap div.cScrollDraggerWrap {
  border: none;
  background-color: rgba(0,0,0,0);
}

div.tiles-box-options-item {
  width: 100%;
  overflow-x: hidden;
}

div.tiles-box-options-item-tooltip {
  max-width: 200px;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  background: rgba(55, 55, 55, 0.85);
  border: none;
  box-shadow: inset 1px 1px 5px 0px rgba(255,255,255, 0.65),
        1px 1px 9px 0 rgba(0,0,0,0.5);
}

div.tiles-box-options-item-tooltip:AFTER,
div.tiles-box-options-item-tooltip:BEFORE {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
}

div.tiles-box-options-item-tooltip:AFTER {
  border-color: transparent;
  border-top-color: rgba(55, 55, 55, 0.55);
  border-width: 5px;
  margin-left: -5px;
}

div.tiles-box-options-item-tooltip:BEFORE {
  border-color: transparent;
  border-top-color: rgba(55, 55, 55, 0.55);
  border-width: 6px;
  margin-left: -6px;
}

div.tiles-box-options-item >
div.options-item-text {
  font-size: 12px;
  color: #838282;
  font-weight: normal;
  padding: 0 10px;
}

#content div.tiles-box-options-item > input {
  border-radius: 3px !important;
  border: none !important;
  background-color: rgba(0,0,0,0) !important;
  box-shadow: -1px -1px 5px rgba(0,0,0,0.25) !important;
  height: 25px !important;
  font-size: 12px !important;
  color: #000000 !important;
  margin: 2px 10px 5px;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

div.tiles-box-options-main >
div.options-btns {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 55px;
  font-size: 14px;
  font-weight: normal;
}

div.tiles-box-options-main >
div.options-btns >
div.options-btn {
  width: 100px;
  height: 30px;
  color: white;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  box-shadow: rgba(0, 0, 0, 0.992157) 1px 1px 4px -1px;
  margin: 0 10px;
}

div.tiles-box-options-main >
div.options-btns >
div.options-btn:ACTIVE {
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

div.tiles-box-options-main >
div.options-btns >
div.options-btn.options-apply-btn {
  background-color: #B7B7B7;
}

div.tiles-box-options-main >
div.options-btns >
div.options-btn.options-close-btn {
  background-color: #B7B7B7;
}

div.widget-wrap-body div.cScrollDraggerWrap {
  opacity: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

div.widget-wrap-body div.cScrollDraggerWrap div.cScrollDragger {
  background-color: #373737;
  border-radius: 1px;
  width: 2px;
}

/* WIDGETS GRID */

div.tiles-small-box,
div.tiles-middle-box,
div.tiles-large-box {
  font-size: 23px;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  transition-duration: 90ms, 500ms, 850ms;
  -moz-transition-duration: 90ms, 500ms, 850ms;
  -webkit-transition-duration: 90ms, 500ms, 850ms;
  transition-property: transform, box-shadow, opacity;
  -moz-transition-property: -moz-transform, box-shadow, opacity;
  -webkit-transition-property: -webkit-transform, box-shadow, opacity;
}

.widget-expand-btn {
    width: 20px;
    height: 20px;
    background-image: url("/dssb/assets/images/common/widget_expand_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin: 0 3px;
}

.widget-fs-header > .widget-settings-btn,
.widget-wrap-title > .widget-settings-btn {
    height: 15px;
    background-image: url("/dssb/assets/images/common/widget_settings_icon.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    visibility: hidden;
    opacity: 0;
}

.widget-fs-header > .widget-settings-btn {
    width: 0;
    transition-property: visibility, opacity, width, margin;
    -webkit-transition-property: visibility, opacity, width, margin;
    margin: 0;
}

.widget-wrap-title > .widget-settings-btn {
    width: 14px;
    margin: 0 3px 0 0;
    transition-property: visibility, opacity;
    -webkit-transition-property: visibility, opacity;
}

.widget-wrap-title > .widget-sizing-btn-active,
.widget-fs-header > .widget-sizing-btn-active {
    visibility: visible;
    opacity: 1;
}

.widget-fs-header > .widget-sizing-btn-active {
    width: 14px;
    margin: 0 3px 0 0;
}

.tiles-box-settings-menu {
  box-sizing: border-box;
  border-left: 1px solid rgba(158,161,163,0.6);
  overflow: hidden;
  position: absolute;
  top: 2px;
  right: 2px;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.35);
  border-radius: 7px;
  
   transition-property: visibility, opacity;
  -webkit-transition-property: visibility, opacity;
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-timing-function: cubic-bezier(.02, .01, .47, 1);
  -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
  
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.tiles-box-settings-menu-active {
	opacity: 1;
	visibility: visible;
}

.tiles-box-settings-menu > li {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  overflow-x: hidden;
  display: block;
  background-color: #FFFFFF;
}

.tiles-box-settings-menu > li > ul {
  width: 100%;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px 0 18px;
  margin: 0;
  line-height: 18px;
  box-sizing: border-box;
  position: relative;
}

.tiles-box-settings-menu > li > ul:first-of-type {
  border-radius: 7px 7px 0 0;

}

.tiles-box-settings-menu > li > ul:last-of-type {
  border-radius: 0 0 7px 7px;
}

.tiles-box-settings-menu > li > ul.tiles-box-menu-sep {
  height: 1px;
  width: calc(100% - 4px);
  margin: 1px auto;
  box-sizing: border-box;
  background: #E2E2E2;
  cursor: default;
}

.tiles-box-settings-menu > li > ul.tiles-box-menu-current-item::BEFORE {
  font-family: icomoon2;
  content: "\e604";
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 6px;
}

.tiles-box-settings-menu > li > ul.tiles-box-menu-normal-item {
  color: #2B2B2B;
}

.tiles-box-settings-menu > li > ul.tiles-box-menu-disabled-item {
  color: #DDDDDD;
  cursor: default;
}

.tiles-box-settings-menu > li > ul.tiles-box-menu-highlighted-item {
  color: #FF0000;
}

.tiles-box-settings-menu > li > ul:not(.tiles-box-menu-disabled-item):not(.tiles-box-menu-sep):HOVER {
  background-color: #626262;
  color: #ffffff;
}

.tiles-box-settings-menu > li > ul:first-of-type:not(.tiles-box-menu-disabled-item):not(.tiles-box-menu-sep):HOVER {
  box-shadow:  0 -1px 0px 1px #626262;
}

.tiles-box-settings-menu > li > ul:last-of-type:not(.tiles-box-menu-disabled-item):not(.tiles-box-menu-sep):HOVER {
  box-shadow:  0 1px 0px 1px #626262;
}

div.tiles-small-box,
div.tiles-middle-box,
div.tiles-large-box {
  background-color: rgba(55, 55, 55, 0.95);
}

div.tiles-box-shadow {
  opacity: 0.95;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 1);
}

div.tiles-stop-transition {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}

div.tiles-mask:AFTER {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  content: "";
  display: block;
}

div.tiles-placeholder {
  display: block;
  border-radius: 10px;
  position: absolute;
  top: 13px;
  left: 13px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.4) inset, 2px 2px 45px rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(0,0,0, 0.35);
  border-left: 2px solid rgba(0,0,0, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}

div#tiles-grid-home {
  position: relative;
  width: 100%;
}

div#tiles-grid-profile {
  position: relative;
  width: 1100px;
  left: -8.727272px;
}

div#tiles-grid-sw {
  position: relative;
  width: 1100px;
  left: -8.727272px;
}

div#tiles-grid-sw .widget-wrap-title {
  cursor: default !important;
}

div#tiles-grid-gr {
  position: relative;
  width: 1100px;
  margin: auto;
  left: 0;
}

.widget-fs-cont {
	width: 100%;
	height: 0;
	border-radius: 10px;
	box-sizing: border-box;
	border-width: 0;
	opacity: 0;
	transition-property: height, margin-bottom, opacity, border-width;
	-webkit-transition-property: height, margin-bottom, opacity, border-width;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
	background-color: rgba(55, 55, 55, 0.95);
	
	display: flex;
	display: -webkit-flex;
  	flex-direction: column;
  	-webkit-flex-direction: column;
}

.widget-fs-header {
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	height: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.widget-fs-header > .widget-wrap-back-btn {
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.widget-fs-body {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	position: relative;
	border-radius: 0 0 8px 8px !important;
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
	height: calc(100% - 30px)
}

.widget-fs-tabs {
	height: 100%;
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.widget-fs-tabs.tabs-only-child {
    justify-content: center;
    -webkit-justify-content: center;
}

.widget-fs-wcont {
	position: absolute;
  	width: 100%;
  	height: 100%;
  	
	transition-property: opacity, visibility;
	-webkit-transition-property: opacity, visibility;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
	transition-timing-function: cubic-bezier(.02, .01, .47, 1);
	-webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	
	border-radius: 0 0 8px 8px !important;
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
}

.widget-fs-wcont > .widget-wrap-contnet {
	width: 100%;
	height: 100%;
	border: medium none !important;
    border-radius: 0 0 8px 8px !important;
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
}

.widget-fs-tab {
	height: 100%;
    box-sizing: border-box;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 5px;

    min-width: 100px;
    max-width: 200px;

    cursor: pointer;
    overflow: hidden;

    transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    transition-property: transform, background-color, color, width;
    -webkit-transition-property: transform, background-color, color, width;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);

    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;

    position: relative;
}

.widget-fs-tab:only-of-type {
    cursor: default;
}

.widget-fs-tab-select {
    background-color: #000000;
}

.widget-fs-tab:first-of-type {
    border-radius: 10px 0 0 0;
}

.widget-fs-tab.widget-fs-tab-active:last-of-type {
    border-radius: 0 10px 0 0;
}

.widget-fs-tab.widget-fs-tab-active::AFTER {
    content: none !important;
}

.widget-fs-tab:not(:only-of-type)::AFTER {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #696969;
    position: absolute;
    right: 0;
    top: 10%;
}

.widget-fs-tab-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.widget-fs-cont.widget-fs-visible {
	height: 880px;
	border: 1px solid rgb(63, 63, 63);
	opacity: 1;
	display: block !important;
}

/* WIDGET PANEL */

div.widgets-slide-panel {
  width: 301px;
  height: 409px;
  background-color: rgba(147, 146, 146, 0.95);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 20px 0;
  bottom: 15px;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
}

div.widgets-slide-panel >
div.widgets-panel-title {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 30px;
  padding: 10px 0 0 15px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 {
  width: 301px;
  min-height: 370px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-widgets-cont {
  height: 369px;
  width: 271px;
  min-width: 271px;
  max-width: 271px;
  background-color: rgba(37,37,37,0.65);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-widgets-cont >
div.widgets-panel-widget-body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-widgets-cont >
div.widgets-panel-widget-body > * {
  height: 100%;
  width: 271px;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-prev-wrap,
div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-next-wrap {
  width: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-next-wrap {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-prev-wrap {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-prev-wrap >
.widgets-panel-prev-arrow {
  cursor: pointer;
  width: 33px;
  height: 47px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}

div.widgets-slide-panel >
div.widgets-panel-wrap1 >
div.widgets-panel-next-wrap >
.widgets-panel-next-arrow {
  cursor: pointer;
  width: 33px;
  height: 47px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}

/* BUILT-IN WIDGETS */

.news_hdr {
  fint-sixe: 18px;
  height: 70px;
}

.news_hdr img {
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
}

#nyt .news_hdr img {
  display: block;
}

#bbc .news_hdr img {
  float: left;
}

.news_hdr div {
  padding-left: 5px;
}

.news_item {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.news_item a {
  float: left;
}

.news_item img {
  max-width: 66px;
  padding-right: 3px;
  float: left;
}

.news_item_block {
  height: 100%;
}

.news_item_title {
  padding-bottom: 5px;
  cursor: pointer;
}

.news_item_desc {
  font-size: 10px;
}

.task-info-error,
.callinfo-error {
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;

	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px black;
}

.task-info,
.callinfo {
	color: white;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-flow: column nowrap;
	-webkit-justify-content: space-between;

}

.task-info-title,
.callinfo-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.task-info-info-box,
.callinfo-info-box {
	display: flex;
	flex-flow: row nowrap;
	padding: 5px 0;
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
}

.callinfo-info-box > .callinfo-photo {
	width: 100px;
	min-width: 100px;
	height: 130px;
	min-height: 130px;
	margin: 0 5px 0 10px;
}

.task-info-info-box > .task-info-photo-cont {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin: 0 5px 0 10px;
}

.task-info-photo {
    max-width: 100%;
    max-height: 100%;
    background: transparent;
    width: 100%;
    height: 100%;
}

.task-info-photo.center {
    background: no-repeat center;
    -webkit-background-size: auto;
    background-size: auto;
}

.task-info-photo.tile {
    background: repeat top left;
    -webkit-background-size: auto;
    background-size: auto;
}

.task-info-photo.stretch {
    background: no-repeat initial;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.callinfo-info-box > .callinfo-photo > img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 2px;
	background: white;
}

.task-info-info-box > .task-info-info-inner,
.callinfo-info-box > .callinfo-info-inner {
	padding-right: 5px;
	box-sizing: border-box;
	max-width: 155px;
}

.task-info-info-box > .task-info-info-inner > *,
.callinfo-info-box > .callinfo-info-inner > * {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 15px;
}


.callinfo-info-box > .callinfo-info-inner > .callinfo-fullname {
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.callinfo-info-box > .callinfo-info-inner > .callinfo-timespan > span {
	white-space: nowrap;
}

.task-info-alert-msg {
    font-weight: normal;
    font-size: 15px;
    padding: 40px 25px 10px;
    height: 100px;
    font-style: italic;
    box-sizing: content-box;
}

.task-info-info,
.callinfo-info {
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px 0;
}

.callinfo-info > img.callinfo-check {
	margin: -1px 0 -2px;
	height: 17px;
}

.task-info-bold,
.callinfo-bold {
	font-weight: bold;
	font-size: 16px;
}

.task-info-past-msg,
.callinfo-onebox {
	color: #2C62FB;
}

.task-info-pointer,
.callinfo-pointer {
	cursor: pointer;
}

.task-info-social,
.callinfo-social {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	box-sizing: border-box;
	align-items: flex-start;
	padding: 0 0 5px;
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: flex-start;
}

.task-info-social > *,
.callinfo-social > * {
	display: block;
	width: 51px;
	padding-left: 10px;
	cursor: pointer;
}

div.b_manage_gmenu_cont {
	position: relative;
}


div.b_manage_gmenu {
/*	position: absolute;*/
/*	top: 0; */
/*	right: 0; */
	width: 38px;
	height: 30px;
}
.b_manage_gmenu span.icon2-settings_ic {
	color: #FFF;
	font-size: 25px;
}

div.manage_gmenu {
	width: 120px;
	min-height: 25px;
	background-color: #FFF;
	position: absolute;
	display: block;
	border: 1px solid rgb(199, 187, 187);
/* 	margin-top: 10px; */
/* 	margin-left: -61px; */
	z-index: 1;
}

div.manage_gmenu::AFTER,
div.header-menu-tooltip .menu-list::AFTER {
	content: '';
	position: absolute;
	top: -20px;
	right: 10px;
	border: 7px solid transparent;
	border-bottom: 15px solid white;
}

div.manage_gmenu::BEFORE,
div.header-menu-tooltip .menu-list::BEFORE {
	content: '';
	position: absolute;
	top: -24px;
	right: 9px;
	border: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 16px solid rgb(199, 187, 187);
}

div.manage_gmenu.flipped::AFTER {
	bottom: -20px;
	top: auto;
	border: 7px solid transparent;
	border-top: 15px solid white;
}

div.manage_gmenu.flipped::BEFORE {
	bottom: -24px;
	top: auto;
	border: 8px solid rgba(0, 0, 0, 0);
	border-top: 16px solid rgb(199, 187, 187);
}

div.manage_gmenu .menu-list {
	cursor: pointer;
}

div.sub_groups_item {
	font-size: 13px;
}

span.sub_groups_item {
	cursor: pointer;
	background-color: #C7C7C7;
	font-size: 14px;
	font-weight: 700;	
}

.pd_menu {
	width: 100%;
}

.pd_menu div.menu-list {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}

.pd_menu div.menu-list:hover {
	background: #F0F0F0;
}

/*.header-buttons-main {
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 220px);
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    color: black;
    font-weight: 100;
}
*/
.header-buttons-breadcrumbs {
    height: 100%;
    flex-basis: calc(100% - 420px);
    -webkit-flex-basis: calc(100% - 420px);
}

.header-buttons {
    height: 100%;
    flex-basis: 414px;
    -webkit-flex-basis: 414px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.header-buttons-main .label,
.header-buttons-main .link {
    font-size: 12px;
}

.header-buttons-main .link {
    cursor: pointer;
}

.header-buttons .p_button_header {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.header-buttons .p_button_header:not(:last-of-type) {
    margin-right: 4px;
}

td.onebox_active_interaction {
    color: #55BE93;
}

#notification_other_widget .cScrollWrap,
#notification_group_inv_widget .cScrollWrap,
#notification_group_req_widget .cScrollWrap,
#notification_conn_widget .cScrollWrap {
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}

.uns-blue-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    margin-bottom: 4px;
}
.uns-blue-radio input[type=radio] {
    display: none !important;
}
.uns-blue-radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 9px;
    border: #BBB9B9 solid 1px;
}
.uns-blue-radio .radio label:before {
    border-radius: 8px;
}
.uns-blue-radio input[type=radio]:disabled + label {
    cursor: default;
}
.uns-blue-radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: white;
    font-size: 26px;
    text-align: center;
    line-height: 14px;
    background-color: #3896c7;
}
.uns-blue-radio input[type=radio]:disabled + label:before {
    color: grey !important;
}
#cccui-help-external{
    display:none; !important;
}
#header-invisible-indicator {
    background-image: url("/dssb/assets/images/invisible_icon.png");
    display: none;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.add_members_select_button {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #363E53;
    height: 20px;
    align-items: center;
    width: 210px;
    justify-content: space-between;
    cursor: pointer;
    margin-right: 5px;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

#search-tooltip {
    color: black;
}
.connection-indicator {
    height: 25px;
}

.connection-indicator .image {
    background: url("/dssb/assets/images/connection_ic_sprite.png") 0 0;
    display: block;
    width: 28px;
    height: 23px;
}

.connection-indicator .tooltip {
    /* top: 6px; */
    /*background: black;
    display: block;
    color: white;
    vertical-align: middle;
    position: relative;
    right: -30px;
    padding: 4px 6px;
    width: 160px;
    min-height: 25px;
    z-index: 2;
    bottom: 29px;*/
    background: none repeat scroll 0% 0% #000;
    display: block;
    color: #FFF;
    vertical-align: middle;
    padding: 4px 6px;
    min-height: 22px;
    z-index: 2;
    min-width: 75px;
    position: fixed;
    margin-left: 31px;
    margin-top: -21px;
}

.connection-indicator .tooltip .message {
    font-size: 11px;
    vertical-align: middle;
}

