  *{
     /* margin: 0 !important; */   
     padding: 0 !important; 
}   

body{
    background: #E6E6E6 !important;
    /* background-color:rgba(165, 165, 165, 0.7) !important ;  */
    color: #000000;
    font-family: "Calibri Light", sans-serif;
}
header {
    width: 100%;
    /* background: rgba(165, 165, 165, 0.7)!important; */
    background: rgb(255, 255, 255) !important;
    color: black;
    padding: .5rem .8rem .5rem 0 !important;
    
}
.header .navbar{
    height: 80%;
    width: 95%;
} 

.container{
    /* background-image: url(../images/background.png) ;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color:#CCD4D6 !important ; 
    
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto ;
}


.container .footer{
    width: 100%;
    background: rgba(165, 165, 165, 0.7)!important;
    color: black;
    padding: .5rem 0 !important;
    text-align: center;
 }
 
  .container .footer p{
    font-size: .7rem;
    line-height: 1em;
    padding: 0;
    margin: 0;
 } 

.text-date{
    position: relative;
    line-height: normal; 
    font-style: normal;
    font-weight: normal;
    font-size: .8rem;
}

.text-title{
    position: relative;
    line-height: normal; 
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.text-welcome{
    position: relative;
    line-height: normal; 
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
}
.container .sidebar{
    /* background: #5ED4FF !important; */
    background: rgb(255, 255, 255) !important;
    height: 100%;
    width: 100%;
}


img{
    width: 90%; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5% !important;
} 

.container .sidebar .text{
    position: relative;
    height: 100%; 
    width: 100%;
    left: 8%;
}
 
.container .sidebar .text .text-contact{
    position: relative;
    height: 15%;
    width: 95%;
    top: 30%;
    /* left: 5%; */
    color: #000000;
    line-height: normal; 
    font-style: normal;
    font-weight: normal;
    font-size: .9rem; 
}
.container .sidebar .text .text-contact a{
    color: #000000;
}

.container .sidebar .text .text-contact a:hover{
    text-decoration: none;
}

.container .contend{
    height: auto;
    width: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}


.container .contend .estimate{
    display: block; 
    padding: 20px 20px  !important;
}


.container .contend .estimate nav{
    
    border: 0px solid #5ED4FF;
 
}

.container .contend .estimate .actions{
   
    border: 0px solid #5ED4FF;
    font-size: 22px;
    position: relative;
    float: right;
    box-sizing: border-box;
}

.container .contend .estimate .actions i{
    color: #000000;
    padding: 0 10px !important;
    border: 0px solid #5ED4FF;
}

.container .contend .estimate .actions i:hover{
    color: #5ED4FF;
   
}



#contenedor{
    width: 100%;
    height: 100vh;
    
    display: flex;
    justify-content: center;
    align-items: center;
}




.container .contend .card{
    
    background: #FFFFFF;
    border-radius: 8px;
    
    
}
.container .contend .card .card-header {
    width: 100%;
    height: 15%;
    border: 1px solid #5ED4FF;
    background-color: #5ED4FF;
    border-radius: 6px;
   
}

.container .contend .card .card-header .span{
    /* margin-left: 24px !important; */
    color: #000000 ;
    margin-top: 10px !important;
    font-size: 24px ;
    line-height: 28px ;
    /* display: flex; */
    align-items: center;
    text-align: center !important;
    
}

.container .contend .card .card-body{
    font-size: 10px;
    margin: 2% auto;
    display: flex; 
    align-items: center; 
    justify-content: center;
    
}

form{
    width: 95%;
    border: 0px solid #CCCCCC;
    margin: 0 !important;
    font-size: 10px ;
    position: relative;
    
    
}

label{
    font-size: 16px;
    width: 100%;
    margin-top: 5px !important;
    
}

input[type="text"], input[type="password"]{
    margin-bottom: 10px !important;
    width: 98%;
    padding: .15em .4em !important;
    font-size: 1.1rem !important; 

    box-sizing: border-box;
    border:1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
input[type="text"]:hover, input[type="password"]:hover{
    border: 1px solid #5ED4FF;
}

input[type="text"]:focus, input[type="password"]:focus{
   border: none !important;
   box-shadow: none  !important;
}

input[type="checkbox"]{
    margin-top: 5px !important;
    opacity: 0.5;
    border: 0.5px solid #000000;
    width: 5%;
    height: 14px !important;
    display: inline-block;
    border-radius: 0px;
}

input[type="checkbox"]:hover{
    border: 1px solid #5ED4FF !important;
    cursor: pointer;
}

 input[type="submit"]{
    width: 98%;
    display: block;
    border-radius: 4px;
    
}

.btn-era{
    background: #5ED4FF !important ;
    color: black !important;
    border: 1px solid #5ED4FF !important;
    padding: .2em .5em !important;
    transition:all 0.3s linear !important;
    font-size: 1.2rem !important; 
    
    margin-top: .2em ;
    overflow: hidden !important;
    box-shadow: none !important;
    outline:none;
     
}

.btn-era:hover{
    background: #21618C   !important ;
    border: 2px solid #21618C !important;
    
}



.input-group-addon{
    color: #5ED4FF;
    margin-left: -20px !important;
    height: 0px;
    font-size: 14px;
}

.box {
    overflow: hidden;
    width: 95% ;
    
}

select {
    border:1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    height:28px !important;
    font-size: 12px !important;
}
 select:hover{
    border: 1px solid #5ED4FF;
}
 
select:focus{
    border: 1px solid #000000 !important;
}

.forgot {
    width: 50%;
    display: inline-block;
    text-align: right;
}
.forgot a:link{
     font-size: 12px; 
    color: #25670E;
    }


#ul_menu{
    width: 100% !important;  
}
#li_menu{
    padding-left: .3em !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
/* inicio menues y submenues*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    
}

.dropdown-menu > li > a:hover:after { /* rotate caret on hover */
    text-decoration: underline;
    transform: rotate(-90deg);
}
/* fin menues y submenues*/    
.alert{
    font-size: 0.8rem;
    text-align: center;
    
    width:95%;
    
    margin:  5px auto;
}

.msg_error{
    background: #e65656;
    border: 0px solid #e65656;
    border-radius: 5px;
    /* color: #e65656; */
}
.msg_save{
    background: #ABEBC6 ;
    border: 0px solid #ABEBC6 ;
    border-radius: 5px;
    /* color: #126e00; */
}

.alert p{
    padding: 10px;
}

.textright{
	text-align: right;
}
.textleft{
	text-align: left;
}
.textcenter{
	text-align: center !important;
}
 
 @media screen and (max-width: 640px)
{
    .container .sidebar .text .text-contact{
        
        width: 45%;
        font-size: 25% ; 
    }
    
    .text-date{
        
        font-size: 30%;
    }
    
    .text-title{
        
        font-size: 50%;
    }

    .text-welcome{
        
        font-size: 40%;
    }
}  