html, body {
    overflow: hidden;
    background: #212121;

    color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

header, footer {
    text-align: center;
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
}

header {
    top: 0;
    flex: 0 0 auto;
    z-index: 1050;
}

footer {
    bottom: 0;
    flex: 0 0 auto;
}

main {
    flex: 0 1 auto;
    margin-top: 93px;
    margin-bottom: 53px;
}

.panel-heading {
  position: relative;
}


.svg {
    display: none;
}

.btn-space {
    margin-right: 15px;
}


.h-100v {
    height: 100vh;
}


section.row {
    margin: 0px;
    padding: 0px;
}


.container-fluidSpace {
    width: 100%;
    padding-right: 0px; 
    margin-right: auto;
    margin-left: auto;
}


.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #dee2e6;
}


.bg-dark2{
    background-color: #f5f5f7;
}

.navbar-brand2 {
    color: #515154;
}


div.container {
    width: 100%;
}

.configTable {
    font-size: 0.9rem;
}

tr, th {
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #343a40;
}


.toast-close {
    opacity: 1.0;
    padding: 0 5px;
}

.toastify-center {
    margin-left: 800px;
    margin-right: auto;
    left: 0;
    max-width: 250px;
}
.info {
    margin-left: 800px;
    margin-right: auto;
    left: 0;
    max-width: 250px;
}


.minimap {
    border: 1px solid blue;
    position: absolute !important;
    top: 20px;
    left: 20px;
}
.design {
    border: 1px solid black;
}



.switch input[type=checkbox] {
    display: none;
}

.switch input[type=checkbox] + label {
    position:relative;
    min-width:calc(calc(2.375rem * .8) * 2);
    border-radius:calc(2.375rem * .8);
    height:calc(2.375rem * .8);
    line-height:calc(2.375rem * .8);
    display:inline-block;
    cursor:pointer;
    outline:none;
    user-select:none;
    vertical-align:middle;
    text-indent:calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input[type=checkbox] + label::before,
.switch input[type=checkbox] + label::after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:calc(calc(2.375rem * .8) * 2);
    bottom:0;
    display:block;
}
.switch input[type=checkbox] + label::before {
right:0;
background-color:#dee2e6;
border-radius:calc(2.375rem * .8);
transition:.2s all;
}
.switch input[type=checkbox] + label::after {
    top:2px;
    left:2px;
    width:calc(calc(2.375rem * .8) - calc(2px * 2));
    height:calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius:50%;
    background-color:#fff;
    transition: all 0.3s ease-in 0s;;
}
.switch input[type=checkbox]:checked + label::before {
    background-color:#08d;
}
.switch input[type=checkbox]:checked + label::after {
    margin-left:calc(2.375rem * .8);
}
.switch input[type=checkbox]:focus + label::before {
    outline:none;
    box-shadow:0 0 0 .2rem rgba(0,136,221,.25);
}
.switch input[type=checkbox]:disabled + label {
    color:#868e96;
    cursor:not-allowed;
}
.switch input[type=checkbox]:disabled + label::before {
    background-color:#e9ecef;
}

.switch.switch-xs {
    font-size:.8rem;
}
.switch.switch-xs input[type=checkbox] + label {
    min-width:calc(calc(1.5375rem * .8) * 2);
    height:calc(1.5375rem * .8);
    line-height:calc(1.5375rem * .8);
    text-indent:calc(calc(calc(1.5375rem * .8) * 2) + .5rem);
}
.switch.switch-xs input[type=checkbox] + label::before {
    width:calc(calc(1.5375rem * .8) * 2);
}
.switch.switch-xs input[type=checkbox] + label::after {
    width:calc(calc(1.5375rem * .8) - calc(2px * 2));
    height:calc(calc(1.5375rem * .8) - calc(2px * 2));
}
.switch.switch-xs input[type=checkbox]:checked + label::after {
    margin-left:calc(1.5375rem * .8);
}

