body,html {
  height:100%;
  /*font-family: 'Abel', sans-serif;*/
  /*font-family: 'Handlee', cursive;*/
  /*font-family: 'Julius Sans One', sans-serif;*/
  /*font-family: 'Forum', cursive;*/
  /*font-family: 'Alegreya Sans SC', sans-serif;*/
  /*font-family: 'Rokkitt', serif;*/
  /*font-family: 'Neuton', serif;*/
  /*font-family: 'Lateef', cursive;*/
  /*font-family: 'Cutive Mono', monospace;*/
  /*font-family: 'Balthazar', serif;*/
  /*font-family: 'Iceland', cursive;*/
  font-family: 'Podkova', serif;
  font-size: 18px;

  /* background-color: lightblue; */

  background-repeat: repeat;
  background-size: auto;
  background-image: url('../img/whitebluebacklighter.jpg');
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: red;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: rgba(255, 255, 255, 1);
}

.loader {
  border: 16px solid #336699;
  border-top: 16px solid #ffffff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0px;
  right: 0px;
  margin: auto;
  animation: spin 2s linear infinite;
  z-index: 999;
}

.btn {
  white-space: normal !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.navbar {
  min-height: 80px;
  margin-bottom: 0px;
  background-color: #f8f9fa !important;
}
/* Link attivo #002b92 */
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #002b92;
}

/* Link da cliccare #343a4091 */
.navbar-light .navbar-nav .nav-link {
  color: #343a4091;
}

/* Link on hover #007bff */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #007bff;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px; /* Set the fixed height of the footer here */
  line-height: 80px; /* Vertically center the text there */
  background-color: #99b9d9;
}

.form-control {
  margin-top: 4px;.
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #007bff;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item {
  padding: 0.25rem 0.5rem;
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
  .dropdown-menu li a {
    line-height: 40px;
  }
  .dropdown-menu {
    padding: 0;
  }
}

#se_main_wrapper .panel {
  /*width: fit-content;*/
  /*margin: 0 auto;*/
  background: #ffffff;
  text-align: center;
}

.panel-default {
  color: #777;
}

#sidebar {
  width: 220px;
  max-width: 220px;
  background-color: #f5f5f5;
  float: left;
  height: calc(100% - 160px);
  padding-top: 15px;
  position: fixed;
  overflow-y:scroll;
  overflow-x:hidden;
}

#sidebartoggler {
  left: 0px;
  position: fixed;
}

#se_main_wrapper {
  height: calc(100% - 98px);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  word-wrap: break-word;
  overflow:auto;
  /*background-color: #c6ced6ad;*/
}

.card {
  box-shadow: -6px 6px 8px -4px #333333b8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px;
  border-radius: .25rem;
}
.card-header {
  position: sticky;
  background-color: #f8f9fa !important;
  color: #002b92;
  top: -16px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.breadcrumb {
  margin-bottom: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #50738c;
}

.navbar-default .navbar-toggle {
  border-color: #50738c;
  background-color: rgb(255, 255, 255);
}

.navbar a {
  font-size: 1.2rem;
}

.dropdown-item {
  background-color: #336699;
  color: #ffffff;
}

/*
* off Canvas sidebar
* --------------------------------------------------
*/
@media screen and (max-width: 768px) {
  #sidebar {
    width: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  #sidebar.active {
    width: 220px;
  }

  #sidebartoggler {
    left: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  #sidebartoggler.active {
    position: fixed;
    left: 220px;
  }
}

@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

#loginform {
  /*padding: 30px;*/
  max-width: 350px;
  width: 100% !important;
  /*background-color: #F7F7F7;*/
  margin: 0 auto;
  border-radius: 2px;
  /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
  overflow: hidden;
  font-family: roboto;
}

#loginform h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

#loginform input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

#loginform input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#loginform input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}


.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  /* border-radius: 3px; */
  /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help{
  font-size: 12px;
}
