@font-face {
    font-family: ProximaNovaRegular;
    src: url('../../../fonts/ProximaNovaRegular.ttf');
}
body
{
	overflow-x: hidden;
    font-family:ProximaNovaRegular,Helvetica,Arial,sans-serif;
    font-size: 13px;
}
.pad-0
{
    padding:0;
}
input[type="file"]{
    display:none;
}
.add_q_browse_img_margin25
{
    margin-top: 25px;
}
.add_q_browse_img_margin25 button
{
    background:#fff;
    box-shadow: none;
    border: 1px solid #000;
    color:#000;
}
.oe_buttons{
    border-radius: 3px;
    padding: 5px 12px;
    /* margin: 0px 25px; */
}
.add_q_bottom_btn_align
{
    text-align:center;
    padding: 40px 0px;
}
.table > thead:first-child > tr:first-child > th
{
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
    font-weight:600;
    padding-left: 20px;
}
.table tbody > tr > td {
    border-top: 0;
    padding-left: 20px;
}

#content .checkbox
{
    margin-top: 0px;
    margin-bottom: 0px;
}
#content .table > thead:first-child > tr:first-child > th > .checkbox label
{
    font-weight:600;
}
#content.table-layout > div, #content.table-layout > section
{
    padding:0px 0px 20px 0px;
}
#content .mb20
{
    margin-bottom:0 !important;
}
#content .table > tbody > tr:last-child
{
    border-bottom:1px solid #eee;
}
.search, .search:hover
{
    color:#000;
}
#search_form .form-group label
{
    text-align:right;
}
#searchModal .btn
{
    border-radius:3px !important;
    padding: 9px 20px;
}
#searchModal .modal-footer
{
    background:#fff;
    border-top:none;
}
#add_question_form  .form-group
{
    overflow:hidden;
}
.tray400 {
    width: 350px !important;
}
.table tbody > tr > td {
    border-bottom: 1px solid #eee !important;
}
table {
    background-color: #fff !important;
}
ul.timeline > li > .timeline-panel
{
    float: right;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 15px;
    position: relative;
    width: -webkit-calc(100% - 107px);
}
.timeline > li {
    margin-bottom:0px;
    position: relative;
}
.ScrollStyle
{
overflow-x: hidden;
overflow-y: scroll;
height: 570px;
    
}
.display_advance
{
    display:none;
}
.click_advance
{
    cursor:pointer;
}
.form_center
{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.p5 {
    padding: 5px !important;
}
.details_info
{
    padding: 10px 20px 0;
}
.margin_b0
{
    margin-bottom:0;
}
.pad_tb_10
{
    padding:10px 0;
}
.right_top_info
{
    border-right:1px solid #ddd;
}
.right_top_info h6
{
    text-transform:uppercase;
    color:#000;
    font-size:11px;
}
.subject_detail_header .btn-group
{
    float: none;
}
.btn-left
{
    float: left !important;
    border:1px solid #c6c6c6 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background-color: #f8f8f8 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
}
.btn-right
{
    float: left;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border:1px solid #c6c6c6 !important;
    background-color: #f8f8f8 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.1) !important;
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1) !important;	
}
.btn-middle
{
    float: left;
    border-top:1px solid #c6c6c6 !important;
    border-bottom:1px solid #c6c6c6 !important;
    background-color: #f8f8f8 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.1) !important;
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1) !important;
}
.close-details {
    float: right;
    padding-top: 8px;
    cursor: pointer;
    color: #777;
    margin-left: 12px;
    font-size:20px;
}
.required {
    color: #b94a48;
}
.value p
{
    font-size: 19px;
}
/************************tool-tip-css*************************************/
.field-tip {
    position:relative;
    cursor:pointer;
}
.field-tip .tip-content {
    z-index: 999;
    position:absolute;
    top:-10px; /* - top padding */
    right:9999px;
    width:120px;
    margin-right:-115px; /* width + left/right padding */
    padding:10px;
    color:#fff;
    background:#333;
    -webkit-box-shadow:2px 2px 5px #aaa;
    -moz-box-shadow:2px 2px 5px #aaa;
    box-shadow:2px 2px 5px #aaa;
    opacity:0;
    -webkit-transition:opacity 250ms ease-out;
    -moz-transition:opacity 250ms ease-out;
    -ms-transition:opacity 250ms ease-out;
    -o-transition:opacity 250ms ease-out;
    transition:opacity 250ms ease-out;
}
/* <http://css-tricks.com/snippets/css/css-triangle/> */
.field-tip .tip-content:before {
    content:' '; /* Must have content to display */
    position:absolute;
    top:15%;
    left:-16px; /* 2 x border width */
    width:0;
    height:0;
    margin-top:-8px; /* - border width */
    border:8px solid transparent;
    border-right-color:#333;
}
.field-tip:hover .tip-content {
    right:-20px;
    opacity:1;
}
.tip-content img
{
    width:100px;
    height:100px;
}
/******************end*********************************************/
.circle-plus
{
    padding:1px 6px;
}

.add_option{
    border-radius: 100%;
    border: none;
    width: 30px;
    height: 30px;
    background: #2a74d6;
    color: #fff;
    padding: 5px 10px;
    margin: 0px 5px;
    float:right;
}
.remove_option{
    border-radius: 100%;
    border: none;
    width: 30px;
    height: 30px;
    background: #ff0000;
    color: #fff;
    padding: 5px 10px;
    margin: 0px 5px;
    float:right;
}

.add_question{
    border-radius: 100%;
    border: none;
    width: 30px;
    height: 30px;
    background: #2a74d6;
    color: #fff;
    padding: 7px 10px;
}
.add_field_button
{

    border-radius: 100%;
    border: none;
    padding: 5px 7px;
    line-height: 0;
    background: #4a89dc;
    color: #fff;
}
.add_sub_fields
{

    border-radius: 100%;
    border: none;
    padding: 5px 7px;
    line-height: 0;
    background: #4a89dc;
    color: #fff;
}
.insert_chapter
{
    border-radius: 100%;
    border: none;
    padding: 4px 5px;
    line-height: 0;
    background: #4a89dc;
    color: #fff;
    font-size: 11px;
}
.insert_topic
{
    border-radius: 100%;
    border: none;
    padding: 4px 5px;
    line-height: 0;
    background: #4a89dc;
    color: #fff;
    font-size: 11px;
}


.remove_field, .remove_field:hover, .remove_inner_field, .remove_inner_field:hover, .remove_subject, .remove_subject:hover, .remove_new_field, .remove_new_field:hover, .remove_new_inner_field, .remove_new_inner_field:hover
{
    border-radius: 100%;
    border: none;
    padding: 3px 4px;
    line-height: 0;
    background: #d9534f;
    color: #fff;
    margin: 0 5px;
}
.input_box_control
{
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 3px 10px;
}

/***********************pop up code********************/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
}
.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 0px;
    right: 13px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
.checkbox_left
{
    float:left;
    position: relative;
    bottom: 14px;
}

.error {
    color : #D42424;
}

body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}


.md-dialog-container{
    z-index: 900000;
}

.media-content {
    border: 1px solid #D2DCE7;
    position: fixed;
    top: 100px;
    bottom: 38px;
    left: 0px;
    right: 0px;
}


.grid-box > div {
    height: 100%;
    position: relative;
}

.media-list {
    background: #FFF;
    border-bottom: 0 solid #E7E7E7;
    list-style: none outside none;
    padding: 15px 2px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    bottom: 0px;
    top: 0px;
    overflow: scroll;
}

.media-sidebar {
    height: 100%;
    background-color: #ECF0F5;
    border-left: 1px solid #D2DCE7;
    padding: 0;
    overflow: auto;
}

#media-details, #media-galleries {
    padding: 10px 15px;
    height: 100%;
    text-align: center;
}

.get_info {
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.uploader-box {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 99;
}

.upload-tabbable {
    height: 100%;
}

/* ---------- File Drop Upload ---------- */

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 150px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 90px;
    vertical-align: middle;
}
.dragover {
    border: 5px dashed blue;
}


