﻿
/*--table list --*/
.ioslist {
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA ;
    background-color: #fff;
}


@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ioslist {
        border-bottom: 0.5px solid #AAAAAA;
        border-top: 0.5px solid #AAAAAA;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .ioslist {
        border-bottom: 0.333333px solid #AAAAAA;
        border-top: 0.333333px solid #AAAAAA;
    }
}

 .ioslist div {
    font-size: 15px;
    border-bottom: 1px solid #c8c7cc;
    height: 45px;
    margin-left: 15px;
    line-height: 45px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ioslist div {
        border-bottom: 0.5px solid #c8c7cc;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .ioslist div {
        border-bottom: 0.333333px solid #c8c7cc;
    }
}

.ioslist div span { width: 80px; float: left; }
.ioslist div input { height:38px; margin-top: 1px; text-align: left; border: none; width: 200px; font-size: 15px; float: left; color: #030303; padding-right: 20px; }
.ioslist div p { float: right; color: #8e8e93; margin-right: 5px; }
.ioslist div.item span { padding-left: 0px; }
.ioslist div.ioslast { border-bottom-color: #fff; }

.ioslist div img { float: right; margin-top: 2px; }
.ioslist div.selected { background-color: #d9d9d9; }
.ioslist input.have-img { padding-right: 5px; }
.ioslist input.date { background: none; text-align: right; float: right; padding-right: 0px; width: 120px; }
.ioslist div.selected1 { background-color: gray; }

.ioslist textarea { border: none; padding: 10px; height: 100px; color: #8e8e93; font-size: 15px; text-align: right; padding-right: 20px; width: 175px; float: right; }
.ioslist div.div-textarea { height: 250px; padding-top: 10px; }


.iosbutton { width: 94%; margin-left: 3%; padding-left: 2.5px; padding-right: 2.5px; height: 40px; line-height: 40px; background-color: #5AC0DE; color: #fff; font-size: 16px; font-weight: 700; text-align: center; margin-top: 10px; border: 1px solid #5AC0DE; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); border-radius: 3px; }
