@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html,body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #bf1e2d !important;
  font-family: 'Open Sans', sans-serif !important;
}

#wrapper {
  min-height: 100%;
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

#content {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
  padding-bottom: 100px;
  color: #8f897c !important;
}
#footer {
  background: #12250d;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*** FORMULARIO ***/
.content_form{
  width:80%;
  margin:auto;
}
.content_group{
  width:100% !important;
  margin:auto !important;
  margin-top: 25px !important;
}
.help-block{
  font-size: 9px !important;
  color: #c40606 !important;
}
.has-error input, .has-error ._md-select-value{
  border-bottom: 1.5px solid #c40606 !important;
}
.title_center{
  text-align: center;
}
.c-bk{
  color: #404040 !important;
}
.point{
  cursor: pointer;
}
.content_title{
  margin: 70px 0px;
}
.date_birth{
  max-width: 31% !important;
  padding-right: 1px !important;
}
.date_birth2{
  max-width: 31% !important;
  padding-right: 1px !important;
}
.special-heading-border {
  height: 3em;
  position: relative;
  overflow: hidden;
}
.special-heading-inner-border {
  border-color: #8f897c;
  display: block;
  width: 100%;
  margin-left: 15px;
  border-top-style: solid;
  border-top-width: 1px;
  position: relative;
  top: 50%;
  opacity: 0.15;
}
.title_formacion{
  display: inline-block !important;
  float: left;
  color: #4b4538 !important;
}
label{
  font-weight: normal !important;
  font-size: 13px;
  margin-bottom: 0px !important;
  color: #8f897c !important;
  margin-top: 5px;
  display: block !important;
  font-family: 'Open Sans', sans-serif !important;
}
.content_form input, .input_login, .content_cv input{
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #4b4538 !important;
  border-radius: 0px !important;
  display: inline-block !important;
}
label, h3, h5{
  color: #4b4538 !important;
}
._md-select-value {
  border-bottom-color: rgb(75, 69, 56) !important;
}
md-select{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
md-select-menu md-content md-option[selected] {
  color: #c40606 !important;
  background: rgba(219, 219, 219, 0.3) !important;
}
md-select-menu md-content md-option:hover:not([disabled]) {
  background: rgba(219, 219, 219, 0.3) !important;
}
md-option ._md-text {
  font-size: 13px !important;
}
._md-select-value > span:not(._md-select-icon) ._md-text {
  color: #4b4538 !important;
}
.link_add{
  color: #051401;
  font-size: 13px;
  border: 1px solid #051401;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.link_add:hover{
  color: #8f897c !important;
  border: 1px solid #8f897c;
  text-decoration: none;
  cursor: pointer;
}
.link_delete{
  color: #051401;
  font-size: 15px;
  cursor: pointer;
}
.link_delete:hover{
  color: #8f897c !important;
  text-decoration: none;
  cursor: pointer;
}
.text_edad{
  margin-bottom: 0px !important;
  margin-top: 5px;
  color: #4b4538;
  height: 29px;
  border-bottom: 1px solid;
  text-align: center;
}
.mt-38{
  margin-top: 38px !important;
}
.number_exp{
  background-color: #4b4538;
  border-radius: 50%;
  color: #f0f0dd !important;
  padding: 0px 5px;
  margin-left: -30px;
  font-size: 12px !important;
}
.button_color{
  background-color: #ec3423 !important;
  border-color: #ec3423 !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  margin-top: 30px;
}
.button_color:hover{
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.icon_remove{
  color: #c40606 !important;
}
.icon_remove2{
  color: #c40606 !important;
  position: absolute;
  left: 87%;
  z-index: 999;
}
.absolute{
  position: absolute;
}
.mt-31{
  margin-top: 31px;
}
.mt-50{
  margin-top: 50px;
}
.icon_section{
  font-size: 20px !important;
  margin-right: 10px;
}
.icon_section2{
  font-size: 17px !important;
  margin-right: 10px;
}
.no-padding {
  padding: 0 !important;
}

/*** IMAGE ***/
.content_image{
  border: 1px solid;
  width: 132px;
  height: 137px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}
.image {
  display: block;
  width: 130px;
  height: 130px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(5, 121, 29, 0.85);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.content_image:hover .overlay {
  width: 100%;
}
.upload_image{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
}
md-progress-linear ._md-bar {
    background-color: rgb(18, 37, 13) !important;
}
.back_image{
  cursor: pointer;
  z-index: -1;
}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.red{
  border: 1px solid #ed1c24 !important;
  margin: 0px !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.green{
  border: 1px solid #00a651 !important;
  margin: 30px 0px 0px 0px !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.white{
  border: 1.5px solid #fff !important;
  margin: 0px !important;
}
.red1{
  border: 1.5px solid #ed1c24 !important;
  margin: 0px 0px 10px 0px !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.green1{
  border: 1.5px solid #00a651 !important;
  margin: 0px !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.select_nivel{
  display: inline-block !important;
  width: 31% !important; 
}
.select_nivel ._md-select-value{
  padding-left: 15px !important;
}
/*** LOGIN ***/
md-dialog{
  /*background-color: #f0f0dd !important;*/
  background-color: #FFFFFF !important;
}
md-toolbar:not(.md-menu-toolbar) {
  background-color: #bf1e2d !important;
  color: rgba(255,255,255,0.87);
}
.link_login{
  color: #827d74;
  margin-right: 20px;
  font-size: 12px;
  cursor: pointer;
  background-color: #dfdfdf;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
}
.link_login:hover{
  color: #fff !important;
  background-color: #12250d;
  text-decoration: none;
}
.widgettitle {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em !important;
  margin-top: 10px !important;
}

/**POPUP ERROR**/
.md-button.md-default-theme.md-primary, .md-button.md-primary {
    color: #4b4538 !important;
}
.md-title {
  border-bottom: 2px solid #bf1e2d;
  padding-bottom: 5px;
  font-size: 18px !important;
}

/*** LISTADO CV ***/
.img_perfil{
  width: 50px;
  margin: 10px 5px;
}
md-icon{
  min-height: 17px !important;
  min-width: 17px !important;
  float: right;
  margin-top: 2px !important;
  margin-left: 5px !important;
}
.page-select .label, .limit-select .label, .buttons .label{
  color: #4b4538 !important;
  margin-top: 5px !important;
}
.search_age{
  width: 30% !important;
  display: inline-block !important;
  height: 30px !important;
}
.search_age:focus, .search_key:focus {
    border-color: #ddd !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(164, 171, 177, 0.6) !important;
}
.p20{
  padding: 20px;
}
.s-mp{
  margin-top: 0px !important;
}
.mtb20{
  margin: 20px 0px !important;
}
.mt-20{
  margin-top: 25px !important;
}
.titles_search{
  font-weight: 600;
}
.title_search{
  margin-left: 15px;
  color: #8f897c;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0px !important;
}
.inline{
  display: inline-block !important;
}
.search_key{
  margin: auto !important;
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  border-radius: 50px !important;
  margin-top: 23px !important; 
}
.rubro{
  margin-bottom: 20px;
}
/*** ISOTOPE ***/
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-size: 11.5px;
  cursor: pointer;
  line-height: 18px;
}
.button:hover {
  background-color: #ddd;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}
.ischecked {
  background-color: #00a651;
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.4);
}
.button-group {
  margin-bottom: 20px;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}
.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/*** VER CV ***/
.title_cv{
  margin-top: 50px;
  padding-top: 20px;
}
.item_title{
  font-size: 13px !important;
  margin-bottom: 3px !important;
}
.sub_perfil{
  font-weight: 600;
  text-transform: uppercase;
}
.reference{
  margin-bottom: 0px !important;
  font-size: 13px !important;
}
.content_observation{
  margin: 0px;
  padding: 30px;
  background-color: #fbfbfb;
}
.title_obs{
  color: #8f897c;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0px !important;
}
.content_cv{
  padding: 0px 50px 30px;
  width: 85%;
  margin: 70px auto 0px;
}
.icon_user{
  font-size: 14px !important;
  margin-right: 5px;
}
a:hover {
  color: #9c190d;
}
.icon_job{
  font-size: 12px !important;
  margin-right: 5px;
}
.icon_print{
  position: absolute;
  right: 110px;
  margin-top: 15px;
  font-size: 18px !important;
  color: #b3b3b3;
}
.link_back:hover{
  color: #8f897c !important;
  text-decoration: none;
  cursor: pointer;
}
md-card, .link_back{
  color: #8f897c !important;
}
.spinner{
  width: 35px !important;
  float: right;
  margin-top: 30px;
  margin-right: 5px;
}
.mrs{
  margin-top:0px !important
}

@media screen and (max-width: 600px) {
  #wrapper{
    width: 100%;
  }
  #content{
    padding: 0px 5px;
    padding-bottom: 150px;
  }
  .content_image{
    margin-bottom: 30px;
  }
  .content_title{
    margin: 70px 10px 10px 10px;
  }
  .date_birth2{
    max-width: 41% !important;
  }
  .mt-38{
    display: none;
  }
  .icon_remove2{
    float: right;
    position: relative;
    left: 0px;
  }
  .search_key{
    width: 100% !important;
  }
  .mrs{
    margin-top: 30px !important;
  }
  .select_nivel{
    width: 41% !important;
  }
}

@media print {
  #cv,.ischecked,p{
    -webkit-print-color-adjust: exact;
    font-size: 12px !important;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
}