/* Carga de imagen */

.driving_warning_box{
    background-color:white !important;
    border-radius:20px !important; 
    padding:25px !important;
    border:1px solid darkgrey !important;
    color: black !important;
}

.driving_warning_box_graphic{
    background-color:white !important;
    border-radius:20px !important; 
    padding:25px !important;
    border:1px solid darkgrey !important;
    color: black !important;
    height: 100% !important;
}

.invoice-summary{
    width: 80% !important;
    margin: auto !important;
    color: black !important;
}

.driving-warning-table{
    color: black !important;
    text-align: left !important;
}

.driving-warning-table i{
    color: red !important;
    
}

.driving_warning_box_title{
    font-size: 16px !important;
}


.btn-disatel {
    background-color: #b02417 !important; /* Cambia este valor al color deseado */
    color: #fff; /* Cambia este valor para el color del texto en el botón */
    border-color: #b02417 !important; /* Cambia este valor al color deseado para el borde */
}

.btn-disatel:hover {
  background-color: #E14141 !important; /* Change background color on hover */
  color: #fff; /* Change text color on hover */
}

.btn-disatel.disabled-link{
    opacity: 50% !important;
}

.avatar-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all .3s ease;
}

.avatar-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.avatar-wrapper:hover .profile-pic {
    opacity: .5;
}

.avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all .3s ease;
}

.avatar-wrapper .profile-pic:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 190px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
}

.avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.avatar-wrapper .upload-button .fa-arrow-circle-up {
    position: absolute;
    font-size: 175px;
    top: -10px;
    left: -10px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    color: #0186c2;
}

.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
    opacity: .9;
}


/* IMAGEN REDONDA */

.image-rounded {
    object-fit: contain;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.b-brand .b-bg {
    /*background: linear-gradient(-135deg,#46b5ff 0%,#0067AC 100%) !important;*/
    background: #fff !important;
    width: 50px;
    height: 50px;
}

.logo-login {
    border-radius: 30px;
    width: 300px;
}

.logo-menu {
    border-radius: 7px;
    width: 47px;
    height: 47px;
}

.pcoded-navbar .header-logo img {
    border-radius: 7px;
    width: 47px;
    height: 47px;
}

.pcoded-navbar.navbar-collapsed .header-logo .logo-thumb {
    left: calc((74px/2) - 20px);
}

.pcoded-navbar .header-logo {
    padding: 10px 20px 10px 15px !important;
}

.zoomA {
    /*width: 600px;*/
    /*height: auto;*/
    transition-duration: 1s;
    transition-timing-function: ease;
}

.zoomA:hover {
    transform: scale(3.0);
    border-radius: 16%;
    margin-left: -75px;
}


/* select2 arriba de modal */






/* select2 style */

.select2-container--default .select2-selection--multiple {
    background: #f4f7fa !important;
    padding: 5px 10px !important;
    height: auto !important;
    display: block !important;
    width: 100% !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.select2-container--focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #80bdff;
    border-radius: .25rem;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}


/* Nav bar sobre el select2 */

.pcoded-navbar {
    z-index: 1074 !important;
}

.pcoded-navbar.mob-open~.pcoded-header:before,
.pcoded-navbar.mob-open~.pcoded-main-container:before,
.pcoded-navbar.navbar-collapsed:hover~.pcoded-header:before,
.pcoded-navbar.navbar-collapsed:hover~.pcoded-main-container:before {
    z-index: 1073 !important;
}

.with-wrap {
    white-space: normal!important;
}

.pcoded-navbar .pcoded-submenu {
    background: #39465e;
    padding: 0px 0 !important;
}

.border-radius-gray {
    border: solid 1px #9292923b;
    border-radius: 10px;
}

.comment-note {
    background: #f6e58d !important;
    /*color: #000 !important;*/
}

.comment-btn-border {
    border: 1px solid #fff;
}

.select2-selection__rendered {
    line-height: 42px !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
}

.select2-selection__arrow {
    height: 42px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f4f7fa;
    border: 1px solid #ced4da;
}

.avatar_circle {
    background-size: cover;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.message-card {
    padding: 10px;
    background: #fafafa;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.daily-feeds a.feed-profile {
    margin-right: 10px;
    width: 45px;
    height: 45px
}

.daily-feeds a.feed-profile img {
    width: 100%;
    height: 100%
}

.daily-feeds .badge {
    margin-right: 10px
}

.daily-feeds strong {
    display: inline-block;
    margin-right: 5px
}

.daily-feeds small {
    color: #999;
    display: block;
    margin-bottom: 5px
}

.daily-feeds .message-card {
    padding: 10px;
    background: #fafafa;
    margin-left: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}

.daily-feeds .full-date {
    line-height: 0.7em;
    margin-bottom: 10px
}

.daily-feeds .CTAs a {
    margin-right: 5px
}

.daily-feeds .CTAs a i {
    margin-right: 5px
}

.daily-feeds .CTAs a:last-of-type {
    margin-right: 0
}

.daily-feeds a.btn {
    color: #fff
}

.updates li {
    border-bottom: 1px solid #f3f3f3;
    padding: .75rem 1.25rem;
}

#notification-block {
    max-height: 700px;
    overflow-y: scroll;
}

#notification-block {
    border: 1px solid rgba(100, 100, 100, .4);
    border-radius: 0 0 2px 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    margin-top: 0px;
    width: 400px !important;
    right: 0 !important;
    left: -320px !important;
    float: left !important;
    margin-top: -20px !important;
    padding: 20px !important;
    font-size: 1.1em !important;
    line-height: 20px;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    z-index: 1000;
    min-width: 10rem;
    min-width: 18rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    margin-top: 0.125rem;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

#notification-block a {
    color: #000 !important;
}

