#hacker-list .wrapsearch {
    padding: 6px 38px 6px 9px;
    margin-bottom: 8px;
    background: #C5CCD0;
    overflow: hidden;
}

#hacker-list .search {
    /*background: url(images/search.png) no-repeat 10px 6px #fcfcfc;*/
    border: 1px solid #d1d1d1;
    font: bold 13px Arial,Helvetica,Sans-serif;
    color: #636363;
    width: 150px;
    padding: 4px 15px 4px 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    float: right;
}

#hacker-list .search:focus {
    width: 97%;
}

#hacker-list .search:focus{
    outline: none;
}

.tree {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

.tree *{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently
                                    not supported by any browser */

}
.tree ul ul{
    display: none;
}
.tree ul {
    list-style: none;
    padding-left: 5px;
}
.tree li.open > ul{
    display: block !important;
}

.tree ul li a.highlighted{
    color: #f00;
}

.tree ul li {
    padding-left: 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tree ul li:before {
    content: '';
    height: 1px;
    width: 10px;
    background-color: #9fa9b3;
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto;
}
.tree ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #9fa9b3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.tree ul li:last-child:after {
    height: 10px;
}

.tree li.open > ul{
    display: block;
}

.tree ul i.fa-folder-o,
.tree ul i.fa-folder-open{
    cursor: pointer;
}
.tree ul i.fa-folder-open:hover,
.tree ul i.fa-folder-o:hover{
    opacity: 0.6;
}
.tree ul a {
    cursor: pointer;
    font-size: 12px;
    color: #444;
    display: block;
    overflow: hidden;
    padding-left: 13px;
    line-height: 17px;
    text-overflow: ellipsis;
    /* width: 100%; */
    padding-top: 1px;
    white-space: nowrap;
    padding-bottom: 3px;
}

.tree ul a.active{
    font-weight: bold;
    color: #045C9E;
}
.tree ul a:hover {
    color: #007CDA;
    text-decoration: none;
}

.tree ul li i.fa-trash,
.tree ul li i.fa-pencil{
    display: inline-block;
    background: #ddd;
    border-radius: 4px;
    padding: 4px 6px;
    margin-left: 3px;
    opacity:1;
    cursor: pointer;
}

.tree ul li span{
    opacity: 0;
    display: none;
}

.tree ul li span:hover,
.tree ul li a:hover + span,
.tree ul li a:hover + span{
    opacity:1;
}

.tree ul li i.fa-trash:hover,
.tree i.fa-pencil:hover{        
    background: #007CDA;
    color: #fff;
}
.tree ul li i.fa-trash{
    color: #fff;
    background: #BC0F2E;
}

.tree i.JSfolder{
    color: #007ec3;
    font-size: 16px;
    float: left;
    cursor: pointer;
}
.tree i.JSfolder:hover{
    /*opacity: 0.6;*/
    color: #3cce3c;
}
.tree .fa-file-text-o{
    color: #717171;
    font-size: 16px;
    float: left;
}

.tree li > a.status0::before,
.tree li > a.status1::before{
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    position: absolute;
    left: 26px;
    top: 11px;
}
.tree li > a.status1::before{
    background: #8bdb73;
}
.tree li > a.status0::before{
    background: #f00;
}







.category_tree_navigation{
    margin-bottom: 12px;
    margin-right: 6px;
    margin-left: 10px;
}
.category_tree_navigation ul{
    margin-left: 21px;
    list-style: none;
}


.category_tree_navigation li{
    position: relative;
}
.category_tree_navigation ul ul{
    display: none;
}

.category_tree_navigation li.open > ul{
    display: block;
}

.category_tree_navigation a{
    color: #000;
    font-size: 11px;
    letter-spacing: 0.5px;
    display: block;
    padding: 1px 0;
}

.category_tree_navigation a.active,
.category_tree_navigation a:hover{
    color: #FF4E00;
}


.category_tree_navigation span.toggle{
    color: #0095CD;
    cursor: pointer;
    font-size: 14px;
    height: 5px;
    left: -19px;
    position: absolute;
    top: 0;
    width: 5px;
}

.category_tree_navigation i.fa,
.category_tree_navigation span{
    opacity: 1 !important;
}
.category_tree_navigation i.fa-folder-open{
    display: none;
}
.category_tree_navigation i.fa-folder{
    display: inline-block;
}
.category_tree_navigation li.open > span > i.fa-folder-open{
    display: inline-block;
}
.category_tree_navigation li.open > span > i.fa-folder{
    display: none;
}






.nav2{
    margin-bottom:56px;
    margin-top:13px;
}
.nav2 ul{

}
.nav2 li{
    position: relative;

}
.nav2 li a{
    color: #efefef;
    display: block;
    text-indent: 0px;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 7px 14px 28px;
}
.nav2 li a i{
    font-size: 14px;
    left: 6px;
    top: 5px;
    position: absolute;
}
.nav2 li a:hover{
    color: #fff;
    background:#243546;
    text-decoration: none;
}



.dropdown1 button:focus,
.dropdown1 button {
    background: #efefef;
    color: #000;
    border: none;
    border-left: 4px solid #888;
    border-radius: 0;
    text-shadow: none;
}
.dropdown1 .dropdown-menu{
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
    min-width: 200px;
    font-size: 12px;
    max-height: 250px;
    overflow: auto;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0 0 4px rgba(0,0,0,.45);
}

.dropdown1 .dropdown-menu a:hover{
    opacity: 0.8 !important;
}

.dropdown-menu>li>a{
    padding: 4px 7px 4px 6px !important;
    font-size: 13px !important;
    color: #909090;
    font-weight: bold !important;
}
.dropdown-menu>li>a:hover {
    background: #edf7ff;
    color: #0d1f3f;
}



#button-menu {
    padding: 10px 17px 9px 17px;
    line-height: 26px;
    float: left;
    display: inline-block;
    cursor: pointer;
    background: #006fac;
    color: #fff;
    border-right: 1px solid rgba(0,0,0,0.25);
}

