body {
	font-family: 'Rubik', sans-serif;
}

.line-color:hover {
	background-color: #afe1f3;
}

.color-bordered-table.info-bordered-table thead th {
	background-color: #2f7f77;
}

.table-responsive {
	margin-top: 20px;
}

.add-gruop,
.checkbox,
.radio {
	display: none;
}

.card-body .button-address-book,
.cl_cl,
.no-manager,
#fileformlabel,
#fileformlabel2,
.checkbox-custom,
.radio-custom,
.label-checkbox {
	display: inline-block;
}

.pagination ul>li>a,
.error-upload,
.checkbox:checked+.checkbox-custom::before,
.radio:checked+.radio-custom::before,
.link-click {
	display: block;
}

.table tr th,
.table tr td,
.pagination ul>li>a,
.fileform .selectbutton,
.modal-alert {
	text-align: center;
}

.save_csv strong,
#headingOne1 .mb-0 i,
#headingOne2 .mb-0 i,
#headingOne3 .mb-0 i,
#headingOne4 .mb-0 i {
	float: left;
}

#add-department-form .btn-success,
#rename-department-form .btn-success,
#add-group-form .btn-success,
#rename-group-form .btn-success,
#add-manager-form .btn-success,
#update-manager-form-canceledorders .btn-success {
	float: right
}

.pagination ul,
.buttons-block2,
.upload-form,
.form-search,
.customers-search {
	display: flex;
}

.logout {
	margin-left: 25px;
}

.modal-header {
	justify-content: center;
}

.uploadForm span,
.modal-alert {
	font-size: 20px;
}

.control-label,
.card-title,
.uploadForm span {
	font-size: 20px;
	font-weight: 400;
}

.groups-label,
.book-label,
.company-label {
	font-size: 16px;
}

input[type=checkbox] {
	margin-left: 10px;
}

input[type=radio] {
	margin-right: 10px;
}

.error {
	color: red;
}

.line-color .delete-book-link,
.change-comment-link,
.change-comment-link2,
.change-comment-link3,
.dashed-link {
	color: #fff !important;
}

.status_select,
.status_select2,
.profile-file-status {
	background: transparent;
}

.line-color td,
.status_select,
.group_select {
	font-weight: 500;
}

.new-select-style {
	border-radius: 0.25em;
}

#modal-delete-adress .modal-footer {
	justify-content: space-around;
}

#modal-group-complete .modal-footer {
	justify-content: center;
}

.card-body .button-address-book {
	margin-bottom: 0;
}

.card-body {
	background-color: #fff;
	border: none;
}

.table tr th,
.table tr td {
	vertical-align: middle;
}

.table-surname,
.table-name {
	width: 200px;
}

.expandopen,
.expand2open,
.expand3open {
	border-bottom: 1px dashed #D4C9C9;
	cursor: pointer;
}

.pagination ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
	width: 40px;
	height: 41px;
	border: 1px solid #2f7f77;
}

.pagination ul>li>a {
	padding-top: 9px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #2f7f77;
}

.pagination ul>li>a:hover,
.pagination ul>li.disabled {
	background-color: #2f7f77;
}

.pagination ul>li>a:hover,
.pagination ul>li.disabled a,
.status-client {
	color: #fff;
}

#printBtn {
	position: absolute;
	right: 4%;
	top: 3%;
}

.water {
	background: url('../img/print.png');
	position: absolute;
	top: 115px;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.05;
	z-index: 2;
}

.upload {
	width: 300px;
	margin: 0 auto;
	cursor: inherit;
}

#upload-csv-submit {
	float: right;
}

.uploadForm select {
	margin-bottom: 20px;
}

.error-upload {
	margin-top: 10px;
}

.mini-sidebar .navbar-brand {
	font-size: 10px;
}

.navbar-brand-logo {
	padding-right: 20px;
}

.list_order_table {
	width: 100%;
	margin-top: 20px;
}

.save_csv .new-select-style {
	width: 100px;
}

.button,
.btn {
	margin: 0 10px;
}

.submenu li a i {
	margin-left: 5px;
	float: right;
}

.fileform {
	margin-left: 25px;
	background-color: #FFFFFF;
	border: 1px solid #e9ecef;
	border-radius: 2px;
	cursor: pointer;
	height: 30px;
	overflow: hidden;
	padding: 2px;
	position: relative;
	text-align: left;
	width: 100%;
}

.fileform .selectbutton {
	background-color: #ffbb00;
	border-radius: 10px;
	color: #FFFFFF;
	float: right;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	padding: 2px 6px;
	vertical-align: middle;
}

