/* Custom Css Here */
.tooltip-inner {
    font-size:10px !important;
}
#table_id_paging .tooltip-inner{
	padding:10px !important;
	min-width:550px !important;
}
.progressbar_stop_btn, .btn_cancel_ajax_upload{
	display:none;
}
.with_q_area{
	display:none;
}
#top-header{
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 1%, #207cca 1%, #2989d8 50%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(1%,#207cca), color-stop(1%,#207cca), color-stop(50%,#2989d8), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 1%,#207cca 1%,#2989d8 50%,#7db9e8 100%);
	background: -o-linear-gradient(top,  #1e5799 0%,#207cca 1%,#207cca 1%,#2989d8 50%,#7db9e8 100%);
	background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 1%,#207cca 1%,#2989d8 50%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#207cca 1%,#207cca 1%,#2989d8 50%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
	padding-bottom:6px;
}

.spl_books{
	list-style-type:none;
}
.spl_books li a{
	text-decoration:none;
	color:#000;
}
#top-header-registration{
	background:#2574C4;
}
#fileupload, #fileupload2{
	position:absolute; top:-10000000px;
}
.custom-progress-bar{
	margin-top:10px;
	margin-bottom:10px;
	display:none;
}
.pointer tr{
	transition: background 0.5s, color 0.5s;
}
.pointer tr:hover{
	cursor:pointer;
	background:#38a143;
	color:#fff;
}
.accident-summary-div{
	display:none;
}
.register-top-title{
	color:#fff;
	font-size:50px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	margin:20px 0px 20px 0px;
}
.logo{
	
	height:100px;
}
.homem_launch{
	padding:15px 20px 15px 20px;
	background:#000;
	color:#fff !important;
	text-decoration:none !important;
}
.sbar_chk{
	/* z-index:9999;
	position:absolute;
	left:0;
	top:150px; */
}
.super_loader_menu{
	list-style-type:none;
}
.super_loader_menu a{
	text-decoration:none;
	color:#fff;
}
.boxes{
	display:none;
	width:180px;
}
ul#main-navigation{
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:25px;
	
}
.boxes input[type="checkbox"]{
	height:18px;
	width:18px;
	margin-top:10px;
}
.sbar_chk .boxes{
	padding:15px;
	background:#000;
	margin-top:10px;
	height:600px;
	overflow:auto;
}
.boxes label{
	color:#fff;
}
#main-navigation li ol{
	float:none;
	clear:both;
	background:#e7e7e7;
	display:block;
	position:absolute;
	margin-top:15px;
}
ul#main-navigation li{
	float:left;
	//display:inline;
	padding:0px;
	margin-left:5px;
}
ul#main-navigation li a{
	text-decoration:none;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	padding:10px 12px 10px 12px;
	border-radius:5px 5px 0px 0px;
	color:#fff;
	font-size:10px;
}

ul#main-navigation li a:hover{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a6000000',GradientType=0 );
}
#second-menu{
	border-bottom:2px solid #e7e7e7;
	box-shadow: 0 8px 6px -6px #e7e7e7;
}
#second-menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:none;
}
#second-menu ul li{
	float:left;
	margin:10px 5px 10px 5px;;
}

#second-menu ul li a{
	text-decoration:none;
	//color:#959595;
	color:#000;
	
}

.bg_focus_top_a{
background: rgba(226,226,226,1) !important;
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 35%, rgba(209,209,209,1) 55%, rgba(254,254,254,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(35%, rgba(219,219,219,1)), color-stop(55%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1))) !important;
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 35%, rgba(209,209,209,1) 55%, rgba(254,254,254,1) 100%) !important;
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 35%, rgba(209,209,209,1) 55%, rgba(254,254,254,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 35%, rgba(209,209,209,1) 55%, rgba(254,254,254,1) 100%) !important;
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 35%, rgba(209,209,209,1) 55%, rgba(254,254,254,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 ) !important;
color:#646464 !important;
}

