/* @override https://guiadeisora.desarrollolocal.es/public/css/commons/common.css */

#header{
	min-height: 60px;
}

#header h1{
	color: #fff;
	font-weight: normal;
	margin-top: .6em;
}

.skin-3 .nav-header {
    padding: 35px 25px 30px 25px !important;
}

body, html {
	min-height: 100%;
}

body {
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}

body.static-footer{
	padding-bottom: 0 !important;
}

body:after {
	content: '';
	display: block;
	clear: both;
}

img{
	max-width: 100%;
}

.gm-style img{
	max-width: none;
}

#page-wrapper{
	padding-bottom: 40px !important;
}

#body-clear{
	content: '';
	display: block;
	clear: both;
}

#navbar-header {
	background-color: #1a1a1a;
	margin-bottom: 20px;
}

#right-sidebar .tab-content{
	height: calc(100% - 50px);
}

#right-sidebar .tab-content .tab-pane{
	height: 100%;
}

.navbar-static-top  #logo, .portada  #logo{
	background-repeat: no-repeat;
	width: 290px;
	height: 30px;
	position: relative;
	top: 15px;
	left: 1%;
	float: left;
}

.portada #logo{
	background: url('../../images/ayto/logo-empleo.png');
}


h1, h2, h3, h4, h5{
 /* 	margin: 0; */
}

body.leftbar-active{
	padding-left: 220px;
}

.pane-nav{
	clear: both;
}

.hide-pane-nav .pane-nav, .hide-pane-nav .curriculums-tabs li:not(:first-child){
	display: none;
}

.clear{
	clear: left;
}

/* Lista de sugerencias */