.fileform #upload,
.fileform #upload2,
.fileform .upload-multiple,
.fileform .upload-multiple2,
.fileform .upload-multiple3,
.fileform .upload-multiple4,
#upload-multiple,
#upload-multiple2,
#upload-multiple3,
#upload-multiple4,
#upload-multiple5,
#upload-file,
#upload-multiple-orders,
.fileform .add-upload {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 150px;
	height: 30px;
}

input {
	padding-right: 10px;
}

.login-button:focus {
	box-shadow: 0 0 0 0.2rem rgba(3, 169, 243, 0);
}

.login-button {
	width: 98%;
	margin: 0 auto;
	padding-top: 5px;
}

.close:focus {
	outline: none;
}

.groups-label {
	margin-left: 15px;
}

.table-select {
	width: 20%;
}

.form-group-top {
	margin-top: 20px;
}

#headingOne1 .mb-0 i,
#headingOne2 .mb-0 i,
#headingOne3 .mb-0 i {
	transition: transform .3s;
	transform: rotate(180deg);
}

#headingOne1 .mb-0 .collapsed i,
#headingOne2 .mb-0 .collapsed i,
#headingOne3 .mb-0 .collapsed i,
#headingOne4 .mb-0 .collapsed i {
	transform: rotate(0deg);
}

.checkbox-custom,
.radio-custom {
	width: 16px;
	height: 16px;
	border: 2px solid #ec7063;
	/*border-radius: 3px;*/
	border-radius: 10px;
	position: relative;
}

.checkbox-custom,
.radio-custom,
.label-checkbox {
	vertical-align: middle;
}

.checkbox:checked+.checkbox-custom::before,
.radio:checked+.radio-custom::before {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #ec7063;
	/*border-radius: 2px;*/
}

.radio-custom,
.radio:checked+.radio-custom::before {
	border-radius: 50%;
}

.label-checkbox {
	margin-left: 15px;
}

.checkbox-custom {
	border-radius: 3px;
}

.navbar-brand i {
	font-size: 25px;
}

.tablesaw .tablesaw-sortable-head {
	border-bottom: none;
}

.cancel-date {
	width: 60%;
}

.departments-list form {
	text-align: left;
}

.departments-list,
.groups-list,
.orders-list,
.managers-list {
	margin-top: 25px;
}

#search-order-block .form-control,
#search-order-block2 .custom-select,
#search-needle,
.form-search .search-book {
	border: 1px solid #2f7f77;
}

.buttons-block2 .button {
	margin: 0 4px;
}

.upload-form {
	justify-content: center;
	align-items: center;
}

.upload-form .control-label {
	font-size: 15px;
	margin-bottom: 0;
	margin-left: 10px;
}

.status-client {
	margin: 6px 0px 6px 0px;
	background-color: #e46a76;
	;
	height: calc(2.0625rem + 2px);
	line-height: 2.5;
	border-radius: .25rem;
}

.done_status,
.status-client {
	width: 50%;
}

.show-file {
	color: #2f7f77;
}

.add_another {
	color: #ffbb00;
}

.reset {
	color: #e46a76;
}

.file-field .modal-title {
	margin-left: 30px;
}

#accordion3,
#accordion4 {
	margin-bottom: 25px;
}

.departments-list-action,
.groups-list-action {
	width: 40%;
}

.load-file {
	display: inherit;
	margin: 15px 0 5px 5px;
}

.policy-status {
	width: 20%;
}

.loading {
	display: none;
}

.page-titles .breadcrumb {
	flex-direction: row-reverse;
}

.skin-blue .page-titles .breadcrumb .breadcrumb-item,
.skin-blue .page-titles .breadcrumb .breadcrumb-item.active {
	flex-direction: row-reverse;
	display: flex
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\e649";
	transform: rotate(180deg);
}

.breadcrumb-item .ti-settings {
	line-height: inherit;
}

.pagination ul>li>a {
	font-weight: normal;
	font-size: 14px;
}

.search-position {
	text-align: left;
}

.form-search input {
	width: 74%;
	margin-right: 20px;
}

.form-search .new-select-style {
	width: 35%;
}

.form-search button {
	/*margin-right: 50px;*/
}

.search_leads {
	min-width: 150px;
}

.no-result {
	text-align: center;
	font-size: 25px;
}

.button-field {
	background-color: #fff;
	border: none;
	color: #8d97ad;
}

.ti-pencil-alt {
	float: right;
}

