body { margin: 0 !important; }


table.prettytable {
    border-bottom: 1px #364395 solid;
    margin: 1em 1em 1em 0;
    border-collapse: collapse;
}

table.prettytable th, table.prettytable td {
    padding: 0.2em;
}

table.prettytable th {
    background: #364395;
    color: white;
    text-align: center;
}

table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.prettytable input.text{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}

table.prettydatatable {
  margin: 1em 1em 1em 0;
  border: 1px solid #e3ddcf;
  border-collapse: collapse;
  empty-cells: show;
}
table.prettydatatable th {
  padding: 0.2em;
  border: 1px solid #e3ddcf;
  background-color: #ede6d7;
}
table.prettydatatable td {
  padding: 0.2em;
  border: 1px solid #e3ddcf;
}


ol, ol li, ul, ul li { text-align:left; }

.small th, .small td {
	font-size: 12px;	
	font-weight:normal;
}

.small td {
	font-size: 12px;	
	font-weight:normal;
}


i.icon.delete:before {
    content: "x";
}

i.icon {
    font-family: Arial;
	font-weight: bold;
}

input[type='image'] {
	padding:0 !important;
	border: 0 !important;
	margin: 0 !important;
	background: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}
button {
    width: auto;
}

.materialize .row {
	margin-bottom: 0 !important;
}

input, select {
	background-color: #dedede !important;
	padding-left: 1em;
}

.materialize .select-wrapper .caret {
    fill: rgba(0, 0, 0, 1) !important;
	z-index: 1;
}
.hide {
	display: none;
}
.show{
	display: block;
}
.materialize .btn-large {
    height: 48px;
    line-height: 48px;
    font-size: 24px !important;
    padding: 0 14px !important;
}
a#searchoptionslink:focus{
	background-color: transparent;
	color: #039be5;
}
a#searchoptionslink:hover{
	background-color: #039be5;
	color: white;
}
.materialize .input-field td {
	padding: 2px 10px 2px 5px;
}

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

.materialize .input-field tr {
	border-bottom: none;
}
select#year{
	width: 100%;
}
.unibox .select-wrapper {
	width: 100%;
}
ul{
	list-style-type: none;
}
.materialize nav ul li {
	min-width: 200px;
  width: 25%;
}



a{
	cursor: pointer;
}

h3{
	color:#008A5E;
	border-bottom:4px solid #ebe5d9;
	padding:8px 0 8px 8px;
	text-align:left;
	margin-bottom: 5px;
	margin-left: -20px;
}

h3.detais-header{
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}

#openUserDetailsModalView h2{
    margin-bottom: 20px;
}

h2.larger-header{
    font-size: 2em;
}

.analytics-user-results-summary-block h2{
    margin-bottom: 20px;
    margin-top: 40px;
}

.detail-table{
	padding-left: 20px;
	padding-right: 20px;
}

.detail-table th{
    text-align: right;
    padding-right: 10px;
}

table.prettytable {
    border-bottom: 1px #D2DB0E solid;
}

table.prettytable th, table.prettytable td {
  /*  padding: 0.2em; */
}

table.prettytable th {
    background: #D2DB0E;
}


table.prettydatatable {
  border: 1px solid #D2DB0E;
}

table.prettydatatable th {
  border: 1px solid #D2DB0E;
  background-color: #D2DB0E;
}
table.prettydatatable td {
  border: 1px solid #D2DB0E;
}


.site-content table.prettydatatable th, .site-content table.prettydatatable td{
  padding: 0.5em;
}

.trend-image{
    /*display:inline-block;*/
    vertical-align:middle;
    /*margin-left:10px;*/
    position: absolute;
    right: 0px;
    top: 0px;
}



