/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,200,100,500,600,700,800,900);*/

.Form,label,.ReadonlyAttribute{
  color: #424244;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-right-buttons {
    margin-left: 1px; }
@media (min-width: 1800px) {
    .rd-navbar-default.rd-navbar-static .rd-navbar-right-buttons {
        margin-left: 1px; } }


.rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle, .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-right-buttons-toggle, .rd-navbar-default.rd-navbar-static .form-search-wrap {
    display: none; }

.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle {
    position: fixed;
    z-index: 17;
    top: 4px;
    right: 0;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    cursor: pointer;
    padding: 0;}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    outline: none;
    padding: 0; }
.rd-navbar-default.rd-navbar-fixed.rd-navbar-light .rd-navbar-right-buttons-toggle span {
    color: #000;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle span, .rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle span:before, .rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle span:after {
    transition: .3s all ease; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle span:before, .rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle span:before {
    /*content: "";*/
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    /*font-family: "Material Design Icons";*/
    
    content: "\f142";
    font: normal normal normal 24px/2 FontAwesome;
    
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle span:after {
    /*content: "";*/
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
    /*font-family: "Material Design Icons"; */

    content: "\f00d";
    font: normal normal normal 24px/2 FontAwesome;

}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0); }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle:focus, .rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons-toggle:active {
    outline: none; }

.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons {
    position: fixed;
    right: 0;
    top: 55px;
    width: 250px;
    padding: 20px;
    z-index: 17;
    overflow: hidden;
    transition: box-shadow .3s ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    background: #191919;
    color: #fff; }
.rd-navbar-default.rd-navbar-fixed.rd-navbar-light .rd-navbar-right-buttons {
    background: #fff;
    color: #191919;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons.group a {
    margin: 0; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons.group a + div {
    display: block;
    margin-top: 10px;
    margin-left: 0; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons.group div + a {
    margin-top: 5px; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons > * {
    opacity: 0;
    visibility: hidden; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons:before {
    content: '';
    position: absolute;
    top: -22%;
    right: -22%;
    width: 0;
    height: 0;
    transition: all .3s ease;
    border-radius: 50%;
    z-index: -1; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons.active {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15); }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons.active > * {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease .2s; }
.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons.active:before {
    height: 150%;
    width: 150%; }

.rd-navbar-default.rd-navbar-fixed .rd-navbar-right-buttons.group a{
    display: block;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner.active .rd-navbar-right-buttons{
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-inner, .rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-inner {
    padding: 20px 35px 23px 35px;
}

.rd-navbar-default.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-default.rd-navbar-dark.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ul-footer{
    display: inline-block;
}

.breadcrumb-classic {
    position: relative; }
.breadcrumb-classic, .breadcrumb-classic a {
    color: #fff; }
.breadcrumb-classic:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    animation: fadeBoth 6s infinite; }

.breadcrumb-classic .svg-triangle-bottom {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 60px;
    height: 30px;
    margin-top: -1px;
    margin-left: -30px;
    z-index: 2; }
.rd-navbar-default.rd-navbar-static .rd-navbar-search-form .form-label.focus, .rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .form-label.focus {
    left: 16px;
    font-size: 18px;
    top: 7px;
}
.rd-navbar--is-stuck.rd-navbar-default.rd-navbar-static .rd-navbar-search-form .form-label.focus, .rd-navbar--is-stuck.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .form-label.focus {
    top: 0;
    font-size: 14px;
}
.filters-home .control-label{
    text-align: left;
    width: 100%;
}
.filters-home input[type=button]{
    margin-top: 36px;
}

.filters-home .gx-attribute{
   width: 100%;
}
.filters-home input[type=button]{
    margin-top: 40px;
}
.filters-home .form-group{
    margin-left: 0;
    margin-right: 0;
}
.filters-home .GridFilters .form-group, .filters-home .GridFiltersCell .form-group{
    margin-left: -15px;
    margin-right: -15px;
}

/* Dropdown*/
@media (min-width: 768px) {
    .dropdown_order .dropdown-menu{
        left: -68px;
    }
}
@media (max-width: 768px) {   
	
	.col-xs-12.marginLeft20.marginRight20{
		margin: 0 !important;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.tblRoundedTitle2 .txtGridTitle{
		font-size: 15px !important;
	}
	
	.Table.TableSpeaker{
		padding:5%;
	}
}
.dropdown_order #dropdownMenuButton{
    border: 0;
    font-weight: bold;
}
.dropdown_order .select{
    color: #fff;
    background-color: #434345;
    border-color: #434345;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.dropdown_order .btn-secondary:hover {
    color: #292b2c !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.dropdown_order .btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc !important;
}

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;

}

.dropdown_order .btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.active, .btn-secondary:active, .open .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.dropdown_order .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;   
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.CellLeft{
	text-align:left;
	margin-top: 10px !important;
}

.dropdown-menu button{
	text-transform: none;
	text-align: left !important;
}

.dropdown-item:before {	
	font-family: 'Glyphicons Halflings';
	margin-right: 5px;
}

#dropdown-item-1.dropdown-item:before {
	content: "\e155";	
}

#dropdown-item-2.dropdown-item:before {
	content: "\e156";
}

#dropdown-item-3.dropdown-item:before {
	content: "\e151";	
}

#dropdown-item-4.dropdown-item:before {
	content: "\e152";
}

#dropdown-item-5.dropdown-item:before {
	content: "\e055";	
}
/*End Dropdown*/

@media (max-width: 768px) {
    .filters-home .gx-attribute{
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .filters-home .control-label{
        margin-bottom: 0;
    }
    .filters-home .gx-attribute{
        margin-bottom: 10px;
    }
}

.social-footer{
    display: inline-block;
    margin-left: 15px;
    color:#838384;
}

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

.menu-footer li a{
    color:#838384;
    font-size: 16px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.menu-footer li a:hover{
    color: #ffffff;
    text-decoration: none;
}
.social-footer li a{
    color:#838384;
}
/*logo*/
.rd-navbar a img{
    width: auto;
}
.ImageFooter{
	max-height: 57px;
}
.filters-home .gx-attribute{
	margin-top: 40px;
	margin-right: 20px;
}
.filters-home input[type=button]{
	margin-top: 40px;
}
@media (max-width: 768px) {
	.filters-home .gx-attribute{
		margin-right: 0px;
	} 
}

.thumbnail-zoe figcaption,
.thumbnail-josip figcaption,
.thumbnail-josip figure figcaption{
    height: auto;
}

.text-trimmed{
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shell-curriculum{
    position: relative;
    top: -50px;
    background-color: white;
}
.curriculum-banner{
    width: 100%;
}
.curriculum_title{
	font-family: 'Roboto', sans-serif;
	font-size: 36px; 
	color: black;
	margin-top: 10px;
	font-weight: bold;
}
p.curriculum_title{
	margin-bottom: 10px;
	padding-top: 30px;
}
.curriculum_subtitle{
	font-family: 'Roboto', sans-serif;
	font-size: 30px; 
	color: black;
	margin-top: 10px;
}
.curriculum_description_activity{
  font-family: 'Roboto', sans-serif;
  font-size: 20px; 
  color: black;
  margin-top: 10px;
}
.curriculum_credits{
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.curriculum_expires{
	font-weight: normal;
	margin-top: 10px;
}
.credits-price{
    margin-right: 15px;
    color: #000;
}
/*@media (min-width: 768px) {
    .cell-credits{
        min-height: 51px;
        max-height: 70px;
        display: block;
    }
}*/
@media (max-width: 767px) {
    .TableCredits div[data-align='right']>div[data-align-outer]{
        display: block;
    }
    .Table-Credits-Price{
        width: 100%;
        text-align: center;
    }
}
.btn-addtocart{
    margin-top: 10px !important;
}
.credits-price{
    margin-top: 22px !important;
}
.TableCreditsCart{
    width: 100%;
}
.TableCredits .row{
	margin: 0;
}
.TableCredits .row .col-md-2{
	text-align: right;
}
@media (max-width: 991px) {
	.TableCredits .row div, .TableCredits .row .col-md-2{
		text-align: center;
	}
	.TableCredits .row .btn.btn-primary.active{
		margin-top: 10px;
	}
}

/*degradado*/
.swiper-slide, .divbannercurr{
	position: relative;
}

.swiper-slide:before,
.swiper-slide:after,
.divbannercurr:before,
.divbannercurr:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
}

.swiper-slide:before, .divbannercurr:before{
	left:0;
}

.swiper-slide:after, .divbannercurr:after{
	background-color: transparent!important;
}
.divbannercurr:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pagination-intense .form-control-static, .pagination-intense .gx-attribute{
    margin: 0 5px 0 0;
    padding: 0;
}
.pagination-intense .pagination-prev,
.pagination-intense .pagination-next{
    border: none;
}

.pagination-intense .pagination-prev{
    padding-left: 0;
    padding-right: 10px;
}

.pagination-intense .pagination-next{
    padding-right: 0;
    padding-left: 10px;
}

.pagination-intense .pagination-prev:hover,
.pagination-intense .pagination-prev:focus,
.pagination-intense .pagination-next:hover,
.pagination-intense .pagination-next:focus {
    background-color: transparent;
    border: none;
    color: #286090;
}

.pagination-intense.range.range-xs-center,
.pagination-intense .range{
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination-intense .btn-paging > a{
    color: #434345;
    background-color: transparent;

    position: relative;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 3px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .06em;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    display: inline-block;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #d9d9d9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagination-intense .btn-paging > a:hover,
.pagination-intense .btn-paging > a:focus{
    color: #fff;
    background-color: #434345;
    border-color: #434345;
    text-decoration: none;
}

.pagination-intense .btn-paging.btn-paging-active > a{
    color: #fff;
    background-color: #007dc3;
    border-color: #007dc3;
}

.pagination-intense .btn-paging.btn-paging-active > a:hover,
.pagination-intense .btn-paging.btn-paging-active > a:focus{
    color: #fff;
    background-color: #55bbeb;
    border-color: #55bbeb;
}

  .sidenav {
    width: 0;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: #F1EFF1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: black;
    display: block;
    transition: 0.3s;
    text-align:left;
  }
  .sidenav .closebtn { 
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav ul {
    list-style: none;
    list-style-image: none;
  }

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 9px;
  font-weight: 200;
  background-color: #2e353d;
  position: relative;
  top: 0px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer; 
}
.nav-side-menu li.collapsed .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
			
.videonavbar li.collapsed .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
			
/*.nav-side-menu ul :not(collapsed) .arrow:before,*/
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.videonavbar li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  /*border-left: 3px solid #d19b3d;*/
  background-color: #D9D9D9;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
/*.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}*/
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #F1EFF1;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #F1EFF2;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}

.nav-side-menu li {
  padding-left: 0px;
  /*border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;*/
}
.nav-side-menu li a {
  text-decoration: none;
  color: black;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.open-side-nav .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  .open-side-nav{
    width: 100%;
  }
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: relative;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {

  #main {
    width:calc(100% - 300px);
    float: right;
  }
}

/*custom*/
.txt-curriculum{
	height: 150px; 
	overflow: hidden;
}
.product-grid:hover .txt-curriculum{
	height: auto; 
	overflow: auto;
}


.product-grid:hover:before,.product-grid:hover .txt-curriculum,.product-grid:hover{
	background-color:#F3F3F3;
}

.product-grid:hover:before{
	border:1px solid #d9d9d9;

}
/*section*/
.section-70 {
    padding-top: 70px;
    padding-bottom: 34px;
}

.SectionComponentC{
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px){
	.section-sm-100 {
		padding-top: 140px;
		padding-bottom: 70px;
	}
}
#SECTIONTEXT{    
	text-align: initial;
}
div[id$="SECTIONTEXT"]{    
	text-align: initial;
}
@media (min-width: 1200px){
	#SECTIONTEXT{    
		text-align: initial;
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media (min-width: 1200px){
	div[id$="SECTIONTEXT"]{    
		text-align: initial;
		padding-left: 100px;
		padding-right: 100px;
	}
}
.product-grid.product-none-full, .product-grid.product-none-full:hover{
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-none-full-cell{
    margin-bottom: 20px;
}
.product-grid.product-none-full .txt-curriculum, .product-grid.product-none-full:hover .txt-curriculum{
    height: auto;
    overflow: auto;
}
.ui-to-top.active{
    z-index: 99;
}
/*team*/
.row-team{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #D9D9D9;
}
.img-team{
	max-width: 250px;
	max-height: 250px;
  width: auto;
  height: auto;
	background: #B7B7B7;	
}
.img-team{
	margin-bottom: 10px;
}
.rol-team{
	font-style: italic;
}
.name-team{
	color: #1B64A1;
	font-weight: bold;
}
.name-team, .rol-team{
	font-size: 16px;
	max-width: 250px;
}
@media (max-width: 991px){
	.rol-team{
		margin-bottom: 10px!important;
	}
	.left-team{
		text-align: center;
	}
}

.nav-side-menu li:hover {
  padding-left: 0px;
  background-color: #D9D9D9!important;
}

.nav-side-menu a:hover {
  color:#005c90;
}

/*btn-register*/
.btn-register-login, 
.btn-continue.active:hover, .btn-continue.active:active, .btn-continue.active:focus, 
#PAYWITHPAYPAL:hover, #PAYWITHPAYPAL:active, #PAYWITHPAYPAL:focus,
#PAYWITHMERCADOPAGO:hover, #PAYWITHMERCADOPAGO:active, #PAYWITHMERCADOPAGO:focus,
#PAYWITHCREDITCARD:hover, #PAYWITHCREDITCARD:active, #PAYWITHCREDITCARD:focus,
#PAYWITHCREDITCARDTSYS:hover, #PAYWITHCREDITCARDTSYS:active, #PAYWITHCREDITCARDTSYS:focus {
    color: #007dc3 !important;
    background-color: #fff;
	border-color: #007dc3;
}

.btn-register-login:hover, .btn-register-login:active,
.btn-register-login:focus, .btn-continue.active, #PAYWITHPAYPAL, #PAYWITHMERCADOPAGO, #PAYWITHCREDITCARD, #PAYWITHCREDITCARDTSYS {
	color: #fff !important;
	background-color: #007dc3;
	border-color: #007dc3
}

.btn-register-login-login{
	margin-right: 10px;
}

/*login*/
#TABLELOGIN{
	max-width: 400px;
}
.TableLogin{
    display: block;
	background: #EAEBEC;
    border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}
.TableLogin div[data-align-outer],
.TableLogin div[data-valign='middle']>div[data-align-outer]>div[data-align-inner] {
    width: 100% !important;
	display: block !important;
}
.TableLogin div[data-align-outer] .btn-primary{
    width: 100%;
	
}
.TableLogin #TBLFIELDS .row{
	margin-bottom: 7px;
}
#TABLELOGO{
	text-align: center;
}
.TableLogin .input-group{
    padding-right: 15px;
    padding-left: 15px;
	display: block;
}
.TableLogin input,
.TableLogin select{
	border-radius: 4px !important;
	width: 100%;
}
#TABLELOGIN img{
	margin-top: 10px;
	margin-bottom: 10px;
}
#TABLELOGIN .gx-warning-message{
	margin-bottom: 10px;
}

