.box, .box-gray {
    display: block;
    /*border-radius: 5px;*/
    background-color: #00abcc;
    border: 0;
    /*padding: 11px 1px 6px 1px;*/
    padding: 11px 0px 0px 0px;
    margin: auto auto 15px auto;
    width: fit-content;
    width: -moz-fit-content;
    box-sizing: border-box;
}

.box-gray {
    background-color: #fbfbfb;
    border: 1px solid #bbbbbb;
    box-shadow: 0px 0px 5px #e9e9e9;
    padding: 10px;
    min-width: 450px;
}

.box .box-label {
    color: #ffffff;
    padding-bottom: 8px;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url("/bin/img/box_arrow.png");
    background-repeat: no-repeat;
    background-position: 6px -25px;
    text-indent: 20px;
    cursor: pointer;
}

.box-label * {
    font-weight: bold;
}

.box-gray .box-label {
    color: #333333;
}


.box-content {
    padding: 7px 7px 4px 7px;
    background-color: #fff;
}

.box-gray.autofloat {
    margin-top: 15%;
}

.box-content-collaps {
    display: none;
}

.box-content-collaps .box-label {
    background-position: 3px -1px;
}

.box-label.close {
    background-position: 8px -1px;
}

.box-icon {
    background-color: #006375;
    background-image: url("/bin/img/icon/24/help_black.png");
    background-size: 19px;
    background-position: 7px 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    right: 1px;
    padding-top: 5px;
    text-indent: 30px;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.26);
    /*border-radius: 5px;*/
    /*border-top-left-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/
    height: 20px!important;
    width: 85px;
}

.dispell_ie .box-icon {
    padding-top: 3px;
    height: 21px!important;
}