.user_auth_vk,
.user_auth_fb,
.user_auth_ok {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 2px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px; 
    margin-right: 3px;
    outline: none;
    padding: 10px 15px 10px 15px;
    position: relative;
    text-align: center;
    width: 40px;
}
.user_auth_vk {
    background-color: #4f7094;
}
.user_auth_fb {
    background-color: #3a5897;
}
.user_auth_ok {
    background-color: #ff7e2e;
}
.user_auth_vk:hover {
    background-color: #6892bf;
}
.user_auth_fb:hover {
    background-color: #597bc1;
}
.user_auth_ok:hover {
    background-color: #ffa065;
}
.user_auth_vk:before,
.user_auth_fb:before,
.user_auth_ok:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Icons";
    font-size: 20px;
    height: 100%;
    left: 0;
    padding: 10px 0px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 40px;
}
.user_auth_vk:before {
    content: "v";
}
.user_auth_fb:before {
    content: "f";
}
.user_auth_ok:before {
    content: "o";
}


.btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e7ebee;
	border-radius: 5px;
	border: none;
	color: #727272;
	cursor: pointer;
	display: inline-block;
    font-family: 'off';
    font-size: 1.1em;
	line-height: 1;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
}
.btn.left {
	float: left;
}
.btn.right {
	float: right;
}
.btn.border {
	background-color: transparent;
	border: 1px solid #c2c2c2;
	/* border-color: #e0e5eb; */
}
.btn.nav {
	padding: 10px 24px;
}
.btn.mini,
.btn.mini.submit {
	padding: 6px 9px;
	height: 27px;
}
.btn.nav.prev {
	padding-left: 41px;
}
.btn.nav.next {
	padding-right: 41px;
}
.btn.mini.nav.prev {
	padding-left: 26px;
}
.btn.mini.nav.next {
	padding-right: 26px;
}
.btn.nav:before,
.btn.nav:after {
	font-family: "Icons";
	position: absolute;
	font-size: 11px;
	top: 14px;
}
.btn.nav.prev:before {
	content: "<";
	left: 16px;
}
.btn.nav.next:after {
	content: ">";
	right: 16px;
}
.btn.mini.nav:before,
.btn.mini.nav:after {
	top: 7px;
}
.btn.mini.nav.prev:before {
	left: 10px;
}
.btn.mini.nav.next:after {
	right: 11px;
}
.btn.submit {
	background-color: #457be9;
    color: #fff;
    padding: 0.9em 1.3em;
    min-width: 123px;
    font-weight: bold;
}
button.btn.submit {
	padding: 10px 15px;
}
.btn.cancel:hover {
	background-color: #b7b7b7;
}
.btn.submit:hover {
	background-color: #4192f5;
}
.btn.blue {
	background-color: #4c9cf3;
    color: #fff;
}
.btn.blue:hover {
	background-color: #7d5def;
    color: #fff;
}
.btn.white {
	background-color: #fff;
	color: #7b959c;
}
.btn.big {
	padding: 14px 23px 12px;
}
.btn.check,
button.btn.check {
	padding-left: 28px;
}
.btn.check:before {
	font-family: "Icons";
	position: absolute;
	font-size: 10px;
	content: "+";
	left: 8px;
	top: 50%;
	margin-top: -5px;
}
.btn.plus:before {
	position: absolute;
	font-size: 17px;
	content: "+";
	left: 18px;
	top: 50%;
	margin-top: -12px;
    line-height: 25px;
}
.btn.active {
	background-color: #ef5c66;
	border-color: transparent;
	color: #fff;
}
.btn:hover,
.files-btn-wrap > input[type="file"]:hover + label {
	background-color: #d23c51;
	border-color: transparent;
	color: #fff;
}
.btn:active {
	box-shadow: inset 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.btn + .btn {
	margin-left: 5px;
}
.btn.right + .btn.right {
	margin-right: 5px;
}
.btn.clear {
	background-color: transparent;
	padding: 10px 9px;
}
.btn.download {
	padding-left: 28px;
}
.btn.download:before {
	font-family: "Icons";
	position: absolute;
	font-size: 17px;
	content: "u";
	left: 9px;
	top: 50%;
	margin-top: -8px;
}
.btn.loading,
.btn.loading:hover {
	background-color: #9397a0;
	cursor: default;
}
.btn.loading:before {
    content: "w";
    display: inline-block;
    font-family: "Icons";
    font-size: 0.8em;
    left: 11px;
    line-height: 1;
    margin-top: -3px;
    margin-right: 6px;
    vertical-align: middle;
}
.btn.error,
.btn.error:hover {
	background-color: #f04c63;
	cursor: default;
}
.btn.error:before {
    content: "d";
    display: inline-block;
    font-family: "Icons";
    font-size: 0.8em;
    left: 11px;
    line-height: 1;
    margin-top: -3px;
    margin-right: 6px;
    vertical-align: middle;
}
.btn.file > input[type="file"] {
    position: absolute;
    right: 0;
}
.btn.check.success:before {
	content: '';
}
.btn.check.success {
    padding-left: 10px;
    padding-right: 10px;
}
.btn.success,
.btn.success:hover {
    background-color: #457be9;
}

.btn[disabled] {
	background-color: #ccc;
	cursor: default;
}
.btn[disabled]:hover {
	background-color: #b7b7b7;
}


.btn-text {
    background-color: transparent;
    border: none;
    color: #727272;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 0;
}
.btn-text:hover {
	text-decoration: underline;
}
.btn-text.right {
	float: right;
}

.files-descr {
	color: #6f8290;
	font-size: 12px;
	font-style: italic;
	margin-left: 6px;
	white-space: nowrap;
	display: inline-block;
}
.files-btn-wrap {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.files-btn-wrap > input[type="file"] {
	cursor: pointer;
	height: 100%;
	right: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 230%;
	z-index: 1;
	/* font-size: 0px; */
	border: none;
}
.files-wrap {
    position: relative;
}


.wrap-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #c3cbd4;
    height: 200px;
    position: relative;
    width: 200px;
}
.wrap-img > label {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	margin: 0;
	border-radius: 0;
}
.load-img {
    bottom: 29px;
    left: 0;
    position: absolute;
    right: 0;
}
.wrap-img .file-name {
    text-align: center;
}
#file_timetable_wrap {
	margin-left: 90px;
}
.file-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 30px;
	margin: 5px 0 0;
	max-width: 100%;
	padding-left: 30px;
	position: relative;
}
.file-wrap.image {
	padding-left: 0;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}
