/*! Customs Page v1.0.0 */
/* 
    Created on : 23 December 2020
    Company:   : Grupo Parawa
    Developer  : Developer Jofrank Gomez Guerra
    Mail       : JofrankGG@gmail.com 
*/

/*---------------*/

/* orig color btn-blue-raspberry #20d2e6 */

.b-btn-search{
    border: 1px solid #dde4ea;  
    
}

.px-10{
    padding-left: 6rem !important; 
    padding-right: 6rem !important;
}

.px-8{
    padding-left: 4.6rem !important; 
    padding-right: 4.6rem !important;
}

.text-orange{
    color: #fabe82 !important; 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a6b3bc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #a6b3bc;
   opacity:  0.1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #a6b3bc;
   opacity:  0.1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #a6b3bc;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #a6b3bc;
}

::placeholder { /* Most modern browsers support this now. */
   color: #a6b3bc;
}

.min-h-85vh{
    min-height: 85vh !important;  
}

.min-h-90vh{
    min-height: 90vh !important;  
}

.min-h-95vh{
    min-height: 95vh !important;  
}

.bg-grey-custom{
    background-color: #ecedee;
}

.min-h-80{
    min-height: 80px !important; 
}

.min-h-72{
    min-height: 72px !important; 
}

.btn-blue-raspberry  {
    background-color: #04befe;
    border-color: #04befe;
    color: #fff !important;
}

.btn-blue-raspberry-solid  {
    background-color: #04befe;
    border-color: #04befe;
    color: #fff !important;
}

.title-agua  {   
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 300;
    font-size: 31px;
    line-height: 38px;
    color: #444;
    letter-spacing: -1px;
}

.text-agua {
     color: #04befe!important;
}

.text-danger-soft {
    color: #a30819 !important;
}

.text-success-soft {
    color: #264111 !important;
}

.text-primary-soft {
    color: #00379d !important;
}

.title-agua b{
    font-weight: 400;
    text-transform: uppercase;
    color: #0ad1e5;
}


.text-blue-raspberry {
    color: #04befe !important;
}

.badge-blue-raspberry, 
.bg-blue-raspberry {
    background-color: #04befe !important;
}
.border-blue-raspberry {
    border-color: #04befe !important;
}

.bg-grey {
    color: #fff;
    background: var(--color_03) !important;
}

.bg-red-01{
    background: #ea6153;
    color: #fff !important;
}

.bg-green-01{
    background: #27ae60;
    color: #fff !important;
}

.bg-blue-01{
    background: #2980b9;
    color: #fff !important;
}

.bg-cornflowerblue  {
  background-color: #3ab0ff !important;
}

.border-bottom-blue-raspberry{
    border-bottom: 2px solid #04befe !important;
}

.btn-blue-raspberry.focus, .btn-blue-raspberry:focus:not(.btn-soft), .btn-blue-raspberry:hover:not(.btn-soft) {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #151515;
}


.btn-soft-static.btn-blue-raspberry:not([aria-expanded="true"]):not(.active), 
.btn-soft.btn-blue-raspberry:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #005f7f;
    border-color: #96e4f4;
    background-color: #96e4f4;
}

.btn-soft-static.btn-blue-raspberry:not([aria-expanded="true"]):not(.active) i, 
.btn-soft.btn-blue-raspberry:not(:hover):not([aria-expanded="true"]):not(.active) i {
    color: #005f7f;  
}

.btn-soft-static.btn-blue-raspberry:not([aria-expanded="true"]):not(.active) i, 
.btn-soft.btn-blue-raspberry:hover i {
    color: #fff;  
}

/*
.btn-soft-static.btn-blue-raspberry:not([aria-expanded="true"]):not(.active), 
.btn-soft.btn-blue-raspberry:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #fff;
    border-color: #96e4f4;
    background-color: #96e4f4;
}
*/

.btn-white {
    color: #2e2e2e;
    background-color: #fff;
    border-color: #fff;
}

.custom_dataTables .dataTables_filter input{   
    max-width: 200px;  
    
}

.min-w-450{
   min-height: 450px !important;   
}

