@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Roboto:400,400i,700');

html
{
	background-color: #e9e9e9;
}

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	overflow-y: scroll;
}

.alt-font
{
	font-family: 'PT Sans Narrow', sans-serif;
}

.pointer
{
	cursor: pointer;
}

.uk-padding-middle
{
	padding: 20px;
}

.uk-padding-small-top
{
	padding-top: 15px;
}

.uk-padding-small-bottom
{
	padding-bottom: 15px !important;
}

.uk-padding-small-left
{
	padding-left: 15px !important;
}


.uk-padding-small-right
{
	padding-right: 15px !important;
}

.uk-h3, h3
{
    font-size: 1.2rem;
}

.uk-width-xxsmall
{
	width: 70px;
}

.uk-width-xsmall
{
	width: 100px;
}

.uk-grid-xsmall
{
    margin-left: -8px;
}

.uk-grid-xsmall > *
{
    padding-left: 8px;
}

.uk-margin-xsmall
{
	margin: 5px !important;;
}

.uk-margin-xsmall-top
{
	margin-top: 5px !important;
}

.uk-margin-xsmall-bottom
{
	margin-bottom: 5px !important;;
}

.uk-margin-xsmall-right
{
	margin-right: 5px !important;
}

.uk-margin-xmedium-right
{
	margin-right: 20px !important;
}

.uk-margin-xmedium-left
{
	margin-left: 20px !important;
}

.uk-margin-xmedium-top
{
	margin-top: 20px !important;
}

.uk-margin-xmedium-bottom
{
	margin-bottom: 20px !important;
}

.uk-width-xmedium
{
    width: 200px;
}


.uk-width-xxmedium
{
	width: 400px;
}


.uk-form-horizontal .uk-grid-xsmall.uk-form-controls > .uk-first-column
{
    padding-left: 0;
}

.uk-heading-danger, .uk-heading-danger::before
{
	color: #ec0400 !important;
	border-color: #ec0400 !important;
}

.uk-text-larger
{
    font-size: 1rem;
}

.uk-text-danger
{
	color: #ec0400 !important;
}

.validation-error
{
	background-color: #ffd8d7 !important;
	border-color: #d0d0d0;;
}

.scroll-wrapper
{
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: auto;
}

.uk-form-icon
{
	background-color: #fafafa;
	top: 1px;
	bottom: 1px;
	left: 1px;
	border-right: 1px solid #e5e5e5;
}

a.uk-form-icon
{
	color: #0075be;
}

a.uk-form-icon:hover
{
	color: #00549d;
}

.uk-form-icon-flip
{
	left: auto;
	right: 1px;
	border-left: 1px solid #e5e5e5;
	border-right: 0 none;
}

.uk-form-icon:not(.uk-form-icon-flip)~.uk-input
{
    padding-left: 50px!important;
}

.bg-attention
{
	background-color: rgba(152, 211, 151, .3) !important;
}

.bg-alert
{
	background-color: rgba(255, 13, 0, 0.29) !important;
}

.bg-alert-light
{
	background-color: rgba(255, 175, 167, 0.5) !important;
}

.bg-warning
{
	background-color: rgba(255, 188, 43, 0.3) !important;
}

.bg-ok
{
	background-color: rgba(29, 255, 65, 0.3) !important;
}

.bg-ok-light
{
	background-color: rgba(138, 255, 185, 0.3) !important;
}

.bg-disabled
{
	background-color: rgba(161, 161, 161, 0.3) !important;
}


/***************************************************************************************/
/* HEADER
/**************************************************************************************/
header
{
	background-color: #ffffff;
	color: #0075be;
	padding: 10px 30px;
}

header .inside
{
	max-width: 1500px;
	margin: 0 auto;
}

header .logo
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
}

header .logo span
{
	display: inline-block;
	margin-left: -35px;
}

/*----------------------------------------------------*/
/* PROFILE MENU
/*----------------------------------------------------*/

header .uk-navbar-right
{
    flex-wrap: nowrap;
}

