/* W3.CSS 4.10 February 2018 by Jan Egil and Borge Refsnes */
html {
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}


#imixs-content.loading {
	overflow: hidden;
}

#imixs-content.loading .imixs-wait {
	display: block;
}

.loading {
	background: rgba(255, 255, 255, .8) url(../icons/ajax-loader.gif) 50%
		50% no-repeat;
	color: #ccc;
}

/* Ajax loader */
.imixs-wait {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8) url('../icons/ajax-loader.gif') 50%
		50% no-repeat;
}

*, *:before, *:after {
	box-sizing: inherit
}

.header {
	background-color: #263544;
	border-bottom: 2px solid #e8e8e8;
	height: 46px;
	color: #EEE;
	
	white-space: nowrap;
}

.header a {
	color:#fff;
}

.header .nav-sidebar ul li {
	cursor: pointer;
}
.header .typcn {
	font-size: 1.3rem;
	cursor: pointer;
}

.header .searchbox {
	padding: 0;
}

.header .searchbox input {
	margin-right: 10px;
	width: 75%;
}

.header .searchbox .typcn {
	font-size: 1.5rem;
}

.header .linkbox .typcn {
	
}

.header .linkbox ul li {
	list-style: none;
	margin-right: 20px;
	display: inline;
}

.nav-sidebar {
	height: 100%;
	width: 200px;
	background-color: #263544;
	color: #f1f7ff;
	position: fixed !important;
	z-index: 1;
	overflow: hidden;
	border-right: 1px solid rgb(224, 228, 231);
}

.nav-sidebar hr {
	color: #FCB802;
	border-color: #FCB802;
	border-style: none none solid;
	border-width: 0 0 2px;
}

.nav-sidebar .nav-title {
	min-height: 80px;
	height: 80px;
	padding: 16px 10px;
	white-space: nowrap;
}

.nav-sidebar .nav-title hr {
	width: 100%;
}

.title-bar h4 {
	margin: 0;
}

.nav-sidebar  ul {
	padding: 0;
}

.nav-item .typcn {
	font-size: 24px;
	margin-right: 20px;
}

.imixs-header .typcn {
	margin-right: 10px;
}

.imixs-date {
	width:7em !important;
}

.nav-sidebar a {
	color: inherit;
}

.nav-sidebar a:hover {
	text-decoration: none;
}

.nav-sidebar hr {
	width: 90%;
}


.content {
	margin-left: 200px;
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
    right: 00px;
	padding-bottom: 40px;
	padding-left: 200px;
}

.form-section {
	display: none;
}

.nav-item {
	font-weight: 200;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	display: block;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0;
}

.nav-item:hover {
	background-color: #1d2531; ! important;
	color: #fff;
}

.imixs-form h3 {
	border-bottom: 1px solid #ddd;
	line-height: 2em;
}

button, input[type="button"], input[type="submit"], .button, a.button,
	.imixs-button {
	background: #FCB802;
	color: #fff !important;
	font-weight: normal !important;
}

a.button {
	padding: 0.15em 0.75em;
	border-radius: 3px;
}

input[type="button"]:hover, input[type="submit"]:hover, .button:hover, a.button:hover,
	.imixs-button:hover {
	background: #31b1dc;
	color: #ddd !important;
}

input[type="button"]:active, input[type="submit"]:active, a.button:active,
	a.button:focus, input[type="button"]:focus, input[type="submit"]:focus
	{
	background: #31b1dc;
	color: #ddd !important;
}


/* tootip */
span.tooltip:hover {
    cursor: help;
    position: relative
}
span.tooltip span.tip {
    display: none
}
span.tooltip:hover span.tip {
    display: block;
    z-index: 100;
    left: -285px;
    width: 300px;
    position: absolute;
    top: 16px;
    padding: 10px;
    margin: 10px;
    text-decoration: none;
	font-size:0.85rem;    
    background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px
		rgba(43, 43, 43, .1);
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px
		rgba(43, 43, 43, .1);
	border: 1px solid #CCC;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.card {
	min-height: 160px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px
		rgba(43, 43, 43, .1);
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px
		rgba(43, 43, 43, .1);
	border: none;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.card.error {
	border: 2px solid #e83636d9;
	min-height: 50px;
}

.card.error .typcn {
	color:#e83636d9;
	font-size:1.7rem;
	margin-right: 10px;
}

.card.message {
	border: 2px solid green;
	min-height: 50px;
}

.card.message .typcn {
	color:green;
	font-size:1.7rem;
	margin-right: 10px;
}


.card th {
	background-color: #5a5a5a;
	color: #fefefe;
	border none;
	border-left: 1px solid #fefefe;
}

.card td .typcn {
    font-size: 1.2rem;
    line-height: 1;
}

.card td .typcn.error {
    color: #ca2424;
}

.card a {
	cursor: pointer;
}


.card textarea.search-query:focus {
	
}
.card textarea.search-query {
	width: 100%;
	height: 7em;
	font-family: courier;
	padding: 10px;
	font-weight: bold;
}

.typcn.error {
	color: #e83636d9;
}

.typcn.success {
	color: green;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus,
	select:focus {
	border: 1px solid #145267;
	border-radius: 3px;
}

table {
	font-size: 14px;
}

th {
	font-weight: bold;
}

.imixsdatatable a {
	color: #428bca !important;
}

.danger-zone {
	border: 1px solid #cb2431;
	border-radius: 4px;
	padding: 10px 10px;
}

.danger-zone  .typcn {
	margin-right: 5px;
}

.danger-zone button, .danger-zone input[type="button"], .danger-zone input[type="submit"]
	{
	color: #cb2431;
}


.pull-right {
	float: right;
}

/* Responsive */
@media screen and (max-width: 1200px) {
	.header {
		background-image: none;
	}
}

@media screen and (max-width: 700px) {
	.content {
		margin-left: 60px;
	}
	.nav-sidebar {
		width: 60px;
	}
	.nav-sidebar label {
		display: none;
	}
}