/*font imports*/

@font-face {
  font-family: "Heavy";
  src: url('Proxima-Nova-Bold.ttf')  format('truetype');
}

@font-face {
  font-family: "Bold";
  src: url('proxima-nova-semibold.ttf')  format('truetype');
}

@font-face {
  font-family: "Regular";
  src: url('proxima-nova-regular.ttf')  format('truetype');
}

@font-face {
  font-family: "Light";
  src: url('proxima-nova-light.ttf')  format('truetype');
}

/*html tags */

body { 
  background-color: #f2f2f2;
  margin:0px;
  font-family: Regular;
}

h1 {
  font-family: "Heavy", sans-serif;
  font-size:32px;
  color: #333333;}

h2 {
  font-family: "Bold", sans-serif;
  font-size:23px;
  color: #333333;
  margin: 0px;
}

p { 
  color: #333333;
  margin: 0px!important;
}

a {
    color:#2D4EF5;
    font-family:Regular;
}

/* Header Styles */

.headerlogo {
    float:left;
    padding:7px 0px 0px 10px;
}

.headerbar {
    max-height: 50px;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #E5E5E5;
    margin-bottom: 5px;
    background-color:white;
    
}

.imageheader {
    text-align: center;
    padding: 10px;
}

.loginmenu {
    float:right;
    padding-top:10px;
    display:block;
    font-family: "Regular", "Helvetica", sans-serif;
}

.navbar {
  overflow: hidden;
  line-height: 48px;
  font-family: "Regular";
 
}

.navbar a {
  float: right;
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 0px 14px 0px 14px;
  text-decoration: none;
  border-width: 0px 0px 2px 0px;
  border-style:solid;
  border-color:#E5E5E5;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  padding: 0px 14px 0px 14px;
  background-color: inherit;
  color:#666;
  font-family: inherit;
  margin: 0px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  border-color:#E24C4C;
  border-width: 0px 0px 2px 0px;
  border-style:solid;
}

.dropdown-content {
  display: none;
  position:absolute;
  background-color: white;
  min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: right;
  font-family:Regular,
}

.dropdown-content-account {
  display: none;
  position:absolute;
  right:10px;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: right;
  font-family:Regular,

}

.dropdown-content a {
  float: none;
  color: #666;
  padding: 3px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
}

.dropdown-content-account a {
  float: none;
  color: #666;
  padding: 3px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown-content-account a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-content-account {
  display: block;
}

/* sticky bottom feedback */
.stickybottomfooter {
  overflow: hidden;
  background-color: #4CE2A7;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  font-family: "Light";
  font-size:12px;
  align-content: center;
    z-index: 1;
}


/* Candidate Details Screen */

span.barblocksecond {
    font-family:'Light'; 
    font-size: 33px;
    color:white;
    display: inline-block; 
    line-height: 80%;

}

.notestable{
    border-width: 0px;
}

td.notesheader{
    font-family:"Bold";
    line-height: 90%;
    color: #F1A153;

}

td.object{
    font-size:12px;
    font-family:"Regular";
    padding-left:5px;
    line-height: 90%;

}

td.label, .value {
    font-family:"Light";
    font-size:12px;
    padding-left:15px;
    line-height: 80%;

}

.flex-container {
  display: flex;
  flex-direction: row;
  background-color: #F9F9F9;

}

.flex-container > div.thirtythree, div.sixtysix, div.fourty {
   margin: 7px 5px 7px 5px;
    overflow: auto;
    background-color: white;
    padding: 15px;
    border-color: #e5e5e5;
    border-width: 1px;
    border-style:solid;
     box-shadow: 1px 1px 1px #C0C0C0;
	-moz-box-shadow: 1px 1px 1px #C0C0C0;
	-webkit-box-shadow: 1px 1px 1px #C0C0C0;
	-o-box-shadow: 1px 1px 1px #C0C0C0;

}

.flex-container > div.thirtyfive, div.fifteen, div.fifty {
   margin: 7px 5px 7px 5px;
    overflow: auto;
    background-color: white;
    padding: 0px;
    border-color: #e5e5e5;
    border-width: 1px;
    border-style:solid;
     box-shadow: 1px 1px 1px #C0C0C0;
	-moz-box-shadow: 1px 1px 1px #C0C0C0;
	-webkit-box-shadow: 1px 1px 1px #C0C0C0;
	-o-box-shadow: 1px 1px 1px #C0C0C0;

}

.fifteen {
  width: 15%;
}

.fifteendiv {
  background-color: #e5e5e5;
  color: #666;
  padding: 11px 15px;
  width: 100%;
  margin: 0px;
  text-align: center;
  font-size: 16px;
  font-family: Regular;
    
}

.thirtythree {
  width: 33%;
}

.thirtyfive {
  width: 35%;
}

.fifty {
  width: 66%;
}

.sixtysix {
  width: 66%;
}

.fullpagelist {
    margin: 40px auto;
    overflow: auto;
    background-color: white;
    padding: 20px;
    border-color: #e5e5e5;
    border-width: 1px;
    border-style:solid;
     box-shadow: 1px 1px 1px #C0C0C0;
	-moz-box-shadow: 1px 1px 1px #C0C0C0;
	-webkit-box-shadow: 1px 1px 1px #C0C0C0;
	-o-box-shadow: 1px 1px 1px #C0C0C0;
    max-width:800px;
}

.quarterpagelist {
    margin: 7px 5px 7px 5px;
    overflow: auto;
    background-color: white;
    padding: 15px;
    width:30%;
    border-color: #e5e5e5;
    border-width: 1px;
    border-style:solid;
     box-shadow: 1px 1px 1px #C0C0C0;
	-moz-box-shadow: 1px 1px 1px #C0C0C0;
	-webkit-box-shadow: 1px 1px 1px #C0C0C0;
	-o-box-shadow: 1px 1px 1px #C0C0C0;
}

/* Collapsable Menus - Candidate Details */

.collapsible {
  background-color: #4CE2A7;
  color: #666;
  cursor: pointer;
  padding: 5px 15px 5px 15px;
  width: 99%;
  margin: 0px 7px 0px 7px;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: Regular;
    border-color: #e5e5e5;
    border-width: 1px 1px 0px 1px;
    border-style:solid;
}

.content {
  padding: 0 18px;
  max-height: 0;
      margin: 0px 7px 0px 7px;

  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
      border-color: #e5e5e5;
    border-width: 0px 1px 2px 1px;
    border-style:solid;
     box-shadow: 1px 1px 2px #C0C0C0;
	-moz-box-shadow: 1px 1px 2px #C0C0C0;
	-webkit-box-shadow: 1px 1px 2px #C0C0C0;
	-o-box-shadow: 1px 1px 2px #C0C0C0;
}

.contentorange {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.collapsibleorange {
  background-color: #F1A153;
  color: white;
  cursor: pointer;
  padding: 5px 15px 5px 15px;
  width: 99%;
  margin: 0px 7px 0px 7px;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: Regular;
    border-color: #e5e5e5;
    border-width: 1px 1px 0px 1px;
    border-style:solid;
}

.active, .collapsibleorange:hover {
}



/* barblock */

.barblock {
    
    background-color: #2D4EF5;
    width:100%;
    padding: 0px 0px 0px 0px;
    height: 50px;
    line-height:50px;
}

.barblockspan {
  display: inline-block; /* the default for span */ 
  font-size: 33px;
  padding-left:20px;
  font-family: "Heavy";
  color: white;
  line-height: 80%;
}

.reviewbarblock {
    
    background-color: #F1A153;
    width:100%;
    margin-bottom: 15px;
    padding-top:15px;
    height: 50px;
    line-height:50px;
}

.templatesbarblock {
    
    background-color: rebeccapurple;
     width:100%;
    margin-bottom: 15px;
    padding-top:15px;
    height: 50px;
    line-height:50px;
}

.analyticsbarblock {
    
    background-color: #E24C4C;
   width:100%;
    margin-bottom: 15px;
    padding-top:15px;
    height: 50px;
    line-height:50px;
}

.settingsbarblock {
    
    background-color: #666;
    width:100%;
    margin-bottom: 15px;
    padding-top:15px;
    height: 50px;
    line-height:50px;
}

.mailbarblock {
    
    background-color: #4CE2A7;
    width:100%;
    margin-bottom: 15px;
    padding-top:15px;
    height: 50px;
    line-height:50px;
}


.barblocklight {
    font-family: "Light";
}

span.candidatesbar {
  display: inline-block; /* the default for span */ 
  font-size: 33px;
  padding-left:20px;
  font-family: "Heavy";
  color: white;
}

span.backbutton a {
  list-style-type: none;
  overflow: hidden;
  color:white;
  text-decoration: none;
  padding:0px 0px 0px 20px;
  margin:0px;
  font-size:13px;
  font-family: "Light Italic", "Helvetica", sans-serif;
  background-color:#2D4EF5;
}


/* subtab navigation */

nav {
    margin-bottom: 15px;
}

ul.listnav {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  border-bottom: 3px solid #e7e7e7;
  background-color: white;
  font-family: "Regular", "Helvetica", sans-serif;

}

li {
  float: left;
}

li a {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 26px;
  text-decoration: none;
}

li.listnav a:hover:not(.active) {
  background-color: #4CE2A7;
}

li a.active {
  background-color: #4CE2A7;
}



/* Login Screen*/

div.login {

    position: fixed;
    width: 400px;
    height: 400px;
    border-radius: 20px;
    border-color: #4CE2A7;
    border-style:solid;
    border-width: 3px;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

div.loginform {
    padding:20px 0px 0px 40px;

}


/* Candidate List Screen */

.searchcollapsible {
    background-color: #2349F9;
    color: white;
    cursor: pointer;
    padding: 3px 0px 5px 20px;
    width: 100%;
    border-width: 0px;
    margin-bottom: 0px;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: Regular,
    color: white;
    overflow:auto;
}

.searchcollapsible a {
    color: white;
}

.searchcollapsiblecontent {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
    border-color: #2D4EF5;
    border-width: 0px 2px 2px 2px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
}

.searchtableheader {
    font-family:"Regular";
    font-size:16px;
    
}

.searchtable {
    font-family:Light;
    color:#333;
    font-size:14px;
    padding:10px 10px 10px 10px;    
}

.searchtable td {
    padding:0px 0px 0px 5px;
}

.search {
  display: inline-block; 
  padding: 0px 0px 0px 5px;
  margin-top: 0px;
  font-family: Regular,
  font-size:14px!important;
}



    
.active, .collapsible:hover {
}


/* Mailer Preview Formatting */

.mailpaper {
    width:800px;
    margin:20px auto;
    height: 1035px;
    background-color: white;
    padding: 30px 50px 50px 50px;
    box-shadow: 1px 1px 5px #C0C0C0;
	-moz-box-shadow: 1px 1px 5px #C0C0C0;
	-webkit-box-shadow: 1px 1px 5px #C0C0C0;
	-o-box-shadow: 1px 1px 5px #C0C0C0;
}

.mailheader{
    width:100%;
}

.officename {
    font-weight: 300;
    font-size:22px;
    padding-top:10px;
    color:forestgreen;
    font-family:Helvetica;
}

.mailpreview {
    font-family:helvetica;
    font-size:16px;
}

.maillogo{
    float:right;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 5px solid #e5e5e5;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:0px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #666;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px 10px 16px;
  color: white;
}


/* Tabbed candidate details */
.tab {
  overflow: hidden;
  background-color: #e5e5e5;

}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 11px 14px;
    transition: 0.3s;
    font-size: 16px;
    color: #666;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #F1A153;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #F1A153;
  color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  height: 300px;
}

.instructions {
    font-size: 13px;
    background-color: #fdf4effa;
    padding: 5px;
    font-family: light;
    margin: 5px 0px 7px 0px;
}

.pageinstructions {
    font-size: 16px;
    padding: 5px 5px 5px 0px;
    font-family: Regular;
    margin: 5px 0px 7px 0px;
}

.pageinstructions#sgffooter {
    text-align: center;
}


.formbody{
    width:100%;
    max-width:800px;
    margin:auto;
    padding-top:20px;
}

.mobilecontainer {
 width:80%;
 max-width:800px;
 margin:auto;
border: 3px solid #f9f9f9;
  padding: 10px;
  background-color: white;
}