/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

    .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: 250px;
}

#topMenu
{
    right:0;
    left:0;
    height:50px;
    position:fixed;
    background-color:#F9F9F9;
        z-index: 138;
            border-bottom: 1px solid #e6e6e6;
    
    }
    
#topMenu>ul.right_ul
{
    position:absolute;
    right:0;
    height:50px;
    list-style:none;
    color:#7D7D7D;
    min-width:500px;
    
    }
    
#topMenu>ul.left_ul
{
    position:absolute;
    left:0;
    height:50px;
    list-style:none;
    color:#7D7D7D;
    min-width:500px;
    padding:0;
    
    }
    
 #topMenu>ul.left_ul>li
{
    float:left;
    padding-left:5px;
    padding-right:5px;
    
    }
    
  #topMenu>ul.right_ul>li
{
    float:right;
    padding-left:5px;
    padding-right:5px;
    
    }     
    
#topMenu>ul>li
{
    float:right;
    padding-left:5px;
    padding-right:5px;
    
    }
    
 #topMenu>ul>a
{
    text-decoration:none;
    color:inherit;
    
    }


#hideSideBar
{
    cursor:pointer;
    
    }
    
.iconOrga{
    display: flex !important;
    align-items: center;
    left:-5px !important;
}
#sidebar_wrapper {
    z-index: 98;
    top: 50px;
    position: fixed;
    left: 250px;
    width: 0px;
    color: white;
    height: calc(100% - 50px);
    height: -o-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    margin-left: -250px;
    overflow: visible;
    //background: #1a2b32;
    background: #000000;
    -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.desktop {
  
  
}
#sidebar_wrapper.mobile {
  
    width:12%;
    overflow-x:hidden;
  
}

#sidebar_wrapper.mobile div > ul > li > a > span {

  display:none;
}
sidebar_wrapper_aux .mobile div > ul > li > a > span {

  display:none;
}
#sidebar_wrapper.desktop + #sidebar_wrapper_aux {
  
  
  
}
.mobile .mobileConfiguration > span{
    display:none;
}
#sidebar_wrapper.mobile + #sidebar_wrapper_aux {
  
   margin-left:0px;
    left: 50px;
  
}

#sidebar_wrapper_aux {
    z-index: 97;
    top:50px;
    position: fixed;
    left: 500px;
    width:0px;
    color:white;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #0e2028;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display:none;
}
#sidebar_wrapper_aux.active,#sidebar_wrapper_aux:hover {
 
    width:250px;
}

.wrapper.toggled #sidebar_wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: relative;
    padding: 0px;
   
    
}

.wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: relative;
    top: 0;
    
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 14px;
    height: 40px;
}

ul.noIndent {
    padding-left:0px;
}

.bottomMenu
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:250px;
    
    }
    
.bottomMenu>ul
{
    display:inline-block;
    position:relative;
    
    
    
    }    
    

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #BFBFBF;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:hover + span {
    text-decoration: none;
    background-color:Red;
    height:40px;
    position:absolute;
    top:0px;
    
    
}


.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.wrapper {
  
        width:100%;
        -moz-box-sizing:    border-box;
        -webkit-box-sizing: border-box;
        box-sizing:         border-box;
    }
    
    .level2MenuV li
{
    text-indent:0px;
    
    
    }

.row.infoModule {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    
    @media (max-height:700px) 
    {
        .noIndent
        {
            
            display:none;
            
            }
        
        
        }
@media(max-width:700px) {
    .GeneralContent {
        width: 88%;
        margin-left: 12%;
        padding-top: 50px;
        box-sizing: border-box;
    }
    #camp_menu{
        padding-left:0px !important;
    }
    #camp_menu .row i {
    color: white;
    font-size: 3rem !important;
}
    .infoModule{
        padding-top:0px !important;
        font-size:10px !important;
    }
    .infoModule > .text {
         font-size:15px !important;
    }
    .counter{
        font-size:2.0rem !important;
    }
}
@media(min-width:1270px) {
    .wrapper {
        padding-left: 250px;
    }

    .wrapper.toggled {
        padding-left: 0;
    }

    #sidebar_wrapper {
        width: 250px;
    }

    .wrapper.toggled #sidebar_wrapper {
       
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px;
        padding-left:0px;
        position: relative;
         padding-top:50px;
    }

    .wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.inputNameGroup
{
    background-color:transparent;
    
    }