.provision_filter_form {
	display: flex;
	margin: 0;
}

.provision_filter_form .nagr_select:first-child {
	width: 65%;
}

.provision_filter_form .nagr_select:first-child select {
	margin-right: 20px !important;
}

.md-p-t {
	padding: 5px 0;
}

.pagination {
	margin-bottom: 0;
}

.alert {
	margin: 0;
}

.main_content>.col-md-3.md-p-t {
	width: 40%;
}

.main_content>.col-md-9.md-p-t {
	width: 60%;
}

.main_content>.col-md-9.md-p-t:first-of-type {
	width: 100%;
}

.main_content>.col-md-3.md-p-t form>div {
	line-height: 3em;
	display: flex;
	align-items: center;
}

.main_content>.col-md-3.md-p-t form>div select {
	margin-left: 5px;
}

.main_content>.col-md-9.md-p-t>.col-md-3 a {
	background: rgb(230, 230, 250, 0.35);
	padding: 10px;
	border-radius: 30px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

.main_content>.col-md-9.md-p-t>.col-md-3 {
	padding: 0 20px 0 0;
	width: 25%;
}

.main_content>.col-md-9.md-p-t>.col-md-3:last-child {
	padding: 0;
}

#edited_edu_event_new_params .alert {
	margin-bottom: 15px;
}

.translation_module_wrp {
	display: flex;
	flex-wrap: wrap;
}

.provision_spacer {
	margin-top: 20px;
}

.fileuploader {
	background: transparent !important;
	padding: 0 !important;
}

#translation_create_area .fileuploader {
	margin-top: 10px !important;
}

/*
.fileuploader-input-caption {
	color: #337ab7 !important;
}
*/

.light-mode .fileuploader-input-caption {
	border-color: #ccc !important;
}

.fileuploader-action-success,
.fileuploader-input-button {
	background: #337ab7 !important;
}

.fileuploader-input-button {
	font-size: 14px;
	font-weight: normal !important;
	padding: 6px 15px !important;
	line-height: 1.42857143;
}

.fileuploader-item:last-child {
	margin-bottom: 0 !important;
}

#plan_modal,
#uvh_rp_modal {
	position: fixed;
	z-index: 9998;
	padding-top: 3.5em;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
}

#uvh_rp_modal {
	z-index: 9999;	
}

#plan_modal .plan_content_wraper,
#uvh_rp_modal .uvh_rp_content_wraper {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	background: #FFF;
	padding: 7px;
	border: 2px solid #DDD;
	position: relative;
}

#uvh_rp_modal #uvh_rp_content {
	min-height: calc(100vh - 201px);
}

.plan_modal_close,
.uvh_rp_modal_close {
	position: fixed;
	top: 3.5em;
	right: calc((100% - 700px) / 2 - 55px);
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.trans_plan_preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 148px);
}

.trans_plan_lessons_data {
	/*
	margin-bottom: 55px;
	*/
	margin-bottom: 0;
}

.trans_plan_lessons_data td label {
	margin-left: calc(50% - 0.825em);
}

.add_trans_lesson_link {
	position: sticky;
	bottom: 0;
	background: #fff;
	border: 2px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 0;
	max-width: 700px;
	padding: 10px;
	margin: 10px 0 -7px -9px;
}

#trans_main_params a {
	border: 0;
}

#translation_controlls_wrp {
	position: relative;
	width: 100%;
}

.translation_controlls_wrp_sticky {
	width: calc(40% - 30px);
	margin-left: 30px;
}

#translation_create_area {
	padding: 15px;
}

#translation_list_area {
	max-height: calc(100vh - 12em);
}

#created_translation_search_input {
	margin-bottom: 5px;
}

.remove_item_from_list {
	background: url(/files/upload/pages/image/Delete_Icon.png) no-repeat center center;
	width: 25px;
	height: 25px;
	background-size: contain;
	border: none;
	color: transparent;
	margin-left: 15px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current {
	background: #ededed;
	color: #222;
}

.tab-content {
	display: none;
	background: #ededed;
	padding: 15px;
}

.tab-content.current {
	display: inherit;
}

#new_translation {
	margin-bottom: 0;
}

.created_translation_item,
.created_translation_item_new {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}

.created_translation_item:last-child,
.created_translation_item_new:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.created_translation_item>a:nth-child(1) {
	font-weight: bold;
}

#translation_controlls_wrp .trp-del-item-obj,
#translation_controlls_wrp .trp-edit-item-obj {
	margin: 0 0 0 15px;
	border: 0;
}

#translation_controlls_wrp .trp-del-item-obj>span {
	color: red;
}

#translation_controlls_wrp .trp-edit-item-obj>span {
	color: orange;
}

.created_translation_item>a:last-child>img {
	margin: -3px 0 0 0;
}

.datepicker table {
	max-width: 300px;
	table-layout: auto !important;
}

.created_translation_item_new {
	font-weight: bold;
}

.nagr_select,
.trans_year_selection {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.nagr_select select,
.trans_year_selection select {
	margin: 0 20px 0 5px;
	font-size: 14px;
}

.trans_type_selection {
	width: 10em;
}

.trans_type_selection select {
	width: 65%;
	font-size: 14px;
}

.teacher_trans {
	width: 60%;
}

.student_trans {
	width: 100%;
}

.student_trans .teacherstufftable {
	table-layout: auto;
}

.trans_additional_links {
	width: 60%;
	padding-bottom: 10px;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	bottom: -0.5em;
}

#new_translation {
	margin-bottom: 0;
}

#new_translation .form-control {
	font-size: 14px;
}

.form-control[name="trans_name"] {
	margin-top: 10px;
	height: 75px;
	display: block;
}

.attach-uvh-video-wrp {
	padding-top: 10px;
}

.attach-uvh-video-edit-wrp {
	padding-bottom: 15px;
}

.rp-selected-uvh-items-wrp {
	position: fixed;
	bottom: 30px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(170, 170, 170, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(170, 170, 170, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(170, 170, 170, 0.6);
}

.rp-selected-uvh-items-wrp span {
	margin: 0 0 0 15px;
	top: 3px;
	cursor: pointer;
}

.rp-selected-uvh-items-wrp .glyphicon-ok {
	color: green;
}

.rp-selected-uvh-items-wrp .glyphicon-remove {
	color: red;
}

.form-control[name="trans_link"] {
	height: 75px;
	margin: 10px 0 8px 0;
	display: block;
}

#create_trans_link {
	/*margin-bottom: 15px;
	padding: 11px 13px;*/
}

#trans_list_empty,
#tr_cr_text {
	padding: 15px 0;
}

#edited_edu_event_new_params {
	margin: 0;
}

#edited_edu_event_new_params .form-control {
	margin: 0 0 15px 0;
	display: block;
}

#edited_edu_event_new_params textarea.form-control {
	height: 75px;
}

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

.journal_lesson_file:not(:nth-child(1)) {
	margin-top: 15px;
}

.journal_lesson_file_ico {
	position: relative;
	min-width: 35px;
	min-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: darkseagreen;
	border-radius: 5px;
}

.journal_lesson_file_ico > a {
	display: flex;
	border: 0;
	text-decoration: none;
}

.journal_lesson_file_score {
	position: absolute;
	top: 3px;
	left: 3px;
	background: burlywood;
	color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.journal_lesson_file_ico .glyphicon-download,
.journal_lesson_file_ico .glyphicon-list {
	margin: 0;
	color: #fff;
	font-size: 25px;
}

.journal_lesson_file_user,
.journal_lesson_file_link>div {
	color: gray;
	font-weight: normal !important;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.journal_lesson_file_link>div:nth-of-type(2) {
	white-space: normal;
}

.journal_lesson_file_link {
	font-weight: bold;
}

.journal_lesson_file_user,
.journal_lesson_file_link {
	width: calc(100% - 70px);
	white-space: nowrap;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	display: inline;
	line-height: 1.4em;
}

.journal_lesson_file_link_full {
	width: calc(100% - 35px);
	padding-right: 0;
}

.journal_lesson_file_link>a {
	border: 0;
}

.journal_lesson_file_remove {
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.rp-attached-homework {
	top: 0;
	float: right;
}

.rp-attached-homework-files-on-date-form {
	margin: 0;
	display: flex;
	align-items: center;
}

.rp-attached-homework-files-on-date-form > .col-xs-5 {
	padding: 0 30px 0 0; 
}

.rp-attached-homework-files-on-date-form > .col-xs-5:nth-child(2) {
	padding: 0 7px 0 0; 
}

.rp-attached-homework-files-on-date-form > .col-xs-2 {
	padding: 0;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rp-attached-homework-files-on-date-form > .col-xs-2 span {
	cursor: pointer;
	font-weight: bold;
	color: #337ab7;
	margin: 0;
}

form#attach-homework-form,
form.rp-attached-homework-files-on-date-form,
.rp-homework-journal-tutor-files {
	padding: 0 0 20px 0;
	margin: 0;
}

.rp-homework-journal-tutor-files a {
	display: block;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rp-homework-journal-tutor-files a span {
	font-size: 18px;
	top: 3px;
}

#rp-attached-homework-data h3 {
	margin-top: 0;
}

#rp-attached-homework-data h3.rhw-marg {
	margin: 20px 0;
}

.rp-attached-homework-files-wrp h4 {
	margin: 15px 0 0 0;
	font-size: 1.1em;
}

.rp-attached-homework-files-wrp h5 {
	margin: 15px 0;
}

.journal_lesson_file_subj_wrp {
	padding: 15px 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: rgb(200, 200, 200, 0.15);
}

.journal_lesson_file_subj_wrp .journal_lesson_file {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.journal_lesson_file_subj_wrp .journal_lesson_file:first-child {
	padding-top: 0;
}

.journal_lesson_file_subj_wrp .journal_lesson_file:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 980px) {
	table.student_trans tr:first-child td:nth-child(1) form {
		width: 100%;
	}
	#plan_modal .plan_content_wraper,
	#uvh_rp_modal .uvh_rp_content_wraper {
		width: 100%;
	}
	.plan_modal_close,
	.uvh_rp_modal_close {
		right: 0;
		top: calc(1.75em - 15px);
		width: 30px;
		height: 30px;
	}
	.main_content>.col-md-9>.col-md-3.text-center {
		margin-bottom: 0.7em;
	}
	.main_content>.col-md-9.md-p-t>.col-md-3 {
		padding: 0 !important;
		width: 100%;
	}
	.provision_spacer {
		margin-top: 0;
	}
	.translation_module_wrp {
		flex-direction: column-reverse;
	}
	.translation_controlls_wrp_sticky {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.md-p-t:first-child {
		padding: 0 0 1em 0;
	}
	.nagr_select,
	#translation_controlls_wrp,
	.teacher_trans,
	.trans_type_selection {
		width: 100% !important;
	}
	.nagr_select select,
	.trans_year_selection select {
		margin: 0 0 0 5px;
	}
	.trans_type_selection select {
		width: 70% !important;
		float: right;
	}
	.main_content>.col-md-3.md-p-t form>div {
		margin-bottom: 5px;
		line-height: 1;
	}
	.main_content>.col-md-3.md-p-t,
	.main_content>.col-md-9.md-p-t,
	.trans_additional_links {
		width: 100%;
	}
}