.upload-area{
    height: auto;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    overflow: auto;
    background-color: #FFFFFF;
}

.upload-area:hover{
    cursor: pointer;
    background-color: #F6F6F6;
}

.upload-area h2{
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    padding:10px;
    color: darkslategray;
}

#file{
    display: none;
}

.upload-area2{
    height: auto;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    overflow: auto;
    background-color: #FFFFFF;
}

.upload-area2:hover{
    cursor: pointer;
    background-color: #F6F6F6;
}

.upload-area2 h2{
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    padding:10px;
    color: darkslategray;
}

#file2{
    display: none;
}

/* Thumbnail */
.thumbnail{
    width: 95px;
    height: 120px;
    padding: 2px;
    border: 2px solid lightgray;
    margin-right:10px;
    border-radius: 3px;
    float: left;
}

#iconoscontratos {
  margin-top:-60px;
  text-align:center;
  border: 0px solid lightgray;
  margin-right: 10px;
  border-radius: 3px;
  width: 90px;
  height:130px;
  margin-right:10px;
  float: left;
}

.size{
    font-size:12px;
}

.archivossubidos{
    height: auto;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    overflow: auto;
}

.informacion-area{
    height: auto;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    overflow: auto;
    color: darkslategray;
}

.check-ok{
    height: auto;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: #cc6562;
}

.check-error{
    height: auto;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: #CC0000;
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  outline: none; /* Remove outline */
  opacity: 1; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .1s; /* 0.2 seconds transition on hover */
  transition: opacity .1s;
  color:#FFFFFF;
  margin-left:15px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 30px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #cc6562; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 30px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #cc6562; /* Green background */
  cursor: pointer; /* Cursor on hover */
}


 /* Customize the label (the container) */
.containerradio {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index:1000 important!;
}

/* Hide the browser's default radio button */
.containerradio input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-left:-15px;
}



html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Text Align */
.text-c {
    text-align: center;
}
.text-l {
    text-align: left;
}
.text-r {
    text-align: right
}
.text-j {
    text-align: justify;
}

/* Text Color */
.text-whitesmoke {
    color: whitesmoke
}
.text-darkyellow {
    color: rgba(255, 235, 59, 0.832)
}

.blanco{
    color: rgba(255, 255, 255, 1)
}
.tam16 {
	font-size:16px;
}
.tam22 {
	font-size:22px;
}
/* Lines */
.error-form {
	font-size:20px;
	color: rgba(255, 235, 59, 0.473);
}

.line-b {
    border-bottom: 1px solid #FFEB3B !important;
}

/* Buttons */
.button {
    border-radius: 3px;
}
.form-button-login {
    background-color: rgba(255, 235, 59, 0.24);
    border-color: rgba(255, 235, 59, 0.24);
    color: #e6e6e6;
}
.form-button-login:hover,
.form-button-login:focus,
.form-button-login:active,
.form-button-login.active,
.form-button-login:active:focus,
.form-button-login:active:hover,
.form-button-login.active:hover,
.form-button-login.active:focus {
    background-color: rgba(255, 235, 59, 0.473);
    border-color: rgba(255, 235, 59, 0.473);
    color: #e6e6e6;
}
.button-l {
    width: 100% !important;
}

.form-button-reg {
	margin-top:10px;
	padding: 8px 20px 8px 20px;
    background-color: rgba(65, 126, 255, 0.64);
    border-color: rgba(65, 126, 255, 0.44);
    color: #e6e6e6;
}
.form-button-reg:hover,
.form-button-reg:focus,
.form-button-reg:active,
.form-button-reg.active,
.form-button-reg:active:focus,
.form-button-reg:active:hover,
.form-button-reg.active:hover,
.form-button-reg.active:focus {
    background-color: rgba(65, 126, 255, 0.24);
    border-color: rgba(65, 126, 255, 0.24);
    color: #e6e6e6;
}

.button-lreg {
    width: 50% !important;
}

/* Margins g(global) - l(left) - r(right) - t(top) - b(bottom) */

.margin-g {
    margin: 15px;
}
.margin-g-sm {
    margin: 10px;
}
.margin-g-md {
    margin: 20px;
}
.margin-g-lg {
    margin: 30px;
}

.margin-l {
    margin-left: 15px;
}
.margin-l-sm {
    margin-left: 10px;
}
.margin-l-md {
    margin-left: 20px;
}
.margin-l-lg {
    margin-left: 30px;
}

.margin-r {
    margin-right: 15px;
}
.margin-r-sm {
    margin-right: 10px;
}
.margin-r-md {
    margin-right: 20px;
}
.margin-r-lg {
    margin-right: 30px;
}

.margin-t {
    margin-top: 15px;
}
.margin-t-sm {
    margin-top: 10px;
}
.margin-t-md {
    margin-top: 20px;
}
.margin-t-lg {
    margin-top: 30px;
}

.margin-b {
    margin-bottom: 15px;
}
.margin-b-sm {
    margin-bottom: 10px;
}
.margin-b-md {
    margin-bottom: 20px;
}
.margin-b-lg {
    margin-bottom: 30px;
}

/* Bootstrap Form Control Extension */

.form-control-login,
.border-line {
    background-color: #5f5f5f;
    background-image: none;
    border: 1px solid #424242;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control-login:focus,
.border-line:focus {
    border-color: #FFEB3B;
    background-color: #616161;
    color: #e6e6e6;
}
.form-control-login,
.form-control-login:focus {
    box-shadow: none;
}
.form-control-login::-webkit-input-placeholder { color: #BDBDBD; }

/* Container */

.container-content {
    background-color: #cc6562;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #FFEB3B;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

/* Backgrounds */

.main-bg {

    background: #424242;
    background: linear-gradient( #424242, #212121);
}

/* Login & Register Pages*/

.login-container {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 5px;
}
.login.login-container {
    width: 300px;
}
.wrapper.login-container {
    margin-top: 140px;
}
.logo-badge {
    color: #e6e6e6;
    font-size: 80px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}


@media screen and ( max-width: 800px) {
    .a { order: 2; }
    .b { order: 1; }
}


.container {
  position: relative;
}

#triangle-topleft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 165px solid #cc6562;
  border-right: 200px solid transparent;
  opacity: 0.7;
  }

.texto-block {
  color: white;
  position: relative;
  top: -85px;
  left: 10px;
  font-weight: bold;
  padding:8px;
  font-size:22px;
  letter-spacing: 2px;
  transform: rotate(-40deg);
}

.word {
  /* */
  background-image: url('../../img/word.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 35px;
  width: 33px; 
}

.excel {
  /* */
  background-image: url('../../img/excel.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 35px;
  width: 33px; 
  
}
