﻿/* here you can put your own css to customize and override the theme */
:root {
	--light-gray: #f2f4f7;
}

* {
	font-family: 'dirooz', 'gandom', 'koodakbold', 'tahoma';
	font-size: 12px;
	font-weight: 100;
}

a:hover {
	text-decoration: none !important;
}

.tab-content {
	overflow: auto;
}


body .page-container {
	direction: rtl;
}

.page-sidebar ul.page-sidebar-menu ul.sub-menu {
	margin-right: 10px;
}

@media print {
	.search-box {
		display: none;
	}
}


fieldset.fieldset {
	/*border: 1px groove #ddd !important;*/
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 15px 0 1.5em 0;
	-webkit-box-shadow: 0 0 0 0 #000;
	box-shadow: 0 0 0 0 #000;
	background-color: #eee;
}

legend.legend {
	font-size: 12px !important;
	font-weight: bold !important;
	text-align: right !important;
	width: inherit; /* Or auto */
	padding: 0 10px; /* To give a bit of padding on the left and right */
	border-bottom: none;
}

.search-box {
	background-color: var(--light-gray);
	padding: 10px;
	overflow: auto;
}

	.search-box.light {
		background-color: #f5fcff;
		border: 1px solid #b7d9f5;
	}

	.search-box.green {
		background-color: #ade6c2;
		border: 1px solid #8db49b;
	}

	.search-box > .search-box-more {
		overflow: hidden;
	}

	.search-box > .search-bar-toggler {
		width: 100%;
		padding: 5px;
		border: none;
		background: var(--light-gray);
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.search-box > .search-bar-toggler:hover {
			background-color: #dce2ef;
		}

		.search-box > .search-bar-toggler > i {
			color: #233160;
		}

	.search-box.green > .search-bar-toggler {
		background-image: linear-gradient(to top, #8db49b, #ade6c2);
	}

	.search-box.light > .search-bar-toggler {
		background-image: linear-gradient(to top, #b7d9f5, #f5fcff);
	}

	.search-box > .search-bar-toggler > .k-i-arrow-60-down {
		position: absolute;
		left: 20px;
	}

	.search-box > .search-bar-toggler > .fas {
		-webkit-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transition: transform 0.3s ease-in-out;
	}

	.search-box > .collapse.in ~ .search-bar-toggler > .fas {
		transform: rotate(180deg);
	}

	.search-box.minimal {
		overflow: visible;
	}

.minimal-button {
	background: transparent;
	border: none;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background 0.3s ease;
}

	.minimal-button:hover,
	.btn-group.open .minimal-button {
		background: #97cbf9
	}

	.minimal-button > i {
		color: #4276a4;
	}

	.minimal-button > * {
		padding: 0 4px;
		font-size: 14px !important;
	}

.search-box.minimal .dropdown-menu {
	padding: 2px;
}

	.search-box.minimal .dropdown-menu label {
		width: 100%;
	}

		.search-box.minimal .dropdown-menu label span {
			display: block;
			width: 100%;
			padding: 7px 10px;
			color: #535d6e;
		}

			.search-box.minimal .dropdown-menu label span:hover {
				cursor: pointer;
				background: #ebebeb;
			}

	.search-box.minimal .dropdown-menu span i {
		color: #428bca;
		transition: all 0.3s ease;
	}

	.search-box.minimal .dropdown-menu input:checked + span {
		background: #d9edf7;
	}

		.search-box.minimal .dropdown-menu input:checked + span:hover {
			background: #bfe2f7;
		}

		.search-box.minimal .dropdown-menu input:checked + span > i {
			color: #70757d;
			transform: rotate(45deg);
		}

.search-box.minimal .filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 5px;
}

	.search-box.minimal .filters > div {
		margin-top: 1px;
		margin-bottom: 1px;
	}

.search-box.minimal .filter-group {
	display: none;
	border: solid 1px aliceblue;
	margin: 5px 0;
}

.search-box.minimal .group-title {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: aliceblue;
	width: 30px;
}

	.search-box.minimal .group-title h2 {
		font-size: 14px;
		font-weight: 300;
		text-align: center;
		color: #4276a4;
		margin: 0 !important;
		transform: rotate(-90deg);
	}

@media (max-width: 750px) {
	.search-box.minimal .filters {
		display: block;
		width: 100%;
	}

		.search-box.minimal .filters label {
			text-align: right !important;
			padding-right: 15px;
		}
}

.page-content h2 {
	font-size: 20px;
}

.nav-tabs > li > a {
	font-size: 16px;
}


.ui-content-throbber {
	position: absolute;
	background: #fff url(./Images/throbber.gif) no-repeat center center !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ececec;
	opacity: 0.4;
	filter: alpha(opacity=40);
	backdrop-filter: blur(10px);
}

.color-black {
	color: black !important;
}

.color-blue {
	color: blue !important;
}

.color-light-blue {
	color: #4667e8 !important;
}

.color-red {
	color: red !important;
}

.color-light-red {
	color: #f04343 !important;
}


.color-green {
	color: green !important;
}

.color-yellow {
	color: yellow !important;
}

.color-grey {
	color: grey !important;
}


.color-lightgray {
	color: lightgray !important;
}

.color-dark-yellow {
	color: #ffcb00 !important;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}

ol,
ul {
	margin-bottom: 0;
	margin-top: 0;
}

/*------ persian datepicker -------*/
.datepicker-plot-area {
	z-index: 10002;
}

.datepicker-input {
	background-image: url("youIcon.png");
	background-position: 119px 0;
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-right: 26px;
	width: 111px;
}

.datepicker-icon:after {
	font-family: "Glyphicons Halflings";
	content: "\e075";
}

.datepicker-plot-area {
	z-index: 2147483647 !important;
}

.menu-word:link {
	text-decoration: none;
}

.action-link-button {
	display: block;
	padding: 0;
}

.word-wraper {
	white-space: nowrap !important;
}

.navbar-toggle {
	margin-right: 15px;
}

.border-field-validation-error {
	border: 1px solid #953b39 !important;
	box-shadow: 2px 0 14px #953b39 !important;
}

.field-validation-error,
.field-validation-error * {
	color: #ee2222;
	font-size: 12px;
}

.k-tooltip-error .k-tooltip-content {
	color: #fff !important;
}

td.bg-danger > .field-validation-error.show-on-hover {
	visibility: hidden;
}

td.bg-danger:hover > .field-validation-error.show-on-hover {
	visibility: visible;
}

#documentdownload-modal .modal-content,
#upload-modal .modal-content {
	width: 400px;
}


body .modal.large-modal .modal-dialog {
	width: 800px;
}


.row.row-margin {
	margin-right: 10px;
}


#navigate-grid .floatleft {
	float: left;
}

/* ***** step menu *******/
.step-menu ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 40px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	position: relative;
}

	.step-menu ul li {
		display: inline-block;
		position: relative;
		min-width: 30px;
		width: 24%;
		padding: 10px 20px;
		float: right;
		height: 38px;
	}

		.step-menu ul li a {
			text-decoration: none;
			width: 100%;
			text-align: center;
			font-size: 14px;
			display: block;
		}

			.step-menu ul li a:hover {
				text-decoration: none;
			}


	.step-menu ul .selected *,
	.step-menu ul .selected {
		color: white;
		background-color: #337ab7;
	}

	.step-menu ul li .icon {
		display: block;
		float: right;
		font-size: 10px;
		text-align: center;
		width: 15px;
		margin: 2px 5px;
		line-height: 15px;
		color: #ccc;
		background: #FFF;
		border: 2px solid #CCC;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.step-menu ul li .arrow {
	}



.disabled {
	pointer-events: none;
	background-color: #edecec !important;
	color: #444 !important;
	cursor: not-allowed;
}

.btn.disabled {
	background-color: #edecec !important;
	color: #666 !important;
}

.navbar-nav > li > a {
	font-size: 14px;
}

.form label {
	font-size: 15px;
	font-weight: normal;
}

.body-container {
	margin: 5px auto;
	width: 80%;
	/*width:950px;*/
}

.col-sm-2.Xlarge-label {
	width: 12%;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

@media (min-width: 992px) {
	.align-md-left {
		text-align: left;
	}

	.margin-md-15 {
		margin: 15px !important;
	}
}

.button-bar {
	text-align: center;
	margin-top: 5px;
}

/*--------------------Login body -------------------*/
.login {
	margin: 100px auto;
	width: 350px;
	height: 230px;
	background-color: white;
	border: 1px solid #428BCA;
	border-radius: 5px;
	font-size: 14px;
}

.content {
	margin: 30px 15px;
	margin-bottom: 15px;
}

.input-group.input {
	margin: 5px;
}

/*----------------- filter menu -----------------*/
.filter {
	border: solid 1px;
	border-color: #CCCCCC;
	background-color: whitesmoke;
	margin-bottom: 10px;
	border-radius: 5px;
	padding-right: 5px;
	overflow: hidden;
}

.search-btn {
	float: left;
	display: inline-block;
	width: 16.66%;
	/*margin:5px;*/
}

.fileld-filter {
	float: right;
	display: inline-block;
	width: 83.34%;
}

body .search-btn .button {
	line-height: 12px;
	margin-top: 5px;
}

/*------ persian datepicker -------*/
.datepicker-plot-area {
	z-index: 10002;
}

.datepicker-input {
	background-image: url("youIcon.png");
	background-position: 119px 0;
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-right: 26px;
	width: 111px;
}

.datepicker-icon:after {
	font-family: "Glyphicons Halflings";
	content: "\e109";
}

/*---------- تذکرات ---------*/
.legend.notification {
	color: red;
}

.status-label {
	color: #337ab7;
	padding: 10px;
}

.notification ul {
	display: block;
	list-style-type: disc;
}

.success-message {
	color: green;
	padding: 0 15px;
}

/*--------------- tabs -------*/
#tabs .tab-content {
	height: 300px;
	overflow: scroll;
}

