﻿/* here you can put your own css to customize and override the theme */
html {
	overflow-y: scroll;
}

* {
	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;
}

.search-box {
	background-color: #d1e9fe; /*#d1d1ff;*/
	padding: 10px;
	overflow: auto;
	border: 1px solid #97cbf9;
}

	.search-box.light {
		background-color: #f5fcff;
		border: 1px solid #b7d9f5;
	}

	.search-box.green {
		background-color: #ade6c2;
		border: 1px solid #8db49b;
	}

.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);
}

.color-black {
	color: black !important;
}

.color-blue {
	color: blue !important;
}

.color-red {
	color: red !important;
}

.color-green {
	color: green !important;
}

.color-yellow {
	color: yellow !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: 0px;
}

.word-wraper {
	white-space: nowrap !important;
}

.navbar-toggle {
	margin-right: 15px;
}

.border-field-validation-error {
	border: 1px solid #953b39 !important;
	box-shadow: 2px 0px 14px #953b39 !important;
}

.field-validation-error, .field-validation-error * {
	color: #ee2222;
	font-size: 12px;
}


#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 {
	}

fieldset.fieldset {
	/*border: 1px groove #ddd !important;*/
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 15px 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
	background-color: #EEEEEE;
}

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;
}

.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;
}

@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: 0px 15px;
}
/*--------------- tabs -------*/
#tabs .tab-content {
	height: 300px;
	overflow: scroll;
}
/*---------------kendo style--------*/

.float-left {
	float: left !important;
}

.float-right {
	float: right;
}

.residencyYearStatusTitle {
	color: #0e4821 !important;
}

body .navbar {
	background-color: #2484c6;
	border-color: #2484c6;
	color: #fff;
}

body .navbar-inverse .navbar-brand {
	color: white;
}

body .navbar-inverse .navbar-nav > li > a {
	color: #f2f0f0;
}

body .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #444;
}

.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: 0px !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: #0b509e;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #030f39;
	font-size: 15px;
}

	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: #003673;
	}


.padding-0 {
	padding: 0px !important;
}

.padding-5 {
	padding: 5px !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-15 {
	padding: 15px !important;
}

.padding-right-0 {
	padding-right: 0px !important;
}

.padding-left-0 {
	padding-left: 0px !important;
}

.padding-left-right-0 {
	padding-left: 0px !important;
	padding-right: 0px !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-auto {
	display: inline-block !important;
	white-space: nowrap;
	width: auto !important;
}

.width-10 {
	width: 10px !important;
}

.width-20 {
	width: 20px !important;
}

.width-200 {
	width: 200px !important;
}

.width-300 {
	width: 300px !important;
}

.width-400 {
	width: 400px !important;
}

.width-250 {
	width: 250px !important;
}

.width-180 {
	width: 180px !important;
}


.width-150 {
	width: 150px !important;
}


.width-120 {
	width: 120px !important;
}

.width-100 {
	max-width: 100px;
	width: 38% !important;
}

.width-110 {
	max-width: 110px !important;
	width: 40% !important;
}

.width-80 {
	width: 80px !important;
}

.width-77 {
	width: 77px !important;
}

.width-85 {
	width: 85px !important;
}

.width-90 {
	width: 90px !important;
}

.width-70 {
	width: 70px !important;
}

.width-50 {
	width: 50px !important;
}

.width-60 {
	width: 60px !important;
}

.width-40 {
	width: 40px !important;
}

.width-30 {
	width: 30px !important;
}

.width-230 {
	width: 230px !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;
}



/*#residents li img {
            float: left;
            max-width: 16px;
            max-height: 16px;
        }*/

.remove {
	background-image: url("../../Images/remove-icon-small.png");
	display: block;
	float: left;
	height: 9px;
	margin: 1px;
	width: 9px;
}

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-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;
	/*height: 100%;*/
}

#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 {
	/*background-color: #bbdba1;*/
	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;
}

.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-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;
}

.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: none !important;
}

.panel {
	box-shadow: none !important;
}

.panel-default {
	border-color: none;
}

.panel {
	background-color: #fff;
	border: 0px solid transparent !important;
	border-radius: 0px;
	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;
}

.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-lessonPlan {
	border-right: 3px solid #d58900;
}
.border-empowermentCourse {
	border-right: 3px solid #953b39;
}

