@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Calibri:400,300,700);
.small {
  width: 100%;
}
.loginOpts{
  min-height:600px;
  background-color: pink;
  color:white;
}

.candidatesDisplay{
  max-height: 400px;
  padding:15px;
  overflow:auto;
}
.favourite{
  background-color: #C1BE1B;
  color:white;
}

.profileSty{
  margin:20px;
}

.emptyPanels{
  margin:20px;
  border-top: 2px;
  border:2px;
  border-radius:10px;
  box-shadow: grey 0px 5px 15px;
  height: 200px;
  background-color:#808080;
  color:white;
  padding:15px;
  overflow:hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-image: url("../assets/img/sample.png");
  background-size: cover;
  background-position: center;
}

.emptyPanels:hover {
  color:black;
  background-color: white;
}

.editPanels{
  margin:20px;
  border-top: 2px;
  border:2px;
  border-radius:10px;
  box-shadow: grey 0px 5px 15px;
  height: 200px;
  background-color:#ffc107;
  color:white;
  padding:15px;
  overflow:hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-image: url("../assets/img/cool.png");
  background-size: cover;
  background-position: center;
}

.editPanels:hover {
  color:black;
  background-color: white;
}

.bg_image_panel {
  background-image: linear-gradient(rgba(70, 130, 180, .8), rgba(178, 34, 34, .8)), url("../assets/img/sample.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.panelsSC{
    margin:20px;
    border-top: 2px;
    border:2px;
    border-radius:10px;
    box-shadow: grey 0px 5px 15px;
    height: 600px;
    background-color:#097969;
    overflow:hidden;
    padding:15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color:white;
    background-image: url("../assets/img/cool.png");
    background-size: cover;
    background-position: center;
}

.panelsSC:hover {
  color:black;
  background-color: white;
}

.panels{
    margin:20px;
    border-top: 2px;
    border:2px;
    border-radius:10px;
    box-shadow: grey 0px 5px 15px;
    height: 200px;
    background-color:#097969;
    overflow:hidden;
    padding:15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color:white;
    background-image: url("../assets/img/cool.png");
    background-size: cover;
    background-position: center;
}

.panels:hover {
  color:black;
  background-color: white;
}
.action{
  background-color: #097969;
  color:white;
}

/* .action:hover{
  color:black !important;
} */


.job-help{
  color: #097969;
  background-color:white;
  cursor: pointer !important;
}

.return{
  background-color: #6a7ad6;
  color:white;
}

/* .return:hover{
  color:black !important;
} */

.negative{
  background-color: #dc3545;
  color:white;
}

.keithMessage {
  position:fixed;
  bottom:30px;
  right:10px;
  width:30%;
  margin-right: 2%;
  z-index:500;
  border:2px;
  border-radius:10px;
  background-color: white;
  overflow:visible;
  scroll-behavior: smooth;
  opacity:0.95;
  box-shadow: 2px 5px 4px 5px #888888;
}

p {
  margin-bottom: 0.5rem;
}

.heightCont{
  min-height:400px;
}

.card-big-shadow {
    max-width: 320px;
    position: relative;
}

.circle-image img {
    border: 6px solid #fff;
    border-radius: 100%;
    padding: 0px;
    top: -28px;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    z-index: 1;
    background: #e7d184;
    cursor: pointer
}

.dot {
    height: 18px;
    width: 18px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid #fff;
    top: -48px;
    left: 186px;
    z-index: 1000
}

.start {
    color: green
}

.stop {
    color: red
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 60px;
    font-weight: 300;
    color: pink;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative
}

.rating-submit {
    border-radius: 15px;
    color: #fff;
    height: 49px
}

.rating-submit:hover {
    color: #fff
}

.mt-100 {
    margin-top: 100px
}


.pink{
  color:pink;
}

.coloured-cards .card {
    margin-top: 5px;
    min-height:300px;
}

.card[data-radius="none"] {
    border-radius: 0px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom:20px;
    margin-right:5px;
    margin-left:5px;
    position: relative;
    z-index:1;
    min-height:250px;
}


.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
    color: #FFFFFF;
}
.card.card-just-text .content {
    padding: 35px 35px;
    text-align: center;
}
.card .content {
    padding: 20px 20px 10px 20px;
}
.card[data-color="blue"] .category {
    color: #7a9e9f;
}

.card .category, .card .label {
    font-size: 14px;
    margin-bottom: 0px;
}
.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}
h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
.card .description {
    font-size: 16px;
    color: #66615b;
}
.content-card{
    margin-top:30px;
}

img{ outline: none; }

.card:focus,.card:active {
   outline: none !important;
   text-decoration: none;
   box-shadow: none;
}