/*player*/
@media (min-width: 768px){
	.tableplayer{
		min-height: 200px!important;
	}
}
.hidde-btn{
	display: none;
}
.sidenav{
	background-color: #fff;
	padding-top: 0;
}
.sidenav .closebtn {
    right: 0px;
    padding-top: 0px;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 30px;
}
.nav-side-menu {
    width: 90%;
}

.player-share{
    text-align: right;
    margin-bottom: 30px !important;
    
}
.player-share a{
	color: #007CC3 !important;
	font-weight: bold;
	margin-right: 10px;
}
.player-share a:hover{
	border-bottom: 1px solid #007CC3;
}
/*tabs*/
.nav.nav-tabs{
	margin-top: 20px;
	background: #fff;
	border-bottom: 0;
}
.tab-pane.active {
  color : #727273;
  padding : 20px 20px;
}
.tab-pane.active .row {
	margin-bottom: 10px;
	text-align: left;
}
#TXTQUESTIONS{
	font-weight: bold;
}
.nav.nav-tabs li{
  margin-right: 5px;
}
.nav.nav-tabs li a {
  border-radius: 0;
  font-weight: bold;
}
.nav.nav-tabs li:hover, .nav.nav-tabs li.active {
  border-bottom: 1px solid #727273;
}
.nav.nav-tabs li.active>a, .nav.nav-tabs li.active>a:focus, .nav.nav-tabs li.active>a:hover {
    color: #727273;
    background-color: #fff;
}
.nav.nav-tabs .tab-pane{
	text-align: left;
}
.nav.nav-tabs .tab-title{
	font-weight: bold;
	margin-top: 10px;
}
.nav>li>a:focus, .nav>li>a:hover, .nav.nav-tabs li a{
	border-right: 0 !important;
	border-left: 0 !important;
	/*background: #fff;*/
}
.nav-tabs > li > a:hover {
    border-color: #fff;
}
.tab-pane.active .btn{
 padding: 5px 10px;

}
/*filters*/
.filters-home .gx-attribute{
	margin-top: 0;
}
.filters-home input[name = "BTNREFRESH"], .filters-home .btn-refresh-home{
	margin-top: 38px;
	padding-left: 40px;
	padding-right: 40px;
    height: 50px;
}
/*TABLEQUESTIONS*/
.section_vplayer label{
  background-color: #fff;
  padding: 3px;
}
.section_vplayer label input[type="radio"]{
  height: 18px;
  width: 18px;
}
.section_vplayer label:hover{
  background-color: #F5F5F5;
}
.section_vplayer .TableRead label:hover{
  background-color: transparent;
}

.section_vplayer .gx-radio-button label input[type = "radio"]{
    margin: 2px -22px 0 -36px !important;
}
.section_vplayer .gx-radio-button label{
  margin-top: 0 !important;
  padding-left: 36px !important;
}
.checkbox .checkbox-custom, .checkbox-custom-dummy{
  height: 18px !important;
  width: 18px !important;
 
}

#SECTIONREGISTER .checkbox-custom-dummy{
	margin-top: 0px !important;
}

.checkbox-custom-dummy:after{
  font-size: 24px !important;
}
.section_vplayer .GridTableCheckBox .checkbox{
  margin-left: 0 !important;
}
.checkbox label{
  width: 20px !important;
  padding-left: 0px;
}
.section_vplayer .GridTableCheckBox label{
  width: 100% !important;
}

.section_vplayer .GridTableCheckBox .checkbox-custom-dummy{
  margin-left: 40%;
}
.section_vplayer .TxtCheckBox .form-control-static, .TableRead span{
  /*margin-left: -14px;*/
  padding-top: 9px;
}
.GridNotification .form-control-static{
  margin-left: -14px !important;
  padding-top: 0 !important;
  margin-top: 0;
}
.checkbox {
  margin-left: 0!important;
  width: 30px;
}
.section_vplayer .GridTableCheckBox .checkbox {
  width: 100%;
}
.TABLEQUESTIONS{
	text-align: left;
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-width: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
}

.TABLEQUESTIONS .questiontitle, .TABLEQUESTIONS .questionsubtitle, .TABLEQUESTIONS .questiontitletitle{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: black;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	margin-top: 10px;
    font-weight: 700;
}
.TABLEQUESTIONS .questiontitle{
	font-size: 18px;
}
.TABLEQUESTIONS .questiontitletitle{
	font-size: 20px;
}
.TABLEQUESTIONS  .gx-radio-button label{
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
	display: inline-block;
    max-width: 100%;
	position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.TABLEQUESTIONS  .gx-radio-button label input[type = "radio"]{
	position: absolute;
    margin-left: -20px;
    margin: 4px -18px 0;
    line-height: normal;
}
.TABLEQUESTIONS .gx-attribute label input[type = "checkbox"] {
    position: relative;
    margin: 11px 0px 0;
    line-height: normal;
    margin-right: 5px;
}
.TABLEQUESTIONS  .table-responsive.Grid{
    border: 1px solid #ddd;
}
.TABLEQUESTIONS  .table-responsive.Grid>thead>tr>th {
	border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
	font-weight: bold;
	padding: 8px;
    line-height: 1.42857143;
	text-align: center !important;
    border-radius: 0;
	/*display: none;*/
}
/*questions*/

.TABLEQUESTIONS  .table-responsive.Grid>tbody>tr>td{
	border: 1px solid #ddd;
	padding: 2px 4px;
	text-align: center !important;
}
/*.TABLEQUESTIONS  .table-responsive.Grid>tbody>tr>td input[type = "checkbox"]{
	margin-left: -25px;	
}*/
.TABLEQUESTIONS .table-responsive.Grid.GridMultiSelectQuestion>tbody>tr>td{
	border: 0 !important;
	text-align: left !important;
	height: 54px;
}
/*.TABLEQUESTIONS .table-responsive.Grid.GridMultiSelectQuestion>tbody>tr>td .checkbox{
	padding-top: 0 !important;
}*/

.RegisterDashBoard .Field_Grid{
  margin-bottom: 10px;
  margin-top: 10px;
}
.RegisterDashBoard .Attribute.form-control{
  margin-bottom: 10px;
}
.SECTIONREGISTER .checkbox{
  padding-left: 0;
  text-align: left;
  /*margin-top: 18px;*/
}
.SECTIONREGISTER .form-control-static, .SectionNotification .form-control-static{
  padding-top: 0;
  margin-top: 7px;
  margin-left: 0 !important;
}
/*search*/
#SECTIONSEARCH input[name = "BTNSEARCH"]{
	margin-top: 20px;
}
#SECTIONSEARCH .FreeStyleGrid{
	margin-top: 20px;
}
#SECTIONSEARCH .FreeStyleGrid div.Table{
	margin-bottom: 20px;
}
#SECTIONSEARCH .SearchTitle, #SECTIONSEARCH .SearchTitleContent{
	line-height: 1.22727;
	font-size: 18px;
	color: #191919;
	margin-bottom: 20px;
	font-weight: 400;
	text-align: left;
}
#SECTIONSEARCH .SearchTitleContent{
	margin-left: 20px;
	font-style: italic;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: 0;
}
#SECTIONSEARCH .SearchTitle:hover{
	color: #55bbeb;
}
#SECTIONSEARCH .SearchDescription, #SECTIONSEARCH .SearchDescriptionContent{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#SECTIONSEARCH .SearchTitle span, #SECTIONSEARCH .SearchDescription span,
#SECTIONSEARCH .SearchTitleContent span, #SECTIONSEARCH .SearchDescriptionContent span{
	background: #abcc37;
}
.form-search-input {
    padding-right: 0;
}
#SECTIONSEARCH .ErrorViewerGridHome .gx-warning-message{
	padding-left: 0;
	margin-top: 30px;
}

/*SECTIONREGISTER*/
.SECTIONREGISTER .form-group/*input.form-control.Attribute*/{
	margin-bottom: 20px;
}
.SECTIONREGISTER .ErrorAttribute{
  border-color: #b94a48;
}
.SECTIONREGISTER label.AttributeLabel, .SECTIONREGISTER .gx-attribute{
	width: 100%;
}
.SECTIONREGISTER label.AttributeLabel{
	text-align: left;
	font-weight: bold;
}
.SECTIONREGISTER .gx-warning-message{
	text-align: left;
}
.requiredfield:after, .requiredfieldLabel:after {
   content: " *" !important;
   color: #1182C5 !important;
}
/*ErrorViewHome*/
.ErrorViewerGridHome .gx-warning-message{
	font-family: 'Open Sans Regular',Arial;
	font-size: 28px;
	color: #000;
	background: none;
}
input.next-activity, .type-download, #presentation_continue, .type-download button{
	margin-top: 20px;
}
.TableRead .checkbox{
	margin-top: 5px;
}
/*register*/
.SECTIONREGISTER .Field_Grid{
  text-align: left;  
}
.SECTIONREGISTER .Field_Grid span{
  color: #444;
  font-weight: bold;
}
.SECTIONREGISTER .GridMultiSelect input[type="checkbox"]{
  margin-top: 10px;
}
@media screen and (max-width: 767px){
  .SECTIONREGISTER .table-responsive {
      border: 0;
  }
}
/*Errors*/
.shell-curriculum .gx-warning-message{
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}
/*grid*/
.GridClear, .GridClear>thead>tr>th{
  border: 0 !important;
  padding: 0 !important;
}
#TABLEQUESTIONS  .table-responsive.Grid.GridClear>tbody>tr>td{
  text-align: left !important;
  border: 0 !important;
}
#TABLEQUESTIONS .GridClear p{
  padding-top: 10px;
}
#TABLEQUESTIONS .FreeStyleGrid{
  width: 100%;
}
@media (max-width: 768px) {
  #TABLEQUESTIONS .FreeStyleGrid .gx-freestyle-grid{
    overflow-x: auto; 
  }
}
.btn-retake{
  margin-top: 20px;
}
/*Error*/
.ErrorViewer.gx_ev.ErrorViewerBullet .alert{
  margin-bottom: 5px !important;
  padding:10px !important;
  background-image: none;
  position: fixed;
  right: 20px;
  z-index: 2000;
}
.ErrorViewer.gx_ev.ErrorViewerBullet .alert-dismissable .close{
  color: #fff !important;
  right : 0px;
  top: -2px;
  opacity: 1;
  filter:alpha(opacity=1);  
  font-size: 24px !important;
  background: transparent !important;
  border-color: transparent !important;
  margin-left: 5px;
 }
.ErrorViewer.gx_ev.ErrorViewerBullet .alert-dismissable .close:hover{
  opacity: 0.5;
  filter:alpha(opacity=50);
 }


.alert-link:hover {
    text-decoration: underline !important;
}
.SECTIONREGISTER .btn{
  margin-top: 20px;
}
/*warning*/
.alert-warning {
    background-color: #F5BF2F !important;
    border-color: #F5BF2F !important;
    color: #fff !important;
}
.alert-warning .alert-link {
    color: #fff !important;
    font-weight: bold !important;
}
/*danger*/
.alert-danger {
    color: #fff !important;
    background-color: #F54B0F !important;
    border-color: #F54B0F !important;
}
/*info*/
.alert-info {
    color: #fff !important;
    background-color: #79CCF2 !important;
    border-color: #79CCF2 !important;
}
/*success*/
.alert-success {
    color: #fff !important;
    background-color: #ABCC37 !important;
    border-color: #ABCC37 !important;
}
.ErrorMessages{
  border-radius: 5px !important;
  color: #b94a48 !important;
  background-color: #f2dede !important;
}

/* Main Table Player */
.MainTablePlayer input[type="button"]{
	margin-top: 20px;
}

.sub-menu li.actived>a{
    background: #848484;
    color: #fff!important;
}

.MainTablePlayer .checkbox{
	padding-top: 5px !important;
	padding-left: 0px !important;
}

.TABLEQUESTIONS .checkbox{
	margin-left: 20px;
    margin-right: 0px;
}

.TABLEQUESTIONS .TxtCheckBox{
	padding-top:8px !important;
}

.GridTableCheckBox .checkbox{
	margin-left: 40% !important;
}

.GridTableCheckBox .checkbox input{
	margin-top: 5px !important;
	margin-right: 0px !important;
	position: absolute !important;
	margin-left: -37px !important;
}

/* Fin Main Table Player */
/*Advocacy Partners*/
.AdvocacyPartners-Title{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 28px;
}
.AdvocacyPartners-Title span{
  font-size: 28px;
}
.AdvocacyPartners-Title div{
  border: 1px solid #017DC3;
  width: 30px;
  left: 49%;
  position: absolute;
  margin-top: 10px;
}
@media (max-width: 768px){
  .row-AdvocacyPartners {
    text-align: center;
  }
}
/*ContactUs*/
#TABLECONTACT .title_contact{
  margin-bottom: 20px !important;
}
#TABLECONTACT .title_contact span{
  font-size: 26px;
  font-weight: bold;
}
#TABLECONTACT .title_contact div{
  border: 1px solid #017DC3;
  width: 30px;
  margin-top: 10px;
}
#TABLECONTACT .title_contact_address{
  margin-top: 10px;
  margin-bottom: 10px;
}
#TABLECONTACT .title_contact_address span{
  font-size: 16px;
  font-weight: bold;
  color: #017DC3;
}
#TABLECONTACT input[type="button"]{
  margin-right: 10px;
}
#TABLECONTACT input, #TABLECONTACT textarea{
  margin-bottom: 20px;
}
/*ModuleContactUs*/
.ModuleContactUs .title_contact{
  margin-bottom: 20px !important;
}
.ModuleContactUs .title_contact span{
  font-size: 26px;
  font-weight: bold;
}
.ModuleContactUs .title_contact div{
  border: 1px solid #017DC3;
  width: 30px;
  margin-top: 10px;
}
.ModuleContactUs .title_contact_address{
  margin-top: 10px;
  margin-bottom: 10px;
}
.ModuleContactUs .title_contact_address span{
  font-size: 16px;
  font-weight: bold;
  color: #017DC3;
}
.ModuleContactUs input[type="button"]{
  margin-right: 10px;
  width: auto;
}
.ModuleContactUs input, .ModuleContactUs textarea{
  margin-bottom: 20px;
}
/*DashBoard*/
.SectionDashboard{
  text-align: initial;
  padding-left: 100px;
  padding-right: 100px;
}
.SectionDashboard .DashBoardTitle{
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.SectionDashboard th, .SectionDashboard td{
  padding: 10px;
}
.SectionDashboard table thead{
  border: 1px solid #E0E0E0;
  background: #F7F7F7;
}
.SectionDashboard a{
  color: #e99619;
  text-decoration: underline;
}
.SectionDashboard .td_title a{
  color: #4378AB;
  text-decoration: none;
  font-weight: bold;
}
.SectionDashboard .td_title a:hover{
  text-decoration: underline;
}
.SectionDashboard td-title{
  font-weight: bold;
}
.SectionDashboard .tr_impar{
  background: #F7F7F7;
}
/*SectionNotification*/
.SectionNotification .TitleCategoryCell{
    text-align: left;
    font-size: 22px;
    font-weight: bold;
}
.SectionNotification div.checkbox{
  padding-top: 0;
  margin-left: 25px;
}
.SectionNotification .checkbox label{
  padding-left: 0;
}
DIV.gx-mask{
    opacity: 0.6;
}
DIV.gx-mask:after{
  content: "";
  background: transparent url(../images/loading.gif) center no-repeat;
  height: 100%;
  width: 100%;
  z-index: 99999 !important;
  position: fixed !important;
  display: block;
  background-size: 40px;
  left: 0;
  top: 0;
}
.addthis_inline_share_toolbox_m0n5{
	padding-top: 15px;
}
/*popup*/
.PopupBorder .PopupHeader{
  background: #054C8F;
  border-radius: 4px 4px 0 0;
}
.PopupBorder .PopupTitle, .PopupBorder .PopupHeaderButton:after{
  color: #fff;
  opacity: 1;
  filter:alpha(opacity=1); 
}
.PopupBorder .PopupHeaderButton:hover:after{
  opacity: 0.4;
  filter:alpha(opacity=0.4); 
}
/*Profile Notification*/
.SectionNotification .ParentW0{
  width: 0;
  text-align: left;
}
.SectionNotification .ParentW1{
  width: 50px;
  text-align: left;
}
.SectionNotification .ParentW2{
  width: 80%;
  text-align: left;
}
.SectionNotification table.GridFilters{
  width: 100%;
}
.SectionNotification .checkbox{
  margin-left: 7px !important;
}
.SectionNotification .GridFilters td{
  width: 50%;
}
#SECTIONTEXT a{
  color: #007dc3;
  font-weight: bold;
}
div[id$="SECTIONTEXT"] a{
  color: #007dc3;
  font-weight: bold;
 }

