.section-margin {
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.form-sepline ~ div.extra-block {
    margin-top: 5px !important;
}
.form-sepline {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #6D727C;
	color: #6D727C;
	/* margin: auto; */
	/* width: 95%; */
	margin-top: 15px;
	margin-bottom: 5px;
	/* padding-bottom: 5px; */
}
form .form-sepline{
	margin-left: -15px;
	margin-right: -15px;
}
.extra-block .form-sepline{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
label {
    font-size: 14px;
}
/* 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;
}
.modal-body .container-fluid {
    position: relative;
}
.form-group .form-control {
    /*border: none;*/
    font-family: "ProbaProRegular";
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
}
.input-not-bordered {
    background-color: #f9f9f9;
}
.input-not-bordered input {
    border: none !important;
    text-align: center;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.table-responsive .form-group.has-error p.help-block {
    position: fixed;
    top: 40px;
    border: 1px solid;
    left: 25px;
    padding: 5px;
    background-color: #f2dede;
    display: block;
    right: 25px;
}
.table-responsive .form-group p.help-block {
    display: none;
}
.input-not-bordered td {
    padding: 0 3px !important;
    vertical-align: middle !important;
}
.input-not-bordered input[disabled],
.input-not-bordered input[readonly] {
    /*background-color: #eee;*/
    background-color: #f9f9f9;
}
.input-not-bordered .btn-col {
    text-align: center !important;
}
/*.input-not-bordered .help-block {
    margin-top: 0px;
    margin-bottom: 0px;
}
.input-not-bordered .select2-selection__arrow {
    display: none;
}
.input-not-bordered .btn {
    margin-bottom: 0px !important;
}
.input-not-bordered .select2-container--bootstrap .select2-selection--single {
    border: none !important;
}
.input-not-bordered .bolded-text input {
    font-weight: bold;
}*/
.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;
    font-size: 16px;
}
.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: ProbaProRegular;
    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;
}
.select2-container--bootstrap .select2-selection {
	font-size: 16px !important;
}
.btn-uppload {
    margin-top: 6px;
    margin-left: 6px;
}
.pull-down {
    margin-left: 0px;
    margin-top: 20px;
    padding-left: 0px !important;
}
.btn-add-extra-block {
    font-size: inherit;
    padding: 2px 12px 5px 12px;
    /*margin-right: 15px;*/
    /*margin-top: -2px;*/
    /*width: 170px;*/
}
.extra-block {
    border: 1px double #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;
}

form .extra-block {
    margin-right: -15px;
    margin-left: -15px;
}
.extra-block.sub-block.row.invalid {
	border-color: #a94442;
}
.extra-block.sub-block.row {
	margin: -15px;
	margin-bottom: -5px !important;
	border: 1px dotted #ccc;
}
.main-extra-block .extra-block {
    margin: auto;
}
.extra-block .row:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.extra-block .row:nth-child(2n+1) {
    background: #eee !important;
}
.extra-block .row {
    padding-top: 3px;
    padding-bottom: 3px;
}
.form-sepline ~ .row:not([style*="display: none"]).bg-danger,
.form-sepline ~ div .row:not([style*="display: none"]).bg-danger {
    background-color: #f2dede;
}
.form-sepline ~ .row:not([style*="display: none"]),
.form-sepline ~ div .row:not([style*="display: none"]) {
    background-color: #f9f9f9;
}
.extra-block.invalid {
    border-color: #a94442;
}
.btn-extra-block {
/*    color: #fff !important;
    background-color: #2c608a;*/
    /*position: absolute;
    right: 7px;*/
    top: 7px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn-add-sub-block {
/*    color: #fff !important;
    background-color: #2c608a;*/
/*    right: -16px;
    top: -24px;*/
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    margin: 2px !important;
    font-size: 15px;
}

.btn-remove-sub-block {
/*    color: #fff !important;
    background-color: #2c608a;*/
/*    right: -16px;
    top: -24px;*/
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    margin: 2px !important;
    font-size: 15px;
}
.btn-edit-sub-block {
/*    color: #fff !important;
    background-color: #2c608a;*/
/*    right: -17px;
    top: -24px;*/
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 2px;
    float: right;
    margin: 2px !important;
    font-size: 13px;
}
.btn-view-sub-block {
/*    color: #fff !important;
    background-color: #2c608a;*/
/*    right: -16px;
    top: -24px;*/
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    margin: 2px !important;
    font-size: 16px;
}
.btn-remove-extra-block {
/*    color: #fff !important;
    background-color: #2c608a;*/
/*    right: -16px;
    top: -24px;*/
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    margin: 2px !important;
    font-size: 15px;
}
.btn-edit-extra-block {
/*    color: #fff !important;
    background-color: #2c608a;*/
/*    right: -17px;
    top: -24px;*/
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 2px;
    float: right;
    margin: 2px !important;
    font-size: 13px;
}
.btn-view-extra-block {
/*    color: #fff !important;
    background-color: #2c608a;*/
/*    right: -16px;
    top: -24px;*/
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    margin: 2px !important;
    font-size: 16px;
}
.btn-add-extra-row {
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
}
.btn-remove-extra-row {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
}
.info {
/*    left: -14px;
    top: -24px;
    position: absolute;*/
    font-size: 24px;
    margin: 2px !important;
}
.extra-block .extra-navigation {
    background-color: #eee !important;
}
.extra-navigation {
    position: relative;
    /* height: 1px; */
    margin: -25px -15px 0 -15px;
}
.sub-block .extra-navigation {
    margin-top: 0 !important;
}
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: red; /*#2c608a;*/
    position: absolute;
/*    right: 2px;
    top: 1px;*/
    left: -2px;
    top: -2px;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*
.remove_row.glyphicon-remove:after {
    z-index: 10;
    position: absolute;
    left: 1px;
    top: 1px;
    cursor: pointer;
    color: red;
    font-size: 12pt;
}
*/
.form-group div.value {
    padding-left: 15px;
}
.submit-block {
    margin-top: 30px;
}
.submit-block.fixed{
    position: fixed;
    bottom: 0.5vh;
    display: inline-block;
    z-index: 1040;
    padding: 5px 10px 3px 8px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eee;
}
/*
.table-striped.edit-table > tbody > tr:nth-of-type(odd) {
  background-color: white !important;
}
.table-striped.edit-table > tbody > tr:nth-of-type(2n+1) td:first-child {
    background-color: #eee;
}
*/