body
{
	 background-color: #174b68; 
}
.log-in
{
	
}
.label1
{
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
  
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	color: #333;
}
#border-login
{
	border-radius: 10px;
}
.full-width
{
	background-color: #fff;
}
.container-fluid
{
	background-color: #fff;
}
.navbar-outer1
{
	margin: 0 auto;
	
}
.logo-section
{
	padding-top:1px;
}
#menu
{
	background-color: #069;
	
}
.navbar-nav li a {
    
    color: white;
}
.navbar-nav li a:hover {
    
    color: grey;
}
.navbar-nav li {
    
    border: 0px solid blue;
}
.navbar .divider-vertical {
    height: 88px;
    margin: 0 4px;
    border-right: 0px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}

#main-block {
	padding-top: 50px;
	/* background: #fff; */
	height:780px;
	font-family: Helvetica,arial, sans-serif;
	/* background: url(../images/bg.jpg) no-repeat center center fixed;  */
	background-image: radial-gradient(50% 50%, #c2c7d7, #174b68);
  background-size: 100% 100%, cover;
}
footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}
.img-responsive.img-center {
  margin: 0 auto;
  /* padding-top: 50; */
}

.copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
  .bottom_ul li:before { content:"|"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li:after { content:"|"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
text-decoration: none;
}

.pack1
{
	height: 200px;
	font-size:20px;
	font-weight:bold;
	text-align: center;
vertical-align: middle;
line-height: 170px; 


}
a,a:focus {
	outline: none;
}

.disable_txt {
	display: none;
}

#wrapper {
	width: 100%;
	margin-top: 32px;
	display: table;
	margin-bottom: 35px;
}

.panel-footer {
	min-height: 40px;
}

.min-panel {
	min-height: 80px;
}

.logo {
	background: url("../images/bg.png") no-repeat scroll left bottom
		rgba(0, 0, 0, 0);
	display: inline-block;
	height: 76px;
	width: 235px;
}

/* Login Page */
.login-panel {
	background-color:white;
	/*   margin-top: 25%; */
	box-shadow: 0 6px 10px -2px #3f4143;
	-webkit-box-shadow: 0 6px 10px -2px #3f4143;
	-moz-box-shadow: 0 6px 10px -2px #3f4143;
	border-radius: 4px;
	padding:0 0 25px;
}
.logo_login {
  background: url("../images/b.png") no-repeat scroll 7px 0 rgba(0, 0, 0, 0);
  display: block;
  height: 73px;
 
}

.menu {
	border-bottom: 3px solid #2e4358;
	border-left: 1px solid #44596e;
}

.menu li a { /*   border-right: 1px solid #09a09b; */
	font-weight: 600;
}

#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;
		min-height: 1300px;
		border-left: 1px solid #e7e7e7;
	}
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */
.navbar-top-links li {
	display: inline-block;
}

.navbar-top-links li:last-child {
	margin-right: 15px;
}

.navbar-top-links li a {
	color: #ffffff;
	min-height: 40px;
	padding: 10px 15px;
}

.navbar-top-links .dropdown-menu li {
	display: block;
	color: #000;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
	padding: 6px 20px;
	min-height: 0;
	width:250px;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages,.navbar-top-links .dropdown-tasks,.navbar-top-links .dropdown-alerts
	{
	width: 310px;
	min-width: 0;
}

.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
	margin-left: -123px;
}

.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
}

/* Sidebar Menu Styles */
.navbar-static-side ul li {
	border-bottom: 1px solid #e7e7e7;
}

.sidebar-search {
	padding: 15px;
}

.arrow {
	float: right;
}

.fa.arrow:before {
	content: "\f104";
}

.active>a>.fa.arrow:before {
	content: "\f107";
}

.nav-second-level li,.nav-third-level li {
	border-bottom: none !important;
}

.nav-second-level li a {
	padding-left: 37px;
}

.nav-third-level li a {
	padding-left: 52px;
}

@media ( min-width :768px) {
	.navbar-static-side {
		z-index: 1;
		position: absolute;
		width: 250px;
		margin-top: 100px;
	}
	.navbar-top-links .dropdown-messages,.navbar-top-links .dropdown-tasks,.navbar-top-links .dropdown-alerts
		{
		margin-left: auto;
	}
}

