@font-face {
font-family: 'SF UI Display Ultralight';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Ultralight'), url('../fonts/sf-ui-display-ultralight-58646b19bf205.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Thin';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Thin'), url('../fonts/sf-ui-display-thin-58646e9b26e8b.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Light';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Light'), url('../fonts/sf-ui-display-light-58646b33e0551.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Medium';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Medium'), url('../fonts/sf-ui-display-medium-58646be638f96.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Semibold';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Semibold'), url('../fonts/sf-ui-display-semibold-58646eddcae92.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Bold';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Bold'), url('../fonts/sf-ui-display-bold-58646a511e3d9.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Heavy';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Heavy'), url('../fonts/sf-ui-display-heavy-586470160b9e5.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Black';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Black'), url('../fonts/sf-ui-display-black-58646a6b80d5a.woff') format('woff');
}

html {
  scroll-behavior: smooth;
}

body {
/*  background:url(../img/background.png) repeat-x top left;*/
  background: #f8f8f8;
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial;
  width: 100%;
      max-width: 100%;
    display: block;
    /*overflow: hidden;*/
  /*  white-space: nowrap;*/
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #4b4b4b;
    font-size: 14px;
    /*background-image: url(../img/pozadie.png);*/
    /*background-image: url(../img/bg1.jpg);*/

}
.center {
  text-align: center;
}
body.bg1 {
  background:url(../img/bg/1.jpg);
}
body.bg2 {
  background:url(../img/bg/2.jpg);
}
body.bg3 {
  background:url(../img/bg/3.jpg);
}
body.bg4 {
  background:url(../img/bg/4.jpg);
}
body.bg5 {
  background:url(../img/bg/5.jpg);
}
body.bg6 {
  background:url(../img/bg/6.jpg);
}
body.bg7 {
  background:url(../img/bg/7.jpg);
}


 @media screen and (orientation:landscape) {
      body.bg1 {
        background:url(../img/bg/desktop/1.jpg);
      }
      body.bg2 {
        background:url(../img/bg/desktop/2.jpg);
      }
      body.bg3 {
        background:url(../img/bg/desktop/3.jpg);
      }
      body.bg4 {
        background:url(../img/bg/desktop/4.jpg);
      }
      body.bg5 {
        background:url(../img/bg/desktop/5.jpg);
      }
      body.bg6 {
        background:url(../img/bg/desktop/6.jpg);
      }
      body.bg7 {
        background:url(../img/bg/desktop/7.jpg);
      }

 }


body.bg {
  background-size: cover;
}
body.bg h3, body.bg .userInfo {
  color: #fff;
}

.centeredOnScreen {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.homeLogo {
  max-width:300px;
  width:100%;
  margin-bottom:20px;
}

hr {
  border:0;
  border-top:2px solid #d6d3d2;
  display:block;
  height:1px;
  width:95%;
  margin: 10px auto
  
}

.button {
  background:#383838;
  color:#fff;
/*  text-transform: uppercase;*/
  border:none;
  padding:20px;
  font-size: 18px;
  letter-spacing:2px;
  text-decoration: none;
  border: 2px solid #fff;
  /*border-radius: 5px;*/
  max-width:400px;
  width: 100%;
}

.swarm-button {
  background:#383838;
  color:#fff;
/*  text-transform: uppercase;*/
  border:none;
  padding:10px;
  font-size: 18px;
  letter-spacing:2px;
  text-decoration: none;
  border: 2px solid #fff;
  /*border-radius: 5px;*/
  max-width:200px;
  width: 100%;
}

.swarm-button:disabled{
  opacity: 0.5;
}

.swarm-button:hover, 
.swarm-button:visited, 
.swarm-button:active,
.swarm-button:link{  
  color: white;
  text-decoration: none;
}

.apply-button {  
  padding: 5px;
  font-size: 13px;
}

/*.input input {
  height:35px;
  padding:10px 15px;
  margin-left: 5px;
}*/

.homeContainer {
  text-align:center;
}
.homeContainer .button{
  margin-top:15px;
  margin-bottom:15px;
}
.homeContainer label {
  text-transform:uppercase;
  margin-right: 10px;
}
.header {
  width:100%;
  max-width:1140px;
  margin:40px auto 10px auto;
}
.header .leftPanel {
  float: left;
  width:40%;
}
.header .logo {
  float: left;
  width:20%;
  text-align: center;
}
.header .rightPanel {
  float: right;
  width:40%;
  text-align: right;
}
.header .logo img {
  height:90px;
}
.header .userInfo{
    max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: 700;
    color: #4b4b4b;
    font-size: 14px;
}

.header .userInfo.more {
  -webkit-transition: max-height 0.25s; 
  -moz-transition: max-height 0.25s; 
  -ms-transition: max-height 0.25s; 
  -o-transition: max-height 0.25s; 
  transition: max-height 0.25s;  
  max-height:26px;
  overflow: hidden;
}
.header .userInfo.more.open {
  max-height: 500px;
  padding-bottom:20px;
}

.header .userInfo.more .activeRole:after {
   font-family: 'Font Awesome 5 Free';
  content: "\f0d7";
  display: inline-block;
  padding-left:10px;
}
.header .userInfo.more.open .activeRole:after {
  content: "\f0d8";

}
.header .userInfo.more a {
    color: #4b4b4b;
    text-decoration: none;
    display: block;  
    padding: 5px;
    padding-left: 0;
}

.header .userInfo.team {
  color:#c6142f;
}
/* DIRECTOR COLOR */
.headerBg.director {
  padding:1px;
  background:rgba(0, 0, 255, 0.1);
}
.bottom-menu.director {
  background:rgba(0,0,255, 0.5);
}
.bottom-menu.director .icon {
   background-color:rgba(0,0,255, 0.9);  
}
/* TEAM LEADER COLOR */
.headerBg.team_leader {
  padding:1px;
  background:rgba(255,100,0, 0.1);
}
.bottom-menu.team_leader {
  background:rgba(255,100,0, 0.5);
}
.bottom-menu.team_leader .icon {
   background-color:rgba(255,100,0, 0.9);  
}
/* TEAM MEMBER COLOR */
.headerBg.team_member {
  padding:1px;
  background:rgba(255, 0, 0, 0.1);
}
.bottom-menu.team_member {
  background:rgba(255,0,0, 0.5);
}
.bottom-menu.team_member .icon {
   background-color:rgba(255,0,0, 0.9);  
}


.bottom-menu {
  position: fixed;
  bottom: 0px;
  height: 40px;
  width: 100%;
  text-align:center;
  z-index: 2;
}
.bottom-menu .icon {
  height:24px;
  width:24px;
  margin-top:5px;
  display:inline-block;
  padding:3px;
  background-repeat: no-repeat;
  background-position: center center;
}
.bottom-menu .icon.logout {
  background-image: url(../img/icons/power-button.png);  
}
.bottom-menu .icon.contact-us {
  background-image: url(../img/icons/contac_us.png);
}
.bottom-menu .icon.companies {
  background-image: url(../img/icons/ranking.png);
}

/* BURGER MENU */
.burgermenu {
  position: relative;
}
.burgermenu input {
  display: none;
}
.burgermenu input + label {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 25px;
  width: 30px;
  z-index: 5;
}
.burgermenu input + label span {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #020304;
  transition: .5s;
}
.burgermenu input + label span:first-child {
  top: 3px;
}
.burgermenu input + label span:last-child {
  top: 23px;
}
.burgermenu label:hover {
  cursor: pointer;
}
.burgermenu input:checked + label span {
  opacity: 0;
  top: 50%;
}
.burgermenu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
.burgermenu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
.burgermenu input ~ nav {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 3;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}
.burgermenu input ~ nav > ul {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 20%;
  right: 20%;
  list-style: none;
}
.burgermenu input ~ nav > ul > li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  list-style: none;
}
.burgermenu input ~ nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #020304;
  font-weight: 700;
  font-family: sans-serif;
  display: block;
  padding: 15px;
}
.burgermenu input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
  background-color: rgba(255,255,255,0.98);
}
.burgermenu input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: .5s;
  list-style: none;
}
/* BURGER MENU END */
.cleaner {
  clear:both;
}
.centerContent {
  text-align: center;
  margin:0 auto;
}
.mw500 {
  max-width:500px;
}
.mw550 {
  max-width:550px;
}

.mw1200 {
  max-width:1200px;
}