#top-profile-header{
	background:#000;
}
#top-profile-header ul{
	margin:0px;
	padding:0px;
	padding:10px 0px 10px 0px;
}
#top-profile-header ul li{
	float:left;
	margin-left:5px;
	color:#fff;
}
#top-profile-header ul li a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.right-menu-top li{
	border-left:1px solid #e7e7e7;
	padding-left:10px;
	padding-right:10px;
}
.home-grids{
	margin-top:15px;
}
.home-grids a{
	text-decoration:none;
	color:#959595;
}
.home-grids .home-grid{
	padding:10px;
	border:2px solid #e7e7e7;
	
	text-align:center;
	transition: box-shadow 0.5s;
}
.home-grids .home-grid:hover{
	box-shadow:0px 0px 25px #959595;
}
.home-grids .home-grid i{
	
	font-size:100px;
}
.home-grids .home-grid h6{
	
	font-size:18px;
}
#side-menu{
	padding:0px;
	margin:0px;
	margin-top:15px;
}

#side-menu li{
	width:100%;
	background:#31536E;
	color:#fff;
	text-indent:10px;
	border-top:2px solid #fff;
	padding:10px 0px 10px 0px;
	transition: background 0.5s, color 0.5s;
	text-decoration:none;
}
#side-menu a{
	text-decoration:none;
	background:#31536E;
	color:#fff;
	
	
}
#side-menu li:hover{
	background:#fff;
	color:#959595;
	text-decoration:none;
}

.breadcrumb{
	margin:0px;
	border-radius:0px;
	margin-top:15px;
}

.breadcrumb li a{
	text-decoration:none !important;
	color:#959595 !important;
}

.last-login{
	margin-top:15px;
}

.last-login .heading{
	font-weight:bold;
}

#site-footer{
	text-align:center;
	margin:0px;
	padding:0px;
	background:#000;
	padding:10px 0px 3px 0px;
	color:#fff;
}

/*  Grid backgrounds start*/

.grid-green{
	background:#07d446;
	color:#fff;
	border:2px solid #fff;
}
.grid-light-blue{
	background:#0bdddf;
	color:#fff;
	border:2px solid #fff;
}
.grid-blue{
	background:#0969ec;
	color:#fff;
	border:2px solid #fff;
}
.grid-yellow{
	background:#cbcd0c;
	color:#fff;
	border:2px solid #fff;
}
.grid-orange{
	background:#e17704;
	color:#fff;
	border:2px solid #fff;
}
.grid-red{
	background:#dc470c;
	color:#fff;
	border:2px solid #fff;
}
.grid-violet{
	background:#ae10e2;
	color:#fff;
	border:2px solid #fff;
}
.grid-pink{
	background:#e21090;
	color:#fff;
	border:2px solid #fff;
}
.grid-light-green{
	background:#87e210;
	color:#fff;
	border:2px solid #fff;
}

.grid-gradient{
	background: -moz-linear-gradient(top,  rgba(175,175,175,0) 12%, rgba(175,175,175,0) 54%, rgba(175,175,175,0.59) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,rgba(175,175,175,0)), color-stop(54%,rgba(175,175,175,0)), color-stop(100%,rgba(175,175,175,0.59)));
	background: -webkit-linear-gradient(top,  rgba(175,175,175,0) 12%,rgba(175,175,175,0) 54%,rgba(175,175,175,0.59) 100%);
	background: -o-linear-gradient(top,  rgba(175,175,175,0) 12%,rgba(175,175,175,0) 54%,rgba(175,175,175,0.59) 100%);
	background: -ms-linear-gradient(top,  rgba(175,175,175,0) 12%,rgba(175,175,175,0) 54%,rgba(175,175,175,0.59) 100%);
	background: linear-gradient(to bottom,  rgba(175,175,175,0) 12%,rgba(175,175,175,0) 54%,rgba(175,175,175,0.59) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afafaf', endColorstr='#96afafaf',GradientType=0 );

}

/*  Grid backgrounds end*/

.mobile_menu_launcher .container{
	text-decoration:none;
	background:#2F628C;
	color:#fff;
	font-size:28px;
	display:none;
}
.mobile_menu_launcher:hover,.mobile_menu_launcher:focus{
	color:#fff;
	text-decoration:none;
}
#mobile-main-navigation{
	display:none;
}
#mobile-main-navigation{
	display:none;
}

.page-h1{
	border-bottom:1px solid #e7e7e7;
	font-size:28px;
}
.center{
	margin:0px auto;
	text-align:center;
}
.red-star{
	font-weight:bold;
	color:red;
}
.verified_indentity{
	color:green;
}

