/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/* Estilos nuevo título y reducción tamaño vertical *******************/
.page-content-wrapper .page-content {
padding: 5px 20px 10px 20px;
}

.page-title {
margin: 0px 0px 10px 0px;
}

.portlet.box > .portlet-title {
    padding: 11px 10px 0px 10px;
}

.portlet {
    margin-bottom: 10px;
}

.hr {
    margin: 10px 0px;
}

/* Nuevas reducciones tamaño vertical */
.nav>li>a
{
    padding: 8px;
}

.form-wizard .progress
{
    margin-bottom: 15px;
}

.form-wizard .steps
{
    margin-bottom: 5px;
}

.alert h4
{
    margin-bottom: 0px;
}

/* Fix form-control para labels, aplicado para el resto de elementos (evita que se superponga el cuadro si son textos largos) */
.form-control 
{
    min-height: 34px;
    height: 100%;
}

/********************************************************************/
.page-breadcrumb.breadcrumb {

background-color: #f0f0f0;
}

/* Color icono portlets *********************************************/
.portlet > .portlet-title > .caption > i {
  color: white;
}

/* Fix del footer estático ******************************************/
.page-footer-fixed .page-container {
    margin-bottom: 0px !important;
  }

/* modal ************************************************************/
.modal-header {
    background-color: #67809F;
    color: white;
}

.modal-title {
    font-weight: bold;
}

/* breadcrumb *******************************************************/
.page-breadcrumb.breadcrumb .dashboard-date-range {
    background-color: #22313f;
    font-size: 14px;
    text-shadow: none;
}

.page-breadcrumb.breadcrumb {

margin-top: 10px;
margin-bottom: 15px;
}

