*{
    margin: 0;
    padding: 0;
}

body{
    direction: rtl;
}

.itemContent{
    margin-right: 20px;
}

.items{
    float: right;
    width: 14%;
    height: 100px;
    margin: 10px;
    padding-top: 40px;
}
.item{
    width: 100%;
    height: 40px;
    margin-right: 5px;
    background-color: #fdefbf;
    font-size: 18px;
    font-weight: bolder;
}



.item:hover{
    background-color: #e0cc78;
}


a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
}

.searchBTN{
    float: right;
    width: 20%;
    height: 100%;
    margin: 10px 20px;
    padding-top: 40px;
    padding-right: 130px;
}
.searchBTN input{
    height: 40px;
    width: 100%;
}

.search{
    float: right;
    width: 30%;
    height: 40px;
    margin: 15px auto;
    padding-bottom: 30px;
    padding-right: 130px;
}
.search input{
    float: right;
    height: 40px;
    width: 70%;
}

.search input[type=submit]{
    margin-bottom: 30px;
}

.out-put{
    width: 68%;
    margin: 180px auto;
}
table{
    margin: 10px auto;
    width: 90%;
    border-collapse: collapse;
}
td , th{
    height: 50px;
    border: 2px solid black;
    text-align: center;
    line-height: 50px;
}
th{
    font-size: 23px;
    font-weight: bold;
}
td{
    font-size: 15px;
    font-weight: bold;
    font-style: inherit;
}

.print{
    float: right;
    width: 25px;
    height: 25px;
    margin-right: 30px;
}

#idUser{
    width: 10%;
}
#actionUser{
    width: 20%;
}
#nameUser{
    width: 30%;
}
#timeUser{
    width: 20%;
}
#deviceUser{
    width: 20%;
}

.pages{
    width: 50%;
    height: 50px;
    margin: 20px auto;
}

.pagesItem{
    width: 100%;
    line-height: 50px;
    margin: 20px auto;
}

.pages a{
    width: 4%;
    float: right;
    margin: 10px auto;
    color: darkblue;
}

.pagesContent{
    width: 100%;
    height: 50px;
    background-color: #b2bec3;
    text-align: center;
}

.userAdd{
    width: 30%;
    height: 300px;
    margin: 50px auto;
}

.userLogin{
    width: 30%;
    height: 300px;
    margin: 50px auto;
}

.userLogin span{
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.userLogin input[type=text]{
    margin-top: 18px;
    margin-bottom: 10px;
    width: 100%;
    height: 25px;
    border: 3px solid #718093;
    border-radius: 25px;
    padding: 5px;
}


.userLogin input[type=password]{
    margin-top: 18px;
    margin-bottom: 10px;
    width: 100%;
    height: 25px;
    border: 3px solid #718093;
    border-radius: 25px;
    padding: 5px;
}

.userAdd span{
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.userAdd input[type=text]{
    margin-top: 18px;
    margin-bottom: 10px;
    width: 100%;
    height: 25px;
    border: 3px solid #718093;
    border-radius: 25px;
    padding: 5px;
}
.userAdd input[type=email]{
    direction: ltr;
    margin-top: 18px;
    margin-bottom: 10px;
    width: 100%;
    height: 25px;
    border: 3px solid #718093;
    border-radius: 25px;
    padding: 5px;
}


#macAddress{
    direction: ltr;
}

.addBTN{
    width: 30%;
    height: 40px;
    background-color: #00a8ff;
    margin: 40px 125px;
    color: #f5f6fa;
    font-size: 17px;
    font-weight: bolder;
}

.dataUser{
    width: 65%;
}

#userDataSmsTbl{
    margin-top: 200px;
}

.dataUser #idUser{
    width: 8%;
}
.dataUser #actionUser{
    width: 18%;
}
.dataUser #nameUser{
    width: 28%;
}
.dataUser #timeUser{
    width: 18%;
}
.dataUser #deviceUser{
    width: 18%;
}
.dataUser #editUser{
    width: 5%;
    font-size: 15px;
}
.dataUser #deleteUser{
    width: 5%;
    font-size: 15px;
}
.dataUser .listItem{
    font-size: 10px;
    font-weight: bold;
    color: #474787;
}

.userAdd{
    margin-bottom: 50px;
}


#macAddressList{
    direction: ltr;
}

.out-put-format{
    width: 100%;
    height: 60px;
    margin: 20px 60px;
}
.out-put-format img{
    margin-right: 20px;
}
.out-put-format img:hover{
    cursor: pointer;
}