
#cboxOverlay{background:url('../../img/coloborbox-icons/overlay.png') repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
/* #cboxTopLeft{width:21px; height:21px; background:url('../../img/coloborbox-icons/controls.png') no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url('../../img/coloborbox-icons/controls.png') no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url('../../img/coloborbox-icons/controls.png') no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url('../../img/coloborbox-icons/controls.png') no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url('../../img/coloborbox-icons/controls.png') left top repeat-y;}
#cboxMiddleRight{width:21px; background:url('../../img/coloborbox-icons/controls.png') right top repeat-y;}
#cboxTopCenter{height:21px; background:url('../../img/coloborbox-icons/border.png') 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url('../../img/coloborbox-icons//border.png') 0 -29px repeat-x;} */
#cboxContent{background:var(--background-secondary); border-radius: 4px; border: 1px solid var(--layout-border);}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:0;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url('../../img/coloborbox-icons/loading_background.png') no-repeat center center;}
#cboxLoadingGraphic{background:url('../../img/coloborbox-icons/loading.gif') no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url('../../img/coloborbox-icons/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url('../../img/coloborbox-icons/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:8px; right:5px; background:url('../../img/coloborbox-icons/close.png') no-repeat 0px 2px; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:0px 2px;}

.lb-img_style #cboxTitle, .lb-video_style #cboxTitle {
    background: var(--background-quaternary);
    border-bottom: 1px solid var(--layout-border);
    position: absolute;
    left: 0;
    text-align: left;
    color: var(--text-default);
    display: block;
    font-size: 1.0833rem;
    font-weight: 700;
    text-indent: 10px;
    line-height: 18px;
    padding: 15px 0;
    width: 100%;
    bottom:0;
}

.lb-img_style #cboxLoadedContent {
    position: relative;
    bottom: 20px;
} 
.lb-img_style #cboxClose {
    top: 10px;
    z-index : 10;
}

.add-package_style #cboxLoadedContent #content-header {
    padding: 5px 24px;

  border-bottom: 1px solid var(--layout-border);

}

.add-package_style #cboxLoadedContent #content-header #data_wrapper {
    padding-top: 20px;
}
.add-package_style#cboxWrapper #cboxClose {
    right: -5px;
}
/* .add-package_style #cboxLoadedContent #content-proxy .int-link_wrapper.cancel {
    margin-top: 15px;
} */
.add-package_style #cboxLoadedContent #content-proxy .fieldset-admin_wrapper {
    margin-left: 20px;
}
.add-package_style #cboxLoadedContent #content-proxy .input_wrapper.fieldset_admin-style:after {
    font-family: 'Material Icons';
    content: "done";
    position: relative;
    top: 14px;
    right: 25px;
    float: right;
    font-size: 18px;
}