/***********************popup end**********************/
@media (min-width: 768px)
{
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        margin-top:0;
    }
}

/* Change color when image */
.selectedImageBorderColor {
    border : 1px groove black;
}

.updateValue{
    border: 0px;
    width:90%
}

.table-responsive{
    padding:10px !important;
}
.table th {
    text-align: center;
}


.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 2px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #ddd;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.grid-cell{
    padding: 8px 10px;

}
.grid-row{
    border-bottom: 1px solid #dedede !important;
}
.deleted{
    opacity: 0.4;
}

.no-spinners {
    -moz-appearance:textfield;
    text-align: center;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.test_plus_btn{
    margin: 4px 1px !important;
    border-radius: 50px !important;
    padding: 0px 4px !important;
}

.test_minus_btn{
    margin: 4px 1px !important;
    border-radius: 50px !important;
    padding: 0px 4px !important;
    background-color: red !important;
}

.heading_btns{
    padding: 2px 10px !important;
}

.nav > li > a{
    padding: 0px 15px !important;
}

.nano > .nano-content {
    position: absolute;
    overflow-x: hidden;
    
    right: 0;
    left: -17px;
    top: 0;
    bottom: 0;
}






.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    /*color: #555555;*/
    color: #2363b6;
    background-color: transparent;
    border-bottom: 2px solid #2363b6;
    /*border: 1px solid #dddddd;
    border-bottom-color: transparent;*/
    cursor: default;
}

a {
    color: #555555;
    /*color: #4a89dc;*/
    text-decoration: none;
}






/*-----------Start E-note page css-----*/
#nav-notes{
	font-size: 15px;
}
.note_content{
	text-align:justify;
    font-size:14px;
	position: relative;
    padding-left: 16px;
    padding-right: 15px;
	}
