@font-face {
    font-family: 'myriad-pro';
    src: url('../fonts/myriad-pro_regular.ttf') format('ttf'),
    	 url('../fonts/myriad-pro_regular.woff2') format('woff2'),
         url('../fonts/myriad-pro_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@keyframes loading {
    0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes loading {
  	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-spinner{
	animation-name: loading;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

body{	
	background-color: #f1f1f1;
	/*font-family: "myriad-pro", arial;*/
	color: #68696a;
}

hr{
	border-color: #cdcdcd;
}

textarea{
	resize: vertical;
}

.user-name{	
	
	float: right;
	margin-right: 10px;
}

.user-name button{
	color: white;
	font-size: 16px;
}

.user-name-link{
	color: #68696a !important;
}

.user-name-link:hover{
	color: #68696a !important;
	text-decoration: none;
}

.user-name-link i{
	margin-right: 5px;
}

.user-name button{
	text-transform: capitalize;
}

.login .panel{
	width: 300px;
	margin: 50px auto;
	border-radius: 4px;
	border-color: white;
	border: 0;
}

.login .panel-body{
	background: #f3f3f3;
	border-radius: 4px 4px 0 0;
}

.login .panel-heading{
	background-color: #d4dedf;
	text-align: right;
	border-radius: 0 0 4px 4px;
	border-width: 0;
}

.login h4 {
    text-align: center;
}

#error-message {
    display: none;
    color: red;
}

.login-error{
	/*color: red;*/
	word-wrap: break-word;
}

.login-logo{
	text-align: center; 
	margin-bottom: 0;
}

.login-logo img{
	max-width: 50%;
}

.dialog-container-fluid{
	margin-top: 25px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

footer .container-fluid {
    text-align: center;
    color: #68696A;
}

.footer-copyright{
	margin-top: 10px;
	color: white;
}

.page-title {
    font-size: 2.5em;
    font-weight: bold;
}

.page-title-text {
    display: inline-block;
}

.search-title{
	display: inline-block;
}

.show-grid [class^="col-"]{
	padding-top: 15px;
	padding-bottom: 10px;
}

.content-wrapper{
	margin-top: 15px;
}

.cd-logo img{
	display: inline-block;
	height: 50px;
}

.cd-logo div{
	display: inline-block;
	padding-left: 15px;
	color: white;
	font-size: 2.2em;
}

.cd-main-header, .cd-side-nav{
	/*background: url(../../images/bg.png) repeat;*/
	background-color: #3e454c;
	/*background-color: #25274D;*/
	box-shadow: none;
}

.property-header, .property-side-nav{
	background-color: #25274D !important;
	box-shadow: none;
	
}

.property-header{
	/*z-index: 99999;*/
}

.property-menu a{
	font-size: 13px !important;
}

.verification-left-menu{
	padding-top: 0;
	min-height: 200px;
	width: 100%;
	overflow-y: auto;
}

.verification-left-menu-question{
	left: 200px;
}

.verification-right-content{
	padding: 5px;
	position: relative;
}

.verification-left-menu a{
	text-decoration: none;
}

.edit-test-snapshot-li{
	padding: 10px;
}

.edit-test-snapshot-li img{
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
}

.img_selected_snap_shot{
	background-color: #eeeeee; 
	height: 500px; 
	padding: 15px;
	text-align: center;
}

.img_selected_snap_shot p{
	text-align: left;
}

.img_selected_snap_shot img{
	width: auto;
	height: 400px;
}

.grade-loading{
	margin: -5px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgb(148 149 149 / 55%); 
	display: none;
}

.text-warning{
	color: #e59d22;
}

.fill-in-answer-block{
	display: flex;
	margin-bottom: 7px;
}

.fill-in-answer-block .fill-in-des{
	flex: 1;
	padding-top: 10px;
}

.fill-in-answer-block .fill-in-answer{
	flex: 9;
}

.cd-side-nav > ul > li > a::before{
	background: none;
}

.cd-side-nav ol, .cd-side-nav ul {
	list-style: none;
}

.has-children ul{
	/*background-color: #32373c;*/
	background-color: rgba(46, 156, 202, 0.5);
}

.has-children ul a{
	color: rgba(240,245,250,.7);
}

.cd-side-nav a{
	color: #eee;
}

.cd-side-nav > ul > li > a > i{
	margin-right: 10px;
	color: white;
}

.cd-side-nav > ul > li a:hover{
	/*color: #00b9eb !important;*/
	/*color: #2E9CCA !important;*/
	text-decoration: none;
}

.active > a > i{
	color: white !important;
}

.cd-side-nav > ul > li:not(.action-btn):hover > a{
	color: white;
}

/*Control the style of current sub list item*/
.current-child > a{
	color: white !important;
	font-weight: 600;
}

.cd-side-nav .active > a{
	/*background-color: #0073aa;*/
	background-color: #2E9CCA;
	color: white;
}

.has-children > a:after{
	background: none;
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f107';
}

.has-children.selected > a::after{
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f106';
}

.tablenav-pages{
	float: right;
	text-align: right;
}

.load-time{
	text-align: right;
}

.small-td-button .btn{
	font-size: 12px;
}

.btn-small{
	font-size: 12px;
}

.table{
	border: 1px solid #e5e5e5; 
	margin-bottom: 5px;
}

.table .check{
	width: 20px;
}

.table tr{
	background-color: white;
}

.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #efefef;
}

.table-dark>tbody>tr{
	background-color: #cde2ff;
}

.pagination-bottom{
	margin-top: 5px;
	margin-bottom: 5px;
}

.pagination-top{
	margin-top: 0px;
	margin-bottom: 5px;
}

.section-status-ul{
	padding-left: 10px;
}

.search-block{
	text-align: right; 
	margin-bottom: 10px;
}

.search-block .btn{
	margin-top: -5px;
}

.search-block input[type="text"]{
	display: inline-block; 
	width: auto; 
	padding-top: 1px;
}

.search-result-btn{
	width: 338px !important;
}

.result-chart{
	max-width: 1200px !important;
	min-width: 800px;
}

.result-text{
	font-size: 18px;
}

.level-text{
	color: #FF7F00;
    font-weight: 700;
}

.delete-items{
	color: red;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
}

.delete-warnning{
	color: red;
	font-weight: bold;
}

.delete-numbers{
	color: red;
}

.exam-des-delete{
	color: blue;
}

.delete-items .fa-arrow-right{
	padding-left: 5px;
}

.delete-button{
	color: red;
	cursor: pointer;
}

.clickable{
	cursor: pointer;
}

.input-row{
	padding-top: 15px;
	padding-bottom: 15px; 
}

.cd-side-nav{
	position: fixed !important;
}

.menu-arrow{
	float: right;
	margin-top: 5px;
	position: absolute;
    right: 0px;
    font-size: 10px;
}

.input-title{
	font-weight: 600; 
	color: rgb(35, 40, 45);
}

.fill-in-copy{
	cursor: pointer;
}

.bulk-delete{
	float: left;
	margin-bottom: 10px;
}

.classfication{
	display: inline;
	width: 45%;
}

.classfication-to{
	width: 5%;
	text-align: center;
}

.weeks-level{
	width: 100%;
}

.email-show{
	position: absolute;
	top: 10px;
	left: 25px;
	cursor: pointer;
}

.email-show:hover{
	color: #00b9eb !important;
}

#email_password, #confirm_email_password, #old_password, #new_password, #confirm_password, #password{
	padding-left: 35px !important;
}

.dz-success-mark svg{
	background: rgba(76, 99, 59, 0.7);
	border-radius: 50%;
}

.dz-error-mark svg{
	background: rgba(124, 54, 51, 0.7);
	border-radius: 50%;
}

.file-folder{
	width: 100%;
	flex: 1; 
	padding-right: 5px;
}

.file-folder .active{
	background-color: #b6b6b6;
	color: white;
}

.file-folder .active span, .file-folder .active i{
	color: white;
}

.file-folder a{
	text-decoration: none;
}

.folder{
	padding: 5px 7px 5px 7px; display: flex; border-radius: 7px;
}

.folder i{
	color: #8f8f8f;
	padding-top: 8px;
	font-size: 1.5em;
}

.folder a{
	line-height: 26px; 
	margin-left: 10px; 
	color: #68696a
}

.file-folder .folder:hover{
	background-color: #0073aa;
	
}

.folder:hover span{
	color: white;
	
}

.folder:hover i:before{
	color: white;
	
}

.file-table{
	
}

.float-right{
	float: right;
}

.notification-list{
	display: flex;
	padding: 8px;
	align-items: center;
}

.notification-message{
	padding: 15px;
	background-color: white;
	box-shadow: 0 0 15px -5px #b6b6b6;
	display: none;
	font-size: 16px;
}

.notification-number{
	background-color: #d9534f;
	position: absolute;
	line-height: 10px;
	font-size: 10px;
	right: 0;
	border-radius: 50%;
	padding: 3px 5px 3px 3px;
}

.notification-list .first{
	flex: 1;
	font-size: 16px;
	padding-left: 3px;
	outline: none;
}

.notification-list .second{
	flex: 5;
	font-size: 16px;
	padding-left: 3px;
	outline: none;
}

.notification-list .third{
	flex: 1;
	font-size: 16px;
	padding-left: 3px;
}

.writing-explan-head{
	background-color: rgb(128,128,128) !important; 
	color: white;
}

.verification-select{
	background-color: rgba(158,158,158,0.2);
}

.verification-history-button{
	position: absolute; 
	right: 15px; 
	z-index: 999;
}

.scorm_content{
	width: 100%; 
	height: 650px;
	margin-bottom: 10px;
	border-radius: 5px;
}

/*Bootstrap*/
.alert{
	margin-top: 15px;
	margin-bottom: 10px;
}

.form-control{
	padding: 5px 12px !important;
}

.datepicker{
	padding: 5px 12px !important;
	margin-bottom: 10px;
}

.student-writing-title{
	padding: 7px;
}

.student-writing-title img{
	max-width: 100%;
}

.student-writing-body{
	font-size: 16px;
	background-color: #eee;
	padding: 7px;
	border-radius: 0 0 4px 4px;
    margin: 0;
}

.student-speaking-body{
	text-align: center;
}

.student-speaking-img{
	max-width: 450px;
	border-radius: 4px;
	margin-bottom: 7px;
}

.writing-error, .writing-success{
	left: 15px;
	color: red;
	position: absolute;
	display: none;
}

.old-font{
	font-size: 18px;
}

.ui-dialog{
	padding: 0 !important;
    border: 0 !important;
    border-radius: 4px !important;
    background-color: white;
    z-index: 9999;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
}

.ui-dialog-titlebar{
	background-color: rgb(63,81,181) !important;
	color: rgba(255, 255, 255, 0.87) !important;
	border-radius: 4px 4px 0 0 !important;
	padding: .6em 1em !important;
	height: 64px;
	padding: 17px 10px 0 !important;
	font-size: 20px;
}

.ui-dialog-buttonpane{
	border-radius: 0 0 4px 4px !important;
}

.ui-dialog-buttonset{
	text-align: right;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;	b
}

.ui-dialog .ui-dialog-buttonpane button{
	margin: .5em .4em .5em 0;
	cursor: pointer;
	border: 0;
	background-color: white;
	height: 36px;
	padding: 0 16px;
}

.ui-dialog .ui-dialog-buttonpane button:hover{
	background-color: rgba(158,158,158,0.2);
}

.ui-dialog .ui-dialog-titlebar-close{
	display: none;
}

.ui-dialog .ui-dialog-content{
	padding: 15px;
}

/*Hide this mask because it makes the whole page white*/
.md-datepicker-input-mask{
	display: none;
}

.small-screen{
	display: none !important;
}

.large-screen{
	display: block;
}

.profile-button{
	min-width: 10px !important;
}

md-tooltip{
	height: auto !important;
	max-width: 500px;
	font-size: 12px !important;
	overflow: visible !important;
	white-space: normal !important;
}

.ag-datepicker{
	padding-top: 12px;
    background-color: white;
    padding-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 0 !important;
}

.pagination > .active > a{
	z-index: 0 !important;
}

.export-result-date{
	margin-top: 15px;	
}

.photoviewer-inner{
	background-color: rgba(255, 255, 255, 0.85) !important;
	border-radius: 4px;
}

.photoviewer-header{
	background-color: rgb(63,81,181);
	border-radius: 4px 4px 0 0;
}

.photoviewer-footer{
	background-color: rgb(63,81,181);
	border-radius: 0 0 4px 4px;
}

.test-speaking-comment{
	float: right;
    margin-top: -5px;
    margin-right: -7px;
}

.orientation-answer{	
    padding: 6px 12px;
    vertical-align: middle;
    border-radius: 4px;
    color: white;
    /*display: inline-block;*/
    margin-top: 5px;
}

.orientation-answer-correct{
	background-color: #5cb85c !important;
    border-color: #4cae4c;
}

.orientation-answer-wrong{
	background-color: #d9534f !important;
    border-color: #d43f3a;
}

.orientation-answer-verifying{
	background-color: #e59d22 !important;
    border-color: #e59d22;
}

.orientation-answer-comment{
	background-color: #f9f9f9 !important;
    border-color: #f9f9f9;
    color: inherit;
    border: 1px solid #ddd;
}

#success_copy_text, #success_insert_text{
	border-color: rgb(55, 125, 55); 
	background-color: rgb(77, 133, 58) !important; 
	padding: 10px; 
	position: fixed; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	color: white; 
	border-radius: 5px; 
	z-index: 999;
	box-shadow: 3px 3px 5px 0px rgba(160,160,160,0.75);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(160,160,160,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(160,160,160,0.75);
}

md-pagination-wrapper{
	width: 100% !important;
}

.block-staff-name{
	height: 100% !important;
}

.staff-block{
	background-position: center center; 
	background-size: cover;
	border-radius: 7px;
}

.staff-block md-grid-tile-footer{
	background: rgba(0,0,0,.38); 
	transition: 0.5s all;     
	border-radius: 7px;
}

.enrolled-student{
	position: absolute;
    top: -2px;
    right: -2px;
    width: auto;
    background-color: #337ab7;
    padding: 0px 8px;
    color: white;
    border-radius: 0 5px 0 5px;
}

.edit_toolbar{
	bottom: 4rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: rgb(255, 255, 247);
	height: 4rem;
	left: 50%;
	margin-left: -12rem;
	position: absolute;
	width: 24rem;
	z-index: 2015;
}

.edit_toolbar_button{
	background-color: transparent;
	color: rgb(255, 255, 247);
	border-width: 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 4rem;
	text-align: center;
	width: 4rem;
}

.result-profile-photo{
	width: 300px;
	height: 300px;
}

.dashboard_filezone{
	border: 2px dashed rgba(0,0,0,0.3) !important;
	min-height: 150px;
	background: white;
	padding: 20px 20px;
	margin-bottom: 15px; 
	margin-top: 40px;
	height: 200px;
}

.grid-sizer,
.grid-item { 
	width: 205px;
	height: 210px;
	background-size: cover;
	margin-bottom: 10px; 
}

.block-footer{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.38);
    height: 48px;
    border-radius: 7px;
    transition: 0.5s all;
}

.block-footer h4{
	font-size: 14px;
	font-weight: 400;
	margin: 0px 16px 0px 16px;
	color: white;

}

.grid-cpd{
	display: none;
	word-wrap: break-word;
}

.grid-cpd ul{
	padding-left: 25px;
}

.answer-validate{
	margin-left: 10px;
}

.jump-section{
	padding: 10px; 
	background-color: #f9f9f9; 
	margin-bottom: 10px; 
	border: 1px solid #ddd;
}

.jump-section-select,
.jump-section-select-by-section{
	float: right; 
	cursor: pointer; 
	color: rgb(51, 122, 183);
}

.connect-student-field{
	cursor: pointer; 
	color: rgb(51, 122, 183);
}

.individual-score{
	padding: 5px 26px 5px 12px !important;
}

.section-jump-type{
	margin-bottom: 10px;
}

.md-open-menu-container{
	z-index: 99999 !important;
}

.alert-secondary{
	color: #383d41;
	background-color: #e2e3e5;
	border-color:#d6d8db;
	padding: 7px 15px;
}

.class-student-selected{
	background-color: rgb(63,81,181);
	color: white;
}

.class-student-box{
	border-radius: 0 0 5px 5px; 
	border: 1px solid #c6c8ca; 	 
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
	overflow-y: auto;
}

.class-student-box-title{
	background-color: rgb(63,81,181); 
	margin: 0; 
	padding: 10px 10px 11px; 
	color: white; border-radius: 4px 4px 0 0;
}

.class-delete-button{
	float: right; 
	margin-top: -4px;
	font-size: 24px !important;
}

.g-signin2 > div{
	margin-left: auto;	
	border-radius: 4px;
}

.abcRioButtonContentWrapper{
	background-color: #337ab7;
    color: white;
}

.abcRioButtonContents{
	font-family: inherit;
	font-size: inherit !important;
}

.abcRioButtonIcon{
	background-color: white;
	height: 36px;
}

.login-hr{
	color: #68696a;
	font-size: 20px;
	margin: 15px 0;
    text-align: center;
    position: relative;
}

.login-hr::after{
	right: 0;
    left: auto !important;
}

.login-hr::before,
.login-hr::after{
	border-top: 1px solid #68696a;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 43%;
	z-index: 0;
}

.student-view{
	margin-bottom: 15px;
}

.support-checkbox-content{
	padding-left: 15px !important;
}

.empty-profile{
	border: 2px double #dc3545;
}

.grid-no-profile{
	color: #ffc107 !important;
}

.pie-tooltip{
    position: absolute;
	background-color:#555;
	color:#fff;
	text-align: center;
	padding: 2px 5px;
	border-radius: 6px;
	z-index: 1;
	opacity: 1;
	transition: opacity .6s;
	font-size: 11px;
}

.pie-tooltip::after {

    content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;

}

.class-roll-edit{
	display: none;
}

.activity-content-name{
	width: 150px;
}

.permanent-delete-text{
	color: red;
}

.confirm-dialog{
	z-index: 1000; 
	background-color: white;
}

.checkbox-label{
	margin-right: 5px !important;
}

.orientation-file-number, .orientation-long-answer-number, 
.orientation-table-number, .orientation-total-number{	
	line-height: 10px;
	font-size: 10px;
	border-radius: 5px;
	padding: 5px;
	color: white;
	margin: 0;
}

.accordion{
	margin: 7px 0 !important;
}

.ui-accordion .ui-accordion-content{
	padding: 15px 15px !important;
}

.orientation-file-number{
	background-color: #d9534f;
}

.orientation-long-answer-number{
	background-color: #d29231;
}

.orientation-table-number{
	background-color: #913391;
}

.orientation-total-number{
	background-color: #f39c11;
}

.answer-image{
	max-width: 200px;
}

.md-dialog-container{
	/*z-index: 999 !important;*/
}

.md-select-menu-container{
	z-index: 1000;
}

.test-snap-shot{
	text-align: center;
}

.test-snap-shot img{
	width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

.discount_warning{
	color: #fc611f; 
	font-size: 12px;
}

.ck-content .table{
	width: auto;
}

.ck-editor__editable_inline{
	min-height: 400px;
	max-height: 400px;
}

.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list{
	overflow-y: auto;
	max-height: 240px;
}

.ck .ck-color-grid{
	max-height: 300px;
	overflow-y: auto;
}

.load-editor{
	display: none;
}

.hide{
	display: none;
}

.file-comment-btn{
	float: right;
	margin-top: -7px;
}

.user-course-detail{
	padding: 15px;
}

.text-success{
	color: #28a745 !important;
}

.text-danger{
	color: #dc3545 !important;
}

.text-dark-orange{
	color: #fc611f !important;
}

.student-note-block{
	background-color: #8bb0d0; 
	padding: 30px 15px 15px;
	border-radius: 5px;
	overflow-y: auto;
	max-height: 500px;
}

.speech-bubble-left,
.speech-bubble-right {
	position: relative;
	width: 50%;
	max-width: 300px;
	background: #fff;
	border-radius: 10px;
	padding: 12px;
	text-align: right;
	color: #000;
	margin-bottom: 33px;	
	clear: both;
}

.speech-bubble-left{
	float: left;
}

.speech-bubble-right{
	float: right;
}

.speech-bubble-left:after {
	content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 20px solid #fff;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 25px solid transparent;
    left: 32px;
    bottom: -20px;
}

.speech-bubble-right:after {
	content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 20px solid #fff;
    border-top: 10px solid #fff;
    border-bottom: 25px solid transparent;
    right: 32px;
    bottom: -20px;
}

.note-name{
	text-align: left;
	color: gray;
	font-weight: 500;
	margin: 5px 0 0 0;
}

.note-name-right{
	text-align: right;
}

.note-time-left{
	position: absolute;
    font-size: 11px;
    right: 5px;
    bottom: -16px;
    color: white;
}

.note-time-right{
	position: absolute;
    font-size: 11px;
    left: 5px;
    bottom: -16px;
    color: white;
}

.note-delete{
	float: right;
    margin-right: -5px;
    margin-top: -5px;
    cursor: pointer;
}

.note-content{
	text-align: left;
}

.student-protal{
	float: right;
	margin-top: 25px;
}

md-dialog{
	max-height: 98%;
	max-width: 98%;
}

md-dialog-content th[column]{
	cursor: pointer;
}

.tag-loading{
    top: 6px;
    display: inline-block;
}

.tag-loading-hide{
	display: none;
}

.tag-input{
	width: 200px;
	display: inline-block;
}

.tag-block{
	padding: 10px 10px 0px 15px;
	max-width: 400px;
}

.selected-tag{
	display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 5px;
    background: #337ab7;    
    -webkit-border-bottom-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;    
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.selected-tag:before {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #337ab7 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;        
}

.tag-remove{
	margin-left: 10px;
	cursor: pointer;
}

.tag-search{
	text-align: right;
}

.tag-search select{
	width: auto;
	min-width: 200px;
	display: inline-block;
}

.question-table-content{
	float: left;
	white-space: pre-wrap;
}

.question-table-function{
	float: right;
}

.question-table-function i{
	cursor: pointer;
}

.table-function-template, .student-answer-template, 
.student-column-width-template, .remove-column-template{
	display: none;
}

.odd-cell{
	background-color: #616162;
    color: white;
}

.even-cell{
	background-color: #a3a3a3;
    color: white;
}

#question_table td, .guide-table td{
	position: relative;
}

.video-block{
	text-align: center;
}

.video-block video{
	border-radius: 7px;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	max-width: 600px;
	height: auto;
}

#verify_section_block_small{
	position: fixed;
	font-size: 12px;
	z-index: 10;
	top: 56px;
	right: 15px;
}

.verify-benchmark{
	border: 1px solid rgb(196, 196, 196);
	padding: 5px 10px;
	border-radius: 5px;
	min-height: 80px;
	display: flex;
	width: 100%;
}

.verify-benchmark > div{
	flex: 1;
}

.column-width-number{
	width: 300px;
	display: inline-block;
}

.remove-column-button{
	position: absolute;
    left: 45%;
    top: -20px;
    cursor: pointer;
}

.remove-row-button{
	position: absolute;
    /*left: -21px;*/
    top: 13px;
    cursor: pointer;
    right: -20px;
}

.remove-row-button-left{
	position: absolute;
    left: -21px;
    top: 13px;
    cursor: pointer;
}

.auto-complete{
	display: inline-block;
    width: auto;
    background-color: white !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.auto-complete-button{
	display: inline !important;
	padding: 8px 14px !important;
	border-radius: 0 3px 3px 0;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    padding: 1px !important;
}

.verification-content{
	width: 100%;
    padding: 10px 0;
    margin: 0;
}

.verification-comment{
	margin-bottom: 5px;
}

.show-section-des{
	float: left;
}

.not-yet-submit{
	text-align: center; 
	opacity: 0.8; 
	color: white;
}

.not-yet-submit-div{
	padding: 14px 14px 14px 10px; 
	color: white;
}

.hide-version-restrict{
	display: none !important;
}

.match-question-block{
	display: flex; max-width: 1000px; margin: 0 auto;
}

.match-question-block label{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	top: 20px;
	z-index: 0;
	opacity: 0.7;
}

.match-question-block .bottom{
	position: relative;
}

.match-question-block .top{
	/*height: 50px; */
	/*line-height: 50px; */
	padding: 20px;
	text-align: center;
	background: #f9944a;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.match-question-block .bottom{
	background: #f0f0f0; 
	padding: 7px 0;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-radius: 0 0 5px 5px;
}

.match-question-block .brick{	
	background-color: white !important;
	color: #6f6f6f !important;
	z-index: 1;
	box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
}

.left-answer-block{
	flex: 1; 
	padding: 0 7px;
}

.right-answer-block{
	flex: 2; 
	padding: 0 5px;
}

.brick {
	background-color: #337ab7;
    border: none;
    border-radius: .25em;
    color: #fff;
    font-weight: 700;
    height: auto;
    margin: 5px;
    text-align: center;
    padding: 13px;
    cursor: pointer;

    min-width: 100px;
    display: inline-block;
	position: absolute;
	transition-timing-function: linear;
	transition-duration: 0s;
}

.timeline-time{
	position: static !important; 
	width: auto !important;
	margin-bottom: 0 !important;
}

.speaking-plyer-table{
	margin: 10px auto;
}

.speaking-plyer-table td{
	border-radius: 10px;
    background-color: #b7b5b5;
    padding: 7px 10px 3px;
}

.speaking-plyer-table .fa{
	cursor: pointer;
}

.user-manual-block{
	display: flex; 
	width: 100%; 
	flex-wrap: wrap;
}

.user-manual-block > div{
	text-align: center;	
	padding: 10px;
}

.user-manual-icon{
	width: 200px;
}

.user-manual-icon img{
	width: 200px;
}

.draft-border{
	border: 2px solid #e59d22;
	background-color: #f2ebc3bd;
}

.abcRioButton{
	width: 100% !important;
}

.grow-wrap {
	/* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
	display: grid;
}
.grow-wrap::after {
	/* Note the weird space! Needed to preventy jumpy behavior */
	content: attr(data-replicated-value) " ";

	/* This is how textarea text behaves */
	white-space: pre-wrap;

	/* Hidden from view, clicks, and screen readers */
	visibility: hidden;
}
.grow-wrap > textarea {
	/* You could leave this, but after a user resizes, then it ruins the auto sizing */
	resize: none;

	/* Firefox shows scrollbar on growth, you can hide like this. */
	overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
	/* Identical styling required!! */
	border: 1px solid black;
	padding: 0.5rem;
	font: inherit;

	/* Place on top of each other */
	grid-area: 1 / 1 / 2 / 2;
}

/*Start--------------Landing-------------*/
.course-price {
    float: right;
    font-size: 12px;
}

.course-price-orange{
	color: #fc611f;
}
/*End--------------Landing-------------*/

@media print {
   	.noprint {
      display: none;
   	}

   	.tablenav-pages{
   		display: none;
   	}

   	.cd-main-header{
   		position: static;
   	}

   	a[href]:after {
		content: none !important;
  	}
}

@media only screen and (max-width: 767px){

	.user-name{
    	margin-right: 15px;
	}

	.small-screen{
		display: block !important;
	}

	.large-screen{
		display: none;
	}

	.cd-label{
		display: none !important;
	}

	.cd-logo{
		margin: 5px;
	}

	.cd-logo div{
		display: none;
	}

	.cd-logo img{
		height: 35px;
	}

	.pagination-top{
		margin-top: 10px;
	}

	.tablenav-pages{
		float: none;
	}

	.load-time{
		text-align: left;
	}

	.search-block{
		text-align: left;
	}

	.right-content{
		padding-top: 45px;
	}

	.notification-list .first{
		flex: 2;
	}

	.dashboard_filezone{
		margin-top: 0px;
	}

	.answer-validate{
		margin-left: 0;
		margin-top: 5px;
	}

	.grid-sizer,
	.grid-item { 
		width: 48%;
		height: 210px;
	}

	.smaill-margin-top{
		margin-top: 5px;
	}

	.result-photo{
		width: 200px !important;
	}
}

@media only screen and (min-width: 768px){

	.cd-side-nav a{
		font-size: 1.4rem;
	}

	.cd-logo {
		margin-top: 20px !important;

		/*position: absolute;
	    top: 49%;
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);*/
	}

	.user-name{
		margin-top: 20px;
	}

	.cd-main-header{
		height: 90px;
	}

	.right-content{
		padding-top: 90px;
		padding-left: 200px;
	}

	.student-writing-contenter{
		width: 700px;
	}
}

@media only screen and (min-width: 1170px){
	.cd-main-content .content-wrapper{
		margin-left: 130px;
		padding-right: 10px;
	}

	.cd-side-nav > ul > li > a{
		padding-left: 10px;
	}

	.student-writing-contenter{
		width: 900px;
	}
}

@media only screen and (max-width: 991px){
	.level-comparison-table{
		width: 100% !important;
	}

	.smaill-margin-top{
		margin-top: 5px;
	}

	
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.grid-sizer,
	.grid-item { 
		width: 32%;
		height: 210px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1169px){
	.right-content{
		padding-top: 90px;
		padding-left: 150px;
	}
}

@media only screen and (min-width: 461px) and (max-width: 1300px){

	.login-right-in-xsmall-left{
		flex: 9 !important;
	}

	.login-right-in-xsmall-right{
		flex: 3 !important;
	}
}

@media (max-width: 460px){
	.hide-in-xsmall{
		display: none !important;
	}

	.login-in-xsmall{
		flex: none !important;
		margin: 50px auto;
    	width: 300px;
	}

	.auto-in-small{
		height: auto !important;
	}

	.result-profile-photo{
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 1023px){
	.hide-in-small{
		display: none;
	}

	.my-class-add-note{
		float: none !important;
		margin-top: 7px;
	}

	.my-class-button-block{
		margin: 0 !important;
	}
}

@media only screen and (min-width: 1024px){
	.hide-in-large{
		display: none;
	}
}

@media only screen and (max-width: 1399px) {
	.hide-in-tablet{
		display: none;
	}
}

@media only screen and (min-width: 1400px) {
	.hide-in-desktop{
		display: none;
	}
}