/* page header ******************************************************/
.page-header.navbar .page-logo .logo-default {
margin:  0;
height: 46px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle .username {
color: #eee;
}

/* page sidebar *****************************************************/
.page-sidebar .sidebar-toggler, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler {
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

/* front steps ***********************************************/
.front-steps-wrapper h2, .ecommerce .front-steps-wrapper h2 {
padding-top: 0px;
margin-top: 0;
}

.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2 {
	color: #f0f0f0;
	font-size: 22px;
	line-height: 1.2;
	padding-top: 10px;
	margin-bottom: 5px;
}
.front-steps-wrapper .front-step1 h2,
.ecommerce .front-steps-wrapper .front-step1 h2 {
	color: #fefefe;
}
.front-steps-wrapper p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

.front-steps-wrapper .front-step-col {
	padding-left: 0;
	padding-right: 0;
}
.front-steps-wrapper .front-step-col:first-child {
	padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
	padding-right: 15px;
}

.front-steps-wrapper .front-step {
	position: relative;
	padding: 15px 20px 33px;
}
.front-steps-wrapper .front-step1 {
	background: #E84D1C;
}
.front-steps-wrapper .front-step2 {
	background: #7c858e;
}
.front-steps-wrapper .front-step3 {
	background: #68727c;
}
.front-steps-wrapper .front-step4 {
	background: #636a72;
}
.front-steps-wrapper .front-step5 {
	background: #5e6369;
}
.front-steps-wrapper .front-step6 {
	background: #55585d;
}

.front-steps-wrapper .front-step:before {
	color: #fff;
	font: 300 125px 'Open Sans', sans-serif;
	font-weight: bold;
	display: block;
	position: absolute;
	right: -20px;
	bottom: -40px;
	opacity: 0.1;
}
.ie8 .front-steps-wrapper .front-step:before {
	display: none !important;
}
.front-steps-wrapper .front-step1:before {
	content: "1";
	opacity: 0.2;
}
.front-steps-wrapper .front-step2:before {
	content: "2";
	right: -15px;
}
.front-steps-wrapper .front-step3:before {
	content: "3";
}
.front-steps-wrapper .front-step4:before {
	content: "4";
}
.front-steps-wrapper .front-step5:before {
	content: "5";
}
.front-steps-wrapper .front-step6:before {
	content: "6";
}

.front-steps-wrapper .front-step:after {
	top: 50%;
	width: 0;
	height: 0;
	left: 100%;
	z-index: 2;
	content: " ";
	display: block;
	margin-top: -1em;
	position: absolute;
	border-left: 15px solid #EC7049;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.ie8 .front-steps-wrapper .front-step:after {
	display: none !important;
}
.front-steps-wrapper .front-step-col:last-child .front-step:after {
	display: none;
}
.front-steps-wrapper .front-step2:after {
	border-left-color: #899199;
}
.front-steps-wrapper .front-step3:after {
	border-left-color: #778089;
}
.front-steps-wrapper .front-step4:after {
	border-left-color: #727980;
}
.front-steps-wrapper .front-step5:after {
	border-left-color: #6E7278;
	top: auto;
	bottom: 10%;
}


/* ta ************************************************************************/
.ta-cabecera-titulo h2 {
	margin-top: 5px;
margin-bottom: 20px;
}

.ta-home-selector-pro .ta-home-box-producto h3 {
font-size: 15px !important;
top: -9px !important;
left: 10px !important;
}

.ta-home-selector-pro .ta-selector-particulares .ta-home-box-producto h3 {
font-size: 12px !important;
}

/* alerts *************************************************************************/
.dropzone.alert.alert-dropzone
{
    background-color:#cccccc;
    border: 2px dotted #666666;        
    min-height:100px;
    color:black;
}
.dropzone.alert.alert-dropzone:hover
{
    background-color:#999999;
    border: 2px dotted #666666;        
    color:black;

}
.dropzone.alert-dropzone.dz-drag-hover
{
    background-color:#999999;
    border: 2px dotted #666666;        
    color:black;

}
/* alerts *************************************************************************/
.ta-pregunta-caja h2 {
font-weight: bold;
margin: 0;
}

/* ms *************************************************************************/
 .ms-container {
    width: 470px;
}

/* tables *********************************************************************/
.table-scrollable {
    overflow-y: auto;

}

.table-actionbutton-double {
    padding-bottom: 60px;
}
.table-actionbutton-triple {
    padding-bottom: 90px;
}
.table-actionbutton-quadruple {
    padding-bottom: 120px;
}
.table-actionbutton-fivefold {
    padding-bottom: 150px;
}

.table-scrollable > .table-bordered > tbody > tr:last-child > td
{
    border-bottom: 1px solid #ddd
}
/* dropdownmenu ***************************************************************/
.dropdown-menu-actionbutton {
    min-width: 100px;
    width: 100px;
}

.dropdown-menu-actionbutton > li > a {
    padding: 5px 5px;
}

/* checkbox *******************************************************************/
.checkbox {
    padding-left: 20px;
}

.control-checkbox {
    padding-top: 8px;
}

/* errores ********************************************************************/
.page-404 .background-blue {
    font-size:400px;
    color:#7bbbd6;
    opacity:0.2;
    position:absolute;
    z-index:-1
}

.page-404 .background-red {
    font-size:400px;
    color:#ec8c8c;
    opacity:0.2;
    position:absolute;
    z-index:-1
}
/* validaciones ***************************************************************/
.has-error .bootstrap-select .btn {
  border-color: #a94442;
}

/******************************************************************************/

/*custom upload elements*/
.customfile-input { position: absolute; height: 100px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }

.customfile { width: 100%; background: #FFF;color:#777; cursor: pointer; overflow: hidden; padding: 2px; border: 1px solid #dbdbdb; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;  position: relative; }
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block; margin: 1px 1px 1px 5px; font-size: 1.2em; color: #777; font-style: italic; padding: .3em .6em; }
.customfile-feedback-populated { color: #777; font-style: normal; font-weight: 400; padding-left: 20px; }

.customfile-button {border: 1px solid transparent; border-width: 0;padding:7px 14px;font-size:14px;outline:none !important;background-image:none !important;filter:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;text-shadow:none; color: #fff; background-color: #3a9893;border-color:#307f7a; float: right; width: 100px; text-align: center; text-decoration: none;font-weight:400;line-height:1.4285;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none  }

.customfile-hover .customfile-button, .customfile-focus .customfile-button  { background-color:#307f7a; }
.customfile-focus .customfile-button { outline: 1px dotted #ccc;  }

/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp {}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { }
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit {}

label.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}



/***** Example custom styling *****/
.myLabel {
    border: 2px solid #AAA;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #DDD;
    display: inline-block;
}
.myLabel:hover {
    background: #CCC;
}
.myLabel:active {
    background: #CCF;
}
.myLabel :invalid + span {
    color: #A44;
}
.myLabel :valid + span {
    color: #4A4;
}

/* Timeline ********************************************************************/
.timeline > li .timeline-time span.time {
  font-size: 18px;
}

/* The icons */
.timeline > li .timeline-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0 0 -20px;
}

/* The triangle */
.timeline > li .timeline-body:after {
  top: 11px;
}

/* Colors */
.timeline li.timeline-blue .timeline-body:after {
  border-right-color: #4b8df8;
}
.timeline li.timeline-blue .timeline-body {
  background: #4b8df8;
}
.timeline li.timeline-blue-steel .timeline-body:after {
  border-right-color: #4b77be;
}
.timeline li.timeline-blue-steel .timeline-body {
  background: #4b77be;
}
.timeline li.timeline-yellow .timeline-body:after {
  border-right-color: #ffb848;
}
.timeline li.timeline-yellow .timeline-body {
    background: #ffb848;
}
.timeline li.timeline-yellow-gold .timeline-body:after {
  border-right-color: #e87e04;
}
.timeline li.timeline-yellow-gold .timeline-body {
  background: #e87e04;
}
.timeline li.timeline-yellow-casablanca .timeline-body:after {
  border-right-color: #f2784b;
}
.timeline li.timeline-yellow-casablanca .timeline-body {
  background: #f2784b;
}
.timeline li.timeline-purple-seance .timeline-body:after {
  border-right-color: #9a12b3;
}
.timeline li.timeline-purple-seance .timeline-body {
  background: #9a12b3;
}

.timeline li.timeline-green-jungle .timeline-body:after {
  border-right-color: #26c281;
}
.timeline li.timeline-green-jungle .timeline-body {
  background: #26c281;
}

.timeline li.timeline-green-sharp .timeline-body:after {
    border-right-color: #4db3a2;
}

.timeline li.timeline-green-sharp .timeline-body {
    background: #4db3a2;
}

.timeline li.timeline-green-seagreen .timeline-body:after {
  border-right-color: #1ba39c;
}
.timeline li.timeline-green-seagreen .timeline-body {
  background: #1ba39c;
}
.timeline li.timeline-red-thunderbird .timeline-body:after {
  border-right-color: #d91e18;
}
.timeline li.timeline-red-thunderbird .timeline-body {
  background: #d91e18;
}
.timeline li.timeline-red-flamingo .timeline-body:after {
  border-right-color: #ef4836;
}
.timeline li.timeline-red-flamingo .timeline-body {
  background: #ef4836;
}

/* Eliminamos los spin buttons en los input de tipo numéricos */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/**
 * Para poner los asteriscos de obligatoriedad por css, que es como se debe hacer
 */
.form-group.required .control-label:before{
    color: red;
    content: "*";
    position: relative;
    /*margin-left: -10px;*/
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 8px;
    top: 0px;
}

#chartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#chartdiv2 {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

.list-group-item a {
    float: right;
}

/** Botones de acción formularios *********************/

.btn-header-container
{
    padding-left: 10px !important;
}

.btn-header
{
    margin: 5px;
}

/** Configuración producto ***************************/

.policyholder-div
{
    margin-bottom: 5px;
}

/******************************************************/

.checkbox input[type=checkbox] {
    margin-left: -10px;
}

/** Fix Tooltip en modales **************************/
.tooltip
{
    z-index: 20000;
}

/** Fix bug dropdownlist options en modales (La lista de opciones del dropdown se esconde detrás del modal)*/
.bootstrap-select.btn-group.bs-container .dropdown-menu
{
    z-index:10050 !important; /* Este es el mismo valor que tiene definido el resto del modal*/
}

.checkbox-list td
{
    padding-left: 10px;
}

.expireddate {
    color: red;
}

.notexpireddate {
    color: black;
}

/** Nuevas notificaciones */
.newmessage {
    background: #FFF1F1 !important;
}

/*** estilos para el comparativo de precios          */
.pe-comparativa-tabla {
	width: 100%;
	text-align: center;
	border-bottom: 3px double #ccc;	
	margin: 20px 0 20px 0;
    overflow-y:scroll;
    table-layout:fixed;
    border-collapse:collapse;
}

.pe-comparativa-tabla .pe-ancho-columna {
	width: 250px;
}

.pe-comparativa-tabla thead{
	font-size: 11px;
	font-weight: 700;
    position:sticky;
    top:0;
    z-index:1;
    background-color:white;
}

.pe-comparativa-tabla thead tr td {
	border: none;
	height: 40px;
}

.pe-comparativa-tabla tbody tr td {
	vertical-align: middle;
	/*color: #888;*/
	font-size: 10px;
	line-height: 11px;	
	border: none;
}

.pe-comparativa-tabla thead tr td.pe-celda-precio {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 0;
	color: #006C64;
}

.pe-comparativa-tabla thead .pe-celda-titulo {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.pe-comparativa-tabla tbody .pe-celda-titulo {
	font-size: 12px;
	text-align: left;
    line-height:1.25;
}

.pe-comparativa-tabla tbody .pe-celda-apartado {
	font-size: 12px;
	font-weight: 700;	
	text-align: left;
    line-height:1.5em;
}

.pe-comparativa-tabla tbody .pe-fila-separador {
	border-bottom: 2px solid #ccc;
	height: 32px;
}

.pe-comparativa-tabla tbody i {
	font-size: 22px;
}

.pe-comparativa-tabla tbody i.icon-ok {
	color: #52aca6;
}

.pe-comparativa-tabla tbody i.icon-remove {
	color: #D82828;
}


/******************* Estilo boton combo con imágenes **************/
   .arrow {
        font-size: 10px;
        line-height: 0%;
    }
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width:190px;
    height:50px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdownimg {
    position: relative;
    display: inline-block;
}

.dropdownimg-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdownimg-content a {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
}

.dropdownimg a:hover {background-color: #f1f1f1}

.show {display:block;}

/*DATATABLES */
.dataTables_wrapper .dt-buttons {
    float: right;
    /*  margin-top: -46px;
  margin-left:30px;
    */
}

.dataTables_paginate {
    float: right !important;
}

.dataTables_filter {
    float: right !important;
}

.exportButton {
    height: 32px;
    z-index: 999;
}

.dt-button-collection {
    z-index: 99999999 !important;
}

.dt-button-info {
    z-index: 999999999 !important;
}

/********************** estilos para lista de documentos propios **********/
.uldocs {
  list-style: none;  
}
.lidocs {
  padding-left: 1.3em;
}
.lidocs:before {
  content: "\f0f6"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

/*** Estilos mt-widget ***/
/*.mt-widget-1{border:1px solid #e7ecf1;text-align:center;position:relative}
.mt-widget-1 .mt-icon{position:absolute;right:10px;top:10px;margin:7px;font-size:20px}
.mt-widget-1 .mt-icon>a>i{color:#a1e5e1}
.mt-widget-1 .mt-icon>a:hover>i{color:#79dad5}
.mt-widget-1 .mt-img{display:inline-block;border-radius:50%!important;border:4px solid #e7ecf1;margin:40px 0 30px}
.mt-widget-1 .mt-img>img{border:1px solid transparent;border-radius:50%!important}
.mt-widget-1 .mt-body .mt-username{text-align:center;margin:5px 10px;font-weight:600;font-size:16px}
.mt-widget-1 .mt-body .mt-user-title{text-align:center;margin:10px;color:#666;font-size:13px}
.mt-widget-1 .mt-body .mt-stats{margin:30px 0 0}
.mt-widget-1 .mt-body .mt-stats .btn-group{border-top:1px solid #e7ecf1}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn{padding:10px;font-size:14px;border-right:1px solid #e7ecf1}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn:hover{background-color:#e7ecf1}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn:last-child{border:0;border-bottom-right-radius:4px!important}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn>i{position:relative;top:3px;right:2px;font-size:16px}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn:first-child{border-bottom-left-radius:4px!important}
.mt-widget-2{border:1px solid #e7ecf1;position:relative}
.mt-widget-2 .mt-head{position:absolute;width:100%;background-size:100% 100%}
.mt-widget-2 .mt-head .mt-head-label{position:absolute;top:8px;right:8px;cursor:pointer}
.mt-widget-2 .mt-head .mt-head-label>button{font-size:13px;border-radius:2px!important}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img{position:relative;float:left;margin:165px 32px 18px 35px}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img::after{content:"";position:absolute;top:90%;left:50%;margin-left:-15px;border-width:13px;border-style:solid;border-color:transparent transparent #fff}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img>img{width:65px;border-radius:50%!important}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info{margin:175px 0 0 -9px;color:#fff;display:inline-block}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-name{display:block;font-size:15px}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time{font-size:13px;display:block}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time>i{position:relative;top:1px;font-size:13px}
.mt-widget-2 .mt-body{padding-top:160px;text-align:center}
.mt-widget-2 .mt-body .mt-body-title{margin-top:130px;font-weight:600;font-size:16px}
.mt-widget-2 .mt-body .mt-body-description{margin-top:10px;display:inline-block;color:#666;font-size:13px;padding:0 10px}
.mt-widget-2 .mt-body .mt-body-stats{padding:0}.mt-widget-2 .mt-body .mt-body-stats:after,.mt-widget-2 .mt-body .mt-body-stats:before{content:" ";display:table}
.mt-widget-2 .mt-body .mt-body-stats:after{clear:both}
.mt-widget-2 .mt-body .mt-body-stats>li{margin:15px;list-style:none;display:inline-block}
.mt-widget-2 .mt-body .mt-body-actions{border-top:1px solid #e7ecf1}
.mt-widget-2 .mt-body .mt-body-actions>i{font-size:18px}
.mt-widget-2 .mt-body .mt-body-actions .btn{font-size:14px;border-right:1px solid #e7ecf1;padding:12px 0;text-align:center}
.mt-widget-2 .mt-body .mt-body-actions .btn:last-child{border:0}
.mt-widget-4,.mt-widget-4 .mt-container{background-color:#26C0B8;min-height:250px}*/

.mt-widget{border:1px solid #e7ecf1; margin: 5px;}
.mt-widget .mt-head{background-color:#5DC9E6;margin-bottom:20px;color:#fff;padding:15px 0}
.mt-widget .mt-head .mt-head-icon{font-size:35px;text-align:center;padding-top:20px;margin-bottom:10px; height:70px;}
.mt-widget .mt-head .mt-head-icon > i {font-size: 40px;}
.mt-widget .mt-head .mt-head-icon > img {width: 50px;}
.mt-widget .mt-head .mt-head-desc{margin-left:10px;margin-right:10px;text-align:center;color:#fff;opacity:.8;filter:alpha(opacity=80);font-size:20px;font-weight:bold;}
.mt-widget .mt-head .mt-head-date{text-align:center;margin-top:20px;display:block;color:#f2f2f2;font-size:18px;}
.mt-widget .mt-head .mt-head-button{margin:10px 0;text-align:center;padding:20px}
.mt-widget .mt-head .mt-head-button>button{width:90px}
.mt-widget .mt-body-actions-icons .btn-group{margin-bottom:20px}
.mt-widget .mt-body-actions-icons .btn-group .mt-icon{display:block;position:relative;padding:5px;font-size:15px}
.mt-widget .mt-body-actions-icons .btn{border-right:1px solid #e7ecf1;font-size:11px;text-align:center;padding:0}
.mt-widget .mt-body-actions-icons .btn:last-child{border-right:0}

/*.mt-widget-4{color:#fff}
.mt-widget-4 .mt-img-container{position:relative}
.mt-widget-4 .mt-img-container>img{height:250px;width:100%}
.mt-widget-4 .mt-container{width:150px;position:absolute;right:15px;top:0}
.mt-widget-4 .mt-container .mt-head-title{text-align:center;margin-top:20px;padding:10px}
.mt-widget-4 .mt-container .mt-body-icons{margin-top:30px;text-align:center}
.mt-widget-4 .mt-container .mt-body-icons>a{color:#e6e6e6;display:inline-block;padding:10px;font-size:17px}
.mt-widget-4 .mt-container .mt-body-icons>a:hover{color:#fff}
.mt-widget-4 .mt-container .mt-footer-button{margin-top:30px;position:absolute;right:0}
.mt-widget-4 .mt-container .mt-footer-button>.btn{width:90px;border-top-right-radius:0!important;border-bottom-right-radius:0!important;border:none!important}*/

/* Profile Sidebar */
.profile-sidebar {
    float: left;
    width: 100%;
}
.profile-usermenu.ov-home ul li.active a {
    color: #666;
    border-left: 2px solid #666;
    font-weight: bold;
}

.profile-usermenu.ov-home ul li a {
    color: #666;
}
.profile-sidebar-portlet 
{
    padding: 5px 0 0 !important;
}
.profile-usertitle 
{
    text-align:center;
}
.profile-usertitle-name 
{
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-usertitle-subname
{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}
.profile-usermenu 
{
    margin-top: 30px;
    padding-bottom: 20px;
}
.profile-usermenu ul li.active a 
{
    background-color: #f0f0f0;
    margin-left: -2px;
}
.profile-usermenu ul li a 
{
    font-size: 16px;
    font-weight: 400;
}
.profile-card-icon
{
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.profile-card-icon i
{
    font-size: 50px;
    border: 1px solid #ecf0f4;
    color: #ecf0f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 47px 30px;
    margin-bottom: 15px;
}

.product-icon-success 
{
    padding: 5px;
    background-color: #e6ffe6;
    vertical-align: top;
}

.product-icon-danger 
{
    padding: 5px;
    background-color: #ffe6e6;
    vertical-align: top;
}

.product-icon-warning
{
    padding: 5px;
    background-color: #ffffcc;
    vertical-align: top;
}

/* Simple List */
.mt-element-list .list-simple.mt-list-container
{
    border-left:1px solid;
    border-right:1px solid;
    border-bottom:1px solid;
    border-color:#e7ecf1;
    padding:15px
}

.mt-element-list .list-simple.mt-list-container ul
{
    margin-bottom:0;
    padding:0

}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item
{
    list-style:none;
    border-bottom:1px solid;
    border-color:#e7ecf1;
    padding:15px 0
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item:first-child
{
    padding-top:0

}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item:last-child
{
    padding-bottom:0;
    border:none
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-icon-container
{
    font-size:14px;float:left
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-icon-container>a
{
    color:#34495e
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-icon-container>a:hover
{
    color:#26C281;
    text-decoration:none
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-icon-container.done, .mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-icon-container.done>a,.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-icon-container.done> span
{
    color:#26C281;
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-icon-container.done>a:hover
{
    color:#26C281;
    text-decoration:none
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-item-content
{
    padding:0 75px 0 60px
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-item-content>h3
{
    margin:0;
    font-size:18px
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-item-content>h3>a
{
    color:#34495e
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item .list-item-content>h3>a:hover
{
    color:#26C281;
    text-decoration:none
}

.mt-element-list .list-simple.mt-list-container ul>.mt-list-item>.list-datetime
{
    text-align:right;
    float:right;
    width:60px
}

.mt-element-list .list-simple.mt-list-head
{
    padding:15px
}

.mt-element-list .list-simple.mt-list-head .list-title
{
    margin:0;
    padding-right:85px
}

.mt-element-list .list-simple.mt-list-head .list-date
{
    font-size:12px;
    opacity:.8;
    float:right;
    width:75px
}

.mt-element-list .list-simple.ext-1.mt-list-container
{
    padding:0
}

.mt-element-list .list-simple.ext-1.mt-list-container ul>.mt-list-item
{
    padding: 8px 15px;
    border-left:3px solid;
    border-color:#34495e #34495e #e7ecf1
}

.mt-element-list .list-simple.ext-1.mt-list-container ul>.mt-list-item:hover
{
    background-color:#e5e5e5
}

.mt-element-list .list-simple.group .list-toggle-container:active,.mt-element-list .list-simple.group .list-toggle-container:focus,.mt-element-list .list-simple.group .list-toggle-container:hover
{
    text-decoration:none
}

.mt-element-list .list-simple.group .list-toggle-container .list-toggle
{
    padding:10px 15px;
    background-color:#34495e;
    font-weight:700;
    color:#fff;
    text-decoration:none;
    margin: 1px;
}

.mt-element-list .list-simple.group .list-toggle-container .list-toggle.done
{
    background-color:#26C281
}

.modal-body
{
    word-wrap:break-word !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.axa-cover .control-label
{
    text-align:left !important;
    padding-top:0px !important;
}
.axa-nivel-1 {
    margin-left: 15pt !important;
}
.axa-nivel-2 {
    margin-left: 25pt !important;
}
.fa-axa-nivel-0:before {
    content: "\f103";
}
.fa-axa-nivel-1:before {
    content: "\f101";
}
.fa-axa-nivel-2:before {
    content: "\f105";
}
th.required:before {
    color: red;
    content: "*";
    position: relative;
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 8px;
    top: 0px;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 33px !important;
}