.icon-reload::before{
    content:"l";
}
.button .submit {
    position: relative;
    font-size: inherit;
    margin-right: 1.166666em;
}
article .button {
    position: absolute;
    left: 1.166666em;
    right: 1.166666em;
    bottom: 0;
}
.logout .icon.white:before {
    color: white;
}
.logout .icon.red:before {
    color: red;
}
.section textarea.trumbowyg-textarea {
    width: 100%;
    max-width: 100%;
    min-height: 80%;
    height: 80% !important;
    position: absolute;
}

.button .submit > [type="submit"]:first-child {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    left: 0;
    top: 0;
    border: none;
}
form label {
    position: relative;
}
form label a:not(.icon) {
    float: right;
    height: 20px;
    position: absolute;
    right: -25px;
    top: -10px;
}
form label a .icon:before {
    font-size: 35px;
}
#logout {
    color: rgb(255, 255, 255);
    position: relative;
    width: 30%;
    right: 35%;
}
#logout p {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    height: 25px;
}
#logout p a#logout_name {
    float: left;
    font-weight: bold;
    margin-top: 0;
}
#logout p a {
    float: right;
    color: white !important;
    text-decoration: none;
    font-weight: normal;
    margin-top: -3px;
}
#logout p a i:before {
    color: white;
    font-size: 25px;
    margin-bottom: -5px;
}
.box[class*="icon-"] {
    padding-left: 1.166666em;
}
.box[class*="icon-"] h3 {
    padding-left: 3em;
}
.box[class*="icon-"] .button {
    position: absolute;
    bottom: 0;
    left: 1.166666em;
    right: 1.166666em;
}
.box ul.no-padding {
    padding-left: 0;
}
.box p.half-sized {
    width: 50%;
    float: left;
}
.box.box-m p.half-sized {
    width: 70%;
    float: left;
}
.box p.half-sized label {
    hyphens: manual;
    float: left;
    width: 100%;
    text-align: left;
}
.box p.half-sized input {
    width: 100%;
}
.box p.half-sized:nth-of-type(2n + 1) {
    /*background-color: red;*/
    width: calc(50% - 0.583333em);
    margin-right: 0.583333em;
}
.box p.half-sized:nth-of-type(2n + 2) {
    /*opacity: 0.5;*/
    width: calc(50% - 0.583333em);
    margin-left: 0.583333em;
}

.box.box-m p.half-sized:nth-of-type(2n + 1) {
    /*background-color: red;*/
    width: calc(90% - 0.583333em);
    margin-right: 0.583333em;
}
.box.box-m p.half-sized:nth-of-type(2n + 1) {
    /*background-color: red;*/
    width: calc(90% - 0.583333em);
    margin-right: 0.583333em;
}
.box p.devider {
    width: 100%;
    float: right;
    margin: 0;
}
.box p.devider.bottom_space {
    margin-bottom: 1.166666em;
}
.section input.must_be_selected[type="checkbox"] + label {
    color: #999;
}
.section input.must_be_selected[type="checkbox"]:checked + label::before {
    background: #666;
}
.accord {
    background-color: #e3e3e3;
    color: red;
    padding: 20px;
    padding-left: 40px;
    cursor: pointer;
}
.accord .icon::before {
    color: red !important;
    font-size: 37px;
    line-height: 30px;
    margin-top: -10px;
    padding-left: 10px;
}
.accord.open {
    background-color: red;
    color: white;
}
.accord.open .icon::before {
    color: white !important;
    transform: rotate(90deg);
}
.section input[type="checkbox"], .section input[type="radio"] {
    opacity: 0;
    position: absolute;
    padding-left: 20px;
}
.section input[type="checkbox"] ~ label, .section input[type="radio"] ~ label {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.section .box:not(.box-m) input[type="checkbox"] ~ label, .section .box:not(.box-m) input[type="radio"] ~ label {
    width: calc(50% - 83px);
}
.dynamic-table-toolbar {
    display: none !important;
}
.section thead th:last-of-type {
    padding-bottom: 0;
}
.section thead th::before, .section thead ~ tbody > th > ::before {
    color: transparent;
}
.section thead th {
    text-align: left;
    padding-left: 1.166666em;
}
.section thead th:last-of-type {
    text-align: right;
    padding-right: 1.166666em;
}
.s_sort {
    background: url("../img/sort.png") rgba(0,0,0,0.2) no-repeat center;
    position: absolute;
    width: 18px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    cursor: pointer;
}
.sort:last-of-type .s_sort {
    left: unset;
    right: 1px;
}
.s_sort p {
    width: 100%;
    height: 100%;
    margin: 0;
}
th.sort:hover {
    background-color: #888;
}

@media only screen and (min-width: 1005px) {
    #menu > div {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #menu > div > ul > li.focus > a::after, #menu > div > ul > li:hover > a::after, #menu > div > ul > li > a:focus::after, #menu > div > ul > li > a:hover::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@media only screen and (max-width: 1400px) {
    #logout {
        width: 50%;
        right: 25%;
    }
}
@media only screen and (max-width: 900px) {
    #logout {
        width: 60%;
        right: 5%;
    }
    .box-s input[type="checkbox"] {
        float: left;
        opacity: 0;
    }
}
@media only screen and (max-width: 768px) {
    #logout_name {
        display: none;
    }
    #logout p a#logout_logout {
        float: left;
    }
    .section .box:not(.box-m) input[type="checkbox"] ~ label, .section .box:not(.box-m) input[type="radio"] ~ label {
        width: 80%;
    }
}
@media only screen and (max-width: 751px) {
    .box p.half-sized input {
        position: relative;
        width: 100%;
    }
}
@media only screen and (max-width: 650px) {
    #logout {
        width: auto;
        right: 0%;
    }
    .box p.half-sized {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #logout p {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    article .button {
        position: unset !important;
    }
    .button .submit {
        margin-right: 0 !important;
    }
    .box-s input[type="checkbox"] {
        float: right;
        opacity: 0;
        width: 0 !important;
        height: 0 !important;
    }
    .box-s label[for] {
        left: 10%;
    }
    .box p.half-sized:nth-of-type(3n + 1), .box p.half-sized:nth-of-type(3n + 2) {
        width: 100%;
        margin: 0;
    }
}
#sidebar > section:first-child > h3::before {
    content: "\f766" !important;
    height: 1em !important;
}
#sidebar #contact figure:first-of-type {
    position: relative;
    left: -1.166666em;
    right: -1.16666em;
    width: calc(100% + 2.333332em);
}