.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;
}

@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;
}
}
.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;
}

.theme-brandway
{

}

.theme-brandway .navbar
{
  background-color: #730606 !important;
}

.theme-brandway .btn-primary
{
  background-color: #730606 !important;
}

.theme-brandway .card-active
{
  background-color: #730606 !important;
}

.libel-of-question-on-public-result-bg
{
   position: fixed;
   top: 10%;
   left: 30%;
   bsackground-color: black;
   height: 70px;
   z-index: 999999;
   width: 40%;
   opacity: 0.5;
   padding: 20px ;
   color: white;
}

.libel-of-question-on-public-result
{
   position: fixed;
   top: 10%;
   left: 20%;
   height: 70px;
   z-index: 999999;
   padding: 20px ;
   color: black;
   font-size: 1.7em;
   width: 60%;
   text-align: center;
}

.logo-form
{
   position: fixed;
   top: 5%;
   left: 4%;
   z-index: 999999;
   bordqer: 1px solid red ;;
   width: 12%;
}