.custom_dataTables table.dataTable.table-sm thead tr th:not(.sorting_disabled) {
    padding-right: .5rem;
    padding-left: .5rem;
}

.custom_dataTables table.dataTable thead tr:nth-child(2) th{
  width: min-content;
}

.custom_dataTables .dt-button-collection .dropdown-menu{
  margin-left: -25px;
}

@media only screen and (min-width:992px) {    
    .navbar-brand {
        margin-right: 25px !important;   
    }   
}

@media only screen and (min-width:992px) {    
    .home-eva-b1 {
        position: absolute !important;
        width: 100% !important;
    }  
    .home-eva-b2 {
        z-index: 1 !important;
        margin: 50px 0px 25px auto;
    }  
    .home-eva-b3 {
        position: absolute !important;
        width: 100% !important; 
    }
    .home-eva-b3-1 {
        margin-left: auto !important;
        margin-top: 90px !important;        
    } 
    
    .home-eva-b3-1 img{
        box-shadow: 0 0 35px rgba(140,152,164,.15) !important;
        border-radius: .25rem !important;    
        border: 1px solid #dde4ea !important;
        border-width: 1px !important;
    }     
    
    .home-eva-b4 {    
        margin-top: 173px !important;
    }   
     
}


@media only screen and (max-width:991px) {    
    .home-eva-b2 {
        margin-top: 50px;
    } 
        
    .home-eva-b3-1 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-top: 0 !important;   
        padding-top: 0px !important;   
    }
    
    
      
}

.custom_dataTables .dt-button-collection .dropdown-item{
    padding: 7px 12px 7px 12px;
}

.table-bordered-all,.table-bordered-all td,.table-bordered-all th {
    border: 1px solid #3e3e3e !important;
}

.dt-button-collection .dropdown-menu a.active {
    background-color: #04befe !important;
    color: #fff;
}

.table-striped-blue .even{
        background: #e4f6fd;    
} 

.bg-river-city {
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}
.bg-arielle-smile{
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.bg-dark-gradient-soft {
    color: #fff;
    background: #313131 !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#454545),to(#313131)) !important;
    background: linear-gradient(180deg,#454545 0,#313131) !important;
}

/*--------*/

.table-text-center-vertical, 
.table-text-center-vertical td, 
.table-text-center-vertical th {
    vertical-align: middle !important;
}

.text-center-vertical {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.table-p-5 td, .table-p-5 th {
    padding: .5rem;  
}

#sidebar_main {
    color: white;
    font-style: italic;    
}

.aside-width, 
body:not(.aside-compact) aside.aside-end, 
body:not(.aside-compact) aside.aside-start {
    width: 200px;
}

@media only screen and (min-width:992px) {

body.aside-start:not(.layout-boxed) #wrapper {
    margin-left: 200px;
}

body.aside-sticky:not(.aside-compact) #header, 
body.aside-sticky:not(.aside-compact) #js_header_spacer, 
body.aside-sticky:not(.aside-compact) #wrapper_content {
    margin-left: 200px;
}

}

body:not(.layout-admin) section {
    padding: 60px 0;
}

#sidebar_main .scrollable-vertical { 
    scrollbar-color: #c7c7c7 #fff; 
}

#sidebar_main nav.nav-deep-dark .nav-item a.nav-link {
    color: #fff;
}

.shadow-xs-dark, .shadow-xs-dark-hover:hover {
    box-shadow: 0 0 25px rgb(9, 9, 9) !important;
}

.text-muted-2 {
    color: #6c757d;
}

.min-h-120{
    min-height: 120px !important;
}

.min-h-55{
    min-height: 55px !important;
}

.min-h-60{
    min-height: 60px !important;
}

.w--128{
    width: 128px !important;
}

.w--110{
    width: 110px !important;
}

.w--75{
    width: 75px !important;
}

.h--126{
    height: 126px !important;
}

.brd-0{ 
    border-radius: 0px;
}

.min-w-30{
    min-width: 30px !important;
}

.min-w-40{
    min-width: 40px !important;
}

