﻿html, body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;	
}
body {
	color: #344644;
	/*background: #363636;*/	
	background-color:#D3DEE2;
	/*overflow:hidden;*/
	padding:15px;
	overflow:hidden;

	
}
*:focus{outline:0;}

h1, h2, h3, h4, h5, h6 {	
    font-family: 'Titillium Web', Geneva, sans-serif;
    font-weight: 400;
}
h1 {
	clear: both;
    color: #34D1BE;
    margin: 15px 0;
    padding-left: 30px;
}
h2 {
	clear: both;
    font-size: 1.8em;
    /*margin-bottom: 10px;
    padding: 10px 0 10px 30px;*/
    margin:2px 0px 10px 0px;
    padding:0px;
}
h3 {
	border-bottom: 1px solid #C2C2C2;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
}
h3 > span {
	/*border-bottom: 2px solid #C2C2C2;
    display: inline-block;
    padding: 0 5px 5px;*/
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}

a {
	/*color: #2bb6a3;*/
	outline: none !important;
}
a:hover,
a:focus {
	/*color: #2bb6a3;*/
}
@media (max-width: 420px) {
	html,body {
		font-size: 12px;
	}
}

.container {
	padding-left: 8px;
	padding-right: 8px;
}
.row {
    margin-left: -8px;
    margin-right: -8px;
}
.col-xs-1, 
.col-sm-1, 
.col-md-1, 
.col-lg-1, 
.col-xs-2, 
.col-sm-2, 
.col-md-2, 
.col-lg-2, 
.col-xs-3, 
.col-sm-3, 
.col-md-3, 
.col-lg-3, 
.col-xs-4, 
.col-sm-4, 
.col-md-4, 
.col-lg-4, 
.col-xs-5, 
.col-sm-5, 
.col-md-5, 
.col-lg-5, 
.col-xs-6, 
.col-sm-6, 
.col-md-6, 
.col-lg-6, 
.col-xs-7, 
.col-sm-7, 
.col-md-7, 
.col-lg-7, 
.col-xs-8, 
.col-sm-8, 
.col-md-8, 
.col-lg-8, 
.col-xs-9, 
.col-sm-9, 
.col-md-9, 
.col-lg-9, 
.col-xs-10, 
.col-sm-10, 
.col-md-10, 
.col-lg-10, 
.col-xs-11, 
.col-sm-11, 
.col-md-11, 
.col-lg-11, 
.col-xs-12, 
.col-sm-12, 
.col-md-12, 
.col-lg-12 {
	padding-left: 8px;
	padding-right: 8px;
}
@media (max-width: 768px) {	
	
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.row {
	    margin-left: -5px;
	    margin-right: -5px;
	}
	
	.col-xs-1, 
	.col-sm-1, 
	.col-md-1, 
	.col-lg-1, 
	.col-xs-2, 
	.col-sm-2, 
	.col-md-2, 
	.col-lg-2, 
	.col-xs-3, 
	.col-sm-3, 
	.col-md-3, 
	.col-lg-3, 
	.col-xs-4, 
	.col-sm-4, 
	.col-md-4, 
	.col-lg-4, 
	.col-xs-5, 
	.col-sm-5, 
	.col-md-5, 
	.col-lg-5, 
	.col-xs-6, 
	.col-sm-6, 
	.col-md-6, 
	.col-lg-6, 
	.col-xs-7, 
	.col-sm-7, 
	.col-md-7, 
	.col-lg-7, 
	.col-xs-8, 
	.col-sm-8, 
	.col-md-8, 
	.col-lg-8, 
	.col-xs-9, 
	.col-sm-9, 
	.col-md-9, 
	.col-lg-9, 
	.col-xs-10, 
	.col-sm-10, 
	.col-md-10, 
	.col-lg-10, 
	.col-xs-11, 
	.col-sm-11, 
	.col-md-11, 
	.col-lg-11, 
	.col-xs-12, 
	.col-sm-12, 
	.col-md-12, 
	.col-lg-12 {
		padding-left: 5px;
		padding-right: 5px;
	}	
}

/* new xxs layout for extra small devices */
@media (max-width: 420px) {
	h1 {
		padding-left: 5px;
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.5em;
	}
	.hidden-xxs {
		display: none !important;
	}
	tr.hidden-xxs {
		display: table-row !important;
	}
	
	th.hidden-xxs,
	td.hidden-xxs {
		display: table-cell !important;
	}
	
	.visible-xxs {
		display: block !important;
	}
	tr.visible-xxs {
		display: none !important;
	}
	
	th.visible-xxs,
	td.visible-xxs {
		display: none !important;
	}
}


blockquote,
blockquote.pull-right {
	border-color: #34d1be;
	padding: 10px 20px 10px 40px;
}
blockquote.pull-right {
	padding-left: 20px;
	padding-right: 40px;
}
blockquote p {
	font-style: italic;
}
blockquote:before {
	content: "\f10d";
	color: #C2C2C2;
    display: inline;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-left: -28px;
    margin-top: 0;
    position: absolute;
    width: auto;
}
blockquote.pull-right:before {
	margin-left: 0;
    right: 50px;
}