/*---------------kendo style--------*/

.float-left {
	float: left !important;
}

.float-right {
	float: right;
}

.residencyYearStatusTitle {
	color: #0e4821 !important;
}

.ltr-select-option select,
.ltr-select-option option {
	direction: ltr !important;
}

.university-logo {
	font-size: 18px;
}

.container.body-content {
	background-color: #fff;
}

.change-password-form {
	margin: 10px auto;
	padding: 20px;
	width: 500px;
}

body .navbar .selected-nav {
	background-color: #075489;
	border-color: #075489;
	color: #fff;
}

.navbar-dropdown-button {
	padding: 15px;
	float: right;
}

.dropdown-menu.navbar-dropdown-submenu {
	background-color: #2484C6;
}

.mydropdown:hover .dropdown-menu {
	display: block;
}

.page-content-wrapper .page-content {
	overflow: auto;
	background: #f1f3fa none repeat scroll 0 0;
}

.row {
	margin-bottom: 2px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/*.btn-default, .noty_buttons > button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #2077cf;
	border-color: #2077cf;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #fff;
}

.btn.btn-default:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #1d70c4;
	border-color: #1d70c4 #1d70c4 #0e418c;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #fff;
}
*/
.noty_buttons {
	text-align: center;
}

	.noty_buttons > button {
		width: 70px;
		margin: 1px;
	}

.max-width-50 {
	max-width: 50px !important;
	width: 50px;
}

.max-width-100 {
	max-width: 100px !important;
	width: 100px;
}

.max-width-110 {
	max-width: 110px !important;
	width: 110px;
}

.max-width-120 {
	max-width: 120px !important;
	width: 120px;
}

.max-width-130 {
	max-width: 130px !important;
	width: 130px;
}

.max-width-180 {
	max-width: 180px !important;
	width: 180px;
}

.max-width-400 {
	max-width: 400px !important;
}

.pop {
	float: left;
}

body .btn.btn-default,
body .noty_buttons button {
	background-color: #7385ac;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #7385ac;
	font-size: 13px;
	display: initial;
}

	body .btn.btn-default:hover,
	body .btn.btn-default:focus,
	body .btn.btn-default:active,
	body .btn.btn-default.active,
	.open .dropdown-toggle.btn-default {
		color: #fff;
		background-color: #8fa0c4;
	}

body .btn.btn-admin {
	background-color: #eb2688;
	border: #eb2688 1px solid;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	display: initial;
	padding: 6px 13px;
}

	body .btn.btn-admin:hover,
	body .btn.btn-admin:focus,
	body .btn.btn-admin:active,
	body .btn.btn-admin.active,
	.open .dropdown-toggle.btn-admin {
		color: #fff;
		background-color: #e8569e;
		border: #b91365 1px solid;
	}

.btn-purple {
	background-color: #673AB7;
	color: #fff;
}

	.btn-purple:hover {
		background-color: #724aba;
		color: #fff !important;
	}

.padding-0 {
	padding: 0 !important;
}

.padding-1 {
	padding: 1px !important;
}

.padding-5 {
	padding: 5px !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-15 {
	padding: 15px !important;
}

.padding-right-0 {
	padding-right: 0 !important;
}

.padding-left-0 {
	padding-left: 0 !important;
}

.padding-left-right-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.padding-leftRight-2 {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.padding-leftRight-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.padding-leftRight-10 {
	padding-left: 5px !important;
	padding-right: 10px !important;
}


.padding-bottom-5 {
	padding-bottom: 5px !important;
}

.padding-bottom-15 {
	padding-bottom: 15px !important;
}

.align-center {
	text-align: center !important;
}

.view-details {
	background-image: url('../Images/rotation-details.png');
	background-repeat: no-repeat;
	float: left;
	height: 8px;
	width: 8px;
}

.width-full {
	display: inline-block !important;
	white-space: nowrap;
	width: 100% !important;
}

.width-auto {
	display: inline-block !important;
	white-space: nowrap;
	width: auto !important;
}

.width-10 {
	width: 10px !important;
}

.width-20 {
	width: 20px !important;
}

.width-30 {
	width: 30px !important;
}

.width-40 {
	width: 40px !important;
}

.width-50 {
	width: 50px !important;
}

.width-60 {
	width: 60px !important;
}

.width-70 {
	width: 70px !important;
}

.width-77 {
	width: 77px !important;
}

.width-80 {
	width: 80px !important;
}

.width-85 {
	width: 85px !important;
}

.width-90 {
	width: 90px !important;
}

.width-100 {
	width: 100px !important;
}

.width-110 {
	width: 110px !important;
}

.width-120 {
	width: 120px !important;
}

.width-130 {
	width: 130px !important;
}

.width-150 {
	width: 150px !important;
}

.width-180 {
	width: 180px !important;
}

.width-200 {
	width: 200px !important;
}

.width-230 {
	width: 230px !important;
}

.width-250 {
	width: 250px !important;
}

.width-300 {
	width: 300px !important;
}

.width-400 {
	width: 400px !important;
}

.area-title {
	background-color: #bbdba1;
	color: azure;
	font-weight: bold;
}

.form-control.drop {
	font-size: 10px !important;
	height: 25px !important;
	line-height: 1 !important;
	padding: 1px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: 22px 3px;
	background-size: 13px 13px;
	position: absolute;
	cursor: pointer;
	background-color: transparent;
}

.savedEducationPlan li,
.educationPlanTheme li {
	background-color: #c9dff5;
	border: 1px solid #397fae;
	color: #397fae;
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin: 1px 0;
	padding: 10px 0 !important;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	max-width: 100px;
	list-style-position: inside;
}

.educationPlanTheme.ui-droppable li {
	margin: 0 2px;
}

.form-control.drop {
	font-size: 10px !important;
	height: 25px !important;
	line-height: 1 !important;
	padding: 1px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: 22px 3px;
	background-size: 13px 13px;
	position: absolute;
	cursor: pointer;
	background-color: transparent;
}

/*.scroller {
	position: relative;
	background: #eef4f7;
	min-width: 100%;
	height: 100%;
}

.scroller {
	position: relative;
	background: #eef4f7;
	min-width: 100%;
	height: 100%;
}*/
.mscroller {
	background: #eef4f7 none repeat scroll 0 0;
}

#educationPlan-area {
	height: 713px;
}

ul.savedEducationPlan {
	max-width: 95px;
	padding: 0;
}

.resident-area-title,
.listTitle {
	background-color: #bbdba1;
	color: #2e4640;
	font-weight: bold;
	padding: 8px;
}

.link-filter-student {
	bottom: 0;
}

#EditCourseStudyEntityLogBookWindow {
	width: 70%;
	min-height: 500px;
}

#residents {
	float: left;
}

	#residents li {
		padding: 1px;
	}

.savedResident.custom-state-active {
	background: green;
}

#residents li.ui-draggable,
.savedResident li.ui-draggable {
	background-color: #eef7ea;
	border-right: 3px solid #bbdba1;
	border-bottom: 1px solid #bbdba1;
	margin-bottom: 1px;
	float: right;
	cursor: move;
}

#residents li.ui-draggable {
	width: 100%;
	max-width: 95px;
}


.savedResident li.ui-draggable {
	width: 70%;
	max-width: 95px;
	height: 10px;
}

#residents .resident-img {
	margin: 0;
	float: left;
	height: 20px;
	width: 20px;
}

.savedResident .resident-img {
	margin: 0;
	float: left;
	height: 10px;
	width: 10px;
}

li .name {
	float: right;
}

.font-size-8 {
	font-size: 8px !important;
}

.font-size-9,
.font-size-9 * {
	font-size: 9px !important;
}

.font-size-10 {
	font-size: 10px !important;
}

.font-size-11 {
	font-size: 11px !important;
}

.font-size-12 {
	font-size: 12px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-size-15 {
	font-size: 15px !important;
}

.font-size-16 {
	font-size: 16px !important;
}

.font-size-20 {
	font-size: 20px !important;
}

.font-size-25 {
	font-size: 25px !important;
}


#residents-area {
	height: 800px;
}

#tempTable {
	height: 800px;
}

.resident-area-title a {
	float: left;
	margin: 10px 0;
}