.min-w-50{
    min-width: 50px !important;
}

.min-w-60{
    min-width: 60px !important;
}

.min-w-75{
    min-width: 75px !important;
}

.min-w-80{
    min-width: 80px !important;
}

.min-w-90{
    min-width: 90px !important;
}

.min-w-100{
    min-width: 100px !important;
}

.min-w-110{
    min-width: 110px !important;
}

.min-w-120{
    min-width: 120px !important;
}

.min-w-130{
    min-width: 130px !important;
}

.min-w-140{
    min-width: 140px !important;
}

.min-w-150{
    min-width: 150px !important;
}

.min-w-170{
    min-width: 170px !important;
}

.min-w-400{
    min-width: 400px !important;
}

.min-w-500{
    min-width: 500px !important;
}

.min-w-600{
    min-width: 600px !important;
}

.min-h-400{
    min-height: 400px !important;
}

.min-h-450{
    min-height: 400px !important;
}

.min-h-500{
    min-height: 500px !important;
}

.min-h-240{
    min-height: 240px !important;
}

.max-w-550{
    max-width: 550px !important;
}

.max-w-30{
    max-width: 30px !important;
}

.max-w-40{
    max-width: 40px !important;
}

.max-w-75{
    max-width: 75px !important;
}

.max-w-80{
    max-width: 80px !important;
}

.max-w-3{
    max-width: 3px !important;
}

.max-w-0{
    max-width: 0px !important;
}

.file-40{
    height: 40px;
    weight: 40px;
}

.processes-header {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0rem 1rem !important;
}

.processes-header .display-4 span {
    font-size: 16px;    
    display: block !important;
    font-weight: bold;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
  }
  
.hr-text::before {
    content: '';   
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;  
    padding: 0 .5em;
    line-height: 1.5em;
    background-color: #fcfcfa;
    font-weight: bold;
}

.bg-white-hover:hover{
    color: #333 !important;
    background: #fff !important;
}


.border-left-blue-2 {
    border-left: 4px solid #04befe;
    color: #9f9f9f;
    font-size: 20px !important;
    padding: 10px 12px !important;
}

#Form_Login h2{  
    font-size: 2.8em;
    font-weight: normal;
    letter-spacing: -1px;
    font-family: Roboto;
    
}

#Form_Login h2 span {
    font-weight: 500;
    letter-spacing: -1px;
}


.heading-arrow-bottom:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2e2e2e !important;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
}

.title-double-underline{
    margin-bottom: 45px;   
}

.title-double-underline h2{
    color: #04befe;     
    font-size: 30px;   
    text-align: center;
    margin: 0px;
    position: relative;
}

.title-double-underline hr:nth-child(2), .title-double-underline hr:nth-child(3) {
    content: "";
    width: 100px;
    background: #2e2e2e;
    margin: 6px auto;   
    height: 1px;
}

.title-double-underline hr:nth-child(3){      
    width: 60px !important;   
}

