
/* ---------- Custom Fonts CSS ----------*/
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype'),
		url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Black.woff') format('woff'),
		url('../fonts/Roboto-Black.ttf') format('truetype'),
		url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------- Global CSS ----------*/
html, body {
	background-color: #fff;
	font-family: "Roboto", Arial, "Arial Regular";
	color: #000;
	min-width: 320px;
}

html {
    position:relative;
    min-height: 100%;
}

header {
	background-color: #f2f3f7;
	border-bottom: solid 1px #d4d5d9;
	min-height: 88px;
	letter-spacing: 0.05em;
}
.section1 {
	background-color: #f2f3f7;
	padding: 33px 0;
}
main {
	margin-bottom:120px;
}
a {
	color: #cd013e;
}
a:hover, a:focus {
	color: #cd013e;
}
p {
	color: #6d6e72;
	letter-spacing: 0.04em;
}
h3 {
	margin-top: 28px;
}

.btn-primary, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background: #c41633;
    border: 0;
    font-size: 15px;
	padding: 10px 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus {
	background: #c41633;
	color:#000;
    box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
}

.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus {
	background: #de7b9a;
    box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
}
 

/* --------------------------------------------------------------------------------*/
/* ---------- Header Section CSS ----------*/

/* ---------- Menu CSS ----------*/
.navbar-brand {
    padding: 0px;
    margin-right: 5px;
}
.logo {
	height: 89px;
}
#navbar {
	margin-top: 38px;
}
.navbar-toggle {
	border-color: #000;
}
.navbar-toggle .icon-bar {
	background: #000;
}
.navbar-nav > li > a {
	color: #000;
	font-size: 16px;
	padding-left: 11px;
	padding-right: 11px;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
	background: none;
}
.navbar-nav > li > a:hover {
	color: #cd013e;
}
.navbar-nav > li.active > a {
	color: #cd013e;
	font-weight: bold;
}

/* -- Sub Menu CSS --*/
.dropdown-submenu {
	position: relative; 
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	color: #000;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #000002;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #000;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #cd013e;
}
.dropdown-menu>li>a:hover {
	color: #cd013e;
	background-color: transparent;
}
.dropdown-menu>li>a:focus {
	background-color: transparent;
}
.dropdown.dropdown-submenu .caret{
	display: none;
}

/* -- user Name/log out CSS --*/
.loginDetails {
	margin-top: 33px;
    font-size: 16px;
    line-height: 20px;
}
.logout {
	font-weight: bold;
	text-align: right;
}


/* --------------------------------------------------------------------------------*/
/* ---------- Home Page CSS ----------*/

/* -- Image carousel CSS --*/
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
}
.carousel-caption{
	text-align: left;
	top:70px;
	bottom:auto;
	left:30px;
}
.carousel-caption .caption1 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.carousel-caption .caption2 {
	font-size: 26px;
	line-height: 29px;
	font-family: "Roboto-Black", Arial, "Arial Regular";
	letter-spacing: 0.1em;
}
.carousel-caption .caption3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.carousel {  
    max-width: 555px;
}

