/* For modern browsers */
.nextend-clearfix:before,
.nextend-clearfix:after {
    content:"";
    display:table;
}
.nextend-clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.nextend-clearfix {
    zoom:1;
}

#smartslider-admin{
    border-radius: 3px;
}

.smartslider-head{
    height: 68px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #171c23;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 11;
}

#smartslider-admin .smartslider-logo{
    float: left;
    width: 24%;
    height: 100%;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset, -2px 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: #333E4B;

    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #4C5C71 0%, #333E4B 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #4C5C71 0%, #333E4B 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #4C5C71 0%, #333E4B 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4C5C71), color-stop(1, #333E4B));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #4C5C71 0%, #333E4B 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #4C5C71 0%, #333E4B 100%);
}

#smartslider-admin .smartslider-logo .smartslider-border{
    height: 100%;
    border-right: 1px solid #171c23;
    border-top-left-radius: 3px;
    background: url('../images/logo.png') no-repeat center center;
}

#smartslider-admin .smartslider-toolbar{
    float:left;
    width: 76%;
    height: 100%;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.1) inset;
}