@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700');

html {
	position: relative;
	min-height: 100%;
}

html,body {
	font-family: 'Open Sans', sans-serif;
}

body.pattern {
	background: url("../img/dashboard/student-banner-bg.png") repeat;
	margin-bottom: 398px;
}

@media (max-width: 992px) {
	body.pattern {
		margin-bottom: 0;
	}

	footer {
		position: static;
	}
}

body,
table>thead>tr>th,
table>tbody>tr>td {
	font-size: 15px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 15px;
}

.table.table-f-border>tbody>tr>td,
.table.table-f-border>tbody>tr>th,
.table.table-f-border>tfoot>tr>td,
.table.table-f-border>tfoot>tr>th,
.table.table-f-border>thead>tr>td,
.table.table-f-border>thead>tr>th {
	border: 1px solid rgba(0,0,0,.1);
}

h1,h2,h3,h4,h5,h6,
p b,
table>thead>tr>th,
.list-name > .pull-left span {
	font-weight: 600;
}

.m-t-15x {
	margin-top: 15px;
}

.m-t-25x {
	margin-top: 25px;
}

.m-t-30x {
    margin-top: 30px;
}

.m-b-25x {
	margin-bottom: 25px !important;
}

.p-b-50x {
	padding-bottom: 50px;
}

.p-b-25x {
	padding-bottom: 25px;
}

.t-s-18x {
	font-size: 18px;
}

.col-center {
	float: none;
	margin: auto;
}

.border-set {
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 2px #e8e8e8;
}

.box-tb {
	display: table;
	width: 100%;
	position: relative;
}

.box-row {
	display: table-row;
	position: relative;
}

.box-cell {
	display: table-cell;
	vertical-align: middle;
}

.white-bg {
	background-color: #fff;
}

.gray-bg {
	background-color: #f8f8f8;
}

.lead {
	font-weight: 600;
	font-size: 28px;
}

.img-responsive {
	margin: auto;
}

.text-green {
	color: #56c260;
}

.display-message-ele .alert {
	text-align: left;
	font-size: 18px;
}

/* grid setting */
@media (min-width: 1520px){
	.container {
	    width: 1420px;
	}
}

/* Pnotify setting */
.ui-pnotify-inline .alert {
	padding: 10px 15px;
	height: auto;
	text-align: left;
}

.ui-pnotify-inline .ui-pnotify-title,
.ui-pnotify-inline .ui-pnotify-text {
	display: inline-block;
}

.ui-pnotify-inline .ui-pnotify-title {
	margin-right: 15px;
}

