
/********************

	placeholder

*********************/

/*::-webkit-input-placeholder {

	opacity:1;

}

:-webkit-input-placeholder {

	opacity:1;

}

:-moz-placeholder { /* Firefox 18- * /

	opacity:1;

}

::-moz-placeholder { /* Firefox 19+ * /

	opacity:1;

}

:-ms-input-placeholder {

	opacity:1;

}*/

/********************

*********************/

.large-selectbox {
	width: 100%;
}

#header-section {
	margin: 0 0 30px;
}
.navbar {
/*margin: 140px 0 0 0;*/

}
.navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,  
.navbar-default .navbar-nav > .active > a:focus 
{
	background-color: #B0252D;
	color: #FFF;
}
.login-section {
	background-color: #fafafa;
	border: 1px solid #CCC;
	padding: 5px 20px;
	max-width: 300px;
	min-width: 200px;
}
.login-section .currencyList {
	/*max-width: 250px;*/ /* By: Prism Date:18-2-2014 */
	width: 100%; /* By: Prism Date:18-2-2014 */
}



.login-section .link-logout {
	color: #9e161e;
	text-decoration: underline;
	display: block;
	text-align: center;
	font-weight: bold;
}
.login-section .link-logout:hover {
	text-decoration: none;
}
.login-section .control-label {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	float: left;
	width: 50%;
}
.login-section .common-selectbox + .sbHolder {
	float: left;
	width: 50%;
}
.login-section .form-group {
	margin-bottom: 10px;
}
.login-section .form-group:last-child {
	margin-bottom: 0;
}
.myproject_section {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 18px;
	margin: 0 0 30px;
	box-shadow: #fff 0px 0px 0px 1px inset;
	-webkit-box-shadow: #fff 0px 0px 0px 1px inset;
	-moz-box-shadow: #fff 0px 0px 0px 1px inset;
	-ms-box-shadow: #fff 0px 0px 0px 1px inset;
	-o-box-shadow: #fff 0px 0px 0px 1px inset;
}
/* Topsection */

