@charset "utf-8";
/* CSS Document Created By Naresh Yannam */
.dtile1 {
	background: linear-gradient(-90deg, #f6b476, #fe7f29);
	min-height: 95px;
	margin-bottom: 7px;
}
.datarenderview {
	background: #fff0e3;
	min-height: 400px;
	box-shadow: 0px 0px 8px #c7580c;
}
.title_txt {
	text-align: center;
	margin-bottom: 10px;
}
.title_txt h4 {
	color: #8e2404;
}

.title_txt h2 {
	color: #8e2404;
}


.dicon img {
	padding: 8px;
	float: left;
}
.dtile_name {
	color: #fff;
	font-size: 15px;
	padding: 15px 10px;
	font-weight: 500 !important;
	line-height:15px;
	
}
.p0 {
	padding: 0px;
}
.pl-0 {
	padding-left: 0px;
}
.pr-0 {
	padding-right: 0px;
}
.rl-radius {
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
}
.rr-radius {
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
}
.data_render_div h4 {
	text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    color: #c55000;
    background: #fdcfb0;
}
.data_part tr th {
	background: #a56a37;
	color: #fff;
}
.scrollbar2 .vertical {
	width: 100%;
	height: 555px;
	overflow: auto;
	padding: 20px;
	/* left: 0px; */
	/* right: 300px; */
	/* top: 0px; */
	/* bottom: 0px; */
	/* margin: auto; */
}
.scrollbar2 .horizontal {
	width: 100%;
	height: 500px;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 10px;	
	left: 300px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
#scrollbar2, #scrollbar3, #scrollbar4, #scrollbar5 {
	display: none;
}
/*Scrollbar 2*/
.scrollbar2 ::-webkit-scrollbar {
 width: 1px;
 height: 1px;
}
 .scrollbar2 ::-webkit-scrollbar-track {
 background-color: rgba(0,0,0,0.25);
}
 .scrollbar2 ::-webkit-scrollbar-thumb {
 background-color: rgba(255,255,255,0.8);
}
 .scrollbar2 ::-webkit-scrollbar-corner {
}
.data_part  tr th, .data_part  tr td
{
	border: 1px solid #6f4017 !important;
    text-align: left;
    padding: 8px;
    font-size: 13px !important;
}
.up{
    position: absolute;
    right: 35px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: #f1721d;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.down
{
	position: absolute;
    right: 0px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: #f1721d;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.flip
{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dcdada;
    margin-top: 10px;
    float: left;
    width: 100% !important;
    min-height: 250px !important;
}
.left_txt label
{
    float:left;
    width:100%;
}
.left_txt .input-group-addon {
    padding: 6px 21px 6px 12px;
}
.left_txt .glyphicon
{
    
    font-weight:normal !important;
}


/*date picker css  starts here*/
.ui-datepicker
{
    width: 322px;
    background: #e0e0e0;
    padding: 10px;
}
.ui-datepicker-header
{
    float:left;
    width:100%;
    background: #ccc;
    padding: 7px 5px;
}
.ui-datepicker-prev
{
    float:left;
    width:30%;
}
.ui-datepicker-next
{
    float:right;
    width:30%;
    text-align: right;
}
.ui-datepicker-calendar
{
    width:100%;
}
.ui-datepicker-title
{
    width: 100%;
    text-align: center;
}
/*End*/
.count_box
{
    text-align: center;
    width: 100%;
    background: #ecc399;
    padding: 5px 30px;
    border-radius: 10px;
}