body {
    font-family: Arial, Helvetica, sans-serif;
}

.lucida-font{
    font-family: 'Lucida Sans', sans-serif !important;
    /*letter-spacing: 1px;*/
}

.no-bullets {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

.lr-content {
    padding-top: 35px;
    padding-bottom: 20px;
}

.lr-sub-content {
    padding-bottom: 20px;
}


.title-content {
    font-size: 28pt;
    color: #F5965C;
    font-weight: 600;
    text-align: left;
}

.profile-title-content{
    color: #F5965C;
    font-weight: 600;
    text-align: left;
}

.sub-content {
    font-size: 16pt;
}

.right-content {
    font-size: 16pt;
    padding-top: 14px;
    color: #5E7472;
}

.right-content ul li {
    color: #5E7472;
    font-size: 16pt;
}

.subtitle-content {
    font-size: 16pt;
    color: #F5965C;
    font-weight: 600;
    text-align: left;
}

.subtitle-content-right {
    font-size: 16pt;
    color: #F5965C;
    font-weight: 600;
    text-align: right;
    margin-top: 15px;
}

.gray-bg {
    background-color: #EFEFEF;
}

.orange-bg {
    background-color: #F5965C;
}

.dark-gray-bg {
    background-color: #4D4D4D;
}

.minititle-content {
    font-size: 16pt;
    color: #F5965C;
    font-weight: 600;
}

.white-bg {
    background-color: white;
}

.footer-bg {
    background-color: #666666;
}

.padd-section {
    padding: 30px 0px 30px 0px;
}

.title-green-container {
    background-color: #49b6cc;
    color: white;
    padding-top: 15px;
}

.title-green-container p {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.orange-box {
    border: 4px solid #FBCAB1;
    padding: 10px;
    color: #5E7472;
}

@media only screen and (max-width: 576px) {

    .title-green-container p {
        font-size: 1.1rem;
    }
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #bef;
}
.success-msg {
  color: #270;
  background-color: #dff2bf;
}
.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}
.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}

select + .select2-container {
    width: 100% !important;
}

.select2-selection__rendered{
    width: auto !important;
}

/* Sobre Nosotros */

.work-team-box {
    background-color: white;
    height: 200px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.work-team-top-box {
    height: 90px;
}

.work-team-bottom-box
{
    height: 90px;
}

.work-team-box-list {
    margin-bottom: 20px;
}

.icon-orange-color, .orange-font {
    color: #F5965C;
}

.standard-button{
	width: auto;
    background: #e73b34 !important;
    padding: 10px;
    text-align: center;
    border: 0px;
    color: white !important;
    font-size: 16px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
}

.standard-button:hover{
    background: #ce342e;
}

.form-button {
    width: 150px;
}

.h4custom{
    font-family: 'Lucida Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #ED0722;
    margin-top: 0px !important;
    margin-right: 10px;
}


/*MENU*/

.menubar {
    overflow: hidden;
    background-color: #d41308;
    padding-left: 15px;
    padding-right: 15px;
}

.menubar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu-dropdown {
    overflow: hidden;
}

.menu-dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.menubar a:hover, .menu-dropdown:hover .dropbtn {
    background-color: red;
    color: white;
    text-decoration: none !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
    text-align: left;
    background-color: #d41308;
}

.dropdown-content a:hover {
    background-color: #98110a;
}

.menu-dropdown:hover .dropdown-content {
    display: block;
}

.menu-login-btn {
    color: #D41308;
    margin-top: 5px;
    padding-right: 25px;
}

.center-menu {
    display: inline-block;
}

.menu-login {
    display: inline-block;
    font-weight:bold;
    font-size:16px;
    margin-right:15px;
    white-space: nowrap;
}

.menu-login a {
    text-decoration: none !important;
    color: #C51111;
}

.menu-login a:hover{
    color: #C51111 !important;
}

.login-icon {
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    margin-left: 4px !important;
}

/*NOTICIAS RELEVANTES*/

.custom-images{
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:259px;
	border-radius: 5px;
}

.custom-images-outstanding{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	border-radius: 5px;
}

.custom-images-all-news{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:259px;
	border-radius: 5px;
}

.custom-images-all-news-list{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:200px;
}


/* Login */

.login-title {
    color: #5E7472;
    text-align: center;
    font-size: 16pt;
    font-weight: 600;
    padding-bottom: 20px;
}

.login-box {
    background:white;
    padding:32px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom:30px
}

/* Home */

.home-section {
	padding-top: 20px;
    padding-bottom: 30px;
}

#our-services {
	color: #F5965C;
}

.our-services-subtitle {
    color: #F5965C;
    font-size: 16pt;
    margin-top: 15px;
}

.home-news-box {
    background-color: white;
    padding: 10px 0px 10px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    width: 100%;
}

/* News */

.home-news-section {
	background-color: #EDEDED;
}

.outstading-news-box {
	margin-bottom: 15px;
	padding: 5px;
}

.outstading-news-inner-box {
	background: white;
	border: 1px solid #ddd;
}
 
.outstanding-container-title {
	background-color: #CF2D2C;
	color: white;
}