/*GridNotification*/
.GridNotification th{
  padding: 0;
  background: transparent;
}
.GridNotification .GridNotificationCheck{
  width: 50px;
}
.GridNotification .GridNotificationCheck label, .RegisterDashBoard label{
   padding-top: 0;
   margin-top: -16px!important;
}
/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-ime-align:auto) {
    .form-control {
        width: 100% !important;
        height: 50px !important;
        padding: 9px 16px !important;
        background-color: transparent!important;
        background-image: none !important;
        border: 1px solid #d9d9d9 !important;
        border-radius: 5px !important;
    }
  .form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
  }
  .filters-home .control-label{
    text-align: left !important;
    width: 100% !important;
  }
  a{
    text-decoration: none !important;
  }
  a:hover{
    text-decoration: underline !important;
  }
  .SECTIONREGISTER label input.checkbox-custom{
    margin-top: -5px !important;
    margin-left: 0 !important;
  }
  #SECTIONREGISTER .checkbox-custom-dummy,.SECTIONREGISTER .checkbox-custom-dummy{
    margin-top: -5px !important;
  }
  .SECTIONREGISTER .GridMultiSelectOdd .form-control-static{
    margin-left: 20px !important;
  }
  .TableRead span{
    margin-left: 20px !important;
  }
  .TableRead span.checkbox-custom-dummy{
    margin-left: 0 !important;
  }
}
.GridFilters .gx-attribute, .GridFilters  .select2Label,
.GridFiltersCell .gx-attribute, .GridFiltersCell  .select2Label{
    margin-left: 0;
    padding-left: 0;
}
.GridFilters label, .GridFiltersCell label{
    margin-top: 10px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .GridFilters .select2-selection,
    .GridFiltersCell .select2-selection{
        margin-top: 40px;
    }
}
/*GridMultiSelect*/
.GridMultiSelect tr:hover, .section_vplayer .GridTableCheckBox .checkbox:hover, 
.section_vplayer .GridMultiSelectQuestion tr:hover, .section_vplayer .gx-radio-button tr:hover{
    background-color: #F5F5F5;
    cursor: pointer;
}
.SECTIONREGISTER label.checkbox{
    margin-left: 5px !important;
    cursor: pointer;
}
.section_vplayer label{
    background-color: transparent;
}
.section_vplayer .gx-radio-button tr{
    height: 50px;
}
.GridTableCheckBox .form-control-static{
    padding: 5px !important;
}
.ErrorViewer.gx_ev.ErrorViewerBullet p{
    margin-top: 0;
}
/*panel*/
.panel-group .panel-always {
    margin-bottom: 0;
    border-radius: 5px;
}
.panel-always {
    margin-bottom: 10px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-footer, .panel-heading, .panel-title a, .page strong{
    font-weight: bold;
}

.GridFilters{
    width: 100%;
}
.GridFilters .control-label, .GridFiltersCell .control-label{
    height: auto;
}
.GroupFilterCell{
    text-align: left;
}
.GroupFilterCell span, .filter_normal{
    width: 100%;
    text-align: left;
    color: #0074BF ;
    font-size: 18px;    
}

.filter_general{
    margin-top: 10px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.GridFilterGroup{
    width: 100%;
}
@media (max-width: 768px) {
    .GridFilters>tbody>tr>td{        
        clear: both;
        display: block;
        width: 100%;
    }
    .GridFiltersCell{
        height: auto !important;
    }
}
.GridCredits{
    text-align: left;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.GridCredits .col-sm-2{
    text-align: right;
}

@media (min-width: 768px) {
    .GridFilterGroup .row{
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    .GridFilterGroup .row>div{
    }
}

/** Social Button CSS **/
#share-buttons{
    padding-top: 15px;
}
#share-buttons a{
    display: inline-block;
    margin: 0 2px 5px;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 0;
    font-family: "helvetica neue",helvetica,arial,sans-serif;
    background-color: transparent;
    padding: 10px 5px 0px 5px;
    border-radius: 8px;
}
#share-buttons a i{
    fill: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
    font-size: 22px;
}

#share-buttons a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
    text-decoration: none;
}

#share-buttons a:active {
  position: relative;
  top: 2px;
}

#share-buttons a.tt{background: #55acee;}
#share-buttons a.gp-plus{background: #dd4b39;}
#share-buttons a.fb{background: #3B5998;}
#share-buttons a.lk{background: #4875B4;}
#share-buttons a.em{background: #848484;}
#share-buttons a.pinte{background: #CB2027;}


/*cart*/
.badge_cart{
    margin-top: -12px !important;
}
.shopping_cart_ico{
    font-size: 18px;
    font-style: normal;
}
.shopping_cart_ico:before{
    content: "";
    font-family: "Material Design Icons";
}
.FreeStyleGrid{
	background-color: transparent !important;
}
.GridNotification .GridNotificationCheck label.checkbox,
.section_vplayer label.checkbox{
    margin-left: 5px !important;
    cursor: pointer;
    padding-left: 0;
    text-align: left;
    margin-top: 0 !important;
}
.section_vplayer label.checkbox{
    padding-top: 0 !important;
}
.gx-tab-spacing-fix-2 {
    border-collapse: collapse !important;
}
.gx-radio-button-vertical, .gx-radio-button-vertical label {
    display: table;
}
.curriculum_price{
    font-weight: normal;
    margin-right: 5px;
    color: #007dc3;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
}
/*Shopping Cart*/
.GridSelectedPrice .TitleColumn{
    padding: 0 10px;
}
.GridSelectedPrice .PriceColumn{
    display: inline-block;    
    font-weight: bold;
    padding: 0 10px;
}
.GridSelectedPrice .PriceColumn .ReadonlyAttribute, .PriceColumn span{
    color: #007dc3 !important;
}
.GridSelectedPrice .DeleteColumn img:hover{
    background-color: #007DC3;
}
.shell.shell-curriculum .panel-heading{
    min-height: 50px;
}
.GridFilters label{
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 767px){
    .GridSelectedPrice .PriceColumn{
        width: auto !important;
        height: 100%;
        display: table-cell;
    }
    .GridSelectedPrice .ImageCurriculumPrice{
        display: none;
    }
    .GridSelectedPrice .PriceColumn span{
        display: flex;
        width: 80px !important;
    }
}
.GridSelectedPrice th{
    height: 0;
    padding: 0 !important;
}
.GridSelectedPrice{
    padding-bottom: 20px;
    display: block;
    border: 0;
}
.GridSelectedPrice tr:hover{
    background-color: #ddd !important;
}

/*shoppingcart*/
.txtamount{
    color: #000;
    font-size: 19px;
}
.TableAmount input[type="button"], .TableStep2 input[type="button"], .TableStep3 input[type="button"], .next-cart{
    margin-top: 20px !important;
}
.Cart-Title{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: black;    
}
.Cart-Sub{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: black;    
}
.TableStep1{
    margin-top: 20px !important;
}
.TableStep1 .nav.nav-tabs{
    margin-top: 0;
}
.TableStep1 .Cart-Sub{
    margin-bottom: 10px;
}
.TableAttr .form-group.gx-form-group{
    margin-top: 10px !important;
}
.TableAttr label{
    font-weight: bold;
}
.TableAttr{
    margin-top: 20px !important;
}
.ShoppingButtons{
    margin-top: 20px;
}
.TableStep1 .tableFieldCart label{
    font-weight: bold;
}
.TableStep1 .tableFieldCart{
    margin-top: 30px;
    margin-bottom: 20px;
}
.TableStep1 .tableFieldCart .row{
    margin-bottom: 5px;
}
.table_myorders tr td, .table_myorders tr th{
    padding: 10px;
}
.table_myorders .tr_impar{
    background-color: #ddd;
}
.table_myorders tr td a:hover{
    text-decoration: underline;
}
/*cart*/
.Cart-Title-Step2{
    color: #005487;
    font-size: 20px;
    font-weight: bold;
}
.step2-pay-total{
    font-size: 20px;
    font-weight: bold;
}
.TableAttr .row, .TableBank .row{
    margin-top: 10px;
}
.cart2-expirationdate{
    font-weight: bold;
}
.cart2-expirationdate:after{
    content: ":";
}
.TablePaymentMethod{
    margin-top: 10px !important;
    margin-bottom: 10px !important; 
}
.TablePaymentMethod .gx-radio-label{
    margin-right: 10px;
}
.TableAttr .cart2-select{
    margin-right: 10px;
    display: block;
}
.TableAttr label{
    width: 100%;
    text-align: left !important;
}
.TableBank label{
    font-weight: bold;
     width: 100%;
    text-align: left !important;
}
.Table100{
    width: 100% !important;
}
.Table100 input{
    margin-top: 5px;
}
.table_myorders{
    border: 1px solid #E0E0E0;
}
/*TableAccessCode*/
.TableAccessCode label{
    font-weight: bold;
}
.TableAccessCode input[type="button"]{
    margin-top: 20px;
}
/*GridSelectConference*/
.GridSelectConference{
    width: 100%;
    margin-bottom: 40px !important;
}
.GridSelectConference p.form-control-static{
    margin-top: 0;
}
.GridSelectConference tbody tr{
    border: 0;
    border-bottom: 2px;
    border-style: solid;
    border-color: #F5F5F5;
}
.GridSelectConference tbody tr:hover{
    background-color: #F5F5F5;
    cursor: pointer;
}
.GridSelectConference tbody tr .checkbox{
    padding: 0;
}
.GridSelectConference .ReadonlyAttribute.checkbox{
    display: none;
}
.ReadonlyAttribute.DisabledActivity{
    text-decoration: line-through;
}
@media screen and (max-width: 767px){
    .GridSelectConference{
        border: 0;
    }
}
/*TableRole*/
.TableRole{
    text-align: left;
}
.TableRole .CertificateTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: black;
    margin-top: 10px;
}
.TableRole .RowRoleSelect:hover{
    background-color: #F5F5F5;
    cursor: pointer;
}
.TableRole .RowRoleSelect .rowselect-cell label.checkbox{
    min-height: 20px;
    height: 20px;
}
.TableRole .RowRoleSelect{
    padding-top: 5px;
    height: 44px;
}
.TableRole .FreeStyleGrid{
    min-height: 10px;
}
.TableRole .rowselect-cell{
    width: 50px;
}
.rowselect-cell-name{
    width: 80%;
    margin-top: 0;
}
.Field_Grid{
    margin-bottom: 5px !important;
}
.TableCombo-Date .gx-tab-padding-fix-1{
    width: 150px;
}
.TableCombo-Date .gx-tab-padding-fix-1 select{
    width: 100% !important;
}
.TableFormatDate input[type="button"]{
    margin-top: 0 !important;
}
.TableFormatDate label:hover{
    background: transparent !important;
}
.Field_Grid .form-control-static{
    margin-top: 0;
	padding-bottom: 2px;
	min-height: 20px;
}
.marginLeft40{
    margin-left: 40px;
}
.rowselect-cell-name .form-control-static{
    margin-top: 0;
	padding-top: 2px;
}
.TableRole .CertificateRoleTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
}
.TableMarginTop10 .form-control-static{
    margin-top: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	min-height: 0;
}
.TableUserCertificates .form-control-static{
    margin-top: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	min-height: 0;
}
.CheckMargin .checkbox-custom-dummy{
    margin-left: 5px;
}
.CheckMargin .gx-checkbox-wrapper{
    padding-left: 2px;
	padding-right: 18px;
}
.TableRead .gx-checkbox-wrapper{
    padding-left: 2px;
	padding-right: 18px;
}