header .uk-dropdown
{
	background-color: #0075be;
	color: #ffffff;
	padding: 0;
}

header .uk-dropdown-nav>li>a:hover
{
	background-color: #008ed7;
}

#logged-user
{
	font-size: 1rem;
}

#logged-user span
{
	font-size: 0.8rem;
	margin-left: 5px;
}

#logged-user .fa:last-of-type
{
	margin-left: 5px;
}

header .uk-navbar-right .uk-disabled
{
	display: none;
}

header .uk-dropdown-nav>li>a,
header .uk-dropdown-nav>li>span
{
	padding: 15px 15px;
}

header .uk-dropdown-nav>li>span
{
	display: block;
	padding: 10px 15px;
	background-color: #eeeeee;
	color: #0075be;
	font-size: .8rem;
	font-style: italic;
	font-weight: bold;
}

header .uk-dropdown-nav .fa
{
	margin-right: 5px;
}

header .uk-dropdown-nav .uk-nav-divider
{
	margin: 0;
}

/*----------------------------------------------------*/
/* RESPONSIVE HAUPTMENU
/*----------------------------------------------------*/
header .uk-navbar-toggle
{
	height: auto;
	min-height: auto;
	display: none;
}

header .responsive-mainnav li a
{
	font-size: 1rem;
}

