@media only screen and (max-width: 768px) {
  .navbar-header a:first-child {
    display: block;
  }

  .navbar-right {
    background: #fff;
  }

  .skin-3 .navbar-top-links > li > a {
    color: #000 !important;
  }

  .skin-3 .navbar-right li:last-child {
    float: right;
  }

  .navbar-header a:nth-child(2) img {
    top: 5px !important;
    margin-left: 20px;
  }

  .navbar-left {
    display: none;
  }

  .dashboard-container,
  .dashboard-point-cards-container {
    flex-direction: column;
  }

  .candidate-welcome-note {
    padding: 20px;
  }

  .dashboard-container > div,
  .dashboard-container > a {
    margin-bottom: 10px;
    margin: auto 0 10px;
  }

  .dashboard-point-cards-container {
    padding: 10px;
  }

  .dashboard-point-cards {
    margin-left: 0 !important;
  }

  .cv-block {
    flex-direction: column;
  }

  .cv-major-block {
    padding: 0;
    border: none;
    margin-top: 100px;
  }

  #vue-candidate-cv > div > div {
    padding: 0;
  }

  .tab-content .col-md-12 {
    padding: 0 !important;
  }

  .tab-content .search-items > li {
    width: 100%;
  }

  .tab-content .course-block .course-block-img-outer {
    width: 100%;
  }

  .panel-heading {
    padding: 10px 0;
  }

  .positions-container,
  .projects-container {
    flex-direction: column;
    padding: 0;
  }
}

@media only screen and (max-width: 568px) {
  .loginscreen.middle-box {
    width: 100%;
    padding: 0;
    float: right;
  }

  .signup-container {
    width: 100%;
    margin: -20px auto 20px;
    height: auto;
    padding-bottom: 100px;
  }

  .signup-container .btn-block,
  .signup-container h1,
  .signup-container h2 {
    display: none;
  }

  .signup-container .center-center {
    text-align: left;
    margin-left: 20px;
  }

  .middle-box form {
    padding: 20px 5%;
    margin: auto;
  }

  .cv-icon {
    display: none;
  }

  .cv-major-block .form-group {
    flex-direction: column;
  }

  .cv-major-block {
    padding: 24px 0 !important;
  }
}

@media (min-width: 992px) {
  .score-container {
    align-items: end;
  }

  .score-container .score-details {
    margin-left: -15px;
  }
}

.vue-tel-input .dropdown ul {
  z-index: 4;
  background: #f5f5f5;
}

.vue-tel-input .dropdown {
  outline: none;
}

.capitalize {
  text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
  .navbar-header a:first-child {
    display: block;
  }

  .navbar-right {
    background: #fff;
  }

  .skin-3 .navbar-top-links > li > a {
    color: #000 !important;
  }

  .skin-3 .navbar-right li:last-child {
    float: right;
  }

  .navbar-header a:nth-child(2) img {
    top: 5px !important;
    margin-left: 20px;
  }

  .navbar-left {
    display: none;
  }

  .dashboard-container,
  .dashboard-point-cards-container {
    flex-direction: column;
  }

  .candidate-welcome-note {
    padding: 20px;
  }

  .dashboard-container > div,
  .dashboard-container > a {
    margin-bottom: 10px;
    margin: auto 0 10px;
  }

  .dashboard-point-cards-container {
    padding: 10px;
  }

  .dashboard-point-cards {
    margin-left: 0 !important;
  }

  .cv-block {
    flex-direction: column;
  }

  .cv-major-block {
    padding: 0;
    border: none;
    margin-top: 100px;
  }

  #vue-candidate-cv > div > div {
    padding: 0;
  }

  .avatar-container {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 110px;
    border: 1px solid silver;
    transform: translateX(-50%);
  }

  .tab-content .col-md-12 {
    padding: 0 !important;
  }

  .tab-content .search-items > li {
    width: 100%;
  }

  .tab-content .course-block .course-block-img-outer {
    width: 100%;
  }

  .panel-heading {
    padding: 10px 0;
  }

  .positions-container,
  .projects-container {
    flex-direction: column;
    padding: 0;
  }
}