/*Go Top Buttom Style*/
#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #434345;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -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: 99;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -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;
}
#return-to-top:hover {
    background: #007dc3;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*grid no data*/
.GridExtended[data-gx-grid-nodata]{
	display: none;
}
.GridNoDataText.gx-text-gridnodata{
	color: #000 !important;
}
.TableCreditsCart .btn-register-login, .TableCreditsCart .btn-continue{
	margin-bottom: 10px;
}
/*grid dashboard*/
.GridTableRounded.GridDashCurriculum{
    margin-bottom: 20px;
}
.GridTableRounded.GridDashCurriculum {
    margin-top: 10px;
}
.GridMetrics thead tr, .GridTableRounded.GridDashCurriculum thead tr {
    background-color: #F7F7F7 !important;
    border: none;
}
.GridDashCurriculum td .form-control-static{
	margin-top: 0;
}
.GridDashCurriculum th, .GridDashCurriculum td{
	border: 0;
	padding: 6px 16px;
	border-color: transparent;
	border-right: 2px solid rgba(204,204,204,.5);
}
.GridDashCurriculum th{
	font-size: 14px;
}
.GridMetrics td .form-control-static{
	margin-top: 0;
	padding: 0 4px;
	min-height: 20px !important;
}
.GridMetrics{	
	width: 100%;
}
.TableQuickContent0{
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}
.txtTitleQuick{
	margin-top: 10px !important;
}
.GridMetrics th{
	border: 0;
	font-size: 16px;
}

.GridTableRounded.GridDashCurriculum{
	margin-bottom: 5%;
}

.GridMetrics thead,.GridTableRounded.GridDashCurriculum thead{
	border: 1px solid #E0E0E0;
    background: #F7F7F7;
}

.GridMetrics thead tr,.GridTableRounded.GridDashCurriculum thead tr{	
    background-color: #F7F7F7 !important;
	border: none;
}

.GridMetrics tbody tr,.GridTableRounded.GridDashCurriculum tbody tr{    
	border: none;
}

.GridMetrics tbody tr:nth-child(odd),.GridTableRounded.GridDashCurriculum tbody tr:nth-child(odd) {
    background-color:#fff;
}
.GridMetrics tbody tr:nth-child(even),.GridTableRounded.GridDashCurriculum tbody tr:nth-child(even) {
    background-color:#fbfbfb;
}

.GridMetrics th,.GridTableRounded.GridDashCurriculum th{
	padding: 10px;
	 background-color: #F7F7F7 !important;
}

.QuickViewTitle{
	text-align: left;
    margin-bottom: 20px !important;
    font-size: 22px;
    font-weight: bold;
}

