body {
	font-size: 14px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, "sans-serif";
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	background-color: #edf2f9;
	position: relative;
}
.cred,tr.cred td{color:red;}
.cgreen,tr.cgreen td{color:green;}
.corange,tr.corange td{color:orange;}


.info {
	background-color: rgb(57, 179, 215);
	border-color: rgb(38, 154, 188);
	color: #fff;
}

.main-panel {
	position: relative;
}

.main-panel .header {
	position: relative;
	width: 100%;
}

.main-panel .header .welcome {
	padding-top: 50%;
}

.main-panel .main {
	padding-bottom: 45px;
}

.main-panel .frm {
	width: 100%;
}

.cred {
	color: #f00;
}

.card {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	border-radius: 0.75rem;
	box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
}

.card .ico {
	font-size: 30px;
}

.card .money {
	position: relative;
}

.card .unit_currency {
	position: absolute;
	top: -5px;
	font-size: 14px;
}
.card.card-custom.card-stretch.gutter-b {
    height: calc(100% - 25px);
}
.card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.card.card-custom > .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
	border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181C32;
}
.card.card-custom > .card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
	font-size: 1.35rem !important;
}
.card.card-custom > .card-header .card-title .card-label {
    margin: 0 0.75rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	font-size: 1.08rem;
}
.card.card-custom > .card-body {
    padding: 2rem 2.25rem;
}

.card-header .title { padding: 0; margin: 0; font-size: 22px;}
.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.75rem;
}
.symbol.symbol-35 > img {
    width: 100%;
    max-width: 35px;
    height: 35px;
}

.box {
	background: #fff
}

.or {
	position: relative;
	margin: 20px 0 10px;
	font-weight: 700;
	text-align: center;
}

.or span {
	background: #fff;
	z-index: 11;
	padding: 0px 10px;
	position: relative;
	margin: 0px auto
}

.or hr {
	position: absolute;
	width: 100%;
	left: 0px;
	top: -11px;
}

.left-50 {
	width: 50%;
	float: left;
	background: #ccc;
	border-radius: 6px 0px 0px 6px;
}

.right-50 {
	width: 50%;
	float: right;
	padding: 40px;
}

.primary {
	background: #3276b1;
	background-color: rgb(50, 118, 177);
	border-color: rgb(40, 94, 142);
	color: #fff;
}

.success {
	background: #5cb85c;
	background-color: rgb(92, 184, 92);
	border-color: rgb(76, 174, 76);
	color: #fff;
}

.warning {
	background: #f0ad4e;
	background-color: rgb(240, 173, 78);
	border-color: rgb(238, 162, 54);
	color: #fff;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-item {
  background: tomato;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin: 10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.navbar {background: #2b4c81;display: flex;align-items:center;}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #FC3E2C;
	box-shadow: inset 0 -3px 0 0 #FC3E2C;
	-webkit-box-shadow: inset 0 -3px 0 0 #FC3E2C;
	background-color: transparent;
}

.logo { padding: 15px 0;}

#main_menu, #user_menu { display: flex; }
#main_menu li,
#user_menu > li {display: inline-flex;}
#user_menu > li { padding-left:40px;}
#user_menu > li:first-child {}
#user_menu > li:first-child a {padding:0 !important}
#user_menu > li:first-child a:hover {color: black !important; background:unset !important}
#user_menu .fa-bell, #user_menu .fa-user {
	font-size:18px; color: #fff; margin-right:7px;
}
#user_menu .badge {
	background: #ffc107; color: black;
}
#user_menu .dropdown-menu ul { margin:0; padding:0;}
#user_menu .dropdown-menu li a{
	padding: 10px; white-space: nowrap;
}
#user_menu .dropdown-toggle {
	line-height:50px;
	cursor:pointer;
	position: relative;
}
#user_menu .dropdown_notify .badge {
	position: absolute;
    top: 5px;
    left: 14px;
}
#main_menu .nav-label {
	padding: 0 2.5rem !important;
}
#main_menu .nav-title {
	display: flex;
	font-size: 18px !important;
	color: #fff !important;
	font-weight: 500 !important;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	line-height:63px;
}
#main_menu .nav-desc {
	display: flex;
	color: #B5B5C3 !important;
}
#main_menu li {
	border-bottom: 3px solid transparent;
}
#main_menu li a {
	display: flex;
	color:#fff;
	align-items: center;
	padding: 24px 0;
}
#main_menu li.active,
#main_menu li:hover {
	border-bottom: 3px solid #fff;
}