/*======== COLORS ===========*/
.card[data-color="blue"] {
    background: #b8d8d8;
}
.card[data-color="blue"] .description {
    color: #506568;
}

.card[data-color="green"] {
    background: #d5e5a3;
}
.card[data-color="green"] .description {
    color: #60773d;
}
.card[data-color="green"] .category {
    color: #92ac56;
}

.card[data-color="yellow"] {
    background: #ffe28c;
}
.card[data-color="yellow"] .description {
    color: #b25825;
}
.card[data-color="yellow"] .category {
    color: #d88715;
}

.card[data-color="brown"] {
    background: #d6c1ab;
}
.card[data-color="brown"] .description {
    color: #75442e;
}
.card[data-color="brown"] .category {
    color: #a47e65;
}

.card[data-color="purple"] {
    background: #baa9ba;
}
.card[data-color="purple"] .description {
    color: #3a283d;
}
.card[data-color="purple"] .category {
    color: #5a283d;
}

.card[data-color="orange"] {
    background: #ff8f5e;
}
.card[data-color="orange"] .description {
    color: #772510;
}
.card[data-color="orange"] .category {
    color: #e95e37;
}

.bannerImg{
  height:30%;
}
.logsOpts{
  width:300px;
}
.blue{
  color: blue;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  text-align:center;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.child {
  width: 50px;
  height: 2px;
  background-color: red;
  /* Center horizontally*/
  margin: 0 auto;
}

.space{
  padding-left:10px;
  padding-right:10px;
}
.sampleDivs{
  max-width:95%;
  margin: 0 auto;
}

.jobText{
  margin-left: 10px;
  font-family: Helvetica;
  color:rgb(125,125,125);
  text-align:justify;
  font-size:12pt;
}
.myDivSLanding{
  background-color: white;
  max-width:95%;
  margin-bottom:10px;
  margin-top:10px;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 30px;
  border-top: 2px;
  border-color: pink;
  border:2px;
  border-radius:10px;
  box-shadow: grey 0px 5px 15px;
  min-height: 400px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;*/
}
.myDivS{
  max-width:95%;
  margin-bottom:10px;
  margin-top:10px;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 2px;
  border-color: pink;
  border:2px;
  border-radius:10px;
  box-shadow: grey 0px 5px 15px;
  height: 410px;
  min-height: 400px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;*/
}


.close-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  z-index: 999;
  box-shadow: none;
  top: 3px !important;
  right: 10px !important;
  display: inline-block;
}

.position-relative {
  position: relative;
}


.alert-danger .btn-danger {
  float: right;
}

.pinkIt{
    background-color: #f38cac;
    color: white;
}
.alert-danger span {
  line-height: 20px;
}

.alert-danger > div:after {
  clear: both;
  content: '';
  display: table;
}

.partners_section_style {
    border-top: 1px solid #999999;
    position:fixed;
    z-index: 10000;
    text-align:center;
    min-height: 600px;
    font-size:18px;
    color: #000;
    background: #FFF;
    display: flex;
    justify-content: center; /* align horizontal */
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow:auto;
    bottom: 0px;
}

.slide-up
{
    bottom: 0px !important;
}

.slide-down
{
    bottom: -475px !important;
}

.heading_info{
  font-family: Helvetica;
  color:rgb(125,125,125);
  margin-left:10px;
}

.jobs_style{
  text-align: justify;
  font-family: Helvetica;
  color:rgb(125,125,125);
    line-height: 1.6;
}
.stylIt{
  height:450px;
}

.keith {
  position:fixed;
	width:100px;
	height:100px;
	bottom:0px;
	right:0px;
  z-index:200;
}

.keithExternal {
  position:fixed;
	width:100px;
	height:100px;
	bottom:0px;
	right:0px;
}


.imgclass {
	width:20%;
	border:3px solid #6F4E37;
	margin:1px;
}

.imgclass:hover{
	border:2px solid green;
	opacity:0.5;
}

.bottomNote{
	position:fixed;
  width:100%;
	bottom:10px;
  background-color:black;
  padding-left:20px;
}

.collaborating {
  position:fixed;
  bottom:30px;
  width:30%;
  min-height:400px;
  margin-left: 65%;
  margin-right: 5%;
  z-index:350;
  border:2px;
  border-radius:10px;
  box-shadow: 10px 10px 5px #888888;
  background-color: white;
  overflow:visible;
  scroll-behavior: smooth;
  opacity:0.95;
  padding-top:20px;
  box-shadow: 5px 10px 8px 10px #888888;
}


