@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

#maincontainer{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;

}



#headerbar{
    position: fixed;
    z-index: 1000;
    background-color: rgba(6.3, 1.2, 15.7, 0.8);
    
    top:0px;
    left:0px;
    height: 15%;
    width: 100%;
}
#contlogo{
    position:relative;

    height:20%;
    width:10%;
    top:30%;
    left:1%;
    line-height: 1.3;
    font-weight: 400;
    margin-right: 20px;
    margin-left: 10px;
}
#contlogo img{
    max-width: 210px;
    max-height: 70px;
}
@keyframes color_change {
    0% { color: rgba(0,0,0,0); }
    100% { color: #734eb8; }
  }
#header{
    position: absolute;
    top: 0%;
    left:40%;
    height: 100%;
    width: 25%;
    font-size: 200%;
    font-weight: bold;
    font-family: 'Lato';
    color:azure;
    font-weight: 400;
}

#nombre{
    position:absolute;
    left:90%;
    top:25%;
    font-weight: bold;
    font-family: 'Lato';
    font-size: 17px;
    color:azure;
    
}

#nombre a:link {  
    text-decoration: none; 
  } 
#nombre  a:visited { 
    text-decoration: none; 
    color: azure;
  } 
#nombre  a:hover { 
    text-decoration: none; 
    color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0);


  } 
#nombre  a:active { 
    text-decoration: none; 
}
td a:link { 
    text-decoration: none; 
    color: #734eb8;

  } 
td  a:visited { 
    text-decoration: none; 
    color: #885abd;
  } 
td  a:active { 
    text-decoration: none; 
}
td  a:hover { 
    text-decoration: none; 
    color: rgba(255,255,255,1);
    background-color: rgba(0, green, blue, 0);

  } 
#report_form{
    font-family: 'Lato';
    height: 70%;
    width: 50%;
    position: relative;
    top:20%;
    left:40%;
    display: grid;
   
    align-self: center;
}

#fileform {
    position: absolute;
    font-family: 'Lato';
    height: 90%;
    width: 80%;    
    top:15%;
    left:20%;
    margin-bottom: 2%;
    display: inline-block;
    align-self: center;
    align-content: center;
    align-items: center;

}
.horiform{
    margin-top: 5%;
    display: flex;

    margin-left: 10%;
    width: 50%;
    position: fixed;
}

#fileform form{
   
    left:25%;
    

}
#nextform{
    font-family: 'Lato';
    margin-top: 5%;
    margin-bottom: 2%;
    position: relative;
    top:30%;
    left:20%;
    margin-bottom: 2%;
    align-self: center;
}

#report_form form{
    grid-row: 2;
    grid-column:1;
}
#report_title{
    padding-top: 0.5%;
    position:relative;
    top:20%;
    width: 60%;
    height: 10%;
    
    text-align: center;    
    font-family: 'Lato';
}


#id_docfile{
    display: none;
    transition: 30s;
}
.boton-archivo, .decition-box button{
    position:fixed;
    max-width:700px;
    max-height: 200px;
    height: 15%;
    width: 40%;
    color: #FFFFFF;
    font-family: 'Lato';
    left:15%;
    top: -25%;
    background-color: #734eb8;
    border-radius: 40px;
    font-weight: bold;
    margin-bottom: 20%;
    border: #734eb8;
    transition:1s;

    background: #734eb8;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 100;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #F2F5F8;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;

    
    border: none;
    color: #fff;
   
    
    transition: all 0.4s;
    cursor: pointer;
    margin: 36px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.boton-archivo:hover, .side_menu button:hover, .decition-box button:hover{
    padding-bottom: 24px;
    padding-top:8px;
    margin-bottom: 24px;
    margin-top:8px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0,.95);
}