#stats-refinement-table-block{
    margin-bottom:10px;
    min-height:75px;
}
.stats-display-block{
    margin-top:40px;
    margin-bottom:80px;
    min-height:380px;
    position: relative;
}
.analytics-user-results-summary-block{
    min-height:200px;
}
.analytics-page-selection-bar{
    margin-top:10px;
    margin-bottom:10px;
    padding: 0px;
    text-align: center;
    position:absolute;
    bottom:-30px;
    width:100%;

}

.analytics-table-sort-info{
    
    margin-top: -20px;
    text-align:left;
        
}


.modalDialog.helpModalDialog{
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    /*background:white;*/
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;

}


.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 800px;
    position: relative;
    margin: auto auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #FBF5E9;
    margin-top: 20px;
    height: 650px;
    /*                background: -moz-linear-gradient(#fff, #999);
                    background: -webkit-linear-gradient(#fff, #999);
                    background: -o-linear-gradient(#fff, #999);*/
}


.close {
    background: #FBF5E9;
    color: #606061;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #008A5E; 
}


#container {
    margin: 0 auto;
    width: 100%;  /* Ancho del contenedor */
}

.tabinput_tohide {
    height: 2.5em;
    visibility: hidden;
    width:1px !important;
}


#container label {
    background: #f9f9f9;  
    border-radius: .25em .25em 0 0;
    color: #888;  
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1em;  
    height: 2.5em;
    line-height: 2.5em;
    margin-right: 1px;
    padding: 0 .5em;
    text-align: center;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
}

#container input.tabinput_tohide:hover + label {
    background: #ddd;  
    color: #666;  
}

#container input.tabinput_tohide:checked + label {
    background: #f1f1f1; 
    color: #444;
    position: relative;
    z-index: 6;
    
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
    
}
#container input[type="radio"] {
    display:inline-block;
}

#content {
    background: #f1f1f1;  /* Fondo del contenido */
    border-radius: 0 .25em .25em .25em;
    min-height: 20em;  /* Alto del contenido */
    position: relative;
    width: 100%;
    z-index: 5;
    height: 530px;


}

#content div {
    /*opacity: 0;*/
    /*	padding: 1.5em;*/
    position: absolute;
   /* z-index: -100; */
    width: 100%;
    transition: all linear 0.1s;

}

#content-1 p {
    clear: both;
    margin-bottom: 1em;
}
#content-1 p.left img {
    float: left;
    margin-right: 1em;
}
#content-1 p.last {
    margin-bottom: 0;
}

#content-2 p,
#content-2 ul {
    margin-bottom: 1em;
}
#content-2 ul {
    margin-left: 2em;
}
#content-3 p,
#content-3 ul {
    margin-bottom: 1em;
}
#content-3 ul {
    margin-left: 2em;
}
#content-4 p,
#content-4 ul {
    margin-bottom: 1em;
}
#content-4 ul {
    margin-left: 2em;
}
#content-5 p,
#content-5 ul {
    margin-bottom: 1em;
}
#content-6 p,
#content-6 ul {
    margin-bottom: 1em;
}
#content-7 p,
#content-7 ul {
    margin-bottom: 1em;
}
#content-5 ul, #content-6 ul, #content-7 ul   {
    margin-left: 2em;
}
#content-1,
#content-2,
#content-3,
#content-4,
#content-5,
#content-6,
#content-7{
    opacity: 0;
    z-index: 100;
    visibility:hidden;
    position:relative;
    height:530px;
    overflow-y:auto;
    overflow-x: hidden;

}

#container input#tab-1:checked ~ #content #content-1,
#container input#tab-2:checked ~ #content #content-2,
#container input#tab-3:checked ~ #content #content-3,
#container input#tab-4:checked ~ #content #content-4,
#container input#tab-5:checked ~ #content #content-5,
#container input#tab-6:checked ~ #content #content-6,
#container input#tab-7:checked ~ #content #content-7{
    opacity: 1;
    z-index: 100;
    visibility:visible;

}


input.visible {
    visibility: visible !important;
}

#content div.analytics-page-selection-bar, #content div.linkpackage{

    opacity:1.0;
    padding: 0px;
    text-align: center;
    position:absolute;
    bottom:0px;
}
.user-data-modal-table{

    width:100%;
}
.user-data-modal-table th{
    height:33px;
}
.user-data-modal-table tr{
    vertical-align:top;
}
.user-data-modal-table-description{

    font-weight: bold;
    font-size: medium;
    padding-left:1%;
}
.no-records-found{
    width:100%;
    text-align:center;
}
.user-data-modal-table-parent{
    min-height:300px;
    width:98%;
    margin:1%;
}

table.user-data-modal-table-inner-table{

    width: 90%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:0px;
    border-style: none;
}

/*table.prettydatatable {

  border: 1px solid #e3ddcf;
  border-collapse: collapse;
  empty-cells: show;

  
}*/
table.user-data-modal-table-inner-table th {
  padding: 0.0em;
  border-style: none;
  background-color: transparent;
}

                canvas{
                    height:300px;
                    width: 100%;
                }
                .scrollable-table-parent-class{
                    height:260px;
                    width: 100%;
                    overflow:auto;
                }
                .no-records-warning{


                }
                .stats-display-block{
                    margin-top:40px;
                    margin-bottom:150px;
                }
                .stats-refinement-block{
                    margin-bottom:10px;
                }




table.user-data-modal-table-inner-table td {
  padding: 0.0em;
  border-style: none;
}
.analytics-sortable-table-header{
     cursor:pointer;
}
.sort-descending{
    
     cursor:pointer;
}
.sort-ascending{
    cursor:pointer;
}

.editable {
	display:inline;
	margin:0 10px 0 0;
	padding:0;
	position: inherit !important;
}

.userdataTextRegular,.visibleformelements{ 
	display:inline !important;
	padding:1px;
	visibility:visible !important;
	margin :0;
}

#container .editable label {
    background: none; 
    border-radius: 0;
    color: #000; 
    display: table-cell;
    font-size: inherit;  
    height: 12px;
    line-height: 1.0em;
    margin-right: .25em;
    padding: 0 1.5em;
    text-align: left;
	height:1.0em;
}




#container .editable input, #container .detail-table label, #container .editable select, div.editable {
	float:left;
	margin:0;
	padding:0;
	margin-right:3px;
	height:1.0em;
	line-height: 1.0em;
	color:#000;
	display:inline;
	background:none;
	width:inherit !important;
}




.editable select {
	height:17px !important;
}

#container .editable input {
	padding:2px;	
}

#container .editable input:checked + label {
    background: none; 
    color: #000; 
    position: inherit;
	z-index: auto;
}

h2 input.editable {
	padding:2px !important;
	width:100px;
	height:1.0em;
	line-height: 1.0em;
}
 
input[name="b._email"] {
	width:160px !important;
}

.reportline {
    font-size:11px;
    margin:5px 0;
    color:#888;
    z-index: 1;
    display: inline-block;
    width: 200px;
}


input#newtag {
    display: inline-block !important;
    width: 200px !important;
    font-size: 12px;
    visibility: visible;
    padding: 1px;
    height: 1.2em;
    line-height: 1.0em;
    margin: 0 25px;
}


.pjtags ol,
.pjtags ul { list-style: outside none none; }

#container {
  margin: 0 auto;
  width: 60rem;
}

.pjtags {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    display: table;
    padding: 0.5em;
    width: 80%;
    margin-left: 0px !important;
    min-height: 200px;
}

