@import url(https://fonts.googleapis.com/css?family=Roboto);

html {
  font-family: 'Roboto', sans-serif;
}

body {
  /*  font-family: myFirstFont;*/
  font-family: Rubik, calibri, Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;
}

.top {

  left: 0;
  right: 0;

  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: hsla(306, 17%, 100%, 0.8);
  text-indent: 25px;
  text-align: right;
  font-size: 27px;
  color: #818181;
  /*padding-right: 160px; */
  padding-top: 15px;
}

.main {
  margin-right: 155px;
  /* Same as the width of the sidenav */
  padding: 115px 10px;
}

a:link,
a:visited,
.link {
  /*color: #002080;*/
  color: inherit;
  padding: 2px 1px;
  /*text-align: center;*/
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: color 1s;
}

a:visited,
.link:visited {
  text-decoration: none;
}

a:hover,
a:active,
.link:hover,
.link:active {
  background-color: none;
  text-decoration: none;
}

a:active,
.link:active {
  background-color: none;
  color: #800000;
}

.login_form {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px none #888;

  top: 150;
  right: 0;
  width: 300px;

  border-radius: 7px;

  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 50px;
  margin: 20px;
}

.sidebar {

  margin: 0;
  padding: 0;
  overflow: auto;

  height: 100%;
  width: 145px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #050505;
  padding-top: 16px;
  border-radius: 18px 0px 0px 0;

  overflow-x: hidden;
  transition: 0.5s;
}

.sidebarMenu {
  padding-top: 20px;
}

.sidebarMenu a {
  width: 100%;
}

/* .background-container {
  background-image: url('/tzanz/logo.png');
  background-size: cover;
  background-position: center;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 20px;
} */

.background-container h1 {
  font-size: 3rem;
}

/*

.sidebarMenu a, .sidebarBtn {
  border: none;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  text-align: right;
  font-size: 20px;
  color: #818181;
  display: inline-block;
  transition:  1s;
}
*/

.sidebarButton {

  font-size: 17px;
  display: inline-block;

  border: none;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  text-align: right;
  font-size: 20px;
  color: #818181;
  display: inline-block;
  transition: 0.5s;
  width: 115px;
  cursor: pointer;
  color: #818181;
  font-size: 17px;
}

.sidebarButton:hover {

  background-image: linear-gradient(to left, rgba(255, 255, 255, 3), rgba(255, 255, 255, 0.4));
  color: rgba(0, 0, 0, 0.6);
  border-style: none none none solid;
  border-width: 10px;
  border-color: #00b300;
  border-radius: 0 12px 12px 0;
}

.sidebarSelcted {

  background-image: linear-gradient(to left, rgba(255, 255, 255, 3), rgba(255, 255, 255, 0.4));
  color: rgba(0, 0, 0, 0.6);
  border-style: none none none solid;
  border-width: 10px;
  border-color: #00b300;
  border-radius: 0 12px 12px 0;
}

.sidebarTitle {
  font-size: 33px;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.loading-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #4caf50;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  display: inline-block;
  position: absolute;
}

/*
.dropdown_s-content {
   cursor: pointer; 
  position: absolute;
   top: 100%; 
   left: 5%; 
   margin-left: -6px; 
   display: block; 
   position: absolute; 
  background-color: #f1f1f1;
   min-width: 9px; 
   box-shadow: 6px 17px 35px 47px rgba(0, 0, 0, 0); 
   z-index: 12;
}*/
.logautButton {

  position: fixed;
  left: 15px;
  top: 17px;
  font-size: 0.75em;

  /*
    position: inherit;
    left: 1em;
    font-size: 0.65em;
    padding: inherit;
    color: #002080;
    */
}

.topTitle {

  position: fixed;
  right: 135px;
  top: 17px;
  font-size: 1em;
}

.logautBottom {
  display: none;
  position: fixed;
  bottom: 0px;
  background-color: #050505;
  padding: 15px 15px 40px 15px;
  color: #d3d3d3;
}


.openMenu {
  position: inherit;
  right: 0.01em;
  font-size: 0.7em;
  cursor: pointer;
}

.closeMenu {
  text-align: center;
  cursor: pointer;
  display: none
}

.top_menu {

  width: 100%;
  position: fixed;
  z-index: 2;
  top: 66px;
  /*margin-right: 145px;*/
  right: 0;
  background-color: hsla(306, 17%, 100%, 0.8);

  text-indent: 10px;
  text-align: right;
  font-size: 27px;
  color: #818181;

  border-style: solid none none none;
  border-width: 1px;
  border-color: #e6e6e6;
  overflow: auto;
  white-space: nowrap;
  padding: 5px 0px 5px 0;
}

.top_menu::-webkit-scrollbar {
  height: 9px;
}

.top_menu::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.top_menuBar {

  margin-right: 145px;
}

/* @font-face {
  font-family: myFirstFont;
  src: url(ico.ttf);
} */

.icon {
  font-family: myFirstFont;
  font-size: 19px;
  display: inline-block;
  transition: transform 0.5s;
  cursor: pointer;
}

.icon:hover,
.icon a:hover {
  transform: scale(1.3);
}

#icon {
  font-family: myFirstFont;
  font-size: 19px;
  display: inline-block;
  transition: transform 0.5s;
  cursor: pointer;
}

