/*LOADING STYLE*/
#awr_fullscreen_loading{
	
}
#awr_fullscreen_loading .awr-loding-gif-cnt{
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-50px;
	
	
}
#awr_fullscreen_loading .awr-loding-gif-cnt .awr-loading-css{
	height:50px!important;
}
.awr-active-mainmenu{
	background-color:#1C1D22;
}
.awr-active-mainmenu .wp-menu-name,.awr-active-mainmenu div.wp-menu-image:before{
	color:#2CC185!important;
}
/* TABLES EXPORT BUTTONS */
div.dt-buttons{
	position: absolute;
    left: 83px;
    top: 1px;
    text-align: left;
	width:60px;
	
}
.dt-buttons:before {
    width: 60px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #E1E7EC;
    color: #565656;
    content: '\f0ed';
    font-family: FontAwesome;
    border: 1px solid #E1E7EC;
    display: block;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer;
}
a.dt-button{
   width: 200px;
    height: 38px;
    line-height: 31px;
    padding: 3px 10px;
    border-radius: 0;
    display: block;
    background: #FFFFFF;
    text-align: left;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #E1E7EC!important;
    border-right: 1px solid #E1E7EC!important;
    border-left: 1px solid #E1E7EC;
    -webkit-box-shadow: 0 0px 9px -1px #ddd;
	-moz-box-shadow: 0 0px 9px -1px #ddd;
	box-shadow: 0 0px 9px -1px #ddd;
    color: #a5a5a5!important;
    opacity: 1;
    text-transform: uppercase;
    font-size: 11px;
    display: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	z-index:999;
}
div.dt-buttons:hover a.dt-button{
	display:block;
}
a.dt-button span i{ 
	margin-right:3px; color:#2CC185;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.dt-button:first-child{
	margin-top: 3px;
    border-top: 1px solid #E1E7EC;
}
a.dt-button:hover{
   border-bottom: 1px solid #E1E7EC!important;
   background: #2CC185!important;
   color: #fff!important;
   text-decoration: none !important;
   -webkit-box-shadow: none!important;
   -moz-box-shadow: none!important;
   -ms-box-shadow: none!important;
   -o-box-shadow: none!important;
   box-shadow:none!important;
}
a.dt-button:hover span i{ color:#FFF;}
/*TABLES SEARCH & COUNT */
.dataTables_wrapper{ overflow-y:hidden; overflow-x:auto; min-height:250px; }
.dataTables_wrapper.no-footer .dataTables_scrollBody{ border-bottom:none;}
.dataTables_length{
	margin-bottom:10px;
}
.dataTables_length label { 
	font-size:0; 
}
.dataTables_length select {
    padding: 2px 15px;
    line-height: 31px;
    height: 38px;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: none;
    border: 1px solid #E1E7EC;
    box-shadow: none;
    color: #a5a5a5;
}
.dataTables_filter{ position:relative; margin-bottom:10px;}
.dataTables_filter input[type="search"] {
    height: 38px;
    background-color: #FFFFFF;
    color: #a5a5a5;
    border: none;
    border: 1px solid #E1E7EC;
	padding-left:10px;
	box-shadow:none;
	
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/* TABLES PAGINATION */
.dataTables_wrapper .dataTables_paginate{
	font-size:11px;
	text-transform:uppercase;
}
.paginate_button.previous{
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.paginate_button.next{
  border-right: none;
  border-radius: 0 5px 5px 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
	background:#fff !important;
	border: 1px solid #eee!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background:#1FAD74!important;
	border: 1px solid #1FAD74 !important;
	color:#fff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{  
	color:#a5a5a5!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{ 
	background: #2CC185!important;
    border: 1px solid #2CC185 !important;
	color:#fff!important; 
}
.dataTables_wrapper .dataTables_paginate .paginate_button,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
	background: #FFFFFF !important;
    border: 1px solid #E1E7EC!important;
    margin: 0!important;
    color: #a5a5a5!important;
	border-radius:0;
}


/* TABLES INFO */
.dataTables_info{
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em 0.9em 0;
	margin-top: 2px;
	text-align: center;
	text-decoration: none !important;
	border: 1px solid transparent;
	background:#fff !important;
	border: none;
	color:#888!important;
    text-transform:uppercase;
	font-size:12px;
}

/* TABLES */
.awr-right-cell{text-align:right!important; }

#chartdiv {
	/*chalk theme*/
	/*background: #282828 url('http://www.amcharts.com/lib/3/patterns/chalk/bg.jpg');
	color: #fff;	*/
	
	/*Dark theme*/
	background: #3f3f4f;
	color:#ffffff;
	
	width	: 100%;
	height	: 500px;
	font-size	: 11px;
}		


.datatable > tbody > tr > td{
	border-bottom: 1px solid #E1E7EC;
    border-right: 1px solid #E1E7EC;
}

table.dataTable.display{
	background: white;
	border-radius:3px;
	border-collapse: collapse;
	margin: auto;
	padding:5px;
	width: 100%;
	animation: float 5s infinite;
	margin-bottom:10px;
	border-top: 1px solid #E1E7EC;
    border-left: 1px solid #E1E7EC;
	margin-left:0;
}
table.dataTable.display thead th {
	color: #737373;
    background-color: #FFFFFF;
    border-bottom: none;
    border-right: none;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 8px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #E1E7EC;
    border-right: 1px solid #E1E7EC;
}
table.dataTable.display tfoot th {
	color: #737373;
    background-color: #FFFFFF;
    border-bottom: none;
    border-right: none;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 8px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #E1E7EC;
    border-right: 1px solid #E1E7EC;
}


table.dataTable.display tr {
	border-top: none;
	border-bottom: none;
	color:#666B85;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
table.dataTable.display tr:hover td {
	background:#f5f5f5!important;
}
table.dataTable.display tr:first-child {
	border-top:none;
}
table.dataTable.display tr:last-child {
	border-bottom:none;
}
table.dataTable.display tr:nth-child(odd) td {
	background:#f9f9f9;
}
table.dataTable.display tr:last-child td:first-child {
	border-bottom-left-radius:3px;
}
table.dataTable.display tr:last-child td:last-child {
	border-bottom-right-radius:3px;
}
table.dataTable.display td {
	background:#fff;
	padding:10px 8px;
	text-align:left;
	vertical-align:middle;
	border-top: none!important;
	font-size:12px;
}
.dataTable a {
  color: #0073AA;
  text-decoration: none;
}
table.dataTable.display tr:hover td a {
  color: #489DDA;
}
.awr-order-status{ color:#fff; padding:3px; }
.awr-order-status-wc-completed{ background-color:#1DD186 }
.awr-order-status-wc-refunded{ background-color:#DB3235 }
.awr-order-status-wc-processing{ background-color:#E0C747 }
.awr-order-status-wc-cancelled{ background-color:#084DA2 }
.awr-order-status-wc-on-hold{ background-color:#084DA2 }
.awr-order-status-wc-failed{ background-color:#FD0101 }
.awr-order-status-wc-pending{ background-color:#F1AF20 }
.awr-order-status-trash{ background-color:#F4F30F }


table.dataTable.display thead th.sorting_asc,table.dataTable.display thead th.sorting_desc {
    background-color: #2CC185;
    color: #fff;
	border-bottom: 1px solid #25B97E;
}
table.dataTable.display tbody tr.odd>.sorting_1, 
table.dataTable.display tbody tr.even>.sorting_1 
{
    background-color: #2CC185!important;
    color: #fff!important;
    border-bottom: 1px solid #25B97E;
}
table.dataTable.display tbody tr.odd>.sorting_1 a, 
table.dataTable.display tbody tr.even>.sorting_1  a{
	color:#fff!important;
}
/* DISABLE OLD EXPORT */
.exportpdf,.exportcsv,.exportxls,.exportprint{
	display:none;
}
/*BOOXES*/
.awr-box{ 
	background-color:#fff;
	margin-bottom:15px;
}
.awr-title{
	color: #2CC185;
    padding: 5px 20px;
    border-bottom: 1px solid #E1E7EC;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin: 0 0 10px;
    position: relative;
}
.awr-title h3{ 
	display:inline-block;
	margin:10px 0;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#2CC185;
}
.awr-title h3 i{
	font-size:15px;
	margin-right:5px;
	
}
.awr-title-icons {
    display: inline-block;
	/*display:none;*/
    vertical-align: top;
    line-height: 25px;
    position: absolute;
    right: 20px;
    top: 8px;
}
	.awr-title-icons .awr-title-icon { 
		display: inline-block;
		margin-left: 2px;
		cursor: pointer;
		width: 30px;
		height: 30px;
		background-color:#fff;
		border: 1px solid #E1E7EC;
		color:#2CC185;
		text-align: center;
		line-height: 30px;
		font-size: 13px;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.awr-title-icons .awr-title-icon:hover{ border-color:#2CC185; background-color:#2CC185; color:#fff;  } 
.awr-title-icons .awr-title-icon.awr-title-icon-active,.awr-title-icons .awr-title-icon.awr-title-icon-active:hover{ 
	border-color:#E1E7EC; 
	background-color:#E1E7EC; 
	color:#2CC185; 
}
.awr-title-icon i {
    line-height: 30px;
}
.awr-tabbtn {
    text-align: right;
    display: inline-block;
    float: right;
    vertical-align: top;
    line-height: 36px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.awr-tabbtn-btn {
    display: inline-block;
    font-size: 11px;
    text-transform: capitalize;
    margin-left: 2px;
    padding: 0 10px;
    background-color: #FFFFFF;
    position: relative;
    text-align: center;
}
.awr-tabbtn-btn.awr-active:before, .awr-tabbtn-btn:hover:before {
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: #67b7dc;
    content: '';
}
.awr-box-content{
	display:inline-block;
	padding:0 20px 10px;
	width:100%;
	position:relative;
	
}
.awr-pie-char,.awr-bar-chart{ display:none; }
.awr-chart-show{ min-height:250px; }
.awr-box-content-form{
	display:inline-block;
	padding:0 20px 10px;
	width:100%;
	position:relative;
}
.awr-box-content-tab{
	display:inline-block;
	padding:0 10px 10px;
	width:100%;
	position:relative;
	margin-left: -3px;
	
}
.awr-table-content{
	padding:0 20px 10px;
	margin-top:-10px;
}

.awr-box-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    line-height: 40px;
    margin: 50px 15px 10px;
    padding: 0 10px;
    font-weight: bold;
    background-color: #eee;
}
.awr-box-title-nomargin{
	margin-top:10px;
}
.fetch_form_loading.search-form-loading{
	position: absolute;
    right: 180px;
    top: 10px;
}
.fetch_form_loading.dashbord-loading {
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}

.page-toolbar{
	display: inline-block;
    float: right;
    margin-bottom: 10px;
}
#reportrange {
	border: none!important;
    display: inline-block;
    padding: 10px 30px!important;
    margin: 0 5px;
    border-radius: 0px;
    color: #ABABAB;
    font-size: 13px;
    float: right!important;
}
.page-toolbar .button-primary {
	border: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    float: right;
    margin-right: 0;
    line-height: 14px!important;
    height: 38px!important;
    background: #2cc185;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.page-toolbar .button-primary:hover{
	border: none;
    background: #2cc185;
    box-shadow: none;
    color: #fff;
}

.awr-box .button-primary,.awr-box  .button-secondary{
	border: 2px solid #2CC185;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0px;
    color: #2CC185;
    margin-left: 5px;
	float:right;
    line-height: 10px!important;
    height: 38px;
    background: #fff;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.awr-box .button-primary{ 
	background: #2CC185!important; 
	color:#fff; 
	border-color:#2CC185!important;
}
.awr-box .button-primary:hover,.awr-box  .button-secondary:hover{
	border: 2px solid #2CC185;
    background: #2CC185;
    box-shadow: none;
    color: #fff;
}

.awr-sum-item {
    padding: 10px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
	background-color:#ffffff;
	border:1px solid #E1E7EC;
}
.awr-sum-item-progress{
	padding: 10px;
	min-height: 162px;
}
/*Item Backgrounds*/
.awr-sum-item.awr-sum-red-1 .awr-icon ,.awr-sum-item.awr-sum-red-1 .awr-progress  {
    background-color: #e04a49;
}

.awr-sum-item.awr-sum-red-2 .awr-icon,.awr-sum-item.awr-sum-red-2  .awr-progress {
    background-color: #A42E33;
}

.awr-sum-item.awr-sum-green-1 .awr-icon,.awr-sum-item.awr-sum-green-1 .awr-progress {
    background-color: #00A489;
}

.awr-sum-item.awr-sum-green-2 .awr-icon,.awr-sum-item.awr-sum-green-2  .awr-progress {
    background-color: #74B749;
}

.awr-sum-item.awr-sum-pink-1 .awr-icon,.awr-sum-item.awr-sum-pink-1 .awr-progress  {
    background-color: #994D66;
}
.awr-sum-item.awr-sum-pink-2 .awr-icon,.awr-sum-item.awr-sum-pink-2 .awr-progress {
    background-color: #B51E50;
}

.awr-sum-item.awr-sum-brown-1 .awr-icon,.awr-sum-item.awr-sum-brown-1 .awr-progress {
    background-color: #AB8465;
}

.awr-sum-item.awr-sum-brown-2 .awr-icon,.awr-sum-item.awr-sum-brown-2 .awr-progress {
    background-color: #543319;
}

.awr-sum-item.awr-sum-blue-1 .awr-icon,.awr-sum-item.awr-sum-blue-1 .awr-progress {
    background-color: #61B9FF;
}

.awr-sum-item.awr-sum-blue-2 .awr-icon,.awr-sum-item.awr-sum-blue-2 .awr-progress {
    background-color: #667EA3;
}

.awr-sum-item.awr-sum-orange-1 .awr-icon,.awr-sum-item.awr-sum-orange-1 .awr-progress {
    background-color: #F37B53;
}

.awr-sum-item.awr-sum-orange-2 .awr-icon,.awr-sum-item.awr-sum-orange-2 .awr-progress {
    background-color: #D03F0E	;
}

/*Item Icons*/
.awr-sum-item .awr-icon{
	width:65px;
	height:65px;
	background-color:#C33100;
	float:left;
	color: #fff;
    text-align: center;
    line-height: 65px;
    font-family: FontAwesome;
    font-size: 25px;
}	
.awr-sum-item.awr-chart-ico .awr-icon:before{
	    content: '\f1fe';
}
.awr-sum-item.awr-piechart-ico .awr-icon:before{
	    content: '\f200';
}
.awr-sum-item.awr-filter-ico .awr-icon:before{
	    content: '\f0b0';
}
.awr-sum-item.awr-basket-ico .awr-icon:before{
	    content: '\f07a';
}
.awr-sum-item.awr-calendar-ico .awr-icon:before{
	    content: '\f073';
}
.awr-sum-item.awr-like-ico .awr-icon:before{
	    content: '\f164';
}
.awr-sum-item.awr-category-ico .awr-icon:before{
	    content: '\f02c';
}
.awr-sum-item.awr-user-ico .awr-icon:before{
	    content: '\f007';
}
.awr-sum-item.awr-discount-ico .awr-icon:before{
	    content: '\f155';
}
.awr-sum-item.awr-factor-ico .awr-icon:before{
	    content: '\f0f6';
}
.awr-sum-item.awr-dislike-ico .awr-icon:before{
	    content: '\f165';
}

/*Item with Progress*/
.awr-progress{
	width: 100%;
    height: 6px;
    margin: 10px 0 5px 0;
    position: relative;
}
.awr-progress span {
    background-color: #fff;
    height: 4px;
    position: absolute;
    top: 1px;
	left:1px;
}
.awr-sum-item:before {
    position: absolute;
    font-family: FontAwesome;
    left: -10px;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 80px;
    line-height: 100px;
	z-index:9;
	opacity:0.4;
}

.awr-sum-content {
	position:relative;
    text-align: left;
    color: #3e4f5e;
	z-index:99;
	margin-left:80px;
	min-height:65px;
}
.awr-num-big {
	line-height:25px;
    font-size: 25px;
    font-weight: bold;
}
.awr-sum-content  > span{
	position:absolute;
	bottom:0;
}
.awr-txt {
    color:#8e9daa;
	font-size: 13px;
    text-transform: uppercase;
	font-weight: bold;
	margin-bottom:10px;
}
.awr-bottom-num{
	width:100%;
	line-height:25px;
	color:#8e9daa;
	text-align:left;
	margin-top:10px;
}


.awr-readmore-btn {
    float: right;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #565656;
    border-radius: 50px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.awr-readmore-btn i{
	margin-left:5px;
}
.awr-readmore-btn:hover{
	text-decoration:none;
	background-color:#DE802B;
	color:#fff;
} 
/*TABLE STYLE*/
.awr-table *{ word-wrap: break-word; }
.awr-right-cell{ text-align:right; }
tr.first {
    background-color: #428bca;
    color: #fff;
}
tr.first th {
    padding: 10px 8px;
    font-size: 12px;
    font-weight: bold;
	text-transform:capitalize;
}
.awr-count-cell, .awr-amount-cell{
	width:100px;
}
.awr-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.awr-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.awr-table tbody tr td {
    padding: 10px 8px;
    font-size: 12px;
    border-bottom: 1px solid #eaeaea;
}
.awr-table tbody tr:hover { background-color:#F5F5F5; }



/*RESULT SECTION*/
.awr-selcol{
	position: absolute;
    left: 170px;
    top: 1px;
	z-index:999;
}
.awr-selcol.awr-export{
	left:262px;
}
.awr-selcol .btn{
	margin-bottom: 3px;
    padding: 4px 50px;
    background-color: #ffffff;
    width: 100%;
    display: inline-block;
    line-height: 29px;
    height: 38px;
    border: 1px solid #E1E7EC;
    color: #a5a5a5;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
	outline: none;
    box-shadow: none;
}
.awr-selcol .btn i{
	margin-left:10px;
}
.awr-selcol.awr-export .btn i{
	margin-left:0; 
	font-size:15px;
}
.awr-selcol .dropdown-menu{
	display:none;
	position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #E1E7EC;
    z-index: 999;
    margin-top: 0px;
    min-width: 100%;
 	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    transition: .4s ease 0;
	-webkit-box-shadow: 0 0px 9px -1px #ddd;
	-moz-box-shadow: 0 0px 9px -1px #ddd;
	box-shadow: 0 0px 9px -1px #ddd;
}

.awr-selcol.open .dropdown-menu, .awr-selcol:hover .dropdown-menu, .awr-selcol:hover .dropdown-menu:hover{
	display:block!important;
}
.awr-selcol .dropdown-menu label {
    display: block;
    color: #a5a5a5;
    padding: 10px;
    height: 38px;
    border-bottom: 1px solid #E1E7EC;
    font-size: 11px;
    text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;
}
.awr-selcol .dropdown-menu label:hover{
	background-color: #2CC185;
	color:#fff;
}
.awr-selcol .dropdown-menu input[type=checkbox]{
	border-color: #E1E7EC;
}

/*Search Form*/
.search_form_report .col-md-6 {
    margin-bottom: 15px;
}
.search_form_report .col-md-6  div:first-child{
	margin-bottom:5px;
    text-transform: uppercase;
    font-weight: 600;
}
.awr-form-icon{
	position: absolute;
    top: 34px;
    margin: 0;
    left: 19px;
    font-size: 13px;
    color: #2CC185;
    
    padding-right: 5px;
	width:22px;
	text-align:center;
	z-index:99;
}
.search_form_report .col-md-6 input[type=text] {
	height:38px;
	padding: 8px 10px 8px 35px;
    border-color: #E1E7EC;
    box-shadow: none;
    width: 100%;
    background: #fff;
    color: #ABABAB;
}

.search_form_report .col-md-6 select[multiple]{
	padding: 7px;
    border-radius: 5px;
	box-shadow:none;
	width:70%;
	min-height:130px;
}
.search_form_report .col-md-6 input[type=checkbox], .search_form_report .col-md-6 input[type=radio]{
	margin-top:10px;
}
.search_form_report .col-md-6 label{
	margin-top: 10px;
    display: inline-block;
}
.search_form_report .col-md-6 select{
	height: 38px;
    padding: 7px 7px 7px 35px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    border: 1px solid #E1E7EC;
    color: #ababab;
	margin:0;
	font-size: 13px!important;
    font-weight: normal;
}
.search_form_report .description{ font-size:11px; color:#ababab;}
.search_form_report .col-md-6 select.sort_by{ width:100%;}
.search_form_report .col-md-6 select[multiple]:focus, .search_form_report .col-md-6 select:focus,.search_form_report .col-md-6 input[type=text]:focus{
	outline:none;
	border:1px solid #ddd;
	box-shadow:none;
}
/*AMchart*/
.amcharts-left-div {
    background: #2CC185;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
	height:100%;
}

.amChartsDataSetSelector .amcharts-data-set-select {
    margin-top: 5px;
    height: 36px;
    text-transform: capitalize;
    width: 100%!important;
    border: none;
	font-size: 11px;
    color: #2CC185;
	font-weight:bold;
}

.amChartsDataSetSelector .amChartsCompareList {
	margin-top:5px;
	max-height:300px!important;
	width: 100%!important;
    background-color: #fff;
    color: #2CC185;
}
.amChartsDataSetSelector .amChartsCompareList  .amcharts-compare-item-div{
	height:25px!important;
}
.amChartsDataSetSelector .amChartsCompareList  .amcharts-compare-item-div div:last-child{
	font-size:11px;
	text-transform:capitalize;
	top:2px;
}
.amChartsPeriodSelector  .amChartsInputField{ 
	margin: 5px 0;
    border: none;
    border-radius: 0;
    padding: 9px;
    width: 100%!important;
    color: #2CC185;
    font-size: 12px;
}

.amChartsPeriodSelector div:last-child {
    margin-top:20px;
	font-size: 0;
}
.amChartsPeriodSelector input.amChartsButton.amcharts-period-input , .amChartsPeriodSelector input.amChartsButtonSelected.amcharts-period-input-selected{
	width: auto!important;
    font-size: 11px;
    margin-bottom: 5px;
	margin-right:5px;
    border: 2px solid #fff;
    background: #fff;
    color: #2cc185;
    text-transform: uppercase;
    padding: 5px;
	border-radius:0;
}
.amChartsPeriodSelector input.amChartsButtonSelected.amcharts-period-input-selected:focus{
	box-shadow:none;
	border:2px solid #fff;
	outline:none;
}
.amChartsPeriodSelector input.amChartsButtonSelected.amcharts-period-input-selected{
	background: #2cc185;
    color: #fff;
}
.amcharts-export-menu li{
	font-size:12px;
}

/*LOADING STYLE*/
.awr-loading-css {
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 0;
}

.awr-loading-css > div {
  background-color: #2CC185;
  height: 100%;
  width: 6px;
  margin-right:2px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.awr-loading-css .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.awr-loading-css .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.awr-loading-css .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.awr-loading-css .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*DATEPICKER STYLE*/
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover{
	background: #2CC185;
    border: 1px solid #2CC185;
}
.daterangepicker .ranges li{
	padding:5px 12px;
}
.range_inputs .btn {
    width: 49%;
    background: #2cc185;
    border: 1px solid #2CC185;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
    cursor: pointer;
}
.range_inputs .btn.btn-default{
	background:#fff;
	color:#2CC185;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	min-width:25px;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #2CC185;
    color: #fff;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2CC185;
    border-color: #2CC185;
    color: #fff;
}
/*SETTING STYLE*/
#pw_report_metaboxname_fields_options_dashboard_setting,#pw_report_metaboxname_fields_options_projected{
	padding:0 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pw_report_metaboxname_fields_options_dashboard_setting label{
	font-size:12px;
	text-transform:uppercase;
}
#pw_report_metaboxname_fields_options_dashboard_setting input[type=number] , #pw_report_metaboxname_fields_options_projected input[type=text],
#pw_report_metaboxname_fields_options_projected select{
	height:38px;
	padding: 10px;
    border-color: #E1E7EC;
    box-shadow: none;
    background: #fff;
    color: #ABABAB;
}
#pw_report_metaboxname_fields_options_dashboard_setting .description,#pw_report_metaboxname_fields_options_projected .description{
	font-size:11px;
	color: #B1B1B1;
}
.custom_report_monthes_field span {
    min-width: 150px;
    display: inline-block;
    margin-bottom: 20px;
	text-transform:uppercase;
	font-size:12px;
}
#pw_report_metaboxname_fields_options_projected select:focus,#pw_report_metaboxname_fields_options_dashboard_setting input[type=number]:focus, 
#pw_report_metaboxname_fields_options_dashboard_setting input[type=text]:focus{
	outline:none;
	border:1px solid #ddd;
	box-shadow:none;
}
.awr-setting-submit {
    background: #fff;
    margin-top: -5px;
    padding: 20px;
	height:35px;
}

.awr-setting-submit .button-primary {
	border: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    float: right;
    margin-right: 0;
    line-height: 14px!important;
    height: 38px!important;
    background: #2cc185;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.awr-setting-submit .button-primary:hover{
	border: none;
    background: #2cc185;
    box-shadow: none;
    color: #fff;
}



/*ADD-ONES STYLE*/
.awr-addons-cnt{
	padding:30px;
	margin-bottom:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
} 
.awr-addons-cnt.awr-addones-active{
	background-color:#2cc185;
	border-bottom: 4px solid #178055;
}
.awr-addons-cnt.awr-addones-deactive{
	background-color:#c12c2c;
	border-bottom: 4px solid #751313;
}
.awr-addons-cnt.awr-addones-disable{
	background-color:#FBC709;
	border-bottom: 4px solid #A29E16;
}
.awr-addons-cnt .awr-addones-title{
	margin:0;
	margin-bottom:20px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
}
.awr-addons-cnt .awr-descicon{
	float:left;
	width:130px;
	height:130px;
	line-height:130px;
	text-align:center;
	font-size:80px;
	background-color:#fff;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.awr-addons-cnt .awr-desc-content{
	margin-left:160px;
}
.awr-addons-cnt .awr-addnoes-desc p,
.awr-addons-cnt .awr-addnoes-desc ul li
{
	color:#fff;
	font-size:13px;
}
.awr-addons-cnt ul{
	margin-left:20px;
}
.awr-addons-cnt ul li{
	list-style:circle ;
}
.awr-addons-btn{
	float:right;
	background-color:#fff;
	color:#fff;
	padding:10px 20px;
	text-transform:uppercase;
	text-decoration:none;	
	font-weight:bold;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.awr-addons-btn:hover{
	background-color:rgba(255,255,255,0.92);	
}
.awr-addons-btn i{ margin-right:7px;}
.awr-addons-btn:active, .awr-addons-btn:focus{
	outline:none;
	box-shadow:none;
}
.awr-addons-cnt.awr-addones-active .awr-addons-btn , .awr-addons-cnt.awr-addones-active .awr-descicon{
	color:#2cc185;
}
.awr-addons-cnt.awr-addones-deactive .awr-addons-btn , .awr-addons-cnt.awr-addones-deactive .awr-descicon{
	color:#c12c2c;
}
.awr-addons-cnt.awr-addones-disable .awr-addons-btn, .awr-addons-cnt.awr-addones-disable .awr-descicon{
	color:#FBC709;
}

.awr-advertise > div {
	margin-bottom:20px;
	
}
.awr-advertise img{
	width:100%;
	height:auto;
	padding:10px 20px 20px;
	background-color:#fff;
	
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.awr-advertise a:active, .awr-advertise a:focus{
	outline:none;
	box-shadow:none;
}
.awr-advertise strong {
    display: block;
    background-color: #fff;
    padding: 15px 10px 10px;
    text-align: center;
	
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.awr-advertise strong a{
	color:#444;
	text-decoration:none;
}
.awr-advertise  > div:hover strong , .awr-advertise > div:hover img{
	background-color:#d8d8d8;
}
.awr-clearboth{
	clear:both;
}
@media (max-width: 991px) {
  
  .tabs nav ul li{ font-size:13px;}
  .awr-menu{ 
	display:none; 
	top:45px; 
	left:0px; 
	overflow:auto; 
	position:absolute; 
	z-index:999; 
	-moz-transform: translate3d(0, 0, 0)!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
  }
  .awr-opened-menu{ display:block!important;}
  .awr-toggle-menu{ display:none;}
  .awr-content{ margin:0!important; margin-top:55px!important; }
}
@media (max-width: 719px){
	.tabs nav ul{ display:block }
	.awr-content{ margin:0!important; margin-top:55px!important; }
	.awr-selcol{ 
		position:relative;
		left:0;
		text-align:center;
	}
	div.dt-buttons{
		width:100%;
		left:0;
		top:7px;
	}
	.dt-buttons:before{
		width:100%;
	}
	a.dt-button{
		width:100%;
	}
	.dataTables_length{ width:100%; }
	.dataTables_length select{ 
		width:100%; 
		margin-top:35px;
	}
	.dataTables_filter {  
		width:100%;
		text-align:center!important;
	}
	.dataTables_filter input[type=search]{
		width: 100%;
		box-sizing: border-box;
		margin-top: 5px;
		margin-left: 0;
	}
	.awr-selcol .dropdown-menu{
		text-align:left;
	}
	
	
	/*ADD-ONES*/
	.awr-addons-cnt .awr-descicon{
		float:none;
		margin:0 auto;
		margin-bottom:30px;
		
	}
	.awr-addons-cnt ul{
		display:inline-block;
	}
	
	.awr-addons-cnt .awr-desc-content{
		margin-left:0;
		text-align:center;
	}
	.awr-addons-btn{
		float:none;
		margin-top: 20px;
		display: block;
		text-align: center;
	}
}