#fileheader{
    position:fixed;
    width: 100%;
    top:20%;
    left: 0%;
    text-align: center;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 28px;
}
#lowcontainer{
    
    align-items: center;
    align-content: center;
    text-align: center;
    position:relative;
    width: 100%;
    
    margin-left:2.5%;
    top:42.5%;
}
#lowcontainer table{
    height: 100%;
    width: 50%;
}
#lowcont{
    
    align-items: center;
    align-content: center;
    text-align: center;
    position:absolute;
    width: 73%;
    overflow-y: scroll;
    overflow-x: scroll;
    height: 65%;
    top:30%;
    left: 20%
}
.header {
    font-family: "Lato";
    color: #FFFFFF;
    background-color: #734eb8;
    padding: 10px;
    margin-left: 5%;
    position: relative;
    height:10%;
}
.impar{
    background-color: #C4C4C4;
    padding-left: 5px;
    padding-right: 5px;
}
.par{
    padding-left: 5px;
    padding-right: 5px;
}

#tablecontainer{

    top:40%;
    left:30%;
    margin: 0 auto;
    height: 50%;
    width: 50%;
    overflow-y: scroll;
    overflow-x: scroll;
    position: fixed;
    align-items: center;
    align-content: center; 
    align-self: center;
    font-family: 'Lato';
    display: inline-block;
    
}



table, tr, td {
    margin: 0 auto;
    border: 5px;
    font-family: 'Lato';
    font-size: 12px;
    align-items: center;
    align-content: center;
    align-self: center;
    text-align: center;
    white-space: nowrap;
    
}
tr :hover {
    background-color: rgba(6.3, 1.2, 15.7, 0.8);
}
#lowcont tr:hover td{
    background-color: rgba(6.3, 1.2, 15.7, 0.8);
}
#lowcont td, tr, table{
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer h4{
    font-family: sans-serif;
    font-size: small;
}

#message-container{

    overflow-y: scroll;
    overflow-x: scroll;
    height: 80%;
    width: 50%;
    position: fixed;
    width: 70%;
    left: 25%;
    top:20%;
    background-color: #E2E5E8;
}

.chat-message {
    padding-top: 5%;
    padding-left: 5%;
    position:relative;

    height: 50%;
    width: 70%;
    
}

#button-box{
    position: fixed;
    top:0%;
   
    
    width: 30%;
}

.chat-message textarea {
    width: 80%;
    height: 45%;
    border: none;
    padding: 10px 20px;
    font: 14px/22px "Lato", Arial, sans-serif;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0,.9);
    margin-right: 0px;
  }
  
.chat-message textarea:focus , .form-cont input:focus{
    outline-width: 2px;
    outline-style: inset;
    outline-color: #734eb8;
    
    
}
.fa-file-o, .fa-file-image-o {

    font-size: 16px;
    color: gray;
    cursor: pointer;
    
  }
.side_menu {
    position: fixed;
    left:85%;
    display: inline;
    top:45%;
    height: 30%;
    width: 10%;
}
.chat-message button, .bc button, .form-cont button, .side_menu button, .decition-box button{
    background: #734eb8;
    font-size: 15px;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #F2F5F8;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    border-radius: 10px;
    height: 45px;
    border: none;
    color: #fff;
    
    padding: 16px;
    width: 100%;
    transition: 0.4s;
    cursor: pointer;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 0px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
    transition: 1.2s;
    }

.side_menu button{
    margin-bottom: 30px;
    transition: 0.5s;
}
#column-container button{
    left:15%;
    width:85%;
}
.chat-message  button:hover, .bc button:hover, .form-cont button:hover{
    padding-top: 8px;
    padding-bottom:24px;
    background:  rgba(2, 80, 51,0.95);
    transition:.0.5s;
}

.send-button, .check-button{
    opacity: 0;
    z-index: -1;
}
.switch-button{
    height: 80px;
    width: 80px;
    background: none;
    border: none;
}
.switch-button img{
    height: 70px;
    width: 70px;
}
.switch-button:hover img{
    height: 78px;
    width: 78px;
    fill:rgba(180,180,180,1) !important;
    color :rgba(180,180,180,1) !important;
    transition: 0.6s;
    
}
.switch-button:hover .imgsvg{
    
    fill:rgba(180,180,180,1) !important;
    color :rgba(180,180,180,1) !important;
    transition: 0.6s;
    
}



