.btn{
    margin: 0px 5px;
}
.center{
    text-align: center;
}

.btn{
    font-size: 10px;
    padding: 10px 20px;
    border: 0;
    color: #ffffff;
    font-family: noto sans;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-radius: 0px;
}

.btn:focus, .btn:active,
.btn:active:focus{
    outline: none;
    box-shadow: none;
}

.btn-gray{
    background-color: #efefef;
    color: #3f3f3f;
}

.btn-gray:hover{
    background-color: #d0d0d0;
}

.custom_btn{
    display: inline-block;
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    padding: 0;
    line-height: 34px;
    border-radius: 50%;
}

#profile table th{
    background-color: #efefef;
    color: #858585;
    font-size: 12px;
    font-weight: 600;
    border-bottom: none;
}

#profile .btn.change-pass-custom{
    color: #fff;
}

#profile .btn.change-pass-custom:hover{
    color: #3f3f3f;
}

.lk-block input:focus,
.lk-block select:focus,
.lk-block textarea:focus{
    outline: none;
}

.payment-information{background:#f6f6f6 none repeat scroll 0 0;}

.lk-block .row > div {
    margin-bottom: 20px;
}
.lk-block label {
    color: #3f3f3f;
    font-family: noto sans;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.lk-block .field {
    background:#efefef none repeat scroll 0 0;
    height: 47px;
    margin:0;
}
.lk-block .field input {height: 47px;}

.events-block-top-line{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.events-block-top-line .btn,
.events-block-new-event-footer .btn{
    margin: 0;
}

.events-block-new-event-footer input.btn{
    margin-right: 10px;
}

.events-block-new-event-footer a.btn{
    margin-right: 10px;
}

.events-block-new-event-footer .event_notes{
    display: inline-block;
    font-size: 12px;
}

.events-block-new-event-header{
    margin-bottom: 16px;
    border-top: 1px solid #ddd;
}

.events-block-new-event-footer .close-block{
    margin-right: 10px;
}

.events-block-new-event{
    display: none;
}
.table>tbody>tr>td{
    vertical-align: middle;
    font-size: 12px;
}
.table>tbody>tr>td:first-child{
    text-align: center;
}

.table .form-control{
    font-size: 12px;
}
.preview_img{
    width: 100%;
}

.check-info .custom-label{
    margin-bottom: 0;
}

.ac-custom .custom-label::before{
    display: none;
}

.custom-label-pointer{
    cursor: pointer;
}

.tree-categories {
    padding: 0;
    list-style: none;
}

.tree-categories ul{
    padding-left: 20px;
}

.tree-categories .field-col{
    padding-bottom: 10px;
}

.input-select-file{
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.custom-label-select-file{
    cursor: pointer;
}

.lk-block .custom-label-select-file{
    margin: 0;
    color: #fff;
}

.lk-block .custom-label-select-file.has-file{
    text-transform: none;
    background-color: #efefef;
    color: #333;
}

.event_city_block{
    display: none;
}


#custom_progress_bar{
    width: 100%;
    height: 20px;
}

#custom_progress_percent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

#custom_progress .ui-widget-header{
    border: none;
}

#custom_progress .ui-progressbar-value{
    background-color: #5cb85c;
}

#custom_progress .ui-widget.ui-widget-content{
    border: none;
    background-color: #efefef;
}

#custom_progress .ui-corner-all, #custom_progress .ui-corner-top, #custom_progress .ui-corner-left, #custom_progress .ui-corner-tl{
    border-radius: 0px;
}

#custom_progress .ui-progressbar .ui-progressbar-value{
    margin: 0;
    height: 20px;
}