.resident-area-filter {
	background-color: #bbdba1;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.resident-form-title,
.listTitle {
	color: tomato;
	font-weight: bold;
	padding: 3px;
}

.sentry-small-table td {
	height: 70px;
}

.weeklyEducationPlan div.ui-widget-content,
ol.educationPlan {
	display: block;
	width: 100%;
	min-height: 45px !important;
	overflow: auto;
}

.text-noWrap {
	white-space: nowrap !important;
}

.dayTitle {
	font-size: 13px;
	padding: 10px 5px !important;
	white-space: nowrap;
}

.removeItem {
	color: #403f3f !important;
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}

.titleBold {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.titleBold2 {
	color: #215f94;
	font-size: 15px;
	font-weight: bold;
}

.nline {
	display: block;
	line-height: 7px;
}

	.nline.title {
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 12px;
	}


.mli {
	list-style-image: url(./Images/arrow-down.png);
}

.ui-state-hover,
.ui-state-default {
	margin: 0;
	min-height: 45px !important;
	overflow: auto;
}

#modal-overlay {
	position: fixed;
	z-index: 10;
	background: #ffffff;
	display: block;
	opacity: .75;
	filter: alpha(opacity=75);
	width: 100%;
	height: 100%;
}

.min-height-30 {
	min-height: 30px !important;
	overflow: auto;
}

.min-height-120 {
	min-height: 120px !important;
}

.min-height-150 {
	min-height: 150px !important;
}

.min-height-200 {
	min-height: 200px !important;
}

.min-height-270 {
	min-height: 270px !important;
}

.min-height-300 {
	min-height: 300px !important;
}

.min-height-335 {
	height: 335px !important;
	overflow: auto;
}

.min-height-345 {
	height: 345px !important;
	overflow: auto;
}

.min-height-350 {
	height: 350px !important;
	overflow: auto;
}

.min-height-360 {
	height: 360px !important;
	overflow: auto;
}

.min-height-370 {
	height: 370px !important;
	overflow: auto;
}

.min-height-400 {
	min-height: 400px !important;
}

.min-height-450 {
	min-height: 450px !important;
}



.min-height-750 {
	height: 750px !important;
	overflow: auto;
}

.height-100 {
	height: 100px !important;
	overflow: auto;
}

.height-150 {
	height: 150px !important;
	overflow: auto;
}

.height-200 {
	height: 200px !important;
	overflow: auto;
}

.height-210 {
	height: 210px !important;
	overflow: auto;
}

.height-290 {
	height: 290px !important;
	overflow: auto;
}

.height-310 {
	height: 310px !important;
	overflow: auto;
}

.height-500 {
	height: 500px !important;
	overflow: auto;
}

.height-600 {
	height: 600px !important;
	overflow: auto;
}

.height-370 {
	height: 370px !important;
	overflow: auto;
}

.height-700 {
	height: 700px !important;
	overflow: auto;
}

.height-750 {
	height: 750px !important;
}

.vertical-offset-15 {
	margin-top: 15px;
}

.vertical-offset-30 {
	margin-top: 30px;
}

.tab-pane {
	min-height: 200px;
}

.border-warning {
	border: 1px solid #bf8e8d !important;
}

.border-orange {
	border: 1px solid orange;
}

.profile-userpic {
	height: 145px;
	position: relative;
	margin: 0 auto;
	text-align: center !important;
}

	.profile-userpic img {
		border-radius: 50% !important;
		float: none;
		height: 100%;
		margin: 0 auto;
	}

.panel-default {
	border-color: initial !important;
}

.panel {
	box-shadow: none !important;
}

.panel-default {
	border-color: transparent;
}

.panel {
	background-color: #fff;
	border: 0 solid transparent !important;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}

.resident-name,
.resident-name span {
	color: #5a7391;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 7px;
}

.resident-courseStudy,
.resident-courseStudy span {
	color: #5b9bd1;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.font-blue {
	white-space: nowrap;
}



.padding-top-5 {
	padding: 5px 0 0 !important;
}

.padding-top-10 {
	padding: 10px 0 0 !important;
}

.border-trainingItemPlan {
	border-right: 3px solid #f7434b;
}

.border-sentry {
	border-right: 3px solid #99d569;
}

.border-rotation {
	border-right: 3px solid #99d9fa;
}

.border-valuationPlan {
	border-right: 3px solid #921863;
}

.border-course {
	border-right: 3px solid #d58900;
}

.border-empowermentCourse {
	border-right: 3px solid #953b39;
}

.bordered-color-1 {
	border: 1px solid #1d70c4;
}

.border-success {
	border: 1px solid #51c41d;
}

.border-info {
	border: 1px solid #5fb8e4;
}

.border-radius-10 {
	border-radius: 10px 10px 0 0 !important;
}

.day-view {
	border: 1px solid #eee;
	background-color: #5bc0de;
	height: 46px;
}

.day-view {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eee;
}

.pos-relative {
	position: relative !important;
}

.dayNumber {
	position: absolute;
	right: 45px;
	color: white;
	font-size: 10px;
}

.educationPlan-area {
	overflow: auto;
}

.panel-mInfo1 .panel-heading {
	background-color: #44b6ae !important;
	color: #fff;
	overflow: auto;
}

.educationPlan-next {
	background-color: #921863;
	bottom: 10px;
	color: white;
	font-size: 13px;
	left: 10px;
	padding: 3px 5px;
	position: absolute;
	border-radius: 5px !important;
}

.educationPlan-prev {
	background-color: #921863;
	bottom: 10px;
	color: white;
	font-size: 13px;
	left: 40px;
	padding: 3px 5px;
	position: absolute;
	border-radius: 5px !important;
}

.message-manage {
	background-color: #dfba49;
	bottom: 10px;
	color: white;
	font-size: 12px;
	left: 10px;
	padding: 3px 6px;
	position: absolute;
}

.panel-mInfo1 .fa.fa-user-md,
.profile-nav .fa.fa-user-md,
.profile-nav .fa.fa-star-half-empty {
	font-size: 19px !important;
}

.fa.fa-share,
.fa.fa-paper-plane-o,
.fa.fa-paper-plane,
.fa.fa-reply,
.fa.fa-inbox,
.fa.fa-save {
	font-size: 16px !important;
}

.profile-nav .fa.fa-users {
	font-size: 17px !important;
}

.fa.fa-filter.white {
	color: white;
}

.fa.fa-plus-circle {
	color: #a4dd76;
}

.fa.fa-minus-circle {
	color: #f3565d;
}

.profile-nav li.active {
	background-color: #eee;
}

.borderless {
	border: 0 solid #fff !important;
}

.prompt {
	color: #f3565d;
}

.color-disable {
	color: #bcc0c1 !important;
}

.color-no-0 {
	color: white !important;
}


.color-no-1 {
	color: #f3565d !important;
}

.color-no-2 {
	color: #dfba49 !important;
}

.color-no-3 {
	color: #89c4f4 !important;
}

.color-no-4 {
	color: #45b6af !important;
}

.color-no-5 {
	color: #0e4d83 !important;
}

.color-no-6 {
	color: #2b74b2 !important;
}

.color-no-7 {
	color: #aaaaaa !important;
}

.background-white {
	background-color: #ffffff;
}

.bgcolor-gray {
	background-color: #d1d1d1 !important;
	color: #999;
}

.bgcolor-no-0 {
	background-color: #EEEEEE !important;
}

.bgcolor-no-1 {
	background-color: #f3565d !important;
}

.bgcolor-no-2 {
	background-color: #dfba49 !important;
}

.bgcolor-no-3 {
	background-color: #89c4f4 !important;
}

.bgcolor-no-4 {
	background-color: #45b6af !important;
}

.bgcolor-no-5 {
	background-color: #bbdba1 !important;
}

.bgcolor-no-6 {
	background-color: #2b74b2 !important;
}

.bgcolor-no-7 {
	background-color: #d4efbe !important;
}

.bgcolor-no-8 {
	background-color: #f7fb98 !important;
}

.bgcolor-no-9 {
	background-color: #fb8b90 !important;
}

.bgcolor-no-darker-8 {
	background-color: #ffed5b !important;
}

.bgcolor-no-99 {
	background-color: #fb3d45 !important;
}

.bgcolorlight-no-1 {
	background-color: #FAF6D9 !important;
}

.k-alt td.bgcolorlight-no-1 {
	background-color: #f1eccd !important;
}

tr:hover td.bgcolorlight-no-1 {
	background-color: #e6e2c1 !important;
}

.bgcolorlight-no-2 {
	background-color: #effad9 !important;
}

.k-alt td.bgcolorlight-no-2 {
	background-color: #e2eec9 !important;
}

tr:hover td.bgcolorlight-no-2 {
	background-color: #d1e0b4 !important;
}


.bgcolorlight-no-3 {
	background-color: #e7f2fb !important;
}

.k-alt td.bgcolorlight-no-3 {
	background-color: #d6e5f1 !important;
}

tr:hover td.bgcolorlight-no-3 {
	background-color: #b6ccde !important;
}

.bgcolorlight-no-4 {
	background-color: #f6edff !important;
}

.k-alt td.bgcolorlight-no-4 {
	background-color: #e0d2ee !important;
}

tr:hover td.bgcolorlight-no-4 {
	background-color: #d2bfe5 !important;
}

.bgcolorlight-no-5 {
	background-color: #FFEBCD !important;
}

.k-alt td.bgcolorlight-no-5 {
	background-color: #f2dfc4 !important;
}

tr:hover td.bgcolorlight-no-5 {
	background-color: #dec9a7 !important;
}
.bgcolorlight-no-6 {
	background-color: #cdf4ff  !important;
}

.k-alt td.bgcolorlight-no-6 {
	background-color: #cdf9ff !important;
}

tr:hover td.bgcolorlight-no-6 {
	background-color: #cdf9ff !important;
}

.bgcolorlight-no-9 {
	background-color: #ffafb3 !important;
}

.k-alt td.bgcolorlight-no-9 {
	background-color: #f0a4ab !important;
}

tr:hover td.bgcolorlight-no-9 {
	background-color: #d9868e !important
}

.bg-disabled {
	background-color: #edecec !important;
	border-color: #e5e5e5 !important;
}

.bg-orange {
	background-color: #ffe6cb;
}

.inbox.sent {
	background: #eef4f7 none repeat scroll 0 0;
}

.display-block {
	display: block;
}

#attend-list a {
	padding: 10px 5px;
}