.container {
	margin: 0;
	max-width: 1920px;
	width: 100%;	
}
.navbar-toggle {
    border: medium none;
    color: #FFFFFF;
    font-size: 1.4em;
    height: 50px;
    margin: 0;
    text-shadow: none;
    width: 50px;
    z-index: 100;
    border-radius: 0;
}
.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 white;
}
.nav > li {
	float: left;
}
/*
	border-radius: 0;
	 border: none; 
}*/
.navbar-nav {
	margin: 0 0 0 10px;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 24px;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	min-width: 223px;
}
.dropdown-menu > li > a {
	/*color: #707070;*/
	/*font-size: 0.875em;*/
	line-height: 1.7;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	/*background-color: #f6f6f6;
	color: #707070;*/
}
.dropdown-menu > li > a {
	padding-left: 10px;
	-webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
	transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.dropdown-menu > li > a > i {
	position: absolute;
	margin-left: -18px;
	margin-top: 4px;
}
.nav-pills > li {
	float: none;
}
.nav-pills > li > a {
	border-radius: 0;
}


.navbar > .container .navbar-brand {
	color: #FFFFFF;
    font-family: 'Titillium Web',Geneva,sans-serif;
    font-weight: normal;
    margin-left: 0px;     
}
#logo.navbar-brand > img {
    float: left;
    padding-right: 4px;
}
#logo.navbar-brand > a {
    text-decoration:none;
    color:#fff;   
    line-height:50px; 
}

#header-navbar {
    /*background: #262525;*/
    background-color:#3AC5D9;
    border-radius:0px;    
    border: 0 none;   
    margin: 0;
    height: 60px;
    color: #fff;
   /* -webkit-box-shadow: inset 0 -1px 0 #4192B1;
    -moz-box-shadow: inset 0 -1px 0 #4192B1;
    box-shadow: inset 0 -1px 0 #4192B1;    */
   /* position:fixed;*/
   /* width:100%;    */
    z-index:99;
    -webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
    
}
#header-navbar .navbar-form .form-group {
	position: relative;
}
#header-navbar .navbar-form .form-control {
	background: #131313;
	color: #707070;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
	font-size: 0.75em;
}
#header-navbar .navbar-form .nav-search-icon {
	position: absolute;
	color: #707070;
	right: 6px;
    top: 8px;
}
#header-navbar .nav > li > a {
	height: 50px;
}
#header-navbar .nav > li > a > span.count {
	background: #fe635f;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	top: 9px;
	right: 8px;
}
#header-navbar .profile-dropdown > a {
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: 35px;
}
#header-navbar .profile-dropdown > a > img {
	margin-right: 5px;
	float: left;
}
#header-navbar .profile-dropdown > a > span {
	float: left;
	display: block;
	margin-right: 3px;
}
#header-nav .form-control {
	border-radius: 0;
	border: 0;
}
#header-navbar .nav > li > a {
	font-size: 1em;
	padding-left: 18px;
	padding-right: 18px;
	color: #fff;
	border: none;
}
#header-navbar .nav > li > a > i,
#sidebar-nav .nav > li > a > i {
	font-size: 1.25em;
}
#sidebar-nav .nav > li > a:focus,
#sidebar-nav .nav .open > a, 
#sidebar-nav .nav .open > a:focus {
	background: inherit;
}
#header-navbar .nav > li > a:hover,
#header-navbar .nav > li > a:focus,
#header-navbar .nav .open > a, 
#header-navbar .nav .open > a:hover, 
#header-navbar .nav .open > a:focus, 
#sidebar-nav .nav > li > a:hover,
#sidebar-nav .nav .open > a:hover, 
.navbar-toggle:hover,
.navbar-toggle:focus,
.mobile-search.active > .btn {
	/*background: #4fa2c2;	  
    color: #fff;
    outline: none;*/    
    border-right:solid 3px #aaa;
    background-color:#eee;
    color:#333;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus,
#sidebar-nav .nav-pills > li.active > a 
{
	background-color: #65B688;
	/*background-color:#aaa;*/
	color:#fff;
	
	/*-webkit-box-shadow: 0 -1px 0 0 #8bf2e6 inset, 0 0px 4px rgba(59,59,59,0.6);
	box-shadow: 0 -1px 0 0 #8bf2e6 inset, 0 0px 4px rgba(59,59,59,0.6);*/
}
#sidebar-nav .nav-pills > li.active > a:after
{
	content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #f6f6f6;
    font-size: 28px;
    padding-right: 0px;
    position: absolute;    
    top: 0px;
    right:-1px;    
}
#sidebar-nav .nav-pills > li.active > a:hover:after
{
	content: "";
}


#sidebar-nav .nav-pills > li.activea > a:hover, 
#sidebar-nav .nav-pills > li.active > a:focus,
#sidebar-nav .nav-pills > li.activea > a
{
	background-color:#2c3a42;
	color:#fff;
}

#header-navbar .nav > li .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#header-navbar .nav a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.mobile-search {
	overflow: hidden;
}
.mobile-search > a.btn {
	float: right;
}
.drowdown-search {
	background: #FFFFFF;
    display: block;
    left: 168px;
    padding: 4px 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.25s ease-out 0s;
    transition: left 0.25s ease-out 0s;
    width: 0;
    z-index: 1;
    overflow: hidden;
}
.drowdown-search form .form-group {
	position: relative;
	margin: 0 15px;
}
.drowdown-search form .form-control {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #344644;
    font-size: 1em;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding-left: 5px;
    padding-right: 26px;
}
.drowdown-search form .nav-search-icon {
	color: #344644;
    font-size: 1.2em;
    position: absolute;
    right: 5px;
    top: 13px;
    cursor: pointer;
}
.drowdown-search form .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #344644;
}
.drowdown-search form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #344644;
}
.drowdown-search form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #344644;
}
.drowdown-search form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #344644;
}
.mobile-search.active {
	width: 220px;
}
.mobile-search.active .drowdown-search {
	width: 220px;
	left: 0;
}

