/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

* {
	outline:none !important;
}
body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
    padding-bottom:15px !important;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 195px;
        padding: 0 10px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.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 .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
    margin-top:3px;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    /*border-bottom: 0!important;*/
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 195px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.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;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.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;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.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;
}
.alert{padding:12px 12px 12px 48px;margin-bottom:6px;}
.alert-success{background: url(../images/successmsg.jpg) no-repeat 0.4em center #d3fdcd;}
.alert-danger{background: url(../images/errormsg.jpg) no-repeat 0.4em center #fed2d3;}
.alert-info{background: url(../images/noticemsg.jpg) no-repeat 0.4em center #d8effd;}
.alert-warning{background: url(../images/warningmsg.jpg) no-repeat 0.4em center #fefccb;}
.frmbtn{text-align:right;}
.page-header{margin-top:8px;margin-bottom:6px !important;padding-bottom:6px !important;}
.pagi{/*width:100% !important; margin:0px !important;*/}
.table{width:99.9%;}
.navbar-header{background:url('../images/logo.png') no-repeat left top;margin-left: 13px;padding-left: 30px;}
.navbar-brand{font-size:24px;font-weight:bold;color:#428bca !important;}
#side-menu.nav li{border-bottom:1px dotted #ccc !important;}/*, li.active > a*/
#side-menu.nav li > a{padding-top:2px !important;padding-bottom:2px !important;}
#side-menu.nav li.active > a{background-color:#eee;}
#side-menu.nav li.active{border-bottom:none !important;}
#side-menu.nav li.fstgrp{border-top:1px dotted #ccc !important;}
#side-menu.nav li.grpend{border-bottom:1px dotted #428bca !important;}
.pagination > li > a, .pagination > li > span{padding:1px 6px !important;}
.sidebar .nav-second-level li a{background:url('../images/right-arrow.jpg') no-repeat 2em center;}
.sidebar .nav-second-level li{padding-left:0px;}
.sidebar .nav-second-level li a{padding-left:38px;}
.subleft{padding-left:0;width:49.5%;display:inline-block;}
.subright{padding-right:0;width:49.5%;display:inline-block;}
.subright .form-group{}
.sel,.custom-file-input{width:100%;height:28px;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}
.tab-content > .active {border:1px solid #ddd !important;border-top:none !important;}
.srchfrm{padding-bottom:8px;}
.srchfrm label{width:35%;padding-right:5px;text-align:right;}
.srchfrm .sel{
	width:62%;
	height:22px;
}
.srchfrm .txt {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    line-height: 1.42857;
    padding-left: 1px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:62%;
	height:22px;
}
.srchfrm .txt2 {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding-left: 1px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:62%;
	height:34px;
}
.filterform {
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	float: left;
}
.filterform .vehsrch3 {
	display: block;
	padding-bottom: 10px;
	float: left;
}
.filterform .filteritem label {
	width: 35%;
	padding-right: 5px;
}
.filterform .filteritem {
	width: 322px;
	margin-top: 3px;
	margin-left: 3px;
	text-align: right;
	float: left;
}
.filterform .sel{
	width:62%;
	height:22px;
}
.filterform .txt {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    line-height: 1.42857;
    padding-left: 1px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:62%;
	height:22px;
}
.filterform .txt2 {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding-left: 1px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:62%;
	height:34px;
}
.filterformbtn{
	width: 97%;
	text-align: right;
	float: left;
	margin: 10px 0px 10px 0px;
}
.filterformbtn .btn{
	padding:2px 10px;
}
.redbld{
	color:#FF0000;
	font-weight:bold;
}
.greenbld{
	color:#1f7246/*#5cb85c*/;
	font-weight:bold;
}
.rd{
	color:#FF0000;
}
.grn{
	color:#419641;
}
.orangebld{
	color:#e59c00;
	font-weight:bold;
}
.btn-lgsml{
	padding:0 3px;
	font-size:13px;
}
.modal-dialog{
	width:80% !important;
}
.ldr{
	width:100%;
	text-align:center;
}
.ldr_new{
	width:84%;
	background:#fff;
	text-align:center;
	opacity:0.6;
	position:absolute;
	z-index:99999;
	display:none;
}
.ldr_full{
	width:100%;
	background:#fff;
	text-align:center;
	opacity:0.6;
	position:absolute;
	z-index:99999;
	display:none;
}
.show-grid strong{
	margin-right:5px;
}
.show-grid{
	margin:0;
}
.page-header{
	font-size:18px;
	font-weight:bold;
}
.snap{
	padding:0 !important;text-align:right;
}
.snap img{
	border:1px solid #808080;
}
.spcl{
	font-weight:bold;
}
a.btn, a.btn:hover{
	color:#ffffff;
}
.login_info{
	color: #428bca;
}
.form-group {
	margin-bottom: 6px;
}
.form-group label {
	margin-bottom: 0px;
}
.form-control {
	height: 28px;
	padding: 3px 6px !important;
}
.fullsep {
	border-top: 1px solid #eee;
	margin-top: 5px;
}
.dropdown-menu .divider {
	margin: 4.5px 0;
}
.form-control-feedback {
	width: 53px !important;
}
.has-feedback label ~ .form-control-feedback {
	top: 17px !important;
}
.help-block {
	margin-top:0px !important;
}
.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:7px;padding-right:7px;}
.form-group h4 {
	background: #ccc;
	padding: 4px 5px 3px 5px;
	margin-bottom: 5px;
}
.btnbox {
	text-align: right;
	margin-top: 3px;
}
.btnboxcntr {
	text-align: center;
	margin-top: 15px;
}
.panel-body {
	/*padding-top:0px;
	padding-bottom: 0px;*/
}
.panel-default .frmbtn {
	padding-right:0.5%;
}
.bld td{font-weight:bold;color:#e05f03;}
.frmbtn_top{margin-top:15px;}
.nopadd{padding-left:0;padding-right:0;}
.req{color:#bf0000;padding-right:2px;}
.panel-body .row {
	/*margin-left:0px;
	margin-right:0px;*/
}
.tbllftmrg {
	margin-left: 0.5% !important;
    width: 99%;
}
.row {
	margin-left: -7px;
	margin-right: -7px;
}
.btn-disabled {
	border-color: #adadad;
	background-color: #e4e4e4;
	color: #333;
}
.chkbxtxt {
	font-size: 20px;
	font-weight: bold;
}
.filterform .help-block {
	color:#FF0000;
}
.col-sm-12 .help-block {
	color:#FF0000;
}
.frmimg {
    border: 1px solid #cccccc;
    width: 68px;
    height: 86px;
    position: relative;
}
.txtcntr {
	text-align:center;
}
.txtrght {
	text-align:right;
}
.sel option {border-bottom:1px solid #808080;padding:3px 0px;}
.delbtnedtpg{position:absolute;left:40%;top:-41px;z-index:99;}
@media print {
	* {-webkit-print-color-adjust:exact;}
	body * {
		/*visibility: hidden;*/
	}
	@page {
        size: portrait;
    }
	.printhis, .printhis * {
		visibility: visible;
		height: auto !important;
	}
	.printhis {
		position: absolute;
    	left: 0;
    	top: 0;
		width:100%;
    	text-align:center;
		vertical-align:top;
	}
	.printhis table {
		left: 0;
		width:300px;
	}
	.printhis table td, .printhis table td {
		border: 1px solid #000000 !important;
		font-size: 14px !important;
		color: #000000 !important;
	}
	.printhis table td.mainhd {
		font-size: 16px !important;
		text-align: center;
	}
	.printhis table td.unihd {
		font-size: 22px !important;
		text-align:center;
		padding-bottom:2px;
	}
	.printhis .lstrw {
		border:none !important;
	}
	
	table { page-break-after:auto; text-align:left; vertical-align:top;}
	tr    { page-break-inside:avoid; page-break-after:auto; }
	td    { page-break-inside:avoid; page-break-after:auto; padding:2px 3px; }
	thead { display:table-header-group }
	tfoot { display:table-footer-group }
}
.brcd {
	text-align:left;
	padding-left:60px;
}
.brcd2 {
	text-align:left;
	padding-left:110px;
}
.brcdifrm {
	border: none !important;
	height: 50px !important;
	width: 200px;
}
.lghtgrn {
	background: #9fdf4b;
}
.vl {
	color: #ef0b0b;
	font-weight: bold;
	font-size: 16px;
}
.modal-header {
	background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    border-radius: 4px;
}
.dataTable thead tr {
	background-color:#eeeeee;
}
.modal-body {
	height: 500px;
    overflow: auto;
}
.form-control option {
    border-bottom: 1px solid #808080;
    padding: 3px 10px;
}
.dataTable td, th {
	padding:2px 2px !important;
}
div.dataTables_paginate {
	float:none !important;text-align: center;margin-top:-2px !important;
}
table.dataTable {
	margin:0px !important;
}
.panel-heading, .panel-body {
	padding:8px !important;
}
#paginationform {
	float:right;
}
#paginationform .input-sm {
	width:auto !important;
	padding: 0px !important;
	height:23px !important;
}
div.dataTables_info {
	padding-top:1px !important;
}
#footer {
	float:left;
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	color:#000;
	border-top: 1px solid #ececec;
	font-weight:600;
}
.dataTable tr:hover {
	background-color:#ccf9fa !important;
}
.exchkspnl {
	list-style:none;
	float:left;
	padding:0;
	width:100%;
}
.exchkspnl li {
	width:22.5%;
	float:left;
	line-height:22px;
	margin-left:2%;
	border:1px solid #ccc;
	margin-top:5px;
	padding-left:0.5%;
}
.exchkspnl li label {
	padding-left:1%;
	margin-top:-1px;
}
.exchkspnl ul {
	list-style:none;
	float: left;
	padding-left: 15px;
	padding-bottom: 5px;
}

.exchkspnl2 {
	list-style:none;
	float:left;
	padding:0;
	width:100%;
}
.exchkspnl2 li {
	background-color: #c1f6fc;
    border: 1px solid #428bca;
    float: left;
    line-height: 18px;
    margin-right:0.5%;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 0.5%;
    width: 32.5%;
}
.exchkspnl2 li.full {
	width: 100%;
	margin-left: 0px;
}
.exchkspnl2 li label {
	padding-left:5px;
	margin-top:-1px;
	width:92%;
}
.exchkspnl2 ul {
	list-style:none;
	float: left;
	padding-left:10px;
	padding-bottom: 5px;
}
.exchkspnl2 li ul {
	width:100%;
}
.exchkspnl2 li ul li {
	width:32.5%;
	float:left;
	line-height:18px;
	border:1px solid #cf4ebf;
	margin-top:10px;
	padding-left:0.5%;
	padding-bottom:5px;
	background-color:#f8f8f9;
}
.exchkspnl2 li ul li label {
	padding-left:1%;
	margin-top:-1px;
	width:92%;
}
.exchkspnl2 li .col-lg-4 {
	border:1px solid #1e8f0e;
	margin-left:1%;
	width:23.3%;
	padding:0;
	padding-left:1%;
	padding-bottom:5px;
	float:left;
}
.exchkspnl2 li .form-control {
	padding-right:0px !important;
}

.exchkspnl2 li .form-control-feedback  {
	top:13px !important;
	width:28px !important;
}
.exchkspnl2 .smalltxt {
	width:95%;
	height:24px;
}
.exchkspnl2 .smalllbl {
	float:left;
	margin-right:0.5%;
	font-size:12px !important;
}
.exchkspnl2 .form-group-small {
	
}
.padzro {
	padding:0;
}
.center {
	text-align:center;
}
.nowrap {
	white-space: nowrap;
}
.nowraptbl {
	white-space: nowrap;
}
.fstclr {
	color:#0370c8;
}
.sndclr {
	color:#397c19;
}
.trdclr {
	color:#b046a0;
}
.fthclr {
	color:#a37117;
}
.ffhclr {
	color:#fc5100;
}
.fstclr strong, .sndclr strong, .trdclr strong, .fthclr strong {
	margin-right:5px;
}
.redbldsml{
	color:#FF0000;
}
.prplbg{
	background-color:#fcfcbc !important;
}
.bldtxt {
	font-weight:bold;
}
.ylwbg {
	background-color:#fcfddd !important;
}
.addico {
	width:25px;
	height:25px;
	margin-left:15px;
}
.spnmewrap2 {
	width:10%;
	float:left;
}
.spnmewrap2 label {
	width:auto !important;
}
.exchkspnlinner {
	list-style:none;
	float:left;
	padding:0;
	width:100%;
}
.exchkspnlinner li {
	width:16% !important;
	float:left !important;
	line-height:12px !important;
	margin-left:0px !important;
	border:1px solid #ccc;
	margin-top:5px !important;
	padding-left:0.2%;
	margin-right:0.2%;
}
.spclbx {
    border: 2px solid #ff0000;
    text-align: left;
    padding-left: 10px;
    width: 100%;
}
.bld {
	font-weight: bold;
}
.nolmrgn {
	margin-left:0px;
}
.redclr {
    color: red;
}
.agerelaxpnl {
	display:none;
}
.sessgappnl {
	display:none;
}
.nomrgn {
	margin:0 !important;
}
.slim {
	padding:0px 2px;
}
.chosen-select {
  width: 100%; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #337ab7;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("../images/chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("../images/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("../images/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("../images/chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }
.chosen-container-single .chosen-default {
  color: #777777; }
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("../images/chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 32px;
      margin: 0;
      padding: 4px;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("../images/chosen-sprite.png") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("../images/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*# sourceMappingURL=bootstrap-chosen.css.map */
.ldr_newn{
	width:99%;
	background:#fff;
	text-align:center;
	opacity:0.6;
	position:absolute;
	z-index:99999;
	display:none;
}
.filteritem .chosen-container-single .chosen-single {
    height: 22px;
    line-height: 19px;
    text-align:left;
}
.filteritem .chosen-results {
	text-align:left;
}
.filteritem div b {
	background-position:0 1px !important;
}
.instructionspnl {
	background: #c3ecfe;
	padding-top: 5px;
	padding-bottom: 5px;
}
.longabs {
	position:absolute;
	width:41%;
}
.ulformlist {
	list-style:none;float:left;padding-left:0px;padding-top:8px;padding-bottom:5px;
}
.ulformlist .liformlist {
	float:left;margin-right:5px;border:1px solid #000000;padding:4px;
}
.reqfld {
	margin:0px;
	border-radius:4px;
}
.fieldset {
	border: 2px solid #428bca !important;
    margin-top: 8px;
    margin-bottom: 5px;
	font-size: 14px;
}
.fieldset legend {
	padding: 5px;
	width:auto;
    border: 2px solid #428bca;
    margin-left: 15px;
    font-family: verdana;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    margin-bottom:7px;
}
.form-group label span {
	font-size:11px;
	color:#2a5699;
}
.redstr {
    color: #ff0000 !important;
    font-size: 14px !important;
    float:left;
}
.form-control-feedback {
	right:-5px;
}
.form-group strong {
	margin-top:3px;
}
.rder{
	color:#a94442 !important;
	font-size:13px;
}
.bigbtn {
	font-weight:bold;
	font-size:22px;
}
#edumsg {
	display:none;
}
#edumsg22 .help-block {
	color:#FF0000;
	font-weight:bold;
	font-size:24px;
	text-align:center;
}
#edumsg22 input {
	border:none;
	height:0px;
	margin:0px;
	padding:0px !important;
}
.rghtaln {
	text-align:right;
}
.blink{
}
span.bnk{
	animation: blink 1s linear infinite;
	padding:6px;
}
@keyframes blink{
	30%{background:#ffcecf;}
	100%{background:none;}
}
#cpyadd {
	margin-top:3px;
	transform: zoom(0.9);
}
.form-group label span.chklbl {
	font-size:13px;
	color:#2a5699 !important;
}
#oaformadmprgm option {
    padding: 3px 0;
}
.selmulti {
	width:62%;
	height:105px !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	line-height: 1.42857;
	padding-left: 1px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.summarylst div {
	padding-top:3px !important;
	padding-bottom:3px !important;
}
.show-grid .manrow{
	background-color:#ffffff !important;
}
.show-grid .altrow{
	background-color:#c3ecfe !important;
}
.panel {
	margin-bottom:10px;
}
.srchfrm2 label {
	width:auto;
	margin-right:10px;
}
.headmenu > a {
	font-weight:bold;
}
.nav>li>a {
	padding:10px;
}
.show-grid .purplebg {
	background-color:#4971c5 !important;
}
.show-grid .greenbg {
	background-color:#1a8f35 !important;
}
.show-grid .pinkbg {
	background-color:#fa3855 !important;
}
.show-grid .yellowbg {
	background-color:#f2c811 !important;
}
.whitetxt {
	color:#ffffff !important;
}
.vwlstlnk {
	color:#ffffff;
	margin-left:25px;
	font-style:italic;
	text-decoration:underline;
}
.vwlstlnk:hover {
	color:#ffffff;
	font-weight:bold;
}
.panel-green a, .alert-success a {
	color: #1a8f35;
	font-weight: bold;
}
.subtbl th, .subtbl td {
	text-align:center;
}
.ncop, .psprt {
	display:none;
}
.Editor-container a.btn, .Editor-container a.btn:hover {
	color:#333;
}
#elig_ifr {
	height:266px !important;
}
.smlfnt {
	font-size:13px !important;
}
.actionlst {
	list-style: none;
}
.actionlst li {
	line-height:32px;
	border-bottom: 1px solid #bbbfc0;
}
.darkgreenbld {
	color:#256700;
	font-weight:bold;
}
.srchfrm .ms-options-wrap {
	width:61%;
	float:left;
}
.ms-options-wrap button {
	padding-top:1px !important;
	padding-bottom:1px !important;
}
.ms-options ul {
	list-style:none;
	padding-left:0px;
	margin-bottom:0px !important;
}
.ms-options-wrap > button {
	color:#333 !important;
	border-radius:4px;
	margin-top:0px !important;
}
.ms-options ul li {
	border:1px solid #c0c0c0;
}
.ms-options ul li label {
	text-align:left;
	padding-top:2px !important;
	padding-bottom:2px !important;
}
.ms-options ul li.selected, .ms-options ul li.selected label {
	background-color:#b8e9ff !important;
}
.ms-options ul li label input {
	margin-top:0px !important;
}
.multisellbl {
	vertical-align:top !important;float:left !important;width:36% !important;
}
.srchfrm .multiseltwocol {
	
}
.srchfrm .multiseltwocol > label {
	width:17% !important;
}
.srchfrm .multiseltwocol .ms-options-wrap {
	width:81.5% !important;
}
.showopts {
}
.showopts li {
	border:1px solid #000000;
	padding:1px 3px 1px 3px;
	border-radius:3px;
	width:95%;
	margin-bottom:8px;
}
.ldr_fulleml {
	position: fixed; left: 0; top: 0; z-index: 999999; width: 100%; height: 100%; overflow: visible; background: #333 url('../images/sending_email2.gif') no-repeat center center; opacity:0.8;display:none;
}
.rdbox {
	display:inline-block;
	float:left;
	border:1px solid #808080;
	padding:2px;
}