.section-margin {
    margin-top: 1vw;
    margin-bottom: 1vw; 
}
.form-sepline {
	/* font-size: 1.5vw; */
	font-weight: bold;
	border-bottom: 1px solid #2c608a;
	color: #2c608a;
	margin: auto;
	/* width: 95%; */
	margin-top: 1vw;
	margin-bottom: 0.5vw;
	/* padding-bottom: 5px; */
}
/* Redefine awesome-bootstrap-checkbox style */
.checkbox label::before {
    display: inline-block;
    position: absolute;
    top: 4px !important;
    width: 22px !important;
    height: 23px !important;
    border-radius: 2px !important;
    padding-left: 1px !important;
    padding-top: 0px !important;
}
.checkbox label {
    font-weight: bold;
    cursor: pointer;
    padding-left: 12px !important;
    padding-top: 4px !important;
}
.checkbox input[type="checkbox"]:checked + label::before {
	font-size: 16px !important;
	padding-left: 2px !important;
}
.checkbox input[type="checkbox"] {
    width: 22px !important;
    height: 23px !important;
}
.checkboxes-list label.no-children {
    font-weight: 200;
}
/* End of checkbox redefine  */
.checkbox-margin {
    margin-left: 0px;
}
.modal-body .container {
    margin-right: 35px;
}
.form-group .form-control {
    /*border: none;*/
    border-radius: 2px;
    box-shadow: none;
    font-weight: normal;
    border: 1px solid #ccc;
}
.has-success input.form-control {    
    border: 1px solid green !important; 
}
.has-success label {    
    color: green !important; 
}
.has-error input.form-control {
    border: 1px solid #a94442 !important; 
}
.form-group .select2-container--bootstrap .select2-selection--single {
    /*background: none;*/
    border-bottom: 1px solid #ccc !important;
   /* border: none;*/
    border-radius: 2px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.has-success .select2-container--bootstrap .select2-selection--single {
    border: 1px solid green !important;
}
.has-error .select2-container--bootstrap .select2-selection--single {
    border: 1px solid #a94442 !important;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eee !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border: none !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow b {
    border-color: #999 transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 97%;
    text-overflow: ellipsis;
    white-space: normal;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    width: 97% !important;
    white-space: normal !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    /*color: red !important;*/
    font-family: Helvetica;
    border: 1px solid #eee;
    color: #2c608a !important;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 5px;
    border-radius: 2px;
    padding-bottom: 2px;    
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #ccc;
}
.select2-container--bootstrap .select2-selection--multiple {
    border-radius: 2px !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-radius: 2px !important;
}
.btn-uppload {
    margin-top: 6px;
    margin-left: 6px;
}
.pull-down {
    margin-left: 0px;
    margin-top: 20px;
    padding-left: 0px !important; 
}
.main-extra-block {
	/* border: 1px dotted #ccc; */
	padding: 5px;
	margin-bottom: 15px !important;
	border: 5px double #ccc;
	/*position: relative;*/
	margin-right: -15px;
	margin-left: -15px;
	/* padding-top: 15px; */
	/* padding-bottom: 15px; */
}
.btn-add-main-extra-block {
    font-size: inherit; 
    padding: 2px 12px 5px 12px;
    /*margin-right: 15px;*/
    margin-top: -2px;
    width: 170px;
}
.btn-add-extra-block {
    font-size: inherit; 
    padding: 2px 12px 5px 12px;
    /*margin-right: 15px;*/
    margin-top: -2px;
    /*width: 170px;*/
} 
.extra-block {
    border: 1px dotted #ccc;
    padding: 15px;
    margin-top: 15px !important;
    border-bottom: 5px double #ccc;
    /*position: relative;*/
    padding-top: 25px;
    padding-bottom: 7px;
    margin-bottom: 5px !important;
    margin-left: 0px;
    margin-right: 0px;
}
.main-extra-block .extra-block {
    margin: auto;
}
.extra-block.row:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.form-sepline ~ .row:not([style*="display: none"]),
.form-sepline ~ div .row:not([style*="display: none"]) {
    background-color: #f9f9f9;
}
.extra-block.invalide {
    border-color: #a94442;
}
.remove-extra-block {
    color: #2c608a;
    position: absolute;
    right: -14px;
    top: -24px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.edit-extra-block {
    color: #2c608a;
    position: absolute;
    right: 7px;
    top: -24px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.view-extra-block {
    color: #2c608a;
    position: absolute;
    right: -14px;
    top: -24px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.info {
    left: -14px;
    top: -24px;
    position: absolute;
}
.extra-navigation {
    position: relative;
}
table td {
    border:1px solid #ccc;
    text-align: left;
}
th.th-required:after {
    content: "*";
    color: red;
}
th.no-required-star:after {
    content: "";
}
.tr-border-none td {
    border:none;
    text-align:center;
}
/*.glyphicon-remove*/
.remove_row {
    color: #2c608a;
    position: absolute;
    right: 2px;
    top: 1px;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.form-group div.value {
    padding-left: 15px;
}
.submit-block {
    margin-top: 30px;

}
