.setboly {
    width: 100%;
    margin: 0 auto;
}

.settitle {
    border-bottom: 1px solid #333333;
}

.Setup {
    padding: 10px;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.Setupactives {
    background: #333333;
    color: #FFF;
}

.setcontent {
    padding: 20px 0 0 0;
}

.smarginbottom {
    margin-bottom: 20px;
}

.setshow {
    display: block;
}

.setnotshow {
    display: none;
}

.h4title {
    width: 18%;
    display: inline-block;
    text-align: right;
}
select {
	-webkit-apperance:none;
}
.setselect {
    width: 80%;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #d5d7d8;
    outline: none;
	-webkit-tap-highlight-color:rgb(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	apperance:none;
	-moz-apperance:none;
	-webkit-apperance:none;
	background-color:#fff;
	outline:none;
}

.phone,
.email {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #d5d7d8;
    outline: none;
    text-indent: 1rem;
}

.error {
    color: red;
}

.phone:focus,
.email:focus,
.setselect:focus {
    border: 1px solid #4cae4c;
}

.setright {
    float: right;
}

.settingpadding {
    border: 1px solid #d5d7d8;
    padding: 15px;
    margin-bottom: 15px;
}

.settsmalltitle {
    display: inline-block;
    text-align: right;
    width: 40%;
}

.langtitle {
    width: 35%;
}

.settbtitle {
    display: inline-block;
    text-align: right;
}

@media screen and (max-width: 992px) {
    .setright {
        float: left;
    }
}

.settcheckbox {
    width: 15px;
    height: 15px;
    margin: 0px !important;
    vertical-align: middle;
}

#Language,
#CameraMode,
#SecurityMode,
#SMSControl,
#TimeLapse,
#PIRtrigger,
#PIRInterval,
#RecycleStorage,
#PhotoSize,
#PhotoBurst,
#VideoSize,
#PictureType,
#CameraPosition,
#Gps,
#AttachmentSize,
#VideoLength,
#TimeStamp,
#Auto,
#SIMSet,
#SelectNetwork,
#GameCall,
#ReplayTime,
#WorkHour,
#H,
#M {
    width: 58%;
}

#StartTimeH,
#StartTimeM,
#StopTimeH,
#StopTimeM {
    width: 30%;
}

.line {
    height: 1px;
    background: #d5d7d8;
    margin-bottom: 20px;
}

.ringhtborder {
    border-right: 1px solid #d5d7d8;
}

.spadding1 {
    padding: 6px 0;
}

.spadding2 {
    padding: 5px 0;
}

.sendtimes {
    text-align: right;
    width: 40%;
    display: inline-block;
    margin: 0px;
}

#DSendTimeH,
#DSendTimeM,
#MaxNumber {
    width: 25%;
    height: 25px;
    line-height: 25px;
}

#MaxNumber {
    width: 58%;
}

.ban {
    background: rgb(232, 232, 232);
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #333333a6;
    top: 0;
    left: 0;
}

.wpibox {
    width: 30%;
    min-width: 300px;
    height: 400px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #4cae4c;
}

.masktitle {
    background: #4cae4c;
    padding: 5px;
    color: #fff;
    font-weight: 500;
}

.maskbox1 {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.masinpt {
    width: 100%;
    outline: none;
}

.masinpt :focus {
    border: 1px solid #4cae4c;
}

.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 25px;
    cursor: pointer;
}

.close:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 5px;
    background: white;
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}

.close:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: white;
    transform: rotate(-45deg);
    top: 11px;
    left: 8px;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #4cae4c;
}

a {
    color: #4cae4c;
}