body-type {
  background-color: rgb(231,238,247);
  background-image: url('//ssl.gstatic.com/docs/forms/themes/images/v1/0AX42CRMsmRFbUy03NTAzM2Q4My03ODU1LTQ2NzItODI2YS1kZmU5YzdiMzZjOGQ/blue-stripe-bg.png');
  background-repeat: repeat;
  background-position: left top;
}
.mdc-drawer-app-content {
  /* min-height: 100%; */
  /* height: 100%; */
  position: relative;
  flex: auto;
  /* overflow: auto; */
}
#wrapper {
  margin: 0 10px 60px;
}
#cerrarNav {
  color: rgba(0, 0, 0, 0.54);
  margin-top: 17px;
  float: right;
}
#mainDrawer {
  position: fixed;
}
#mainDrawer .mdc-drawer__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#tableMaestros tbody td.celdaAccion {
  text-align: center;
}
#tableMaestros tbody tr {
  height: 52px;
}
#tableMaestros.display {
  table-layout: fixed;          
}
#docExplorer {
  /* padding-bottom: 50px; */
  /*overflow-y: overlay;*/
  margin-top: -10px;
}
#footerCyD {
  width: 100%;
  /* height: 30px; */
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  display: flex;
  color: #fff;
  background-color: #430000;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footerContainer {
  width: 100%;
  display: flex;
  padding-top: 13px;
  position: absolute;
  bottom: 0;
}
/* #footerCyD img{
  width: 115px;
  margin: auto;
} */
div.dataTables_wrapper {
  width: 99%;
  margin: 0 auto;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.waiting {
  cursor: progress;
}
html,
body {
  /* height: 100%; */
  margin: 0;
  padding: 0;
}
body {
  min-width: 1300px;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
/*.container {
  width: 1300px !important;
}*/
.tituloPag {
  font-family: 'Cutive', serif;
  font-size: 50px;
/*    font-weight: 700;
  font-style: italic;*/
}
.subTituloPag {
  font-family: 'Cutive', serif;
  font-size: 15px;
}
@media (max-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
  }
  .nav-justified > li.active > a {
    border-bottom-color: white !important;
  }
  .nav-justified > li.active > a:hover {
    border-bottom-color: white;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #a94442;
}
.nav-tabs > li > a {
  color: #a94442;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding-bottom: 10px;
}
.form-container {
  /*width: 500px;*/
  margin: auto;
  margin-top: 30px;
}
.btn-row {
  width: 900px;
  margin: auto;
  margin-top: 30px;
}
.btn-inicio {
  white-space: normal;
  padding: 30px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
#tabContainer {
  margin-top: 30px;
}
td.select-checkbox {
  padding-left: 20px !important;
}
table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
  top: 50%;
  left: 10px;
}
textarea {
  resize: none;
}
.separador {
  width: 95%;
  margin: auto;
  border-top: 1px solid #ddd;
}
.load-image {
  width: 75px;
  height: 75px;
  margin: auto;
}
.load-text {
  display: inline-block;
  margin-left: 10px;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#alertCamposForm, #alertFaltaInfo, #alertAut {
  display: none;
  width: 95%;
  margin: auto;
  margin-bottom: 15px;
}
.imgLogo {
  margin-top: 15px;
}
#sectorLogin {
  width: 40%;
  margin: auto;
  padding-bottom: 50px;
}
.vcenter {
  vertical-align: middle;
}

/* #tableExplorer tbody tr td,
#tableExplorer tbody tr td span {
  vertical-align: bottom !important;
} */
#tableExplorer tbody tr td span {
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  margin-top: 5px;
}