#icon:hover,
#icon a:hover {
  transform: scale(1.3);
}


.topMenuButton:link,
.topMenuButton:visited {

  background-color: hsla(306, 17%, 100%, 0.0);
  border-style: none none none none;
  border-width: 3px;
  border-color: #39e600;

  text-align: right;
  font-size: 16px;
  color: #4d4d4d;

  padding: 8px 10px 2px 10px;
}

.topMenuButton:hover {
  border-width: 3px;
  border-style: none none solid none;
}

.sign-out {
  position: fixed;
  z-index: 3;
  top: 5px;
  left: 50px;
  overflow-x: none;
  padding-top: 16px;
}

.blok {
  box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  /*width: 75%;*/
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  width: 100%;
}

.blokContent {

  margin: 20px;
}

.notped {
  background: url(notped.png) repeat-y;
  width: 600px;
  height: 300px;
  font: normal 14px verdana;
  line-height: 25px;
  padding: 1px 10px;
  border: solid 1px #ddd;
}

.numberSlider {
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.numberSlider:hover {
  opacity: 1;
}

.numberSlider::-webkit-numberSlider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.numberSlider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.input_cover {
  position: relative;
  padding: 15px 0 0;
  margin: 7px;
  margin-top: 13px;
  display: inline-block;
  width: 14em;
}

.select {
  font: size 50px;
}

.input_area {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.input_area::placeholder {
  color: transparent;
}

.input_area:placeholder-shown~.input_label {
  font-size: 16px;
  cursor: text;
  top: 20px;
}


.input_label,
.input_area:focus~.input_label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #9b9b9b;
}

.input_area:focus~.input_label {
  color: #636363;
}

.input_area:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #00e600;
}

