body {
  background:url(../img/bg.png);
  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;
  
}
.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;
  background:url(../img/hr.png) no-repeat center center;
  display:block;
  height:6px;
  width:65px;
  
}

.button {
  background:#c6142f;
  color:#fff;
  text-transform: uppercase;
  border:none;
  padding:15px;
  font-size: 15px;
  letter-spacing:2px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 5px
}

.input input {
  height:20px;
  padding:10px 15px;
}

.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;
}
.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;
}
.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);  
}

/* 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;
}

.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-size: 46px;
    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 */

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;
    
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 16px;
    width: 16px;
    
    border: 1px solid;
    border-color: #999;
    left: 0px;
    border-radius:5px;
    
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px;
}

/*Checkmark of the fake checkbox*/
.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;
}


/* Checkboxes 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: 6.35px 0;
  background: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
  background: #999999;
  border-radius: 1px;
  border: 1.1px solid #999999;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.45px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a8a8a8;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
  background: #999999;
  border-radius: 1px;
  border: 1.1px solid #999999;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #8a8a8a;
  border: 1.1px solid #999999;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
}
input[type=range]::-ms-fill-upper {
  background: #999999;
  border: 1.1px solid #999999;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
}
input[type=range]::-ms-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
  height: 11.3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #999999;
}
input[type=range]:focus::-ms-fill-upper {
  background: #a8a8a8;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.35px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
  background: #999999;
  border-radius: 1px;
  border: 1.1px solid #999999;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.45px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a8a8a8;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
  background: #999999;
  border-radius: 1px;
  border: 1.1px solid #999999;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #8a8a8a;
  border: 1.1px solid #999999;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
}
input[type=range]::-ms-fill-upper {
  background: #999999;
  border: 1.1px solid #999999;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
}
input[type=range]::-ms-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
  height: 11.3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #999999;
}
input[type=range]:focus::-ms-fill-upper {
  background: #a8a8a8;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.35px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
  background: #999999;
  border-radius: 1px;
  border: 1.1px solid #999999;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.45px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a8a8a8;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
  background: #999999;
  border-radius: 1px;
  border: 1.1px solid #999999;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #8a8a8a;
  border: 1.1px solid #999999;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
}
input[type=range]::-ms-fill-upper {
  background: #999999;
  border: 1.1px solid #999999;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #444444, 0px 0px 0.9px #515151;
}
input[type=range]::-ms-thumb {
  box-shadow: 2.6px 2.6px 3.7px #444444, 0px 0px 2.6px #515151;
  border: 2px solid #c6142f;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #c6142f;
  cursor: pointer;
  height: 11.3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #999999;
}
input[type=range]:focus::-ms-fill-upper {
  background: #a8a8a8;
}


/* Range input end */

#SwarmSurveyIndexForm .checkbox.input {display:inline-block;}
.surveyForm label, .surveyForm .label,#SwarmSurveyIndexForm label,#SwarmSurveyIndexForm .checkbox.input, #SwarmSurveyIndexForm .radio.input, form .checkbox.input, #SwarmSurveyIndexForm label, #SwarmSurveyIndexForm .label, #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 .radio.input label{    margin-right: 20px;}
  #rating {margin:20px 0;}

  .dot {
    height: 15px;
    width: 15px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    margin:5px;
    margin-top: 20px;
}
.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;

}
#rating {
  width:65px;
  height: 65px;
  background: url(/swarm/img/emoji_red.png) no-repeat center -260px;
  margin:20px auto;
  transition:background-position 1s ease;
}
#rating.e10 {
  background-position: center 0px;
}
#rating.e9 {
  background-position: center -65px;
}
#rating.e8 {
  background-position: center -130px;
}
#rating.e7 {
  background-position: center -195px;
}
#rating.e6 {
  background-position: center -260px;
}
#rating.e5 {
  background-position: center -325px;
}
#rating.e4 {
  background-position: center -390px;
}
#rating.e3 {
  background-position: center -455px;
}
#rating.e2 {
  background-position: center -520px;
}
#rating.e1 {
  background-position: center -585px;
}
.input.range {white-space: nowrap;}
.input.range span {display:inline-block;    
    font-weight: 700;
    color: #4b4b4b;
    font-size: 14px;
    line-height: 24px;
}
.input.range input {display:inline-block;width:60%;padding-bottom: 0px;}
.rangeLabel {width:60%;margin:0 auto;padding-top:10px;height:30px;}
.rangeLabel span {
        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:#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:#3366ff;}
.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-size: 20px; font-weight:bold;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;
}

.dashboardTabs {
  margin-bottom:20px;
}
.dashboardTabs a {
  display:inline-block;
  float: right;
  margin-left:10px;
  padding:5px 10px;
  font-size: 12px;
  border:none;
  letter-spacing:2px;
  text-decoration: none;
  border: 2px solid transparent;
  color:#c6142f;
  font-weight: bold;
}
.dashboardTabs.center {
  text-align: center;;
}
.dashboardTabs.center a {
  float:none;
}
.dashboardTabs a.active {
  background:#c6142f;
  color:#fff;
  border:none;
  letter-spacing:2px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 5px;
}
.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";

}