#smartslider-admin .smartslider-secondcol{
    float: left;
    width: 76%;
    min-height: 500px;
}

#smartslider-admin.smartslider-advanced-layers-advanced-active .smartslider-secondcol{
    width: 100%;
}

#smartslider-admin .smartslider-secondcol .nextend-tab{
    position: relative;
}

#smartslider-admin .smartslider-secondcol .smartslider-toolbar-play{
    position: absolute;
    right: -1px;
    top: -1px;
    height: 40px;
    width: 130px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    border: 1px solid #205995;
    color: #ffffff;
    text-shadow: 1px 1px 0 RGBA(0,0,0,0.5);
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    background: #1D6ADD;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A99E7), color-stop(1, #1D6ADD));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #2A99E7 0%, #1D6ADD 100%);
}


#smartslider-admin .smartslider-secondcol .smartslider-toolbar-play:HOVER{
    background: #1b62cc;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #2a8ed5 0%, #1b62cc 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2a8ed5 0%, #1b62cc 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2a8ed5 0%, #1b62cc 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a8ed5), color-stop(1, #1b62cc));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2a8ed5 0%, #1b62cc 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #2a8ed5 0%, #1b62cc 100%);
}

#smartslider-admin .smartslider-secondcol .smartslider-toolbar-play:ACTIVE{
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.4) inset;
    padding-top: 1px;
}

#smartslider-admin .smartslider-secondcol .smartslider-toolbar-play.active{
    box-shadow: inset 1px 1px 4px 2px RGBA(0,0,0,0.3);
}

#smartslider-admin .smartslider-secondcol .smartslider-slide-console{
    height: 28px;
    margin-right: -1px;
    overflow: hidden;
    background: #45494b url('../images/console.png') no-repeat 15px 7px;
    line-height: 28px;
    padding-left: 38px;
    color: #ffffff;
    text-shadow: 1px 1px 0 RGBA(0,0,0,0.5);
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 17px;
}

#nextend-pluginmatrix-sliderwidgets .nextend-pluginmatrix-views .nextend-border{
    font-size: 13px;
    font-weight: 600;
}

#smartslider-admin .nextend-pluginmatrix-views .nextend-pluginmatrix-view{
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    text-shadow: 1px 1px 0 white;
}


#smartslider-admin .nextend-pluginmatrix-views .nextend-pluginmatrix-view:HOVER{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #d8dbe1));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #fbfbfb 0%, #d8dbe1 100%);
}

#smartslider-admin .nextend-pluginmatrix-views .nextend-pluginmatrix-view.active{
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2) inset, 2px 1px 1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}


#smartslider-admin .nextend-pluginmatrix-views .nextend-pluginmatrix-view.active:HOVER{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A99E7), color-stop(1, #1D6ADD));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #2A99E7 0%, #1D6ADD 100%);
}