/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 21, 2018, 9:08:43 AM
    Author     : pizotesoft
*/

@font-face {
    font-family: 'vag';
    font-weight: bold;
    src: url("../fonts/VAGRoundedStd-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'vag';    
    src: url("../fonts/VAGRoundedStd-Light.otf") format("opentype");
}

body,
body.cover{
    background-color: transparent;
    background-image: url('../img/background.png'); 
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    background-attachment: fixed !important;
}

.ayuda-ps{
    display: block;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 1000;
}

.no-padding{
    padding: 0 !important;
}

.bg-gray{
    background-color: #cdcdcd !important;   
}

@media (min-width: 981px) {
    body,
    body.cover{        
        background-position: center bottom !important;
        background-size: 100% auto;        
    }
}


.wrapper,
.sidebar,
.content{
    background-color: transparent;
}

.navbar-default.navbar-main{
    border: none;
}

.sidebar .nav li > a{
    border: none;
    color: transparent; 
    background-color: transparent;
}

.sidebar .nav li > a .sidebar-icon-link{
    width: 80%;
}

.sidebar .nav .active > a .sidebar-icon-link{
    width: 100%;
}

.sidebar .nav .active > a, 
.sidebar .nav .active > a:hover, 
.sidebar .nav .active > a:focus{
    border: none;
    color: transparent; 
    background-color: transparent;
}

.sidebar .nav li > a:focus, 
.sidebar .nav li > a:hover{
    border: none;
    color: transparent; 
    background-color: transparent;
    padding: 6px 10px 6px 15px;
}

.sidebar .nav li > a:focus .sidebar-icon-link, 
.sidebar .nav li > a:hover .sidebar-icon-link{
    width: 100%;
}

.sidebar-icon-link{
    -webkit-transition: width 0.3s; 
    transition: width 0.3s;
}

.main-content{
    border: none;
}

.navbar-default {
    background-color: transparent !important;    
}

/*tabs*//*tabs*//*tabs*//*tabs*//*tabs*/
/*tabs*//*tabs*//*tabs*//*tabs*//*tabs*/

ul.nav-tabs{
    overflow: hidden;
    border: none;
}

.tab-content{
    border: 3px solid #439fdd;
    background-color: white;    
}

.nav-tabs > li{
    margin-bottom: -3px;
}
.nav-tabs > li > a{
    border: 3px solid #83c0e5;
    border-bottom-color: transparent;
    margin: 0;
    background-color: #c2def2;
    color: white;
    font-size: 20px;
    padding: 7px 15px;
}
ul.nav-tabs > li.active > a, 
ul.nav-tabs > li.active > a:hover, 
ul.nav-tabs > li.active > a:focus {
    border: 3px solid #439fdd;
    border-bottom-color: transparent;
    background-color: #83c0e5;
    color: white;
}

ul.nav-tabs > li > a:hover, 
ul.nav-tabs > li > a:focus{
    border: 3px solid #83c0e5;
    border-bottom-color: transparent;
    margin: 0;
}

.tab-pane{
    background-color: white;
}


/*tables*//*tables*//*tables*//*tables*/
/*tables*//*tables*//*tables*//*tables*/

.table-ps{
    border: 3px solid #439fdd;    
    width: 100%;
}

.table-ps>thead>tr>th, .table-ps>tbody>tr>th, .table-ps>tfoot>tr>th, .table-ps>thead>tr>td, .table-ps>tbody>tr>td, .table-ps>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 3px solid #439fdd;
}

.table-ps > tbody > tr > td:last-child {
    text-align: left;
}

.table-ps tr th,
.table-ps tr td{
    color: black;
    border: 3px solid #439fdd;
}

.table-ps tr th{
    background-color: #83c0e5;
    color: black;
    border: 3px solid #439fdd;
}

.table-ps > tbody > tr:hover > th {
    background-color: #83c0e5;
}

.table-ps > tbody > tr:nth-child(odd) > th {
    background-color: #83c0e5;
}

