﻿.zuroDBTable {
    border-collapse: collapse;
    background: none;
}

    .zuroDBTable td {
        border: 1px solid #a49482;
    }

    .zuroDBTable th {
        text-align: center;
        border: 1px solid #a49482;
    }


html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "FiraV", "Trebuchet MS", serif;
    font-size: 13px;
    color: #a49482;
    background-color: #181a1b;
    -moz-user-select: none;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

header {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

footer {
    font-size: 12pt;
    /*background: #252525;
    height: 40px;
    display: flex;*/
    text-align: center;
    justify-content: center;
    align-items: center;
}

a:link, a:visited, a:active, a:hover {
    text-decoration-line: none;
}

a:link, a:active, a:visited {
    color: #a49482;
}

a:hover {
    color: coral;
}

table {
    margin: 5px;
    width: auto;
    background: #252525;
    border-collapse: collapse;
    border-radius: 20px;
}

td {
    padding: 10px;
    overflow-wrap: break-word;
}

    td:first-child {
        width: auto;
    }

ul {
    list-style-type: none;
}


.btn {
    display: inline-flex;
    align-items: center;
    height: 22px;
    font-size: 12px;
    color: #a49482;
    background-color: #4a4540;
    border-radius: 4px;
    transition: all 0.5s ease;
}

    .btn:hover {
        color: white;
        background-color: coral;
    }

input, .form-control, .textboxASP {
    font-size: 10pt;
    color: #a49482;
    background-color: #1d2021;
    border: 1pt solid #1d2021;
    border-radius: 4px;
    transition-duration: 0.7s;
    height: 25px;
}

    input:hover {
        color: white;
        background-color: coral;
    }

    input:focus, .form-control:focus, .textboxASP:focus {
        outline: none;
        color: #a49482;
        background-color: #1d2021;
        border: 1pt solid coral;
    }


#button {
    width: 12em;
    margin-top: 10px;
    margin-bottom: 1em;
    padding: 0 0 1em 0;
    font-family: 'CaskaydiaMono NF Light', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    background-color: #4a4540;
    color: #ffffff;
}

    #button ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border: none;
    }

    #button li {
        margin: 0;
        border-bottom: 5px solid #181a1b;
    }

        #button li a {
            display: block;
            width: 100%;
            padding: 5px 5px 5px 0.5em;
            color: #a49482;
            background-color: #333333;
        }


            #button li a:hover {
                color: white;
                background-color: coral;
                border-left: 10px solid #400e00;
                border-right: 10px solid #f44707;
                box-shadow: 40px 0 0 coral;
                transform: scale(1.2, 1.2);
            }

.contactCon {
    max-width: 700px;
}

.col-xs-12 {
    display: flex;
    justify-content: center;
}

.row {
    margin: 5px;
}

.dropDown {
    color: #a49482;
    background-color: #1d2021;
    border: none;
    border-radius: 4px;
    height: 20px;
    display: flex;
    width: 157px;
}

.listBoxu {
    color: #a49482;
    background-color: #1d2021;
    border-radius: 4px;
    border: none;
}
