/* ADMIN TABS */
div.admin_tabs{
    position: absolute;
    z-index: 10;
    top:80px;
    right: 0;
}
div.admin_tabs ul.primary{
    margin: 0;
    padding: 0;
    border: none 0;
    list-style: none outside none;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    height: auto;
}
div.admin_tabs ul.primary li{
    margin: 0;
    padding: 0;
    border: none 0;
    list-style: none outside none;
    text-decoration: none;
    font-weight: normal;
    float: none;
    display: block;
    margin-bottom: 5px;
}
div.admin_tabs ul.primary li a,
div.admin_tabs ul.primary li a:link{
    margin: 0;
    padding: 3px 0;
    border: #3c3c3c solid 1px;
    border-right: none 0px;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0;
    background-color: #ececec;
    display: block;
    width: 120px;
    text-align: center;
    color: #000000;
    font-size: 0.85em;
    line-height: normal;
    height: auto;
    margin-bottom: 5px;
    
}
div.admin_tabs ul.primary li a:hover{
    background-color: #bed6d1;
}
div.admin_tabs ul.primary li a.active{
    background-color: #ef7d25;
    color: #FFFFFF;
}
div.admin_tabs ul.primary li a.active,
div.admin_tabs ul.primary li a.active:hover{
    background-color: #ef7d25;
    color: #FFFFFF;

}
div.admin_tabs ul.primary li a:hover{
    background-color: #dcdcdc;
}

/* ADMIN Toolbar */
.red_toolbar{
    background-color: #691110;
    height: 50px;
}
.red_toolbar .front_end,.red_toolbar .back_end,.red_toolbar .log_out_user,.red_toolbar .hello_user{
    color: #ffffff;
    cursor: pointer;
}
.red_toolbar .hello_user{
    width: 200px;
}
.red_toolbar .front_end:hover,.red_toolbar .back_end:hover,.red_toolbar .log_out_user:hover{
    background-color: #ffffff;
    color: #691110;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.red_toolbar a.active{
    background-color: #ffffff;
    color: #691110;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.red_toolbar a:hover{
    text-decoration: none;
}
.red_toolbar a.back_end,.red_toolbar a.front_end{
    margin-top: 15px;
    margin-left: 10px; 
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
}
.red_toolbar a.log_out_user{
    margin-top: 15px;
    margin-right: 10px; 
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
}
.red_toolbar .hello_user{
    margin-top: 15px;
}
.red_toolbar .hello_user_link{
    color: #0093e8;
}
.red_toolbar a.hello_user_link:hover{
    color:  #007ed7;
}

/* ADMIN Menu */
#admin_menu h2{
    font-weight: bold;
    margin: 0;
    background-color: #000000;
    padding: 2px 5px;
    font-size: 1.1em;
    color: #a15419;
}
.admin_menu_wrapper{
    height: auto !important;
    height: 200px;
    min-height: 300px;
    border: 1px solid #292929;
    -webkit-box-shadow: 0 0 5px #3c3c40;
    -moz-box-shadow: 0 0 5px #3c3c40;
    box-shadow: 0 0 5px #3c3c40;  
    margin-right: 25px;
}
#admin_menu ul.menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#admin_menu ul.menu li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-image: -moz-linear-gradient(top, #535357, #3c3c3f);
    background-image: -ms-linear-gradient(top, #535357, #3c3c3f);
    background-image: -webkit-linear-gradient(top, #535357, #3c3c3f);
    background-image: linear-gradient(top, #535357, #3c3c3f);
    background-color: #000000;
}
#admin_menu ul.menu li a{
    border-bottom: 1px solid #292929;
    display: block;
    padding: 15px 15px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2);
}
#admin_menu ul.menu li a:hover{
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
    background-color: #59595c;

    -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 0px #292929;
    -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 0px #292929;
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 0px #292929;
}
#admin_menu ul.menu li a:active,
#admin_menu ul.menu li a.active{
    background-color: #212122;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0, 0.2);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0, 0.2);
    box-shadow: inset 0 2px 3px rgba(0,0,0, 0.2);
}
#admin_menu ul.menu li ul{
    padding-left: 25px;
}

.pager_btn{
    padding: 0 3px;
}
.fs-sort{
    cursor: pointer;
    color: blue;
}
.fs-sort{
    padding-left: 27px;
}
.fs-sort-active{
    font-weight: bold;
    background-image: url("../images/sort.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}
.fs-sort-active.fs-sort-dir-DESC{
    background-position: top left;
}
.fs-sort:hover{
    text-decoration: underline;
    background-image: url("../images/sort-hover.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}
.fs-sort-active.fs-sort-dir-DESC:hover{
    background-image: url("../images/sort-hover.png");
    background-position: top left;
}
/***Start: Pager Div*/
.pager_wrapper .pager_list li span,
.pager_wrapper .pager_list li a{
    display: block;
    margin: 3px;
    font-size: 1.1em;
    width: auto;
    padding: 5px 5px;
    text-align: center;
    font-weight:bold;
}
.pager_wrapper .pager_list li a{
    text-decoration: none;
    color: #424957;
}
.pager_wrapper .pager_list li a.active{
    background-color: #424957;
    color: #000000;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;    
}
.pager_wrapper .pager_list li a:hover{
    color: #000000;
    background-color: #424957;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;    
}
.pager_wrapper .pager_list li {
    float: left;
    list-style:none;
}
#user-login{
    .description{
        display: none;
    }
}