/*   
Theme Name: custom-twentyseventeen
Theme URI: https://github.com/saxap/clean-wp-template
Version: 1.0
Tags: clean, development, html5
Description: Чистый шаблон для разработки. Можете купить мне пива если хотите, PayPal: saxap@bk.ru
Author: saxa:p
Author URI: http://dontforget.pro
*/

.bx-wrapper {
    margin-left: 40px;
}

embed, iframe, object {
    max-width: 100%;
}

section .video {
    padding: 20px 0px 50px 0px;
    text-align: center;
    background-color: #f5f5f5;
}
.reviews .col-md-3{
	margin-bottom: 15px;
}
.sistema li a{
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/custom-twentyseventeen/images/plashka.png") repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 12px 0 12px 15px;
    text-decoration: none;
}
.sistema .activ{
    opacity: 0.7;
}
.sistema {
    list-style: outside none none;
    padding: 0;
}

.container h1{
    margin: 10px 0px 20px 0px;
}
.container table{
    background-color: transparent;
    border: 2px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
}

.container table td {
    border: 1px solid #ddd;
    padding: 8px 10px;
}
.container table th {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: center;
}
.container img{max-width: 100%; height: auto;}
p.pdf{
background-image: url("/wp-content/themes/custom-twentyseventeen/images/pdf.png");
background-position: 0 0;
background-repeat: no-repeat;
float: left;
margin-bottom: 10px;
min-height: 30px;
padding-left: 35px;
padding-top: 5px;
width: 100%;    
}
p.doc{
background-image: url("/wp-content/themes/custom-twentyseventeen/images/doc.png");
background-position: 0 0;
background-repeat: no-repeat;
float: left;
margin-bottom: 10px;
min-height: 30px;
padding-left: 35px;
padding-top: 5px;
width: 100%;    
}
p.xls{
background-image: url("/wp-content/themes/custom-twentyseventeen/images/xls.png");
background-position: 0 0;
background-repeat: no-repeat;
float: left;
margin-bottom: 10px;
min-height: 30px;
padding-left: 35px;
padding-top: 5px;
width: 100%;    
}
hr.question {
    margin: 10px 0px;
    border-top: 1px dashed;
}
.wpcf7-form-control.wpcf7-submit{
	background-color: #2e69ff;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 18px 40px;
	border-radius: 4px;
}

/*22.04*/

.search-form{

}

.operator-page .search-form label{
  display: block;
  color: #8c8a8d;
}

.seacrch-operators{
    background: #ccc;
    padding: 35px;  
}

.seacrch-operators .form-group{
    padding-left: 10px;
    padding-right: 10px;
}

.seacrch-operators .form-group button{
    width: 100%;
    margin-top: 30px;
    border-radius: 0;
    background: #323232;
    border: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: opacity .5s;
}

.seacrch-operators .form-group button:hover{
    opacity: .8;
}

.seacrch-operators .form-control
{
    width: 100%;
    border-radius: 0;
}

.add-form-button{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    flex-direction: column;
}

.add-form-button a{
    background: #3069ff;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
}

.my-epic-form{
    display: flex;
    flex-direction: column;
}

.my-epic-form input{
    width: 100%;
}

.my-epic-form .datas{
    display: flex;
    justify-content:space-between;
}

.my-epic-form .datas p{
    width: 50%;
}

.my-epic-form .datas p:first-child{
    padding-right: 2px;
}
.my-epic-form .datas p:last-child{
    padding-left: 2px;
}


#lk-conteyner{
    display: none;
}
/*end*/

.usf-form {
    border: 1px solid #ccc;
    padding: 0px 10px;
    margin-top: 15px;
    margin-bottom:15px;
}


.usf-form form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rcl-form .submit-box{
    /* background: #f2f2f2; */
    /* overflow: hidden; */
    padding: 0px!important;
    text-align: right;
    height: 100%;
    margin-top: 17px;
}

.rcl-form .form-field .field-title{
    font-size: 14px!important;
    font-weight: normal!important;
    color: #636262;
}

#for_operators-postlist > h3:first-child{
    display: none;
}

