﻿body {
  background-color: #f8f8f8;
}

#wrapper {
  padding-top:50px;
  width: 100%;
}

#container-wrapper {
  width: 100%;
}

#page-wrapper {
  min-height: 568px;
  background-color: #fff;
  padding: 2px;
  transition: margin-left .5s;
  width: auto;
}

.foot {
  padding: 4px;
}

#MenuPrincipal {
  background-color: #f8f8f8;
  height: 100%;
  left: 0;
  min-height: 50px;
  overflow-x: hidden;
  /*padding-top: 50px;*/
  position: fixed;
  /*top: 0;*/
  transition: 0.5s;
  width: 0;
  z-index: 9999;
}

.featured {
  padding: 10px;
}

#TituloPrincipal {
  padding-left: 30px;
}

/*#ControlMenu {}*/

#MostradorMenu {
  left: 15px;
  font-size: 18px;
  position: fixed;
  visibility: visible;
}

#OcultadorMenu {
  left: 15px;
  font-size: 18px;
  position: fixed;
  visibility: hidden;
}

#loginForm {
  margin: 10px auto 10px auto;
  width: 220px;
}

  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }

  #loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
  }

  #loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
  }

  #loginForm input {
    width: 200px;
  }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm input[type="date"],
    #loginForm input[type="datetime"],
    #loginForm button {
      width: auto;
    }

/*#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%;
}*/

/*#socialLoginForm h2 {
  margin-bottom: 5px;
}*/

/*#socialLoginList button {
  margin-bottom: 12px;
}*/

/*#logoutForm {
  display: inline;
}*/

.btn {
  margin: 2px;
}

.celda-contenido {
  width: 100%;
}

.celda-comandos {
  vertical-align: top;
  min-width: 80px;
}

.celda-tabla {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /*border: 1px solid red;*/
  padding: 1px 1px;
}

.ancho-normal {
  font-weight: normal;
}

.row {
  margin: 0 0;
  width: 100%;
}

.container-fluid {
  padding: 0 0;
  margin: 10px 0;
  /*width:100%;*/
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#CerrarMenu {
  color: black;
  font-size: 20px;
  /*margin-left: 50px;*/
  /*position: absolute;*/
  /*right: 10px;*/
  /*top: 0;*/
  text-align: right;
  width: 100%;
  /*vertical-align:central;*/
}

/*.#MenuPrincipal .#MenuPrincipal-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.#MenuPrincipal .#MenuPrincipal-search {
    padding: 15px;
}

.#MenuPrincipal ul li {
    border-bottom: 1px solid #e7e7e7;
}

.#MenuPrincipal ul li a.active {
    background-color: #eee;
}

.#MenuPrincipal .arrow {
    float: right;
}

.#MenuPrincipal .fa.arrow:before {
    content: "\f104";
}

.#MenuPrincipal .active>a>.fa.arrow:before {
    content: "\f107";
}

.#MenuPrincipal .nav-second-level li,
.#MenuPrincipal .nav-third-level li {
    border-bottom: 0!important;
}

.#MenuPrincipal .nav-second-level li a {
    padding-left: 37px;
}

.#MenuPrincipal .nav-third-level li a {
    padding-left: 52px;
}

.MenuPrincipal li {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.MenuPrincipal a:hover {
    color: #f1f1f1;
}*/

.separador {
  border-top: 0.5px solid #2a6496;
  /*height:10px;*/
  width: 100%;
  /*padding: 0 0 5px 0;*/
}

/*tr {
  padding-top: 10px;
}*/

td {
  padding: 0 0 5px 0;
  /*padding-bottom: 10px;*/
}

.etiqueta {
  background-color: transparent;
  border: none;
  rea
}

.page-header {
  color: #2a6496;
}

@media(max-width:360px) {
  .col-xx-24 {
    width: 100%;
  }

  .hidden-xx {
    display: none !important;
  }
}

@media(min-width:768px) {
  .completo {
    /*position: inherit;*/
    margin: 0 0 0 0;
    /*padding: 0 30px;*/
    /*border-left: 1px solid #e7e7e7;*/
  }
}

label {
  margin-bottom: 2px;
  margin-top: 5px;
}

h5 {
  font-weight: bold;
}

@media(max-width:991px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;*/
    margin-bottom: 4px;
    margin-top: 4px;
  }
}

.span12 {
  padding: 0 2px;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime"],
select {
  line-height: inherit;
  text-align: justify;
  width: 100%;
}

/*.span12 input[type="password"]{
  text-align:justify;
  width:100%;
}*/

/*Para reducir el padding de los iconos de las barras de herramientas*/
.navbar-top-links li a {
  min-height: 50px;
  padding: 15px 10px;
}

.clickable {
  cursor: pointer;
}

.wrapper-pad {
  background-color: red;
  border-radius: 5px;
  display: block;
  /*position: relative;*/
  height: 120px;
  padding: 10px;
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  background-color:eee;
  border-radius: 5px;
  position: fixed;
  left: 250px;
  /*top: 0;*/
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
}

/*body.modal-open {*/
  /*overflow: visible;*/
  /*position: inherit;*/
  /*position: absolute !important;*/
/*}*/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}

.modal-sm {
  width: 250px;
}