@media (max-width: 992px) {	
	.mobile-search {
		position: inherit !important;
		overflow: visible;
	}
	.drowdown-search {
	    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	    display: block;
	    left: 0;
	    padding: 10px 0;
	    top: 50px;
	    width: 100%;
	    display: none;
	    -webkit-transition: none;
	    transition: none;
	}
	.drowdown-search form .form-control {
	    font-size: 1.6em;
	    font-weight: 600;
	}
	.drowdown-search form .nav-search-icon {
	    font-size: 1.8em;
	    right: 15px;
	    top: 8px;
	}
	.mobile-search.active {
		width: auto;
	}
	.mobile-search.active .drowdown-search {
		display: block;
		width: 100%;
		left: 0;
	}
}

.navbar-nav > li > .dropdown-menu.notifications-list {
	min-width: 320px;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 8px;
	color: #707070;
}
.notifications-list .item-header {
	font-size: 0.875em;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.notifications-list .item {
	border-top: 1px solid #EBEBEB;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 0;
    clear: both;
}
.notifications-list .item a {
    clear: both;
    white-space: normal;
    padding-bottom: 7px;
    padding-top: 7px;
}
.notifications-list .item > a > i {
	color: #fe635f;
}
.notifications-list .item a .content {
	
}
.notifications-list .item a .time {
	color: #34d1be;
	margin-left: 10px;
	position: absolute;
    right: 13px;
    white-space: normal !important;
}
.notifications-list .item a .time i {
	margin-right: 3px;
}
.notifications-list .item-footer {
	background: #E1E1E1;
    padding-bottom: 0;
    padding-top: 0;
}
.notifications-list .item-footer a {
	padding: 8px 20px;
    text-align: center;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.notifications-list .item-footer a:hover,
.notifications-list .item-footer a:focus {
	background-color: #34d1be;
	color: #fff;
}
.notifications-list .pointer {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 21px;
    top: -12px;
    width: 12px;
}
.notifications-list .pointer .pointer-inner {
	position: relative;
}
.notifications-list .pointer .arrow {
	border-color: transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 6px;
    cursor: pointer;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
.notifications-list .pointer .arrow-border {
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 7px;
    cursor: pointer;
    left: -1px;
    position: absolute;
    top: -2px;
    z-index: 1001;
}
.messages-list .item.first-item {
	border-top: 0 !important;
}
.messages-list .item > a {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	-webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
	transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.messages-list .item > a > img {
	position: absolute;
	margin-top: 10px;
}
.messages-list .item > a > .content {
	display: block;
    padding-left: 50px;
    padding-top: 5px;
}
.messages-list .item > a > .content .content-headline {
	color: #605F5F;
    display: block;
    font-weight: 600;
}
.messages-list .item > a > .content .content-text {
	display: block;
    line-height: 1.4;
}

#col-left {
  
    color: #003940; 
    width:100%;
    background-color:#f6f6f6;    
    background-image:url(../images/sidemenybg.png);
    background-repeat:repeat-y;
    background-position:0px 0px;    
}
#col-left a {
	color: #e1e1e1;
}
#col-left a:hover,
#col-left .nav-active a.nav-link,
#col-left a.active {
	color: #fff;
}
#nav-col {
	padding: 0;
}
#sidebar-nav {
	/*max-height: 100%;*/
	padding-left: 0;
	padding-right: 0;
	position:fixed;	
	z-index:99;	
	
}

@media (min-width: 768px) {
	#sidebar-nav {width:8.33333333%;}
}

@media (min-width: 992px) {
	#sidebar-nav {width:16.66666667%;}
}



#sidebar-nav .nav > li, #sidebar-xs .nav > li  {
	margin: 0;
}


#sidebar-nav .nav > li > a, #sidebar-xs .nav > li > a {
	color: #777;
	font-size:12px;	
    height:50px;
    line-height:50px;
    padding-left:8px;    
    border-top:1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left:solid 3px transparent;
    
  /* border-bottom:solid 1px #eee;*/
  /* border-top:solid 1px #fff;*/
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    overflow: hidden;
    text-shadow:1px 1px 1px #fff;
}
#sidebar-nav .nav > li > a
{
	border-right:solid 3px #ddd;
}
 #sidebar-xs .nav > li > a 
 {
 	border-right:none;
}

#sidebar-nav .nav > li > a.active
{
	background-color:#fff;
	border-right:solid 3px #fff;
	border-left:solid 3px red;
}
#sidebar-xs .nav > li > a:hover,
#sidebar-xs .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}


#sidebar-nav .nav > li > a > .fa, #sidebar-xs .nav > li > a > .fa 
{
	display:inline-block;
	width:18px;	
	margin-right:0px;
	border:solid 0px red;
}

@media (min-width: 992px) and (max-width: 1200px) {
	#sidebar-nav .nav > li > a .fa{}	
}
@media (max-width: 992px) {
	#sidebar-nav .nav > li > a{padding-left:0px; text-align:center;}	
	#sidebar-nav .nav > li > a .fa{line-height:48px; text-align:center; padding-left:0px;}
}
/*@media (max-width: 768px) {
	#sidebar-nav .nav > li > a .fa{}
}*/


#sidebar-nav .nav > li a:first-of-type > span{width:18px;}
#sidebar-nav .nav > li:first-of-type > a{border-top:none;}
#sidebar-nav .nav > li:last-of-type > a{border-bottom:none;}
#sidebar-nav .nav > li > a:hover {
/*	-webkit-box-shadow: 0 -1px 0 0 #8bf2e6 inset;
	box-shadow: 0 -1px 0 0 #8bf2e6 inset;*/
}
#sidebar-nav .nav > li.open > a {
	border-bottom-color: #454545;
	outline: none;
	text-decoration: none;
}
#sidebar-nav .nav > li > a > i {
	position: absolute;
	margin-top: 11px;
}
#sidebar-nav .nav > li > a > span{
    /*padding-left: 35px;*/
    padding-left:0px;
}
#sidebar-xs .nav > li > a > span{
    /*padding-left: 35px;*/
    padding-left:10px;
}

