h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

h1 {
	margin: .67em 0 !important;
	font-size: 2em;
}

.col {
	padding: 0 !important;
}

#wpcontent {
	padding: 0;
}

#rst_reporting_wrapper {
	padding: 10px 40px;
	background: #fff;
	overflow-x: hidden;
}

.wrap {
	margin: 0;
}

#wpbody-content, #wpbody-content .metabox-holder {
	padding: 0;
}

#dashboard-widgets-wrap, #dashboard-widgets .meta-box-sortables, #rst-main-widget {
	margin: 0;
}

.wrap h1, #wpfooter, #postbox-container-2, #postbox-container-3, #postbox-container-4 {
	display: none;
}

#postbox-container-1 {
	width: 100% !important;
}

.inline {
	display: -webkit-inline-box;
    display: -webkit-inline-flex;
	display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: auto;
}

.title_wrapper {
	display: -webkit-inline-box;
    display: -webkit-inline-flex;
	display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: auto;
	padding-top: 30px;
	width: 100%;
}

.title_wrapper .rst_manage_dashboard {
	color: #708294;
	padding-top: 25px;
}

.rst_manage_dashboard {
	padding-top: 25px;
	color: #708294;
}

.rst_view_fullscreen, .rst_view_reload {
	margin-right: 10px;
	font-family: 'Nunito', sans-serif;
}

th,td {
	padding: 2px !important;
}

.rst_manage_dashboard svg {
	vertical-align: bottom;
}

.rst_manage_dashboard {
	font-family: 'Nunito', sans-serif;
}

#rst-main-widget button, #rst-main-widget h2 {
	display: none;
}

.postbox {
	box-shadow: none;
	border: 0;
}

#rst-main-widget .inside, body {
	background: #F9F9F9;
}

#rst-main-widget .inside {
	padding: 0 20px 40px 20px;
	margin: 0;
}

.menu_buttons_wrapper {
	width: 100%;
}

.menu_buttons {
	margin: 20px 0;
    background: #FAFAFA;
    border-radius: 10px;
    border: 1px solid #E6E9EB;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #353638;
    font-size: 1.1em;
}

.menu_buttons a {
	border-right: 1px solid #E6E9EB;
}

.menu_buttons a:last-child {
	border-right: 0;
}

.menu_buttons div {
	padding: 10px 15px;
}

.menu_buttons div:last-child {
	border-right: 0;
}

.menu_active {
	background: #2196F3;
    color: #fff;
    border-left: 1px;
    border-radius: 10px;
    border-right: 0 !important;
}

.menu_active path {
	fill: #fff;
}

.menu_buttons svg {
	vertical-align: bottom;
	padding-right: 4px;
}

#dashboard-widgets-wrap h1 {
	display: block;
    margin: 0 !important;
    padding-top: 22px;
    font-weight: bold;
    font-size: 1.3em !important;
    color: #484848;
}

.grid-stack-item-content {
	border: 1px solid #E2E6E8;
    border-radius: 10px;
    background: #fff;
    padding: 10px 20px;
}

.clear_box {
	border: 0;
	background: transparent;
	padding: 0;
}

.everything {
	color: #7C8FA4;
	position: absolute;
    right: 2px;
    bottom: 11px;
}

.spinner-wrapper, .spinner-wrapperFF {
	width: 100%;
	position: absolute;
    display: none;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    right: 0;
    padding-top: 10px;
}

.box-recent-orders .spinner-wrapper2  {
	height: 20px !important;
	position: relative;
}

.box-recent-orders .sk-fading-circle {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    position: relative;
    right: auto !important;
}

.spinner-loader {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    position: relative;
    top: 170px;
}

.spinner-loader > div {
  width: 20px;
  height: 20px;
  background-color: #2196F3;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sk-cube-grid {
	width: 100px;
    height: 100px;
    margin: 25% auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #2196F3;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.table-ro {
	width: 90%;
	margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.table-ro .status_color {
	vertical-align: baseline;
}

.table-ro .status_color span { 
	height: 16px;
    width: 16px;
    background: #2196F3;
    border-radius: 11px;
    display: block;
}

.table-ro .status_color span.processing {
	background: #73A724;
}

.table-ro .status_color span.pending {
	background: #FFBA00;
}

.table-ro .status_color span.on-hold {
	background: #999999;
}

.table-ro .status_color span.refunded {
	background: #999;
}

.ro-number a {
	color: #434C56 !important;
}

.ro-number a:hover {
	border-bottom: 1px dotted #7C8FA4;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.ro-number {
	font-weight: bold;
	text-align: left;
	font-size: 1rem;
}

.ro-total {
	color: #7C7C7C;
}

.ro-date {
	color: #2196F3;
	font-size: .8rem;
}

.row {
	margin: 0 !important;
	width: 100%;
}

.everything:hover {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	color: #2196F3;
	cursor: pointer;
}

#chartFixedHeightContainer {
	height: 65px;
	margin: 5px 0;
}

