#left-menu .sub-left-menu {
    background-color: #444444 !important;
}
/*.navbar {

    background-color: #ff8d00 !important;
 
}*/


.navbar-fix{
	background-color: rgb(5, 137, 230);	
}
.avatar {

    border: 4px solid #ffc107 !important;

}
#left-menu .sub-left-menu .active {
  	background-color:  rgb(240, 243, 244);
}
#left-menu .sub-left-menu a {
    color: #ccc;
}
.form-group.form-animate-text {
    position: relative;
    margin-bottom: 15px;
}
.breadcrumb {
    padding: 0px;
	background: #D4D4D4;
	list-style: none; 
	overflow: hidden;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ffc107 ; 
}
.breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: hsla(153, 57%, 51%, 1); 
}
.breadcrumb li.active a:after {
	border-left: 30px solid #ffc107 ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid hsla(153, 57%, 51%, 1);
} 

.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover { background: #ffc107  ; }
.breadcrumb li a:hover:after { border-left-color: #ffc107   !important; }
.dtp > .dtp-content {
    max-width: 400px;

}
.heading-fix{
	color: #918c8c !important;
	  background-color: #ffffff !important;
}
.titulo-panel{
	font-weight: bold;
}
.panel-datospersonales{
border-bottom: 1px solid #1c84c6;  
}
.panel-diagnostico{
	border-bottom: 1px solid #3bca89;
}
.panel-evainicial{
	
	border-bottom: 1px solid #73CAEF ;
}
.panel-objetivos{
	border-bottom: 1px solid #efb83f ;
}	
}
.navbar .navbar-brand {
     margin-left: 0px !important; 

}
.ageState:focus {outline: none !important;
color:red;}
.checkfix{
	left: 40px !important;
    top: 0px !important;
    position: static !important;
}
.checkformfix{
	margin-bottom: 10px;	

}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}
.multselect{
	width: 100% !important;
}
.select2-container {
width: 100% !important}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    overflow: inherit;
    }
    .select2-container .select2-search--inline {
       float: none;
}
textarea {
    resize: none;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd !important;
}
.textareafix {
    border: 1px solid #ddd !important;
}
#left-menu .sub-left-menu .active {
    border-left: 4px solid rgb(5, 137, 230) !important;
     color : black !important;
}

#left-menu .sub-left-menu a:active {
     color : black !important;
}
.btn-table{

	padding-left: 11px !important;
    padding-right: 11px !important;
}
.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.tabsfix {
    padding: 15px;
}
.tabs-areafix {
     margin-top: 0px !important; 
}
.user-nav{
	margin-right: 10px;
}
.navbar .navbar-brand {
     margin-left: 0px; 
}
#map{
	width: 100%;
	height: 450px;
}
.margin-topbar{
	margin-bottom: 10px !important;
}


.btn-warning.custom-file-control:before, .btn.btn-warning {
    color: #ffffff;
    background-color: #ff5722;
  /*  border-color: #231f1f;*/
}

.checkbox-inline, .checkbox label, .is-focused .checkbox-inline, .is-focused .checkbox label, .is-focused .radio-inline, .is-focused .radio label, .is-focused .switch label, .radio-inline, .radio label, .switch label {
    color: rgb(109, 109, 109) !important;
}
.form-control:focus { 
     box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(0, 0, 0, 0) !important; 
}
.checkfix{
  padding-left: 0px;
      margin-bottom: 15px;
}

.checkbox label, label.checkbox-inline {
     padding-left: 0px !important; 
}
.btnvtitrina {
    padding: 8px 15px;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 16px;
    background-color: #ff7600;
    color: white;
}

.form-signin {
    max-width: 330px;
    margin: 80px auto;
    background: #fff;
    -webkit-border-radius: 5px;
}
.form-signin .form-signin-heading {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
    color: black;
    position: relative;
}
/*.form-signin {
   border-radius:  0px 5px 0px 5px;

 }*/
 .login-wrap {
    padding: 20px;
    position: relative;
}
 .form-signin input[type="text"], .form-signin input[type="password"], .form-signin input[type="email"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaec;
    background: #eaeaec;
    box-shadow: none;
    font-size: 12px;
}
.bodylogin{

      background-color: rgb(5, 137, 230);
}
.user-icon{
      position: relative;
    float: right;
    padding: 16px 16px;
    margin-top: 8px;
    margin-right: 14px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    /* border: 1px solid transparent; */
    border-radius: 15px;
}
 .fa-3 {
     font-size: 4em; 
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.colorletra{
  color:#E7017B;
}
.loader {
  z-index: 9999;
   position:fixed;
    top: 50%;
    left: 50%;
    width:4em;
    height:4em;
     margin-top: -4em;
    margin-left: -3em;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
 
   animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.h3carousel {
  display: inline-block;
  padding: 10px;

}
.carouselcapfix{
  position: initial;
}
.carousel-indicators {
    bottom: 25% !important;
}
.btncarousel {

  
}
.padding{
  position: absolute;
  bottom: 15% !important;
  margin-left: 15px;
  margin-right: 15px;
  right: 0px;
  z-index: 99999;
}

#fillinfo,#planes{
  display: none;
}

.msg-danger{
  display: none;
  color: red;
}
.msg-dangernoexist{
    display: none;
  color: red;
}

#fillinfo{
  margin-top: 10px;
}
#tabla_patentes_descuento_wrapper,#tabla_libera_patentes_activas_wrapper,#tabla_consumos_wrapper,#tabla_libera_patentes_activas_wrapper{
      margin-top: 5px;
}