#main_menu li.active .nav-title,
#main_menu li:hover .nav-title {
	color: #fff !important;
}

#main_menu li>a:focus, #main_menu li>a:hover {background-color: unset;}
#in_out{justify-content:flex-end;display:flex;align-items:center;}
#in_out ul li{color:#fff;}
#in_out ul li a{color:#fff}
#in_out ul ul li a{color:#2b4c81}
#frmpaging{text-align:center;}
.menu {border-bottom: #ccc 1px solid;}
.menu a {display: block;line-height: 24px;}

.form-profile .dropdown-profile .arrow {
	position: absolute;
	z-index: 999;
	top: -5px;
	right: 20px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 2px;
	transform: rotate(45deg);
	border-left: 1px solid rgba(0, 0, 0, .15);
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.form-profile .dropdown-profile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 220px;
}

.form-profile .dropdown-profile ul li {
	display: block;
	border-top: 1px #e5e5e5 solid;
	padding: 0px 21px;
	line-height: 30px;
}

.form-profile .dropdown-profile ul li.user-info {
	text-align: center;
	border-top: none;
	padding: 11px;
}

.form-profile .dropdown-profile ul li img {
	height: 110px;
}

.form-profile .dropdown-profile ul li .item-avatar {
	display: block;
}

.form-profile .dropdown-profile ul li .item-info {
	display: block;
}

.form-profile .btn img {
	height: 20px;
	float: left;
	border-radius: 100%;
	margin: 0px 10px 0px 0px;
}

.box {
	display: block;
	margin: auto;
	padding: 0;
	margin-bottom: 12px;
	line-height: 1.53846154;
	background-color: #fff;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .05);
	transition: border .2s ease-in-out;
}

.frm_add .title {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

.frm_add .panel {
	margin-bottom: 0px;
}

.heading .title {
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	border-bottom: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.member_banner {
	height: 150px;
	background: #333;
}

.member_box {
	display: relative;
	padding: 21px 0px;
}

.member_box .avatar {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	margin-top: -100px;
}

.member_box .item-info-name {
	font-size: 21px;
	font-weight: bold;
}

.member_box .item-info-intro {
	padding: 11px;
}

.member_box .item-info-action a {
	display: inline-block;
	margin: 11px 15px;
}

.note-editor.note-frame .note-editing-area .note-codable {
	background: #fff;
	color: #212121;
}

.post-item .header {
	padding: 10px 30px 10px 10px;
	position: relative;
}

.post-item .header::after {
	content: '';
	clear: both;
}

.post-item .header .avatar {
	display: block;
	border: #ccc 1px solid;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: 7px;
}

.post-item .header .avatar img {
	width: 100%;
}

.post-item .header .heading {
	padding: 2px 0 0;
	margin: 0;
	color: #365899;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item .header .heading-sub {
	color: #90949c;
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item .caption {
	clear: both;
	padding: 0 10px 10px;
	word-break: break-all;
}

.post-item .caption img {
	width: 100% !important;
	height: 100% !important;
}

.post-item .caption iframe {
	width: 100% !important;
}

.post-item .thumb img {
	padding: 0 10px 10px;
	max-width: 100% !important;
}

.post-item .share {
	padding: 0 10px 10px;
}

.post-item .msg-post {
	clear: both;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
}

.post-item .btn-post {
	clear: both;
	font-size: 14px;
	line-height: 30px;
	border-top: 1px #e5e5e5 solid;
}

.post-item .btn-post span {
	margin-left: 21px;
	cursor: pointer;
}

.post-item .com-post {
	background-color: #f6f7f8;
	border-top: 1px solid #e1e2e3;
	padding: 10px;
	border-radius: 0 0 4px 4px;
}

#course_list .course-item {
	width: 235.5px;
	float: left;
}

#course_list .course-item .inner {
	padding: 7px;
}

#course_list .course-item .inner .thumb img {
	width: 100%;
}

#course_list .course-item .inner .title {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	max-height: 2.6em;
}


.course_panel {}

.setting_sidebar .thumb_upload {
	min-height: 100px;
	text-align: center;
	background: #dedede;
	border: #ccc 1px solid;
}

.course_item {
	border-bottom: #ccc 1px solid;
	padding: 5px;
	position: relative;
}

.course_item .course_button {
	width: 100%;
	bottom: 0px;
	right: 0px
}

