@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro'), url('../fonts/Acumin-RPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Italic'), url('../fonts/Acumin-ItPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold'), url('../Acumin-BdPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold Italic'), url('../fonts/Acumin-BdItPro.woff') format('woff');
}

body {
    font-family: Acumin Pro;
    font-size: 16px;
}

.steps {
    padding-bottom: 20px;
}

.main-header {
    padding-bottom: 28px;
    border-bottom: 1px solid #76AB40;
}

.main-header h2 {
    font-weight: bold;
    font-size: 40px;
    color: #76AB40;
}

.main-header .after-title {
    font-weight: bold;
    font-size: 20px;
}

.main-header .after-title-right {
    float: right;
    font-size: 12px;
    font-style: italic;
}

.breadcrumb {
    background: unset;
    margin-bottom: 85px;
}

.breadcrumb-number {
    z-index: 999;
    color: #76AB40;
}

.breadcrumb-hr {
    width: calc(100% - 84px);
    border-color: #76AB40;
    position: relative;
    left: -17px;
    top: 32px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.breadcrumb-hr-first {
    width: 33%;
    position: absolute;
    border-color: #76AB40;
    left: 12px;
    top: 12px;
}

.breadcrumb-hr-second {
    width: 33%;
    position: absolute;
    border-color: #76AB40;
    left: calc(33% + 12px);
    top: 12px;
}

.breadcrumb-hr-third {
    width: calc(33% - 66px);
    position: absolute;
    border-color: #76AB40;
    left: calc(66% + 12px);
    top: 12px;
}

.breadcrumb-text {
    color: #76AB40;
}

.breadcrumb-left-text {
    position: absolute;
    top: 35px;
    left: 0px;
}

.breadcrumb-middle-text {
    position: absolute;
    top: 35px;
    left: 16%;
}

.breadcrumb-middle-third-text {
    position: absolute;
    top: 35px;
    left: 51%;
    text-align: center;
}

.breadcrumb-right-text {
    position: absolute;
    top: 35px;
    right: 00px;
}

.breadcrumb-number {
    width: 30px;
    height: 30px;
    background: white;
    border: 1px solid #76AB40;
    text-align: center;
    border-radius: 20px;
    padding-top: 4px

}

.breadcrumb-left {
    position: absolute;
    left: 0px;
    background: #76AB40;
    color: white;
    text-align: left;
    padding-left: 10px;

}

.breadcrumb-right {
    position: absolute;
    right: 36px;
    text-align: right;
    padding-right: 10px;
}

.breadcrumb-middle {
    position: absolute;
    left: 33%;
}

.breadcrumb-middle-third {
    position: absolute;
    left: 66%;
}

.br-div-number {
    position: absolute;
    left: 0px;
    top: 0px;
}

.my-select {
    border: unset;
    border-bottom: 1px solid #ced4da;
    border-radius: unset;
    color: #757575;
    font-family: Acumin Pro;
    padding-left: 0px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding-top: 12px;
    z-index: 999;
    position: relative;

}

.my-select:focus {
    border-color: #ced4da;
    box-shadow: unset;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.md-form input {
    color: #757575 !important;
}

.md-form input:focus {
    border-bottom: #ced4da;
    box-shadow: unset;
}

.md-form input:not([type]):focus:not([readonly]), .md-form input[type="text"]:not(.browser-default):focus:not([readonly]), .md-form input[type="password"]:not(.browser-default):focus:not([readonly]), .md-form input[type="email"]:not(.browser-default):focus:not([readonly]), .md-form input[type="url"]:not(.browser-default):focus:not([readonly]), .md-form input[type="time"]:not(.browser-default):focus:not([readonly]), .md-form input[type="date"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), .md-form input[type="number"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ced4da;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}


label {
    color: #757575 !important;
    font-size: 16px;
}

.preview-button {
    margin-top: 20px;
    background: #BABABA;
    color: white;
    border-radius: 3px;
    width: 76px;
    border: unset;
    height: 39px;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;

}
.next-button {
    margin-top: 20px;
    background: #76AB40;
    color: white;
    border-radius: 3px;
    width: 182px;
    border: unset;
    height: 39px;
    font-size: 16px;
    display: inline-block;
}

.save-button {
    background: #76AB40;
    color: white;
    border-radius: 3px;
    width: 100%;
    border: unset;
    height: 39px;
    font-size: 16px;

}

.md-form label {
    font-size: 16px;
}

.error {
    color: red;
    font-size: 14px;
    position: absolute;
    margin-top: -7px;
}

.date-move {
    background: white;
    top: 35px !important;
    font-size: 20px !important
}

.label-move {
    width: 100%;
    position: absolute !important;
    color: white !important;
}

.date-move-transformation {
    -webkit-transform: translateY(-46px) scale(0.8) !important;
    transform: translateY(-46px) scale(0.8) !important;
    font-size: 16px !important;
    -webkit-transition-duration: 0.1s !important;
    transition-duration: 0.1s;
    position: unset;
    background: unset;
}

.select-transformation {
    z-index: 989;
    color: #757575 !important;
    display: unset;
    -webkit-transform: translateY(-14px) scale(0.8) !important;
    transform: translateY(-14px) scale(0.8) !important;
    font-size: 16px !important;
    -webkit-transition-duration: 0.1s !important;
    transition-duration: 0.1s;
    position: unset;
    background: unset;
    z-index: 9999;
}

.select-transformation-filter {
    z-index: 989;
    color: #757575 !important;
    display: unset;
    -webkit-transform: translateY(-14px) scale(0.8) !important;
    transform: translateY(-14px) scale(0.8) !important;
    font-size: 16px !important;
    -webkit-transition-duration: 0.1s !important;
    transition-duration: 0.1s;
    position: unset;
    background: unset;
    z-index: 9999;
}

select#filter {
    padding-left: 23px;
}

/* Customize the label (the container) */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 3px solid #76AB40 !important;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    content: ' \25CF';
    font-size: 30px;
    color: #76AB40;
    left: 0px;
    top: -11px;

}