.autocomplete_container {
	position: absolute;
	top: 35px;
	direction: rtl;
	max-height: 400px;
	right: 0;
}

.ui-autocomplete {
	position: absolute;
	direction: rtl;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	/*text-align: right;*/
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.ui-autocomplete>li>div {
	direction: rtl;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
	direction: rtl;
	text-decoration: none;
	color: #ffffff;
	background-color: #2c7c75;
	cursor: pointer;
}

.ui-helper-hidden-accessible {
	direction: rtl;
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-state-hover,
.ui-state-active {
	direction: rtl;
	color: #ffffff;
	text-decoration: none;
	background-color: #2c7c75;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

.ui-autocomplete-term {
	direction: rtl;
	font-weight: bold;
	color: blue;
}

.pagination ul>li.active,
.pagination_search ul>li.active {
	text-align: center;
	padding-top: 9px;
	color: #fff;
}

.pagination_search {
	display: flex;
	padding-left: 0;
	border-radius: .25rem;
	list-style: none;
}

.pagination_search ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	display: flex;
}

.pagination_search ul>li>a:hover,
.pagination_search ul>li.disabled {
	background-color: #2f7f77;
}

.pagination_search ul>li {
	width: 40px;
	height: 41px;
	border: 1px solid #2f7f77;
}

.pagination_search ul>li>a {
	font-weight: normal;
	font-size: 14px;
}

.pagination_search ul>li>a {
	padding-top: 9px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #2f7f77;
	display: block;
	text-align: center;
}

.pagination_search ul>li>a:hover {
	color: #fff;
}

.ui-datepicker-month,
.ui-datepicker-year {
	padding-right: 15px;
}

/*LEADS*/
.hidden {
	display: none;
}

.hidden.show {
	display: block;
}

.table th,
.table thead th {
	font-weight: 700;
}

.lead-status {
	background: transparent;
}

.lead-status:focus {
	background-color: rgba(255, 255, 255, 0);
	color: #000;
}

.status-container {
	border-radius: 0.25rem;
}

.status-container.status_1 {
	background-color: #dee2e6;
}

.status-container.status_2 {
	background-color: #fec107;
}

.status-container.status_3 {
	background-color: #fb9678;
}

.status-container.status_4 {
	background-color: #e46a76;
}

.status-container.status_5 {
	background-color: #2f7f77;
}

.status-container.status_6 {
	background-color: grey;
}

.status-container.status_7 {
	background-color: darkgrey;
}

.status-container.status_8 {
	background-color: cadetblue;
}

.status-container.status_9 {
	background-color: #ffbb00;
}

.status-container.status_10 {
	background-color: yellow;
}

.status-container.status_11 {
	background-color: #f1f8c2;
}

.modal.show {
	overflow-y: scroll;
}

#lead-comments-modal table {
	table-layout: fixed;
}

/*END LEADS*/

.form-control.search-form {
	border: 1px solid #2f7f77;
	margin: 0 2px;
}


/********************************************************* media ****************************************************/
@media screen and (max-width: 767px) {
	.btn {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

.show_deal_span,
.show_data_span,
.show_cancel_span,
.show_cancel_data {
	font-size: 12px;
	color: #000 !important;
	text-decoration: underline;
}

.new-select-style .custom-select {
	padding: 0 !important;
}

.homepagelogo {
	width: 130px;
}

.mini-sidebar .homepagelogo {
	display: none;
}

.close-notification {
	position: relative;
	left: 10px;
}

.input-wide {
	width: 140px;
}

.ui-autocomplete {
	z-index: 9998 !important;
}

button.card-body {
	cursor: pointer;
}

.navbar-expand-md .navbar-nav .dropdown-menu-right {
	left: -300% !important;
}

.label-department {
	display: inline;
}

.drop-title {
	text-align: right;
}

.mdi-file-document,
.mdi-comment-multiple-outline,
.mdi-calendar-check {
	color: #fff;
}

.mail-desc {
	white-space: normal !important;
}

.checkbox-email {
	position: relative;
	top: 3px;
}

.table-responsive th {
	min-width: 100px;
}

.table-responsive th:first-child {
	min-width: 50px;
}

.btn-danger {
	color: #fff !important;
}

#attach-file-icon {
	color: darkgrey;
	font-size: 2em;
	vertical-align: top;
	cursor: pointer;
}

#text_message {
	width: 90%;
}

#attach-file-icon:hover {
	color: grey;
}


/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
/*******************
Vertical tabs
******************/
.vtabs {
	display: table;
}

