@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);

.m-login.m-login--2.m-login--singin .m-login__signup {
  display: block;
}

.m-login.m-login--2.m-login--singin .m-login__forget-password {
  display: block;
}

.m-form .form-control-feedback {
  color: #f4516c;
  font-size: 0.85rem;
  font-weight: 400;
  padding-left: 1.6rem;
}

.m-form .form-control-feedback.checkbox {
  padding-left: 0;
}

.m-header--fixed .m-body .m-body,
.m-header--fixed-mobile .m-body {
  background-color: #f2f3f8;
}

.table td,
.table th {
  vertical-align: middle;
}

.m-form .has-error .m-form__help {
  color: red;
}

.alert.alert-danger ul {
  margin-bottom: 0;
}

.alert.alert-danger ul li {
  list-style: none;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  width: 485px !important;
}

.template-upload canvas {
  border-radius: 50% !important;
  width: 80px;
  height: 80px;
}

.f1em {
  font-size: 1em;
}

.custom-select {
	padding-left: 1.75rem;
}

.alert {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.textareaplano {
	width: 100%;
}

.m-header-search.m-header-search--expandable {
	width: auto!important;
}

a.no-decoration {
	text-decoration: none;
}

.m-brand .m-brand__logo .m-brand__logo-wrapper img {
	height: 70px;
	width: 70px;
}


#app .m-brand--skin-light.m-brand{
	background: #eeeeee;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	min-height: 35px;
}

.sinsombra{
	box-shadow: none !important;
}

#app .m-subheader-search .form-control{
	background-color: #fafafa;
}

#app .m-subheader-search .m-subheader-search__desc{
	color: #444444;
}

#app .m-login.m-login--1 .m-login__aside {
    width: 600px;
    padding: 2rem 2rem;
}

.img-responsive{
	width:100%;
}

.strong{
	font-weight: bold !important;
}

#app .iconogordo
{
	font-size:2em !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-info {
    background-color: #5bc0de;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: 3.2rem;
}

#app .m-subheader-search .m-subheader-search__desc {
	color: #fff;
}

.m-list-badge.m-list-badge--light-bg .m-list-badge__items .m-list-badge__item {
    float: left;
    margin-bottom: 10px;
}

.m-list-badge.m-list-badge--light-bg .m-list-badge__items .m-list-badge__item.active {
	background: #22b9ff;
	color: #fff;
}

@media (max-width: 992px) {
  	.m-brand .m-brand__logo .m-brand__logo-wrapper img {
    	max-width: 50px;
    	max-height: 50px;
	}
}

@media (min-width: 576px) {
	.col-sm-6 {
	    max-width: 100%;
	}
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    width: auto!important;
}

.product-name h3 {
	font-size: 14px!important;
}

#filtro_portlet {
	margin-bottom: 0;
}

#filtro_portlet.m-portlet .m-portlet__body {
	padding: 0;
}

#filtro_portlet.m-portlet .m-portlet__body .form-control {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#filtro_portlet.m-portlet .select2.select2-container.select2-container--default {
	width: 300px!important;
}

#filtro_portlet .m-accordion__item-content {
	padding: 20px;
}

.m-subheader-search {
	background: #ffb822;
	padding: 0 2.2rem;
}

.m-subheader-search .m-subheader-search__title {
	color: #111111;
	font-size: 1.3rem;
}

#app .m-subheader-search .m-subheader-search__desc {
	color: #111111;
	display: inline-block;
    padding-left: 5px;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto;
}

.m-form .form-group legend {
	background: #ffb822;
	color: #111111;
    padding: 10px;
    margin-bottom: 15px;
}

.m-input-icon.m-input-icon--fixed-large {
	margin-bottom: 15px;
}

.m-input-icon.m-input-icon--fixed-large.superlong {
    width: 500px;
}

.fondonaranja{
    background: #ffb822 !important;
}

.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .m-login__form-sub .m-link {
	color: #333333;
	background: white;
	padding: 3px 7px 3px 7px;
	font-style: italic;
}

.rangepicker .input-group-addon {
    background: lightgray;
    padding-left: 16px;
    padding-top: 9px;
}

#filtro_portlet.m-portlet .m-portlet__body .input-daterange .form-control {
	width: 1%;
}

.m-aside-left--minimize .m-aside-menu .m-menu__nav{
    padding-top:0px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.lhdata-bg {
	background: #0c6784!important;
    border-color: #0c6784!important;
}

.inteligenciacomercial-bg {
	background: #ffb822!important;
    border-color: #ffb822!important;
}

.hmercado-bg {
    background: #22b9ff !important;
    border-color: #22b9ff !important;
}

.nps-bg {
	background: #45ccb1!important;
    border-color: #45ccb1!important;
}

.encuesta.m-aside-left--fixed.m-aside-left--minimize .m-body {
	padding-left: 0!important;
}

.encuesta.m-header--fixed .m-body {
	padding-top: 0!important;
}

.encuesta.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed).m-aside-left--minimize .m-footer {
	margin-left: 0!important;
}


#app .bloquenps-success{
    background: #45CCB1;
    color:#ffffff;
    padding: 1rem;
}

#app .bloquenps-warning{
    background: #ffb822;
    color:#ffffff;
    padding: 1rem;
}

#app .bloquenps-danger{
    background: #f4516c;
    color:#ffffff;
    padding: 1rem;
}
#app .fc-unthemed .fc-toolbar .fc-button {
    background: #4f98e8;
}
#app .fc-unthemed .fc-toolbar .fc-button.fc-button-active {
    background: #3f88d8;
}

.form-control-static {
    margin-top: 7px;
    margin-bottom: 0;
}

.form-control-static .m-badge {
    margin-top: -4px;
    margin-bottom: 0;
}

.calendario .completado {
    outline: 3px solid green;
}

.calendario .nocompletado {
    outline: 3px dashed orange;
}

.calendario .rechazado {
    outline: 3px solid red;
}

.idiomas{
    padding: 10px;
    text-align: center;
}

.atajogordo{
    font-size: 50px;
    font-weight: normal;
}

.iconomenu{
    height: 32px !important;
}

.m-form fieldset {
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid #eee;
}

.anchofijo {
	width: 200px;
}

.anchofijo2 {
	width: 400px;
}

.anchofijo3 {
	width: 80px;
}

.resaltar {
	background: lightblue;
}

.lectura {
	background: #f0f5ff;
}

.tituloinforme{
    background: #22b9ff !important;
    border-color: #22b9ff !important;
    padding: 7px;
    color: white;
    border-radius: 5px;
}
.subtituloinforme3{
    background: orange !important;
    border-color: orange !important;
    padding: 5px;
    color: white;
    border-radius: 10px;
}
.subtituloinforme{
    background: #45ccb1 !important;
    border-color: #45ccb1 !important;
    padding: 5px;
    color: white;
    border-radius: 10px;
}
.subtituloinforme2{
    background: #0c6784 !important;
    border-color: #0c6784 !important;
    padding: 5px;
    color: white;
    border-radius: 10px;
}

.filatotales{
    background: #f5f5f5;
}

.informes .form-control {
	padding: 0.35rem 0.2rem 0.35rem 0.2rem;
}

.fuentepeque{
    font-size:0.9rem;
}
.fuentepeque td{
    padding:4px;
}

#app .m-portlet .m-portlet__body{
    color:#111111;
}

.clearfix {
	float: left;
	clear: both;
	width: auto;
}

tr.gris:last-child td {
    background: red;
}
