/***********************************
 *                                 *
 * GENERAL ELEMENTS OF THE CONTENT *
 *                                 *
 ***********************************/

.content a:hover {
	color: #ffc50a;
}

.content label,
.content .help {
	display: none;
}

.content .field {
	display: block;
	float: left;
}

.content input,
.content select,
.content textarea {
	border: 0;
	outline: 0;
	font-family: FontAwesome, Gotham Light;
	color: #d7d9dc;
}


.content input[type="submit"],
.content input[type="text"],
.content input[type="email"],
.content input[type="password"],
.content select { 
	-webkit-appearance: none;
	-moz-appearance: none;
}

@-moz-document url-prefix() {
	.content select { 
		text-indent: 0.01px;
		text-overflow: "";
	}
}


.content option,
.content select,
.content input[type="submit"],
.content textarea {
	background: #282425;
}

.content input,
.content input[type="submit"],
.content option,
.content select {
	cursor:pointer;
}

.content input[type="text"],
.content input[type="password"],
.content input[type="email"]/*,
.content select */
{
	background: transparent;
}

.content input[type="text"],
.content input[type="password"],
.content input[type="email"] {
	cursor: text;
}

.content select:hover {
	color: #ffc50a;
}

.content article {
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
}

.content .errors {
	color: #ff0000;
}

.content .warning {
	color: #ffc50a;
}

.content .input span {
	font-size: 10pt;
}

/**********
 * SLIDER
 **********/
.slideshow-main {
	border-top: dashed 1px #555555;
	border-bottom: dashed 1px #555555;
}

.slideshow-scroll {
	overflow-x: auto;
	margin: 10px;
	width:  820px;
	height: 240px;
	white-space: nowrap;
}

.slideshow-scroll .card {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 220px;
	height: 185px;
	margin:  10px;
	padding: 5px 10px;
	background: #282425;
}

.slideshow-scroll .card .field {
	width: 180px;
	margin: 2px;
	padding: 5px;
	background-color: #302B2D;

}

/********
 * TABS
 ********/
.tab {
	background: #1e1e1e;
	height: 40px;
}

.tab ul li a {
	float: left;
	text-align: center;
	padding: 10px;
	height: 20px;
}

.tab ul li :hover,
.tab-active {
	background: #282425;
	   -moz-box-shadow: inset 0 -1px 0 0 #ffc50a;
	-webkit-box-shadow: inset 0 -1px 0 0 #ffc50a;
			box-shadow: inset 0 -1px 0 0 #ffc50a;
}

.tab-content {
	margin: 20px 0 20px 0;
}

/*********
 * TABLE
 *********/
.table {
	text-align: left;
}

.table ul {
	width: inherit;
	max-height: 300px;
	overflow: auto;
}

.table li {
	float: left;
	height: 30px;
	padding: 5px;
	margin-bottom: 1px;
}

.table-inactive-content .column,
.table-content .column,
.table-footer .column {
	background: #1e1e1e;
}

.table-inactive-content li,
.table-inactive-content li a{
	color:#4c4c4c;
}

.table-inactive-content .column,
.table-content .column {
	background: #1e1e1e;
	border-bottom: dashed 1px #555555;
}

/**************
 * COLUMN-PART
 **************/
.column-part {
	float: left;
	width: 50%;
}

/*********
 * BLOCK
 *********/
.block {
	background: #282425;
	width: 90%;
	padding: 20px 0;
	text-align: center;
}

/********
 * LIST
 ********/
.list {
	background: #1e1e1e;
	width: 90%;
	font-size: 14px;
}

.list li {
	padding: 2px 5px;
	border-top: dashed 1px #555555;
	min-height: 18px;
}

/*********
 * STATUS
 *********/
.status-line {
	text-align: left;
	margin: auto;
}

.status-color-light {
	height: 8px;
	width: 8px;
	border: 1px solid;
	border-radius: 5px;
	float: left;
	margin: 4px 20px;
}

.status-text {
	display: inline-block;
	width: 85%;
}

.status-active {
	background: green;
}

.status-inactive {
	background: red;
}

.status-warning {
	background: orange;
}

/*************
 * DIALOG BOX
 *************/
.dialog-box {
	position: fixed;
	padding:15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 3px solid #ffc50a;
	background: #282425;
	display: none;
	z-index: 2000;
}

.dialog-box p {
	text-align:center;
	padding: 15px 5px;
}

.dialog-box table {
	width:295px;
	text-align:left;
}

