@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Thin.ttf");
    font-weight: 200; }

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Light.ttf");
    font-weight: 300; }

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Regular.ttf");
    font-weight: 400; }

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Medium.ttf");
    font-weight: 500; }

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Bold.ttf");
    font-weight: 700; }


h1, h2, h3, h4, h5, body{font-family: 'Roboto', sans-serif;}
h1, h2, h3, h4, h5{font-weight:300;}
.gray-text{color:#999;}
.mgv-20{margin-bottom:20px !important;}
.mgv-0{margin-bottom:0; margin-top:0;}
.mg-bot-15{margin-bottom:15px;}
.mg-top-0{margin-top:0;}
.mg-bot-0{margin-bottom:0;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: inherit;
}

ul.pagination li a, ul.pagination li button{color:#666;}
.tab-border{
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 10px;
	margin-bottom:20px;
}
.debug, .debug pre{margin:15px 0; background:#FEF403;border:none;}
#quiz_content{margin-top:20px; font-size:16px;}
#quiz_content .form-group{margin-bottom:20px;}
#myAffix.affix {
	position: fixed;
	top: 0;
	left:0;
	z-index:100;
	width: 100%;
}
#myAffix .progress{margin-bottom: 0; margin-top:15px;}

.navbar-nav > li > a.user_nav{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	opacity: 0.9;
}
#navbar{box-shadow: 3px 3px 8px 3px #DDD;}
.container .alert{border-radius:0;}
.modal-sm .modal-dialog {max-width: 350px;}
.modal-sm .divider {
	margin: 40px auto 30px;
	display: block;
	width: 14px;
	position: relative;
	font-size: 16px;
}
.modal-sm .divider:before {
	position: absolute;
	content: "";
	left: -140px;
	top: 12px;
	height: 1px;
	width: 115px;
	background-color: #e3e3e3;
}

.modal-sm .divider:after {
	position: absolute;
	content: "";
	right: -140px;
	top: 12px;
	height: 1px;
	width: 115px;
	background-color: #e3e3e3;
}

.btn-facebook.btn-fill {
	border-color: #3b5998;
}
.btn-google.btn-fill {
	border-color: #dd4b39;
}

.btn-google.btn-fill {
	color: #fff;
	background-color: #dd4b39;
	opacity: .9;
}
.btn-google.btn-fill.active, 
.btn-google.btn-fill:active, 
.btn-google.btn-fill:focus, 
.btn-google.btn-fill:hover, 
.open>.btn-google.btn-fill.dropdown-toggle {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
	opacity: 1;
}

.btn-facebook.btn-fill.active, 
.btn-facebook.btn-fill:active, 
.btn-facebook.btn-fill:focus, 
.btn-facebook.btn-fill:hover, 
.open>.btn-facebook.btn-fill.dropdown-toggle {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
	opacity: 1;
}
.btn-facebook.btn-fill {
	color: #fff;
	background-color: #3b5998;
	opacity: .9;
}
.ovh{overflow:hidden;}	
.tag-btn{display:inline-block; padding:10px 15px; }
.tag-btn .label{display:inline-block; margin-left:10px; }
.quiz-list h4{margin-bottom:0;}

/*  Accordian styling */
.panel > .panel-heading {
    position: relative;
    padding: 15px;
}
.panel-title > a.collapsed:before {
    font-family: 'Glyphicons Halflings';
    content: "\2b";
    font-size: 70%;
}

.panel-title > a:before {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    font-size: 70%;
}

/**********************		Study Style  	************************/
.study{margin: 20px auto; }
.study-answer, .study-question{
	padding: 20px; font-size: 19px;
}
.study-answer, .study-buttons, .study-buttons .btn-primary.btn-fill{
	color: #FFF; 
	background: #5E6C8B; 
	border:none; 
	border-color:#5E6C8B;
}
.study-answer a, .study-buttons a {color: #FFF; }
.study-buttons .btn-primary.btn-fill:hover{background: #37476C;}
.study-question{background: #fafafa; }
.study-question a{color: #666;}
.study-loading{background:#FFF url('../img/ajax-loader.gif') no-repeat center; opacity: 0.6;}
.study-loading .study-answer, .study-loading .study-question{background: none;}


/*******************************		Beat the clock styles		********************************/
.btc-progress {border-radius: 0;  height: 10px; margin-bottom: 0;}
.btc-footer{padding: 10px 0; background: #e5e5e5; }
.top-text{display: block; overflow: hidden;}
.top-bottom{font-size: 28px; line-height: 20px;}

/********* Pagination ***************/
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{border-radius: 0; margin: 0 0 0 -1px;}

.normal_hide{display:none;}