#sidebar-nav .nav > li > a > span.badge
{
	padding:3px 4px 3px 4px;
	margin:17px 0px 0px 0px;
	font-size:10px;
	width:auto;
	text-shadow:none;
}
.submenu > li > a > span 
{
	width:30px;
	padding-left:0px;
	text-align:center;
}
#sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
	color: #595858;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
    right: 25px;
    top: 50%;
}
#sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon {
	color: #fff;
}
#sidebar-nav .nav li .submenu, #sidebar-xs .nav li .submenu {
	display: none;
	/*background: #454545;*/
	background-color:#485d69;
	padding: 0;
	margin: 0;
	list-style: none;		
	
	
	z-index:9999;
		
	/*min-width:150px;*/
}
#sidebar-nav .nav li .submenu
{
	margin-left:100%;
	width:200px;
	margin-top:-48px;
	position:absolute;
}
 #sidebar-xs .nav li .submenu 
 {
 	left:0px;
 	width:100%;
}
#sidebar-nav .nav li.active > .submenu {
	/*display: block;*/
}
#sidebar-nav .nav li .submenu > li {
	position: relative;
}
#sidebar-nav .nav li .submenu > li > a, #sidebar-xs .nav li .submenu > li > a {
	/*border-bottom: 1px solid #ddd;*/
    border-top: 1px solid #566f7d;
    border-bottom:solid 1px #3a4b55;
    display: block;
    font-size: 0.875em;
    /*line-height: 28px;*/
    height:48px;
    line-height:48px;
    padding-left: 10px;
    /*color: #fff;*/
    color:#fff;
    outline: none;
    text-decoration: none;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}

#sidebar-nav .nav li .submenu > li:first-of-type > a {
	border-top: 0;
	/*border-top:solid 1px #000;*/
}
#sidebar-nav .nav li .submenu > li:last-of-type > a {
	/*border-bottom: 1px solid #ddd;	*/
}
#sidebar-nav .nav li .submenu > li > a:hover,
#sidebar-nav .nav li .submenu > li > a.active {
	text-decoration: none;
	/*background-color: #313131;*/
	background-color:#2c3a42;
	color:#fff;
	/* box-shadow: 0 -1px 0 0 #8bf2e6 inset; */
}
.navbar-nav .open .dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	position: absolute;
}
#sidebar-nav .nav > .open > .submenu .submenu {
	display: none;
}
#sidebar-nav .nav > .open > .submenu > li > a {
    position: relative;
}
#sidebar-nav .nav > .open > .submenu > .open > a {
	background: inherit;
    border-bottom-color: #171717;
    -webkit-box-shadow: 0 -1px 0 #171717 inset;
    box-shadow: 0 -1px 0 #171717 inset;
}
#sidebar-nav .nav > .open > .submenu > li > .submenu {
	background-color: #171717;
}
#sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover {
	background-color: #232323;
}
#sidebar-nav .nav > .open > .submenu > li > .submenu a {
	border-bottom: 0 none;
    border-top: 0 none;
    padding-left: 80px;
}
#sidebar-nav .nav > .open > .submenu > li > a.dropdown-toggle > .drop-icon {
	font-size: 10px;
	margin-top: -5px;
}
#sidebar-nav .nav > .open > .submenu > .open > a.dropdown-toggle > .drop-icon {
	margin-top: -6px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	#sidebar-nav .nav li .submenu > li > a {
		padding-left: 15px;
	}
	
}
@media (max-width: 992px) {
	.navbar-toggle {
		display: block;
	}
	
	#sidebar-nav.navbar-collapse {
		max-height: 336px;
	}
	#sidebar-nav .nav > li > a {    		
	    /*padding-bottom: 5px;
	    padding-top: 5px;*/
	}
		
}
@media (max-width: 767px) {

	#header-nav
	{
		font-size: 1em;
	}
	#logo {
		/*width: 150px;*/
		padding-left: 0;
		font-size: 14px;
	}
	#logo img {
		height: 19px;
	}
	#sidebar-xs .nav-stacked
	{
		overflow-x:hidden;
		overflow-y:auto;		
		position:relative;
	}
		
}
@media (max-width: 400px) {
	#header-navbar .container {
		padding: 0;
	}
	#logo {
		width: auto;
		margin-left: 0px;
	}
	/*#logo span {
		display: none;
	}*/
	.profile-dropdown .dropdown-toggle {
	    padding-left: 5px !important;
	    padding-right: 5px !important;
	}
	#header-nav .nav {
		margin-left: 0;
	}
	
}


#content-wrapper {
	background: #fff;
	height: 100%;
	min-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;	
	padding: 0px 15px 15px 15px;
	overflow-x:hidden;
	overflow-y:auto;
}


/*#content-wrapper > .row {
	opacity: 0;

	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);

	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}*/
.main-box {
	background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    padding: 20px;
}
.main-box h2 {
    margin: 0 0 15px -20px;
    padding: 5px 0 5px 20px;
    border-left: 10px solid #c2c2c2; /*7e8c8d*/
}
@media (max-width: 768px) {
	#content-wrapper {
		padding: 10px 8px;
	}
	.main-box {
		margin-bottom: 10px;
	}
}
@media (max-width: 420px) {
	#content-wrapper {
		padding: 5px;
	}
	.main-box {
		padding: 12px 10px;
	}
	.main-box h2 {
		margin-left: -10px;
	}
}