#chartFixedHeightContainer_Axis {
	height: 245px;
}

#chartFixedHeightContainer2 {
	height: 55px;
}

.little_box #chartFixedHeightContainer {
	height: 25px !important;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 80px;
}

#totalSales {
	margin-left: 20px;
}

.number_box {
	position: absolute;
    bottom: 15px;
    font-size: 1.4em;
}

.pa_txt {
	font-size: .9em !important;
	color: #434C56;
}

.number_box_big {
	font-size: 1.5em;
    margin-top: 9px;
    position: absolute;
    color: #C2CCD4;
}

.number_pa {
	font-size: 3.5em;
	font-family: 'Quicksand', sans-serif;
}

table.it_rst_dataTable {
	border-bottom: 1px solid #E2E6E8;
}

.saving_dashboard {
	color: #484848;
	font-family: 'Quicksand', sans-serif;
    padding-left: 5px;
}

th, td {
	padding: 2px 0 !important;
}

table.it_rst_dataTable tbody td:first-child {
	padding-left: 25px !important;
}

table.it_rst_dataTable tbody tr {
	border-bottom: 1px solid #E2E6E8;
	line-height: 33px;
	color: #434C56;
	font-family: 'Nunito', sans-serif;
}

table.it_rst_dataTable tbody tr:last-child {
	border-bottom: 0;
}

.it_rst_dataTable tfoot {
	visibility: hidden;
}

.dataTables_scrollBody #it_rst_dataTable thead, .dataTables_scrollBody #DataTables_Table_0 thead {
	display: none;
}

.dataTables_scrollBody [id^=DataTables_Table_] thead { 
	display: none;
}

.dataTables_processing {
	display: none !important;
}

.inside {
	font-family: 'Nunito', sans-serif;
	color: #434C56;
}

.it_rst_dataTable a {
	color: #434C56;
}

.it_rst_dataTable a:hover {
	color: #2196F3;
}

.grid-stack-item:hover {
	cursor: move;
}

.grid-stack-item.ui-draggable-disabled {
	cursor: no-drop;
}

.sk-circle {
  width: 20px;
  height: 20px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2196F3;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sd_div {
	display: none;
}

.grid-stack.nested-grid .grid-stack-item-content, #0 .grid-stack-item-content {
	overflow: hidden;
}

.rst_menu_calendar {
	height: 41px;
	padding-top: 8px !important;
}

.rst_menu_calendar svg {
	position: relative;
    top: 3px;
}

.rst_menu_calendar:hover, .rst_menu_calendar.active {
	cursor: pointer;
	background: #2196F3 !important;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	height: 41px;
}

.rst_menu_calendar:hover svg #fill_color, .rst_menu_calendar.active svg #fill_color, .calendarBtt.active svg #fill_color {
	fill: white;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.input-mini {
	padding: 0 30px !important;
    width: 68% !important;
    margin: 0 10px !important;	
    border-color: #E6E9EB;
    font-size: 1.1em !important;
}

.range_inputs .cancelBtn {
	display: none;
}

.range_inputs .applyBtn {
	width: 100%;
	background: #fff;
	color: #2196F3;
	border-radius: 5px;
	box-shadow: none;
	font-size: 1.1em;
	border: 1px solid #2196F3;
}

.range_inputs .applyBtn:hover {
	background: #2196F3;
	color: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.ranges li {
	font-family: 'Quicksand', sans-serif;
    font-size: 1.2em;
    color: #353638;
    background: #FAFAFA;
}

.daterangepicker {
	border: 1px solid #E6E9EB;
    margin-top: 6px;
}

.show-calendar {
	width: 739px !important;
	margin-right: 40px;
}

.daterangepicker:before {
	border-bottom: 7px solid #E6E9EB;
}

.ranges li.active {
	background-color: #2196F3;
    border: 1px solid #2196F3;
}

.ranges ul li:hover {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	background-color: #2196F3;
    border: 1px solid #2196F3;
} 

.calendar.right, .calendar.left {
	margin-top: 15px;
	font-family: 'Nunito', sans-serif;
}

.btn:disabled {
	background-color: #eee !important;
	border-color: #eee !important;
}

.calendarBtt {
	margin-right: 8px;
}

.range_txt {
	position: absolute;
    right: 42px;
    margin-top: -15px;
    font-size: .9em;
    color: #7C7C7C;
    font-family: 'Quicksand', sans-serif;
}

.range_txt span {
	font-weight: 500;
}

.range_txt {
	display: none;
}

.daterangepicker .daterangepicker_input i {
	left: 20px !important;
}

.daterangepicker {
	display: none;
}

.sk-fading-circle {
	margin: 0 auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2196F3;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.canvas {
	padding: 5px 0;
}

.pa_txt {
	margin: 0;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    font-family: 'Nunito', sans-serif;
    color: #434C56;
    font-size: .85em;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: hidden;
    opacity: 1;
}

.menu_upgrade {
    background: #F15C46;
    color: #fff;
    border-left: 1px;
    border-radius: 10px;
    border-right: 0 !important;
}

.best_customers .spinner-loader, .chart-orders-pvp .spinner-loader {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
}

.best_customers .spinner-wrapper, .chart-orders-pvp .spinner-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100%;
}

.arrow_up, .arrow_down {
	font-size: .8em !important; 
}

.arrow_up {
	color: #03AE98;
}

.arrow_down {
	color: #EB6551;
}

.little_box .number_box {
	font-weight: 500;
	font-size: 1em !important;
	font-family: 'Quicksand', sans-serif;
	position: absolute;
	bottom: 12px;
}

.number_pa_lb svg {
	margin-left: 5px;
}

.number_pa_lb .arrow_up, .number_pa_lb .arrow_down {
	font-size: .8em !important;
}

.selected_date, .no_selected_date {
	position: relative;
    background: #2196F3;
    color: #fff;
    border-radius: 10px;
    padding: 4px 10px;
    font-size: .9em;
    margin-left: 10px;
    margin-top: 26px;
    margin-bottom: 7px;
    min-width: 50px;
    display: inline-table;
}

.no_selected_date {
	background: #F15C46;
}

.big_box .price_variation {
    font-size: .75em;
    margin-bottom: -12px;
}

.little_box .price_variation {
	position: absolute !important;
    left: 85px !important;
    top: -21px;
}

.box-best-category .price_variation {
	left: 93px !important;
}

.little_box .price_variation .amount {
	font-size: .8em;
}

.big_box .pv_global {
	font-size: .75em;
    margin-bottom: -12px;
    display: flex;
}

.big_box .pv_global svg {
	top: 5px;
    position: relative;
    left: 3px;	
}

.big_box .pv_global .tooltip {
	position: relative;
    left: 5px;
}

.fast-facts .products_available .grid-stack-item-content, .fast-facts .in_stock .grid-stack-item-content {
    background: #fff url(../img/qf_product.svg) no-repeat;
    background-position-y: -10px;
    background-position-x: 120%;
}

.fast-facts .total_sales_ff .grid-stack-item-content {
    background: #fff url(../img/qf_sales.svg) no-repeat;
    background-position-y: -10px;
    background-position-x: 120%;
}

.fast-facts .available_quantities_ff .grid-stack-item-content {
    background: #fff url(../img/qf_availableqtt.svg) no-repeat;
    background-position-y: -10px;
    background-position-x: 110%;
}

.fast-facts .low_stock .grid-stack-item-content {
    background: #fff url(../img/qf_lowstock.svg) no-repeat;
    background-position-y: -10px;
    background-position-x: 110%;
}

.fast-facts .out_of_stock .grid-stack-item-content {
    background: #fff url(../img/qf_outstock.svg) no-repeat;
    background-position-y: -10px;
    background-position-x: 110%;
}

.fast-facts .waiting_payment .grid-stack-item-content {
    background: #fff url(../img/qf_waiting.svg) no-repeat;
    background-position-y: -10px;
    background-position-x: 120%;
}

.fast-facts .total_customers .grid-stack-item-content {
    background: #fff url(../img/qf_clients.svg) no-repeat;
    background-position-y: -10px;
    background-position-x: 120%;
}

.fast-facts .waiting_shipped .grid-stack-item-content {
    background: #fff url(../img/qf_shipped.svg) no-repeat;
	background-position-y: -3px;
    background-position-x: 116%;
}

.fast-facts .products_available .grid-stack-item-content, .fast-facts .average_markup .grid-stack-item-content {
    background: #fff url(../img/qf_product.svg) no-repeat;
    background-position-y: -10px;
    background-position-x: 120%;
}

.legend1, .legend2 {
	width: 100%;
    height: 31px;
    border-top: 1px solid #E6E9EB;
    padding: 5px 25px;
    color: #4D5661;
}

.pt0 h1 {
	padding-top: 0 !important;
}

.pt0 .selected_date {
	margin-top: 4px !important;
}

.pt0 {
	margin: 10px 0 3px 0;
}

.legend_axis {
	width: 20px;
	height: 20px;
	border-radius: 20px; 
	position:absolute;
}

.legend_axis.blue {
	background-color: #54C2EE;
}

.legend_axis.green {
	background-color: #4ECE98;
}

.legend1 .txt, .legend2 .txt {
	margin-left: 30px;
	font-family: 'Quicksand', sans-serif;
}

#chartFixedHeightContainer_Axis {
	margin: 0 0 10px 0;
}