.col-md-4.padding-input {
    margin-top: 9px;
    margin-bottom: -10px;
}

label.container-checkbox {
    font-size: 16px;
}

.table-subjects {
    width: 100%;
}

.table-subjects thead th {
    color: #757575;
    font-size: 16px;
    text-align: center;
}

.table-subjects thead tr {
    border-bottom: 2px solid #BABABA;
}

.table-subjects tbody tr {
    border-bottom: 1px solid #BABABA;
}

.table-subjects td {
    border-bottom: 1px solid #BABABA;
    color: #757575;
    padding: 20px 0px;
    font-size: 16px;
    text-align: center;
}

.table-subjects-row {
    display: none;
    margin-top: 30px;
}

.table-subjects {
    width: 100%;
}

.table-subjects-add-row {
    margin-top: 30px;
    display: none;
}

.md-form label.active {
    padding-left: 0px !important;
}

.md-form label[for='search-subject'] {
    padding-left: 23px;
}

/*.md-form label[for='filter'] {*/
/*    padding-left: 23px;*/
/*}*/

input#search-subject {
    padding-left: 23px;
}

input#filter {
    padding-left: 6px;
}

.search-icon {
    position: absolute;
    top: 14px;
}

.filter-icon {
    position: absolute;
    top: 14px;
    z-index: 9999;
}

.add-subject-button {
    cursor: pointer;
}

.remove-subject-button {
    cursor: pointer;
    display: none;
}

.subject-add {
    margin-top: 50px;
}

.table-subjects td {
    vertical-align: top;
}

.copy_div {
    padding-left: 10px;
    margin-bottom: 9px;
}

