/*LIGHT THEME*/
h1.title {
      font-size: 72px;
      /*font-family: 'Passion One', cursive;*/
      font-family: 'Ubuntu','Source Sans', 'Xenois Sans', sans-serif;
      font-weight: 400;
    letter-spacing: 10px;
    text-align: center;
    text-shadow:
   -1px -1px 0 SeaGreen,
    1px -1px 0 SeaGreen,
    -1px 1px 0 SeaGreen,
     1px 1px 0 SeaGreen;
     padding-bottom: 2vh;
}
#taskbar > a.button{
    border: ridge;
    border-color: DarkSlateGrey;
    color: black;
}
#taskbar > a.button:hover{
    border: groove;
    color: SeaGreen;
    border-color: DarkSlateGrey;
}
#taskbar > a.button:visited{
    border: ridge;
    border-color: DarkSlateGrey;
    /*color: SeaGreen;*/
}
body{
    height: 100vh;
    background-color: LightSteelBlue;
    background: radial-gradient(mintcream, lightsteelblue);
    /*color: #4b91fa;*/
    color: SeaGreen;
    /*font-family: "Verdana, Geneva, sans-serif";*/
    font-family:'Ubuntu','Source Sans', 'Xenois Sans', sans-serif;

    letter-spacing: 2px;
    font-weight: 10;
    
    
}
input{
    background-color: white;
    color: black;
}

#container{
    color: black;
    padding: 10px;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 5px;
    left: 20%;
    right: 5px;
    top: 5px;
    bottom: 5px;
}
#sidebar{

    height: 100%;
    z-index: 1;
    top: 5px;
    overflow-x: hidden;
    position: fixed;
    left: 5px;
    
    width: 20%;
    min-width: 300px;
    background-color: MintCream;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 20px;
    padding-bottom: 3px;
    text-align: left;
    font-size: 20px;
    display: table;

    
}
#button-sidebar{
    display: block;
    margin-bottom: 15px;
    top: 15px;
    width: 100%;
    font-weight: 100;
   

}
#sidebar-unhide{
  height: 50px;
  width: 50px;
  position: fixed;
  left: 15px;
  top: 15px;
  padding: 10px;
  font-size: 40px;
  
  text-align: center;
  /*background-image: url('/menu.png');*/
  background-size: 50px 50px;
  background-position: center;
  background-clip: none;
  background-repeat: no-repeat;

}
ul{
    list-style-type: none;
}
li{
    padding: 5px 0px 5px 0px;
}
table{
    background-color: MintCream;
    border: 2px thin black;
    padding: 5px;
    width: 100%;
}
textarea{
    background-color: white;
}
table#sidebartable{
    border: none;
    /*background-color: MintCream;*/
    padding: 5px;

}
td{
    border-right: 2px solid DarkSlateGrey;
    border-left: 2px solid DarkSlateGrey;
    padding: 5px;
}
th{
    border-right: 2px solid DarkSlateGrey;
    border-left: 2px solid DarkSlateGrey;
    border-top: 2px solid DarkSlateGrey;
    padding: 5px;
    background-color: MintCream;
}
.datatable{
    display: block;
    left: 5px;
    right: 5px;
    border-bottom: 2px solid DarkSlateGrey;
}
.hidden: {
  display: none;
}
#content{
    position: fixed;
    right: 5px;
    left: 20%;
    bottom: 5px;
    /*top: 200px;*/
    top: 250px;
    padding: 2%;
    overflow:scroll;
}
#header{
    /*background-image: url('/AdobeStock_135483566.jpg');*/
    background-image: url('/Snagabot.jpg');
    /*background-image: url('/HRFoo.jpg');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: black;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    height: width/4;
}
a{
    padding: 5px;
    color: black;
    text-decoration: none;
    background-color: MintCream;
    font-weight: 100;
}
a:hover{
    /*background-color: Aqua;*/
    color: DarkSlateGrey;
}
#messages{
  position: relative;
  min-height: 100px;
  right: 5px;
  width: 50%;
  background-color: black;
  color: SeaGreen;
  top: 5px;
  bottom: 5px;
  float: right;
}
#l-video{
  position: relative;
  min-height: 50px;
  left: 5px;
  width: 50%;
  background-color: MintCream;
  top: 5px;
  bottom: 50%;
}
#r-video{
  position: relative;
  min-height: 50px;
  left: 5px;
  width: 50%;
  background-color: green;
  top: 50%;
  bottom: 5px;
}

  /*#taskbar{
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: MintCream;
    margin-top: 0px;
    margin-bottom: 10px;
    text-decoration: none;
    color: SeaGreen;
    text-align: center;
  }*/
  #warpbar{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: inherit;
    margin-top: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    color: SeaGreen;
    text-align: center;
  }
  a.adminbutton{
    position: relative;

    background-color: white;
    color: DarkSlateGrey;

    margin-left: 30%;
    margin-right: 30%;
    padding: 5px;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
    right: 5px;
  }

  a.button{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: MintCream;*/ 
    text-decoration: none;
    /*color: DarkSlateGrey;*/
  }
  a.button:hover{
    text-decoration: none;
    color: SeaGreen;
   
  }
  .main{
       margin-top: 70px;
  }
  .center{
      text-align: center;
  }

  h2.subtitle{
    font-size: 30px;
    font-family: 'Ubuntu','Source Sans', 'Xenois Sans', sans-serif;
    font-weight: 200;
    text-align: center;
  }

  hr{
      width: 50%;
      color: black;
      background-color: black;
      border-color: black;
  }

  .form-group{
      margin-bottom: 15px;
  }

  label{
      margin-bottom: 15px;
  }

  input,
  input::-webkit-input-placeholder {
      font-size: 11px;
      padding-top: 3px;
  }
  .black-gold{
      background-color: white;
      color: DarkSlateGrey;
  }
  .main-login{
       background-color: LightSteelBlue;
      /* shadows and rounded borders */
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

  }

  .main-center{
       margin-top: 30px;
       margin: 0 auto;
       max-width: 330px;
      padding: 40px 40px;

  }

  .login-button{
      margin-top: 5px;
  }

  .login-register{
      font-size: 11px;
      text-align: center;
  }


  .wrapper {
      margin-top: 80px;
      margin-bottom: 20px;
  }

  .form-signin {
    max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: white;/*eee*/
    border: 3px dotted rgba(0,0,0,0.1);
    }

  .form-signin-heading {
    text-align:center;
    margin-bottom: 30px;
  }

  .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
  }

  input[type="text"] {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  }
  .error{
      background: DarkSlateGrey;
      color: MintCream;
  }

  /*#header {
    background-color: #5cf;
    color: #cc0;
    padding: 20px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }*/
  #editor {
    position: absolute;

    top: 70px;
    right: 0px;
    bottom: 50px;
    left: 0px;

  }
  .right-barrier{
      margin-right: 10px;
  }

  .panel-default {
    border: 2px thin DarkSlateGrey;
    padding: 5px;
    background-color: white;
    background-image: none;
  }

  .panel > .panel-heading {
    background-image: none;
    background-color: white;
    color: DarkSlateGrey;
    border: 2px thin DarkSlateGrey;
    padding: 5px;
  }

  .panel-body {
    border: 2px thin DarkSlateGrey;
    padding: 5px;
    background-color: white;
    background-image: none;
  }
  .pie{
      position: absolute;
      width: 40%;
      top: 40px;
      background-color: MintCream;
  }
  .line{
      position: absolute;
      width: 40%;
      top: 14vh;
      background-color: MintCream;
  }
  .line2{
      position: absolute;
      width: 40%;
      margin-top: 75%;
      background-color: MintCream;
  }
  .left{
      /*position: absolute;*/
      left: 5%;
  }
  .right{
      /*position: absolute;*/
      right: 5%;
  }

  .floatright{
      float: right;
  }