.topsection label {
	color: #b0252d;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}
.topsection input {
	border: 1px solid #ccc;
	padding: 6px 5px;
	color: #333;
	outline-color: #ccc;
}
.btn {
	/*
	background: #cccccc;
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #999999));
	background: -webkit-linear-gradient(top, #cccccc 0%, #999999 100%);
	background: -o-linear-gradient(top, #cccccc 0%, #999999 100%);
	background: -ms-linear-gradient(top, #cccccc 0%, #999999 100%);
	background: linear-gradient(to bottom, #cccccc 0%, #999999 100%);
	-pie-background: linear-gradient(#cccccc 0%, #999999 100%);
	
	border-radius: 4px;
	border: 1px solid #808080;
	padding: 4px 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	display: block;
	line-height: 20px;
	display: inline-block; 
	*/
	margin: 0 5px;
}
/*
.btn:hover {
	background: #9E161E !important;
	border: 1px solid #9e161e !important;
	color: #FFF;
}
*/
.btn-sm,  
.btn-xs {
	border-radius: 4px;
	font-size: 12px;
	line-height: 100%;
	padding: 5px 10px;
	background: #999;
	border: 1px solid #999;
}
.btn-sm:hover,  
.btn-xs:hover {
	background: #9e161e;
	border: 1px solid #9e161e;
}
.topsection span a {
	color: #333;
	text-decoration: underline;
	font-size: 12px;
}
.topsection span a:hover {
	text-decoration: none;
}
.topsection span.projectid a {
	text-decoration: none;
	font-weight: bold
}
/* Bottomsection */

.bottomsection {
}
.bottomsection .form-group label {
	font-weight: 14px;
	color: #b0252d;
	font-weight: bold;
	margin: 2px 0 0;
}
.myproject-table {
	font-size: 12px;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border-top: 0;
}
.myproject-table .table th {
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #999999 0%, #666666 100%);
	background: -o-linear-gradient(top, #999999 0%, #666666 100%);
	background: -ms-linear-gradient(top, #999999 0%, #666666 100%);
	background: linear-gradient(to bottom, #999999 0%, #666666 100%);
	-pie-background: linear-gradient(#999999 0%, #666666 100%);
	font-weight: normal;
	color: #FFF;
	text-align: center;
	position: relative;
	padding: 10px 0;
	border-left: 1px solid #999;
	vertical-align: middle;
	display: table-cell;
}
.myproject-table .table th:first-child {
	border-left: 0px solid #999;
}
.myproject-table .table th span {
	display: block;
	padding: 0 10px;
	letter-spacing: -0.1px;
	font-weight: bold;
}
.myproject-table .table th:first-child span {
	padding: 0 10px 0 20px;
}
.deletelink {
	background: url(../images/close.png) no-repeat 0 0;
	width: 14px;
	height: 15px;
	display: block;
	text-indent: -9999px;
}
.deletelink:hover {
	background: url(../images/close_h.png) no-repeat 0 0;
}
.mp-cols1 {
	width: 15px;
	margin: 7px 10px 0 0;
	float: left;
}
.mp-cols2 {
	width: 170px;
	float: left;
}
.myproject-table .cols1 {
	width: 218px;
	text-align: left !important;
}
.myproject-table .cols2 {
	width: 98px;
}
.myproject-table .cols3 {
	width: 88px;
}
/*.myproject-table .cols4 { width:79px; }*/

.myproject-table .cols5 {
	width: 206px;
}
.myproject-table .cols6 {
	width: 80px;
}
.myproject-table .cols7 {
	width: 87px;
}
.myproject-table .cols8 {
	width: 78px;
}
.myproject-table .cols9 {
	width: 77px;
}
.myproject-table .table .table-inner td.cols1 {
	width: 218px;
}
.myproject-table .table .table-inner td.cols2 {
	width: 110px;
}
.myproject-table .table .table-inner td.cols3 {
	width: 189px;
}
.myproject-table .table .table-inner td.cols3 label.btn-xs {
	padding: 5px 5px;
}
.myproject-table .table .table-inner td.cols5 {
	width: 107px;
}
.myproject-table .table .table-inner td.cols6 {
	width: 81px;
}
.myproject-table .table .table-inner td.cols7 {
	width: 86px;
}/*88 */
.myproject-table .table .table-inner td.cols8 {
	width: 79px;
}
.myproject-table .table .table-inner td.cols9 {
	width: 79px;
}
.myproject-table .table td:nth-of-type(1) {
	text-align: left;
}
.myproject-table .table td:nth-of-type(2) {
	text-align: left;
}
.myproject-table .table td:nth-of-type(3) {
	text-align: left;
}
.myproject-table .table td:nth-of-type(5) {
	text-align: center;
}
.myproject-table .table td:nth-of-type(6) {
	text-align: right;
}
.myproject-table .table td:nth-of-type(7) {
	text-align: right;
}
.myproject-table .table td:nth-of-type(8) {
	text-align: right;
}
.myproject-table .table td:nth-of-type(9) {
	text-align: right;
}
input, textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}
.myproject-table .table {
	border-collapse: separate;
}
.myproject-table .table td {
	color: #333;
	padding: 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
}
.myproject-table .table td:nth-child(1) {
	border-top: none;
}
.myproject-table .table td a {
	color: #333;
	text-decoration: underline;
}
.myproject-table .table td a:hover {
	text-decoration: none;
}
.myproject-table .table tr:nth-of-type(odd) {
	background-color: #f0f0f0;
}
.myproject-table .table tr:nth-of-type(even) {
	background-color: #fafafa;
}
.myproject-table .table tr:nth-of-type(2) td {
	border-top: 0px solid red;
}
.myproject-table .table .table-inner tr:nth-of-type(2) td {
	padding-top: 0;
}
.myproject-table .table td:nth-of-type(5) input[type="text"] {
	width: 50px;
	padding: 5px;
}
.myproject-table .table .table-inner {
	width: 100%;
}
.myproject-table .table .table-inner tr {
	background: none;
}
.myproject-table .table .table-inner td {
	padding: 0;
	border: 0 none;
	padding: 20px 10px;
	display: table-cell;
}
.chk input[type="checkbox"] {
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	top: 2px;
}
.myproject-table .table .table-inner td .chk input[type="checkbox"] {
	margin: 0 5px 0 25px;
	padding: 0;
	position: relative;
	top: 2px;
}
.commentdiv {
	width: 340px;
	white-space: normal;
}
.commentdiv textarea {
	width: 100%;
}
tr.templateRow {
	display: none;
}
/*Rushik */

.cols3 label input {
	float: left;
	margin: 2px 2px 0 0;
}
.cols3 label {
	/* margin:0 0 5px 0;*/

	font-weight: normal;
	white-space: normal;/* display:table;*/

}
.icon-add {
	background: url(../images/icon_add.png) no-repeat 0 0;
	width: 14px;
	height: 15px;
	display: block;
	float: left;
	margin: 4px 8px 0 0;
}
.marbtm5 {
	margin-bottom: 5px;
}
.marbtm10 {
	margin-bottom: 10px;
}
.marbtm15 {
	margin-bottom: 15px;
}
.marbtm20 {
	margin-bottom: 20px;
}
.marbtm25 {
	margin-bottom: 25px;
}
.marbtm30 {
	margin-bottom: 30px;
}
.padtop10 {
	padding-top: 10px !important;
}
.padtop20 {
	padding-top: 20px !important;
}
.padbtm20 {
	padding-bottom: 20px !important;
}
.padbtm30 {
	padding-bottom: 30px !important;
}
.total-section {
	background-color: #f0f0f0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 100%;
	margin: 0;
}
.total-head {
	border-collapse: separate;
}
.total-head td {
	padding: 10px;
	text-align: center;
}
.total-head .cols1 {
	width: 213px;
	text-align: left !important;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.total-head .cols2 {
	width: 98px;
}
.total-head .cols3 {
	width: 88px;
}
.total-head .cols4 {
	width: 79px;
}
.total-head .cols5 {
	width: 206px;
}
.total-head .cols6 {
	width: 80px;
}
.total-head .cols7 {
	width: 87px;
}
.total-head .cols8 {
	width: 80px;
}
.total-head .cols9 {
	width: 80px;
}
.total-head tr.toh td {
	border-bottom: 1px solid #FFF;
}
.total-head tr.toc td, .stf tr.toc td {
	border-top: 1px solid #CCC;
	color: #9e161e;
}
.total-comment {
	width: 100%;
}
.total-comment td {
	padding: 0;
	vertical-align: top
}
.total-comment td:nth-of-type(1) {
	padding: 30px 40px 30px 20px;
	width: 560px;
}
.total-comment td:nth-of-type(2) {
	padding: 30px 0 0;
	width: 320px;
}
.total-comment td td {
	padding: 0;
}
.total-comment td:nth-of-type(1) td {
	padding: 0;
}
.total-comment td:nth-of-type(2) td {
	padding: 0;
}
.total-comment textarea {
	resize: none;
	width: 600px;
	height: 100px;
}
.sales {
	width: 100%;
}
.sales h5 {
	color: #9e161e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.link-email {
	background: url(../images/icon_email.png) no-repeat 0 50%;
	width: 200px;
	height: 32px;
	display: block;
	/*display:none;*/

	padding: 0 0 0 40px;
	margin: 0 0 25px;
	line-height: 18px;
	color: #333;
	text-decoration: underline;
}
.link-email:hover {
	background: url(../images/icon_email_h.png) no-repeat 0 50%;
	color: #9e161e;
}
.link-excell {
	background: url(../images/icon_excell.png) no-repeat 0 50%;
	width: 200px;
	height: 32px;
	display: block;
	padding: 0 0 0 40px;
	line-height: 18px;
	color: #333;
	text-decoration: underline;
}
.link-excell:hover {
	background: url(../images/icon_excell_h.png) no-repeat 0 50%;
	color: #9e161e;
}
.bottomsection .form-inline .form-group {
	margin: 0 0 0 6px;
}
.topsection .form-inline .form-group {
	margin: 0 16px 0 0px;
}
.topsection .form-inline .form-group:first-child {
	margin-right: 0;
}
.width200 {
	width: 200px;
}
.padding20 {
	padding: 4px 20px !important;
}
/*NEW*/

.myproject-table .table .mp-head {
	width: 940px;
	margin: 0;
	padding: 0;
	display: table;
	list-style: none;
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #999999 0%, #666666 100%);
	background: -o-linear-gradient(top, #999999 0%, #666666 100%);
	background: -ms-linear-gradient(top, #999999 0%, #666666 100%);
	background: linear-gradient(to bottom, #999999 0%, #666666 100%);
	-pie-background: linear-gradient(#999999 0%, #666666 100%);
}
.myproject-table .table .mp-head li {
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 10px 0 0 0;
	border-left: 1px solid #999;
	vertical-align: middle;
	white-space: normal !important;
	float: left;
	display: block;
}
.myproject-table .table .mp-head li:first-child {
	border-left: 0px solid #999;
}
.myproject-table .table .mp-head li span {
	display: block;
	padding: 0 10px;
	letter-spacing: -0.1px;
	font-weight: bold;
	min-height: 50px;
}
.myproject-table .table .mp-head li:first-child span {
	padding: 0 10px 0 20px;
}
.myproject-table .table .mp-head li.cols1 {
	width: 218px;
	text-align: left !important;
}
.myproject-table .table .mp-head li.cols2 {
	width: 98px;
}
.myproject-table .table .mp-head li.cols3 {
	width: 181px;
}
.myproject-table .table .mp-head li.cols5 {
	width: 113px;
}
.myproject-table .table .mp-head li.cols6 {
	width: 80px;
}
.myproject-table .table .mp-head li.cols7 {
	width: 87px;
}
.myproject-table .table .mp-head li.cols8 {
	width: 78px;
}
.myproject-table .table .mp-head li.cols9 {
	width: 77px;
}
.total-section td {
	background-color: #f0f0f0;
}
.review_price{
	padding-top:5px;
	margin-right:20px;
}
 @media screen and (max-width: 768px) {
.login-section {
	max-width: 100%;
	border-top: 0px solid #CCC;
}
#logo {
	margin: 10px auto 20px;
}
#logo span {
	font-size: 30px;
}
.myproject_section .pull-right {
	float: none !important;
}
#header-section .col-md-8 {
	float: left;
	width: 540px; /* By: Prism Date:18-2-2014 */
}
#header-section .col-md-4 {
	float: right;
	width: 200px;
}
}
 @media screen and (max-width: 568px) {
.login-section {
	max-width: 100%;
	border-top: 1px solid #CCC;
}
#logo {
	margin: 10px auto 20px;
}
#logo em {
	margin: 0 10px 0 0;
}
#logo span {
	/*margin:0;*/

	margin: 10px 0 0; /* By: Prism Date:18-2-2014 */
	/*width:140px;*/

	width: 100%; /* By: Prism Date:18-2-2014 */
	/*font-size:30px;*/

	font-size: 17px; /* By: Prism Date:18-2-2014 */
	line-height: 100%;
}
.myproject_section .pull-right {
	float: none !important;
}
#header-section .col-md-8 {
	float: left;
	width: 260px;
}
#header-section .col-md-4 {
	float: right;
	width: 200px;
}
.topsection .form-inline .form-group {
	margin: 0 0 10px 6px;
}
.bottomsection .form-inline .form-group {
	margin: 0 0 10px 6px;
}
}
 @media screen and (max-width: 320px) {
.login-section {
	max-width: 100%;
	border-top: 1px solid #CCC;
}
#logo {
	margin: 10px auto 20px;
}
#logo span {
	/*margin:0;*/ /* By: Prism Date:18-2-2014 */

	margin-top: 10px; /* By: Prism Date:18-2-2014 */
	/*width:180px;*/  /* By: Prism Date:18-2-2014 */

	width: 100%; /* By: Prism Date:18-2-2014 */
	/*font-size:30px;*/ /* By: Prism Date:18-2-2014 */

	font-size: 20px;  /* By: Prism Date:18-2-2014 */
	line-height: 100%;
}
.myproject_section .pull-right {
	float: none !important;
}
#header-section .col-md-8 {
	float: none;
	width: 100%;
}
#header-section .col-md-4 {
	float: none;
	width: 100%;
}
.topsection .form-inline .form-group {
	margin: 0 0 10px 6px;
}
.bottomsection .form-inline .form-group {
	margin: 0 0 10px 6px;
}
.mp-head td {
	display: table-cell;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: normal;
}
.alert {
	background: lightgreen;
}
}
/********************************** 21 02 14 bhargv ****************************************/