.course_item .intro {
	height: 91px;
	overflow-y: auto;
}

.course_item .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
}

.course_list .part_info {
	padding: 3px 5px;
	line-height: 32px;
	background: #fefefe;
}

.course_list .lession_list {
	height: 0px;
	overflow: hidden;
}

.course_list .lession_item {
	border-top: #ccc 1px solid;
	padding: 5px;
	position: relative;
}

.course_list .lession_item .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}


#site-body .body-top {
	height: 70px;
}

#right-sidebar .box {
	padding: 10px;
}

#right-sidebar .box .headding {
	min-height: 32px;
	border-bottom: 1px #e1e2e3 solid;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.user_module .form-search {
	width: 250px;
	float: left;
}

.user_module .btn-default {}

.user_module .btn i {
	font-size: 20px;
	width: 20px;
	text-align: center;
	display: block;
}

#chat-sidebar .sidebar-wrapper {
	position: fixed !important;
	background-clip: padding-box;
	background-color: #e9eaed;
	border-left: 1px solid #ccc;
	box-shadow: 1px 0 0 #f0f0f2 inset;
	height: 100%;
	right: 0;
	top: 0;
	width: 205px;
	z-index: 300;
}

#chat-sidebar .sidebar-wrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#chat-sidebar .sidebar-wrapper li {
	clear: both;
	display: block;
}

#chat-sidebar .sidebar-wrapper li a {
	color: #212121;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
}

#chat-sidebar .sidebar-wrapper li a:hover {
	background-color: rgba(0, 0, 0, .05);
}

#chat-sidebar .sidebar-wrapper .sidebar-top {
	height: 55px;
}

#chat-sidebar .sidebar-wrapper .list-title {
	padding: 0px 5px;
	line-height: 32px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

#chat-sidebar .sidebar-wrapper .item-member {clear: both;display: block;}

#chat-sidebar .sidebar-wrapper .item-avatar {
	display: block;
	border: #ccc 1px solid;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 7px;
	float: left;
}

#chat-sidebar .sidebar-wrapper .item-avatar img {
	max-width: 100% !important;
}

#chat-sidebar .sidebar-wrapper .item-status {
	float: right;
	line-height: 32px;
}

#chat-sidebar .sidebar-wrapper .item-status span {
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
}

#chat-sidebar .sidebar-wrapper .item-status span.online {
	background: green;
}

#chat-sidebar .sidebar-wrapper .item-status span.offline {
	background: gray;
}

#chat-sidebar .sidebar-wrapper .item-name {
	line-height: 32px;
}

#chat-sidebar .block-chat-wrapper {
	bottom: 0;
	direction: ltr;
	height: 28px;
	left: auto;
	position: fixed;
	right: 215px;
	z-index: 300000;
}

#chat-sidebar .block-chat-wrapper .inner {
	float: left;
}

#chat-sidebar .tab_block_chat {
	width: 260px;
	height: 28px;
	float: right;
	position: relative;
	margin-left: 10px;
}

#chat-sidebar .box_chat {
	font-size: 12px;
	width: 100%;
	bottom: 0;
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	background-clip: padding-box;
	background: #fff;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#chat-sidebar .box_chat .chat_header {
	color: #fff;
	height: 26px;
	background: #4267b2;
	border-top-left-radius: 3px;
	border: 1px solid #2f477a;
	border-top-right-radius: 3px;
	overflow: hidden;
	position: relative;
}

#chat-sidebar .box_chat .chat_header .title {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 26px;
	padding-left: 7px;
	width: 50%;
	font-weight: bold;
}

#chat-sidebar .box_chat .chat_header .mbtn {
	font-size: 12px;
	width: 10px;
	height: 10px;
	margin: 8px 2px;
	float: right;
	cursor: pointer;
}

#chat-sidebar .box_chat .chat_list {
	height: 250px;
	overflow-y: scroll;
	background-color: #edeef1;
	border: 1px solid rgba(29, 49, 91, .3);
}

#chat-sidebar .box_chat .chat_list .box_mess {
	display: block;
	clear: both;
	position: relative;
	min-height: 45px;
}

#chat-sidebar .box_chat .chat_list .box_mess:after {
	content: '';
	clear: both;
}

#chat-sidebar .box_chat .chat_list .me_mess {
	text-align: right;
}

#chat-sidebar .box_chat .chat_list .you_mess {
	margin-left: 45px;
}