.display-button{
    opacity: 1;
    z-index: 666;
    transition: all 1.4s cubic-bezier(0.75,0.5,0.1,0.33);

}

.send-button:hover{
    padding-right: 8px;
    padding-left:24px;
    background:  rgba(0, 0, 0,0.3);
    transition:.0.8s;
}
#fileform button:hover{
    background:  rgba(2, 80, 51,1);
    transition:.0.8s;
}
.chat-message button:hover:after {
    opacity: 1;
    
  }

textarea::placeholder{
    color:#121212;
    animation-name: blink;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

#column-container{
    position:absolute;
    left:65%;
    top: 15%;
   
    width: 20%;
    
}

#column-container select{
  margin: 10%  10px;
  background-color: #F2F5F8;
  border:none;
  padding: 0 1em 0 0;
  width: 100%;
  height: 30px;
  font-family: "Lato";
  font-size: 16px;
  cursor: inherit;
  line-height: inherit;
  padding-left: 10%;
  padding-right: 10px;
}

.test-message {
    position: relative;
    font-family: 'Helvetica';
    background: #885abd;
    color: white;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width:15%;

    left:50%;
    top:35%;
    font-size: 16px;
    border-radius: 7px;;
    display: flex;
    flex-direction: row;
    
    align-items: right;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0,.9);
    overflow-wrap: break-all;
    
    
}
.test-message p{
    margin-bottom:5px;
    
    margin-top:0%;
   font-size: 14px;
   position:relative;
   margin-right:20px;
   
}
.test-message:after {
    bottom: 100%;
        left: 100%;
        top:0%;
        border: solid transparent;
        content: "         ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #885abd;
        border-radius: 5px;
        border-width: 20px;
        margin-left: -20px;
        margin-top: -6%;
        display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: right;
    overflow-wrap: break-all;
}