.color-lightblack {
	color: #969393;
}

.text-wrap {
	white-space: normal !important;
}

.content-filter-resident {
}

.width-100-p {
	width: 100% !important;
}

.excel-pdf-btn {
	background-color: transparent !important;
	border: 0 solid white !important;
	float: left !important;
	padding: 5px 0 0 5px !important;
	font-size: 20px !important;
	color: green !important;
	display: flex !important;
	}

.border-bottom-1 {
	border-bottom: 1px solid #bbdba1;
}


.pattern-form {
	padding: 10px 0;
}

.save-record-date {
	display: none;
}

.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

.scroll-vertical {
	overflow-y: scroll;
}

.popover {
	z-index: 10000000000000000000000000 !important;
}

.backToPage {
	position: absolute;
	left: 0;
	top: 0;
}


.input-resonseTypeItem {
	float: right !important;
	margin-left: 15px;
}

.form-border {
	border: solid 1px #AAAAAA;
	border-radius: 5px !important;
}


.question-row {
	border-bottom: solid 1px #ffffff;
}

.question-r ow:hover {
	background-color: #eeeeee;
	border-bottom: solid 1px #bbbbbb;
}

.label-question {
	white-space: normal !important;
	background-color: #d9edf7;
	font-size: 14px !important;
	padding: 5px;
}

.questionGroup-div label {
	background-color: transparent !important;
}

.filter-btn {
	position: relative !important;
}

.list-filters {
	background-color: #4b8df8 !important;
	border: 1px solid #eee;
	display: none;
	position: absolute !important;
	left: 30px;
	top: 27px;
}