.login-box{
	width:40%;
	margin:10px auto;
	background:RGBA(255,255,255,0.3);
	float:none;
	clear:both;
	border:5px solid #469D46;
	padding:0px;
	
	padding:15px 25px 20px 25px;
	
}
.login-box input{
	margin-top:10px;
}
.login-box .btn-success{
	width:100%;
}

#login-body{
	background:url('../images/loginbg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-height:auto;
}

.active-side-menu{
	background:#fff !important;
	color:#959595 !important;
	text-decoration:none !important;
}
.pagination li a{
	background:#31536E;
	color:#fff;
	border:2px solid #e7e7e7;
}
.btn-zoomed{
	padding:3px 6px !important;
	font-size:18px !important;
}

.test-block{
	margin:0px;
	padding:0px;
	margin:80px auto;
	width:70%;
}

.test-block .test-question{
	margin-bottom:15px;
}

.test-block .test-options{
	margin-top:15px;
	margin-bottom:30px;
}

.forgot-password-link{
	margin:15px 0px 0px 0px;
}

.preview_area{
	padding:0px 25px 10px 25px;
	border:2px solid #e7e7e7;
}

.logs-grid a{
	text-decoration:none;
	color:#fff;
}
.logs-grid .grid{
	background:#73B3E6;
	border:1px solid #2280CE;
	box-shadow:0px 0px 10px #ddd;
	
}
.grid{
	transition: background 0.5s, box-shadow 0.5s;
}
.logs-grid a:hover .grid{
	background:#2280CE;
	box-shadow:0px 0px 10px #5f5f5f;
}

.add_links_show_pic{
	min-height:800px;
}
.add_links_area, .slink_rd_area{
	display:none;
}

.homem_side{
	position:absolute;
	z-index:9999;
	left:0;
}

.timer_area{
	display:none;
}

.flagged_student{
	color:#760318;
	text-shadow:0px 0px 15px #760318;
	font-weight:bold;
}

@media (max-width: 1199px) {
	
	#main-navigation li a{
		padding:7px 12px 7px 12px !important;
		margin:0px;
	}
	
	#top-header{
		padding-bottom:5px;
	}
	.home-grid i{
		font-size:55px !important;
	}
	
	
	
}

	
@media (min-width: 1300px) {
	
	ul#main-navigation li a{
		font-size:14px;
	}
	
	
}

@media (max-width: 1999px) {
	ul#main-navigation{
		margin-top:28px;
	}
}
	
@media (max-width: 991px) {
	.mobile_menu_launcher .container{
		display:block;
	}
	#top-header, #second-menu{
		display:none;
	}
	#mobile-main-navigation{
		
		list-style-type:none;
		
	}
	#mobile-main-navigation li{
		background:#2F628C !important;
		border-top:1px solid #fff;
		color:#fff !important;
		padding:10px 0px 10px 10px;
	}
	#mobile-main-navigation li a{
		text-decoration:none;
		color:#fff !important;
	}
	
	.btn{
		margin:0px !important;
		margin-top:10px !important;
		margin-bottom:10px !important;
		width:100% !important;
		
	}
	input["type=text"]{
		position:static !important;
		margin:0px !important;
		width:100% !important;
		float:none !important;
		clear:both !important;
		
	}
	
	select{
		position:static !important;
		margin:0px !important;
		width:100% !important;
		float:none !important;
		clear:both !important;
		margin-top:10px !important;
		margin-bottom:10px !important;
		
	}
	
	.login-box{
		width:100% !important;
	}
	audio{
		margin-top:10px !important;
		margin-bottom:10px !important;
		width:100% !important;
	}
	table{
		width:100% !important;
	}
	
	table .btn{
		width:120px !important;
	}
	
	.fa{
		margin-right:15px !important;
	}
	
	.home-grid{
		margin-top:15px;
	}
	
	.home-grid i{
		font-size:100px !important;
	}
	
}

/*
/ archive steps modification 27 march 2017
*/

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff !important;
    text-decoration: none;
    background-color: #89c0ff;
    border: 1px solid #89c0ff;
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #89c0ff;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
	cursor:default;
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    
	cursor:default;
}


.breadcrumb-arrow li span {
    color: #4581c7
}
