/* GENERAL */
body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
}

a {
	color: #0AA1E2;
	text-decoration: none;
}

.errorMessage {
	width: 100%;
	text-align: center;
	margin-top: 30%
}

.icon-upgrade {
	background-image: url(images/configBackend/upgrade_weiss.png);
}

/* CONTENT */
#separator {
    height: 30px;
    width: 1px;
    background: #4f4f4f;
    border-right: 1px solid #838383;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 30px;
}

#content {
	padding: 50px;
	float: right;
	width: 88%;
	/*position:absolute;*/
	height: 100% !important;
}

#main_content_wrapper {
	bottom: 0;
	height: auto;
	left: 180px;
	max-width: 100%;
	overflow: auto !important;
	position: absolute;
	right: 0;
	top: 160px;
	float: left;
}

#main_info {
	width: 90%;
	padding: 3% 5% 0%;
	float: left;
	z-index: 99;
	position: absolute;
}

#main_content {
	background-color: #fff;
	min-width: 90%;
	padding: 20px 5%;
	position: absolute;
	width: 88%;
}

#content_text {
	white-space: normal;
	width: 550px;
}

#content_header {
	margin-bottom: 40px;
	width: 100%;
}

#content_header p {
	color: #6d6d6d;
	font-size: 16pt;
	float: left;
	margin: 0;
}

#content_vseparator {
	height: 24px;
	width: 2px;
	background: #eaeaea;
	border-left: 1px solid #6d6d6d;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

#content select {
	width: 200px;
	height: 200px;
	border-color: #C3C3C3;
	border-style: solid;
	border-width: 1px;
}

.hint {
	color: #888888;
	font-size: 15px;
	font-style: italic;
}

.text_blue {
	color: #67a9cf;
}

#sidebar {
	padding: 20px 20px 20px 0;
}

#footer {
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

#logo {
	padding: 10px 20px;
	font-size: 200%;
}

#backendSetup {
	width: 180px;
	float: left;
}

#myBackends{
	position: relative;
	height: 48px;
	width: 100px;
	line-height: 50px;
	cursor: pointer;
}

#backendName p {
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    min-height: 10px;
    max-height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-left: 10px;
}
#isTrialToolTip{
	font-size: 11px;
    color: #e6635f;
    font-weight: bold;
}
#backendName img {
    position: absolute;
    right: -20px;
    top: 15px;
}

div.flash-error, div.flash-notice, div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}


div.flash-error,div.flash-notice,div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.tooltipBackendName.ui-tooltip{
	background-color: #EFEFEF;
	background-image: none;
	padding: 5px 20px 5px 20px;
	box-shadow: 0px 0px 10px 1px #bbb;
}

div.tooltipBackendName .tooltipHeader{
	font-size: 11px;
}

div.tooltipBackendName .tooltipNameValue{
	font-weight: bold;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span {
	font-weight: bold;
}

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet {
	
}

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #EFFDFF;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #0066A4;
}

.operations li a:hover {
	background: #80CFFF;
}