.margin-0 {
	margin: 0 !important;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.margin-right-0 {
	margin-right: 0 !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-left-0 {
	margin-left: 0 !important;
}

.margin-5 {
	margin: 5px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-left-5 {
	margin-left: 5px !important;
}

.margin-10 {
	margin: 10px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-15 {
	margin: 15px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-right-18 {
	margin-right: 18% !important;
}

.margin-20 {
	margin: 20px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}


.filter-height {
	height: 25px !important;
}

.width-50per {
	width: 47%;
}

.form-control-grid {
	background-color: transparent !important;
	border: 0 solid #ccc !important;
	display: block !important;
	width: 100%;
}

#search-filter,
#clear-filter {
	background-color: #9c9c9c !important;
	color: white !important;
	height: 30px !important;
}

.glyphicon-blackboard::before {
	content: "";
}

.badge.badge-default {
	display: none;
}

.kendoRowlink a {
	color: #000 !important;
	text-decoration: none !important;
}

.scoreinput {
	height: 23px !important;
}

.border-light {
	border-bottom: 1px solid #e8e5e5 !important;
}

.li-heading {
	padding: 5px !important;
	color: white;
	background-color: #646363;
}

.display-inline-block {
	display: inline-block !important;
}

.display-inline-table {
	display: inline-table !important;
}

.fa.fa-android {
	color: #bbdba1 !important;
	font-size: 20px !important;
}

.fa.fa-apple {
	color: #ccc !important;
	font-size: 20px !important;
}

.titr {
	font-family: Koodakbold;
	font-size: 18px;
	margin-right: 10px;
}

.md-label,
.md-label * {
	font-family: Koodakbold;
	font-size: 16px;
}

.kv-upload-progress,
.input-group.file-caption-main,
.file-preview {
	width: 50% !important;
}

.PartnershipItem1 {
	background-color: #d1e2b0 !important;
	border-bottom: 1px solid #d5d2d2 !important;
}

.PartnershipItem2 {
	background-color: #dbf6a6 !important;
	border-bottom: 1px solid #d5d2d2 !important;
}

.PartnershipItem3 {
	background-color: #caf27d !important;
	border-bottom: 1px solid #d5d2d2 !important;
}

.PartnershipItem4 {
	background-color: #c2ef69 !important;
	border-bottom: 1px solid #d5d2d2 !important;
}

.PartnershipItem5 {
	background-color: #e4f5c3 !important;
	border-bottom: 1px solid #d5d2d2 !important;
}

.PartnershipItem6 {
	background-color: #a4ca5a !important;
	border-bottom: 1px solid #d5d2d2 !important;
}

.bg-bordercolor-no-4 {
	/*background-color:#f7a614 !important;*/
}

.displayNone {
	display: none !important;
}

.nav li {
	white-space: nowrap;
}

.border-bottom-error-2 {
	border-bottom: 2px solid #f3565d !important;
	color: red;
}

.border-bottom-more-2 {
	border-bottom: 2px solid #74ea14 !important;
	color: forestgreen;
}


.height-25 {
	height: 25px !important;
}

.helpcontainer {
	position: relative !important;
}

.bghelpcontainer {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 500;
}

.logo-default {
	height: 55px !important;
	width: 340px !important;
	background-image: url(/LogBooks/Universities/UniversityLogo);
	background-repeat: no-repeat;
}

.uni-log-box {
	height: 55px;
	overflow: hidden;
}

	.uni-log-box img {
		height: 100%;
		/*width: 100%;*/
	}

.uni-log-Loginbox {
	background-color: slategray;
	height: 47px;
	margin: 0 50px;
	overflow: hidden;
}

	.uni-log-Loginbox img {
		height: 100%;
		/*width: 100%;*/
	}

.padding-left-5 {
	padding-left: 5px !important;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.welcom-message {
	color: #272424;
	padding: 10px;
	text-align: center;
}


.dashboard-stat .visual {
	height: 50px !important;
	display: block;
	float: left !important;
	font-size: 35px !important;
	line-height: 35px !important;
	margin-bottom: 15px;
	padding-left: 15px !important;
	padding-top: 10px;
	width: 80px;
}

	.dashboard-stat .visual.small {
		height: 10px !important;
		display: block;
		float: left !important;
		font-size: 35px !important;
		line-height: 35px !important;
		margin-bottom: 15px;
		padding-left: 15px !important;
		padding-top: 10px;
		width: 80px;
	}

.dashboard-stat .details {
	padding-right: 15px !important;
	position: relative;
	right: 5px !important;
	min-height: 30px;
}

	.dashboard-stat .details .desc {
		text-align: right !important;
		padding-top: 5px !important;
		font-size: 13px !important;
	}

		.dashboard-stat .details .desc a {
			font-size: 13px !important;
			font-weight: 300;
			letter-spacing: 0;
			text-align: left;
			color: #fff;
			text-decoration: none;
		}

			.dashboard-stat .details .desc a:hover,
			.dashboard-stat .details .desc a:active {
				text-decoration: none;
			}

.dashboard-stat .more > i {
	display: inline-block;
	float: right !important;
	margin-top: 1px;
}

.dashboard-stat .more {
	clear: both;
	display: list-item !important;
	font-size: 11px;
	font-weight: 300;
	opacity: 0.7;
	padding: 2px 3px 2px 2px !important;
	text-transform: uppercase;
}

.dashboard-stat .details .number, .grid-button .number {
	background-color: #e35b5a !important;
	border-radius: 50px !important;
	color: yellow !important;
	float: left !important;
	font-size: 11px !important;
	height: 23px !important;
	left: -16px !important;
	line-height: 10px !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	top: -5spx !important;
	width: 23px !important;
}

.dashboard-stat .details .number2 {
	background-color: #e35b5a !important;
	border-radius: 50px !important;
	color: yellow !important;
	float: left !important;
	font-size: 11px !important;
	height: 23px !important;
	left: -16px !important;
	line-height: 10px !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	top: 40px !important;
	width: 23px !important;
}

.dashboard-stat .details .number3 {
	background-color: #e35b5a !important;
	border-radius: 50px !important;
	color: yellow !important;
	float: left !important;
	font-size: 11px !important;
	height: 23px !important;
	left: -16px !important;
	line-height: 10px !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	top: 15px !important;
	width: 23px !important;
}

.dashboard-stat .details .number4 {
	background-color: #e35b5a !important;
	border-radius: 50px !important;
	color: yellow !important;
	float: left !important;
	font-size: 11px !important;
	height: 23px !important;
	left: -16px !important;
	line-height: 10px !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	top: 65px !important;
	width: 23px !important;
	z-index: 1;
}


li a .number,
li a .number2,
li a .number3,
li a .number4 {
	background-color: #e35b5a !important;
	border-radius: 50px !important;
	color: yellow !important;
	float: left !important;
	font-size: 11px !important;
	height: 23px !important;
	left: 0 !important;
	line-height: 10px !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	top: 0 !important;
	width: 23px !important;
}

li a .info-number {
	border-radius: 50px !important;
	color: black !important;
	float: left !important;
	font-size: 11px !important;
	height: 23px !important;
	left: 0 !important;
	line-height: 10px !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	top: 0 !important;
	width: 23px !important;
}


.more a {
	color: #ffffff !important;
}

	.more a.right {
		text-align: right;
		float: right;
	}

	.more a.left {
		text-align: left;
		float: left;
	}

.trainingItemPlanWeekly-professors > span,
.trainingItemPlanWeekly-residents > span {
	font-size: 10px !important;
}

.callback-div {
	border-bottom: 3px solid #428bca !important;
	height: 100px !important;
}

#refresh-dates,
#refresh-resident-list,
#refresh-professor-list {
	color: forestgreen;
	left: 0;
	margin: 0 19px;
	position: absolute;
	top: 0;
}

.header-tab-height-750 {
	color: #ffffff;
	opacity: 0.9;
	padding: 7px 15px;
}

.trainingItemPlanWeekly-professors > span {
	line-height: 10px;
}

.multiline-text {
	white-space: pre-wrap;
}

.parentRow {
	border-bottom: 1px solid #d9e8f7 !important;
}

.dashboard-stat {
	margin-bottom: 5px !important;
}

.dis-height {
	max-height: 25px !important;
}

textarea.dis-height {
	max-height: none !important;
}

#file-fa {
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	width: 200px;
}

.page-sidebar .page-sidebar-menu li > a > .arrow::before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow::before {
}

body .page-sidebar .page-sidebar-menu li > a > .arrow::before,
body .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow::before {
	font-family: simple-line-icons;
	content: "\e604";
	font-size: 9px;
	font-weight: 900;
}

body .page-sidebar .page-sidebar-menu li > a > .arrow.open::before,
body .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open::before {
	font-family: 'simple-line-icons';
	content: "\e607";
}

body .dropdown-menu {
	font-family: "dirooz", "Koodakbold", Tahoma;
}

.selected-bgcolor {
	background-color: #d3e5f5 !important;
	padding: 2px 0 !important;
}

.divider {
	border: 1px solid #a2c2cf !important;
	margin: 10px 0 20px 0 !important;
}

body .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a,
body .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a,
body .page-sidebar .page-sidebar-menu > li.active > a,
body .page-sidebar .page-sidebar-menu > li.active.open > a {
	background: #497fae;
	border-top-color: inherit;
	color: #c9dff5;
}

	body .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > i,
	body .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > i,
	body .page-sidebar .page-sidebar-menu > li.active > a > i,
	body .page-sidebar .page-sidebar-menu > li.active.open > a > i {
		color: inherit;
	}

	body .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover,
	body .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover,
	body .page-sidebar .page-sidebar-menu > li.active > a:hover,
	body .page-sidebar .page-sidebar-menu > li.active.open > a:hover {
		background: inherit;
	}

.notice {
	margin: 0 15px;
	padding: 15px;
	background-color: #fafafa;
	border: 1px solid #7f7f84;
	border-right: 50px solid #7f7f84;
	margin-bottom: 10px;
	border-radius: 4px !important;
	overflow: auto;
}

.notice-sm {
	padding: 10px;
	font-size: 80%;
}

.notice-lg {
	padding: 35px;
	font-size: large;
}

.notice-success {
	border-color: #80D651;
	background-color: #e3ffd3;
}

	.notice-success > strong {
		color: #80D651;
	}

.notice-info {
	border-color: #578ebe;
	background-color: #d1e9fe;
}

	.notice-info > strong {
		color: #45ABCD;
	}

.notice-warning {
	border-color: #FEAF20;
	background-color: #fbf5e9;
}

	.notice-warning > strong {
		color: #FEAF20;
	}

.notice-danger {
	border-color: #d73814;
	background-color: #fbeae7;
}

	.notice-danger > strong {
		color: #d73814;
	}

body .page-bar .page-toolbar {
	padding: 7px;
}

.title-value-box {
	border: 1px solid;
	padding: 0 !important;
	border-left: none;
	color: #fff;
	border-color: #c3c5c7;
}

	.title-value-box:last-child {
		border-left-width: 1px !important;
		border-left-style: solid !important;
	}

	.title-value-box .title-box {
		text-align: center;
		font-size: 14px;
		padding: 5px;
		background-color: #bfbdbd;
		color: #000;
	}

	.title-value-box .value-box {
		font-size: 12px;
		text-align: center;
		padding: 5px;
		background-color: #f1f1f1;
		color: #222;
	}

	.title-value-box.blue {
		color: #fff;
		border-color: #075489;
	}

		.title-value-box.blue .title-box {
			background-color: #578ebe;
			color: #fff;
		}

		.title-value-box.blue .value-box {
			background-color: #d1e9fe;
			color: #222;
		}

	.title-value-box.green {
		color: #fff;
		border-color: #53b206;
	}

		.title-value-box.green .title-box {
			background-color: #508326;
			color: #fff;
		}

		.title-value-box.green .value-box {
			background-color: #edfce0;
			color: #222;
		}

	.title-value-box.yellow {
		color: #fff;
		border-color: #dde000;
	}

		.title-value-box.yellow .title-box {
			background-color: #dde000;
			color: #111;
		}

		.title-value-box.yellow .value-box {
			background-color: #feffdc;
			color: #222;
		}

	.title-value-box.red {
		color: #fff;
		border-color: #a5080f;
	}

		.title-value-box.red .title-box {
			background-color: #a5080f;
			color: #fff;
		}

		.title-value-box.red .value-box {
			background-color: #ffd3d5;
			color: #222;
		}


.progress-bar.progress-bar-yellow {
	background-color: #ffff66;
	color: #333;
}

.progress-bar.progress-bar-lite-orange {
	background-color: #ffe6a9;
	color: #333;
}

.progress-bar.progress-bar-orange {
	background-color: #ff8000;
}

.progress-bar.progress-bar-red {
	background-color: #f00;
}

.progress-bar.progress-bar-green {
	background-color: #33cc33;
}

.progress-bar.progress-bar-blue {
	background-color: #0066ff;
}

.display-template {
	display: inline-block;
	padding-top: 5px;
}

.ltr-text, .text-ltr, .ltr, .k-ltr {
	direction: ltr;
}

.rtl-text, .text-rtl, .rtl, .k-rtl {
	direction: rtl;
}

.glyphicons,
.fa {
	font-size: 16px;
}

.standard-title {
	color: #000;
}

	.standard-title span {
		border: 1px solid black;
		background-color: #FEAF20;
		font-weight: 400;
		font-size: 13px;
		display: inline-block;
		padding: 7px 15px;
		border-bottom-style: none;
		border-left-style: none;
	}

		.standard-title span:last-child {
			border-left-style: solid;
		}

.standard-body {
	display: block;
	border: 1px solid black;
	line-height: 170%;
	padding: 5px 10px;
	min-height: 60px;
}

.standard-table-body {
	border: 1px solid black;
	line-height: 170%;
	padding: 5px 10px;
	min-height: 60px;
	border-collapse: collapse;
	width: 100%;
}

	.standard-table-body th {
		border: 1px solid black;
		padding: 5px;
		background-color: #b8cce4;
	}

	.standard-table-body td {
		border: 1px solid black;
		padding: 5px;
	}

.table-score {
	width: 100%;
}

	.table-score th {
		text-align: center;
	}

.gauge-row {
	min-height: 60px;
	border-top: 2px solid #ffc005;
	border-bottom: 2px solid #ffc005;
	background-color: #fcf9e5;
	margin: 10px;
	padding: 5px 10px;
}

	.gauge-row.alt {
		background-color: #fefdf3;
		border-color: #d7c509;
	}


.selectedPaginateLi {
	background-color: #cbe3f1 !important;
}

.medical-section-cell-actions a {
	font-family: Arial !important;
}

.bg-area-m {
	padding: 5px 10px 5px;
	background-color: #d5d5d5;
	font-weight: bold;
	font-size: 13px;
}

.input-radio-User-m {
	margin: 0 0 0 15px !important;
}

.input-radio-Professor-m {
	margin: 0 0 0 15px !important;
}

.input-radioHeader-User-m {
	margin: 0 0 0 7px !important;
	font-size: 10px !important;
}

.input-radioHeader-Professor-m {
	margin: 0 0 0 7px !important;
	font-size: 10px !important;
}


.input-radio-allProfessor-m {
	margin: 0 0 0 20px !important;
	font-size: 11px !important;
	background-color: #2196F3 !important;
}

.input-radio-allUser-m {
	margin: 0 0 0 20px !important;
	font-size: 11px !important;
	background-color: #2196F3 !important;
}

.input-radio-resident-m {
	margin: 0 0 0 15px !important;
}

.input-radioHeader-resident-m {
	margin: 0 0 0 8px !important;
	font-size: 11px !important;
}

.input-radio-allResident-m {
	margin: 0 0 0 5px !important;
	font-size: 11px !important;
	background-color: #2196F3 !important;
}

.input-radio-minuteMember-m {
	margin: 0 0 0 15px !important;
}

.input-radioHeader-minuteMember-m {
	margin: 0 0 0 8px !important;
	font-size: 11px !important;
}

.input-radio-allMinuteMember-m {
	margin: 0 0 0 5px !important;
	font-size: 11px !important;
	background-color: #2196F3 !important;
}

.grid select.form-control {
	height: 20px !important;
	padding: 0 2px !important;
}

td.text-center input {
	text-align: center;
}

.item-educationPlan {
	border: 1px solid #eee;
	background-color: #fafafa;
	color: #82949a;
	/*height: 45px;*/
	min-height: 45px !important;
	margin: 1px;
	padding: 0 3px 0 0 !important;
}

	.item-educationPlan a {
		text-decoration: none !important;
		display: block;
		color: #82949a !important;
	}

		.item-educationPlan a div {
			display: block;
			color: #82949a !important;
			font-size: 10px !important;
		}

.selected-date-info {
	top: 202px !important;
	position: fixed !important;
}

.toDayRow {
	background-color: aliceblue !important;
	border-right: 2px #1d9ad1 solid !important;
	padding: 3px 0;
}

.educationPlan-area .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

	.educationPlan-area .row .meetingContainer {
		display: inline-block;
		min-height:40px;
		padding:0;
		margin:0;
	}

body table.table.no-border > tbody > tr > td,
body table.table.no-border > tbody > tr > th,
body table.table.no-border > tfoot > tr > td,
body table.table.no-border > tfoot > tr > th,
body table.table.no-border > thead > tr > td,
body table.table.no-border > thead > tr > th {
	border: none !important;
}


.star-danger {
	color: #F3565D;
	font-size: 13px !important;
}

.bg-throbber {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .50) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .50) 50%, rgba(255, 255, 255, .50) 75%, transparent 75%, transparent);
	background-size: 2rem 2rem;
}