#chat-sidebar .box_chat .chat_list .box_mess .avatar {
	position: absolute;
	bottom: 0px;
	left: -45px;
	width: 45px;
	height: 45px;
	float: left;
}

#chat-sidebar .box_chat .chat_list .box_mess .item {
	max-width: 175px;
	clear: both;
	margin: 1px 2px;
}

#chat-sidebar .box_chat .chat_list .box_mess .item span {
	padding: 3px 9px;
	background: #ccc;
	border-radius: 23px;
	display: inline-block;
	word-wrap: break-word;
}

#chat-sidebar .box_chat .chat_list .box_mess .item span.me {
	background: lightblue;
	text-align: right;
}

#chat-sidebar .box_chat .chat_footer {
	height: 50px;
	overflow: hidden;
	border-left: 1px solid #c9d0da;
}

#chat-sidebar .box_chat .chat_footer .txt_typing_mess,
#chat-sidebar .box_chat .chat_footer .txt_typing_mess:active {
	font-size: 12px;
	border: none;
	height: 26px;
	border-radius: 0px;
	box-shadow: none;
}

#chat-sidebar .box_chat .chat_footer .btn_send_mess {
	margin: 4px;
	height: 16px !important;
	padding: 0px 7px !important;
	font-size: 9px;
	border-radius: 3px;
	line-height: 16px;
	background: #4267b2;
	color: #fff;
}

#BoxLogin,
#BoxRegister {
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: stretch;
}

.btn-facebook {
	background-color: #3f77b7;
	color: #fff;
	white-space: nowrap;
}

.btn-facebook .fa {
	padding-right: 12px;
	margin-right: 10px;
	float: left;
}

.modal.modal-login .modal-content {
	border-radius: 0px;
}

.modal.modal-login .modal-dialog {
	border-radius: 0px;
	width: 480px;
}

.frm-register .modal-header {
	background-color: #fafafa;
	margin-bottom: 15px;
}

.modal.modal-login .modal-header {
	margin-right: -15px;
	margin-left: -15px;
	background-color: #fafafa;
}

.frm-register h3.title,
.frm-login h3.title {
	font-size: 18px;
	text-transform: uppercase;
}

.modal.modal-login {
	top: 100px
}

.frm-register .form-control,
.frm-login .form-control {
	border: 1px solid #d7d7d7;
	/*border-radius: 0px;*/
	box-shadow: none;
}

.frm-login {
	padding: 10px;
}

.frm-login .btn-login {
	color: #fff;
	background-color: #ff6600;
	border: none;
}

.modal-content #frm_action {
	margin: 0px;
}

.modal-content .modal-body {
	padding: 0px 15px;
}

.modal-header p {
	margin-bottom: 0px;
}

.info-rut {
	padding: 15px;
}

.frm-bank {
	padding-bottom: 20px;
}

.error-txt {
	font-size: 12px;
	color: red;
}

.frm-post {}

.post-item .frm-post .com-post {
	padding: 5px 10px;
}

.post-item .frm-post .btn-postcontent {
	padding: 2px 10px;
}

/*---------------------------------------------------------------------*/
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 21px;
}

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

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

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

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

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

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

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

.slider.round:before {border-radius: 50%;}
/* FRONT PAGE */
#main-content, .main-content {padding-top: 85px;}
#main-content .wallet_panel {}
.info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}
.info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}
.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 120%;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}
.info-box .info-box-text, .info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 15px;
}
.info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
	font-size: 16px;
}

.bg-info, .bg-info>a,
.bg-danger, .bg-danger>a,
.bg-success, .bg-success>a {
    color: #fff!important;
}
.bg-info {
    background-color: #17a2b8!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
.bg-success {
    background-color: #28a745!important;
}
.bg-warning, .bg-warning>a {
    color: #1f2d3d!important;
}
.bg-warning {
    background-color: #ffc107!important;
}

/* LOGIN FORM */
#btn-process-login, #btn-process-register {
    border-color: #fff;
	font-weight: 600;
}

.nav_regis { display: flex; margin-bottom: 20px;}
.nav_regis li {
	display: inline-block;
    width: 34%; padding: 15px 0;
    text-align: center;
	font-size: 16px;
	background: #eee;
}
.nav_regis li.active {
    background: #fff;
	color: #2b4c81;
}


#walletTab .nav-pills>li.active>a, 
#walletTab .nav-pills>li.active>a:focus, 
#walletTab .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #fff;
}

.pagination {margin:0;}