/**
 * -----------------------------------------------
 *
 * Printed Document Styles
 * 
 * @author Yalan Bravo yalanbo@dudev.mx
 * @version 1.0
 * Copyright (c) 2018 DUDEV S.A. de C.V.
 *
 * -----------------------------------------------
 */
*{
    margin: 0px;
    
    font-family:Arial;
    font-size: 14px;
}

table{
    width: 100%;
    background: #FFFFFF;
}

.clear{
    clear: both;
}

#wrapper{
    width: 95%;
    display: block;
    height: auto;
    margin: auto;
}

#header{
    display: block;
    height:100px;
    padding-bottom:20px;
    border-bottom: solid thin #e9e9e9;
}

#header-title{
    height:100px; width:60%;  float:left;
}

#header-title p{
    text-align:center;
    font-size:16px;
    font-weight:bold;
    margin-top: 50px;
}

#header-logo{
    height:100px; width:20%; float:left;
}

#header-logo img{
    display:block;
    /*margin:auto;*/
}

#header-address{
    height:100px; width:20%; float:left;
}

#header-address p{
    text-align:right;
    font-size:12px;
    color:#4a4a4a;
    margin-top:20px;
}

#sub-header{
    text-align: center;
    padding: 25px 0;
}

#print-date{
    float: right;
    margin-right: 20px;
    margin-top:20px;
    margin-bottom:60px;
}

.docs-dest{
    margin-left: 20px;
}

.docs-legend{
    float:left;
    margin-left: 20px;
    padding: 20px 0px 0px 0px !important;
    display: block;
    line-height: 30px;            
}

#docs-list{
    float:left;
    margin-left: 40px;
}

#docs-list li{
    margin: 15px 0px;
}

#signature{
    text-align: center;
    margin-top: 100px;
    padding-bottom: 50px;
}

body{
    font-family: sans-serif;
    background-image: url('../images/cio-bg2.jpg');
    background-size: cover;
    background-position: center;
}

table{
    /*width: 100%;*/
    /*background: #FFFFFF;*/
    margin-top:20px;
    border-spacing:0px;
}

tr{
    height: 45px;
}

tr.no-border td{
    border-bottom: none !important;
}

th {
    font-weight: normal;
}

td{
    color:#666;
    font-size:14px;
}

td.summary{
    color:black;
    text-align:right;
}

td strong{
    margin-bottom:10px;
    display:block;
}

table.item-table td, table.item-table th{
    border-bottom: solid thin #e9e9e9;
}

td, th{
    padding: 5px 10px;
    text-align: left;
}

.clear{
    clear: both;
}

.gray{
    background: #f9f9f9;
}

/* 4 columns 28% */
.smallColumn{
    width: 7%;
}

/* 2 columns 30%*/
.mediumColumn{
    width: 15%;
}

/* 2 column 42%*/
.largeColumn{
    width: 21%;
}

@media all{
    .print-header {
	display: none;
    }    
    
    .top-bar{
	padding: 5px 10px;
	border-bottom: solid thin #666;
        background:#FFFFFF;
	height: auto;
    }
    
    .logo{
	float: left;
	display: block;
	width: 100px;
    }
    
    .btn{
        font-size: 12px;
        margin-left:10px;
	background: #009966;
	color: #FFFFFF;
	float :right;
	width: auto;
	text-align: center;
	padding: 10px;
	position: relative;
	cursor: pointer;
	display: block;
	text-shadow: 1px #f9f9f9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
    }
    
    .btn-cancel{
        background-color: rgba(54,62,67,0.96);
    }    
    
    .document-container{	
	padding: 30px 12%;
    }
    
    .document-margin{
	background-color:rgba(255,255,255,1);
	padding: 20px;
        border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
        margin-bottom:30px;
    }
    
    .document-content{
        padding: 50px 30px 50px;
    }
    
    .document-content *{
        margin:5px 0px;
    }
    
    .title{
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 20px;
    }
    
    table.item-table{
        width:100% !important;
        border-bottom:none !important;
    }
    
    table{        
        border-bottom:none !important;
    }
}

@media print {
    
    p, td {
        color: black !important;
    }
    
    body{
        background: white;
    }
    
    .page-break	{
	display: block; page-break-before: always;
    }
	
    .print-header {
	display: document-header-group;
    }
    
    .top-bar{
	display:none;
    }
    
    .title{
	display: none;
    }
    
    .document-container, .document-margin{
	background: white;
	padding: 0px;
    }
        
}

/*
 * Payment Receipt
*/
#receipt-header{
    width: 100%;
    display: block;
    padding: 10px 0px;
    border-bottom: solid thin;
}

#receipt-payer{
    float: left;
}

#receipt-payer img{
    float: left;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#receipt-payer div{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    
}

#payer-name{
    font-size: 16px;
    font-weight: bold;
}

#payer-email{
    font-size: 12px;
    margin-top: 5px;
    color: #666;
}

.receipt-amount{
    float: right;
    margin-right:20px;
}

/*Payment Amount*/
.AmountBigText{
    font-size: 22px;
    color: #009966;
    margin-top: 10px;
    text-align: right;
}

.AmountDesc{
    margin-top: 10px;
    color: #666;
}