.event_photographers_block_line{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.lk-block .event_photographers_block_line > div{
    margin-left: 10px;
}

.select2-container{
    float: none;
}

.event_block_message,
.section_block_message,
.event_photographers_block_message,
.package_block_message{
    display: none;
    margin: 10px 0px 0px;
    font-size: 12px;
}

.event_block_message.active,
.section_block_message.active,
.event_photographers_block_message.active,
.package_block_message.active{
    display: block;
}

.event_block_message.error,
.section_block_message.error,
.event_photographers_block_message.error,
.package_block_message.error{
    color: #d82521;
}

.table.event_selected_photographers_block{
    margin-bottom: 0;
}

.table>tbody>tr>td.espb_item_photographer{
    text-align: left;
}

.table>tbody>tr>td.espb_item_delete{
    text-align: right;
}

.event_img_block{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;    
}

.event_img_wrap{
    width: 66px;
    height: 66px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #efefef;
}

.event_img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_img_block{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;    
}

.section_img_wrap{
    width: 66px;
    height: 66px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #efefef;
}

.section_img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-block-edit .error,
.translations-block .error{
    color: #d9534f;
    font-size: 12px;
}

.pagination {
    width: 100%;
    text-align: center;
}

.lk-block .field.event_text{
    padding: 10px;
}

.form_event_value>div{
    margin-bottom: 20px;
}

.form_event_value .btn-gray{
    margin-left: 0;
    margin-right: 10px;
}

.section-translate-block .btn-gray{
    margin: 0;
}

.price_per_file-block table tr td{
    border-top: none;
}

.change-password-in-profile .login-error-wrap{
    font-size: 12px;
    color: #d9534f;
}

.table-history-sale .ths-desc span,
.table-download-files .tdf-link span{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.table-download-files .tdf-image-wrap{
    display: block;
    font-size: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.table-download-files .tdf-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price_chat_note {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.price_chat_note>div {
    width: 49%;
}

.price_chat_title {
    text-align: center;
}

.price_chat_packages {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 40px;
}

.price_chat_packages_item {
    width: 32%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 40px 20px 40px;
}

.price_chat_packages_item:hover {
    cursor: pointer;
    border-color: #d82521;
}

.price_chat_packages_item.active {
    border-color: #d82521;
}

.price_chat_packages_item.error {
    border-color: red;
}

.price_chat_packages_btn {
    margin: 20px 0px;
    text-align: center;
}

.price_chat_packages_item_check_item {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
    margin-top: 10px;
    border-radius: 50%;
}

.price_chat_packages_item_check_item::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 5px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
}

.price_chat_packages_item:hover .price_chat_packages_item_check_item  {
    border-color: #d82521;
}

.price_chat_packages_item.active .price_chat_packages_item_check_item {
    border-color: #d82521;
}

.price_chat_packages_item.active .price_chat_packages_item_check_item::before {
    background: #d82521;
}

@media screen and (max-width: 980px){
    .profile-info>ul>li{
        display: flex;
        display: -webkit-flex;
        
    }
    
    .profile-info>ul>li strong, .profile-info>ul>li span{
        display: block;
        width: inherit;
        float: none;
    }
    
    .profile-info>ul>li:last-child{
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}

@media screen and (max-width: 767px){
    .table-download-files,
    .table-history-sale{
		border: 0;
  	}

  	.table-download-files thead,
  	.table-history-sale thead{
  	    position: absolute;
  	    width: 0px;
  	    height: 0px;
	    border: none;
	    margin: -1px;
	    padding: 0;
	    overflow: hidden;
  	}
  
  	.table-download-files tr,
  	.table-history-sale tr{
    	border-bottom: 1px solid #ddd;
    	display: block;
   		margin-bottom: 10px;
  	}
  
	.table-download-files tbody tr td,
	.table-history-sale tbody tr td{
    	display: block;
    	text-align: right;
	}
  
	.table-download-files td::before,
	.table-history-sale td::before{
	    content: attr(data-label);
	    float: left;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	
	.table-download-files td.tdf-image{
	    display: flex;
	    display: -webkit-flex;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
	}
	
	.table-download-files td.tdf-link,
	.table-history-sale td.ths-desc{
	    display: flex;
	    display: -webkit-flex;
	    flex-direction: column;
	    -webkit-flex-direction: column;
	    justify-content: center;
	    -webkit-justify-content: center;
	}
	
	.table-download-files .tdf-image-wrap{
	    margin: 0;
	}
	
	.table-download-files tbody tr td:first-child,
	.table-history-sale tbody tr td:first-child{
	    text-align: right;
	}

  	.table-download-files td:last-child,
  	.table-history-sale td:last-child{
    	border-bottom: 0;
    	text-align: center;
  	}
  	
  	.table-download-files td:last-child span{
  	    margin-top: 5px;
  	}
  	
  	.price_chat_note {
  	    flex-direction: column;
  	    -webkit-flex-direction: column;
  	}
  	
  	.price_chat_note>div {
  	    width: 100%;
  	}
}

@media screen and (max-width: 479px){
    .profile-info>ul>li,
    .profile-info strong,
    .account-tabs .nav li a, .account-tabs .nav li a:hover, .account-tabs .nav li.active a{
        font-size: 12px;
    }
    
    .price_chat_packages {
        flex-wrap: wrap;
    }
    
    .price_chat_packages_item {
        width: 100%;
        max-width: 280px;
        margin: 0px auto 10px;
    }
}

#list_files{
    list-style: none;
    padding: 0;
}
#list_files div{
    display: inline-block;
}
#list_files .avatar{
    width: 100px;
    height: 100px;
    background-color: #b6b6b6;
    margin: 5px;
}
#list_files li {
    margin: 5px 0;
}
#list_files .error .border{
    border: 1px solid red;
    padding: 5px;
}

.page_lk_content_price_chat i.fa-crown{
    margin: 0 6px 0 0;
    font-size: 26px;
    padding: 2px;
    color: #000;
}
.page_lk_content_price_chat span.h1{
    color: #d82521;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.page_lk_content_price_chat ul.cards{
    list-style: none;
}
.page_lk_content_price_chat ul.cards li{
    float: right;
    width: 48px;
    height: 30px;
    margin-left: -3px;
}
.page_lk_content_price_chat ul.cards li img{
    height: 30px;
}
.price_chat_note_item{
    margin-top:30px;
}
.price_chat_note_item i.fa-cogs, .price_chat_note_item i.fa-paper-plane{
    color:#000;
    font-size: 22px;
}
.price_chat_note_item .h3{
    color: #d82521;
    font-size: 17px;
    font-weight: 700;
}
.price_chat_note_item .m-l-5{
    margin-left: 5px;
}
.price_chat_note_item .m-r-5{
    margin-right: 5px;
}
.price_chat_title h4{
    margin-bottom: 27px;
    text-align: center;
    color: #d82521;
    font-size: 24px;
    font-weight: 700;
}
.price_chat_packages .price_chat_packages_item img{
    width: 100px;
}
.price_chat_packages .price_chat_packages_item p.price_chat_packages_item_desc{
    color: #d82521;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.olb_count{
    display: none !important;
}

.delete_dialog {
    width: 20px; 
    height: 20px;
}

.btn-subs {
    border: 1px solid #343a40;
    border-radius: 8px;
    padding: 5px 5px;
}

.btn-subs:hover{
    background-color: #343a40;
    color: #fff;
    cursor: pointer;
}

.btn-subs:active{
    background-color: #a0a0a0;
    border-color: #808080;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-subs-disable {
    border: 1px solid #343a40;
    border-radius: 8px;
    padding: 5px 5px;
    cursor: not-allowed;
    
    background-color: #a0a0a0;
    border-color: #808080;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
}