/* Minification failed. Returning unminified contents.
(1255,14): run-time error CSS1039: Token not allowed after unary operator: '-x'
(1256,13): run-time error CSS1039: Token not allowed after unary operator: '-y'
(1257,15): run-time error CSS1039: Token not allowed after unary operator: '-size'
(1258,16): run-time error CSS1039: Token not allowed after unary operator: '-size'
 */
@keyframes swing {
	 0%  { transform: rotate(0deg); }
	 10% { transform: rotate(10deg); }
	 30% { transform: rotate(0deg); }
	 40% { transform: rotate(-10deg); }
	 50% { transform: rotate(0deg); }
	 60% { transform: rotate(5deg); }
	 70% { transform: rotate(0deg); }
	 80% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}
@keyframes sonar {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
body {
	font-size: 0.9rem;
	background-color: #F5F5F5;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1031;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
	height: calc(100vh - 6px);
	background-color: #F5F5F5;
}
.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
}
.page-wrapper .theme.chiller-theme {
	background: #1d1d1d;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
	left: 0px;
}
@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		padding-left: 260px;
	}
}

/*----------------show sidebar button----------------*/
#show-sidebar {
	position: fixed;
	left: 0;
	top: 10px;
	border-radius: 0 4px 4px 0px;
	width: 60px;
	transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
	left: -40px;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
	width: 260px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	margin-top:73px;
	left: -300px;
	z-index: 1030;
}
.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar-wrapper a {
	text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: auto;
	position: relative;
}

.sidebar-content.desktop {
	overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.sidebar-wrapper .sidebar-brand > a {
	text-transform: uppercase;
	font-weight: bold;
	flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
	cursor: pointer;
	font-size: 20px;
}

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
	float: left;
}
.sidebar-wrapper .sidebar-header .user-info > span {
	display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
	padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 7px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 3px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 0px;
	font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
	transform: rotate(90deg);
	right: 17px;
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
}
.sidebar-footer > a {
	flex-grow: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.sidebar-footer > a .notification {
	position: absolute;
	top: 0;
}
.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}
.badge-sonar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #980303;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 64px;
/*	margin-top: 30px;*/
	height:inherit;
}
.page-wrapper .page-content > div {
	padding: 20px 5px;
}
.page-wrapper .page-content {
	overflow-x: hidden;
}

/*------scroll bar---------------------*/
.sidebar-wrapper ::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
.sidebar-wrapper::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
.sidebar-wrapper ::-webkit-scrollbar-thumb {
	background: #003d40;
    /*background: #636269;*/
	border: 0px none #ffffff;
	border-radius: 50px;
}
.sidebar-wrapper ::-webkit-scrollbar-thumb:hover {
	background: #00838F;
    /*background: #636269;*/
}
.sidebar-wrapper ::-webkit-scrollbar-thumb:active {
	background: #636269;
}
.sidebar-wrapper ::-webkit-scrollbar-track {
	background: #333238;
	border: 0px none #ffffff;
	border-radius: 50px;
}
.sidebar-wrapper ::-webkit-scrollbar-track:hover {
	background: #333238;
}
.sidebar-wrapper ::-webkit-scrollbar-track:active {
	background: #333238;
}
.sidebar-wrapper ::-webkit-scrollbar-corner {
	background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
	  /*background: #56565A;*/
      background:#006064;
}
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
	/*border-top: 1px solid #2b2b2b;*/
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	border-color: #2b2b2b;
	box-shadow: none;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
	color: #fff;
	border-bottom: 1px solid #9E9E9E;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
	color: #ffffff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i { 
	/*background-color: #D06732;*/ 
    background-color: #00BCD4; 
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
	color: #bdbdbd;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
	color: #ffffff;
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
	color: #ffffff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	/*background-color: #69696D;*/
    background-color:#00838F;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
	color: #BDBDBD;
}
.chiller-theme .sidebar-footer {
	background: #2b2b2b;
	box-shadow: 0px -1px 5px #131212;
	border-top: 1px solid #3a3a3a;
}
.chiller-theme .sidebar-footer>a:first-child {
	border-left: none;
}
.chiller-theme .sidebar-footer>a:last-child {
	border-right: none;
}
.chiller-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.chiller-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.chiller-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #636363;
}
.chiller-theme .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

/* COMIENZO - BIOSYS - BSS <-------------------------------------------------------------------------------------------- */        

/* COLORES-ISAPRESDELCOBRE */