@media ( max-height :600px) and (max-width:767px) {
	.sidebar-collapse {
		max-height: 300px;
		overflow-y: scroll;
	}
}

@media ( max-height :400px) and (max-width:767px) {
	.sidebar-collapse {
		max-height: 200px;
		overflow-y: scroll;
	}
}

/* Buttons */

/* ------------------------------- */
.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}

.btn-primary.btn-outline {
	color: #428bca;
}

.btn-success.btn-outline {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}

.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-info.btn-outline:hover,.btn-warning.btn-outline:hover,.btn-danger.btn-outline:hover
	{
	color: #fff;
}

/* Pages */

/* Circle Buttons */
.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.show-grid [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important;
}

.show-grid {
	margin: 15px 0;
}

.panel-light>.panel-heading {
	background-color: #f1f1f1;
	border-color: #cfd9db;
	color: #444444;
}

.panel-light {
	border-color: #cfd9db #cfd9db #c0cdd1;
	border-radius: 3px;
	border-width: 1px 1px 2px;
	box-shadow: none;
	position: relative;
}

.panel-red { /*   border-color: #ff6363; */
	border-color: #ccc;
}

.panel-red>.panel-heading {
	color: #fff;
	/*   background-color: #ff6363; */
	/*   border-color: #ff6363; */
	background-color: #2dcc70;
	font-weight: bold;
}

.panel-red>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #959801;
}

.panel-red>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #959801;
}

.panel-red1 {
	border-color: #cccccc;
}

.panel-red1>.panel-heading {
	color: #fff;
	background-color: #749a00;
	border-color: #749a00;
}

.panel-red1>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #749a00;
}

.panel-red1>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #749a00;
}

.panel-1 {
	border-color: #d3d3d3;
}