.move-subject-join {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.copy_div .row {
    margin-left: unset;
    margin-right: unset;
}

.text_insert {
    position: absolute;
    width: 100%;
    background: white;
    left: 0px;
    z-index: 999;

}

.move-subject-join label {
    padding-left: 35px;
    padding-top: 8px;
}

.move-subject-join .container-checkbox {
    left: 4px;
    display: unset;

}

.md-form {
    margin-top: 14px;
    margin-bottom: 14px;

}

.move-up {
    margin-top: 30px;
}

.move-up-50 {
    margin-top: 50px;
}

.dropdown-icon {
    cursor: pointer;
    display: none;
}

.dropdown-add-subject {
    cursor: pointer;
}

.dropdown-add-subject-rotation {
    transform: rotate(60deg);
}

.right-content {
    float: right;
    margin-top: -16px;
}

.button-delete {
    background: #C63F3F;
    color: white;
    font-size: 16px;
    border-radius: 3px;
    padding: 11px 41px;
    text-align: center;
    cursor: pointer;
}

button:hover, .button-delete:hover {
    opacity: 0.9;
}

.table-subjects-row svg:hover {
    opacity: 0.8;
}

.table-subjects-exist svg:hover {
    opacity: 0.8;
    cursor: pointer;
}

.label-move {
    /*display: none;*/
}

.click-breadcrumb:hover {
    cursor: pointer;
    opacity: 0.9;
}

.header-table {
    font-weight: bold;
    padding-bottom: 20px;
}

.header-table-right {
    float: right;
    margin-top: 20px;
    margin-bottom: 12px;
}

.header-table-left {
    float: left;
    margin-top: 20px;
    font-size: 14px;
    color: #757575;
}

.button-change {
    background: #CEA136;
    color: white;
    padding: 5px 35px;
    border-radius: 3px;
    font-size: 12px;
}

.button-change:hover {
    opacity: 0.9;
    cursor: pointer;
}

.table-answer table {
    width: 100%;
}

.odd-style {
    background: white;
    border-bottom: 1px solid #BABABA;

}

.even-style {
    border-bottom: 1px solid #BABABA;
    background: #F5F5F5;

}

.table-answer table td {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    color: #757575;
}

.table-answer table .value {
    text-align: right;
}

.table-answer table .label-table {
    width: 60%;
}

.table-subject table {
    width: 100%;
}

.table-answer table .value {
    width: 40%;
}

.table-subject table td {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    color: #757575;
}

.table-price table {
    width: 100%;
}

.table-price-small {
    width: 20%;
    text-align: right;
}

.table-price-small-first {
    width: 20%;
    text-align: left;
}

.table-price th {
    font-size: 16px;
    padding: 8px 16px;
    font-weight: bold;
    color: #757575;
}

.table-price td {
    font-size: 16px;
    padding: 8px 16px;
    font-weight: normal;
    color: #757575;
}

.end-price {
    background: #76AB40;
    padding: 21px 32px;
    border-radius: 3px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.end-price-get {
    float: right;
    margin-right: 80px;
}

.middle-price-get {
    float: right;
    margin-right: 80px;
}

.table-price tr {
    border-bottom: 1px solid #BABABA;
}

.link-end {
    color: #757575;
    text-decoration: underline;
}

.link-end {
    color: #757575 !important;
    opacity: 0.9;
}

.show-information-div {
    display: none;
    position: absolute;
    z-index: 99999999999;
    padding: 8px 7px;
    background: #76AB40;
    color: white;
    font-size: 13px;
    width: 17%;
}
.show-information-div-ico{
 width: 150px;
}

.information-div {
    display: inline;
}
.information-div-ico{
    position: absolute;
    right: 0px;
    top: 10px;
}

.show-information-div:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 48.5px;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-bottom: solid 10px #76AB40;;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

information-div-ico

.show-information-div-end{
    width: unset;
}
.conditions .container-checkbox {
    display: inline-block;
    margin-bottom: 25px
}

.logo-end {
    margin-bottom: 50px;
}

.logo-end {
    margin-bottom: 57px;
}

.green-text-end {
    font-size: 40px;
    color: #76AB40;
    margin-bottom: 50px;
    font-weight: bold;

}

.black-end {
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 20px;
}
.back-end{
    background: #76AB40;
    color: white;
    padding: 11px 52px;
    border-radius: 3px;
    max-width: 270px;
    font-size: 16px;
    margin: auto;
}
.back-end:hover{
    opacity: 0.9;
}
.back-end a{
    color: white;
}
.back-end a:hover{
    color: white;
}s
@media only screen and (max-width: 700px) {
    .main-header .after-title-right {
        float: unset;
        display: block;
    }

    .show-information-div-ico {
        right: 2px;
        left: unset!important;
    }
    .show-information-div-ico:before {
        right: -1px;
        left: unset!important;
        top: -7px;
    }
    .breadcrumb-div {
        DISPLAY: NONE!important;
    }
    .steps{
        margin-top: 50px;
    }

    .next-button{
        margin-top: 30px;
    }
    .right-content{
        margin-top: unset;
    }
}
