﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');


/* colors setup */

:root {
  --main-bg : #ffffff;
  --darkgray : #464646;
  
	
}

.sites {
	font-size: 0.95em;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body, button, input, select, textarea { font-family: "Lato", sans-serif; color: #343333; font-size: 15px; line-height: 1.5; text-rendering: optimizeLegibility; }

.validfilter {
	background-color: #00FF0020;
}

.inline-flag {
	width: 19px;
    margin-top: -5px;
    margin-right: 3px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
}

.fav.fas.fa-star {
	color: #303030;
}

.fav.far.fa-star {
	color: #DFDFDF;
}


.navbar {
	padding: 0;
}

.sidepanel {
  height: 100%; /* 100% Full-height */
  width: 180px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0;
  left: -160px;
  padding : 15px;
  background-color: #464646;
  color: #dfdfdf;
  border-right: 1px solid #999;
  overflow: hidden;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

.sidepanel:after {
	content: "\f054";
	left: 165px;
	top: 50%;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-size: 22px;
}

.sidepanel.open:after {
	content: "";
}


.sidepanel.open {
   left:0px;
}
.datacol .col {
	padding: 0px;

}
.datacol {
    max-width: 16%;
    border: solid black 2px;
    margin: 1px;
    background-color: RGBA(0,0,0,0.06);	
}


.fullscreenoverlay {
  position: absolute;
  height: 80%;
  width: 80%;
  top: 10%;
  left: 10%;
  background-color: white;
  border: 1px solid;
  display: none;
}

.isvisible {
	display:block !important;
}

.userspanel {
	width: 100%;
	margin: 3px 0px;
}

.userstitle {
	text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.0em;
}
.users, .usersbar, .usershist, .conversions {
	text-align: center;
	font-size: 12px;
	border: 1px solid #00000030;
	margin: 2px;
}

.users {
	height: 8vh;
	font-size: 5vh;
	font-weight:bold;
}
.usersbar {
	height: 2vh;
}


.usershist, .conversions {
	height: 8.5vh;
}

.conversies {
	text-align:center;
	font-size:11px;
}

.devices {
width: 100%;
height: 13px;
display: block;
overflow: hidden;
margin-top: -7px;
}



/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidepanel {padding-top: 15px;}
  .sidepanel a {font-size: 18px;}
}


.navpanel{
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #D0D0D0;
    min-height: 39px;
    margin-left: 0.25rem;
    background-color: #f0f0f0;
    margin-top: 10px;
    text-align:center;
}
.navpaneltitle {
	font-size:0.8em;
	line-height:1em;
    margin: 5px 0px -4px 0px;
    border-bottom: 1px solid #02a494;
     padding-bottom: 4px;
}
.navpanelbody {
	font-size:1.06em;
	font-weight:700;
	margin: 0px;	
	padding-top: 6px;
}

.red {
	color:  var(--red) !important;
}
.green {
	color: #D2FFD2 !important;
}

.darkgreen {
	color:  var(--green) !important;
}

.blue {
	color: var(--blue) !important;
}
.gray {
	color: var(--gray) !important;	
}
.darkgray {
	color: var(--dark-gray) !important;	
}
.indigo {
	color: var(--indigo) !important;	
}
.white {
	color: var(--white) !important;		
}

.bgred {
	background-color:  var(--red) !important;
}
.bggreen {
	background-color:#D2FFD2 !important;
}
.bgdarkgreen {
	background-color: var(--green) !important;
}
.bgblue {
	background-color: var(--blue) !important;
}
.bggray {
	background-color: var(--gray) !important;	
}
.bgdarkgray {
	background-color: var(--gray-dark) !important;	
}
.bgindigo {
	background-color: var(--indigo) !important;	
}
.bgwhite {
	background-color: var(--white) !important;		
}






.mt15 {
	margin-top:15px;
}
.mb15 {
	margin-bottom:15px;
}

.mbt15 {
	margin-top:15px;
	margin-bottom:15px;
}

.mt30 {
	margin-top:30px;
}
.mb30 {
	margin-bottom:30px;
}

.mbt30 {
	margin-top:30px;
	margin-bottom:30px;
}

.pb-60 {
	padding-bottom: 60px;
}

.status-container {
	background-color: transparent;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #006600;
}



.indicator-container {
 background-color: #c6dafc;
 height: 4px;
 width: 100%;
 overflow: hidden;
 position: absolute;
 z-index: 100000;
 top:0px;
}
.indicator-container .first-indicator,
.indicator-container .second-indicator {
 background-color: #4285f4;
 bottom: 0;
 left: 0;
 right: 0;
 top: 0;
 position: absolute;
 transform-origin: left center;
 transform: scaleX(0);
 will-change: transform;
}
.indicator-container .first-indicator {
 animation: first-indicator 2000ms linear infinite;
}
.indicator-container .second-indicator {
 animation: second-indicator 2000ms linear infinite;
}
@keyframes first-indicator {
 0% {
  transform: translateX(0vw) scaleX(0);
 }
 25% {
  transform: translateX(0vw) scaleX(0.5);
 }
 50% {
  transform: translateX(25vw) scaleX(0.75);
 }
 75% {
  transform: translateX(100vw) scaleX(0);
 }
 100% {
  transform: translateX(100vw) scaleX(0);
 }
}
@keyframes second-indicator {
 0% {
  transform: translateX(0vw) scaleX(0);
 }
 60% {
  transform: translateX(0vw) scaleX(0);
 }
 80% {
  transform: translateX(0vw) scaleX(0.6);
 }
 100% {
  transform: translateX(100vw) scaleX(0.1);
 }
}


table.sort th {
	border-left: 1px solid #d0d0d0;
	padding: .25rem;
}


table.sort th:not(.no-sort) {
	background-image: url("/includes/sort-both.svg");
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.sort th:last-child {
	border-right: 1px solid #d0d0d0;
}


table.sort th:not(.no-sort).sorted.ascending{
	background-image: url("/includes/sort-asc.svg");
}

table.sort th:not(.no-sort).sorted.descending {
	background-image: url("/includes/sort-desc.svg");
}


@media (min-width: 1300px) {
    .container{
        max-width: 1280px;
    }

    .modal-xl {
       max-width: 1280px;
    }
    
}

.small {
	font-size: 87%;
}

.note {
	font-size: 0.8em;
	color:#999999;
}

.btn {
	padding: .15rem .35rem;
    font-size: 1rem;
}

@media (max-width:768px) {

	.btn {
    	margin-top: .35rem;
	}
	
}

button[class^="btn-outline-"], button[class*=" btn-outline-"] {
  font-weight:700;
}


H1,H2,H3,H4,h5,a {
	color: black;
}

H1, .h1 {
	font-size: 1.5rem;
}
H2, .h2 {
	font-size: 1.3rem;
}
H3, .h3 {
	font-size: 1.2rem;
}
H4, .h4 {
	font-size: 1rem;
}

.footer, .footer a {
	background-color:#333333;
	color: #CCCCCC;
	padding-top:30px;
}



.loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1045;
  background: url('/css/loading.gif') 
              50% 50% no-repeat rgba(255,255,255,0.86);
  display:none;
}

.loaderstatus {
	margin: auto;
	text-align: center;
	font-size: 1.2em;
	position: relative;
	top: 60%;
	font-weight: bold;
	color: #333333;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}

.sortableicon {
    position:relative;
    margin-top: 5px;
    margin-left: -8px;
}

.redcolor {
	color: #B01B33 !important;
}

.greencolor {
	color:#046439 !important;
}

.hover-effect {
  border:1px transparent solid;    
}

.hover-effect:hover {
	border:1px #f0f0f0 solid;
	-webkit-box-shadow: 6px 5px 28px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 5px 28px -7px rgba(0,0,0,0.75);
    box-shadow: 6px 5px 28px -7px rgba(0,0,0,0.75);
}

.hand {
	cursor:pointer;
	font-size:1.4em;
}
 
thead tr td {
	font-weight:bold;
	background-color:#757575;
	color:white !important;
}

.container {
/*	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.34);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.34); */
	padding-right: 20px;
	padding-bottom:5px;
    border : 1px #e8e8e8 solid;
	margin-bottom: 20px;
	padding-top: 5px;
	background-color: #fafafa;
}

.noshadow {
	box-shadow: none;
	border: none;
	background-color: transparent;
}

.ptb10 {
	padding-top: 10px;
	padding-bottom:10px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom:20px;
}

.ptb40 {
	padding-top: 40px;
	padding-bottom:40px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pb20 {
	padding-bottom:20px;
}

.pb40 {
	padding-bottom:40px;
}





dl, h1, h2, h3, h4, h5, h6, ol, pre, ul {
	margin-top: 0;
}

header {
	margin: 20px 0px 20px 0px;
}

.animated {
    -moz-transition:background-color .2s ease-in;
    -o-transition:background-color .2s ease-in;
    -webkit-transition:background-color .2s ease-in;
}


.flip-horizontal-top {
	-webkit-animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-1-6 16:22:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-horizontal-top
 * ----------------------------------------
 */
@-webkit-keyframes flip-horizontal-top {
  0% {
    -webkit-transform: scale(1) rotateX(0);
            transform: scale(1) rotateX(0);
  }
  50% {
    -webkit-transform: scale(1.01) rotateX(180deg);
            transform: scale(1.01) rotateX(180deg);
  }
  100% {
    -webkit-transform: scale(1)  rotateX(360deg);
            transform: scale(1) rotateX(360deg);
  }
}
@keyframes flip-horizontal-top {
  0% {
    -webkit-transform: scale(1) rotateX(0);
            transform: scale(1) rotateX(0);
  }
  50% {
    -webkit-transform: scale(1.01) rotateX(180deg);
            transform: scale(1.01) rotateX(180deg);
  }
  100% {
    -webkit-transform: scale(1)  rotateX(360deg);
            transform: scale(1) rotateX(360deg);
  }
}


.lower {
  -webkit-animation: tored 2s ease-in; /* Safari 4+ */
  -moz-animation:    tored 2s ease-in; /* Fx 5+ */
  -o-animation:      tored 2s ease-in; /* Opera 12+ */
  animation:         tored 2s ease-in; /* IE 10+, Fx 29+ */
}

.higher {
  -webkit-animation: togreen 2s ease-in; /* Safari 4+ */
  -moz-animation:    togreen 2s ease-in; /* Fx 5+ */
  -o-animation:      togreen 2s ease-in; /* Opera 12+ */
  animation:         togreen 2s ease-in; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes tored {
  0%   { color: inherit; }
  20%  { color: #FF8C8C; }
  80%  { color: #FF8C8C; }
  100% { color: inherit; }
}
@-moz-keyframes tored {
  0%   { color: inherit; }
  20%  { color: #FF8C8C; }
  80%  { color: #FF8C8C; }
  100% { color: inherit; }
}
@-o-keyframes tored {
  0%   { color: inherit; }
  20%  { color: #FF8C8C; }
  80%  { color: #FF8C8C; }
  100% { color: inherit; }
}
@keyframes tored {
  0%   { color: inherit; }
  20%  { color: #FF8C8C; }
  80%  { color: #FF8C8C; }
  100% { color: inherit; }
}


@-webkit-keyframes togreen {
  0%   { color: inherit; }
  20%  { color: #8CFF8C; }
  80%  { color: #8CFF8C; }  
  100% { color: inherit; }
}
@-moz-keyframes togreen {
  0%   { color: inherit; }
  20%  { color: #8CFF8C; }
  80%  { color: #8CFF8C; }  
  100% { color: inherit; }
}
@-o-keyframes togreen {
  0%   { color: inherit; }
  20%  { color: #8CFF8C; }
  80%  { color: #8CFF8C; }    
  100% { color: inherit; }
}
@keyframes togreen {
  0%   { color: inherit; }
  20%  { color: #8CFF8C; }
  80%  { color: #8CFF8C; }  
  100% { color: inherit; }
}