/***************************************************************************************/
/* HAUPTNAVIGATION
/****************************************************************************************/
#mainnav-wrapper
{
	min-height: 62px;
	padding: 0 30px;
	background-color: #0075be;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

#mainnav-wrapper .inside
{
	max-width: 1500px;
	margin: 0 auto;
	background-color: transparent;
}

#mainnav-wrapper .uk-navbar-nav>li>a
{
	height: auto;
	min-height: auto;
	padding: 17px 20px;
	font-weight: bold;
	font-size: 0.8rem;
	color: #aad2df;
	border-bottom: 3px solid transparent;
}

#mainnav-wrapper .uk-navbar-nav>li.uk-active>a,
#mainnav-wrapper .uk-navbar-nav>li>a:hover
{
	color: #ffffff;
	border-bottom-color: #ffffff;
}

#mainnav-wrapper .uk-navbar-nav>li>a>i
{
	margin-right: 8px;
}

#today-wrapper .uk-navbar-item
{
	height: auto;
	min-height: auto;
	padding-right: 0;
	color: #ffffff;
}

/***************************************************************************************/
/* CONTENT
/****************************************************************************************/
#content-wrapper
{
	padding: 0 30px 20px 30px;
}

#content-wrapper .inside
{
	max-width: 1500px;
	margin: 0 auto;
}

#content-wrapper .inside .uk-card
{
	min-height: 500px;
	padding: 30px 30px 50px 30px;
}

#content-wrapper .uk-card-default .uk-card-header
{
	font-size: 1rem;
}

/*----------------------------------------------------*/
/* CONTENT TITEL
/*----------------------------------------------------*/
#content-wrapper .content-headline
{
	position: relative;
	padding: 20px 5px 20px 10px;
	color: #0075be;
}

#content-wrapper .content-headline .fa
{
	margin-right: 15px;
	font-size: 2.5rem;
}

#content-wrapper .content-headline h4
{
	margin: 0 0 2px;
	padding: 0;
	color: inherit;
	font-weight: bold;
	font-size: 1.1rem;
}

#content-wrapper .content-headline .bookmark
{
	position: absolute;
	top: 27px;
	right: -5px;
}

#content-wrapper .content-headline .add-bookmark
{
	color: #cccccc;
}

#content-wrapper .content-headline .add-bookmark:hover
{
	color: #aaaaaa;
}

#content-wrapper .content-headline .del-bookmark
{
	color: rgba(0, 117, 190, .4);
}

#content-wrapper .content-headline .del-bookmark:hover
{
	color: rgba(0, 117, 190, .5);
}

/*----------------------------------------------------*/
/* BREADCRUMB NAVIGATION
/*----------------------------------------------------*/
#content-wrapper .uk-breadcrumb
{
	margin: 0;
	flex-wrap: nowrap;
}

#content-wrapper .uk-breadcrumb > * > *
{
	display: inline;
	font-size: 0.8rem;
	color: #0075be;
	border-bottom: 1px dotted #6497be;
}

#content-wrapper .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before
{
	margin: 0 7px;
	color: #6497be;
}

#content-wrapper .uk-breadcrumb>:last-child > *
{
	color: #6497be;
	border-bottom: 0 none;
}

/*----------------------------------------------------*/
/* SUBMENÜ LIST
/*----------------------------------------------------*/
.submenu-list li
{
	padding: 7px 0;
}

.submenu-list a:hover
{
	color: #008ed7;
	text-decoration: none;
}

.submenu-list .uk-flex .fas,
.submenu-list .uk-flex .fa
{
	padding-left: 10px;
	padding-right: 15px;
	margin-top: 6px;
	font-size: 2.4rem;
	text-align: center;
}

.submenu-list .uk-flex b
{
	display: inline-block;
	margin-bottom: 4px;
	font-size: 1.1rem;
	border-bottom: 1px dotted #0075be;
}

.submenu-list .uk-flex i
{
	font-size: 0.9rem;
	font-style: normal;
}

.submenu-list > .uk-grid-margin
{
	margin-top: 10px;
}


/***************************************************************************************/
/* SEITEN ELEMENTE
/****************************************************************************************/

/*----------------------------------------------------*/
/* TABS
/*----------------------------------------------------*/
.uk-tab
{
	margin-left: 0;
}

.uk-tab::before
{
	left: 0;
	border-bottom: 1px dotted #aaaaaa;
}

.uk-tab > .uk-active > a,
.uk-tab > li > a:hover
{
	border-color: #aaaaaa;
	background-color: rgba(0, 0, 0, .03);
}

.uk-tab > li
{
	padding-left: 3px;
}

.uk-tab > li:first-of-type
{
	padding-left: 10px;
}

.uk-tab > li > a
{
	padding: 6px 15px;
	color: #555555;
    font-size: .9rem;
	text-transform: none;
    border: 1px solid #aaaaaa;
    border-bottom: 0 none;
    border-radius: 5px 5px 0 0;
}

.uk-tab > li > a .fa
{
	margin-left: 5px;
}

/*----------------------------------------------------*/
/* LINKS
/*----------------------------------------------------*/
.uk-link, a
{
    color: #0075be;
}

/*----------------------------------------------------*/
/* LISTEN
/*----------------------------------------------------*/
.bookmarks .uk-list
{
	font-size: 1rem;
}

.bookmarks li > ul
{
    margin-top: 0;
}

.bookmarks .uk-list ul
{
    padding-left: 20px;
}

.bookmarks li a .fa
{
	margin-right: 8px;
}

/*----------------------------------------------------*/
/* TOOLTIPS
/*----------------------------------------------------*/
.uk-tooltip
{
	max-width: 300px;
	padding: 5px 8px 7px 8px;
	background-color: #0075be;
	border: 1px solid #ffffff;
	border-radius: 5px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: .9rem;
}

.uk-tooltip .uk-color-attention
{
	color: #fdff00;
}

/*----------------------------------------------------*/
/* ÜBERSCHRIFTEN
/*----------------------------------------------------*/
.uk-heading
{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #0075be;
}

.uk-heading-divider, .uk-heading-bullet::before
{
	border-color: #0075be;
}

.uk-heading-divider
{
	padding-bottom: 7px;
	border-bottom-style: dotted;
}

.uk-heading-divider.uk-color-danger, .uk-heading-bullet.uk-color-danger::before
{
	border-color: #bd0002;
}

/*----------------------------------------------------*/
/* BUTTONS
/*----------------------------------------------------*/
.uk-button
{
	padding: 0 10px;
	border: 1px solid #dddddd;
	text-transform: none;
	font-size: .95rem;
}

.uk-button .fa
{
    margin-right: 7px;
}

.button-group .uk-button
{
    padding: 0 5px;
    text-transform: none;
    font-size: .95rem;
    white-space: nowrap;
    overflow: hidden;
}

.uk-button-default:not(:disabled):focus, .uk-button-default:not(:disabled):hover
{
	background-color: rgba(0, 0, 0, .03);
    border-color: #dddddd;
}

.uk-button-primary
{
	background-color: #0075be;
}

.uk-button-primary:not(:disabled):hover, .uk-button-primary:not(:disabled):focus
{
	background-color: #0065ae;
}

.uk-button-secondary
{
	background-color: rgba(0, 117, 190, .15);
	color: #333333;
	border-color: #cccccc;
}

.uk-button-secondary:not(:disabled):hover, .uk-button-secondary:not(:disabled):focus
{
	background-color: rgba(0, 117, 190, .2);
	color: #333333;
}

.uk-button-success
{
	background-color: rgba(0, 196, 38, 0.42);
	color: #333333;
	border-color: rgba(0, 192, 37, 0.5);
}

.uk-button-success:not(:disabled):hover, .uk-button-success:not(:disabled):focus
{
	background-color: rgba(0, 176, 38, 0.42);
	color: #333333;
}

.uk-button-danger
{
	background-color: rgba(255, 2, 0, 0.33);
	color: #333333;
	border-color: rgba(255, 2, 0, 0.42);
}

.uk-button-danger:not(:disabled):hover, .uk-button-danger:not(:disabled):focus
{
	background-color: rgba(226, 2, 0, 0.33);
	color: #333333;
}

.uk-button-warning
{
	background-color: rgba(255, 197, 0, 0.49);
	color: #333333;
	border-color: rgba(255, 197, 0, 0.6);
}

.uk-button-warning:not(:disabled):hover, .uk-button-warning:not(:disabled):focus
{
	background-color: rgba(255, 197, 0, 0.57);
	color: #333333;
}

/*----------------------------------------------------*/
/* FORMS
/*----------------------------------------------------*/
.uk-input:hover, .uk-select:hover, .uk-textarea:hover,
.uk-input:focus, .uk-select:focus, .uk-textarea:focus
{
    border-color: #0075be;
}

.uk-checkbox:checked, .uk-checkbox:checked:focus,
.uk-radio:checked, .uk-radio:checked:focus
{
	background-color: #0075be;
}

.uk-form-icon:hover
{
	text-decoration: none;
}

#frmLogin .uk-form-icon
{
	font-size: 1rem;
}

#frmLogin .uk-button
{
	padding: 0 30px;
}

.uk-form-label
{
	font-size: .9rem;
}

.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea
{
	font-size: 1rem;
}

.uk-form-small.uk-checkbox, .uk-form-small.uk-input, .uk-form-small.uk-radio, .uk-form-small.uk-select, .uk-form-small.uk-textarea
{
	font-size: 0.8rem;
}

.uk-form-stacked .uk-form-label
{
    margin-bottom: 3px;
}

.uk-form-width-xxxsmall
{
	width: 46px;
}

.uk-form-width-xxsmall
{
	width: 75px;
}

.uk-form-width-xsmall
{
	width: 109px;
}

.uk-form-width-xmedium
{
  width: 165px;
}

.uk-form-width-xxxlarge
{
	width: 220px;
}

.uk-form-width-xxlarge
{
	width: 270px;
}

.uk-form-width-xlarge
{
	width: 370px;
}

.uk-form-controls label
{
	font-size: 1rem;
	cursor: pointer;
}

label .uk-checkbox,
label .uk-radio
{
	margin-right: 10px;
}

/*----------------------------------------------------*/
/* TABLES
/*----------------------------------------------------*/
.uk-no-border,
.uk-table td.uk-no-border, .uk-table th.uk-no-border
{
	border: 0 none;
}

.uk-table-small td, .uk-table-small th
{
    padding: 5px 10px !important;
	font-size: .85rem !important;
}

.uk-table-xsmall td, .uk-table-xsmall th
{
    padding: 8px;
}

.uk-table-xxsmall td, .uk-table-xxsmall th
{
    padding: 6px;
    font-size: .8rem !important;
}

.uk-table-striped tr, .uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd)
{
    border: 0 none;
}