.edge {
	/*width: 120px;*/
	min-width: 100px;
	height: 20px;
	/*float: right;*/
	background: #6d6d6d; /* default color */
	background: -moz-linear-gradient(45deg, #6d6d6d 0px, transparent 0px),
		-moz-linear-gradient(135deg, #6d6d6d 0px, transparent 0px),
		-moz-linear-gradient(225deg, #6d6d6d 0px, transparent 0px),
		-moz-linear-gradient(315deg, transparent 30px, #6d6d6d 0px);
	background: -o-linear-gradient(45deg, #6d6d6d 0px, transparent 0px),
		-o-linear-gradient(135deg, #6d6d6d 0px, transparent 0px),
		-o-linear-gradient(225deg, #6d6d6d 0px, transparent 0px),
		-o-linear-gradient(315deg, transparent 30px, transparent 0px);
	background: -webkit-linear-gradient(45deg, #6d6d6d 0px, transparent 0px),
		-webkit-linear-gradient(135deg, #6d6d6d 0px, transparent 0px),
		-webkit-linear-gradient(225deg, #6d6d6d 0px, transparent 0px),
		-webkit-linear-gradient(315deg, transparent 30px, #6d6d6d 0px);
	background: -ms-linear-gradient(45deg, #6d6d6d 0px, transparent 0px),
		-ms-linear-gradient(135deg, #6d6d6d 0px, transparent 0px),
		-ms-linear-gradient(225deg, #6d6d6d 0px, transparent 0px),
		-ms-linear-gradient(315deg, transparent 30px, #6d6d6d 0px);
}

.loading {
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	float: left;
	margin-right: 10px;
	margin-top: -5px;
	display: none;
	background-position: center center;
}

.editor_loading {
	position: absolute;
	z-index: 10;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.editor_loading span {
	background-color: #fff;
	border-radius: 50px;
	color: #87c173;
	line-height: 50px;
	padding: 6px;
	text-align: center;
	font-size: 16px;
	display: none;
}

.dialogContent {
	display: none;
}

.topbar {
	height: 20px;
}

.topbar h3 {
	margin: 0;
	width: 100px;
	float: left;
}

.tip_box {
	background-color: #f7f6d1;
	padding: 10px;
	border: 1px solid #6d6d6d;
	width: auto;
	position: relative;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

.arrow_lefttop:after {
	position: absolute;
	content: "";
	border-style: solid;
	left: -15px;
	top: 0;
	border-width: 0 10px 0 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #f7f6d1;
	border-bottom: 15px solid transparent;
}

.arrow_lefttop:before {
	position: absolute;
	content: "";
	border-style: solid;
	left: -17px;
	top: -1px;
	border-width: 0 916px 0 0;
	border-top: 16px solid transparent;
	border-right: 16px solid #6d6d6d;
	border-bottom: 16px solid transparent;
}

.arrow_leftcenter:after {
	position: absolute;
	content: "";
	border-style: solid;
	left: -15px;
	top: 0;
	border-width: 0 10px 0 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #f7f6d1;
	border-bottom: 15px solid transparent;
}

.arrow_leftcenter:before {
	position: absolute;
	content: "";
	border-style: solid;
	left: -17px;
	top: -1px;
	border-width: 0 916px 0 0;
	border-top: 16px solid transparent;
	border-right: 16px solid #6d6d6d;
	border-bottom: 16px solid transparent;
}

#searchInput {
	z-index: 1;
}

#searchInput input {
	border: 1px solid #c3c3c3;
	background-color: white;
}

#categorieInput {
	z-index: 1;
}

#categorieInput input {
	border: 1px solid #c3c3c3;
	background-color: white;
}

.activeMenu {
	background-color: #e6f4fd !important;
}

.button {
	background-color: #67a9cf !important;
	padding: 9px 9px 9px 40px !important;
	color: #fff !important;
	border: medium none !important;
	border-radius: 6px !important;
	/*box-shadow: 0 8px 0 #3087b2, 0 10px 3px rgba(0, 0, 0, 0.3);*/
	cursor: pointer !important;
	background-repeat: no-repeat !important;
	background-position: 9px center !important;
	text-align: center !important;
	min-width: 100px !important;
	margin: 0 5px 5px 5px !important;
	font-size: 15px !important;
	min-height: 40px;
}

.button-o-icon {
	padding: 9px !important;
}

.button-disabled {
	background-color: #ececec !important;
	padding: 9px 9px 9px 40px !important;
	color: #fff !important;
	border: medium none !important;
	border-radius: 6px !important;
	background-repeat: no-repeat !important;
	background-position: 9px center !important;
	text-align: center !important;
	min-width: 100px !important;
	margin: 0 5px 5px 5px !important;
	font-size: 15px !important;
}

.button-small {
	background-color: #67a9cf !important;
	/*padding: 9px 5px 9px 40px;*/
	color: transparent !important;
	border: medium none !important;
	border-radius: 6px !important;
	/*box-shadow: 0 8px 0 #3087b2, 0 10px 3px rgba(0, 0, 0, 0.3);*/
	cursor: pointer !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	width: 35px !important;
	height: 35px !important; /*mit box-shadow: 30px*/
	font-size: 15px !important;
}

.button-slide {
	background-color: #67a9cf !important;
	padding: 0px 0px 0px 20px;
	/*box-shadow: 0 8px 0 #3087b2, 0 10px 3px rgba(0, 0, 0, 0.3);*/
	border: medium none !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	background-repeat: no-repeat !important;
	height: 35px; /*mit box-shadow: 30px*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: 2px !important;
	padding-left: 20px;
	font-size: 15px !important;
}

.button:HOVER, .button:ACTIVE, .button-small:HOVER, .button-small:ACTIVE,
	.button-slide:HOVER, .button-slide:ACTIVE, .dialog-cancel-btn:HOVER,
	.dialog-ok-btn:HOVER, .dialog-ok-btn:FOCUS {
	background-color: #3087b2 !important;
	/*box-shadow: 0 8px 0 #67a9cf, 0 10px 3px rgba(0, 0, 0, 0.3);*/
}

.dialog-btn {
	float: right;
	padding-right: 30px;
}

.widget-btn {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.dialog-cancel-btn {
	background-image: url(images/cancel_weiss.png) !important;
}

.dialog-ok-btn {
	background-image: url(images/ok_weiss.png) !important;
}

.icon-delete-mini {
	background-image: url(images/configBackend/delete_weiss.png);
}

.icon-delete-header {
	margin-top: -5px;
}

.icon-delete-all {
	background-image: url(images/delete_all_weiss.png);
	background-position: 4px 5px;
}

.yiiLog {
	position: absolute;
	top: 1200px;
}

/* ON OFF SWITCH */
.onoffswitch {
	position: relative;
	width: 59px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #FFFFF;
	border-radius: 4px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 24px;
	padding: 0;
	line-height: 24px;
	font-size: 12px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 7px;
	background-color: #67A9CF;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 7px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 15px;
	margin: 4.5px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	background: #FFFFFF;
	border: 2px solid #FFFFF;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/* MESSAGES */
.error-block, .editable-error-block {
	max-width: 300px;
	white-space: normal;
	word-wrap: break-word;
	width: auto;
}

.success-block, .editable-success-block {
	background-color: rgba(135, 193, 115, 0.2);
	margin: 5px 0 0;
	max-width: 300px;
	white-space: normal;
	width: auto;
	padding: 10px;
	border: 1px solid #87c173;
	border-radius: 5px;
	box-shadow: 0px 3px 1px rgba(135, 193, 115, 0.2) inset, 0px 2px 0px
		rgba(135, 193, 115, 0.8);
	color: #639d4f !important;
	opacity: 0.80;
}

.info-block, .editable-info-block {
	margin: 5px 0 0;
	max-width: 300px;
	white-space: normal;
	width: auto;
	padding: 10px;
	font-size: 15px !important;
}

/* accordions */
.ui-accordion .ui-accordion-header {
	background-color: #fff !important;
	color: #6d6d6d !important;
	border: 0px solid #fff !important;
	border-bottom: 1px solid #6d6d6d !important;
}

.ui-accordion-header {
	margin-top: 0px !important;
}

.ui-accordion-header-active {
	color: #6d6d6d !important;
	border: 0px solid #fff !important;
	border-bottom: 1px solid #6d6d6d !important;
}

.ui-accordion-header .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png) !important;
}

.deployStateChangedMsg{
	width: 280px;
}

span.tooltipNameValue,span.tooltipHeader {
	word-wrap: break-word;
}

.small-delete {
    background-image: url('images/submenu/icon_module_delete.png');
}
.cfg-key-delete{
	cursor: pointer;
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 2px;
}
.cfg-filename{
	float: left;
	margin-right: 5px;
}


.swipebox img{
	height: 70px;
	padding: 5px 10px 5px 0;
}
.picker{
	z-index: 9000 !important;
}