ul.tips{
	position: absolute;
	background-color: #fff;
	padding: 0;
	margin: 0;
	z-index: 100;
  min-width: 160px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

ul.tips > li{
	padding: 6px;
	color: #999;
	list-style: none;
	cursor: pointer;
	white-space: nowrap;
}
ul.tips > li.selected{
	background-color: #eee;
}

/* Modal */

.modal-body{
  /* padding: 15px !important; */
}


/* Barra de breadcrumbs */

.breadcrumbs{
	margin: 10px 0;
	font-size: 13px;
}
.breadcrumbs .raquo{
	margin: 0 5px;
}

.acciones_btn{
	float: right;
	margin-top: 30px;
}

.panel .ajustes-usuario {
	text-align: center;
}

/* Dropdowns */

.dropdown-messages li a,
.dropdown-tasks li a,
.dropdown-alerts li a{
	display: block;
}

.dropdown-messages li::after,
.dropdown-tasks li::after,
.dropdown-alerts li::after{
	content: '';
	display: block;
	clear: both;
}


.dropzone{
  padding: 0;
  border: 2px dashed #d4d4d4;
  text-align: center;
}

.dropzone.dz-started{
  border-color: transparent;
}

.dropzone .dz-preview .dz-image{
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 160px;
}

.dropzone .dz-image img{
  max-width: 100%;
}

/* Botón eliminar fecha */

.clear-datepicker{
	cursor: pointer;
}

.no-clear + .clear-datepicker{
	display: none;
}

/* Pares clave valor */

.list-group-item:after{
	content: '';
	display: block;
	clear: both;
}

.list-group-item .clave,
.list-group-item .valor{
	display: block;
	float: left;
}

.list-group-item .clave{
	width: 30%;
	min-width: 100px;
	max-width: 150px;
}

.list-group-item .valor{
	max-width: 70%;
	max-width: calc(100% - 100px);
}

/* Lista dos columnas */

.list-group.two-columns .list-group-item{
	float: left;
  width: 50%;
  border-bottom: none;
}

.list-group.two-columns .list-group-item:nth-child(2n+1){
	clear: both;
}

.list-group.two-columns .list-group-item:first-child + .list-group-item{
	border-top: none;
}

/* Mapa de geolocalizacion */

.map {
  height: 350px;
  min-height: 100px;
  max-height: calc(100vh - 200px);
}


/* Tabla de documentos */

table.documents img.doc-image{
	max-width: 60px;
	max-height: 60px;
}

.table-historical th, .table-historical td{
	text-align: center !important;
}

/* Listas dentro del cuerpo de paneles */

.panel-body > .list-group:first-child{
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: -15px;
}

.panel-body > .list-group .list-group-item:first-child{
	border-top: none;
}
.panel-body > .list-group .list-group-item:last-child{
	border-bottom: none;
}

.panel-body > .list-group .list-group-item{
	border-radius: 0;
	border-left: none;
	border-right: none;
}

/* Estilos de cabeceras: titulos, introducción, etc... ***/
.title{
	margin-bottom: 20px;
}

.intro{
	margin-bottom: 20px;
	font-size: 1.2em;
}

/* Modificaciones cajas ibox */

.ibox-title::after,
.ibox-content::after{
	content: '';
	display: block;
	clear: both;
}

/* Box */

.box{
	margin: 10px 0;
}
.box > .header{
	padding: 10px 0;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	background-color: #008cba;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.box > .content{
	padding: 6px 0;
}

.box-header {
	padding: 10px 0;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	background-color: #008cba;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 10px;
	clear: both;
}

/* Formularios */

.alert-formulario{
	margin-top: 5px;
}

.calendar-month .ui-datepicker-calendar{
	display: none;
}

input:disabled + .clear-datepicker{
	display: none;
}

.modal-open .ui-datepicker{
	z-index: 2051 !important;
}

input[type="text"].error,
.has-error input[type="text"],
input[type="password"].error,
.has-error input[type="password"],
input[type="date"].error,
.has-error input[type="date"],
input[type="number"].error,
.has-error input[type="number"],
select.error,
.has-error select,
textarea.error,
.has-error textarea{
	background-repeat: no-repeat;
	border: 2px solid #ea4f05;
	box-shadow: 0 0 12px #ea4f05 inset;
}

select,
option{
	color: #333;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

td.buttons{
	text-align: right;
}

th.buttons{
	text-align: right;
	padding-right: 5% !important;
}

/* Alerts */

.alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.alert::after{
	content: '';
	display: block;
	clear: both;
}

.alert-warning h5 {
    margin-top: 20px;
}

/* Toggles */

.toggle{
	display: inline-block;
	width: 110px;
	height: 20px;
	vertical-align: middle;
	margin: 0 4px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 4px;
	transform: translateZ(0);
}

.toggle .slider{
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
}

.toggle .slider .blob{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	transform: translateZ(0);
}

.toggle .slider .blob:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#f5f5f5));
	background: -webkit-linear-gradient(top, #cfcfcf 0%, #f5f5f5 100%);
	background: linear-gradient(top, #cfcfcf 0%, #f5f5f5 100%);
	-webkit-box-shadow: inset 0 0 0 1px #888, inset 0 0 0 2px white;
	box-shadow: inset 0 0 0 1px #888, inset 0 0 0 2px white;
}

.toggle.active .slider .blob{
	left: calc(100% - 20px);
}

.toggle .slider .blob .on,
.toggle .slider .blob .off{
	position: absolute;
	top: 0;
	height: 100%;
	width: 400px;
	color: #fff;
	line-height: 20px;
}

.toggle .slider .on{
	background-color: #009871;
	right: calc(100% - 17px);
	padding-right: 45px;
	text-align: right;

}

.toggle .slider .off{
	background-color: #e74c3c;
	left: calc(100% - 17px);
	padding-left: 20px;
	text-align: left;
}

.status{
	text-align: right;
}

.status label{
	display: block;
	margin-bottom: 12px;
}

div.checkbox-inline {
  display: block;
	margin-top: 5px;
}

div.checkbox-inline div {
  float: left;
  width: 15%;
  margin-bottom: 25px;

}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: static !important;
  margin-left: 0 !important;
}

.radio, .checkbox {
    margin-top: 0;
}


.radio-buttom{
	display: block;
	padding-left: 20px;
	margin-bottom: 25px;
	margin-top: 5px;
	vertical-align: -webkit-baseline-middle;
	font-weight: normal;
	cursor: pointer;
}

.radio label, .checkbox label {
  padding-left: 0px;
}

.radio-buttom .firt-span {
	padding-right: 30px;
}

.confirm-msg {
	/*margin-top: 10px;*/
}

/**** pie ***/

body:not(.static-footer) footer{
	position: absolute;
	width: 100%;
	bottom: 0;
}

footer{
	color: #fff;
}

footer .logo-los-realejos{
	max-width: 200px;
}

footer .upper{
	padding: 25px 0;
	background-color: #333333;
}

footer .lower{
	padding: 15px 0;
	background-color: #000;
	text-align: center;
}

footer #enlaces p{
	margin-top: 20px;
}

footer #enlaces a{
	color: #fff;
}

iframe.upload {
	border: none;
	height: 60px;
	width: 200px;
}


.container-pie, .container-filtro {
  background-color: #9acfea;
  padding: 1% 0;
  border-radius: 4px;
	margin: 0;
	position: relative;
	min-height: 40px;
	margin-bottom: 20px;
}

.container-filtro {
	margin-top: 10px;
	min-height: 60px;
}



/**** ADL forms ***/

table td {
	font-size: 13px;
}

.contenido-tabs {
	width: 100%;
	margin-bottom: 20px;
	display: table;
}

tr.comments{
	background: #fbfbfb;
}

.table-striped > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

.container-fields {
  background-color: #9acfea;
  padding: 1% 0;
  border-radius: 4px;
	margin: 0 -1.3%;
}

