/*
 * CUSTOM BOOTSTRAP
*/

.ml-6, .mx-6 {
    margin-left: 6rem!important;
}

.pl-6, .px-6 {
    padding: 0 6rem!important;
}

@media (min-width: 576px){
	.pl-sm-6, .px-sm-6 {
		padding: 0 6rem!important;
	}
}

/*
 * GENERAL
*/

body{
	font-family: Helvetica,Arial,Lucida Grande,sans-serif; 
	font-weight: 200;
	font-size:.9rem;
}

a{
	color: #000;
}

.active, a:hover{
	text-decoration: none;
	color: #00603d !important;
}

.navbar-nav .nav-link {
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Dosis', sans-serif !important;
}

label,input,select,option,textarea{
	font-family: 'Dosis', sans-serif !important;
	font-weight: 600;
}

h3{
	font-size:1.2rem;
	font-weight: 600;
}

.btn-primary {
	background: #1fce6d;
	width: 50%;
	border: solid 1px #1fce6d;
	transition: background .3s ease, border .3s ease;
}

.btn-secondary{
	width: 50%;
}

.btn-primary:hover{
	background: #286040;
	border: solid 1px #286040;
}

.btn-primary:active{
	background: #286040 !important;
	border: solid 1px #286040  !important;
	box-shadow: 0 0 0 0.2rem rgba(31,78,55,.25) !important;
}

.btn-primary:focus{
	background: #286040 !important;
	border: solid 1px #286040  !important;
	box-shadow: 0 0 0 0.2rem rgba(31,78,55,.25) !important;
}

.input-group-text{
	background:#286040;
	color: #fff;
}

table tr th, table tr td{
	vertical-align:middle;
	padding: .15rem !important;
	font-size: .8rem !important;
} 

input,select,radio,checkbox {
    height: 2rem ;
}


.form-control:focus{
    background-color: #fff;
    border-color: #286040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 96, 64, 0.3);
}

.gj-editor.gj-editor-bootstrap{
	border: solid .1px #ced4da !important;
}

.blanco{
	color:#fff !important;
}

.seleccionado{
	background: #286040 !important;
	color: #fff !important;
}

.seleccionado::before{
	color: #fff !important;
}

.blancoSeleccionado{
	color: #fff !important;
}

.puntero{
	cursor: pointer;
}

/*
 * NAVBAR
*/

.navbar-brand{
	font-family: Arial Narrow,Arial,sans-serif; 
	font-weight: bold;
	font-size: 3rem;
	color: #286040 !important;
}

.nav-item{
	font-weight: bold;
}

.rrssNav{
	border-bottom: solid .3rem #d8d8d8;
}

.rrssNav i{
	font-size: 2rem;
}

/*
 * LOGIN
*/

.login{
	background:url("../../images/bgLogin.jpg") no-repeat;
	height:100vh;
}


.formIniciarSesion a{
	text-decoration:none;
	color:#fff;
}

.formIniciarSesion a:hover{
	text-decoration:none;
	font-weight:600;
}
.formIniciarSesion {
	background: rgba(40, 96, 64,.8);
	border-radius: .5rem;
	color: #fff;
	z-index:1;
}

.formIniciarSesion input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.formIniciarSesion button {
  background-color: #fff;
  color: #286040;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: background-color .3s ease, color .3s ease;
}