.pjtags li.tagAdd,
.pjtags li.addedTag {
  float: left;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.pjtags li.addedTag {
  background: none repeat scroll 0 0 #1ABC9C;
  border-radius: 5px;
  color: #fff;
  padding: .5em;
}
.pjtags input{
	display: block !important;
	width: auto;
}


.pjtags input,
li.addedTag {
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  display: block;
  padding: 0.5em;
}

.pjtags input:hover { border: 1px solid #000; }

span.tagRemove {
  cursor: pointer;
  display: inline-block;
  padding-left: 0.5em;
}

span.tagRemove:hover { color: #222222; }


#ebnewmenu {
  padding: 0;
  margin: 0;
  border: 0;
  color: #fff;
  background-color: #9e9d24;
  width: 100%;
  height: 64px;
  line-height: 64px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  font-size: 16px !important;
}

#ebnewmenu .material-icons{
  vertical-align: sub;
}
#ebnewmenu ul,
#ebnewmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ebnewmenu ul {
  position: relative;
  z-index: 10000;
}
#ebnewmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#ebnewmenu ul li.hover,
#ebnewmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#ebnewmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#ebnewmenu ul ul li {
  float: none;
}
#ebnewmenu ul ul ul {
  top: 0;
  left: 100%;
}
#ebnewmenu ul li:hover > ul {
  visibility: visible;
}
#ebnewmenu ul ul {
  margin-top: 0;
  width: 250px;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);

}
#ebnewmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
  color: #ffffff;

  position: relative;
  text-align: center;
  line-height: inherit;
  padding: 0 15px;
}
#ebnewmenu ul li.last ul {
  left: auto;
  right: 0;
}
#ebnewmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#ebnewmenu:after,
#ebnewmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#ebnewmenu > ul > li {
  margin: 0 10px;
  transition: background-color .3s;
}
#ebnewmenu > ul > li.has-sub:hover > a {
 
}
#ebnewmenu > ul > li:hover{
  background: #827717;
}


#ebnewmenu ul ul a {
  line-height: 150%;
  color: #26a69a !important;
}
#ebnewmenu ul .active > a {
  
}
#ebnewmenu ul .has-sub {
  position: relative;
}
#ebnewmenu ul .has-sub ul {
  padding: 0;
}
#ebnewmenu ul .has-sub ul a, #ebnewmenu ul .has-sub ul  .has-sub ul a {
  background: #fff;
  padding: 8px 8px 8px 16px;
  text-align: left;
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-collapse: collapse;
}

#ebnewmenu ul .has-sub ul a i {
  float: right;
}
#ebnewmenu ul .has-sub ul li:last-child a, #ebnewmenu ul .has-sub ul .has-sub ul li:last-child a{
  border-bottom: 1px solid #aaaaaa;
}
#ebnewmenu ul .has-sub ul .has-sub a:after {
  content: none;
}
#ebnewmenu ul .has-sub li:hover > a {
  background-color: #ffffff;
  position: relative;
}
#ebnewmenu ul .has-sub li:hover > a:after {
  border-left: 0 none;
  background-color: #c35f54;
  content: '';
  height: 100%;
  width: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
#ebnewmenu ul .has-sub > a {
  padding-right: 0;
}
#ebnewmenu ul .active > a:after {
  color: #FFF;
}

@media screen and ( max-width:8px ), 
		screen and (max-device-width : 8px) and (-webkit-device-pixel-ratio : 3) {

  #ebnewmenu {
    margin-right: 20px;
      background: #ee6e73;
  }

  #ebnewmenu > a {
      display: none;
  }

  #ebnewmenu ul, #ebnewmenu li {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-inline-start: 0 !important;
  }

  #ebnewmenu ul > li {
      width: 180px;
      overflow: hidden;
      text-align: center;
      display: block;
      margin-bottom: 10px;
  }

  #ebnewmenu > ul > li > a, #ebnewmenu > ul > li > a:visited, #ebnewmenu > ul > li > a:active, #ebnewmenu > ul > li > a:hover {
      display: table-cell;
    height: 35px;
      width: 180px;
      vertical-align: middle;
    text-align: center;
    margin: 0 5px;
      line-height: 1.2em;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      background: #003057;
  }
  #ebnewmenu ul ul {
      margin: 15px 0 0 0;
      font-weight: bold;
    font-size: 12px;
  }
  #ebnewmenu ul ul li {
    margin-bottom: 2px;
    text-align: left;
  }
  #ebnewmenu ul ul li:last-child{
    margin-bottom: 10px;
  }
  #ebnewmenu ul ul a, #ebnewmenu ul ul a:hover, #ebnewmenu ul ul a:active, #ebnewmenu ul ul a:visited {
      color: #000000;
      line-height: 1.2em;
      margin: 3px 2px 3px 15px;
      font-size: 12px;
      text-decoration: none;
    display: inline-block;
    text-align: left;
  }

}