/* FONDO-ISAPRESDELCOBRE */
.bg-amarillo   { background-color: #CCCC00 !important; }
.bg-amarillo-1 { background-color: #DADE08 !important; }
.bg-amarillo-2 { background-color: #E6E967 !important; }
.bg-amarillo-3 { background-color: #EEEF93!important; }
.bg-amarillo-4 { background-color: #F5F5BE !important; }
.bg-naranja   { background-color: #FF6927; /*Cambiado 26/09/2021*/ /*background-color: #D06732 !important;*/ }
.bg-naranja-1 { background-color: #D37403 !important; }
.bg-naranja-2 { background-color: #DC8D0B !important; }
.bg-naranja-3 { background-color: #E5AD4C !important; }
.bg-naranja-4 { background-color: #ECC47E !important; }
.bg-verde   { background-color: #0098AA !important; }
.bg-verde-1 { background-color: #388816 !important; }
.bg-verde-2 { background-color: #62B02A !important; }
.bg-verde-3 { background-color: #71BF32 !important; }
.bg-verde-4 { background-color: #BADF9C !important; }
.bg-gris   { background-color: #56565A !important; }
.bg-gris-1 { background-color: #69696D !important; }
.bg-gris-2 { background-color: #919196 !important; }
.bg-gris-3 { background-color: #B2B1B6 !important; }
.bg-gris-4 { background-color: #E6E6EB !important; }
.bg-gray-50  { background-color: #FAFAFA !important; }
.bg-gray-100 { background-color: #F5F5F5 !important; }
.bg-gray-200 { background-color: #EEEEEE !important; }
.bg-gray-300 { background-color: #E0E0E0 !important; }
.bg-gray-400 { background-color: #BDBDBD !important; }
.bg-gray-500 { background-color: #9E9E9E !important; }
.bg-gray-600 { background-color: #757575 !important; }
.bg-gray-700 { background-color: #616161 !important; }
.bg-gray-800 { background-color: #424242 !important; }
.bg-gray-900 { background-color: #212121 !important; }
.bg-white-30 {
	background: #ffffff;
	background: rgba(255,255,255,.3);
}
.bg-white-50 {
	background: #ffffff;
	background: rgba(255,255,255,.5);
}
.bg-white-60 {
	background: #ffffff;
	background: rgba(255,255,255,.6);
}
.bg-white-70 {
	background: #ffffff;
	background: rgba(255,255,255,.7);
}
.bg-white-80 {
	background: #ffffff;
	background: rgba(255,255,255,.8); 
}
.border-verde {
    border-color: #008592!important;
}
.border-naranja {
    border-color: #FF6927 !important;
}


/* TEXTO-ISAPRESDELCOBRE */
.text-amarillo   { color: #CCCC00 !important; }
.text-amarillo-1 { color: #DADE08 !important; }
.text-amarillo-2 { color: #E6E967 !important; }
.text-amarillo-3 { color: #EEEF93!important; }
.text-amarillo-4 { color: #F5F5BE !important; }
.text-naranja   { color: #FF6927 !important; }/*Se cambio 13/10*/
.text-naranja-1 { color: #D37403 !important; }
.text-naranja-2 { color: #DC8D0B !important; }
.text-naranja-3 { color: #E5AD4C !important; }
.text-naranja-4 { color: #ECC47E !important; }
.text-verde   { color: #0098AA !important; }
.text-verde-1 { color: #388816 !important; }
.text-verde-2 { color: #62B02A !important; }
.text-verde-3 { color: #71BF32 !important; }
.text-verde-4 { color: #BADF9C !important; }
.text-gris   { color: #56565A !important; }
.text-gris-1 { color: #69696D !important; }
.text-gris-2 { color: #919196 !important; }
.text-gris-3 { color: #B2B1B6 !important; }
.text-gris-4 { color: #E6E6EB !important; }
.text-gray-50  { color: #FAFAFA !important; }
.text-gray-100 { color: #F5F5F5 !important; }
.text-gray-200 { color: #EEEEEE !important; }
.text-gray-300 { color: #E0E0E0 !important; }
.text-gray-400 { color: #BDBDBD !important; }
.text-gray-500 { color: #9E9E9E !important; }
.text-gray-600 { color: #757575 !important; }
.text-gray-700 { color: #616161 !important; }
.text-gray-800 { color: #424242 !important; }
.text-gray-900 { color: #212121 !important; }

.blue      { color: #007bff; }
.indigo    { color: #6610f2; }
.purple    { color: #6f42c1; }
.pink      { color: #e83e8c; }
.red       { color: #dc3545; }
.orange    { color: #fd7e14; }
.yellow    { color: #ffc107; }
.green     { color: #28a745; }
.teal      { color: #20c997; }
.cyan      { color: #17a2b8; }
.white     { color: #fff; }
.gray      { color: #6c757d; }
.gray-dark { color: #343a40; }
.primary   { color: #007bff; }
.secondary { color: #6c757d; }
.success   { color: #28a745; }
.info      { color: #17a2b8; }
.warning   { color: #ffc107; }
.danger    { color: #dc3545; }
.light     { color: #f8f9fa; }
.dark      { color: #343a40; }

/* UTILIDAD-COLORES-ISAPRESDELCOBRE */

/* TEXT-TAMAÑO */
.text-40 { font-size: 2.5rem !important; }
.text-32 { font-size: 2rem !important; }
.text-28 { font-size: 1.75rem !important; }
.text-24 { font-size: 1.5rem !important; }
.text-20 { font-size: 1.25rem !important; }
.text-18 { font-size: 1.125rem !important; }
.text-16 { font-size: 1rem !important; }
.text-14 { font-size: 0.875rem !important; }
.text-13 { font-size: 13px !important;}
.text-12 { font-size: 12px !important;}

/*Se cambio 13/10*/
/*Text-Decoration*/
.text-decoration {
	text-decoration: underline;
}

/* BOTONES-BSS */
.btn-verde {
	color: #fff;
	background-color: #0098AA;
	border-color: #008592;
}
.btn-verde:hover {
	color: #fff;
	background-color: #01aec4;
	border-color: #0098AA;
}
.btn-outline-verde {
	color: #0098AA;
	background-color: transparent;
	background-image: none;
	border-color: #0098AA;
}
.btn-outline-verde:hover {
	color: #fff;
	background-color: #0098AA;
	border-color: #0098AA;
}
.btn-naranja {
	color: #fff;
	background-color: #FF6927; /*Se cambio 13/10*/
	border-color: #FF6927; /*Se cambio 13/10*/
}
	.btn-naranja:hover {
		color: #fff;
		background-color: #FF9466; /*Se cambio 13/10*/
		border-color: #FF9466; /*Se cambio 13/10*/
	}
.btn-v-a-n {
	color: #fff;
	background-color: #0098AA;
	border-color: #0098AA;
}
.btn-v-a-n:hover {
	color: #fff;
	background-color: #D06732;
	border-color: #D37403;
}
.btn-link-gris {
	font-weight: 400;
	color: #5f727f;
	background-color: transparent;
}
.btn-link-gris:hover {
	font-weight: 400;
	color: #D06732;
	background-color: transparent;
}
    .btn-link-gris-bss {
	    font-weight: 400;
	    color: #5f727f;
	    background-color: transparent;
    }
    .btn-link-gris-bss:hover {
	    font-weight: 400;
	    color: #D06732;
	    background-color: transparent;
    }
    .btn-link-gris-bss:active{
        border-bottom: 1px solid #fff;
    }
        .btn-link-gris-bss:focus{
        border-bottom: 1px solid #fff;
    }
.btn .question {
    display: inline-block;
    width: 20px;
}
.btn-certificado {
    min-width: 110px;
    text-align: left;
}

/* ---------------------------------- */
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0098AA;
	border-color: #388816;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0098AA;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #0098AA;
	border-color: #008592;
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #008592;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	z-index: 2;
	color: #0098AA;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
/* PAGINATION-BSS */
.pagination-bss .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0098AA;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.pagination-bss .page-item.active .page-link {
	z-index: 1;
	color: rgb(255, 255, 255);
	background-color: #0098AA;
	border-color: #62B02A;
}
.table .thead-verde th {
	color: #fff;
	background-color: #0098AA;
	border-color: #008592;
}
.pagination-bss a {
	color: #0098AA;
	background-color: transparent;
	text-decoration: none;
}
.pagination-bss .page-link:hover {
	z-index: 2;
	color: #33691E;
	background-color: rgb(233, 236, 239);
	text-decoration: none;
	border-color: rgb(222, 226, 230);
}

/* COLORES-ISAPRESDELCOBRE */

/* ---------------------------------- */
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;
	margin-top: -3px;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-32 { font-size: 32px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-54 { font-size: 54px; }
.material-icons.md-58 { font-size: 58px; }
/* Rules for using icons as black on a light background. */
.material-icons.md-dark             { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
/* Rules for using icons as white on a dark background. */
.material-icons.md-light             { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* ---------------------------------- */
.img-logo-nav{
	margin: 0;
	/* width: 300px; */
	padding-top: 0;
	height: auto;
	width: auto;
}
.img-logo-nav img{
	vertical-align:top;
	height: 65px;
	width: auto;
}


/* Carousel Styles */
.carousel-indicators .active {
}
.carousel-inner img {
	width: 100%;
	max-height: 460px
}
.carousel-control {
	width: 0;
}
.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
.carousel-control.left span {
	padding: 15px;
}
.carousel-control.right span {
	padding: 15px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}
.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}
.header-text h2 {
	font-size: 32px;
}
.header-text h2 span {
	padding: 10px;
}
.header-text h3 span {
	padding: 15px;
}
.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}
.clickable:hover{
	cursor:pointer !important;
}

/* Red-de-atención-BSS */
.bg-red-atencion {
	background-image: url('../Content/Images/bg-red-atencion-isapres-del-cobre.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.red-atencion-box-img{
	width:200px ;
	height: 180px;
}
.red-atencion-box-img-only{
	width:200px ;
	height: 180px;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1200px) {	
	.red-atencion-box-img{
			width:270px;
			height: 150px;
		}
	.red-atencion-box-img-only{
		width:350px ;
		height: 200px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
	.red-atencion-box-img{
			width:400px ;
			height: 200px;
	}
	.red-atencion-box-img-only{
		width:400px ;
		height: 200px;
	}
}

/*
.bs-container.dropdown.bootstrap-select,
.dropdown-menu.show { width: 400px !important; min-width: 400px !important; }
*/

/*TAMAÑO RESOLUCION SLIDER INDEX INICIO */
.slider-bss {
	height: 270px;
	width: 100%;
}
.slider-1-bss {
	background-image: url('../Content/Images/slider/slider-bonoweb-ges-02.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.slider-2-bss {
	background-image: url('../Content/Images/slider/slider-call-center-bss-02.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.prestador-slider-1-bss {
	background-image: url('../Content/Images/slider/slider-bono-web-bss.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.prestador-slider-2-bss {
	background-image: url('../Content/Images/slider/slider-call-center-bss-01.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.prestador-slider-3-bss {
	background-image: url('../Content/Images/slider/slider-prestador-bss.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.empleador-slider-1-bss {
	background-image: url('../Content/Images/slider/slider-bono-web-bss.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.empleador-slider-2-bss {
	background-image: url('../Content/Images/slider/slider-call-center-bss-01.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.empleador-slider-3-bss {
	background-image: url('../Content/Images/slider/slider-empleador-bss.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1400px) {	
	.slider-bss {
		height: 270px;
		width: 100%;
	}
	.slider-1-bss {
		background-image: url('../Content/Images/slider/md/slider-md-bonoweb-ges-02.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.slider-2-bss {
		background-image: url('../Content/Images/slider/md/slider-md-call-center-bss-02.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.prestador-slider-1-bss {
		background-image: url('../Content/Images/slider/md/slider-md-bono-web-bss.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.prestador-slider-2-bss {
		background-image: url('../Content/Images/slider/md/slider-call-center-bss-01.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.prestador-slider-3-bss {
		background-image: url('../Content/Images/slider/md/slider-md-prestador-bss.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.empleador-slider-1-bss {
		background-image: url('../Content/Images/slider/md/slider-md-bono-web-bss.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.empleador-slider-2-bss {
		background-image: url('../Content/Images/slider/md/slider-call-center-bss-01.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.empleador-slider-3-bss {
		background-image: url('../Content/Images/slider/md/slider-md-empleador-bss.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.slider-bss {
		height: 300px;
		width: 100%;
	}
	.slider-1-bss {
		background-image: url('../Content/Images/slider/sm/slider-sm-bonoweb-ges-02.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.slider-2-bss {
		background-image: url('../Content/Images/slider/sm/slider-sm-call-center-bss-02.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.prestador-slider-1-bss {
		background-image: url('../Content/Images/slider/sm/slider-bono-web-bss.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.prestador-slider-2-bss {
		background-image: url('../Content/Images/slider/sm/slider-call-center-bss-01.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.prestador-slider-3-bss {
		background-image: url('../Content/Images/slider/sm/slider-sm-prestador-bss.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.empleador-slider-1-bss {
		background-image: url('../Content/Images/slider/sm/slider-bono-web-bss.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.empleador-slider-2-bss {
		background-image: url('../Content/Images/slider/sm/slider-call-center-bss-01.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	.empleador-slider-3-bss {
		background-image: url('../Content/Images/slider/sm/slider-sm-empleador-bss.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
}

/*TAMAÑO RESOLUCION SLIDER INDEX INICIO*/

/*SELECPICKER-BSS*/
.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height: initial;
}

/*.bootstrap-select .dropdown-menu {
    max-width: 90%;
}*/

/* Modal XL */
.modal-xl {
	max-width: 98%;
}

/* ----- custom-file-input-alt ----- */
.custom-file-input-alt {
}
.custom-file-input-alt ~ .custom-file-label,.custom-file-input-alt ~ .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.custom-file-btn-alt {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.custom-file-input {
    cursor: pointer;
}
.custom-file-input ~ .custom-file-label::after {
	/*content: "Elegir";*/

    /*font-family: "Font Awesome 5 Free";
	content: "\f0f3";*/

    font-family: 'Material Icons';
    content: "\e2bc"; /* attachment (clip-horizontal) */
    /*content: "\e226";*/ /* attach_file (clip-vertical) */
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	direction: ltr;
	vertical-align: middle;
    /*padding-left: 8px;*/
    padding-right: 8px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	color: #000;
}

/* ----- Ajuste nav-bar para soluciona conflicto con selectpicker ----- */
.fixed-top {
	z-index: 1000;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ui-widget-content .ui-icon {
	
 background-image: url("../Content/Images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("../Content/Images/ui-icons_444444_256x240.png");

}

.ui-state-hover .ui-icon,

.ui-state-focus .ui-icon,

.ui-button:hover .ui-icon,

.ui-button:focus .ui-icon {

	background-image: url("../Content/Images/ui-icons_555555_256x240.png");

}

.ui-state-active .ui-icon,

.ui-button:active .ui-icon {
	background-image: url("../Content/Images/ui-icons_ffffff_256x240.png");

}

.ui-state-highlight .ui-icon,

.ui-button .ui-state-highlight.ui-icon {

	background-image: url("../Content/Images/ui-icons_777620_256x240.png");

}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {

	background-image: url("../Content/Images/ui-icons_cc0000_256x240.png");

}

.ui-button .ui-icon {

	background-image: url("../Content/Images/ui-icons_777777_256x240.png");

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* APLICAR ESTILO PERSONALIZADO A "custom-checkbox" DE BOOTSTRAP */
.custom-checkbox .custom-control-label.custom-control-label-verde::before {
	border: 1px solid #0098AA;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label.custom-control-label-verde::before,
.custom-control-input:checked~.custom-control-label.custom-control-label-verde::before {
	background-color: #008592;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.btn-redondo-bss {
  padding: .5em 1em;
  border-radius: 100px;
}
.btn-redondo-bss::before {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  transition: width .2s ease, height .2s ease;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*Se cambio 13/10*/
/* TABLAS */
.table-sm td, .table-sm th {
	/*padding: 3px;*/
	font-size: 0.95em;
	padding: 0.4rem !important;
}
.table-xs td, .table-xs th {
    padding: 3px;
    font-size: 0.85em;
}
.table td, .table th {
	padding: .75rem;
	vertical-align: middle !important;
	border-top: 1px solid #dee2e6;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    /*text-align: center;*/
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.modal-alt {
    max-width: 550px !important;
    /*margin-right: 3px;*/
    margin-top: 3px;
}
.modal-alt .modal-content {
    height: 580px;
}
.modal-inner {
	display: block;
	width: 100%;
	height: 100%;
	/*border: 1px solid #000;*/
    border: none;
}
.modal-inner img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.bg-isalud-azul { background-color: #2E7281; }
.bg-isalud-rojo { background-color: #E23128; }
.bg-isalud-naranjo { background-color: #EB7F28; }
.btn-isalud-naranjo { background-color: #E76728; }
.btn-isalud-naranjo:hover { background-color: #EB7F28; }
.rounded-1 { border-radius: 20px; }
.border-radius-8{
	border-radius:8px;
}
/*Se cambio 13/10*/
.bg-azul-oscuro{background-color:#00828D;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .modal-alt .modal-content {
        height: 600px;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1200px) { 
    .modal-alt .modal-content {
        height: 570px;
    }
}
/* Tablet (portrait) ----------- */
@media only screen and (max-width : 640px) { 
    .modal-alt .modal-content {
        height: 580px;
    }
}
/* Smartphones (portrait) [Intermedia] ----------- */
@media only screen and (max-width : 370px) { 
    .modal-alt .modal-content {
        height: 660px;
    }
    /*.modal-alt .modal-content .modal-inner .h3 {
        font-size: 1.5em !important;
    }*/
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) { 
    .modal-alt .modal-content {
        height: 680px;
    }
    /*.modal-alt .modal-content .modal-inner .h3 {
        font-size: 1.5em !important;
    }*/
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label,
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle,
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label,
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label,
.is-valid, .was-validated :valid {
    border-color: #008592 !important;
    color: #008592 !important;
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #008592 !important;
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label,
.bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle,
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label,
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label,
.is-invalid, .was-validated :invalid {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #dc3545 !important;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.menu-seleccionado {
    background-color: #D06732 !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.nav-change-size-font {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: rgba(128, 128, 128, 0.125);
    z-index: 10001;
    /*opacity: 0.25;*/
    /*width: 100px;*/
    /*height: calc(100vh - 70px);*/
    /*background-color: #333;*/
    transform: translateY(-73%);
    transition: transform 0.3s ease-in-out;
    /*transition: opacity 0.5s ease-in-out;*/
}
.nav-change-size-font a {
    display: block;
}
.nav-change-size-font:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}
.nav-change-size-font-view {
    transform: translateY(0%);
    /*transition: transform 0.3s ease-in-out;*/
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #0098AA;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.preview-image {
	justify-content: center;
	max-width: 150px;
	max-height: 150px;
	background: #E6E6E6;
	object-fit: contain;
	height:150px;
	width:150px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.03);
}
.cursor-default {
	cursor: default;
}
.row-item-r-detalleprestacion {
	width: 210px;
}
.bono-div-cortar-centroatencion {
	width: 600px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gap-1{
	gap:8px;
}
.gap-2 {
	gap: 16px;
}
.cursor-pointer {
	cursor: pointer;
}
.corp-separador {
	border-top: 1px solid #F7F7F7;
	height: 2px;
	padding: 0;
	margin: 0px auto 0 auto;
}
.datostransaccion-card{ 
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #0098AA;
}
.btn-cerrar-documento{
	position: absolute;
}
.btn-ver-documento {
	position: absolute;
	bottom: 0;
	right: 0;
}
.background-transparent {
	background: transparent;
}

.badge-estado-reembolso-tabla {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 8px;
}

.badge-bg-estado-enproceso {
	color: #0098aa;
	background-color: #e1f8fc;
}
.badge-bg-estado-pagado {
	color: #28a745;
	background-color: #d6f5dd;
}
.badge-bg-estado-rechazado {
	color: #c50712;
	background-color: #fee6e8;
}


@media (min-width: 576px) {
	.card-deck .card { 
	margin-right: 6px; 
	margin-left: 6px;
}
}
.text-underline {
	text-decoration:underline !important;
}
@media (max-width: 1440px) {
	.bono-div-cortar-centroatencion {width: 430px;}
}
@media (max-width: 1366px) {
	.row-item-r-detalleprestacion { }
	.bono-div-cortar-centroatencion { width: 330px;  }
}
@media (max-width: 1024px) {
	.row-item-r-detalleprestacion {
		width: 240px; 
	}
		.row-item-r-detalleprestacion div {
			flex-direction: column; 
		}
	.bono-row-examenesseleccionados { 
		flex-direction: column;
	}
		.bono-row-examenesseleccionados div { 
			flex-direction: column;
		}
	.bono-separador-examen{
		display:none;
	}
}
@media (max-width: 768px) {
	.bono-div-row-detalleprestacion { 
		flex-direction: column;
	}
	.bono-input-detalleprestacion{
		width:100px;
	}
}
@media (max-width: 576px) {
	.dropdown-menu.show { 
		width: 80%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.borde-primary-2-ds {
	border: 2px solid #0098AA !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.font-size-14{
	font-size:14px
}

.pre-line {white-space: pre-line;}

.h-prestadores {height: calc(100vh - 310px)}

.fw-normal{
	font-weight: normal !important
}

.mt-btn-ley-corta {
	margin-top: 21px;
}
