  
	/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #72aa81;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
display: block;
   	left: 32%;
   	margin-top: -16%;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
/* Style for  wizard*/
#eliteregister li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 10px;
    color: #fff;
    /*background: #72aa81;*/
    background: #72aa81;
    border-radius: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto 5px auto;
}
      #eliteregister li.active:before {
    background: #3879b1;
    color: #fff;
}
 /*    
#eliteregister li.active:before {
    background: #569fdc;
    color: #fff;
}
       */
#eliteregister li {
    list-style-type: none;
    color: #818995;
    font-size: 13px;
    width: 20%;
    float: left;
    position: relative;
}
      #eliteregister li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 10px;
    color: #fff;
    background: #72aa81;
    border-radius: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto 5px auto;
}
	
.select2-container--default .select2-selection--multiple {
    background-color: #f7f6f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
		
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #72aa81;
    color: #fff;
    border-color: #81bff9;
}
		
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #72aa81; 
		}
		
.text-infoSiar {
    color: #72aa81!important;
}		
		
		


    
  

	.popover-header{
		background: white;
		color:#e67e22;
	}
		
  .close{
        position: relative;
        bottom: 3px;
	  	padding-left: 20px;
    }
		
       .custom-marker {
  font-size: 2em;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #7F7F7F solid 1px;
  text-align: center;
}

.custom-marker:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: {{color}} transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -6px;
  bottom: -6px;
  left: 50%;
}

.custom-marker:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #000 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -7px;
  left: 50%;
}
      .custom-marker.my2 {
        font-size: 1.5em;
        padding: 10px;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 50% 50% 50% 50%;
        background: #00cae9;
      }
		
		.custom-marker.my3 {
        font-size: 1.5em;
        padding: 10px;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 50% 50% 50% 50%;
        background: #27ae60;
      }
		.custom-marker.my4 {
        font-size: 1.5em;
        padding: 10px;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 50% 50% 50% 50%;
        background: #95a5a6;
      }
		
		.custom-marker.my5 {
        font-size: 1.5em;
        padding: 10px;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 50% 50% 50% 50%;
        background: #f1c40f;
      }
		.custom-marker.my6 {
        font-size: 1.5em;
        padding: 0px;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 50% 50% 50% 50%;
        background: #000000;
      }

progress {
  border: none;
  width: 280px;
  height: 10px;
  background: crimson;
}

progress {
  color: lightblue;
}

progress::-webkit-progress-value {
  background: lightblue;
}

progress::-moz-progress-bar {
  background: lightcolor;
}

progress::-webkit-progress-value {
  background: #f39c12;
}

progress::-webkit-progress-bar {
  background: white;
  border-radius: 0px 70px 70px 0px;
}
		
.circulo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFF;
  float: right;
  padding-left: 5px;
  padding-top: 12px;
  font-size: 18px;
}

.tituloClick{
			background-color: #3498db;
			color:white;
		}
		
		
		.negro {
color: #000000;
}
		
	fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
	
        #mdialTamanio{
            width: 100000% !important;
        }
		
		#timeline-wrap{
	  margin:60px 50px;
	  top:100;
	  position:relative;

	}

	#timeline{
	  height:1px;
	  width: 100%;
	  background-color:#aabbc4;
	  position:relative;

	}

	 .marker{
	   z-index:1000;
	   color: #fff;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  font-size: 1.4em;
	  text-align: center;
	  position: absolute;
	  margin-left: -25px;
	  background-color: #999999;
	  border-radius: 50%;
			}
		
	 .marker  p{
	font-size: 12px;
    color: black;
    top: -40px;
    left: -50px;
    position: absolute;
    width: 150px;
	 
			}	
		
	.info{
	font-size: 12px;
    color: #95a5a6 !important;
    top: -15px !important;
    left: -50px !important;
    position: absolute;
    width: 450px !important;
			}	
		
		.infoHora{
	font-size: 12px;
    color: #bdc3c7 !important;
    top: 35px !important;
    left: -200px !important;
    position: absolute;
    width: 450px !important;
			}	

	 .marker:hover{
	   -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);

	   -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	 }


	.timeline-icon.cumplido {
		background-color: #27ae60 !important;
	}

	
	.timeline-icon.xcumplir {
		background-color: #bdc3c7 !important;
	}


	.mfirst{
		 top:-25px;
	}

	.m2{
		 top:-25px;
		  left:32.5%
	}

	.m3{
		 top:-25px;
		left:66%
	}


	.mlast{
		 top:-25px;
		left:100%
	}
		
    
    
    
		.cropArea {
	  overflow: hidden;
	  width:100%;
	  height:350px;


	} 
	/*style to botton*/	
	.btn-colors{
		background-color: #72aa81 !important; 
		border-color: #72aa81; 
		color: white;		
			}
	
	.social-profile {
		text-align: center;
		    background: rgb(233, 234, 230);
	}
	
	.cardX {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
}
	
	.row2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 24px;
    margin-left: 24px;
}

    
    
    
    
    .btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(98 149 135);
}
    
    
    <!-- para botones de horario -->
    
        .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #72aa81;
    border-color: #715262;
}


.btn-outline-info.focus, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(98 149 135);
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #72aa81;
    border-color: #72aa81;
}

.btn-outline-info {
    color: #000000;
    background-color: transparent;
    border-color: #72aa81;
}
        
        .btn-info {
    color: #fff;
    background-color: #72aa81;
    border-color: #72aa81;
}
.btn-info:hover {
    color: #fff;
    background-color: #72aa81;
    border-color: #72aa81;
}
    
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #72aa81;
    border-color: #72aa81;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(98 149 135);
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #72aa81;
    border-color: #72aa81;
}




.fs-title{
	font-size: 15px !important;
    text-transform: uppercase !important;
    color: #72aa81 !important;
    margin-bottom: 10px !important;
}


.custom-control-label::before {
    pointer-events: none;
    user-select: none;
    background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #72aa81;
}


.bg-color{
	background-color: #72aa81;
}
