
.widget {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 4px;
    display: block;
    float: left;
    margin: 0 0 12px;
    position: relative;
    text-align: center;
}
		
.widget-viewport {
    height: 243px;
    overflow: hidden;
    padding: 20px 30px 0;
    width: 422px;
}
.curved-shadow {
    display: block;
}
.curved-shadow:before, .curved-shadow:after {
    content: "";
    display: none;
    position: absolute;
    z-index: -2;
}
.curved-shadow:after {58
    bottom: 0;
    display: none;
    left: 10px;
    right: 10px;
    top: 50%;
}
.widget.odd {
    margin-left: 6px;
}
.widget.even {
    margin-right: 6px;
}
.widget-image .thumb {
    margin: 0px 0 6px;
    padding: 0;
}
.widget-heading {
    margin: 0;
    min-height: 80px;
    max-height: 80px;
    padding: 22px 10px;
}
.widget-heading a:hover {
    text-decoration: none;
}
.widget-heading a:focus {
    outline: medium none;
    text-decoration: none;
}
#main .widget-heading h2 {
    color: #333333;
    font-family: 'Myriad Set Pro','helvetica neue';
    font-size: 34px;
    font-style: normal;
    font-weight: 200;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
}
	
.widget-heading p {
    color: #666666;
    font-family: 'Myriad Set Pro','helvetica neue';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}
.on {
    background: none repeat scroll 0 0 #FFFFFF;
}
.widget:hover, .widget.hover, .widget:focus, .widget.focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #0088CC;
    cursor: pointer;
    outline: medium none;
}
.widget:focus, .widget.focus {
    box-shadow: 0 0 6px #08c;
}
/* .on .widget-heading p {
    color: #000000;
} */
.text-label {
    color: #AAAAAA;
}
.long-widget {
    height: 160px;
    padding: 0;
    width: 100%;
}
.long-widget-viewport {
    height: 160px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.long-widget-left {
    border-right: 1px solid #DADADA;
    float: left;
    height: 100%;
    padding: 42px 0 0;
    width: 493px;
}
.long-widget-left .widget-heading {
    padding: 0 20px;
}

/*Removing padding
.long-widget-left .widget-heading p {
    padding-top: 10px;
}*/

.long-widget-right {
    float:	right;
    height:	100%;
    width:	486px;
    -webkit-box-sizing:	border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:	border-box;    /* Firefox, other Gecko */
		box-sizing:		border-box; 
}
.long-widget-form {
	height:	100%;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
    -webkit-box-sizing:	border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:	border-box;    /* Firefox, other Gecko */
		box-sizing:		border-box; 
	width:	486px;
    /* margin-left: 40px;
    margin-top: 38px;
    width: 410px; */
}

.long-widget .widget-image {
    height: 203px;
}

.widget-image {
	height: 120px;
}

.smallerMargin {
    margin-left: 30px;
    width: 430px;
}
#main {
    border: medium none;
}

/*css class for carrier dropdown and help image*/
.carrierWrapper
{
	left: 209px;
	position: absolute;	
	top: 52px;
}

/*css class for help image*/
#helpcarrierCatchAll {
	height: 18px;
	position: absolute;	
	top: 7px;
	width: 18px;	
	left:199px;
}

/*New Class added for carrier help image - 4 widget Page layout*/
#helpcarrier {
	height: 18px;
	left: 197px;
	position: absolute;
	top: 7px;
	width: 18px;
}





/*------------------------------------*\
    $OVERIDERS
\*------------------------------------*/

/*Class Overiding widget for 4 widget layout*/
.content.curved-shadow.widget {
	 width:484px;
    -webkit-box-sizing:	border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:	border-box;    /* Firefox, other Gecko */
		box-sizing:		border-box; 
}
 
 
/*Overider class for long widget screen*/
.long-widget .widget-heading h2 {
	margin-bottom: 24px !important;
	}
	
/*Overider class for cathAll*/
.catchAll .long-widget-form {
	padding-top: 17px;
	padding-bottom: 17px;
}

/*overiding carrierWrapper longWidget Page */
.long-widget .carrierWrapper {
	top: 92px;
	left: 239px;
}

/*overiding carrierWrapper catchAll*/
.catchAll.long-widget .carrierWrapper {
	left: 239px;
	top: 113px;
}

/*overiding css for carrier dropdown in case of catch all*/
/*.carrierWrapper.displayCatchAllCarrierWrapper>.select-style.child {*/
	/*margin-right: 10px;*/
/*}*/

