/*
 * Oksysnet custom css
 */

#sep {
  text-decoration: underline;
  background: rgba(190, 190, 190);
  position: relative;
  height: 0.5px;
  margin-top: 15px;
}

.dropdown-sep{
  text-decoration: underline;
  background: none repeat scroll 0 0 rgba(97, 97, 97, 0.200);
  content: '';
  display: block;
  position: relative;
  height: 1px;
}

#oks-home-button {
  height: 60px;
  width: 90px;
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
}
#oks-home-button img {
  width: 74.01px;
  height: 42.8px;
}

#oks-toolbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
#oks-basic-tools {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#search-new {
  margin-left: 7px;
  display: flex;
  align-items: center;
}

.search-bar-group {
  height: 40px;
  margin: 7px;
  padding: 7px 10px;
  border: 1px solid grey;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.search-bar-group:focus-within {
  box-shadow: inset 0px 0px 0px 2px black;
}
.search-bar-group input,
#companies-country {
  border: none;
  background: transparent;
}
.search-bar-group input:focus,
#companies-country:focus {
  outline: none;
}

/* Move down content because we have a fixed navbar that is 50px tall */
.bg {
  /* background-color:#eceeef !important; */
  /* background-color:#466e83 !important; */
  /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  /* background-image: linear-gradient(120deg, #cfdaeb 0%, #aaaac5 100%); */
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.bg-late {
  background-color: #fe2c2f;
}

.bg-early {
  background-color: #f1ef4e;
}

.bg-late-early {
  background-color: #fb7e16;
}

/* .bg-worklow {background-color: #FF6347;} */
/* .bg-workhigh {background-color: #75d3e8;} */
.bg-worklow {
  background-color: #ffff47;
}
.bg-workhigh {
  background-color: #75e886;
}
/* .bg-worklow {background-color: #f6f3c7;} */
/* .bg-workhigh {background-color: #e8f1e8;} */

/* .bg-hdrdays {background-color: #00BCD4;} */

/* .bg-holiday {background-color: #B2EBF2;} */

.bg-hdrdays {
  background-color: #ff9a3c;
}
.bg-holiday {
  background-color: #ffc93c;
}
.bg-saturday {
  background-color: #b8bebb;
}
.bg-hdrdays-q {
  background-color: #96bae6;
}
.bg-holiday-q {
  background-color: #bbd3f1;
}

.bg-workin {
  background-color: #093824;
  color: #ffffff;
  text-align: center;
}
.bg-workout {
  background-color: #ffc93c;
  text-align: center;
}
.bg-illness {
  background-color: #d6e5e3;
  text-align: center;
}
.bg-travel {
  background-color: #cacfd6;
  text-align: center;
}
.bg-cig {
  background-color: #a6b1e1;
  text-align: center;
}
.bg-vacation {
  background-color: #63a375;
  color: #ffffff;
  text-align: center;
}
.bg-extrawork {
  background-color: #a41623;
  color: #ffffff;
  text-align: center;
}
.bg-suspended {
  background-color: #e40f60;
  color: #ffffff;
  text-align: center;
}

.table-smaller-font {
  font-size: 14px;
}

footer {
  width: 100%;
  background: transparent;
  border-top: 0.1px solid #eeeeee;
}
footer img {
  width: 91px !important;
  height: 49px !important;
  margin-bottom: 10px;
}
footer .container {
  margin: 10px auto;
}

/* horizontal ruler styles */
hr.style1 {
  border-top: 1px solid #8c8b8b;
}

hr.style2 {
  border-top: 3px double #8c8b8b;
}

hr.style3 {
  border-top: 1px dashed #8c8b8b;
}

hr.style4 {
  border-top: 1px dotted #8c8b8b;
}

hr.style5 {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}

hr.style6 {
  background-color: #fff;
  border-top: 2px dotted #8c8b8b;
}

hr.style7 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

hr.style8 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
hr.style8:after {
  content: "";
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

hr.style9 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

hr.style10 {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}

hr.style11 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0
    0;
  border: 0;
}

hr.style12 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0
    0;
  border: 0;
}

hr.style13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.style14 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

hr.style15 {
  border-top: 4px double #8c8b8b;
  text-align: center;
}
hr.style15:after {
  content: "\002665";
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}

