html{
	font-family: 'Roboto', sans-serif !important;
	width: 100%;
	margin: 0;
	padding: 0;
}
body{
    font-family: 'Roboto', sans-serif !important;
    background: #F7F7F7;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, p{
	font-family: 'Roboto', sans-serif;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.header{
	width: 100%;
    height: 50px;
    background: #172d44;
    position: fixed;
    z-index: 9;
}
.logo{
    display: inline-block;
    text-align: center;
    padding-top: 100px;
}
.logo img{
    width: 70%;
    margin: 0 auto;
}
.logo p{
    font-size: 18px;
    padding: 5px 20px 5px 0px;
}
.logo a{
	text-decoration: none;
}
.header .user{
    float: right;
	padding: 8px 30px;
}
.header .user p{
	font-size: 18px;
    font-weight: lighter;
    border-right: 1px solid #337ab7;
    padding: 5px 20px 5px 0px;
    display: inline-block;
    color: #337ab7;
}
.header .user a{
    color: #337ab7;
	font-size: 18px;
	display: inline-block;
	font-weight: lighter;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
}
.header .user a:hover{
	text-decoration: underline;
}
#container{
	padding: 0;
}
.container{
    margin: 0 auto;
    padding: 0;
}
.home{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.home_btns{
    font-size: 60px;
    margin: 40px 0px 30px 0px;
}
.home_btn{
    display: inline-block;
    width: 240px;
    height: 240px;
    margin: 30px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}
.home_btn p{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.home_btn i{
    font-size: 60px;
    margin: 40px 0px 30px 0px;
}
.home_btn:hover{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.home_btn a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: inline-block;
}
.home_btn a:hover{
    text-decoration: none;
}
.sidebar{
    height: auto;
    float: left;
    background: #ffffff;
    padding: 0;
    padding-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    position: fixed;
    z-index: 999;
    width: 200px; 
}
#sidebar{
    padding: 0;
}
#sidebar .btn{
    width: 100%;
    padding: 8px 30px 8px 30px;
    border-radius: 12px;
}
#sidebar li:nth-child(even) .btn{
    background-color: #3874bc;
}
#sidebar li:nth-child(odd) .btn{
    background-color: #33a9c8;
}
#sidebar li:nth-child(even) .btn:hover{
    background-color: #2f62a0;
}
#sidebar li:nth-child(odd) .btn:hover{
    background-color: #2a90ab;
}
#sidebar .sub1{
    position: absolute;
    top: -15px;
    right: -130px;
    width: 150px;
    display: none;
    background-color: #33a9c8 !important;
}
#sidebar .sub1:hover{
    background-color: #2a90ab !important;
}
#sidebar .sub1 p{
    margin-left: 0;
    font-size: 16px;
    line-height: 1.2;
}
#sidebar .sub2{
    position: absolute;
    top: 50px;
    right: -130px;
    width: 150px;
    display: none;
    background-color: #33a9c8 !important;
}
#sidebar .sub2:hover{
    background-color: #2a90ab !important;
}
#sidebar .sub2 p{
    margin-left: 0;
    font-size: 16px;
    line-height: 1.2;
}

#sidebar ul{
	padding: 0;
    display: inline-block;
}
#sidebar ul li{
    list-style: none;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    position: relative;
}
#sidebar ul li i{
    color: #fff;
    display: inline-block;
    margin: 0;
    width: 20px;
    text-align: center;
    font-size: 18px;
    float: left;
    padding-top: 4px;
}
#sidebar ul li p{
    display: inline-block;
    margin: 0;
    margin-left: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
#sidebar ul li a{
	text-decoration: none;
}
#sidebar ul li a:hover p{

}
#sidebar ul li a:hover i{

}

.cont1{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
.cont2{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#content{
    height: 100%;
    padding: 0;
    float: right;
}
#box-container{
    height: auto;
    padding-top: 20px;
}
#box-container .breadcrum{
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 5px 0px;
    margin-bottom: 20px;
}
#box-container .breadcrum a{
	color: #337ab7;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}
#box-container .breadcrum a i{
	font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    color: #337ab7;
}
#box-container .breadcrum a:hover{
	color: #172d44;
}
#box-container .breadcrum a:hover i{
	color: #172d44;
}

.box{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5px 30px 20px 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    margin-bottom: 20px;
    display: inline-block;
}
.box .top{
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    height: 50px;
    margin-bottom: 15px;	
}
.box .top .titulo h1{
	color: #172d44;
    font-size: 16px;
    float: left;
}
.box .top .btns{
	float: right;
    padding-top: 10px;	
}
.box .separador{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; 
    margin-top: 30px;
}

.btn{
    outline: none !important;
}
.btn-info{
    margin-left: 10px;
}

