/*CONTAINER*/
body{
    
/* overflow: hidden; */
}
html. body, *{
    font-family: "roboto" !important;
}
.container {
    width: 100% !important;
}
.content {
    min-height: 250px;
    padding: 0;
    margin: 0;
}
.content-wrapper, .right-side {
    height: 100%;
    overflow: auto;
    background-color: #f4f4f4 !important;
}


.skin-blue .main-header .logo {
  
    color: #fff;
  
}

.user-panel > .info > p {
    font-weight: 600;
    margin-bottom: 9px;
    margin-left: -30px;
    color: #343a40;
}

/*SIDE*/
a:hover, a:focus {
    text-decoration: none;
}
.skin-blue .sidebar-form {
    display: none;
}
.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
    background-color: #ffffff;
 }
.skin-blue .sidebar-menu > li.header {
    font-size: initial;
    text-align: center;
    color: #ffffff;
    background: transparent;
}
.user-panel {
    position: relative;
    width: 100%;
    height: 110px;
    padding: 10px 84px;
    overflow: hidden;
}
.user-panel > .info {
    top: 55px;
    padding: 5px 5px 5px 7px;
    line-height: 1;
    position: absolute;
    left: 85px;
}
.user-panel > .info > a {
    margin-left: -12px;
    margin-top: 0;
    color: #343a40;
}
.panel-body {
    padding: 0;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
       background-color: #fafbfc;
    height: 100%;
    border-right: 1px solid #c5c5c5;
}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    transition: 0.3s;
    color: #ffffff;
    background: rgba(30, 40, 44, 0.4);
    border-left-color: #2196F3;
}
.skin-blue .main-header .navbar .nav > li > a {
    color: #fff;
    font-family: sans-serif;
}
/*ITEMS SIDEBAR*/
.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0;
   background: #0000000a;
  
}
.skin-blue .sidebar a {
    font-weight: 400;
    font-size: 13px;
    color: #343a40;
}
.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
     color: #2a97c5; 
}
.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

/*HEADER*/
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    outline: none;
    background-color: rgba(255, 255, 255, 0.14);
}
.main-header .sidebar-toggle {
    background-color: transparent;
    padding: 15px 18px;
    border-radius: 50%;
}
/*INPUTS*/
.box{
    border-radius: 15px;
    border-top: none;
    box-shadow: none;
    border: 0;
    margin-right: 2%;
    margin-left: 2%;
        width: 96%;
}
.small-box p {
    font-size: 14px;
    font-weight: 500;
}


input[type="search"] {
    margin: 0 0 0 5px;
    border: 1px solid #bbb;
    -webkit-appearance: textfield;
    border-radius: 7px;
}



@media screen and (max-width: 767px){

   
 .breadcrumb{

    
    background: red;
 

    }


    /*SIDEBAR*/
    .main-sidebar, .left-side {
        padding-top: 50px;
    }
    .main-header .navbar {
        margin: 0;
    }
    .skin-blue .main-header .navbar{
        background-color: #ecf0f5 !important;
    }
    /*BOX SEARCH*/
    .dt-buttons, #myTable1_filter {
        width: 50%;
        display: inline-block;
    }
    /*TABLE*/
    .table-responsive {
        border: 0;
        padding: 0;
        margin-bottom: 0;
    }
    table{
    border: 0 !important;
    }
    td, tr{
        display: block;
    }
    thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr{
        border: 0;
        border-radius: 10px;
        outline: none;
        overflow: hidden;
        box-shadow: none;
    }
    tr + tr{
        margin-top: 1.5em;
    }
    td{
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        background-color: #f5f5f5;
        text-align: left;
    }
    td::before{
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        width: 50%;
        white-space: nowrap;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 1200px){
    .col-lg-2 {
        width: 16%;
    }
}

.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
     color: #3c763d; 
}
.skin-blue .main-header .logo {
    background-color: #334fb7 !important;
    position: absolute !important;
    top: 0 !important;
    border-right: 0px solid #c5c5c5;
}
.skin-blue .main-header .navbar{
    background-color: #334fb7 !important;
    position: fixed;
    width: 97%;
}
.skin-blue .main-header .navbar .sidebar-toggle {
     color: #fff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
     color: #3c8dbc;
}
.dt-buttons , #myTable1_filter{float: right;display: inline-block;vertical-align: -webkit-baseline-middle;padding: 0 0 15px 0;}
.dt-button{
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 6px;
    border-style: solid;
    background-color: white;

}
button:hover{
    transition: 0.3s;
    transform: scale(1.2);
    background-color: rgba(0, 0, 0, 0.22);
}
.main-footer {
    background: #f4f4f4;
    padding: 15px;
    color: #444;
        border-top: 0px solid #d2d6de;
    
}
/*Litle box*/
.box.box-success {
    border: 0;
}
.box.box-danger {
    border: 0;
}
.small-box {
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.small-box:hover{
    
transition: 0.3s;
    
transform: scale(1.1);
    
z-index: 999999999;
}
/*BOX USER*/
.navbar-nav > .user-menu > .dropdown-menu {
    transition: 0.3s;
    overflow: hidden;
    border-radius: 20px;
    margin: 4px;
    padding: 0;
    border-top-width: 0;
    width: 202px;
}
.skin-blue .main-header li.user-header {
    background-color: #28485a;
}

.content-header > .breadcrumb {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 20px;
    border-radius: 2px;
}
@media (max-width: 991px){
    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        transition: 0.5s;
        width: 350px;
        height: 230px;
        margin: -115px 0 0 -175px;
        left: 50%;
        top: 50%;
        z-index: 9999;
        position: fixed;
        right: 5%;
        border: 0;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 21px 4px rgba(0, 0, 0, 0.12);
    }
}
/*FIX BOOTSTRAP*/
/*BOXES*/
.content-header {
    position: relative;
        padding: 29px;
        margin-top: 35px;
}
.btn{
    border-radius: 5px !important;
}
.btn:hover{
    transition: 0.3s;
    transform: scale(1.1);
}


/*TABLE*/
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
    vertical-align: middle !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px 15px;
    line-height: 1;
    text-transform: capitalize;
    vertical-align: baseline;
    border: 0;
}
.table-bordered {
    border-radius: 10px;
    overflow: hidden;
}
.label-success, .label-warning, .label-primary {
    border-radius: 10px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
/*MINE FRAMEWORK*/
.mdc-tb-header > div, .mdc-tb-body > div{
    display: inline-block;
}

/*HIDE TEMPLATE*/
.control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
    display: none;
    background: transparent;
}

label{

    font-size: 16px; 
    font-weight: 400;
}

.btn_pe{
      padding-left: 30px;
    padding-bottom: 30px;

}

.gran_contenedor{

    margin-right: 5%;
    margin-left: 2%;
}

@media (max-width: 400px){
    
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
        position: fixed;
}
    
}