.externalHelper {
  position:fixed;
  bottom:10px;
  width:30%;
  margin-left: 65%;
  z-index:1000;
  border:2px;
  border-radius:10px;
  box-shadow: 10px 10px 5px #888888;
  background-color: white;
  overflow:visible;
  scroll-behavior: smooth;
  opacity:0.95;
  padding-top:20px;
  box-shadow: 5px 10px 8px 10px #888888;
}

.dotted {
  border: 2px dotted blue;
  border-style: none none dotted;
  background-color: white;
  color:white;
  width:70%;
  margin-left: 15%;
}

.buttonsPaddingsmall{
  margin-top:10px;
  margin-bottom:10px;
}

.buttonsPadding{
  margin-top:10px;
  margin-bottom:10px;
}
.about-inforSection{
  color:white;
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom:2rem;
  background: linear-gradient(#003F9A, #5099f4);
}

.about-sectionCV {
  color:white;
  padding-top: 5rem;
  background: linear-gradient(#003F9A, #5099f4);
}
.smallInfoDivs{
  position:fixed;
  top:0px;
  width:100%;
  min-height:100%;
  max-height:100%;
  z-index:9999999;
  background-color: white;
  overflow:visible;
  scroll-behavior: smooth;
  opacity:0.95;
  overflow:auto;
}

.infoDivs{
  position:fixed;
  top: 170px;
  width:80%;
  margin-left: 10%;
  max-height:80%;
  z-index:9999999;
  border:2px;
  border-radius:10px;
  box-shadow: 10px 10px 5px #888888;
  background-color: white;
  overflow:visible;
  scroll-behavior: smooth;
  overflow:auto;
  opacity:0.95;
}

@media (min-width: 768px) {
  .infoDivs {
      width: 80%;
      margin-left: 10%;
  }
}

@media (min-width: 1024px) {
  .infoDivs {
      width: 60%;
      margin-left: 20%;


  }
}

@media (min-width: 1440px) {
  .infoDivs {
      width: 50%;
      margin-left: 25%;

  }
}

@media (min-width: 1640px) {
  .infoDivs {
      width: 40%;
      margin-left: 30%;

  }
}

.oldCVs{
  position:fixed;
  top:0px;
  width:100%;
  height:100%;
  z-index:99999;
  background-color: white;
  overflow:auto;
  scroll-behavior: smooth;
  opacity:0.98;
}

.oldmessages{
  position:fixed;
  top:120px;
  width:90%;
  margin-left: 5%;
  max-height:80%;
  z-index:330;
  border:2px;
  border-radius:10px;
  box-shadow: 10px 10px 5px #888888;
  background-color: white;
  overflow:visible;
  scroll-behavior: smooth;
  opacity:0.95;
}
.fullPageCover{
  position:fixed;
  top:0px;
  min-width:100%;
  min-height:100%;
  z-index:999999;
  opacity:0.95;
  background-color: #f0f5f5;
}

.eventTile{
  width:300px;
  height:200px;
}
.collCover{
  position:fixed;
  top:0px;
  min-width:100%;
  min-height:100%;
  z-index:330;
  opacity:0.8;
  background-color: #f0f5f5;
}
.coverpageInfo{
  position:fixed;
  top:0px;
  z-index:300;
  width:100%;
  height:100%;
  background-color: white;
  opacity:0.9;
}

.studentInfo{
  position:fixed;
  top:0px;
  z-index:9999991;
  width:100%;
  height:100%;
  background-color: white;
  opacity:0.98;
  scroll-behavior: smooth;
  overflow: scroll;
}

.table-stale {
  --bs-table-bg: #ffe5d0;
  --bs-table-striped-bg: #e0d5d6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4cacb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ffd4b7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4cacb;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #d6e7df;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbdbd4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #b6dcd3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbdbd4;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #eee8d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1dcca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ffe6a2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e1dcca;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #e0d5d6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4cacb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #f4b5bc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4cacb;
}

.table-cold {
  --bs-table-bg: #b8daff;
  --bs-table-striped-bg: #e0d5d6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4cacb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ffd4b7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4cacb;
}

.empty-row {
  --bs-table-accent-bg: none !important;
}

.slick-dots {
  display: none;
}

.view-job-button-text {
  font-size: 20px;
}

.nav-item {
  cursor: pointer !important;
}

a:hover {
  cursor: pointer !important;
}

svg {
  cursor: pointer;
}

.btn-mid-lg {
  padding: 1.25rem 1.8rem !important;
  margin-bottom: 0.3rem;
}

@media (max-width: 991.98px) {
  .instructions-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .instructions-text {
    margin: 0 auto;
    text-align: center;
  }
}

.row {
  --bs-gutter-x: 0 !important;
}

.hidden-content {
  display: none;
}

i {
  cursor: pointer;
}