.outstanding-new-container-title{
	font-family: Lucida;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16pt;
    margin-bottom: 7px;
}

.title-news {
    font-size: 2.5rem !important;
}

.btn-more {
    background-color: #EDEDED !important;
    color: black !important;
    font-size: 8pt !important;
}

.read-more{
    text-align: right;
    bottom: 15px;
    font-size: 16px;
}


.title-box-news{
	font-size: 16px;
	margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
}

.title-box-news a{
    color: #D41308 !important;
}

.pagination {
    display: inline-flex !important;
}

/* Carrousel */

.carousel-img {
    max-height: 400px;
}

/* Ticket */

.ticket-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*CONVENIOS*/
.nav-link-custom {
    background: #acb5af !important;
    color: white !important;
    border-radius: 0;
    font-weight: bold !important;
    text-transform: uppercase !important;;
    border-radius: 0px !important;
    margin-bottom: 1px !important;;
}
.nav-link-custom:hover {
    color:white;
}

.object-download-button {
    background: #fce5d1;
    padding: .5em;
    color: #f7954e;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

.object-download-button:hover {
    color: white !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link-custom {
    background: #F5965C !important;
    color: white;
}

.collapse-title-orange {
    background-color: #F5965C !important;
    color: white !important;
    padding: 10px !important;
    text-decoration: none !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.sub-content-title {
    background: #fce5d1;
    padding: 10px;
    color: #F5965C;
    font-weight: bold;
}

.sub-content {
    background: #fef6f0;
    padding: 1em;
    margin-bottom: 1em;
}

/* Footer */

.footer a, .footer p {
    color: #BDBDBD !important;
}

.footer-link {
    padding-right: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.footer-dark-gray {
    text-align: center; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

.footer-dark-gray span {
    color: #B4B4B4; font-size: 10pt;
}

/* Profile */

.profile-menu-box {
    border: 2px solid #d41308;
    border-radius: 5px;
    text-align: center;
    color: #d41308 !important;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}

.profile-menu-link {
    text-decoration: none !important;
}

.profile-back-btn {
    text-decoration: none !important;
    color: #d41308 !important;
}

.profile-back-btn:hover {
    text-decoration: none !important;
    color: #d41308 !important;
}

#request-web-table_wrapper, #reject-table_wrapper{
    display: block;
}

.dropdown-toggle::after {
    content: none !important;
}

/* Mandated Benefits */ 
.mandated-benefit-content .table>thead{
    background-color: #F5965C;
    color: white;
}

.mandated-benefit-content .table-striped>tbody>tr:nth-child(odd)>td, 
.mandated-benefit-content .table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #F9EEE4;
 }

.success-pharmacy-message, .empty-pharmacy, .limit-pharmacy{
	display: none;
}


.pharmacy-button{
	width: auto;
    background: #e73b34;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align:middle;
    color: white !important;
}

.pharmacy-button:hover{
    background: #ce342e;
		color: white !important;
}

@media only screen and (max-width: 576px) {

    .home-our-services i {
        font-size: 3rem !important;
    }

    .home-our-services p {
        font-size: 1.1rem !important;
    }

    .home-our-services-title{
        font-size: 2rem !important;
    }
}

.about-us-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.option-hidden {
    display: none;
}

#carousel {
    display: block;
}

#carouselMobile {
    display: none;
}

@media (max-width:768px) {

    #carousel {
        display: none;
    }

    #carouselMobile {
        display: block;
    }
}


.app-download-links {
    text-align: center;
    padding: 20px;
}

.app-download-links a {
    font-size: 1em;
    margin: 0 10px;
    text-decoration: none;
    color: #333;
}


.app-download-title {
    font-size: 22px;
    text-align: center;
}

.white-datetime {
    background-color: #FFFFFFFF !important;
}

fieldset.scheduler-border {
	border: 1px groove #d41308 !important;
	padding: 0 1.4em 0 1.4em !important;
	/*margin: 0 0 1.5em 0 !important;*/
	-webkit-box-shadow: 0px 0px 0px 0px #d41308;
	box-shadow: 0px 0px 0px 0px #d41308;
	margin-top: 30px !important;
}
  
legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
	margin-top: -15px;
	background-color: white;
	color: #d41308;
}

@media (max-width: 768px) {
	.profile-menu-box {
		width: 300px !important;
		height: 50px !important;
	}
	.profile-menu-box .row {
	  	display: flex;
	  	align-items: center !important; 	
	}
  
	.profile-menu-box .icon {
        /*width: 25%;*/
        flex: 1;
        margin-left: 0.2em;
	}

    .profile-menu-box .icon .fa-2xl{
        font-size: 1.5em !important;
        line-height: .04167em !important;
        vertical-align: -.125em !important;
      }
  
	.profile-menu-box .text {
        /*width: 75%;*/
        flex: 7;
        text-align: left;
        margin-top: 0px !important;
	}
}


.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

label {
    margin-bottom: 0.5rem;
}

.tutorial-img-container {
    text-align: center;
}

.hidden {
    display: none !important;
}