
@import url('https://fonts.googleapis.com/css?family=Roboto');

/*Reseteo de estilos*/
 :root {
  --input-padding-x: 1.3rem;
  --input-padding-y: .75rem;
}

body {
  /*background: #007bff;*/
  background: linear-gradient(to bottom, #337ab7,#032030 );

}

.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-control {
  height: 40px !important;
}


.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
 
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}
.tltpro{
  float: right;
}
.file{
    color: white;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    border-radius: 2rem;
}

div#div_file {
    position: relative;
    margin: 10px;
    padding: 5px;
    width: 150px;
    background-color: #d58512;
}

input.btn_file{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  width:100%;
  height:100%;
  opacity: 0;
}


div#div_file:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px .7px 0px 0px #de8506;
}

div#div_file:hover {
  background-color: #de8506;
  transform: scale(1.1);
}

.mas{
  font-size: 13px;
}

.ocultar{
  display: none;
}

.btn-warning:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px .7px 0px 0px #1a71a9;
}
.btn:hover {  
  transform: scale(1.1);
}
.btn{
  font-size: 13px;
}
.icon:hover {  
  transform: scale(1.1);
}

@media (min-width : 300px) and (max-width : 500px){
  .form-signin,.card-body {
    text-align:center;
    margin:0;
  }
  .card-signin {
    text-align:center;
    margin:0;
  }
  .logopro{
   text-align:center;
   margin-bottom:10px;
  }
  .tltpro{
    float: none;
  }
 
  .foot{
    display: none;
  }

}


.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.crt{
    text-align: center !important;
}

.rgt{
    text-align: right !important;
}

.lft{
    text-align: left !important;
}
::-webkit-file-upload-button {
    background-color: #ffc107;
    width: 53%;
    border-color: #ffc107;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: .2rem;
    height: 24px;
}


.formctl {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inputtext {
    height: 1.6rem!important;
}

.co {
    font-size: 10.5px;
    color: #dc3545!important;
    display: none;
}



.btnpro {
    background-color: #337ab7;
    border-color: #337ab7;
}

h5, .h5 {
    font-size: 17px;
    font-family: 'Source Sans Pro',sans-serif;
    margin-top: 0px;
}
.btn-p{
    border-radius: 2rem!important;
    width: 40%!important;
    height: 40px;
}
.modal-footer {
    padding: 8px 12px 8px 12px !important;
}

.modal-body {
    padding: 1rem 1rem 0rem 1rem !important;
}

.placeh {
    font-size: 12px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    height: 32px!important;
}

.txtarr {
    font-weight: 600;
    font-size: 14px;
}

.doc  {
    height: 28px;
    font-size: 12px;
}

.logo  {
    height: 29px;
    font-size: 0.8rem;
}

.imp  {
    font-size: 11px;
}

.select{
    font-size: 12px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    width: 99%;
    min-height: 3.4%;
    color: #27353d;
    background-color: #fff;
    border-radius: 2rem;
    text-transform: uppercase;
    text-align: left;
    height: 45px;
}

.bordep {
    width: 99%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: gray;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    background: #0073b7;
    color: white;
    border-radius: 3px;
}


.hc{
  color: #dc3545;
  font-weight: bold;
  font-size: 20px;
}
button:hover {
    transform: scale(1.1);
    color: white;
}
.text-danger{
  color:#dc3545;
}
.sp{
  font-size: 15px
}

.check{
  display: block;
  padding-left: 2REM;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }

@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }
.magic-checkbox {
  position: absolute;
  display: none; }


.magic-checkbox[disabled] {
  cursor: not-allowed; }


.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
 }
 
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
 
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }

  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }


.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }

  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }


.magic-checkbox:checked + label:before {
  animation-name: none; }


.magic-checkbox:checked + label:after {
  display: block; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }

