*{margin: 0;padding: 0;}

.change-type {
    min-width: 40px;
    min-height: 160px;
    position: fixed;;
    z-index: 99;
    left: 0;
    top: 36%;
    display: flex;
}

.change-type .type-left {
    width: 0;background: url(../img/modalbg.png);
    background-size: 100% 100%;
    height: 700px; position: relative;
    margin-top: -60%; overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: 5px;
    overflow: hidden; 
    transition: width 0.4s;
    -moz-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
}
.change-type .showListType {
    width: 360px;
    transition: width 0.4s;
    -moz-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
}
.change-type .type-left ul li {
    display: flex;
    line-height: 40px; color: #d0d5e9; padding-left: .8rem;
    height: 40px;
    text-align: left; font-size: 12px; font-weight: normal;
    border-bottom: 1px solid #061f41;
    width: 100%;
    position: relative; align-items: center;
    cursor: pointer;
}
.change-type .type-left ul li:hover{background: #07366a; color: #0189d6;}
.change-type .type-left ul li img{ width:20px; margin-right: .3rem;}

.table-from .option select { height: 23px; line-height: 23px;}
.table-from  .option {
    width: 70px;
    height: 26px;}
.table-from input{border:1px solid #00a6ff; width: 100%; line-height: 23px; border-radius: 3px; background: none; }
.table-from{font-size: 12px; color: #cad9e7;margin: .8rem .5rem; }
.table-from td{text-align: center;}
.sous img{width: 12px; margin-right: .3rem;}
.sous{background: linear-gradient(to right, #26b8eb, #028cfd);
    border-radius: 2px;
    line-height: 26px;  color: #fff; display: block; text-decoration: none; width: 50px;}
.change-type .type-right {
    width: 32px;
    background: url(../img/toggleModal1.png);
    cursor: pointer;
    background-size: 100% 100%;
    height: 150px;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: table;
}
.change-type .type-right p {
    text-align: center;
    padding: 0 5px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    line-height: 20px;
}
.change-type .type-right.type-close{   width: 32px;
    background: url(../img/toggleModal_c.png);
    cursor: pointer;
    background-size: 100% 100%;
    height: 150px;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: table;}
    .pagination { width: 50%;
        display: flex;
        padding-left: 10px;
        list-style: none;
        margin:  0;
    }
    input:focus{outline:none;}
    button:focus{outline:none;}
    .pagination .active{ background: linear-gradient(to right, #10ccff, #0274ff); color:#fff;        border: 1px solid #0274ff;}
    .page-link:hover{ background: linear-gradient(to right, #10ccff, #0274ff);color:#fff;        border: 1px solid #0274ff;}
    .page-link {
        color: #fff;
        display: flex;    
        align-items: center;
        justify-content: center;
        border-width: 0;
        border: 1px solid #626783;
        font-weight: 400;
        margin: 5px 1px;
            font-size: 12px; height: 23px;
        text-decoration: none;
        border-radius:3px; width: 24px;
    }
    .page-item{padding-left: 0rem !important; border-bottom: none;}
    .change-type .type-left ul li.page-item:before {border:none; }
    .change-type .type-left ul li.page-item:hover {background:none; }
    .page-link img{ width:100%;}
    .change-type .type-left ul li:before {
        content: '';
        width: 0.4rem;
        height: 0.4rem;
        position: absolute;
        top: 50%;
        right: 0.75rem;
        margin-top: -0.2rem;
        background: transparent;
        border: 1px solid #00a5fd;
        border-top: none;
        border-right: none;
        z-index: 2;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }