html {
  height: unset !important;
  min-height: 100% !important;
  position: relative !important;
}


body {
    padding-top: 60px;
    /*padding-bottom: 40px;*/
    background-image: url("../images/fondo.jpg");
    background-color: #dddddd;
    margin: 0;
  margin-bottom: 40px;
}

.zf-green {
    color: #245269;
}


.menu-amlrisk .navbar-nav {
    float: right;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

/*
 *CsnUser Styles
 */
.form .form-control { margin-bottom: 10px; }

table.users-list td,
table.users-list th {
   text-align: center;   
}
    
table.users-list a.name {
  color: #3389D1;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 0;
}   
    
table.users-list span.subtext {
  color: #778391;
  font-size: 12px;
  font-style: italic;
  margin-left: 0;
  margin-top: 0;
}

/*
html, body {
  height: 100%;
}

#wrap-content {
  min-height: 90%;
}

.footer {
  margin-bottom: 10px;
} 
*/


.bg-title-block-form {
  background: #205081 !important;
}

.color-site-1 {
  color: #205081 !important;
}

.bg-white {
  background-color: white;
  padding: 15px;
}

.label-form {
  color: #5f5f6f;
}

.panel-striped > div:nth-of-type(odd) {
    background: rgba(60, 130, 191, 0.12);
    padding-top: 2px;
}

.btn-succes-site {
  background: #2e902e;
}


/* ---- DASHBORAD ------ */ 

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}

.striped-ul > li:nth-of-type(odd) {
  background: rgba(32, 80, 129, 0.06);
    padding-top: 2px;
    border-radius: 2px;
}

/* ------ FOOTER ------ */

#footer .logo-ts{
  width: 200px;
  height: auto;
}

#footer .app-footer{
    margin-top: 10px;
  }


  /* ---- filtros tablas ----- */
  .dataTables_filter input {
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      vertical-align: middle;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
      -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }


/* MPRIETO: Formatear estructura para todos los navegadores */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   /*position:relative;*/
}
#body {
   padding:10px;
   padding-bottom:100px;   /* Height of the footer */
   margin-top: 37px;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   margin-top: 20px;
    color: #ffffff; 
    padding: 15px;
    font-size: 12px;
}


/*
 * MPRIETO: Plantillas template errores 404-500
*/
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,700,800");

/** Styles for the 403 Page **/

.particle-error,
.permission_denied,
#particles-js {
  width: 100%;
  /*height: 100%;*/
  margin: 0px !important;
}

#particles-js {
  position: fixed !important;
  opacity: 0.23;
}

.permission_denied {
  background: #24344c !important;
  position: absolute;
  left: 0;
}

.permission_denied a {
  text-decoration: none;
}

.denied__wrapper {
  max-width: 390px;
  width: 100%;
  /*height: 390px;*/
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  /*margin-top: 8vh;*/
}

.permission_denied h1 {
  text-align: center;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 100px;
  margin-bottom: 0px;
  font-weight: 800;
}

.permission_denied h3 {
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  max-width: 330px;
  margin: 0px auto 30px auto;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
}

.permission_denied h3 span {
  position: relative;
  width: 65px;
  display: inline-block;
}

.permission_denied h3 span:after {
  content: "";
  border-bottom: 3px solid #ffbb39;
  position: absolute;
  left: 0;
  top: 43%;
  width: 100%;
}

.denied__link {
  background: none;
  color: #fff;
  padding: 12px 0px 10px 0px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 7px;
  width: auto;
  padding: 6px;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  margin-bottom: 40px;
  margin-top: 25px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
}

.denied__link:hover {
  color: #ffbb39;
  border-color: #ffbb39;
  cursor: pointer;
  opacity: 1;
}

.permission_denied .stars {
  animation: sparkle 1.6s infinite ease-in-out alternate;
}

@keyframes sparkle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

#astronaut {
  width: 43px;
  position: absolute;
  right: 20px;
  top: 210px;
  animation: spin 4.5s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@media (max-width: 600px) {
  .permission_denied h1 {
    font-size: 75px;
  }
  .permission_denied h3 {
    font-size: 16px;
    width: 200px;
    margin: 0 auto;
    line-height: 23px;
  }
  .permission_denied h3 span {
    width: 60px;
  }
  #astronaut {
    width: 35px;
    right: 40px;
    top: 170px;
  }
}

.saturn,
.saturn-2,
.hover {
  animation: hover 2s infinite ease-in-out alternate;
}

@keyframes hover {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}

   .customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #025dcf;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



  body {
  color: #333;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans serif;
  background: url(https://josetxu.com/img/fondo_blanco.png) repeat 0 0 #fff;
}
h1 {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin: 0 0 2em 0;
}
h2 {
    font-weight: normal;
    text-align: center;
    color: #777;
}



fieldset {
  padding: 2em;
  border-color: #d4d4d4;
  border-style: solid;
  border-width: 2px;
  background: #fff;
}

legend {
  color: #bfbfbf;
  padding: 0.3em 0.6em;
  border: 2px solid #d4d4d4;
  background: #fff;
  font-size: 1.3em;
}
legend.radio {
  border-radius: 50px;
}

.container ul {
  margin-top: 0;
  padding-left: 0em;
}
.container ul li {
  list-style-type: none;
}
.container ul + ul {
  margin-bottom: 0;
}
.container ul + ul > li + li label {
  margin-bottom: 0;
}

/*** Styling Radio & Checkbox Input Fields (start here) ***/
label {
  font-weight: 600;
  color: #777777;
  margin-bottom: 11px;
  width: 100%;
  float: left;
  cursor: pointer;
  padding: 0 0.6em;
  box-sizing: border-box;
  background: #e6e6e6;
  transition: all 0.5s ease 0s;
}

input[type="radio"],
input[type="checkbox"] {
  display: block;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  line-height: 3em;
}

input[type="radio"] + label {
  border-radius: 50px;
}

input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label {
  color: #ccc !important;
  cursor: not-allowed;
}
input[type="radio"]:checked:disabled + label:after,
input[type="checkbox"]:checked:disabled + label:after {
  border-color: #ccc;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: "";
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 0.5em;
  border: 2px solid #ccc;
  background: #fff;
  margin-top: 0.5em;
}
input[type="radio"] + label:before {
  border-radius: 100%;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  
}

input[type="radio"]:checked + label:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid blue;
  float: left;
  margin-left: -1.85em;
  margin-top: 1em;
  border-radius: 100%;
}
input[type="checkbox"]:checked + label:after {
  content: "";
  width: 12px;
  height: 6px;
  border: 4px solid blue;
  float: left;
  margin-left: -1.95em;
  border-right: 0;
  border-top: 0;
  margin-top: 1em;
  transform: rotate(-55deg);
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  border-color: blue;
}

input[type="radio"]:checked:disabled + label,
input[type="checkbox"]:checked:disabled + label {
  background: #ccc;
  color: #fff !important;
}

input[type="radio"]:checked:disabled + label:before,
input[type="checkbox"]:checked:disabled + label:before {
  border-color: #bdbdbd;
}

@media (max-width: 650px) {
  .content {
    width: 100%;
  }
}