#button-menu:hover{
    background: #323232;
}

#profile {
    display: none;
}
#profile div {
    /* float: left; */
    /* color: #C4C4C4; */
}
#profile div+div {
    margin-left: 15px;
}
#profile h4 {
    margin-top: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 0;
    /* text-transform: lowercase; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    display: block;
    text-align: center;
    /* max-width: 182px; */
}
#profile small{
    display: none;
}
.showLeft #profile{
    display: block;
    width: 100%;
    padding: 13px 6px 12px 6px;
    text-align: center;
    overflow: auto;
    /* border-bottom: 1px solid #585858; */
    background: #000000;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}



.showLeft #column-left {
    width: 210px;
    opacity: 1;
}
#content {
    /* padding-bottom: 40px; */
    transition: all 0.3s;
}
#column-left+#content {
    margin-left: 50px;
}
#column-left+#content+#footer {
    margin-left: 50px;
}
@media (max-width: 767px) {
    #column-left {
        overflow: hidden;
        opacity: 0;
    }
    #column-left+#content {
        margin-left: 0;
    }
    #column-left+#content+#footer {
        margin-left: 0;
    }
}
#wrapMenuLeft{

    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    bottom: 0px;
}
.showLeft #wrapMenuLeft{
    overflow-y: auto;
    top: 84px;
}

#menuLeft,
#menuLeft ul,
#menuLeft li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menuLeft {
    margin-bottom: 25px;
}
#menuLeft>li {
    position: relative;
}
#menuLeft li a {
    text-decoration: none;
    display: block;
    padding: 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #3a3a3a; */
}
#menuLeft li a i {
    font-size: 16px;
}
#menuLeft > li > a > i.fa-star{
    color: #f9fa00;
    text-shadow: 0px 0px 2px #fffa5b;    
}
.hideLeft #menuLeft li li i{
    font-size: 13px;
}
#menuLeft>li>a {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    padding-right: 1px;
    /* border-bottom: 1px solid #585858; */
}
#menuLeft>li:hover>a,
#menuLeft>li>a:hover {
    background-color: #111;
}
#menuLeft>li>a>span.text {
    display: none;
    margin-left: 4px;
}
#menuLeft li li a {
    color: rgb(255 255 255 / 60%);
    font-weight: 500;
    padding-left: 38px;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #2f2f2f;
    border-left: 4px solid rgba(0, 133, 207, 0.54);
}
#menuLeft li li a .text{
    margin-left: 4px;
}

