.theme-dark .navbar
 {
  background-color: #09373c !important;
  min-height: 75px !important;
  
 }

 .navbar-nav .dropdown-menu,.dropdown-menu {
    margin-top: 0px !important;
  }

  .theme-dark .navbar a
 {
   color: white !important;
 }

 .theme-dark .navbar .dropdown-menu li a
 {
   color:  black !important;
 }

 .dropdown-menu
 {
   min-width : 210px !important;
 }

 .navbar-nav > li > a
 {
    margin-top: 10px !important;
    font-size: 12px !important;
 }

 .theme-dark .user-helper-dropdown:hover
 {
    background-color: #2196f3 !important;
    height: 75px !important;
 }

 .navbar-right >li 
 {
  height: 75px !important;
 }

 .border-1x-bottom-grey
 {
   border-bottom: 1px solid #d9dadb;
 }
 .badge-for-new-module
 {
    position: absolute;
    left: 45px;
    top: 32px;
 }

 .dropdown-menu > li > a {

  white-space: normal !important;
}

.is-current-module
 {
    background-color: #2196f3 !important;
    height: 75px !important;
 }

 .border-right-grey
 {
    border-right: 3px #d9dadb solid !important;
 }

 .menu-descption-block
 {
   display: block;
 }

 .dropdown-menu
 {
   top: 7x0px !important;
 }
 .text-black
 {
   color: black !important;
 }

 .card .header h2 .text-white
 {
    color:  white !important;
 }

 .circle-icon
{
  border-radius: 50% !important;
  width: 60px;
  height: 60px;
  bsorder:1px solid #2196F3  ;

}
.circle-icon i
{
  font-size: 30px !important;

}
.not-allowed
{
  cursor: not-allowed !important;
}

.main-card-backdrop
{
    position: relative;
    top: 0;
    left: 0;
    height: 220px;
    width: 100%;
    background-color: black;
    opacity: 0.3;


}

.main-card
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 0%;
    height: 100%;
    width: 100%;
}

section.content {
  margin: 100px 15px 0 315px !important;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.content-colapse {
  margin: 100px 15px 0 75px !important;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.left-menu-colapse {
   width: 70px !important;
 /* -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;*/
  transition: 0.5s;
}

.left-menu-colapse .menu li  a span {
display: none !important;
transition: 0.6s;
}


.left-menu-colapse .menu .header span {
  display: none !important;
  transition: 0.6s;
  }

  .left-menu-colapse .menu .header i {
   float: left !important;
    }


.smspreview 
{
  width: 80% !important;
  height: 300px !important;
  background-image: url('../images/smartphone.jpg');
  background-size: 100% ;
  background-repeat: no-repeat !important;
  padding-top: 35px;

}

.smspreview .title
{
  
  height: 40px !important;
  background: gainsboro;
  text-align: center;
  padding: 10px;
  margin: 0 22px;
  margin-bottom: 30px;

}
.smspreview .content
{
  
  
  background: gainsboro;
  text-aslign: center;
  margin: 0 22px;
  padding: 10px;
  border-radius: 5px;

}

select
{
   padding: 0 5px !important ;
}


.smspreview 
{
  width: 80% !important;
  height: 60vh !important;
  background-image: url('../images/smartphone.jpg');
  background-size: 100% ;
  background-repeat: no-repeat !important;
  padding-top: 10% !important;

}

.smspreview .title
{
  
  height: 40px !important;
  background: gainsboro;
  text-align: center;
  padding: 10px;
  margin: 0 8%;
  margin-bottom: 30px;

}
.smspreview .content
{
  
  
  background: gainsboro;
  text-aslign: center;
  margin: 0 8%;
  padding: 10px;
  border-radius: 5px;

}

.btn-perso-lg
{
  width:  100px !important;
  height: 100px !important;
}
.bg-ended 
{
  background-color: #e8faf4 !important;
}

.border-3px-red
{
  border: 3px solid rgb(32, 32, 32) !important;
}

.text-baniere
{
  font-size: 2vw !important;
  font-weight: bold;
  line-height: 5vw !important;
}

.text-responsive
{
  font-size: 2vw !important;
  font-weight: bold;
  line-height: 5vw !important;
}

.page-loading
{
   width:  100% !important;
   height: 100vh !important;
   position: fixed;
   z-index: 999999;
   background-color: #ffffff;
   top:  0;
   left: 0;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  width: 100%;
  
}

.custom-loader {
  width:20px;
  height:20px;
  background: #9C1616;
  border-radius: 50%;
  box-shadow: 24px 0 #9C1616,-48px 0 #9C1616;
  animation:d6 1s infinite linear alternate;
  margin-left: 30px;
}
@keyframes d6 {
    50% {box-shadow: 24px 0 #9C1616,-24px 0 #9C1616}
    100%{box-shadow: 48px 0 #9C1616,-24px 0 #9C1616}
}

.cardre-loader
{
  position: absolute;
  top: 40vh;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  

  borders:  1px solid red ;

}

.carousel-inner .item img
{
  width: 100% !important;
  max-width: 100%;
  max-height: 100% !important;
}

.carousel-inner .item
{
  width: 100% !important;
  max-width: 100%;
  max-height: 440px !important;
  sheight: 300px !important;
  bdorder: 2px rebeccapurple solid;
}

.carousel-inner .item img
{
  width: 100% !important;
  max-width: 100%;
  max-height: 100% !important;
  height: 100% !important;
  bordser: 2px rebeccapurple solid;
}

.btn-circle-xxl
{
  width: 120px !important;
  height: 120px !important;
}
.short-blink {
  animation: blinker 800ms step-start 15;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media all and (max-device-width: 480px)
{
  .inscription-image-size
{
 /*  height:  300px !important;
   width:  100% !important;*/


}

section.content {
  margin:  100px 15px 0 15px !important;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.content-colapse {
  margin: 100px 15px 0 15px !important;
 
}


}