html {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    background-color: #e9e9e9;
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	height: 100% !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

*:focus,
input:focus,
select:focus,
    textarea:focus,
    button:focus {
    outline: none;
}

h1 {
	color: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
}

h2 {

}

h3 {

}

h4 {
    border-bottom: 1px solid #c0c0c0;
	color: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	font-weight: 200;
	text-transform: uppercase;
    padding: 0px 0px 24px 0px;
    margin: 0px 0px 48px 0px;
    width: 100%;
}

hr {
	border: 0;
	border-top: 1px solid #d1d1d1;
	height: 0px;
	margin-top: 91px;
	margin-bottom: 91px;
	width: 400px;
}

a {
	color: #1278ba;
}

.move-right {
    float: right;
}

.move-left {
    float: left;
}


/* Header */

header {
    background-color: #fafafa;
	margin: 0px 0px 84px 0px;
	padding: 0px 20px 6px 20px;
}

header figure.logo {
	float: left;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 50%:
}

header figure.logo img  {
	height: auto;
	text-align: left;
	width: 20em;
}

header nav {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

header nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	border-radius: 6px;
	color: #4d4d4d;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	margin: 16px 2px 0px 2px;
	padding: 17px 24px 17px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

header nav ul li a:hover {
	background-color: #69C2A0;
	color: #ffffff;
}

header:after {
	content: "";
	display: table;
	clear: both;
}


/* Navigations */

nav.services {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

nav.services ul {
	list-style: none;
}

nav.services ul li {
	display: block;
}

nav.services ul li a {
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	color: #4d4d4d;
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 6px 4px 6px 8px;
	text-decoration: none;
	max-width: 180px;
}

nav.services ul li a:hover,
nav.services ul li a.active {
	border: 1px solid #1278ba;
	background-color: #1278ba;
	color: #ffffff;
}


/* Sections */

section.login {
	margin: 0px auto 0px auto;
	width: 520px;
}

section.services {

}

section:after {
	content: "";
	display: table;
	clear: both;
}


/* Workspaces */

section.workspaces {
    margin: 0px 48px 0px 48px;
}

section.workspaces ul.charms {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

section.workspaces ul.charms li {
    float: left;
    margin: 0px 40px 24px 40px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

section.workspaces ul.charms li:first-of-type {
    margin: 0px 12px 24px 0px;
}

section.workspaces ul.charms li:last-of-type {
    margin: 0px 0px 24px 12px;
}

section.workspaces ul.charms li a {
    color: #4d4d4d;
    text-decoration: none;
}

section.workspaces ul.charms li a {
    color: #4d4d4d;
    text-decoration: none;
}

section.workspaces ul.charms li a .fas {
    font-size: 0.9em;
    font-weight: 100;
    margin-right: 9px;
}

section.workspaces ul.charms li a img {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    display: block;
    margin: 0px 0px 9px 0px;
    padding: 9px 9px 9px 9px;
}

section.workspaces ul.charms li a:hover img {
    background: rgba(19, 117, 189, 0.4);
}


/* Tasks */

section.task-list {
    margin: 0px 48px 0px 48px;
}

section.task-list table td.description {
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}


/* Footer */

footer {
	bottom: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	width: 100%;
}

footer ul {
  	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 24px 0px 24px;

}

footer ul li {
	color: #778899;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	font-weight: 200;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
	width: 50%;
}

footer ul li:last-of-type {
	text-align: right;
}

footer:after {
	content: "";
	display: table;
	clear: both;
}


/* DataTables */

.dataTables_wrapper {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 200;
}

.dataTables_wrapper table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.dataTables_wrapper table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.dataTables_wrapper table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.dataTables_wrapper table th,
.dataTables_wrapper table td {
  padding: .625em;
  text-align: center;
}

.dataTables_wrapper table td.col-tools {
    padding-top: 16px;
}

.dataTables_wrapper table th {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 200 !important;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .dataTables_wrapper table {
    border: 0;
  }

  .dataTables_wrapper table caption {
    font-size: 1.3em;
  }

  .dataTables_wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .dataTables_wrapper table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .dataTables_wrapper table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .dataTables_wrapper table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .dataTables_wrapper table td:last-child {
    border-bottom: 0;
  }
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 200 !important;
    text-transform: uppercase;
}

.dataTables_wrapper .dataTables_length label select {
    margin-right: 9px;
    margin-left: 9px;
}

.dataTables_wrapper .dataTables_filter input[type=search] {
    min-width: 240px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 30px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 22px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: orange;
    border-radius: 6px !important;
}

.dataTables_wrapper .paginate_button.current {
    background-color: #ff0000 !important;
}


/* Form Elements */

.button-primary {
	background-color: #1278ba !important;
	border-color: #1278ba !important;
}

.button-primary.login {
	max-width: 240px;
}

.login-field {
	display: block;
}


/* Buttons */

button {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.5em;
    font-weight: 400;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
}

button .far {
    margin-right: 9px;
    font-weight: 100;
}

button.new {
    background-color: #6998C2;
    border: none;
    color: #ffffff;
}

button.access {
    background-color: #C2B969;
    border: none;
    color: #ffffff;
    margin-right: 12px;
    padding-left: 16px;
    padding-right: 6px;
    text-align: center;
}

button.edit {
    background-color: #6998C2;
    border: none;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
}

button.edit .far {
    text-align: center;
}

button.delete {
    background-color: #C26977;
    border: none;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    padding-right: 4px;
    padding-left: 12px;
}

button.comment {
    background-color: #9969C2;
    border: none;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    padding-right: 12px;
    padding-left: 14px;
}

button.comments .far {
    text-align: center;
}

button.complete {
    background-color: #9969C2;
    border: none;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
}

button.start-timer {
    background-color: #69C2A0;
    border: none;
    color: #ffffff;
    font-size: 0.9em;
    width: 158px;
}

button.stop-timer {
    background-color: #C26977;
    border: none;
    color: #ffffff;
}

button.run-timer {
    background-color: #C29569;
    border: none;
    color: #ffffff;
    text-align: left;
}

button.run-timer span {
    font-size: 1.2em;

}


/* Modal Overlays */

section.overlay {
    background: rgba(25, 25, 27, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

section.overlay .content {
    background-color: #ffffff;
    border-radius: 2px;
    left: 50%;
    position: fixed;
    margin: 0px 0px 0px -200px;
    padding: 2.8rem 3.4rem 1.8rem 3.4rem;
    position: relative;
    text-align: left;
    top: 14%;
    width: 400px;
    z-index: 999;
}

section.overlay .content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.0em;
}

section.overlay .content .close {
    color: #c0c0c0;
    cursor: pointer;
    font-size: 4.2rem;
    padding: 20px;
    position: absolute;
    top: -24px;
    right: 4px;
}

section.overlay .content .close:hover {
    color: #000000;
}

section.overlay .content p {
    color: #727272;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
    font-size: 1.0em;
    line-height: 1.6em;
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

section.overlay .content input,
section.overlay .content select,
section.overlay .content textarea {
    color: #6a6a6a;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    width: 100%;
}

section.overlay .content label {
    background: #ffffff url("../images/sq-select-arrow4.png") no-repeat;
    background-position: right center;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

section.overlay .content select {
    background-color: transparent;
    background-image: none;
    border: none;
    box-sizing: border-box;
    box-shadow: none;
    color: #6a6a6a;
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    width: 130%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section.overlay .content select focus ~ label {
    border: 1px solid #33C3F0;
}

section.overlay .content textarea {
    height: 260px;
}

section.overlay .content button {
    margin: 0.75em 0px 0px 0px;
    width: 100%;
}


/* Section Loading Animation (Spinner) */

.loading {
    border-left: 6px solid rgba(90,125,198,.15);
    border-right: 6px solid rgba(90,125,198,.15);
    border-bottom: 6px solid rgba(90,125,198,.15);
    border-top: 6px solid rgba(90,125,198,.8);
    border-radius: 100%;
    height: 40px;
    margin: 132px auto 0px auto;
    position: relative;
    width: 40px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

@-webkit-keyframes rotation {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes rotation {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(359deg); }
}

@-o-keyframes rotation {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(359deg); }
}

@keyframes rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}


/* Button Loading Animation (Spinner) */

.button-loading {
    border-left: 6px solid rgba(255,255,255,.15);
    border-right: 6px solid rgba(255,255,255,.15);
    border-bottom: 6px solid rgba(255,255,255,.15);
    border-top: 6px solid rgba(255,255,255,.8);
    border-radius: 100%;
    height: 20px;
    margin: 0px auto 0px auto;
    position: relative;
    width: 20px;
    -webkit-animation: button-rotation .6s infinite linear;
    -moz-animation: button-rotation .6s infinite linear;
    -o-animation: button-rotation .6s infinite linear;
    animation: button-rotation .6s infinite linear;
}

@-webkit-keyframes button-rotation {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes button-rotation {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(359deg); }
}

@-o-keyframes button-rotation {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(359deg); }
}

@keyframes button-rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}


/* Custom Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
