.files canvas {
    max-width: 100%;
}

.img-container {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

@media screen and (min-width: 992px) {
    .img-container {
        height: 150px;
    }
}

@media screen and (min-width: 768px) {
    .img-container {
        height: 200px;
    }
}

form table input[type="number"] {
    /*width: 35px;*/
    width: 25px;
}

.select2-container {
    width: 100% !important;
}

.login-content img.gss-logo {
    width: 150px;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.vich-image a img {
    max-width: 150px;
}
.vich-image a {
    display: inline-block;
    margin-bottom: 10px;
}

.btn.btn-image .img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 3px;
}

#user_roles label.css-radio,
#user_edit_roles label.css-radio {
    display: block;
}
table.table-card tr th {
    padding: 3px;
}
table.table-card thead tr th {
    text-align: center;
}
table.table-card tbody tr td {
    padding: 3px;
}
form table.table-card input[type=number] {
    text-align: center;
    border: 1px solid #DDD;
}
form table.table-card input[type=number].disabled {
    border: none;
    font-weight: bold;
}
form table.table-card input[type=checkbox] {
    width: 15px;
    height: 15px;
}
.table-card td span {
    width: 25px;
    display: inline-block;
}
.bold {
    font-weight: bold;
}
ul.no-padding {
    padding: 0;
}
ul.no-padding li {
    list-style: none;
}
.font-normal { font-style: normal; }

.remove-border-radius {
    border-radius: 0;
}
.remove-border {
    border: none;
}

#main-container {
    background-color: #ecf0f5;
}
.bg-gray-lighter {
    background-color: #f5f5f5;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
.form-control {
    border-color: #d2d6de;
}
.select2-container--default .select2-selection--single {
    border-color: #d2d6de;
}
.css-checkbox input + span {
    border-color: #d2d6de;
}
.css-radio input + span {
    border-color: #d2d6de;
}

.nav-main a, .nav-main a > i {
    color: #b8c7ce;
}
.nav-main a:hover, .nav-main a:focus {
    color: #ffffff;
}
.nav-main a.active, .nav-main a.active:hover {
    background: rgba(0, 0, 0, 0.2);
}
.nav-main ul {
    padding-left: 0;
}
.nav-main ul a {
    padding-left: 50px;
}

.form-group .control-label .required:after {
    content: " *";
    color: #d26a5c;
}

.padding-l-15 {
    padding-left: 15px;
}
.padding-r-15 {
    padding-right: 15px;
}
.rojo {
    color: red;
}