.white-line{
	border-left: 1px solid white;
    height: 25px;
    margin-top: 13px;
}
.logos{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.login-button{
	padding-left: 0px !important;
    padding-right: 0px !important;
	height: 45px;
}

.white-line-login{
    height: 25px;
    border-left: 1px solid white;
    margin-top: 3px;
}

.login-text{
	margin-top: 7px;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
	color: #ffffff;
	padding-right:0px !important;
	padding-left:0px !important;
	width: auto !important;
    float: right !important;
}

.buttons-user-container{
    margin-top: 20px;
    height: 48px;
    text-align: center;
}

.buttons-user-container:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.button-user-container{
	background: #ED0722;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    font-size: 17px;
}

.button-user-container a, .button-user-container a:hover{
	text-decoration: none !important;
	color: white !important;
}

.svg-container{
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-size: 30px;
}

.text-button-container{
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-size: 20px;
}

.button-user-container:before{
		content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.detail-container:before{
	content: none !important;
}

.logout-container{
	position: absolute;
    width: 76%;
    bottom: 0;
    text-align: center;
    bottom: 20px;
}

.button-logout{
	width: 173px;
    height: 42px;
    background: #ED0722;
    color: white;
    font-size: 15px;
    border-radius: 4px;
    border-style: none;
}

.buttons-user{
	width: 240px;
    height: 42px;
    background: #ED0722;
    color: white;
    font-size: 15px;
    border-radius: 4px;
    border-style: none;
    margin-bottom: 20px;
}

.scotiabank-logo{
	margin-left: -40px;
    margin-top: 8px;
}

.items-container{
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
	margin-top:20px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}



.item-list{
	position: relative;
	float: left;
	width: 13.57%;
	background: white;
	height: 60px;
	font-family: 'Lucida Sans', sans-serif;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}


.text-link-files{
	color:inherit;
	color:#0d6aad !important;
}

.text-link-files:hover{
	color:inherit;
	color:#ff0000 !important;
}


.item-list-home{
	width: 5% !important;
}

.item-list-small{
	width: 100%;
	background: white;
	height: 40px;
	font-family: 'Lucida Sans', sans-serif;
	vertical-align: middle;
}

.item-selected{
	position: absolute;
    z-index: -1;
    height: 6px;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #ED0722;
    content: "";
}

.item-list:before{
	content: "";
    position: absolute;
    z-index: -1;
    height: 6px;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #ED0722;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.item-list:hover:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.item-list2:before{
	content: "";
	position: absolute;
	z-index: -1;
	height: 6px;
	bottom: -1px;
	left: 0;
	right: 0;
	background: #ED0722;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.item-list2:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.item-list3:before{
	content: "";
	position: absolute;
	z-index: -1;
	height: 6px;
	bottom: -1px;
	left: 0;
	right: 0;
	background: #ED0722;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.item-list3:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.icon-item{
	float: left;
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text-item{
	float: left;
    color: #31393C;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.text-item-nav{
	float: left;
    color: #31393C;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 52%;
    transform: translate(-50%, -50%);
	left: 50%;
}





.current-page{
	color: white;
	font-family: 'Lucida Sans', sans-serif;
	font-size: 14px;
	margin-top:20px;
	margin-bottom: 15px;
}

.carousel-indicators{
	bottom: 93px !important;
}

.carousel-caption{
	position: absolute !important;
    background: white !important;
    width: 100% !important;
    right: 0px !important;
    bottom: 0px !important;
    height: 100px !important;
    left: 0px !important;
    z-index: 10;
    padding-top: 15px !important;
    padding-left: 20px !important;
    padding-bottom: 0px !important;
    color: #5a5a5a;
    color: #fff;
    text-align: left !important;
    text-shadow: 0 !important;
    text-shadow: 0 0px 0px rgba(0,0,0,0) !important;
}

.title-news-carousel{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	color: #31393C;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.red-line{
	margin-top: 4px;
    width: 42px;
    border-top: 3px solid #ED0722;
}

.description-news-carousel{
	margin-top: 5px;
	height: 40px;
    width: 97%;
    overflow: hidden;
}

.description-news-carousel p{
	font-size: 15px;
	color: #696E70;
	font-family: 'Lucida Sans', sans-serif;
}

.carousel-control.left {
	background-image: none !important;
}

.carousel-control.right {
	background-image: none !important;
}

.carousel-indicators li{
	width: 8px !important;
    height: 8px !important;
}

.carousel-indicators .active{
	width: 10px !important;
    height: 10px !important;
}

.carousel-inner{
}

.login-member{
	padding: 30px;
	height: auto;
    background: linear-gradient(212.12deg, #212529 34.64%, #2C3033 99.23%);
    border-radius: 4px;
}

.title-login{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 24px;
	color: #FFFFFF;
}



#member-input, #appbundle_login_member_rut{
    width: 100%;
    height: 36px;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 17px;
    background-image: url('../images/Webpage/user-login.png');
	background-size: 25px;
    background-position: 6px 5px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 36px;
    color: #696E70;
}

#member-input-remember-password{
    width: 100%;
    height: 36px;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 17px;
    background-image: url('../images/Webpage/user-login.png');
	background-size: 25px;
    background-position: 6px 5px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 36px;
    color: #696E70;
}

#member-pass-input, #appbundle_login_member_password{
		width: 100%;
    height: 36px;
    border: 1px solid #DFE3E9;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 17px;
    background-image: url('../images/Webpage/pass-login.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 17px;
    padding: 0px 0px 0px 36px;
    color: #696E70;
}

.hint{
	margin-top: 25px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: 'Lucida Sans', sans-serif;
}

.forget-pass{
	margin-top: 25px;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Lucida Sans', sans-serif;
}

#submit-login, #appbundle_login_submit_login{
  	height: 56px;
  	background: #ED0722;
  	border-radius: 2px;
  	border: none;
  	width: 100%;
  	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	line-height: normal;
	font-size: 18px;
	color: white;
}

#submit-remember-password{
	margin-top: 25px;
    height: 48px;
    background: #ED0722;
    border-radius: 2px;
    border: none;
    width: 100%;
    font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
}