#menuLeft li a .text:first-letter,
#menuLeft li a .text font:first-letter {
    text-transform: uppercase !important;
}

#menuLeft li li.selected a,
#menuLeft li li a:hover {
    color: rgba(255, 255, 255, 1);
    /* background-color: rgba(0,0,0,1.95); */
    border-left: 4px solid rgb(189, 175, 8);
    /*color: #4ac0ff;*/
    /*font-weight: bold;*/
}
#menuLeft li li a:before {
    content: "\f101";
    font-size: 14px;
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 10px;
    transition: margin ease 0.5s;
    display: none;
}
#menuLeft li li a:hover:before {
    margin-right: 20px;
}
#menuLeft li li.selected i{
    color: #4ac0ff;
}


#menuLeft>li.active>a {
    color: #DDDDDD;
    background: #373737;
}
#menuLeft li.active li a {
    color: #C4C4C4;
}
#menuLeft li li.active>a:last-child {
    color: #FFFFFF;
}
#menuLeft li li.active a:last-child:before {
    margin-left: 20px;
    margin-right: 10px;
}
.showLeft #menuLeft>li {
    transition: height 200ms;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-top: 1px solid rgba(255,255,255,0.04);
}
.showLeft #menuLeft>li:hover{
    border-top-color: transparent !important;
}
#menuLeft>li>ul {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 210px;
    background-color: rgba(0,0,0,0.38);
    visibility: hidden;
    display: none; 
}
#menuLeft>li.JScollapseUl > ul{
    display: block; 
    /*height: auto;*/
}
.hideLeft #menuLeft>li>ul{
    background-color: #444;
    /*height: auto;*/
    /*max-height: inherit;*/    
}

#menuLeft li ul {
    overflow: hidden;
    /*max-height: 0;*/
    /*height: 0;*/
}
#menuLeft>li:hover>ul {
    visibility: visible;
}
.hideLeft #menuLeft>li:hover>ul {    
    display: block;
}
/*.showLeft #menuLeft>li:hover>ul {
    display: none;
}
.showLeft #menuLeft>li:hover>ul.in {
    display: block;
}*/
#menuLeft li li a.parent:after,
.showLeft #column-left #menuLeft>li a.parent:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
    margin-right: 8px;
}
#menuLeft li li.open>a.parent:after,
.showLeft #column-left #menuLeft>li.open>a.parent:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: 8px;
}
#menuLeft li ul a {
    /* padding-left: 35px; */
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 160px; */
    /* height: 1.2em; */
    white-space: nowrap;
}
.hideLeft #menuLeft li ul a{
    padding-left: 10px;
}
#menuLeft li li ul a {
    padding-left: 40px;
}
#menuLeft li li li ul a {
    padding-left: 60px;
}
#menuLeft li li li li ul a {
    padding-left: 80px;
}

#menuLeft li ul{
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);    
}

.showLeft #menuLeft>li.JScollapseUl{
    /* box-shadow: 1px 1px 5px rgba(0,0,0,.5); */
}
@media (min-width: 768px) {
    .showLeft #column-left {
        overflow: hidden;
    }
    .showLeft #column-left+#content {
        margin-left: 210px;
    }
    .showLeft #column-left+#content+#footer {
        margin-left: 235px;
    }
}
@media (max-width: 767px) {
    .showLeft #column-left+#content {
        position: relative;
        left: 235px;
    }
    .showLeft #column-left+#content+#footer {
        position: relative;
        left: 235px;
    }
}
.showLeft #column-left {
    width: 210px;
}

.showLeft #menuLeft>li>a{
    padding-left: 34px;
    background-color: transparent;
    border-left: 4px solid transparent;
}
.showLeft #menuLeft>li:hover>a,
.showLeft #menuLeft>li.JScollapseUl>a{
    box-shadow: 0px 2px 4px rgba(0,0,0,1);
    /*background-color: rgba(255,255,255,0.05);*/
    background-color: rgba(0,0,0,0.35);
    border-left: 4px solid #088cd3;
}
.showLeft #column-left #menuLeft li i {
    font-size: 14px;
    /*opacity: 1;*/
    position: absolute;
    margin-left: -23px;
    top: 13px;
    color: rgba(255,255,255,0.5);
}

