.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-color: #e9ecef;
  height: 28px !important;
  color: #3e5569;
  line-height: 28px !important;
  border-radius: 2px;
}

.text-success .select2-container--classic .select2-selection--single,
.text-success .select2-container--default .select2-selection--multiple,
.text-success .select2-container--default .select2-selection--single,
.text-success .select2-container--default .select2-selection--single .select2-selection__arrow,
.text-success .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-color: #28b779 !important;
}

.text-danger .select2-container--classic .select2-selection--single,
.text-danger .select2-container--default .select2-selection--multiple,
.text-danger .select2-container--default .select2-selection--single,
.text-danger .select2-container--default .select2-selection--single .select2-selection__arrow,
.text-success .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-color: #da542e !important;
}

/*Estilo formulario wizar*/

.tab {
  min-height: 420px;
}

.tab>h4 {
  font-weight: 900;
  color: #024982;
}

.tab>.btn-block {
  margin: auto;
  max-width: 156px;
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #337ab7;
}

#prevBtn {
  background-color: #bbbbbb;
  color: #fff;
}

/*Estilo select2*/
.select2-container--default .select2-selection--single {
  height: 30px;
}

.has-error .select2-selection {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/*Estilo text area mensaje*/
.text-area-mensaje {
  resize: none;
  max-height: 400px;
  min-height: 80px;
  overflow-y: auto;
}

.light-logo {
  height: 37px;
  width: 41px;
}

body,
.page-wrapper {
  background-color: #d0d0d0;
}

.btn-cabecera {
  float: right;
}

.bg-default {
  background-color: #afaeae;
}

/* MI CREDENCIAL*/
#micredencial #credencial_frente {
  height: 250px;
  width: 100%;
  max-width: 430px;
  display: block;
  position: relative;
  margin: auto;
}


/* CREDENCIAL PUBLICO*/
.credencial .card-header {
  color: #055296;
  font-size: 24px;
  /*min-width: 400px;*/
}

.credencial #firma {
  margin-left: 15px;
}

.credencial .card-header>p {
  font-size: 16px;
  color: #000;
  padding-top: 9px;
}

.credencial_frente {
  float: left;
}

.credencial .text-success {
  color: #147149 !important;
}

.credencial .text-danger {
  color: #ff3800 !important;
}

.credencial .text-success,
.credencial .text-danger {
  font-weight: 600;
  font-size: 20px;
}


.credencial_frente,
.credencial_fondo {
  height: 302px;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
  float: left;
}

.credencial_fondo {
  height: 300px;
  overflow: hidden;
}


.credencial_frente {
  margin-right: 15px;
  overflow: hidden;
}

.credencial_frente section {
  position: absolute;
  width: 100%;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
}

.credencial_frente section div {
  padding-left: 10px;
  display: inline-block;
  width: 100%;
  /*border: 1px solid red;*/
  font-size: 14px;
  margin-top: 5px;
}

.credencial_frente section div label {
  font-weight: bold;
  font-size: 15px;
}

.credencial_frente section #nombre,
.credencial_frente section #titulo,
.credencial_frente section #dni,
.credencial_frente section #localidad,
.credencial_frente section #domicilio {
  width: calc(100% - 115px);
  float: left;
}

.credencial_frente section #nombre {
  margin-top: 80px;
}

.credencial_frente section #foto {
  width: 108px;
  height: 95px;
  margin-top: 94px;
  margin-right: 5px;
}

.credencial_frente section #nummat {
  padding-top: 2px;
  text-align: center;
  width: 110px;
  padding-left: 0px;
  border: 1px solid #000;
  float: right;
  margin-right: 5px;
}

.credencial_frente section #dni {
  margin-top: 1px;
}

.credencial_frente section #emision label {
  font-size: 12px;
}

.credencial #foto-ficha {
  width: 40%;
}

.credencial #firma-ficha {
  width: 40%;
  float: right;
}

.btn-horizontal {
  margin-top: 29px;
}

/* Demo mi credencial */
#demoCredencial {
  width: 100%;
  height: 100%;
  max-height: 100px;
  max-width: 200px;
  display: inline-block;
  margin-right: 2px;
}

.bg-orange {
  background-color: #ff8102;
}

.text-black {
  color: #000000 !important
}

.chat-list .chat-item .chat-time-sin-avatar {
  display: block;
  font-size: 10px;
  color: #4F5467;
  margin: 5px 0 15px 15px;
}

.p-10 {
  padding: 10px;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
}

@media screen and (max-width: 770px) {

  .credencial_frente,
  .credencial_fondo {
    width: 100%;
  }

  .credencial #firma {
    margin-left: 0px;
  }

  .credencial .card-header,
  .credencial .card-body {
    padding: 0.75rem;
  }

  .credencial .card-header>p {
    font-size: 14px;
    color: #000;
    padding-top: 4px;
  }

  .credencial_frente section div {
    padding-left: 3px;
    display: inline-block;
    width: 100%;
    /*border: 1px solid red;*/
    font-size: 12px;
    margin-top: 5px;
  }

  .credencial_frente section div label {
    font-weight: bold;
    font-size: 13px;
  }

  .credencial_frente section #dni {
    margin-top: -20px;
  }

  .credencial_frente section #domicilio {
    margin-top: -3px;
  }

  #demoCredencial {
    float: none;
    display: block;
    margin-right: 0px;
    margin: auto;
  }

  .btn-horizontal {
    margin-top: auto;
  }
}