.uk-table-striped>tbody>tr>td, .uk-table-striped>tbody>tr>th, .uk-table-striped>tfoot>tr>td, .uk-table-striped>tfoot>tr>th, .uk-table-striped>thead>tr>td, .uk-table-striped>thead>tr>th
{
	border: 1px solid #cccccc;
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd)
{
	background-color: rgba(0, 117, 190, .1);
}

.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover
{
    background-color: rgba(255, 255, 221, .8);
}


.uk-table tbody tr.select_last, .uk-table>tr.select_last
{
    background-color: rgba(233, 255, 224, 0.8);
}

.uk-table th
{
	padding-top: 9px;
	background-color: rgba(0, 117, 190, 1);
	border: 1px solid #cccccc;
	color: #ffffff;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	font-size: .9rem;
}

.uk-table.uk-table-xsmall th
{
	padding-top: 7px;
	font-size: .85rem;
}

.uk-table thead .sortable
{
	cursor: pointer;
	white-space: nowrap;
}

.uk-table thead .sortable span
{
	border-bottom: 1px dotted;
}

.uk-table tbody td
{
	font-size: .9rem;
	vertical-align: middle;
	color: #333333;
}

.uk-table.uk-table-xsmall tbody td
{
	font-size: .85rem;
}

.uk-table tbody .uk-text-muted td
{
	color: #999999;
}

