/*******************************************************************
	Contratanet (www.contratanet.com.br)
	Description: Estrutura do sistema
	Author(s): Eduardo Lara Rabelo (eduardo.rabelo@sydle.com)
*******************************************************************/
/*******************************************************************
	Contratanet (www.contratanet.com.br)
	Description: Variaveis de layout utilizadas no sistema
	Author(s): Eduardo Lara Rabelo (eduardo.rabelo@sydle.com)
*******************************************************************/
/* GLOBAL VARIABLES */
/* CUSTOMIZATION */
/* Default */
/* Contratanet */
/* MyJobs */
/* MyAcademies */
/* MyPartners */
/* A3NET */
/* NAVBAR */
/* MIXINS */
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flexbox-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .vertical-align {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* BASE */
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f1f7f9;
  word-wrap: break-word;
}
input,
button,
select,
textarea {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-link,
.btn-link:hover {
  color: #82C14F !important;
}
h1 {
  font-size: 30px;
  line-height: 36px;
  color: #333;
  margin: 0;
}
h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
  color: #666;
  margin: 0;
}
h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #333;
  margin: 0;
}
h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #666;
  margin: 0;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
}
ul {
  list-style: none outside none;
}
ul.styled {
  list-style: disc inside none;
}
form,
ul {
  margin: 0;
}
a,
label {
  cursor: pointer;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: none !important;
}
.container,
.navbar .container {
  width: 1000px;
  margin: 0 auto;
}
#content {
  padding-bottom: 20px;
}
#content .container {
  padding: 20px 0;
}
span.title {
  font-size: 21px;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 20px;
  display: block;
}
.well span.title,
.card span.title {
  border-bottom: 1px solid #eee;
}
.btn-header {
  background-color: #82C14F !important;
  border-color: #82C14F !important;
}
.btn-header:hover {
  background-color: #69a33a !important;
  border-color: #69a33a !important;
}
.btn-change-search {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}
.btn-change-search a {
  background-color: #15AEBC;
  color: #fff;
  margin-left: 10px;
  width: 300px;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
}
.btn-change-search a.acredita {
  background-color: #15AEBC;
  color: #fff;
  margin-left: 10px;
  width: 155px;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
}
.separator .well {
  background-color: #fff;
}
tr:target > td {
  background-color: #FCF8E3 !important;
}
.cg-busy-default-sign {
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 25px !important;
  height: 25px !important;
  margin: -12px 0 0 -12px !important;
  top: 50% !important;
  left: 50% !important;
}
.cg-busy-default-text {
  display: none;
}
ul.social-networks li {
  float: left;
  padding: 0;
  margin-right: 5px;
  border: none;
  display: block;
}
/* CLASSES */
.btn-rounded {
  border-radius: 20px;
}
.visibility {
  visibility: hidden;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hash-li > li {
  margin: 10px 0;
  border-top: 1px solid #F3F4F4;
  padding-top: 10px;
}
.hash-li > li:first-child {
  border-top: none;
  padding-top: 0;
}
.padding-0 {
  padding: 0 !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.margin-0 {
  margin: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.block {
  display: block;
}
.collapse {
  position: static;
  width: 100%;
}
.color-red {
  color: #f00;
  line-height: normal;
}
input.error,
select.error,
textarea.error {
  border-color: #953b39;
}
input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
input.ng-invalid-required.ng-dirty,
select.ng-invalid-required.ng-dirty {
  border-color: #E9322D !important;
  box-shadow: 0 0 6px #F8B9B7 !important;
}
.required {
  font-size: 11px;
  color: #f00;
  margin-top: -5px;
}
.form-inline .required {
  margin-top: 0;
}
.radio input[type="radio"] {
  float: left;
  margin-left: -15px;
}
.table {
  background-color: #fff;
}
.checkbox-fix input {
  vertical-align: top;
  display: inline-block;
}
.checkbox-fix label {
  margin: 0 5px;
  display: inline-block;
}
.opacity-half {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.no-label {
  padding-top: 24px;
  line-height: 27px;
}
.info-help {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
  text-align: left;
  margin-top: 15px;
}
.line-hight-normal {
  line-height: normal;
}
.close-corner {
  position: fixed;
  right: 20px;
  top: 20px;
  float: none;
  color: #fff;
  z-index: 1;
  font-family: "Lato", sans-serif !important;
  font-size: 64px;
  font-weight: normal;
  opacity: 0.75;
  text-shadow: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.close-corner:hover,
.close-corner:focus {
  color: #fff;
  opacity: 1;
}
.card {
  background-color: #fff;
  border: 1px solid;
  border-color: #e9e9e9 #e3e3e3 #d6d6d6;
}
.input-search {
  position: relative;
}
.input-search input {
  height: 40px;
}
.input-search .fa-search {
  position: absolute;
  top: 8px;
  right: 7px;
  color: #999;
}
.input-search.input-search-lg input {
  height: 40px;
}
.input-search.input-search-lg .fa-search {
  top: 13px;
  right: 8px;
}
/* FILE TYPES COLORS */
.fa-file-image-o {
  color: #d35400;
}
.fa-file-text-o {
  color: #7f8c8d;
}
.fa-file-pdf-o {
  color: #c0392b;
}
.fa-file-word-o {
  color: #2980b9;
}
.fa-file-powerpoint-o {
  color: #8e44ad;
}
.fa-file-excel-o {
  color: #27ae60;
}
.fa-file-o {
  color: #7f8c8d;
}
.fa-wheelchair {
  color: #3276B1;
}
/* FOOTER */
footer {
  background-color: #3D4955;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .brand-icons {
  margin: 0;
  text-align: center;
}
footer .brand-icons li a {
  font-size: 24px;
}
footer .brand-icons li .tooltip .tooltip-arrow {
  border-top-color: #fff;
}
footer .brand-icons li .tooltip .tooltip-inner {
  background-color: #fff;
  color: #666;
}
footer .credits {
  margin: 10px 0;
  text-align: center;
  font-size: 12px;
}
footer .credits a {
  color: #fff;
}
footer .powered-by {
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 64px;
  }
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
  }
  footer .brand-icons {
    height: 34px;
    text-align: left;
  }
  footer .credits {
    height: 34px;
    margin: 0;
  }
  footer .powered-by {
    height: 34px;
    padding: 5px 0;
    text-align: right;
  }
}
/* MAINTANENCE */
#central-box {
  width: 610px;
  padding: 50px 0;
  margin: 100px auto 165px auto;
  text-align: center;
}
#central-box strong {
  font: bold 36px 'Open Sans', sans-serif;
  color: #333;
  letter-spacing: -1px;
}
#central-box p {
  font: normal 30px Arial, Helvetica, sans-serif;
  color: #999;
}
#central-box a {
  color: #666;
  text-decoration: underline;
}
#central-box a:hover {
  text-decoration: none;
}
/* ADVERTISEMENT */
.advertisement {
  margin: 0 auto;
  overflow: hidden;
}
.advertisement small {
  color: #999;
  display: block;
  font-size: 9px;
  margin: 0 auto 5px;
  text-align: left;
  height: 9px;
  line-height: 9px;
}
.advertisement.leaderboard {
  width: 728px;
  height: 104px;
}
.advertisement.leaderboard small {
  width: 728px;
}
.advertisement.inline-rectangle {
  width: 300px;
  min-height: 264px;
}
.advertisement.inline-rectangle small {
  width: 300px;
}
.advertisement.wide-skyscraper {
  width: 160px;
  height: 614px;
}
.advertisement.wide-skyscraper small {
  width: 160px;
}
/***************/
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -142px;
}
.footer,
.push {
  height: 142px;
}
.go-up-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.box-medium {
  width: 312px;
  height: 190px;
}
.hieraquical-level {
  height: 175px !important;
}
.chzn-container-multi .chzn-choices {
  height: 135px !important;
}
.checkbox-fix input {
  float: left;
  margin-right: 5px;
}
.institutionList {
  height: 600px;
  width: 600px;
  overflow-y: scroll;
  padding-top: 10px;
}
.square-input {
  border: 0;
  border-radius: 0;
  height: 20px;
  padding: 10px 20px;
  vertical-align: top;
}
.text-field {
  white-space: pre-line;
}
.loading-center {
  border-radius: 8px;
  border: 1px solid #999;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
  background-image: url("/htdocs/v2/img/loading-normal.gif");
  z-index: 999999;
}
.brace {
  font-size: 150px;
  color: #ccc;
  float: right;
  line-height: 1;
}
ul[datepicker-popup-wrap] > li > .btn-group > button:nth-child(2) {
  display: none;
}
#photo-crop {
  overflow: hidden;
  padding-left: 30px;
}
#user-picture {
  padding: 5px;
  border: 1px solid #E8E9E9;
  background-color: #fff;
  margin-right: 20px;
  position: relative;
}
#user-picture a {
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  bottom: 0;
  left: 0;
  background-color: rgba(232, 233, 233, 0.9);
  text-align: center;
  display: none;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
#user-picture:hover a {
  display: block;
}
.prettyprint {
  margin-bottom: 0;
  background-color: #fff;
  border-color: #ccc !important;
}
.lock-screen {
  position: relative;
}
.backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#painel_unidades {
  margin-top: 10px;
  line-height: 40px;
}
.modal-container-open {
  overflow: hidden;
}
.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1041;
  overflow-y: auto;
  padding: 25px;
}
.modal-container .modal {
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
}
.modal-container .modal.modal-large {
  width: 300px;
}
@media (min-width: 768px) {
  .modal-container .modal.modal-large {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .modal-container .modal.modal-large {
    width: 900px;
  }
}
.modal-container .modal-body {
  overflow: hidden;
  max-height: none;
}
.menu-header {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  min-height: 112px;
  background-color: #fff;
  border-bottom: 2px solid #DBE3EA;
}
.menu-header .header-title {
  margin-bottom: 40px;
  display: inline-block;
  overflow: auto;
}
@media (min-width: 992px) {
  .menu-header .header-title {
    margin-bottom: 20px;
    display: block;
  }
}
@media (min-width: 992px) {
  .menu-header .header-title {
    margin-left: 0;
  }
}
.menu-header .header-title .return {
  margin-right: 20px;
  padding-top: 5px;
  font-size: 30px;
  color: #3D4955;
}
.menu-header .header-title .title {
  left: 8%;
  font-size: 21px;
  font-weight: normal;
  line-height: 45px;
  display: inline-block;
}
.action-btn {
  margin-left: 20px;
  text-transform: uppercase;
  background-color: #82C14F !important;
  border-color: #82C14F !important;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  font-family: Lato, sans-serif !important;
  white-space: nowrap;
  line-height: 24px;
  font-size: 16px;
}
.action-btn:hover {
  background-color: #69a33a !important;
}
/*******************************************************************
	Contratanet (www.contratanet.com.br)
	Description: Estrutura do sistema - Paginas externas
	Author(s): Eduardo Lara Rabelo (eduardo.rabelo@sydle.com)
*******************************************************************/
/* VARIABLES */
/* HEADER */
header {
  min-height: 91px;
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
}
header .navbar {
  margin-bottom: 0;
  /*        .top-pattern {
            width: 100%;
            height: 5px;
            background: @primaryColor url("@{img}/stripes.png") repeat-x;
            position: absolute;
            top: 0;
        }*/
}
header .navbar .bottom-pattern {
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  position: absolute;
  bottom: 0;
}
header .navbar .navbar-inner {
  height: 100%;
  border: none;
  background: none;
  box-shadow: none;
}
header .navbar .navbar-inner .btn-navbar {
  background-image: none;
  background-color: #999;
  border: none;
  padding: 8px 10px 9px;
  margin-top: 55px;
}
header .navbar .navbar-inner #logo {
  float: left;
  margin-top: 28px;
  margin-bottom: 28px;
  width: 213px;
}
header .navbar .navbar-inner #logo #hplLogo {
  background-image: url("https://resources-prd-eu.contratanet.com.br/portal-docs/resources/img/logo/light/8.png");
  width: 213px;
  height: 35px;
  text-indent: -9999px;
  display: block;
}
header .navbar .navbar-inner #logo #hplLogo:hover {
  opacity: 0.8;
}
header .navbar .navbar-inner #logo.by-contratanet {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
header .navbar .navbar-inner #logo.by-contratanet #hplLogo {
  margin-bottom: 2px;
}
header .navbar .navbar-inner #logo #hplByContratanet {
  text-indent: -9999px;
  background: url("/htdocs/v2/img/by-contratanet.png") no-repeat;
  width: 111px;
  height: 15px;
  display: block;
  float: right;
}
header .navbar .navbar-inner .preview-logo {
  border: 1px dashed #777;
  overflow: hidden;
  position: relative;
  height: 80px;
  width: 300px;
}
header .navbar .navbar-inner .nav {
  margin-top: 50px;
}
header .navbar .navbar-inner .nav .dropdown-toggle {
  background-color: transparent !important;
}
header .navbar .navbar-inner .nav-collapse .nav > li > a {
  display: inline-block;
}
header .navbar .navbar-inner .nav-collapse .nav > li .divider-square {
  width: 4px;
  height: 4px;
  margin: 2px 0;
  display: inline-block;
  background-color: #82C14F;
}
header .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
/* CUSTOMERS */
.customers-logos p,
.customers-logos-mini p {
  text-align: center;
  text-transform: uppercase;
  color: #999;
  font: bold 13px "Open Sans", sans-serif;
}
.customers-logos .carousel-container,
.customers-logos-mini .carousel-container {
  width: 1000px;
  height: 102px;
  position: relative;
  margin-top: 10px;
}
.customers-logos .list-carousel,
.customers-logos-mini .list-carousel {
  width: 954px;
  height: 102px;
  overflow: hidden;
  margin-left: 41px;
}
.customers-logos li,
.customers-logos-mini li {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  border: 1px solid #efefef;
  background-color: #fff;
}
.customers-logos li:hover,
.customers-logos-mini li:hover {
  border-color: #e3e3e3;
}
.customers-logos a,
.customers-logos-mini a {
  display: block;
  border-radius: 5px;
  width: 90px;
  height: 90px;
}
.customers-logos .prev,
.customers-logos .next,
.customers-logos-mini .prev,
.customers-logos-mini .next {
  width: 10px;
  height: 16px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 42px;
}
.customers-logos .prev:hover,
.customers-logos .next:hover,
.customers-logos-mini .prev:hover,
.customers-logos-mini .next:hover {
  background-position: 0 -16px;
}
.customers-logos .prev:active,
.customers-logos .next:active,
.customers-logos-mini .prev:active,
.customers-logos-mini .next:active {
  background-position: 0 -32px;
}
.customers-logos .prev,
.customers-logos-mini .prev {
  background-image: url("/htdocs/v2/img/left-arrow.png");
  left: 10px;
}
.customers-logos .next,
.customers-logos-mini .next {
  background-image: url("/htdocs/v2/img/right-arrow.png");
  right: 10px;
}
.customers-logos-mini a {
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customers-logos-mini img {
  max-height: 35px;
}
/* FORGOT PASSWORD */
#forgot-password table {
  width: 100%;
}
#forgot-password ul.message {
  margin-bottom: 15px;
}
#forgot-password ul.message li p {
  color: #666;
}
#forgot-password ul.message li p a {
  text-decoration: underline;
}
#forgot-password ul.message li p a:hover {
  text-decoration: none;
}
/* PRODUCTS */
.product h1 {
  margin-bottom: 40px;
  color: #82C14F;
}
.product h1 small {
  color: #333;
  font-family: "Dosis", sans-serif;
  margin-top: 10px;
  display: block;
}
.product h2 {
  margin-bottom: 25px;
  color: #3079BD;
}
.product .register-block {
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
}
.product #video h2,
.product #how-it-works h2 {
  color: #000;
}
.product #steps-arrows {
  width: 0;
  height: 22px;
}
.product #four-steps #steps-arrows {
  background-image: url("/htdocs/v2/img/four-steps.png");
}
.product #five-steps #steps-arrows {
  background-image: url("/htdocs/v2/img/five-steps.png");
}
.product #steps-arrows.in {
  width: 1000px;
  -webkit-transition: width 5s ease-out 0.5s;
  -moz-transition: width 5s ease-out 0.5s;
  -o-transition: width 5s ease-out 0.5s;
  -ms-transition: width 5s ease-out 0.5s;
  transition: width 5s ease-out 0.5s;
}
.product .steps ul {
  overflow: hidden;
}
.product .steps ul li {
  float: left;
  list-style: none;
  margin-left: 20px;
  text-align: center;
}
.product .steps ul li:first-child {
  margin-left: 0;
}
.product .steps#four-steps ul li {
  width: 235px;
}
.product .steps#five-steps ul li {
  width: 184px;
}
.product .steps ul li img {
  margin-bottom: 10px;
}
.product .steps ul li h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-style: italic;
  color: #333;
}
.product .steps ul li p {
  font-style: italic;
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
.product #features {
  margin-left: -20px;
}
.product #features li {
  width: 280px;
  height: 160px;
  padding: 19px;
  margin: 0 0 20px 20px;
  float: left;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  position: relative;
}
.product #features li h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
.product #features li .feature-icon {
  background-image: url("/htdocs/v2/img/feature-icons.png");
  width: 50px;
  height: 50px;
  position: absolute;
  right: 9px;
  bottom: 9px;
}
.product #plans table {
  margin-top: 25px;
}
.product #plans table tr:hover td.detached {
  background-color: #FAE99E;
}
.product #plans table tr th,
.product #plans table tr td {
  text-align: center;
  padding: 12px;
  font-weight: bold;
}
.product #plans table tr th {
  background-color: #666;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 18px;
  vertical-align: middle;
  text-transform: uppercase;
}
.product #plans table tr th:first-child {
  background-color: #F7F7F9;
  color: #333;
  letter-spacing: 0.5px;
  font-size: 18px;
  vertical-align: middle;
  text-transform: none;
  text-align: left;
}
.product #plans table tr th.detached {
  background-color: #FFC926;
  color: #B25900;
}
.product #plans table tr td.detached {
  background-color: #FCF2C5;
}
.product #plans table tr td.text-left {
  text-align: left;
  font-size: 13px;
}
.product #plans table tr td small {
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
}
.product #plans table tr td.mark {
  font-size: 20px;
}
.product #plans table tr td.mark.green {
  color: #46A546;
}
.product #plans table tr td.mark.red {
  color: #9D261D;
}
.product #plans table tr td .price {
  margin: 10px 0 5px 0;
}
.product #plans table tr td .price.free strong {
  font-size: 32px !important;
  line-height: 28px;
}
.product #plans table tr td .price strong {
  font-size: 45px;
}
.product #plans table tr td .price sup {
  font-size: 25px;
}
.product #plans table tr td .price sub {
  color: #BABEBE;
  font-size: 19px;
  bottom: 0;
}
.product #portals .carousel {
  margin: 0 auto 20px auto;
  width: 817px;
}
.product #portals .carousel-control {
  top: 50%;
  background: none;
  border: none;
  border-radius: 0;
  color: #333;
  font-size: 110px;
  visibility: visible;
}
.product #portals .carousel-control.left {
  left: -40px;
}
.product #portals .carousel-control.right {
  right: -40px;
}
/* PRODUCTS - INTERNSHIP */
.product#internship #features li #feature-icon-1 {
  background-position: 0 0;
}
.product#internship #features li #feature-icon-2 {
  background-position: -50px 0;
}
.product#internship #features li #feature-icon-3 {
  background-position: -100px 0;
}
.product#internship #features li #feature-icon-4 {
  background-position: 0 -50px;
}
.product#internship #features li #feature-icon-5 {
  background-position: -50px -50px;
}
.product#internship #features li #feature-icon-6 {
  background-position: -100px -50px;
}
.product#internship #numbers .container {
  background: url("/htdocs/v2/img/estagios/people.jpg") right bottom no-repeat;
  height: 725px;
}
.product#internship #numbers ul {
  float: left;
  width: 500px;
}
.product#internship #numbers ul li {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
.product #benefits {
  width: 500px;
}
/* PRODUCTS - COMPANY */
.product#company #video #description {
  width: 420px;
}
.product#company #video #player {
  width: 560px;
}
.product#company #features li {
  margin-bottom: 0;
  background-color: #fefefe;
}
.product#company #features li #feature-icon-1 {
  background-position: 0 -100px;
}
.product#company #features li #feature-icon-2 {
  background-position: -50px -100px;
}
.product#company #features li #feature-icon-3 {
  background-position: -100px -100px;
}
/* PRODUCTS - PENSE EMPRESAS */
#module-company .container {
  width: 940px;
}
#module-company .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
#module-company .nav-tabs > li a {
  width: 162px;
  height: 58px;
  color: #03355F;
}
#module-company .nav-tabs > li a:last-child {
  margin-right: 0;
}
#module-company .nav-tabs strong {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
#module-company .nav-tabs p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 13px;
  font-style: italic;
}
#module-company .number {
  color: #D3D3D3;
  float: left;
  font: bold 48px/48px "Open Sans", sans-serif;
  width: 40px;
  height: 60px;
}
#module-company .tab-content {
  background-color: #FFF;
  padding: 20px;
  border: 1px solid #DDD;
}
#module-company h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
#module-company .hr-title {
  background-color: #E76D34;
  bottom: -1px;
  height: 6px;
  left: 0;
  position: absolute;
  width: 90px;
}
#module-company h3 b {
  font-weight: bold;
}
#module-company .btn {
  margin-top: 10px;
}
/* PRODUCTS - TRAINEEE */
.product#trainee #features li #feature-icon-1 {
  background-position: 0 -100px;
}
.product#trainee #features li #feature-icon-2 {
  background-position: -50px -100px;
}
.product#trainee #features li #feature-icon-3 {
  background-position: -100px -100px;
}
/* PRODUCTS - INSTITUTION */
.product#institution strong {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.product#institution .video {
  margin-bottom: 25px;
}
.product#institution #features li #feature-icon-1 {
  background-position: 0 -150px;
}
.product#institution #features li #feature-icon-2 {
  background-position: -50px -150px;
}
.product#institution #features li #feature-icon-3 {
  background-position: -100px -150px;
}
/* PRODUCTS - PORTAL */
.product#portal #advantages ul {
  width: 475px;
}
.product#portal #advantages ul li {
  margin-bottom: 5px;
}
/* SERVICES - CONSULTANT */
.product#consultant p {
  margin-bottom: 10px;
}
.product#consultant #featured {
  text-align: center;
}
.product#consultant #featured .featured-step {
  height: 335px;
  position: relative;
}
.product#consultant #featured strong {
  color: #333333;
  font-size: 24px;
  font-style: italic;
  vertical-align: middle;
}
.product#consultant #featured .label {
  clear: both;
  display: block;
  font-size: 16px;
  margin: 5px auto;
  padding: 5px;
  width: 160px;
}
.product#consultant #featured img {
  margin: 20px 0;
}
.product#consultant #featured p {
  color: #555555;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
.product#consultant #featured .btn {
  padding: 4px 26px;
  position: absolute;
  bottom: 0;
  left: 102px;
}
.product#consultant #featured .well .check {
  color: #82C14F;
}
.product#consultant .steps {
  overflow: hidden;
  margin-top: 20px;
}
.product#consultant .steps li {
  float: left;
  width: 145px;
  text-align: center;
  padding: 10px;
}
.product#consultant .steps li div {
  width: 50px;
  height: 50px;
  background: url("/htdocs/v2/img/consultant/steps.png");
  margin: 0 auto 10px auto;
}
.product#consultant #diagnostic .steps {
  width: 495px;
}
.product#consultant #diagnostic .first-step {
  background-position: 0 0;
}
.product#consultant #diagnostic .second-step {
  background-position: -50px 0;
}
.product#consultant #diagnostic .third-step {
  background-position: -100px 0;
}
.product#consultant #review .steps {
  width: 660px;
}
.product#consultant #review .first-step {
  background-position: 0 -50px;
}
.product#consultant #review .second-step {
  background-position: -50px -50px;
}
.product#consultant #review .third-step {
  background-position: -100px -50px;
}
.product#consultant #review .fourth-step {
  background-position: -150px -50px;
}
.product#consultant #formulation .steps {
  width: 660px;
}
.product#consultant #formulation .first-step {
  background-position: 0 -100px;
}
.product#consultant #formulation .second-step {
  background-position: -50px -100px;
}
.product#consultant #formulation .third-step {
  background-position: -100px -100px;
}
.product#consultant #formulation .fourth-step {
  background-position: -150px -100px;
}
.product#consultant .table {
  width: 300px !important;
  margin-bottom: 0;
}
.product#consultant .table th,
.product#consultant .table td {
  text-align: center;
}
.product#consultant .table .price {
  font-size: 24px;
  font-weight: bold;
  color: #0088CC;
}
/* SERVICES - FEATURED VACANCY */
#landing-page-featured-vacancy [class*="span"] {
  padding: 25px 0;
}
#landing-page-featured-vacancy [class*="span"]:nth-child(2n+1) {
  padding-right: 0;
}
#landing-page-featured-vacancy .row-fluid:nth-child(2n+1) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#landing-page-featured-vacancy .row-fluid:first-child {
  border-top: none;
}
#landing-page-featured-vacancy img {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
#landing-page-featured-vacancy strong {
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  color: #82C14F;
}
#landing-page-featured-vacancy p {
  font-size: 16px;
  line-height: 20px;
}
#featured-vacancy .nav-pills {
  margin: -30px 0 20px;
  font-size: 16px;
}
#featured-vacancy .plan {
  position: relative;
  height: 1170px;
}
#featured-vacancy .plan #best-plan {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
}
#featured-vacancy .plan-img {
  background-color: #EDF2F6;
  height: 171px;
  padding: 10px;
  text-align: center;
  margin: -19px -19px -60px -19px;
  position: relative;
  z-index: 1;
}
#featured-vacancy .plan-name {
  height: 55px;
  margin: 0 -19px;
  padding: 10px 19px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
}
#featured-vacancy .plan-name strong {
  display: block;
  text-transform: uppercase;
  color: #327494;
  font-size: 24px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
}
#featured-vacancy .plan-name .muted {
  font-size: 14px;
}
#featured-vacancy .plan-price {
  background-color: #36ACDC;
  color: #fff;
  height: 100px;
  line-height: 100px;
  margin: 0 -19px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
}
#featured-vacancy .plan-price small {
  font-size: 16px;
}
#featured-vacancy .btn-success {
  margin: -20px auto 20px;
  width: 200px;
  display: block;
}
#featured-vacancy .plan .small-title {
  font-size: 14px;
}
#featured-vacancy .plan .title {
  font-size: 16px;
}
#featured-vacancy .featured-vacancy-type {
  margin-top: 20px;
}
#featured-vacancy .featured-vacancy-type ul {
  border-top: 1px dotted #dedede;
}
#featured-vacancy .featured-vacancy-type li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dotted #dedede;
}
#featured-vacancy .featured-vacancy-type a {
  float: right;
}
#featured-vacancy #customers-logos-mini {
  margin-right: -6px;
}
#featured-vacancy #customers-logos-mini li {
  margin: 0 5px 5px 0;
}
#featured-vacancy-faq .accordion-group {
  border: none;
  border-bottom: 1px dashed #ccc;
}
#featured-vacancy-faq .accordion-heading .accordion-toggle {
  padding: 8px 0;
  font-size: 16px;
  text-decoration: none;
}
#featured-vacancy-faq .accordion-inner {
  border: none;
  color: #636363;
}
#featured-vacancy .btn-skip {
  font-size: 14px;
}
.slider-range-period,
.slider-range-salary {
  width: 280px;
  margin-bottom: 10px;
}
.vacancy-type-image {
  margin-bottom: 15px;
  text-align: center;
  height: 170px;
  padding: 15px;
  background-color: #EDF2F6;
}
#featured-vacancy-type {
  margin-top: 20px;
}
#featured-vacancy-type ul {
  border-top: 1px dotted #dedede;
}
#featured-vacancy-type li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dotted #dedede;
}
#featured-vacancy-type a {
  float: right;
}
#featured-vacancy-option {
  margin-top: 20px;
}
#featured-vacancy-option label {
  display: inline;
}
#featured-vacancy-option a {
  float: right;
}
/* SERVICES - EVAGA */
#e-opportunity h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
#e-opportunity h4 {
  font-size: 16px;
  font-weight: bold;
}
/* SUBSCRIPTION - VACANCY */
#modal-featured-vacancy {
  width: 800px;
  margin-left: -400px;
}
#modal-featured-vacancy .modal-body {
  padding: 0;
}
#modal-featured-vacancy [class*="span"] {
  padding: 25px;
}
#modal-featured-vacancy [class*="span"]:nth-child(2n+1) {
  padding-right: 0;
}
#modal-featured-vacancy .row-fluid:nth-child(2n+1) {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#modal-featured-vacancy .row-fluid:first-child {
  border-top: none;
}
#modal-featured-vacancy img {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
#modal-featured-vacancy strong {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #82C14F;
}
/* SUBSCRIPTION - CANDIDATE */
.integration-subscribe {
  border-top: none;
  padding: 0;
  margin: 0;
  width: 225px;
  min-width: inherit;
}
.section-content .inline label {
  float: left;
  margin: 2px 20px 0 0;
}
.section-content .graduated label {
  margin-top: 8px;
}
.section-content .graduated input {
  margin-top: 10px;
}
.section-content .password a {
  border-radius: 0 4px 4px 0;
}
/* SEARCH */
#search .header-banner {
  margin: 0 auto 40px auto;
}
#search .main-search {
  margin: 20px 0;
}
#search .main-search .input-search {
  width: 392px;
  height: 34px;
}
#search .main-search .input-search-curriculum {
  width: 774px;
}
#search #search-result {
  overflow: hidden;
  margin-top: 20px;
}
#search .number-results {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  float: left;
  width: 320px;
}
#search .did-you-mean {
  line-height: 20px;
  margin-top: 40px;
}
#search .suggestion {
  font-size: 20px;
  line-height: 30px;
}
#search #search-result .col-1 {
  float: left;
  width: 320px;
  margin: 10px 20px 0 0;
}
#search #refine-search .checkbox {
  font-size: 13px;
  background: none;
  padding-left: 19px;
}
#search #refine-search .vacancy-type {
  text-align: center;
  display: block;
}
#search #refine-search .chosen {
  width: 280px;
}
#search .area-tree-view {
  width: 270px;
  height: 300px;
  padding: 5px;
  overflow: auto;
  background-color: #f1f1f1;
  border: 1px solid #d8d8d8;
}
#search .area-tree-view img {
  margin: 0 10px;
  width: 0px;
}
#search .area-tree-view a img {
  max-width: 20px;
  width: 20px;
  margin: 0;
}
#search .area-tree-view input[type="checkbox"] {
  margin-top: -3px !important;
}
#search .area-tree-view .menu_nodeStyle {
  padding: 5px;
  width: 100%;
  text-decoration: none;
  color: #226688;
}
#search .area-tree-view .menu_hoverNodestyle {
  background-color: #e8e8e8;
  cursor: pointer;
}
#search .area-tree-view .menu_nodeStyle a {
  font-weight: normal;
}
#search .amount,
#search .interval {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
#search .amount {
  float: left;
}
#search .min {
  float: left;
  margin: 14px 0 0 5px;
}
#search div.checkbox {
  margin-top: 5px;
}
#search .col-1 .well-ad {
  padding: 10px 0;
  margin-top: 20px;
}
#search .col-2 {
  float: right;
  width: 658px;
  overflow: hidden;
  margin-top: 10px;
}
#search .area-tree-view table {
  background-color: #f1f1f1;
}
#search .search-header,
#search .search-footer {
  background-color: #efefef;
  padding: 10px;
  height: 30px;
  border: 1px solid #e9e9e9;
  border-bottom: none;
}
#search .search-header {
  border-radius: 10px 10px 0 0;
}
#search .search-footer {
  border-radius: 0 0 10px 10px;
}
#search li.fade {
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  background-color: #fff;
}
#search li.fade:hover {
  background-color: #f9f9f9;
}
#search li.fade:last-child {
  border-bottom: none;
}
#search h4 {
  margin-bottom: 2px;
}
#search .download-curriculum {
  text-indent: -9999px;
  background-image: url("/htdocs/v2/img/icon-pdf-bw.png");
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-right: 5px;
  opacity: 0.5 !important;
}
#search .download-curriculum:hover {
  background-image: url("/htdocs/v2/img/icon-pdf.png");
  opacity: 1 !important;
}
#search .add-favorite {
  text-indent: -9999px;
  background-image: url("/htdocs/v2/img/icon-favorite-disabled.png");
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-right: 5px;
}
#search .delete-favorite {
  text-indent: -9999px;
  background-image: url("/htdocs/v2/img/icon-favorite-enabled.png");
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-right: 5px;
}
#search .delete-vacancy {
  text-indent: -9999px;
  background-image: url("/htdocs/v2/img/icon-delete.png");
  width: 25px;
  height: 25px;
  display: block;
  float: right;
}
#search .more,
#search .show-all {
  float: left;
  margin: 10px 0;
}
#search .col-2 .search-content {
  border: 1px solid #e9e9e9;
}
#search .col-2 .search-content ul div ul {
  border-top: 1px dotted #d6d6d6;
  border-bottom: 1px dotted #d6d6d6;
  margin-bottom: 10px;
  float: left;
  list-style-type: square;
  width: 100%;
}
#search .col-2 .search-content ul div ul li {
  border: none;
  list-style: square inside none;
  width: 100%;
  padding: 5px;
}
#search .salary {
  float: right;
  font-size: 14px;
  margin: 10px 0;
}
#search .social-networks {
  margin-top: 10px;
  float: left;
}
#search .candidate {
  float: right;
  margin: 5px 0;
}
#search .mini-curriculum {
  display: table;
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
}
#search .provider-logo {
  vertical-align: inherit;
}
#search .search-aggregator .well {
  padding: 10px;
  margin: 5px 0 0 0;
}
#search .search-aggregator li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
#search .search-aggregator li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#search .search-aggregator h3 a {
  text-decoration: underline;
}
#search .search-aggregator h4 {
  font-size: 13px;
}
#search li.premium-opportunities {
  background-color: #fdfbee;
}
#search li.premium-opportunities:hover {
  background-color: #fcf8e3;
}
#search .col-2 .search-content > ul li .mini-curriculum .row {
  display: table-row;
}
#search .col-2 .search-content > ul li .mini-curriculum .column {
  display: table-cell;
  padding: 10px;
  border: 1px solid #d6d6d6;
  width: 485px;
}
#search .col-2 .search-content > ul li .mini-curriculum .row .column:first-child {
  width: 110px;
}
#search .col-2 .search-content > ul li .mini-curriculum ul {
  border: none;
  margin: 0;
  float: none;
  height: auto;
}
#search .col-2 .search-content > ul li .mini-curriculum ul li {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  list-style: square inside none;
}
#search .col-2 .search-content > ul li .mini-curriculum ul li:last-child {
  margin-bottom: 0;
}
#search .col-2 .search-content > ul li .complete-curriculum {
  margin-top: -1px;
}
#search #modal-saved-searches li {
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
#search #modal-saved-searches li:hover {
  background-color: #f9f9f9;
}
#search #modal-saved-searches .pull-right + .pull-right {
  margin-right: 5px;
  display: block;
}
/* VIEW VACANCIES */
#view-vacancies .container {
  padding-top: 30px;
}
#view-vacancies .container h1 {
  margin: 20px 0;
}
#view-vacancies .container h1 span {
  font-size: 21px;
  line-height: 34px;
  color: #666;
}
#view-vacancies .container h2 {
  margin: 40px 0 20px 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
#view-vacancies .container .favorite-company {
  line-height: 25px;
}
#view-vacancies .container a.btn.disabled {
  cursor: pointer;
  margin-bottom: 5px;
}
#view-vacancies .container a.btn.disabled:hover {
  opacity: 0.85;
}
#view-vacancies .container a.btn.disabled:active {
  opacity: 1;
}
#view-vacancies .container span.btn.disabled {
  margin-bottom: 5px;
}
#view-vacancies .container #details .published-by {
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 40px;
}
#view-vacancies .container #company ul {
  float: left;
  width: 500px;
}
#view-vacancies .container #company ul li {
  margin-bottom: 2px;
}
#view-vacancies .container #company ul li.name {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}
#view-vacancies .container #company ul li i {
  margin-right: 5px;
}
#view-vacancies .container #description ul {
  margin-top: 5px;
}
#view-vacancies .container #description ul li {
  list-style: disc inside none;
}
#view-vacancies .container #benefits {
  margin-bottom: 40px;
}
#view-vacancies .container .plugins,
#view-vacancies .container .apply-for-job {
  background: #fff url("/htdocs/v2/img/bg-box.png") left top repeat-x;
  min-height: 57px;
  margin-bottom: 20px;
  box-shadow: none;
}
#view-vacancies .container .plugins h2,
#view-vacancies .container .apply-for-job h2 {
  color: #e1e1e1;
  font-weight: bold;
  padding: 0;
  margin: -10px 0 10px 0;
  border: none;
}
#view-vacancies .container .apply-for-job .interest {
  margin-top: 6px;
}
#view-vacancies .container #view-vacancies-sidebar h3 {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#view-vacancies .container #view-vacancies-sidebar h3 img {
  margin: -2px 5px 0 -14px;
}
#view-vacancies .container #view-vacancies-sidebar ul li {
  list-style: disc outside none;
  margin: 0 0 5px 15px;
  word-wrap: break-word;
}
#view-vacancies .container #view-vacancies-sidebar .premium-opportunities {
  margin-bottom: 10px;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
#view-vacancies .container #view-vacancies-sidebar .premium-opportunities li {
  background-color: rgba(255, 255, 255, 0.7);
  list-style: disc inside none;
  margin: 0 -19px;
  padding: 6px 21px;
  font-weight: bold;
}
.modal-migrate-plan {
  width: 700px;
  margin-left: -350px;
}
.modal-migrate-plan .title {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 10px;
}
.modal-migrate-plan .sub-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #666;
  margin-bottom: 40px;
}
.modal-migrate-plan .modal-body {
  max-height: none;
  overflow: inherit;
}
.modal-migrate-plan .modal-body .plan-name {
  text-align: center;
  font-size: 16px;
  color: #7f8c8c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal-migrate-plan .modal-body .tables {
  position: relative;
}
.modal-migrate-plan .modal-body .tables .next-plan-arrow {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -45px;
}
.modal-migrate-plan .modal-body .tables table {
  height: 200px;
  margin-bottom: 10px;
}
.modal-migrate-plan .modal-body .tables table tr:hover td {
  background-color: #fff;
}
.modal-migrate-plan .modal-body .tables table tr th,
.modal-migrate-plan .modal-body .tables table tr td {
  text-align: center;
  font-size: 16px;
}
.modal-migrate-plan .modal-body .tables table tr th {
  background-color: #666;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 18px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
.modal-migrate-plan .modal-body .tables table tr th:first-child {
  background-color: #F7F7F9;
  color: #333;
  letter-spacing: 0.5px;
  font-size: 18px;
  vertical-align: middle;
}
.modal-migrate-plan .modal-body .tables table tr th.detached {
  background-color: #FFC926;
  color: #B25900;
}
.modal-migrate-plan .modal-body .tables table tr td {
  border-top: none;
}
.modal-migrate-plan .modal-body .tables table tr td.detached {
  background-color: #FCF2C5;
}
.modal-migrate-plan .modal-body .tables table tr td .price {
  margin: 10px 0 5px 0;
  font-weight: bold;
}
.modal-migrate-plan .modal-body .tables table tr td .price.free strong {
  font-size: 32px !important;
  line-height: 28px;
}
.modal-migrate-plan .modal-body .tables table tr td .price strong {
  font-size: 28px;
}
.modal-migrate-plan .modal-body .tables table tr td .price sup {
  font-size: 14px;
}
.modal-migrate-plan .modal-body .tables table tr td .price .asterisk {
  font-size: 18px;
  vertical-align: top;
}
.modal-migrate-plan .modal-body .tables table tr td .price .free-price {
  font-size: 24px;
}
.modal-migrate-plan .modal-body .tables table tr td li {
  line-height: 28px;
  text-align: center;
  font-size: 15px;
}
.modal-migrate-plan .modal-body .tables table tr td div.premium-subtitle {
  border-bottom: 1px dashed #94a0a3;
  font-size: 20px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.ctn-cta-top {
  padding: 20px 0;
  position: relative;
}
.ctn-cta-top.ctn-fixed {
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ctn-cta-top.ctn-cta-hide {
  top: -85px;
  opacity: 0;
}
.ctn-cta-top .ctn-cta-text {
  display: block;
  padding-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .ctn-cta-top .ctn-cta-text {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .ctn-cta-top .ctn-cta-text {
    font-size: 21px;
    display: inline-block;
    padding-bottom: 0;
  }
}
.ctn-cta-top .ctn-cta-close {
  position: absolute;
  right: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: none;
}
.ctn-cta-top-dark {
  background-color: #3D4955;
}
.ctn-cta-top-light {
  background-color: #fff;
  border-bottom: 2px solid #DBE3EA;
}
.ctn-cta-top-light .ctn-cta-text {
  color: #000;
}
.ctn-cta-top-light .ctn-cta-close {
  color: #000;
}
/* Secao de login via integracao linkedin/facebook */
.login-integration-small {
  padding: 10px 10px 0 10px;
  margin-top: 10px;
  margin-left: 0;
}
/*******************************************************************
	Contratanet (www.contratanet.com.br)
	Description: Estrutura do sistema - Paginas internas (administrativas)
	Author(s): Eduardo Lara Rabelo (eduardo.rabelo@sydle.com)
*******************************************************************/
/* INNER HEADER */
header.logged {
  min-height: 61px;
}
header.logged .navbar .navbar-inner {
  color: rgba(255, 255, 255, 0.75);
  background-color: #3D4955;
}
header.logged .navbar .navbar-inner .btn-navbar {
  margin-top: 13px;
}
header.logged .navbar .navbar-inner #logo {
  margin: 10px 25px 10px 10px;
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  height: 40px;
}
header.logged .navbar .navbar-inner #logo > a img {
  max-height: 40px;
}
header.logged .navbar .navbar-inner .nav {
  margin-top: 0;
}
header.logged .navbar .navbar-inner .nav > li > a {
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
}
header.logged .navbar .navbar-inner .nav > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: #282f37;
  box-shadow: none;
}
header.logged .navbar .navbar-inner .nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
header.logged .navbar .navbar-inner .nav > li.active > a {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
header.logged .navbar .navbar-inner .nav > li.dropdown.active > a,
header.logged .navbar .navbar-inner .nav > li.dropdown.open > .dropdown-toggle {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: none;
}
header.logged .navbar .navbar-inner .user-login-pnl a {
  padding-bottom: 5px;
}
header.logged .navbar .navbar-inner .user-login-pnl .user-logged {
  position: relative;
  top: -2px;
  line-height: 40px;
  text-transform: capitalize;
  font-weight: normal;
}
@media (max-width: 767px) {
  header.logged .navbar .navbar-inner .user-login-pnl .user-logged li:nth-child(2) {
    display: none !important;
  }
}
header.logged .navbar .navbar-inner .user-login-pnl .dropdown-toggle {
  padding-right: 8px;
  text-decoration: none;
}
header.logged .navbar .navbar-inner .user-login-pnl .dropdown-toggle img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
header.logged .navbar .navbar-inner .user-login-pnl .dropdown-toggle .caret {
  border-top-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
header.logged .navbar .navbar-inner .new-vacancy {
  margin: 15px;
}
/* INNER PAGES */
#data {
  border: 1px solid #eaeaeb;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}
#data.pull-left {
  width: 760px;
}
.data {
  border: 1px solid #eaeaeb;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 50px;
}
.data:last-child {
  margin-bottom: 0;
}
.hidden {
  display: none;
}
.section:nth-child(2n of :not(.hidden)) {
  background-color: #f9f9f9;
  border-top: 1px dashed #d6d6d6;
  border-bottom: 1px dashed #d6d6d6;
}
.section:last-child {
  border-bottom: none;
}
.section:nth-child(2nof :not(.hidden)) .well {
  background-color: #fff;
}
.section-header {
  height: 50px;
  line-height: 20px;
  border-bottom: 1px solid #e8e9e9;
}
.section-header span.title {
  padding: 15px 23px;
  margin: 0;
}
.section-content {
  padding: 15px 25px;
  display: block;
}
.data .section-content {
  padding: 25px;
}
.section-content li.pull-left {
  margin-right: 20px;
}
textarea.full-width,
input[type=text].full-width {
  width: 98%;
  max-width: 98%;
}
.area-tree-panel .area-tree {
  height: 300px;
  padding: 5px;
  overflow: auto;
  overflow-x: none;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.area-tree-panel .area-tree img {
  margin: 0 10px;
  width: 0;
}
.area-tree-panel .area-tree a img {
  margin: 0;
  max-width: 20px;
  width: 20px;
}
.area-tree-panel .area-tree input[type="checkbox"] {
  margin-top: -1px !important;
  margin-right: 5px;
}
.area-tree-panel .area-tree .menu_nodeStyle {
  padding: 5px;
  width: 100%;
  text-decoration: none;
  color: #226688;
}
.area-tree-panel .area-tree .menu_hoverNodestyle {
  background-color: #e8e8e8;
  cursor: pointer;
}
.area-tree-panel .area-tree .menu_nodeStyle a {
  font-weight: normal;
}
.area-tree-panel .area-panel {
  height: 300px;
  overflow: auto;
  overflow-x: none;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.area-tree-panel .area-panel ul {
  padding-left: 0;
  height: 300px;
}
.area-tree-panel .area-panel ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px;
}
.area-tree-panel .area-panel ul.selecionados li {
  background: url("/htdocs/v2/img/delete-icon.png") 6px 8px no-repeat;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
  float: none;
}
.area-tree-panel .area-panel ul.selecionados li:hover {
  background-color: #e8e8e8;
}
.add-favorite {
  text-indent: -9999px;
  background-image: url("/htdocs/v2/img/icon-favorite-disabled.png");
  width: 25px;
  height: 25px;
  display: block;
}
.delete-favorite {
  text-indent: -9999px;
  background-image: url("/htdocs/v2/img/icon-favorite-enabled.png");
  width: 25px;
  height: 25px;
  display: block;
}
.limit-favorite {
  text-indent: -9999px;
  background-image: url("/htdocs/v2/img/icon-favorite-limit.png");
  width: 25px;
  height: 25px;
  display: block;
}
.separator {
  background-color: #fff;
  border-top: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  overflow: hidden;
  margin: 20px 0;
}
.error-inline .help-block {
  margin-bottom: 0;
}
.error-inline .error {
  margin-bottom: 10px !important;
}
ul#legenda li {
  margin-top: 10px;
}
ul#legenda li div#leg1,
ul#legenda li div#leg2 {
  width: 18px;
  height: 18px;
  border: 1px solid black;
  float: left;
  margin-right: 5px;
}
ul#legenda li div#leg2 {
  background-color: #CCC;
}
ul#legenda li div#leg1 {
  background-color: #fff;
}
ul#legenda li img {
  float: left;
  margin-right: 5px;
}
.table-language td {
  padding: 4px 2px;
}
.jumbotron {
  margin: 60px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
}
.jumbotron .lead {
  font-size: 21px;
  line-height: 1.25;
  margin: 25px 0;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.logo-portal {
  background-image: url("/htdocs/v2/img/portal.png");
  text-indent: -9999px;
  display: block;
  float: left;
}
.logo-portal.abrh {
  background-position: 0 0;
  width: 112px;
  height: 38px;
  margin-top: 1px;
}
.logo-portal.contratanet {
  background-position: 0 -38px;
  width: 125px;
  height: 19px;
  margin-top: 9px;
}
.logo-portal.estacio {
  background-position: 0 -57px;
  width: 117px;
  height: 36px;
  margin-top: 2px;
}
.logo-portal.fagammon {
  background-position: 0 -93px;
  width: 158px;
  height: 31px;
  margin-top: 4px;
}
.logo-portal.pitagoras {
  background-position: 0 -124px;
  width: 101px;
  height: 39px;
  margin-top: 0;
}
.logo-portal.sydle {
  background-position: 0 -163px;
  width: 126px;
  height: 10px;
  margin-top: 15px;
}
.logo-portal.una {
  background-position: 0 -173px;
  width: 81px;
  height: 38px;
  margin-top: 1px;
}
.logo-portal.unibh {
  background-position: 0 -211px;
  width: 91px;
  height: 27px;
  margin-top: 6px;
}
.integration {
  position: relative;
  margin-top: 27px;
}
.integration .logo {
  position: absolute;
  top: -22px;
  background-color: #fff;
  border-radius: 4px;
  height: 35px;
}
.integration small {
  line-height: 25px;
}
.integration .well {
  background-color: #efefef;
  margin: 5px 0;
}
.integration .well img {
  width: 100%;
}
img.premium-opportunity {
  background-image: url("/htdocs/v2/img/icon-star-medium.png");
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 5px;
  text-indent: -9999px;
}
.dropdown-date-interval {
  width: 350px;
  padding: 10px;
}
.dropdown-date-interval input[type="text"] {
  width: 45%;
}
.large-Icons {
  width: 32px;
  height: 32px;
}
.menu-icon-color {
  color: black;
}
.modal {
  top: 1% !important;
}
.navbar-styled .navbar-inner {
  box-shadow: none;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  background-color: #eee;
  border-bottom-color: #E0E0E0;
}
.navbar-styled .navbar-inner .nav > li.active > a {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 4px solid #169BDA;
  font-weight: 600;
}
.navbar-styled .navbar-inner .nav > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  text-shadow: none;
  padding-bottom: 6px;
}
.input-datepicker {
  position: relative;
  display: inline-block;
}
.input-datepicker:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #969696;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 6px;
}
/* SIDEBAR INNER PAGES */
#sidebar {
  width: 220px;
  float: right;
}
#sidebar .tarefas .well {
  padding: 8px 0;
}
/* SUBSCRIPTION - CURRICULUM */
#curriculum #nav-menu {
  position: absolute;
  z-index: 1;
  width: 36px;
  margin-left: -56px;
}
#curriculum #nav-menu.fixed-nav {
  position: fixed;
  top: 0;
}
#curriculum #nav-menu li a {
  padding: 8px 0;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 2px 0 0 2px;
  display: block;
  border-right: 1px solid #e8e9e9;
}
#curriculum #nav-menu li a:hover {
  background-color: #fff;
  border-top: 1px solid #e8e9e9;
  border-bottom: 1px solid #e8e9e9;
  border-left: 2px solid #b6cc5d;
  border-right: 1px solid #fff;
}
#curriculum #nav-menu li a:hover [class*="icon-"] {
  margin: 0 0 0 -2px;
  opacity: 0.75;
}
#curriculum .container {
  width: 940px;
  padding: 0;
  position: relative;
}
#curriculum section {
  border: 1px solid #eaeaeb;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
}
#curriculum .section-header {
  height: 50px;
  line-height: 20px;
  border-bottom: 1px solid #e8e9e9;
  overflow: hidden;
}
#curriculum .section-header .btn {
  margin: 12px 20px;
}
#curriculum .section-header .title {
  padding: 15px 20px;
  margin: 0;
}
#curriculum .section-header .title .icon {
  background-image: url("/htdocs/v2/img/icons-curriculum.png");
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  text-indent: -9999px;
  margin: -5px 5px 0 0;
}
#curriculum .section-desc {
  font-size: 16px;
  margin: 10px 0 20px;
}
#curriculum .section-content {
  padding: 20px;
}
#curriculum .section-inner {
  padding: 20px;
  background-color: #fafafa;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  position: relative;
  min-height: 30px;
}
#curriculum .section-inner:last-child {
  margin-bottom: 0;
}
#curriculum .section-inner:hover .btn-danger {
  display: inline-block;
  margin-right: 5px;
}
#curriculum .section-inner .btn-danger {
  display: none;
}
#curriculum .section-inner .alert-tooltip {
  padding: 6px 20px;
  font-size: 12px;
  cursor: pointer;
}
#curriculum .section-inner-add {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
  margin-bottom: 20px !important;
}
#curriculum .section-inner-direct {
  background-color: #fff;
  border: none;
  padding: 10px;
  margin-bottom: 0;
}
#curriculum .form-actions {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-top: none;
}
#curriculum .friendly-url {
  color: #333;
}
#curriculum .section-inner .fa-facebook-square,
#curriculum .section-inner .fa-linkedin-square,
#curriculum .section-inner .fa-cloud-upload {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-weight: 100;
  font-family: 'FontAwesome';
  font-size: 24px;
}
#curriculum .section-inner .fa-facebook-square {
  color: #3C5A98;
}
#curriculum .section-inner .fa-linkedin-square {
  color: #006699;
}
#curriculum .section-inner .fa-cloud-upload {
  color: #006699;
  font-size: 20px;
}
#curriculum .section-inner-direct .fa,
#curriculum #personal-data .section-inner .fa {
  right: 0;
  bottom: 0;
}
#curriculum h1 {
  font-size: 21px;
}
#curriculum #personal-data .section-inner {
  padding: 10px 0;
  background: none;
  border-top: 1px solid #f2f2f2;
  border-bottom: none;
  margin-bottom: 0;
}
#curriculum #personal-data .section-inner li {
  padding-left: 18px;
}
#curriculum #personal-data .section-inner li [class*="icon-"] {
  margin-left: -18px;
}
#curriculum #personal-data .section-inner li [class*="fa-"] {
  margin-left: -17px;
  font-size: 14px;
  width: 13px;
}
#curriculum #personal-data .section-inner-add {
  padding: 20px;
  background-color: #f5f5f5;
  border-color: #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#curriculum #personal-data .link-unstyled {
  text-decoration: none !important;
  color: #333 !important;
}
#changePhotoModal .modal-body {
  max-height: 280px;
}
#curriculum #skills .btn.pull-left {
  margin: 0 5px 5px 0;
  background-image: none;
  background-color: #e6e6e6;
  box-shadow: none;
  cursor: default;
  text-shadow: none;
}
#interestCities .btn.city-tag {
  margin: 0 5px 5px 0;
  background-image: none;
  background-color: #e6e6e6;
  box-shadow: none;
  cursor: default;
  text-shadow: none;
  float: none;
}
#curriculum #complete-curriculum .fa.fa-check {
  color: #008000;
}
#curriculum .progress {
  position: relative;
}
#curriculum .curriculum-percentage {
  color: #666;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
#curriculum-pdf .section-header .check {
  display: none;
}
#curriculum-pdf .section-header span.title {
  font-size: 20pt;
  font-weight: bold;
}
#curriculum-pdf h1 {
  font-size: 24pt;
}
#curriculum-pdf a {
  color: #333333;
  text-decoration: none;
}
#curriculum-pdf {
  font-size: 14pt;
}
#preferences #alterarDisponibilidade .available {
  color: #009900;
  font-weight: bold;
}
/* PAYMENT MODULE */
.product-description span {
  font-size: 19px;
}
.product-description label {
  font-size: 12px;
  line-height: 15px;
  padding-left: 20px;
  cursor: text;
}
.product-description p {
  margin-bottom: 5px !important;
}
#payment-module .section-footer {
  background-color: #0082C3;
  border-top: 1px solid #e8e9e9;
  height: 60px;
  line-height: 60px;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
}
#payment-module .section-footer span {
  font-size: 20px;
  float: right;
}
#payment-module .section-footer span b {
  font-size: 26px;
}
#payment-module .brace {
  font-size: 150px;
  color: #ccc;
  line-height: 118px;
  position: absolute;
  top: 50%;
  height: 142px;
  margin-top: -71px;
  display: block;
}
#payment-module .payment-content {
  padding-left: 110px;
}
#payment-module .payment-methods div {
  background: url("/htdocs/v2/img/payment/payment-methods.png");
  float: left;
  width: 48px;
  height: 26px;
  margin: 2px 2px 2px 18px;
}
#payment-module .payment-methods .visa {
  background-position: 0 0;
}
#payment-module .payment-methods .master {
  background-position: -53px 0;
}
#payment-module .payment-methods .billet {
  background-position: -104px 0;
}
#payment-module .payment-methods .visa.disabled {
  background-position: 0 26px;
}
#payment-module .payment-methods .master.disabled {
  background-position: -53px 26px;
}
#payment-module .payment-methods .billet.disabled {
  background-position: -104px 28px;
}
/* CADASTRO DE VAGA */
#vacanciesPage .div-slider-range-age {
  margin-left: 30px;
  width: 30%;
}
#modal-newspapper {
  top: 50% !important;
  width: 600px;
  height: 575px;
  margin-left: -300px;
  margin-top: -287.5px !important;
  border: none;
}
#modal-newspapper .modal-body {
  max-height: none;
  padding: 0;
  background-color: #82C14F;
  overflow: hidden;
  border-radius: 4px;
}
#modal-newspapper .message-center {
  text-align: center;
  color: #fff;
  width: 600px;
  height: 575px;
  padding: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#modal-newspapper .message-center.message-success {
  padding: 200px 40px;
}
#modal-newspapper .message-center .heading {
  text-transform: uppercase;
  font-size: 28px;
  line-height: normal;
  font-weight: 900;
  color: #fff;
  display: block;
}
#modal-newspapper .message-center .heading img {
  margin-top: 10px;
}
#modal-newspapper .message-center p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin: 10px 0 30px;
}
#modal-newspapper .message-center .btn {
  border: none;
  color: #82C14F;
}
#modal-newspapper .message-center .illustration {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 -40px;
}
#modal-newspapper .message-center .illustration .rectangle {
  background-color: #3D4955;
  width: 100%;
  height: 65px;
  margin-top: -35px;
}
/********************/
/* Modal */
#mpeModalLogin_backgroundElement {
  background-color: black;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.modalPopup {
  background: #CDD2D6 url("/Inicial/images/bg-body.jpg") repeat-x scroll 0 0;
  border-width: 3px;
  border-style: solid;
  border-color: #ccc;
  padding: 5px;
  width: 450px;
  height: 300px;
}
.sucesso {
  padding-top: 6px;
  text-align: center;
  font-weight: bold;
  background-color: #99FF99;
}
.valSum {
  padding-left: 20px;
  background-color: #FFFFAA;
  font-size: 12px;
  color: Red;
  margin-top: 5px;
}
/* Breadcrumb de pagamento */
.payment-step-navigation {
  float: right;
  margin-top: 42px;
}
.payment-step-navigation li {
  width: 200px;
}
.payment-step-navigation li span {
  display: block;
  margin-left: 10px;
  height: 71px;
  color: #999;
}
.payment-step-navigation li.current span {
  color: #333;
  font-weight: bold !important;
}
.payment-step-navigation li.done span {
  color: #666;
  font-weight: normal;
}
.payment-step-navigation li.done.current span {
  color: #333;
  font-weight: bold;
}
.payment-step-navigation li.done.last-done span {
  color: #666;
  font-weight: normal;
}
/* Admin - Estagios */
.step-navigation {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.step-navigation li {
  height: 40px;
  line-height: 40px;
  float: left;
  background: #d9d9d9 url("/htdocs/v2/img/estagios/steps/nav.gif") right top no-repeat;
}
.step-navigation li span {
  display: block;
  margin-left: 10px;
  height: 71px;
  color: #999;
}
.step-navigation li.current {
  background-color: #f2f2f2;
  background-image: url("/htdocs/v2/img/estagios/steps/nav-current.gif");
}
.step-navigation li.current span {
  color: #333;
  font-weight: bold !important;
}
.step-navigation li.done {
  background-color: #f2f2f2;
  background-image: url("/htdocs/v2/img/estagios/steps/nav-done.gif");
}
.step-navigation li.done span {
  color: #666;
  font-weight: normal;
}
.step-navigation li.done.current span {
  color: #333;
  font-weight: bold;
}
.step-navigation li.done.last-done {
  background-color: #f2f2f2;
  background-image: url("/htdocs/v2/img/estagios/steps/nav-last-done.gif");
}
.step-navigation li.done.last-done span {
  color: #666;
  font-weight: normal;
}
.step-navigation li strong {
  font-size: 16px;
}
.step-navigation li.last-step {
  background-image: none;
}
.step-navigation.two-steps li {
  width: 499px;
}
.step-navigation.two-steps li.last-step {
  width: 499px;
}
.step-navigation.three-steps li {
  width: 330px;
}
.step-navigation.three-steps li.last-step {
  width: 338px;
}
.step-navigation.four-steps li {
  width: 249px;
}
.step-navigation.four-steps li.last-step {
  width: 251px;
}
.step-navigation.five-steps li {
  width: 199px;
}
.step-navigation.five-steps li.last-step {
  width: 202px;
}
.select-institution {
  overflow: hidden;
  margin-left: -20px;
}
.select-institution ul {
  width: 290px;
  float: left;
  margin: 0 0 20px 20px;
}
#work-hour li,
#break-hour li {
  margin-bottom: 5px;
}
#work-hour li label {
  width: 45px;
}
#work-hour li input + span,
#add-break input + span,
#break-hour li input + span,
#break-hour input + span {
  padding: 0 5px;
}
#add-break li {
  margin-bottom: 5px;
}
.contract-button {
  font-size: 25px;
  padding-right: 40px;
  padding-left: 40px;
}
/* Visualizar Estagio */
.student-collective-data {
  padding-top: 6px;
  border-top: 1px solid #e8e9e9;
  margin-bottom: 0;
  padding-left: 10px;
}
.student-collective-data:nth-child(2n) {
  background-color: #f9f9f9;
}
/* Menu Acao Estagio */
.btn-contact-student {
  margin-bottom: 20px;
  width: 88%;
}
/** Operacional - Telas de aprovação */
#operational-validator #skill-validator .total,
#operational-validator #course-validator .total {
  font-size: 15px;
  line-height: 60px;
}
#operational-validator #skill-validator .filter,
#operational-validator #course-validator .filter {
  background-color: #f2f2f2;
  padding: 10px 30px;
}
#operational-validator #skill-validator .loading span,
#operational-validator #course-validator .loading span {
  font-size: 28px;
  left: 40%;
  line-height: 80px;
  position: relative;
}
#operational-validator #skill-validator .reference-danger,
#operational-validator #course-validator .reference-danger {
  color: red;
}
#operational-validator #skill-validator .reference-alert,
#operational-validator #course-validator .reference-alert {
  color: #F7AC5B;
}
#operational-validator #skill-validator .reference-info,
#operational-validator #course-validator .reference-info {
  color: green;
}
#operational-validator #skill-validator div.inline-checkbox-filter > label,
#operational-validator #course-validator div.inline-checkbox-filter > label {
  display: inline-block;
}
#operational-validator #skill-validator div.inline-checkbox-filter > input[type=checkbox],
#operational-validator #course-validator div.inline-checkbox-filter > input[type=checkbox] {
  margin: 0;
}
#operational-validator #skill-validator .new-skill .fa {
  font-size: 30px;
  color: green;
}
#operational-validator #course-validator .fa {
  font-size: 20px;
  color: black;
}
#operational-validator #course-validator .course-name {
  margin-bottom: 0;
}
#integration-error .item {
  padding: 0 !important;
}
#integration-error .row-fluid [class*="span"] {
  min-height: inherit;
}
#integration-error .accordion {
  margin-bottom: 0;
}
#integration-error .accordion .accordion-group {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
#integration-error .accordion .accordion-group .accordion-toggle {
  color: #333 !important;
}
.read-only {
  cursor: default !important;
}
#editor {
  overflow: scroll;
  max-height: 300px;
  max-width: 900px;
  background-color: white;
}
/*******************************************************************
	Contratanet (www.contratanet.com.br)
	Description: Responsive Design
	Author(s): Eduardo Lara Rabelo (eduardo.rabelo@sydle.com)
*******************************************************************/
@media (max-width: 1010px) {
  /* HEADER */
  header {
    min-height: 135px;
  }
  header.logged {
    min-height: 61px;
  }
  header.logged .navbar .navbar-inner .nav-collapse .nav {
    margin: 0 0 10px;
  }
  header .container {
    width: auto !important;
  }
  header .navbar .navbar-inner {
    color: #666;
  }
  header .navbar .navbar-inner .btn-group {
    margin-top: 0 !important;
  }
  header .navbar .navbar-inner .nav-collapse {
    clear: both;
    overflow: hidden;
    height: 0;
  }
  header .navbar .navbar-inner .nav-collapse .nav {
    float: none;
    margin: 20px 0;
  }
  header .navbar .navbar-inner .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  header .navbar .navbar-inner .nav-collapse .nav li {
    float: none;
  }
  header .navbar .navbar-inner .nav-collapse .nav li a {
    margin-bottom: 2px;
    padding: 9px 15px;
    border-radius: 3px;
    height: 20px !important;
    line-height: 20px !important;
    text-transform: uppercase;
    font-weight: bold;
    display: block !important;
  }
  header .navbar .navbar-inner .nav-collapse .nav li a:hover {
    box-shadow: none;
  }
  header .navbar .navbar-inner .nav-collapse .nav li a:focus {
    box-shadow: none;
  }
  header .navbar .navbar-inner .nav-collapse .nav li.open > .dropdown-menu {
    display: block;
  }
  header .navbar .navbar-inner .nav-collapse .nav li .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  header .navbar .navbar-inner .nav-collapse .nav li .dropdown-menu:before,
  header .navbar .navbar-inner .nav-collapse .nav li .dropdown-menu:after {
    display: none;
  }
  header .navbar .navbar-inner .nav-collapse .nav li .dropdown-menu > li > a {
    margin-bottom: 2px;
  }
  header .navbar .navbar-inner .nav-collapse .nav li .dropdown-menu > li > a:hover {
    background-image: none;
    box-shadow: none;
  }
  header .navbar .navbar-inner .nav-collapse .nav li .dropdown-menu > li > a:focus {
    background-image: none;
    box-shadow: none;
  }
  header .navbar .navbar-inner .nav-collapse .nav li .divider-square {
    display: none;
  }
  header .navbar .navbar-inner .btn-navbar {
    display: block !important;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
  }
  /* FOOTER */
  footer .container {
    width: auto !important;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #view-vacancies .plugins,
  #view-vacancies .apply-for-job {
    height: 64px !important;
  }
  #view-vacancies #view-vacancies-sidebar .advertisement.well {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Landscape phone and down */
@media (max-width: 978px) {
  .advertisement.leaderboard {
    display: none;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  header .container-fluid,
  footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .user-logged li:nth-child(2) {
    display: none !important;
  }
  footer .container {
    padding: 0 20px;
  }
  footer .container .logo {
    margin: 0 auto !important;
    float: none !important;
  }
  #view-vacancies-sidebar .advertisement.well {
    display: none;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  header .new-vacancy {
    display: none !important;
  }
}
/* ASIDE */
.ctn-flex-row {
  display: flex;
  flex-wrap: wrap;
}
.ctn-flex-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 992px) {
  .ctn-flex-col {
    margin-right: 18%;
  }
}
@media (min-width: 992px) {
  .ctn-flex-col-inner {
    padding: 0 10%;
  }
}
.ctn-flex-aside {
  display: none;
  position: fixed;
  top: 61px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  flex: 0 0 25%;
  width: 17%;
  padding: 20px;
  background-color: #eee;
  border-left: 1px solid #e1e1e1;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .ctn-flex-aside {
    display: block;
  }
}
/* FLOAT PANEL */
.ctn-float-panel {
  position: fixed;
  left: 20px;
  bottom: 0px;
  width: 319px;
  z-index: 999;
  margin: 0;
  border-radius: 4px;
  box-sizing: border-box;
}
.ctn-float-panel .ctn-panel-heading {
  font-size: 15px;
  color: #333;
  border-color: #ddd;
  padding: 10px 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.ctn-float-panel .ctn-panel-body {
  background: #fff;
  color: #333;
  border-color: #ddd;
  padding: 10px 15px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.ctn-float-panel .ctn-panel-footer {
  font-size: 12px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.ctn-float-panel .ctn-float-icon {
  font-size: 25px;
  text-align: center;
  width: 50px;
  line-height: 50px;
  background-color: #82C14F;
  color: white;
  border-radius: 50%;
  float: left;
  margin: 10px 0;
  cursor: pointer;
  box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.ctn-float-panel .ctn-float-icon:hover {
  transform: scale(1.1);
}
/* NOTIFICATION */
.ctn-notification .load {
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn-notification .nobar {
  overflow: hidden;
}
.ctn-notification .hide {
  display: none !important;
}
.ctn-notification > a {
  position: relative;
  display: block;
  padding: 20px 15px;
  color: rgba(255, 255, 255, 0.75);
}
.ctn-notification > a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: #282f37 !important;
}
.ctn-notification > a:focus,
.ctn-notification > a:active {
  color: #ffffff !important;
  background-color: transparent !important;
}
.ctn-notification .dropdown-menu {
  width: 270px;
  max-height: 500px;
  overflow-y: auto;
}
.ctn-notification .count {
  width: 22px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: calc(100% - 45px);
  background-color: #f12f38;
  color: #fff;
  font-size: 10px;
  box-sizing: border-box;
}
.ctn-notification li {
  border-bottom: 1px solid #e5e5e5;
}
.ctn-notification li:last-child {
  border: none;
}
.ctn-notification li a {
  color: #777;
  white-space: normal;
  padding: 15px 20px;
}
.ctn-notification li.action > a {
  text-align: center;
  font-weight: 600;
}
.ctn-notification li.unread {
  background-color: #F5F5F5;
}
.ctn-notification li.unread .notification-title {
  font-weight: 600;
}
.ctn-notification .status {
  float: right;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn-notification .status > i.done {
  color: #82C14F;
}
.notification-loading {
  display: none !important;
}
/* TINY SCROLL */
.ctn-tiny-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.ctn-tiny-scroll::-webkit-scrollbar {
  border-radius: 10px;
  width: 6px;
  background-color: #F5F5F5;
}
.ctn-tiny-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;
}
/* MODAL CONFIRMATION */
.ctn-modal-confirmation {
  position: fixed;
  top: 10% !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ctn-modal-confirmation-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.ctn-modal-confirmation-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.ctn-modal-confirmation-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.8;
}
.ctn-modal-confirmation-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
  color: #666;
  margin-top: 0;
}
.ctn-modal-confirmation-body {
  position: relative;
  padding: 30px;
}
.ctn-modal-confirmation-footer {
  padding: 0 30px 30px;
}
.ctn-modal-confirmation-footer .btn {
  width: 40%;
  padding: 10px 16px;
  margin: 0;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.3333333;
  text-transform: uppercase;
}
.ctn-modal-confirmation-footer .btn + .btn {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .ctn-modal-confirmation-dialog {
    width: 600px;
    margin: 0 auto;
  }
  .ctn-modal-confirmation-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* BUTTONS */
.btn.btn-linkedin {
  background-color: #0077B5;
  border-color: #0077B5;
  color: #fff;
}
.btn.btn-linkedin:hover,
.btn.btn-linkedin:focus {
  color: #fff;
  background-color: #005e8f;
  border-color: #005582;
}
.btn.btn-linkedin:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #005582;
  border-color: #004d75;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
