* {
    margin:0;
    padding: 0;
}

body {

    font-family: calibri;
}

.spa {
    width: 48%;
    height: auto;
    float:left;
    margin:1%;
    background:;
}

.atas {
    width:80%;
    height:60px;
    background:rgb(48, 184, 116);
    position: fixed;
    float:right;
    margin-left:20%;
    box-shadow: 2px 2px 2px rgba(214, 214, 214, 0.8);
    transition: 0.3s;
}

.loading {
    float:right;
    width: 30px;
    height: 30px;
    background:;
    border-radius: 100%;
    border:5px solid white;
    margin:0.6%;
    margin-right:2%;
    border-top-color: rgb(250, 209, 29);
    animation: putar 0.3s linear infinite;
}

@keyframes putar {
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}

ul li {
    list-style-type: none;
    transition: 0.3s;
}


.navigasi {
    width:20%;
    height: 100%;
    float:left;
    position:fixed;
    background:rgb(255, 255, 255);
    box-shadow: 2px 2px 2px rgba(110, 110, 110, 0.8);
    transition: 0.3s;
}

.atas .setnav {
    width: 4%;
    float:left;
    margin:0.6%;
    cursor:pointer;
}

#buka {
    display: none;
}

#nav #tutup {
    display: none;
}

#nav #buka {
    display: block;
}

#nav .navigasi {
    margin-left: -100%;
    transition: 0.3s;
}

#nav .dash {
    width:99%;
    transition: 0.3s;
} 

#nav .atas {
    width:100%;
    margin-left:0;
    transition: 0.3s;
}

#nav .atas .setnav {
    width: 3%;
}

.atas .log {
    color:white;
    float:right;
    font-family: calibri;
    font-weight: bold;
    background:cornflowerblue;
    padding:10px;
    border-radius:5px;
    box-shadow: 2px 2px 2px rgba(110, 110, 110, 0.8);
    margin:0.8%;
}

.pju {
    color:white;
    margin-top:1.6%;
    margin-left:1.4%;
    float:left;
    font-family: calibri;
    font-size: 130%;
}

#nav .pju {
    margin-top:1.3%;
}

.navigasi .akun {
    width:100%;
    height: 50px;
    background:rgb(67, 179, 100);
    float:left;
    margin-bottom:2%;
    box-shadow: 2px 2px 2px rgba(139, 139, 139, 0.8);
    border-radius: 3px;
}

.navigasi .akuna {
    width:100%;
    height: 60px;
    background:rgb(48, 184, 116);
}

.navigasi .akun .image {
    width:12%;
    float:left;
    margin: 3%;
}

.navigasi .akun .bul {
    width: 10px;
    height: 10px;
    float:right;
    margin-right:2%;
    margin-top:7%;
    border-radius: 100%;
}

.navigasi .akuna .image {
    width:15%;
    float:left;
    margin: 3%;
}


.navigasi .akun .jud {
    color:white;
    font-family: calibri;
    font-weight: bold;
    float:left;
    margin-top:6%;
}

.navigasi .akuna .jud {
    color:white;
    font-family: calibri;
    font-weight: bold;
    float:left;
    font-size: 120%;
    margin-top:6%;
}

.dash {
    width:78.5%;
    height: auto;
    float:right;
    background:;
    margin:0.5%;
    margin-top:65px;
    border-radius: 3px  ;
    border-radius:3px;
    transition: 0.3s;
    box-shadow: 2px 2px 2px rgba(236, 236, 236, 0.8);
}

.dash .datas {
    width:98.3%;
    color:white;
    background:rgb(133, 226, 133);
    font-weight: bold;
    padding:9px;
    float:left;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(110, 110, 110, 0.8);
}


table
    {
    border-collapse: collapse;
    width: 98%;
    text-align:center;
    color:rgb(70, 66, 66);
    margin:1%;
    font-family:calibri;
    background:white;
    
    }   
 
    table, th, td
    {
        border: 1px solid gainsboro;
        padding: 10px;
    }
    
    th
    {
        background-color:rgb(133, 226, 133);
        color:white;
    }
    
    tr:nth-child(odd)
    {
        background-color: Lavender;
    }


    .dash .search {
        width:20%;
        height: 30px;
        float:right;
        margin:1%;
        background:white;
        border:2px solid rgb(153, 177, 65);
        border-radius:3px;
    }
    
    .dash .search input {
        height: 30px;
        float:left;
        width:100%;
        border:none;
        background;
    }
    
    .dash .search button {
        background:white;
        color:white;
        border:none;
    }
    
