/*JAIVER OCAMPO */

.input-group {
    font-weight: 800 !important;
}

input {
    border-radius: 10px !important;
}

textarea {
    border-radius: 10px !important;
}

.color-card-body {
    background-color: #4e73df !important;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 1px -1px rgba(224, 208, 224, 1);
    -moz-box-shadow: 0px 2px 1px -1px rgba(224, 208, 224, 1);
    box-shadow: 0px 2px 1px -1px rgba(224, 208, 224, 1);
}

div.d-flex-pr {
    height: calc(100vh);
}

.btn-primary {
    background-color: #4e73df;
}

.fa {
    margin-right: 10px;
}

/*preload*/

#loadPageM {
    display: none;
    background: black;
    color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    /* For IE8 and earlier */
}

#loadPageM p {
    display: block;
    width: 100px;
    height: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding-top: 200px;
    color: white;
}

#loadPageM img {
    display: block;
    width: 190px;
    height: 190px;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.modal-header {
    background-color: #4e73df;
    /*80031514Andres//$$***/
    color: #fff;
}

div.pager {
    text-align: left;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #4e73df;
    color: #fff;
    margin-right: 0.5em;
    border-radius: 3px;
}

div.pager span.active {
    background: #e74a3b;
}

.alig {
    text-align: left !important
}

.gauge {
    width: 500px;
    height: 400px;
}

#chart3 {
    margin-top: -10px;
}

.upload-demo .upload-demo-wrap,

.upload-demo.ready .upload-msg {
    display: none;
}

.upload-demo.ready .upload-demo-wrap {
    display: block;
}

.upload-demo.ready .upload-result {
    display: block;
}

.upload-demo-wrap {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border-radius: 15px;
    margin-bottom: 70px;
}

.pull-left {
    width: 100% !important;
}



.upload-demo .container {
    margin-left: 0px;
    padding-left: 0px;

}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid #aaa;
    text-align: center;
}



.back-croppie {
    margin-bottom: 50px !important;
    text-align: center !important;
}

/*Croppie*/
.btn-reemplaza {
    display: none;
}

.btn-ttt,
.btn-ttt:hover,
.btn-ttt:active {
    border: 0;
    margin-top: 5px;
    background-color: transparent;
}

.btn-ttt:hover {
    margin-top: 5px;
}

.btn-ttc,
.btn-ttc:hover,
.btn-ttc:active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00a6d6;
    /*background-color: #00a6d6;*/
    border-radius: 20px;
    text-transform: uppercase;
}

.btn-ttc:hover {
    background-position: 0 -15px;
    background-color: #58ACFA;
}

.btn-ttc {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);

}

.subir {
    text-align: center !important;
    width: 100%;
    font-size: 95%;
    /*padding: 5px 10px;*/
    /*background: #428bca;*/
    background: #fff;
    color: #fff;
    border: 0px solid #fff;


}

.subir:hover {
    color: #fff;
    background: #fff;
}

.fper-usu {
    text-align: center !important;
    margin-top: -25px;
}

.fper-usu img {
    display: none;

}

.log-pro {

    font-size: 16px;
    color: #f1f4f5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 00px;
    border-color: rgb(241, 236, 236);
    border-width: 1px;
    border-style: solid;
    width: 70%;
    border-radius: 10px;
    background-color: #4e73df;
    height: 35px;
    padding-top: 3px;

}

.center-row {
    
    display: table-cell !important;
    vertical-align: middle !important;
}

.scroll-v{
    height: 320px;
        overflow-y: scroll;
        
}

body::-webkit-scrollbar-thumb {
    background-color: blue;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid orange;  /* creates padding around scroll thumb */
  }

  .style-scroll{
    scrollbar-color: rgba(53, 52, 52, 0.5) rgba(56, 56, 56, 0);
        scrollbar-width: thin;
        border-radius: 10px !important;
  }

  .input-wrapper {
    position: relative;
    width: 371px;
  }
  
  .input {
    box-sizing: border-box;
    color: #888888;
    padding: 5px 5px 5px 35px;
    width: 100%;
  }
  

  
  .input-icon {
    color: #656565;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .align-button-left{
    margin-left: -15px;

  }
  .align-button-left button{

    border-radius: 0px 3px 3px 0px;
  }

  .button-round-ufm button{

    border-radius: 0px 3px 3px 0px;
  }

  @media only screen and (max-width: 640px) {
    .input-wrapper {
        position: relative;
        width: 100%;
      }
      
  
  }
