:root{
--root-color: #9b0504;
}

.dot-1 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1
}
.dot-2 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2
}
.dot-3 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3
}
.dot-4 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:4
}
.dot-5 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:5
}
.dot-6 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:6
}
.dot-7 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:7
}
.dot-8 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:8
}
.dot-9 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:9
}
.dot-10 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:10
}

/* header panel */
.header-panel {
	background: white;
	width: 100%;
	position: relative;
    z-index: 1;
}

.main-page-panel {
	background-color: #f1f1f1;
	background-repeat: repeat;
	border: none !important;
	width: 100%;
	height: 100vh;
	position: relative
}

.main-body-panel {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0
}

.first-header-panel {
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	/* background-size: cover;
    height: 100%;
    background-image: url(/images/logo-bottom.png); */
}

#navbar-header {
	padding-left: 0;
	padding-right: 0;
}

.first-header-logo-panel {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-left: 0 !important;
}
.logo-web_{
	display: flex;
}
/* .logo-web_ img{ */
/* 	width: 100px; */
/* } */
@media ( max-width : 768px) {
	.first-header-logo-panel {
		align-items: flex-start;
		padding-right: 0 !important;
	}
	.first-header-info-panel {
		padding-left: 0 !important;
	}
}

.first-header-logo-panel>div {
	padding: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.first-header-logo-panel .web-name-title {
	font-weight: 500;
	font-size: 18px; 
}

@media ( max-width : 768px) {
	.first-header-logo-panel .web-name-title {
		display: none;
	}
}

.first-header-logo-panel .school-name-title {
	font-size: 15px;
}

.navbar-nav-header-panel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar-nav-header-panel>li {
	float: left;
	border-right: 1px solid #777;
}

.navbar-nav-header-panel>li:first-child {
	border-left: 1px solid #777;
}

.navbar-nav-header-panel>li>button {
	background: transparent;
	border: 0;
	padding: 12px 15px;
	outline: none;
}

.navbar-nav-header-panel>li>button:hover, .navbar-nav-header-panel>li>button.ACTIVE
	{
	background: #2566bf;
}

.second-header-panel {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #444;
	color: white;
}

.search-box-main-style {
	padding: 3px 10px;
	color:black;
	vertical-align: middle;
}

.btn-search-main-style {
	background: #d9241b;
	border: 0;
	padding: 4px 5px;
	margin-left: 2px;
	outline: none;
}

.btn-search-main-style i {
	font-size: 20px;
	color: white;
}

.btn-login-main-style {
	background: white;
	border: 1px solid #d9241b;
	color: #d9241b;
	padding: 4px 12px;
	text-transform: uppercase;
	margin-left: 3px;
}

.account-info-dropdown-ul>li>a {
	padding: 10px 15px !important;
}

.first-header-search-panel {
margin-right: 10px;
display: flex;
align-items: center;
justify-content: flex-start;
}

.first-header-info-panel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 0 !important
}

.second-header-fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
}

.dropdown.dropdown-hover:hover>.dropdown-menu {
	display: block;
}

.dropdown.dropdown-hover>.dropdown-menu.dropdown-menu-right {
	top: 5px;
	left: 100%;
}

.dropdown-menu button {
	background: transparent;
	color: #333;
	border: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 10px;
	text-align: left;
	white-space: pre;
}

.dropdown-menu li:first-child button {
	border-top: 1px solid #ddd;
}

.dropdown-menu li:first-child button.ACTIVE {
	background: #2566bf;
	color: white;
}

.dropdown-menu button:hover {
	background: #2566bf;
	border-color: transparent;
	color: white;
}

.header-profile-panel {
display: flex;
align-items: center;
justify-content: flex-end;
}

.header-account-info-panel .imageAvatar {
	margin: 0 auto;
}

.header-account-info-panel .imageAvatar img {
	border-radius: 100%;
	margin: 0 auto;
	display: block;
}

.header-account-info-panel .header-account-name-info {
	text-align: center;
	width: 70px;
}

.header-account-info-panel {
	padding: 5px;
	cursor: pointer;
}

.header-account-info-panel .header-account-info {
	
}

.button-connect-facebook, .button-connect-google {
	cursor: pointer;
}