.numNoArrows::-webkit-outer-spin-button,
.numNoArrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.area {
  width: 100%;
  height: 75px;
  /*margin-left: 50%;*/
  /*position: absolute;*/
  border: 1.5px dashed #000;
  background-image: url("https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/upload-512.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-align: center;
  border-radius: 15px;
}

.area input[type=file] {
  width: 1000% !important;
  height: 100% !important;
  margin-right: -800% !important;
  border: none !important;
  cursor: pointer !important;
}

.area input:focus {
  outline: none;
}

.area .spinner {
  display: none;
  margin-top: 50%;
}

.area:hover,
.area.dragging,
.area.uploading {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.area.uploading {
  background: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-selection,
.select2-selection--single {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  background: transparent;
  transition: border-color 0.2s;
  padding: 3px 0px !important;
}

.select2-selection__choice {
  font-size: 0.7em !important;
  margin-left: 2px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 13px !important;
}


.simpleInput {

  width: 150px;
  font-family: inherit;
  /* width: 100%; */
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px;
  background: transparent;
  transition: border-color 0.2s;
}

.reports {
  box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-color: #f2f2f2;
  width: 75%;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}

.reports:hover {
  box-shadow: 1px 6px 6px 1px rgba(0, 0, 0, 0.3);
}

.actionsButton {
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  background-color: rgb(0, 179, 0);
  cursor: pointer;
  margin: 0.3125em;
  padding: 0.725em 1.5em;
  font-size: 1.1em;
  transition: opacity 0.9s;
}

.actionsButton:hover,
.actionsButton:active,
.optionsMenu:hover,
.optionsMenu:active {

  opacity: 0.3;
}

.buttomFixedButton {
  position: fixed;
  bottom: 0px;
  z-index: 1;
  padding: 0.8em;
  text-align: center;
  width: 80%;
  background-color: white;
  box-shadow: 2px -3px 15px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px 15px 0px 0px;
}

.topFixedButton {
  position: fixed;
  z-index: 1;
  padding: 0.8em;
  width: 80%;
  background-color: white;
  box-shadow: 2px -3px 15px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 15px 15px;
  font-size: 1.4em;
  font-weight: bold;
}

.optionsMenu {

  height: 5em;
  width: 6.1em;
  margin: 1em;
  cursor: pointer;
  background-color: #00b300;
  color: white;
  padding: 0.4em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  opacity: 1;
  transition: opacity 0.9s;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 25px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.modal {
  position: fixed;
  /* Stay in place */
  z-index: 15;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 10px;
}

.modal-content {
  background-color: #fefefe;
  margin: 1px auto 5% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px none #888;
  width: 55%;
  /* Could be more or less, depending on screen size */

  z-index: 5;
  border-radius: 5px;
}

.close {
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  transition: font-size 0.2s;
}

.close:hover,
.close:active {
  color: red;
  font-size: 40px;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.button_mane {
  position: fixed;
  z-index: 3;
  top: 120px;
  left: 75px;
  padding-top: 16px;
}

.button_mane2 {
  position: fixed;
  z-index: 3;
  top: 120px;
  right: 75px;
  padding-top: 16px;
}

.menuButton:link,
.menuButton,
.menuButton:visited {
  cursor: pointer;
  background-color: #00b300;
  color: white;
  padding: 4px 19px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;


  opacity: 1;
  transition: opacity 0.9s;
}

 .menuButton:hover,
.menuButton:active,
.menuButton:hover {

  opacity: 0.3;
} 

#divX:hover,
#divX:active,
#divX:hover {

  opacity: 1;
} 

.dataTableContainer {
  width: 100%;
  /* Adjust as needed */
  overflow-x: auto;
}

.dataTable {

  border-collapse: collapse;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
}

.dataTable thead tr {

  border-bottom-style: solid;
  border-color: #dddddd94;
  border-width: 0.09em;
}

.dataTable tbody tr {

  border-bottom-style: solid;
  border-color: #dddddd94;
  border-width: 0.09em;
  transition: 0.5s;
}

.dataTable tbody tr:hover {

  /*box-shadow: 0px 1.5px 2px 0px rgba(0,0,0,0.1);*/
  box-shadow: 0px 1px 3px 0px #39e600b0;
  border-radius: 0 0 5px 5px;
}

.dataTable th {

  padding: 19px 10px 19px 10px;
  text-align: right;
  font-weight: normal;
  color: #616161db;
  font-size: 0.75em;
}

.dataTable td {
  padding: 10px 5px 10px 5px;
  color: #1b1b1bdb;
  white-space: nowrap;
  font-size: 0.85em;

}

.dataTable .tdActions {

  opacity: 0;
  transition: 0.6s;
}

tr:hover .tdActions {

  opacity: 1;
}

.tdActionsButtons {
  height: 1.55em;
  cursor: pointer;
  padding: 0 3px 0 3px;
}

.tdActionsDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.iconIng {
  height: 1.1em;
  padding: 0 3px 0 3px;
  vertical-align: middle;
}

.tooltip {
  position: relative;
  display: inline-block;

}

/*
.tooltip .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    background-color: #323232f5;
    color: #fff;
    text-align: center;
    border-radius: 9px 9px 9px 0;
    padding: 11px;
    position: absolute;
    z-index: 1;
    top: -135px;
    left: 80%;
    transition: opacity 0.5s, width 0.2s, display 0.5s;
    opacity: 0;
}
*/

.tooltip .tooltiptext {
  font-size: 13px;
  visibility: hidden;
  background-color: #323232f5;
  color: #fff;
  text-align: center;
  border-radius: 9px 9px 9px 0;
  padding: 11px;
  position: absolute;
  z-index: 1;
  top: -35px;
  left: 70%;
  transition: opacity 0.5s, width 0.2s, display 0.5s;
  opacity: 1;
}

.tooltip:hover .tooltiptext {

  opacity: 1;
  visibility: visible;
  display: block;

}

.responsiveHide {

  /*visibility: visible;*/
  display: revert-layer;
}

.responsiveView {


  /*visibility: hidden;*/
  display: none;
}

.bottomModal {
  position: fixed;
  /* Stay in place */
  z-index: 20;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /*background-color: rgb(0,0,0); */
  background-color: rgb(130 164 203 / 25%);
  /* Black w/ opacity */
  padding-top: 10px;
  display: none;
}

.bottomModalContent {
  position: fixed;
  bottom: 0px;
  background-color: #fff;
  width: 100%;
  padding: 20px 0 25px 0;
  right: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 4px -2px 10px 1px rgba(0, 0, 0, 0.1);
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #00b300;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 16px;
  position: fixed;
  z-index: 6;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbarError {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #e60000;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 16px;
  position: fixed;
  z-index: 6;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show,
#snackbarError.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.homePageTable {

  border-collapse: collapse;
  width: 100%;
}

.homePageTable tr {

  border-bottom-style: solid;
  border-color: #dddddd94;
  border-width: 0.09em;
  text-align: right;
}

.homePageTable th {

  padding: 0.5em 0 0.5em 0.3em;
}

.homePageData {

  padding: 1em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
}

.settPage {

  text-align: center;
  padding: 0 4.5em;
}

@media screen and (max-width: 700px) {


  .sidebar {
    width: 0;
  }

  .top_menuBar {
    margin-right: 0;
  }

  .main {
    margin-right: 0;
    padding: 120px 10px;
  }

  .logautButton {

    display: none;
  }

  .closeMenu {

    display: block;
  }

  .sidebarTitle {
    font-size: 22px;
  }

  .topTitle {
    left: 15px;
    right: auto;
  }

  .modal-content {

    width: 95%;
  }

  .container {
    width: 90%;
  }

  .button_mane {
    left: 20px;
  }

  .button_mane2 {
    left: 200px;
  }

  .tooltip .tooltiptext {
    display: none;
  }

  .tooltiptext {
    display: none;
  }

  .dataTable .tdActions {

    opacity: 1;
  }

  .responsiveHide {

    /*visibility: hidden;*/
    display: none;
  }

  .responsiveView {

    /*visibility: visible;*/
    display: revert-layer;
  }

  .blokContent {

    margin: 5px;
  }

  .stretch {

    width: 95%;
  }

  .login_form {

    width: 95%;
  }

  .homePageData {

    flex-direction: column;
    flex-wrap: nowrap;
  }

  .settPage {

    padding: 0;
  }
}


.wrapper_div {

  border-style: solid;
  border-radius: 10px;
  margin: 5px 0;
  border-width: 1px;
  text-align: right;
}

#divX {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

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

#divX:hover #clientTools {
  display: block;
}

.dropdown-button {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: black;
  cursor: pointer;
  position: relative;
}

.dropdown-button:hover {
  background-color: #f1f1f1;
}

/*#icon {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-left: 5px;
}*/

.sub-menu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-button:hover .sub-menu {
  display: block;
}

.sub-menu-item {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: black;
  cursor: pointer;
}

.sub-menu-item:hover {
  background-color: #f1f1f1;
}