
.img-responsive {
    max-width: 50%; /* or to whatever you want here */
    max-height: auto; /* or to whatever you want here */
    width: 1340px;
}

legend {
    /*margin-left: 20px;*/
    margin:0 0 8px 0;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    margin: 11px 0 0 0;
}
@media (max-width: 767px) {
    input[type="checkbox"] {
        margin: 9px 0 0 0;
    }
    label {
        padding-top: 5px;
    }
}

th {
    background-color: #00b359;
}

.well-sm {
    padding: 5px;
}

i {
    font-size: 10pt;
    color: silver;
}
/*#submit {*/
/*    margin: 0 20px 10px 0 ;*/
/*}*/

/*#reset {*/
/*    margin: 0 0 10px 20px ;*/
/*}*/
.btn-toolbar {
    margin: 10px 20px 10px 20px;
}
.table-bordered{
    border: none !important;
}
table.table-bordered td.noneb {
    border: none !important;
}

.bordernone {
    border-bottom: none !important;
    border-top: none !important;
}

.warning {
    color: red;
    background-color: #fcf8e3;
    border-color: #faebcc;
}