hr.style16 {
  border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
  content: "\002702";
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}

hr.style17 {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.style17:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}

hr.style18 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.style18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
.btn-custom {
  border-radius: 4px;
  padding: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.btn-custom.add {
  margin: 0px 2px;
  background-color: #5cb85c;
  border: 1px solid #000000;
  color: white;
}
.btn-custom.del {
  background-color: #d9534f;
  border: 1px solid #000000;
  color: white;
}

.btn-modal-dialog {
  border-radius: 3px;
  padding: 8px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.btn-modal-dialog.save {
  background-color: #5a6268;
  border: 1px solid #000000;
  color: white;
}

.btn-modal-dialog.confirm {
  padding: 4px;
  background-color: #ec781f;
  border: 1px solid #000000;
  color: white;
  font-size: 12px;
}

.btn-modal-dialog.cancel {
  background-color: #5a6268;
  border: 1px solid #000000;
  color: white;
}

.btn-modal-dialog.delete {
  background-color: #5a6268;
  border: 1px solid #000000;
  color: white;
}

.btn-modal-dialog.closeroom {
  background-color: #5a6268;
  border: 1px solid #000000;
  color: white;
}

.btn-modal-dialog-toggle {
  border-radius: 3px;
  /* border: 1px solid #000000;  */
  border: 1px solid #f3eded;
  color: white;
  background-color: #ec781f;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.custom-titlebar {
  background-color: #ec781f;
  color: rgb(255, 255, 255);
}

.custom-dialog {
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

h6.table-text {
  font-size: 0.8rem;
  margin: 1px;
}
.jumbotron.reduced {
  padding: 0.8rem;
  margin: 0.8rem;
}

.right {
  text-align: right;
  padding: 0px 0px 0px 0px;
}

.card {
  padding: 1.5em 0.5em 0.5em;
  /* border-radius: .5em; */
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card .card-subtitle {
  font-weight: 300;
  font-size: 1em;
  text-align: right;
}

.card .card-title {
  font-weight: 500;
  font-size: 1.4em;
  text-align: right;
}

.card .card-footer {
  font-weight: 300;
  font-size: 0.8em;
  text-align: left;
}

.card .card-title .card-button {
  padding: 0em 0.2em 0em;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.custom-input {
  font-size: 14px;
  /* font-size: max(16px, 1em); */
  font-family: inherit;
  padding: 0.25em 0.5em;
  background-color: #fff;
  border: 2px solid var(--input-border);
  border-radius: 2px;
}

.status-div {
  width: 24px;
  height: 16px;
  margin: 0px auto;
}

.status-div.open {
  border: 1px solid #000000;
  background: linear-gradient(to right, #13ac11 50%, #e60606 50%);
}

.status-div.planned {
  border: 1px solid #000000;
  background: linear-gradient(to right, #f7f4f2 50%, #b8daf1 50%);
}

.task {
  border: 1px solid #000000;
  /* border: 2px solid #9d9898; */
  color: #ffffff;
  background: #f7f4f2;
}

.confirmable_task {
  border: 1px solid #000000;
  /* border: 2px solid #9d9898; */
  color: #ffffff;
  background: #b8daf1;
}

.task .gantt_task_progress {
  background: #f7f4f2;
  /* background: #db2536; */
}

.confirmed_task {
  border: 1px solid #000000;
  /* color: #EC781F; */
  background: #2594f6;
}

.confirmed_task .gantt_task_progress {
  background: #055eac;
}

.assigned_task {
  border: 1px solid #000000;
  /* color: #EC781F; */
  background: #94999e;
}

.assigned_task .gantt_task_progress {
  background: #616263;
}

.open_task {
  border: 1px solid #000000;
  background: #e60606;
}

.open_task .gantt_task_progress {
  background: #13ac11;
}

.suspended_task {
  border: 1px solid #000000;
  background: #f5e907;
}

.suspended_task .gantt_task_progress {
  background: #c8bf08;
}

.closed_task {
  border: 1px solid #000000;
  background: #13ac11;
}

.closed_task .gantt_task_progress {
  background: #13ac11;
}

.weekend {
  background: #e4e2df;
}

.gantt_selected .weekend {
  background: #f7eb91;
}

.nested_task .gantt_add {
  display: none !important;
}

.editcell {
  background: #fdf3a1;
}

#overlay, .overlay {
  background-color: rgba(85, 85, 85, 0.2);
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader {
  border: 7px solid #555;
  border-radius: 50%;
  border-top: 7px solid #ec7801;
  width: 40px;
  height: 40px;
  animation: spin 2s ease-in-out infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-bar,
#search-bar,
.search_bar,
#search_bar {
  margin: 7px;
  padding: 7px 10px;
  border: 1px solid grey;
  border-radius: 25px;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  color: white;
  background-color: #ec7801;
}
.nav-pills .nav-link.active {
  background-color: #ec7801;
}

.btn-oksys {
  color: white;
  background-color: #ec7801;
  border-color: #ec7801;
  font-weight: bold;
}
.btn-oksys:hover {
  color: white;
  background-color: #c66601;
  border-color: #c66601;
}
.btn-oksys:focus,
.btn-oksys.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 120, 1, 0.5);
}
.btn-oksys.disabled,
.btn-oksys:disabled {
  color: white;
  background-color: #ec7801;
  border-color: #ec7801;
}
.btn-oksys:not(:disabled):not(.disabled):active,
.btn-oksys:not(:disabled):not(.disabled).active,
.show > .btn-oksys.dropdown-toggle {
  color: white;
  background-color: #b97101;
  border-color: #b97101;
}
.btn-oksys:not(:disabled):not(.disabled):active:focus,
.btn-oksys:not(:disabled):not(.disabled).active:focus,
.show > .btn-oksys.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 120, 1, 0.502);
}

[disabled] {
  cursor: not-allowed;
}

[danger] {
  box-shadow: 3px 3px 5px rgb(200 0 0);
}

.ui-dialog {
  position: fixed;
}

#sel-lang {
  width: 140px;
  padding: 7px 10px;
  border: 1px solid grey;
  border-radius: 25px;
}

.btn-search img,
#btn-search img {
  width: 17px;
  height: 17px;
  filter: invert(1);
}

.btn-del {
  margin: 0 5px;
  width: 29.82px;
}

[highlight] {
  background: yellow !important;
}

.inpage-textarea {
  width: 100%;
  resize: none;
  border: none;
  overflow-y: clip;
}

#template-utils,
.template-utils {
  display: none;
}

#head {
  z-index: 1;
  position: sticky;
  top: 55px;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#head div, #head div form {
  display: flex;
  align-items: center;
}
#head div form{
  margin: 0 10px;
}
#head div form p {
  margin: 0;
}

