
.workrating-block .workrating-btns label {
		background: #182D5C !important;
}

.youtube-preview{
	display: block;
    margin: 10px;
    border: 1px solid gray;
    border-radius: 10px;
    height: 100px;
}

.youtube-preview > p{
	margin:10px;
	display:inline;
	font-size: 12px;
}


.video-img{
	position: relative;
    width: 100%;
    height: auto;
    display: inline;

}

.youtube-img{
    border-radius: 10px 0 0 10px;
    max-width: 100px !important;
    margin-right: 15px;
    height: 99px;
}

.play-button{
	position: absolute;
    margin-top: 20px;
    left: 15%;
}

.videoIframe,
.chatIframe {
	border: none;
	width: 100%;
}

.chattabs-block .chattabs-content .chattabs-content-item {
	/*max-height: 400px;*/
	max-height: 100vh;
    overflow: auto;
}


[data-chat-delete] {
	cursor: pointer;
}

[data-chat-delete]:hover {
	color: red;
}

.rocketChatIframe__height-500 {
	height: 500px;
}
.rocketChatIframe__height-100vh {
	min-height: 300px;
	height: 100vh;
}
.rocketChatIframe__height-50vh {
	min-height: 300px;
	height: 50vh;
}
.rocketChatIframe__height-80vh {
	min-height: 300px;
	height: 80vh;
}

.rocketChatIframe__height-100 {
	min-height: 400px;
	height: 100%;
}
.rocketChatIframe__height-50 {
	min-height: 300px;
	height: 50%;
}
.rocketChatIframe__height-70 {
	min-height: 300px;
	height: 70%;
}
.rocketChatIframe__height-60 {
	min-height: 300px;
	height: 60%;
}

html #group_video_chat {
	min-height: 350px;
	height: 55%;
}

html .chat-block__video #group_video_chat {
	min-height: 0;
	height: 100%;
	height: 440px;
}

html #group_chat.video_enabled {
	min-height: 0;
	height: 45%;
}

.chat-block.chat-block__video #group_chat.video_enabled {
	height: 360px;
}

html #group_video_chat.chat_enabled {
	min-height: 0;
	height: 55%;
	height: 440px;
}

/*body .chat-block.chat-block__video {
	min-height: 0;
}*/
body .chat-block {
	/*min-height: 900px;*/
	min-height: 0;
}

.form-group-inline label.txt {
	margin-bottom: 0;
}

.w100p {
	width: 100%;
}

.powered-by {
	display: none;
}

.podcasts-block .block-body .podcasts-block-list .item .play-btn i.im,
.podcasts-list .item .podcast-play .play-btn i.im {
	display: block;
}

.chat-userpics--multiple .userpic {
	width: 50%;
}

.chat-content iframe {
	 -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

label.checkbox-black input:focus ~ span:before,
label.checkbox-black input:hover ~ span:before {
    background: #f5f5f5
}

label.checkbox-black input:checked ~ span:before {
    border-color: #22262e;
    background: #22262e
}

label.checkbox-black input:checked:focus ~ span:before,
label.checkbox-black input:checked:hover ~ span:before {
    background: #444
}

label.checkbox-black input:disabled ~ span {
    color: #22262E;
    cursor: auto
}

label.checkbox-black input:disabled ~ span:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd
}