.dropdown.dropdown-hover .dropdown-menu {
	top: calc(100% - 5px) !important;
}
/* header panel */
/* footer panel */
.footer-panel {
	background: #D6DBEF;
	color: black;
	width: 100%;
	padding: 40px 0;
	margin-bottom: 1px;
	display: flex;
}

.contact-info-footer {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-left: 0 !important;
}

.contact-info-footer p {
	margin-bottom: 0;
}

.contact-info-footer>div {
/* 	padding: 10px; */
	padding-bottom: 0;
}

.contact-info-footer>div>p:first-child {
	text-transform: uppercase;
}
.contact-info-footer .left-footer{
/* 	display: flex; */
/* 	align-items: center; */
}
.left-footer img {
	width: 400px;
	margin-bottom: 20px;
}
.contact-info-footer>img {
/* 	border: 1px solid white; */
}
/* footer panel */
/* main home panel */
.main-banner {
	width: 100%;
}
.left-item-1{
	font-size: 16px;
}
.left-item-1 div{
	margin: 10px 0;
}
.main-row {
	width: 100%;
}

.title-main {
	color: #9b0504;
	position: relative;
	margin-bottom: 25px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.title-main:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 4px;
	background: #9b0504;
	bottom: -4px;
	left: 0;
}

.teacher-service-panel {
	background: white;
}

.teacher-service-panel .item-teacher-service-block-1 {
	padding: 0;
}

.item-teacher-service-block-1>div {
	padding: 20px;
	text-align: center;
	background: #e9e9e9;
	height: 180px;
}
.home-company-panel {
background: white;
padding: 10px;
}