.dialog-box ul{
	list-style: disc;
	padding-left: 20px;
}

.dialog-box li {
	list-style-type:square;
	padding-left: 5px;
	margin-left: 15px;
}

.dialog-box select {
	width:275px;
	text-align:left;
}

.dialog-box form {
	text-align:center;
}

.dialog-box form input {
	outline: 0;
	font-family: Gotham Light;
	color: #d7d9dc;
	cursor:pointer;
	width: 80px;
	padding: 5px;
	margin: 5px 5px 15px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #d7d9dc;
	background: #282425;
}

.dialog-box label {
	border:1px solid #ccc;
	padding:5px;
	margin:3px 0 0 15px;
	display:block;
	width: 250px;
}


.dialog-box label:hover {
	background:#eee;
	cursor:pointer;
}

.regular-checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	width: 10px;
	margin: 1px 0 0 0;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.dialog-box input:hover {
	color: #ffc50a;
	border: 1px solid #ffc50a;
}

/*****************
 * POP-UP WINDOW
 *****************/
.pop-up-window {
	position: absolute;
	width:90%;
	margin: 200px 0;
	/*top: 0;
	left: 0;*/
	border: 3px solid #ffc50a;
	text-align:center;
	background: #282425;
	/*visibility: hidden;*/
	display: none;
	z-index: 2000;
}

.pop-up-window p {
	padding: 15px 5px;
}

.pop-up-window input {
	outline: 0;
	font-family: Gotham Light;
	color: #d7d9dc;
	cursor:pointer;
	width: 80px;
	padding: 5px;
	margin: 5px 5px 15px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #d7d9dc;
	background: #282425;
}

.pop-up-window input:hover {
	color: #ffc50a;
	border: 1px solid #ffc50a;
}

/*****************
 * TITLE
 *****************/
.subsection-title {
	background: #282425;
	   -moz-box-shadow: inset 0 -1px 0 0 #ffc50a;
	-webkit-box-shadow: inset 0 -1px 0 0 #ffc50a;
			box-shadow: inset 0 -1px 0 0 #ffc50a;

	text-align: center;
	padding: 10px;
	margin: 50px 0 20px 0;
}

/* TEMPLATE KEYS INSTALLATIONS INFO */

a.show-installations {
	cursor: pointer;
}

#installations-window {
	position: absolute;
	top: 0;
}

#installations-window #list-installations {
	clear: both;
	overflow: auto;
	height: 300px;
	margin: 5px auto 10px auto;
	display: block;
	background-color: #282425;
	color: #d7d9dc;
	resize: vertical;
	padding: 20px;
	border: 1px solid #d7d9dc;
	text-align: left;
}

#installations-window #list-installations ul {
	padding-bottom: 30px;
}

#installations-window .scroll-track {
	background: transparent;
}

#installations-window .vertical-bar.scroll-track {
	margin-top: 10px;
}

#installations-window .hozizontal-bar.scroll-track {
	margin-left: 10px;
}

#installations-window .scroll-handle {
	background: #1e1e1e;
}

#installations-window #list-installations li {
	list-style-type: disc;
	padding: 5px;
	margin-left: 20px;
}

#installations-window #list-installations .duplicated-installation {
	color: red;
}

#installations-window .installation-date {
	display: inline-block;
	min-width: 180px;
}

.refresh-image {
	width: 16px;
	height: 16px;
	display: block;
	background-image : url("/assets/images/refresh_normal.png");
}
.refresh-image:hover:not(.refresh-image-loading) {
	background-image : url("/assets/images/refresh_hover.png");
	cursor: pointer;
}
.refresh-image-loading {
	background-image : url("/assets/images/loader3.gif");
}


/**************
 * FILE BUTTON
 **************/

.file-button,
.file-button-fake {
	margin: 20px 0;
	position: absolute;
	width: 200px;
}

.file-button {
	opacity: 0;
	z-index: 2;
	padding-top: 5px;
	cursor: pointer;
}

.file-button-fake {
	padding: 5px 10px 5px 10px;
}

.fav-card {
	border: 1px solid #ffc50a;
}

.favicon-checkbox {
    display:none;
}

.favicon-checkbox + label{
    background:url('/assets/images/csscheckbox.png') no-repeat;
    height: 24px;
    width: 24px;
    display:inline-block;
}

.favicon-checkbox:checked + label{
    background:url('/assets/images/csscheckbox.png') no-repeat;
	background-position: 0 -24px;
    height: 24px;
    width: 24px;
    display:inline-block;
}