.vtabs .tabs-vertical {
	width: 180px;
	border-bottom: 0px;
	border-right: 1px solid #e9ecef;
	display: table-cell;
	vertical-align: top;
}

.vtabs .tabs-vertical li .nav-link {
	color: #343a40;
	border: 0px;
}

.vtabs .tab-content {
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
	background: #fb9678;
	border: 0px;
	color: #fff;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
	background: #fff;
	border: 0px;
	border-right: 2px solid #fb9678;
	margin-right: -1px;
	color: #fb9678;
}

.tabcontent-border {
	border: 1px solid #ddd;
	border-top: 0px;
}

.customtab2 li a.nav-link {
	border: 0px;
	margin-right: 3px;
	color: #212529;
}

.customtab2 li a.nav-link.active {
	background: #fb9678;
	color: #fff;
}

.customtab2 li a.nav-link:hover {
	color: #fff;
	background: #fb9678;
}

.vtabs {
	width: 100%;
}

html body .vtabs .tabs-vertical li a.nav-link.active,
html body .vtabs .tabs-vertical li a.nav-link:hover {
	border-radius: 0;
}

#link-add-member {
	border-radius: 0 0 1em 1em;
	border: 3px solid transparent;
}

#link-add-member:hover,
#link-add-member.active {
	border-radius: 0 0 1em 1em;
	background: transparent;
	border: 3px solid #fb9678;
	color: #212529;
}

.delete-member:hover {
	font-weight: 900;
}

.delete-member {
	position: absolute;
	right: 180px;
}

.customers-search .form-control {
	width: auto;
	margin-left: 5px;
}

.custom-file-input.is-valid~.custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid~.custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #28a745;
}

#card_number {
	direction: ltr;
	text-align: right;
}

.modal-payment-content {
	padding: 2em;
}

.input-daterange-datepicker,
.notification-date {
	cursor: pointer;
}

.custom-control-label::before {
	background-color: #dee2e6 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #fb9678 !important;
}

td.table-input {
	padding: 4px 15px;
	white-space: nowrap;
}

.editor-item {
	border-top: 2px solid #2c7c75;
}

.icon {
	width: 32px;
}

#btn-lang {
	background-color: transparent;
	border: none;
	font-size: 16px;
}

#btn-lang:focus {
	box-shadow: none;
}


.daterangepicker td.start-date {
	border-radius: 0 4px 4px 0 !important;
}

.daterangepicker td.end-date {
	border-radius: 4px 0 0 4px !important;
}

/* Profile edit auth link block */
.auth-link-refresh {
    font-size: 24px;
    color: #00c292;
	cursor: pointer;
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.auth-link-refresh:hover {
	color: #00a070;
}
.bodyHE .auth-link-refresh {
	right: unset;
	left: 10px;
}
/* End profile auth link*/

.tag-style {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	font-size: 0.75rem;
	white-space: nowrap;
	display: inline-block;
	border-radius: 0.5rem;
	text-decoration: none;
	font-weight: 600;
	vertical-align: middle;
	padding: 0.25rem 1rem;
	transition: all 250ms ease 0s;
	background-color: #e2e8f0;
	color: #718096;
	margin-right: 10px;
	margin-bottom: 10px;
}


.ribbon-wrapper.card.tags {
	flex-direction: row;
	flex-wrap: wrap;
}

.artcl-stat ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #3d3d3d;
}

.card-body h4 {
	font-size: 22px;
}

.slider-container {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}

.ribbon-wrapper.arctl .ribbon-content,
.ribbon-vwrapper-reverse.arctl .ribbon-content {
	font-size: 18px;
	margin-bottom: 15px;
}

.artcl-info {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.artcl-info-container {
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
}

.artcl-info-item {
	box-sizing: border-box;
	margin: 0 5px;
	min-width: 0;
	display: inline-block;
}

.artcl-info-item .label {
	padding: 0;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}
.artcl-info-item .info {
	display: inline-block;
}
.artcl-info-item i {
	margin-right: 5px;
	font-size: 15px;
}

.artcl-info-item i.flag-icon {
	margin-left: 5px;
	font-size: 12px;
}

.artcl-info-item-link {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.artcl-text {
	font-size: 16px;
	color: #4a5568;
}

.artcl-text b,
.artcl-text strong {
	font-weight: bold;
}

.card.comments h4,
.card.more-articles .card-title{
	font-size: 22px !important;
}

.comments .media-body {
	padding-left: 10px;
}

.comments .media-body h5 {
	font-weight: 600;
}

.comments .media-body h6 {
	font-size: 12px;
	color: #868686;
}

.comments .list-unstyled {
	max-height: 500px;
	overflow-y: scroll;
}

.add-comment #add_comment {
	border: 1px solid #e9ecef;
	margin-bottom: 10px;
	padding: 15px;
	width: 100%;
}

.vote-text {
	font-size: 16px;
}

.vote button.like {
	color: #fff;
	background-color: #00c292;
	border-color: #00c292;
}

.vote button.dislike {
	color: #fff;
	background-color: #e46a76;
	border-color: #e46a76;
}

.vote button.like.active {
	background-color: #26cba2;
	border-color: #26cba2;
}

.vote button.dislike.active {
	background-color: #e8808b;
	border-color: #e8808b;
}

#article-mistake_form_text {
	display: block;
	width: 100%;
	border: 1px solid #E5E5E5;
}

