body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
    background-color: white;
}

.form {
  text-align: center;
  max-width: 500px;
	margin: 0 auto;
	position: relative;
  top: 50%;
  transform: translateY(50%);
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  padding: 40px 20px;
}

.form input {
  width: 200px;
	padding: 15px 25px;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
  outline: none;
  margin-bottom: 20px;
}

.form label {
  display: block;
  margin-bottom: 10px;
  color: #555;
}

.main__title {
  margin: 0 0 40px;
}

#password_reset_request_submit,
#login_submit,
#password_reset_token_submit {
  background: #99bf76;
  border: none;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 5px;
  width: 350px;
  outline: none;
}

.txt {
  font-size: 18px;
  margin-bottom: 40px;;
}

.txt--green {
  color: #00ce81;
}

#password_reset_request_submit:hover,
#login_submit:hover,
#password_reset_token_submit:hover {
  opacity: 0.8;
}

.form__link {
  color: #808080;
  text-decoration: none;
}

.form__link:hover {
  opacity: 0.7;
  color: #b23b3b;
}

.header__bar .form__link:hover {
  opacity: 0.7;
}

.header__bar {
  display: block;
  text-align: center;
  background: #ddd;
  padding: 20px;
  align-items: center;
}

.header__bar--right {
  margin-top: 30px;
}

.header__bar .main__title,
.header__bar p {
  padding: 0;
  margin: 10px 0;
}

.header__bar .main__title {
  margin: 0 auto 0 0;
}

@media screen and (min-width : 768px) {
  .header__bar {
    text-align: inherit;
    display: flex;
  }
  .header__bar--right {
    margin: 0;
    display: flex;
    margin-right: 0;
    margin-left: auto;
  }
  .header__bar .form__link {
    margin-left: 20px;
    vertical-align: middle;
  }
  .header__bar .main__title,
  .header__bar p {
    margin: 0;
  }
  .form input {
    width: 300px;
  }
}

.main-header {
  background-color: white;
}

.main-sidebar {
    background-color: unset; !important;
}

#logo {
  width: 15%;
  padding-bottom: 2%;
}

.login-logo {
  width: 30%;
  padding-bottom: inherit;
}

.navbar-custom-menu .user {
    color: #6ea06e;
}

a {
  color: #6ea06e;
}

.content-wrapper {
  padding-top: 4%;
}

.main-header {
  background-color: white;
  border-bottom: 2px solid #6ea06e;
}

.sidebar-menu, .sidebar-menu ul {
  padding-left: 0;
  padding-top: 40px;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  padding: 20px;
}

.total-time {
  font-weight: bolder;
}

.projects_times {
  font-size: smaller;
  vertical-align: baseline;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 0px 10px;
  text-align: center;
  vertical-align: baseline;
  width: 130px;
}

table.dataTable thead .sorting, .sorting_asc, .sorting_desc {
  text-align: center;
}

.paint-it-red {
  color: #de2828;
}

.is-weekend {
  color: #807f7d; !important;
}

.time-logged {
  color: #99C68E; ;
}

.email_checkbox {
  height: 17px;
  width: 17px;
  background-color: #eee;
}

.confirm-button {
  border: 2px solid #6da06e;
  background-color: white;
  color: #6da06e;
  padding: 2px 2px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
}

.confirm-button:hover {
  background-color: #6da06e;
  color: white;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.my-red {
  color: #de2828;
  background-color: white;
  border: 1px solid #de2828;
}

.my-green {
  border: 1px solid #6da06e;
  background-color: white;
  color: #6da06e;
}

/** show-more plus/minus circle in time-logs table */
.circle{
  border: 1px solid #6ea06e;
  box-shadow: inset 1px 1px 3px #fff;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: relative;
  margin: 4px;
  display: inline-block;
  vertical-align: middle;
  background: white;
}
.circle:hover{
  background: radial-gradient(#aaa, #fff);
}
.circle:active{
  background: #C0DEC7;
}
.circle:before,
.circle:after{
  content:'';position:absolute;top:0;left:0;right:0;bottom:0;
}
/* PLUS */
.circle.plus:before,
.circle.plus:after {
  background:green;
  box-shadow: 1px 1px 1px #ffffff9e;
}
.circle.plus:before{
  width: 2px;
  margin: 3px auto;
}
.circle.plus:after{
  margin: auto 3px;
  height: 2px;
  box-shadow: none;
}
/* MINUS */
.circle.minus:before{
  background: #cc0000;
  margin: auto 3px;
  height: 2px;
  box-shadow: 0px 1px 1px #ffffff9e;
}
/* CROSS */
.circle.cross:after,
.circle.cross:before{
  background: #000;
  margin: auto 4px;
  height: 2px;
  transform:rotateZ(45deg);
  box-shadow: 0px 1px 1px #ffffff9e;
}
.circle.cross:after{
  transform:rotateZ(-45deg);
}
hits
/* Setting page*/
.settings-title-color {
  color: #212529;
}
.check-show{
  background-color: #99C68E;
  border-radius: 8px;
  border-style: ;
}
.check-hide{
  background-color: #F75D59;
  border-radius: 8px;
}
.check-vacation{
  background-color: #59F2F7;
  border-radius: 8px;
}
.check-reset{
  background-color: #FFFFFF;
  border-radius: 8px;
}

.color-green-show{
  color: #99C68E;
}

ul#settings li {
  font-size: 125%;
  display: inline;
}

ul#settings input[type="radio"] {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Chrome, Safari, Opera */
  transform: scale(2);
  display: none;
}

ul#showhide li {
  font-size: 125%;
  display: inline;
}

ul#showhide input[type="radio"] {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Chrome, Safari, Opera */
  transform: scale(2);
}

.content-wrapper {
  overflow: auto !important;
}