.file-wrap .file-img {
	color: #000000;
	height: 28px;
	margin-right: 5px;
	width: 25px;
	position: absolute;
	left: 0;
}
.file-wrap.image .file-img {
	background-position: center;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #eaeaea;
	display: block;
	height: 150px;
	position: static;
	margin-right: 0;
	width: 150px;
}
.file-wrap:not(.image) .file-img:after {
	content: "c";
	font-family: "Icons";
	font-size: 20px;
	line-height: 30px;
	padding-left: 5px;
	position: absolute;
	top: -1px;
	left: 0;
}
.file-loading {
	border: 1px solid #ccc;
	border-radius: 8px;
	height: 7px;
	left: 29px;
	position: absolute;
	right: 0;
	top: 16px;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	-o-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}
.file-wrap.image .file-loading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 140px;
}
.file-loading .progress {
	background-color: #f04c63;
	height: 100%;
	left: 0;
	position: absolute;
	width: 35%;
}
.file-wrap:not(.image) .file-loading + .file-name {
	padding-top: 1px;
}
.load-img .file-loading {
    left: 0;
    margin-bottom: 1px;
    position: relative;
    top: 0;
}
.file-wrap .file-name {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 12px;
	text-overflow: ellipsis;
	padding-top: 9px;
	white-space: nowrap;
	-webkit-transition: padding 0.3s ease-in-out 0s;
	-o-transition: padding 0.3s ease-in-out 0s;
	transition: padding 0.3s ease-in-out 0s;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	max-width: 100%;
}
.file-wrap.image .file-img ~ .file-name {
	width: 150px;
}
.file-name > span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.files-wrap .file-del {
	color: #bcc4c7;
	cursor: pointer;
	position: absolute;
	right: 0;
	display: inline-block;
	margin-left: 15px;
	float: right;
}
.files-wrap .file-del:hover {
	color: #333;
}
.files-wrap .file-del::after {
	content: "d";
	font-family: "Icons";
	font-size: 10px;
}


@media only screen and (max-device-width: 980px) {
	button.btn.nav {
		font-size: 0;
	}
	button.btn.nav.prev {
		padding-right: 6px;
	}
	button.btn.nav.next {
		padding-left: 6px;
	}
}