/*.outstanding-new-container-title{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 24px;
	color: #31393C;
    margin-bottom: 7px;
}*/

.outstanding-news-date{
	color: #969696;
	font-size: 13px;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 4px;
}

.outstanding-news-title{
	color: #969696;
	font-size: 16px;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 4px;
}

.outstanding-news-title a{
	text-decoration: none;
}

.outstanding-news-body{
	color: #696E70;
	font-size: 13px;
    text-align: justify;
    font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

.banners-container{
	margin-bottom: 30px;
}

.shadow-containers{
	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
}

.footer{
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.16);
}

.footer-newsletter{
	background-color: #212529;
}

.agreements-title{
	margin-bottom: -7px;
	margin-top: 30px;
	font-size: 28px;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #31393C;
}

.red-line-agreements-title{
    display: inline-block;
    width: 50px;
	border-top: 3px solid #ED0722
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

.left-carousel-control-agreements .carousel-control{
	font-size: 50px !important;
    color: #000;
    left: -107px !important;
    top: -104px;
}

.left-carousel-control-agreements .carousel-control.left{
	color: #000 !important;
}

.right-carousel-control-agreements .carousel-control{
	top: -104px !important;
}

.right-carousel-control-agreements .carousel-control.right{
	right: -100px !important;
	color: #000 !important;
	font-size: 50px !important;
}

.newsletter-title{
	margin-top: 20px;
    margin-bottom: 15px;
	font-size: 36px;
	color: #fff;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

.newsletter-subtitle{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	color: #FFFFFF;
}

.form-newsletter-container{
	margin-top: 20px;
}

#newsletter-input{
	margin-right: 25px;
    width: 341px;
    height: 58px;
    border: 1px solid #BECAD6;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 19px;
    padding: 0px 0px 0px 36px;
    color: #696E70;
}

#newsletter-submit{
	width: 174px;
	height: 58px;
	border-radius: 8px;
	background: #ED0722;
	border: none;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	line-height: normal;
	font-size: 20px;
	color: #fff;
}

.text-newsletter-container{
	padding-top: 13px;
    margin-bottom: 13px;
}

.white-text-newsletter{
	padding-right: 10px;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
	color: #FFFFFF;
	display: inline-block;
  	vertical-align: middle;
}

.white-vertical-line{
	display: inline-block;
  	vertical-align: middle;
    padding-left: 10px;
    border-left: 1px solid white;
    height: 26px;

}

/*SOBRE NOSOTROS PAGE*/