.legend1 .value, .legend2 .value {
	position: absolute;
    right: 50px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}

.chart .valueDonut {
	position: absolute;
    top: 175px;
    margin: 0 auto;
    font-size: 2.5em;
    width: 93%;
    text-align: center;
}

.img_footer {
	position: absolute;
    bottom: 0;
}

.img_footer img {
	position: absolute;
    height: 43px;
    padding: 0 0 15px 40px;
}

.rst_manage_dashboard:hover #rst_manage_dashboard path {
	fill: #2196F3;
} 

.rst_manage_dashboard:hover {
	color: #2196F3;
	cursor: pointer;
}

.variation_value {
	float: right !important;
    text-align: right;
    bottom: -1px;
    position: relative;
    font-size: .85em;
}

.variation_data {
	display: flex;
    position: absolute;
    bottom: -11px;
    right: 0;
}

.variation_data svg {
	height: 5px;
    width: auto;
    margin-top: 3px;
    margin-right: 4px;
}

.dataTables_filter {
	display: none !important;
}

input[type="search"] {
	width: 150px;
    margin-bottom: 0;
    height: .8em;
    background: #fff;
    border: 1px solid #E2E6E8;
    border-radius: 8px;
    padding: 10px;
    font-size: 1em;
    position: relative;
    top: 23px;
    margin-left: 10px;
}


