﻿.banner > img {
    width: 100%;
}

.logo {
    padding-bottom: 10px;
    text-align: center;
    margin-top: 40px;
}

label {
    padding-top: 7px;
}

.h2 {
    font-family: Arial;
    color: #383838;
    font-size: 1.10555em;
    font-weight: bold;
}


input[type='checkbox'] {
    margin: 0 10px 0 5px;
}

.checkbox {
    top: 4px;
    margin: 0 !important;
}

    .checkbox label {
        margin: 0 !important;
        min-height: 15px;
    }

.checkbox {
    margin-bottom: 0px;
}

.form-control {
    border-radius: 0px;
}

th {
    background-color: #f7f7f9;
    font-family: Arial;
    font-size: 12px;
}

.itemsTable > tbody > tr > td > .form-control {
    border-radius: 0px;
    border: 0;
}

.table-bordered > tbody > tr > td :focus {
    border: 1px solid #337ab7;
}

.btnRow {
    padding-bottom: 20px;
}

.itemsTable > tbody > tr > td {
    padding: 0;
}

select::-ms-expand {
    display: none; /*For IE*/
}

.selectDropDown {
    -moz-appearance: none; /*For FireFox*/
    -webkit-appearance: none; /*For Chrome*/
}


.table td i.fa {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.btn-add, .btn-remove {
    padding: 0px;
    border-radius: 1px;
    height: 24px;
    width: 24px;
    margin: 3px;
    border-radius: 1px;
}

.btn-add {
    background-color: rgba(34, 139, 34, 0.79);
}

.btn-remove {
    background-color: #cd5c5c; /*indianred*/
}