.popup-window{
    position:absolute;
    width: 100%;
    height: 100%;
    
    background: rgba(100,100,100,0.7);
    transition: all 0.2s ease-in-out;
    border-radius: 6px;
    top: 0;
    left: 0;
    
    opacity: 0;
    z-index: -1;
}
.open-popup{
    position:absolute;
    z-index: 666;
    opacity: 1;
    top:0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transition:  0.2s ease-in-out;
    background: rgba(100,100,100,0.5);
    align-items: center;
   
}
.message-popup{
    position:absolute;
    z-index: 666;
    opacity: 1;
    top:0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transition: all 2s ease-in-out;
    background: rgba(80,80,80,0.9);
   
   
}
.message-popup .loading-message{
    position: absolute;
    top: 40%;
    margin-left: 0 auto;
    
    font-weight: 400;
    
    left: 40%;
   
}
.open-popup .loading-message{
    position: absolute;
    top: 50%;
    margin-left: 0 auto;
    align-items: center;
    font-weight: 400;
    left: 40%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@-webkit-keyframes rw{
    0% {background-color: rgba(255,255,255, 0.80);
        color: rgba(10,10,10,1);
        background-position: left;
        transition: background-position  1s ease-in-out;
        
    }  
    50% {background-color: rgba(255,255,255, 0.95);
        color: rgba(10,10,10,1);
        background-position: left;
        transition: background-position  1s ease-in-out;
    }  
    51% {background-color: rgba(220, 0, 0, 0.8);
        color: rgba(255,255,255,1);
        background-position: right;
        transition: background-position 1s ease-in-out;
    }  
    100% {background-color: rgba(175,0,0, 0.95);
        color: rgba(255,255,255,1);
        background-position: right;
        transition: background-position 1s ease-in-out;
    }  
    
}

@-webkit-keyframes rw{
    0% {background-color: rgba(255,255,255, 0.80);
      
        background-position: 25%;
        transition: background-position  1s ease-in-out;
        
    }  
    50% {background-color: rgba(255,255,255, 0.95);
        color: rgba(10,10,10,1);
        background-position: 50%;
        transition: background-position  1s ease-in-out;
    }  
    51% {background-color: rgba(220, 0, 0, 0.8);
        color: rgba(255,255,255,1);
        background-position: 75%;
        transition: background-position 1s ease-in-out;
    }  
    100% {background-color: rgba(175,0,0, 0.95);
        color: rgba(255,255,255,1);
        background-position: 100%;
        transition: background-position 1s ease-in-out;
    }  
    
}


@-webkit-keyframes gbg{
    0% {background-color:rgba(7,95,84,1);
      
        background-position: 25%;
        transition: background-position   0.25s ease-in-out;
        
    }  
    50% {background-color: rgba(7,95,84,1);
        color: rgba(10,10,10,1);
        background-position: 50%;
        transition: background-position  0.25s ease-in-out;
    }  
    51% {background-color :rgba(10,115,104,1);
        color: rgba(255,255,255,1);
        background-position: 75%;
        transition: background-position  0.25s ease-in-out;
    }  
    100% {background-color:rgba(20,125,104,1);
        color: rgba(255,255,255,1);
        background-position: 100%;
        transition: background-position  0.25s ease-in-out;
    }  
    
}

.blinker{
    transition: background-position 2s ease-in-out;
    background-size: 200% 100% 50% 25%;
    -webkit-animation-name: rw;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 2s; 
    z-index: 1000;
}


.hour{
    height: 15px;
    width: 80%;
    color:#F2F5F8;
    position:absolute;
    margin-top:10px;
    left:10%;
    float: bottom;
    align-self: right;
    text-align: right;
    top:100%;
    margin-top: -15px;
    font-family: 'Lato';
    font-size: 10px;
}

.loader {
    border: 10px solid #885abd ;
    border-top: 10px solid rgba(100,100,100,0.5); 
    border-radius: 60%;
    position: absolute;
    left: 45%;
    margin: 0 auto;
    top:25%;
    width: 100px;
    height: 100px;
    animation: spin 0.5s linear infinite;
    
}
#message-header, #message-footer{
    height: 15%;
    margin-bottom: 5%;
    padding-bottom: 6%;
}
#message-footer{
    margin-top: 5%;

}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.msg-content{
    align-items: vertical;
}
.msg-header{
    position: relative;
    margin-bottom: 5px;
    font-family: 'Helvetica';
    font-weight: 500;
    
    margin-right:20px;
    display: vertical;
}
.msg-body{
    font-family: 'Helvetica';
    position: relative;
    margin-bottom: 5px;
    margin-right:25px;
    

}
.msg-footer{
    margin-top: 0px;
    position: relative;
    font-family: 'Helvetica';
    color:#999999;
    display: vertical;
    margin-right:25px;
    padding-right: 25px;
    font-size:13px;
}
.loading-message{
    position:absolute;
    font-family: 'Lato';
    font-size: 25px;
    text-align: center;
    align-items: center;
    align-self: center;
    top:65%;
    left:45%;
    color:#FFFFFF;
    
}

#sidebar{
    position: absolute;
    top:14.9%;
    left:0%;
    

}
#message-header-cont{
   margin-bottom: 10px;
}

.centered-content{
    position:  relative;
    width: 400px;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    margin-bottom: 40px;
    border-radius: 20px;
}

.uploaded-image img{
    
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 50px;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0,.9);
    
}
#switch-button img:hover{
    transition: 1.2s;
}
#message-header-cont button{
    font-family: 'Lato', 'Arial', 'Sans-serif';
    width: 170px;
    font-size: 15px;
    background-color: rgba(0,0,0,0.7);
    text-transform: capitalize;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0,.9);
    
    
}
#message-header-cont iframe{
    position:   relative;
    top:0%;
    height: 500px;
    width: 200px;
    margin: 0;
    padding: 0;
    border: none;    
}


.image-description{
    background-color: transparent;
    font-size: 10px;
    font-family: 'Lato';
    position:fixed;
    align-self: right;
    margin-bottom: 5px;
    margin-left:120px;
    text-align: center; 
    -webkit-overflow-scrolling: touch; 
    overflow: auto;
    padding-top: 20px;
}

