@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body{
  font-family: 'Varela Round', sans-serif !important;
}

.navbar-nav {
    float: right;
  }

  .navbar-nav li a {
    font-size: small;
    color: black;
    padding: 5px 10px;
  }
/*
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  */
  .navbar-nav .dropdown-menu {
    /*right: 0;*/
    left: auto;
    min-width: 100px;
    z-index: 1001;
  }

  .cargofl-site-title {
    font-size: 2vmax;
    font-weight: bold;
    color: var(--primary-color);
    display: inline-flex;
    align-items: flex-end;
  }

  .cargofl-site-logo {
    height: 50px;
  }

  .cargofl-header {
    margin: 5px 30px;
  }

  .cargofl-header-text {
    color: var(--primary-color);
    font-size: 14px;
  }

  .cargofl-menubar {
    background-color: var(--primary-color);
    width: 100%;
    margin: 0px!important;
  }

  .cargofl-menubar .dropdown > .dropdown-toggle {
    font-size: small;
    color: white;
    padding: 5px 10px;
  }

  .cargofl-menubar .open>a, .cargofl-menubar .open>a:focus, .cargofl-menubar .open>a:hover, .cargofl-menubar>li>a:focus, .cargofl-menubar>li>a:hover {
    background-color: var(--secondary-color)!important;
  }

  .navbar {
    margin: 0;
  }

  .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
  }


  /* open dropdown menu on hover */
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    display: block;
  }

  /* open dropdown sub menu on hover */
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
  }

  .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
  }
  .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
  }


  .cargofl-footer {
    background-color: var(--primary-color);
    /*border-top: solid 2px var(--primary-color);*/
    color: var(--tertiary-color);
    font-size: 11px;

  width: 100%;
  }

  .cargofl-footer a {
    color: inherit;
  }

tr{
  cursor: pointer;
}

th{
  /* color: #fff; */
  /* background-color: #337ab7; */
  letter-spacing: 0.4px;
  /* font-weight: 500; */
}


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 1041;
  /* makes sure it stays on top */
  opacity: 0.6;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../../images/loader1.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.displayNone{
  display: none !important;
}

.modal-confirm {
	/* color: #434e65; */

  /* width: 50%; */
  width: 100% !important;
  width: 420px;
  height: 100% !important;
  /* overflow-y: hidden !important; */
  padding: 0px !important;
}

#errorModal{
  position: absolute !important;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%) !important;
      /* display: flex;
      justify-content: center; */
      padding: 0px !important;
      width: 420px;
      height: 100% !important;
      /* overflow-y: hidden !important; */
/* padding-left: 200px !important; */
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #337ab7;
	border-bottom: none;
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 58px;
	margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
	margin: 0px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #337ab7 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}

