.form-dogru {
    box-shadow: green 1px 0px 2px 2px;
}
.form-yanlis {
    box-shadow: red 1px 0px 2px 2px;
}
.bg-trtools{
    background-color: #2a9d8f !important;
}
.text-trtools{
    background-color: #2a9d8f !important;
}
.menulink{
    font: inherit;
    color: white;
}
.menulink:hover{
    font: inherit;
    color: #1ABC9C;
    /*font-size: 25px;*/
}
.update-history-left{
    justify-content: end;
    display: flex;
}
.update-history-left span{
    font-weight: bold;
    font-size: large;
}

.home table {
    border-collapse: collapse;
}
/*.home table td, table th {
    !*border: 1px solid rgba(255, 255, 255, .3);*!
    padding: 15px;
    !*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*!
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.home table tr:first-child th {
    border-top: 0;
}
.home table tr:last-child td {
    border-bottom: 0;
}
.home table tr td:first-child,
.home table tr th:first-child {
    border-left: 0;
}
.home table tr td:last-child,
.home table tr th:last-child {
    border-right: 0;
}*/
.home table td:first-child{
    border-top:1px solid rgb(255,255,255,0.6);
    padding-top: 5px;
    padding-bottom: 5px;
}
.home table tr td:last-child{
    border-left:1px dotted rgb(255,255,255,1);
    border-top:1px double rgb(255,255,255,0.6);
    padding-left: 5px;
}

/*.home table td{
    border-top:1px double rgb(255,255,255,0.6);
}*/
.home a{
    font: inherit;
    color: whitesmoke;
}
.home a:hover{
    font: inherit;
    color: #1ABC9C !important;
}
.home_history{
    border-radius: 1%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.home-his-menu{
    border-radius: 1%;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

