/*
 Composr
 Copyright (c) ocProducts, 2004-2016
*/







/* Global */

#installer_body {
	background-image: linear-gradient(to bottom, #2258a9, #5476a9);
	background-image: -o-linear-gradient(top, #2258a9, #5476a9);background-image: -o-linear-gradient(to bottom, #2258a9, #5476a9);
	background-image: -webkit-linear-gradient(top, #2258a9, #5476a9);background-image: -webkit-linear-gradient(to bottom, #2258a9, #5476a9);
	background-image: -ms-linear-gradient(to bottom, #2258a9, #5476a9);
	background-image: -moz-linear-gradient(top, #2258a9, #5476a9);background-image: -moz-linear-gradient(to bottom, #2258a9, #5476a9);
	background-color: #5476a9; 
	background-repeat: no-repeat;
}

.installer_main {
	text-align: center;
	margin: 2.5em 0 1em 0;
}

.installer_main img {
	display: inline-block;
	box-shadow: 0 0 25px 2px #6b81a1;
	-o-box-shadow: 0 0 25px 2px #6b81a1;
	-webkit-box-shadow: 0 0 25px 2px #6b81a1;
	-ms-box-shadow: 0 0 25px 2px #6b81a1;
	-moz-box-shadow: 0 0 25px 2px #6b81a1;
	margin-bottom: 2.6em;
}

.installer_main_inner>.box {
	box-shadow: 0 0 25px 2px #6b81a1;
	-o-box-shadow: 0 0 25px 2px #6b81a1;
	-webkit-box-shadow: 0 0 25px 2px #6b81a1;
	-ms-box-shadow: 0 0 25px 2px #6b81a1;
	-moz-box-shadow: 0 0 25px 2px #6b81a1;
}

.installer_main_inner {
	width: 80%;
	margin: 0 10%;
}

.installer_main_min {
	min-height: 350px;
}

.installer_main_min th, .installer_main_min td {
	vertical-align: middle;
}

.installer_version {
	margin-top: 25px;
	font-size: 0.8em;
	text-align: center;
}

.installer_version,
.installer_version a,
.installer_version a:visited {
	color: #ffffff;
}

.installer_version a:hover {
	color: #eeeeee;
}

/* Re-used */

.installer_left_column {
	width: 40%;
}

.installer_right_column {
	width: 60%;
}

.installer_input_left_column {
	width: 30%;
}

.installer_input_right_column {
	width: 70%;
}

.long_warning ul {
	overflow: auto;
	max-height: 400px;
}

.long_warning li {
	list-style-type: circle;
}

.installer_warning, .installer_notice {
	background: #ffffff;
	border: 1px solid #c1cee3;
	padding: 1em;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
}

.installer_warning {
	color: #cc0000;
}

.installer_notice {
	color: #007A00;
}

.up_alert {
	text-transform: uppercase;
}

.radio_horiz_spacer {
	padding-left: 2em;
}

.actions_list_strong {
	font-weight: bold;
}

textarea.mono_textbox {
	font-family: Courier, monospace;
}

.popup_blocker_warning {
	color: #cc0000;
}

/* Step 1 */

#install_welcome {
	background-color: #dce2eb;
	border: 1px solid #8497b3;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	padding: 0.5em 0;
	margin: 2em 0;
}

#install_newsletter {
	border: 1px dotted #6b81a1;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 15em;
	float: right;
	margin-left: 15px;
	background-color: #eaeff6;
	padding: 5px;
}

/* Step 2 */

.installer_terms_title {
	padding: 1em 0 1.5em 1em;
}

.installer_cms_licence {
	margin-bottom: 2em;
}

/* Step 3 */

.installer_forums {
	text-align: left;
	border: 1px solid #6b81a1;
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
}

.installer_forums th {
	padding: 0;
}

.installer_forums td {
	vertical-align: top !important;
	padding: 1em;
}

.installer_forums th>div {
	text-align: left;
	width: 75%;
	height: 100%;
	margin: 0 auto;
	border-bottom: 1px dotted #6b81a1;
	font-weight: bold;
	padding: 0.5em;
	background-color: #f2f5f9;
}

.installer_forums th>div.left {
	border-left: 1px dotted #6b81a1;
	float: right;
}

.installer_forums th>div.right {
	border-right: 1px dotted #6b81a1;
	float: left;
	text-align: right;
}

.installer_forum_list {
	background-color: #eaeff6;
	width: 65%;
	border-right: 1px dotted #6b81a1;
}

.installer_forum_version {
	background-color: #eaeff6;
}

/* Step 4 */

.installer_section {
	text-align: left;
	width: 75%;
	margin: 2em auto;
}

.installer_section kbd {
	word-wrap: break-word;
}

/* After Step 4 */

.install_log_table {
	border: 1px dashed #4b5a71;
	border-collapse: collapse;
	display: inline-block;
	background-color: #dce2eb;
	color: #2a3d5a;
	padding: 1em;
	margin: 1em;
}

.install_log_table>p:first-child {
	margin-top: 0;
}

.installer_completed_calltoaction {
	margin-top: 1em;
	font-size: 1.1em;
}

/* Step 10 */

.installer_done_thanks {
	float: right;
	margin-right: 0.5em;
}
