/**
 * @package         Modals
 * @version         11.9.5
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            http://regularlabs.com
 * @copyright       Copyright © 2021 Regular Labs All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
@import "../../regularlabs/less/init.less";
@import "base.less";

#rl_modals_overlay {
	background: #000000;
}

#rl_modals {
	outline: 0;
}

#rl_modals_content {
	margin-top: 20px;
	background: #000000;
}

.rl_modals_iframe {
	background: #ffffff;
}

#rl_modals_error {
	padding: 50px;
	border:  1px solid #cccccc;
}

#rl_modals_loaded_content {
	border:     5px solid #000000;
	padding:    6px 12px;
	background: #ffffff;
}

#rl_modals.is_image #rl_modals_loaded_content, #rl_modals.is_video #rl_modals_loaded_content {
	padding: 0;
}

#rl_modals_title {
	position: absolute;
	top:      -20px;
	left:     0;
	color:    #cccccc;
}

#rl_modals_current {
	position: absolute;
	top:      -20px;
	right:    0px;
	color:    #cccccc;
}

#rl_modals_loading_graphic {
	background: url(../images/colorbox3/loading.gif) no-repeat center center;
}

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

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#rl_modals_previous:active, #rl_modals_next:active, #rl_modals_slideshow:active, #rl_modals_close:active {
	outline: 0;
}

#rl_modals_slideshow {
	position: absolute;
	top:      -20px;
	right:    90px;
	color:    #ffffff;
}

#rl_modals_previous {
	position:    absolute;
	top:         50%;
	left:        5px;
	margin-top:  -32px;
	background:  url(../images/colorbox3/controls.png) no-repeat top left;
	width:       28px;
	height:      65px;
	text-indent: -9999px;
}

#rl_modals_previous:hover {
	background-position: bottom left;
}

#rl_modals_next {
	position:    absolute;
	top:         50%;
	right:       5px;
	margin-top:  -32px;
	background:  url(../images/colorbox3/controls.png) no-repeat top right;
	width:       28px;
	height:      65px;
	text-indent: -9999px;
}

#rl_modals_next:hover {
	background-position: bottom right;
}

#rl_modals_close {
	position:    absolute;
	top:         5px;
	right:       5px;
	display:     block;
	background:  url(../images/colorbox3/controls.png) no-repeat top center;
	width:       38px;
	height:      19px;
	text-indent: -9999px;
}

#rl_modals_close:hover {
	background-position: bottom center;
}

#rl_modals.has_scrollbar #rl_modals_close {
	right: 16px;
}
