/*****************************
* Material Design for Bootstrap
* 2016 by manuel krebs estar gmbh
*
+ Version 0.5.1
*****************************/

@font-face {
	font-family:"Roboto";
	font-weight:200;
	src:url(../fonts/Roboto-Thin.ttf);
}

@font-face {
	font-family:"Roboto";
	font-weight:300;
	src:url(../fonts/Roboto-Light.ttf);
}

@font-face {
	font-family:"Roboto";
	font-weight:400;
	src:url(../fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family:"Roboto";
	font-weight:500;
	src:url(../fonts/Roboto-Medium.ttf);
}

@font-face {
	font-family:"Roboto";
	font-weight:700;
	src:url(../fonts/Roboto-Bold.ttf);
}

@keyframes ripple {
	100% {
    transform: scale(2);
    opacity: 0;
  }
}

body, html {
	height: auto;
	color: rgba(0,0,0,0.8);
	background-color: #FFF;
}




.center {
	text-align: center;
}

.panel-default>.panel-heading {
	background-color: #EEEEEE;
}

.panel-footer {
	background-color: #EEEEEE;
}

.btn-estar {
	color: #fff;
    background-color: #03A9F4;
    border-color: #56b7d4;
}

.text-estar {
	color: #03A9F4 !important;
}

/********************************
 *
 * Bootstrap Ãœberschreibungen !!
 *
 *******************************/

.shadow-2, .shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.shadow-4 {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.shadow-6 {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow-8 {
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.shadow-16 {
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.shadow-24 {
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.shadow-remove {
	box-shadow: none !important;
}

a {
	color: rgba(0,0,0,0.7);
	font-weight: 500;
}

strong {
	font-weight:700;
}

 .text-primary {
 	color:#2196F3; /*500*/
 }

 .text-primary-light-1 {
 	color:#42A5F5; /*400*/
 }

 .text-primary-light-2 {
 	color:#64B5F6; /*300*/
 }

 .text-primary-light-3 {
 	color:#90CAF9; /*200*/
 }

 .text-primary-light-4 {
 	color:#BBDEFB; /*100*/
 }

 .text-success {
 	color:#8BC34A
 }

 .text-success-light-1 {
 	color:#9CCC65;
 }

 .text-success-light-2 {
 	color:#AED581;
 }

 .text-success-light-3 {
 	color:#C5E1A5;
 }

 .text-success-light-4 {
 	color:#DCEDC8;
 }

 .text-info {
 	color:#00BCD4;
 }

 .text-info-light-1 {
 	color:#26C6DA;
 }

 .text-info-light-2 {
 	color:#4DD0E1;
 }

 .text-info-light-3 {
 	color:#80DEEA;
 }

 .text-info-light-4 {
 	color:#B2EBF2;
 }

 .text-warning {
 	color:#FF9800;
 }

 .text-warning-light-1 {
 	color:#FFA726;
 }

 .text-warning-light-2 {
 	color:#FFB74D;
 }

 .text-warning-light-3 {
 	color:#FFCC80;
 }

 .text-warning-light-4 {
 	color:#FFE0B2;
 }

 .text-danger {
 	color:#F44336;
 }

 .text-danger-light-1 {
 	color:#EF5350;
 }

 .text-danger-light-2 {
 	color:#E57373;
 }

 .text-danger-light-3 {
 	color:#EF9A9A;
 }

 .text-danger-light-4 {
 	color:#FFCDD2;
 }

 .text-grey {
	 color:#9E9E9E;
 }

 .text-grey-light-1 {
	 color:#BDBDBD;
 }

 .text-grey-light-2 {
 	color:#E0E0E0;
 }

 .text-grey-light-3 {
 	color:#EEEEEE;
 }

 .text-grey-light-4 {
 	color:#F5F5F5;
 }

.text-deep-purple {
	color:#673AB7;
}

 .bg-primary {
 	background-color: #2196F3 !important;
 }

 .bg-primary-light-1 {
 	background-color: #42A5F5;
 }

 .bg-primary-light-2 {
 	background-color: #64B5F6;
 }

 .bg-primary-light-3 {
 	background-color: #90CAF9;
 }

 .bg-primary-light-4 {
 	background-color: #BBDEFB;
 }

 .bg-success {
 	background-color: #8BC34A;
 }

 .bg-success-light-1 {
 	background-color: #9CCC65;
 }

 .bg-success-light-2 {
 	background-color: #AED581;
 }

 .bg-success-light-3 {
 	background-color: #C5E1A5;
 }

 .bg-success-light-4 {
 	background-color: #DCEDC8;
 }

 .bg-info {
 	background-color: #00BCD4;
 }

 .bg-info-light-1 {
 	background-color: #26C6DA;
 }

 .bg-info-light-2 {
 	background-color: #4DD0E1;
 }

 .bg-info-light-3 {
 	background-color: #80DEEA;
 }

 .bg-info-light-4 {
 	background-color: #B2EBF2;
 }

 .bg-warning {
 	background-color: #FF9800;
 }

 .bg-warning-light-1 {
 	background-color: #FFA726;
 }

 .bg-warning-light-2 {
 	background-color: #FFB74D;
 }

 .bg-warning-light-3 {
 	background-color: #FFCC80;
 }

 .bg-warning-light-4 {
 	background-color: #FFE0B2;
 }

 .bg-danger {
 	background-color: #F44336;
 }

 .bg-danger-light-1 {
 	background-color: #EF5350;
 }

 .bg-danger-light-2 {
 	background-color: #E57373;
 }

 .bg-danger-light-3 {
 	background-color: #EF9A9A;
 }

 .bg-danger-light-4 {
 	background-color: #FFCDD2;
 }

 .bg-default,
 .bg-grey {
	 background-color: #9E9E9E;
 }

 .bg-default-light-1,
 .bg-grey-light-1 {
	 background-color: #BDBDBD;
 }

 .bg-default-light-2,
 .bg-grey-light-2 {
	 background-color: #E0E0E0;
 }

 .bg-default-light-3,
 .bg-grey-light-3 {
	 background-color: #EEEEEE;
 }

 .bg-default-light-4,
 .bg-grey-light-4 {
	 background-color: #F5F5F5;
 }

.disabled {
	cursor:not-allowed;
	color:#BBBBBB;
	font-style: italic;
}

/*.showSpinner::before {
    content: "\f1ce";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}*/

#loadingDiv {
	display: none;
    position: fixed;
    background-color: #000;
    opacity: .5;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.card {
	background-color:#fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	margin-bottom: 20px;
}

.card-primary {
	background-color: #2196F3;
	color:#fff;
}

.card-info {
	background-color: #00BCD4;
	color:#444;
}

.card-success {
	background-color: #8BC34A;
	color:#444;
}

.card-warning {
	background-color:#FFC107;
	color:#444;
}

.card-danger {
	background-color: #F44336;
	color:#fff;
}

.card-transparent {
	background-color:transparent;
	color:#444;
	box-shadow: none;
	margin-bottom: 30px;
}

.card .card-title {
	font-weight: 300;
	font-size:24px;
	line-height: 24px;
	padding:0.75em;
}

.card .card-content {
	padding:1.25em;
	font-size:15px;
}

.card img {
	width: 100%;
}

.card-transparent .card-content {
	font-size:15px;
	padding:0px;
}

.card .card-action {
	border-top:1px solid rgba(160,160,160,0.2);
	padding:20px;
	font-weight: 500;
}

.card-image .card-action {
	padding:0;
}

.card-image .card-content {
	padding:0;
}

.card-image .btn-group {
	margin-bottom: 0;
	width:100%;
}

.card-image .btn-group button:first-child {
	width:auto;
	float:none;
	overflow: hidden;
	/*max-width:97px;*/
}

.card-image .btn-group button:nth-child(2) {
	width: 34px;
	float:right;
}

.card .card-action > a {
	margin-right: 20px;
	text-transform: uppercase;
}

.card-danger .card-action > a {
	margin-right: 20px;
	text-transform: uppercase;
	color:#fff !important;
}

.sidebar-news {
	background-color:#fff;
	padding:15px;
	margin-left: -15px;
	height: 100%;
}

.sidebar-user {
	padding:15px;
	margin-right: -15px;
	height: 100%;
}

.circle {
	border-radius: 50%;
	/*position: relative;*/
}

.circle-avatar {
	/*position: absolute;*/
    width: 42px;
    height: 42px;
	line-height: 42px;
	text-align: center;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
	color:#fff;
	    font-size: 20px;
}

.circle-avatar-lg {
	width: 58px;
    height: 58px;
	line-height: 58px;
}

.btn-group {
	margin-bottom:5px;
}

.col-white {
	background-color:#fff;
	/*border:1px solid #e2edeb;*/
	padding-top:15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	border-radius: 2px;
	/*padding-left:15px;*/
	/*padding-right:15px;*/
}

.col-transparent {
	background:none;
	/*border:1px solid #fff;*/
	padding-top:15px;
	color:#fff;
}

.panel-transparent {
	border:none;
	background:none;
	box-shadow:none;
}

.panel-transparent .panel-heading {
	border:none;
	background: none;
}

.panel-transparent .panel-body {
	border:none;
	background:none;
}

.panel-transparent .panel-hr {
	margin-top:5px;
	margin-bottom:5px;
	border:0;
	border-top:1px solid #e7eaec;
}

.panel-hr {
	margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #e7eaec;
}

.tab-content {
	background-color: #fff;
}

.dropdown-menu > li > a {
	color:#333;
}

legend {
	font-weight:300;
	color:#666;
	border-bottom: none;
	margin-bottom: 10px;
}

.table {
	/*border: 1px solid rgba(0,0,0,.12);
	border-radius: 2px;*/
	/*white-space: nowrap;*/
}

.table > thead > tr > th {
	border:none;
	padding:12px 12px;
}

.table > tbody > tr > td {
	border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
	padding:12px 12px;
}

.table-hover > tbody > tr:hover {
	background-color: #eeeeee !important;
}

.table-hover-selected > tbody > tr {
	cursor: pointer;
}

.table-hover-selected > tbody > tr.is-selected {
	background-color:#e0e0e0;
}

.table-borderless > tbody > tr > td {
	border:none;
	padding:2px 2px;
}

.table-borderless,.table-borderless-2 > tbody > tr:hover {
	background:none !important;
}

.table-borderless-2 > tbody > tr > td {
	border:none;
	vertical-align: middle !important;
}

.table-borderless,.table-borderless-2 {
	white-space: normal;
}

th {
	font-weight:bold;
}

.btn {
	border-radius:3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border:none;
	transition: all .2s ease-out, background-color .4s ease-out;
	font-weight: 500;
}

.btn:not(.btn-xs) {
	padding:8px 12px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn-fab:focus,
.btn-fab:active
.btn-fab:active:focus {
  outline:none;
}

.btn:active,
.modal .btn:active{
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn.disabled,
.btn[disabled] {
	background-color: rgba(0,0,0,0.12) !important;
    box-shadow: none;
    color: rgba(0,0,0,0.38) !important;
    cursor: default;
}

.btn-selected {
	background-color: #e6e6e6;
}

.btn-default {
	color:rgba(0,0,0,0.8);
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-selected{
	color:rgba(0,0,0,1);
}

.btn-default:active,
.btn-default:active:hover {
	background: #BDBDBD;
}

.btn-primary,
.btn-primary:focus,
.btn-info,
.btn-info:focus,
.btn-fab-primary,
.btn-fab-primary:focus {
	background-color:#2196F3; /*500*/
	color:rgba(255,255,255,0.87);
}

.btn-primary:hover,
.btn-info:hover,
.btn-fab-primary:hover {
	background-color:#42A5F5;/*400*/
	color:rgba(255,255,255,1);
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-fab-primary:active,
.btn-fab-primary:active:focus,
.btn-fab-primary:active:hover {
	background-color:#90CAF9;/*200*/
}

.btn-danger,
.btn-danger:focus {
	background-color:#F44336;/*500*/
	color:rgba(255,255,255,0.87);
}

.btn-danger:hover {
	background-color:#EF5350;/*400*/
	color:rgba(255,255,255,1);
}

.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover {
	background-color:#EF9A9A;/*200*/
}

.btn-warning,
.btn-warning:focus {
	background-color:#FF9800;/*500*/
	color:rgba(255,255,255,0.87);
}

.btn-warning:hover {
	background-color:#FFA726;/*400*/
	color:rgba(255,255,255,1);
}

.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover {
	background-color:#FFCC80;/*200*/
}

.btn-success,
.btn-success:focus {
	background-color:#8BC34A;/*500*/
	color:rgba(255,255,255,0.87);
}

.btn-success:hover {
	background-color:#9CCC65;/*400*/
	color:rgba(255,255,255,1);
}

.btn-success:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:active {
	background-color:#C5E1A5;/*200*/
}

.btn-flat-default,
.btn-flat-default:focus {
	box-shadow: none;
	color:#444;
	background-color: #fff;
}

.btn-flat-default:active,
.btn-flat-default:active:focus {
	background-color: rgba(0,0,0,0.25);
}

.btn-flat-default:hover {
	box-shadow: none;
	color:#444;
	background-color: #EEEEEE;
}

.btn-flat-primary,
.btn-flat-primary:focus {
	box-shadow: none;
	color:#2196F3;
	background-color: #fff;
}

.btn-flat-primary:active,
.btn-flat-primary:active:focus {
	background-color: #BBDEFB;
}

.btn-flat-primary:hover {
	box-shadow: none;
	color:#2196F3;
	background-color: #EEEEEE;
}

.btn-flat-success,
.btn-flat-success:focus {
	box-shadow: none;
	color:#8BC34A;
	background-color: #fff;
}

.btn-flat-success:active,
.btn-flat-success:active:focus {
	background-color: #DCEDC8;
}

.btn-flat-success:hover {
	box-shadow: none;
	color:#8BC34A;
	background-color: #EEEEEE;
}

.btn-flat-warning,
.btn-flat-warning:focus {
	box-shadow: none;
	color:#FF9800;
	background-color: #fff;
}

.btn-flat-warning:active,
.btn-flat-warning:active:focus {
	background-color: #FFE0B2;
}

.btn-flat-warning:hover {
	box-shadow: none;
	color:#FF9800;
	background-color: #EEEEEE;
}

.btn-flat-danger,
.btn-flat-danger:focus {
	box-shadow:none;
	color:#F44336;
	background-color: #fff;
}

.btn-flat-danger:active,
.btn-flat-danger:active:focus {
	background: #FFCDD2;
}

.btn-flat-danger:hover {
	box-shadow: none;
	color:#F44336;
	background-color: #EEEEEE;
}

/*.btn-flat-danger:active {
	box-shadow: none;
	color:#F44336;
	background-color: #FFCDD2;
}*/

.btn-flat-icon-primary {
	background-color:#2196F3; /*500*/
	color:rgba(255,255,255,0.87);
	box-shadow: none;
	font-size: 22px;
	padding:0px 12px;
}

.btn-flat-icon-transparent {
	background: none;
	color:#444;
	box-shadow: none;
	font-size: 22px;
	padding:0px 12px;
}

.btn-flat-icon-transparent:hover {
	box-shadow: none;
	background-color: #EEEEEE;
}

.btn-flat-icon-transparent:active,
.btn-flat-icon-transparent:active:hover,
.btn-flat-icon-transparent:focus,
.btn-flat-icon-transparent:active.focus {
	box-shadow: none;
	color:#444;
	background-color: #E0E0E0;
}

.btn-fab {
	font-size: 20px;
	width: 56px;
    height: 56px;
	line-height: 56px;
	border:none;
	border-radius: 50%;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	transition: all .2s ease-out, background-color .4s ease-out;
}

.btn-fab:active {
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.btn-group {
	transition: all .2s ease-out;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-group:active {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-group .btn {
	box-shadow: none;
}

.btn-group.open .dropdown-toggle {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-menu {
	border:none;
	border-radius: 3px;
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	padding:0;
	right:0;
	left:auto;
}

.dropdown-menu .divider {
	margin: 0;
}

.dropdown-menu > li > a {
	padding: 10px 12px;
	font-weight: 400;
}

.dropdown-menu > li > a:hover {
	color:inherit;
	background-color: #eee;
}

.form-control {
	border:none;
	box-shadow: none;
	color:inherit;
}

input.form-control,
select.form-control,
textarea.form-control,
div.form-control {
	border:none;
	border-bottom:1px solid #9e9e9e;
	box-shadow: none;
}

div.form-control[placeholder]:empty:before {
	content: attr(placeholder);
	color: #aaa;
	cursor: text;
}

div.form-control[placeholder]:empty:focus:before {
	content: "";
}

.form-control:focus {
	box-shadow:none;
	border-color:#03A9F4;
	box-shadow: 0 1px 0 0 #03A9F4;
}

.control-label {
	/*display:none;*/
	color:#9e9e9e;
	font-weight:normal;
	font-size: 13px;
	margin-bottom: 0px;
}

.input-group-addon {
	border:none;
	color:#555;
	font-size:16px;
}

.modal-title {
	font-size:22px;
	font-weight:400;
}

.modal-footer {
	border:none;
}

.modal-header {
	border:none;
}

.modal-content {
	border:none;
	border-radius:2px;
	box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12) !important;
}

.modal-backdrop.in {
	opacity: .35;
}

.modal .btn, .modal .btn-group {
	box-shadow:none;
}

.form-radio {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	/*font-size: 1rem;*/
	font-weight: normal;
	transition: .28s ease;
	-webkit-user-select: none;
}

.form-radio:before {
	border: 2px solid #444;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	transition: .28s ease;
}

.form-radio:after {
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	border: 2px solid #2196F3;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	transition: .28s ease;
}

[type="radio"]:checked+.form-radio:before {
	border: 2px solid #2196F3;
}

[type="radio"]:checked+.form-radio:after,
[type="radio"]:checked:disabled+.form-radio:after {
	transform: scale(0.5);
	background-color: #2196F3;
    z-index: 0;
}

[type="radio"]:checked:disabled+.form-radio:after {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
}

[type="radio"]:disabled+.form-radio {
	cursor:not-allowed;
	border-color: #BDBDBD;
}

[type="radio"]:disabled+.form-radio:before {
	background-color: #fff;
	border-color: #BDBDBD;
}

.radio-hidden,.checkbox-hidden {
	position: absolute;
    left: -9999px;
    opacity: 0;
}

.form-checkbox {
	position: relative;
	padding-left:25px;
	cursor:pointer;
	display: inherit;
	max-width: inherit;
	margin-bottom: inherit;
	font-weight: inherit;
}

.form-checkbox:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 20% 40%;
	transform-origin: 100% 100%;
	content: '';
	left: 0;
	position: absolute;
	transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
	z-index: 1;
}

.form-checkbox:after {
	border-radius: 2px;
	height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: -1px;
    z-index: 0;
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"]:checked+.form-checkbox:before,
[type="checkbox"]:checked:disabled+.form-checkbox:before {
	content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
	top: 0px;
    left: 0px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked+.form-checkbox:after,
[type="checkbox"]:checked:disabled+.form-checkbox:after {
	top: -1px;
    width: 18px;
    height: 18px;
    border: 2px solid #03A9F4;
    background-color: #03A9F4;
    z-index: 0;
}

[type="checkbox"]:checked:disabled+.form-checkbox:after {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
}

[type="checkbox"]:disabled+.form-checkbox {
	cursor:not-allowed;
	border-color: #BDBDBD;
}

[type="checkbox"]:disabled+.form-checkbox:after {
	background-color: #fff;
	border-color: #BDBDBD;
}

.switch {

}

.switch label {
	cursor: pointer;
}

.switch label input[type=checkbox] {
	opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked+.switch-dot {
    background-color: #90CAF9;
}

.switch label input[type=checkbox]:checked+.switch-dot:after {
    background-color: #2196F3;
    left: 24px;
}

.switch label .switch-dot {
	content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .switch-dot:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #F1F1F1;
	border-radius: 21px;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
	left: -5px;
	top: -3px;
	transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

#toast-container {
	display: block;
    position: fixed;
    z-index: 10000;
	top: 10%;
    right: 7%;
    max-width: 86%;
}

.toast {
	border-radius: 2px;
	top: 0;
	width: auto;
	clear: both;
	margin-top: 10px;
	position: relative;
	max-width: 100%;
	height: auto;
	min-height: 48px;
	line-height: 1.5em;
	word-break: break-all;
	background-color: #323232;
	padding: 10px 25px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	float:right;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.tab-panel {
	display:block;
	border-radius:3px;
	background-color:#fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.tab-panel-transparent {
	display:block;
	border-radius:3px;
	background-color:transparent;
	box-shadow: none;
}

.tab-content {
	background:none;
	padding-top:10px;
}

.nav-tabs {
	border:none;
}

.tab-panel-transparent .nav-tabs {
	border-radius:3px;
	background-color:#fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
				0 3px 1px -2px rgba(0, 0, 0, 0.2),
				0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.tab-panel-transparent .tap-pane {
	padding:0px;
}

.nav-tabs > li > a {
	position: relative;
	overflow: hidden;
	/*transition: all .2s ease-out;*/
}

.nav-tabs > li.active > a,.nav-tabs > li > a {
	border:none;
	background:none;
	color:#aaa;
	font-weight: 500;
	font-size:15px;
}

.nav-tabs > li.active > a {
	color:#03A9F4;
	border-bottom:2px solid #03A9F4;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color:#03A9F4;
	border:none;
	border-bottom:2px solid #03A9F4;
	background:none;
}

.panel {
	border-radius: 3px !important;
}

.panel-body {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.panel-heading {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-lg .panel-heading {
	padding:1.25em;
}

.panel-lg .panel-heading h3 {
	font-size:22px;
	font-weight: 400 !important;
}

.panel .panel-heading h3 {
	font-weight: 500;
}

.panel-default {
	border: none;
	background-color: #EEEEEE;
}

.panel-default .panel-heading {
	color:rgba(0,0,0,0.7);
	border:none;
	background-color: #EEEEEE;
}

.panel-default .panel-body {
	background-color: #fff !important;
}

.panel-primary {
	border:none;
	/*background-color: #2196F3;*/
}

.panel-primary .panel-heading {
	color:rgba(255,255,255,0.8);
	border:none;
	background-color: #2196F3;
}

.panel-primary .panel-body {
	background-color: #fff !important;
}

.panel-info {
	border:none;
	/*background-color: #BBDEFB;*/
}

.panel-info .panel-heading {
	color:rgba(0,0,0,0.6);
	border:none;
	background-color: #BBDEFB;
}

.panel-info .panel-body {
	background-color: #fff !important;
}

/*.panel-info {
	border:none;
	background-color: #B2EBF2;
}

.panel-info .panel-heading {
	color:#444;
	border:none;
	border-radius: 2px;
	background-color: #B2EBF2;
}

.panel-info .panel-body {
	background-color: #fff !important;
}*/

.panel-success {
	border:none;
	/*background-color: #8BC34A;*/
}

.panel-success .panel-heading {
	color:rgba(255,255,255,0.8);
	border:none;
	background-color: #8BC34A;
}

.panel-success .panel-body {
	background-color: #fff !important;
}

.panel-warning {
	border:none;
	/*background-color: #FFC107;*/
}

.panel-warning .panel-heading {
	color:rgba(255,255,255,0.8);
	border:none;
	background-color: #FFC107;
}

.panel-warning .panel-body {
	background-color: #fff !important;
}

.panel-danger {
	border:none;
	/*background-color: #F44336;*/
}

.panel-danger .panel-heading {
	color:rgba(255,255,255,0.8);
	border:none;
	background-color: #F44336;
}

.panel-danger .panel-body {
	background-color: #fff !important;
}

.label-primary,
.label-info,
.badge-primary,
.badge-info {
	background-color: #03A9F4;
}

.label-success,
.badge-success {
	background-color: #8BC34A;
}

/*.label-info {
	background-color: #00BCD4;
}*/

.label-warning,
.badge-warning {
	background-color: #FFC107;
}

.label-danger,
.badge-danger {
	background-color: #F44336;
}

.alert {
	border-radius: 2px;
}

.alert-primary,
.alert-info {
	border:none;
	background-color: #B3E5FC;
	color:#444;
}

/*.alert-info {
	border:none;
	background-color: #B2EBF2;
	color:#0097A7;
}*/

.alert-success {
	border:none;
	background-color: #DCEDC8;
	color:#444;
}

.alert-warning {
	border:none;
	background-color: #FFECB3;
	color:#444;
}

.alert-danger {
	border:none;
	background-color: #FFCDD2;
	color:#444;
}

.list {
	margin: 0.5rem 0 1rem 0;
	/*border: 1px solid #e0e0e0;*/
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	list-style: none;
}

.list-item {
	background-color: #fff;
	line-height: 2rem;
	padding: 10px 20px;
	margin: 0;
	border-radius: 2px;
	/*border-bottom: 1px solid #e0e0e0;*/
}

.list-item-hover {
	cursor: pointer;
	background: none;
	transition: all .3s ease;
}

.list-item-hover:hover {
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
	background-color: #e0e0e0;
}

.list-item-hover.active {
	background-color: #e0e0e0;
}

.list-item.avatar {
	min-height: 66px;
	padding-left: 72px;
	position: relative;
}

.list-sm .list-item.avatar {
	min-height: 61px;
	padding-left: 52px;
	position: relative;
}

.list-item.avatar .circle {
	position: absolute;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
	left: 15px;
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	font-size: 20px;
}

.list-sm .list-item.avatar .circle {
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	left: 10px;
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	font-size: 20px;
}

.list-item.avatar .title {
	font-size:18px;
	font-weight: 500;
}

.list-sm .list-item.avatar .title {
	font-size:16px;
	font-weight: 500;
}

.list-item.avatar .secondary {
	position: absolute;
	top: 16px;
	right: 16px;
}

.list-item.avatar p {
	    margin: 0;
}

.tap-target-wrapper {
	width: 800px;
	height: 800px;
	position: fixed;
	z-index: 1000;
	visibility: hidden;
	transition: visibility 0s .3s
}

.tap-target-wrapper.open {
	visibility: visible;
	transition: visibility 0s
}

.tap-target-wrapper.open .tap-target {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .95;
	transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1)
}

.tap-target-wrapper.open .tap-target-wave::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.tap-target-wrapper.open .tap-target-wave::after {
	visibility: visible;
	-webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
	animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
	transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s, visibility 0s 1s;
	transition: opacity .3s, transform .3s, visibility 0s 1s, -webkit-transform .3s
}

.tap-target {
	position: absolute;
	font-size: 16px;
	border-radius: 50%;
	background-color: #ee6e73;
	box-shadow: 0 20px 20px 0 rgba(0,0,0,0.14),0 10px 50px 0 rgba(0,0,0,0.12),0 30px 10px -20px rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1)
}

.tap-target h5 {
	font-size: 18px;
}

.tap-target-content {
	position: relative;
	display: table-cell
}

.tap-target-wave {
	position: absolute;
	border-radius: 50%;
	z-index: 10001
}

.tap-target-wave::before,.tap-target-wave::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff
}

.tap-target-wave::before {
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.tap-target-wave::after {
	visibility: hidden;
	transition: opacity .3s, visibility 0s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s, visibility 0s;
	transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
	z-index: -1
}

.tap-target-origin {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10002;
	position: absolute !important
}

.tap-target-origin:not(.btn):not(.btn-large),.tap-target-origin:not(.btn):not(.btn-large):hover {
	background: none
}

@media only screen and (max-width: 600px) {
	.tap-target,.tap-target-wrapper {
		width:600px;
		height: 600px
	}
}

.progress {
	position: relative;
	z-index: 1;
	height: 16px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar {
	border-radius: 2px;
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
}

.progress-bar:last-child:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #BBDEFB;
}

.progress-bar-primary {
	background-color: #2196F3
}

.progress-bar-success:last-child.progress-bar:before {
	background-color: #DCEDC8;
}

.progress-bar-success {
	background-color: #8BC34A;
}

.progress-bar-warning:last-child.progress-bar:before {
	background-color: #FFF8E1;
}

.progress-bar-warning {
	background-color: #FFC107;
}

.progress-bar-danger:last-child.progress-bar:before {
	background-color:#FFCDD2;
}

.progress-bar-danger {
	background-color: #F44336;
}

.nav > li > a:hover, .nav > li > a:focus {
	background:none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border:none;
}

.breadcrumb {
	/*margin-bottom:0px !important;*/
}

.breadcrumb > .active {
	color:rgba(0,0,0,0.7);
	font-size:18px;
	font-weight: 700;
}

.pagination > li > a,
.pagination > li > span {
	border:none;
	font-size: 16px;
	border-radius: 3px;
	transition: all .2s ease-out, background-color .4s ease-out;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
	color:#2196F3;
	background-color: #EEEEEE;
	transform: scale(1.2);
}

.pagination > li.active > a,
.pagination > li.active > span {
	background-color: #2196F3;/*500*/
	color:rgba(255,255,255,0.87);
	border-color: #2196F3;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
	background-color:#42A5F5;/*400*/
	color:rgba(255,255,255,1);
}

.list-group-item {
	border:none !important;
}

.clear{
    clear:both;
}

/** Ende   **/