#head h1,
#head #nav h1 {
  margin: 0 5px;
  text-decoration: none;
  border-bottom: none;
  font-weight: bold;
}
.pop-up-dialog {
  display: none;
}
.important {
  color: red;
  font-weight: bold;
}

.hide {
  display: none;
}
.mya:hover + .hide {
  display: block;
}
.mya-help {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: lightgrey;
}
.mya-note {
  font-size: 10px;
}
td .char-note {
  margin: 1% 0 0 5%;
}
th .char-note {
  margin: 1% 0 0 100%;
}
.char-note {
  z-index: 5;
  padding: 5px;
  width: 150px;
  text-wrap: wrap;
  font-size: 12px;
  position: absolute;
  background: white;
  box-shadow: 3px 3px 10px rgb(63 63 63 / 35%);
}

#page-left-title{
  display: flex;
  align-items: center;
}
#page-left-title h1{
  margin-right: 5px;
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}

.hover-underline:hover{
  text-decoration: underline;
  cursor: pointer;
}

.company_serials{
  display: none;
}

/*
.tooltipimg {
	float: right;
	cursor: pointer;
	margin-top: -42px;
	margin-right: 7px;
	border-radius: 12.25%;
}
.tooltipimg:hover{
	background-color: rgba(135, 146, 156, 0.5);
	box-shadow: 0 0 0 .2rem rgba(135, 146, 156, 0.5);
}

.tooltip {
	z-index: unset;
	position: relative;
	display: inline-block;
	opacity: 1 !important;
	padding: 0 !important;
	border: 0 !important;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 3px;
	position: absolute;
	top: 125%;
	margin-top: -12px;
	margin-left: 125px;
	transition: opacity 0.3s;
	z-index: 1;
}
.tooltip .tooltiptext::after .tooltip-bottom::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
*/