.TitleChart{
	text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.TopViewDetailQuickView{
	padding: 3%;
}

.RowTitleChart{
	padding-bottom: 3%;
	text-align: center;
}

.DownRowTitleChart{
	padding-top: 3%;
	text-align: center;
}

.GridDashCurriculum .PagingButtonsNext,
.GridDashCurriculum .PagingButtonsPrevious,
.GridDashCurriculum .PagingButtonsFirst,
.GridDashCurriculum .PagingButtonsLast{
 padding: 4px 6px 4px 10px !important;
 border:0;
 font: normal normal normal 28px/1 FontAwesome;
}
    
.GridDashCurriculum .PagingButtonsNext:after{
    content: "\f105";
    
}
.GridDashCurriculum .PagingButtonsPrevious:after{
    content: "\f104";
}
.GridDashCurriculum .PagingButtonsFirst:after{
    content: "\f100";
}
.GridDashCurriculum .PagingButtonsLast:after{
    content: "\f101";
}

.QuickViewSubTitle{
	font-weight: normal !important;
}

.QuickViewTitleRow{
	margin-bottom: 20px;
    margin-top: 20px !important;
}
.TableSpeaker .div_speaker{
    min-height:120px;
}
.TableSpeaker h3 img{
    float: left;
    height: 120px;
    margin-right: 10px;
    width: 100px
}
.TableSpeaker h3{
    font-size: 16px;
}
.TableSpeaker{
    margin-bottom: 20px !important;
}
.TableSpeaker .div_speaker img{
    height: 120px;
    margin-right: 10px;
}
.TableSpeaker .TableSpeakerTitle{ 
    margin-bottom: 5px;
    font-size: 18px;
}
.GridTableRounded.GridDashCurriculum th{
    font-size: 20px;
    font-weight: normal;
}
.GridTableRounded.GridDashCurriculum.GridReport th{
    padding: 0;
    background-color: #FFF !important;
    border: 0;
}
.GridTableRounded.GridDashCurriculum{
    margin-top: 10px;
}
.GridTableRounded.GridDashCurriculum.GridLive{
    margin-bottom: 20px;
    margin-top: 10px;
}
.GridTableRounded.GridDashCurriculum.GridReport thead{
    border: 0;
}
.GridTableRounded.GridDashCurriculum.GridReport td{
     padding: 0 16px;
     background: #fff;
}
.GridTableRounded.GridDashCurriculum.GridReport td a{
    text-decoration: underline;
}

.GridTableRounded.GridDashCurriculum.GridReport{
	border: 0;
}

.tblRoundedTitle2{
	border: 2px solid #E0E0E0;
    background: #F7F7F7;
	padding: 10px;
}

.TableRportInside{
	border: 2px solid #E0E0E0;
    border-top: none;
}

.TableRportInside p{
	margin:0;
}

.TableRportInside td{
	padding: 5px;	
}

.tblRoundedTitle2 td{	
	padding: 5px;	
}

.GridParticipantId{
	text-align:left !important;
}

.tblRoundedTitle2 .txtGridTitle{
	font-size: 20px;
    font-weight: normal;	
}

.tblRoundedBorder{
	border:none;
}

.FreeStyleGrid .tblRoundedBorder:nth-child(odd){
    background-color:#fff;
}

.FreeStyleGrid .tblRoundedBorder:nth-child(even){
    background-color:#fbfbfb;
}

.FreeCurriculumComponent .ReadonlyQuickViewTitle{
	text-align: left;
    margin-bottom: 20px !important;
    font-size: 22px;
    font-weight: bold;
}

.FreeCurriculumComponent > div{
	padding-top: 1%;
    padding-bottom: 1%;
}
.tr_select{
    background-color: #3871a0;
    color: #F7F7F7;
    border-radius: 4px;
}
.GridDashCurriculum .form-control-static span.ReadonlyGridAtt{
    padding: 10px;
}

.TableSpeaker .TableSpeakerTitle .QuickViewTitle{
    font-weight: normal;
}
.width40S{
    width: 40px;
    margin-left: 15px;
}
.width40SD{
    margin-left: 30px;
}
.gx-popup-initial{
    z-index: 999999 !important;
}
iframe{
    width: 600px !important;
}

/*popup*/
html.gx-popup-document{
    min-width: 600px !important;
}
html.gx-popup-document .Grid{
    margin-top: 10px !important;
        border: 1px solid #E0E0E0;
}
html.gx-popup-document .Grid th, html.gx-popup-document .Grid td{
    min-width: 50px !important;
    display: inline-block;
    border: 0;
    font-size: 16px;
    color: #212121 !important;
    padding-left: 5px;
    padding-right: 10px;
}
html.gx-popup-document .Grid th{
    color: #212121 !important;
    font-weight: normal;
    font-size: 20px;
    padding-top: 6px;
}
html.gx-popup-document .Grid td{
    margin: 0;
}
html.gx-popup-document .Grid td .form-control-static{
    padding-top: 0;
    padding-bottom: 0;
    min-height: 24px;
}
html.gx-popup-document .Grid thead{
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    background: #F7F7F7;
    height: 40px;
    display: block;
    padding: 0;    
}

html.gx-popup-document .Grid thead tr{    
    background-color: #F7F7F7 !important;
    border: none;
}

html.gx-popup-document .Grid tbody tr{    
    border: none;
}

html.gx-popup-document .Grid tbody tr:nth-child(odd){
    background-color:#fff;
}
html.gx-popup-document .Grid tbody tr:nth-child(even){
    background-color:#fbfbfb;
}

html.gx-popup-document .Grid th{
    background-color: #F7F7F7 !important;
}
html.gx-popup-document .Grid .GridTitle:not(hidden):first-child{
    border-left: 0;
}
.div_speaker, .TableSpeakerTitle{
    text-align: left;
}
.TableCurriculumContent td{
    padding: 7px;
}

.ReadonlyAttrTitle2Cell{
	text-align:left;
}
/*x*/
.PopupHeaderButton::after {
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 33px;
    text-align: center;
    content: "×";
    line-height: 36px;
    opacity: 0.6;
}

/*Register*/
/*.SECTIONREGISTER .GridMultiSelect input[type="checkbox"], .SectionNotification .CheckBoxQuestionnaire input[type="checkbox"]{
    margin-left: -16px !important;
}*/
/*
.SectionNotification .GridNotification .form-control-static {
    margin-left: 0 !important;
    padding-top: 0 !important;
    margin-top: 18px !important;
}*/
.SectionNotification div.checkbox {
    padding-left: 0;
    text-align: left;
    padding-top: 10px;
    margin-left: 0 !important;
}
.SectionNotification .checkbox label{
    padding-left: 20px;
}
.SECTIONREGISTER .form-control-static, .SectionNotification .form-control-static{
    padding-left: 10px;
}
.SECTIONREGISTER .Field_Grid .gx-attribute .form-control-static{
    margin-top: 5px;
    padding: 0;
    height: 22px;
    min-height: 22px;
}
.FreeStyleGrid.FreeCurriculumComponent{
    min-height: 0;
}
.GridTableRounded.GridDashCurriculum{
    margin-bottom: 20px;
}
/*tsys*/
.tableFieldCart #tsep-cardNum,
.tableFieldCart #tsep-datepicker,
.tableFieldCart #tsep-cvv2{
    width: 100%;
    height: 50px;
    padding: 9px 16px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 5px; 
}
.tableFieldCart .form-control-static{
    margin-top: 0;
}

/*version gx16*/
@media (min-width: 768px) {
    .GridFilters .select2-selection,
    .GridFiltersCell .select2-selection{
        margin-top: 0;
    }
}
div.stepper{
	display: none;
}
.SafariFixRow{
	display: none;
}
/*de intensecoresmooth*/
.TableRole .CertificateRoleTitle{
    font-family: Roboto, sans-serif;
    font-size: 19px;
	color: black;
}
.rowselect-cell-name .form-control-static {
    margin-top: 0px;
    padding-top: 2px;
}
.ReadonlyAttributeRole {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: black;
}
.TableMarginTop10 .form-control-static {
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 0px;
}

/*foro*/
.TableForum .FreeStyleGrid .form-control-static{
	min-height: 0;
	padding: 0;
	margin: 0;
}
.TableForum .MainTablePlayer input[type="button"], .TableForum .TableAnswerItem input[type="button"]{
	margin-top: 0;
}
.TABLEQUESTIONS .img_question{
	text-align: center;
}
.TABLEQUESTIONS .img_question img{
	max-height: 250px;
}
.GridFilters .row div{
	width: 100%;
	padding-right: 0;
}
.Table100Width>tbody>tr>td.gx-tab-padding-fix-1:last-child{
	width: 130px;
}
div.gxwebcomponent>div.gx-mask{
	position: fixed;
}
.filters-home .Table100Width .gx-tab-padding-fix-1 {
	vertical-align: bottom;
}
.filters-home input[type=button]{
	margin-top: 0;
}
.row.SafariFixRow{
	height: 0;
}
.BorderBottomWhite {
    border-bottom: 0;
}
@media (min-width: 768px){
	.filters-btn>div[data-align-outer]{
		margin-right: 0 !important;
	}
}
.Table100Width{
	table-layout: fixed;
}
.GridFilters  select{
	margin-bottom: 5px;
}
.btn-refresh-home{
	margin-top: 40px !important;
}
.filters-home .GridFilters .form-group, .filters-home .GridFiltersCell .form-group{
	margin-left: 0;
    margin-right: 0;
}
span.TBBack{
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}
.page-loader div.spinner{
	display: none !important;
}

