.form-horizontal input[type="text"],
.form-horizontal input[type="number"],
.form-horizontal input[type="date"],
.form-horizontal select {
    margin-bottom: 5px;
}

input[type="date"]:disabled {
    border: none;
    background-color: transparent;
}

.right {
    float: right;
    text-align: right;
}

.pickerColor {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px 0 5px;
}

.margin-left-7 {
    margin-left: 7px !important;
}

.width-35 {
    width: 35px;
}

.top28 {
    top: 28px !important;
}

.displayFlex-2 {
    display: flex !important;
}

.trashItem {
    position: absolute;
    right: 10px;
    top: 8px;
}

.background_magazine {
    background-image: url("../../img/background-estadio.jpg");
}

.m-t-30 {
    margin-top: 30px !important;
}

/* For datatable filters */
thead input {
    width: 100%;
}

a.table-link:hover{
    color: #21517b !important;
}

.blink-me {
    animation: blinker 3s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0.7;
    }
}
.test-alert {
    left: 50%;
    margin-left: -40px;
    width: 80px;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: #f36262;
    padding: 6px;
    border-radius: 6px;
    font-family: 'consolas';
    font-size: 12px;
    font-weight: bold;
    z-index: 9999;: ;
}

.fixed-btn-height-34{
    height: 34px;
}


