﻿.slider { 
    position:absolute; 
    display: none; 
    height:40px;
    white-space:nowrap;
    overflow-x:hidden;
    overflow-y:hidden;
    background:#616161;
    z-index:999;
}
.slider-slide-out-button-area {
    height:40px;
    background: #616161 none repeat scroll 0% 0%;
    display: inline-block; 
}
    .slider-slide-out-button-area-slide-out-icon-area {
        width:40px;
        text-align:center;
        cursor:pointer;
        color:#fff;
        padding: 5px;
        font-size: 30px;
        background: #616161 none repeat scroll 0% 0%;
    }
    .slider-slide-out-button-area-slide-button {
        border:none; 
        background:#F56D01;
        color:#FFF;
        width: 223px;
        height: 40px;
        font-size:1.2em;
        vertical-align: top;
    }
    .slider-slide-out-button-area-slide-button:hover {
	    color: #FFF;
        cursor:pointer;
	    background: #EC6800;
    }
.content-main-drop-content-table-body-row-cell-button-slide-out {
    width: 40px;
    text-align:center;
    cursor:pointer;
    font-size:30px;
    background: #616161 none repeat scroll 0% 0%;
}
    .content-main-drop-content-table-body-row:nth-child(even) > .content-main-drop-content-table-body-row-cell-button-slide-out {
        width: 40px;
        text-align:center;
        cursor:pointer;
        font-size:30px;
        background: #616161 none repeat scroll 0% 0%;
    }

.content-main-drop-content-table-body-row-cell-button-no-access {
    width: 40px;
    text-align:center;
    font-size:30px;
    background: #616161 none repeat scroll 0% 0%;
}
    .content-main-drop-content-table-body-row:nth-child(even) > .content-main-drop-content-table-body-row-cell-button-no-access {
        width: 40px;
        text-align:center;
        font-size:30px;
        background: #616161 none repeat scroll 0% 0%;
    }