
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

* {font-family: 'Ubuntu', sans-serif !important; }
p, table, div {font-size:14px; margin-bottom:15px;}
::placeholder {color:#ccc !important; opacity: 1;}
input:focus { border-color:#888 !important; box-shadow: 0 0 0 .2rem rgba(0, 51, 153, 0.1) !important;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 33%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 33%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 33%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */}

.bg-watch{background: rgba(255, 248, 191, 0.48) !important;bg-watch;
}
.full-page > .content {padding-top:70px !important;}
/* Titles */
h4, h5.title, p.description {color:#444;}
h4.card-title i{color:#444 !important;}
h5.title{font-size:22px !important;}
h6{font-size:16px; font-weight:bold;}

/* .navbar .navbar-toggler-bar{background: #f96332;} */

/* NAVBAR Gradient */
.main-panel > .navbar {background:linear-gradient(to right, #fff, #e9e9e9);}

/* SIDEBAR Gradient */
.sidebar[data-color="orange"]:after, .off-canvas-sidebar[data-color="orange"]:after{
background: rgb(233, 230, 230); /* Old browsers */
background: -moz-linear-gradient(to bottom, white 0%, #e9e9e9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(to bottom, white 0%, #e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e9e9e9 0%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */}

.sidebar{border-right:1px solid white;}

/* SIDEBAR Active bar */
.sidebar .nav li.active > a, .gradient{ margin-right:0;padding-right:0; border-top-right-radius:0; border-bottom-right-radius:0;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(to bottom right, rgba(255,255,255,1) 0%, white 62%, #b0b0b0 100%);
background: -webkit-linear-gradient(to bottom right, rgba(255,255,255,1) 0%, white 62%, #b0b0b0 100%);
background: -o-linear-gradient(to bottom right, rgba(255,255,255,1) 0%, white 62%, #b0b0b0 100%);
background: -ms-linear-gradient(to bottom right, rgba(255,255,255,1) 0%, white 62%, #b0b0b0 100%);
background: linear-gradient(to bottom right, rgba(255,255,255,1) 0%, white 62%, #b0b0b0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0b0b0', GradientType=1 );
}
.sidebar-wrapper{overflow: hidden !important;}

/* SIDEBAR Nav Icon */
ul.nav li a i{color:#e00000 !important; box-shadow:0 0 3px white !important;border-radius:50%; background:white;}
/* SIDEBAR Menu Links */
.sidebar .nav li:not(.active) > a, .sidebar[data-background-color="white"] .nav li:not(.active) > a, .off-canvas-sidebar .nav li:not(.active) > a, .off-canvas-sidebar[data-background-color="white"] .nav li:not(.active) > a{color:#333; font-size:12px !important;}

.sidebar .user, .off-canvas-sidebar .user{padding: 10px 0; margin: auto;}
.sidebar .user a:hover{color:black;}

a.dropdown-item{color:#666 !important; }
a.dropdown-item:hover{background:#ededed;color:black !important;}

ul.nav li a:hover {background: rgba(0,0,0,.1) !important; color:#232323 !important;}

.sidebar .nav li.active > a p{font-size:13px !important;}
.sidebar .nav li.active > a {color:#333 !important;}
ul.nav li.active a{color:#2b4572;} /* Sidebar Nav Menu Active */
ul.nav li a p{font-size:13px !important;} /* Sidebar Nav Menu */

.panel-header{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
height:auto !important;
}

i.now-ui-icons.design_app{color:#f96332;}
/* .now-ui-icons {font-size:19px !important;} */

.main-panel {background: #f4f3ef !important;}
.navbar-wrapper a{font-size:17px !important; color:#666 !important;}
.navbar .navbar-nav a.nav-link{color:#f96332;}
.navbar .navbar-nav a.nav-link:hover, .footer a:hover{color:#039 !important;}

.nav-tabs .nav-item{color:green;}

a.topNav {font-size:16px !important;}

/* LOGO Placeholder */
.logo{background:linear-gradient(to left, white, #e6e6e6);}
/*  LOGO width  */
/* .login-page .card-login .logo-container{width:40% !important;} */

.table > thead > tr > th {font-weight:bold; font-size:14px; color:#666;}
 /* Haupt Ordner link */
.table > tbody > tr > th a {color: #de2640 !important;}
/* .table-striped tbody tr:nth-of-type(odd){background-color: rgba(240,230,190,.2);} */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {padding:4px 7px !important;}


.card-plain table > tbody > tr > td{border-top-color: #fff !important;}

.form-control:focus{border: 1px solid #232323;} /* INPUT Selected */

.lock-wrapper{position: absolute; top:0; left:0; width:100%;height:100%; background: url(/img/system/lock_bg.jpg) center center no-repeat; background-size:cover; z-index: 1000; box-shadow: inset 0 0 50px white;}

a {color:#039 !important;}

.btn-default {
    color: #333;
    background-color: #fff;
    border:1px solid #eee;
    }
 .btn-success {
    background: rgb(131,199,131); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(131,199,131,1) 0%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 73%, rgba(0,132,35,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(131,199,131,1) 0%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 73%,rgba(0,132,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(131,199,131,1) 0%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 73%,rgba(0,132,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#008423',GradientType=0 ); /* IE6-9 */
 }
 .btn-primary {background: #039 !important;}
 .btn-secondary {background: #333333 !important;}
 .btn-light {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 33%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 33%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 33%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */}
 .btn-light:hover, .f-btn {color:#a80000 !important; border:1px solid #ffb6ce !important;}
 .btn-dark {background:#666;}
 .btn-white{background: white; border:1px solid #e3e3e3 !important;}
 .btn-info {
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 34%, rgba(0,118,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 34%,rgba(0,118,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 34%,rgba(0,118,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#0076ed',GradientType=0 ); /* IE6-9 */}
  .btn-round {border-radius:30px !important;}

 .plupload_header {background:linear-gradient(to right bottom, white, #a29f94); padding-bottom:10px;}

 .text-primary, .plupload_header_title {color: #039!important;}
 .text-secondary {color:#333333 !important; }
 .text-light {color:#cdcdcd !important;}
 .text-white {color:white !important;}
 .text-grey{color:#888 !important;}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
	display: block;
	color: white !important;
}
.badge-primary {
color: #fff;
background-color: #e00000;
border:0;
}
.badge-default {
    color: #333 !important;
    background-color: #dedede !important;
    border:0;
    }
.badge-white {
        color: #666 !important;
        background-color: white !important;
        border:0;
    }
.badge-dark {background-color:#474747 !important;}

.border-white{border-color:#fff !important;}
.border-light{border-color:#dedede !important;}
.border-dark{border-color:#aaa !important;}
.border-grey{border-color:#aaa !important;}
.border-black{border-color:#333 !important;}

.green {
    background-image: -webkit-linear-gradient(top, #13fB04 0%, #58e343 50%, #ADED99 100%);
}

.orange {
    background-image: -webkit-linear-gradient(top, #f9a004 0%, #e0ac45 50%, #ead698 100%);
}


.red {
    background-image: -webkit-linear-gradient(top, #e00000 0%, #e35843 50%, #edad99 100%);
}


.led {
    border-radius: 5px;
    width: 2px;
    height: 2px;
    box-shadow: 0px 0px 3px black;
    margin: 5px;
    zoom: 5;
}

.led:after {
    display: block;
    content: '';
    margin-left: 1px;
    margin-right: 1px;
    width: 8px;
    height: 6px;
    -webkit-border-top-right-radius: 4px 3px;
    -webkit-border-top-left-radius: 4px 3px;
    -webkit-border-bottom-right-radius: 4px 3px;
    -webkit-border-bottom-left-radius: 4px 3px;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%);
}

.red-circle{background:#F44336; margin:0 auto; color:white; width:26px; display:block; padding-top:2px; border-radius:50%; transition: all .2s ease-in-out; }
.red-circle:hover{transform: scale(1.5); background:white; color: red; box-shadow: 0 2px 5px #ccc;}

/* Logged User in Sidebar */
.text-black{ color:black !important; }

div.user { background: white; }

.truncate-word {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.truncate-word > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wizardProfile ul.nav .nav-pills > li{padding:9px !important;}

.choose-over:hover{
    color:gray !important;
    background-color: white !important;
}


#uploadfiles i{
	animation-name: hochladen;
	animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes hochladen {
    from {color: white;}
    to {color: #f96332;}
}

.pagination{
    background-color:#eee !important;
}

.menu-hover:hover{
    color: #f96332 !important;
}
.page-link{color:black !important;}
.page-item.active .page-link {background-color:#555 !important;border-color:orange !important; color:white !important;}

.input-group-addon{ border-radius:0 !important; border-top-left-radius:30px !important; border-bottom-left-radius:30px !important; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option{margin-right:5px !important;}

/* SWITCH */
.bootstrap-switch-container{text-transform: uppercase;}
.bootstrap-switch .bootstrap-switch-label {background:#70b45d;}
.bootstrap-switch-handle-on {color:black !important;}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{color:black !important;}

.bg-default{background:#aaa !important}
.bg-success, .btn-success, .badge-success{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

	box-shadow: inset 0 -5px 15px green;}
.bg-primary{background:#e00000 !important}
.bg-secondary{background:#f3f5f7 !important}
.bg-black, .btn-black{
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.bg-light{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 33%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 33%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 33%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */}
.bg-watch{background: rgba(255, 248, 191, 0.48) !important;bg-watch
}
.bg-projekt{background:#e0ffdf !important;}

.show-folder-info:hover .folder-info-hidden {display:block;}

/* FREIZUGEBEN */
#allow a {padding-left:14px;}
#allow a span {float: left; display: inline-block; margin-right: 10px; margin-top: 5px;}



/* tbody#folder-table tr td a, tbody#folder-table tr td i{color:#de2640;} /* folder-table */

.plupload_header_text {color:#333;}
a.dokument-download{color:#2b4572;}

/* WIZZARD */
.wizard-card[data-color="orange"] .moving-tab {background-color: #2b4572 !important;}
ul.nav-pills li a:hover{color:#2b4572 !important; background: none !important; text-decoration: none; text-shadow:1px 1px 1px #ccc;}

footer{position:fixed !important; bottom:0 !important;}

@media screen and (max-width: 991px){
.navbar .navbar-toggler-bar {background:#aaa !important;} /* Toggle bar color */
}

.sidebar .nav li > a, .off-canvas-sidebar .nav li > a {color:#222 !important; font-size:.9em;text-shadow: 0 1px 2px #ccc;}
.sidebar .nav li > a:hover, .off-canvas-sidebar .nav li > a:hover {background:#fff !important;}

.observed {background:rgba(255, 54, 54, .2)}


/* table.dataTable > thead > tr > th, table.dataTable > tbody > tr > th, table.dataTable > tfoot > tr > th, table.dataTable > thead > tr > td, table.dataTable > tbody > tr > td, table.dataTable > tfoot > tr > td {width:70px !important;} */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {left: 6px !important;}

.table .form-check label .form-check-sign::before, .table .form-check label .form-check-sign::after{
    font-weight: bold !important;
    border-width: 1px !important;
    border-color: rgb(130, 130, 130) !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content: center !important;}
table.dataTable > tbody > tr.child {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 33%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 33%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 33%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}


.td-shadow-left {box-shadow: inset 28px 0 20px rgba(100,100,100,.2) !important}

#drop-target_filelist { height:140px !important;}

.f-10pt { font-size: 10pt !important; }


@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}