.formIniciarSesion button:hover {
  background-color: #000;
  color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/*
 * HOME
*/

.nuevaNotificacion {
	width:50%;
	padding: .5rem;
        color: #FFFFFF;
}
.nuevaNotificacion:hover {
    color: #FFFFFF !important;
}

.quote:before { 
	content: open-quote; 
	color:#286040;
	font-weight:700;
	font-size: 10rem;
	margin-top:-7rem;
	float:left;
	height:1rem;
}
.quote:after  { 
	content: close-quote;
	color:#286040;
	font-weight:700;
	font-size: 10rem;
	margin-top:-3.5rem;
	float:right;
	height:8rem;
}

.quote{
	background:#d8d8d8;
	padding:1rem;
}

.quote blockquote{
	margin: 0;
}

.modify{
	color: #1fce6d;
	font-weight:600;
}

.edit{
	cursor: pointer;
	color: #1fce6d;
	margin-bottom:.5rem;
	font-size:2rem;
	font-weight:600;
}
.delete{
	cursor: pointer;
	color: #9f0000;
	font-size:2rem;
	font-weight:600;
}

.move{
	cursor: pointer;
	transform: rotate(90deg);
	color:#9b9b9b;
}
.editar {
	cursor: pointer;
	color: #286040;
	margin-bottom:.5rem;
	font-size:1.8rem;
	font-weight:600;
}
.contenedorNoticia{
	border: solid .01rem #d8d8d8;
}

.noticias{
	text-align: justify;
}

.imgNoticias{
    display: flex;
    justify-content:  center;
    width: 100%; /* or other desired height */
    height: 200px ; /* or other desired height */
    overflow: hidden;
}

.imgNoticias img {
    height:100%
}

.contador{
	background: #286040;
	color: #fff;
}

.contador div p span{
	text-align: center;
	font-size: 1.5rem;
}

.contador div p{
	text-align: center;
	font-size: 12px;
}

/*
 * NOTIFICACIONES
*/


.verNotificacion{
	border-top: solid 1px #286040;
}

.verInfoNotificacion{
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

/*Barra de búsqueda*/
/* Style the search field */
form.formSearch input[type=text] {
	width:80%;
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  background: #f1f1f1;
}

/* Style the submit button */
form.formSearch button {
	width:20%;
  float: left;
  height: 2rem;
  background: #286040;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.formSearch button:hover {
  background: #3d825a;
}

/* Clear floats */
form.formSearch::after {
  content: "";
  clear: both;
  display: table;
}

.fechaNoticia{
	color: #bababa;
	font-size: .8rem;
}

.separatorNoticias{
	width:50%;
	height:1px;
	border-bottom:solid 1px #3d825a;
}
.comentarios{
	border-bottom: solid 1px #d8d8d8;
}

.dislikeComentario,.likeComentario{
	font-size:1.4rem;
	font-weight: 100;
	cursor: pointer;
	color: #286040;
}

/*
 * FAQS
*/

.btn-inbox-faq{
	background: #286040;
	text-align: center;
	border: solid .1rem #286040;
	width:75%;
	height:4rem;
}

.btn-inbox-faq:hover{
	background: #1f4f33;
	border: solid .1rem #1f4f33;
	width:75%;
}

.btn-inbox-faq::before{
	font-family: "Font Awesome 5 Free";
	content: '\f01c';
	font-weight: 900;
	vertical-align:middle;
	font-size: 2rem;
	margin-right:1.5rem;
}

.btn-new-faq{
	width:75%;
	text-align: center;
}

.btn-new-faq::before{
	font-family: "Font Awesome 5 Free";
	content: '\f65e';
	font-weight: 900;
	vertical-align:middle;
	font-size: 2rem;
	margin-right:1.5rem;
}

.acordeon {
  background-color: #eee;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}


.acordeon::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0fe';
	font-weight: 900;
	vertical-align:middle;
	font-size: 1.5rem;
	margin-right:1.5rem;
	color: #8a8a8a;
}

.acordeon:hover {
	background-color: #286040;
	text-decoration:none;
}

.acordeon:hover::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0fe';
	font-weight: 900;
	vertical-align:middle;
	font-size: 1.5rem;
	margin-right:1.5rem;
	color: #fff;
}

.acordeon .btn-link{
	color:#222;
	text-decoration: none;
}

/*FAQ INBOX*/

.text-inbox{
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.faq-inbox-title{
	background: #f2f2f2;
}

.faq-inbox-title:hover{
	background: #bbbbbb;
}

.inbox .fa-square{
	color: #286040;
	font-size:1.4rem;
	margin-right: .2rem;
}

.inbox .fa-check-square{
	color: #286040;
	font-size:1.4rem;
	margin-right: .2rem;
}

.inbox .fa-share-square{
	color: #286040;
	font-size:1.4rem;
	margin-right: .2rem;
}

.inbox1 .fa-trash-alt{
	color: #9f0000;
	font-size:1.4rem;
	margin-right: .2rem;
}

.inbox .fa-plus-square{
	color: #b7b7b7;
	font-size:1.4rem;
	margin-right: .2rem;
}

.emailContacto{
	font-size:.9em;
	color: #9b9b9b;
}

/*
 * SEGUIMIENTO
*/

.tituloYt{
	font-size:.8rem;
	font-weight:600;
	display:block;
}

.canalYt{
	font-size:.7rem;
}

/*
 * CORREDORES
*/

.editAcciones{
	font-size:.6rem;
	padding:.5rem;
	background:#1fce6d;
	color: #fff;
	cursor: pointer;
	border-radius:.2rem;
}

.deleteAcciones{
	font-size:.6rem;
	padding:.5rem;
	background: #9f0000;
	color: #fff;
	cursor: pointer;
	border-radius:.2rem;
}

#personal input[type=password]{
	margin:0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #286040;
}

input:focus + .slider {
  box-shadow: 0 0 1px #286040;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*
 * FAQ USUARIO
*/

.sidebar .title{
	font-size: 1.2rem;
	font-weight: 200;
}

/*
 * RECOMENDACIONES
*/
.recomendaciones{
	filter:grayscale(100%);
	transition: filter .4s ease;
}

.recomendaciones:hover{
	filter:grayscale(0%);
}


.carrerasHover{
	filter:grayscale(100%) opacity(30%);
	transition: filter .2s ease, transform 1s ease;
}

.carrerasHover:hover{
	filter:grayscale(0%);
	transform: scale(1.03);
}



/*
 * MEDIA QUERYS
*/

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.verInfoNotificacion{
		border-left: none;
		border-right: none;
	}
	
	.login{
		background:url("../../images/bgLogin.jpg") no-repeat;
		background-size:auto;
		background-position: right;
		height: 100vh;
	}
	
	.acordeon::before{
		display:flex;
		justify-content: center;
	}
	
	.card-header button{
		width: 100% !important;
	}
        .btn-primary, .btn-secondary {
                width: 100% !important;
        }
}




/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .btn-primary, .btn-secondary {
                width: 100% !important;
        }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.btn-primary {
                width: 100% !important;
        }
}

