.btn-durex-grey{
  background:rgb(65 ,65 ,65) !important;
  color: #fff;
  cursor: pointer !important;
}

.mt20{
  margin-top: 20px !important;
}

.btn-durex-blue{
  background:#64b5f6 !important;
  color: #fff;
  cursor: pointer !important;
}
.btn-durex-blue:hover {
  color: #fff;
  background-color: #42a5f5 !important;
  border-color: #42a5f5 !important;
}

.btn-durex-red{
  background:rgb(237 ,26 ,56) !important;
  color: #fff;
  cursor: pointer !important;
}
.btn-durex-red:hover {
  color: #fff;
  background-color: rgb(178,30,57) !important;
  border-color: rgb(178,30,57) !important;
}

.btn-durex-green {
  color: rgb(65,65,65);
  background-color: rgb(178,210,53);
  border-color: rgb(178,210,53);
}
.btn-durex-green:hover {
  color: rgb(65,65,65);
  background-color: rgb(240,233,4);
  border-color: rgb(240,233,4);
}

.btn-durex-yellow {
  color: rgb(65,65,65);
  background-color: rgb(255,212,0);
  border-color: rgb(255,212,0);
}
.btn-durex-yellow:hover {
  color: rgb(65,65,65);
  ;
  background-color: rgb(255,212,100);
  border-color: rgb(255,212,100);
}

a.hover-durex-red:hover{
  color: #fff !important;
  background:rgb(178 , 30 , 57) !important;
}

.panel-durex-danger {
  border-color: rgb(237 , 26 , 56) !important;
}
.panel-durex-danger > .panel-heading {
  color: rgb(255, 255, 255);
  background-color: rgb(237 , 26 , 56) !important;
  border-color: rgb(237 , 26 , 56) !important;
}

.panel-durex-default {
  border-color: rgb(65 , 65 , 65) !important;
}
.panel-durex-default > .panel-heading {
  color: rgb(255, 255, 255);
  background-color: rgb(65 , 65 , 65) !important;
  border-color: rgb(65 , 65 , 65) !important;
}


.panel-durex-success {
  border-color: rgb(178 , 210 , 53) !important;
}
.panel-durex-success > .panel-heading {
  color: rgb(65, 65, 65);
  background-color: rgb(178 , 210 , 53) !important;
  border-color: rgb(178 , 210 , 53) !important;
}


.panel-durex-warning {
  border-color: rgb(255 , 212 , 0) !important;
}
.panel-durex-warning > .panel-heading {
  color: rgb(237 , 26 , 56) !important;
  background-color: rgb(255 , 212 , 0) !important;
  border-color: rgb(255 , 212 , 0) !important;
}

.table-durex-default > thead > tr{
  color: #fff;
  cursor: default;
  background-color: rgb(65,65,65);
  border-color: rgb(65,65,65);
}

/*.panel-durex-warning {
  border-color: rgb(255 , 232 , 114) !important;
}
.panel-durex-warning > .panel-heading {
  color: rgb(237 , 26 , 56) !important;
  background-color: rgb(255 , 232 , 114) !important;
  border-color: rgb(255 , 232 , 114) !important;
}*/



/*  */
@font-face {
  font-family: 'Gotham-Book';
  src: url('fonts/HomepageBaukasten-Book.woff2') format('woff2'),
    url('fonts/HomepageBaukasten-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'alarm-clock';
  src: url('fonts/alarm-clock.woff') format('woff'),
    url('fonts/alarm-clock.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'clockicons';
  src: url('fonts/clockicons.woff') format('woff'),
    url('fonts/clockicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'digital7';
  src: url('fonts/digital-7-_mono_.woff') format('woff'),
    url('fonts/digital-7-_mono_.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Gotham-Book' !important;
}

body,
html {
  height: 100%;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #1a1a1a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.sidebar-nav li.li-blue:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #35acdf;
  -webkit-transition: width .2s ease-in;
  -moz-transition:  width .2s ease-in;
  -ms-transition:  width .2s ease-in;
  transition: width .2s ease-in;
}

.prueba:hover {
  color: white !important;
  background-color: rgb(178 , 30 , 57) !important;
}

scroll li.li-red:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: rgb(178 , 30 , 57);
  -webkit-transition: width .2s ease-in;
  -moz-transition:  width .2s ease-in;
  -ms-transition:  width .2s ease-in;
  transition: width .2s ease-in;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition:  width .2s ease-in;
  -ms-transition:  width .2s ease-in;
  transition: width .2s ease-in;

}

.sidebar-nav li a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}
.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle {
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250,250,250,.8);
  z-index: 1;
}