
body {
   
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}


.footer2 {
  position: fixed;
  left: 250px;
  bottom: 0;
  width: 100%;
  background-color: #E2E1DF;
  height: 30px;
  display:block;    
}

/*Jasper*/
.widget-flat
{
    position:relative;
    overflow:hidden
}

/*Datatables*/

.dt-button {
 
  border: none;
  float : left;
  
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding : 0px;
    margin-left: 0px;
    display: inline;
    border: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0px;
}

div.dt-buttons {
position: relative;
float: left;
font: 0.9em Arial;
padding-bottom: 0.25em;
}

div.dt-button-collection {
font: 0.9em Arial;
position: absolute;
margin-top: 3px;
padding: 4px;
border: 1px solid #ccc;
background-color: #fff;
overflow: hidden;
height: 450px !important;
overflow-y: scroll !important;
z-index: 2002;
}

div.dt-button-collection .dt-button {
text-align: center;
position: relative;
display: block;
margin-right: 0;
width: 100px;
}

div.dt-button-background {
zoom: 1;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
filter: alpha(opacity=35);
opacity: .35;
z-index: 2001;
}

dt-button.buttons-select-cells,
dt-button.buttons-select-rows,
dt-button.buttons-select-columns {
position: relative;
width: 175px;
text-align: left;
}

dt-button.buttons-columnVisibility.ui-button-text-only {
padding-left: 10px;
}

dt-button.buttons-columnVisibility:before,
dt-button.buttons-columnVisibility.ui-state-active:after {
display: block;
position: absolute;
top: 1em;
margin-top: -8px;
margin-left: -6px;
width: 16px;
height: 16px;
box-sizing: border-box;
}

dt-button.buttons-columnVisibility:before {
content: ' ';
border: 2px solid black;
border-radius: 3px;
}

dt-button.buttons-columnVisibility.ui-state-active:after {
font: 0.9em Arial;
content: '\2714';
text-align: center;
}

dt-button.buttons-columnVisibility .before,
dt-button.buttons-columnVisibility.ui-state-active .after,
dt-button.buttons-columnVisibility.ui-state-active:hover .after {
position: absolute;
margin: 6px 0px 0px -6px;
width: 16px;
height: 16px;
background-position: 0px 0px;
}

dt-button.buttons-columnVisibility .before {
background-position: 0px 0px;
}

dt-button.buttons-columnVisibility.ui-state-active .before {
background-position: 0px 16px;
}

.dt-button.buttons-columnVisibility.ui-state-active:hover .before {
background-position: 16px 0px;
}

a.paginate_button,
a.paginate_active {
    display: inline-block;
    z-index: 3;
    color: #007bff;
    background-color: #fff;
    border-color: #007bff;
    padding: 1px 6px;
    margin-left: 2px;
    cursor: pointer;
    *cursor: hand;
   
}
 
a.paginate_active {
    background-color: transparent;
    border: 1px solid black;
    
}
 
a.paginate_button_disabled {
    color: #3d6672;
    
}
.paging_full_numbers a:active {
    outline: none
}
.paging_full_numbers a:hover {
    text-decoration: none;
}
 
div.dataTables_paginate span>a {
    width: 20px;
    text-align: center;
    border-color: #3d6672;
    
}
 
div.dataTables_info {
    padding: 9px 6px 6px 6px;
}

/*
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    height: 110px;
    width: 97%;
    background: white;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 1px 2px 0px #a1a1a1;
    box-shadow: 0px 1px 2px 0px #a1a1a1;
    margin: 0 20px;
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    transition: all 0.35s;
    color: black;
    padding-left: 10px;
    padding-top: 10px;
  }
  .portfolio-box:hover,.portfolio-box :focus{
  }
  
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
 
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 22px;
}
.portfolio-box:hover .portfolio-box-caption {
   opacity: 1;
   background-color:  #0c516c !important;
   color: white;
}
*/

.h7 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}



/*#page-wrapper {
    width: 100%;
    padding: 0;
   background-color: #ffffff;
}*/

