﻿
body,html {
    margin: auto;
    text-align: center;
    background-color: #0070C0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    background-image: url('../../img/backgroundimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    margin: auto;
    text-align: center;
    position: absolute;
}



.responsive {
    max-width: 400px;
    height: auto;
}

.p {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.btn {
    color: #FFFFFF;
}

.save_button {
    min-width: 270px;
    max-width: 270px;
    background-color: orange;
    color: white;
    font-family: Britannic Bold;
    font-weight: bold;
    width: 50%;
}

label {
    background-color: #FFAC1C;
    color: white;
    font-family: Britannic Bold;
    font-weight: bold;
    width: 200px;
    height: 27px;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 30px;
    box-sizing: border-box;
}

.dropdownClass {
    min-width: 180px;
    max-width: 200px;
    height: 10%;
    text-align: center;
}

select {
}

dropdowns {
    min-width: 200px;
    max-width: 200px;
    width: 50%;
    height: 5%;
}

.save_button {
    min-width: 270px;
    max-width: 270px;
    background-color: orange;
    color: white;
    font-family: Britannic Bold;
    font-weight: bold;
    width: 50%;
    height: 5%;
    border-radius: 12px;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
        color: white;
    }

    #customers tr:nth-child(even) {
        background-color: orange;
    }

    

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }
.form-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
}

label {
    background-color: orange;
    color: white;
    font-family: Britannic Bold;
    font-weight: bold;
    width: 200px;
    height: 27px;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 30px;
    box-sizing: border-box;
}

input {
    width: 190px;
    margin-top: 5px;
    box-sizing: border-box;
}

select2-selection {
    overflow: hidden;
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all;
}

.center {
    margin: auto;
    padding: 10px;
    text-align: center;
    background-color: #0070C0;
    width: 100%;
    position: absolute;
    text-align: center;
    background-image: url('../../img/backgroundimg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.responsive {
    max-width: 400px;
    height: auto;
}

.p {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.btn {
    color: #FFFFFF;
}

.save_button {
    min-width: 270px;
    max-width: 270px;
    background-color: #5B9BD5;
    color: white;
    font-family: Britannic Bold;
    font-weight: bold;
    width: 50%;
}

/*label {
            min-width: 200px;
            max-width: 200px;
            background-color: #5B9BD5;
            color: white;
            font-family: Britannic Bold;
            font-weight: bold;
            width: 50%;
            height: 5%;
            text-align: center;
        }*/

dropdowns {
    min-width: 200px;
    max-width: 200px;
    width: 50%;
    height: 5%;
}

.dropdownClass {
    width: 180px !important;
    height: 25px;
}

.save_button {
    min-width: 270px;
    max-width: 270px;
    background-color: #FFA500;
    color: white;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    width: 50%;
    height: 8%;
    text-align: center;
    line-height: 50px;
    border-radius: 12px;
}