.fancybox-width-proportions{
    height: 190px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.arrow_going_down {
    position: relative; 
    position: absolute;
    top:50%;
    left:50%;   
    width:90px;
    height:90px;
    transform:translate(-50%,-50%);
    margin-top: 85px;
    z-index: 1 !important;
}

.arrow_going_down:before {
      content: '';
      position: absolute;
      width:70%;
      height:70%;
      border-left:30px solid rgba(255,255,255,0.7);
      border-bottom:30px solid rgba(255,255,255,0.7);
      transform:translate(30px,90px)rotate(-45deg);
      animation: arrow_going_down 3s linear infinite;
}
.arrow_going_down:after {
      content: '';
      position: absolute;
      width:70%;
      height:70%;
      border-left:30px solid rgba(255,255,255,0.7);
      border-bottom:30px solid rgba(255,255,255,0.7);
      transform:translate(60px,0px)rotate(-45deg) ;
      animation: arrow_going_down 3s linear infinite 1.5s;
      
}

@keyframes arrow_going_down {
  0% {
      border-left:30px solid rgba(0,0,0,0);
      border-bottom:30px solid rgba(0,0,0,0);
      transform:translate(15px,-60px)rotate(-45deg) ;
  }
  10%, 90% {
      border-left:30px solid rgba(0,0,0,0);
      border-bottom:30px solid rgba(0,0,0,0);
  }
  50% {
      border-left:30px solid rgba(255,255,255,0.7);
      border-bottom:30px solid rgba(255,255,255,0.7);
      transform:translate(15px,0px)rotate(-45deg) ;
  }
  100% {
      border-left:30px solid rgba(0,0,0,0);
      border-bottom:30px solid rgba(0,0,0,0);
      transform:translate(15px,60px)rotate(-45deg) ;
  }
}

.filter_gallery{
    filter: drop-shadow(0px 0px 2px #3b3b3b);
}

.icon_big{
    padding: 10px;
    margin-left: .5rem;
    margin-right: .5rem; 
}

.icon_big i{
    font-size: 27px;
    margin: 0 !important; 
    width: 27px;
}

.tag_icon_big{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border: 1px solid #6c757d;
    height: 52.75px;    
    display: block;
    padding: .78rem 1rem;   
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #6c757d;
}


.rounded-only-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.rounded-only-bottom {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-only-left {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: 0rem !important;
}

.rounded-only-right {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: .25rem !important;
}

.dropdown-list-function{    
    position: fixed !important;
    transform: translate3d(0px, 0px, 0px)!important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: transparent none repeat scroll 0% 0%;
}

.dropdown-list-function .d-flex{
    border-left: 3px solid #04befe !important;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    align-items: center !important;
    background-color: #fff !important;
}

.dropdown-list-function .d-flex i{
    color: #6c757d !important; 
    font-size: 27px;
    margin: 0 !important; 
    width: 27px;
}

.dropdown-list-function .flex-fill{
    padding-right: 5px !important;
    text-align: left !important;
}

.dropdown-list-function .flex-fill span:nth-child(1){
    color: #6c757d;
}

.dropdown-list-function .flex-fill span:nth-child(2){
    color: #adb5bd;
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}

.dropdown-list-function .d-inline-block{
    background: linear-gradient(180deg,#42404e 0,#1b1e29);
    padding: 10px !important;
    text-align: center !important;
    width: 100% !important;
    border-radius: .25rem !important;
}


.dropdown-list-function button{
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;  
    padding: 10px;
}

select.appearance-none {
  -moz-appearance: none !important;
   -webkit-appearance: none !important;
   appearance: none !important;
}


.select-arrow-hide{
    background: transparent !important;
    padding-right: 10px !important;
}

.tracking-order .progress{
  position: absolute;
  top: 34%;
  margin-left: 3px;
  width: 100%;
}

.tracking-order .tracking-order-tag {
    -webkit-transform: rotate(-30deg) !important;
    width: 180px;
    position: absolute;
    top: -55px;
    left: 30px;    
}

.bottom-n40{
    bottom: -40px;
}

.fullscreen-2.active{
    position: fixed;
    top: 0;    
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 100 !important;
}

.scorecast_diagonal div{
  vertical-align: middle;
  display: inline-block;
}

.scorecast_diagonal .diagonal_right{
  overflow: hidden;
  margin-top: -1px;
  transform: rotate(10deg);
  border-right: 2px solid #6c757d;
}

.scorecast_diagonal .diagonal_right p {  
  margin-top: 0px;
  transform: rotate(-10deg);
  padding-right: 5px;
}

.scorecast_diagonal .diagonal_left p {
  margin: 15px 0 0 -6px;
  padding-left: 7px;
}

.bg-level-ten .portlet{
    background: rgba(248, 249, 250, 0.6) !important;
    border-top: 3px solid;  
    border-color: #3ab0ff;
}

.btn-cornflowerblue {
  color: #fff;
  background-color: #3ab0ff;
  border-color: #ebedee;
}

.h--53{
    height: 53px !important;
}

#uspg-lvten-meeting .table-striped tbody tr {
  background-color: transparent !important;
}

.text-truncate-one-line {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-two-line {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-three-line {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