.showLeft #menuLeft>li:hover>a>i,
.showLeft #menuLeft>li.JScollapseUl>a>i{
    color: rgba(255,255,255,1) !important;
}

.showLeft #column-left #menuLeft li li i{
    margin-left: -21px;
    text-shadow: 1px 3px 4px rgba(0,0,0,1);
    margin-right: 0;
    color: rgba(255,255,255,0.7);
    /*opacity: .7;*/
}
.showLeft #column-left #menuLeft li li:hover i,
.showLeft #column-left #menuLeft li li.selected i{
    color: rgba(255, 255, 255, 0.54);
}
.showLeft #column-left #menuLeft>li>a>span {
    display: inline;
}
.showLeft #column-left #menuLeft>li>ul {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    visibility: visible;
    -moz-box-shadow: inset 0 0 16px rgba(0,0,0,1);
    /* -webkit-box-shadow: inset 0 0 16px rgba(0,0,0,1); */
    /* box-shadow: inset 0 0 10px rgba(0,0,0,1); */
    /*max-height: 1000px;  approximate max height */
}

.hideLeft #menuLeft .item-sistema ul{
    bottom: -133px;
    top: auto;
}
.hideLeft #menuLeft .item-otros ul{
    top: -234px;
}
.hideLeft #menuLeft .item-web ul{
    top: -195px;
}
.hideLeft #menuLeft .item-marketing ul{
    top:-78px;
}
.hideLeft #menuLeft .item-ventas ul{
    top:-117px;
}
.hideLeft #menuLeft .item-clientes ul{
    bottom: -133px;
    top: auto;
}
.hideLeft #menuLeft .item-monitoring ul{
    bottom: -133px;
    top: auto;
}
#menuLeft .bullet{
    position: absolute;
    background: #13DC13;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    bottom: -3px;
    right: 4px;
    font-size: 10px;
    color: #000;
    padding: 0px 5px;
    line-height: 13px;
    text-align: center;
    z-index: 9999999999;
    display: inline-block;
    vertical-align: text-top;
    /* margin-left: 10px; */
    padding: 0 5px;
    line-height: 16px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px #057905;
    background: #0bc50b;
    /* border-radius: 2px; */
    background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
    background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
    background-image: -o-linear-gradient(top, #f65d5f, #e93631);
    background-image: linear-gradient(to bottom, #13DC13, #01b101);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}
#menuLeft li li .bullet{
    bottom: 12px;
}
.showLeft #menuLeft li .bullet{
    bottom: 12px;
    right: 20px;
}
.showLeft #menuLeft li li .bullet{
    right: 6px;
}


#lateralMenu{
    width: 100%;
}
#lateralMenu .title{
    background: #fff;
    color: #0d1f3f;
    font-weight: bold;
    text-align: center;
    padding: 13px 10px 10px 10px;
}
#lateralMenu ul{
    margin: 0;
}
#lateralMenu ul li{
    position: relative;
}
#lateralMenu ul li a{
    display: block;
    padding: 10px;
    font-weight: bold;
    background: #efefef;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    color: #4a4a4a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: -1px 1px 0px rgb(255, 255, 255);
}
#lateralMenu ul li a:focus,
#lateralMenu ul li a:hover{
    background: #ddd;
    color: #222;
    border-top: 1px solid #b9b9b9;    
}
#lateralMenu ul li a i{
    color: #898989;
}

#lateralMenu ul li a:focus i,
#lateralMenu ul li a:hover i{
    color: #000;
}

#lateralMenu ul li a.disabled{
    color:#929292;
}
#lateralMenu ul li a.disabled::after,
#lateralMenu ul li a.enabled::after{
    content:" ";
    width: 13px;
    height:13px;
    background: green;
    position: absolute;
    right:10px;
    top:15px;
    border-radius: 50px;
}
#lateralMenu ul li a.disabled::after{
    background: red;
}

#lateralMenu ul li a.add{
    background: #007ead;
    color: #fff;
    text-shadow: none;    
}