/* -- Select options --*/
.quarter_selection select {
	margin-top: -15px;
	padding: 8px 22px;
	height: 42px;
	width: 144px;
	border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .125em;
    color:#c1c1c1;
    background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: right center;
	background-color:#FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.quarter_selection select:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/*for IE10*/
.quarter_selection select::-ms-expand {
    display: none;
}

.barchart_section_title {
	color: #7b7c80;
	line-height: 1em;
	letter-spacing: 0.125em;
}


/* -- bar chart --*/
.barchart_col {
	margin-top: 40px;
}
.barchart_col1, .barchart_col2 {
	width: 48.5%;
	background-color: #fff;
	border-radius: 6px;
	padding: 22px 0;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(100,100,100,0.08);
    -moz-box-shadow: 0px 3px 8px 0px rgba(100,100,100,0.08);
    box-shadow: 0px 3px 8px 0px rgba(100,100,100,0.08);
}
.barchart_heading {
	float: left;
	color: #6d6e72;
	font-weight: bold;
	margin-bottom: 18px; 
}
.barchart_ellipsis {
	float: right;
	display: table;
}
.barchart_ellipsis span{
	vertical-align: bottom;
    display: table-cell;
    height: 16px;
}
.barchart_ellipsis span img{
	vertical-align: bottom;
}
.earnings .heading {
	color: #b2b2b2;
	font-weight: bold;
}
.earnings .num {
	color: #6d6e72;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}
.barchart_icon {
	margin-left: 10px;
	width: 55px;
	height: 55px;
}
.barchart_obj {
	margin-top: 26px;
	color: #b2b2b2; 
	font-weight: bold;
}
.barchart_obj .num {
	text-align: right;
}

.loader {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 31%;
}


/* -- Bar Graph --*/
.progress-bar-vertical {
  width: 100px;
  height: 210px;
  display: flex;
  align-items: flex-end;
  float: left;
}
.progress {
	background-color: #ebebeb;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	margin-left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 0;
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 2.6s ease;
  -o-transition: height 2.6s ease;
  transition: height 2.6s ease;
}
.progress-bar-vertical .progress-bar span {
	font-size: 25px;
	font-family: "Roboto-Black", Arial, "Arial Regular";
	line-height: 40px;
	position: absolute;
	line-height: 50px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.progress-bar-danger {
	background-color: #cb043f;
}
.progress-bar-success {
	background-color: #3db276;
}
.progress_graph {
	margin-top: 27px;
	border-bottom: 2px solid #f1f3f5;
}

.barchart_data {
	margin-top: 17px;
}
.barchart_data .num {
	color: #808080;
	font-size: 16px;
	font-weight: bold;
}
.barchart_data .heading {
	color: #b2b2b2;
	font-size: 12px;
}
.section2 {
	margin-top:45px;
}

/* -- Home Table --*/
.section_heading {
	float: left;
	color: #6d6e72;
	font-weight: bold;
	margin-bottom: 18px; 
}
.reports_table_home {
	font-size: 13px;
	font-family: "Roboto-Medium", Arial, "Arial Regular";
	font-weight: normal;
}
.reports_table_home th {
	color:#666;
	font-weight: normal;
}
.reports_table_home td {
	color:#808080;
}
.reports_table_home .highlight {
	color: #cb043f;
	font-family: "Roboto", Arial, "Arial Regular";
	font-weight: bold;
}
.reports_table_home > tbody > tr , .reports_table_home > thead > tr {
	height: 58px;
}

.reports_table_home > thead > tr > th, .reports_table_home > tbody  {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.reports_table_home, .reports_table_home > thead > tr > th {
	text-align: center;
}
.reports_table_home img {
	margin: 0 auto;
}
.reports_table_home > thead > tr, .reports_table_home > tbody > tr > td  {
    border-top: 1px solid #eee;
    vertical-align: middle;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.report_txt {
	color: #6d6e72;
	letter-spacing: 0.04em;
}

/* ---------- Report Page CSS ----------*/
.heading_sec {
	margin-bottom: 29px;
}
.page_heading {
	font-size: 22px;
	font-weight: normal;
	margin-top: 28px;
	float: left;
}
.page_heading span {
	color: #6d6e72;
	font-size: 12px;
}

.report_form {
	margin-top: 17px;
	margin-bottom: 57px;
	float:right;
}
.report_form .input-group {
	width: 234px;
	float: left;
	margin-right: 5px;
}
.report_form input {
	width: 234px;
	height: 42px;
	padding-left: 14px;
	background: #f2f2f2;
	border-radius: 8px;
	font-size: 12px;
	letter-spacing: .125em;
    font-weight: bold;
    color:#b2b2b2;
}
.report_form .input-group .input-group-addon {
    border:0;
    background: #f2f2f2;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.report_form .input-group .form-control {
	border-right:0; 
	box-shadow:0 0 0; 
	border:0;
}
.report_form .input-group button {
    border:0;
    background: #f2f2f2;
}
.report_form .input-group .fa-search {
	color: #cb043f;
	background: #f2f2f2;
}
.report_form .input-group button span {
	background: url(../images/search.png) no-repeat right center;
}

input[type="text"]::-webkit-input-placeholder {
    color: #b2b2b2; opacity:1;
}
input[type="text"]:-moz-placeholder {
    color: #b2b2b2; opacity:1;
}
input[type="text"]::-moz-placeholder {
    color: #b2b2b2; opacity:1;
}
input[type="text"]:-ms-input-placeholder {
    color: #b2b2b2; opacity:1;
}

.report_form select {
	float: right;
	padding: 8px 22px;
	height: 42px;
	width: 144px;
	border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .125em;
    color:#b2b2b2;
    background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: right center;
	background-color:#f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.report_form select:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/*for IE10*/
.report_form select::-ms-expand {
    display: none;
}

.reports_heading {
	color: #000;
	font-family: "Roboto-Medium", Arial, "Arial Regular";
	float: left;
}
.reports_icons {
	float: right;
	margin-top: -22px;
	margin-bottom: 22px;
}
.reports_icons a {
	float: right;
}

/* -- Reports Table --*/
.reports_table {
	font-size: 13px;
	font-family: "Roboto-Medium", Arial, "Arial Regular";
	font-weight: normal;
}
.reports_table th {
	color:#666;
	font-family: "Roboto", Arial, "Arial Regular";
	font-weight: bold;
}
.reports_table td {
	color:#808080;
}
.reports_table .highlight {
	color: #cb043f;
	font-family: "Roboto", Arial, "Arial Regular";
	font-weight: bold;
}
.reports_table .black {
	color: #000;
	font-family: "Roboto-Black", Arial, "Arial Regular";
	font-weight: bold;
}
.reports_table > tbody > tr , .reports_table > thead > tr {
	height: 58px;
}

.reports_table > thead > tr > th, .reports_table > tbody  {
    vertical-align: middle;
}
.reports_table, .reports_table > thead > tr > th {
	text-align: center;
	border-top: 2px solid #adadad;
}
.reports_table img {
	margin: 0 auto;
}
.reports_table > thead > tr, .reports_table > tbody > tr > td  {
    vertical-align: middle;
    border-color: #cecece;
    border-width: 2px;
}
.reports_table .text-left {  text-align: left; padding-left: 20px;}


/* --------------------------------------------------------------------------------*/
/* ---------- Footer Section CSS ----------*/

footer {
  width: 100%;
  padding: 50px 0;
  margin-top:20px; 
  letter-spacing: 0.04em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #666;
  font-family: "Roboto-Medium", Arial, "Arial Regular";
}

.footer_links a {
	padding: 0 10px;
}
.copy_rights {
	color:#000;
}


/* --------------------------------------------------------------------------------*/
/* ---------- Media Queries CSS ----------*/

 @media only screen and (max-width : 1199px) and (min-width: 992px) {
 	.barchart_icon > img {
		width: 80%;
	}
	.barchart_heading {
		/*font-size: 12px;*/
	}
	.earnings .num {
    	font-size: 25px;
	}
	.barchart_obj {
    	margin-top: 15px;	
	}
	.barchart_ellipsis {
		display: block;
        clear: both;
        margin-top: -20px;
	}
	.earnings .heading {
	    font-size: 12px;
	}
	.progress_graph {
		 margin-top: 20px;
	}
	.carousel-caption {
	    top: 50px;
	    left: 20px;
	}

	.loader {
		left: 27%;
	}
}

@media  only screen and (max-width: 991px) {
	.barchart_section {
		margin-top: 20px;
	}
	.reports_icons {
		margin-top: 0px;
	}
	.carousel-caption {
	    top: 50px;
	    left: 20px;
	}

	.loader {
		left: 35%;
	}

}

@media  only screen and (max-width: 767px) {
	.loginDetails {
		margin-right: 20px;
	}
	.navbar-toggle {
		margin-top: 36px;
	}
	#navbar {
    	margin-top: 80px;
    	text-align: center;
	}
	.nav > li, .dropdown-menu > li {
	    border-top: 1px solid #ccc;
	}
	.dropdown-menu > li a {
	    margin-left: 50px;
	}
	.dropdown-submenu .dropdown-menu > li a {
	    margin-left: 75px;
	}
	.dropdown-submenu, .dropdown-menu {
		text-align: center;
	}
	.dropdown.dropdown-submenu .caret{
		display: inline-block;
	}
	.dropdown-submenu > a:after {
		display: none;
	}
	
	.reports_icons, .reports_icons a {
		float: left;
	}
	.barchart_section {
		margin-top: 20px;
	}
	.carousel-caption {
	    top: 40px;
	    left: 20px;
	}
	.barchart_heading {
		/*font-size: 12px;*/
	}
	.earnings .num {
    	font-size: 25px;
	}
	.barchart_obj {
    	margin-top: 15px;	
	}

	.earnings .heading {
	    font-size: 12px;
	}
	.progress_graph {
		 margin-top: 20px;
	}
	.loader {
		left: 33%;
	}
}

@media only screen and (max-width : 480px) {
	.barchart_col1, .barchart_col2 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.barchart_col1 {
		margin-top: 10px;
	}
	.quarter_selection {
		margin-top: 20px;
	}
	.page_heading span::before {
		content: '\A';
		white-space: pre;
	}
	.report_form {
		margin-top: 10px;
    	margin-bottom: 30px;
    	float: left;
	}
	.report_form select {
		float: left;
		margin-bottom: 10px;
 	   	margin-top: 5px;
 	   	clear: both;
	}
	.report_form .input-group {
	    clear: left;
	}
	.carousel-caption {
	    top: 20px;
	    left: 15px;
	}
	.loader {
		left: 35%;
	}
}