/* Menus */

.menu-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.menu-flex-item {
    flex-grow: 1;
    font-size: 12px;
    padding: 5px 10px;
}

.menu-flex.menu-cycles .menu-flex-item{
    background-color: #89D0D9;
    border-color: #65A3AB;
    color: #fff;
}

.menu-flex.menu-forms .menu-flex-item{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 5px 20px;
}

.menu-flex.menu-cycles .menu-flex-item:hover, .menu-flex.menu-cycles .menu-flex-item.active {
    background-color: #65A3AB;
}

.menu-flex.menu-forms .menu-flex-item:hover, .menu-flex.menu-forms .menu-flex-item.active {
    background-color: #ccc;
}

/* Badges */

.badge.form-status {
    padding: 0 !important;
    height: 10px;
    width: 10px;
}

.badge.form-status- {
    background-color: #ccc !important;
}

.badge.form-status-open {
    background-color: #f5cb2d !important;
}
.badge.form-status-filled {
    background-color: #3cd349;
}


/* Buttons and input groups */

.input-group {
    width: 100%;
}

.btn-query:not(.btn-danger):not(.btn-warning), .btn-ar, .btn-sdv, .btn-rr {
    background-color: #f1f1f1;
}

.btn-query, .btn-ar, .btn-sdv, .btn-rr {
    border: none;
    font-size: 11px;
    cursor: pointer;
    padding: 8px 8px;
    line-height: 14px;
}
.btn-success{
    background-color: #2cc36b !important;
    border-color:#2cc36b;
    color: #fff;
}

.btn-sdv.active, .btn-rr.active, .btn-global-sdv.active, .btn-global-rr.active {
    background-color: #2cc36b;
    color: #fff;
}
button.active{
    background-color: #2cc36b;
    color: #fff;
}
button.changed{
    background-color: #f5cb2d;
}

.btn-sdv.changed, .btn-rr.changed, .btn-global-sdv.changed, .btn-global-rr.changed {
    background-color: #f5cb2d;
}

table .input-group .form-control {
    display: block;
    float: none;
}

table .input-group-addon {
    padding: 2px;
    display: block;
}

table .btn-query, table .btn-ar, table .btn-sdv, table .btn-rr {
    padding: 2px;
    font-size: 9px;
    line-height: 14px;
}

.input-group-addon {
    padding: 0;
    background-color: transparent;
    border:none;
}

/* Form specific */

th.LBTEST-label {
    width: 50px;
}


/*CSS para botones*/
.btn-menusubject {
    color: #ffffff;
    background-color: #89D0D9;
    border-color: #65A3AB;
}

.btn-menusubject:hover,
.btn-menusubject:focus,
.btn-menusubject:active,
.btn-menusubject.active,
.open .dropdown-toggle.btn-menusubject {
    color: #ffffff;
    background-color: #71B4BD;
    border-color: #65A3AB;
}

.btn-menusubject:active,
.btn-menusubject.active,
.open .dropdown-toggle.btn-menusubject {
    background-image: none;
}

.btn-menusubject.disabled,
.btn-menusubject[disabled],
fieldset[disabled] .btn-menusubject,
.btn-menusubject.disabled:hover,
.btn-menusubject[disabled]:hover,
fieldset[disabled] .btn-menusubject:hover,
.btn-menusubject.disabled:focus,
.btn-menusubject[disabled]:focus,
fieldset[disabled] .btn-menusubject:focus,
.btn-menusubject.disabled:active,
.btn-menusubject[disabled]:active,
fieldset[disabled] .btn-menusubject:active,
.btn-menusubject.disabled.active,
.btn-menusubject[disabled].active,
fieldset[disabled] .btn-menusubject.active {
    background-color: #89D0D9;
    border-color: #65A3AB;
}

.btn-menusubject .badge {
    color: #89D0D9;
    background-color: #ffffff;
}

/*otro boton*/
.btn-menuform {
    color: #ffffff;
    background-color: #9FD4B1;
    border-color: #74AD87;
}

.btn-menuform:hover,
.btn-menuform:focus,
.btn-menuform:active,
.btn-menuform.active,
.open .dropdown-toggle.btn-menuform {
    color: #ffffff;
    background-color: #91CCA5;
    border-color: #74AD87;
}

.btn-menuform:active,
.btn-menuform.active,
.open .dropdown-toggle.btn-menuform {
    background-image: none;
}

.btn-menuform.disabled,
.btn-menuform[disabled],
fieldset[disabled] .btn-menuform,
.btn-menuform.disabled:hover,
.btn-menuform[disabled]:hover,
fieldset[disabled] .btn-menuform:hover,
.btn-menuform.disabled:focus,
.btn-menuform[disabled]:focus,
fieldset[disabled] .btn-menuform:focus,
.btn-menuform.disabled:active,
.btn-menuform[disabled]:active,
fieldset[disabled] .btn-menuform:active,
.btn-menuform.disabled.active,
.btn-menuform[disabled].active,
fieldset[disabled] .btn-menuform.active {
    background-color: #9FD4B1;
    border-color: #74AD87;
}

.btn-menuform .badge {
    color: #9FD4B1;
    background-color: #ffffff;
}

.hidden {
    display: none;
}

/*dots*/

.dots {
    margin: 40px auto;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    width: 50%;
    background-color: #EEE;
    height: 15px;
    width: 15px;
    margin: 0 2px;
}

.dot.dot-success {
    background-color: #449D44;
}

.dot.dot-warning {
    background-color: #F0AD4E;
}

.dot.dot-danger {
    background-color: #D9534F;
}

.dot.dot-default {
    background-color: #adadad;
}

.dot.dot-sm {
    height: 10px;
    width: 10px;
}

.dot.dot-lg {
    margin: -1px 5px;
    height: 10px;
    width: 10px;
}

.label-buttons {
    display: block;
    margin-top: 5px;
}

.btn-verified {
    background-color: #71B4BD;
    border-color: #71B4BD;
    color: #fff;
}

/* Hide inputs */

.input-hidden {
    display: none !important;
}

/* Debug */
.xdebug-var-dump {
    margin-left: 250px;
}
.red-cage{
    border-color: red;
}