.portlet > .portlet-title > .caption {
	width: auto !important;
}

.contract-item {
	border: 1px solid #dddbdb;
	margin: 5px 0;
}

	.contract-item .title {
		background-color: #d1e9fe;
		padding: 10px;
	}

.contract-gauge-container {
	background-size: cover;
	width: 193px;
	height: 193px;
	text-align: center;
	margin: 0 auto 15px auto;
	direction: ltr;
}

	.contract-gauge-container .gauge {
		width: 175px;
		height: 150px;
		margin: 0 auto;
		border-color: transparent;
	}

	.contract-gauge-container .contract-item-done {
		margin: auto;
		width: auto;
		background-color: #EEEEEE;
		border-radius: 15px !important;
		padding: 2px 0;
		color: #ffffff;
	}

		.contract-gauge-container .contract-item-done.state1 {
			background-color: #f3565d;
			color: #fff;
		}

		.contract-gauge-container .contract-item-done.state2 {
			background-color: #ff9c30;
			color: #333;
		}

		.contract-gauge-container .contract-item-done.state3 {
			background-color: #fff200;
			color: #333;
		}

		.contract-gauge-container .contract-item-done.state4 {
			background-color: #80D651;
			color: #333;
		}

.imgPreview {
	width: 100% !important;
}


.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: relative !important;
	margin-right: 0 !important;
	margin-left: 5px;
}

.stimul-report {
	direction: ltr;
}

	.stimul-report td {
		direction: rtl !important;
	}

.rotate90 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	float: right;
}

.rotate45 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	float: right;
}

.tabbable-custom > .nav-tabs.nav-stacked {
	margin-bottom: 1px;
}

	.tabbable-custom > .nav-tabs.nav-stacked > li {
		border: 1px solid #ddd;
		border-bottom: 0 solid #ddd;
	}

		.tabbable-custom > .nav-tabs.nav-stacked > li:last-child {
			border-bottom: 1px solid #ddd;
		}

		.tabbable-custom > .nav-tabs.nav-stacked > li.active {
			border-right: 3px solid #F3565D;
			margin-right: 0;
			border-top: 1px solid #ddd;
			position: relative;
			border-left: 0 solid;
		}

			.tabbable-custom > .nav-tabs.nav-stacked > li.active > a {
				border-right: none;
				font-weight: 400;
				border-radius: 0;
			}

				.tabbable-custom > .nav-tabs.nav-stacked > li.active > a,
				.tabbable-custom > .nav-tabs.nav-stacked > li.active > a:focus,
				.tabbable-custom > .nav-tabs.nav-stacked > li.active > a:hover {
					color: #555;
					cursor: default;
					background-color: #fff;
					border-left-color: transparent;
				}

.score-row {
	border: 1px solid #ccc;
	border: none;
	margin: 0;
	padding: 5px;
}


.vertical-text {
	writing-mode: vertical-rl;
}

.mark,
mark {
	padding: .2em;
	background-color: #f5f725 !important;
}

.bordered {
	border: 1px solid #e0e0e0 !important;
}

.ribbon {
	--f: 10px; /* control the folded part*/
	--r: 15px; /* control the ribbon shape */

	position: absolute;
	top: 10px;
	padding-inline: 4px;
	background: #BD1550;
	border-bottom: var(--f) solid #0005;
	color: #fff;
	line-height: 1.3em;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.left {
	left: calc(-1*var(--f));
	border-right: var(--r) solid #0000;
	clip-path: polygon(100% 0,0 0,0 calc(100% - var(--f)),var(--f) 100%, var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2));
}

.course-ribbon {
	position: relative;
	border: 1px solid #e7eadd;
	box-shadow: 0 0 10px rgba(36, 41, 83, .4);
	text-align: center;
	min-height: 150px;
}

	.course-ribbon .bb-ribbon {
		display: inline-block;
		box-sizing: content-box;
		white-space: nowrap;
		background-image: url('./Images/tag1.png');
		color: white;
		top: 3px;
		left: -7px;
		position: absolute;
		width: 97px;
		height: 33px;
		z-index: 1;
	}

		.course-ribbon .bb-ribbon label {
			font-size: 12px;
			padding: 2px;
		}

	.course-ribbon .dd-ribbon {
		text-align: center;
		padding: 0 2px;
		margin: 0;
		line-height: 31px;
		display: inline-block;
		box-sizing: content-box;
		white-space: nowrap;
		z-index: 1;
		background-color: transparent;
		background-image: url('./Images/dateTag.png');
		border-color: #1CAFDA;
		color: white;
		top: -2px;
		right: -1px;
		font-size: 14px;
		position: absolute;
		width: 40px;
		height: 66px;
	}

	.course-ribbon .start-date-ribbon {
		text-align: center;
		padding: 0 2px;
		margin: 0;
		line-height: 31px;
		display: inline-block;
		box-sizing: content-box;
		white-space: nowrap;
		z-index: 1;
		background-color: transparent;
		background-image: url('./Images/dateTag.png');
		background-size: 25px 130px;
		transform: rotate(90deg);
		border-color: #1CAFDA;
		color: white;
		top: -50px;
		right: 44px;
		font-size: 14px;
		position: absolute;
		width: 20px;
		height: 130px;
	}

	.course-ribbon .register-date-ribbon {
		text-align: center;
		padding: 0 2px;
		margin: 0;
		line-height: 31px;
		display: inline-block;
		box-sizing: content-box;
		white-space: nowrap;
		z-index: 1;
		background-color: transparent;
		background-image: url('./Images/dateTag.png');
		background-size: 25px 150px;
		transform: rotate(90deg);
		border-color: #1CAFDA;
		color: white;
		top: -33px;
		right: 53px;
		font-size: 14px;
		position: absolute;
		width: 20px;
		height: 150px;
	}

		.course-ribbon .start-date-ribbon label,
		.course-ribbon .register-date-ribbon label {
			transform: rotate(270deg);
		}


div .course-image {
	height: 190px;
}

.dd-ribbon .date-title {
	display: block;
	font-size: 11px;
}

.bb-expired {
	width: 110px;
	height: 100px;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	position: absolute;
	left: -40px;
	bottom: -8px;
	z-index: 1;
	opacity: 0.75;
}

.course-link-btn {
	padding: 5px 15px;
	-webkit-border-radius: 38px !important;
	-webkit-box-shadow: -6px 9px 10px 0 transparent;
	-moz-box-shadow: -6px 9px 10px 0 transparent;
	box-shadow: -6px 9px 10px 0 transparent;
	background: #0b2553;
	width: 150px;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}

.empowerments-item-continer {
	margin-bottom: 30px;
}