.panel-1>.panel-heading {
	color: #444;
	background: -moz-linear-gradient(center top, #fafafa 0%, #e9e9e9 100%)
		repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #d5d5d5;
}

.text_links {
	display: block;
	font-size: 14px;
}

.log_details {
	position: absolute;
	right: 10px;
	top: 40px;
	z-index: -999;
}

.modal-info {
  background: url("../images/modal_head.png") repeat scroll 0 0 / contain  rgba(0, 0, 0, 0);
  border: 1px solid #7BBDD9;
  color: #32365c;
}

.login_footer {
	text-align: center;
	padding-top: 10px;
}

.login_footer a {
	color: #666;
}

.footer {
	background: #34495E;
	border-top: 1px solid #dddddd;
	bottom: 0;
	padding: 10px 15px;
	position: fixed;
	width: 100%;
}

.footer a {
	color: #ccc;
}
.panel-notice
{
	background: #fef7ff;
}

.pop-box {
	background-color: #f9f9f9;
	border: 1px solid #888888;
	left: 0;
	margin: 25px 24px;
	position: absolute;
	top: 68%;
	width: 78%;
	z-index: 1000;
}

.pop-box22 {
	background-color: #f9f9f9;
	border: 1px solid #888888;
	left: 0;
	margin: 25px 24px;
	position: absolute;
	top: 45%;
	width: 78%;
	z-index: 1000;
}

.pop-box1 {
  background-color: #f9f9f9;
  border: 1px solid #888888;
  left: 0;
  margin: 25px 24px;
  position: absolute;
  top: 54%;
  width: 72%;
  z-index: 1000;
}

.pop-box li a {
	padding: 10px 20px;
}

.fa-1x {
	font-size: 1.2em;
	cursor: pointer;
	color: #339900;
}

.simple {
	margin-bottom: 0px;
	background: #fdf5e6 !important;
}

.margin_bot {
	margin-bottom: 20px;
}

.simple th {
	padding: 3px 5px !important;
}

.deptselect {
	background: #fff;
	border: 1px solid #ddd;
}

.deptselect th {
	background: #75bcd9;
	color: #fff;
}

.deptselect th:nth-child(1),.deptselect th:nth-child(2) {
	width: 10%;
}

.med {
	width: 50%;
}
.captcha
{
	border: 2px solid #cccccc;
	width: 30px;
}

.small {
	width: 30%;
}

.red {
	color: #ff0000;
	cursor: pointer
}

.light {
	background: #f5f5f5;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.btn_space {
	margin: 35px 0 0;
}

.t_box1 {
	background: none repeat scroll 0 0 #f2f2f2;
	border: 1px solid #bbbbbb;
	min-height: 185px;
}

.wht {
	color: #fff;
}

.table-stat>tbody>tr th {
	background: #888;
	color: #fff;
	border: none;
}

.table-stat>tbody>tr:nth-child(2n+1)>td {
	background-color: #f9f9f9;
}

.helplist {
	margin: 0;
	padding: 10px;
}

.helplist>li {
	list-style: none;
	padding: 4px 6px;
}

.helplist>li a {
	display: block;
}

.helplist>li a:hover {
	text-decoration: none;
	color: #131221;
}

.table-hover tr td {
	cursor: pointer;
}

.nomargin {
	padding: 0;
	margin: 0;
}

.notice {
	list-style: none;
	padding: 0px;
}

.notice li { /*     padding: 2px  0px; */
	background: none repeat scroll 0 0 #f5f5f5;
	margin: 10px 0;
	overflow: hidden;
	padding: 2px 5px 5px;
	position: relative;
}
.notice-title > a {
  font-size: 13px;
  word-wrap: break-word;
}
.notice a:before,.notice a:after {
	content: "";
	height: 100%;
	position: absolute;
}

.notice a:hover,.notice a:after {
	transform: translateX(-1em);
}

.notice li a {
	font-weight: 500;
	padding: 0 0.25em;
	transform: translateX(0px);
	transition: transform 0.3s ease 0s;
	color: #404d5b;
	display: inline-block;
	text-decoration: none;
}

.notice li a i {
	z-index: -1;
}

.notice li a i:hover {
	z-index: 1;
}
/*.notice li a
{
       color:#444;
       text-decoration: none;
      -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
     
}
.notice li a:hover
{
    color:#990099;
    background-color:#00a489;
    color: #fff;
    padding:10px 10px 10px 0px;
    
}*/
.widget.widget-primary {
	box-shadow: 0 3px 0 0 #c72a25;
}

.widget.widget-warning {
	box-shadow: 0 3px 0 0 #c58a2c;
}

.widget.widget-info {
	box-shadow: 0 3px 0 0 #428bca;
}

.widget.icon-widget {
	font-weight: 600;
	text-align: center;
}

.icon-faded {
	opacity: 0.2;
}

.widget {
	background: none repeat scroll 0 0 #fbfbfb;
	margin: 0 auto 28px;
	position: relative;
	border: 1px solid #ddd;
}

.widget.icon-widget .widget-body .background-icon {
	bottom: 55px;
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.widget.icon-widget .widget-body {
	margin: 0;
	min-height: 100px;
	padding: 0;
}

.border-top {
	border-top: 1px solid #e1e0df;
}

.text-large {
	font-size: 35px !important;
	line-height: 40px !important;
}

.btn-group.open .btn-default.dropdown-toggle,.btn-default.disabled,.btn-default[disabled],.btn-default:hover,.btn-default:focus
	{
	background: none repeat scroll 0 0 #4a4a4a;
	border-color: #4a4a4a;
	color: #ffffff;
}

.no_marg_table {
	margin-bottom: 0px;
}

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

@
-webkit-keyframes flipInX { 0% {
	-webkit-transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

40%
{
-webkit-transform
:
 
perspective
(400px)
 
rotateX
(-10deg);

    
}
70%
{
-webkit-transform
:
 
perspective
(400px)
 
rotateX
(10deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(400px)
 
rotateX
(0deg);

        
opacity
:
 
1;
}
}
@
-moz-keyframes flipInX { 0% {
	-moz-transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

40%
{
-moz-transform
:
 
perspective
(400px)
 
rotateX
(-10deg);

    
}
70%
{
-moz-transform
:
 
perspective
(400px)
 
rotateX
(10deg);

    
}
100%
{
-moz-transform
:
 
perspective
(400px)
 
rotateX
(0deg);

        
opacity
:
 
1;
}
}
@
-o-keyframes flipInX { 0% {
	-o-transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

40%
{
-o-transform
:
 
perspective
(400px)
 
rotateX
(-10deg);

    
}
70%
{
-o-transform
:
 
perspective
(400px)
 
rotateX
(10deg);

    
}
100%
{
-o-transform
:
 
perspective
(400px)
 
rotateX
(0deg);

        
opacity
:
 
1;
}
}
@
keyframes flipInX { 0% {
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

40%
{
transform
:
 
perspective
(400px)
 
rotateX
(-10deg);

    
}
70%
{
transform
:
 
perspective
(400px)
 
rotateX
(10deg);

    
}
100%
{
transform
:
 
perspective
(400px)
 
rotateX
(0deg);

        
opacity
:
 
1;
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

.background-icon .fa-4x:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.background-icon .fa-4x {
	cursor: pointer;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.lmd_tabs {
	border: 1px solid #cccccc;
}

.lmd_tabs li a { /* 	 background: none repeat scroll 0 0 #666666; */
	border-radius: 0;
	color: #7e7e7e;
	font-weight: bold;
	cursor: pointer;
}

.lmd_tabs li a:hover {
	background-color: #ffffff;
}

.lmd_tabs>li.active>a,.lmd_tabs>li.active>a:hover,.lmd_tabs>li.active>a:focus
	{
	background-color: #ffffff;
	border-bottom: 4px solid #5f9ea0;;
	border-left: 1px solid #ccc;
	border-radius: 0;
	/*   border-right: 1px solid #aaaaaa; */
}

.lmd_tabs_content {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	box-shadow: 2px 2px 2px #dddddd;
	margin-bottom: 15px;
}

.modalDialog .panel-default {
	background: -moz-linear-gradient(center top, #d9eaf4, #fafafa) repeat
		scroll 0 0/100% auto #d9eaf4;
	border: none;
}

.modalDialog .panel-footer {
	border: none;
	background: transparent;
}

.bg_white {
	background: #fff;
}

.bg_blue {
	background: #d3e4ec;
}

#viewall_window h3 {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 7px 15px;
}

.overflow {
	max-height: 400px;
	overflow: auto;
}

.news.with-icons {
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.news .news_green {
	background: -moz-linear-gradient(center top, #aad09c, #8cc079) repeat
		scroll 0 0/100% auto #8cc079;
	border: 1px solid #74b35d;
}

.news.with-icons:last-child {
    border: medium none;
}

.news .news_green {
	border-radius: 50%;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	float: left;
	font-size: 25px;
	height: 32px;
	text-align: center;
	width: 36px;
}

.icon_type {
	display: inline-block;
	margin-right: 5px;
}

.news_green i {
	padding-top: 3px;
}

.notice-time {
	color: #bbbbbb;
	float: right;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.news.with-icons .notice-content {
	margin-left: 45px;
}



.notice-title { /*   border: 1px solid #f1f1f1; */
	color: #636364;
	display: inline;
	font-weight: 600;
	margin-right: 33px;
	/*   padding: 5px 10px 3px 5px; */
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.popover-content {
	min-width: 190px;
	white-space: pre-line;
	max-width: none;
}

.pull-right.marg {
	margin-top: 20px;
}

.min-height {
	min-height: 150px;
}

.icons {
	border: 1px solid #cccccc;
	box-shadow: 0 0 1px 2px #eeeeee inset;
	padding: 5px 10px;
	width: 60%;
}

.icons .fa {
	color: #ff8c00;
	left: 28%;
	position: relative;
	text-align: center;
}

#co,#fd {
	max-height: 300px;
	overflow-x: hidden;
}

.input-group.addon-left {
	margin-bottom: 15px;
}

.form-title {
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 0;
}

.shortcuts {
	text-align: center;
}

.shortcuts .shortcut {
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%)
		repeat-x scroll 0 0 #f3f3f3;
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 5px 1em;
	padding: 15px 0;
	text-decoration: none;
	vertical-align: top;
	width: 110px;
}

.shortcuts .shortcut .shortcut-icon {
	color: #555555;
	font-size: 32px;
	margin-bottom: 0.35em;
	margin-top: 0.25em;
	width: 100%;
}

.shortcuts .shortcut-label {
	color: #666666;
	display: block;
	font-weight: 400;
	margin-top: 0.75em;
}

input[type="file"] {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
}

.notice-text {
	margin-top: 5px;
	float: left;
}
.has-attachment {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.has-attachment .fa-21 {
  color: red;
}
.fa-11 {
	cursor: pointer;
	font-size: 20px;
}

.fa-21 { /*     font-size: 1.8em; */
	
}

.fa-file-pdf-o:before {
	background: none repeat scroll 0 0 #bb0706;
	border-radius: 2px 7px 0;
	color: #ffffff;
}

.fa-file-powerpoint-o:before {
	background: none repeat scroll 0 0 #2b9ad2;
	border-color: #2b9ad2;
	border-radius: 2px 7px 0;
	color: #ffffff;
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before
	{
	background: none repeat scroll 0 0 #507ea4;
	border-color: #507ea4;
	border-radius: 0 7px 0 2px;
	color: #ffffff;
}

/* New Design */
.breadcrumb {
/* 	background: url("../images/bg_nav.png") repeat scroll 0 0 */
/* 	rgba(0, 0, 0, 0); */
	background:linear-gradient(#436b91, #3c6b96 60%, #528ec5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
	height: 50px;
	list-style: none outside none;
	margin-bottom: 20px;
	padding: 5px 15px 15px 0;
	border-bottom: 1px solid #555555;
}

.breadcrumb ul {
	margin-right: 20px;
	margin-top: 0;
}

.text_links {
	display: inherit;
}

.newfiles {
	margin-left: 0px;
}

.sidebar {
	background-color: #f5f5f5;
	border-right: 1px solid #eeeeee;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	position: fixed;
	top: 51px;
	z-index: 1000;
}

#pbmenu .list-group a {
	background: none repeat scroll 0 0 #3e5368;
	border: 1px solid #354a5f;
	border-radius: 0;
	color: #ffffff;
}

#pbmenu .list-group a:hover {
	background: none repeat scroll 0 0 #ec8a4d;
}

.modal-header.modal-info.sub_menu {
	background: none repeat scroll 0 0 #34495e;
	color: #ffffff;
}

#overflow_div {
	margin-bottom: 50px;
}

#alertcontainer {
	display: none;
}

#alertbg {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: 0.50;
}

#messagefg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5000;
	display: none;
}

/* #messagefg div .alert_message { */
/*   background: none repeat scroll 0 0 #f8f6f6; */
/*   border: 1px solid #444444; */
/*   border-radius: 5px; */
/*   box-shadow: 2px 2px 5px #444444; */
/*   color: #505050; */
/*   font-size: 15px; */
/*   font-weight: bold; */
/*   left: 50%; */
/*   margin-left: -250px; */
/*   padding: 0; */
/*   position: fixed; */
/*   text-align: left; */
/*   top: 30%; */
/*   width: 500px; */
/* } */
#messagefg div .alert_message {
	background: none repeat scroll 0 0 #f8f6f6;
	border: 1px solid #444444;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #444444;
	color: #505050;
	/*   font-size: 15px; */
	font-weight: bold;
	left: 50%;
	margin-left: -220px;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 30%;
	width: 400px;
	z-index:9999999;
}

.heading {
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
}

.heading.notification {
	/*   background: none repeat scroll 0 0 #a08312; */
	background: url(../images/alert_bg.png) repeat-x;
	/*   background:url("../images/btnbg.png") repeat scroll 0 0 #a28512; */
}

.heading.error { /*   background: none repeat scroll 0 0 #a08312; */
	background: url(../images/alert_error.png) repeat-x;
	/*   background:url("../images/btnbg.png") repeat scroll 0 0 #af2c2e; */
}

#messagefg div div p.calertbuttons {
	margin-right: 15px;
	text-align: right;
	border: none;
	padding: 0;
}

.alerts {
  height: 62px;
  left: 0;
  position: absolute;
  top: -12px;
  width: 62px;
}

#messagefg h3 {
	font-size: 20px;
	margin-left: 62px;
	margin-top: 0;
	padding: 5px 0 0;
	text-transform: uppercase;
}

.alert_message>p {
	border: 1px solid #dddddd;
	border-radius: 4px;
	color: #666666;
	margin: 10px;
	padding: 10px;
}

.alerts.notification {
	background: url("../images/infos.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
}

.alerts.error {
	background: url("../images/eroor.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
}

.alerts.confirmation {
	background: url("../images/confirmation.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
}

.small_text {
	width: 30%;
}

.inner_border {
	padding: 15px 5px 10px;
	border-color: #cccccc;
	border-style: solid;
	display: table;
	background: #fff;
	margin-bottom: 15px;
	border-width: 1px 7px 7px;
}

.tbl_sal {
	margin-top: 20px;
}

.tbl_sal tr td:nth-child(1) {
	width: 70%;
}

.tbl_sal tbody>tr>th,.tbl_sal tbody>tr>td {
	padding: 2px 5px;
	vertical-align: middle;
	border-left: 3px solid #ddd;
}

h4.form_heading {
	font-weight: bold;
	text-transform: uppercase;
	 margin: 10px 15px;
	 text-align: center;
}

.backg {
	background: #ec8a4d;
}

#ad_btn {
	
}

ul.nav-wizard {
	background-color: #f9f9f9;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	*zoom: 1;
	position: relative;
	overflow: hidden;
}

ul.nav-wizard:before {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 46px;
	height: 47px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	z-index: 11;
	content: " ";
}

ul.nav-wizard:after {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 138px;
	height: 47px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	z-index: 11;
	content: " ";
}

ul.nav-wizard li {
	position: relative;
	float: left;
	height: 46px;
	display: inline-block;
	text-align: middle;
	padding: 0 20px 0 30px;
	margin: 0;
	font-size: 16px;
	line-height: 46px;
}

ul.nav-wizard li a {
	color: #468847;
	padding: 0;
}

ul.nav-wizard li a:hover {
	background-color: transparent;
}

ul.nav-wizard li:before {
	position: absolute;
	display: block;
	border: 24px solid transparent;
	border-left: 16px solid #d4d4d4;
	border-right: 0;
	top: -1px;
	z-index: 10;
	content: '';
	right: -16px;
}

ul.nav-wizard li:after {
	position: absolute;
	display: block;
	border: 24px solid transparent;
	border-left: 16px solid #f9f9f9;
	border-right: 0;
	top: -1px;
	z-index: 10;
	content: '';
	right: -15px;
}

ul.nav-wizard li.active {
	color: #3a87ad;
	background: #d9edf7;
}

ul.nav-wizard li.active:after {
	border-left: 16px solid #d9edf7;
}

ul.nav-wizard li.active a,ul.nav-wizard li.active a:active,ul.nav-wizard li.active a:visited,ul.nav-wizard li.active a:focus
	{
	color: #3a87ad;
	background: #d9edf7;
}

ul.nav-wizard .active  ~ li {
	color: #999999;
	background: #ededed;
}

ul.nav-wizard .active  ~ li:after {
	border-left: 16px solid #ededed;
}

ul.nav-wizard .active  ~ li a,ul.nav-wizard .active  ~ li a:active,ul.nav-wizard .active 
	~ li a:visited,ul.nav-wizard .active  ~ li a:focus {
	color: #999999;
	background: #ededed;
}

ul.nav-wizard.nav-wizard-backnav li:hover {
	color: #468847;
	background: #f6fbfd;
}

ul.nav-wizard.nav-wizard-backnav li:hover:after {
	border-left: 16px solid #f6fbfd;
}

ul.nav-wizard.nav-wizard-backnav li:hover a,ul.nav-wizard.nav-wizard-backnav li:hover a:active,ul.nav-wizard.nav-wizard-backnav li:hover a:visited,ul.nav-wizard.nav-wizard-backnav li:hover a:focus
	{
	color: #468847;
	background: #f6fbfd;
}

ul.nav-wizard.nav-wizard-backnav .active  ~ li {
	color: #999999;
	background: #ededed;
}

ul.nav-wizard.nav-wizard-backnav .active  ~ li:after {
	border-left: 16px solid #ededed;
}

ul.nav-wizard.nav-wizard-backnav .active  ~ li a,ul.nav-wizard.nav-wizard-backnav .active 
	~ li a:active,ul.nav-wizard.nav-wizard-backnav .active  ~ li a:visited,ul.nav-wizard.nav-wizard-backnav .active 
	~ li a:focus {
	color: #999999;
	background: #ededed;
}

.need_margin {
	margin-bottom: 50px;
}

.data_entry {
	background: #fff;
	border: 1px solid #ccc;
}

.data_entry li a {
	background: #222;
}

#popup_data .list-group a {
	color: #222;
	font-size: 13px;
	text-shadow: inherit;
	text-align: left;
}

select {
	padding: 5px;
	margin-right: 10px;
} 

.head333{
	padding: 5px;
	margin-right: 10px;
	width: 450px;
}

.form-name {
	color: #446077;
	font-size: 16px;
	margin: 0 10px 0 0;
	font-weight: bold;
	display: table;
}

.well-new {
	border: 1px solid #aaa;
	box-shadow: 0 1px 1px #aaa;
	margin: 10px;
	padding: 10px 0;
}

.rep_tabl {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px double #cccccc;
    margin: 0 100px;
    width: 89%;
}

.rep_tabl_medium {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px double #cccccc;
    margin: 0 100px 0 355px;
    width: 55%;
}


.med_txt
{
	width:50%;
}
.avg_txt
{
	width:75%;
}
.small_txt
{
	width:30%;
}
.large_txt
{
	width:100%;
}
.top_user_info {
    float: right;
    position: absolute;
    right: 0;
    top: 40px;
}

.top_user_info ul {
    margin: 12px 0;
     color: #46d4fb;
}

.top_user_info ul li i {
    color: #83d5f5;
}
.well .col-md-12 .fa {
    margin-left: 4px;
    padding-right: 2px;
}
.modal-info .modal-title {
    color: #ffffff;
}
/* MEGA MENU STYLE
********************************/

ul.submenu {
  background: none repeat scroll 0 0 #fcfcfc;
  margin-bottom: 20px;
  margin-top: 9px;
  overflow: hidden;
  width: 400px;
  border:1px solid #ddd;
}
ul.submenu li {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  float: left;
  line-height: 1.5em;
  margin-right: 0;
}
ul.submenu li {
  width: 50%;
}

.dropdown-menu.submenu ul {
  margin: 0;
  padding: 0;
}

.dropdown-menu.submenu li ul li {
  text-align: left;
  width: 100%;
}

ul.submenu li a.heading {
  background: none repeat scroll 0 0 #f1f1f1;
  font-weight: bold;
  padding: 8px 15px;
  text-align: left;
}

ul.submenu li ul li a {
  border-right: 1px solid #cccccc;
  width: 100%;
}

ul.submenu li a {
  border-bottom: medium none;
  color: #666666;
  font-size: 12px;
  text-shadow: none;
  padding: 8px 15px;
}

ul.submenu li a:hover {
    background: none repeat scroll 0 0 #D9BC98;
    border-bottom: medium none;
    color: #fff;
    
}

ul.submenu li a.heading:hover
{
	color:#222;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.dropdown-menu.abs {
  background: none repeat scroll 0 0 #ffffff;
  border: medium none;
  margin-top: 9px;
  padding: 7px;
}
.btn.btn-md.dtls {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #ffffff;
  vertical-align: inherit;
  border:none;
}

.abstract_div {
    border: 2px solid #cccccc;
    margin-bottom: 50px;
}

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

.box
{
	background: #fff;
	padding: 20px 10px;
}

.login_forgot {
  font-size: 14px;
  padding-top: 10px;
  position: relative;
/*   top: 49px; */
}
.login_forgot a,.login_forgot .pull-right a
{
	vertical-align: middle;
	padding-top:5px;
	color: #333;
}
.login_forgot a:hover
{
	color:#900;
}
img#captcha {
    border: 2px solid #cccccc;
    border-radius: 4px;
}
.newbox {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    padding: 36px 11px;
}

.notabspace {
    margin-bottom: 5px;
    padding: 0;
}

h3.sub_title {
    border-bottom: 1px dotted #cccccc;
    font-size: 22px;
    font-weight: 400;
    margin: 0 15px 15px;
    padding-bottom: 7px;
}

.table-n th {
    background: none repeat scroll 0 0 #006dcc;
    color: #ffffff;
    border: 1px solid #0062bc !important;
}

.abstract_ul {
    margin: 0 !important;
}
.abstract_ul li {
  background: url("../images/modal_head.png") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  border-bottom: 1px solid #008000;
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding: 4px 0;
}
.abstract_ul li a {
  font-size: 13px !important;
  text-shadow: none;
}
.abstract_ul li a:hover
{
	color:#ceff00!important;
}

.breadcrumb ul.pull-right.pull-right {
    margin-top: 3px;
}

.info-table tr td,.info-table tr th
{
	border:none!important;
}
.logo-center
{
	font-family: Helvetica,arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
padding-top: 20px;
}
.logo-center-lower
{
	font-family: Helvetica,arial, sans-serif;
	font-weight: bold;
	font-size: 10px;

}
.newdiv {
    margin: 30px 0;
}

#login-captcha {
    margin: 7px 0;
}

.tbl-nopadding tr td
{
	padding: 0px!important;
}

#open_viewdiv22 .panel-body {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-small
{
	padding:3px;
}

.dropdown-menu.sub-menu
{
	width:250px;
}

.pop-box.newpop{
	top: 54%;
    width: 68%;
    left: 15px;
}

.mar_q {
	margin-bottom: 8px;
	font-weight: bold;
	color: #BA2545;
}

.mar_q_new {
	margin-bottom: 8px;
	font-weight: bold;
	color: #0000ff;
	direction: up;
	behavior: scroll slide alternate;
}

/* .box{
	height: 225px;
	width: 725px;
	border: 2px solid #8080ff;
	color: 	#0080ff;
	font-weight: bold;
} */

.btn-trash
{
	background: url(../images/delete-pdf.png) no-repeat;
	height: 16px;
	display: inline-block;
	width: 16px;
}
.icon_type {
  border: 1px solid #aaa;
  display: inline-block;
  margin-right: 5px;
  padding: 3px;
}

.table-responsive
{
    overflow-x: auto;
}

.dyna-form span
{
	display: block;
}

.dyna-form input {
  float: left;
}

.dyna-form img {
  margin-bottom: 20px;
  margin-top: 6px;
}

div.menupopup {
  background: none repeat scroll 0 0 #000000;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5000;
  display:none;
}
.loading {
  margin: 15% auto;
	border-bottom: 6px solid #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #c30;
	border-top: 6px solid #c30;
	border-radius: 100%;
	height: 165px;
	width: 165px;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
	display: block;
}

@keyframes "spin" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(359deg);
   	-moz-transform: rotate(359deg);
   	-o-transform: rotate(359deg);
   	-ms-transform: rotate(359deg);
   	transform: rotate(359deg);
 }
}

@-moz-keyframes spin {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
 }
}

@-webkit-keyframes "spin" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
 }
}

@-ms-keyframes "spin" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
 }
}

@-o-keyframes "spin" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
 }
}

.privelege {
  background: none repeat scroll 0 0 #fff;
  border: 5px solid #ccc;
  color: red;
  font-size: 15px;
  padding: 50px;
  margin-top:150px;
}

.scroll {
 display: block;
 max-height: 400px;
 overflow: scroll;
}

.newstape {
  /* background-color: #400040; */
  background-color: 9081c8;
  color: #30126d;
  height: 150px;
  overflow: hidden;
  font-weight: bold;
}

.newstape-content {
  position: relative;
  padding: 15px;
}

.newstape-drag { cursor: ns-resize; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }