@font-face{
    font-family: 'Zemestro';
    src: url('fonts/zemestrostd.otf');

}

@font-face{
    font-family: 'Zemestro-bold';
    src: url('fonts/zemestrostd-bold.otf');
}

*{
  font-family: 'Zemestro';
}

#loadinggif {
    display: none;
}

.responsive-header {
    background-color: #e53526;
    /* 
    e53526
    ad382a
    ff8070
    e4b1d7
    f4ff67
    c9ffa5
    94ffe7
    bfbfbf
    e9e9e9
    f6f6f6
    9aff6b */
}

body{
    margin: 0;
    font-family: 'Zemestro';
}

#main{
    margin-left: 200px;
}

.responsive-header > span {
    padding: 24px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #e53526;
    overflow-x: hidden;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 0px;
}

.sidenavlist{
    display: block;
    padding-bottom: 7px;
}
#department{
    display: none;
}

#grade{
    display: none;
}

#region{
    display: none;
}

#deptMarketing{
    display: none;
}

#deptFinance{
    display: none;
}

#surveystatus{
    display: none;
}

#dlbtn{
    display: inline-table;
    background: transparent;
    width: 50px;
    margin: 15px;
    border: 1px solid transparent;
}

#dlbtn:hover{
    border: 1px solid white;
}

.tab{
    background: #555555;
    color: white;
    width: 22.5%;
    display: inline-block;
    text-align: center;
    margin: 10px;
    padding: 5px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab:hover{
    cursor: pointer;
    background: #ad382a;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidenav a {
    position: absolute;
    padding-top: 15px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Zemestro';
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidenav > div > img {
    padding-top: 10px;
    padding-left: 15px;
}

.sidenavlist a:hover{
    text-decoration: none;
    color: white;
}

.sidenavlist:hover {
    color: #f1f1f1;
    background-color: #ad382a;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#mySidenav{
    width: 200px;
    opacity: 1;
}

.sidenavpic {
    color: #ddd;
    margin-bottom: 0px;
}

.picholder {
    width: 120px;
    height: 120px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 100%;
    background-color: #e9e9e9;
}

.headpicholder{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 10px;
    border-radius: 100%;
    background-color: #e9e9e9;
}

.headpicholder > i {
    position: absolute;
    padding-left: 34px;
    padding-top: 35px;
    font-size: 32px;
}

.headtextholder {
    display: inline-block;
}

.headtextholder > h3 {
    font-family: 'Zemestro';
    position: relative;
}

.headtextholder > h5 {
    font-family: 'Zemestro';
    position: relative;
}

#chart_div > table{
    border-collapse: separate;
}

.sidenavpic i {
    position: absolute;
    margin-top: 35px;
    margin-left: 34px;
    font-size: 50px;
    color: #bfbfbf;
}

.sidenavlogo img {
    width: 50px;
}

#username {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px;
    -webkit-margin-before: 0.3em;
    font-family: 'zemestro-bold';
    height: 20px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}

#userdescription{
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after:1.25em;
    font-size: 12px;
    height: 14px;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
}
#sidenavresponse{
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    background-color: #ff8070;
}

#piclogo {
    width: 40px;
    position: absolute;
    top: 160px;
    left: 120px;
}

.mainname {
    background-color: #f6f6f6;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    max-width: 90%;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#box{
    display: inline-block;
    background-color: #e9e9e9;
    margin: 2px;
    width: 48%;
    min-width: 100px;
    height: 150px;
    text-align: center;
    text-decoration: none;
    font-family: 'Zemestro';
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#box:hover{
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
    border: 1px rgba(0,0,0,0.1) solid;
    box-shadow: #999999 -5px 5px 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#box > img {
    max-width: 60px;
    margin-top: 35px;
    height: 52px;
}

table {
    margin: auto;
    box-shadow: -5px 5px #bfbfbf;
}

#asbr{
    background-color: #e9e9e9;
    font-family: 'Zemestro';
    margin-top: 60px;
}

#asbr tr:hover{
    background-color: #bfbfbf;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#asbr th{
    text-align: right;
    background-color: #e53526;
    color: white;
    font-family: 'Zemestro';
    padding: 8px 15px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 300;
}

#asbr td {
    
    margin-left: 40px;
    font-size: 16px;
    padding: 5px 20px;
}

#asbc{
    background-color: #e9e9e9;
    font-family: 'Zemestro';
    margin-top: 30px;
    margin-bottom: 30px;
}

#asbc tr:hover{
    background-color: #bfbfbf;
}

#asbc th{
    text-align: right;
    background-color: #e53526;
    color: white;
    font-family: 'Zemestro';
    padding: 8px 15px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 300;
}

#asbc td{
    
    margin-left: 40px;
    font-size: 16px;
    padding: 5px 20px;
}

#dimmed{
    text-align: center; 
    color: #999999;
    font-size: 12px !important;
}

#dimmed2{
    text-align: center;
    font-size: 12px !important;
}

.buttonbox{
    height: 320px;
    margin: auto;
}

.boxsection{
    margin: auto;
    width: 90%;
}

#survey{
    font-family: 'Zemestro';
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

#survey tr:hover{
    background-color: #bfbfbf;
}

#survey tr{
    background-color: #e9e9e9;
}

#survey th{
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.2);
    background-color: #e53526;
    color: white;
    font-family: 'Zemestro';
    padding: 8px 15px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 300;
}

#survey td{
    margin-left: 40px;
    font-size: 16px;
    padding: 5px 10px 0px 10px;
    border-right: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#survey td:hover{
    cursor: pointer;
}

.surveyslot {
    background-color: #f6f6f6;
    margin-top: 4px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.surveypicholder{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 10px;
    border-radius: 100%;
    background-color: #e9e9e9;
}

.surveypicholder > i {
    position: absolute;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 20px;
}

.surveytextholder {
    display: inline-block;
    margin: 0px 3%;
    width: 15%;
}

.surveytextholder > h4 {
    font-family: 'Zemestro';
    position: relative;
    text-align: right;
}

.surveytextholder > h6 {
    font-family: 'Zemestro';
    position: relative;
    text-align: right;
}

.remindbtn{
    float: right;
    background-color: red;
    color: white;
    padding: 10px;
    margin-top: 25px;
    margin-right: 5px;
}

.remindbtn:hover{
    cursor: pointer;
}

a:hover{
    text-decoration: none !important;
}

#survey a{
    color: #000;
    width: 100%;
}

#rankgrid{
    font-family: 'Zemestro';
    margin-top: 10px;
    margin-bottom: 30px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#rankgrid th{
    text-align: right;
    background-color: #e53526;
    color: white;
    font-family: 'Zemestro';
    padding: 8px 15px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 300;
}

#rankgrid td{
    background-color: #e9e9e9;
    margin-left: 40px;
    font-size: 16px;
    padding: 0px;
}

#rankgrid img {
    position: absolute;
    width: 500px;
    z-index: 1;
    box-shadow: -5px 5px #bfbfbf;
}

.gridbox img{
    position: absolute !important;
    width: 420px !important;
    margin-top: 35px;
    margin-left: 35px;
    z-index: 2 !important;
    box-shadow: 0px 0px !important;
}

.gridbox{
    position: absolute;
    z-index: 2;
    width: 420px;
    margin: auto;
}

.gridinnerbox{
    position: absolute;
    z-index: 2;
    height: 330px;
    width: 330px;
    margin-left: 110px;
    margin-top: 50px;
}

.boxes{
    display:inline-table;
    width: 100px;
    height: 105px;
    border: 1px solid rgba(0,0,0,0.7);
    margin-left: 1px;
    margin-right: 6px;
    margin-bottom: 9px;
    background-color: #bfbfbf;
    text-align: center;
}

a:hover .boxes{
    cursor: pointer;
    color: #23527c;
}

a .boxes{
    color: #333;
}

.boxes h6{
    position: relative;
    font-size: 10px;
}


#filter{
    background-color: #e9e9e9;
    font-family: 'Zemestro';
    margin-top: 20px;
    width: 100%;
}

#filter th{
    text-align: right;
    background-color: #e53526;
    color: white;
    font-family: 'Zemestro';
    padding: 8px 15px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 300;
}

#filter td {
    
    margin-left: 40px;
    font-size: 16px;
    padding: 5px 20px;
}

#individualgraph{
    font-family: 'Zemestro';
    margin-top: 30px;
    margin-bottom: 30px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#individualgraph th{
    text-align: right;
    background-color: #e53526;
    color: white;
    font-family: 'Zemestro';
    padding: 8px 15px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 300;
}

#individualgraph td{
    background-color: #e9e9e9;
    margin-left: 40px;
    font-size: 16px;
    padding: 0px;
}

#individualgraph img {
    position: absolute;
    width: 500px;
    z-index: 1;
    box-shadow: -5px 5px #bfbfbf;
}

.hexagon img{
    position: absolute !important;
    width: 280px !important;
    margin-top: 96px;
    margin-left: 110px;
    z-index: 2 !important;
    box-shadow: 0px 0px !important;
}

.hexagon{
    position: absolute;
    z-index: 2;
    width: 500px;
    margin: auto;
}

.hexagon h6{
    color: white;
    font-size: 14px;
}

.pos1{
    position: absolute;
    text-align: right;
    width: 160px;
    left: 10px;
    top: 80px;
}

.pos2{
    position: absolute;
    text-align: left;
    width: 160px;
    left: 320px;
    top: 80px;
}

.pos3{
    position: absolute;
    text-align: left;
    width: 160px;
    left: 400px;
    top: 220px;
}

.pos4{
    position: absolute;
    text-align: left;
    width: 160px;
    left: 320px;
    top: 360px;
}

.pos5{
    position: absolute;
    text-align: right;
    width: 160px;
    left: 30px;
    top: 360px;
}

.pos6{
    position: absolute;
    text-align: right;
    width: 160px;
    left: -60px;
    top: 220px;
}

.number{
    width: 150px;
    margin: 200px auto;
    text-align: center;
}

.number h1{
    font-size: 64px;
    color: #fff;
    z-index: 5;
}

/* 
#canvas{
    position: absolute;
    width: 500px;
    height: 471.8px;
    z-index: 7;
} */

#potentialbars, #myChart, #myChart2, #myChart3, #myChart5, #myChart6, #myChart7, #myChart8, #myChart9, #myChart10, #myChart11, #myChart12, #myChart13, #myChart14{
    padding-bottom: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.3);
}

#myChart{
    margin: 50px;
    height: 400px !important;
}

#myChart2{
    margin: 50px;
}


svg{
    position: absolute;
    z-index: 9;
    transform-origin: translate(250px, 250px);
}

.editquestionrow{
    display: none;
}

#questionstable{
    text-align: left !important;
}

#qtable{
    background-color: #e9e9e9;
    font-family: 'Zemestro';
    margin-top: 30px;
    
}

#qtable > tbody > tr > td > button{

}

#qtable tr:hover{
    background-color: #bfbfbf;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#qtable th{
    text-align: center;
    background-color: #e53526;
    color: white;
    font-family: 'Zemestro';
    padding: 8px 15px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 300;
    border: #000 solid 1px;
}

#qtable td {
    border: #000 solid 1px;
    margin-left: 40px;
    font-size: 16px;
    padding: 5px 20px;
    text-align: center;
}

.addquestion{
  display: inline-block;
  border-radius: 4px;
  background-color: #e53526;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 25px;
}

.addquestion span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.addquestion span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0px;
    transition: 0.2s;
}
.addquestion:hover span {
    padding-right: 25px;
}
  
.addquestion:hover span:after {
    opacity: 1;
    display: inline-block;
    right: 0;
    transition: 0.5s;
}

#qtable{
    transition: 0.3s all;
}

#newform{
    display: none;
    transition: 0.3s all;
}

.newquestion > input{
    display: inline-block;
}

.newquestion > #addquestiontext{
    border-radius: 4px;
    border: solid #bfbfbf 1px;
    padding: 10px;
}

.newquestion > #competency{
    border-radius: 4px;
    border: solid #bfbfbf 1px;
}

.newquestion > .checkboxes{
    margin: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translate(0px,6px);
}

.newquestion > i{
    margin: 10px 0px 10px 10px;
    display: inline-block;
}

.newquestion > button{
    margin: 10px;
}

.newquestion > select{
    margin: 10px;
}