label.checkbox-black input:checked ~ span:after {
    content: "";
    font-family: icomoonf;
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    font-size: 8px;
    text-align: center
}
label.checkbox-black.checkbox-black-gb input:checked ~ span:before {border-color: #22262e}
label.checkbox-black.checkbox-black-bb input:checked ~ span:after {color: #22262e}
label.checkbox-black.checkbox-black-bb input:checked ~ span:before {background: 0 0}

.w180 {
    width: 180px
}

.globalsearch-people-list .userpic img {
	max-height:  160px;
}

.rightcol .globalsearch-people .globalsearch-people-list .item .info {
	min-height: 0;
}
.rightcol .globalsearch-people .globalsearch-people-list .item {
	width: 100%;
}

.rocketchat-widget {
	left: 50px!important;
	right: auto!important;
}

html .bootstrap-datetimepicker-widget.dropdown-menu.wider {
	width: auto;
}

html .surveys-tabs ul li, .surveysadmin-tabs ul li {
	width: 33.33%;
}

@media(max-width: 640px) {
	.rocketchat-widget {
		display: none!important;
	}
}

.form-group-inline label:not(.checkbox-black):not(.radio-black) {
	margin-bottom: 0;
}

.admin-search-block.admin-batch-actions-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-r-teal {background:#192e5b !important}

.hltabs ul li.active.hltab-home {
	background-color: #00743f;
}

.rating.rating-lg i.im {
	margin: 0;
}

.dropdown-toggle .curr {
	max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


@media screen and (max-width: 767px) {
	html body #main.main-3-col div.rightcol,
	html body #main.main-3-col div.content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	body.sticky-disabled .beta_note + .container .page-heading {
		top: auto;
	}
	
	html #main.main-3-col .rightcol {
		overflow: initial;
	}
	
	html .profileview-block-body .row>div {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	html .profileview-block .table-responsive .table {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	html .profileview .profileview-btns a.btn {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
	}
}

.degree-edit-form {
	display: table-row;
}

html .profile-body .cb-form > * {
	display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    line-height: 14px;
}


.profile-body .profile-checkbox label {
	margin-bottom: 0;
}

.profile-heading + .profile-help-text {
	margin-top: 20px;
}

.profile-section-heading .actions a {
	margin-left: 20px;
}

.rightcol.support-section {
	padding: 30px 10px 35px 10px;
}

html .content.content-profile .profile-body .profile-sections .profile-section .profile-section-body .profile-info-item .label {
	font-size: 14px;
}

html .im.im-company {
	-webkit-transform: scale(.9);
	    -ms-transform: scale(.9);
	        transform: scale(.9);
	background-position: 4px -1144px;	
}

.companies-container .mentors-list .item .item-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.companies-container .mentors-list .item .item-inner .item-info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.companies-container .mentors-heading {
	margin-bottom: 20px;
	padding: 15px 20px 0 20px; 
}

html .companies-container .mentors-list .item { 
	padding: 0 10px 20px;
}

html .companies-container .mentors-list {
	margin: 0 10px;
}

html .companies-container > nav {
	padding: 15px 20px 0 20px; 
}

.leftcol .left-menu ul li > span > a {
	margin-left: -4px;
    padding-left: 0;
}

#main.main-2-col .content.content-company-setup {
	padding-top: 0;
}

.createjob-heading {
	background: #fff;
}

.greyform-section .form-group-inline .dropdown {
	height: 100%;
}

.date-group-inline label.txt {
	white-space: nowrap;
}

.date-group-inline.form-group-inline input.form-control {
    max-width: 180px;
	margin-right: 0;
}

.date-group-inline.form-group-inline .help-block {
	position: absolute;
	top: 100%;
	right: 0;
}

.date-group-inline.form-group-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.date-group-inline.form-group-inline .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	position: relative;
}

@media screen and (max-width: 987px) {
	html .jobsearch-block form .form-group:last-child {
		width: auto;
	}
	
	html .jobsearch-block {
		min-width: 420px;
	}
}

@media screen and (max-width: 767px) {
	html .jobsearch-block {
		width: 100%;
		min-width: 0;
	}
	
	html .date-group-inline.form-group-inline .column {
		width: 100%;
		
	}	
	
	html .date-group-inline.form-group-inline .column .txt {
		width: 20%;
	}
	
	html .date-group-inline.form-group-inline input.form-control {
		margin-right: 0;
		max-width: initial;
		margin-bottom: 10px;
	}
	

	.featherlight-wideimage {
		padding:0;
	}
	.featherlight-content {
		max-width: 100%!important;
	}
	
	html .section-news .news-list .item .img a img {
		-webkit-transform: none;
	    -ms-transform: none;
		transform: none;
	}
	
	html .section-news .news-list,
	html .section-news .news-list .item {
		display: block;
	}
	
	html .section-news .news-list .item .img {
		width: 100%;
	}
	
	html .section-news .news-list .item .img img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 575px) {
	.profileview .profileview-blocks .profileview-block .profileview-block-body .profileview-user-info .img {
		-ms-flex-item-align: start;
		align-self: flex-start;
		width: auto;
	}
}

html .beta_note {
	background: #f2a104;
}



.content .header-notification-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	
	border-bottom: 1px solid #ece9e9;
	padding: 10px 0;
	
	
	margin-left: 30px;
	margin-right: 30px;
	width: auto;
} 

.content .header-notification-item .notif-author {
	font-weight: 500;
}

.content .header-notification-item > * {
	margin-right: 20px;
}

.content .header-notification-item > :last-child {
	margin-right: 0;
}

.content .header-notification-item .userpic {
}

.content .header-notification-item .userpic img {
    /* margin-top: 3px; */
	vertical-align: middle;
	width: 45px;
	height: 45px;
}

.content .header-notification-item .notification-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.content .header-notification-item .notification-body .btn-container {
	margin-top: 10px;
}

.content .header-notification-item .date {
	text-align: right;
}

.content .header-notification-item .delete {
	position: static;
}


@media (max-width: 1024px) {
	html .profileview-block-body .row>div {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.leftcol .left-menu ul li i.im.im-company {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.leftcol .left-menu ul li i.im.im-company { 
		margin-bottom: 0;
	}
	.content .header-notification-item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	
	.content .header-notification-item .userpic { 
		-webkit-box-ordinal-group: 2; 
		    -ms-flex-order: 1; 
		        order: 1;
	}
	
	.content .header-notification-item .notification-body {
		margin-top: 15px;
		margin-right: 0;
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	
	.content .header-notification-item .delete {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.content .header-notification-item .date {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-ms-flex-preferred-size: calc( 100% - 105px );
		    flex-basis: calc( 100% - 105px );
	}
		
	html .profileview .profileview-blocks .profileview-block .profileview-block-body .profileview-user-info .img {	
		display: inline-block;
	}
	
	html .footer-logged .footer-top {
		display: block;
		padding-bottom: 10px;
	}
	
	html .jobsearch-filter-dropdown.active {
		height: 100%;
		overflow: auto;
		min-height: 230px;
	}
	
	html .page-container-extend .page-heading .page-heading-c {
		width: 100%;
	}
	
	.page-heading--webinars.page-heading .page-heading-r a.btn-add {
		display: block;
	}
	
	.page-heading--webinars .page-heading-c-r {
		display: none;
	}
	
	html .profileview-cols {
		/*display: block;*/
	}
	
	html .profileview-block.preview-block-personalinfo > a {
		overflow: hidden;
		display: block;
	}
	
	.profileview .profileview-blocks .profileview-block .profileview-block-body .profileview-user-info .info,
	html .profileview .profileview-blocks .profileview-block .profileview-block-body .profileview-user-info {
		display: block;
	}
	
	.globalsearch-people-list .btn.btn-r-teal-sm {
		white-space: normal;
		max-width: 100%;
		height: auto;
	}
	
	.globalsearch-people .globalsearch-people-list .item .info {
		min-height: 0;
	}
	
	html .dashboard-section .activity-block .activity-top .activity-tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	html .dashboard-section .activity-block .activity-top .activity-tabs .activity-tab {
		width: 33.3%
	}
	
	html .doc-upload-block .btn.btn-upload {
		white-space: normal;
		height: auto;
		line-height: 2;
	}
	/*
	html .admin-search-block form {
		display: block;
		width: 100%;
	}
	
	html .admin-search-block form .form-group-inline {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
	
	html .admin-search-block form .form-group-inline .form-control {
		margin-right: 0;
		margin-left: 0;
	}
	
	html .admin-search-block form .form-group-inline  .btn {
		display: block;
		width: 100%;
	}
	*/
	
	html .admin-search-block {
		min-width: 400px;
	}
	
	html .admin-search-block form .form-group-inline {
		-ms-flex-negative: 0;flex-shrink: 0;
	}
	
	html .chat-block .chat-heading .chat-heading-l {
		background: none;
		color: #000;
		flex: 2;
	}
	
	.chat-block .chat-heading .chat-actions {
		flex: 1;
	}
}


html .meeting-review .btns-back a.btn-r-color1.btn {
	line-height: 25px;
}
	
.meeting-review-heading-r a.btn {
	padding: 7px 18px;
	height: 36px;
}

.meeting-review-block .val .rdate {
	white-space: nowrap;
}

.notification-settings-table .row {
	border-bottom: 1px solid #ece9e9;
	padding: 5px 0;
}

.notification-settings-table .row label {
	margin-bottom: 0;
	padding-bottom: 0;
}

html .news-list .item .img a {
	/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	*/
	display: block;
	text-align: center;
	overflow: hidden;
}

html .news-list .item .img a img {
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto;
	position: relative;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
    top: 50%;
}


html .bootstrap-datetimepicker-widget.dropdown-menu {
	width: auto!important;
}

/*
html .datepicker table tr td, 
html .datepicker table tr th,
html .bootstrap-datetimepicker-widget table td.day {
	width: 10px;
	height: 10px;
}
*/

.action-edit-episode {
	display: block;
}


/** Positions **/
	.content-jobresults .jobresults-list .item .item-inner {
		padding-bottom: 0;
	}

	.jobresults-list .item.more-view .item-cb-container-inner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: auto;
		z-index: 1;
		display: block;
	}

	.jobresults-list .item-cb-container {
		margin-left: -20px;
		margin-right: -20px;
		position: relative;
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
	}

	.content-jobresults .jobresults-list .item .item-inner {
		height: 260px;
	}

	.jobresults-list .item-cb-container .item-cb-container-inner {
		background: #f8f8f8;
		padding: 0 20px 20px;
		height: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.jobresults-list .item-cb-container .desc {
		max-height: 250px;
		overflow: auto;
		padding-top: 8px;
	}

	.jobresults-list .item-cb-container .desc .desc-inner {
		overflow: auto;
		color: #959595;
		font-size: 12px;
		font-weight: 500;
	}


	.jobresults-list .item-cb-container .item-t {
		margin-bottom: 0;
	}

	.jobresults-list .item-cb-container .item-c {
		min-height: 135px;
		padding: 10px 0 10px;
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
	}

	.jobresults-list .item-t .desc > *:last-child {
		margin-bottom: 0;
	}

	.jobresults-list .item-t .img {
		border-radius: 50%;
		overflow: hidden;
		width: 40px;
	}

	.less-more-buttons .show-full-desc span {
		display: none;
	}

	.less-more-buttons .show-full-desc span.active {
		display: block;
	}
/** END: Positions **/


/** Candidates **/
	.candidates-table {
		width: 100%;
	}
	
	.candidates-table tr .checkbox-black.checkbox-black-gb input+span {
		min-height: 0;
		padding: 6.5px;
	}
	
	/*
	.candidates-table tr .checkbox-black.checkbox-black-gb input+span {
		min-height: 11px;
	}
	*/

	.candidates-table tr .checkbox-black.checkbox-black-gb,
	.candidates-table tr .checkbox-black.checkbox-black-gb input+span:before {
		margin: 0;
		vertical-align: middle;
	}

	.candidates-table tr {
		vertical-align: middle;
	}

	.candidates-table tr td {
		padding: 27px 5px;
		border-bottom: 1px solid #ececec;
		vertical-align: middle;
	}

	.candidates-table .img {
		width: 36px;
		height: 36px;
	}

	.candidates-table .img img {
		overflow: hidden;
		border-radius: 50%;
	}
	
	.candidates-table .buttons .chat-actions  {
		white-space: nowrap;
		text-align: right;
		
		display: -webkit-box;
		
		display: -ms-flexbox;
		
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	
	.candidates-table .buttons a.delete-btn {
		border: none;
	}
	
	.candidates-table .buttons a.delete-btn,
	.candidates-table .buttons a.invite-btn {
		padding-left: 5px;
		padding-right: 5px;
		width: auto;
	}
	
	.candidates-table .buttons a {
		margin-left: 5px;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 4px;
		border: 1px solid #e7e7e7;
		text-align: center;
		
		display: -webkit-box;
		
		display: -ms-flexbox;
		
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	

	/*
	.candidates-table .buttons  {
		white-space: nowrap;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.candidates-table .buttons a i.im-ok,
	.candidates-table .buttons a i.im-x-2 {
		border:none;
	}

	.candidates-table .buttons a i.im-ok {
		font-size: 20px;
	}

	.candidates-table .buttons a i {
		margin-left: 2px;
		margin-right: 2px;
		border: 1px solid #ccc;
		border-radius: 50%;
		border-radius: 0;
		padding: 3px;
	}
	*/
/* END: Candidates */

.myfeed-list .survey-body .survey-img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.feeditem .item-head + .author,
.feeditem .item-head + .item-body {
	margin-top: 20px;
}

.with-featherlight body {
	overflow: hidden;
	display: block;
}

.hltabs ul li i.im {
	line-height: 1;
}

.bootstrap-select .dropdown-menu {
	z-index: 4;
}

.chat-block .chat-heading .chat-actions a {
	padding: 0;
}

html .header-banner img {
	max-height: 37px;
	object-fit: initial;
    object-position: initial;
}

.type-1.header-banner a {
	margin-bottom: 0;
    margin-top: 0;
}

.type-1.header-banner a span {
    display: block;
    text-align: center;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 2.4px;
}

@media screen and (max-width: 767px) {
	.type-1.header-banner a span {
		font-size: 11px;
		line-height: 1;
		color: #fff;
		letter-spacing: 0px;
		height: auto;
		margin-top: -4px;
	}
	
	.body-tab--1 .type-1.header-banner a span {
		color: #000;
	}
}

video[poster] {
    object-fit: cover;
}

.linkpreview-text-wrapper {
	padding: 12px;
	height: 100%;
	overflow: auto;
}
/*.linkpreview-text { max-height: 75px; overflow: hidden; }*/

.page-heading .page-heading-c {
	width: auto;
}

a.back_heading_link {
	margin: 0 10px;
}