.empowerments-item {
	height: 250px;
	display: block;
}

	.empowerments-item .course-image {
		padding-top: 80%;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

		.empowerments-item .course-image img {
			max-height: 180px;
			width: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

	.empowerments-item .course-title {
		height: 30px;
		margin-bottom: 10px;
		padding: 7px 0;
		color: #2680eb;
		font-size: 12px !important;
		font-weight: bold;
		display: block;
	}

.owl-empowerments-item {
	width: 270px !important;
	height: 245px;
	margin: 5px 10px;
	display: block;
}

	/*.owl-empowerments-item .course-image {
		padding-top: 20px;
	}*/

	.owl-empowerments-item .course-image img {
		max-height: 150px !important;
	}

	.owl-empowerments-item .course-title {
		height: 30px;
		margin-bottom: 10px;
		padding: 7px 0;
		color: #2680eb;
		font-size: 14px !important;
		font-weight: bold;
		display: block;
	}


ul.empowerment {
	list-style: none;
	/* Remove default bullets */
}

	ul.empowerment li::before {
		content: "\700"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
		color: #1fc0c8; /* Change the color */
		font-size: 20px; /* If you want it to be bold */
		font-weight: bold; /* If you want it to be bold */
		display: inline-block; /* Needed to add space between the bullet and the text */
		width: 1em; /* Also needed for space (tweak if needed) */
		margin-left: -1em; /* Also needed for space (tweak if needed) */
	}

li.list-style-type-none::before {
	content: none;
}

ul.empowerment li label {
	margin-right: 10px !important;
}

ul.empowerment label.labelTxt {
	color: #6771ae !important;
	font-weight: normal !important;
}

.course-alarm {
	background: -moz-linear-gradient(left, #1fc0c8 0%, #22aed9 100%);
	background: -webkit-linear-gradient(left, #1fc0c8 0%, #22aed9 100%);
	background: linear-gradient(to right, #1fc0c8 0%, #22aed9 100%);
	padding: 10px;
	color: white;
}

.course-alarm2 {
	background: -moz-linear-gradient(left, #c8c51f 0%, #22aed9 100%);
	background: -webkit-linear-gradient(left, #c8c51f 0%, #22aed9 100%);
	background: linear-gradient(to right, #c8c51f 0%, #22aed9 100%);
	padding: 10px;
	color: white;
}

.holding {
	background-color: #929cd9;
	width: 110px;
	font-size: 13px !important;
	position: absolute;
	top: 10px;
	left: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	padding: 10px;
	border: 2px solid white;
	border-radius: 10px !important;
}

.course-line-title {
	text-align: center;
	margin: 10px 0;
	display: flex;
	width: 100%;
	align-items: center;
}

	.course-line-title > * {
		font-size: 16px;
		padding: 4px 20px;
		border-radius: 20px;
		color: #0076b3;
		font-weight: bold;
		white-space: nowrap;
	}

	.course-line-title::before {
		left: -5px;
		background: linear-gradient(90deg, #1fc0c8 0%, #fff 80%);
	}

	.course-line-title::after {
		right: -5px;
		background: linear-gradient(90deg, #fff 20%, #1fc0c8 100%);
	}

	.course-line-title::before,
	.course-line-title::after {
		content: "";
		flex: 1;
		height: 4px;
		border-radius: 5px;
		position: relative;
	}

.course-line-title {
	text-align: center;
}

.more-courses {
	padding: 5px 15px;
	-webkit-box-shadow: -6px 9px 10px 0 transparent;
	-moz-box-shadow: -6px 9px 10px 0 transparent;
	box-shadow: -6px 9px 10px 0 transparent;
	background: #0b2553;
	width: 150px;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}

.cours .active > a {
	border: none !important;
}

.cours .nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #1fc0c8;
}

.cours li.active {
	border-top: 3px solid #1fc0c8 !important;
	border-left: 1px solid #1fc0c8 !important;
	border-right: 1px solid #1fc0c8 !important;
	border-bottom: 1px solid white !important;
	border-top-left-radius: 4px !important;
	margin-top: 0;
	position: relative;
	border-bottom-color: white;
}

.cours .tab-content {
	border-left: 1px solid #1fc0c8 !important;
	border-right: 1px solid #1fc0c8 !important;
	border-bottom: 1px solid #1fc0c8 !important;
}

.image-default-course {
	background: url('./Images/workshop2.png');
	width: 100%;
	height: 40px;
}

.position-ralative {
	position: relative !important;
}

.display-item {
	padding-top: 5px;
	font-size: 14px;
	display: inline-block;
}

.control-label {
	font-size: 10px;
}

.label-questionGroup {
	background-color: #c7def2;
	font-size: 12px !important;
}

@media (max-width:767px) {
	.control-label {
		font-size: 12px !important;
	}

	.btn {
		font-size: 12px !important;
	}

	.width-100 {
		width: 90px !important;
	}

	label.radio-inline {
		font-size: 11px !important;
	}

	.form-control {
		font-size: 13px !important;
	}
}

.li-notification-circle {
	background-color: #e35b5a !important;
	border-radius: 50px !important;
	color: yellow !important;
	font-size: 11px !important;
	height: 23px !important;
	line-height: 10px !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	width: 23px !important;
	top: 5px !important;
	float: left !important;
	left: 0 !important;
}

.table.title-value-table th {
	text-align: center;
	vertical-align: middle;
	background-color: #d9edf7;
}

table.vertical-align-middle td,
table.vertical-align-middle th {
	vertical-align: middle !important;
}

.btn-icon-text {
	padding-right: 5px;
	font-size: 11px;
}

ul.list-style-type-1 li::before {
	content: "\700";
	color: #1fc0c8;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

#enterAndExitsGrid td {
	border-left: 1px solid #bab6b6 !important;
	border-bottom: 1px solid #bab6b6 !important;
}


.tdtime {
	padding: 0 !important
}

.verify-sentry {
	font-size: 10px !important;
	color: green;
	top: 0;
	position: absolute;
	left: 0;
}

.verify-sentry-by-deputy {
	font-size: 10px !important;
	color: green;
	top: 0;
	position: absolute;
	right: 0;
}

.reject-sentry {
	font-size: 10px !important;
	color: red;
	bottom: 0;
	position: absolute;
	left: 0;
}

.tdsentry {
	height: 34px;
	text-align: center !important;
	padding-top: 8px;
	position: relative;
}

.change-tab {
	padding: 7px !important;
}

.ver-inline-menu li a {
	background: #ffffff !important;
}

.ver-inline-menu li.active {
	background: #169ef4 !important;
}

	.ver-inline-menu li.active a,
	.ver-inline-menu li.active i {
		background: #169ef4 none repeat scroll 0 0 !important;
		color: #fff;
		text-decoration: none;
	}

.search-box table {
	margin-bottom: 0 !important;
}

body .k-stepper .k-step-indicator::after {
	border-radius: 0;
}

body .display-item.form-control.disabled {
	min-height: 33px;
}

a.has-alarm {
	position: relative;
}

.alarm-a {
	background-color: #e35b5a !important;
	border-radius: 50px !important;
	color: yellow !important;
	font-size: 11px !important;
	height: 20px !important;
	left: 5px !important;
	line-height: 10px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	top: 5px !important;
	width: 23px !important;
}

body .text-hint {
	color: grey;
}

/* #region Mass Alert */
.mass-alerts {
	text-align: right;
	height: 150px;
}

	.mass-alerts label {
		font-size: 12px;
		padding: 2px 4px;
		margin-left: 5px;
	}

		.mass-alerts label > span {
			padding: 2px 5px;
		}

		.mass-alerts label.danger > input:checked + span {
			background: #F3565D;
		}

		.mass-alerts label.warning > input:checked + span {
			background: #dfba49;
		}

		.mass-alerts label.info > input:checked + span {
			background: #89C4F4;
		}

		.mass-alerts label > input:checked + span > i,
		.mass-alerts label > input:checked + span {
			color: #fff;
		}



	.mass-alerts > .messages {
		margin: 5px 0;
		overflow: auto;
		height: 100%;
	}

		.mass-alerts > .messages > div {
			display: flex;
			align-items: center;
			font-size: 12px;
			padding: 2px 10px;
			margin: 0;
		}

			.mass-alerts > .messages > div:nth-child(odd) {
				background-color: #efefef;
			}
/* #endregion */

.input-text-sm {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	min-height: 12px;
	padding: 2px;
	width: 50px;
	text-align: center;
}

.flex {
	display: flex !important;
}

.flex-horizental-center {
	justify-content: center;
}

.flex-vertical-center {
	align-items: center;
}

.flex-space-even {
	justify-content: space-around; /* --> for fallback support */
	justify-content: space-evenly;
}

.hover-pointer:hover {
	cursor: pointer;
}

body .mdtp__clock .mdtp__digit span,
body .mdtp__clock .mdtp__clock_dot,
body .mdtp__clock .mdtp__am,
body .mdtp__clock .mdtp__pm,
body .mdtp__clock_holder .mdtp__clock {
	-ms-border-radius: 50% !important;
	border-radius: 50% !important;
}

body .text-gray {
	color: gray;
}

.demand-table .sent .title-box {
	background-color: #58e158 !important;
}

.demand-table .accept .title-box {
	background-color: #8ad78a !important;
}

.demand-table .reject .title-box {
	background-color: #db8e8d !important;
}

.demand-table .under-investigation .title-box {
	background-color: #d9edf7 !important;
}

.demand-table .value-box {
	text-align: right !important;
}

.demand-table .title-box {
	background-color: #d9edf7 !important;
	white-space: nowrap;
	font-size: 11px !important;
}

.demand-table #step-result td {
	min-width: 140px !important;
}

body .k-grid .k-grid-content .check-icon {
	text-align: center;
}

	body .k-grid .k-grid-content .check-icon * {
		font-size: 16px !important;
	}

.k-grid .k-checkbox {
	width: 16px !important;
	margin: 0 !important;
}

.bgcolor-green {
	background-color: green !important;
}

.bgcolor-red {
	background-color: red !important;
}

td.bg-0 {
	background-color: white !important;
}

.bg-blue-menu {
	background-color: #4276a4 !important;
	color: rgba(255, 255, 218, 1);
}

.form-control.disabled,
.form-control.readonly,
fieldset.disabled .form-control,
fieldset.readonly .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}

.k-widget.k-textbox {
	width: 100%;
}

/*#region show-file */

body .show-file {
	border: 1px solid #eeeeee;
}

	body .show-file .file-icon {
		font-size: 16px;
	}

	body .show-file .preview-box {
		position: relative;
		text-align: center;
		display: inline-block;
		padding: 0;
		height: 100%;
		max-height: 100%;
		width: 60%;
		float: left;
		background-color: #f3f3f3;
	}

		body .show-file .preview-box object {
			height: calc(100% - 32px);
		}

	body .show-file .tile-box {
		overflow: auto;
		padding: 0;
		height: 100%;
		max-height: 100%;
		display: inline-block;
		width: 40%;
	}

@media (max-width: 992px) {
	body .show-file .tile-box {
		height: 100%;
		max-height: 100%;
		width: 100%;
	}

	body .show-file .preview-box {
		height: 100%;
		max-height: 100%;
		width: 100%;
		display: inline-block;
	}
}

body .show-file .file-tile {
	border-right: 3px solid #d1d1d1;
	padding: 2px;
	margin: 2px;
	white-space: nowrap;
}

	body .show-file .file-tile .remove-button, body .show-file .file-tile .edit-button {
		padding: 0 0 0 2px;
		color: #d1d1d1;
		margin: 0 3px;
	}

		body .show-file .file-tile .remove-button:hover {
			color: red;
		}

		body .show-file .file-tile .edit-button:hover {
			color: green;
		}


	body .show-file .file-tile:hover {
		border-right: 3px solid #ff0000;
		background-color: #f1f1f1;
	}

body .show-file .preview-box a,
body .show-file .preview-box audio {
	position: absolute;
	top: 33%;
	left: 0;
	text-align: center;
	width: 100%;
}

body #zoom-pdf-container {
	position: absolute;
	left: 0;
	right: 0;
	text-align: right;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.79);
	z-index: 99999;
}

	body #zoom-pdf-container div {
		text-align: right;
		background-color: silver;
	}

body #zoom-image-container {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.79);
	z-index: 99999;
	overflow: auto;
	text-align: center;
}

	body #zoom-image-container img {
		display: block;
		margin: 0 auto;
		border: solid 4px silver;
		transform-origin: center center;
		object-fit: contain;
		max-width: none;
		max-height: none;
		cursor: grab;
		user-select: none;
	}

	body #zoom-image-container .zoom-toolbar {
		display: block;
		position: fixed;
		width: 100%;
		z-index: 100001;
		background-color: rgba(0, 0, 0, 0.35);
		text-align: center;
	}

	body #zoom-image-container .zoom-image-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
		box-sizing: border-box;
	}

	body #zoom-image-container button {
		background-color: #5281e8;
		border: none;
		z-index: 100002;
	}

		body #zoom-image-container button:hover {
			background-color: #2a61d5;
		}

		body #zoom-image-container button i {
			color: #fff;
		}

