body{
	background:#f3f3f6;
	margin:0;
}

.module-hidden {
	display: none;
}

.blue {
	background-color: #189dd9 !important;
}

.blue input[type="submit"] {
	color: white;
}

.col.no-padding {
    padding-left: 0 !important;
	padding-right: 0 !important;
}

.col.no-padding-left {
    padding-left: 0 !important;
}

.col.no-padding-right {
    padding-right: 0 !important;
}

#overlay {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	background-color: black;
	opacity: 0.8;
}

#overlay .preloader-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
}

#topbar {
	position: fixed;
	left: 0;
	right: 0;
	height: 70px;
	box-shadow:0 0 5px 0 rgba(0,0,0, 0.2);
	background:#fff;
	z-index: 10;
	font-size: 12px;
}

#topbar a {
	text-decoration: none;
}

#topbar img {
	display: block;
	box-sizing: border-box;
	width: auto;
	height: 70px;
    padding: 10px;	
}

#hamburger {
	display: none;
}

#sidebar {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	top: 70px;
	left: 0;
	width: 220px;
	bottom: 0;
	box-shadow:0 0 5px 0 rgba(0,0,0, 0.2);
	background:#30384a;
	font-size: 16px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% + 20px);
    padding-right: -15px;
    /* padding-left: 35px; */
    display: block;	
}

#sidebar > ul > li {
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.10);
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	color: white;
}

#sidebar > ul > li.navAdmin,
#sidebar > ul > li.navLogout {
    display: none;
}

#sidebar > ul > li .material-icons {
	position: absolute;
	right: 20px;
	top: 2px;
	color: white;
	opacity: 0.4;
	cursor: pointer;
}

#sidebar > ul > li .material-icons.waves-circle {
text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

#sidebar > ul > li a {
	color: white;
}

#sidebar > ul > li > ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;	
}

#sidebar #credits {
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	color: white;
	padding: 10px;
	width: 100%;
	text-align: center;
}

#main-container {
    padding: 120px 40px 40px 270px;
	min-height: 100vh;
	box-sizing: border-box;
}

#main-container .App {
	padding: 10px;
}

#main-container .App .is-hidden {
	display: none;
}

#main-container .App .card {
	border-radius: 4px;
	margin: 5px 0;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
}

#main-container .App #dashBoard .row {
	display: flex;
	flex-flow: row wrap;
}

#main-container .App #dashBoard .row .col {
	float: none;
	padding: 20px;
}

#main-container .App #dashBoard .row .col .card {
	height: 100%;
}

#main-container .App #dashBoard .row .col .card .result {
	font-weight: bold;
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
	width: 40px;
	border-radius: 10px;
	color: white;
	display: inline-block;
}

#main-container .App #dashBoard .row .col .barsGraph {
 	width: 100%; 
	height: 20px; 
	background-color: #EDEDED
}

#main-container .App #dashBoard .row .col .barsGraph .bar {
	height:100%; 
	padding: 4px; box-sizing: border-box; 
	font-size: 12px; 
	line-height:1; 
	color: white;
}

#main-container .App #dashBoard #svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#main-container .App #dashBoard #svg .line {
	stroke-width:1px;
	stroke:rgb(0,0,0);
}

#main-container .App #dashBoard .point {
	position: absolute; 
	width: 8px; 
	height: 8px; 
	border-radius: 40px; 
	background-color: black; 
}

#main-container .App #dashBoard .months {
	font-size: 12px;
	font-weight: bold;
	opacity: 0.6;
}

#main-container .App #dashBoard .months td {
	text-align: center;
}

