body {
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    font-family: "Open Sans";
}
*:focus{
	outline: none;
}
div#map {
    position: absolute;
    height: 100%;
    width: 100%;
}
#deleteitem{
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	z-index: 99;
	height: 200px;
	width: 200px;
}
.markersarea{
	display: none;
	position: fixed;
	height: auto;
	width: 150px;
	top: 40px;
	left: 200px;
	background-color: #fff;
}
.markersarea.startend{
	top: 90px;
}
.salespoint_name {
    position: fixed;
    height: 120px;
    z-index: 99;
    width: 190px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: none;
    background-color: #fff;
    padding: 10px;
}
.menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
  margin: 0 auto;
  top:0;
      -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
.menu-btn .menu-stripe:nth-child(2)  {
  opacity: 1;

  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:nth-child(2)  {
  background-color: #f16521;
  opacity:0;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  position: relative;
  display:block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -9px;
  position: relative;
  display:block;
      -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe{
  background-color: #e41e13;
        -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  height: 70px;
  width: 70px;
  z-index: 123;
  background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn .menu-stripe {
  display: block;
  width: 40px;
  height: 4px;
  margin: 5px auto;
  background-color: #00263a;
  position: relative;
      
}
.menuarea {
    position: fixed;
    right: -70px;
    width: 70px;
    height: calc(100% - 70px);
    top: 70px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menuarea.active {
	right:0;
   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.item {
    float: left;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
}
span.closeit {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    background-image: url(/images/closebutton.png);
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
}
.allstages {
    display: block;
    margin: auto;
    max-width: 768px;
    width: 100%;
    text-align: center;
}
.stages {
    float: left;
    width: 33.33333%;
    line-height: 33.33333vh;
}
.title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
a,a:hover{
	text-decoration: none;
}
.stage_sales {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #fff;
    line-height: 40px;
}
span.salepoint {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
}
span.salepoint:hover {
  background-color: #eee;
}
.salepoint + .salepoint{
  border-left: 1px solid #eee;
}
.person_form,.userform {
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.67);
} 
form#person_form,#user_form {
    position: relative;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 250px;
    padding: 30px;
    background-color: #f7f7f7;
}
label {
    float: left;
    width: 100%;
}
.person_form input,
.user_form input {
    float: left;
    width: 100%;
    height: 30px;
    margin: 10px 0;
}
.person {
    float: left;
    width: 250px;
    padding-left: 15px;
    margin: 8px 0;
}
.container .salespoint {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.poine_name {
    float: left;
    width: 100%;
    font-size: 24px;
}
.pointleader {
    font-size: 18px;
    color: red;
}
.buttonplace {
    float: left;
    width: 100%;
    padding: 10px 15px;
}
.persons {
    float: left;
    width: 100%;
}
.container {
    position: relative;
    margin: auto;
    max-width: 1170px;
}
.scrollable {
    float: left;
    width: 100%;
    overflow: auto;
    position: absolute;
    height: 100%;
}
.full_stages {
    position: absolute;
    right: 0;
    width: 80px;
    height: 100%;
    z-index: 123;
}
span.stage_name {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    height: calc(100% / 7);
    line-height: calc(100vh / 7);
    color: #fff;
    font-weight: bold;
    cursor: default;
}




















/*////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////*/
html {
  height: 100%;
  width: 100%;
  position: relative;
}
.bold {
  font-weight: bold;
}
.container {
  padding: 0;
}

.madeby img {
    vertical-align: bottom;
    display: inline-block;
    width: 90%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.5;
  background-color: #f6f6f6;
  color: #0a3d46;
  float: left;
}
.col1-11{
  width: calc((100% - 380px) / 15);
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.col1-5{
  width:calc(100% / 8);
  float: left;
  text-align: center;
  text-transform: uppercase;
}
main section{
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  line-height: 40px;
}
h1{
  text-transform: uppercase;
}
.daytotal,.pointinfo,.points,.rally_id,.rally_points,.rally_point{
  float: left;
  width: 100%;
}
.pointname{
  background-color: #0baac7;
}

.morningcheck,.locationcheck,.empty,.open,.editpoint,.teambutton,.status{
  float: left;
  line-height: 40px;
  min-height: 40px;
  width: 40px;
}
.rally_point:nth-child(odd){
  background-color: #1a616e;
  color: #fff;
}
.rally_point:nth-child(even){
  background-color: #216c79;
  color: #fff;

}
section img{
  vertical-align: middle;
}
.teams {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  color: #0a3d46;
}

.morningcheck{
  color: #cfcfcf;
}
.morningcheck.done{
  color: #79b02b;
}
.emptylong,.empty,.morningcheck,.locationcheck{
  background-color: #f6f6f6;
}
.emptylong,.lastmodified{
  float: left;
  min-height: 40px;
  width: 180px;
}
.member{
  float: left;
  width: 100%;
  text-align: center;
}
.member > div{
  float: left;
}
.name{
  width: 140px;
}
.lastname{
  width: 160px;
}
.isikukood{
  width: 140px;
}
.telefon{
  width: 140px;
}
.epost{
  width: 280px;
}
.edit{
  width: 30px;
}
.delete{
  width: 30px;
}
.open{
  color: #fff;
}
.lastmodified {
  background-color: #0baac7;
}
.status{
  background-color: #fff;
  color: #cfcfcf;
}
.status.almost{
  background-color: #c6c6c6;
}
.status.almost{
  background-color: #c6c6c6;
  color: #fff;
}
.status.done{
  background-color: #79b02b;
  color: #fff;
}
.rally_id {
  display: table;
  float: none;
  margin: auto;
  max-width: 1800px;
}
.rally_point,.col1-11{
  line-height: 40px;
}
.rally_id:nth-child(odd) .open,.rally_id:nth-child(odd) .pointname{
  background-color: #0baac7;
  color: #fff;
}
.rally_id:nth-child(even) .open,.rally_id:nth-child(even) .pointname{
  background-color: #0c94ad;
  color: #fff;
}
.rally_point:nth-child(odd) .teambutton{
  background-color: #0c94ad;
}
.rally_point:nth-child(even) .teambutton {
  background-color: #0baac7;
}
.rally_id .open.active{
  background-color: #db4840;
}
.rally_id:nth-child(odd) {
  background-color: #e2e2e2;
}
.rally_id:nth-child(odd) {
  background-color: #e2e2e2;
}
.rally_id:nth-child(even) {
  background-color: #fff;
}
.sales .container {
  display: block;
  width: 1800px;
  line-height: 1;
  margin: auto;
  max-width: 1800px;
}
.table{
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell{
  display: table-cell;
  vertical-align: middle;
}
.pointinfo .container .col1-11{
  line-height: 80px;
}
.pointinfo .container .h80{
  height: 80px;
  display: table;
  line-height: 1;
}
.pointinfo{
  background-color: #0e505c;
  color: #fff;
}
.daytotal{
  background-color: #007a90;
  color: #fff;
}
.daytotal .container{
 
  line-height: 40px;
}
.container .empty,.container .emptylong{
  background-color: transparent;
}
.headercont {
  display: block;
  margin: 25px auto;
  max-width: 1184px;
}

.left {
  float: left;
  width: 100%;
}
.right {
  float: left;
  width: 100%;
}
.logoarea img {
  height: 60px;
}
.logoarea {
  float: left;
  padding: 30px 40px;
  background-color: #fff;
}
.totaltext {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    padding-right: 32px;
    background-color: #fff;
    width: 100%;
    padding: 0;
    text-align: center;
}
.top {
  float: left;
  width: 100%;
  line-height: 60px;
  background-color: #0e505c;
  color: #fff;
  font-weight: bold;
}
.bottom {
  float: left;
  width: 100%;
  line-height: 60px;
  background-color: #db4840;
  color: #fff;
  font-weight: bold;
}
.totalheader {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.selectside {
  float: left;
  width: 255px;
}
.textareaside textarea {
  width: 880px;
  border: none;
  resize: none;
  height: 160px;
  padding: 5px;
}
.textareaside {
  float: left;
  padding: 15px;
  background-color: #ebebeb;
  height: 190px;
  margin-left: 9px;
}
.selections {
  display: none;
}
.selection {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  line-height: 60px;
  background-color: #0e505c;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.selection:hover .selections{
  display: block;
  position: absolute;
  height: 60px;
  line-height: 60px;
  bottom:0;
  cursor: pointer;
}
.selections span:nth-child(odd) {
  float: left;
  width: 100%;
  height: 60px;
  background-color: #0baac7;
  text-align: center;
}
.selections span:nth-child(even) {
  float: left;
  width: 100%;
  height: 60px;
  background-color: #0e505c;
  text-align: center;
}
.selections span.active{
  background-color: #db4840;
}
.selection:hover .selections {
  display: block;
  position: absolute;
  height: auto;
  line-height: 60px;
  top: 100%;
  z-index: 123;
  width: 100%;
}
span.arrow {
  float: right;
  width: 60px;
  height: 60px;
  background-color: #0baac7;
  background-image: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.sendbutton {
  float: left;
  width: 100%;
  text-transform: uppercase;
  background-color: #db4840;
  line-height: 60px;
  color: #fff;
    cursor: pointer;
}
.rally_ids .item-service:hover,.rally_ids .item-service.active{
  background-color: #0baac7;
  cursor: pointer;
}
.rally_ids{
  background-color: #0e505c;
  float: left;
  color:#fff;
  width: 100%;
}
.rally_ids .katsed{
  background-color: #db4840;
}
.rally_ids > div {
  text-align: center;
  height: 80px;
  float: left;
  width: 100px;
  line-height: 80px;
}

.pointsatid {
  float: left;
  width: 100%;
}

.point{
  display: table;
  color: #fff;
}
.members{
  float: left;
  width: calc(100% - 100px);
}
.container45{
  display: block;
  width: 1045px;
  margin: auto;
}
.pointplace{
  float: left;
  width: 100px;
}
.point {
  display: table;
  width: 100px;
  height: 100%;
}
.pointsatid:nth-child(even) {
  background-color: #e2e2e2;
}
.pointsatid:nth-child(odd) {
  background-color: #fff;
}
section.teammembers {
  margin-top: 30px;
}
.pointsatid:nth-child(even) .pointplace {
  background-color: #1a616e;
}
.pointsatid:nth-child(odd) .pointplace {
  background-color: #0baac7;
}
.addnew {
  position: relative;
  right: 0;
  float: right;
  padding: 0 25px;
  color: #fff;
  text-transform: uppercase;
  background-color: #79b02b;
  margin-top: -45px;
  line-height: 40px;
}
.empty,.emptylong{
  background-color: #f6f6f6;
}
main {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 80px;
}
.addnewmember, .modifypoint {
  position: fixed;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(255,255,255,.8);
  display: none;
}
.memberform {
  width: 460px;
  margin: auto;
}
.formitem {
  float: left;
  width: calc(100% - 40px);
}
.formlable {
  width: 150px;
  float: left;
  line-height: 40px;
  background-color: #1a616e;
  text-align: left;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.forminput {
  float: left;
  background-color: #fff;
  width: 270px;
  padding: 0px 15px;
  height: 40px;
}
.forminput input {
  line-height: 40px;
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 16px;
}
.forminput.cc{
  padding: 0 15px;
}

select {
  float: left;
  width: 100%;
  line-height: 30px;
  height: 30px;
  margin: 5px 0;
  background-color: #f6f6f6;
  border:none;
}
.savebutton {
  float: left;
  margin-top: 5px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  background-color: #db4840;
  color: #fff;
}
.membercontent {
  float: left;
  width: 100%;
}
.closebutton {
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(/images/closebutton.png);
  background-size: contain;
}
input:focus,textarea:focus,select:focus{
  outline: none;
}
.modifypoint .forminput{
  line-height: 40px;
  width: 130px;
  padding: 0 15px;
}
.modifypoint .formlable{
  line-height: 40px;
  width: 130px;
  font-size: 18px;
  padding: 0 15px;
}
.modifypoint .large{
  line-height: 130px;
  width: 130px;
  font-size: 24px;
  font-weight: bold;
  background-color: #db4840;
  text-align: center;
  color: #fff;
}
.modifypoint .large.vl{
  line-height: 130px;
  width: 130px;
  height: 130px;
  background-color: #1a616e;
  font-size: 20px;
  font-weight: bold;
}
.formtotal{
  font-weight: bold;
}
.modifypoint .memberform {
  width: 360px;
}
.modifypoint .savebutton {
  width: calc(100% - 70px);
  text-align: center;
}
.loginarea {
  width: 230px;
  margin: auto;
}
.loginarea input {
  height: 60px;
  width: 230px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 20px;
  background-color: #fff;
}

#login {
  width: 155px;
  margin: 0;
  margin-right: 20px;
  background-color: #db4840;
  color: #fff;
  height: 60px;
  border: none;
  float: left;
}
.logo {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.login{
  text-align: center;
}
.madeby {
    float: left;
    width: 264px;
    height: 60px;
    line-height: 70px;
    display: inline-block;
    padding: 30px 0;
    text-align: center;
}


#map{
  height: 100%;
  width: 100%;
}
.infowin {
  width: 235px;
}
.c13{
  float: left;
  width: 33%;
  text-align: center;
  line-height: 40px;
  margin-bottom: 3px;
}
.c23 {
  float: left;
  width: 66%;
  text-align: center;
  line-height: 40px;
  margin-bottom: 3px;
}
.c12{
  width: 50%;
  margin-bottom: 3px;
  float: left;
  text-align: center;
  line-height: 40px;
}


.c13.large {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: table;
    height: 84px;
}
span.tablecell {
    display: table-cell;
    vertical-align: middle;
}
.wh{
  color: #fff;
  background-color: #0e505c;
}
.re{
  color: #fff;
  background-color: #db4840;
}
.gr{
  background-color: #f1f1f1;
}
.c13.white {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.infowin {
  width: 235px;
  float: left;
  position: relative;
}
footer{
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;

}
.showmap {
  position: relative;
  height: 100%;
  width: 100%;
}
.menu {
  text-align: center;
  margin: auto;
  width: calc(190px * 5);
}
.menu .menuitem{
  float:left;
  width: 190px;
  cursor: pointer;
  line-height: 80px;
  text-transform: uppercase;
}
.m0{
  background-color: #fff;
}
.m1{
  background-color: #0a3d46;
  color: #fff;
}
.m2{
  background-color: #0e505c;
  color: #fff;
}
.m3{
  background-color: #db4840;
  color: #fff;
}
.m4{
  background-color: #0baac7;
  color: #fff;
}
.m7{
  background-color: #007a90;
  color: #fff;
}
.m5{
  background-color: #79b02b;
  color: #fff;
}
.m6{
  background-color: #d7d7d7;
  color: #fff;
}
.dash{
  padding-bottom: 80px;
}
header {
  float: left;
  width: 100%;
}
.addnewmember .formitem .cc {
  height: 80px;
}

.rally_points {
  display: none;
}
.teams {
  display: none;
}

 #panel {
        position: absolute;
        top:0;
        left: 0%;
        margin-left:;
        z-index: 5;
        background-color: transparent;
        padding: 5px;
        width: 100%;
        text-align: center;
      }
  #panel, .panel {
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 10px;
      }

      #panel select, #panel input, .panel select, .panel input {
        font-size: 15px;
        display: inline-block;  
        width:200px;
        float: none;
        border:none;
        text-transform: uppercase;
      }

      #panel select, .panel select {
        width:200px;
      }

      #panel i, .panel i {
        font-size: 12px;
      }
#panel input[type="checkbox"]{
  width: 20px;
}
.activo {
  text-transform: none;
  text-align: center;
}
.comment.m5:nth-child(odd){
  background-color: rgba(121, 176, 43, 0.9);
}
.comment.m2:nth-child(odd){
  background-color: rgba(14, 80, 92, 0.9);
}
.comment.m4:nth-child(odd){
  background-color: rgba(11, 170, 199, 0.9);
}
.comment.m3:nth-child(odd){
  background-color: rgba(219, 72, 64, 0.9);
}
.full-log .comment ,.cc {
  min-height: 60px;
  padding: 5px 0;
}
.login main {
  margin-top: 140px;
}
.login #login {
  width: 100%;
  margin: 0;
  margin-right: 20px;
  background-color: #db4840;
  color: #fff;
  height: 60px;
  border: none;
  float: left;
}
.login .madeby {
  margin-top: 30px;
  float: left;
  height: 120px;
  width: 230px;
}
.salseinfo {
  position: fixed;
  overflow: auto;
  width: 100px;
  top: 25%;
  left: 17%;
  height: auto;
  z-index: 12345;
}
.headercont button {
  background-color: #db4840;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 30px;
  border: none;
}
.right .col1-5 {
  width: calc(100% / 8);
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.saleid {
  background-color: #db4840;
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.slcount {
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background-color: #0baac7;
  margin-bottom: 2px;
}
.full-log .comment {
  min-height: 60px;
  float: left;
  width: 100%;
  border-bottom: 1px solid;
}
section{
  float: left;
  width: 100%;
}
span.joicemade,.pointjoice {
    padding: 0 15px;
}
.selectside .sendbutton {
    float: left;
    width: calc(100% - 30px);
    text-transform: uppercase;
    background-color: #db4840;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
}
.hidden{
  display: none !important;
}
.col-xs-3 {
    width: calc(25% - 30px);
    float: left;
    padding: 0 15px;
}
.col-xs-6 {
    width: calc(50% - 30px);
    float: left;
    padding: 0 15px;
}