.rcl-table__row-must-sort.rcl-table__row.hide-row{
    background: #ff9;
    display: none;
}

.rcl-table__cell span{
    display: inline-block;
    margin: 0 3px;
}

.filter_publish{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.filter_publish .for_input{
    margin: 15px 0;
}


.filter_publish .for_input.submit-search span{
    text-indent: -9999px;
}
.filter_publish .for_input.submit-search input{
    display: inline-block;
    font-size: 15px;
    padding: 3px 10px;
    background: rgb(76, 140, 189);
    color: #fff;
    border:0;
}

.filter_publish .for_input span{
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.filter_publish .for_input .outter{
    width: 100%;
}

.filter_publish .for_input .outter .inner{
    position: relative;
}


.filter_publish .for_input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]){
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    box-sizing: border-box;
    float: none;
    font-size: 100%;
    height: auto;
    line-height: 1.4;
    margin: 0;
    max-width: 100%;
    outline: 0;
    padding: 5px 10px;
    width: 100%;
}


#tab-publics .rcl-table__cell{
    white-space: nowrap;
}

#rcl-post-bar{
    float: right;
    margin: 0!important;
}

.rcl-custom-fields{
    padding: 5px 0px;
    border-bottom: 1px solid #ccc
}

.rcl-cf-title{
        display: inline-block;
    width: 50%;
}

.fa-upload{
    color:#337ab7;
}

.just-back{
    display: block;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.just-back:before{
    font-family: rcl-awesome;
    content: "\f060";
    display: inline-block;
    margin: 0px 5px 0px 0px;

}

.rcl-field-value a{
    text-decoration: underline;
}

.rcl-field-value a:hover{
    text-decoration: none;
}

.edit-form-link,
#form-field-delete{
	display: none;
}

.first_lesson{padding: 0px 20px 20px 10px; background-color: #9999cc;}
.first_lesson h4{text-align: center; font-size: 32px; color: #fff;}
.lesson_form_text {text-align: center; font-size: 26px; color: #fff;line-height: 36px;margin-bottom: 50px;}
.lesson_form_input .wpcf7-submit{font-size: 18px;border: none;background-color:#2e69ff;width: 100%;padding-top: 18px;display: inline-block;padding-bottom: 18px;color:white;text-transform: uppercase;font-weight: bold;cursor: pointer;text-decoration: none;text-align: center;}
.cours-video {text-align: center;margin-bottom: 15px;line-height: 18px;}
/*.cours-video-icon {background: url(images/play-button-photos.png) no-repeat;position: absolute;width: 50px;height: 40px;top: 30%;left: 42%;}*/
.cours-video a:hover{opacity: 1;}
.cours-video:hover span{background: url(images/play-button-photos-new.png) no-repeat;position: absolute;width: 50px;height: 40px;top: 30%;left: 42%;}
.free_lesson{margin-top: 20px; background: url("http://nyani.pro/wp-content/themes/custom-twentyseventeen/images/plashka.png"); padding: 20px;}
.free_lesson_text{color: #ffffff;font-size: 32px;margin-bottom: 20px;}
.free_lesson .wpcf7-submit{border: none; background-color:#ff0000; color: #ffffff;padding: 10px 20px;font-size: 18px;font-weight: bold;margin-top: 10px;}
.content_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.content_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

/*.rcli.fa-upload:before{
    content: "\f382"!important;
}*/
#course-pay-button{
	display:block;
	width:100%;
	background:#88c440;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	border-radius:4px;
	padding:16px 8px;
	margin:0 0 24px;
	text-align:center;
	cursor:pointer;
}
#custom-afterpay-modal{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:10001;
	overflow-x:hidden;
	overflow-y:auto;
	background:#fff;
}
#afterpay-success{
	padding:60px 15px 0;
}
#afterpay-success p{
	text-align:center;
	font-size:18px;
	color;#fff;
	line-height:normal;
}
#afterpay-success p.caf-title{
	font-weight:bold;
	font-size:22px;
}
#afterpay-modal-close-button{
	display:inline-block;
	width:auto;
	background:#88c440;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	border-radius:4px;
	padding:16px;
	margin:24px 0;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
}