#details_height{
	overflow-y: hidden;
	max-height: none;
	overflow-x: hidden;
}
.note_name{
	font-size: 17px;
	padding: 5px 0px;
}
.notes_content{
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
}
.status_content{
	text-align: center;
	border-right: 1px solid #999;
	margin-top: 5px;
}
.created_content{
	text-align: center;
	border-right: 1px solid #999;
	margin-top: 5px;
}
.Modify_content{
	text-align: center;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.note_name{
	font-size: 14px;
	padding: 8px 0px;
}
.heading_btns {
    padding: 0px 0px !important;
	width: 26px !important;
    border: solid 1px #ddd !important;
    margin-right: -3px !important;
}
.notes_content{
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	margin-top: 43px;
}
.status_content{
	text-align: center;
	border-bottom: 1px solid #999;
	border-right:none;
	margin-top: 5px;
}
.created_content{
	text-align: center;
	border-bottom: 1px solid #999;
	border-right:none;
	margin-top: 5px;
}
}
/*-----------End E-note page css-----*/
/*-----------Start Question page css-----*/
.question_section{
	 border-bottom: 1px solid #999;
	 padding-bottom: 12px;
	 padding-top: 10px;
}
.question_del_edit_icon{
	padding-top: 6px;
	margin: 5px 0px 4.5px !important;
}
.question_title{
	font-size: 18px;
	padding: 6.5px 0px;
}
.question_type_text{
	text-align: center;
	border-right: 1px solid #999;
	margin-top: 5px;
}
.difficulty_level_text{
	text-align: center;
	border-right: 1px solid #999;
	margin-top: 5px;
}
.tags_content{
	text-align: center;
	margin-top: 5px;
}
.chpter_section{
	padding-bottom: 12px;
}
.Que_title{
	font-size: 17px;
}
.Question_text{
	position: relative;
	left: -36px;
	font-size: 17px;
}
.option_no{
	width: 3%;
	float: left;
}
.option_text{
	width: 97%;
	float: left;
}
@media (max-width: 767px) {
	.question_del_edit_icon{
	position: absolute;
    padding-top: 6px;
    left: 37%;
    top: 70px;
}
	.question_title{
	font-size: 15px;
    padding: 8.5px 22px;
    margin-left: 10%;
}
	.question_section{
	 border-bottom: 1px solid #999;
	 padding-bottom: 12px;
	 padding-top: 38px;
}
	.question_type_text{
	border-right:none;
	border-bottom: 1px solid #999;
	margin-top: 5px;
}
.difficulty_level_text{
	border-right:none;
	border-bottom: 1px solid #999;
	margin-top: 5px;
}
.tags_content{
	text-align: center;
	margin-top: 5px;
}
.chpter_section{
	padding-bottom: 28px;
}
.Que_title{
	font-size: 15px;
}
.Question_text{
	position: relative;
	left: -14px;
	font-size: 15px;
}
.option_text{
	width: 90%;
	float: left;
	margin-left: 5%;
}
}
/*-----------End Question page css-----*/
/*-----------Start Paragraph page css-----*/
.paragraph_section{
     margin-bottom:12px;
	 padding-bottom: 12px;
	 padding-top: 0px;
}
.paragraph_type_text{
	text-align: left;
	margin-top: 5px;
}
.description_paragraph{
	font-size: 14px;
    padding-left: 7px;
}
.para_content{
	text-align: justify;
    font-size: 14px;
    position: relative;
    padding-left: 9px;
    padding-right: 25px;
    margin-top: -26px;
}
.nav-paragraph{
	border-top: 1px solid #dddddd;
    padding-top: 20px;
}
.Visibility_text{
	text-align: center;
	border-right: 1px solid #ddd;
	margin-top: 5px;
}
.title_visibility_text{
	border-right: 1px solid #ddd;
	text-align: center;
	margin-top: 5px;
}
.tags_content{
	text-align: center;
	margin-top: 5px;
}
.paragraph_title{
	font-size: 14px;
}
@media (max-width: 767px) {
.paragraph_title{
	font-size: 15px;
    padding: 8.5px 22px;
    margin-left: 20%;
    font-family:ProximaNovaRegular,Helvetica,Arial,sans-serif;
}
.paragraph_del_edit_icon{
	position: absolute;
    padding-top: 6px;
    left: 37%;
    top: 70px;
}
.paragraph_section {
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-top: 33px;
}
.paragraph_type_text {
    text-align: center;
	border-bottom: 1px solid #ddd;
}
.Visibility_text {
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.title_visibility_text{
	border-right: none;
    border-bottom: 1px solid #ddd;
}
.tags_content{
	
}
}
/*-----------End Paragraph page css-----*/

/*-----------Start Course page css-----*/
.control-label{
	font-weight: bold;
    padding-left: 11px;
}
.text_description_course{
	text-align:justify;
}
.star_date_course{
	float: right;
    position: relative;
    top: -21px;
}
.End_date_course{
	float: right;
    position: relative;
    top: -21px;
}
.p5 {
    border-bottom: 1px solid #ddd;
}
.ph16{
	padding-right: 15px !important;
}
.br-subject{
	margin-top: -10px;
}
.sub_list{
	margin-bottom: 3px;
    margin-top: 3px;
}
/*-----------End Course page css-----*/

/*-----------Start syllabus page css-----*/
.click_advance{
	position: relative;
    top: 14px;
    left: 18%;
}
.topic_name_syllabus{
	position: relative;
    left: 3px;
}
.timeline-badge .fa-dot-circle-o{
	top: 3px;
}
.bullets_circle{
	font-size: 11px;
}
 #topic_name_panel{
	border:none;
}
/*-----------End syllabus page css-----*/
.background-white{
    background: #fff !important;
}

.background-gray{
    background: #f0f0f0 !important;
}

.fixed-background-gray{
    background: #f0f0f0 !important;
}

.details-list-pad{
    padding:5px 0px !important;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    /*color: #555555;*/
    color: #2363b6;
    background-color: transparent;
    border-bottom: 2px solid #2363b6;
    /*border: 1px solid #dddddd;
    border-bottom-color: transparent;*/
    cursor: default;
}

a {
    color: #555555;
    /*color: #4a89dc;*/
    text-decoration: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0px solid #dddddd;
    border-bottom: 2px solid #2363b6;
}

.tray350{
    width : 300px !important;
}

.test_section{
	margin-top : 20px;
}