#footer-bar, #footer-bar-examscreen {
	
	color: #fff;
	font-size: 0.875em;
	background-color:#3AC5D9;	
	position:fixed;
	bottom:15px;	
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
#footer-bar
{
	height: 30px;
	line-height: 30px;
}
#footer-bar-examscreen
{
	height: 50px;
	line-height: 50px;
}
#footer-copyright {
	text-align: center;
	margin: 0;
}
/*#footer-copyright a {
	color: #fff;
}
#footer-copyright a:hover {	
}*/
@media (max-width: 420px) {
	/*#footer-bar {
		line-height: 1.5;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}*/
}


/* OTHER */
.the-icons {
	font-size: 0.875em;
	line-height: 2;
}
.the-icons .glyphicon {
	width: 30px;
	text-align: center;
}
.tabs-wrapper .nav-tabs {
    margin-bottom: 15px;
}
.tabs-wrapper .tab-content {
	margin-bottom: 20px;
    padding: 0 10px;
}
.dropdown-example ul.dropdown-menu {
	display: block;
}
svg {
	width: 100% !important;
}
.inner-content
{
	 margin-bottom:0px;
	 padding:0px 10px 10px 10px;	 
}
.page-heading
{
	/*border-bottom: 1px solid #CCCCCC;*/
    color: #000;    
    font-size: 28px;
    font-style:normal;    
    font-weight: normal;
    letter-spacing:1px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
#header-nav
{
	/*padding:0px 10px;
	margin-top:7px;	*/
	height:60px;
	text-align:right	
}
#header-nav .user-info
{
	display:block;
	font-size:12px;
	color:#fff;
	text-align:right;
	font-weight:bold;
	letter-spacing:1px;	
}
#header-navbar .btn-info, #buttondiv
{
	background-color:#27b6ca;
	color:#fff;
	border-color:#24a9bc;
	padding:4px 10px;
	box-shadow:0px 0px 3px #24a9bc inset;
}


.table .popover div
{
	display:block;
}
.table .popover span{font-weight:900;}
.table .popover .details
{
	color:#999;
	font-weight:normal;	 
}
.table .popover hr{margin:5px 0px;}

#btnclear, #btnflag, #btndrop, #btnfeedback
{padding:8px 20px;}

/*#btnclear .visible-lg, #btnclear .visible-md, #btnflag .visible-lg, #btnflag .visible-md, #btndrop .visible-lg, #btndrop .visible-md
{
	display:inline-block !important;
	margin-left:5px;
}*/


@media (max-width: 991px) 
	{
		#left-grid
	    {
			margin-left:-200px;
		    position:absolute;
		}
	}
.historybox
{
	/*border-bottom:dotted 1px #aaa;*/
	padding:5px 0px 0px 0px;
	cursor:pointer;
	min-height:50px;
}
.boxopen{background-color:#fafafa; border-bottom:dotted 0px #aaa; box-shadow:0px 0px 5px #777; position:relative; z-index:9;}
.boxclose{background-color:#fff; border-bottom:dotted 1px #aaa;}
.boxclose:hover
{
	background-color:#fefdfd;	
}
.boxclose:hover:before, .boxopen:hover:before
{
	content:'\f068';
	font-family:FontAwesome;
	position:absolute;
	left:50%;
	bottom:0px;
	color:#ccc;
}
.divloading
{
	 height:100%;	 
	 width:100%;
	 top:0px;
	 left:0px;
	 text-align:center;
	 position:fixed;	
	 z-index:9999;
	 
}
.divoverlay
{
     height:100%;	 
	 width:100%;
	 top:0px;
	 left:0px;	 
	 position:fixed;
	 background-color:#000;
	 zoom: 1;
 	 filter: alpha(opacity=50);
	 opacity: 0.5;
	 z-index:9998;	 
}
.divloading_inner
{
     height:60px;
	 line-height:60px;
	 letter-spacing:4px;
	 font-size:12px;
	 position:absolute;
	 top:50%;
	 text-align:center;
	 margin-top:-30px;
	 border:solid 1px #f6f6f6;
	 background-color:#fff;
	 box-shadow:0px 0px 5px #000;
	 border-radius:4px;	 
	 -moz-border-radius:4px;	 
	 -webkit-border-radius:4px;	 
	 color:#000;
	 z-index:9999;
	 
}

.divloading img
{
	height:24px;
	width:24px;
	margin:0px 20px 0px 0px;
}

      .headtext
      {
          line-height:68px;
        }
        .headno
        {
        	/*border:solid 1px #0dc4ff;        	
        	background-color:#2fccff;        	*/
        	text-align:center;        	
        	font-size:28px;
        	float:left;
        	/*width:23px;
        	height:21px;*/
        	/*width:28px;
        	height:28px;
        	line-height:24px;*/
        	margin:5px 5px 0px 0px;
        	/*border-radius:100%;*/
        	color:#f98518;
        	font-weight:bold;
        	/*text-shadow:1px 1px 0px #00a4d9;*/
        	/*box-shadow:0px 0px 3px #00b1ea inset;*/
        	
        	
        	
        }
        .progressdiv
        {
        	height:5px;
        	width:100px;        	
        	margin-top:9px;
        	cursor:pointer;
        	border-radius:3px;
        	/*background-image: linear-gradient(#eee, #eee 10%, #ddd);*/
        	background-color:#fff;
        	box-shadow:0px 3px 1px #ddd inset;        	
        	border-bottom:solid 1px #e5e5e5;
        }
        .progressinner{background-color:Green; height:5px; border-radius:3px;}
        .maindiv
        {
        	padding:10px 10px;
        	display:block;
        	margin-bottom:0px;
        	/*border-bottom:solid 1px #e5e5e5;
        	border-top:solid 1px #fff;*/
        }
        .uncheckedlabel
        {
        	cursor:pointer;
        	border-bottom:solid 1px #e5e5e5;
        	border-top:solid 1px #fff;
        }
        .uncheckedlabel:hover
        {
        	background-color:#eee;
        	border-bottom:solid 1px #e5e5e5;
        	border-top:solid 1px #f6f6f6;
        }
        .disabledlabel
        {
        	border-bottom:solid 1px #e5e5e5;
        	border-top:solid 1px #fff;
        }
        
        .checkedlabel
        {
        	background-color:#eee;
        	cursor:pointer;
        	border-bottom:solid 1px #e5e5e5;
        	border-top:solid 1px #f6f6f6;
        }
       /* .checkedlabel:hover{background-color:#eee;}*/
        
        .innerbox{overflow-x:hidden; overflow-y:auto;}
        .questionmode
        {
        	padding:11px 0px 11px 12px;
        	display:block;
        	margin:0px;
        	font-size:12px;
        	cursor:pointer;
        	border:solid 1px transparent;
        }       
        .modeselected
        {
        	background-color:#f6f6f6;
        	border:solid 1px #ddd;
        	border-right: solid 1px transparent;
        	z-index:99;
        	position:relative;
        	
        }      
        .secname input{ float:left; margin-right:5px; margin-top:3px;}
        
        .progresstooltip
        {
        	 position:absolute;
        	 text-align:center;
        	 display:none;
        	 margin-top:-33px;
        	 width:100px;
        	 height:auto;
        	 font-size:12px;        	 
        	 border:solid 1px #333;
        	 background-color:#333;
        	 border-radius:3px;
        	 color:#fff;
        	 padding:2px 0px;
        }
        
        .progresstooltip:before
        {
        	position:absolute;
        	left:50%;
        	content:'\f0d7';
        	font-family:FontAwesome;
        	color:#333;
        	font-size:16px;
        	bottom:-14px;
        	margin-left:-5px;
        }
       
        .toalavailable{font-size:20px;}

  .onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    left:50%;
    margin-left:-30px;    
    }
    .onoffswitch-checkbox {
    display: none;
    }
    .onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    }
    .onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    }
    .onoffswitch-inner:before {
    content: "Yes";
    padding-left: 14px;
    text-align:left;
    background-color: #21AC5B;    
    color: #FFFFFF;
    }
    .onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
    }
    .onoffswitch-switch {
    display: block; width: 14px; height:14px; margin: 5px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 36px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label
    {
    	border:solid 2px #148443;
    }
   
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;    
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    border:solid 2px #148443;
    }
   
    .testmakerloading
    {
    	position:fixed;
    	border:solid 0px #000;
    	height:100%;
    	background-color:#f6f6f6;
    	width:100%;
    	z-index:999;
    	left:0px;
    	top:0px;
    	opacity: 0.7;
		filter: alpha(opacity=70);
    }
    .testmakerloading img
    {
    	position:fixed;
    	left:50%;
    	top:50%;
    	height:60px;
    	width:60px;
    	margin:-30px 0px 0px -30px;
    	z-index:1000;
    }