.uploaded-file-box{
    font-family: 'Lato';
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0,.85);
    display: inline-flexbox;
    height: 100px;
    width: 250px;
    padding-top: 5px;
    padding-left: 5px;
    top: 0px;
    left: 100px;
    font-size: 15px;
    text-align:  center;
    align-self: center;
    margin-bottom: 30px;
    position: relative;
    color: #EEEEEE;

}
.uploaded-file-box img {
    position: absolute;    
    float: right;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    max-height: 100px;
    max-width: 150px;
    margin-bottom: 10px;
    
    
}
.uploaded-file-box p{
    margin-left:5px;
    width: 100px;
    height: 75px;
    display: inline-block;
    position: absolute;
    word-break: break-all;
    white-space: normal;
    left: 20px;
    text-align: left;
}
.button-menu{
    display: grid;
    grid-template-columns: 150px 150px;
}

.form-cont{
    position: fixed;
    width: 50%;
    left:25%;
    display: grid;
    align-items: center;
    align-content: center;
    padding-top: 0%;
    top:30%;
}

.form-cont input{
    position: relative;
    width: 80%;
    left:15%;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    font: 14px/22px "Lato", Arial, sans-serif;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0,.9);
    margin-right: 0px;
}
.form-cont button{
    width: 200px;
    left:40%;
   
}
.visual-button{
    width: 250px;
    height: 40px;
    
    
    margin-top:  10px;
    margin-left: 100px;
    align-self: center;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Lato', 'Arial', sans-serif;
    background-color: #242c34;
    color: #4395bf;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0,.9);
    border-radius: 5px;
    font-weight: 700;
    z-index: 100;

}

.delete-button {
   
    
    display: none;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.delete-button:hover{
    font-size: 40px;
    color: #242c34;
}
.show-delete{
    color: #885abd;
    top: -175%;
    left: 52%;
    z-index: 666;
    position: relative;
    display: unset;
    font-size: 35px;
    resize: both;
    height: 50%;
    width: 50%;
}
.carrussel{
    position: absolute;
    display: inline-flex;
    left: 0%;
    top:0%;
    width: 100%;
    height: 85%;
    z-index: -1;

}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
.carrussel img{
    position: fixed;
    max-width: 100%;
    object-fit: cover;
    transition: opacity 1s ease-out 0.6s;
    -webkit-transition: opacity 1s ease-out 2s;;
  
}

.superior-bar{
    position:fixed;
    left: 45%;
    top:20%;
    width: 10%;
}
.superior-bar select{
    font-size: 24px;
    font-family: 'Lato';
    background-color: #EEEEEE;
    margin: 10%  10px;
    font-weight: 50;
    border:line;
    border-width: 1px;
    border-color: #121212;
    padding: 0 1em 0 0;
    width: 100%;
    width: 300px;
    border-radius: 10px;
    cursor: inherit;
    line-height: inherit;
    padding-left: 10%;
    padding-right: 30px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
    
}

#add-automatic{
    font-size: 14px;
    padding-top: 5px;
}
.automatic-pressed {
    background-color: rgba(20,13,43,0.8);
    color: #999999;
}
.decition-message {
    font-family: 'Lato';
    color: #E2E5E8;
    font-weight: 300;
    font-size: 25px;
    margin: 0 auto;
    position: relative;
    top:23%;
    text-align: center;
    text-overflow:ellipsis;
    max-width: 60%;
    max-height: 30%;
}
.decition-box {
    max-width: 30%;
    top: 60%;
    left: 37%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0,0,0,0);
   
}
.decition-box button{
    height: 40px;
    width: 100px;
}
@keyframes progressAnimation {
    from {
      width: var(--ini);
    }
    to {
      width: var(--end);
    }
  }
  
  .progress {
    position: relative;
    margin: 0 auto;
    top:60%;
    
    width: 30%;
    padding: 4px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 20%);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
      0 1px rgba(255, 255, 255, 0.08);
      color:#734eb8;
  }
  .progress-bar {
    position: relative;
    height: 28px;
    border-radius: 20px;
    
    background-color: #734eb8;
    -webkit-animation-name: gbg;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 1s; 
    transition: 0.4s linear;
    transition-property: width, background-color, background-position;
  }
