/* CSS Document */
body {
	/*font-family:"Times New Roman";*/
	/*font-size:12pt;	*/
	/*color: #000;*/
    color: #000;
}
p{ margin:0 }
h3 { margin:5px 0px; font-size:16px}
.screen {
	padding:10px; 
	background:#FFF;
}
.title {
	font-size:18px	
}
.bottop {
	display:inline-block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:3px;
	border:1px solid #000;
	border-left:0;
	border-top:0;
	width:100px
}
table.list {}
table.list td { padding:3px 0px}

table.archives_list {
    border-collapse:collapse;
    width: 100%;
	empty-cells: show;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	margin-top:2px;
	margin-bottom:20px
}

table.archives_list tbody {
    
}

table.archives_list tbody.second {
    background:#F8F8F8
}

table.archives_list td{
    border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:5px;
}

table.archives_list tfoot{
    background: #CCC;
}

table.archives_list thead {
    background: #e9f2fa;
	font-weight:bold;
}
.likq { }
.likq li{ line-height:24px }
.likq li span{
}
.likq li img{
	float:right
}

table.archives_list1 {
    border-collapse:collapse;
    width: 100%;
	empty-cells: show;
	border-right: 1px dotted #666;
	border-top: 1px dotted #666;
	margin-top:2px;
}

table.archives_list1 tbody {
    
}

table.archives_list1 tbody.second {
    background:#F8F8F8
}

table.archives_list1 td{
    border-left: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding:2px;
}

table.archives_list1 tfoot{
    background: #CCC;
}

table.archives_list1 thead {
    background: #e9f2fa;
	font-weight:bold;
}

.break { page-break-before:always }

/* cards */

.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}


.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}