.uk-table tfoot td
{
	padding: 5px 10px;
	background-color: #dfdfdf;
    color: #444444;
    font-size: 0.8rem;
    font-weight: bold;
	vertical-align: middle;
}

.uk-table tfoot td.blank
{
	padding: 3px;
	background-color: transparent;
	border: 0 none;
}

.fixed-header-wrapper
{
	overflow-y: auto;
}

.uk-table tr.selected
{
	background-color: #ffe37f !important;
}

.uk-table td.plus
{
    background-color: #e5ffe5;
}

.uk-table td.minus
{
    background-color: #ffe5e5;
}

/*----------------------------------------------------*/
/* PAGINATION
/*----------------------------------------------------*/
.pagination-wrapper
{
    position: relative;
    min-height: 20px;
    margin-top: -35px;
    font-size: .8rem;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
}

.pagination-wrapper .data-info
{
    position: absolute;
    right: 5px;
    top: 0;
    color: #969696;
    font-style: italic;
}

.paging
{
	margin: 10px 0;
}

.paging .uk-select:not([multiple]):not([size])
{
	height: auto;
	width: 100px;
	font-size: .8rem;
}

.paging .uk-select:not([multiple]):not([size]):focus, .paging .uk-select:not([multiple]):not([size]):hover
{
    border-color: #b2b2b2;
}

.paging  .uk-button-small
{
    text-transform: none;
    font-size: .77rem;
    background-color: #ffffff;
}

.paging .uk-button:first-child
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: -1px;
}

.paging .uk-button:last-child
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*----------------------------------------------------*/
/* CARDS
/*----------------------------------------------------*/

#content-wrapper .inside .uk-card .uk-card
{
	min-height: auto;
}

.uk-card .uk-card
{
	margin-bottom: 10px;
	border: 1px solid #f8f8f8;
	box-shadow: 0 5px 5px rgba(0,0,0,.08);
}

.uk-card .uk-card:hover
{
	box-shadow: 0 8px 15px rgba(0,0,0,.16);
}

.uk-card .uk-card  .uk-card-title
{
    font-size: .9rem;
    font-weight: bold;
}

.uk-card .uk-card  .uk-card-title span
{
	display: inline-block;
	float: right;
	font-weight: normal;
}

.uk-card .uk-card .uk-table th
{
    padding: 3px;
    background-color: transparent;
    text-align: left;
    vertical-align: top;
    color: #888888;
    border: 0 none;
}

