/*
	hover : #96d9d6,

*/

*, *:focus {
	outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	z-index:1;
 }

html, body {
	min-height: 100%;
}
body {
	font-family: 'Helvetica Neue', Arial;
}
body.dashboard #content {
	width: auto;
}
body.dashboard #content-main {
	background: #f8f8f8;
	padding: 10px;
}
body.dashboard #content-main, body.dashboard #content-related {
	box-shadow: rgba(0, 0, 0, 0.137255) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.117647) 0px 1px 5px 0px;
}
h2 {
	font-weight:300;
	font-size:20px;
	margin-top: 10px;
}
body.dashboard #content h1 {
	visibility: hidden;
}
#sidebar {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 198px;
	height: 100%;
	z-index: 2000;
	background: #fafafa;
	border-right: 2px solid #2fbeb8;
	box-shadow: rgba(0, 0, 0, 0.137255) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.117647) 0px 1px 5px 0px;
}
#content, #header, .breadcrumbs, ul.messagelist {
	margin-left: 200px;
}
body.login #sidebar {
	display: none;
}
body.login #content, body.login #header, body.login .breadcrumbs {
	margin-left: 0;
}
#header {
	background: #15908a;
	color:white;
}
div.breadcrumbs {
	background: #145a57;
	color: #2fbeb8;
}
div.breadcrumbs a:focus, div.breadcrumbs a:hover {
	color: #96d9d6;
	text-decoration: underline;
}
#branding h1 {
   	color: white;
}
#user-tools a:focus, #user-tools a:hover{
	border-bottom-color: #96d9d6;
    color: #96d9d6;
}

.module h2, .module caption, .inline-group h2 {
	background: #145a57;
}
a:link, a:visited {
	color: #444;
}
.button:active, input[type=submit]:active, input[type=button]:active, .button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=button]:hover, .button, input[type=submit], input[type=button], .submit-row input, a.button {
	background: #2fbeb8;
}
.button.default:active, input[type=submit].default:active, .button.default:focus, input[type=submit].default:focus, .button.default:hover, input[type=submit].default:hover, .button.default, input[type=submit].default, .submit-row input.default {
	background: #2fbeb8;
}
.object-tools a:link, .object-tools a:visited {
	background-color: #c8c8c8;
}
.object-tools a:hover {
	background-color: #96d9d6;
}
.submit-row {
	border : none;
	border-top: 1px solid #ddd;
    border-radius: 0px;
}
.submit-row a.deletelink {
    background: #ed3b3b;
}  
ul.nav {
	margin: 0;
	padding: 0;
}
ul.nav li
{
	list-style-type: none;
	margin: 0;
	padding: 10px 15px;
	font-size: 12px;
	color: #999;
}
ul.nav li a {
	font-size: 15px;
	color: #555;
	display: block;
}
ul.nav li a:hover {
	color: #000;
}
ul.nav li a:focus {
	text-decoration: none;
}
ul.nav > li {
	background: #fff;
	margin: 5px 0;
	border: 1px solid #eee;
}
ul.nav span{
	margin-right: 4px;
    vertical-align: middle;
}
ul.nav ul {
	padding-left: 15px;
}
ul.nav ul li {
	padding: 5px 10px;
}
.language-selector {
	float:right;
	margin-left: 20px;
}
.language-selector select {
	-webkit-appearance: none;
	outline: none;
}
.paginator a:link, .paginator a:visited {
    padding: 2px 6px;
    background: #15908a;
    text-decoration: none;
    color: #fff;
}
.paginator a:hover {
    background: #2fbeb8;
}

/* filter style */
.filter{
    border: 1px solid #2fbeb8 !important;
}
.filter h2{
    background-color: #2fbeb8 !important;
}
.is-startrange .pika-button, .is-endrange .pika-button {
    background: #145a57 !important;
}
.pika-button:hover {
    background: #2fbeb8 !important;
}
.clockpicker-popover .text-primary {
    color: #2fbeb8 !important;
}
.clockpicker-popover .clockpicker-svg line {
	stroke: #2fbeb8 !important;
} 
.clockpicker-popover .clockpicker-svg circle{
	fill: #99e6e2 !important;
}

/* Swift */
.download-button {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	font-size: 12px;
	width: auto;
	background-color: #2fbeb8;
	color: #fff !important;
	text-decoration: none !important;
}
.download-button:active {
	background-color: #248f89;
}


#changelist {
    display: block;
}