.w300 {
  width:300px;
}
.w500 {
  width:500px;
}
.pad30 {
  padding:30px 0px;
}
.mt10 {
  margin-top:10px;
}
.mt30 {
  margin-top:30px;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.h20 {
  height: 20px;
}

.table td {padding:15px;}

h1 {
    text-transform: uppercase;
    font-family: 'SF UI Display Medium';
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 6px;
}
.departmentItem {
  font-size:18px;
  /*color:#4b4b4b;*/
  color:#fff;
}
.departmentItem td {
    border: 2px solid #fff;
   /* border-radius: 5px;*/
    background: #c6142f;
}

.departmentItem td:first-of-type {
  border-right:none;
  border-radius:5px 0px 0px 5px;
}
.departmentItem td:last-of-type {
  border-left:none;
  border-radius:0px 5px 5px 0px;
}


.departmentItem a i, .departmentItem a{
  /*color:#4b4b4b;*/
  color:#fff;
  text-decoration: none;
}
.table.rows {
  border-spacing: 0px 10px;
  border-collapse: separate;
}


textarea {
  border:1px solid #999;
}

/* Checkboxes */

.hidden-checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox label {
  padding-left: 0px;
}

/*
.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    

    display: inline-block;
}

.checkbox label::before{
    height: 16px;
    width: 16px;
    
    border: 1px solid;
    border-color: #999;
    left: 0px;
    border-radius:5px;
    
    top: 3px;
}

.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
    transform: rotate(-45deg);
    
    left: 4px;
    top: 7px;
    border-color: #c6142f;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.checkbox.input {
  width: 100%;
}
.checkbox input.labelLeft + label {
  height:60px;
  background: #ebeae9;
  width:100%;
  line-height:60px;
  box-sizing: border-box;
  text-overflow: unset;
  color:#999594;
  text-transform: none;
  border-radius: 5px;
  position: relative;
  font-size:15px;
  font-weight: normal;
  display: inline-block;
}
.checkbox input[type="checkbox"]:checked + label::before {
  content: none; 
}
.checkbox input.labelLeft + label::before {
  height:46px;
  border-right:2px solid #999594;
  margin-top:7px;
  float:left;
  width:1px;
  content: '';
  position: absolute;
  right: 30%;

}
.checkbox input.labelLeft + label::after {
  content: '';
  display: inline-block;
  height: 60px;
  width: 30%;
  background:#ebeae9 url(../img/icons/close-cross.png) no-repeat center center;
  float: right;
  border-radius: 0px 5px 5px 0px;
  background-size: 20px;
}
.checkbox input[type="checkbox"]:checked + label {
  font-weight: bold;
}
.checkbox input[type="checkbox"]:checked + label::after {
    background:#c01639 url(../img/icons/check-mark.png) no-repeat center center;
    background-size: 30px;
}

/* Checkboxes end */

/* Radio buttons */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"] + label:first-of-type {
  border-radius: 5px 0px 0px 5px;
}
[type="radio"] + label:last-of-type {
  border-radius: 0px 5px 5px 0px;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
   display: inline-block;
   cursor: pointer;
   height: 40px;
   margin: 0;
   padding: 0 20px;
   line-height: 40px; 
}
[type="radio"]:checked + label {
    background-color:#c01639;
    color: #fff;
} 
[type="radio"]:not(:checked) + label {
    background-color:#ebeae9;
    color: #999594;
}
type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"] + label:first-of-type {
  border-radius: 5px 0px 0px 5px;
}
[type="radio"] + label:last-of-type {
  border-radius: 0px 5px 5px 0px;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
   display: inline-block;
   cursor: pointer;
   height: 40px;
   margin: 0;
   padding: 0 20px;
   line-height: 40px; 
}
[type="radio"]:checked + label {
    background-color: /*#c01639*/ #383838;
    color: #fff;
} 
[type="radio"]:not(:checked) + label {
    background-color:#ebeae9;
    color: #999594;
}
/* Radio buttons end */

/* Radio buttons 
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #c6142f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Radio buttons end */
/* Range input */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.5px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #c6c5c5;
  border-radius: 2.5px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #ebeae9;
  height: 31px;
  width: 31px;
  border-radius: 30px;
  background: #ebeae9;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #c6c5c5;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #c6c5c5;
  border-radius: 2.5px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #ebeae9;
  height: 31px;
  width: 31px;
  border-radius: 30px;
  background: #ebeae9;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #c6c5c5;
  border: 0px solid #010101;
  border-radius: 5px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #c6c5c5;
  border: 0px solid #010101;
  border-radius: 5px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #ebeae9;
  height: 31px;
  width: 31px;
  border-radius: 30px;
  background: #ebeae9;
  cursor: pointer;
  height: 16px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #c6c5c5;
}
input[type=range]:focus::-ms-fill-upper {
  background: #c6c5c5;
}



/* Range input end */
.rangeLabel .level1 {color:#a6a6a6;}
.rangeLabel .level2 {color:#7f7f7f;}
.rangeLabel .level3 {color:#3f3f3f;}
.rangeLabel .level4 {color:#800000;}
.rangeLabel .level5 {color:#ff0300;}
.rangeLabel .level6 {color:#ff6600;}
.rangeLabel .level7 {color:#e1e100;}
.rangeLabel .level8 {color:#00db00;}
.rangeLabel .level9 {color:#008000;}
.rangeLabel .level10 {color:#04b632;}


#range-e10 .surveyQuestionRate::-ms-fill-lower {
    background: #04b632;
}
#range-e10 .surveyQuestionRate::-ms-fill-upper {
    background: #04b632;
} 
#range-e10 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #04b632;
}
#range-e10 .surveyQuestionRate::-moz-range-track {
    background: #04b632;
}
#range-e10 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #04b632;
}
#range-e10 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #04b632;
}
#range-e10 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #04b632;
}
/*----------------------*/

#range-e9 .surveyQuestionRate::-ms-fill-lower {
    background: #32c229;
}
#range-e9 .surveyQuestionRate::-ms-fill-upper {
    background: #32c229;
} 
#range-e9 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #32c229;
}
#range-e9 .surveyQuestionRate::-moz-range-track {
    background: #32c229;
}
#range-e9 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #32c229;
}
#range-e9 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #32c229;
}
#range-e9 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #32c229;
}
/*----------------------*/

#range-e8 .surveyQuestionRate::-ms-fill-lower {
    background: #69d11e;
}
#range-e8 .surveyQuestionRate::-ms-fill-upper {
    background: #69d11e;
} 
#range-e8 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #69d11e;
}
#range-e8 .surveyQuestionRate::-moz-range-track {
    background: #69d11e;
}
#range-e8 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #69d11e;
}
#range-e8 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #69d11e;
}
#range-e8 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #69d11e;
}
/*----------------------*/


#range-e7 .surveyQuestionRate::-ms-fill-lower {
    background: #abde10;
}
#range-e7 .surveyQuestionRate::-ms-fill-upper {
    background: #abde10;
} 
#range-e7 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #abde10;
}
#range-e7 .surveyQuestionRate::-moz-range-track {
    background: #abde10;
}
#range-e7 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #abde10;
}
#range-e7 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #abde10;
}
#range-e7 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #abde10;
}
/*----------------------*/


#range-e6 .surveyQuestionRate::-ms-fill-lower {
    background: #e1de06;
}
#range-e6 .surveyQuestionRate::-ms-fill-upper {
    background: #e1de06;
} 
#range-e6 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #e1de06;
}
#range-e6 .surveyQuestionRate::-moz-range-track {
    background: #e1de06;
}
#range-e6 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #e1de06;
}
#range-e6 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #e1de06;
}
#range-e6 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #e1de06;
}
/*----------------------*/

#range-e5 .surveyQuestionRate::-ms-fill-lower {
    background: #ffda00;
}
#range-e5 .surveyQuestionRate::-ms-fill-upper {
    background: #ffda00;
} 
#range-e5 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #ffda00;
}
#range-e5 .surveyQuestionRate::-moz-range-track {
    background: #ffda00;
}
#range-e5 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #ffda00;
}
#range-e5 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #ffda00;
}
#range-e5 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #ffda00;
}
/*----------------------*/

#range-e4 .surveyQuestionRate::-ms-fill-lower {
    background: #ffbb00;
}
#range-e4 .surveyQuestionRate::-ms-fill-upper {
    background: #ffbb00;
} 
#range-e4 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #ffbb00;
}
#range-e4 .surveyQuestionRate::-moz-range-track {
    background: #ffbb00;
}
#range-e4 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #ffbb00;
}
#range-e4 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #ffbb00;
}
#range-e4 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #ffbb00;
}
/*----------------------*/

#range-e3 .surveyQuestionRate::-ms-fill-lower {
    background: #f37c06;
}
#range-e3 .surveyQuestionRate::-ms-fill-upper {
    background: #f37c06;
} 
#range-e3 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #f37c06;
}
#range-e3 .surveyQuestionRate::-moz-range-track {
    background: #f37c06;
}
#range-e3 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #f37c06;
}
#range-e3 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #f37c06;
}
#range-e3 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #f37c06;
}
/*----------------------*/

#range-e2 .surveyQuestionRate::-ms-fill-lower {
    background: #d93e0d;
}
#range-e2 .surveyQuestionRate::-ms-fill-upper {
    background: #d93e0d;
} 
#range-e2 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #d93e0d;
}
#range-e2 .surveyQuestionRate::-moz-range-track {
    background: #d93e0d;
}
#range-e2 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #d93e0d;
}
#range-e2 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #d93e0d;
}
#range-e2 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
    background: #d93e0d;
}
/*----------------------*/

#range-e1 .surveyQuestionRate::-ms-fill-lower {
    background: #c00215;
}
#range-e1 .surveyQuestionRate::-ms-fill-upper {
    background: #c00215;
} 
#range-e1 .surveyQuestionRate::-webkit-slider-runnable-track {
    background: #c00215;
}
#range-e1 .surveyQuestionRate::-moz-range-track {
    background: #c00215;
}
#range-e1 .surveyQuestionRate:focus::-ms-fill-upper {
    background: #c00215;
}
#range-e1 .surveyQuestionRate:focus::-ms-fill-lower {
    background: #c00215;
}
#range-e1 .surveyQuestionRate:focus::-webkit-slider-runnable-track {
  background: #c00215;
}
/*----------------------*/

.commentContainer {
  background-color: #d2d2d2;
  border-radius:5px;
  width: 100%;
  padding: 1px 10px 1px 10px;
  box-sizing: border-box;
}
.commentContainer textarea {
  border:none;
  background: transparent;
  color: #737170;
  width: 100%;
  margin-bottom: 10px;
  min-height: 100px;
  resize: none;
}

/*.commentContainer:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 23px;
  width: 0;
  border-bottom: 12px solid #ebeae9;
  border-left: 1px solid transparent;
  border-right: 8px solid transparent;
}
*/
#SwarmSurveyIndexForm .checkbox.input {display:inline-block;}
.surveyForm label, .surveyForm .label, form .checkbox.input, #SwarmCompanyTeamLeaderEmailEditorForm label, #SwarmCompanyTeamLeaderEmailEditorForm .label, #SwarmCompanyTeamMemberEmailEditorForm label, #SwarmCompanyTeamMemberEmailEditorForm .label {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #4b4b4b;
    font-size: 14px;
    line-height: 24px;
  }

#SwarmSurveyIndexForm .days .checkbox.input:nth-child(n+2) {    
    border-left: 2px solid #868686;
  }


  /*#SwarmSurveyIndexForm .radio.input label{    margin-right: 20px;}*/
  .commentContainer {
    position: relative;    
    margin: auto;
    max-width: 600px;
  }
  .commentContainer .checkbox {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
  }
  .commentContainer label {
    width:51px;
    height: 31px;
    overflow: hidden;
    text-indent: 1000px;
    position: relative;
    padding:0;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin:20px;
  }
  .commentContainer .checkbox input[type="checkbox"]:checked + label::before {
      display: none;
  }
  .commentContainer label::before {
      background:url('../img/anonym.png') no-repeat top right;
      border:none;
      width:51px;
      height: 31px;
      top:0;
      left:0;
      background-size: 41px 62px;
      display: block;
  }
  .commentContainer .anonymouseName {
    height:40px;
    line-height: 40px;
    background: #b3b1b0;
    border-radius: 5px;
    color:#fff;

  }
  .commentContainer .anonymouseName .name{
    display:none;
  }
  .commentContainer .anonymouseName .anonym{
    display:inline-block;
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 40px
  }

  .commentContainer.showName .anonymouseName .name{
    display:inline-block;
  }
  .commentContainer.showName .anonymouseName .anonym{
    display:none;
  }
  .commentContainer .checkbox input[type="checkbox"]:checked + label::after {
      background:url('../img/anonym.png') no-repeat bottom right;
      border:none;
      width:51px;
      height: 31px;
      transform: none;
      left: 0;
      top: 0;
      background-size: 41px 62px;
  }

  #rating {margin:20px 0;}

  .dot {
    height: 10px;
    width: 10px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    margin:5px;
    margin-top: 20px;
    border:1px solid #c6142f;
}
.dot.active {
    background-color: #c6142f;
}
.mindfulnessContainer {
  width:90%; 
}

.mindfulnessContainer.mindfulness {
  position: fixed;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -1%);
}
.mindfulnessContainer h3 {
  background: #c6142f;
  color:#fff;
  border:2px solid #fff;
  border-radius: 5px;
  padding:15px;

}
.mindfulnessContainer .button {
  /*border:2px solid #fff;
  border-radius: 5px;*/
}
.mindfulnessContainer .button.next {
  display: block;
  height: 50px;
  width: 50px;
  background: url(../img/survey_button.png) no-repeat center center;
  background-size: 100%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";  
  text-indent: 1000px;
  overflow: hidden;
  float: right;
}
.mindfulnessContainer .button.send {
  display: block;
  height: 50px;
  width: 150px;
  /*background: url(../img/send_survey.png) no-repeat center center;
  background-size: 100%;
  text-indent: 1000px;
  overflow: hidden;*/
  /*float: right;*/
  margin-left: auto;
  margin-right: auto; 
  padding: 0; 
}

#rating {
  width:400px;
  /*height: 250px;*/
  background: url(/swarm/img/emoji_bird.png) no-repeat center -1250px;
  margin:20px auto;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#rating.e10 {
  background-position: center 0px;
}
#rating.e9 {
  background-position: center -250px;
}
#rating.e8 {
  background-position: center -500px;
}
#rating.e7 {
  background-position: center -750px;
}
#rating.e6 {
  background-position: center -1000px;
}
#rating.e5 {
  background-position: center -1250px;
}
#rating.e4 {
  background-position: center -1500px;
}
#rating.e3 {
  background-position: center -1750px;
}
#rating.e2 {
  background-position: center -2000px;
}
#rating.e1 {
  background-position: center -2250px;
}
.input.range {white-space: nowrap;position: relative;}
.input.range span {display:inline-block;    
  font-family: 'SF UI Display Medium';
    font-weight: normal;
    color: #737170;
    /*font-size: 16px;*/
    line-height: 24px;
    position: absolute;
    top:40px;
}
.input.range span.leftLabel {left:0px;}
.input.range span.rightLabel {right:0px;}
.input.range input {display:inline-block;width:100%;padding-bottom: 0px;background-color: transparent;}
.rangeLabel {width:100%;margin:0 auto;padding-top:10px;height:30px;text-align: center;}
.rangeLabel span { color:#737170;
        /*width:10%;
        display:inline-block;
        float:left; 
       -webkit-transition: all 0.15s;
       -moz-transition: all 0.15s;
         -o-transition: all 0.15s;
            transition: all 0.15s;*/
        }
        .rangeLabel span.active {font-size:20px;}
.rangeLabel .level1 {color:#c00215;}
.rangeLabel .level2 {color:#d93e0d;}
.rangeLabel .level3 {color:#f37c06;}
.rangeLabel .level4 {color:#ffbb00;}
.rangeLabel .level5 {color:#ffda00;}
.rangeLabel .level6 {color:#e1de06;}
.rangeLabel .level7 {color:#abde10;}
.rangeLabel .level8 {color:#69d11e;}
.rangeLabel .level9 {color:#32c229;}
.rangeLabel .level10 {color:#04b632;}
.tableName {
      font-size: 1.75rem;
      -webkit-font-smoothing: subpixel-antialiased;
      letter-spacing: .12em;
}
.dashBoardTable{
  border-bottom:1px solid silver;
  width: 286px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.dashBoardTable div {
  box-sizing: border-box;
}
.dashBoardTable .label {
  padding:10px;
  border-top:1px solid silver;
  border-right:1px solid silver;
  width: 236px;
  float:left;
}
.dashBoardTable .value {
  padding:10px;
  border-top:1px solid silver;
  width:49px;
  float:left;
}
.commentsContainer .label{
    padding: 8px;
    width:100%;
    text-align: left;
    text-transform: uppercase;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 400!important;
    border-bottom: 1px solid silver;
    margin-bottom: 10px;
}
.commentsContainer .column {
  float: left;
  width: 33.33%;
  text-align: left;
}
.commentsContainer {
  width:90%;
}
.clearAfter:after {
    content:"";
    clear:both;
    height:0px;
    display:block;
}
.commentsContainer .itemAuthor {
    display: block;
    text-align: left;
    font-size: .75rem;
    font-weight: 700;
    color: #c6142f;
    margin-bottom: 2em;
}
.commentsContainer .time {
    display: block;
    text-align: left;
    font-size: .65rem;
    font-weight: 700;
} 
}
.commentsContainer .item {
  font-size: .75rem;
}
#SwarmSurveySwarmTokenSurveyForm .userInfo {
  font-family: 'SF UI Display Medium';
  font-size: 20px;
  font-weight:normal;
  /* margin-bottom:45px; */
}
.rank {
  color:#c6142f;  
  font-size:25px;
  font-weight:bold;
  margin:20px 0;
}
.rankingContent {
  /*padding-top: 20px;*/
}
.rankingContent p, .rankingContent table {
  /*font-size:18px;*/
}
.rankingContent span.progressIcon {
  color:#c6142f;  
  font-size:25px;
  font-weight:bold;
}
.rankingContent .table th {
  background:#e8e8e8;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.rankingContent .table th:first-child {  
    border-left:none;
    padding:15px;
}

.rankingContent .table td {
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.rankingContent .table td:first-child {  
    border-left:none;
}
.rankingContent .table tr:last-child td {
  border-bottom:none;
}
.table td.progressIcon {
  border-left: none;
}

/* STATISTICS */ 

.statisticsTabs{  
  text-align: center;  
  margin: 10px auto 10px auto;
  display:table;
}

.statisticsTabs a {
  display:inline-block;  
  font-size: 15px;  
  /*letter-spacing:2px;*/
  text-decoration: none;  
  color:#999695;    
  background-color: #ebeae9;
  height: 50px;
  line-height: 50px;
  width:183px;
}

.statisticsTabs a.active {      
  background-color: #c01639;  
  color: white;
}

.inactiveTabOnLeft{
  background-color: #ebeae9;
}

.inactiveTabOnLeft:before {
    display: block;
    border-left: 2px solid #999695;    
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    margin-top: 5px;
}

.statisticsTabs a:first-of-type{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.statisticsTabs a:last-of-type{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* END OF STATISTICS */ 

.dashboardTabs {
  /*margin-bottom:20px;
  margin-top:65px;*/
  text-align: center;
  /*max-width: 820px;*/
  width:100%;
  margin: 55px auto 10px auto;
  display:table;
}
.dashboardTabs span {
  display: table-cell !important;
}
.dashboardTabs a:first-of-type {
  margin-left: 0px;
}
.dashboardTabs a {
  display:inline-block;
  margin-left:10px;
   font-size: 15px;
  border:5px solid #525656;
  letter-spacing:2px;
  text-decoration: none;
  /*border: 2px solid transparent;*/
  color:#fff;
  font-weight: bold;
  border-radius: 5px;
  background-color: #525656;
  height:30px;
  line-height: 30px;
  width:150px;
}
.dashboardTabs .tabs {
  height: 50px;
  display: inline-block;
  position: relative;
  /*top: -5px;*/
  width: 500px;
}
h1.dashboard {
  width: 100%;
  background-color: #c01639;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius:5px;
  margin:0;
}
.dashboardTabs a.active {
  background:#fff;
  color:#525656;
  letter-spacing:2px;
  text-decoration: none;
  border-radius: 5px;
}
.dashboardTabs .left-direction {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url(../img/year-left.png) no-repeat center center;
  background-size:100%;
}
.dashboardTabs .right-direction {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url(../img/year-right.png) no-repeat center center;
  background-size:100%;
  cursor: pointer;
}
.dashboardTabs .dots {
  height:50px;
  /*width: 100px;*/
  display: inline-block;
  background: url(../img/1dot.png) repeat-x center center; 
  background-size: auto 5px;
}
.dashboardTabs.center {
  text-align: center;
}
.dashboardTabs.center a {
  float:none;
}
.surveyForm label, .surveyForm .label,#SwarmSurveyIndexForm label, #SwarmSurveyIndexForm .label, #SwarmCompanyTeamLeaderEmailEditorForm label, #SwarmCompanyTeamLeaderEmailEditorForm .label, #SwarmCompanyTeamMemberEmailEditorForm label, #SwarmCompanyTeamMemberEmailEditorForm .label  {
  display:block;
  margin-top:20px;                          
}
#SwarmSurveyIndexForm .radio label, #SwarmSurveyIndexForm .checkbox label  {
  display: inline-block;
  margin-top:0;
}
.surveyForm .input.text input, #SwarmSurveyIndexForm .input.text input {
  width:500px;
  box-sizing: border-box;
  height:35px;
}
.input.file input {
  height:50px;
}
.chartLegend {
  text-align:center;
}
.chartLegend .title:first-of-type {
  margin-left:0;
}
.chartLegend .title {
  display:inline-block;
  margin-left:15px;
  padding-left:30px;
  background:url(../img/check-box-empty.png) no-repeat left center;
  line-height:30px;
  cursor:pointer;
}
.chartLegend .title.active.index1 {background-image:url(../img/check-box-1.png)}
.chartLegend .title.active.index2 {background-image:url(../img/check-box-2.png)}
.chartLegend .title.active.index3 {background-image:url(../img/check-box-3.png)}
.chartLegend .title.active.index4 {background-image:url(../img/check-box-4.png)}
.chartLegend .title.active.index5 {background-image:url(../img/check-box-5.png)}
.otherTeams a {
  display:block;
  font-size:1.3em;
  text-decoration:none;
  color:#4b4b4b;
  padding:5px;
}
.otherTeams {
  -webkit-transition: max-height 0.25s; 
  -moz-transition: max-height 0.25s; 
  -ms-transition: max-height 0.25s; 
  -o-transition: max-height 0.25s; 
  transition: max-height 0.25s;  
  max-height:0px;
  overflow: hidden;
}
.otherTeams.open {
  max-height: 1000px;
}
.otherTeamsActive:after {
   font-family: 'Font Awesome 5 Free';
  content: "\f0d7";
  display: inline-block;
  padding-left:10px;
}
.otherTeamsActive.open:after {
  content: "\f0d8";

}
.login.content {
  width:350px;
  margin:0 auto;
  margin-top: 120px;
}
.login .logo div {
  width:300px;
  height:200px;
  background:url(../img/admin/logo.png) no-repeat center bottom;
  background-size:100% auto;
  margin:0 auto;
  margin-bottom:20px;
}
.login label {
  text-transform:uppercase;
  width:100px;
  margin-right:10px;
  float:left;
  display:block;
  line-height:44px;
  display:inline-block;
}
.login .input.text input, .login .input.password input {
  width:100%;
  margin-bottom:5px;
  height:60px;
}
.login .submit {
  text-align:center;
}
.login .submit input {
  width:200px;
}

.centerBody.no-borders {
  border:none;
}
.centerBody {
  width: 100%;
  /*max-width: 1200px;*/
  /*border-left: 1px solid #c5c2c2;
  border-right: 1px solid #c5c2c2;*/
  margin: 0 auto;
  /*padding:10px;*/
  box-sizing: border-box;
  padding-bottom:90px;
}
.swarm-logo img {
  max-height: 80px;
}

.swarm-logo {
  text-align: center;
}

.header-logo {
  padding: 0px;
  padding-bottom:10px;
}
.company-logo {
  max-height: 80px;
  float: right;
  padding-top: 27px;
}
.company-logo img {
  width: 140px;
  margin-right: 20px;
}

#other-user-profiles .user-profile {
  padding-left:0px;
  border-radius: 0;
}
.user-profile, .search-header {
  background:#ebeae9;
  /*border-radius: 5px;*/
  margin:0 auto;
  width: 100%;
  color:#999695;
  padding: 10px;
  box-sizing: border-box;

}
.user-profile .icon, .search-header .icon {
  width: 40px;
  border-right: 2px solid #999695;
  float: left;
  margin-right: 10px;
  min-height: 40px;
  text-align: center;
  padding-right:7px;  
}
.user-profile .icon.has-more {
  background-color: #c01639;
  border-radius: 5px;  
  border: none;
}

.user-profile .icon img {
  max-height: 30px;
  margin-top: 5px;
  margin-left: 5px;
}

.search-header {
  min-height: 50px;
  margin-top:10px;
}
.search-header .icon img {
  max-height: 20px;
  margin-top:10px;
}
.search-header .input {
  float: left;
  width: 90%;
}
.search-header .input input{
  background: transparent;
  border:none;
  color:#999695;
  width: 100%; 
  min-height: 40px;
}
.user-profile .profile {
  float: left;
}

.user-profile .profile.active {
  font-weight: bold;
  letter-spacing: 0.5;
}

.user-profile .profile .role {
  text-transform: lowercase;
}

.user-profile .profile .username {
  /*line-height: 40px;*/
}

.centerBody {
  font-family: 'SF UI Display Medium';
}

.adminLayout .header {
  text-align:center;
  margin: 0;
  width:100%;
  max-width: 100%;
  box-sizing: border-box;
}
.adminLayout .header h1 {
  text-align:center;
  font-size:18px;
  font-family: 'SF UI Display Medium';
}
.adminLayout .button {
  background:#ebeae9;
  border-radius: 5px;
  margin:0 auto;
  width: 100%;
  max-width: 100%;
  color:#999695;
  padding: 10px;
  box-sizing: border-box;
}
.adminLayout .button.red {
  font-family: 'SF UI Display Medium';
  color: #fff;
  background-color: #2d2d2d;
  border:none;
  height:60px;
  padding:0;
  line-height:40px;
  display:inline-block;
  font-weight:normal;
  border-radius:5px;
  text-align: left;
  padding: 10px;
}

.adminLayout .button.red.save {
  text-align: center;
  /*width: 250px;
  float: right;
  margin-left: 5px;*/
}

.adminLayout .button .buttonIcon {
  display:inline-block;
  height:100%;
  width: 60px;
  margin-right:15px;
  float:left;
  text-align: center;
  border-right: 1px solid #fff;
}
.adminLayout .button .buttonIcon img {
  height: 20px;
  padding-top: 10px;
}
.adminLayout .datatable {
  margin:0 auto;
  border-spacing:3px;
  border-collapse:separate; 
  width: 100%;
}
.adminLayout .datatable.swarm .id, 
.adminLayout .datatable.swarm .slug, 
.adminLayout .datatable.swarm .created,
.adminLayout .datatable.swarm .header {
  display:none;                                
}
.adminLayout .datatable.swarm .name {
  color:#fff;
  background: #565656;
  padding:15px;
  border-radius: 5px;
}

.adminLayout .icon:first-of-type {
  border-left: none;
}
.adminLayout .icon {
  width:34px;
  height:34px;
  display:inline-block;
  overflow:hidden;
  color:transparent;
  text-indent:1000px;
  border-left: 1px solid #fff;
  text-align: center;
  padding: 0 10px;
  float:left;
}
.adminLayout .icon.email {
  background: url(../img/admin/edit_email_icon.png) no-repeat center center;
  background-size: 34px;
}
.adminLayout .icon.add {
  background: url(../icons/plus1_ikon.png) no-repeat center center;
  background-size: 34px;
}
.adminLayout .icon.edit {
  background: url(../img/admin/edit_icon.png) no-repeat center center;
  background-size: 21px;
}
.adminLayout .icon.user {
  background: url(../img/admin/user_icon.png) no-repeat center center;
  background-size: 16px;
}
.adminLayout .icon.delete {
  background: url(../img/admin/delete_icon.png) no-repeat center center;
  background-size: 16px;
}

.adminLayout .datatable.swarm td.actions {
  background-color: #2d2d2d;
  border-radius:5px;
  height:60px;
  width: 112px;
}

.swarmCompanies .form.add {
  display: none;
  background: #2d2d2d;
  color:#fff;
  border:none;
  padding:0;
  margin:0;
  margin-top:1px;
  border-radius:5px;
  position: relative;
}
.swarmCompanies .form.add fieldset{
  border:none;
  margin:0;
  padding:0;
}
.swarmCompanies .form.add.open {
  display: block;
}
.swarmCompanies .form .text {
  height:40px;  
}
.swarmCompanies .form #SwarmCompanyName {
  float: left;
  height: 40px;
  background: transparent;
  border:none;
  line-height: 40px;
  color:#fff;
  height: 40px;
  min-width: 200px;
  width: 75%;
}
.swarmCompanies .form #SwarmCompanyName::placeholder { 
  color: #fff;
  opacity:0.8;
}
.swarmCompanies .form .checkbox {
  height: 40px;
  text-align:left;
  font-weight: normal;
  min-width: 200px;
  width: 75%;
  float: left;
}
.swarmCompanies .form .checkbox label::after {
  border-color: #fff;
}
.swarmCompanies .form label {
  color:#fff;
}
.swarmCompanies .form .checkbox {
  display: block;
}
.swarmCompanies .form.add .submit {
  position: absolute;
  top: 4px;
  right: 10px;
}
.swarmCompanies .form .close.icon {
  display: block;
  width: 34px;
  height: 34px;
  background:transparent url(../img/admin/close.png) no-repeat center center;
  position: absolute;
  top:4px;
  right: 60px;
}
.swarmCompanies .form .submit input {
  border:none;
  width: 34px;
  height: 34px;
  text-indent: 1000px;
  overflow: hidden;
  display: block;
  background: transparent url(../img/admin/ok_icon.png) no-repeat center center;
}

.login .text input, .login .password input  {
  font-family: 'SF UI Display Medium';
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: none;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  color: rgba(40,40,40,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  box-sizing: border-box;
}

.login .text input {
  background: url(../icons/input_user.png) no-repeat 17px center/16px auto, linear-gradient(180deg, #edeceb 0, #f4f3f3 100%), rgba(252,252,252,1); 
  padding-left: 50px;
}
.login .password input {
  background: url(../icons/input_pass.png) no-repeat 17px center/16px auto, linear-gradient(180deg, #edeceb 0, #f4f3f3 100%), rgba(252,252,252,1); 
  padding-left: 50px;
}

.login .submit input {
  font-family: 'SF UI Display Semibold';
  background: #383838;
  border-radius: 11px;
  width:100%;
  text-transform: none;
  font-size:20px;
  border:none;
  margin-top:5px;
}
.swarmCompanies.index.adminLayout td.slug, .swarmCompanies.index.adminLayout td.created {
  display:none;
}

.footer-bar {
  background: #5e032e;
  border:none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: auto;
  right: auto;
  height: 60px;
  box-sizing: border-box;
  /*border-top:20px solid #fff;*/
  z-index: 110;
}
.footer-bar .white-stripe {
  width: 100%;
  position: absolute;
  height: 20px;
 /* background-color: #fff;*/
  top:-20px;
}
.footer-bar .icon:first-of-type {
  border-left: none;
}
.footer-bar .icon {
  border-left: 1px solid #fff;
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-indent: 1000px;
  padding:8px 20px;
  float: left;
  color: transparent;
}

.footer-bar .icon.logout {
  background: url(../img/admin/logout_icon.png) no-repeat center center;
  background-size: 25px;
}
.footer-bar .icon.contact-us {
    background: url(../img/icons/contact_us.png) no-repeat center center;
    /*background-size: 21px;*/
}
.footer-bar .icon.dashboard {
    background: url(../img/icons/dashboard.png) no-repeat center center;
    /*background-size: 21px;*/
}

.footer-bar .icon.ranking {
    background: url(../img/icons/ranking.png) no-repeat center center;
    /*background-size: 21px;*/
}
.footer-bar .icon.settings {
    background: url(../img/icons/settings.png) no-repeat center center;
    background-size: 42px;
}
.footer-bar .icon.team {
    background: url(../img/icons/team.png) no-repeat center center;
    background-size: 25px;
}

.datatable .addDirectorRow, .datatable .editCompanyRow {
 display: none;
  background: #2d2d2d;
  color:#fff;
  border:none;
  padding:0;
  margin:0;
  margin-top:1px;
  border-radius:5px;
  position: relative;  
}
.datatable .addDirectorRow.open, .datatable .editCompanyRow.open {
  display: block;
}
.datatable .addDirectorRow fieldset, .datatable .editCompanyRow fieldset {
  border:none;
  padding:0;
  margin:0;
}
.datatable .addDirectorRow .text, .datatable .editCompanyRow .text {
  width: 75%;
}
.datatable .addDirectorRow .text input, .datatable .editCompanyRow .text input {
  border:none;
  background: transparent;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 100%;
  min-width: 250px;
}
.datatable .addDirectorRow .text input::placeholder, .datatable .editCompanyRow .text input::placeholder { 
  color: #fff;
  opacity: 0.8;
}
.datatable .addDirectorRow form, .datatable .editCompanyRow form {
  padding:0;
  margin:0;
}
.datatable .addDirectorRow .submit, .datatable .editCompanyRow .submit {
  position: absolute;
  right:70px;
  top:6px;
}
.datatable .addDirectorRow .swarmCompanies.form .close.icon, .datatable .editCompanyRow .swarmCompanies.form .close.icon {
    position: absolute;
    top:6px;
    right:10px;
}
#SwarmFormHomeForm .email input {
  width: 100%;
  /*margin-bottom: 5px;*/
  height: 70px;
  background: linear-gradient(180deg, #edeceb 0, #f4f3f3 100%), rgba(252,252,252,1);
  font-family: 'SF UI Display Medium';
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: none;
  -webkit-border-radius: 11px;
  border-radius: 6px;
  color: rgba(40,40,40,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  box-sizing: border-box;

}
#SwarmFormHomeForm .button {
  padding-left:120px;
  background-image: url(../img/admin/button_send.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  height: 85px;
  text-transform: uppercase;
  margin-top: 0px;
}
#SwarmFormHomeForm {
  width: 100%;
  min-width: 380px;
}
#SwarmFormHomeForm hr {
  margin: 7px auto 5px auto;
}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}
.m10 {margin: 10px;}
.mt5 {margin-top: 5px;}
.mb5 {margin-bottom: 5px;}
.ml5 {margin-left: 5px;}
.mr5 {margin-right: 5px;}
.m5 {margin: 5px;}

.iconsGroup {
  height:50px;
  /*padding:13px 0px;*/
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
}
.blue1 {
  background-color: /*#1646be*/ #383838;
}
.blue2 {
  background-color: /*#0e296f*/ #212121;
}
.blue3 {
  background-color: #006180;
}
.blue4 {
  background-color: #0089b3;
}
.green1 {
  background-color: #077800;
}
.green2 {
  background-color: #099c00;
}
.orange1 {
  background-color: #c83a00;
}
.orange2 {
  background-color: #de4000;
}
.purple1 {
  background-color: #462aa0;
}
.purple2 {
  background-color: #7155c4;
}
.orange {
  background-color: #ff3b00;
}
.yellow {
  background-color: #ffd900;
}
.green {
  background-color: #64c802;
}
.blue {
  background-color: #00bbde;
}
.purple {
  background-color: #755ffb;
}
.grayTab {
  background-color: #ebeae9;
  color: #52504f;
  padding: 20px 27px 20px 27px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  letter-spacing: 0px;
}
.grayTabInactive {
  background-color: #c5c5c5;
  color: #949494;
  padding: 20px 24px 20px 24px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  letter-spacing: 0px;
}

.enterEmailRow{
  margin-bottom: 0px;
}

.subRow {
  padding-left:30px;
  background:url(../img/icons/sub_arrow.png) no-repeat left 10px;
  background-size: 20px auto;
}
.subRowClean {
    padding-left:30px;
}
.iconsGroup > a.icon {
  display: inline-block;
  width: 54px;
  height: 40px;
  margin-top: 5px;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0 13px; 
  border-left:1px solid #fff;
}
.iconsGroup > a.icon:first-of-type {
  border-left: none;
}
.icon.addUser {
  background: url(../img/icons/add-user.png) no-repeat center center;
  background-size: auto 33px;
}
.icon.link {
  background: url(../img/icons/link.png) no-repeat center center;
  background-size: auto 33px;
}
.icon.trash {
  background: url(../img/icons/trash.png) no-repeat center center;
  background-size: auto 33px;
}
.icon.plus {
  background: url(../img/icons/plus.png) no-repeat center center;
  background-size: auto 20px;
}
.icon.edit {
  background: url(../img/icons/edit.png) no-repeat center center;
  background-size: auto 33px;
}
.icon.send {
  background: url(../img/icons/send.png) no-repeat center center;
  background-size: 50px auto;
}

.treeLabel {
  height:50px;
  padding: 5px 0px 0px 13px;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  float:left;
  width: 250px;
}

.treeLabel>span {
  font-family: 'SF UI Display Thin';
  color:#fff;
  display: block;
  font-size: 15px;
}
.treeLabel .labelOfLabel {
     font-family: 'SF UI Display Semibold';
}    
.hierarchyForm {
  margin: auto;
  max-width: 600px;
  max-height: 0;
  position: relative;
  border-radius:5px;
  transition: max-height 0.3s ease-out, margin 0.4s ease-out;
  overflow: hidden;
}
.hierarchyForm.open {
  max-height: 200px; 
  margin: auto; 
  transition: max-height 0.5s ease-in, margin 0.4s ease-in;
}

.hierarchyForm.add {  
  margin-left: 30px;
}

.hierarchyForm fieldset {
  border:none;
  padding: 1px;
}

.hierarchyForm .close.icon {
  display: block;
  width: 34px;
  height: 34px;
  background: transparent url(../img/admin/close.png) no-repeat center center;
  position: absolute;
  top: 4px;
  right: 10px;
  text-indent: 100px;
  overflow: hidden;
}
.hierarchyForm .submit input {
    top: 1px;
    right: 60px;
    position: absolute;
    border: none; 
    width: 34px;
    height: 34px;
    text-indent: 1000px;
    overflow: hidden;
    display: block;
    background: transparent url(../img/admin/ok_icon.png) no-repeat center center;  
}
.hierarchyForm .text input, .hierarchyForm .email input {
    float: left;
    height: 40px;
    background: transparent;
    border: none;
    line-height: 40px;
    color: #fff;
    height: 40px;
    min-width: 200px;
    width: 75%;
    padding: 5px;
}  
.hierarchyForm input::placeholder { 
  color: #fff;
  opacity:0.8;
}
table.currentPeriod {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.currentPeriod thead tr {
  background:#b3b1b0;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.currentPeriod tbody tr {
  background:#d5d4d3;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  color: #525656;
  border-spacing: 0 3px;
}

.currentPeriod th, .currentPeriod td {
  table-layout: fixed;
  border-spacing: 5px;
}
.currentPeriod th{
  font-weight: normal;
  background:url(../img/icons/time.png) no-repeat left center;  
  background-size: 35px;
}
.currentPeriod td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width:20px;
}
.currentPeriod td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width:25%;
}
.currentPeriod td.value:before {
    display: block;
    border-left: 2px solid #fff;
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    margin-top: 5px;
}
.rankingTable {
  width: 100%;

}
.rankingContent .rankingTable th {
  background-color: #c01639;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border:none;
}
.rankingContent .rankingTable td {
  padding: 0;
  border:none;
}
.rankingTable td:first-child, .rankingTable th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width:50px;
}
.rankingTable th:first-child {
  background:#c01639 url(../img/icons/chart.png) no-repeat center center; 
  background-size: 35px;
}
.rankingTable td:last-child, .rankingTable th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width:25%;
}
.rankingTable th:before, .rankingTable td:before {
    display: block;
    border-left: 2px solid #fff;
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    margin-top: 5px;
}
.rankingTable th:first-child:before, .rankingTable td:first-child:before {
  display: none;
}
.rankingTable tr.active {
    background-color: #c01639;
    color: #fff;
}
#SwarmSurveyMorning1 + label, #SwarmSurveyMorning0 + label {
  width:50%;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}
.left-align {
  text-align:left;
}
#SwarmSurveyIndexForm {
  color:#999594;
}
#SwarmSurveyIndexForm .submit input {
  background-color: #c01639;
  border-radius: 5px;
}
.checkboxGroup {
  display: table;
  width: 100%;
  height: 60px;
}
.checkboxGroup .checkbox {
  display: table-cell !important;
  width: 14%;
}
.checkboxGroup .checkbox:first-child label {
  border-radius: 5px 0px 0px 5px;  
}
.checkboxGroup .checkbox:last-child label {
  border-radius: 0px 5px 5px 0px;  
}

.checkboxGroup label {
  color: #999594;
  display: block;
  width: 100%;
  line-height: 60px;
  background:#ebeae9;
  text-align: center;
}
.checkboxGroup label:first-child, .checkboxGroup label:last-child {
  background:#dbdad9;
}
.checkboxGroup .checkbox input:checked + label {
  background: /*#c01639*/ #383838;
  color:#fff;
}
.checkboxGroup .checkbox:first-child input:checked + label, .checkbox:last-child input:checked + label {
  /*background:#9c112c;*/
  color: #8a8a8a;
}

.resizeVertical{
  resize: vertical;
}

/* DROPDOWN  */
.dropDown{
  background-color: #dfdfde;
  border-radius: 5px;
  margin: 5px 0px 5px 0px;
  height: 45px;
  padding-left: 25px;  
  color: #808080;
  font-size: 18px;
  position:relative;
}

.dropDown.inactive{
  background-color: #848484; 
  color: #757575;  
}

.dropDownLabel{
  vertical-align: middle;
  position:absolute;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-top: 3px;
  width: 200px;
  border-right: 2px solid #a09999;
}

.dropDown.inactive .dropDownLabel{
  border-right: 2px solid #737373;
}

.dropDownSelectedValue, a.dropDownSelectedValue {
  position: absolute;
  left: 250px;
  padding-top: 12px;
  padding-bottom: 11px;
  right: 0;
  text-decoration: none;
  color: #808080;
}

.dropDownValuesContainer {
  position: absolute;
  left: 225px;
  top: 45px;
  right: 0px;  
  z-index: 100;
  background-color: #c7c7c7;
  border-radius: 5px;
}

.dropDownValueRow {    
  height: 45px;
}

.dropDownValue {  
  padding: 10px 10px 10px 25px;
}

.dropDownValue:hover {  
  background-color: #dadada;
}

.dropDownValueRow .active {  
  background-color: #ececec;
  border-radius: 5px;
}

.dropDownArrowDown {
  opacity: 0.6;
  margin-right: 15px;
  margin-top: 12px;
  -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  float: right;
  display: block;
  height: 17px;
  width: 11px;
  background-image: url(../img/arrow-down.png); 
}

/* DROPDOWN END */

/* STATISTICS DROPDOWNS */

.statisticsDropdown{
  background-color: #a6a6a6;
  border-radius: 5px;
  margin: 5px auto 5px auto;
  height: 50px;    
  color: white;
  /*font-size: 18px;*/
  line-height: 50px;
  position:relative;
}

.iconColumn, .monthColumn, .dayColumn, .yearColumn {
  display: inline-block;  
  position: absolute; 
}

.monthColumn:before, .dayColumn:before, .yearColumn:before {
    display: block;
    border-left: 2px solid #ebeae9;    
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    margin-top: 5px;
}

.inactive .monthColumn:before, .inactive .dayColumn:before, .inactive .yearColumn:before {
    border-left: 2px solid #929292; 
}

.statisticsDropdown .iconColumn{
  left: 10; 
  width: 52px;
}

.statisticsDropdown .dayColumn{
  left: 320; 
  width: 110px;
}

.statisticsDropdown .monthColumn{
  left: 70; 
  width: 250px;
}

.statisticsDropdown .yearColumn{
  left: 430; 
  width: 115px;
}

.statisticsDropdown .dropDownArrowDown{
  margin-top: 18px;
}

.statisticsDropdown .dropdownValuesContainer{
  left: 0;
}

.statisticsDropdown .valuesContainer{
  position: absolute;
  top: 50px;  
  background-color: #a6a6a6;
  border-radius: 5px;
  text-align: left;
  z-index: 100;
}

.statisticsDropdown.inactive{  
  background-color: #737373;
  color: #a5a5a5;
}

.statisticsDropdown .valuesContainer div{
  height: 30px;  
  line-height: 30px; 
}

.statisticsDropdown .valuesContainer div:hover{
  background-color: #b7b7b7;
}

.statisticsDropdown .valuesContainer .active{
  background-color: #b7b7b7;
}

.monthDropdown{
  left: 70px;
  width: 250px;  
}

.monthDropdown div{  
  padding-left: 91px;
}

.dayDropdown{
  left: 320px;
  width: 110px;  
}

.dayDropdown div{  
  padding-left: 25px;
}

.yearDropdown{
  left: 430px;
  width: 120px;  
}

.yearDropdown div{  
  padding-left: 25px;
}

/* STATISTICS DROPDOWNS END */

/* STATISTICS CHARTS START */
.statisticChartHeader{
  color: white;
  height: 50px;
  line-height: 40px;
  border-radius: 5px;
}

.statisticChartHeader.operatingSystem{
  background-color: #349c90;
}

.statisticChartHeader.questionTime{
  background-color: #35bc42;
}

.statisticChartHeader.unopenedSurveys{
  background-color: #9fcc29;
}

/* icon */
.statisticChartHeader span:nth-of-type(1) {
    border-right: 2px white solid;
    display: inline-block;
    width: 40px;
    margin-top: 5px;
    margin-left: 10px;
    background:url(../img/icons/time.png) no-repeat left center;  
    background-size: 35px;
}

/* title */
.statisticChartHeader span:nth-of-type(2) {
    position: relative;
    left: 50px;
}

.statisticChart{
  /*height: 200px;*/
}

.statisticChart .bar-container{
  width: 80px;   
  position: relative;
  left: auto !important;
  float: left;
  /*margin: 5px 5px 5px 0;*/
  font-size: 12px;
  /*background: url(../img/dots_separator.png) no-repeat right 40px;*/
}

.statisticChart .bar-container div{  
  margin: 0 2px 0 2px;  
}

.statisticChart .bar-container .top-value{
  height: 20px; 
  background-color: #d2d2d2; 
  margin-bottom: 4px;
  margin-top: 4px;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
}

.statisticChart .bar-container:nth-child(odd) .top-value{
  background-color: #e4e4e4;  
}

.statisticChart .bar-container .bar-background{
  height: 200px; 
  background-color: #d2d2d2;
  border-radius: 3px;
}

.statisticChart .bar-container:nth-child(odd) .bar-background{
  background-color: #e4e4e4;
}

.statisticChart .bar-container .bar-background .bar{
  position: relative;  
  background-color: #349c90;
  top: 100px;
  border-radius: 3px;
  margin: 0;
}

#chartQuestionTime .bar{   
  background-color: #278c30;
}

#chartQuestionTime .bar-container:nth-child(odd) .bar{   
  background-color: #35bc42;
}

#chartUnopenedSurveys .bar{   
  background-color: #9fcc29;
}

#chartUnopenedSurveys .bar-container:nth-child(even) .bar{   
  background-color: #87ad22;
}

.statisticChart .bar-container:nth-child(even) .bar-background .bar{
  background-color: #26736a;
}

.statisticChart .bar-container .bottom-arrow{
  height: 20px;  
  background-image: url(../img/label_arrow.png);
  background-repeat: no-repeat;
  background-size: 20px 5px;
  margin: 5px auto 0 auto;  
  width: 20px;
  height: 5px;
}

.statisticChart .bar-container .bottom-title{
  height: 50px;  
  text-align: center;  
  margin-top: 5px; 
  /*line-height: 80px; */
}

/* STATISTICS CHARTS END */

.statistic-filter-button{  
  border-radius: 5px;
  border: 0;
  max-width: 550px;
  height: 50px;
  line-height: 50px;
  background-color: #c01639;
  width: 100%;
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}

.statistic-filter-button .icon{
  float: left;
  border-right: 2px white solid;
  display: inline-block;
  width: 45px;  
  background:url(../img/icons/time.png) no-repeat left center;  
  background-size: 35px;
  line-height: 40px;
  margin-top: 5px;
  margin-left: 5px;
}

.navigationTabs{
  /*float: left;*/
  /*padding-top: 20px;*/
}

/* Smart editor start */

.save-buttons{
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.smart-editor {
  border-radius: 5px;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: auto;  
  padding: 5px;
  background-color: #ebeae9;
}

.smart-editor .selected{
  border: 2px solid #4816c0;
  border-radius: 5px;
}

.smart-editor a {
  display: block;
  max-width: 200px;
  margin: 25px auto 20px auto;
  background-color: #c01639;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  height: 40px;
  line-height: 40px;    
}

.email-part{
  border: 2px solid white;
  background-color: white;  
}

.email-part div,
.email-part img,
.email-part input,
.email-part textarea{  
  margin-top: 50px;
}

.email-part input, .email-part textarea {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: none;
  background-color: transparent;
  resize: none;
}

.email-part .salutation{
  font-size: 24px; 
  pointer-events: none;  
}

.email-part .logo{
  max-width: 250px; 
}

.email-part .body-text{  
  width: 95%;
  height: 100px;
}

.email-part .mail-button{
  pointer-events: none; 
}

.email-part .mail-button input{
  line-height: 40px;
  margin-top: 0;    
  width: 100%;
}

.tools-part{
  width: 100%;
  height: 140px;
  position: relative;  
}

.tools-part span{
  position: absolute;
  display: inline-block;
}

.tools-part .edit-button{ 
  width: 140px;
  color: #4816c0;
  background-color: white;
  border: 3px solid #4816c0;
  margin: 5px 0 5px 5px;
}

.tools-part .right-button span{ 
  position: absolute;
}

.tools-part .right-button span:nth-child(1){ 
  left: 10px;
  width: 65px;
}

.tools-part .right-button span:nth-child(2){ 
  height: 30px;  
  border-left: 1px solid #4816c0;
  left: 78px;
  width: 70px;
  background:url(../img/editEmail.png) no-repeat center;
  background-size: 55%;
  margin-top: 5px;
}

.tools-part .upload-button span:nth-child(2){  
  border-left: 1px solid white; 
  background:url(../img/upload.png) no-repeat center;  
}

.tools-part .right-button.in-edit-mode span:nth-child(2){ 
  height: 30px;
  border-left: 1px solid white;
  background:url(../img/ok.png) no-repeat center;
}

.tools-part .right-button.in-edit-mode{    
  background-color: #4816c0; 
  color: white; 
}

.tools-part .tool-button{  
  width: 60px; 
  margin: 5px 0 0 0;
  background-color: #cecece;
  display: inline-block;
  pointer-events: none;
  /*float: left;*/
}

.tools-part .tool-button div{  
  width: 21px;
  height: 22px;  
  margin: 9px auto 0 auto;
  padding-top: 18px;
}

.tools-part .tool-button.in-edit-mode{  
  background-color: #c01639;
}

.tools-icons-group {
  /*float: left;*/
  margin-top: 7px;
  display: inline-flex;
}

.tools-icons-group .circle {
  background: #4816c0;
  width: 36px;
  height: 36px;
  border-radius: 50%;  
  /*float: left;*/
  margin-left: 4px;
  display: none;
}

.tools-icons-group .circle div{
  width: 100%;
  height: 100%;
  /*background:url(../img/plus.png) no-repeat left center; */     
  background-size: 36px 36px;
}

.tools-icons-group .circle.in-edit-mode {  
  display: block;
}

.scale-button div{
  background:url(../img/editSize.png) no-repeat left center;      
  background-size: 21px 22px;
}

.font-button div{
  background:url(../img/editFont.png) no-repeat left center;      
  background-size: 21px 22px;
}

.color-button div{
  background:url(../img/editColor.png) no-repeat left center;      
  background-size: 21px 22px;
}

.tool-icon-size-plus div{
  background:url(../img/plus.png); 
}

.tool-icon-size-minus div{
  background:url(../img/minus.png); 
}

.tool-icon-font-bold div{
  background:url(../img/font01.png); 
}

.tool-icon-font-italic div{
  background:url(../img/font02.png); 
}

.tool-icon-font-normal div{
  background:url(../img/font03.png); 
}

.circle.hiddenEditable{
  opacity: 0.1;
}

.tool-icon-color-1 {
  background-color:  #0077e6 !important;
}
.tool-icon-color-2 {
  background-color:  #00b903 !important;
}
.tool-icon-color-3 {
  background-color:  #c01639 !important;
}
.tool-icon-color-4 {
  background-color:  #ff6e00 !important;
}
.tool-icon-color-5 {
  background-color:  #ffd900 !important;
}
.tool-icon-color-6 {
  background-color:  #8400d5 !important;
}
.tool-icon-color-7 {
  background-color:  black !important;
}
.tool-icon-color-8 {
  background-color:  #a3a3a3 !important;
}

.tool-icon-color-9 {
  background-color: white !important;
  border: 1px #4816c0 dashed;
}

.editable.hiddenEditable{
  opacity: 0.5;
}

.upload-button.hiddenEditable{
  opacity: 0.1;
  pointer-events: none;
}

a.upload-button{
  pointer-events: auto;
  margin-bottom: 2px;  
}

.saveChangesText{
  display: none;  
}

/*#tool-icon-color-9 div{
  background-size: 40px 39px;
  background:url(../img/bielaFarba.png) no-repeat left center; 
}*/


/* Smart editor end */

.anonym-eye + label{  
  height: 30px;
  width: 50px;
  background: url(../img/anonym.png) no-repeat center center;
  float: right;
  border-radius: 0px 5px 5px 0px;
  background-size: 30px;
  margin: 0 10px 0 0;
  top: 5px;
}

.anonym-eye:checked + label{  
  height: 30px;
  width: 50px;
  background: url(../img/anonym2.png) no-repeat center center;
  float: right;
  border-radius: 0px 5px 5px 0px;
  background-size: 30px;
  margin: 0 10px 0 0;
  top: 5px;  
}

.question-row{
  display: block;
  margin-bottom: 15px; 
}

.question-row div{
  display: inline-block;   
}

.question div{
  width: 90%;  
}

.question, .question input {
  max-width: 800px;
  width: 90%;
  height: 40px;  
  /*border-radius: 5px;*/
  border: none;
  background-color: #2d2d2d;
  color: white;
  text-align: center;
}

.question .min-max-text{
  display: block;
  margin: 10px;
}

.question .min-max-text div{
  display: inline-block;
  width: 30%;
}

.instructions {
   display:  block;
}

.instructions div{
    display: inline-block;
    background-color: #0e296f;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.swarm-input {
  padding: 10px;
  border-radius: 0px;
  border: none;
  min-width: 300px;
  text-align: center;
}

.survey-question-container {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  max-width: 600px;
  margin: auto;
  text-align: left;
}

.survey-question-container .title {
  display: inline-block;
  width: calc(100% - 70px);
  text-align: center;

}
.survey-question-container .icon {
  width: 50px;
  height: 50px;
  margin: 10px;
  display: inline-block;
}

.survey-question-container p.userInfo {
  display: inline-block;
}
.survey-question-container div:first-child{
  border-radius: 5px; 
}

.survey-question-container.q1 div:first-child{
  background-color: #16827e;
  color: black;
}

.survey-question-container.q2 div:first-child{
  background-color: #ace6d9;
  color: black;
}

.survey-question-container.q3 div:first-child{
  background-color: #7db5b3;
  color: black;
}

.diary .quote {
    width: 100%;  
    max-width: 600px;  
    margin-top: 25px;
    display: inline-block;
    background-color: #696969;
    color: white;
    padding: 10px;
    border-radius: 5px;    
}

.diary .question {
    line-height: 40px;
    width: 80%;
    margin-top: 25px;
    display: inline-block;
    background-color: #696969;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.diary textarea {
  padding: 10px;
  resize: none;
  height: 80px;
  width: 80%;
  border-radius: 5px;
}

select {
  padding: 10px;
  border-radius: 5px;
  min-width: 300px;
}

.menu{
  background: #2d2d2d;
  border:none;
  /*border-radius: 5px;*/
  padding: 10px;
  /*width: 100%; */
  height: 40px;  
  color: #d8d8d8;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  /*overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;*/
  z-index: 1000;
}

.menu-button{
  float: right;
}

.menu a {
  float: right;
  /*display: inline-block; 
  border-right: 1px solid white;
  padding-left: 5px; 
  padding-right: 5px;
  color: white;
  text-decoration: none;*/  
}

#menu-items a{
  text-align: center;
  display: block;
  background-color: #2d2d2d;
  color: #d0d0d0;
  padding: 3px;
  border-top: #353535 1px solid;
}

#menu-items a:hover{  
  text-decoration: none;
  background-color: #232323;
  color: white;
}

.diary-question-row{
  display: block;
  margin-bottom: 5px;
}

.diary-question-number{
  width: 100px;
  background-color:   #2d2d2d;
  padding:  5px;
  color:  white;
}

.diary-question-row div{
  display: inline-block;
}

.arrow-up{
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Safari 3-8 */
  transform: rotate(-45deg);
}

.arrow-down{
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari 3-8 */
  transform: rotate(45deg);
}

.commentsGroup{
  /*float: left;*/
  display: inline-block;
  width: 33%;
  margin: 0 auto 0 auto;
  max-width: 350px;
}

.commentsGroup-Header{
  border-radius: 6px;  
  color: black;
  margin-bottom: 2px;
  padding: 4px;
}

.commentsGroup-Header.q1{
  background-color: #16827e;
}

.commentsGroup-Header.q2{
  background-color: #ace6d9;
}

.commentsGroup-Header.q3{
  background-color: #7db5b3;
}

.chartDiv {
  height: 400px;
}

.chartOptions a{
  display: inline-block;
  background-color: #bdbdbd;
  padding: 5px;
  /*border-radius: 5px;*/
  color: black;
  margin-right: 2px; 
  width: 150px; 
}

