@CHARSET "UTF-8";
.fielditem2, .value, .infobox_item {
    display: none;
}

.main-table {
    width: 700px;
}

tr, td {
    width: 100%;
    display: block;
}

.forter-logo {
    display: block;
    margin: auto;
}

.forter-confirmation {
    text-align: center;
}

.forter-confirmation-img {
    vertical-align: text-bottom;
}

.forter-logo-text {
    display: inline-block;
    font-size: 19px;
}

.forter-heading {
    font-size: 22px;
    color: #3B4A4E;
    border-top: 1px solid #D5D5D5;
    padding-top: 15px;
}

.forter-text {
    font-size: 20px;
    color: #28363A;
    min-width: 24%;
    display: inline-block;
}

#decline-decision-label {
    display: initial;
}

.forter-check-box .labelForCheckbox.disabled-checkbox {
    background: #E0E0E0;
}

.forter-check-box {
    margin: 0;
    width: 20px;
    height: 20px;
    background: white;
    position: relative;
    display: inline-block;
    border: 1px solid #838D8F;
}

.forter-check-box .labelForCheckbox {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -4px;
    top: 0;
    background: white;
}

.forter-check-box .labelForCheckbox:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    box-sizing: content-box;
}

.forter-check-box #declineDecision[type=checkbox]:checked + .labelForCheckbox:after,
.forter-check-box #autoInvoice[type=checkbox]:checked + .labelForCheckbox:after,
.forter-check-box #cancelOrder[type=checkbox]:checked + .labelForCheckbox:after,
.forter-check-box #cancelOrderAfter24[type=checkbox]:checked + .labelForCheckbox:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.forter-check-box #declineDecision[type=checkbox]:checked + .labelForCheckbox,
.forter-check-box #autoInvoice[type=checkbox]:checked + .labelForCheckbox,
.forter-check-box #cancelOrder[type=checkbox]:checked + .labelForCheckbox,
.forter-check-box #cancelOrderAfter24[type=checkbox]:checked + .labelForCheckbox {
    background: #007CBF;
}

.forter-input {
    width: 73%;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #D5D5D5;
}

.forter-text.declined-message {
    border: 1px solid #D5D5D5;
    min-height: 130px;
    padding: 15px 10px;
    width: 97%
}

.forter-button {
    float: right;
    padding: 10px 50px;
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
    background-color: #82C234;
    border: 1px solid #68A81A;
    cursor: pointer;
}

.sub-check-box {
    padding-left: 25px;
}

.switch-container {
    display: inline-block;
    float: right;
}

.switch-yes {
    color: #E0E0E0;
    position: absolute;
    top: -8px;
    left: -44px;
}

.switch-no {
    color: #6E7D81;
    position: absolute;
    top: -8px;
    right: -38px;
}

.switch-yes, .switch-no {
    font-size: 20px;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    border-radius: 18px;
    cursor: pointer;
    left: -40px;
    vertical-align: bottom;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    border-radius: inherit;
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: "";
    right: 11px;
    color: #aaaaaa;
}

.switch-label:after {
    content: "";
    left: 11px;
    color: #FFFFFF;
    opacity: 0;
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: -7px;
    left: 20px;
    width: 20px;
    height: 20px;
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 22px;
    height: 22px;
    background: linear-gradient(to bottom, #6E7D81, #6E7D81);
    background-image: -webkit-linear-gradient(top, #6E7D81, #6E7D81);
    border-radius: 11px;
}

.switch-input:checked ~ .switch-handle {
    left: -7px;
}

.switch-input:checked ~ .switch-handle:before {
    background: linear-gradient(to bottom, #007CBF, #007CBF);
    background-image: -webkit-linear-gradient(top, #007CBF, #007CBF);
}

.switch-input:checked ~ .switch-yes {
    color: #007CBF;
}

.switch-input:checked ~ .switch-no {
    color: #E0E0E0;
}

.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-left-right .switch-label {
    overflow: hidden;
}

.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
}

.switch-left-right .switch-label:before {
    background: #E0E0E0;
    padding-left: 40px;
}

.switch-left-right .switch-label:after {
    background: #E0E0E0;
    left: 0px;
    opacity: 1;
    width: 100%;
}

.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: -40px;
}

.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}

.forter-error-message {
    top: 20px;
    position: relative;
    color: #FF0000;
    float: left;
    padding-right: 10px;
}

.forter-info-message {
    top: 20px;
    position: relative;
    color: #00BF00;
    display: none;
    float: right;
}

.l-actions-container {
    clear: left;
    float: left;
}

.r-actions-container {
    clear: right;
    float: right;
}

.change-api-credentials-link-container {
    top: 25px;
    position: relative;
    font-size: 21px;
    cursor: pointer;
    display: inline-block;
}

.waiting {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: gray;
    opacity: 0.5;
    right: 0;
}

.waiting .container {
    margin: auto;
    width: 128px;
    height: 128px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 20px;
    border-width: 0px;
    border-style: solid;
    overflow: hidden;
}

.error-button-container {
    float: right;
}

.forter-week-area {
    display: table;
    vertical-align: top;
}

.forter-week-row {
    display: table-cell;
    width: 10px;
}

.forter-week-div {
    display: inline;
}

.forter-week-select {
    min-width: 50px;
}