body{
	background-color: #b5c3be;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 1px;
}
label {
    font-size: 1.2rem;
    color: #9e9e9e;
}
#table_policies_wrapper label{
  font-size: 0.9rem !important;
}
.dataTable .even {
  background-color: #f3f3f3;
}
.dataTable tr:hover {
  background-color: #e5fff5;
}
a{
    color: #0d874c;
}
a .material-icons{
	padding-right: 4px;
}
h1{
    font-size: 45px;
    margin: auto;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 35px;
}
h4{
    font-size: 27px;
}
h5{
    font-size: 23px;
}
h6{
    font-size: 18px;
}
audio {
    background-color: white;
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 200px;
    height: 30px;
}
button:hover{
    background-color: #c2fdcf;
    color: #6b6b6b;
}
.cke_dialog_ui_button{
    /*background-color: #11b063 !important;*/
}
.cke_dialog_ui_button_ok span {
    text-shadow: 0 -1px 0 #11b063 !important;
}
a.cke_dialog_ui_button_ok {
    color: #fff;
    text-shadow: 0 -1px 0 #10a75e !important;
    border-color: #12bc6a #11b063 #10a45c !important;
    background: #11b063;
    background-image: linear-gradient(to bottom, #14cb72,#11b063) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#11b063') !important;
}
.btn{
    align-items: center;
    font-size: 14px;
    display: flex;
    flex-direction: row;
	justify-content: center;
}
.btn .material-icons{
    font-size: 25px;
    /*margin-right: 4px;*/
}
input, select{
    font-size: 18px !important;
}
textarea{
	font-size: 16px;
	padding: 10px;
}
.btn:hover, .btn-large:hover {
    background-color: #c2fdcf;
    color: #545454;
}
select {
    display: block;
}
#country{
    color: #fff;
}
.dataTables_info, .dataTables_filter, .dataTables_length, .dataTables_length label, .dataTables_filter label{
    font-size: 12px !important;
}
.paginate_button{
    font-size: 12px;
}
.read {
    opacity: 0.4;
}
.background{
    background-color: rgba(12, 131, 73, 1); /* rgba(12, 131, 73, 1) OR #0f9d58*/
}
.background_white{
    background-color: #fff;
}
.background_white_gray{
    background-color: #f7f7f7;
}
.background_light{
    background-color: #f1f1f1;
}
.background_green {
    background-color: rgb(4, 160, 84);
}
.background_light_green{
    background-color: #e6ffe6;
}
.background_plata_light{
    background-color: #c7ccd3;
}
.background_plata{
    background-color: #b2b5bc;
}
.background_black{
	background-color: black;
}
.background_dark{
    background-color: #9a9a9a;
}
.background_dark_light{
    background-color: #c9c9c9;
}
.background_dark_black{
    background-color: #6a6a6a;
}
.background_dark_green{
    background-color: #354c31;
}
.background_black_green{
    background-color: #3b4e45;
}
.background_black_shadow{
    background-color: #464646;
}
.background_green_clear{
    background-color: #6bd2a0;
}
.background_red_light{
	background-color: #ffd1d1;
}
.background_warning{
    background-color: #ffcea9;
}
.background_blue {
    background-color: #0a6ca7;
}
.background_blue_sky {
    background-color: #4a97b8;
}
.background_clear{
    background-color: #eaf8ff;
}
.color{
    color: #0f9d58;
}
.color_white{
	color: white;
}
.color_black{
	color: black;
}
.color_plata{
    color: #b2b5bc;
}
.color_dark{
    color: #9a9a9a !important;
}
.color_dark_black{
    color: #707070 !important;
}
.color_green_clear{
    color: #6bd2a0;
}
.color_ligth{
    color: #f1f1f1;
}
.color_red{
    color: red;
}
.color_warning{
    color: #ff9033;
}
.color_white{
    color: white;
}
.color_blue {
    color: #0a84cc;
}
.hidden{
	display: none;
}
.logo{
	/*background-color: #fff;*/
	/*border-top-right-radius: 21px;*/
    /*border-right: 1px solid #ffffff;*/
	font-size: 28px;
	font-family: 'Jura', sans-serif;
	max-height: 49px;
    padding: 2px 10px 0 10px;
	width: 100px;
}
.logo img{
	width: 100%;
}
nav{
	height: 49px;
    position: fixed;
    top: 0;
    z-index: 50;
}
.nav-wrapper{
	align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}
