.form-titulo {
	margin-top: 10px; 
	padding-top: 5px; 
	padding-left: 10px;
	padding-bottom: 5px; 
	border-radius: 10px; 
	background-color: #F0F3F4; 
	font-weight: bold;
}  


.form-label {
	font-weight: bold;
}

.form-label-red{
	color: #FD2B2B;
}

.form-button{
	border-radius: 4px!important;
	width: 200px;
}

.form-button-150{
	border-radius: 4px!important;
	width: 150px;
}

.row-margin {
	margin: 0px;
}

.form-select-my {
	height: 31px; 
	padding-top: 4px; 
	padding-bottom: 4px;
}

.form-save-button{
	border-radius: 5px!important;
	width: 150px; 
	margin-top: 50px;
	margin-bottom: 10px;
}

.form-hr {
	margin-bottom: 10px; 
	margin-top: 0px;
}

#cardheader-color{
	background-color: #1c2d41;
}


.br{
	border-radius: 5px!important;
}

.br-10{
	border-radius: 10px!important;
}

.card-shadow{
	box-shadow: 0px 4px 15px #E1E1E1 !important;
}

.tablabutton{
	width: 29px; 
	height: 30px;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	padding-right: 5px!important;
	padding-left: 5px!important;
	border-radius: 5px!important;

}

.formbutton{
	width: 29px; 
	height: 30px;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	padding-right: 5px!important;
	padding-left: 5px!important;
	border-radius: 5px!important;
	
}


/* DASHBOARD */
#tituloverde{
	margin-top: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	border-radius: 3px; 
	background-color: #d3f4e6;
}

#titulorojo{
	margin-top: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	border-radius: 3px; 
	background-color: #ffdce2;
}

#titulomorado{
	margin-top: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	border-radius: 3px; 
	background-color: #dfe4fa;
}

#tituloazul{
	margin-top: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	border-radius: 3px; 
	background-color: #D6EAF8;
}

#tituloasbestos{
	margin-top: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	border-radius: 3px; 
	background-color: #1F618D;
}

#tituloasazul2{
	margin-top: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	border-radius: 3px; 
	background-color: #2c3e50;
}

#tituloamarillo{
	margin-top: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	border-radius: 3px; 
	background-color: #f1c40f;
}



/*  COLORES  */
.azul1 {color: #EAF2F8;}
.azul2 {color: #7FB3D5;}
.azul3 {color: #2980B9;}
.azul4 {color: #1F618D;}
.azul5 {color: #154360;}

.verde1 {color: #D5F5E3;}
.verde2 {color: #82E0AA;}
.verde3 {color: #2ECC71;}
.verde4 {color: #239B56;}
.verde5 {color: #186A3B;}

.midblue1 {color: #D5D8DC;}
.midblue2 {color: #808B96;}
.midblue3 {color: #2C3E50;}
.midblue4 {color: #212F3D;}
.midblue5 {color: #17202A;}

/* Teals */
.turquoise { color: #1abc9c; }
.green-sea { color: #16a085; }

/* Greens */
.emerald { color: #2ecc71; }
.nephritis { color: #27ae60; }

/* Blues */
.peter-river { color: #3498db; }
.belize-hole { color: #2980b9; }

/* Purples */
.amethyst { color: #9b59b6; }
.wisteria { color: #8e44ad; }
.wisteriab { background-color: #8e44ad; }

/* Blacks */
.wet-asphalt { color: #34495e; }
.midnight-blue { color: #2c3e50; }

/* Yellows */
.sunflower { color: #f1c40f; }
.orange { color: #f39c12; }

/* Oranges */
.carrot { color: #e67e22; }
.pumpkin { color: #d35400; }

/* Reds */
.alizarin { color: #e74c3c; }
.pomegranate { color: #c0392b; }

/* Whites */
.clouds { color: #ecf0f1; }
.silver { color: #bdc3c7; }

/* Grays */
.concrete { color: #95a5a6; }
.asbestos { color: #7f8c8d; }

/* Primary */
.rojo-primario { color: #FD2B2B; }
.verde-primario { color: #22ca80; }

.bg-rojo-primario { background-color: #FD2B2B; }
.bg-verde-primario { background-color: #22ca80; }
.bg-gris-primario { background-color: #E5E5E5; }

.wizard {
    display: flex;
}

.wizard__step {
    /* Make all steps have the same width */
    flex: 1;
}

.wizard__dot {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
}

.wizard__connector {
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}


.wizard__step:first-child .wizard__connector,
.wizard__step:last-child .wizard__connector {
    background-color: transparent;
}

.wizard__number {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Rounded border */
    //background-color: rgba(0, 0, 0, 0.3);
    border-radius: 9999px;
    height: 32px;
    width: 32px;

    /* OPTIONAL: Spacing between it and connectors */
    margin-left: 54px;
    margin-right: 54px;
}

.box {
  border: 5px solid darkblue;
  width: 300px;
  margin: 10%;
  padding: 10%;
  font-family: Segoe UI;
}

.timeline {
    /* Used to position the left vertical line */
    position: relative;
}

.timeline__line {
    /* Border */
    border-right: 2px solid #d1d5db;

    /* Positioned at the left */
    left: 0.75rem;
    position: absolute;
    top: 0px;

    /* Take full height */
    height: 100%;
}

.timeline__items {
    /* Reset styles */
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.timeline__item {
    margin-bottom: 8px;
}

.timeline__top {
    /* Center the content horizontally */
    align-items: center;
    display: flex;
}

.timeline__circle {
    /* Rounded border */
    background-color: #2ecc71;
    border-radius: 9999px;

    /* Size */
    height: 1.65rem;
    width: 1.65rem;
    position: absolute;
    border: 1px solid #fff;
}

.timeline__title {
    /* Take available width */
    flex: 1;
    margin-left: 1.95rem;
}

.timeline__desc {
    /* Make it align with the title */
    margin-left: 2rem;
}

#footer {
    width: 100%;
    height: 81px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sticky-table-header__sticky {
	/* Background color  */
	background-color: #1c2d41 !important;

	/* Stick to the left */ 
	left: 0;
	position: sticky;

	/* Displayed on top of other rows when scrolling */ 
	z-index: 9999;
}

.swal2-styled.swal2-confirm  {
    border-left-color: #5D5D5D !important;
    border-right-color: #5D5D5D !important;
}

#imagediv {
	padding: 0px;
	margin: 0 auto;
	width: 300px;
	height: 300px;
	overflow: hidden;
    border: 1px solid rgba(51, 122, 183, 0.39);
    display: table;
}

#imagediv img {
	width: 100%;
	height: 100%;
}

#imagediv div{
	text-align: center;
	vertical-align: middle;
	height: 300px;
	background: #d3d3d3;
	display: table-cell;
}