/* Tablets IPAD */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	
	.login{
		background:url("../../images/bgLogin.jpg") no-repeat;
		background-size:auto;
		background-position: right;
		height: 100vh;
	}
	
}

/*Tablets Kindle*/

@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
	  
	  .login{
		background:url("../../images/bgLogin.jpg") no-repeat;
		background-size:auto;
		background-position: right;
		height: 100vh;
	}
	  
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {} 


.error {
    color: red;
}

.p-3-t {
    padding-top: 1rem!important;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

.p-3-lr {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

/* Ocultar Errores */
.error-corredor, .error-personal, .error-mensaje {
    display: none;
}
.alert {
    margin-bottom: 0rem !important;
}
.error-fa {
    float: left;
    padding-right: 10px;
}
.alert p {
    margin-bottom: 0.3rem !important;
}

.green {
    color: #1fce6d;
}

/* email */
.vic-email .badge {
    margin-left: -8px; /* 10px */
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    padding: 2px 6px;
    position: relative;
    top: -12px; /* 15px */
}
.push-hidden {
    /* display: none; */
}
.bg-green {
    background: #1ABB9C!important;
    border: 1px solid #1ABB9C!important;
    color: #fff;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
@-moz-document url-prefix() {
/*  .badge {
        display: inline-block;
        margin-left: 0 !important;
        min-width: 10px;
        padding: 3px 7px !important;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border-radius: 10px;
    } */
}
/* Email */
.dataTables_wrapper  {
    width: 100%;
}
/*table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    height: 35px;
    line-height: 3;
    padding-left: 10px !important;
}*/
.table1 {
    width: 100% !important;
}
@media (max-width: 576px){
    .table {
        width: 330px !important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
        padding-left: 30px !important;
    }
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    height: 35px;
    line-height: 3;
    padding-left: 10px !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1.3rem;
    font-family: "Font Awesome 5 Free";
    content: "\f161";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    font-family: "Font Awesome 5 Free";
    content: "\f160";
}
.td-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-verde {
    color: #00603d !important;
}
.btn-rojo {
    color: #9f0000 !important;
}

/* Modal email */
.class-oculto {
    display: none;
}
#mensaje {
    padding: 15px 10px;
    background: #d8d8d8;
}
#btn_reply:hover {
    border: 1px solid #007bff;
    text-decoration: none;
}

.gj-datepicker-md {
    width: 100%;
}
.gj-datepicker .gj-icon {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background: #286040;
    color: #fff;
}

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

.page-item.active .page-link {
    color: #fff;
    background-color: #00603d;
    border-color: #00603d;
}

.page-link {
    color: #00603d;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #fff;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(0%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 0%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 0%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 0%);
    background: -o-linear-gradient(top, #fff 0%, #fff 0%);
    background: linear-gradient(to bottom, #fff 0%, #fff 0%);
}

.paginate_button.page-item.active .page-link:hover {
    color: white !important;
    background-color: #00ac6d;
}