.uk-card .uk-card .uk-table td
{
    padding: 3px;
    text-align: left;
    color: #000000;
}

/***************************************************************************************/
/* MODAL DIALOGS
/****************************************************************************************/

.uk-modal-body
{
	padding-bottom: 20px;
	font-size: 0.9rem;
}

.uk-modal-body .uk-list li
{
	margin: 2px 0;
}

.uk-modal-body .validation-field
{
	color: #0075be;
}

.uk-modal-body .fa
{
    font-size: 5rem;
    color: #666;
}

.uk-modal-footer .uk-button
{
	width: 130px;
}

.message-danger .message-title, .message-question .message-title, .message-warning .message-title, .message-info .message-title
{
	font-size: 1.3rem;
	font-weight: bold;
}

.message-danger .fa
{
	color: #b23c29;
}

.message-question .fa
{
	color: #0075be;
}

.message-warning .fa
{
	color: #d3aa1b;
}

.message-info .fa
{
	color: #22b93e;
}



.dialog-wrapper
{
	padding: 30px 40px;
}

.dialog-wrapper h3
{
	margin-top: 0;
	font-size: 1.3rem;
    font-weight: bold;
}

.dialog-wrapper .uk-list-divider li
{
	padding: 8px 0;
}

.dialog-wrapper .uk-list-divider li:first-child
{
	border-top: 1px solid #e5e5e5;
}

.dialog-wrapper li a
{
	color: #3a5676;
}

.dialog-wrapper li a.uk-padding-small
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.dialog-wrapper li a.selected
{
	background-color: #d3aa1b;
}

.dialog-wrapper li a:hover
{
	color: #3a5676;
	background-color: #8da7c3;
	text-decoration: none;
}

/*----------------------------------------------------*/
/* Standard Dialog
/*----------------------------------------------------*/

.standard-dlg .uk-modal-title
{
	margin-top: 0;
	font-size: 1.3rem;
}

/*----------------------------------------------------*/
/* Input Dialog
/*----------------------------------------------------*/

#input-dlg
{
	padding: 0;
}

#input-dlg .uk-modal-title
{
	font-size: 1rem;
}

/*----------------------------------------------------*/
/* Vorschau Dialog
/*----------------------------------------------------*/

#preview-dlg
{
	padding: 30px 0 40px 0;
}

#preview-dlg .uk-modal-header
{
	margin-bottom: 20px;
	padding: 0 40px;
	border: 0 none;
}

#preview-dlg .uk-modal-body
{
	padding: 0 40px;
}

#preview-dlg .uk-modal-title
{
	padding-bottom: 15px;
	font-size: 1.1rem;
	color: #0075be;
	border-bottom: 1px solid #e5e5e5;
}

/*----------------------------------------------------*/
/* E-Mail Dialog
/*----------------------------------------------------*/

#email-dlg
{
	padding: 30px 0 40px 0;
}

#email-dlg .uk-modal-header
{
	margin-bottom: 20px;
	padding: 0 40px;
	border: 0 none;
}

#email-dlg .uk-modal-body
{
	padding: 0 40px;
}

#email-dlg .uk-modal-title
{
	padding-bottom: 15px;
	font-size: 1.1rem;
	color: #0075be;
	border-bottom: 1px solid #e5e5e5;
}

#email-dlg .fa
{
	margin: 0;
	margin-right: 5px;
	font-size: 1rem;
}


/*----------------------------------------------------*/
/* Zuordnungs Dialog
/*----------------------------------------------------*/

#assignment-dlg
{
	padding: 0;
}

#assignment-dlg .uk-modal-title
{
	font-size: 1.2rem;
}

#assignment-dlg .list-wrapper
{
	width: 280px;
}

#assignment-dlg .assign-button-wrapper
{
	width: 50px;
}

#assignment-dlg .uk-input
{
	width: 123px;
}

#assignment-dlg .uk-select
{
	width: 148px;
}