#questionmodebox .badge
{
	float:right;
	margin-right:10px;
	margin-top:0px;
	font-size:12px;
	background-color:#428bca;
}
.modeselected .badge
{
	background-color:#777;
}
 #examfinishbody
     {
     	background-color:#fff;
     	border:solid 1px #ddd;
     	box-shadow:0px 0px 5px #ccc;
     	margin-top:50px;
     	padding:20px;     	
     }

.examfinish-big
{
	font-size:26px;
	letter-spacing:1px;
	text-align:center;
	padding:5px 0px;
}
 .examfinish-small
 {
 	 font-size:16px;
 	 padding:5px 0px;
 	 text-align:center;
 	 letter-spacing:1px;
 	 color:#999;
 }
 #examfinish-progressbox
 {
 	margin-top:10px;
 	margin-bottom:10px;
 }
 .examfinish-progress
 {
 	height:20px;
 	background-color:#ddd;
 	/*border:solid 1px #d4d4d4;*/
 	border-radius:4px;
 	box-shadow: inset 2px 2px 5px #e5e5e5;
 }
 .examfinish-progressinner
 {
 	height:20px;
 	line-height:20px;
 	border-radius:4px; 	 
 	/*background-color:green;*/ 	
 }
 .examfinishresult
 {
 	 padding:0px 5px;
 	 color:#fff;
 	 font-size:12px;
 }
 #exampercantage
 {
 	 font-size:36px;
 	 font-weight:bold; 
 }
 #examtimetaken
 {
 	 font-size:12px;
 	 color:#999;
 	 padding:5px 0px;
 }
 #examfinishbuttonbox
 {
 	margin-top:20px;
 }
 #examnotdeclared
 {
 	text-align:center;
 	font-size:30px;
 	font-weight:bold;
 	height:140px;
 }
  #testmakerbody
        {
        	 border:solid 1px #ddd;
        	 position:relative;
        	 background-color:#fff;
        	 box-shadow:0px 0px 5px #ccc;
        	 border-radius:3px;
        	 padding:5px;
        }
        .testmakerlink a
        {
        	color:#999;
        	font-size:12px;
        	letter-spacing:1px;
        	padding:1px 0px;
        	text-shadow:1px 1px 0px #fff;
        }
        .testmakerlink a:hover, .testmakerlink a.selectedlink
        {
        	text-decoration:none;
        	color:#777;
        	font-size:12px;
        	letter-spacing:1px;
        	border-bottom:solid 2px #c3c3c3;
        	text-shadow:1px 1px 0px #fff;
        }
.review_score
{
	font-size:20px;	
	font-weight:normal;
}
.required{font-size:14px;}