.container-fields .btn-success {
	float: right;
	position: relative;
	right: 2% !important;
	margin: 0;
	margin-top: 2%;
}

.ajustes-ficha{
	margin-bottom: 20px;
}

.subir-archivo {
	margin-top: 20px;
}

.form-group .bloque{
	height: 34px;
	margin-top: 5px;
}

/***** timepicker ***/
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }


/*** Pagination ***/

.paginacion {
	margin-bottom: 20px;
}

.pager button[type="submit"]{
	margin-top: 0;
}

.total-rows{
	margin-top: 30px;
	margin-bottom: 20px;
}

.seleccionar_categoria_profesional .sectores_actividad{
  min-height: 250px;
}

.seleccionar_categoria_profesional .sectores_actividad:nth-child(4n+1){
	clear: both;
}

.aviso .glyphicon {
	margin-
	margin-right: 1%;
  font-size: 24px;
  float: left;
	margin-top: 0.7%;
  margin-left: 0.8%;
}

.aviso .aviso-text{
	margin-left: 5%;
}

.margen-superior{
	margin-top: 15px;
}

/**** filtros en los listados ***/

.filtrado .i-checks{
	margin-top: 0;
}

.widget button{
	padding-right: 0;
}

td.action .btn-group {
	float: right;
}

.fa-info-circle {
	font-size: 22px !important;
}


/****** dashboard *****/

.graph {
	margin-top: 5%;
}

.graph_sectors_companies {
	margin-top: 10%;
}

/***** FONDOS cajas ******/

.background-plain{
	background-color: #d1dade !important;
}

.background-success{
	background-color: #1c84c6 !important;
}

.background-accepted{
	background-color: #0fb539 !important;
}

.background-primary{
	background-color: #1ab394 !important;
}

.background-info{
	background-color: #23c6c8 !important;
}

.background-warning{
	background-color: #f8ac59 !important;
}

.background-danger{
	background-color: #ed5565 !important;
}

.background-no-validate{
	background-color: #053d60 !important;
}

.ibox .background h5{
	color: #fff !important;
}

.ibox .background .ibox-tools a{
	color: #fff !important;
}

.white, .white a{
	color: #fff !important;
}


/**** checkbox custom *****/

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/**** icono PDF ***/

.fa-file-pdf-o:before {
    font-size: 16px;
}

/**** list-group ***/

.list-group .pull-right{
	font-weight: bold;
}

.messages-error {
  color: red;
}

/*** datepicker en los modales ***/
.modal-open #ui-datepicker-div, .clockpicker-popover  {
  z-index: 9999 !important;
}

/* Summernote text editor  */
.note-editor {
  height: auto !important;
  min-height: 150px !important;
}
.note-editor.fullscreen {
  z-index: 2050;
}

.tabs-container .nav-tabs {
	border-bottom: 0;
}

.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    background-color: #fff;
}

.tab-content .ibox-title{
  background-color: #eee;
}

.container-busqueda-avanzada {
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

.container-busqueda-avanzada.open {
  height: auto;
  overflow: visible;
}

.tabs-container .panel-body {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.tabs-container .panel-body {
    background: #fff;
    border: none;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
}

.tabs-container h3 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	display: block;
	width: 100%;
	font-weight: normal;
}

.rounded {
  border-radius: .25rem!important;
}

.note-editor {
  border: 1px solid #a9a9a9;
}

.summernote .btn-default {
  background-color: #f8f9fa;
  border-color: #ddd;
  color: #444;
}

#company-validate-modal ul,
#company-validate-modal .list-companies ul{
	list-style-type: none;
	padding-left: 1em;
}

#company-validate-modal .list-companies .separator {
	margin: 1em 0;
	border-bottom: 1px solid #e5e5e5;
}

#company-validate-modal .selected{
	background-color: yellow;
	padding: .5em;
}




.listado-expectativas-trabajo .panel-body {
	min-height: 340px;
}

.listado-expectativas-trabajo .panel-body ul{
	list-style-type: none;
	padding-left: 0;
}

.listado-expectativas-trabajo .panel-body ul li{
	margin: .3em 0;
}

.filtrado{
	position: relative;
}


.legal-terms { 
	text-align: left;
}


/* make sidebar nav vertical */
@media (min-width: 768px) {
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}
	.sidebar-nav .navbar ul {
		float: none;
	}
	.sidebar-nav .navbar ul:not {
		display: block;
	}
	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 768px) {

	#box-register{
	  margin-bottom: 5em;
	}
 
 }
 



/* make sidebar nav vertical */
@media (max-width: 420px) {

	.portada h1 {
		font-size: 20px;
	 }
	 
	.navbar #logo{
		display: none !important;
	}

	.navbar-static-top .navbar-top-links{
		float: right;
	}

	#page-wrapper .nav-tabs li a{
		padding: 12px;
	}
}