#assignment-dlg .uk-modal-footer
{
	padding-bottom: 20px;
}

#assignment-dlg .uk-table td,
#assignment-dlg .uk-table th
{
	padding: 6px 8px;
	border-bottom: 1px solid #cccccc;
}

#assignment-dlg .assign-button
{
	width: 100%;
	text-align: center;
}

#assignment-dlg .assign-button:first-of-type
{
	margin-top: 150px;
	margin-bottom: 10px;
}

#assignment-dlg .fa
{
	margin: 0;
	font-size: 1rem;
}

.assign-table-wrapper
{
	height: 330px;
	border: 1px solid #cccccc;
	overflow-y: auto;
}


/***************************************************************************************/
/* NOTIFICATIONS
/****************************************************************************************/
.uk-notification-message
{
	padding: 15px 20px;
	font-size: .9rem;
}

.uk-notification-message.uk-notification-message-danger
{
	background-color: #fef4f6;
    color: #cf0000;
}

.uk-notification-close
{
	top: 15px;
}

.uk-notification-message-danger .uk-notification-close
{
	color: #cf0000;
}

.uk-notification-message h3
{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}

.uk-notification-message-danger h3
{
	color: #cf0000;
}

.uk-notification-message h3 .fa
{
	margin-right: 10px;
}

.uk-notification-message.uk-notification-message-succes
{
	background-color: #e5fee0;
    color: #05a913;
}

.uk-notification-message-succes .uk-notification-close
{
	color: #05a913;
}

.uk-notification-message-succes h3
{
	color: #05a913;
}

/***************************************************************************************/
/* RESPONSIVE ANWEISUNGEN
/****************************************************************************************/

@media only screen and (max-width: 1250px)
{
	#today-wrapper
	{
		display: none;
	}

}

@media only screen and (max-width: 1090px)
{

	#mainnav-wrapper
	{
		display: none;
	}

	header .uk-navbar-toggle
	{
		display: flex;
	}

}

@media (min-width: 960px)
{
	.uk-form-horizontal .uk-form-label
	{
		width: 150px;
	}

	.uk-form-horizontal .uk-form-controls
	{
	    margin-left: 165px;
	}


	.uk-form-horizontal .uk-form-controls.button-group.uk-grid-small
	 {
		 margin-left: 150px;
	 }
}

@media (max-width: 959px)
{
	.uk-form-horizontal .uk-form-label
	{
		margin-bottom: 2px;
	}
}


@media only screen and (max-width: 600px)
{
	header .logo
	{
		font-size: 1.3rem;
	}

	header, #mainnav-wrapper, #content-wrapper
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	#content-wrapper
	{
		padding-bottom: 15px;
	}

	#content-wrapper .content-headline
	{
		padding: 15px 5px;
	}

	#content-wrapper .content-headline .fa
	{
		margin-right: 10px;
	}

	#content-wrapper .content-headline h4
	{
		margin-bottom: 1px;
	}

	#content-wrapper .content-headline .bookmark
	{
		top: 20px;
	}
}


@media only screen and (max-width: 490px)
{

	header .logo
	{
		font-size: 1.2rem;
	}

	#logged-user span
	{
		display: none;
	}

	header .uk-navbar-right .uk-disabled
	{
		display: flex;
	}

	header, #mainnav-wrapper, #content-wrapper
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	#content-wrapper
	{
		padding-bottom: 10px;
	}

	#content-wrapper .content-headline
	{
		padding: 10px 5px;
	}

	#content-wrapper .content-headline .fa
	{
		margin-right: 10px;
		font-size: 2.3rem;
	}

	#content-wrapper .content-headline h4
	{
		font-size: 1rem;
		margin-bottom: 0;
	}

	#content-wrapper .uk-breadcrumb > * > *
	{
		font-size: 0.7rem;
	}

	#content-wrapper .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before
	{
		margin: 0 5px;
	}

	#content-wrapper .content-headline .bookmark
	{
		top: 15px;
	}

	#content-wrapper .uk-card
	{
		padding: 20px;
	}
}