input[type="search"]:focus, input[type="search"]:hover {
	box-shadow: none;
	border: 1px solid #ccc;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

th.sorting:hover {
	background-image: url(../img/table_arrow_down.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0% center;
	position: relative;
    padding-left: 16px !important;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.sorting_desc {
	background-image: url(../img/table_arrow_down.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0% center;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.sorting_asc {
	background-image: url(../img/table_arrow_up.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0% center;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}


.it_rst_dataTable_head th.sorting_desc, .it_rst_dataTable_head th.sorting_asc {
	padding-left: 16px !important;
}

.it_rst_dataTable_head th:nth-child(1).sorting_desc, .it_rst_dataTable_head th:nth-child(1).sorting_asc {
	padding-left: 0 !important;
	background-position: 8% center !important;
}

.it_rst_dataTable_head th:nth-child(1).sorting:hover {
	padding-left: 0 !important;
	background-position: 8% center !important;
}

.dataTables_scrollHead table {
	width: 100%;
}

.menu_upgrade:hover {
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fff;
    color: #F36850;
    cursor: pointer;
    box-shadow: none;
}

.menu_upgrade:hover svg #noun_739701_cc {
	fill: #F36850;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.modal-modules {
	display: block;
    align-items: center;
	height: 100vh;
    width: 100vw;
    position: fixed;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    z-index: 1000;
}

#modal_content {
	background-color: #fff;
    padding: 50px;
    width: 50vw;
    height: 50vh;
    margin: 0 auto;
    border-radius: 8px;
    margin-left: 20%;
}

#modal_content  p {
	font-size: 14px;
	color: #525252;
	text-align: center;
}

.box_content {
	background: #fff;
	border-radius: 8px;
	width: 100%;
	text-align: center;
}

.box_content p {
    color: #878787 !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1em;
    padding: 0 100px;
    text-align: center;
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

.progress {
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    position: relative;
    display: block;
    width: 100%;
    margin: 0.5rem 0 1rem 0;
    border-radius: 8px !important;
    height: 25px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar {
    background-color: #4DC2F0 !important;
    line-height: 25px !important;
    font-weight: normal;
    font-family: 'Quicksand', sans-serif;
}

a:hover {
	text-decoration: none;
}

.dataTables_scrollBody .it_rst_dataTable_head {
	visibility: hidden !important;
}

.update-nag {
	display: none !important;
}

.chart-lines #chartFixedHeightContainer_Axis {
	margin-top: 30px !important;
}

.logo_wrapper {
	display: block;
    right: 0;
    top: -12px;
    position: absolute;
    text-align: right;
}

.ithemes_cpr {
	color: #6B6B6A;
	font-size: .85em;
}

.mc-field-group input {
	border: 1px solid #DFDFDF;
    box-shadow: none;
    border-radius: 8px;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: auto;
    font-size: .9em;
    padding: 5px 10px;
    width: auto;
    border-radius: 4px;
    outline: none;
}

input[type=email]:focus:not([readonly]) {
	box-shadow: none;
	border-color: #484848;
}

.nws2 {
	display: none;
}

#chart-1 .grid-stack-item-content, #chart-2 .grid-stack-item-content {
	overflow: hidden;
}

.menu_active a {
	color: #fff !important;
}

.menu_buttons a {
	color: #434C56;
}

a > .menu_orders:hover, a > .menu_reports:hover, a > .menu_products:hover, a > .menu_customers:hover {
	background: #2196F3;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a > .menu_orders:hover #rst_menu_orders path, a > .menu_reports:hover #reports_icon path, a > .menu_products:hover #rst_menu_products path, a > .menu_customers:hover #rst_menu_customers path  {
	fill: #fff;
}

.menu_buttons a:hover {
	color: #fff !important;
}

.menu_reports.menu_active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.menu_orders.menu_active {
	border-radius: 0;
}

.menu_products.menu_active {
	border-radius: 0;
}

.menu_buttons a:hover .menu_customers, .menu_customers.menu_active  {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu_customers.menu_active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.menu_buttons a:hover .menu_reports {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.search_buttons.calendarBtt {
	margin-right: 10px;
}

.more_options {
	position: absolute;
    top: -40px;
    margin-left: -180px;
    width: 100vw;
}

body {
	overflow-x: hidden;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* #### MS #### */

.dataTables_paginate, .paging_simple_numbers {
	position: relative;
	top: -23px;
	left: -14px;
	border-top: 1px solid #efefef;
	padding-top: 10px;
	padding-left: 15px;
}

.dataTables_paginate, .paging_simple_numbers a {
	margin-left: 10px;
}

.dataTables_paginate, .paging_simple_numbers a:hover {
	cursor: pointer;
}

.dataTables_paginate, .paging_simple_numbers a.paginate_button.current {
	color: black;
}

.it_rst_reporting_order_content_row {

	padding: 5px;
	height: 45px;
}

.it_rst_reporting_order_content_row h6 {
	line-height: 0em;
	font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 700;
}

.it_rst_reporting_order_content_row a {
	color:#039be5;
}

.it_rst_reporting_order_content_row a:hover {
	color:#434C56;
}

.it_rst_reporting_order_content {
	background: #f5f5f5;
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	border: solid 1px #dfdfdf;
	margin-top: 10px;
}

.order-status {
	font-size: .9em;
}

.order-status.completed {
	background: #c8d7e1;
    color: #2e4453;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 100;
    line-height: 1.7em;
}

.order-status.pending {
	color: #777;
    background: #e5e5e5;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 100;
    line-height: 1.7em;
}

.order-status.on-hold {
	background: #f8dda7;
    color: #94660c;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 100;
    line-height: 1.7em;
}

.order-status.processing {
	background: #c6e1c6;
    color: #5b841b;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 100;
    line-height: 1.7em;
}

.order-status.failed {
	background: #eba3a3;
    color: #761919;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 100;
    line-height: 1.7em;
}

.order-status.cancelled {
    color: #2e4453;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 100;
    line-height: 1.7em;
}

.it-rst-table-recent-orders tr th {
	vertical-align: top;
}

.it-rst-table-recent-orders tr th .order-status {
    float: right;
    margin-right: 15px;
}