/* Spark CSS */
html{
  background: url('/images/spark1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%
}
body {
  background: url('/images/spark1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%
}

a.fc-event {color:#ffffff}
a.fc-event:hover {color:#ffffff}
a.fc-event:visited {color:#ffffff}

div.mobile {display:none;}

div.container {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    padding: 0px;
    padding bottom: 5px;
}

div.post {
    display: flex;
    background-color: rgba(115, 115, 115, 0.2);
    color: #000000;
    border: 2px solid #b9b9b9;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}

div.section {
    padding: 10px;
    background-color: rgba(115, 115, 115, 0.2);
    color: #000000;
    border: 2px solid #b9b9b9;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}

div.textCenter {
    text-align: center;
}

span.glyphicon-arrow-up {
    font-size: 25px;
}

span.glyphicon-arrow-up:hover {
    transition: text-shadow 0.5s ease;
    text-shadow: 0px 0px 8px #ff0066;
}

span.glyphicon-arrow-down {
    font-size: 25px;
}

span.glyphicon-arrow-down:hover {
    transition: text-shadow 0.5s ease;
    text-shadow: 0px 0px 8px #008ae6;
}

div.postInner {
    display: flex;
    background-color: rgba(150, 150, 150, 0.2);
    color: #000000;
    border: 2px solid #b9b9b9;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*div.cell {
    display: table-cell;
}*/

div.postbody {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.flex {
    display: flex;
}

div.postButtons {
    float: right;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

div.postcard {
    text-align: center;
    border-right: 2px solid #b9b9b9;
}

div.masterRow {
    width: 100%;
    padding: 10px
}

div.userWrapper {
    width: 400px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    border: 2px solid #b9b9b9;
    border-radius: 20px;
}

img.postimage{
    width: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
}

h1{
    font-family: 'Baloo Thambi', cursive;
    color: #2c544f;
    margin: 20px;
    font-size: 42px;
}

h2.tight{
    font-family: 'Baloo Thambi', cursive;
    color: #2c544f;
    margin: 2px;
    font-size: 30px;
}

h2{
    font-family: 'Baloo Thambi', cursive;
    font-size: 30px;
    color: #000000;
    margin: 20px;
}

h2.profile {
    font-size: 3vw;
    margin: 0px;
    margin-top: 10px;
}
#cke_body{
    margin: 10px;
}

h2.post {
    font-family: 'Baloo Thambi', cursive;
    font-size: 40px;
    color: #4b968d;
    margin: 0px;
    margin-top: 5px;
}

h3 {
    margin: 10px;
    font-family: 'Baloo Thambi', cursive;
    font-size: 20px;
    color: #2c544f;
}


h4 {
    font-family: 'Baloo Thambi', cursive;
}

h4.post {
    font-family: 'Baloo Thambi', cursive;
    font-size: 18px;
    color: #555555;
}

textarea {
    min-width: 100%;
    min-height: 300px;
}

a.postlink {
    font-size: 22px;
}

a {
    color: #05a4ad;
	cursor: pointer;
}

a:visited {
    color: #05a4ad;
}

a:hover {
    color: #06dae6;
}

a.navbar-brand{
  font-family: 'Lobster';
  color: #ffffff !important;
  padding-top: 10px;
  font-size: 40px;
  text-shadow: 4px 4px #000000;
}

span.score{
    font-family: 'Press Start 2P', cursive;
    font-size: 15px;
}

span.postinfo{
    font-size: 16px;

}

span.error{
    color: red;
    font-weight: 600;
}

span.daytotal{
    float: right;
    font-size: 18px;
    padding-bottom: 10px;
}

span.periodtotal{
    font-size: 24px;
    padding-bottom: 10px;
}

span.success{
    color: green;
    font-weight: 600;
}

span.profileInfo{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

select.form-control{
    width: inherit;
}

input {
  width: 275px;
  display: block;
  border: 1px solid #999;
  height: 25px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
form.sparkform * {
    display: block;
}

form.sparkform input{
	width: 275px;
    margin: 5px;
    display: inline;
    border: 1px solid #999;
    height: 35px;
    width: 300px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    padding: 10px;
	max-width: 95%;
}

form.multiform textarea{
    width: 98% !important;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline;
    border: 1px solid #999;
    height: 35px;
    width: 98%;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    padding: 10px;
    max-width: none;
    min-width: unset;
    min-height: 150px;
}

form.sparkform button{
    width: 115px;
    font-size: 20px;
    background: #ff5e5e;
    color: #ffffff;
    background-image: linear-gradient(to bottom, #18e2ce, #3f98b3);
    border-radius: 10px;
    text-shadow: 1px 1px 3px #666666;
    font-family: 'Baloo Thambi', cursive;
    padding: 4px;
}

form.sparkform select{
	width: 175px;
    /* width: 275px; */
    margin: 5px;
    display: inline;
    border: 1px solid #999;
    height: 35px;
    /* width: 300px; */
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    padding-left: 10px;
}

form.multiform select {
    width: 15%;
}

form.multiform input.task {
    width: 20%;
}

form.multiform input.note {
    width: 60%;
}

form.multiform input.note2 {
    width: 35%;
}

form.multiform button {
	display: inline;
}


input.title {
  max-width: 50%;
  display: block;
  font-size: 16px;
  padding: 5px;
  font-weight: 600;
}

input.front {
  margin-bottom: 5px
}

label{
    text-align: right;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Roboto', cursive;
}

table.employees{
	overflow-x: auto;
	border: 1px solid black;
    border-collapse: collapse;
	width: 100%;
}

table.employees tr:nth-child(even) {
    background-color: #eee;
}

table.employees th, td {
	border: 2px solid #ababab;
    border-collapse: collapse;
    padding: 3px;
}

table.tasks{
	overflow-x: auto;
	border: 1px solid black;
    border-collapse: collapse;
	width: 100%;
}

table.tasks tr:nth-child(even) {
    background-color: #eee;
}

table.tasks th, td {
	border: 2px solid #ababab;
    border-collapse: collapse;
    padding: 3px;
}


table.hours{
	overflow-x: auto;
	border: 1px solid black;
    border-collapse: collapse;
	width: 100%;
}

table.hours tr:nth-child(even) {
    background-color: #eee;
}

table.hours th, td {
	border: 2px solid #ababab;
    border-collapse: collapse;
    padding: 3px;
}


ul.employees {
	display:none;
	margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    padding: 0pc;
}

ul.employees li{
	padding: 15px;
}

ul.employees li:nth-child(odd) {
    background-color: #eee;
}

ul.phonelist {
	margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    padding: 0pc;
}

ul.phonelist li{
	padding: 15px;
	overflow: auto;
}

ul.phonelist li a{
	float: right;
}

ul.phonelist li:nth-child(odd) {
    background-color: #eee;
}

td.Incomplete{
    color: #FF3333;
}

td.Complete{
    color: #198019;
}

span.Incomplete{
    color: #FF3333;
}

span.Complete{
    color: #198019;
}

table.tasks tbody tr td:nth-child(1) {
	width: 175px
}

table.tasks tbody tr td:nth-child(4) {
	width: 100px
}

table.tasks tbody tr td:nth-child(5) {
	width: 140px
}

input.submit {
      height: auto;
      margin: auto;
      background: #ff5e5e;
      background-image: linear-gradient(to bottom, #18e2ce, #3f98b3);
      border-radius: 10px;
      text-shadow: 1px 1px 3px #666666;
      font-family: 'Baloo Thambi', cursive;
      color: #ffffff;
      font-size: 24px;
      padding: 3px 10px 3px 10px;
      text-decoration: none;
}

.taskadder {
    width: 98% !important;
    margin: 5px !important;
}

.go {
    height: auto;
    margin:auto;
    margin-top: 2px;
    background: #ff5e5e;
    background-image: linear-gradient(to bottom, #18e2ce, #3f98b3);
    border-radius: 10px;
    text-shadow: 1px 1px 3px #666666;
    font-family: 'Baloo Thambi', cursive;
    color: #ffffff;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    border: 1px solid #999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.save {
    height: auto;
    margin:auto;
    margin-top: 2px;
    background: #ff5e5e;
    background-image: linear-gradient(to bottom, #18e2ce, #3f98b3);
    border-radius: 10px;
    text-shadow: 1px 1px 3px #666666;
    font-family: 'Baloo Thambi', cursive;
    color: #ffffff;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    border: 1px solid #999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.floatRight {
    float: right;
    margin: 5px;
}

input.submit:hover {
  background: #ff7f7f;
  background-image: linear-gradient(to bottom, #219e92, #439c87);
  text-decoration: none;
}

div.postbody img {
    max-width: 100% !important;
    height: auto !important;
    border: 5px solid rgb(255, 255, 255);
    margin: 5px;
}

#cke_1_contents img {
    max-width: 100% !important;
    height: auto !important;
}

img.profilePic {
    max-width: 150px;
    width: 100%;
    margin: 10px;
    margin-left: 2px;
}

div.input-group{
    float:left !important;
}

.datejump {
    width: 440px;
    margin-left: 20px;
    margin-top: 7px;
}

.frontcal {
    width: 230px;
}

.plusButton {
    cursor: pointer;
    font-size: 30px;
    color: #118390;
    margin-top: 10px;
}

.plusButton:hover {
    color: #48b1bd;
}

@media screen and (max-width: 1025px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .datejump {
        width: inherit;
    }

    .frontcal {
        width: inherit;
        margin-right: 15px;
    }

    .go {
        width: 98%;
        margin-right: 15px;
        margin-top: 10px;
        padding: 7px;

    }

    .save {
        width: 97%;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        padding: 7px;
        float: none;

    }
    select.form-control {
        width: 98%;
        margin-right: 15px;
        margin-top: 10px;
        padding: 7px;

    }

    button.interdate {
        width: 98%;
        margin-right: 15px;
        margin-top: 10px;
        padding: 7px;

    }

    h2.post {
    font-size: 32px;
    }

    div.input-group {
        float: inherit !important;
    }

    div.postInner {
        border: 1px solid #b9b9b9;
        margin: 5px;
    }

    div.userWrapper {
        width: 100%;
        height: 100%;
        padding: 10px;
        position: absolute;
        top: inherit;
        left: inherit;
        transform: inherit;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000000;
        border: 0px solid #b9b9b9;
        border-radius: 0px;
    }

    form.multiform select {
        width: 40%;
    }

    form.multiform input.task {
        width: 55%;
    }

    form.multiform input.note {
        width: 98%;
        max-width: 98%;
        margin-bottom: 20px;
    }

    .plusButton {
        font-size: 50px;
    }
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #c73d3d;
    color: white;
}

.modal-header h2 {
	color: #FFFFFF;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Body */
.modal-body p {margin-top: 10px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #c73d3d;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
	margin-top: 10%;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal {
	-webkit-animation-name: animatebg;
    -webkit-animation-duration: 1s;
    animation-name: animatebg;
    animation-duration: 1s;
	background-color: rgba(255, 255, 255, 0.84);
}

.close {
	float: right;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modalbutton {
	margin: 10px;
    font-size: 18px;
}

.whitetext{
	color: #FFFFFF;
}

.whitetext:visited {
	color: #FFFFFF;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

button.interdate {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 230px;
    background: #ff5e5e;
    background-image: linear-gradient(to bottom, #18e2ce, #3f98b3);
    border-radius: 10px;
    text-shadow: 1px 1px 3px #666666;
    font-family: 'Baloo Thambi', cursive;
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    border: 1px solid #999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);

}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@-webkit-keyframes animatebg {
    from {background-color: rgba(255, 255, 255, 0);}
    to {background-color: rgba(255, 255, 255, 0.84);}
}

@keyframes animatebg {
    from {background-color: rgba(255, 255, 255, 0);}
    to {background-color: rgba(255, 255, 255, 0.84);}
}

@media only screen and (max-width: 800px) {
	table.employees {display: none;}
	ul.employees {display: inherit;}
	
	div.desktop {display: none;}
	div.mobile {display: inherit;}

	.modalbutton {
	margin: 10px;
    font-size: 18px;
	}

	.modal-header h2 {
	display: none;
	}
	
	.thinme {
	padding: 0 !important;	
	}
}

@media only screen and (max-width: 620px) {
    form.multiform select {
        width: 98%;
    }

    form.multiform input.task {
        width: 98%;
        max-width: 98%;
    }

    form.multiform input.note {
        width: 98%;
        max-width: 98%;
    }
	
	form.multiform input.note2 {
        width: 98%;
        max-width: 98%;
    }
}