@media only screen and (max-width: 568px) {
  .loginscreen.middle-box {
    width: 100%;
    padding: 0;
    float: right;
  }

  .signup-container {
    width: 100%;
    margin: -20px auto 20px;
    height: auto;
    padding-bottom: 100px;
  }

  .signup-container .btn-block,
  .signup-container h1,
  .signup-container h2 {
    display: none;
  }

  .signup-container .center-center {
    text-align: left;
    margin-left: 20px;
  }

  .middle-box form {
    padding: 20px 5%;
    margin: auto;
  }

  .cv-icon {
    display: none;
  }

  .cv-major-block .form-group {
    flex-direction: column;
  }

  .cv-major-block {
    padding: 24px 0 !important;
  }
}

@media (min-width: 992px) {
  .score-container {
    align-items: end;
  }

  .score-container .score-details {
    margin-left: -15px;
  }
}

.vue-tel-input .dropdown ul {
  z-index: 4;
  background: #f5f5f5;
}

.vue-tel-input .dropdown {
  outline: none;
}

.capitalize {
  text-transform: capitalize;
}
.main-row {
  padding: 10px 10px 30px 10px;
  margin-top: 0;
}
.main_contents {
  background-color: white;
  box-shadow: 0 2px 2px 0 #d5d8dc;
  border: 1px solid #f4f6f6;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.cv_main_contents {
  background-color: white;
  box-shadow: 0 2px 2px 0 #d5d8dc;
  /* border-top: 2px solid #FFB741; */
  margin-bottom: 50px;
  padding: 15px;
}

.main_head {
  box-shadow: 0 2px 2px 0 #ebedef;
  padding: 15px;
  background-color: #fdfefe;
}
.inner_main_head {
  padding: 15px;
  border-bottom: 3px solid #f2af44 !important;
  background-color: #fdfefe;
}

.cv_inner_main_head {
  padding: 15px;
  border-bottom: 1px solid #d5d8dc !important;
  background-color: #fdfefe;
}

.preview_content {
  padding: 0 30px 30px 30px;
}
.item-box {
  box-shadow: 0px 1px 1px 1px #e5e7e9;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid whitesmoke;
  border-radius: 0;
}
.cover-letter-sec {
  border: 1px solid #e5e8e8;
  box-shadow: 0px 2px 2px 0 #e5e7e9;
  min-height: 50px;
}
.tip-col {
  margin-top: 10px;
}
.tip-lable {
  color: #f2af44;
  font-weight: bold;
}
.modal-header {
  background-color: #f8f9f9;
}
.modal-footer {
  background-color: #fbfcfc;
}
.close {
  color: #fa2008;
  padding: 3px;
  background-color: white;
  border: 1px solid rebeccapurple;
}
.warning-star {
  font-size: large;
  right: 0;
  text-align: right;
}
.cv-sub-title {
  padding: 0;
}
.course_head {
  box-shadow: 0 2px 2px 0 #eaeded;
  text-align: center;
  font-size: medium;
}
.course_head h4 {
  padding: 10px;
  color: #f2af44;
  font-weight: bold;
  text-transform: capitalize;
}
.courses_body {
  padding: 5px 15px;
  font-size: medium;
  font-weight: bold;
  text-align: center;
}
.course_paragraph {
  src: url(/fonts/vendor/simple-line-icons/Simple-Line-Icons.eot?f33df365d6d0255b586f2920355e94d7);
  src: url(/fonts/vendor/simple-line-icons/Simple-Line-Icons.eot?f33df365d6d0255b586f2920355e94d7)
      format('embedded-opentype'),
    url(/fonts/vendor/simple-line-icons/Simple-Line-Icons.woff2?0cb0b9c589c0624c9c78dd3d83e946f6)
      format('woff2'),
    url(/fonts/vendor/simple-line-icons/Simple-Line-Icons.ttf?d2285965fe34b05465047401b8595dd0)
      format('truetype'),
    url(/fonts/vendor/simple-line-icons/Simple-Line-Icons.woff?78f07e2c2a535c26ef21d95e41bd7175)
      format('woff'),
    url(/fonts/vendor/simple-line-icons/Simple-Line-Icons.svg?2fe2efe63441d830b1acd106c1fe8734)
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-size: medium;
  line-height: 30px;
}
.course_column {
  background-color: white;
  box-shadow: 0 2px 2px 0 #e5e7e9;
}
.dark {
  color: #424949;
  font-weight: bold;
}
.niajiri_curriculum {
  font-weight: bold;
}

