﻿.btn-submit {
    color: #a6e500 !important;
    background-color: #008100;
    border-radius: 2px !important;
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none !important;
    border: 1px solid #008100;
}

    .btn-submit:focus {
        box-shadow: none !important;
    }

.ddl {
    padding: 8px 10px 8px 10px;
    color: #000000;
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 2px !important;
    box-shadow: 0 0 3px #bbbbbb !important;
}

    .ddl option {
        color: #000000;
        background-color: #fafafa;
    }

    .ddl:focus {
        color: #000000;
        background-color: #fafafa;
        border: 1px solid #dddddd;
        outline: none;
        box-shadow: 0 0 3px #bbbbbb !important;
    }

.txt {
    border: 1px solid #dddddd;
    background-color: #fafafa;
    color: #000000;
    outline: none;
    font-size: 14px;
    border-radius: 2px !important;
    padding: 13px !important;
    resize: none;
    box-shadow: 0 0 3px #bbbbbb !important;
}

    .txt:focus {
        border: 1px solid #dddddd;
        background-color: #fafafa;
        color: #000000;
        outline: none;
        box-shadow: 0 0 3px #bbbbbb !important;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000 !important;
}

.btn-close {
    width: 20px;
}

input[type=checkbox] {
    margin-right: 6px;
}

.btn-modal-close {
    color: #000000 !important;
    background-color: #ffffff;
    border-radius: 2px !important;
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none !important;
}