.table-ps tr td{
    background-color: white;
    color: black;
    border: 3px solid #439fdd;
    text-align: left;
}

.table-ps > tbody > tr:hover > td{
    background-color: white;
}

.table-ps > tbody > tr:nth-child(odd) > td{
    background-color: white;
}

.table-ps-c tr th{
    text-align: center;
}
.table-ps-c > thead > tr > th:last-child {
    text-align: center;
}

/*boton*/
.btn-ps,
.btn-ps:hover{
    background-color: #eb3323;    
    line-height: 40px;
    border-radius: 5px;
    color: white;    
    padding: 0 25px;
    border: none;
}

.btn-ps-cancel{
    background-color: #e6e5e6;    
    line-height: 40px;
    border-radius: 5px;
    color: black;    
    padding: 0 25px;
    font-weight: bold;
    border: none;
}

.btn-ps-nuevo{
    background-color: #b6497f;    
    line-height: 40px;
    border-radius: 5px;
    color: white;    
    padding: 0 25px;
    font-weight: bold;
    border: none;
}

.text-red{
    color: #eb3323;  
    font-weight: bold;
}

/*listados*/
.item-list-ps{
    margin-bottom: 30px;
    padding: 20px;    
}

.item-list-ps .img-c{
    border: 1px solid #439fdd;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;  
    background-color: rgba(0,0,0,0.5);
}

.item-list-ps .img-c img{
    -webkit-transition: opacity 0.3s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.3s;
    opacity: 0.9;    
}

.item-list-ps .img-c:hover img{
    opacity: 1 !important;
}

.input-ps{
    border: 2px solid gray;
}

.input-ps:hover,
.input-ps:focus{
    border: 2px solid black;
}

.help-block{
    margin: 0 !important;   
    content: "";
}

.btn-lps{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    border-radius: 3px;
}

.btn-edit{
    background-image: url('../img/icon-edit.jpg');
    background-color: #00a0dd;
}

.btn-search{
    background-image: url('../img/icon-search.jpg');
    background-color: #c93b80;
}

.btn-trash{
    background-image: url('../img/icon-trash.jpg');
    background-color: #7bc25b;
}

table.dataTable thead th, 
table.dataTable thead td{
    border-bottom: none !important;
}

.logo-ps{
    height: 35px;
    position: fixed;
    bottom: 10px;
    right: 10px;    
}

.body{
    padding-bottom: 35px !important;
}



@media (min-width: 576px) {
    .text-welcome{
        font-family: 'vag';
        font-size: 30px !important;
    }
}

@media (min-width: 768px) {
    .text-welcome{
        font-family: 'vag';
        font-size: 50px !important;
    }
}

@media (min-width: 992px) {
    .text-welcome{
        font-family: 'vag';
        font-size: 70px !important;
    }
}

@media (min-width: 1200px) {
    .text-welcome{
        font-family: 'vag';
        font-size: 90px !important;
    }
}

.text-welcome{
    font-family: 'vag';
    font-size: 30px;
}


	    .input-group {
	        z-index: 0;
	    }
	    
		.modal-dialog {
		  width: 100%;
		  height: 100%;
		  padding: 0;
		  margin: 0;
		}
		
		.modal-content {
		  border-radius: 0;
		  min-height: 97%; 
		  height: 97%;
		}	
		
		.emb{
		  width: 100%;
		  height: 100% !important;
		  min-height: 100% !important;
		  padding: 0;
		  margin: 0;
			
		}    
		
		
		
		.containerBook {
		    position:relative;
		}
		.tagBook {
		    float: left;
		    position: absolute;
		    left: 0px;
		    top: 0px;
		    background-color:#00A2E7;
		    width: 100%;
		    height: 100%;
		    z-index: 9999;
		    display: none;
		    opacity: 0.7;
		    filter: alpha(opacity=50);		
			text-align:center;
			cursor: pointer;
		}		
		
		.tagBook img{	
		    display:inline-block;
		    margin-top: 50%;
		    width: 85px;
		}