.spa label {
    font-weight: bold;
    font-size: 110%;

}

.spa .input {
    width:80%;
    height: 40px;
    border:2px solid gainsboro;
    margin:1%;
    border-radius: 3px;
}

.button {
    border:none;
    background:rgb(9, 153, 9);
    color:white;
    font-family: calibri;
    font-weight: bold;
    border-radius:3px;
    padding:10px;
    cursor: pointer;
    font-family: calibri;
    font-weight: bold;
}

.foto {
    background:rgb(47, 207, 95);
    color:white;
    padding:10px;
    width:20%;
    text-align: center;
    border-radius:3px;
    margin:1%;
    float: left;
    cursor: pointer;
}

.de  {
    width:22px;
    padding:5px;
    border-radius:3px;
    background:green;
    color:white;
}

a {
    text-decoration: none;
}

.det {
    width:100%;
    height: auto;
    background;
    box-shadow: 2px 2px 2px rgba(214, 214, 214, 0.8);
}

.foto-tamu {
    float:left;
    width:96%;
    border-radius:3px;
    margin:2%;
}


.alertbaru {
    width:100%;
    height:100%;
    background:;
    position:fixed;
    float:left;
    font-family:calibri;
    font-weight:bold;
    margin-top:-0.6%;
    margin-left:-0.6%;
    z-index: 9999;
}

.alertbaru .box {
    width:30%;
    height:150px;
    background:rgb(31, 31, 31);
    margin-top:16%;
    border-radius:3px;
    margin-left:35%;
}
.alertbaru .box p {
    color:white;
    float:left;
    margin:4%;
}
.alertbaru .box .at {
    width:100%;
    height:50px;
    background:rgb(61, 172, 61);
}
.alertbaru .box button {
    width:20%;
    height:30px;
    margin:2%;
    background:orange;
    color:white;
    border:none;
    border-radius:3px;
    cursor: pointer;
    float:right;
    margin-top:10%;
}
.alertbaru .box img {
    width:20%;
    float:right;
    margin:2%;
    border-radius:3px;
    margin-right:25%;
}

.set {
    width: 18%;
    border-radius: 3px;
    height: 40px;
    float:left;
    background-color: ;
    margin-left:1%;
    margin-top:1%;
}

.set .seltam {
    height: 30px;
    border:gainsboro;
    width:30%;
    margin-right:3%;
    float:left;
    border:1px solid gainsboro;
}

.set .show {
    float: left;
    font-family: calibri;
    color:rgb(69, 149, 224);
    margin:3%;
}

.detail {
    background:rgb(5, 192, 77);
    padding:5px;
    color:white;
    margin:1%;
    border:none;
    border-radius:3px;
    cursor: pointer;
}


.tempold {
    width:95%;
    height:150px;
    background-color: rgb(77, 184, 130);
    box-shadow: 2px 2px 2px rgba(58, 58, 58, 0.8);
    margin:2%;
    float:left;
    border-radius:3px;
}

.tempold .teks {
    width:92%;
    margin:0.5%;
    margin-top:3%;
    height:auto;
    background;
    float:right;
    color:white;
}



.tempold .tempp {
    width:80px;
    height:80px;
    margin-top:-15px;
    float:left;
    margin-left:-15px;
    background-color: cornflowerblue;
    border-radius:3px;
    position:block;

}

.tempold .tempp img {
    width:60%;
    float:left;
    margin:20%;
}

.tempold .penj {
    float:right;
    margin:4%;
    font-weight:bold;
}

.tempold .ic {
    width:15%;
    float:right;
    margin:3%;
    margin-top:-5%;
    margin-right:5%;
}

.tempold .more {
    width:100%;
    height:43px;
    float:left;
    background:rgb(255, 255, 255);
    border-radius: 3px;
}