/* form setting */
label {
	color: #4f4f4f;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}

[class="form-control"],
input[class="form-control"] {
	border-width: 2px;
	border-color: #e4e4e4;
	height: 40px;
}

[class="form-control"],
input[class="form-control"],
.btn-lg {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

/* alert setting */
.alert {
	
	text-align: center;
	padding: 8px;
	border-radius: 0;
	z-index: 811;
	margin-bottom: 0;
}

.ui-pnotify .alert {
    position: static;
    text-align: center;
}


/* modal setting */
.modal h4 {
	font-size: 15px;
	color: #595a5a;
}

.modal .modal-body {
	background-color: #f3f3f3;
	padding: 8px 30px; 
}

/* table setting */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-top: 1px solid rgba(0,0,0,.05);
	vertical-align: middle;
	color: #656565;
	border: none;
}

.table>thead>tr {
	background-color: #fff;
	border: 1px solid #eee;
}

.table thead {
	background-color: #f0f0f0;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.btn-gray,
.btn-gray:hover,
.btn-gray:focus,
.btn-orange,
.btn-orange:hover,
.btn-orange:focus,
.btn.focus,
.btn:focus {
	color: #fff;
	border-color: rgba(0,0,0,0.2);
}

.btn-gray {
	background-color: #595a5a;
}

.btn-gray:hover,
.btn-gray:active {
	background-color: #f04f23;
}

.btn-orange {
	background-color: #f04f23;
}

.btn-orange:hover,
.btn-orange:active {
	background-color: #f96e49;
}

.text-btn {
    padding: 15px 5px;
}

.text-orange,
.text-btn:hover,
.text-orange a,
.result > tbody > tr > td:last-child >a {
    color: #f04f23;
}


/* text color style */
.text-orange,
.text-btn:hover,
.result > tbody > tr > td:last-child >a {
	color: #f04f23;
}

/* pagination style */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
		background-color: #ff721c;
		border-color: #ff721c;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #ff721c;
}

/* filter setting */
.filter {
	padding: 20px 0 0;
	background: url('../img/filter-bg.png') no-repeat center center/cover;
}

.filter .box-tb {
	border-spacing: 10px;
 	border-collapse: separate;
}

.filter .btn {
	padding: 9px 12px;
}

@media (max-width: 991px) {
	.filter {
		padding-bottom: 20px;
	}

	.filter .box-tb,
	.filter .box-tb > .box-row,
	.filter .box-tb > .box-row > .box-cell {
		display: block;
	}
}


/* content wrapper setting */
.content-wrapper {
    z-index: 800;
    min-height: calc(100% - 65px);
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
}

.content-wrapper .content-header {
	padding: 10px 15px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.content-wrapper .welcome-bg {
	background: url(../img/dashboard/welcome-bg.png) no-repeat center center;
	min-height: 204px;
	padding: 0;
}

.content-wrapper .heading {
	font-size: 20px;
	margin: 20px 0;
	color: #656565;
}

.content-wrapper .heading.welcome {
	margin: 0;
}

.content-wrapper .heading > small {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 300;
}

.courses {
	min-height: 600px;
}

/* inner content setting */
.help-block-box {
	border: 1px solid rgba(0,0,0,.1);
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0 #E6E9EC;
    background-color: #fff;
}

@media (max-width: 991px) {
	.help-block-box {
	    margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.fixed-help-block {
		position: fixed;
		top: 0;
		max-width: 509px;
		margin-top: 0;
	}
}

.start-project .help-block-box h4 {
	padding: 0 0 15px;
}

.help-block-box blockquote {
    border-left: 2px solid #ff721c;
    margin-bottom: 0;
}

.help-block-box blockquote + blockquote {
	margin-top: 20px;
}

.help-block-box blockquote > header {
	font-size: 16px;
	font-weight: 600;
}

.help-block-box blockquote > p {
	font-size: 13px;
	line-height: 20px;
}

/* Student inner Dashboard */
.content article.article-bordered,
.card {
	border: 1px solid #eee;
}

.content article + article {
	margin-top: -1px;
}

.overall-details {	
	padding: 60px 0;
}

.overall-details div[class*="col-md-"]:nth-child(n+2) { 
	margin-top: 40px;
}

.overall-details .white-bg {
	border: 1px solid #d7d7d7;
	box-shadow: -1px 16px 23px 0px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: -1px 16px 23px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: -1px 16px 23px 0px rgba(0, 0, 0, 0.04);
	padding: 36px 15px;
}

@media (max-width: 991px) {
	.overall-details .white-bg {
		margin-bottom: 15px;
	}
}

.overall-details .white-bg span {
	font-size: 60px;
	text-align: center;
	line-height: 40px;
}

.overall-details .white-bg span,
.card .name,
.card .tutor-name,
.card .purchased,
.card .date {
	display: block;
}

.overall-details .white-bg > span:last-child,
.card .name {
	font-size: 15px;
}

/* Card Setting */
.card {
	box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.10);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px 0px 75px;
	position: relative;
	background-color: #fff;
	position: relative;
}

.card a.quick-preview {
    display: block;
    min-height: 285px;
}

.card .progress {
	margin-bottom: 0;
	height: 6px;
	border-radius: 0;
}

@media (min-width: 480px) {
	.card {
		height: 285px;
	}
}

@media (min-width: 992px) {
	.card.card-height {
		height: 315px;
	}
}

.card .pos-set {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.card .box-tb > .btn + .btn {
	margin-left: 0;
}

@media (max-width: 991px) {
	.card {
		margin-bottom: 15px;
		height: auto;
	    padding: 0px 0px 10px;
	}

	.card .pos-set {
		position: static;
	}
}

/* Card Setting */
.col-fix {
	margin-bottom: 30px;
}

.col-fix .box-tb .btn:first-child {
	border-left: none;
}

@media (max-width: 480px) {
	.card img {
		width: 100%;
	}
}

@media (min-width: 480px) and (max-width: 667px) {
	.col-fix {
		width: 50%;
		float: left;
	}
}

@media (min-width: 668px) and (max-width: 991px) {
	.col-fix {
		width: 33%;
		float: left;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.courses [class*="col-fix"] {
		width: 25% !important;
		/*margin-top: 30px;*/
	}
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1200px) and (max-width: 1519px) {
/* Styles */
	.col-fix {
		width: 20%;
	}
}

@media only screen  and (min-width : 1520px) {
/* Styles */
	.col-fix {
		width: 236px;
	}
}

/* ----------- Non-Retina Screens ----------- */
/*@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  	.col-fix {
		width: 25%;
	}
}*/

.col-fix .card.test:before {
	width: 0;
	height: 0;
	border-top: 45px solid #f04f23;
	border-left: 45px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
}

.col-fix .card.test:after {
	content: "Test";
	display: inline-block;
	position: absolute;
	color: #fff;
	top: 6px;
	transform: rotate(45deg);
	font-size: 12px;
	right: 2px;
}

.card > .fa {
	font-size: 20px;
	position: absolute;
	cursor: pointer;
	color: #bababa;
	top: 10px;
}

.card .fa-trash-o {
	right: 13px;
}

.card .fa-star {
	left: 13px;
}

.card .fa-star.star-yellow {
	color: #ffae00;
}

.card a.fa {
    right: 13px;
    color: #000;
    background-color: #fff;
    padding: 4px 6px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
}

.card .box-tb a.fa {
    border-radius: 0;
}

.card img {
	height: auto;
	margin-bottom: 12px;
}

.card .name {
	color: #4f4f4f;
}

.card .name {
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 46px;
	padding: 0 10px;
	text-align: left;
	font-weight: 700;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 -moz-box-orient: vertical;
	 position: relative;
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

@-moz-document url-prefix() {
	.card .name::before {
		bottom: 3px;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        /* margin-left: -3rem; */
        width: 2.3rem;
		background-color: #fff;
    }
	.card .name::after {
        content: '';
        background: #fcfcfc;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
    }
}

.card .tutor-name,
.card .date {
	font-weight: 400;
}

.card .tutor-name {
	font-size: 12px;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 46px;
	padding: 0 10px;
	text-align: left;
    line-height: 20px;
	margin-top: 5px;
	color: #989898;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}

.card .purchased {
	font-weight: 400;
	font-size: 14px;
	color: #8d8e8d;
	padding: 5px 0px;
}

.card .purchased.amt {
	/* color: #1ead2b; */
	color: #333;
}

.card .purchased.amt p {
    margin-bottom: 0;
}

.card .date {
	color: #adadad;
	margin-bottom: 5px;
}

.card .btn {
	border-radius: 0;
	width: 50%;
	display: inline-block;
	border-top: 1px solid #eee;
	font-size: 12px;
	color: #9e9e9e;
	padding: 10px 8px;
	/* float: left; */
}

.card .btn + .btn {
	border-left: 1px solid #eee;
}

.card .btn > .fa {
	margin-right: 6px;
}

.card .box-cell:hover,
.card .box-cell:hover .fa {
	color: #fff;
	background-color: #ff721c;
}

.text-btn {
	padding: 15px 5px;
}

@media (max-width: 991px) {
	.text-btn.text-right {
		text-align: center;
	}
}

.result > thead > tr > th:last-child,
.result > tbody > tr > td:last-child {
	text-align: center;
}


/* Top header setting */
.top-header {
	padding: 40px 0;
}

.top-header label {
	margin-right: 10px;
}

.top-header h3 {
	margin: 4px 0;
}

.edit-profile a.text-orange {
	padding: 7px 0;
}

@media (min-width: 768px) {
	.top-header select {
		min-width: 300px;
		margin-left: 10px;
	}

	.top-header .select > select {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.top-header select {
	    display: inline-block;
    	width: auto;
	}

	.content .navbar-form {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 420px) {
	.top-header [class*="pull-"] {
		display: block;
		float: none !important;
	}

	.top-header select {
		width: 100%;
	}

	.top-header [class*="pull-"] .form-inline {
		margin-top: 15px;
	}
}

.courses .row + .row {
	margin-top: 35px;
}

/* Test page */
.card .dropdown-menu {
	top: 96%;
	left: -6px;
	min-width: 91px;
	border-radius: 8px;
}

.card .dropdown-menu> li > a {
	color: #8d8e8d;
}

.card .dropdown-menu.dropdown-menu-right {
	left: auto;
	right: 27%;
}

.card .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.card .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.card .dropdown-menu.dropdown-menu-right:before {
	left: auto;
	right: 9px;
}

.card .dropdown-menu.dropdown-menu-right:after {
	left: auto;
	right: 10px;
}

/* Profile page setting */
.max-size-img {
    max-width: 160px;
    max-height: 160px;
    display: block;
    margin-bottom: 10px;
}

/* Text Result Page setting */
.card.one-btn-left .btn {
	width: 100%;
}

/* Test Question setting */
.text-type.question .file {
	color: #f04f23;
	padding: 10px 0;
	display: block;
}

.question .action-btn {
	margin-top: 60px;
}

.question .tab-pane {
	display: none;
}

.question .tab-pane.active {
	display: block;
}

.question .question-lable + small {
	display: block;
	color: #C4C4C3;
	margin: 0 0 20px 20px; 
}

.listing-type {
    list-style-type: lower-alpha;
    padding-left: 40px;
}

.listing-type .listing-style-type {
	display: list-item;
	list-style-type: none;
}

.listing-type .listing-style-type .radio,
.listing-type .listing-style-type .checkbox {
	padding-left: 20px;
}

.listing-type .listing-style-type + .listing-style-type {
	margin-top: 20px;
}

.listing-type .listing-style-type label {
	padding-left: 20px;
}

.card-detail .panel-heading {
	background-color: #fff;
}

.card-detail .panel-heading div[class*="col-sm-"]:nth-child(-n+2) {
	padding: 8px 15px;
}

.inner-icon {
    position: relative;
}

.inner-icon .input-group-btn {
    position: absolute;
    font-size: 20px;
    right: 0;
    width: 50px;
    text-align: center;
    padding: 6px 0;
    bottom: 0;
}

.card-detail .dl-horizontal {
	margin-bottom: 4px;
}

.card-detail .dl-horizontal > dt,
.card-detail .dl-horizontal > dd {
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	width: 50%;
}

@media (max-width: 768px) {
	.card-detail .dl-horizontal > dt,
	.card-detail .dl-horizontal > dd {
		float: left;
		margin-left: 0 !important;
	}
}

.card-detail .dl-horizontal > dt > b,
.card-detail .dl-horizontal > dd > b {
	font-size: 18px;
}

.card-detail .dl-horizontal .total {
	font-size: 20px;
	font-weight: 600;
}

.card-detail .dl-horizontal > dt {
	text-align: left;
}

.card-detail .dl-horizontal > dd {
	text-align: right;
	margin-left: 50%;
}

/* Card Page Setting */
.coupon-code {
    padding: 15px;
}

.coupon-code input + .input-group-btn .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 9px 12px;
}

.cart-table {
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.05);
	border-top: none;
}

.cart-table del,
.cart-table .coupon {
	font-size: 14px;
}

.cart-table .box-row {
	background-color: #fff;
}

.cart-table .text-success {
    color: #17aa1c;
}

.coupon-detail {
	padding: 15px 0 0;
}

.cart-table .box-cell {
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid rgba(0,0,0,.05);
}

@media (min-width: 768px) {
	.cart-table .box-cell small {
		width: 75%;
		display: block;
	}
}
.cart-table .box-cell .well {
	margin-bottom: 0;
	box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.04);
}

.cart-table .header .box-cell {
	color: #9c9292;
	font-size: 14px !important;
	font-weight: 600;
}

.cart-table img {
	max-width: 100px;
	max-height: 100px;
}

.cart-table .box-cell:first-child {
	width: 3%;
	text-align: center;
}

.cart-table .box-cell:nth-child(2) {
	width: 100px;
}

.cart-table .box-cell:nth-child(4) {
	width: 200px;
	text-align: center;
}

.cart-table .box-cell p,
.cart-table .box-cell:nth-child(4),
.cart-table .box-cell:nth-child(5),
.cart-table .box-cell:nth-child(6) {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
}

.cart-table .box-cell:last-child {
	font-size: 20px;
	width: 50px;
	text-align: center;
}

.cart-table .box-cell:last-child a {
	color: #666;
}

@media (max-width: 767px) {
	.cart-table .box-row {
		text-align: center;
		min-height: 20px;
	    background-color: #fff;
	    border: 1px solid #e3e3e3;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	}

	.cart-table .box-row,
	.cart-table .box-cell {
		display: block;
		padding: 5px;
		border: none;
	}

	.cart-table .box-cell .white-bg {
		background-color: transparent;
		box-shadow: none;
		border: none;
	}

	.cart-table .box-row.header,
	.cart-table .box-cell:first-child {
		display: none;
	}

	.cart-table .box-cell:last-child {
		position: absolute;
		right: 10px;
		top: 10px;
	}
}

.pie-chart {
	position: relative;
    height: 244px;
    padding: 0 1px;
}

/*.question-lable * {
    display: inline-block;
    font-weight: 600;
    font-size: 120%;
}*/

.video-box {
	position: relative;
	background-color: rgba(0,0,0,.5);
}

.video-box .display-btn-container {
	height: 400px;
}

.video-box .action-btn-box {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 45%;
}
.m-t-25x {
    margin-bottom: 30px;
}
