﻿/* Product Card CSS */

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

#ProdCardHeader
{
    width: 200px;
    height: 70px;
    padding: 1px;
    background-color: #f79840; 
    position: relative;
    bottom: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px 10px 0px 0px;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    behavior: url(pie/PIE.htc);
    left: 0px;
    	font-family: 'PT Sans', sans-serif;
  /*  font-family: Geneva, Verdana,sans-serif;*/
    font-size:large;
    font-weight: bold;
    color:white
}

 .FrontierHiddenButton
{
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: White;
    background-color: #f47920;
    font-weight: bold;
    display: none;
}

#ProdCardBody
   {
        width: 200px;
    height: 240px;
    padding: 2px;
    background-color: #FFF;
    position: relative;
    bottom: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0px 0px 10px 10px;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
   /* behavior: url(pie/PIE.htc);*/
    left: 0px;
}

.box-text-blue 
{
   	font-family: 'PT Sans', sans-serif;
   	/* 
font-family: Verdana, Geneva, sans-serif;*/
font-size: 11px;
color: #4c8bb7;
font-weight: bold;
text-decoration: underline;
line-height: 30px;
}
.ProdCardGrid
{
    padding:5;
 
 }
 
 .FrontierHiddenButton
{
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: White;
    background-color: #f47920;
    font-weight: bold;
    display: none;
}

                                
.ProdCardDesc
{
    /*font-family: Geneva, Verdana,sans-serif;*/
    	font-family: 'PT Sans', sans-serif;
    font-style:italic;
    font-size: 12px;
    color:Black;
    font-weight:normal;
    }

/*---Tab Container---------------*/
.ajax__tab_outer {border:none;}
.ajax__tab_inner{border:none;}
.ajax__tab .ajax__tab_tab
{
   margin:0px 2px 0px 0px;
    padding: 4px 10px 2px 10px ;
    width: auto;
     background-image:url('../images/menubg.png');
    color: #59595a;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;/*solid 1px #FFFFFF;*/
    height:20px;
     z-index:1235;
     
}

.ajax__tab .ajax__tab_header
{
    
    color: White;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
    margin:0px 0px 0px 0px;
    height:30px;
     z-index:1235;
      text-align:center;
}

.ajax__tab .ajax__tab_active .ajax__tab_tab
{
    color: White;
   	font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    border: none;
    font-weight: 700;
    background-image:url('../images/menubg01.png');
    margin:0px 2px 0px 0px;
    position: relative;
    bottom:0px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 0px;
    height:25px;
     padding: 4px 10px 2px 10px ;
      z-index:1235;
    outline-color: transparent;
}

/*------------------------------*/


.PanelHeader
{
    color: Orange;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 15px;
    	font-family: 'PT Sans', sans-serif;
    /*	
    font-family: Geneva, Verdana,sans-serif;*/
    font-size: 16px;
    font-weight: bold;
}



.Information
{
    color: #f47920;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 15px;
    /*
    font-family: Geneva, Verdana,sans-serif;*/
    	font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

#tblRowProduct
{
    width: 400px;
    padding: 10px;
    margin-bottom: 24px;
    background-color: #FFE1C4;
    border-color: #FFE1C4;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    behavior: url(pie/PIE.htc);
}



#divPaymentsFinal
{
    width: 400px;
    height: 175px;
    padding: 10px;
    margin-bottom: 24px;
    background-color: #FFE1C4;
    border-color: #FFE1C4;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    behavior: url(pie/PIE.htc);
}
#divAbstract
{
    width: 400px;
    height: 150px;
    padding: 10px;
    margin-bottom: 24px;
    background-color: #FFE1C4;
    border-color: #FFE1C4;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    behavior: url(pie/PIE.htc);
}
#LeftPanel
{
    width: 170px;
    padding: 10px;
    margin-bottom: 24px;
    background-color: #FFE1C4;
    border-color: #FFE1C4;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    behavior: url(pie/PIE.htc);
}
#PanelSwitch
{
    height: 44px;
    width: 427px;
    padding: 10px;
    margin-bottom: 24px;
    background-color: #FFE1C4;
    border-color: #FFE1C4;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    behavior: url(pie/PIE.htc);
}

#ContentPanel
{
    width: 100%;
}


#bModal
{
    background-color: #eee;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#modalContent
{
    background-color: #fff;
    border: 1px solid #ccc;
    width: 400px;
    padding: 2px 4px;
}
#modalHandle
{
    background-color: #ccc;
    cursor: move;
    height: 18px;
    padding: 2px 4px;
    font-weight: bold;
}
#closeModal
{
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    border: 0;
}

#popUpModel
{
    display: none;
    padding: 10px;
    border: 2px;
    background: #FFD3BF;
    border-style: solid;
    width: 600px;
}

#pnlClick
{
    width: 270px;
    height: 30px;
    /*padding: 1px;*/
    background-color: #f29245;
    position: relative;
    bottom: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px 10px 0px 0px;
   /* -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);*/
    behavior: url(pie/PIE.htc);
    left: 0px;
}


.tdsp_link
{
 font-family: 'PT Sans', sans-serif; 
 font-size:16px; 
 color:#FFF; 
 text-decoration:underline; 
 font-weight:normal;
}
.tdsp_addr
{
   /* font-family: Geneva, Verdana,sans-serif;*/
   	font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-style:italic;
    }


.ProdDescLabel
{
    margin: 0px 0px 0px 0px;
    background-image: url('../images/testtt.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    	font-family: 'PT Sans', sans-serif;
    	/*
    font-family: Geneva, Verdana,sans-serif;*/
    font-size: 11px;
}



.vaidate_err
{
    	font-family: 'PT Sans', sans-serif;
    	/*
    font-family:"Myriad Pro",Geneva, Verdana,sans-serif;*/
	font-size:9px;
	color:#ED0000;
}

.modelPopUpBackground{
	width:490px;
	height:auto;
	padding:10px 15px;
	text-align:center;
	/*
	font-family:"Myriad Pro",Verdana, Geneva, sans-serif;*/
		font-family: 'PT Sans', sans-serif;
	font-size:12px;
	color:#63594f;
	background-color:#fef4e8;
	border-style: solid;
	border: 2px;

}

.modelPopupHead1{
	width:490px;
	height:65px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
		font-family: 'PT Sans', sans-serif;
		/*
	font-family:"Myriad Pro","Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size:15px;
	font-weight:bold;
	color:#4584b0;
}

.popUpBoxTitle{
	width:260px;
	height:35px;
	text-align:center;	
	background-color:#f39245;
	/*
	font-family:"Myriad Pro", Verdana, Geneva, sans-serif;*/
		font-family: 'PT Sans', sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:35px;
	color:#FFFFFF;
   
}


.pnlProdDetPopup
{
    width: 700px;
    height: 500px;
    position: relative;
    top: 10px;
    right: 10px;
    padding: 16px;
    background: White;
    border: 2px solid #2266AA;
    z-index: 100;
    background-color: White;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}

.minview-text
{
    	font-family: 'PT Sans', sans-serif;
    	/*
	font-family:Verdana, Geneva, sans-serif;*/
	font-size:10px;
	font-weight:bold;
	color:#f47920;
}

