/*
Theme Name:     Twenty Seventeen Child
Theme URI:      http: //example.com/
Description:    Twenty Seventeen Child theme
Author:         Ваше имя
Author URI:     http: //example.com/about/
Template:       twentyseventeen
Version:        0.1.0
*/
#logout {
    text-align: right;
}
.check_head_frm label.wdform-ch-rad-label {
    font-size: 1.25em;
    font-weight: bold;
}
div [type="type_text"].wdform-field {
    width: 1500px !important;
}
div [type="type_text"] .wdform-label-section {
    width: 1496px !important;
}
div [type="type_textarea"].wdform-field {
    width: 1500px !important;
}
div [type="type_textarea"] .wdform-label-section {
    width: 1496px !important;
}
.wdform-element-section {
    min-width: 190px;
}
.textarea_form {
    width: 100% !important;
}
input[type="text"] {
    width: 251% !important;
}
.sub_categroy {
    margin-top: 20px;
}
.main_category strong {
	font-size: 1.25em;
}
.sub_cat_items {
    padding-left: 30px;
}
/*****Short code*****************/
.mypopup {
    position: fixed;
    left: 26%;
    top: 24%;
    width: 629px;
    background-color: #1b98e0;
    z-index: 10;
    display: block !important;
    text-align: center;
    box-shadow: 7px 8px 30px -1px #403144
}
.mypopup button {
	background-color: #5cb85c!important;
    border: 1px solid transparent;
    border-color: #4cae4c;
    color: #fff;
}
.popup_content {
	margin: 22px;
	background-color: #fff;
	border-radius: 10px;
}
#Utente_e_password {
    z-index: 20;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    /*display: none;*/
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    /*z-index: 999;*/
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.overlay_none {
	display: none;
}
.form-horizontal {
    width: 82%;
    padding-left: 55px;
    /*padding-top: 37px;*/
}
.col-sm-10 .form-control{
	width: 100% !important;
}
/***********dialog messages************/
#limite_testform {
    display: none;
}
#limite_testform_input {
    display: none;
}