body .zoomable {
	cursor: zoom-in;
}

body .pdf-preview {
	text-align: right;
	background-color: gray;
}

/*#endregion */

.scrollale-x-area,
.scrollale-y-area {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.dates .date-title-cell,
.rotation-content .group-cell {
	background-color: #4c87b9;
	text-align: center;
	vertical-align: middle;
	color: white;
	padding: 5px 0 0;
}

.dates .date-cell {
	border-bottom: 1px solid #a7c8eb;
	border-top: none;
	background-color: #f1f3fa;
	font-size: 19px !important;
	text-align: center;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 50px !important;
	z-index: 5;
}

.rotation-content .line-cell {
	border-left: 1px solid #c5c7ca;
	float: right;
	background-color: #ddd;
	text-align: center;
	position: absolute;
}

.rotation-content .rotation-cell {
	background-color: #fff;
	position: absolute;
	text-align: center;
	/*z-index: 1000;*/
	z-index: 2;
	border-bottom: 1px solid rebeccapurple;
}

.rotation-content .rotation-head-cell {
	height: 16px;
	padding: 0;
	margin: 0;
	/*border-bottom: 1px dotted #999;*/
	display: block;
	background-color: #a8e1f1;
	overflow: auto;
}

.rotation-content .line-students-cell {
	background-color: #fff;
	position: absolute;
	text-align: center;
	z-index: 1000;
	border-bottom: 1px solid rebeccapurple;
}

.border-none {
	border: none !important;
}

body .robat {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-size: contain;
	background-image: url('./tabib/enicorobat-02.gif');
}

	body .robat.wait {
		background-image: url('./tabib/enicorobat-01.gif');
	}


.lesson-btn.de-active {
	border: 1px solid #3ea49d;
	background-color: #edecec !important;
	color: #666 !important;
	box-shadow: none;
	opacity: .65;
}

	.lesson-btn.de-active.select {
		background-color: #baeae7 !important;
		opacity: 1;
	}

.lesson-btn.elective {
	background-color: #FF974C;
}

.lesson-btn.de-active.elective {
	background-color: #DFB89D !important;
}

.no-border {
	border: none !important;
}

.k-dropdown.disabled .k-dropdown-wrap {
	background-color: #edecec;
}

#PivotTreeView li {
	text-align: right;
}
/*//////////////////////////////////////////////////////////*/
.accept .title-box {
	background-color: #58e158 !important;
}

.reject .title-box {
	background-color: #db8e8d !important;
}

.under-investigation .title-box {
	background-color: #d9edf7 !important;
}

.title-box {
	/*height: 50px;*/
	height: 25px;
}

.value-box {
	text-align: right !important;
	height: 160px;
}

#result-row table th {
	min-width: 200px;
}

#result-row table.score-table th {
	min-width: auto;
	font-size: 10px;
}

.degrade {
	background-color: #edecec !important;
	color: #444 !important;
}

i.select-section, i.remove-section {
	cursor: pointer;
}
/*#main-image {
	max-height: 500px;
}*/

body .nav > li > a {
	padding: 7px 6px;
}

.noty_message * {
	font-weight: bold;
	color: #00509f;
	font-family: 'gandom';
}

[data-show-conditional="true"] {
	/*display:none;*/
}


.datepicker-plot-area .datepicker-day-view .table-days td.highlight span {
	background-color: rgba(235, 38, 136, 0.51);
	transition: background-color 1s;
}

.datepicker-plot-area .datepicker-day-view .table-days td.highlight.selected span {
	background-color: rgba(79, 31, 211, 0.56);
}

.datepicker-plot-area .datepicker-day-view .table-days td.highlight span:hover {
	background-color: #007be6;
}

/* Base holiday style (includes Fridays as last child) */
.datepicker-plot-area .datepicker-day-view .table-days td.holiday span,
.datepicker-plot-area .datepicker-day-view .table-days td:last-child span {
	background-color: #ffe0e0 !important;
	color: red !important;
	border-radius: 50%;
}

/* Hover state for holiday and Fridays */
.datepicker-plot-area .datepicker-day-view .table-days td.holiday:hover span,
.datepicker-plot-area .datepicker-day-view .table-days td:last-child:hover span {
	background-color: #ffcccc !important;
	color: darkred !important;
}

/* Selected date that is also a holiday or a Friday */
.datepicker-plot-area .datepicker-day-view .table-days td.holiday.selected span,
.datepicker-plot-area .datepicker-day-view .table-days td.selected:last-child span {
	background-color: #ff9999 !important;
	color: white !important;
	font-weight: bold;
}

/* Hover + selected + holiday */
.datepicker-plot-area .datepicker-day-view .table-days td.selected:last-child:hover span,
.datepicker-plot-area .datepicker-day-view .table-days td.holiday.selected:hover span {
	background-color: #ff7a7a !important;
	color: white !important;
}


.vertical-cell {
	font-size: 12px !important;
	writing-mode: vertical-rl;
	rotate: 180deg;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 95px;
	font-weight: normal !important;
}

.loading {
	width: 12px;
	height: 12px;
	border-radius: 50% !important;
	display: block;
	margin: 15px auto;
	position: relative;
	color: #aaa;
	box-sizing: border-box;
	animation: animloading 1s linear infinite;
}

@keyframes animloading {
	0% {
		box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
	}

	25% {
		box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
	}

	50% {
		box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
	}

	75% {
		box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
	}

	100% {
		box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
	}
}

.blink {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.online-meeting .fa {
	font-size: 15px !important;
}

/*Live Circle*/
.circle-live {
	position: absolute;
	left: 14%;
	top: 20%;
	transform: translateX(-50%) translateY(-50%);
	width: 10px;
	height: 10px;
}

	.circle-live:before {
		content: "";
		position: relative;
		display: block;
		width: 250%;
		height: 250%;
		box-sizing: border-box;
		margin-left: -75%;
		margin-top: -75%;
		border-radius: 45px;
		background-color: red;
		animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	}

	.circle-live:after {
		content: "";
		position: absolute;
		left: -75%;
		top: 5%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: red;
		border-radius: 50px;
		animation: circle-live 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
	}

@keyframes pulse {
	0% {
		transform: scale(0.33);
	}

	80%, 100% {
		opacity: 0;
	}
}

@keyframes circle-live {
	0% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.8);
	}
}

.bg-danger-high {
	background-color: #f4aeae;
}

.popup-dialog-message-style {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
}