#percentage, #required
{font-weight:bold;}
#review_progress
{
	background-color: #fafafa;
    background-image: linear-gradient(to bottom, #fafafa, #eeeeee);
    border-color: #fafafa #eeeeee #e5e5e5;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;    
    height: 35px;
    margin-top:6px;
    margin-bottom:6px;
}
.progressbar-inner {
    border-radius: 5px;    
    height: 35px;
    position: relative;
}
.progressbar-pass {
    background-color: #02c70a;
    background-image: -moz-linear-gradient(center top , #02c70a, #02a508);
}
.progressbar-fail {
    background-color: #f43f3f;
    background-image: -moz-linear-gradient(center top , #f43f3f, #db3434);
}

.review-q-infobox
{
	 border-bottom:dashed 1px #ddd;
	 padding:2px 0px;
	 letter-spacing:1px;
}
.review-q-infobox .bigtext{display:block; font-size:20px; padding:0px;}
.review-q-infobox .smalltext{ display:block; font-size:12px; color:#999; padding:0px;}
.correct-legend, .incorrect-legend, .parcorrect-legend, .unanswred-legend
{
	 width:6px;
	 height:36px;
	 padding:0px;
	 margin:6px 10px 0px 0px;
	 float:left;
}
.correct-legend{background-color:#BEDB39;}
.incorrect-legend{background-color:#FD7400;}
.parcorrect-legend{background-color:#1F8A70;}
.unanswred-legend{background-color:#FFE11A;}
 
 .user-infobox
 {
 	padding:5px 0px;
 	display:block;
 	letter-spacing:1px; 	
 	text-shadow:1px 1px 0px #fff;
 }
 .user-infobox .bigtext{ font-size:14px; display:block; color:#333;}
 .user-infobox .smalltext{ font-size:12px; color:#999; display:block;}
 
 .chart-centerbox
{
	 position:absolute;
	 border:solid 0px #000;
	 z-index:99;
	 width:250px;
	 text-align:center;
	 font-size:28px;
	 height:50px;
	 line-height:50px;
	 margin:-25px 0px 0px -125px;
	 left:50%;
	 top:50%;
}
#mainchartbox{ margin-top:70px;}
#back
{
	font-size:12px;
	cursor:pointer;
	color:#666;
}
#back:hover, #back:focus
{
	color:#333;
	text-decoration:underline;
}
#examname{font-size:18px; color:#999; font-weight:bold;}
#attemptno{font-size:14px; color:#777; font-weight:normal; margin-left:10px}
#linkbox{margin-top:10px;}

#testmakercenter
{
	 border-right:solid 0px #ddd;
	 background-color:#f6f6f6;
	 border-left:solid 1px #ddd;
	 margin-left:-1px;
	 padding:0px 0px 0px 0px;
}
#maindivision
{
	 overflow-x:hidden;
	 overflow-y:scroll;
	 height:100%;
	 padding:0px;
}
#exammodebox{margin:10px 0px 73px 0px;}
#difficultybox{margin:10px 0px 0px 0px;}

#availableqbox, #queselectbox, #switchbox
{margin-bottom:40px;}

 @media (max-width: 767px) {
	#linkbox{margin-top:0px;}
	.inner-content{padding:0px;}
	#examfinishbody
	{
		margin-top:0px;
	}
	.examfinish-big
	{
		font-size:18px;
		letter-spacing:0px;	
	}
	.examfinish-small
	 {
 		 font-size:14px; 	 
 		 letter-spacing:0px;
	 }
	 #examnotdeclared
	 {
 		font-size:22px;
 		height:80px;
	 }
	 
	 #mainchartbox{ margin-top:30px;}
	 .page-heading
	 {
	 	font-size:16px;
	 	height:auto;
	 	line-height:normal;
	 	margin-bottom:20px;
	 }
	 #review_progress
	{
		height: 25px;
		margin-top:6px;
		margin-bottom:6px;
	}
	.progressbar-inner {
		border-radius: 5px;    
		height: 25px;
		position: relative;
	}
	#chartbox, .infobox
	{margin-top:10px;}
	#examname{font-size:14px;}
	.review_score{font-size:16px;}
	.required{font-size:12px;}
	
	.questionmode{padding:8px 0 8px 12px }
	#questionmodebox{padding:0px 10px; display:none;}
	
	#questionmodeclick, #selectsectionhead
	{
		padding:8px 0px 8px 12px;
        display:block;        
        font-size:14px;
        font-weight:bold;        
        cursor:pointer;
        border:solid 1px #ddd;
        background-color:#f6f6f6;
        text-shadow:1px 1px 0px #fff;
	}
	#questionmodeclick{margin:10px 5px;}
	#selectsectionhead{margin:0px;}
	
	.mclose:before, .mopen:before
	{
		/*position:absolute;*/
		font-family:FontAwesome;	
		margin-right:10px;
		float:left;
		margin-top:-1px;
	}
	.modeselected
	{
		background-color:#fafafa;
		border:solid 1px #ddd;		
	}
	.mclose:before{content:'\f078';}
	.mopen:before{content:'\f077';}
	
	#testmakercenter
	{
		 background-color:#fff;
		 border-left:solid 0px #ddd;
		 margin-left:0px;
		 margin-top:30px;
		 padding:0px 5px 0px 5px;
	}
	#maindivision
	{
		 overflow:hidden;		 
		 height:100%;
		 background-color:#fafafa;
	}
	#exammodebox{margin:10px 0px 60px 0px;}
	#difficultybox{margin:10px 0px 10px 0px;}
	
	#availableqbox, #queselectbox, #switchbox
	{margin-bottom:20px;}
	.toalavailable{font-size:24px;}
}
.photobox, .photo
{
	height:160px;
	max-height:160px;
	width:120px;
	max-width:120px;
	border:solid 1px #ddd;
	margin-bottom:5px;
}
.profilephoto
{
	height:auto;
	width:auto;
	max-height:160px;	
	max-width:120px;	
}
.filename
{
	display:block;
	font-size:12px;
}
#showremove
{

	display:none;
	position:relative;
	margin-top:-26px;	
	float:left;
	height:20px;
	width:100%;	
	background-color:transparent;
	text-align:center;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#showremove a{color:#fff; display:block;}
#showremove a:hover{text-decoration:none;}

#finishexam-popup
{
	 position:fixed;
	 width:100%;
	 height:100%;
	 display:none;
	 background-color:#f6f6f6;
	 left:0px;
	 top:0px;
	 z-index:9999;
}
.finishexam-popup-inner
{
	 height:250px;
	 /*width:200px;*/
	 position:absolute;
	 top:50%;
	 /*left:50%;*/
	 margin-top:-100px;
	 border:solid 1px #e5e5e5;
	 background-color:#fff;
	 border-radius:4px;
	 /*box-shadow:inset -1px -1px 3px #ccc;*/
	 box-shadow:0px 0px 5px #ccc;
	 /*box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;*/
}
.finishexam-popup-inner .text
{
	display:block;
	text-align:center;
	font-size:18px;
	padding:10px 0px;
	height:100px;
	line-height:100px;
}
#countdown{color:Red; font-weight:bold;}

.summrybox {
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px #d4d4d4 inset;
    color: #5f5e5e;    
    font-family: Arial;
    /*height: 84px;*/
/*    width: 100%;*/
}
.summry-heading
{
	padding:10px 0px 10px 10px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:solid 1px #eee;
}
.summary-box{border-top:solid 1px #fff;}
.summry-infobox {
/*    float: left;*/
  /*  width: 33%;*/
}
.summry-info-name {
   /* border-right: 1px solid #ccc;*/
    display: block;
    font-size: 12px;
    font-weight: normal;    
    padding: 0px 0px 10px 0px;
    text-align:center;
    letter-spacing:1px;
}
.summry-info-result {
  /*  border-right: 1px solid #ccc;*/
    display: block;
    font-size: 26px;
    font-weight: normal;
    color:#999;
    padding: 0px 0px 0px 0px;
    text-align:center;
    text-shadow:1px 1px 0px #fff;
}

.dashboard-box
{
	padding:20px 0px;
	border-bottom:solid 1px #eee;
	border-top:solid 1px #fff;
	text-align:center;
	min-height:100px;
}
.dashboard-box .fa{font-size:300%;}
.dashboard-box .icon, .dashboard-box .info, .dashboard-box .buttonbox
{
	display:block;
	padding:6px 0px;	
}
.dashboard-box .img_logo
{
    width:auto;
    max-width:100%;
    height:auto;
}
.dashboard-box .info{font-size:12px; letter-spacing:1px; text-shadow:1px 1px 0px #fff;}

.overlay
{
	background-color:#000;
	opacity:0.5;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
}
.popupbox
{
	border:solid 1px #333;
	background-color:#fafafa;		
	height:auto;
	position:fixed;
	top:50px;	
	z-index:1000;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 0px 10px #444;
	-moz-box-shadow:0px 0px 10px #444;
	-webkit-box-shadow:0px 0px 10px #444;
}
.popupbox-inner
{	
	padding:10px;
}
.popup-heading
{
	height:auto;		
	padding:10px;
	border-bottom: 1px solid #2cc1d6;
	background-color:#3ac5d9;
	color:#fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.popup-heading .bigtext{font-size:18px; display:block; padding-bottom:2px;}
.popup-heading .smalltext{ font-size:12px; display:block; line-height:12px;}
.loadimg{ height:16px; width:16px;}
.popup-table
{
	width:100%;
	font-size:12px;
}
.popup-table td
{
	border-bottom:dotted 1px #b2b2b2;
	padding:10px 5px;	
}
.popup-table td.left-text
{
	color:#666;
	font-weight:normal;
}
.popup-table td.right-text
{
	color:#444;
	font-weight:bold;
}
.checkresult{font-size:16px;}

.popup-table td.compatible_status{}
.popup-table td.compatible
{
	color:Green;
}
.popup-table td.notcompatible
{
	color:Orange;
}

.loadimg{display:none;}
#logview
{
	margin-top:20px;
}
#examdetails{cursor:default;}

.result-progress {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    height: 5px;
    width: 100px;
    margin:6px 5px;
}
.result-progress-innner {
    border-radius: 5px;
    height: 5px;
    margin-top: -1px;
    background-color:Green;
}
#Modalvideo .modal-body
{
    height:400px;
    padding:10px;
}


@media (max-width: 768px) 
{
	body{padding:0px;}	
	#Modalvideo .modal-body
    {
        height:200px;
        padding:5px;
    }
	#footer-bar, #footer-bar-examscreen 
	{
		bottom:0px;
	}	
	.popupbox{top:10px;  overflow-x:scroll;}
	.finishexam-popup-inner .text
	{
		font-size:14px;
		padding:10px 0px;
		height:100px;
		/*line-height:100px;*/
	}
	.dashboard-box
    {
	    padding:5px 0px;	    
	    min-height:10px;
    }
    .dashboard-box .fa{font-size:200%;}
    .dashboard-box .icon, .dashboard-box .info, .dashboard-box .buttonbox
    {	
	    padding:3px 0px;
    }
    .popupbox{margin-left:2.16%;}
}

.check_ok_msg, .check_warning_msg
{
    border-style:solid;
    border-color:transparent;
    border-width:1px;
    padding:4px 12px;
    font-size:12px;
    margin-top:10px;
    text-align:center;
    display:block;
}
.check_ok_msg
{
    border-color:#00c400;
    background-color:#f7fff7;
}
.check_warning_msg
{
    border-color:#efcc66;
    background-color:#fdfaf0;
}
