﻿
/*fuentes*/
@font-face {
  font-family: 'CRM';
  src: local('css/fonts/LATO'), url('fonts/LATO/Lato-Regular.ttf');
}

body {
  font-family: 'CRM' !important;
  overflow:hidden;
}


.loading-panel {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


.logo i {
  font-size: 31px;
  margin-right: 4px;
  word-spacing: 14px;
}

.logo {
  color: white;
  margin: 0;
  font-size: 20px;
  margin-top: 0.9%;
  /*padding: 4px 0;
  padding-bottom: 15px;*/
}

.form-control {
  border-radius: 4px !important;
}

.modif{
      background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.lead {
  font-size: 18px;
}

.btn-primary {
  background-color: #2f659a !important;
  border: 1px solid #000000 !important;
  border-radius: 10px;
}

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    color: #fff !important;
    background-color: #204c77 !important;
    border-color: #000000 !important;
  }



.btn-secundary {
  background-color: #a9a5a5 !important;
  border: 1px solid #000000 !important;
  border-radius: 10px;
}


.ModalNormal {
  background: #2c3e50;
  color: #fff;
}

  .ModalNormal a {
    color: #fff !important;
  }

  .ModalNormal input {
    color: #fff !important;
  }



.logoImg {
  width: 30%; /*PARA UTH*/
  /*width: 50%;*/ /*PARA ICR*/
  margin-left: 6%;
  margin-top: 2%;
}

.login-bottom-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  color: white;
  line-height: 19px;
}

header {
  background: #2c3e50;
  /*padding-top: 20px;*/
}

  header .form-group {
    margin-bottom: 0px;
  }

  header .btn-header-login {
    margin-bottom: 15px;
  }

.login-main {
  margin-top: 130px;
}

.multibox {
  padding-left: 0px;
  padding-bottom: 10px;
}

.login-main span {
  font-size: 12px;
}

.btn-default {
  color: #fff !important;
  background-color: #2f659a !important;
  margin-top: 4.2%;
  /*border: 1px solid #000000 !important;*/
}

.bgBody {
  /*background-attachment: fixed;
    background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  /*overflow-y: hidden;*/
  height: 100%;
  width: 100%;
  position: fixed;
  /*border: solid #2f659a 2px;*/
}


footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0.8;
  /*background: rgba(37, 38, 39, 0.85);*/
  background:  rgba(13, 24, 35, 0.53);
}

  footer hr {
    margin-top: 0px;
    padding-top: 0px;
  }

.footer-options ul {
  clear: both;
  padding: 0px;
  margin: 0px;
}

  .footer-options ul li {
    float: left;
    list-style: none;
    padding: 5px;
    font-size: 12px;
  }

    .footer-options ul li a {
      text-decoration: none;
      color: #000;
    }

.copyrights {
  margin-top: 25px;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
}

.divTextBox {
  padding: 0.3% !important
}

.ModalError {
    background: #A40000;
    color: #fff;
}

    .ModalError a {
        color: #fff !important;
    }

    .ModalError input {
        color: #fff !important;
    }
.divRow {
  float: right;
  padding: 0;
  margin-top: 2px;
}

.textBox {
  border: solid 1px #2c3e50 !important;
  margin-top:4%;
}

.ModalError {
  background: #A40000;
  color: #fff;
}

  .ModalError a {
    color: #fff !important;
  }

  .ModalError input {
    color: #fff !important;
  }

.CerrarModal {
  border: none;
  background: transparent;
}


h3, .h3 {
  font-size: 1.5rem !important;
}

/*ESTILO PARA MODAL DE ERROR */
.modal-body-error {
  margin: 5%;
}

.btn-secundary {
  background-color: #a9a5a5 !important;
  border: 1px solid #000000 !important;
  border-radius: 10px;
  color: white !important;
}


.btn:hover,
.btn:focus,
.btn:active {
  color: white !important;
  background-position: inherit;
  background-color: #b0b0b0;
  -webkit-box-shadow: 0px 0px 0px rgba(71, 73, 72, 0.5);
  transition: 0.4s;
  transition-delay: 0s;
}


.cursor {
  cursor: pointer;
}