.bordered-color-1 {
	border: 1px solid #1d70c4;
}

.border-radius-10 {
	border-radius: 10px 10px 0 0px !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 {
	/*max-height: 300px;*/
	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; /*#dfba49*/
	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: 0px solid #fff !important;
}
/*.borderless a {
		border: 0px 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;
}

.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;
}

.bgcolorlight-no-1 {
	background-color: #faf6d9 !important;
}

.bgcolorlight-no-2 {
	background-color: #effad9 !important;
}

.bg-disabled {
	background-color: #edecec !important;
	border-color: #e5e5e5 !important;
}

.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;
}

.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;
}

.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: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-right-0 {
	margin-right: 0px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-left-0 {
	margin-left: 0px !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;
}

.fa.fa-android {
	/*color: #f7a614 !important;*/
	color: #bbdba1 !important;
	font-size: 20px !important;
}

.fa.fa-apple {
	color: #ccc !important;
	font-size: 20px !important;
}
/*li.li4 {
height:16px !important;
padding:5px 0 !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 .visual > i {
		font-size: 80px;
		line-height: 80px !important;
		margin-left: -35px !important;
	}*/

.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: 14px !important;
	}

		.dashboard-stat .details .desc a {
			font-size: 14px !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: grid !important;*/
	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 {
	background-color: #e35b5a !important;
	border-radius: 50px !important;
	color: yellow !important;
	float: left !important;
	font-size: 11px !important;
	height: 23px !important;
	left: -10px !important;
	line-height: 10px !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
	position: absolute !important;
	text-align: center !important;
	top: -10px !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: -10px !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: -10px !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;
}

.more a {
	color: #ffffff !important;
	/*text-decoration:none !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 {
	direction: ltr;
}

.rtl-text {
	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: 15px;
		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: 0px 2px !important;
}

.item-educationPlan {
	border: 1px solid #eee;
	background-color: #fafafa;
	color: #82949a;
	height: 45px;
	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 0px;
}

.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;
	/*background: transparent url(../Images/Gauge/gauge-container-partial3.png) no-repeat 50% 50%;*/
	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;
	/*height: 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: 0px !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: 0px 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: 0px 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: solid none none 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;
}

.course-ribbon {
	position: relative;
	border: 1px solid #e7eadd;
	box-shadow: 0 0 10px rgba(36,41,83,.4);
	text-align: center;
}

	.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;
	}

.dd-ribbon .date-title {
	display: block;
	font-size: 11px;
}

.bb-expired {
	width: 134px;
	height: 88px;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	position: absolute;
	left: -40px;
	bottom: 32px;
	z-index: 1;
}

.course-link-btn {
	/*padding: 5px 12px;
	text-decoration: none;
	white-space: nowrap;
	
	-webkit-box-shadow: -6px 9px 10px 0 transparent;
	-moz-box-shadow: -6px 9px 10px 0 transparent;
	box-shadow: -6px 9px 10px 0 transparent;
	background: #2680eb;
	background: -moz-linear-gradient(left, #2680eb 0%, #22aed9 100%);
	background: -webkit-linear-gradient(left, #2680eb 0%, #22aed9 100%);
	background: linear-gradient(to right, #2680eb 0%, #22aed9 100%);
	width: 150px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	font-size: 15px;*/
	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: 15px;
}

.empowerments-item-continer {
	margin-bottom: 30px;
}

.empowerments-item {
	height: 250px;
	display: block;
}

	.empowerments-item .course-image {
		/*	padding-top: 20px;
	height: 170px;
*/
		padding-top: 80%;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

		.empowerments-item .course-image img {
			/*max-height: 150px;*/
			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: 14px !important;
		font-weight: bold;
		display: block;
	}

.owl-empowerments-item {
	width: 270px !important;
	height: 220px;
	margin: 5px 10px;
	display: block;
}

	.owl-empowerments-item .course-image {
		padding-top: 20px;
	}

		.owl-empowerments-item .course-image img {
			max-height: 120px;
		}

	.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: 50px 0 15px;*/
	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-border-radius: 38px !important;
	-moz-border-radius: 38px !important;
	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: 15px;
}

.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: 60px;
}

.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;
	}
}
