.form h1 {
    font-size: 28px;
    padding-top: 0;
    margin-bottom: 0px;
}

.form h3 {
    margin-bottom: 10px;
}

.dynamic_forms > div/*, #backend_crowd_funding > div/*,
.crowd_funding_market > div*/
{
    padding: 15px;
    background-color: #fff;

    /*margin-bottom: 25px;*/
}
.dynamic_forms > .toogle-title, #backend_crowd_funding > .toogle-title{
    margin-top: 25px;
}


.dynamic_forms > div > label + div:empty,
#backend_crowd_funding > div > label + div:empty,
.crowd_funding_market > div > label + div:empty {
    height: 24px;
}

#backend_crowd_funding > div.padding_zero_left {
    padding-left: 0px;
}

#backend_crowd_funding > div.padding_zero_right {
    padding-right: 0px;
}

.form .form-block-content {

    /*padding: 15px;*/
    /*background-color: #fff;*/
    /*margin-bottom: 15px;*/
}

#backend_crowd_funding .toogle-block {
    border-radius: 0 0 6px 6px;
    border: 1px solid #707070;
    box-shadow: 0 3px 6px #00000029;
    padding: 18px;
}

#backend_crowd_funding .toogle-block.toogle-block-deal {
    padding: 5px;
}

.form .form-block-title {
    font-size: 24px;
    /*font-family: 'Roboto-Light', sans-serif;*/
    /*background-color: #FFF;*/
    /*margin-bottom: 10px;*/
    /*padding: 15px;*/
    position: relative;
}

.form .form-block-title:after {
    font-size: 12px;
    content: "\e114";
    right: 15px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.form-block-title {
    cursor: pointer;
    text-transform: uppercase !important;
    background-color: transparent;
}

.form-block-title.active {
    background-color: transparent
}

.form .active.form-block-title:after {
    content: "";
}

.form-block-title + div.form-block-content {
    display: block!important;
}

div.form .label_title {
    color: #40a5fc;
}

.paddingLeft10 {
    padding-left: 10px;
}

.form .margin-bottom {
    margin-bottom: 5px;
}

.div_block_info {
    padding: 15px;
}

.form label,
.div_block_info label {
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    color: #3e3e3e;
    text-transform: uppercase;
    margin-bottom: 0;
    /*padding: 0;*/
}

/*.form input:not(.file_input) {*/
/*    padding: 0 10px;*/
/*}*/

.form-control[disabled],
select[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/*.form input,*/
/*.form input[type="checkbox"] {*/
/*    margin-right: 10px;*/
/*}*/

.form input.calendar_input {
    margin-right: 0!important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.form textarea {
    width: 100%;
}

.chart_block_text {
    height: 81px;
    overflow: hidden;
}

#img_small {
    /*padding: 8px;*/
}

#img_small form .dz-preview {
    margin-top: 59px;
}

.spiner-loader {
    position: absolute;
    top: 130px;
    height: 50px;
    text-align: center;
    left: 50%;
}
