body{font-size:14px;}
.navbar .navbar-wrapper a {color:#333 !important; font-weight:bold;}
a.nav-link i, a.dropdown-item{color:#003f5f !important;}

tr.selected{background:#168fcd !important; border-bottom: 1px solid white !important; border-top: 1px solid #0b4867 !important;}
tr.selected > td {color:white !important; font-weight:bold;}


/* ---------------------------- */

::placeholder {color:#ccc !important; opacity: 1;}

.full-page > .content {padding-top:70px !important;}
/* Titles */
h4, h5.title, p.description {color:#232323;}
h4.card-title i{color:#a29f94 !important;}
h5.title

/* .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; 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{color:#000 !important; background-color: rgba(0, 0, 0, 0.1) !important;}

.nav-tabs .nav-item{color:#555 !important;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: rgb(30,87,153) !important;
	background: rgb(213,235,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(213,235,251,1) 0%, rgba(204,234,255,.7) 49%, rgba(171,211,238,.8) 50%, rgba(255,255,255,.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213,235,251,1) 0%,rgba(204,234,255,.7) 49%,rgba(171,211,238,.8) 50%,rgba(255,255,255,.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213,235,251,1) 0%,rgba(204,234,255,.7) 49%,rgba(171,211,238,.8) 50%,rgba(255,255,255,.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5ebfb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: rgba(0, 0, 0, 0.14902) 0px -5px 10px 0px;
}

/* 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:1px 7px !important; vertical-align: middle;}


.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;}

.btn-default {
    color: #333;
    background-color: #fff;
    border:1px solid #eee;
    }

 .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:rgb(30,87,153) !important; border:1px solid rgb(30,87,153) !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;}

  .btn.uploadDocument, .btn.showDocument {border:1px solid white !important;}
	.btn.uploadDocument:hover, .btn.showDocument:hover {border:1px solid #ccc !important;}
  .uploadDocument:hover i, .showDocument:hover i{color:#f96332 !important;}

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

 .text-primary, .plupload_header_title {color: rgb(30,87,153) !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: rgb(30,87,153) !important; */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
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:#656565 !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;
}

.table-truncate {
    position: relative;
 }

 .table-truncate__body {
   position: absolute;
   max-width: 95%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   margin-top:-10px;
 }

#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{
		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%) !important; /* 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%) !important;; /* 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%) !important;; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ) !important;; /* IE6-9 */
}
.btn-success{border-color: transparent !important;}

.bg-primary, .btn-primary{
	background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.bg-secondary, .btn-secondary {background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */}
.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-blue-light{
	background: rgb(213,235,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(213,235,251,1) 0%, rgba(204,234,255,.7) 49%, rgba(171,211,238,.8) 50%, rgba(255,255,255,.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213,235,251,1) 0%,rgba(204,234,255,.7) 49%,rgba(171,211,238,.8) 50%,rgba(255,255,255,.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213,235,251,1) 0%,rgba(204,234,255,.7) 49%,rgba(171,211,238,.8) 50%,rgba(255,255,255,.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5ebfb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.bg-watch{background: rgba(255, 248, 191, 0.48) !important;}
.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}
.td-shadow-right {box-shadow: inset -28px 0 20px rgba(100,100,100,.2) !important}

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

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget a .btn:hover {
  background-color: transparent; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 8px 6px;
  width: 254px;
  max-width: 254px; }
  .bootstrap-datetimepicker-widget.dropdown-menu .now-ui-icons {
    opacity: 1; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: -5px;
  left: 10px;
  right: auto;
  color: #FFFFFF;
  border-bottom: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  display: none; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: auto;
  bottom: -6px;
  right: auto;
  left: 10px;
  color: #FFFFFF;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent; }

.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin-top: auto;
  margin-bottom: -20px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
  margin-top: auto;
  margin-bottom: 3px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  border-width: 0;
  color: #66615B;
  background-color: transparent; }

.bootstrap-datetimepicker-widget a[data-action="togglePicker"],
.bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover {
  color: #f96332; }

.bootstrap-datetimepicker-widget a[data-action]:hover {
  background-color: transparent; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 1.5em;
  margin: 3px;
  border-radius: 50%; }

.bootstrap-datetimepicker-widget button[data-action] {
  width: 38px;
  background-color: #f96332;
  height: 38px;
  padding: 0;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); }

.bootstrap-datetimepicker-widget .btn {
  margin: 0 !important; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  border-radius: 3px;
  color: #f96332; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
  border-radius: 3px;
  margin: 2px 0px !important; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  text-align: center; }

.bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
  text-align: center; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-weight: 300; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #cfcfca;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  border-radius: 4px;
  height: 27px;
  width: 27px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  color: #f96332; }

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table th.dow {
  text-align: center;
  color: #f96332;
  padding-bottom: 5px;
  padding-top: 10px; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span, .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td.cw > div {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #cfcfca; }

.bootstrap-datetimepicker-widget table td.day > div,
.bootstrap-datetimepicker-widget table td.minute > div,
.bootstrap-datetimepicker-widget table td.hour > div {
  height: 30px;
  line-height: 2.2;
  width: 30px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: -1;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }

.bootstrap-datetimepicker-widget table td.day:hover > div, .bootstrap-datetimepicker-widget table td.hour:hover > div, .bootstrap-datetimepicker-widget table td.minute:hover > div, .bootstrap-datetimepicker-widget table td.second:hover > div {
  background: #eee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old > div, .bootstrap-datetimepicker-widget table td.new > div {
  color: #888; }

.bootstrap-datetimepicker-widget table td.today > div:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #68B3C8;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #f96332;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); }

.bootstrap-datetimepicker-widget table td.active.today:before > div {
  border-bottom-color: #FFFFFF; }

.bootstrap-datetimepicker-widget table td.disabled > div, .bootstrap-datetimepicker-widget table td.disabled:hover > div {
  background: none;
  color: #cfcfca;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #f96332;
  color: #FFFFFF; }

.bootstrap-datetimepicker-widget table td span.old {
  color: #cfcfca; }

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #cfcfca;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
  border-radius: 50% !important; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 1px;
  text-align: center;
  z-index: 1;
  cursor: pointer; }

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .picker-switch,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.prev span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.next span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.day > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget a[data-action="togglePicker"],
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .timepicker-hours span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .timepicker-minutes span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .separator,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.minute > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.hour > div {
  color: #FFFFFF; }

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.dow {
  color: rgba(255, 255, 255, 0.8); }

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.old > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.new > div {
  color: rgba(255, 255, 255, 0.4); }

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget button[data-action] {
  background-color: #FFFFFF; }

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #FFFFFF; }

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td:not(.active).day:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.hour:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.minute:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.second:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td span:hover {
  background: rgba(255, 255, 255, 0.2); }

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background-color: rgba(255, 255, 255, 0.2); }

input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget {
  background-color: #f96332; }
  input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget table td.active > div,
  input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
  input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #f96332; }

input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget {
  background-color: #2CA8FF; }
  input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget table td.active > div,
  input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
  input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #2CA8FF; }

input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget {
  background-color: #18ce0f; }
  input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget table td.active > div,
  input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
  input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #18ce0f; }

input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget {
  background-color: #FF3636; }
  input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget table td.active > div,
  input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
  input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #FF3636; }

input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget {
  background-color: #FFB236; }
  input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget table td.active > div,
  input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
  input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #FFB236; }


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