


body {
    background-image: none;

    background-attachment: scroll;
    position: static;
    z-index: 0;
    box-sizing: border-box;
}

/*.container {
    max-width: 1260px;    
    background-color: rgba(255,255,255, .9);
    padding: 20px ;
    margin: 0 auto;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}*/

header, #content, #boxMsg {
    /*width: 95%;*/
    max-width: 1600px;
    margin: 0 ;
    background: white;
    padding: 10px 3%
}

header {
    position: relative;
}

header img {
    display: block; clear: both;
    height: 30px
}

.wrapper {     padding: 0px }


#topmenu {   
    position: absolute;
    right: 180px; 
    top: 5px

}

.loggedHidden {display: none!important}


#boxLogin {display: none}
#boxLogout {display: block;}


#usermenu {
    display: block;
    margin: 0; 
    padding: 0;
    clear: both;
    flex: 1 0 230px
}

#logoLogged {
    height: 90px;
    width: 100%;
    padding: 30px 0 0 42px;
    margin: -20px 0 0 0;

}

#logoLogged img {width: 136px; margin: auto}



#usermenu i {width: 30px; color: #0088cc;}

#usermenu  li.parent {
    background: #eee;
    padding: 0; 
    margin: 0;
    border-top: 0.5px solid silver;
}

#usermenu  li.parent:first-child {border-top: 2px solid #0088cc}


#usermenu a { 
    font-size: 18px; 
    letter-spacing: -0.5px;
    border-radius: 0;
    color: #333; 
    display: block;
    padding: 3px 10px;
    line-height: 30px; 
    border-right: 2px solid #eee;
}

#usermenu a:hover {
    box-shadow: 0 0 15px rgba(255,255,255,.25) inset ;
    border-right: 2px solid #0088cc;
} 

#usermenu a.active {
    background: #0088cc;
    color: white;
     border-right: 2px solid #0088cc;
} 

#usermenu a.active i {color: white!important}

#usermenu ul.nav-child {
    width: 100%;
    background: black;
    list-style: none;
    margin: 0px; 
    padding: 0; 
}

#usermenu li.parent li a {padding-left: 42px}

#usermenu li.parent li {
    background: #ddd; 
    display: list-item; 
    float: none;
    width: auto; 
    height: auto;
    text-align: left;
    margin: 0;
    padding: 0px;
    border-top: 0.5px solid #888
}

#usermenu li.parent li:hover {
   box-shadow: 0 0px 30px rgba(255,255,255,.12) inset;
}

    


#usermenu .nav-child a {
    font-size: 17px;
    padding: 5px 10px 5px 0px;
    margin: 0;
    width: auto;
    display: block;
    height: auto;
    line-height: 22px; 
}


#usermenu li.current{background: silver}
#usermenu li.parent li.current{background: #e5e5e5}


#usermenu .activeIndicator {
    float: right;
    font-weight: bold;
    padding: 8px 12px ;
    width: 45px;
}


#content { 
    padding: 180px 3% 60px 3%
}



xx.blogArticle {    padding: 2% 0;}


.logged #content { 
    padding-top: 10px
}



#boxMsg {
    padding: 0px 3% 15px 3%; margin: 0; width: 100%
}




/*
.container {
    max-width: 1260px;    
    background-color: rgba(255,255,255, .9);
    padding: 20px ;
    margin: 0 auto;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}*/




nav, .navigation {clear: both; display: block;}

ul.nav { list-style-type: none; margin: 0; padding: 0}
ul.nav li {
    padding: 2px 8px;
    margin: 10px 2px;
}



.navigation .nav-child {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
}
.navigation .nav-child.pull-right {
    right: 0;
    left: auto;
}
.navigation .nav-child .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;

}

.navigation .nav-child a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
}


.navigation .nav > li {
    position: relative;
}


.navigation .nav-child:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;

}
.navigation .nav-child:after {
    position: absolute;
    top: -6px;
    left: 10px;

}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
    text-decoration: none;
    color: #fff;
    background-color: #08c;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#08c,#0077b3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image: -webkit-linear-gradient(top,#08c,#0077b3);
    background-image: -o-linear-gradient(top,#08c,#0077b3);
    background-image: linear-gradient(to bottom,#08c,#0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}







.container {box-shadow: 0 0 10px rgba(0,0,0, .1)}



tr.sum td {border-top: 2px solid #aaa;
           border-bottom: 1px double #aaa;
           background: #dddde5;
           font-weight: bold;
           padding: 6px;
}

.currency {text-align: right}
.currency:after {content: '.-'}

.nofloat {float: none; display: block; clear: both;}


#previewLogo img {margin-bottom: 10px; max-height: 100px; width: auto}
.imagebox1 { background: white; border-radius: 1px; border: 1px solid #ccc; padding: 2px 2px 3px 2px; cursor: pointer; width: 16px; margin: 0 auto}
.imagebox2 { background: black; padding: 2px; font-size: 9px; color: white; text-align: center}

table.data {
    width: 100%;
}


#imagelist { padding: 6px; }




#frmAreas select[name='level'] {
    padding-left: 25px;
    background-size: contain;
    background-position: left center;
}

#frmAreas select[name='level']:nth-child(1) {
    background: url(../images/icons/area1.svg);

}

.boxSelectArea select, .boxAddNewOption input  {width: 250px}
.boxSelectArea i, .boxAddNewOption i {font-size: 24px}

.boxAddNewOption {display: none}


#treeAreas li { padding: 5px 0}

#treeAreas>ul {    list-style-type: none; font-size: 18px}

#treeAreas>ul { padding-left: 20px}


#treeAreas ul ul {    list-style-type: disc; font-size: 16px; padding-left: 65px}
#treeAreas ul ul ul {    list-style-type: circle; font-size: 14px; padding-left: 20px}


#treeAreas i {font-size: 80%;font-weight: normal; margin-left: 10px; cursor: pointer}
#treeAreas i.icon-cross {
    color: crimson; 
}





.deleted {color: #bbb!important  }
.deleted {  }
.deleted .icon-bin2 {text-decoration:  none; color: crimson}


#treeAreas>ul>li  {
    background: #eee;
    border: 1px solid silver;
    margin: 5px 0;
    border-radius: 4px;
}

#treeAreas>ul ul {display: none}

#treeAreas .expander {  /* = .icon-chevron-right,#treeAreas .icon-chevron-down  */
    font-weight: bold;
    padding-top: 3px;
    font-size: 120%;
}