
.light-green-shade {
	background-color:#99ff99
}

body {
	background-color:#ccffcc
}

.white-shade {
	background-color:#ffffff
}

/*.white-shade, .light-green-shade {
	min-height: 400px;
}*/

.home-box {
	padding: 15px;
}

.misc-box {
	padding: 10px;
	margin-bottom: 20px;
}

.misc-box h4, misc-box p {
	margin: 0; padding: 0;
	padding-bottom: 5px;
}

.misc-box p {
	font-size:12px;
	padding-left: 25px;
	color:#666;
}

.misc-box h4 {
	color:#fff;
	font-weight:700
}

.misc-box a {
	color: fff;
	text-decoration: none
}


#footer {
	background-color:#060
}


/*------Shades Definition--------*/
green-shade {
	background-color: #093
}

blue-shade {
	background-color:#06F;
}

navbar-green {
	background-image: none;
	background-color:#060;
}

ul.links {
	list-style: none;
	padding:0; margin:0;
}

ul.links li {
	line-height: 25px;
}

ul.links li a {
	color: #FFF;
}

#footer h4 {
	color: #6F6;
}

/*Copyright text comes here*/
p.copyright {
	font-size:12px;
	text-align:center
}





ul.top-nav-menu {
	margin-top: 30px;
}

ul.top-nav-menu li a {
	border: 1px solid #030;
	margin-top: 3px;
	padding: 5px;
	background-color: #090;
	margin-left: 5px;
	color: #FF3;
	border-radius: 5px;
}

.title-bar {
	padding: 5px;
	max-width: 600px;
}

.title-bar h4 {
	margin: 0; padding: 0;
	font-weight: 700;
	color:#fff;
	margin-top: 15px;
	font-size: 16px;
}

.title-bar p {
	margin: 0; padding: 0;
	margin-top: 3px;
	color:#6f6;
}

.news-title {
	font-weight: 600;
	margin:0; padding:0;
	padding-bottom: 5px;
	text-transform:uppercase
}

a:link, a:visited {
	color:#030
}

/*=============================
custom display styles
==============================*/

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.login-panel {
    margin-top: 25%;
}


.panel-green {
    border-color: #5cb85c;
	/*border: 1px soild #5cb85c;*/
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
	text-decoration: none;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

#box {
	font-size: 11px;
	color:#F00;
	padding: 5px
}

.well-sm p{
	font-size: 11px;
}

.error-box, .success-box {
	padding: 20px;
	font-size: 16px;
	font-weight:800
}

.error-box {
	background-color:#FCC;
	color:#F00;
}

.success-box {
	background-color:#6F9;
	color:#060;
}

.table-striped>tbody>tr:nth-of-type(odd){background-color:#CFC}
/*.table-hover>tbody>tr:hover{background-color:#CCC}*/

.table {
  /*font-family: "Roboto", helvetica, arial, sans-serif;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  /*height: 320px;*/
  margin: auto;
  /*max-width: 600px;*/
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.table th {
  color:#D5DDE5;;
  /*background:#1b1e24;*/
  background:#090;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:16px;
  font-weight: 100;
  padding:15px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-fill th:first-child {
  border-top-left-radius:3px;
}
 
.table-fill th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

.table tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}


/*To hold the heading information */
.banner-heading {
	min-height: 200px;
	border-bottom: 1px solid #999;
}

@media(min-width:768px) {
	#banner-heading img {
		height: auto;
	}	
}

#banner-heading .portal-watermark {
	position:absolute;
	right: 0;
	top: 150px;
	/*z-index: 999;*/
}

.heading-img {
	width: 100%;
}
.navbar .icon-bar {
	background-color:#FFF;
}

/*Overide the container class*/
.wrap-container {
	margin: auto; padding: 5px;
	/*width: 1000px;*/
	margin-top: 0px;
	border-right: 1px solid #030;
	border-left: 1px solid #030;
	box-shadow: 1px 0px 15px 3px #CCC;
	-webkit-box-shadow: 1px 0px 15px 3px #CCC;
}

/*Copyright text comes here*/
p.copyright {
	font-size:12px;
	text-align:center
}

/*Wuraij Powered Style*/
.wuratij {
	text-decoration: none;
	color:#FC0;
}

/*for custom news slide*/
.news-slide {
	max-height: 30px;
	overflow:hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.news-slide ul {
	margin: 0;
	padding: 0;
	z-index: 9999;
}

.news-slide ul li {
	list-style: none;
}

.news-slide ul li a {
	text-decoration: none;
	font-size:14px;
	font-weight:600
}


.title-bar {
	padding: 5px;
	max-width: 500px;
}

.title-bar h4 {
	margin: 0; padding: 0;
	font-weight: 700;
	color:#6f6;
	margin-top: 15px;
	font-size: 20px;
}

.title-bar p {
	margin: 0; padding: 0;
	margin-top: 3px;
	color:#6f6;
}

.news-title {
	font-weight: 600;
	margin:0; padding:0;
	padding-bottom: 5px;
	text-transform:uppercase
}

a:link, a:visited {
	color:#030
}

.support-info span {
	color:#FFF;
}

.support-info a {
	color: #6f6;
}

.navbar .icon-bar {
	background-color:#FFF;
}

.title_exam_slip {
	font-size:18px; font-weight:700; text-transform:uppercase;
	margin: 0; padding:0;
}

p.r-field {
	font-size: 16px;
	font-weight: 800;
	padding: 0; margin:0;
  }

  p.r-item {
	font-size: 14px;
	padding: 0; margin: 0;
  }

  .pix-box {
	border: 1px solid #0f0;
	width: 150px;
	height: 150px;
  }

  .pay-slip {
	margin-top: 20px;
	border: 1px solid #0f0;
  }

  hr.detach {
	border: 2px dashed #ccc;
	width: 100%;
  }

  .pay-slip-heading {
	margin:0; padding:0;
  }

  div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	filter: alpha(opacity=60);
	opacity: 0.6;
	display: none;
	background: #fff url('../images/ajax-loader2.gif') no-repeat center center;
	}