.huge {
    font-size: 50px;
    line-height: normal;
}

/* Top Navigation */
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}
.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 60px;
}


.fixed.layout-boxed .wrapper {
    max-width: 100%;
}




/**** BOTON FLOTANTE ***/
@media (max-width: 767px) {

  .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 60px;
    }  

    #footer-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #E2E1DF;
        height: 30px;
        display:block;    
    }

    .navbar-static-top {
        z-index: 1000;
        border-width: 0 0 1px;
        background-color: transparent;
        top: -1px;
        position: absolute;
        background-color: transparent!important;
    }

    .main-header .navbar-custom-menu {
        float: right;
        /* top: 8px; */
        padding: 0;

    }

    .main-header .navbar .sidebar-toggle:hover {
        background-color: transparent!important;
    }
}


.main-header {
    position: relative;
    max-height: 100px;
    /* z-index: 1030; */
}
.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
    background: -webkit-radial-gradient(ellipse at 108% 132%,#blue 8%,#white 42%,#bd3381 58%);
    background: radial-gradient(ellipse at 108% 132%,#676E6C 8%,#181818 42%,#000 58%);
}
.layout-top-nav .main-header .navbar {
    margin-left: 0;
}
.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}
@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}
@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }
    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }
    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
    .main-header .sidebar-toggle2 .icon-bar {
    display: none;
}
}



.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}


.navbar-nav>li>a {
    padding: 14px;
    /*padding-bottom: 14px;*/
    line-height: 20px;
}

.main-header .navbar .nav>li>a {
    color: #fff;
    background-color: #000;
    /* font-size: 13px;
     margin-top: 5px;*/
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 14px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .navbar .nav>li>a i {
    color: #fff;
    font-size: 25px;
    margin: 4px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 14px;
    padding: 3px 5px;
    /*padding: 2px 3px;*/
    line-height: .9;
}


.main-header .navbar .nav>li>a i {
    color: #fff;
    font-size: 25px;
    margin: 4px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 14px;
    padding: 3px 5px;
    /*padding: 2px 3px;*/
    line-height: .9;
}

/*****Nav In***/

.nav-in .nav>li>a {
    color: #fff;
    /* font-size: 13px;
     margin-top: 5px;*/
}

.nav-in .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 14px;
    padding: 2px 3px;
    line-height: .9;
}

.nav-in .nav>li>a i {
    color: #fff;
    font-size: 25px;
    margin: 4px;
}

.nav-in .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 14px;
    padding: 3px 5px;
    /*padding: 2px 3px;*/
    line-height: .9;
}





/***Fin Nav in **/

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 65px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    width: 230px;
    font-family: 'Roboto', HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
    background-color: #000;
    color: #ffffff;
    /* border-bottom: 0 solid transparent; */
}


.main-header .logo .logo-lg {
    /* display: none;*/
    height:100%;
    width:100%;
}

.main-header .logo .logo-lg img{
    display: block;
    margin: 5px auto 5px auto;
    max-height:60px; 
}

@media (max-width: 767px) {
    .main-header .logo .logo-lg {
        display: block;
        margin: 4px auto;
    }
    .main-header .logo .logo-lg img {      
        display: none;
        height: auto;
        margin: 5px 0 0 35px!important;
    }

}

.main-header .logo .logo-mini {
    display: none;
}

.main-header .navbar-brand {
    color: #fff;
}
.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}
.content-header > h1 {
    margin: 0;
    font-size: 24px;
}
.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}
.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    /* font-size: 12px;*/
    font-size: 18px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}


.breadcrumb {
    padding: 20px;
    margin-bottom: 0 20px;
    list-style: none;
    background-color: #ffff;
    border-radius: 4px;
    margin: 0 0 20px 0;
    /*width: 106%;*/
}


.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}
@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }
    .content-header > .breadcrumb li:before {
        color: #97a0b3;
    }
}
.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}
@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }
    .navbar-custom-menu .navbar-nav {
     margin-left: -150px;
    float: left;
    margin-top: -65px;
    position: fixed;
    background-color: black;
    color: white;
    }
    .navbar-custom-menu .navbar-nav > li > a {
        /*  padding-top: 10px;
          padding-bottom: 10px;
          line-height: 20px;*/
    }
}
@media (max-width: 767px) {
    .main-header {
        position: static;
    }
    .main-header .logo,
    .main-header .navbar {
        width: 100%;
        float: none;
        min-height: 60px;
        /*  background-color: #ff4444!important;*/
    }
    .main-header .navbar {
        margin: 0;
        position: fixed;
    }
    .main-header .navbar-custom-menu {
        float: right;
    }
    .main-header .sidebar-toggle2 .icon-bar {
    display: none;
    margin: 0;
}

.main-header .sidebar-toggle2 {
    display: none;
   
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
    font-size: 22px;
    border-color: #000;
}
.main-header .sidebar-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
    color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}


.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
    margin-left: 100px;
}
}
@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }
    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }

.main-header .sidebar-toggle2:focus,
.main-header .sidebar-toggle2:active {
    background: transparent;
}
.main-header .sidebar-toggle2 .icon-bar {
    display: none;
}

}



.main-header .sidebar-toggle2 {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
    font-size: 22px;
    border-color: transparent;
    color: #ddd;
}
.main-header .sidebar-toggle2:before {
    font-family: "Font Awesome 5 Free";
      font-weight: 900;
    content: "\f0c9";
}
.main-header .sidebar-toggle2:hover {
    color: #fff;
}
.main-header .sidebar-toggle2:focus,
.main-header .sidebar-toggle2:active {
    background: transparent;
}
.main-header .sidebar-toggle2 .icon-bar {
    display: none;
}



.navbar-default {
    background-color: hsla(0,0%,0%,.96);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}



/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}
.fixed-table-body {
    height: auto;
}
.active a{
    color: #337ab7;
}
 .active a:hover,a:focus{
    color: white !important;
    /*background-color:  #337ab7 !important;*/
  }

  .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle 
  {
    border-radius: 5px;
  }
  
  .page-header {
    padding-bottom: 3px;
    margin: 10px 0 10px;
    border-bottom: 0px solid #d1c7c7;}

  .table {
	table-layout:fixed;
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}






/*--------------------------------------------------------------------------------------*/

@media (max-width:768px){
 
 .portfolio-box {
  position: relative;
  display: block;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 5px;
}   

.portfolio-box .portfolio-box-caption {
    height: 110px;
    width: 80%;
    background: white;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 1px 2px 0px #a1a1a1;
    box-shadow: 0px 1px 2px 0px #a1a1a1;
    margin: 0 20px;
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    transition: all 0.35s;
    color: black;
    padding-left: 10px;
    padding-top: 10px;
  }
  
    
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
 
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}

 .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 12px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
    
   .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #fff;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        color: #e9ebed;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color:  #337ab7 !important;
    }
    .active a{
        color: #337ab7;
    }
    .a:hover,a:focus{
    color: white !important;
    }
    .selected a {
        color: #d9534f;
    }

     .body {
        margin-top: 50px;
    }

    .navbar-toggle {
        display: inherit;
    }
 

    #page-wrapper {
        padding: 10px;
        background-color: #f5f5f5;
    }
   
  .footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #E2E1DF;
    height: 30px;
    display:block;    
}

.dt-buttons.btn-group {
    position: fixed;
}
  
}






/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 12px;}
  
}
.table {
	table-layout:auto;
}  
.card {
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 70%;
  background: white;
}
.card-body {
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
} 
.widget-flat
{
    position:relative;
    overflow:hidden
}


.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 10px 16px;
}
.col-centrada{
    float: none;
    margin: 0 auto;
}
.navbar-nav > .user-menu .user-image {
    /*float: left;*/
    width: 33px;
    height: 33px;
    border-radius: 50%;
    /*margin-right: 10px;*/
    /*  margin-top: -2px;*/
}
@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        /*margin-right: 0;*/
        margin-top:0;
        line-height: 10px;
    }
}

