/*
|---------------------------------------------------------------
| INDUAL CI FRAMEWORK
| http://www.indual.ch
|---------------------------------------------------------------
|
| Main stylesheet: style.css
|
*/


/* Basic */

body {
	color: #666;
	background-color: white;
}


.filter {
	background: #e6e6e6;
}


.navbar-header h1#app_title {
	padding-left: 25px;
}

.navbar-minimalize {
	display: none;
}

.nav > li > a i {
    width: 14px;
}



.newsticker {
	padding-right: 30px;
}

.event_date {
	font-weight: bold;
}

.event-active {
	background: rgb(242, 255, 242);
}
.event-inactive {
	background: rgb(255, 242, 242);
	opacity: 50%;
}

.modal-dialog {
	width: 900px;
}
.modal-footer {
	text-align: left;
}

#page-wrapper {
	border-left: 2px solid #1d1d1b;
}

#page-wrapper,
#page-wrapper .navbar,
#page-wrapper > div.row {
	-webkit-box-shadow: inset 9px 0px 10px -10px rgba(123,131,137,1);
	-moz-box-shadow: inset 9px 0px 10px -10px rgba(123,131,137,1);
	box-shadow: inset 9px 0px 10px -10px rgba(123,131,137,1);
}

.template-tag {
	font-size: 100%;
}


.logo {
	width: 160px;
	margin-top: 25px;
}

.page-heading {
	padding-bottom: 15px;
}

.page-heading h1 {
	color: #7dbb27;
}

.text-status {
	font-weight: bold;
}

.text-success {
    color: #3c763d;
}
.text-warning {
    color: orange;
}
.text-danger {
    color: red;
}

a {
	color: black;
}
a:hover,
a:focus,
a:active {
	color: #7c8388;
}

:focus {
	outline: 0;
}

.pace .pace-progress {
	background: #7c8388;
}

h1#app_title {
	float: left;
	font-size: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}


.ibox-title,
.ibox-footer {
	padding-left: 20px;
	padding-right: 20px;
}

.independent-wrapper {
	margin-right: -15px;
    margin-left: -15px;
}

.independent-wrapper .ibox .ibox-title,
.independent-wrapper .ibox .ibox-content {
	padding-left: 25px;
	padding-right: 25px;
}

.wrapper-content {
	padding-left: 0;
	padding-right: 0;
}


.ibox-title {
	border-color: #bbb;
}


.customer_list {
	width: 200px;
}
.tv_dashboard_list {
	width: 100%;
}


.alert {
	margin-top: 15px;
}

.buttons {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #eee;

}

/* Logo & Navigation */

#navbar-logo {
	height: 170px;
	text-align: center;
	color: white;
	padding-top: 20px;
}

#login-logo img {
	width: 230px;
	margin-bottom: 30px;
}

#navbar-logo img#logo {
	max-width: 160px;
}

.mini-navbar #navbar-logo img#logo {
	display: none;
}

a.navbar-minimalize:focus,
a.navbar-minimalize:active {
	color: white;
}

.navbar-default .nav > li > a {
	color: black;
}

.navbar-default .nav > li a:hover,
.navbar-default .nav > li.active {
	background: #7dbb27 !important;
	color: black;
	border: none;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:hover {
	color: white;
	background: #1d1d1b !important;
}
.navbar-default .nav > li > a:hover {
	color: white !important;
	background: #999 !important;
}

.navbar-default .nav.nav-second-level li {
	background: #1d1d1a !important;
}

.tabs-container .nav-tabs {
	padding-left: 18px;
	border-bottom: none;
}

.nav-tabs > li > a {
	padding-left: 20px;
	padding-right: 20px;
}


/* Forms */

.btn:hover,
.btn:active,
.btn:focus {
	color: white;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
	background-color: #7dbb27;
	border-color: #7dbb27;
	color: white;
}
.btn-primary:hover {
	background: #1458aa;
	border: 1px solid #1458aa;
	color: white;
}

.form-control:focus {
	border-color: #666 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #7dbb27;
}

.select2-container .select2-selection--single {
	height: 34px;
	border-radius: 0;
	border-color: #e5e6e7;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}

.select2-container,
.select2-dropdown {
	z-index: 3000;
}

.wrapper .select2-container,
.wrapper .select2-dropdown {
	z-index: 2000;
}


.filter .select2-container,
.filter .select2-dropdown {
	z-index: 500;
}

.select2-search,
.select2-search input {
	z-index: 500;
}

.note-editor {
	background: white;
	min-height: 125px;
}


.datepicker {
	z-index: 3010 !important;
}


.input-daterange .form-group {
	width: 100px;
	margin-right: 5px;
}

.input-daterange input {
	padding: 6px 4px;
	text-align: left;
}


.dropzone {
	border: 2px dashed #7dbb27;
	padding: 0;
}
.dropzone .dz-message {
	font-size: 16px;
	font-style: italic;
	margin: 4em 1em;
}
.dropzone .dz-preview {
	margin: 10px 0 0 10px;
}

.dropzone.dz-clickable * {
    cursor: pointer;
}

.dropzone .dz-preview .dz-image,
.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 5px;
	width: 265px;
	height: 70px;
	background: #eee;
}

.dropzone[data-thumbnail="true"] .dz-preview .dz-image,
.dropzone[data-thumbnail="true"] .dz-preview.dz-file-preview .dz-image {
	width: 270px;
	height: 180px;
}


.dropzone .dz-preview .dz-image img {
	width: 100%;
}

.dropzone .dz-preview .dz-details {
	padding: 1em 0.5em;
	font-size: 12px;
}

.dropzone .dz-preview .dz-details .dz-size {
	font-size: 10px;
}

.dropzone .dz-preview .dz-progress {
	top: 70%;
}
.dropzone .dz-preview .dz-remove {
	font-size: 12px;
	color: #666;
}

.dropzone .dz-progress {
	display: none;
}

.dropzone .dz-processing .dz-progress,
.dropzone .dz-success .dz-progress,
.dropzone .dz-complete .dz-progress {
	display: block;
}


.sk-spinner-wave div {
	background-color: #7dbb27;
}


.slider-handle {
	background: #7dbb27;
}
.slider-selection {
	background: #999;
}


/* Tables */

.table_action_row {
	width: 20px;
}
.table_action_row i {
	font-size: 1.1em;
}





/* Content */

.progress {
	background: #eee;
}

.progress-bar {
	background-color: #7dbb27;
}

ul {
	margin-left: -18px;
}

.btn-link:hover {
	color: black;
}


.sortable {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sortable li {
	margin: 0;
	padding: 0;
	display: block;
}
.sortable li .handle {
	cursor: pointer;
}





/* Responsive */


@media (max-width: 1000px) {
	.body-small .navbar-header h1#app_title {
		display: none;
	}
	.body-small .navbar-minimalize {
		display: block;
	}
}



@media (max-width: 580px) {
	h1#app_title {
		display: none;
	}

	.middle-box {
		padding-top: 15px;
	}

	#login-logo img {
		width: 140px;
		margin-bottom: 15px;
	}

	label {
		width: 100%;
	}
	.input_additional_infos {
		width: 100%;
	}

	.buttons a,
	.buttons button {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}

}
