.btn-success {
    background-color: #179c43 !important;
    border-color: #138639 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #158270 !important;
}

.btn-default {
    background-color: #f7f7f7 !important;
    border-color: #ccc !important;
    color: #222 !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #FFF !important;
}

.btn-danger {
    background-color: #d32f2f  !important;
    border-color: #d64315 !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #e53935 !important;
}

.btn-info {
    background-color: #1886dc !important;
    border-color: #1477c3 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #198ce4 !important;
}


.btn-primary {
    background-color: #033053 !important;
    border-color: #4A525F;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #062235 !important;
}

.topbar, .topbar .topbar-left  {
    background: #033053 !important;
}

*{
	font-family: 'Roboto', sans-serif;
}

.pagination li a, .pagination li.disabled a {
    background-color: #16588c !important;
    border-color: #4A525F !important;
    border-radius: 2px !important;
    color: #fff;
}


/*Tablas*/

/*Tablas*/

.widget-table .widget-header,.widget-table .widget-header,.widget-table .widget-content {
    background: #2196f3;
}

.widget-table .widget-header h2 {
    color: #fff;
}

div.dataTables_length label, div.dataTables_filter label, .dataTables_info{
    font-weight: bold;
    color:#033053;
}

/**
.widget-table .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:none;
}
*/

.widget-table .table-bordered {
    border:none;
}

.widget-table .table-responsive .dataTables_wrapper .row{
    margin-left: 1px;
    margin-right: 1px;
}

.widget-table .table-responsive .dataTables_wrapper .row:after{
  height: 5px;
  content: "";
  margin-left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(3,48,83,1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(3,48,83,1);
  box-shadow: 0px 3px 3px 0px rgba(3,48,83,1);
  margin-left: 0;
}

.widget-table .table thead tr th{
    background: #186fb3 !important;
    color: #fff
}

.widget-table table.table{
    margin-top: 4px !important;
}

.widget-table .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #e4e7eb;
  color: #3c454d;
}

.widget-table .table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
  background-color: #c9d0d6;
  color: #3c454d;
}

.widget-table .pagination li.active a, .pagination li:hover a, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #033053 !important;
  border-color: #033053 !important;
  color: #fff;
}

.widget-table .pagination li a, .pagination li.disabled a {
  background-color: #355975;
  border-color: #275273;
  border-radius: 2px !important;
  color: #fff;
}

.imagen_div{
  background-position: center;
  background-size: cover;
  width:100%;
}

.imagen_abonado{
  height: 200px;
}

.logo-ver-abonado{
  background-position: center;
  background-size: cover;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  margin-top: 10px;
  background-color: #FFF;
}

.custom-blue-1{
  background-color: #1a79c4;
  color: #fff;
}

.custom-blue-1 .widget-footer{
  background: rgba(0,0,0,0.3) !important;
}

.widget .text-box h2 {
  font-size: 19px;
}

input[type="checkbox"]{
  height: 18px;
  width: 18px;
}

.evento_importante, .topbar > .evento_importante {
  background: #b71c1c !important;
}

#map{
      display: block;
      width: 100%;
      height: 450px;
      margin: 0 auto;
    }


#sidebar-menu > ul > li > a.active, #sidebar-menu > ul > li > a.active.subdrop {
  background:  #1886dc !important;
}

#sidebar-menu ul ul li a.active{
  background:  #68a3d2 !important;
}

.btn-success {
  background-color: #4CAF50 !important;
  border-color: #449d48 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: #449d48 !important;
}

.content-page{
  overflow: initial !important;
}

.widget.darkblue-1 {
    background-color: #3a5980 !important;
    color: #fff;
}

div.row{
  margin-bottom: 5px !important;
}

.widget table tr th, .widget table tr td {
    padding: 3px !important;
    
};

div.widget-header  h2  strong{
    font-weight: 100 !important;
}