﻿


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: 0;
}

.btn-gray{
    opacity: .8;
    background: #FCFCFC;
    border-radius: 0 ;
    color: #727272 ;
    border: 1px solid #777777;
}

.btn-red{
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #FFFFFF;
}

.btn-descargar {
    width: 21%;
    background-color: #11326a;
    border-color: #11326a;
    color: #FFFFFF;
}

.btn-white{
    background: #FCFCFC;
    color: #11326a;
    border: 1px solid rgba(119, 119, 119, 0.16);
}


.colorWhite{
    color: white;
}

.m-r-20{
    margin-right: 20px;
}

.m-t-14{
    margin-top: 14px;
}

.longTextWrap{
    word-break:break-all;
}

.btn{
   font-size: 18px;
   max-height: 42px;
}
.spaceForm{
    margin-top: 1.5rem;
}


/*
    Estilos para buscador de colaborador
*/
.suggesstion-box-style {
    position: absolute;
    z-index: 2;
    max-height: 40vh;
    width: 85%;
}

.suggesstion-box-style-scroll {
    position: absolute;
    z-index: 2;
    overflow-y: scroll;
    max-height: 40vh;
    width:100%;
    border: solid 1px #e0e0e0;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 1rem 8px 8px 8px;
    top: 50px;
    background: white;
}
.autocomplete {
    cursor: pointer;
    border: 0;
    width: 100%;
    padding: .3rem 0;
}

.opacity-1{
    opacity:1 !important;
}
/*
estilo para que las columnas se ajusten al tamaño del texto
*/
tbody tr td {
      word-break:break-word;          
}

.tablaPasos tbody tr td {
    word-break:break-word;
    width:10px;
}
/*
    Estilos para campos que contienen calendarios
*/
.ui-datepicker-header {
	font-family: "Myriad Pro", sans-serif;
	color: #fff;
	padding: 0;
	border-top: 1px solid #11326a;
	border-bottom: block;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
    background: #11326a;
	background-image: -moz-linear-gradient(bottom, #11326a 0%, #cd300c 100%);
	background-image: -o-linear-gradient(bottom, #b32b0b 0%, #cd300c 100%);
	background-image: -webkit-linear-gradient(bottom, #b32b0b 0%, #cd300c 100%);
	background-image: linear-gradient(bottom, #b32b0b 0%, #cd300c 100%);
}

.radioBtn{
    position:relative;
    margin:3px 0;
}

.radioBtn label {
    position: absolute;
    top: 0.1rem;
    font-weight: normal;
    margin-left:.3rem;
}


.overflow-y{
    max-width: 100%;
    overflow-y: scroll;
    max-height: 50vh;
}

.positionAbsolute{
    position:absolute
}

.positionRelative{
    position:relative
}




.listaCargamasiva{
    font-size:14px;
    text-align:left;
    margin-left:5px;
    margin-top:-3px;
    color: var(--colorNavActive) !important;
}