.tempold .more .more-img {
    width:10%;
    float:left;
    margin:1%;
}

.tempold .more .morep {
    color:rgb(27, 33, 57);
    font-weight: bold;
    margin:2.5%;
    float: left;
}


.dash .temp {
    background:;
    float:right;
    margin-bottom: 8%;
}

.dash .temp .tempp {
    width:60px;
    height: 60px;
}


.dash .temp {
    width:35%;
    height:160px;
    background-color: rgb(91, 228, 164);
    margin:2%;
    box-shadow: 2px 2px 2px rgba(65, 65, 65, 0.8);
    float:left;
    border-radius:3px;
}

#nav .dash .temp {
    width:30%;
}

.temp .tempp {
    width:80px;
    height:80px;
    margin-top:-15px;
    float:left;
    margin-left:-15px;
    background-color: rgb(254, 119, 4);
    border-radius:3px;
    position:block;

}

.temp .tempp img {
    width:60%;
    float:left;
    margin:20%;
}

.temp .penj {
    float:right;
    margin:4%;
    font-weight:bold;
    color:white;
}

.temp .ic {
    width:15%;
    float:right;
    margin:3%;
    margin-top:-5%;
    margin-right:5%;
}

.temp .more {
    width:100%;
    height:47px;
    float:left;
    background:rgb(48, 184, 116);
    border-radius: 3px;
}

.temp .more .more-img {
    width:10%;
    float:left;
    margin:1%;
}

.temp .more .morep {
    color:rgb(255, 255, 255);
    font-weight: bold;
    margin:3.5%;
    float: left;
}

#mobile {
    display:none;
}

.open {
    display: none;
}

.ttd {
    width:90%;
}

.tambah {
    width:15%;
    color:white;
    font-weight:bold;
    font-family: calibri;
    height:40px;
    float:left;
    margin:1%;
    background:rgb(35, 194, 101);
    border-radius:3px;
}

#nav .tambah {
    width: 12%;
}

.dash .tambah img {
    width:20%;
    margin:2.5%;
    float:left;
}

.dash .tambah p {
    margin-top:7%;  
}


.dash .tempold .teks img {
    width:10%;
    float:right;
    margin-top:%;
}

@media (max-width:768px){

    
    .open {
        display: block;
    }

    .atas .loading {
        margin-top:2.7%;
    }

    

    #tutup1 {
        display:none;
    }
    
    #open #tutup1 {
        display:block;
    }

    #open #tutup {
        display: none;
    }

    #open .navigasi {
        margin-left:0;
        width:70%;
        transition: 0.3s;
    }

    .open {
        width:10%;
        margin:3%;
        float:right;
        cursor: pointer;
    }

    #mobile {
        display:block;
    }

    #desktop {
        display:none;
    }

    .navigasi {
        margin-left:-100%;
        transition: 0.3s;
    }

    .atas {
        width:100%;
        margin-left:0;
    }

    .dash {
        width:98%;
        background-color: ;
    }

    .setnav {
        display:none;
    }

    .pju {
        font-size: 90%;
        margin-top:5%;
        margin-left:2%;
    }
    .dash .datas {
        width:94.5%;
    }

    .atas .log {
        font-size: 80%;
        margin:3%;
        display:none;
       
    }

    .tempold {
        background;
        margin-left:4%;
        height: 90px;
        margin-bottom: 10%;
    }

    .tempold .tempp {
        width:50px;
        height: 50px;
    }

    .tempold .teks {
        background-color: ;
        width:87%;
    }

   

    .dash .temp {
        width:94%;
        margin-left:4%;
    }

    .spa {
        background:;
        width:98%;
    }

    table {
        display: inline-block;
        overflow: auto;
    }

    .dash .search {
        width:97%;
    }

    .set {
        width:97%;
    }

    #me {
        font-size: 80%;
        margin-top:5%;
    }

    #tambah .input {
        width:95%;
    }

    .foto {
        width:30%;
    }

    .alertbaru .box {
        width:80%;
        margin-left:10%;
        background:;
    }
    
    .dash .tambah {
        width:50%;
    }
    
}