.item-teacher-service-block-1 .item-teacher-service-img {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-teacher-service-block-1 div img {
	width: 50px;
}

.item-teacher-service-block-1 div p {
	font-weight: 500;
}

.student-service-panel {
	background: #e9e9e9;
	margin-top: 30px;
}

.item-instruction-icon-step {
	position: relative;
	display: flex;
	align-items: center;
	box-shadow: 2px 0px 10px 0px #333;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.item-instruction-content-step {
	padding: 0 25px;
}

.item-instruction-content-step .item-instruction-content-title {
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 0;
}

.item-instruction-block-3 {
	display: flex;
	align-items: center;
	box-shadow: 4px 2px 9px 0px #333;
	border-radius: 25px;
	margin-bottom: 20px;
}

.item-instruction-icon-step:before {
	content: "";
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	width: 100%;
	color: white;
}

.item-instruction-icon-step.step-1:before {
	content: "01";
}

.item-instruction-icon-step.step-2:before {
	content: "02";
}

.item-instruction-icon-step.step-3:before {
	content: "03";
}

.item-instruction-icon-step.step-4:before {
	content: "04";
}

.item-instruction-icon-step.step-5:before {
	content: "05";
}

.item-student-service-block-2 {
	text-align: center;
	margin-bottom: 30px;
}

.item-student-service-block-2>div {
	background: white;
	padding: 30px;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	display: block;
}

.item-student-service-block-2>div img {
	width: 85px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.instruction-panel {
	background: white;
}

.contact-item {
	margin-bottom: 10px;
}

.contact-item.has-bg-color {
	background: white;
	padding: 10px;
	padding-left: 20px;
}

.contact-item ul {
	padding-left: 15px;
	list-style-type: none;
}

.contact-item ul li {
	position: relative;
}

.contact-item ul li:before {
	content: "\f05b";
	position: absolute;
	left: -15px;
	top: 3px;
	font-size: 15px;
	color: red;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.support a{
   padding: 7px;
    margin: 10px;
    font-size: 20px;
    color: black;
}

.support a:hover{
    color: black;
}
.qwed{
	height: 100%;
}
/* main home panel */
@media ( max-width : 1000px) {
/* 	.first-header-panel { */
/* 		display: inherit; */
/* 	} */
}

@media ( max-width : 768px) {
	.second-header-panel {
		display: inherit;
		overflow: hidden;
	}
	.navbar-nav-header-panel>li {
		float: none;
		border: 0 !important;
	}
	.btn-login-main-style {
		padding: 5px;
		font-size: 10px;
	}
	.first-header-search-panel {
		border: 1px solid #ddd;
	}
	.first-header-panel{
		padding: 0;
		align-items: unset;
	}
	.qwed{
		height: unset !important;
		padding: 0 !important;
	}
	.support a{
		padding: 0;
		margin: 0;
		font-size: unset;
	}
}

.navbar-toggle.btn-collapse-header-menu {
	border: 1px solid white;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.btn-collapse-header-menu .icon-bar {
	background: white;
}

.my-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media ( min-width : 768px) {
	.my-container {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media ( min-width : 992px) {
	.my-container {
		width: 970px;
	}
}

@media ( min-width : 1200px) {
	.my-container {
		width: 90%;
		padding: 0;
	}
}

.news-container {
	margin: 30px;
}

.news-container:before, .news-container:after, .news-container-fluid:before,
	.news-container-fluid:after {
	display: table;
	content: " ";
}

.my-container:after, .my-container-fluid:after {
	clear: both;
}

.dropdown-menu:before {
	content: "\f0d8";
	position: absolute;
	left: 10px;
	top: -14px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dropdown-menu.dropdown-menu-right:before {
	right: 18px;
	top: -14px;
	left: inherit;
}

.btn-sync-google {
	background-color: #4f77cb !important;
	color: white !important;
	border: 1px solid #4f77cb !important;
}

.btn-sync-google i {
	margin-right: 7px;
}

.btn-sync-google-calendar {
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	font-size: 20px;
	color: #4f77cb;
	cursor: pointer;
}

.btn-sync-google-calendar:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-admin-tools {
	width: 30px;
	height: 30px;
	color: #4f77cb;
	border-color: #2566bf;
	text-align: center;
	color: white;
	text-align: center;
	background-color: #2566bf;
	font-weight: bold;
}

.icon-fa-filter-top-pager {
	background: #2566bf;
	color: white;
	padding: 4px 15px;
	border-radius: 30px;
	font-size: 13px;
	padding-top: 5px;
}

.icon-fa-filter-top-pager i {
	margin-right: 7px;
	font-size: 15px;
}

.frame-search-panel {
	position: relative;
	margin-left: 10px;
}

.frame-search-panel:before {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #aaa;
	position: absolute;
	top: 8px;
	left: 7px;
}

.frame-search-panel input {
	padding: 5px;
	padding-left: 30px;
}

.mode-switch-panel {
	display: flex;
	align-items: center;
	width: 160px;
	justify-content: flex-start;
	padding: 10px 15px;
}

.mode-switch-panel>* {
	margin-right: 10px;
}

.mode-switch-panel .only-view-html, .mode-switch-panel .write-html {
	border: 1px solid #ddd;
	background: #eee;
	padding: 1px 5px;
	border-radius: 3px;
	cursor: pointer;
	color: #888;
}

.mode-switch-panel .only-view-html.active, .mode-switch-panel .write-html.active,
	.mode-switch-panel .only-view-html:hover, .mode-switch-panel .write-html:hover
	{
	color: #00a99d;
	border: 1px solid #00a99d;
	background: white;
}

.function-panel-in-table-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.function-panel-in-table-data.flex-start-justify-content {
	justify-content: flex-start;
	padding: 10px 0;
}

.function-panel-in-table-data .select-box-function-in-table-data {
	width: 100px !important;
	color: white !important;
	margin-right: 10px;
}

.function-panel-in-table-data .select-box-function-in-table-data:nth-child(1) {
	background: #4CAF50 !important;
	border-color: #4CAF50 !important;
}

.function-panel-in-table-data .select-box-function-in-table-data:nth-child(2) {
	background: #2196F3 !important;
	border-color: #2196F3 !important;
}

.function-panel-in-table-data .select-box-function-in-table-data:nth-child(3) {
	background: #009688 !important;
	border-color: #009688 !important;
}

.function-panel-in-table-data .select-box-function-in-table-data:nth-child(4) {
	background: #4CAF50 !important;
	border-color: #4CAF50 !important;
}

.function-panel-in-table-data .button-panel-function-in-table-data,
	.function-panel-in-table-data .left-panel-function-in-table-data {
	display: flex;
	align-items: center;
}

.top-function-panel-in-data-table {
	
}

@media ( max-width : 786px) {
	.function-panel-in-table-data, .function-panel-in-table-data .button-panel-function-in-table-data,
		.function-panel-in-table-data .left-panel-function-in-table-data {
		flex-direction: column;
	}
	.function-panel-in-table-data>*, .top-function-panel-in-data-table>*,
		.left-panel-function-in-table-data>* {
		margin-bottom: 10px;
	}
}

.btn-add-main {
	background: #4CAF50 !important;
	color: white !important;
	border-color: #4CAF50 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.dropdown-menu.scroll-dropdown {
	max-height: 400px;
	overflow-y: auto;
}

.dropdown-menu.scroll-dropdown::-webkit-scrollbar {
	width: 7px;
}

.dropdown-menu.scroll-dropdown::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px #ccc;
}

.dropdown-menu.scroll-dropdown::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 300px #ccc;
}

.date-picker-cell {
	background: white;
	border-collapse: separate;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 5px 1px #333;
}

.date-picker-cell .datePickerMonthSelector {
	margin: 0 auto;
	width: 100%;
}

.date-picker-cell .datePickerMonthSelector>tbody tr td {
	text-align: center;
}

.date-picker-cell .datePickerMonthSelector>tbody tr td:first-child,
	.date-picker-cell .datePickerMonthSelector>tbody tr td:last-child {
	padding: 0px 10px;
	font-size: 20px;
}

.date-picker-cell .datePickerWeekdayLabel, .date-picker-cell .datePickerWeekendLabel
	{
	text-align: center;
	padding: 5px 0px;
}

.date-picker-cell .datePickerWeekendLabel {
	color: #c10000;
}

.date-picker-cell .datePickerDays .datePickerDay {
	padding: 5px 7px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	cursor: pointer;
}

.date-picker-cell .datePickerDays .datePickerDay:hover,
	.date-picker-cell .datePickerDays .datePickerDay.datePickerDayIsToday {
	background: #337ab7;
	color: white;
}

.date-picker-cell .datePickerDays td:first-child .datePickerDay {
	border-left: none
}

.date-picker-cell .datePickerDays tbody tr:first-child {
	border-top: 1px solid #ddd;
}

.date-picker-cell .datePickerMonthSelector>tbody tr td:first-child>div,
	.date-picker-cell .datePickerMonthSelector>tbody tr td:last-child>div {
	width: 28px;
}

.date-picker-cell .datePickerMonthSelector>tbody tr td:first-child>div:hover,
	.date-picker-cell .datePickerMonthSelector>tbody tr td:last-child>div:hover
	{
	background: #ddd;
}

.second-header-panel.is-mobile .dropdown .dropdown-menu {
	position: inherit !important;
	width: 100%;
}

.second-header-panel.is-mobile .navbar-nav-header-panel>li>button:hover
	{
	background: transparent;
}

.dropdown.dropdown-hover .dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
	z-index: unset !important;
}

.top-tools-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* flex */
.display-flex {
	display: flex;
}

.display-flex.align-center {
	align-items: center;
}

.display-flex.align-left {
	align-items: flex-start;
}

.display-flex.align-right {
	align-items: flex-end;
}

.justify-content-center {
	justify-content: center
}

.justify-content-space-between {
	justify-content: space-between;
}

.justify-content-space-around {
	justify-content: space-around;
}

.justify-content-left {
	justify-content: flex-start;
}

.justify-content-right {
	justify-content: flex-end;
}
/* flex */
.CreateFacilityDialogStyle {
	
}

.CreateFacilityDialogStyle .row {
	margin-bottom: 10px;
}

.CreateFacilityDialogStyle .row label {
	display: block;
}

.CreateFacilityDialogStyle .row input, .CreateFacilityDialogStyle .row select
	{
	width: 100%;
}

.CreateFacilityDialogStyle .row input {
	padding: 5px 10px;
}

.button-select-new {
	border: 0;
	background: #2566bf;
	color: white;
	border-radius: 3px;
	padding: 7px 10px;
}

.facility-unit-panel {
	
}

.facility-unit-item {
	display: flex;
	align-content: center;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 10px;
}

.facility-unit-item .name_ {
	margin-left: 20px;
}

.facility-unit-item .id_ {
	width: 130px;
}

.button-select-new .btn-delete_ {
	background: red;
}

/* home company */
.home-company-panel .event-items-panel.active {
display: flex !important;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.home-company-panel .event-items-panel {
grid-template-columns: 50% 50%;
grid-gap: 15px;
}
.home-company-panel .event-items-panel .event-title {
grid-column-start: 1;
grid-column-end: 3;
}
.item-panel{
	display: flex;
	width: 100%;
}
.home-company-panel .home-event-item-panel .avatar {
/* position: relative; */
/* padding-bottom: 28%; */
width: 25%;
margin-top: 10px;
height: 150px;

}
.home-company-panel .home-event-item-panel .avatar img {
/* position: absolute; */
top: 0;
width: 100%;
left: 0;
height: 100%;
padding: 5px;

}
.home-company-panel .home-event-item-panel {
height : 170px;
width: calc(50% - 10px);
margin-bottom: 20px;
align-items: flex-start;
border-radius: 5px;
overflow: hidden;
border: 1px solid #ddd;
box-shadow: 2px 2px 5px 0px #ddd;
padding: 5px;
}
.home-company-panel .event-content {
width: 75%;
padding: 10px;
position: relative;
align-self: stretch;
display: flex;
flex-direction: column;
}
.home-company-panel .event-content .event-content-description-item {
margin-top: 25px;
}
.home-company-panel .event-hover-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
display: none;
}
.home-event-item-panel:hover .event-content .event-hover-item {
display: flex;
}
.home-company-panel .event-hover-item > *:first-child {
margin-right: 5px;
color: white;
border: 2px solid;
background: transparent;
}
.home-company-panel .event-hover-item > *:first-child:hover {
background: rgba(0, 0, 0, 0.2);
border-color: rgba(255, 255, 255, 0.7);
}
.home-company-panel .event-hover-item > *:last-child {
margin-left: 5px;
border: 2px solid #5cb85c;
}
.home-company-panel .event-items-panel .avatar-text {
position: absolute;
width: 25%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
text-align: center;
color: white;
flex-direction: column;
}
.home-event-item-panel .avatar .avatar-text.color-0 {
background: var(--root-color);
}
.home-event-item-panel .avatar .avatar-text.color-1 {
background: #253c65;
}
.home-event-item-panel .avatar .avatar-text span:last-child {
font-size: 1.5em;
font-weight: 300;
}
.home-company-panel .event-content .event-content-item {
display: flex;
align-items: baseline;
}
.home-company-panel .event-content .event-content-item div ul {
	padding-left: 20px;
}
.home-company-panel .event-content .event-content-item i.fa {
width: 20px;
}
.home-company-panel .event-content .event-content-item > div.dot-2 {
max-height: 42px;
color: black !important;
font-weight: 500;
}
.home-company-panel .event-content .event-content-item > div {
width: calc(100% - 30px);
}
.home-company-panel .event-content .event-content-item:hover .dot-2 {
color:rgb(243, 109, 33) !important;
}
.home-title {
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
margin: 20px 0;
}
.home-title span:first-child {
color: var(--root-color);
padding-bottom: 2px;
border-bottom: 2px solid;
}
.home-description {
margin: 12px 0;
}
.home-description a.gwt-Anchor {
color: var(--root-color);
text-decoration: underline;
}
.home-utilities-panel {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-around;
}
.home-utilities-panel .item-teacher-service-block-1 {
width: calc(25% - 20px);
margin-bottom: 20px;
}
.home-utilities-panel.grap-small {
grid-gap: 20px;
}
.home-company-main-tab-event-panel .tab-event-panel .nav-pills>li>a {
color: #333;
background: white;
border-radius: 0;
padding: 3px 20px;
}
.home-company-main-tab-event-panel .tab-event-panel .nav>li>a:focus,
.home-company-main-tab-event-panel .tab-event-panel .nav>li>a:hover,
.home-company-main-tab-event-panel .tab-event-panel .nav>li.active>a, 
.home-company-main-tab-event-panel .tab-event-panel .nav>li.active>a:focus, 
.home-company-main-tab-event-panel .tab-event-panel .nav>li.active>a:hover {
color: var(--root-color);
background: white;
border-bottom: 2px solid;
border-radius: 0;
padding: 3px 20px;
}
.home-company-main-tab-event-panel .tab-event-panel {
padding-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
    .home-utilities-panel {
    grid-template-columns: calc(33.33% - 15px) calc(33.33% - 15px) calc(33.33% - 15px);
    grid-gap: 30px;
    }
    .home-utilities-panel.grap-small  {
    grid-gap: 20px;
    }
    .home-utilities-panel .item-teacher-service-block-1 {
	width: calc(33% - 20px);
	margin-bottom: 20px;
	}
	.home-company-panel .home-event-item-panel {
	width: 100%;
	}
}
@media only screen and (max-width: 850px) {
    .home-utilities-panel {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }
    .home-utilities-panel .item-teacher-service-block-1 {
	width: calc(50% - 20px);
	margin-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.home-company-panel .event-items-panel {
    grid-template-columns: 100%;
	}
}
@media only screen and (max-width: 500px) {
    .home-utilities-panel {
    grid-template-columns: 100%;
    grid-gap: 10px;
    }
    .home-utilities-panel .item-teacher-service-block-1 {
	width: 100%;
	margin-bottom: 20px;
	}
}
/* home company */
.field-tree-item .panel-collapse {
    padding-left: 30px;
}
.field-tree-item a:before {
content: "+";
}
.field-tree-item a[data-toggle="collapse"][aria-expanded="true"]:before {
content: "-";
color: #333;
width: 30px;
}
.field-tree-item a[data-toggle="collapse"][aria-expanded="true"] {
color: #333;
}
.field-tree-item-title {
display: flex;
align-items: center;
}
.field-tree-item-title > .gwt-CheckBox > * {
margin: 0;
margin-left: 5px;
}
.field-tree-item-title > .gwt-Anchor {
width: 15px;
height: 15px;
padding-top: 5px;
text-align: center;
font-size: 20px;
color: #333;
line-height: 0;
text-decoration: none;
visibility: hidden;
}
.field-tree-item-title .gwt-CheckBox {
display: flex;
align-items: center;
}
.field-tree-item-title > .gwt-Anchor.has-child {
visibility: visible;
}
.right-footer{
	display: flex;
	justify-content: flex-end;
	height: 100%;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.dropdown-menu-mobile {
	background: white;
	display: none;
	position: relative;
	}
	.dropdown.open>.dropdown-menu-mobile {
    display: block;
	}
	.navbar-nav-header-panel .dropdown-backdrop {
	display: none;
	}
	.dropdown-menu-mobile li {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	}
	.dropdown-menu-mobile li button {
	padding: 10px 15px;
	width: 100%;
	text-align: left;
	background: white;
	color: #333;
	outline: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ddd;
	}
	.dropdown-menu-mobile:before {
    content: "\f0d8";
    position: absolute;
    left: 40px;
    top: -14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	.home-company-panel .home-event-item-panel .avatar {
/*     padding-bottom: 37%; */
    	width: 115px;
	}
	
	.home-company-panel .event-items-panel .avatar-text{
		position: unset;
		width: 100%;
	}
	.home-company-panel .home-event-item-panel{
		border-radius: 0;
	}
	.left-footer img {
		width: 350px;
	}
	.right-footer{
		padding: 0 !important;
		display: unset;
	}
	.first-header-logo-panel>div{
/* 		position: absolute; */
		top: -5px;
	}
	.logo-web_ img{
		height: 40px !important;
	}
	.first-header-logo-panel .school-name-title{
		display: none;
	}
/* .register-login{ */
/* 	margin-bottom: 20px; */
/* } */
	.home-description li {
		list-style: none;
	}
	.home-company-panel .home-event-item-panel .avatar img{
		width: unset;
	}
}
@media only screen and (max-width: 320px) {
	.logo-web_ img{
		width: 150px;
		height: 20px;
		
	}
}
.tools-header-panel {
display: flex;
align-items: center;
justify-content: flex-start;
height: 50px;
flex-wrap: wrap;
}
.tools-header-panel > * {
margin: 0 !important;
margin-right: 5px !important;
}

.container-panel {
	width: 100%;
	height: 100%;
	padding: 10px
}
._ads-panel {
}
._ad-student-right-panel {
	width: 100%;
}
.top-function-panel {
	padding: 10px !important;
	border-bottom: 1px solid #ddd !important;
}
.top-function-panel > * {
    margin: 0 !important;
    margin-right: 10px !important;
}
.top-function-panel > *:last-child {
	margin-right: 0px !important;
}

.top-function-panel .btn-group .bs-placeholder{
	z-index: unset !important;
}

.fixed-height .modal-body {
	height: 100%;
	overflow: auto;
}
.tree-option-icons {
    border: 1px solid #ddd;
    background: transparent;
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
}
