/* Add here all your CSS customizations */

html .btn-theme {
	background-color: #453AB9;
	border-color: #453AB9 #453AB9 #231b75;
	color: #ffffff;
}

html .btn-theme:hover,
html .btn-theme.hover {
	background-color: #5d54d1;
	border-color: #584fc4 #584fc4 #453AB9;
	color: #ffffff;
}

html .btn-theme:focus,
html .btn-theme.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
	        box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

html .btn-theme.disabled,
html .btn-theme:disabled {
	background-color: #453AB9;
	border-color: #453AB9 #453AB9 #231b75;
}

#frm-system-action .card-actions .btn{
    border: none;
    padding: 0;
}

#frm-system-action .card-actions a,
#frm-system-action .card-actions .card-action {
	background-color: transparent;
	border-radius: 2px;
	color: #453AB9;
	font-size: 14px;
	/*height: 24px;*/
	height: 24px;
	line-height: 24px;
	text-align: center;
	/*width: 24px;*/
	width: 48px;
}

#frm-system-action header h2{
    color: #453AB9;
    font-weight: bold;
}

#frm-system-action div.card-body label{
    color: #453AB9;
}




body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
  }
  
  
 /* .table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
	  padding-top: 4.5px;
	  padding-bottom: 4.5px;
  }
  
  .pagination {
	  display: inline-block;
	  padding-left: 0;
	  margin-top: 0;
	  margin-right: 0px;
	  margin-bottom: 5px;
	  margin-left: 0px;
	  border-radius: 4px;
  }*/
  
  div.dataTables_paginate {
	  float: right;
	  margin: 0;
  }
  
  .booster-error{
	  font-size: 1em;
	  color: #cc2424;
  }
  
  .validate-has-error {
	border-color: #cc2424;
  }
  .validate-has-error:focus {
	border-color: #cc2424;
  }
  .validate-has-error + span.validate-has-error,
  .validate-has-error > span.validate-has-error,
  .input-group + .validate-has-error {
	color: #cc2424;
	display: inline-block;
	margin-top: 5px;
  }
  .validate-has-error .validate-has-error {
	color: #cc2424;
	display: inline-block;
	margin-top: 5px;
  }
  .make-switch + .validate-has-error {
	margin-left: 10px;
  }
  
  
  .dataTables_wrapper > div input[type="text"],
  .dataTables_wrapper > div input[type="search"],
  .dataTables_wrapper > div input[type="numbeer"] {
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 6px 10px;
	outline: 0;
  }
  
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
	border: 1px solid #ebebeb;
  }
  
  
  .form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-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;
  }
  
  .form-control {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
  }
  
  .select2{
	  width: 100%;
  }
  
  .select2-container--bootstrap .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	color: #555555;
	font-size: 12px;
	outline: 0;
  }
  
  
  .validate-has-error .form-control,  .validate-has-error .select2-container--bootstrap .select2-selection {
	border-color: #cc2424;
  }
  
  .form-bordered .form-group {
	  border-bottom: 1px solid #eff2f7;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
  }
  .row-document:first-child {
	  border: none;
	  padding-top: 0;
  }
  .row-document {
	  padding-bottom: 15px;
	  padding-top: 15px;
	  border-top: 1px solid #eff2f7;
  }
  
  
  
  
  input.btn-file[type="file"] {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  cursor: inherit;
	  display: block;
	  min-height: 100%;
	  min-width: 100%;
	  opacity: 0;
	  position: absolute;
	  top: 0;
  }
  
  input[readonly] {
	pointer-events: none;
  }
  
  
  .input-group-addon {
	  padding: 6px 12px;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 1;
	  color: #555;
	  text-align: center;
	  background-color: #eee;
	  border: 1px solid #ebebeb;
	  border-radius: 4px;
  }
  
  
  .dataTables_wrapper > div {
	  padding: 10px;
  }
  .datatable-responsive {
	  overflow-x: auto;
	  clear: both;
	  padding: 0 !important;
	  margin: 0;
  }
  
  .header .logo {
	  float: left;
	  margin: 0 0 0 10px;
  }
  
  .panel-heading {
	  background: #f6f6f6;
	  border-radius: 5px 5px 0 0;
	  border-bottom: 1px solid #DADADA;
	  border-top: 1px solid #DADADA;
	  padding: 12px;
	  position: relative;
  }
  
  .panel-heading:first-child {
	  border-top: none;
  }
  
  
  .form-control[readonly]{
	  background-color: #fafafa;
	  opacity: 1;
  }
  
  .upper{
	  text-transform: uppercase;
  }
  
  .dataTable hr{
	  margin-top: 5px;
	  margin-bottom: 5px;
  }
  
  .dataTables_wrapper table thead th{
	  padding-right: 8px !important;
  }
  
  
  .row-ciudades{
	margin-top: 10px;
  }
  
  .row-ciudades:first-child{
	margin-top: 0;
  }
  
  section#response form section.panel{
	  cursor: pointer;
  }
  
  
  
  table.aperrs {
	border: 1px solid #999;
	text-align: left;
	border-collapse: collapse;
	margin: 0 0 1em 0;
	caption-side: top;
  }
  table.aperrs caption, table.aperrs td, table.aperrs th {
	padding: 0.3em;
  }
  table.aperrs th, table.aperrs td {
	border-bottom: 1px solid #999;
  }
  table.aperrs caption {
	font-weight: bold;
	font-style: italic;
  }

  .dataTables_wrapper .pagination{
	  margin-top: 0px !important;
  }

  #form-action-table .table-striped > tbody > tr:nth-of-type(2n+1){
	background-color: #f9f9f9;
  }

  #form-action-table .table th, #form-action-table .table td{
	padding: 0.35rem;
	color: #8a8a8a;
  }

  #form-action-table a{
	  color: #453ab9;
  }

  form#frm-action .card-footer{
	margin-top: 15px;
  }
  form#frm-action .card-header{
	background: transparent !important;
	margin-bottom: 15px;
  }


  #frm-system-action .form-group .control-label{
	  font-weight: bold;
  }

  #frm-system-action .card-header h3{
	font-weight: bold;
	color: #453ab9;
  }

  .dropdown-menu{
	  padding-bottom: 1rem;
  }

  h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	letter-spacing: normal !important;
}