nav .material-icons{
    font-size: 33px;
}
footer{
    bottom: 0;
	border-top: 1px solid #fff;
	color: #fff;
    position: fixed;
    width: 100%;
	z-index: 10000;
}
footer .item{
    width: 30%;
}
.margin_auto{
    margin: auto;
}
strong{
	font-weight: bold;
}
p{
    font-size: 17px;
}
.error{
    color: red;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.margin_0{
    margin: 0 !important;
}
.margin_3{
    margin: 3px !important;
}
.margin_5{
    margin: 5px;
}
.margin_10{
    margin: 10px;
}
.margin_15{
    margin: 15px;
}
.margin_20{
    margin: 20px;
}
.margin_30{
    margin: 30px;
}
.margin_40{
    margin: 40px;
}
.padding_0{
    padding: 0 !important;
}
.padding_3{
	padding: 3px;
}
.padding_5{
    padding: 3px;
}
.padding_10{
    padding: 10px;
}
.padding_15{
    padding: 15px;
}
.padding_20{
    padding: 20px;
}
.padding_30{
    padding: 30px;
}
.padding_40{
    padding: 40px;
}
.capitalize{
	text-transform: capitalize !important;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.radius_1{
	border-radius: 1px;
}
.radius_2{
	border-radius: 2px;
}
.radius_3{
	border-radius: 3px;
}
.radius_4{
	border-radius: 4px;
}
.radius_5{
	border-radius: 5px;
}
.radius_6{
	border-radius: 6px;
}
.radius_7{
	border-radius: 7px;
}
.radius_8{
	border-radius: 8px;
}
.radius_9{
	border-radius: 9px;
}
.radius_10{
	border-radius: 10px;
}
.border_none{
	border: none;
}
.border_1{
    border: 1px solid #0f9d58;
}
.border_2{
    border: 2px solid #0f9d58;
}
.border_3{
    border: 3px solid #0f9d58;
}
.border_4{
    border: 4px solid #0f9d58;
}
.border_5{
    border: 5px solid #0f9d58;
}

.border_1_gray{
    border: 1px solid gray;
}
.border_2_gray{
    border: 2px solid gray;
}
.border_3_gray{
    border: 3px solid gray;
}
.border_4_gray{
    border: 4px solid gray;
}
.border_5_gray{
    border: 5px solid gray;
}

.border_1_gray_clear{
    border: 1px solid #d0d0d0;
}
.border_2_gray_clear{
    border: 2px solid #d0d0d0;
}
.border_3_gray_clear{
    border: 3px solid #d0d0d0;
}
.border_4_gray_clear{
    border: 4px solid #d0d0d0;
}
.border_5_gray_clear{
    border: 5px solid #d0d0d0;
}

.bold{
    font-weight: bold;
}
.bold_100{
    font-weight: 100;
}
.flex-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.space-around{
    justify-content: space-around;
}
.space-between{
    justify-content: space-between;
}
.content{
    margin-bottom: 50px;
    margin-top: 27px;
    padding: 10px;
}
ul:not(.browser-default) > li {
    margin: 10px;
}
.con_item{
	  align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.icon_item img, .icon_item_books img{
    width: 100%;
}
.item{
	align-self: flex-start;
    cursor: pointer;
    border: 2px solid #0f9d58;
    width: 30%;
}
.icon_item{
    background-color: #fff;
    padding: 10px;
	height: 124px;
	overflow-y: auto;
}
.icon_item_books, .icon_item_polls{
    background-color: #fff;
	height: 200px;
	overflow-y: auto;
}
.fixed{
    position: fixed;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.name_item{
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
	text-overflow: ellipsis;
    width: 100%;
}
.more_items{
    margin-left: 10px;
}
.description_item{
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    padding: 10px;
}
.con_item .item{
    width: 100%;
    max-width: 300px;
    min-width: 238px;
    height: 240px;
}
.info{
	font-size: 21px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.loading{
	position: absolute;
	left: 50%;
	margin-left: -21px;
}
.font_big{
    font-size: 24px !important;
}
.font_little_big{
    font-size: 19px !important;
}
.font_medium{
    font-size: 15px !important;
}
.font_medium_little{
    font-size: 13.5px !important;
}
.font_small{
    font-size: 12px !important;
}
.font_italic{
    font-style: italic;
}
.tap-target-content ul li a{
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: 17px;
	text-transform: uppercase;
}
.tap-target-content ul li .material-icons{
	font-size: 26px !important;
    margin-right: 5px;
}
.con_register{
    width: 100%;
}
.con_register .con_form_register{
    margin: auto;
    max-width: 500px;
    width: 50%;
}
.con_register .con_form_register form{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.cursor_pointer{
	cursor: pointer;
}
#register_btn_submit{
    margin-top: 10px;
}
.con_form_register{
    margin: auto;
}
.con_form_register h2{
    text-align: center;
}
.con_buttons{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px 0 10px 0;
	width: 100%;
}
.select{
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.info{
    background-color: #e6ffe6;
    border: 2px solid #a1d0b9;
    border-radius: 8px;
    font-size: 22px;
    text-align: center;
    padding: 5px;
    width: auto;
}
.info_no_background{
    border: 2px solid #a1d0b9;
    border-radius: 8px;
    text-align: center;
    padding: 5px;
    width: auto;
}
.box_info{
    background-color: #0f9d58;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.line{
    background-color: #0f9d58;
    height: 3px;
    width: 100%;
}
.content_docente{
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 285px;
    width: 90%;
}
.content_docente p{
	font-size: 20px;
}
.mis_cursos_container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
}
.link_icon{
	align-items: center;
	display: flex;
}
.con_buttons .link_icon{
	font-size: 18px;
	text-transform: capitalize;
}
.form_store_course{
    margin: auto;
    min-width: 90px;
    width: 90%;
}
.description_course_in_view{
    font-size: 15px;
    max-width: 700px;
    margin: auto;
    width: 100%;
}
.con_welcome_course_user{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.info_course_user{
    /* align-items: center; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    /*max-width: 600px;*/
	margin: 10px;
    width: 90%;
}
.item_info_course_user{
    align-items: center;
    /*background-color: #e6ffe6;*/
    border: 1px solid #d6d6d6;
    /* border-radius: 8px; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 5px;
}
.item_info_course_user label{
    font-size: 12px;
    margin: 5px;
}
.price_item{
    background-color: #0f9d58;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    left: 3px;
    padding: 2px;
    position: absolute;
    top: 3px;
    text-transform: uppercase;
}
.courses_container{
    padding: 10px;
    width: 100%;
}
.up_course_span{
    align-items: center;
    /*color: #9e9e9e;*/
    display: flex;
}
.price_input_free{
    color: #0f9d58;
    font-weight: bold;
}
.icon_course_view{
	max-width: 410px;
}
.free_price_in_view{
	background-color: #7eca9c;
    color: #fff;
    border-radius: 2px;
    font-size: 12px !important;
    padding: 5px;
}
.select_label_course{
    color: white;
    font-size: 9px;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.content_item_course{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
}
.info_status_item{
    border-radius: 3px;
    color: #fff;
    right: 5px;
    top: 5px;
    position: absolute;
    padding: 2px;
}
.title_course_virtual{
    font-size: 18px;
}
.letter_spacing_1{
    letter-spacing: 1px;
}

/*CUSTOM GLOBAL*/
.width_auto{
    width: auto;
}
.width_10{
	width: 10%;
}
.width_15{
	width: 15%;
}
.width_20{
	width: 20%;
}
.width_30{
	width: 30%;
}
.width_40{
	width: 40%;
}
.width_50{
	width: 50%;
}
.width_60{
	width: 60%;
}
.width_70{
	width: 70%;
}
.width_80{
	width: 80%;
}
.width_90{
	width: 90%;
}
.width_100{
	width: 100%;
}
.height_30{
	height: 30%;
}
.height_100{
	height: 100%;
}
.max_width_30{
    max-width: 30px;
}
.max_width_50{
	max-width: 50px;
}
.max_width_100{
    max-width: 100px;
}
.max_width_150{
    max-width: 150px;
}
.max_width_200{
    max-width: 200px;
}
.max_width_250{
    max-width: 250px;
}
.max_width_300{
    max-width: 300px;
}
.max_width_350{
    max-width: 350px;
}
.max_width_400{
    max-width: 400px;
}
.max_width_500{
    max-width: 500px;
}
.max_width_600{
    max-width: 600px;
}
.max_width_700{
    max-width: 700px;
}
.max_width_800{
	max-width: 800px;
}
.max_width_900{
	max-width: 900px;
}
.max_width_1000{
    max-width: 1000px;
}
.max_width_1100{
    max-width: 1100px;
}
.max_width_1200{
    max-width: 1200px;
}
.max_width_1300{
    max-width: 1300px;
}
.min_width_30{
    min-width: 30px;
}
.min_width_80{
    min-width: 80px;
}
.min_width_90{
    min-width: 90px;
}
.min_width_100{
    min-width: 100px;
}
.min_width_150{
    min-width: 150px;
}
.min_width_160{
    min-width: 160px;
}
.min_width_170{
    min-width: 170px;
}
.min_width_180{
    min-width: 180px;
}
.min_width_200{
    min-width: 200px;
}
.min_width_250{
    min-width: 250px;
}
.min_width_280{
    min-width: 280px;
}
.min_width_290{
    min-width: 290px;
}
.min_width_300{
    min-width: 300px;
}
.max_height_20{
    max-height: 20px;
}
.max_height_30{
	max-height: 30px;
}
.max_height_40{
	max-height: 40px;
}
.max_height_50{
	max-height: 50px;
}
.max_height_75{
    max-height: 75px;
}
.max_height_100{
	max-height: 100px;
}
.max_height_150{
	max-height: 150px;
}
.max_height_200{
	max-height: 200px;
}
.max_height_300{
	max-height: 300px;
}
.max_height_400{
    max-height: 400px;
}
.max_height_500{
    max-height: 500px;
}
.max_height_600{
    max-height: 600px;
}
.max_height_700{
    max-height: 700px;
}
.max_height_800{
    max-height: 800px;
}
.min_height_45{
    min-height: 45px;
}
.min_height_40{
    min-height: 40px;
}
.min_height_50{
    min-height: 50px;
}
.min_height_75{
    min-height: 75px;
}
.min_height_60{
    min-height: 60px;
}
.min_height_100{
    min-height: 100px;
}
.min_height_200{
    min-height: 200px;
}
.min_height_250{
    min-height: 250px;
}
.min_height_300{
    min-height: 300px;
}
.height_auto{
    height: auto !important;
}
.align_center{
    align-items: center;
}
.align_items_flex_start{
    align-items: flex-start;
}
.align_content_flex_start {
    align-content: flex-start;
}
.flex{
    display: flex;
}
.direction_row{
    flex-direction: row;
}
.direction_row_reverse{
    flex-direction: row-reverse;
}
.justify_left{
    justify-content: left;
}
.justify_right{
    justify-content: right;
}
.justify_center{
    justify-content: center;
}
.justify_flex_start{
    justify-content: flex-start;
}
.justify_flex_end{
    justify-content: flex-end;
}
.direction_column{
    flex-direction: column;
}
.space_around{
	justify-content: space-around;
}
.space_between{
	justify-content: space-between;
}
.grow_1{
	flex-grow: 1;
}
.grow_2{
	flex-grow: 2;
}
.grow_3{
	flex-grow: 3;
}
.wrap{
	flex-wrap: wrap;
}
.align_self_center{
    -webkit-align-self: center; /* Safari 7.0+ */
    align-self: center;
}
.align_self_auto{
    -webkit-align-self: auto; /* Safari 7.0+ */
    align-self: auto;
}
.align_self_flex_start{
    -webkit-align-self: flex-start; /* Safari 7.0+ */
    align-self: flex-start;
}
.align_self_flex_end{
    -webkit-align-self: flex-end; /* Safari 7.0+ */
    align-self: flex-end;
}
.align_stretch{
    align-items: stretch;
}
.align_baseline{
	align-items: baseline;
}
.text_center{
	text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.inactive{
    background-color: #bcbcbc !important;
}
.overflow_auto{
	overflow: auto;
}
.overflow_y_scroll{
	overflow-y:  scroll;
}
.overflow_x_scroll{
	overflow-x:  scroll;
}
.overflow_hidden {
	overflow: hidden;
}
.overflow_y_hidden{
	overflow-y:  hidden;
}
.selected{
    color: #0f9d58;
    border: 3px solid #0f9d58;
    border-radius: 2px;
    background-color: rgba(54, 206, 151, 0.15) !important;
}
/*FINAL CUSTOM*/

.container_help_view{
    padding: 10px;
}
.con_help_view{
    margin-top: 60px;
    padding: 20px;
}
.with_100{
    width: 100%;
}
.nav_icons_footer{
	position: fixed;
    bottom: 0;
    margin: auto;
	z-index: 50;
}
.nav_icons_footer a{
	/*margin: 5px;*/
}
.mini_info{
	align-items: center;
    color: #929292;
	display: flex;
	flex-direction: row;
	font-size: 14px;
}
.mini_info .material-icons{
	margin-right: 5px;
}
.content_build_course{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.content_build_course h1{
	width: 100%;
}
.item_to_build_course{
	border: 2px solid #0f9d58;
	border-radius: 3px;
	margin: 10px;
	padding: 10px;
	width: 290px;
}
.con_items_sections_course{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.item_section{
    /*align-self: flex-start;*/
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    justify-content: space-around;
	min-height: 149px;
    padding: 20px;
    text-align: center;
    width: 285px;
}
.item_section_no_action{
    /*align-self: flex-start;*/
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    justify-content: space-around;
	min-height: 149px;
    padding: 20px;
    text-align: center;
    width: 285px;
}
.check_section_course{
    font-size: 25px;
    left: 3px;
    position: absolute;
    top: 3px;
}
.check_section_course_complete{
    font-size: 25px;
    right: 3px;
    position: absolute;
    top: 3px;
}
.check_section_course_puntuacion{
    font-size: 31px;
    left: 3px;
    position: absolute;
    top: 3px;
}
.process_course{
    right: 3px;
    position: absolute;
    top: 3px;
}
.text_select_item_lesson{
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    min-width: 22px;
    transition: 0.3s;
}
.text_select_item_lesson:hover{
    background-color: #fff;
    border: 2px solid #0f9d58;
    color: #0f9d58;
}
.con_navigation_modules .text_select_item_lesson{
	margin: 5px;
	height: 25px;
	width: 22px;
}
.delete_icon_lesson{
    right: 1px;
    position: absolute;
    top: 1px;
    transition: 0.3s;
}
.delete_icon_lesson:hover{
    border: 1px solid #fff;
    border-radius: 5px;
}
.edit_icon_lesson{
    right: 28px;
    position: absolute;
    top: 1px;
    transition: 0.3s;
}
.edit_icon_lesson:hover{
    border: 1px solid #fff;
    border-radius: 5px;
}
#form_create_lesson{
	border: 2px solid #0f9d58;
	border-radius: 4px;
	background-color: #fff;
}
.modal.bottom-sheet {
    max-height: 94%;
}
#modal_delete_lesson .modal-content{
    overflow-y: hidden;
}
.delete_lesson_in_modal{
    font-size: 18px;
}
#modal_delete_lesson p{
    font-size: 18px;
}
.block_header_lessons{
	border: 1px solid #0f9d58;
}
.icon_premium{
    position: absolute;
    top: 5px;
    left: 5px;
}
.tool_item_module{
    transition: all 0.3s;
}
.tool_item_module:hover{
    opacity: 0.8;
}
.seeds_content{
	left: 0;
	position: absolute;
	top: 0;
}
.seeds_icon{
	height: 25px;
	width: 25px;
}
.seed_text{
	color: #b97936;
	font-size: 13px;
	padding: 1px;
}
#container_items_footer .item_footer{
	border-left: 2px solid white;
	border-right: 2px solid white;
}
.delete_notifi{
    position: absolute;
    right: -8px;
    top: -7px;
}
.count_notification_no_read{
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 10;
}
.modal_notifications{
    position: relative;
}
.item_bar_options_tools{
    border-left: 2px solid #0f9d58;
    border-right: 2px solid #0f9d58;
}
.show_bar_options{
    font-size: 20px;
}
.select_item_module{
	color: red;
}
#select_category_course option, #select_subcategory_course option{
	padding: 5px;
}
.question_data{
    width: 40%;
}
.children_list{
    margin-left: 18px;
}
.row_to_select_item{
    color: #63ff7f;
    left: -6px;
    font-size: 30px;
    position: absolute;
    top: -26px;
}
.close {
	position: absolute;
	top: 10px;
	right: 5px;
}
#modal_bottom{
	z-index: 200000;
}
