﻿

.goapp-logo {
    background-image: url("../../Content_v3/Images/app-logo/goapp.png");
    width: 44px;
    height: 44px;
}

@media only screen and (min-width: 768px) {
    .goapp-logo {
        background-image: url("../../Content_v3/Images/app-logo/goapp.png");
		width: 44px;
		height: 44px;
    }
}

@media only screen and (min-width: 1200px) {
    .goapp-logo {
        background-image: url("../../Content_v3/Images/app-logo/goapp.png");
		width: 44px;
		height: 44px;
    }
}



.cell_hover:hover
{
	background-color:#BCD7F6;	
}

.ClaimHead
{

	/*border-top: 1px solid silver;*/
	/*border-bottom: 1px solid silver;*/
	/*padding: 5px; IC3-ben ez már nem kell*/

}

.ClaimNameField{
	font-weight:bold;
}

.ClaimDescriptionField{
	font-size:0.8em;	
}

.ClaimHeadHeft
{
	height: 55px;
	float: left;
	width: 70%;
	border: 0px solid red;
	font-size: 1.1em;
}

.ClaimHeadText
{
	border: 0px solid red;
	font-size: 1.1em;
	margin-bottom: 15px;
}

.ClaimHeadRight
{
	height: 55px;
	line-height: 50px;
	float: right;
	vertical-align: middle;
	font-size: 1.4em;
	width: 30%;
	border: 0px solid red;
	text-align: center;
}



/*line*/


.ClaimLineSeparator{
	height:2px;
	border-bottom: 1px dashed silver;
	margin-bottom:15px;
}

.ClaimLine
{
	height: 95px; border-bottom: 1px dashed silver;

}

.SideL
{
	padding: 5px; float: left; width: 40%;
	border: 0px solid red;

}

.SideLTitle
{
	font-size: 1.0em;
	font-weight: bold;

}

.Prices
{
	height: 25px;
	padding-left: 10px;

}

.ClaimExchangeRate
{
	font-size: 0.8em;
	padding-left: 10px;
	float: left;
	width: 150px;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	border: 0px solid red;

}

.SumPrice
{
	font-size: 1.2em;
	float: right;
	width: 200px;
	text-align: right;
	border: 0px solid red;
	height: 30px;

}

.SideR
{
	padding: 5px; float: right; width: 59%;
	padding-left: 30px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	border: 0px solid blue;
	text-align: center;


}



.RejectDescription{
	color: #e34234;
}


@media screen and(max-width: 850px)
{
	.Prices
	{
		/*display:none;*/
	}
	.SideR
	{
		display: none;
	}
	.ClaimExchangeRate
	{
		/*display:none;*/
	}
	.SideL
	{
		width: 100%;
	}
}


@media screen and(max-width: 500px)
{	
	.ClaimLine
	{
		/*height:65px;*/
	}
	.ClaimHeadRight
	{
		display: none;
	}
	.ClaimHeadHeft
	{
		width: 100%;
	}
}

/*Claim/Dashboard jóváhagyás elemek*/
.ClaimApprove
{	
	/*IC3-hoz nem kellborder-bottom: 1px solid silver;*/
	margin:10px 0 0 0;	
	border-bottom:1px dotted silver;
	/*border-left:3px solid silver;*/
}

.ClaimApprove: hover
{
	background-color: #BCD7F6;
}

.ClaimApproveTitle
{
	font-weight: bold;	
}

.ClaimApproveDescription
{
	padding: 0 0 0px 0px;
}

.ClaimApproveCategory
{
	padding: 5px 0 0px 0px;
}

.ClaimApproveOtherInfo
{
	/*border:1px solid red;*/
	font-style: italic;
	text-align: right;
}


.Red
{
	color: red;
}

.Blue
{
	color: blue;
}

/*Claim/Dashboard jóváhagyás elemek*/



.BoxSubMenu
{
	box-shadow: 0px 0px 10px silver;
	position: absolute; z-index: 9999;
	float: right; border: 1px solid silver;
	background-color: white; padding: 10px;
	width: 200px; margin-left: -180px;
	display: none;
}

/*	Claim  */


.go-description
{
    padding:5px 0 5px 0;    
}


