/* menu icons */
.boon_menu_icon {
    background: url(/bitrix/images/boon/icons16/butterfly.png) 10px center no-repeat;
}
.boon_menu_dump_icon {
    background: url(/bitrix/images/boon/icons16/bug.png) 10px center no-repeat;
}
.boon_menu_couples_icon {
    background: url(/bitrix/images/boon/icons16/text_columns.png) 10px center no-repeat;
}

.clr {
    clear: both;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}


/* Общее */
.adminTopPanel {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") repeat-x scroll 0 -551px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #dde5e7;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    height: 38px;
    padding: 9px 50px 0 8px;
    position: relative;
    white-space: nowrap;
}
.adminTopPanel .title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px #fff;
    margin: 7px 10px 10px 10px;
}
.adminButton {
    background-color: #e0e9ec;
    background-image: -moz-linear-gradient(center bottom , #d7e3e7, #fff) !important;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #fff inset, 0 0 1px rgba(255, 255, 255, 0.5) inset;
    color: #3f4b54;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    padding: 0 15px 0 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    vertical-align: middle;
}
.adminButton:hover {
    text-decoration: none;
}


/* Страница с дампами переменных */
.dump {

}
.dump .adminTopPanel {
    border-bottom: 1px solid #d8d8d8;
}
.dump .adminButton.clearDumps {
    position: absolute !important;
    right: 10px;
    top: 10px;
}
.dump .item {
    margin: 2px 0px 2px 0px;
    padding: 0px;
}
.dump .noResult {
    padding: 10px 0 10px 0;
    margin: 2px 0px 2px 0px;
    border: 1px solid #D8D8D8;
    background: #ffffff;
    text-align: center;
}
.dump .item .title {
    position: relative;
    border: 1px solid #D8D8D8;
    height: 30px;
    padding: 0 0 0 30px;
    background: #ffffff;
    /*background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") repeat-x scroll 0 -1714px rgba(0, 0, 0, 0);*/
}
.dump .item .title .control {
    width: 13px;
    height: 13px;
    position: absolute;
    line-height: 9px;
    left: 9px;
    top: 9px;
    cursor: pointer;
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") no-repeat 0 -1618px;
}
.dump .item.open .title .control {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") no-repeat 0 -1820px;
}
.dump .item .title .date {
    vert-align: middle;
    line-height: 28px;
    font-family: Tahoma;
}
.dump .item .content {
    display: none;
    padding: 10px;
    background: #ffffff;
    overflow-x: scroll;
    border: 1px solid #D8D8D8;
    border-top: none;
}
.dump .item.open .content {
    display: block;
}



/* Вывод дампа переменной */
.dumpContainer {
    padding: 5px 5px 5px 18px;
}
.debugDump {
    font-family: "Courier New";
    margin: 0px;
    padding: 0px;
}
.debugDump li {
    list-style: none;
    position: relative;
}
.debugDump li .debugDump {
    margin: 0 0 0 25px;
}
.debugDump .dumpItem {
    margin: 0 !important;
    padding: 0 !important;
}
.debugDump .dumpItem .dumpItemKey {

}
.debugDump .dumpItem .dumpItemOperator {
    display: inline-block;
    padding: 0 3px 0 3px;
}
.debugDump .dumpItem .dumpIdentifier {
    color: #0000BB;
    display: inline-block;
    margin: 0 0 0 3px;
}
.debugDump .dumpItem .dumpItemType {
    display: inline-block;
    margin: 0 3px 0 0;
}
.debugDump .dumpItem .dumpItemValue {

}
.debugDump .dumpItem .dumpControl {
    display: block;
    border: 1px solid #333333;
    height: 9px;
    visibility: hidden;
    line-height: 9px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: -11px;
}
.debugDump .dumpItem.dumpItemString .dumpItemValue {
    color: #555555;
}
.debugDump .dumpItem.dumpItemNull .dumpItemValue {
    color: #006BC6;
}
.debugDump .dumpItem.dumpItemInteger .dumpItemValue {
    color: #F65529;
}
.debugDump .dumpItem.dumpItemArray > .dumpControl {
    visibility: visible;
}
.debugDump .dumpItem.dumpItemObject > .dumpControl {
    visibility: visible;
}
.debugDump .dumpItem > .dumpChildContent {
    display: none;
}
.debugDump .dumpItem .dumpKeyword {
    color: #006BC6;
}


/* Сообщения */
.boonNotice {
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 1px solid #eeeb04;
    background: #fffea7;
}
.boonNotice p {
    margin: 0;
    padding: 0;
}
.boonNotice.error {
    border: 1px solid red;
    background: #ffc4af;
}
.boonNotice.success {
    border: 1px solid #008000;
    background: #a4ffa8;
}

/* Контент с вкладками */
.boonTabs {

}
.boonTabs header {
    border: 1px solid #cccccc;
    height: 34px;
    border-radius: 4px 4px 0px 0px;
    position: relative;
    margin: 20px 0 0 0;
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") 0 -1249px;
}
.boonTabs header .tabs {
    list-style: none;
    font-size: 0px;
    margin: 0 0 0 10px;
    padding: 0;
}
.boonTabs header .tabs li {
    font-size: 13px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 30px;
    cursor: pointer;
    margin: -9px 5px 0 0;
    padding: 12px 15px 0 15px;
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") repeat-x 0 -1247px;
    border-radius: 4px 4px 0px 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.boonTabs header .tabs li.active {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") repeat-x 0 -2474px;
}
.boonTabs header .controls, .boonContent header .controls {
    position: absolute;
    right: 0px;
    top: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 30px;
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") repeat-x 0 -2479px /*-1247px*/;
    padding: 12px 15px 0 15px;
    font-size: 0px;
    margin: -14px -1px 0 0;
    border-radius: 4px 4px 0px 0px;
}
.boonTabs header .controls li, .boonContent header .controls li {
    width: 20px;
    height: 18px;
    display: inline-block;
    margin: 0 2px 0 4px;
    border-radius: 5px;
    padding: 1px;
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") repeat-x 0 -1713px;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #fff inset, 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.boonTabs header .controls li:hover, .boonContent header .controls li:hover {
    background: #f0f0f0;
}
.boonTabs header .controls li a, .boonContent header .controls li a {
    width: 20px;
    height: 18px;
    display: inline-block;
    font-size: 12px;
}
.boonTabs header .controls li.settings a, .boonContent header .controls li.settings a {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") no-repeat 1px -854px;
}
.boonTabs header .controls li.add a, .boonContent header .controls li.add a {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") no-repeat 3px -1615px;
}
.boonTabs header .controls li.edit a, .boonContent header .controls li.edit a {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") no-repeat 3px -1518px;
}
.boonTabs header .controls li.delete a, .boonContent header .controls li.delete a {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") no-repeat 5px -1545px;
}
.boonTabs header .controls li.list a, .boonContent header .controls li.list a {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") no-repeat 1px -4111px;
}
.boonTabs header .controls li.common, .boonContent header .controls li.common {
    width: auto;
}
.boonTabs header .controls li.common a, .boonContent header .controls li.common a {
    width: auto;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 1px 10px 0 10px;
}
.boonTabs .contents {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: none;
}
.boonTabs .contents .content {
    padding: 15px 10px 10px 10px;
    position: relative;
}
.boonTabs footer {

}

/* Простой контент */
.boonContent {

}
.boonContent header {
    border: 1px solid #cccccc;
    height: 34px;
    border-radius: 4px 4px 0px 0px;
    position: relative;
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") 0 -1249px;
}
.boonContent header .title {
    margin: 9px 0 0 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.boonContent .content {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: none;
    padding: 10px;
    position: relative;
}
.boonContent .content table.couples {
    width: 100%;
    border-collapse: collapse;
}
.boonContent .content table.couples tr {

}
.boonContent .content table.couples tr:nth-child(2n) {

}
.boonContent .content table.couples tr td {
    padding: 2px 0 2px 0;
    text-align: center;
}
.boonContent .content table.couples tr td.key {
    width: 25%;
}
.boonContent .content table.couples tr td.value {
    width: 50%;
}
.boonContent .content table.couples tr td.comment {
    width: 20%;
}
.boonContent .content table.couples tr td.control {
    width: 5%;
}
.boonContent .content table.couples tr td input[type=text] {
    width: 95%;
    margin: 0px;
}



/* Popup */
#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1110;
    background: #000000;
    opacity: 0.5;
    top:0;
    left:0;
    display: none;
}
.boonPopup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 3px 30px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 3px 30px 0px rgba(50, 50, 50, 0.3);
    background: #ffffff;
    border-radius: 12px;
    z-index: 1111;
}
.boonPopup.addCategory {
    width: 400px;
    height: 250px;
    margin: -125px 0 0 -200px;
}
.boonPopup .title {
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") repeat-x 0 -1248px;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    color: #000000;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #cccccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.boonPopup .title .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("/bitrix/panel/main/images/bx-admin-sprite-small-1.png") repeat-x 0 -3392px;
}
.boonPopup .title .loader {
    position: absolute;
    width: 50px;
    right: 45px;
    top: 10px;
    display: none;
}
.boonPopup .content {
    padding: 10px;
}
.boonPopup .content.form {

}
.boonPopup .content.form .row {
    text-align: center;
    margin: 0 0 5px 0;
}
.boonPopup .content.form .row.button {
    margin: 10px 0 0 0;
}
.boonPopup .content.form .row input[type=text],
.boonPopup .content.form .row textarea {
    width: 250px;
    resize: none;
}
/*
     */
/*
*/