a {
  color: inherit;
}

a:hover {
  color: #5eaf9c;
}

.module-row {
  border-bottom: 1px dotted silver;
  font-size: 15px;
  background-color: whitesmoke;
  padding: 10px 10px 0 10px;
}

.round-btn {
  border-radius: 30px;
  padding: 7px 25px;
}

.btn-white {
  border: 1px solid silver;
  color: #566573;
}

a {
  color: inherit;
}

a:hover {
  color: #5eaf9c;
}

.details-head {
  margin-top: 10px;
  padding: 10px;
  background-color: whitesmoke;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.02);
  background-color: whitesmoke;
  border: 1px solid #f2f3f4;
  border-bottom: 1px solid #d7dbdd;
}

.save-btn {
  padding: 8px 35px;
}

.cv-download-btn {
  visibility: hidden;
}

.hint.show {
  visibility: visible;
}

.cv-download-btn.show {
  visibility: visible;
}

.warning-star {
  font-size: large;
  right: 0;
  text-align: right;
}

.hint {
  padding: 10px;
  background: #F9B641;
  border-radius: 6px;
  font-size: 1em;
  font-weight: 200;
  margin: 10px 0 10px 0;
  color: black;
}

.x-small {
  display: none;
}

.stepwizard-step p {
  margin-top: 0px;
  color: #666;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

#add_button {
  margin-top: 1px;
  margin-right: 2px;
}

.inner-box {
  padding: 20px;
  border: 1px solid #e5e8e8;
  border-radius: 0;
  margin-bottom: 25px;
}

.field_wrapper {
  padding: 3px;
}

.main-wrapper {
  padding: 0 35px;
}

.remove_button {
  margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
  .hint {
    padding: 10px;
    background: #F9B641;
    border-radius: 10px;
    font-size: 1em;
    font-weight: 200;
    color: black;
    margin-top: 0;
  }

  .modal-logo {
    display: none;
  }

  .modal-title {
    font-size: smaller;
  }

  .x-mark {
    display: none;
  }

  .x-small {
    display: inline;
  }

  .hide-name {
    display: none;
  }

  .inner-box {
    padding: 10px;
    border: 1px solid #e5e8e8;
    border-radius: 0;
    margin-bottom: 25px;
  }

  .field_wrapper {
    padding: 4px;
  }

  .main-wrapper {
    padding: 10px;
  }
}
.content-box {
  margin-bottom: 25px;
  border: 1px solid #f4f4f6;
  box-shadow: 3px 6px 12px #eaeded;
  border-radius: 0;
  background-color: white;
  padding: 0 0 25px 0;
}
.padding-5-30 {
  padding: 5px 30px;
}
.inner-form{
  margin-bottom: 25px;
}
.education-head{
  background-color: #F2F3F4;
  padding: 10px;
  border: 2px solid #ECF0F1;
  font-weight: 500;
  text-transform: capitalize;

}

/* circular menu */
.tip {
  z-index: 1;
  margin-top: -3em;
  transform: scale(.001);
  list-style: none;
  opacity: 0;
  background-color: red;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}

/* make the menu appear on click */
.button:focus+.tip {
  transform: scale(1);
  opacity: 1;
}
.btn{
  border-radius: 0 !important;
  text-transform: capitalize !important;
}