.chartOptions .active{
  background-color: #4e4e4e;
  color: white; 
}

table{
  margin: auto; 
  text-align: center;
  width: 100%;
}

table th{
  height: 27px;
  background-color: #2d2d2d;
  margin-top: 5px;
  color: #d8d8d8;
  font-weight: normal;
  text-align: center;
  border-right: 1px solid white;
}

table tr{
  background-color: #e0e0e0;
  margin-top: 5px;
  border-top: 1px solid #c5c5c5;
}

table td {
  padding: 5px;
  margin: 2px;
}

.removeAction {
  color: #b54747;
}

.removeAction:hover{
  color: #383838;
}

a:hover {
  color: white;
  text-decoration: none;
}

.surveySettings{
  margin: auto;
  max-width: 600px;
}

.commentBubble{  
  max-width: 350px;
  background-color: #dcdcdc;
  border-radius: 10px;
  padding: 5px;
  font-size: 13px;
  margin: 0 auto 2px auto;
  text-align: left;
  position: relative;
}

.commentBubble:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 0;
  border-bottom: 10px solid #dcdcdc;
  border-left: 15px solid transparent;
  font-size: 15px;
  z-index: -1;
}

.highlighted.commentBubble:before {
  border-bottom-color: #3e3e3e;
}

.commentBubble-bottomDiv{  
  height: 10px;
  font-size: 8px;
  color: #a5a5a5;
}

.commentBubble-time{  
  display: inline-block;
  float: right;
}

.commentBubble-name{  
  display: inline-block;
  float: left;
}

.highlighted{
  background-color: #3e3e3e;
  color: #f0f0f0
} 

.chartLegend{
  margin-bottom: 10px;
}

.legend{
  min-width: 60px;
  display: inline-block;
  padding: 3px 5px;
  font-size: 15px;
  background-color: transparent;
  margin: 2px 2px 0 2px;
  border-top: none;
  color: black;
  border-radius: 5px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.legend.hiddenLegend{
  opacity: 0.6; /* Standard compliant browsers */
   -moz-opacity: 0.6; /* Firefox and Mozilla browsers */
   -webkit-opacity: 0.6; /* WebKit browser e.g. Safari */
   filter: alpha(opacity=60); /* For IE8 and earlier */
}

.swarm-link:hover{
  color: black;
}

.editRow{
  display: none;
}

.editRow.open{
  display: inherit;
}

.renameForm{
  height: 22px;
}

.faq > div{
  background-color: #e8e8e8;
  border: 1px solid #d8d8d8;
  max-width: 600px;
  margin: 10px auto;   
}

.faq > div > div{  
  padding: 10px; 
}

.faq > div > div:first-child{
  color: #d8d8d8;
  background-color: #2d2d2d;
}
