.h-100{
    /*height: 100px !important;*/
}

#huecomenu{
    height: 70px;
    position: relative;
    z-index: -1;
}


.barrasuperior {
    height: 55px; /* Full-height: remove this if you want "auto" height */
    width: 100%; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 3; /* Stay on top */
    top: 0px; /* Stay at the top */
    left: 0;
    /*padding-left: 10px; */
    background-color: #3f487f;    
    /*background-color:#3a3d43;*/
}


.barrasuperior #menu {
    position: fixed;
    padding: 0px 15px;
    line-height: 50px;
}

.barrasuperior #menu  svg{
    fill: white;
    height: 24px;
    width: 24px;
}


.barrasuperior #logo{
    position: fixed;
    left: 70px;
    line-height: 50px;
}


.barrasuperior #logo a {
    padding: 0px 5px;
    text-decoration: none;
    display: block;
}


.barrasuperior form{
    background: none;
    padding: 0px;
    margin: 0px;
}



.barrasuperior a {
    box-sizing: border-box;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}
.barrasuperior a:hover {
    /*background-color: #394a64;*/
}


/* TITULO PAGINA */
#block-titulobotonblock{
    float:left;
    padding-top: 5px;
    margin-left: 70px;
    position: relative;
    top: 60px;
    margin-bottom: 10px;
    z-index: 10;
}

@media only screen and (max-width: 700px) {
   #block-titulobotonblock{ 
    margin-left: 10px;
}
}

#block-titulobotonblock h1{
    font-size: 30px;
    color: #000;
    text-align: left !important;
}

#block-titulobotonblock #addentidad {
    margin-left: 15px;
    cursor: pointer;
}

#block-titulobotonblock #addentidad svg path{
    height: 60px;
    width: 60px;
    fill: #000;
    padding-top: 5px;
}



#block-currentuserblock{
    float: right;

}

#block-currentuserblock #currentuser{

}

#block-currentuserblock #currentuser span{
    color: #fff;
    font-size: 20px;
}
#block-currentuserblock #currentuser svg{
    height: 60px;
    width: 60px;
    fill: #fff;
    padding-top: 5px;
}



/* styling search bar */

.search{
    position: absolute;
    left: 300px;
    margin-top: 10px;
}

.search input[type=text]:focus{
    outline: none;
    border: none;
}

.search input[type=text]{
    padding-left: 5px;
    width: 250px;
    height: 25px;
    
    border: none;
    font-size: 14px;
}

.ui-autocomplete{
    z-index: 200;
}

.search .searchbutton{
    height: 23px;
    width: 23px;
    border-radius: 100px;
    border: none;
    background: none;
    margin-top: -40px;
    margin-right: 2px;
    float: right;
    /*/background-color: #ccc;*/
    padding: 0px;
}

.search .searchbutton:hover{
    background-color: #394a64;
}


.search .form-radios{
    background-color: #ccc;
    padding: 5px 15px;
    border-radius: 10px;
    display: none;    
}


@media only screen and (max-width: 700px) {



    .search input[type=text]{
        width: 180px;
    }     
}



@media only screen and (max-width: 600px) {


    .search{
        display: none;
    }     
}


#asteccrm{
    position: absolute;
    left: calc(50% - 140px);  
    top: -5px;    
}

#asteccrm #asteccrm_big{
    
}

#asteccrm #asteccrm_min{
    display: none;
}


@media only screen and (max-width: 1385px) {
    #asteccrm{
     left: 560px;    
    }
}

@media only screen and (max-width: 966px) {
    
    #asteccrm{
       top: 5px;
    }    
    #asteccrm #asteccrm_big{
        display: none;
    }
    #asteccrm #asteccrm_min{
        display: block;    
    }
}

@media only screen and (max-width: 700px) {
    #asteccrm{
        
     left: 490px; 
     top: 5px;
    }
}


@media only screen and (max-width: 600px) {
    #asteccrm{
        display: block;
        position: absolute;
        left: 265px;
        top: 5px;    
    }    
    
    #asteccrm #asteccrm_big{
        display: none;
    }
    #asteccrm #asteccrm_min{

    
    }
}