/*ComboBox Custom*/
.TABLECERTIFICATE select.form-control.Attribute{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/arrowdown.png) !important;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 21px 18px;
    text-indent: 0.01px;
    text-overflow: "";
	padding-right: 24px !important;
	min-width: 80px;
	font-size: 14px;
}
.TABLECERTIFICATE select.form-control.Attribute::-ms-expand{
    display: none;
}
.TABLECERTIFICATE select.form-control.Attribute:hover{
    background-image: url(../images/arrowdownhover.png) !important;
}
.TABLEQUESTIONS select.form-control.Attribute{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/arrowdown.png) !important;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 21px 18px;
    text-indent: 0.01px;
    text-overflow: "";
	padding-right: 24px !important;
	min-width: 80px;
	font-size: 14px;
}
.TABLEQUESTIONS select.form-control.Attribute::-ms-expand{
    display: none;
}
.TABLEQUESTIONS select.form-control.Attribute:hover{
    background-image: url(../images/arrowdownhover.png) !important;
}
.filters-home  select.form-control.Attribute{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/arrowdown.png) !important;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 21px 18px;
    text-indent: 0.01px;
    text-overflow: "";
	padding-right: 24px !important;
	min-width: 80px;
	font-size: 14px;
}
.filters-home  select.form-control.Attribute::-ms-expand{
    display: none;
}
.filters-home  select.form-control.Attribute:hover{
    background-image: url(../images/arrowdownhover.png) !important;
	background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 23px 20px;
}
.NewRegisterDashBoard  select.form-control.Attribute{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/arrowdown.png) !important;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 21px 18px;
    text-indent: 0.01px;
    text-overflow: "";
	padding-right: 24px !important;
	min-width: 80px;
	font-size: 14px;
}
.NewRegisterDashBoard  select.form-control.Attribute::-ms-expand{
    display: none;
}
.NewRegisterDashBoard  select.form-control.Attribute:hover{
    background-image: url(../images/arrowdownhover.png) !important;
	background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 23px 20px;
}
.UserMenuRight  select.form-control.Attribute{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/arrowdown.png) !important;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 21px 18px;
    text-indent: 0.01px;
    text-overflow: "";
	padding-right: 24px !important;
	min-width: 80px;
	font-size: 14px;
	height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.UserMenuRight  select.form-control.Attribute::-ms-expand{
    display: none;
}
.UserMenuRight  select.form-control.Attribute:hover{
    background-image: url(../images/arrowdownhover.png) !important;
	background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 23px 20px;
}
/*.TABLEQUESTIONS select.form-control.Attribute {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}*/
.SectionBlog{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.SectionBlog .pagination-intense .pagination-prev {
    margin-right: 10px;
}
.GridRelatedHidden{
	display: none;
}
.icon-xs.icon-circle, .icon-xs.icon-outlined, .icon-xs.icon-rect, .icon-xs.icon-rounded{
	z-index: -5;
}
.ui-to-top.active{
	z-index: 99;
}
.TBNext:after {
    white-space: nowrap;
    font-family: "Open Sans Regular";
    font-size: 16px;
    color: #0074bf;
    content: ' >';
}
span.TBNext {
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
	white-space: nowrap;
    font-family: "Open Sans Regular";
    font-size: 16px;
    color: #0074bf;
}
.VideoPost{
	height: 300px;
}
.TableLeft{
	text-align: left;
}
.RelatedBold{
	font-weight: bold;
}
.CellRelatedPost .form-control-static{
	margin: 0;
	padding: 0;
	min-height: 20px;
}
.CellRelatedPost{
	text-align: left;
}
.CellRelatedPost a:hover{
	text-decoration: none;
	color: #007dc3;
	
}
.SubRelatedPost, .SubRelatedPost h4{
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
	/*margin-top: 66px;
	margin-bottom: 30px;
	font-weight: 700;    
    font-size: 24px;
	letter-spacing: .12em;
	line-height: 1.25;*/
}
.SectionBlog p.ReadonlyAttribute{
	height: auto !important;
}
.TABLECERTIFICATE .GridFields .Field_Grid span{
	font-family: Roboto, sans-serif;
    font-size: 19px;
    color: black;
}
.TABLECERTIFICATE .ReadonlyConferenceTitle{
    background-color: #42a5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	font-family: 'Roboto',sans-serif;
    font-size: 20px;
    color: snow;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
    min-height: 48px;
}
.TABLECERTIFICATE hr{
	padding-bottom: 8px;
    border-top: 1px solid darkgray;
}	
.TABLECERTIFICATE .GridCredits .form-control-static{
	padding-top: 0;
}	
/*Ajuste menu top*/
.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li+li, .rd-navbar-floated.rd-navbar-static .rd-navbar-nav>li+li, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>li+li {
    margin-left: 10px;
	margin-right: 10px;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle, .rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle {
    margin-left: 20px;
}

/*Register*/
input.Attribute{
	-webkit-appearance: none;
	line-height: 28px;
	height: 50px;
	padding: 9px 16px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: block;
	color: #212121 !important;
}
.page-content{
	position: relative;
    min-height: 80vh;
}
.page-footer{
	width: 100%;    
    position: absolute;
	/*bottom: 0;*/
}
.SectionNotification .TitleCategoryCell .form-control-static {
	padding-left: 0;
}

.AttributeActivityTitle, .ReadonlyAttributeActivityTitle{
   font-size: 24px;
   color: black;
}
.EveFinished:before, .EveFinishedLabel:before {
   content: "\f046";
   color: #42b574 !important;
   font-family: 'FontAwesome';
   font-size: 24px;
   font-weight: 400;
   padding-right: 8px;
}
.EveInProgress:before{
   content: "\f096";
   color: #f5bf2f !important;
   font-family: 'FontAwesome';
   font-size: 24px;
   font-weight: 400;
   padding-right: 8px;
}
.TxtEnterActivity:before{
	content: "\f101";
	color: black;
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 400;
	padding-left: 10px;
}
.QuizFeedback .CellFeedbackText .form-control-static{
    min-height: 20px;
}
.QuizFeedback hr{
	padding-bottom: 5px;
    border-top: 1px solid darkgray;
	margin-right: 11px;
	margin-bottom: 5px;
}
.QuizFeedback .QuizFeedbackTitle{
    background-color: #42a5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: snow;
    width: 100%;
    padding-left: 10px;
    display: block;
	padding-bottom: 1px;
	padding-top: 1px;
}
.TableFieldCheck .form-control-static {
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 0px;
}
/*navbar 07/03/2020*/
.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-inner,
.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-inner,
.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-inner {
   padding: 20px 25px 23px 25px;
}
.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-nav>li a{
	color: #737171;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a{
	font-size: 12px;
}
/*menu - position*/
.rd-navbar-default.rd-navbar-static .rd-navbar-panel{
	
}
.rd-navbar-default.rd-navbar-static .rd-navbar-brand{
	/*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}
.reveal-inline-block{
	display: contents !important;
}
.reveal-inline-block.active{
	display: inline-block !important;
}
.reveal-inline-block a{
	margin-top: 6px !important;
}
.reveal-inline-block a span{
	white-space: nowrap;
}
.badge_cart {
    margin-top: -32px !important;
    display: block;
    margin-left: 16px;
}
.reveal-inline-block.active .badge_cart{
    margin-top: -24px !important;
    display: inline-block;
    margin-left: 0;	
}
nav.rd-navbar .rd-navbar-menu-wrap{
	float: none !important;
	display: flex;
	margin-left: 50px;
}
nav.rd-navbar .rd-navbar-nav-wrap{
	width: 100%;
}
nav.rd-navbar .rd-navbar-nav-wrap ul.rd-navbar-nav{
	display: inline-block;
}
nav.rd-navbar.right .rd-navbar-nav-wrap{
	text-align: right;
}
nav.rd-navbar.left .rd-navbar-nav-wrap{
	text-align: left;
}
nav.rd-navbar.center .rd-navbar-nav-wrap{
	text-align: center;
}
nav.rd-navbar .rd-navbar-nav-wrap  ul.rd-navbar-nav>li{
	float: none;
    display: inline;
}
@media screen and (max-width: 1200px){
	nav.rd-navbar .rd-navbar-nav-wrap  ul.rd-navbar-nav>li.rd-navbar-submenu{
		display: block;
	}
}

/*
@media not all and (min-resolution:.001dpcm) { 
    @media {
		.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a{
			font-weight: normal !important;
		}
    }
}*/
_::-webkit-full-page-media, _:future, :root .rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a{/*only safari*/
	font-weight: normal !important;
}
/*responsive*/
.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-scroll{
	position: absolute;
	width: 260px;
	height: 100%;
}
html{
	overflow: hidden auto;
}
.img_top_center, .menuToggleActivityManger{
	margin-top: 3px !important;
}
.SECTIONREGISTER .Field_Grid .gx-attribute .form-control-static{
	height: auto;
}
#SECTIONCURRICULOM{
	margin-right: -15px;
}
/*Combo Profile*/
.btn-comboprofile{
    color: #434345 !important;
    background-color: white !important;
    border-color: #d9d9d9 !important;
}
.btn-comboprofile.active.focus, .btn-comboprofile.active:focus, .btn-comboprofile.active:hover, .btn-comboprofile:hover, .btn-comboprofile:active, .btn-comboprofile:active.focus, .btn-comboprofile:active:focus, .btn-comboprofile:active:hover{
    color: #434345 !important;
    background-color: white !important;
    border-color: #d9d9d9 !important;
}
.btn-group-profile{
    margin-top: 1px !important;
    margin-left: 10px !important;
}
@media screen and (max-width: 767px){
    .btn-comboprofile{
		width: 100%;
    }
	.dropdown-menu-profile{
		position: relative;
		width: 100%;
		text-align: center !important;
	}
}
/* OCULTAR BOTÓN DESCARGA VÍDEO */
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Ajústalo a tu gusto */
}
a.icon-circle.fa-instagram:hover,a.icon-outlined.fa-instagram:hover,a.icon-rect.fa-instagram:hover,a.icon-rounded.fa-instagram:hover{
	color:#fff;
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
a.icon-circle.fa-youtube:hover,a.icon-outlined.fa-youtube:hover,a.icon-rect.fa-youtube:hover,a.icon-rounded.fa-youtube:hover{
	color:#fff;
	background: #c4302b;
}
a.icon-circle.fa-globe:hover,a.icon-outlined.fa-globe:hover,a.icon-rect.fa-globe:hover,a.icon-rounded.fa-globe:hover{
	color:#fff;
	background: rgb(156, 200, 91);
}

