.h2title {
    font-size: 18px;
    margin-bottom: 10px;
}

hr, hr.patt2 {
    margin: 0 0 10px 0;
}

hr.patt {
    margin: 10px;
}

hr.patt1 {
    margin: 10px 0;
}

.panel_akk, .panel_akk1, .panel_akk2 {
    width: 100%;
    padding: 10px;
    margin: 5px 0px 0px 0px;
    line-height: 30px;
    border: 1px solid #dedddb;
    border-radius: 2px;
    display: table;
    font-size: 14px;
}

.panel_akk1, #limit2_details, #disdish_details {
    display: none;
}

.panel_akk2 {
    background-color: #f0f0f0;
}

.panel_akk3 {
    padding: 0px 10px;
    border: 0px;
}

.panel_akk .info, .panel_akk3 .state {
    display: table-cell;
}

.panel_akk .state {
    text-align: right;
}

.table_akk3, .tbl_title {
    width: 100%;
    border-spacing: 0;
    color: inherit;
}

.table_akk3 td:nth-child(1) {
    width: 30%;
}

.table_akk3 td:nth-child(2) {
    width: 45%;
}

.table_akk3 td:nth-child(3) {
    width: 25%;
    text-align: right;
}

.tbl_title td:nth-child(2) {
    text-align: right;
}

.tbl_tarif_info tbody {
    vertical-align: top;
}

.panel_akk:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.side_elements {
    padding: 30px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.panel_ico_down {
    width: 50px;
    height: 20px;
    border: 0px;
    background-image: url(/templates/palm/img/down.png);
    background-position-y: 50%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    display: table-cell;
}

.panel_ico_up {
    background-image: url(/templates/palm/img/up.png);
}

.enable_mark {
    color: #2d9811;
}

.disable_mark {
    color: red;
}

.grayed_mark {
    color: #999;
}

.btn_spacer {
    margin-top: 10px;
}

.padd_spacer {
    padding: 10px 0px;
}

.sb_btn_green, .sb_btn_red, .sb_btn_gray, .sb_btn_white {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    padding: 8px 10px 8px 12px;
    background-color: #2d9811;
    letter-spacing: 0.1px;
    border: 1px solid;
    border-radius: 4px;
    /*	margin-top: 17px;*/
}

.sb_btn_green:hover {
    background-color: #34a714;
}

.sb_btn_red {
    background-color: #ff2525;
    /*	-- #f77480;*/
}

.sb_btn_red:hover {
    background-color: #da2737;
}

.sb_btn_gray, .sb_btn_white {
    border-color: #dedddb;
}

.sb_btn_gray {
    background-color: #f0f0f0;
    color: #999;
}

.sb_btn_white {
    background-color: #ffffff;
    color: #666666;
}

.sb_btn_white:hover {
    background-color: #f0f0f0;
}

.ul_tarifs, .ul_tarifs_info {
    color: #666;
    list-style-type: circle;
    margin-left: 20px;
    padding: 1em 0;
}

.ul_tarifs_info {
    margin-left: 35px;
    line-height: 21px;
    padding: 0;
}

.sp_example {
    display: block;
    line-height: 18px;
}

.acc_mark {
    background-image: url(/templates/palm/img/left.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.acc_mark, .acc_notmark {
    padding-right: 12%;
}

.form_spacer {
    margin-top: 10px;
}

.form-box-note,
.form-box-info,
.form-box-ico-info,
.form-box-warning,
.form-box-ico-warning-m,
.form-box-ico-warning,
.form-box-hint,
.form-box-ico-hint-m,
.form-box-download {
    clear: both;
    background: #fafafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /*	margin: 25px 0px;*/
    padding: 10px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    /*line-height: 20px;*/
}

.form-box-info {
    background: #ebf5fa 0 0 no-repeat;
    border-color: #d2dce1;
}

.form-box-ico-info {
    background: #ebf5fa url(../img/box_info.png) 0 0 no-repeat;
    border-color: #d2dce1;
    padding-left: 45px;
}

.form-box-warning {
    background: #fff0eb 0 0 no-repeat;
    border-color: #ffd7cd;
}

.form-box-ico-warning {
    background: #fff0eb url(../img/box_warning.png) 0 0 no-repeat;
    border-color: #ffd7cd;
    padding-left: 45px;
}

.form-box-ico-warning-m {
    background: #fff0eb url(../img/box_warning.png) 0 0 no-repeat;
    border-color: #ffd7cd;
    padding-left: 45px;
    margin-bottom: 25px;
}

.form-box-hint {
    background: #fffae6 0 0 no-repeat;
    border-color: #fae6be;
}

.form-box-ico-hint-m {
    background: #fffae6 url(../img/box_hint.png) 0 0 no-repeat;
    border-color: #fae6be;
    padding-left: 45px;
    margin-bottom: 25px;
}

.form-box-download {
    background: #faffe6 0 0 no-repeat;
    border-color: #dce6be;
}

.inherit-color {
    color: inherit;
}

.text-info {
    line-height: 1.5;
    margin: 1em 0 0 0;
    font-size: 16px;
    color: #666;
}

.help-container {
    max-width: 700px;
    padding: 0;
    margin: 20px 0;
    border-radius: .3em;
    box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}

.help-title {
    font-weight: 700;
    padding: 1.5em;
    font-family: Arial, sans-serif;
}

.help-body {
    max-height: 70vh;
    padding: 0 1.5em 1.5em 1.5em;
    overflow-y: auto;
}

.help-body p:first-child {
    margin-top: 0;
}

.help-link {
    color: #04b;
    text-decoration: none;
    cursor: pointer;
}

a.copyright__license {
    text-decoration: none;
}

.loader {
    border: 5px solid #dedede;
    border-top: 5px solid #2d9811;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

ul.list-help {
    list-style-type: circle;
    margin-left: 20px;
}

.btn_info {
    border: 1px solid lightgrey;
    width: 170px;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    font-size: inherit;
    color: inherit;
}

.btn_info:hover {
    background-color: #f0f0f0;
}

.findObj {
    width: 99%;
    border-radius: 5px;
}

.print_menu {
    margin: 0 0 0 118px;
    padding: 6px 7px 6px 7px;
    color: #a7a7a7;
    cursor: pointer;
    background: #fff;
    float: right;
    font-size: 12px;
}

.print_menu:hover {
    color: #a7a7a7;
    background-color: #f0f0f0;
}

.dashed_link {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.dashed_info {
    border-bottom: 1px dashed;
    cursor: help;
}
.caret{
    width: 15px!important;
    height: 8px!important;
    border: 0px!important;
    background-image: url(../img/down.png)!important;
    background-size: cover!important;
    background-position: top!important;
    background-repeat: no-repeat!important;
}
.spin {
    animation: 3s linear 0s normal none infinite running rot;
    -webkit-animation: 3s linear 0s normal none infinite running rot;

}
@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
input.hidden_input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}