/**
 * @copyright	Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @license	GNU General Public License version 2 or later; see LICENSE.txt
 */



.italic{
	font-style: italic;
}


table.tabl2 { border-collapse: collapse; text-align: left;float: right;margin: 45px 0 20px 25px;} 
table.tabl2 td { padding: 5px 5px; }


table.tabl2 tr:nth-child(1)  {background-color:#e31527; color:#FFFFFF !important; font-size: 14px; font-weight: bold; border: 1px solid #FFFFFF; } 
table.tabl2 tr:nth-child(2n+3) { background: #FFEDEB;}
table.tabl2 tr:last-child td { border-bottom: none; }
table.tabl2 tr { border-top: 1px solid #D6E2E8; }

table.tabl2 td { border: 1px dotted #D6E2E8;font-size: 14px;border-bottom: 1px solid #AEB8BD;font-weight: normal; }
table.tabl2 td:first-child { border-left: none; }
table.tabl2 td:nth-child(1n+2) { text-align: center}

table.tabl { border-collapse: collapse; text-align: left;width: 100%;} 
table.tabl td { padding: 5px 5px; }
table.tabl tr:nth-child(1)  {font-weight: bold !important;border-bottom: 1px solid #f39314;} 
table.tabl tr:nth-child(2n+2) {background: #e0dfde;}
table.tabl tr:last-child td { border-bottom: none; }
table.tabl tr {border-top: 0;}

table.tabl td {border: 0;border-bottom: 0;}
table.tabl td:first-child {border-left: 0px solid;}
table.tabl td:nth-child(1n+2) { text-align: center}

tr.red {background-color:#e31527; color:#FFFFFF !important; font-size: 12px; font-weight: bold; border: 1px solid #FFFFFF; } 

.fixed tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 100px;
}

.fixed thead tr {
   display: block;
}


h1 {}

color-primary {}

.info {}

.info:before {
	background: #ff6000;
	float: left;
	display: block;
	padding: 20px;
	color: white;
	margin-right: 20px;
}

.info:before {
	/* display: block; */
	/* float: left; */
	/* position: relative; */
	height: auto;
	font-size: 45px;
	font-weight: 900;
	line-height: 1;
}

table.tabl td:nth-child(1n+3) {
    border-left: 1px solid #f39314;
}