#tableExplorer tbody tr td i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 34px;
  /* margin-left: 5px; */
}
#fullPathContainer ol li a {
  cursor: pointer;
}
#tableExplorer tbody tr {
  cursor: default;
}
#areaBotones {
  width: 40px;
  /*margin: auto;*/
  margin-left: -50px;
}
#areaExplorer {
  width: 100%;
  margin: auto;
}
#areaInfo {
  width: 400px;
  margin-right: -410px;
  border: 1px solid rgba(0,0,0,.1);
}
#tituloInfo {
  margin: 20px 0;
  padding: 8px 10px;
}
#bodyInfo {
  padding: 8px 10px;
}
.file-input-div {
  display: flex;
}
.file-input {
  margin: auto;
}
.file-input-div .mdc-text-field {
  width: 300px !important;
}
.form-select-width {
  width: 380px;
}
.label-static {
  color: rgba(0, 0, 0, 0.6);
  left: 16px;
  right: initial;
  top: 6px;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  position: relative;
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.span-static {
  display: block;
  padding: 6px 16px 6px;
}
#areaBotones button {
  margin-bottom: 10px;
}
#areaBotones a,
#areaBotonesFER a {
  width: 27px;
  height: 27px;
  padding: 5px;
  border-radius: 13.5px;
  margin: 10px 0;
}
#descargarArchivo {
  margin-top: 0 !important;
}
#areaPuedeVerNuevoArchivo span,
#sectorLogin .checkbox span {
  display: inline-block;
  margin-top: 3px;
}
#sectorConectadoComo span {
  margin-right: 5px;
}
#areaSelectorNuevo {
  margin-bottom: 15px;
}
#contenedorTabs {
  border: 0;
}
/* a[name=descargarArchivoTabla],
a[name=editarArchivoTabla], */
a[name=editarFER],
a[name=descargarFER],
a[name=verPDFRIT],
#nuevaRevision {
  width: 22px;
  height: 22px;
  padding: 2px;
  border-radius: 11px;
}
a[name=verPDFRIT] {
  margin-left: 5px;
}
a[name=verFotoRIT] {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 12px;
  margin-left: 5px;
}
a[name=profileButton] {
  width: 24px;
  height: 24px;
  padding-top: 3px;
  padding-left: 5px;
  border-radius: 12px;
}
a[name=descargarArchivoTabla],
a[name=editarArchivoTabla],
a[name=editarFER],
a[name=descargarFER] {
  min-width: 40px;
  padding: 0 7px;
  float: none !important;
  /* display: inline-block; */
}
#nuevaRevision {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
#nuevaRevision span {
  width: 18px;
  height: 18px;
  font-size: 20px;
}
#tableMaestros_filter input {
  width: 340px;
  padding-bottom: 6px;
  padding-left: 40px;
}
#tableMaestros_filter {
  height: 45px;
}
#tableMaestros_filter i {
  bottom: 6px;
}
.table-toolbar {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
.table-bottom {
  margin-top: 5px;
}
#submit{
  display: block;
  width: 175px;
  height: 45px;
  margin: 0px auto;
}
#tableMaestros tbody tr td,
#tableNoConformidades tbody tr td {
  vertical-align: middle;
}
#areaFER, #areaSum, #areaRFI, #areaCumple, #areaDoc, #areaTie, #areaVendor, #areaFoto {
  width: 100%;
  margin-bottom: 14px;
  margin-top: 14px;
}
#tablaSum tbody tr td span,
#tablaRFI tbody tr td span,
#tablaCumple tbody tr td span,
#tablaDoc tbody tr td span,
#tablaTie tbody tr td span
#tablaVendor tbody tr td span
#tablaFoto tbody tr td span   {
  vertical-align: bottom !important;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 20px;
  margin-left: 10px;
  width: 100%;
	height: 100px;
}
#modalMensaje {
  z-index: 2000;
}

.btn-acciones{
  width: 22px;
  height: 22px;
  padding: 2px;
  margin-right: 5px;
  border-radius: 11px;
}

.destacar{
  color: red;
  margin-left: 3px;
}

.customGoogleSignIn {
  display: inline-block;
  background: white;
  color: #757575;
  width: 164px;
  border-radius: 1px;
  /* border: thin solid #888; */
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
  white-space: nowrap;
  text-align: left;
}
.customGoogleSignIn:hover {
  cursor: pointer;
  box-shadow: 0 0 3px 3px rgba(66,133,244,0.3);
}
.customGoogleSignIn:active {
  background: #eee
}
span.iconGoogle {
  background: url('/images/g-normal.png') transparent 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-left: 5px;
}
span.googleSVG {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 3px 0 3px 5px;
}
span.buttonTextGoogle {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
  height: 2.05rem;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
}

.select2-results__option {
  color: #000000;
  padding: 8px 16px;
  font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eee !important;
  color: #000000 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e1e1e1 !important;
}

.select2-dropdown {
  border: none !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
  background-color: #333333;
  color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
  min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #ddd !important;
  color: rgba(0,0,0,0.26);
  border-bottom: 1px dotted rgba(0,0,0,0.26);
}

.select2 .selection .select2-selection--single:focus,
.select2-search__field:focus {
  outline: none;
}

/* li.tab-pills {
  min-width: 145px;
} */

/* .dataTables_scrollHead table.dataTable thead{
  background-color: #731f1f;
  color: #fff;
}

.dataTables_scrollHead table.dataTable thead select{
  color: #000;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  opacity: .8;
}

table.dataTable thead .sorting:after {
  opacity: 0.4;
} */