a {
	color:#333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

button.copyback {
    padding: 8px !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #fa0 !important;
    font-size: 18px !important;
    border: 0 !important;
    width: 44px;
    height: 44px;
	border: 2px solid #fa0 !important;
	margin: -20px 0;
}

button.copyback:hover,button.copyback:active {
    background: #fa0 !important;
	color: #fff !important;
}

/* Evita que los links en thead se vean azules */

.thead-dark th a {
	color: inherit;
}

/* Para menú desplegable principal */
#nav .dropdown:hover>.dropdown-menu {
	display: block;
    margin-top: 0px;
}
.nav-item>.nav-link, .nav-item>.btn-group.nav-link>a {
	text-decoration:none !important;
    color: rgba(0,0,0,.5);
}

.nav-item>.btn-group.nav-link:focus>a, .nav-item>.btn-group.nav-link:hover>a {
	color: rgba(0,0,0,.7);
}
.navbar-nav .active>.nav-link, .navbar-nav .active>.btn-group>a,.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
    background: #111;
    border-radius: 3px;
    padding-left: 5px;
    }


#position {
    font-size: 11px;
    text-align: right;
    opacity: 0.3;
    padding: 0 0 2px 10px;
    transition: ease all 0.3s;
}
#position a {
	color:#000;
}
#position:hover {
    opacity: 1;
}

/* Separacion de botones */
.btn {
    margin-right: 5px;
}

/* Titulos de página */

.sgi-header {
}
.sgi-header>* {
	vertical-align: bottom !important;
    margin: 0 7px 1.2rem 0;
    display: inline-block;
}
.sgi-header>*:first-child {
}

.sgi-header .title {
}
@media (min-width: 576px) { 
	.sgi-header>* {
		/* display: inline-block; */
		margin-right:15px;
	}
 }

/* Colores de tablas */
.table .thead-dark.thead-VTA th,.thead-VTA {
	color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.table .thead-dark.thead-CTE th,.thead-CTE {
	color: #fff !important;
    background-color: #ee6557 !important;
    border-color: #ee6557 !important;
}
.table .thead-dark.thead-LGS th,.thead-LGS {
	color: #fff !important;
    background-color: #f6b609 !important;
    border-color: #f6b609 !important;
}
.table .thead-dark.thead-FNZ th,.thead-FNZ {
	color: #fff !important;
    background-color: #16a6b6 !important;
    border-color: #16a6b6 !important;
}

/* Resalta página actual */
.page-item .page-link.active {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
/* Sombra a las cajas/cards */
.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Historial de servicios */
.historial {
    color: #999;
    font-size: 0.9rem;
}

.historial .service {
    font-size: 1rem;
    color: #000;
    font-style: italic;
}
.ac-p-edit {
    margin:20px 0 10px 0;
    font-size:0.9em;
    color:#666;
}

.card-bg-warning {
    background:#FFD559;
    background:#ffb300;
    color:#000;
}



/* Partial collapse ALTURA.COM.AR 20191221 */
.partial-collapse {
    display: block;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    transition: ease 1s all;
    position: relative;
    z-index: 1;
}

.partial-collapse::before {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background: linear-gradient(0deg, #fff 0, #fff0 70px); */
    transition: ease .5s transform;
}


.card-bg-warning .partial-collapse::before {
    /* background: linear-gradient(0deg, #FFD559 0, #FFD55900 70px); */
    
}
.partial-collapse.show::before {
  transform: translateY(+100px);
}

.partial-collapse.show {
    max-height:5000px;
}
button.btn-partial-collapse {
    margin: 5px auto 0;
    display: block;
    transition: ease .5s transform;
}

button.btn-partial-collapse.show {
    transform: rotate(180deg);
}

p.partial-collapse-end {
    margin: 30px auto 0 auto;
    font-size: 14px;
    text-transform: lowercase;
    font-style: italic;
    text-align: center;
    display: block;
    border-top: 1px solid #0003;
    color: #0003;
    font-weight: lighter;
    /* background: linear-gradient(to bottom, #f3f3f3, transparent 20px); */
    padding: 0px 0 0;
    width: 190px;
}

/* Columna de botones con clase  btn-vert */
.btn.btn-vert {
    clear: both;
    display: block;
    margin: 0 0px 20px;
    /* width: 30px !important; */
}


/* Copiar en mismo elemento */
.copythis {
    cursor: pointer;
}
i.checklist-icon {
    font-size:1.5em;
    margin: 0 15px 5px 0;
}

/* Checklist */
.checklist_title, .checklist_list {
    margin: 0 0 10px 0;
    justify-content: flex-start;
    align-items: center;
}
.checklist_title h4 {
    font-weight: normal;
    font-size:1.2rem;
}
.checklist_title button {
    margin-left:5px;
    padding: 4px 8px;
}

.checklist-item:before,.checklist_title.parent:before {
    content: "\f0c8";    
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 10px 2px 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    height: 100%;
}

.checklist-item.checked:before,.checklist_title.parent.checked:before {
    content: "\f14a";
}

.checklist-item.loading:before {content: "\f021";font-weight: bold;-webkit-animation: fa-spin 2s linear infinite;animation: fa-spin 2s linear infinite;}

/* No wrap columnas */
.nowrap,.nowrap>* {
    white-space: nowrap;
}

/* Small text */
.sgi-small {
    font-size: 0.95em !important;
    line-height: 1.05 !important;
}

/* Tipo de cliente */
span.tipo-cliente {
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    margin: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
}
span.tipo-cliente.tipo-cliente-10 {
    background: #0078de;
    color: #ffffff;
    border-color: #004fa0;
}
span.tipo-cliente.tipo-cliente-3 {
    background: #7edde6;
    color: #0b5c8c;
    border-color: #00c4ff;
}
span.tipo-cliente.tipo-cliente-11 {
    background: #ffd400;
    border-color: #ca9e00;
    color: #987000;
}
span.tipo-cliente.tipo-cliente-12 {
    background: #e21616;
    color: #fff;
    border-color: #bd0000;
}

/* Pace */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #35c3df;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #35c3df, 0 0 5px #35c3df;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}