#article-article-mistake_form_text {
	padding: 15px;
}

.card.vote .counter-like,
.card.vote .counter-dislike {
	display: inline-block;
}

.owl-theme .owl-nav {
	font-size: 30px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	background-color: #2f7f77 !important;
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
}

.owl-nav button {
	outline: none;
}

.owl-nav .nav-btn {
	height: 100%;
	width: 100%;
}

.owl-nav .nav-btn i {
	position: relative;
	top: -12px;
	padding: 7px;
	font-size: 12px;
	color: #fff;
}

.owl-nav .nav-btn i:hover {
	color: #ffbb00;
}

.el-overlay {
	cursor: pointer;
}

.el-element-overlay .el-card-item {
	cursor: pointer;
}

.el-element-overlay .el-card-item .el-overlay-1 {
	min-height: 150px;
}

.knowledge-search {
	margin-left: 10px;
	border: 1px solid #2f7f77;
}

.search-wrap {
	position: relative
}

.search-result {
	display: none;
	position: absolute;
	left: 20px;
	width: calc(100% - 20px);
	max-height: 150px;
	background: #fff;
	z-index: 20;
	overflow-y: scroll;
	border: 1px solid #0000001a;
	border-top: none;
}

.search-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.search-list li {
	margin: 10px 0;
	padding: 0 0 0 20px;
	color: #212529;
	transition: background-color .2s linear;
}

.search-list li:hover {
	background-color: #f7f7f7;
}

.search-list li a {
	display: inline-block;
	width: 90%;
	transition: color .2s linear;
}

.no-result {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.permissions_knowledge .RightsRadioGroup,
.permissions_knowledge .form-group {
	margin-top: 10px;
}

/* rtl */
.bodyHE .ribbon {
	left: auto;
	right: -2px;
}

.bodyHE .ribbon-corner {
	right: 0;
	left: auto;
	padding: 6px 10px 0 0;
}

.bodyHE .ribbon-corner:before {
	right: 0;
	left: auto;
}

.bodyHE .ribbon-primary.ribbon-corner:before {
	border-right-color: #fb9678;
	border-left-color: transparent;
}

.bodyHE .comments .media-body {
	padding-right: 10px;
}

.bodyHE .list-inline,
.list-unstyled {
	padding-right: 0px;
	list-style: none;
}

.bodyHE .add-comment .button-group {
	text-align: left;
}
.add-comment .button-group {
	text-align: right;
}

.card.category {
	min-height: 317px;
}

.card.category h4{
	padding: 0 10px;
}

.add-youtube-link,
.del-youtube-link {
	height: 20px;
    width: 20px;
	border-radius: 50%;
    text-align: center;
	line-height: 23px;
	color: #fff;
	cursor: pointer;
}
.add-youtube-link {
	display: inline-block;
    margin-left: 10px;
    background: #ffbb00;
}

.add-youtube-link:hover {
	background: #e6a901;
}

.youtube-link_input,
.type-select-container,
.cat-select-container {
	margin-top: 10px;
}

.youtube-link_input {
	position: relative;
}

.del-youtube-link {
	position: absolute;
	right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #e46a76;
}

.nice-select{
	line-height: 28px !important;
}

.bodyHE .nice-select,
.bodyHE .nice-select .option {
	text-align: right !important;
}

.nice-select .list {
	left: 0;
	right: 0;
	z-index: 10 !important;
}

.tooltip-inner {
	padding: 10px;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #2f7f77;
	text-align: left;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	border-left-color: #2f7f77;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	border-right-color: #2f7f77;
}

.flag-icon-il {
	background-image: url(../img/flags/il.svg)
}
.flag-icon-ru {
	background-image: url(../img/flags/ru.svg)
}