/* --------------- ESTILOS PROPIOS---------------------- */
.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
    color: black !important;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.select2-result-repository__meta {
    margin-left: 70px
}

.select2-result-repository__title {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 1em;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    color: black;
    font-size: 11px;
}

.select2-result-repository__description {
    font-size: 13px;
    color: black;
    margin-top: 4px;
}

.select2-results__option--highlighted,
.select2-result-repository__title {
    color: black;
}

.select2-results__option--highlighted,
.select2-result-repository__forks,
.select2-results__option--highlighted,
.select2-result-repository__stargazers,
.select2-results__option--highlighted,
.select2-result-repository__description,
.select2-results__option--highlighted,
.select2-result-repository__watchers {
    color: black;
}

.select2-result-repository__title_product {
    color: black;
    font-weight: 600;
    font-size:12px;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
}


.toggleHidden {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.toggleVisible {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    pointer-events: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* estilo app para el logotipo*/
.skin-green .main-header .logo {
    background-color: white !important;
}

.login-logo img {
    max-width: 320px;
    width: 100%;
}

/* boton del candado del menu >> usuarios que no hayan escogido un contrato superior y salgan algunos elementos bloqueados*/
.candado:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f023";
}

.modal { overflow: auto !important; }

.box-header .btn-group .btn-success:hover, .box-header .btn-group .btn-success:active, .box-header .btn-group .btn-success.hover, .box-header .btn-group .btn-success:focus {
    background-color: #008d4c;
    background-image: none;
}

.box-header .btn-group .btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
    color: white;
    background-image: none;
}

.dt-button-collection .active {
    border-color: #008d4c !important;
}
