body {
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #862633;
    /*color: #313131;*/
}

a {
    color: #862633!important;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}

a:hover {
    color: #565656!important;
}

footer, footer a {
    color: #565656!important;
}

footer a:hover {
    color: #862633!important;
}

hr {
    color: #862633;
    background-color: #862633;
}

.btn-primary {
    border-radius: 0;
    color: #fff!important;
    background-color: #862633;
    border-color: #862633;
    transition: border-color 0.3s ease-in 0s, color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out;
}

.btn-outline-primary:hover {
    border-radius: 0;
    color: #fff!important;
    background-color: #862633;
    border-color: #862633;
    transition: border-color 0.3s ease-in 0s, color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out;
}

.btn-primary:hover, .btn-outline-primary {
    border-radius: 0;
    color: #862633!important;
    background-color: #fff;
    border-color: #862633;
}

.btn-primary:focus, .btn-outline-primary:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
select.select:focus,
select option,
textarea.textarea:focus {
    border: 1px solid #862633!important;
    outline: none;
    color: #565656!important;
    background: transparent !important;
    box-shadow: 0 0 0 0.2rem rgba(134,38,51, 0.25);
}

.btn-primary:focus,
button:focus {
    color: #862633!important;
}

a:focus {
    color: #565656!important;
    outline: 1px solid #862633;
}

.table-hover tbody tr:hover {
    color: #862633;
    background-color: rgba(134,38,51, 0.3);
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

footer {
    background-color: #fff;
    border-top: 1px solid #862633;
    position: fixed;
    bottom:0;
    width: 100%;
    height: 60px;
}

.border-primary {
    box-shadow: 0 0 0 0.2rem rgba(134,38,51, 0.25);
    border: 1px solid #862633!important;
    border-radius: 20px;
}

.page-item.active .page-link {
    background-color:#862633;
    border: 1px solid #862633;
    color: #fff!important;
    z-index: -1;
}

.not-allowed {
    cursor: not-allowed!important;
}

.rem8 {
    width: 8rem!important;
}

td.details-control {
    background: url(../pics/details_open.png) no-repeat center center;
    cursor: pointer;
}

td.details-control-shown {
    background: url(../pics/details_close.png) no-repeat center center;
    cursor: pointer;
}


.small-col{
		width: 50px;
}

.column_search{
	width: 100%;
}


div#configuration textarea {
    width: 100%;
    height: 200px;
}