.login-div{
  background-color: rgba(0, 0, 0, 0.75);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

@media (max-width: 767px) {
  .login-div{
    width: 100%;
  }
}

@media (min-width: 768px) {
  .login-div{
    max-width: 500px;
    border-radius: 4px;
  }
}

.login-form-style input[type="text"],
.login-form-style input[type="date"],
.login-form-style input[type="datetime"],
.login-form-style input[type="email"],
.login-form-style input[type="number"],
.login-form-style input[type="search"],
.login-form-style input[type="time"],
.login-form-style input[type="url"],
.login-form-style input[type="password"],
.login-form-style textarea,
.login-form-style select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #bbb;
    background: transparent;
    margin-bottom: 10px;
    height: 46px;
    color: #ddd;
    font-size: 1.2em;
    margin-bottom: 15px;
}
.login-form-style textarea{
    resize:none;
    overflow: hidden;
}
.login-form-style input[type="button"],
.login-form-style input[type="submit"]{
    background-color: #357df4;
    border: 1px solid #2d68c9;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    border-radius: 3px;
}
.login-form-style input[type="button"]:hover,
.login-form-style input[type="submit"]:hover {
    background-color:#2d68c9;
}

.hidden{
  display: none;
}

.overview-year{
  text-align: center;
  font-size: 5em;
  font-weight: 300;
  padding: 15px;
  color: #fff;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

@media (max-width: 767px) {
  .overview-year{
    margin: 30px 0px 30px 0px;
  }

  .overview-year{
    font-size: 3em;
  }
}

@media (min-width: 768px) {
  .overview-year{
    margin: 150px 0px 150px 0px;
  }
}

.overview-month, .overview-month-current{
  font-size: 1.1em;
  min-height: 260px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 2em;
}

.overview-month-detail{
  min-height: 490px;
}

.overview-month-current{
  background-color: #357df4;
  color: #fff;
}

.overview-month-current:hover{
  background-color: #2d68c9;
}

.overview-month-current > a{
  color: #fff !important;
}

.overview-month > a{
  color: #2d68c9 !important;
}

.overview-month:hover{
  background-color: #f8f8f8;
}

.overview-month-display{
  padding: 20px 0px 10px 0px;
  font-size: 1.5em;
  width: 100%;
}

.overview-month-detail-display{
  padding: 20px 0px 10px 0px;
  font-size: 1.6em;
}


.margin-menu-top{
  margin-top: 50px;
}

.nopaddingside{
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.nopaddingtopbot{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.nopadding{
  margin: 0px !important;
  padding: 0px !important;
}

.dayweek{
  font-size:0.9em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 2px;
  max-width: 85px;
}

.input-weight{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 34px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 1em !important;
  display: inline-block;
}

.input-rep{
  border-radius: 0px;
  width: 28px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 1em !important;
  display: inline-block;
  margin-left: -1px;
}

.input-rir{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 22px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 1em !important;
  display: inline-block;
  margin-left: -1px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

@media (min-width: 768px) {
  .input-weight{
    width: 38px;
  }

  .input-rep{
    width: 28px;
  }
}

.fingerpointer{
  cursor: pointer;
}

.square {
  float:left;
  background-color: #e2e2e2;
  position: relative;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

@media(max-width: 767px){
  .square {
    width: 50%;
    padding-bottom: 50%;
  }
}

@media(min-width: 768px){
  .square {
    width: 32.9%;
    width: -webkit-calc(33.33333333333333333333% - 2px);
    width: -moz-calc(33.33333333333333333333% - 2px);
    width: calc(33.33333333333333333333% - 2px);
    padding-bottom: 32.9%;
    padding-bottom : -webkit-calc(33.333333333333333333333333% - 2px);
    padding-bottom : -moz-calc(33.333333333333333333333333% - 2px);
    padding-bottom : calc(33.333333333333333333333333% - 2px);
  }
}

.square-text-wrapper{
  z-index: 90;
  color: #eee;
  width: 100%;
  position: absolute;
  text-align: center;
  top: calc(50% - 30px);
  font-size: 2.5em;
}

@media(max-width: 767px){
  .square-text-wrapper{
    top: calc(50% - 23px);
    font-size: 2em;
  }
}

.square-shadow{
  opacity: 0.3;
  z-index: 80;
  width: 100%;
  height: 100%;
  position: absolute;
  background:rgba(0,0,0,0.7);
}

.square-shadow:hover{
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media(max-width: 767px){
  .square-shadow{
    opacity: 0.6;
  }
}

.text-shadow {
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.editicon{
  color: #999;
}

.editicon:hover{
  color: #333;
}

@media(max-width: 767px){
  .youtubevideo {
     width: 100%;
     height: 320px;
   }
 }

 @media(min-width: 768px){
   .youtubevideo {
      width: 100%;
      height: 380px;
    }
  }

  @media(min-width: 992px){
    .youtubevideo {
       width: 800px;
       height: 450px;
     }
   }

  #timerwrapper.box-sliding {
    background-position: 0 100% !important;
  }

  #timerwrapper {
    position: fixed;
    bottom: 0px;
    background: #f0f0f0;
    width: 100%;
    height: 110px;
    z-index: 10;
    text-align: center;
    background-size: 100% 200%;
    -webkit-transition: background-position 10s !important;
    -moz-transition: background-position 10s !important;
    transition: background-position 10s !important;
    transition-timing-function: linear !important;
  }

  #timerwrapper > div {
    position: absolute;
    bottom: 4px;
    width: 100% !important;
  }

  #timerwrapper.full-screen {
    height: 100% !important;
    z-index: 10000 !important;
  }

  #timerwrapper.full-screen #tutcounter,
  #timerwrapper.full-screen #breakcounter {
    font-size: 7em !important;
  }

  #tutcounter, #breakcounter {
    font-size: 5.2em;
    font-weight: 300;
    margin-top: -27px;
  }