.areadiv{
  margin-top: 0;
}
.materialize input[type="text"]{
  padding: 0 5px !important;
  text-indent: 5px;
}

.materialize input[type="text"]::placeholder{
    padding: 0 5px !important;
}
.materialize .input-field.col label {
    left: 1.2rem;
}
.summary, .data{
  margin: 1em 2em;
}
nav ul {
  padding-left: 0;
}
nav li {
  border-right: 1px solid #fff;
  text-align: center;
}


.row .col.s5ths {
  width: 20%;
}
@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}
.materialize nav ul li.active {
    background-color: rgba(0, 0, 0, 0.5);
}
.materialize nav ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.materialize input[type=text], .materialize input[type=number]{
  height: 2.8rem;
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

[type="checkbox"]:not(:checked),[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="checkbox"]+span:not(.lever):before,[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s
}

[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="checkbox"]:not(:checked):disabled+span:not(.lever):before {
    border: none;
    background-color: rgba(0,0,0,0.42)
}

[type="checkbox"].tabbed:focus+span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1)
}

[type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:checked:disabled+span:before {
    border-right: 2px solid rgba(0,0,0,0.42);
    border-bottom: 2px solid rgba(0,0,0,0.42)
}

[type="checkbox"]:indeterminate+span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:indeterminate:disabled+span:not(.lever):before {
    border-right: 2px solid rgba(0,0,0,0.42);
    background-color: transparent
}

[type="checkbox"].filled-in+span:not(.lever):after {
    border-radius: 2px
}

[type="checkbox"].filled-in+span:not(.lever):before,[type="checkbox"].filled-in+span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type="checkbox"].filled-in.tabbed:focus+span:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0,0,0,0.1)
}

[type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent
}

[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after {
    border-color: transparent;
    background-color: #949494
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):before {
    background-color: transparent
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after {
    background-color: #949494;
    border-color: #949494
}

.switch,.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #84c7c1
}

.switch label input[type=checkbox]:checked+.lever:before,.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0,0,0,0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px
}

.switch label .lever:before,.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease
}

.switch label .lever:before {
    background-color: rgba(38,166,154,0.15)
}

.switch label .lever:after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12)
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(38,166,154,0.15)
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0,0,0,0.08)
}

.switch input[type=checkbox][disabled]+.lever {
    cursor: default;
    background-color: rgba(0,0,0,0.12)
}

.switch label input[type=checkbox][disabled]+.lever:after,.switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #949494
}

.blacktext{
  color: #000;
}
.greytext {
  color: #9e9e9e;
}
.showemptymenu i{
  font-style:normal;
}

#debug{
  display: none;
}
.progresscontainer{
  height: 15px;
  padding: 5px 0;
  margin: 1em 0;
}

.progress {
  display: none;
}

#recordeddata th {
  position: sticky;
}

.caveat {
  color: #888;
}
.statswrapper{
  background-color: #fff;
}
.statswrapper:hover{
  background-color: #dedede !important;
  cursor: pointer;
}

.statscontainer{
  background: #fff;
}
.materialize .collection{
  padding-left: 0;
}
.statswrapper>div {
  font-size: 16px;
}

#stats .activestats{
  background: #fff !important;
}