body, .app-header, .app {
    min-width: 320px;
}

/* Petit logo clickable */
#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("https://i.stack.imgur.com/MnyxU.gif");
    background-repeat: no-repeat;
    background-position: center;
  }

.logo-clickable{

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

    transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
    display: inline-block;
    width: 40%;
    text-decoration: none;
    cursor: pointer;

    -webkit-filter: grayscale(1) blur(0px);
    -moz-filter: grayscale(1) blur(0px);
    -o-filter: grayscale(1) blur(0px);
    -ms-filter: grayscale(1) blur(0px);
    filter: grayscale(1) blur(0px);
}

.img-zoom {
	position: relative;
	width: 30%;
	z-index: 999;
}

.btn-success-login {
    color: #fff;
    background-color: rgb(46, 214, 173);
    border-color: rgb(46, 214, 173);
    font-weight: bold;
    text-shadow: -1px -1px 0 #0000002b, 1px -1px 0 #0000002b, -1px 1px 0 #0000002b, 1px 1px 0 #0000002b;
}

.siacolor{
    color: rgb(46, 214, 173);
    text-shadow: -1px -1px 0 #00000002, 1px -1px 0 #00000002, -1px 1px 0 #00000002, 1px 1px 0 #00000002;
}

.inactiveLink {
    cursor: default;
 }

 pre.version {
    display: block;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    font-size: 10px;
    line-height: 10px;
    color: rgb(255, 255, 255);
    word-break: normal;
    background-color: rgba(0, 0, 0, 0);
    border : 0px;
    border-radius: 0px;
}

hgroup.main{
    margin-left: 0px !important;
}

 .no-hover {
   pointer-events: none !important;
 }

 .navbar-brand-text {
   text-align: center;
  font-weight:500;
  vertical-align: middle;
  font-size: 32px;
  display: inline-block ;
   font-family: 'Roboto',sans-serif;
   margin: 0;
 }

 .navbar-brand-text span:nth-child(2) {
   color: white;
 }

 .navbar-brand-text span:nth-child(3) {
   color: rgb(46, 214, 173);
   font-weight: 700;
 }

@media (min-width: 992px) {
    .navbar-brand-text {
        margin-right: -110px;
    }
}

 .small-tt{
    text-align: right !important;
    font-size: 2em !important;
    padding-bottom: 20px
 }

.big-icon {
  width: 30px !important;
  height: 30px !important;
}

.navbar {
  position:fixed;
  background-color: #2f353a;
}

footer.app-footer {
  border: none !important;
}

.nav>li>a:hover{
    color: #fff;
    background: #2f353a !important;
}

.open>a:active,.open>a{
    color: #fff;
    background: transparent !important;
}

.sidebar .nav-link.active:active , .sidebar .nav-dropdown-toggle {
    color: #fff;
    background: #2f353a !important;
}

.nav-dropdown-toggle{
    color: #fff;
    background: #2f353a !important;
}

.nav>li>a:focus:hover{
    color: #fff;
    background: #2f353a !important;
}

li.nav-item.no-hover.open>a{
    color: #fff;
    background: #2f353a !important;
}

.foc{
    background-color : #23282c !important;
}

.foc:hover{
    border-left: 4px solid #2ED6AD !important;
}

.foc:focus{
    border-left: 4px solid #2ED6AD !important;
}

.foc.active{
    background-color : #23282c !important;
    border-left: 4px solid #2ED6AD !important;
}

.menu_nav{
    font-size: 11.2px;
    font-weight: bold;
    text-transform: uppercase;

}

.menu_nav{
    color: #40d6ad !important;
}

td.col {
    width: 0%;
}

th.col {
    width: 0%;
}


.loaderer {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #40d6ad; /* Blue */
    display: inline-block;
    margin: 8px 8px 8px 8px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.loaderer-small {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #40d6ad; /* Blue */
    display: inline-block;
    margin: 0px 0px 0px 20px;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .swagger_icon{
    background: url('https://api.iconify.design/logos-swagger.svg') no-repeat center center / contain;
  }

.header-fixed .app-body {
    margin-top: 37px;
}

.app-header {
    border-bottom: 0px solid #000000;
    text-align: center;
}

.app-header, .app-header .navbar-brand  {
    height: 37px;
}

.sidebar .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
}

.sidebar-minimized .sidebar .sidebar-nav {
    padding-bottom: 0px;
}

.nav {
    font-size: 13px;
    position: fixed;
}

.nav > .nav-header {
    margin-top: 12px;
}

.ctn-main {
    padding: 13px 20px 13px 20px;
    /* height: 100%; */
}


/* Name in header */

.navbar-brand-text a {
    text-decoration: none;
}

.navbar-brand-text .sia {
    color: rgb(46, 214, 173);
    font-size: 30px;
}

.navbar-brand-text .sia:hover {
    color: rgb(65, 168, 146);
}

.navbar-brand-text .lab {
    color: rgb(256, 256, 256);
    font-size: 30px;
}

.navbar-brand-text .by {
    color: rgb(219, 219, 219);
    font-size: 9px;
}

.navbar-brand-text .by img {
    height: 11px;
}

.app-header .navbar-brand-logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55px;
}

.app-header .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2373818f' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

h1, h2, h3 {
    text-align: center;
    font-family: Arial, helvetica, sans-serif;
    color: #690f3c;
}

h1 {
    border-bottom: 0.5px solid rgb(200, 206, 211);
    margin-bottom: 25px;
    font-size: 25pt;

}

h2 {
    margin-bottom: 10px;
    font-size: 17pt;
}

h3 {
    margin-bottom: 10px;
    font-size: 14pt;
}

.breadcrumb {
    padding-top: 10px;
    margin-bottom: 0px !important;
    height: 40px;
}

.breadcrumb .active a {
    color: rgb(46, 214, 173);
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb-item, .breadcrumb-item a {
    color: rgb(150, 150, 150);
    text-decoration: none;
}

.alert {
    margin-bottom: 15px !important;
}

td i {
    padding: 3px;
    margin: 3px;
}

.card-header {
    color: #fff;
    background-color: #2f353a;
    border-color: #40484f;
}

iframe.poc-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.btn-default.launch {
  cursor: pointer;
}

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

.css-tooltip .css-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.css-tooltip:hover .css-tooltiptext {
  visibility: visible;
  opacity: 1;
}