.tablaProductos input{
    width: 100%;
}
.tablaProductos input[disabled]{
    border: none;
}
.tablaProductos .inptd{
    width: 100%;
    float: right;
    text-align: left;
}
.tablaProductos td{
    padding-bottom: 0px !important;
}
.tablaProductos td p{
    float: left;
    width: 10%;
    padding-top: 5px;
}
.tablaProductos i{
    margin-top: 6px;
}
#tablaProductos input[disabled] {
    color: #696464;
}

#tablaOrdenes td{
    padding-bottom: 0px !important;
}
#tablaOrdenes td p{
    float: left;
    width: 100%;
}
#tablaOrdenes i{
    margin-top: 6px;
}

.table font {
    visibility: hidden;
    font-size: 0px;
}

.dis{
    border: none;
    outline: none;
    padding-left: 5px;
    background: transparent;
    padding-bottom: 5px;
}

.btop{
    border-top: 1px solid #ddd;
}
.bclose{
    text-align: center;
    padding-top: 12px;
    font-size: 20px;
    cursor: pointer;
}
.bdelete{
    text-align: center;
    padding-top: 12px;
    font-size: 20px;
    cursor: pointer;
}

#btnAdd{
    margin-top: 23px;
}
#addOrden{
    margin-top: 23px;
}

.tar{
    text-align: right;
}
.tdb{
    background-color: #f5f5f5;
    width: 30%;
}

/*buscar*/
.buscar{
    width: 350px;
    height: 47px;
    float: right;
    padding-top: 10px;
    text-align: right;
}
.buscar input[type="text"]{
    width: 260px;
    float: left;
}

.fechas{
    margin: 10px 0px 20px;
}
.fechas p{
    display: inline-block;
    margin-right: 10px;
}
.fechas input{
    display: inline-block;
    margin-right: 15px;
    width: 150px;
}
.total{
    font-size: 16px;
}
.red{
    color: red;
}

.btns-cuenta a{
    margin-left: 20px;
}

.filtros{
    display: none;
    margin: 20px 0px 20px;
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    border-radius: 5px;
}
.filtros p{
    display: inline-block;
    margin-right: 10px;
}
.filtros input,.filtros select{
    display: inline-block;
    margin-right: 15px;
    width: 150px;
}

.filtro p{
    display: inline;
}
.filtro .sel{
    display: inline;
    cursor: pointer;
    text-decoration: none;
}
.filtro .sel p{
    color: #2c72ab;
}

input[type="checkbox"]{
    width: 15px;
    cursor: pointer;
}

.btns_especiales{
    margin: 40px 0px 40px 0px;
    text-align: center;
}
.btns_especiales .btn{
    display: inline-block;
    font-size: 20px;
    margin: 30px 0px 30px 0px;
    background-color: #23527c;
    width: 300px;
    padding: 8px 30px 8px 30px;
    color: #fff;
}
.btns_especiales .btn:hover {
    background-color: #2c72ab;
}


/*login*/

.login{
    width: 500px;
    padding: 30px 50px;
    margin: 0 auto;
    margin-top: 100px;
    display: block !important;
}

#msg{
    display: none;
}
#msg p{
    width: 100%;
    display: inline-block;
    color: #E91E63;
}
#msg_folio,
#msg_fecha {
    display: none;
}
#msg_folio p,
#msg_fecha p{
    width: 100%;
    display: inline-block;
    color: #E91E63;
}


.center{
    text-align: center;
}

textarea{
    resize:none;
}

/*datatables*/
.dataTables_filter{
   text-align: right !important; 
}
.dataTables_filter input[type="search"]{
    margin-left: 10px !important;
    font-size: 14px;
    font-weight: 400;
}
.dataTables_paginate{
    text-align: right;
}
.dataTables_paginate ul{
    margin: 0;
}

#descripcion{
    display: none;
}

.reportes a{

}
.blocks{
    text-align: center;
}
.block_rep{
    padding: 20px;
    width: 400px;
    display: inline-block;
    margin: 0px 35px 0px 35px;
}
.block_rep .cont{
    display: table;
    width: 100%;
    height: 250px;
    background-color: #33a9c8;
    border-radius: 20px;
    text-align: center;
}
.block_rep .wrap{
    display: table-cell;
    vertical-align: middle;
}
.block_rep .cont .top .titulo h1{
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
}
.block_rep .cont .top{
    border-bottom: none;
}
.block_rep .reportes{
    text-align: center;
}
.block_rep a{
    color: #fff;
    font-weight: 600;
}
.block_rep a p{
    font-weight: 400;
}

.row_categoria {
    width: 240px;
}

.row_fecha {
    min-width: 100px;
}