.current{
    font-family: 'Ubuntu','Source Sans', 'Xenois Sans', sans-serif;
    font-weight: bold;

}



.selectionbar{
    position: absolute;
    width: 80%;
    left: 5%;
    right: 5%;
    top: 10%;
    height: 20px;
    margin-bottom: 20px;
    background-color: inherit;
    display: inline-block;
    text-align: center;
}
.graphselection{
    text-align: center;
    
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/* Applicants pages */

#apttable {
  table-layout: fixed;
  border-spacing: 0;

  width: 100%;
}
.apt {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  border-left: 2px thin DarkSlateGrey;
}
.apts {
  border-bottom: 2px solid DarkSlateGrey;
}

#tcont {
  left: 0;
}

.filterpanel {
/*  background-color: rgba(0, 0, 0, 0.5);*/
  /*  background-color: #222;*/
}
.tD2 {
  /*background-color: #222;*/
}
.aptheader {
  height: 100px;
  background-color: SlateGrey;
}
.headerText {
  font-size: 24px;
  padding-left: 10px;
}

.toggleBtn {
  margin: 20px;
  background-color: seagreen;
}
@media only screen and (max-width: 600px) {
    

  .flex-container {
    flex-direction: column;
  }
  a.button{
    width: relative;
  }
  
  h1.title {
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));;
  }
  
  #sidebar-unhide {
      color: SeaGreen;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {

  .flex-container {
    flex-direction: row;
  }
  


}

/*  devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .flex-container {
    flex-direction: row;
  }

}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Google API UBUNTU Font Source Below... If you have a problem with use or if we need to do anything extra please contact pensacola social desk or nowak enterprises to inform us of this issue, thanks ;) */


/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  /*font-weight: 700;*/
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjvWyNPYZvg7UI.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  /*font-weight: 700;*/
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjtGyNPYZvg7UI.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  /*font-weight: 700;*/
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjvGyNPYZvg7UI.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  /*font-weight: 700;*/
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjs2yNPYZvg7UI.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  /*font-weight: 700;*/
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjvmyNPYZvg7UI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  /*font-weight: 700;*/
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