/************************************* 18 02 14 bhargav *****************************************/



#chart_div {
	/*float: left;

	height: 258px;

	width: 396px;*/

	height: 100%;
	width: 100%;
}
#piechart {
	float: left;
	height: 250px;/*100%;*/
	width: 100%;/*396px;*/
}
.pie_chart {
	overflow: hidden;
}
.countries label {
	color: #AF252D;
	font-weight: bold;
	width: 150px;
}
.countries {
	color: #7C1723;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.gawards label {
	float: left;
}
.gawards .ga {
	float: left;
	width: 125px;
}
.maps, .second_half {
	background-color: #FCFCFC;
	padding: 25px 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
.geo_chart {
	float: left;
	text-align: center;/*margin-right: 27px;*/

}
h3.sort_by {
	color: #7C1723;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.sort > li {
	display: inline;
	padding: 0 10px;
}
.sort li:hover {
	background: none repeat scroll 0 0 #D03427
}
.sort li a {
	color: #fff;
	font-weight: bold;
}
ul.sort {
	background: none repeat scroll 0 0 #99999A;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.country_details {
	overflow: hidden;
	padding: 13px 0;
}
h2.countryname {
	color: #AF252D;
	font-weight: bold;
	word-wrap: break-word;
}
.cname {
	float: left;
	min-height: 70px;
	/*width: 312px; 01 03 14 */
}
.other_info {
	display: block;
	float: left;/*width: 700px;*/

}
.finfo {
	float: left;
	width: 300px;
}
.sinfo {
	float: left;
}
.sinfo .countries label {
	width: 228px;
}
.accordion .stf .countries label {
	color: #AF252D;
	width: 252px;
}
.accordion .stf .countries {
	color: #AF252D;
	font-weight: normal;
	line-height: 17px;
}
.accordion .stf table {
	width: 100%;
}
.accordion .stf table tr th {
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #999999 0%, #666666 100%);
	background: -o-linear-gradient(top, #999999 0%, #666666 100%);
	background: -ms-linear-gradient(top, #999999 0%, #666666 100%);
	background: linear-gradient(to bottom, #999999 0%, #666666 100%);
	-pie-background: linear-gradient(#999999 0%, #666666 100%);
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	white-space: normal;
	border-left: 1px solid #999;
	vertical-align: middle;
}
.accordion .stf table tr td {
	color: #AF252D;
	font-weight: normal;
	text-align: center;
	border: medium none;
}
.accordion h3 {
	color: #7C1723;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	outline: medium none;
	background: url("../images/bull_grey_down.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding: 0 0 0 23px;
}
.accordion h3.ui-accordion-header-active {
	background: url("../images/bull_grey_up.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.accordion .stf {
	/*height: auto !important;*/
	 overflow: hidden;
	padding: 18px 42px;
}
.country_list, .continent {
	padding: 18px 0;
}
.accrd {
	border-bottom: 1px solid;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
#all_list {
	float: right;
	display: none;
}
.stf_detail {
/*float: left;*/

  /*width: 365px;*/

}
.staff_chart {
/*  float: right;

  margin-top: -24px;*/
   margin-left: 64px;

}
/************************** 20 02 14 ***************************/



.cntry_info {
	overflow: hidden;
}
.other_info .countries label {
	color: #7C1723;
}
.other_info .countries {
	color: #AF252D;
	line-height: 18px;
	font-weight: normal;
}
.other_info .sinfo .countries label {
	width: 250px;
}
.second_half {
	padding: 0 21px;
}
.detail {
	float: left;
	width: 100%;
}
.def_chart {
	height: 250px;/*161px;*/
	width: 100%;/*370px;*/
	float:left;
}
.continent {
	display: none;
}
.status_container .btn a, .order_status .btn a {
	color: #fff;
	outline: medium none;
}
.btn-danger.orderby {
	background-color: #D2322D;
	border-color: #AC2925;
	color: #FFFFFF;
}
.order_status {
	margin-left: 5px;
}
path {
	cursor: pointer;
}
.accrd:last-child {
	border-bottom: none;
}
.stf table {
	background-color: #F0F0F0 !important;
	border: 1px solid #CCCCCC !important;
	margin: 0;
	width: 100%;
}
#piechart svg {
	margin-left: -19px;
}
.p1 {
	float: left;
	width: 55%;
}
.p2 {
	color: #AF252D;
	float: left;
	width: 40%;
}
.staff_chart .def_chart svg {
/*margin-left: -25px;

  margin-top: -55px;*/

}
#all_list {
	display: none;
}
 @media all and (min-width: 780px) and (max-width:980px) {
.accordion .stf {
	height: auto !important;
	padding: 0 !important;
}
.stf .stf_detail {
	float: left;
	width: 50%;
}
.stf .staff_chart {
	width: 50%;
}
.finfo {
	width: 40%;
}
.sinfo {
	width: 60%;
}
.other_info .finfo .countries {
	width: 100%;
}
.other_info .sinfo .countries {
	width: 100%;
}
.stf .stf_detail .countries {
	width: 100%;
}
.accordion .stf_detail .countries label {
	width: 237px !important;
}
.def_chart, .def_chart div {
/*margin-left: -50px;*/
}
}
 @media all and (width: 640px) {
.def_chart {
	margin-left: 0px !important;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){

.cname {
  float: left;
  min-height: 70px;
  width: 270px;
}

.finfo {
  float: left;
  width: 258px;
}

.finfo {
  float: left;
  width: 43%;
}

.sinfo {
  float: left;
  width: 57%;
}

.staff_chart {
  margin-left: 63px;
}


#piechart {
  float: left;
  height: 250px;
 /* margin-left: 118px;*/
  width: 270px;
}

}

@media only screen and (width: 768px){
#piechart {
  float: left;
  height: 250px;
  margin-left: 118px;
  width: 290px;
}
	
}

 @media all and (min-width: 640px) and (max-width: 769px) {
.staff_chart {
/*  float: right;

  margin-top: -24px;*/
   margin-left: 0;

}	 
.def_chart {
	margin-left: 0px;
}
.other_info .countries {
	font-size: 14px;
}
.accordion .stf .countries {
	font-size: 14px;
}
.stf .stf_detail {
	width: 50%;
	float: left;
}
.stf .staff_chart {
	width: 50%;
}
.staff_chart .def_chart svg {
	margin-left: 0px;
	margin-top: 0px;
}
.stf .stf_detail .countries {
	width: 100%;
}
.accordion .stf_detail .countries label {
	width: 158px!important;
}

}
 @media all and (min-width: 481px) and (max-width: 880px) {

	 
.stf_detail {
	float: left;
	width: 50%;
}
.staff_chart {
	width: 50%;
}
.pie_chart {
	text-align: center;
}
.countries label {
	text-align: left;
	width: 45%;
}
#piechart svg {
	margin-left: 0px;
}
.p1 {
	width: 50%;
	text-align: left;
}
.p2 {
	text-align: left;
}
.countries {
	width: 60%;
	margin: 0 auto;
	font-size: 14px;
}
.sinfo {
	width: 50%;
}
.finfo {
	width: 50%;
}
.other_info .finfo .countries {
	width: 100%;
	font-size: 13px;
}
.other_info .finfo .countries label {
	width: 125px;
}
.other_info .sinfo .countries {
	width: 100%;
	font-size: 13px;
}
.accordion .stf {
	padding: 0;
}
.accordion .stf {
	/*height: auto !important;*/

	padding: 0 !important;
}
.stf_detail .countries {
	width: 100%;
}
.staff_chart .def_chart svg {
	margin-left: 0px;
	margin-top: 0px;
}
}
 @media all and (width: 480px) {
.other_info .sinfo .countries label {
	width: 43% !important;
}
.other_info .countries label {
	width: 106px !important;
}
.stf .stf_detail .countries label {
	width: 43% !important;
}
.p1 {
	text-align: left;
	width: 32% !important;
}
}
 @media all and (max-width: 480px) {

.staff_chart {
/*  float: right;

  margin-top: -24px;*/
   margin-left: 0;

}
	 
.def_chart iframe
{
	width: 270px;
}
	 
.def_chart
{
	height:100% !important;
	width: 100% !important;
}
.pie_chart {
	text-align: center;
}
.countries label {
	text-align: left;
	width: 50%;
}
.other_info .countries label {
	width: 150px;
}
.other_info .sinfo .countries label {
	width: 79%;
}
.stf .stf_detail .countries label {
	width: 69%;
}
.accordion .stf {
	/*height: auto !important;*/

	padding: 0 !important;
}
.second_half {
	padding: 0;
}
.stf_detail {
	padding: 0;
}
.accordion .stf .countries {
	margin-bottom: 5px;
}
.staff_chart .def_chart svg {
	margin: 0;
}
.sinfo {
	float: left;
	/* padding: 0 10px;*/

	width: 100%;
}
.cntry {
	padding: 0 11px;
}
.gawards label {
	float: none;
}
.countries {
	width: 100%;
	font-size: 12px;
}
h3.sort_by {
	font-size: 18px;
}
h2, .h2 {
	font-size: 25px;
}
#piechart svg {
	margin-left: 0px;
}
.p1 {
	width: 50%;
	text-align: left;
}
.p2 {
	text-align: left;
}
.finfo {
	margin-bottom: 5px;
	padding: 0;
	width: 100%;
}
}
 @media all and (min-width: 900px) and (max-width: 980px) {
.countries {
	margin: 0 auto;
	width: 48%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* landscape mode */
	.stf .stf_detail .countries {
	  font-size: 12px;
	  width: 100%!important;
	}
	
	.stf_detail {
        width: 100%;
		margin-bottom: 15px;
	}
	.other_info .sinfo .countries label {
		  width: 207px;
		}
}

#chart_CA > iframe {
	width: 100%;
}
.dispnone {
	display: none;
}


@media only screen and (min-width:768px) and (max-width: 1024px) {

.staff_chart {
  margin-left: 0px;
} 
   
#piechart {
	margin-left:0;
	height: auto;
	width: 100%;
}

.pie_chart .countries
{
	width: 100%;
}

.p1 {
  width: 60%;
}

.p2 {
  width: 40%;
}

.finfo {
  width: 42%;
}

.sinfo {
  width: 58%;
}

.other_info .sinfo .countries label {
  width: 71%;
}

.accordion .stf_detail .countries label {
  width: 65% !important;
}
   
}



a#compare_link {
    color: #B0252D;
    font-weight: bold;
}

