
/*General body styling*/
body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  background-color: #f0f5f1;
}


/* Header */

/* Header bar */
#headerbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #CCE5FF;
    margin: 0;
}

/* Header Logo */
#headerlogo {
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 13.5px 30px;
    color: #393939;
    background: url(https://www.google.be/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwjf8LG1m5TYAhUDLcAKHdqgAUMQjRwIBw&url=https%3A%2F%2Fwww.dreamstime.com%2Fstock-illustration-blue-eye-icon-image-image49228185&psig=AOvVaw0PHBXxXKP48EVu96GALchV&ust=1513708930275334) 0 0;
    background-color: #CCE5FF;
    font-size: 1em;
}

.navbar-brand  {
	padding: 10px;
}
.navbar-brand img {
   max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto;
}

/* Header Menu */
#navcontainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #CCE5FF;
    font-size: 0.9em;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a {
    display: block;
    color: #393939;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
  /* Change the link color on hover */
li a:hover {
    background-color: #99CCFF;
}

/* JEF dropdownbar*/
li a, .dropbtn {
    display: inline-block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


/* Footer fixed to bottom of screen */
#footer {
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 5%;
	  min-height: 30px;	
    background-color: #e6e6e6;
    font-size: 0.8em;
    padding: 10px 20px;
    position: fixed;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer > div {
    display: flex;
    justify-content: center;
    gap: 20px;
}


/* Customize buttons */
.btn-tag {
	background-color: #3960A5;
	color: white;
}

.btn-tag:hover {
	background-color: #5983cf;
	color: white;
}

.btn-tag-light {
	background-color: #9EA8D3;
	color: #3960A5;
}

.btn-tag-light:hover {
	background-color: #cad0ed;
	color: #3960A5;
}

.btn-tag-lighter {
	background-color: #D3D3D3;
	color: #3960A5;
}

.btn-tag-lighter:hover {
	background-color: #DCDCDC;
	color: #3960A5;
}


/* Table*/
.table-hover tbody tr:hover td {
    background-color: white;
}     
  /* green borders in table*/
.table-hover thead tr th{
	border-color: #3960A5;
}
.table-hover tbody tr td{
	border-color: #3960A5;
	vertical-align: middle;
}

.table tbody tr th{
	border-top: 0px;
}
.table tbody tr td{
	border-top: 0px;
}

/* Form*/
.form-box {
    margin: 30px 0px;
    padding: 10px 30px 30px;
    background-color: white;
    border: 3px solid #3960A5;
    text-align: center;
}


/* Content */
#content {
	margin-bottom: 50px;
}


/* CSS Classes */

.center {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: -webkit-center;
}

.center-left {
	margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

ul, li {
    list-style-type: none;
}


.dropdown-submenu {
    position:relative;
    /* color: # */
}

.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
   background-color: #E6E6E6;
}

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

.sso-button img {
  width: 20px;
  margin: -3px 5px 0 -2px;
}

.login-method-separator {
  border-right: 1px solid black;
}
  
@media (max-width: 767px) {
  .login-method-separator {
    border-right: none;
  }
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.navbar-inverse {
   background-color: #E6E6E6;
   border-color: #E6E6E6;
}

.navbar-inverse .navbar-nav>li>a {
   color: #3960A5;
}

.navbar-inverse .navbar-nav>li>a:hover {
   color: #9EA8D3;
}

.navbar-nav>li>.dropdown-menu {
   background-color: #E6E6E6;
}

.navbar-nav>li>.dropdown-menu:hover {
   background-color: #E6E6E6;
}

.dropdown-menu>li>a, .dropdown-menu>li .btn-link {
    color: #3960A5;
    background-color: #E6E6E6;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    border: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li .btn-link:hover {
    color: #9EA8D3;
    background-color: #E6E6E6;
}

.navbar-icon {
    color: #3960A5;
    font-size: 30px;
}

.navbar-icon:hover {
    color: #9EA8D3;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #9EA8D3;
    background-color: #E6E6E6;
}


.navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown .caret {
	border-top-color: transparent;
}

#divWrap {
    min-height: 635px;
}

.scrollable {
  overflow-y: scroll;
  width: 1000px;
  height: 22px;
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

input {
    -webkit-appearance: auto !important;
}

.remove-file {
    margin-left: 1.2rem;
    color: #666;
    cursor: pointer;
}

.alert-centered {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    top: 20px;
    z-index: 10000;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-top-5 {
  margin-top: 5rem;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-bottom-3 {
  margin-bottom: 3rem;
}

.margin-bottom-5 {
  margin-bottom: 5rem;
}

.pointer {
  cursor: pointer;
}

.overflow-auto-x {
  overflow-x: auto;
}


/* JS Grid filter */
.jsgrid-date-filter {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.jsgrid-date-filter-from, .jsgrid-date-filter-to {
  display: flex;
  flex-wrap: wrap;
}

.jsgrid-date-filter-from > span, 
.jsgrid-date-filter-to > span {
  width: 6rem;
  line-height: 3rem;
}

.jsgrid-filter-row .jsgrid-date-filter-from > input, 
.jsgrid-filter-row .jsgrid-date-filter-to > input {
  width: calc(100% - 6rem);
  min-width: 11rem;
}

/* Chat box */
.msg-box {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  max-width: 800px;
  overflow: auto;
  word-wrap: break-word !important;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #ddd;
}

/* Clear floats */
.msg-box::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.msg-box img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* Style the right image */
.msg-box img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

/* Style time text */
.time-right {
  float: right;
  color: #aaa;
}

/* Style time text */
.time-left {
  float: left;
  color: #999;
}

/* Tags */
.badge-tag {
  font-size: 14px;
  font-weight: normal;
  background-color: #3A60A4;
  margin-bottom: 5px;
}

.badge-tag-green {
  background-color: green;
}

/* Detail page */
.detail-page-title {
  text-align: center;
}

.detail-page-title h3 {
  display: inline;
}

.detail-page-title .icon-in-title {
  margin-left: 5px;
  color: #3960A5;
}

hr.detail-page-separator {
  border-color: #ccc;
}

.status-label {
  background: #3960A5;
  border-radius: 4px;
  color: white;
  padding: 5px 10px;
}

/* Multiselect */
.ms-drop input[type="checkbox"] {
  margin-left: -1.5rem !important;
}

.ms-choice > span:has(+ .icon-close) {
  right: 36px;
}

.ms-drop li.group {
  background-color: #e6e6e6;
}

.ms-drop ul > li.option-divider {
  border-top-color: #aaa !important;
}

/* Loader */
.loader {
  position: fixed;
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url('/static/images/Logo%20N.png');
  background-size: contain;
  animation: flip 1.7s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(180deg)  rotateX(180deg);
  }
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20000;
}