.red-box-about-us{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: linear-gradient(180deg, #F5515F 0%, #9F041B 100%);
	border-radius: 8px;
	color: white;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
}

.red-box-title-about{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.red-box-body-about{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 20px;
	margin-bottom: 40px;
	color: #FFFFFF;
}

.white-box-about-us{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: white;
	border-radius: 0px 8px 8px 0px;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}

.white-box-title-about{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 35px;
	color: #31393C;
}

.white-box-body-about{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 20px;
	margin-bottom: 40px;
	color: #696E70;
}

.title-recent-news{
	color: #31393C;
	font-size: 12pt;
	margin-bottom: 10px;
	text-align: justify;
	font-weight: bold;
	font-family: 'Lucida Sans', sans-serif;
}

.recent-news-title{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 22px;

	color: #31393C;
	margin-bottom: 10px;
}

.time-recent-news{
	color: #5E7472;
	font-size: 14px;
	margin-bottom: 10px;
}

.read-more-link{
    text-align: right;
    position: absolute;
    bottom: 15px;
    width: 94%;
    font-size: 16px;
}

.read-more-link a{
	text-decoration: none;
	color: #e73b34;
	font-family: 'Lucida Sans', sans-serif;
}

.read-more-link a:hover{
	text-decoration: none;
	color: #c32f29;
}

.body-recent-news{
	color: #696E70;
	font-size: 17px;
	text-align: justify
}

.read-more-link-outstanding{
	text-align: right;
    position: absolute;
    bottom: -2px;
    width: 92%;
    font-size: 13px;
}

.read-more-link-outstanding a{
	text-decoration: none;
	color: #e73b34;
	font-family: 'Lucida Sans', sans-serif;
}

.read-more-link-outstanding a:hover{
	text-decoration: none;
	color: #c32f29;
}

.clamped {
    line-height: 1.3;
    overflow: hidden;
    position: relative;
}

.clamped-2 {
    /* Clamp to 2 lines, ie line-height x 2: */
    max-height: 5.5em;
}

.clamped-3{
	max-height: 4em;
}

.ellipsis {
    background: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
}

.fill {
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
}

.keep-reading-button{
	width: 100%;
	background: #ED0722;
	box-shadow: 0px 6px 15px rgba(237, 7, 34, 0.25);
	border-radius: 2px;
	color: white;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 15px;
	height: 48px;
	border: none;
}

.recent-new-container{
	height:250px;
	overflow: hidden;
	padding-left: 0px !important;
	border-radius: 5px;
	border-bottom: 1px solid #ddd;
}

.error-login{
	color: red;
	font-size: 110%;
}

.table-bienestar .table thead tr th,
#request-web-table thead tr th,
#request-table thead tr th,
#reject-table thead tr th,
#christmas-table thead tr th,
#burdens-table thead tr th,
#no-burdens-table thead tr th,
#school-allowance-table thead tr th,
#school-insurance-table thead tr th,
#newly-parents-table thead tr th,
#lce-table thead tr th,
#detail-table thead tr th,
#request-table-competitive-funds thead tr th,
#task-table-competitive-funds thead tr th {
  border-bottom: 0px !important;
  vertical-align: middle !important;
}

.table-bienestar .table tbody tr td,
#request-web-table tbody tr td,
#request-table thead tr th,
#reject-table thead tr th,
#christmas-table thead tr th,
#school-allowance-table thead tr th,
#school-insurance-table thead tr th,
#newly-parents-table thead tr th,
#lce-table thead tr th,
#burdens-table thead tr th,
#no-burdens-table thead tr th,
#detail-table thead tr th,
#request-table-competitive-funds thead tr th,
#task-table-competitive-funds thead tr th {
  vertical-align: middle !important;
}

.table-bienestar .table thead,
#request-web-table thead,
#request-table thead,
#reject-table thead,
#christmas-table thead,
#school-allowance-table thead,
#school-insurance-table thead,
#newly-parents-table thead,
#lce-table thead,
#burdens-table thead,
#no-burdens-table thead,
#detail-table thead,
#request-table-competitive-funds thead,
#task-table-competitive-funds thead {
  background: #d41308;
  color: white;
}

.table-bienestar .table,
#request-web-table,
#request-table,
#reject-table,
#christmas-table,
#school-allowance-table,
#school-insurance-table,
#newly-parents-table,
#lce-table,
#burdens-table,
#no-burdens-table,
#detail-table,
#request-table-competitive-funds,
#task-table-competitive-funds {
  border-top: 0px solid;
}

.table-bienestar table,
#request-web-table,
#request-table,
#reject-table,
#christmas-table,
#school-allowance-table,
#school-insurance-table,
#newly-parents-table,
#lce-table,
#burdens-table,
#no-burdens-table,
#detail-table,
#request-table-competitive-funds,
#task-table-competitive-funds {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.table-bienestar.mini {
  font-size: 90% !important;
}
.table-bienestar.mini .table tbody tr td,
.table-bienestar.mini .table tbody tr th,
.table-bienestar.mini .table tfoot tr td,
.table-bienestar.mini .table tfoot tr th,
.table-bienestar.mini .table thead tr td,
.table-bienestar.mini .table thead tr th {
  padding: 5px !important;
  vertical-align: middle !important;
}


.table-bienestar .dataTables_filter,
#request-web-table_filter,
#request-table_filter,
#reject-table_filter,
#burdens-table_filter,
#no-burdens-table_filter,
#christmas-table_filter,
#school-allowance-table_filter,
#school-insurance-table_filter,
#newly-parents-table_filter,
#lce-table_filter,
#detail-table_filter,
#request-table-competitive-funds_filters {
  margin-bottom: 15px;
}

