@import url("bootstrap.min.css");

.background-color-white {
	background-color: white;
}
.btn-shadow {
	  -moz-box-shadow:    1px 1px 4px 1px #ccc;
  -webkit-box-shadow: 1px 1px 4px 1px #ccc;
  box-shadow:         1px 1px 4px 1px #ccc;
}
.juku {
	display: none;
}
.break-spaces {
	white-space: break-spaces;
	font-size: 15px;
}
strong {
	font-weight: bold;
}
textarea.time-record-comment {
	height: 45px;
}
.small-padding {
	padding: 10px;
}
.datatables ::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: uppercase;
}
.datatables :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: uppercase;
}
.datatables ::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: uppercase;
}
.datatables :-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: uppercase;
}
.datatables ::placeholder { /* Recent browsers */
    text-transform: uppercase;
}
.datepicker.datepicker-dropdown, .ui-datepicker {
	z-index: 1600 !important;
}
.wrapper {
    display: flex;
    width: 100%;
}
.navbar-header {
	position: absolute;
	top: 20px;
}
.error {
	color: red;
}
.bootstrap-datetimepicker-widget {
	z-index: 9999999999999999999999999999999999;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	width: auto!important;
}
.table-mini tr,
.table-mini td,
.table-mini th,
.table-mini input,
.table-mini select,
.table-mini {
	padding: 2px!important;
}
#timer {
	color: white;
	padding-left: 10px;
	margin-top: 10px;
}
.not-clickable a {
	cursor: default;
}
.wp-block-image img {
	max-width: 100%;
}
#bigModalBody .modal-header {
    display: block;
    position: sticky;
    z-index: 99;
    top: -8px;
    padding: 10px;
    background-color: white;
    height: 50px;
}
.modal-footer {
	display: block;
	position: sticky;
	bottom: -10px;
	background-color: white;
	height: 50px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	background: transparent;
	position: static;
}
#exportButtons {
	display: flex;
	float: right;
	margin-top: -10px;
}
#timerButtons {
	display: flex;
	float: left;
	height: 40px;
	margin-top: 2px;
}
#timerButtons a.btn {
	width: 150px;
}
#timerButtons input.form-control {
	float: left;
	margin-top: -2px;
	height: 44px;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
	bottom: 0.1em!important;
}
table.dataTable td, table.dataTable th {
	max-width: 260px;
}
.pointer {
	cursor: pointer;
}
.hidden {
	display: none;
}
.navbar.navbar-expand-lg.fixed-top.navbar-dark.bg-primary {
	border-right: 4px solid #b02020;
}
.navbar.navbar-expand-lg.fixed-top.navbar-dark.bg-primary:after {
	content: "";
	background: #272727;
	position: absolute;
	top: 0;
	right: -5px;
	height: 55px;
	z-index: 9999;
	width: 5px;
}
#header {
	border-bottom: 5px solid #b02020;
}
#loading {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	background-image: url('../image/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,0.4);
	z-index: 9999;
	display: none;
}
.btn-success.disabled {
	background-color: #b02020;
    border-color: #b02020;
}
#bigModalBody.modal-content{
  height: 800px;
  overflow-y: auto;
}

#bigModalBody.modal-body {
	height: 650px;
  	overflow-y: auto;
}

.text-align-left {
	text-align: left;
}

.color-white {
	color: white;
}
.active-timer-record-work-order {
	font-size: 40px;
	margin-left: 10px;
}

#loadSelectWorkOrder {
	position: absolute;
	background: white;
	padding: 10px;
	margin-left: 330px;
	margin-top: 40px;
	-moz-box-shadow:    1px 1px 4px 1px #ccc;
	-webkit-box-shadow: 1px 1px 4px 1px #ccc;
	box-shadow:         1px 1px 4px 1px #ccc;
}

#sidebar {
    width: 150px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

.datatables tbody tr:hover {
	background-color: rgba(0,0,0,0.05);
}

.timer-index input:hover,
.timer-index textarea:hover,
.timer-index select:hover,
.timer-index input:active,
.timer-index textarea:active,
.timer-index select:active
 {
	/*background: url('../image/save.png');*/
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: top right;
}

.table.datatables.dataTable.fixedHeader-floating {
	top: 60px!important;
}
.white-background, .white-background table {
	background-color: white;
}
html,
body {
    height: 100%;
    padding-top: 20px;
    background-color: #f7f7f7;
}

.container-padding-left {
	padding-left: 170px;
}

button.fc-button {
	border: none;
	border-radius: 0px!important;
	border-bottom: none;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	fill: #191919;
	color: #191919;
	background: rgba(0,0,0,0);
	box-shadow: none!important;
	text-shadow: none;
	border-radius: 0px 0px 0px 0px;
	padding: 12px 25px 12px 25px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #000000;
}
button.fc-button:hover {
	color: white;
	background: black;
}

.card-header {
	background: white;
	border-bottom: none;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0px 15px 20px;
}

.jumbotron {
    text-align: center;
}


.footer {
    height: 60px;
    background-color: #272727;
    border-top: 1px solid #15171a;
    padding-top: 20px;
    bottom: 0px !important;
width: 100%;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.navbar-nav.mr-auto.nav li {
    padding: 10px;
}
.navbar-nav.mr-auto.nav li a {
    color: #fff;
}

/*-- Sorting --*/

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*-- Other --*/

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: #00b100;
}

.boolean-false {
    font-weight: bold;
    color: #e34542;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: #f9f9f9;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #a700a7;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #6060ff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 2px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

.sorting-link {
	color: #55595c;
}
.sorting-link  .fas.active {
	color: black;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}

/* small strength meter display tweaks for this theme */
#form-signup table,
#form-user table,
#reset-password-form table {
    background-color: transparent;
}

@media only screen and (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
 }