/* color :#207561!important */
/* #364d59 !important */
.modal {
    padding-top: 100px;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modal-contentn {
    background: #fff;
    border-radius: 5px;
    transition: all 5s ease-in-out;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    width: 30%;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}  

.modal-contentn h2{
    color: #fff;
}
.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 30px;
} 
.close:hover,.close:focus {
    color: #364d59;
    text-decoration: none;
    cursor: pointer;
} 
.modal-header {
    padding: 2px 16px;
    background-color: #007bff;
}
.modal-body {
    padding: 20px 16px;
}
.modal-footer {
    padding: 10px 16px 2px 16px;
    background-color: #207561;
}

.modal-footer p{
    color: #fff;
}

.modal-footer a{
    color: #fff;
}

.modal-footer a:hover{
    color: #364d59;
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@media screen and (max-width: 700px){
    .modal-contentn {
        width: 70%;
    }
}

.proyek{
    border: 1px solid #364d59;
    width: 100%;
}

.proyek tr:last-child td {
    border-bottom: 0;
}

.proyek td, .proyek th{
    border: 1px solid #fff;
    text-align: left;
}

.proyek th {
    padding: 15px 35px;
    border-bottom: 1px solid #999;
    background: #207561;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.proyek td{
    padding: 15px 35px;
    border-bottom: 1px solid #364d59;
    background: #fff;
}

.proyek td:first-child {
    padding-left: 20px;
    /* border-left: #364d59; */
}

.proyek td:last-child {
    border-bottom: 0;
    /* border-right: #364d59; */
}

.proyek tr:hover td {
    background: rgb(160, 160, 160, 0.5);
}

.box{
    background-color: #fff;
    color: #495057;
    padding: 12px;
    width: 100%;
    border: none;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.box:hover{
    border: 1px solid #495057;
}