.table-bienestar table thead th,
#request-web-table thead th,
#request-table thead th,
#reject-table thead th,
#christmas-table thead th,
#school-allowance-table thead th,
#school-insurance-table thead th,
#newly-parents-table thead th,
#lce-table thead th,
#burdens-table thead th,
#no-burdens-table thead th,
#detail-table thead th,
#request-table-competitive-funds thead th,
#task-table-competitive-funds thead th {
  font-size: 90%;
}

.table-bienestar input,
input[type="search"] {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 0px 10px;
  font-size: 90%;
  font-weight: normal;
}

.table-bienestar input:focus,
input[type="search"]:focus {
  outline-width: 0;
}

.table-bienestar table,
#request-web-table,
#request-table,
#reject-table,
#christmas-table,
#school-allowance-table,
#school-insurance-table,
#newly-parents-table,
#lce-table,
#burdens-table,
#no-burdens-table,
#detail-table,
#request-table-competitive-funds,
#task-table-competitive-funds {
  border-top: 0px solid;
  border-bottom: 0px solid !important;
  border-radius: 10px;
  font-size: 17px !important;
}

.table-bienestar .table tbody tr,
#request-web-table .table tbody tr,
#request-table .table tbody tr,
#reject-table .table tbody tr #christmas-table .table tbody tr,
#school-allowance-table .table tbody tr,
#school-insurance-table .table tbody tr,
#newly-parents-table .table tbody tr,
#lce-table .table tbody tr,
#burdens-table .table tbody tr,
#no-burdens-table .table tbody tr,
#detail-table .table tbody tr,
#request-table-competitive-funds .table tbody tr,
#task-table-competitive-funds .table tbody tr {
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0px !important;
}

.dataTables_paginate span .paginate_button{
	border-radius: 50px !important;
	border: 1px solid #ff6060 !important;
	background: white !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current{
	border: 1px solid #ff6060 !important;
	background: #f5515f !important;
	color: white !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: white !important;
}

body .dropdown.show {
    display: inline-block !important;
}

.login-box.smbox{
	padding-left: 0px;
	margin-top: 15px;
}

.box-sm-contact .red-box-body-about{
	margin-bottom: 10px;
}

.box-sm-contact .white-box-body-about{
	margin-bottom: 20px;
	color: black;
}

.bienestar-nav{
	background-color: transparent !important;
	border-color: transparent !important;
}

button.navbar-toggle{
	margin: 26px 0px 0px 15px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border-color: transparent !important;
}

.navbar-inverse .navbar-nav>li>a{
	color: white !important;
}

.bienestar-items a{
	padding: 1px !important;
}

.selected .item-list-small{
	background: #ffa0a0;
}

.navbar-inverse .navbar-toggle{
	border-color: white !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #c72b3e !important;
}



.nav-beneficts > li {
	background-color: rgba(169,169,169,0.1);
}

.nav-beneficts > li > a{
    color: inherit !important;
}

#navbar-benefics > li > a{background-color: white;
	margin: 1%;

}

#navbar-benefics > li > a:hover{
	background-color: #E2E2E2 !important;


}

#navbar-benefics > li {
	margin-bottom: 200px !important;
}



@media (max-width: 1000px) {
    .container-bonus{
        width: 100% !important;
    }
    .other-data{
        width: 100% !important;
        margin-left: 0% !important;
    }
    .container-refunds{
        overflow: scroll;
    }
}

@media(max-width:1200px){
	#container_perm{
		margin-top: 15px;
	}
}



#navbar-benefics > li > a:hover{
	background-color: #E2E2E2 !important;


}
@media(min-width: 768px){

#myNavbar {
	display: none !important;
}
}

.help-hint {
	cursor: pointer;
}

#helpModal {
	text-align: center;
  padding: 0!important;
}

#helpModa:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#helpModa .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.form-rut {
	margin-bottom: 30px;
}


.captcha ul {
	list-style: none;
    padding-left: 0px;
    color: red;
}

.italic {
	font-style: italic;
	margin-top: 5px;
}

/*@media (min-width: 1200px) {
	.container {
		width: 1370px !important;
	}
}*/

#logo {
	height: 50px;
}

@media (min-width: 767px) {
	#logo {
		height: 40px;
	}
}

.center {
	text-align: center !important;
}

.btn-competitive {
	background-color: #f4f4f4;
	border-color: #ddd;
	padding: 2px;
	font-size: 14px;
	margin-bottom: 5px;
	min-width: 100px;
}

.white-bg-input {
	background-color: #ffffff !important;
}