.logo-icon img,
.logo img {
	max-width: 100%;
}

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.846153846;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.fileinput .thumbnail > img {
    max-height: 100%;
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}

.img-responsive, .thumbnail > img, 
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-exists {
    margin-top: 10px;
}

.dataTable tfoot {
    display: table-row-group !important;
}

.table img {
    max-width: 75px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.dataTables_length {
    float: left;
}

.error-message {
    color: #F00;
    font-style: italic;
}

.form-error {
    border-color: #ff5050;
}

.custom-file-input {
    cursor: pointer;
}

.no-files {
    background: #f3f3f3;
}

.padding-top-8 {
    padding-top: 8px;
}

table.documents td {
    white-space: nowrap;
}

.table {
    width: 100% !important;
}

.table input {
    width: 100%;
}

table.dataTable > thead > tr > th {
    white-space: nowrap;
}

.details-logo {
    max-width: 200px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.alert {
    padding: .75rem 1.25rem !important;
}

input[type=radio], input[type=checkbox] {
    margin-right: 10px;
    margin-left: 10px;
}

.input.radio {
    margin-top: 5px;
}

.btn-outline-success.active {
    color: #fff;
    background-color: #2cd07e;
    border-color: #2cd07e; 
}

label.radio-label {
    width: 100px;
}

.dt-buttons {
    margin-left: 20px;
    float: right;
}