/* Small */
.switch.switch-sm {
    font-size:.875rem;
}
.switch.switch-sm input[type=checkbox] + label {
    min-width:calc(calc(1.9375rem * .8) * 2);
    height:calc(1.9375rem * .8);
    line-height:calc(1.9375rem * .8);
    text-indent:calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input[type=checkbox] + label::before {
    width:calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input[type=checkbox] + label::after {
    width:calc(calc(1.9375rem * .8) - calc(2px * 2));
    height:calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input[type=checkbox]:checked + label::after {
    margin-left:calc(1.9375rem * .8);
}

/* Large */
.switch.switch-lg {
    font-size:1.25rem;
}
.switch.switch-lg input[type=checkbox] + label {
    min-width:calc(calc(3rem * .8) * 2);
    height:calc(3rem * .8);
    line-height:calc(3rem * .8);
    text-indent:calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input[type=checkbox] + label::before {
    width:calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input[type=checkbox] + label::after {
    width:calc(calc(3rem * .8) - calc(2px * 2));
    height:calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input[type=checkbox]:checked + label::after {
    margin-left:calc(3rem * .8);
}

.switch + .switch {
    margin-left:1rem;
}


.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: 130px 10px 100px 20%;
    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}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 37px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}


@media (max-width: 767px) {
    .table-responsive{
        overflow-x: auto;
        overflow-y: auto;
    }
}
@media (min-width: 767px) {
    .table-responsive{
        overflow: inherit !important; /* Sometimes needs !important */
    }
}



@media (min-width: 768px) {
  .medium{
      height: 200px;
  }
}


/*
@media (min-width: 576px) { ... }


@media (min-width: 768px) { ... }


@media (min-width: 992px) { ... }


@media (min-width: 1200px) { ... }

*/

.sidenav {
    height: 100%;
    width: 103px;
    position: fixed;
    z-index: 1;
    
    left: 0;
    background-color: #F8F9FA;
    overflow-x: hidden;
    padding-top: 40px;
  }
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
 
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


.btn-secondary-nav{
    color: #212529;
    background-color: #F8F9FA; 
    border-color: #F8F9FA; 
}
 
.areas-left {
    position: absolute;
    display: block;
    will-change: transform;
    top: 0px;
    left: 90px;
    transform: translate3d(5px, 95px, 0px);
}

/* Add a black background color to the top navigation */


  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid transparent;
  }

  .topnav a:hover {
    border-bottom: 2px solid #ddd ;
  }

  .topnav a.active {
    border-bottom: 2px solid #ddd;
  }




.modal .modal-dialog-aside{
	width: 350px; max-width:80%; height: 100%; margin:0;transform: translate(0); transition: transform .2s;
}
.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.modal.show .modal-dialog-aside{ transform: translateX(0);  }

.modal .modal-dialog-aside2{
	width: 650px; max-width:80%; height: 100%; margin:0;transform: translate(0); transition: transform .2s;
}
.modal .modal-dialog-aside2 .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside2 .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside2{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside2{ margin-right:auto; transform: translateX(-100%); }
.modal.show .modal-dialog-aside2{ transform: translateX(0);  }


.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}


.configColumn{
    height: 82vh;
    overflow-y: auto;
}


.detail-view{
    text-align: left;
}



/* This is the style of our error messages */
.form-error {
    width  : 100%;
    color: white;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}

.form-error.invalid {
    background-color: #dc3545;
    padding: 0.3em;
}


.card td {
    word-wrap:break-word;
    word-break:break-all;
}


.card td .btn{
    word-wrap: normal;
    word-break: normal;
}


.wizard-steps{
    font-size: 1.2rem;
}

.wizard-steps .list-group-item{
    border: 0;
    background-color: transparent;
}

.wizard-steps .list-group-item i{
    font-size: 1.5rem;
}

.wizard-steps .list-group-item:after {
    content: '';
    position: static;
    display: inline-block;
    width: 100%;
    height: 0.0625rem;
}

.wizard-steps button {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    font-size: inherit;
    background: transparent;
}