#main-container .App #formBox .card {
	/*height: 115px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

#main-container .App .card .card-content {
    padding: 20px;
}

#main-container .App #formBox .col.fullWidth {
	width: 100%;
}

#main-container .App #formBox .col.fullWidth .card {
	height: auto;
}

#main-container .App #formBox .col.module-tabs,
#main-container .App #formBox .col.module-upload { 
	width: 100%;
}

#main-container .App #formBox .col.module-tabs .card,
#main-container .App #formBox .col.module-upload .card {
	height: auto;
}

#main-container .App #formBox .card.error {
	border: 1px solid red;
}

#main-container .App #formBox .card .card-content {
	flex: 1;
}

#main-container .App #formBox .card .parsley-errors-list {
	display: none;
}

body #toast-container {
	top: auto;
   	right: 60px;
   	bottom: 120px;
}

body #toast-container a {
	color: white;
	text-decoration: underline;
}

#login-wrapper {
	height: 100vh;
}

#login-wrapper #logo {
    display: block;
    margin: 20px auto;
    position: fixed;
	top: calc((100vh - 710px)/2);
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
}

#admin-login {
	position: absolute;
	right: 20px;
	top: 20px;
}

#admin-login a {
	color: #189dd9;
	font-weight: bold;	
	background-color: transparent;
}

#sidebar > ul > li > ul > li {
	font-size: 14px;
	opacity: 0.4;
}

#main-container h2 {
	font-size: 36px;
	font-weight: 300;	
    margin: 0 280px 0px 0;
    opacity: 0.6;	
}

#main-container h3 {
	font-size: 24px;
	font-weight: 400;	
    margin: 40px 0;
    opacity: 1.0;	
}

#main-container .fileuploader-input-inner h3 {
	font-size: 16px;
	font-weight: 400;	
    margin: 0;
    opacity: 1.0;	
}

#main-container .module-editor ul:not(.browser-default) {
	padding-left: 10px;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#main-container .module-editor ul:not(.browser-default)>li {
    list-style-type: disc;
    display: list-item;
    text-align: -webkit-match-parent;
}

.row.no-margin {
	margin-bottom: 0;
}

.actionBox {
	display: none;
	margin-bottom: 40px;
}

.manageOptionsButtons {
	position: absolute;
    right: 15px;
    bottom: 15px;
	z-index: 1;
}

.actionButton .material-icons {
	border-radius: 40px;
    padding: 15px;
    width: auto;
    height: auto;
	line-height: 1em;
}

.actionButton .material-icons.little {
	padding: 10px;
	font-size: 16px;
}

.actionButton .material-icons.blue, .actionButton .material-icons.red {
    color: white;
}

.actionButton .material-icons.yellow {
    color: black;
}

.formBox fieldset {
	border:1px solid rgba(0,0,0,0.20);
	padding: 5px 15px;
}

.formBox fieldset legend {
    color: #9e9e9e;	
	font-size: 16px;
	padding: 0 15px;	
}

.formBox fieldset label {
	margin-right: 15px;
    overflow: hidden;
    display: inline-block;
}

.formBox fieldset label:last-of-type {
	margin-right: 0px;
}

.formBox [type="checkbox"]+span:not(.lever) {
	height: 25px;
    line-height: 18px;
}

.formBox .col.radiobox .input-field {
	margin: 0;
}

.formBox .input-field .select2 + label {
	position: absolute;
    top: -30px;
}

.formBox .card .card-content p {
    margin: 20px 0;
}

.formBox .input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(1);
    transform: translateY(-14px) scale(1);
}
.formBox .input-field>label {
    font-size: 16px;
}

.formBox .input-field>label.no-float {
    position: relative;
	margin-bottom: 20px;
	margin-top: -20px;
	display: block;
}

.formBox [type="radio"]:not(:checked)+span, .formBox [type="radio"]:checked+span {
    padding-left: 25px;
}
		
.formBox .fileuploader-input-inner h3 {
	font-size: 16px;
}

#fieldsBox label {
	width: 30%;
	margin-right: 20px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
}

#fieldsBox label.disabled {
	opacity: 0.4;
}

#filtersBox .filterCol {
	height: 100px;
	display: none;
	margin-bottom: 0;
}

#filtersBox .filterCol.visible {
	display: flex;
	align-items: center;
	justify-content: center;
}

#filtersBox .filterCol.visible .row {
	flex: 1;
	padding: 0 15px;
}

#filtersBox .datepicker-controls .select-month input {
    width: 120px;
}

#tableButtons {
	padding-bottom: 10px;
    display: flex;
    justify-content: flex-end;
	transition: all 1s ease-in;
}

#tableButtons.onScroll {
	position: fixed;
	z-index: 50;
	top: 160px;
	right: 10px;
    flex-direction: column;
}

#tableButtons .tableButton {
	display: inline-block;
	margin-left: 20px;
}

#tableButtons span {
	margin: 4px;
		transition: all 1s ease-in;
}

#tableButtons .checkButton {
	display: none;
}

#tableContent table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}

#tableContent table .orderButton span,
#tableContent .paginationButton {
	cursor: pointer;
}

#tableContent table thead span {
	display: inline-block;
    font-size: 0.75rem;
	text-transform: capitalize;
}

#tableContent table thead span .material-icons {
    font-size: 20px;
    line-height: 15px;
    transform: translateY(5px) rotate(0deg);
	opacity: 0;
	transition: all ease-out 0.25s;
	transform-origin: center;
}

#tableContent table thead th {
	display: none;
    position: sticky;
	z-index: 10;
    top: 80px;
    background-color: #fff;
}

#tableContent table thead th.visible {
	display: table-cell;
}

#tableContent table thead th.ordered span .material-icons {
	opacity: 1;
}

#tableContent table thead th.desc span .material-icons {
	transform: translateY(5px) rotate(0deg);
}

#tableContent table thead th.asc span .material-icons {
	transform: translateY(5px) rotate(180deg);
}

#tableContent table thead th,
#tableContent table tbody tr td  {
	vertical-align: super;
}

#tableContent table tbody tr td  {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 280px;
	height: 60px;
}

#tableContent table tbody tr td.pastDate a {
	color: red;
}

#tableContent table thead th.hidden {
	display: none;
}

#paginationController {
	display: flex;
	align-items: center;
	justify-content: center;
}

#paginationController div {
	display: flex;
	align-items: center;
}

#paginationController div .paginationButton {
	cursor: pointer;
}

#paginationController #paginationCounter {
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}


@media screen and (min-width:320px) and (max-width:768px) {

	#login-wrapper #logo {	
		 top: 0;	
	}
	
	#login-wrapper #logo img {	
		 width: 200px;
	}

	#admin-login {
		display: none;
		right: 20px;
		top: 20px;
	}

	#hamburger{
		position: absolute;
    	top: 50%;
    	right: 20px;
    	transform: translateY(-50%);
		font-size: 32px;
		font-weight: bold;
	}

	#sidebar {
		left: -100vw;
		width: 100%;
		transition: all 0.25s ease-in;
	}

	#sidebar.active {
		left: 0;
	}

	#sidebar > ul > li.navAdmin,
	#sidebar > ul > li.navLogout {
		display: block;
	}

	#filtersBox .filterCol {
		height: auto;
	}

	#fieldsBox label {
		width: calc(50% - 22px);
	}

	#main-container {
		padding: 70px 0;
		min-height: 100vh;
		box-sizing: border-box;
	}

	#main-container h2 {
		font-size: 24px;
		text-align: center;
		margin: 12px;
		overflow: hidden;
	}

	#tableButtons {
		justify-content: center;
	}

	#tableButtons.onScroll {
		width: 100%;
		bottom: 0;
		top: auto;
		right: auto;
		flex-direction: row;
	}

	#exportButton {
		display: none;
	}

    .tableWrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tableWrapper table {
        width: 100%;
    }

	#tableContent .tableWrapper table thead th {
		top: 0;
	}

	#tableContent table .orderButton span, #tableContent .paginationButton {
		white-space: nowrap;
	}

	#tableContent table thead span.arrow {
		position: absolute;
		top: 0;
	}

	#tableContent table td, 
	#tableContent table th {
		padding: 15px 30px;
	}

}