.nav.navbar a {
    font-size: 0.8em;
    color: #fff;
    position: relative;
}

.notification-item {
    white-space: normal !important;
    font-size: 0.75em !important;
    color: #666 !important;
    padding: 10px !important;
    border-bottom: 1px solid #dddfe2;
}

.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.nav.navbar .msg-profile {
    margin-right: 10px;
    width: 50px;
}

#notification-block span {
    color: #000 !important;
}

nav.navbar .msg-body span {
    font-size: 0.85em;
}

nav.navbar .msg-body span,
nav.navbar .msg-body strong {
    display: block;
}

nav.navbar small {
    font-size: 0.75em;
    color: #999;
}

nav.navbar a {
    font-size: 0.8em;
    color: #fff;
    position: relative;
}

a {
    color: #33b35a;
    text-decoration: none;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.subavatar {
    text-align: center;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 100%;
    right: 4px;
    top: 23px;
}

.profile-notification {
    margin-left: -300px;
}

.especialist_image {
    background-size: cover;
    width: 100px;
    height: 100px;
    background-size: 100%;
    border-radius: 100%;
    background-position: center center;
}


/*
.progress{
	height:25px !important;
}

.progress-bar{
	height:25px !important;
}*/

.maintanence-div {
    background-color: #f0eff0;
    padding: 10px;
    margin-bottom: 20px;
}

.maintanence-div span {
    font-size: small;
}

.auth-wrapper .auth-bg .r:first-child {
    background: linear-gradient(-135deg, #434a4f 0%, #3f565c 100%) !important;
}

.auth-wrapper .auth-bg .r.s:nth-child(2) {
    background: #ce2430 !important;
}

.auth-wrapper .auth-bg .r:last-child {
    background: linear-gradient(-135deg, #e63541 0%, #ce2430 100%) !important;
}

.auth-wrapper .auth-bg .r.s:nth-child(3) {
    background: #3f565c !important;
}

.pcoded-navbar.navbar-collapsed img {
    width: 80px !important;
}

.maintenance-div {
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, .08) !important;
}

.maintenance-title {
    font-size: 15px;
    text-align: center;
    border-width: 0px;
    border-bottom: 1px;
    border-color: #ccc;
    border-style: solid;
    margin-bottom: 10px;
}

.maintenence-block {
    padding: 5px;
    border: 1px #eee solid;
    margin: 2px;
    border-radius: 5px;
    min-width: 200px;
}

.maintenance-row .card-active>div+div {
    border-left: 1px solid #eaeaea;
}

.pcoded-header.header-blue {
    background: #c10000 !important;
    color: rgba(255, 255, 255, .8);
}

.theme-bg {
    background: linear-gradient(-135deg, #c10000, #000000de 100%) !important;
}

.btn-actions {
    color: #fff;
    background-color: #830000 !important;
    border-color: #830000 !important;
}


/*#c10000;
#830000;*/

.pcoded-navbar {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 1px 0 20px 0 #434a4f !important;
    box-shadow: 1px 0 20px 0 #434a4f !important;
    background: #434a4f !important;
}

.navbar-brand {
    background: #434a4f !important;
}

.pcoded-navbar .pcoded-inner-navbar>li.active>a,
.pcoded-navbar .pcoded-inner-navbar>li.pcoded-trigger>a {
    background: #000;
    color: #fff;
}

.pcoded-navbar .pcoded-inner-navbar li.active>a,
.pcoded-navbar .pcoded-inner-navbar li:focus>a,
.pcoded-navbar .pcoded-inner-navbar li:hover>a {
    color: #fff !important;
}

.pcoded-navbar .pcoded-inner-navbar>li.active:after,
.pcoded-navbar .pcoded-inner-navbar>li.pcoded-trigger:after {
    background-color: #c10000 !important;
}

.bg-c-green {
    background: #4caf50 !important;
}

.bg-c-red {
    background: #CB3224 !important;
}

.bg-c-yellow {
    background:  #FFC300  !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #c10000 !important;
    border-color: #c10000 !important;
}

.page-item .page-link {
    color: #c10000 !important;
}

.previous a {
    color: #c10000 !important;
}

.previous.disabled a {
    color: #000 !important;
}

.next a {
    color: #c10000 !important;
}

.next.disabled a {
    color: #000 !important;
}

.btn-disatel-red {
    color: #fff;
    background-color: #c10000 !important;
    border-color: #c10000 !important;
}

.btn-disatel-green {
    color: #fff;
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
}

.btn-disatel-yellow {
    color: #fff;
    background-color: #FFC300 !important;
    border-color: #FFC300 !important;
}

.btn-disatel-black {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-disatel-white {
    color: #000;
    background-color: #fff !important;
    border-color: #434a4f !important;
}

.btn-disatel-gray {
    color: #fff;
    background-color: #434a4f !important;
    border-color: #434a4f !important;
}

.notifications_div_row {
    width: 90% !important;
    margin-left: 5%;
    border-bottom: #F0F0F0 1px solid;
    padding: 1em 0em;
    font-size: 1.5em;
}

.error {
    color: red;
}

.text-wrap {
    white-space: normal;
    word-wrap: break-word;
}

.modal { overflow: auto !important; }

.follow_up_div{
	border: 1px solid darkblue;
	border-radius: 12px;
	background-color: #CCE5FF;
	padding: 10px;
	margin: 10px;
	color: black;
}

.dtp{
	z-index: 11111111;
	
}


.a-left-scroll { 
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0;
	height: 100%;
	width: 40px;
	height: 100%;
}


.a-right-scroll { 
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0;
	height: 100%;
	width: 40px;
	height: 100%;
}

.a-right-scroll:hover:after {
	content:'';
	border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;	
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);    	
	right:10px;
	top:50%;
	position:absolute;
}


.a-left-scroll:hover:after {
	content:'';
	border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;	
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);	
	left:10px;
	top:50%;
	position:absolute;
}

.a-right-scroll:hover { 
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(204,204,204,0.6390756986388305) 100%);
}


.a-left-scroll:hover { 
	background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,0.6390756986388305) 0%, rgba(255,255,255,0) 100%); 
}


.theme-bg-normal{
	background:linear-gradient(-135deg,#0ad338,#0e471b 100%) !important;
}

.theme-bg-xtreme{
	background:linear-gradient(-135deg,#7a0009,#000000 100%) !important;
}

.theme-bg-peligrosa{
      background:linear-gradient(-135deg,#fab916,#47440e 100%) !important;
}


.theme-bg-riesgosa{
      background:linear-gradient(-135deg,#0ad338,#0e471b 100%) !important;
}

.theme-bg-xtreme{
    background:linear-gradient(-135deg,#7a0009,#000000de 100%);
}

#type-resume-table{
    width:100% !important;
}

#type-resume-table th{
    border: 1px solid black !important;
    text-align: center !important; 
    background-color: #8eaadc;
    color: white;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-variant: all-small-caps;
}

#type-resume-table td{
    border: 1px solid black !important;
    text-align: center !important; 
    color: black;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.disabled-link {
    color: gray; /* Change the text color to gray or another muted color */
    pointer-events: none; /* Prevents the link from being clickable */
    text-decoration: none; /* Remove underline or other decorations */
    cursor: not-allowed; /* Change cursor style to 'not-allowed' */
}