/**
 * bootstrap override
 */
.nav > li > a {
    padding: 5px 10px;
}

.nav > li {
    float: right;
}

.nav-pills {
    padding-bottom: 5px;
}

.form-group > label {
    font-weight: normal;
}

.form-group > label.required {
    font-weight: bold;
}


/**
 * fontawesome override
 */
.fa-remove {
    color: red !important;
}


/**
 * embedded fonts
 */
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 400;
  src: local('Gudea'), url(../fonts/google-gudea.woff2) format('woff2');
}


/**
 * no-print class
 */
@media print {    
    .no-print, .no-print * {
        display: none !important;
    }
}


/**
 * Defaults
 */
body {
    font-family: 'Gudea', sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    color: #666;
}

a {
    outline : none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    margin: 0px 0px 10px 0px;
}

h2 {
    margin: 0px 0px 10px 0px;
}

h3 {
    margin: 0px 0px 10px 0px;
}






















.group_container {
	display:none;
}

.group_container {
	margin-left: 20px;
	font-size: 11pt;
}

.group_container > input[type='radio'] {
	margin-left: 6px;
}

.small-intent {
	margin-left: 6px;
}

/*
select {
	width: 100%;
	padding: 5px;
	margin: 3px;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}
*/

.group_container > select {
	width: 250px;
}
	
.group_container > textarea {
	height: 100px;
	width: 461px;
	padding: 5px;
	margin: 3px;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #ccc;
    border-radius: 3px;
}

.group_container > input[type='text'],
.group_container > input[type='password']
 {
	width: 242px;
	height: 28px;
	padding-left: 5px;
	margin: 3px;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #ccc;
    border-radius: 3px;
}

input.required::-webkit-input-placeholder,
 {
   font-weight:bold;
}

input.required::-moz-placeholder {
   font-weight:bold;
}

input.required:-ms-input-placeholder {  
   font-weight:bold;
}





.italic {
	font-style: italic;
}

.note {
	font-size: 0.8em;
	color: #666;
}




.left {
	width: 49%;
	float: left;
	margin-right: 20px;
}

.right {
	width: 49%;
	float: left;
}

.organisation-logo {
	max-height: 60px;
}





/**
 * global button
 
.btn {
	padding: 6px 10px 6px 8px;
    border: 1px solid #ccc;
    margin: 3px;
    border-radius: 5px;
    font-size: 14px;
    color: #888;
    height: 20px;
    display: block;
    overflow: hidden;
    float: right;
    cursor: pointer;
    text-shadow: 0 1px 0px #fff;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    text-decoration: none;
}

.btn-icon {
	padding: 6px 6px 6px 10px;
}

button.btn {
	height: 50px;
	width: auto !important;
}
*/
 



span.hint {
	color: #aaa;	
}

.thin {
	font-weight: 300;
}

.btn > i.fa {
	margin-right: 5px;
}

.btn_save:hover, .btn_add:hover {
    color: #fff !important;
    text-shadow: 0 1px 0px #000 !important;
    background: #00ca00 !important;
    background: -webkit-linear-gradient(top, #00ca00 0%, #009700 100%) !important;
    background:    -moz-linear-gradient(top, #00ca00 0%, #009700 100%) !important;
    background:         linear-gradient(top, #00ca00 0%, #009700 100%) !important;
}


/*
.btn_delete {
    float: left !important;    
}

.btn_delete:hover,
.btn_delete_active {
	color: #fff !important;
	text-shadow: 0 1px 0px #000 !important;
	background: #ff0000 !important;
    background: -webkit-linear-gradient(top, #ff0000 0%, #ca0000 100%) !important;
    background:    -moz-linear-gradient(top, #ff0000 0%, #ca0000 100%) !important;
    background:         linear-gradient(top, #ff0000 0%, #ca0000 100%) !important;
}

.nestable-group,
.content_box,
.notification_box {
    padding: 20px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 10px;
}
*/


.notification_box {
    border: 1px solid #ffde00;
    background: #fff7c5;
}

.notification_box h3 {
    margin:0;
}

.notification_box .fa-close {
	position: relative;
	top: -10px;
	right: -5px;
	cursor: pointer;
}


.notification_box ul {
		list-style-position: inside;
		color: #666;
}

/*
input.search,
input.styled {
	border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    height: 28px;
    margin: 3px 0;
    padding-left: 10px;
    width: 200px;
}
*/

.select2 li {
	padding: 5px !important;
}

.select2 li > span {
	margin-left: 5px !important;
	float:right !important;
}


/** global tables ***/
table.list {
	width: 100%;
	border-collapse: collapse;
}

table.list thead td {		
	background: #eee;
}

table.list td {
	padding: 5px 8px;
	border-bottom: 1px solid #ccc;
}

table.data-list td {
	vertical-align:top;
}

table.list td:last-child {
	text-align: right;
}

table.list td:last-child i.fa {
	border: 1px solid rgba(0,0,0,0);
	padding: 5px 8px;
	border-radius: 3px;
	color: #666;
	cursor:pointer;
	visibility:hidden;
	text-decoration: none;
}

table.list tr:hover > td:last-child i.fa {
	visibility:visible;
}


table.list td:last-child i.fa:hover {
	border: 1px solid #ccc;
	background: #eee;
}

.fa-info-circle {
	visibility:visible !important;
	color: #666;
	cursor:pointer;
}


table.list tbody tr:hover > td {
	background: #fafafa;
}

table.list tbody tr {
	cursor:pointer;
}

table.list tbody td {
	height: 28px;
}


.norecord {
	text-align: center !important;
	color: #aaa;
}

.selected > td {
	background: #ffe !important;
}




/**
 * Simple Modal - DEPRECATED!
 */
#simplemodal-overlay {
    background-color:#000;
}

#simplemodal-container {
    background-color:#eee; 
    border:10px solid #444; 
    border-radius: 5px;
    padding:12px;
}

.simplemodal {
    display:none;
    color: #666;
}

.simplemodal > h1 {
    float:left;
}

.simplemodal > img.loader {
    float: left;
    margin-right: 15px;
}

.simplemodal-container > a.modalCloseImg:before {
    content: "Schliessen";
}

.simplemodal-container > a {
    cursor: pointer;
    float: right;
}

/** 
 * loading label 
 */ 
 
div.loading {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

div.loading > span {
    font-size: 1.8em;
    position: relative;
    left: 15px;
    top: 5px;
    color: #888;
}