/*overiding css for carrier help image in case of long widget*/
.long-widget-form #helpcarrier {
	left: 199px;
}

/*Adding static widths to dropdown on widget page*/

/*.widget .select2-container{*/
	/*width: 189px;*/
   /*-webkit-box-sizing: border-box; *//* webkit */
   /*-moz-box-sizing: border-box; *//* firefox */
    	/*box-sizing: border-box; *//* css3 */
/*}*/

/*.widget select {*/
    /*width: 189px;*/
/*}*/

/*.widget .select2-container,*/
/*.widget .select2-drop,*/
/*.widget .select2-search,*/
/*.widget .select2-search input {*/
	/*-webkit-box-sizing: border-box; *//* webkit */
   /*-moz-box-sizing: border-box; *//* firefox */
    	/*box-sizing: border-box; *//* css3 */
/*}*/

/*.widget .select2-container .select2-choice{*/
		/*display: inline-block;*/
		/*text-overflow: "";*/
		/*width: 189px;  */
		/*-webkit-box-sizing	:		border-box; *//* Safari/Chrome, other WebKit */
    	/*-moz-box-sizing	:	border-box;    *//* Firefox, other Gecko */
	   		/*box-sizing	:		border-box;*/
/*}*/

/*.widget .select2-container .select2-choice > .select2-chosen{*/
	 /*overflow: hidden;*/
	 /*text-overflow: ellipsis;*/
/*}*/

/*.widget .select2-container.select2-container-disabled .select2-choice {*/
		/*width:      		189px;*/
	  /*-webkit-box-sizing:border-box; *//* webkit */
      /*-moz-box-sizing:	border-box; *//* firefox */
           /*box-sizing:	border-box; *//* css3 */
   		/**/

	/*}*/
	/**/
	/**/
/*.select2-drop-active{*/
	 /*-webkit-box-sizing:border-box; *//* webkit */
      /*-moz-box-sizing:	border-box; *//* firefox */
           /*box-sizing:	border-box; *//* css3 */
   		/**/
/*}*/


.widget .long-widget-form.fourDropDwnLayout{
	margin-left: 0;
}

.widget .fourDropDwnLayout .form-submit{
	width: 50px;
	right: -28px;
}


.widget .fourDropDwnLayout .districtLayout{
	position: absolute;
	top: 40px;
	left: 219px;
	width: 147px;
	margin-left: 20px;	
}


/*.widget .fourDropDwnLayout .districtLayout.select2-container{*/
	/*width: 149px;*/
   /*-webkit-box-sizing: border-box; *//* webkit */
   /*-moz-box-sizing: border-box; *//* firefox */
    	/*box-sizing: border-box; *//* css3 */
/*}*/

/*.widget .fourDropDwnLayout select.districtLayout {*/
    /*width: 149px;*/
    /*min-width: 149px;*/
/*}*/


/*.widget .fourDropDwnLayout .districtLayout.select2-container .select2-choice{*/
		/*display: inline-block;*/
		/*text-overflow: "";*/
		/*width: 149px;  */
		/*-webkit-box-sizing	:		border-box; *//* Safari/Chrome, other WebKit */
    	/*-moz-box-sizing	:	border-box;    *//* Firefox, other Gecko */
	   		/*box-sizing	:		border-box;*/
/*}*/


/*.widget .fourDropDwnLayout .districtLayout.select2-container.select2-container-disabled .select2-choice {*/
		/*width:      		149px;*/
	  /*-webkit-box-sizing:border-box; *//* webkit */
      /*-moz-box-sizing:	border-box; *//* firefox */
           /*box-sizing:	border-box; *//* css3 */
   		/**/

	/*}*/

.widget .fourDropDwnLayout .displayCarrier{
		top: 20px;
}

.zh_CN .widget-heading p {
    font-family: "PingHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 150%;
    line-height:1.16;
}

.ja_JP .widget-heading p {
	font-family: "Apple TP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";	
	font-size:160%;
	line-height:1.16;
}

.zh_TW .widget-heading p {
	font-family: "MHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size : 160%;
	line-height: 1.16;
}

.zh_HK .widget-heading p {
	font-family: "MHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size : 160%;
	line-height: 1.16;
}
 
.th_TH .widget-heading p{
	font-family: "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size: 150%;
	line-height:1.16;
}

.ko_KR .widget-heading p{
	font-family: "Yoon Gothic", "Helvetica Neue", "Helvetica", "Dotum", "Arial", "Verdana", "sans-serif";
	font-size: 170%;
	line-height: 1.16;
	
}
	
	
