/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
    font-family: SegoeUIWL;
    src: url(segoe.ttf);
 }

/*# sourceMappingURL=bootstrap-theme.css.map */

body{

	font-family: "Segoe UI","Open Sans", "Helvatica", "Sans-serif";
	
}
h1{
	color: #ff6000;
}
h1.header-large{
	text-transform: uppercase;
	font-size: 24px;
}
.breadcrumb{padding: 5px 15px;}

div::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
div::-webkit-scrollbar-track {
	background-color: rgba(113,112,107,0.2);
	-webkit-border-radius: 5px;
}
div::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(0,0,0,.35);
	-webkit-border-radius: 6px;
}
div::-webkit-scrollbar-thumb:vertical:hover,
div::-webkit-scrollbar-thumb:horizontal:hover {
	background: #500;
}
div::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
}
.segoe,.light-font{
	font-family: "Segoe Ui Light", SegoeUIWL, "Segoe UI", sans-serif;
	font-weight: 100;
}
h1.light-font{font-size: 36.5px;}

.navbar-inverse a.profile{color: #fafafa;}
.active>.list-item a{color: #000;  font-weight: bold; border-left: solid 5px #36d; background: #ececec;}
.avt-small{width: 30px; height: 30px;}
.margin-top-10{margin-top: 10px;}
.padding0{padding: 0px !important;}


.content-box,.box{
	background: #fff;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
}
.remove-red{color: red;}
.padding10{padding: 10px;}


.list-item a{
	padding: 8px;
	border-left: solid 5px #fff;
	display: block;
	color: #186BB3;
}


.list-item a:hover, .ui-sortable-helper a:hover{
	text-decoration: none;
	cursor: pointer;
	border-left: solid 5px #36d;
	background: #eee;
	color: #003;
}

.sub-item>.list-item>a{
	padding-left: 25px;
	border-left: solid 5px #EAEEFF;
	color: #000;
}

.sub-item>.list-item>a:hover{
	color: #000;
	border-left: solid 5px #36d;
}

.sub-item{
	background: #fff;
	display: none;
}


.list-item.active a{
	border-left: solid 5px #69e;
	font-weight: bold;
	background: #f9f9f9;
}
#question-list{
	font-family: "Times New Roman", "Serif";
	font-size: 18px;
	line-height: 24px;
}

.list-panel.panel-group .panel{
	border: solid 1px #dfdfdf;
	margin-top: 10px;
	border-radius: 6px;
}
.list-gif{ padding:10px;}
.box-tools{
	padding: 6px 10px;
	border-bottom: solid 1px #dfdfdf;
}

#subcates a{ color:#006ABD; line-height: 30px; cursor: pointer;}
#preview-content{font-size: 18px; line-height: 24px; font-family: "Times New Roman";}
#questions{
	border-bottom: solid 1px #e0e0e0;
}
.cursor{ cursor: pointer;}

ul.tb-list{list-style: none; padding: 0px;}
ul.tb-list>li{line-height: 36px; border-top: solid 1px #eee;}
ul.tb-list>li:first-child{border-top: solid 1px #fff;}
ul.tb-list>li:hover{background: #f0f0f0;}
#search-result{height: 800px;}
.cell-7{width: 60%} .cell-3{width: 25%} .cell-2{width: 15%}
.cell-7, .cell-3, .cell-2{ display: inline-block;}
/* *********************  CREATE EXAMS css*/

#item-list{
	margin-top:{10px;}
}
#select{ height: 80px; margin-top: 10px;}
.quiz-h:hover{color: #0022DB; background: #eee}
.quiz-h .glyphicon{cursor: pointer;}
.quiz-cmd{font-size: 16px; line-height: 28px; }

ul.ui-sortable{
	list-style: none; padding: 0px;
}
.highlight {
    font-weight: bold; color: #444;
}
.notice-holder{
	position: fixed;
	top: 40%;
	text-align: center;
	width: 100%;
	display: block;
	
}
.notice{
	background: #000; 
	background: rgba(0,0,0,.65);
	border-radius: 6px;
	top: 300px;
	z-index: 5000;
	padding: 10px;
	color: #fff;
	text-shadow: 0px -1px rgba(0,0,0,.7);
	display: inline-block;
}
.text-large{
	font-size: 23px;
	line-height: 45px;
}

small.header-count{font-size: 16px; padding-top: 20px;}