/* Standard Web Application Stylesheet */
/*Import Fonts*/
@font-face {
  font-family: 'light';
  src: url('font/OpenSans-Light.eot');
  src: url('font/OpenSans-Light.woff2') format('woff2'), url('font/OpenSans-Light.woff') format('woff'), url('font/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'regular';
  src: url('font/OpenSans-Regular.eot');
  src: url('font/OpenSans-Regular.woff2') format('woff2'), url('font/OpenSans-Regular.woff') format('woff'), url('font/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'semibold';
  src: url('font/OpenSans-Semibold.eot');
  src: url('font/OpenSans-Semibold.woff2') format('woff2'), url('font/OpenSans-Semibold.woff') format('woff'), url('font/OpenSans-Semibold.ttf') format('truetype');
}
/***** Basic HTML tag styles ***********************************************
	Overriding some of the default properties defined in normalize.css
***************************************************************************/
body {
  background: #FFF;
  color: #333333;
}
body,
input,
select,
textarea,
button,
table,
p,
ul,
ol {
  font: 12px "light";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font: 12px "regular";
  color: #333333;
  text-transform:uppercase;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: "semibold";
  font-size: 16.799999999999997px;
  color: #0066cc;
  margin: 10px 0 !important;
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding-bottom: 5px !important;
}
h1 .btn {
  float: right;
  margin-left: 2px;
  margin-top: -20px;
  padding: 2px 5px;
  border: none;
}
h1 .btn .glyphicon {
  color: #058cc9;
  font-size: 12px;
}
h1 .btn:last-child {
  right: 0;
}
h1 span {
  font-size: 12px;
  color: #333333;
}
h2 {
  font-size: 24px;
  text-transform: none;
  text-align: center;
}
h3 {
  font-size: 13.200000000000001px;
  text-align: center;
}
h3 span {
  font-family: "semibold";
  color: #0066cc;
  font-size: 13.200000000000001px;
}
h4 {
  margin-top: 10px;
  font-size: 14.399999999999999px;
  border-bottom: 1px solid #cccccc;
}
h5 {
  font-size: 13.200000000000001px;
  color: #058cc9;
  text-transform: uppercase;
}
h6 {
  font-size: 13.200000000000001px;
  color: #666666;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
}
p {
  margin: 0 0 10px;
}
ol {
  list-style-position: outside;
  list-style: decimal !important;
}
ul {
  padding: 0;
}
ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  cursor: default;
}
table thead th {
  background: #00517a;
  color: #FFF;
  vertical-align: middle;
  font-size: 12px;
  cursor: default;
  border-right: 1px solid #999999;
}
table thead th .glyphicon,
table thead th .fa {
  margin-left: 5px;
  font-size: 9.600000000000001px;
}
table thead th:last-child {
  border-right: none;
}
table tbody tr:hover {
  background-color: #dddddd !important;
}
table tbody tr td {
  vertical-align: middle !important;
  padding: 5px 5px 5px 13px !important;
}
table tbody tr td [type="radio"],
table tbody tr td .radio,
table tbody tr td [type="checkbox"],
table tbody tr td .checkbox {
  padding-top: 0px !important;
}
table tbody tr td:nth-child(1) a {
  width: auto;
}
table tfoot {
  border-top: 2px solid #cccccc;
  font-size: 10.8px;
}
table tfoot td {
  vertical-align: middle !important;
}
table tfoot td div {
  text-align: center;
  height: 30px;
  padding-top: 6px;
}
table tfoot td .form-control,
table tfoot td .btn {
  border: 1px solid #cccccc;
  height: 30px;
  padding: 4px 10px;
  vertical-align: middle;
  font-size: 10.8px;
  color: #999999;
  margin-top: -6px;
}
table tfoot td .form-control {
  width: 50px;
  display: inline-block;
  text-align: center;
}
table tfoot td .btn {
  font-size: 12px;
}
table tfoot td .control-label {
  text-align: left !important;
  padding-left: 0 !important;
}
table.ui-datepicker-calendar td {
  padding: 0 !important;
}
#ui-datepicker-div {
	z-index: 99 !important;
}
a {
  color: #0066cc;
  text-decoration: none;
  background: none;
  outline: none;
}
a:focus,
a:visited {
  color: #0066cc;
  text-decoration: none;
  background: none;
  outline: none;
}
a:hover {
  color: #F00;
}
a:active {
  color: #0066cc;
  text-decoration: none;
  background: none;
  outline: none;
}
fieldset {
  margin: 0;
  padding: 2px 5px 5px;
}
fieldset legend {
  font-size: 10.8px;
  width: auto;
  background: none;
  margin: 10px 0 5px;
}
fieldset legend img {
  margin: 0 5px;
}
textarea {
  resize: none;
  height: 70px !important;
  overflow: hidden;
  padding-right: 30px !important;
}
/***** Bootstrap Elements *************************************************
	Overriding some of the bootstrap properties
***************************************************************************/
.form-group {
  margin-bottom: 5px;
}
.form-group div[class*="col-"] {
  position: relative;
}
.form-group div[class*="col-"] > div[class*="col-"]:first-child {
  padding-left: 0;
  padding-right: 30px;
}
.form-group div[class*="col-sm"] + div[class*="col-sm"],
.form-group div[class*="col-sm"] + .form-field div[class*="col-sm"],
.form-group .form-field + .form-field div[class*="col-sm"] {
  padding-left: 0;
}
.control-label {
  font-family: "semibold";
  padding: 7px 0 0 15px;
  font-weight: normal;
}
.form-control {
  height: 30px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
}
.form-control[disabled] {
  box-shadow: none;
}
.form-control-static {
  min-height: auto;
  padding: 7px 15px 0 0px;
  margin: 0 0 5px;
}
.form-horizontal .control-label {
  margin-bottom: 5px;
}
.form-horizontal .checkbox,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 6px;
}
.form-horizontal .checkbox:selected,
.form-horizontal .radio:selected,
.form-horizontal .radio-inline:selected {
  outline: none;
}
.form-horizontal .checkbox label,
.form-horizontal .radio label,
.form-horizontal .radio-inline label {
  line-height: 1.7;
  font-weight: normal !important;
}
.radio ul margin:2px 0 0 li,
.checkbox ul margin:2px 0 0 li {
  clear: both;
  float: none;
}
.help-block,
.err-inline {
  padding-top: 0;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 9.600000000000001px;
  color: #999999;
}
.nav-tabs {
  text-transform: uppercase;
  font-size: 13.200000000000001px;
  font-family: "regular";
}
.table-responsive {
  /*border:1px solid @grey1;*/
  padding: 0 !important;
  margin-top: 12px !important;
  clear: both;
}
.table-responsive .row {
  margin-top: 20px !important;
}
.table-responsive table {
  margin: 0;
}
.table-responsive table th,
.table-responsive table td {
  white-space: nowrap;
  word-break: keep-all;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.table-responsive table tr td:last-child .glyphicon {
  float: right;
  margin: 2px 5px;
}
.table-responsive table tfoot td {
  position: relative;
}
.jumbotron {
  margin-top: 30px;
  margin-bottom: 50px;
}
.jumbotron h4 {
  color: #0066cc;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "semibold";
  border-bottom-color: #cccccc;
}
.jumbotron p {
  font-size: 13.200000000000001px;
  color: #333333;
}
.badge {
  position: absolute;
  top: 5px;
  right: 5px;
}
.has-error .control-label {
  color: #df5138;
}
.has-error .form-control:enabled {
  border: 1px solid #df5138 !important;
  box-shadow: 0 0 2px #df5138;
}
.has-error .form-control:disabled {
  border: 1px solid #cccccc !important;
}
.has-error .form-control:focus {
  height: 30px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border: 1px solid #df5138 !important;
  box-shadow: 0 0 2px #df5138;
}
.has-error .err-inline {
  color: #df5138;
  padding-top: 5px;
}
.has-error .help-block {
  color: #999999;
}
.has-error .help-block + .err-inline {
  margin-top: -10px;
}
.has-error .pw-meter div {
  border-color: #df5138 !important;
}
.has-error .input-group .input-group-btn .btn:enabled {
  border: 1px solid #df5138 !important;
  border-left: none !important;
  box-shadow: 0 0 2px 0 #df5138;
  padding-top: 4px !important;
}
.has-error .input-group .input-group-btn .btn:disabled {
  border: 1px solid #cccccc !important;
}
.has-error .input-group .input-group-addon .select .form-control {
  border: none !important;
  border-radius: 0 !important;
}
.has-error .input-group .input-group-addon:last-child {
  border: 1px solid #df5138;
  border-left: none;
  box-shadow: 0 0 2px #df5138;
  color: #333333;
}
.has-error .input-group .input-group-addon:last-child .list-group-item {
  color: #333333;
}
.has-error .input-group .input-group-addon:last-child .list-group-item:first-child {
  color: #0066cc;
}
.has-changes label {
  color: #0f9aba;
}
.has-changes div[class*="col-"] .input-group {
  margin-bottom: 2px;
  width: 100%;
}
.has-changes div[class*="col-"] .input-group:first-of-type .input-group-addon:first-child {
  background: #cccccc !important;
  border-right: none;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.has-changes div[class*="col-"] .input-group:first-of-type .input-group-btn .btn {
  border: 1px solid #cccccc !important;
  border-left: none !important;
}
.has-changes div[class*="col-"] .input-group:nth-child(2) {
  margin-top: 5px;
}
.has-changes div[class*="col-"] .input-group:nth-child(2) .form-control {
  border: 1px solid #0f9aba;
  border-left: 1px solid #dddddd;
}
.has-changes div[class*="col-"] .input-group:nth-child(2) .input-group-addon:first-child {
  background: #57b5e3 !important;
  border: 1px solid #0f9aba;
  border-right: none;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #FFF;
}
.has-changes div[class*="col-"] .input-group:nth-child(2) .input-group-addon:last-child {
  border: 1px solid #0f9aba;
  border-left: none;
}
.has-changes div[class*="col-"] .input-group:nth-child(2) .input-group-btn .btn {
  border: 1px solid #0f9aba !important;
  border-left: none !important;
}
.alert {
  font-family: "semibold";
}
.alert-danger {
  color: #df5138;
  border: 1px solid #df5138;
  border-left-width: 8px;
  background: #FFF;
}
.alert-info {
  color: #0f9aba;
  border: 1px solid #0f9aba;
  border-left-width: 8px;
  background: #FFF;
}
.alert-warning {
  border: 1px solid #ffce55;
  border-left-width: 8px;
  background: #FFF;
}
.alert-success {
  color: #5eb04b;
  border: 1px solid #5eb04b;
  border-left-width: 8px;
  background: #FFF;
}
.btn {
  outline: none !important;
  border-radius: 5px;
  padding: 4px 10px 4px;
}
.btn-sm {
  padding: 4px 10px 4px;
}
.btn-default {
  color: #058cc9;
}
.btn-default[disabled],
.btn-default[disabled]:hover {
  background: #eeeeee !important;
  color: #999999 !important;
  border-color: #cccccc;
}
.btn-link .glyphicon {
  margin-right: 5px;
}
.btn-link[disabled] * {
  color: #999999 !important;
}
.btn-success {
  background: #5eb04b;
  border: 1px solid #7dc16d;
}
.btn-success:hover {
  background: #9dd091;
  border: 1px solid transparent;
}
.btn-success:active {
  background: #38682d;
  border: 1px solid transparent;
}
.btn-danger {
  background: #df5138;
  border: 1px solid #ed9e90;
  color: #FFF;
}
.btn-danger:hover {
  background: #ed9e90;
  border: 1px solid transparent;
}
.btn-danger:active {
  background: #982c19;
  border: 1px solid transparent;
}
.breadcrumb {
  padding: 0;
  background: none;
  margin: -10px 0 0;
}
.breadcrumb ul {
  margin: 2px 0;
}
.breadcrumb ul li {
  display: inline-block;
  width: auto;
  color: #999999;
  font-size: 11.399999999999999px;
}
.breadcrumb ul li:not(:last-child):after {
  content: " »";
  display: inline-block;
  margin-left: 5px;
}
.breadcrumb ul li:last-child {
  font-family: "semibold";
}
/***** Application Structure **********************************************
		 
***************************************************************************/
#app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 5px solid #2d2d2d;
  z-index: 10;
  background: #FFF;
  min-height:40px;
}
#app-header #app-brand {
  display: inline-block;
  margin: 7px 0 7px 30px;
  font-family: "semibold";
  font-size: 14.879999999999999px;
  min-width: 350px;
  min-height: 20px;
  float: left;
  clear: none;
  color: #0066cc;
}
#app-header #app-brand #app-sname {
  display: none;
  border-right: 1px solid #333333;
  vertical-align: middle;
  padding-right: 10px;
}
#app-header #app-brand #app-name {
  margin-left: 10px;
  vertical-align: middle;
}
#app-header #app-brand #app-logo {
  display: none;
  height: 20px;
  width: 40px;
  vertical-align: middle;
  margin: 0 10px 0 3px;
}
#app-header #top-nav {
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
  float: right;
  width: auto;
  clear: none;
}
#app-header #top-nav li {
  position: relative;
  float: left;
  color: #0066cc;
  font-size: 12px;
  padding: 5px 10px;
}
#app-header #top-nav li a {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #0066cc;
  font-size: 12px;
}
#app-header #top-nav li a:hover {
  color: #00517a;
  text-decoration: none;
}
#app-header #top-nav li a i,
#app-header #top-nav li a span {
  display: inline-block;
  padding: 0;
  margin: 0 3px 0 0;
  vertical-align: middle;
}
#app-header #top-nav li #usrInfo {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  width: 200px;
  border: 1px solid #2d2d2d;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: #FFF;
  cursor: default;
}
#app-header #top-nav li .panel {
  float: right;
  clear: none;
  width: 315px;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  background: none !important;
}
#app-header #top-nav li .panel .panel-heading {
  white-space: nowrap;
  font-family: "semibold";
  padding: 0 15px 5px;
  background: none !important;
  border-bottom: 1px solid #aee960;
}
#app-header #top-nav li .panel .panel-heading h3 {
  color: #ffffff;
}
#app-header #top-nav li .panel .panel-heading span {
  color: #aee960 !important;
  display: block;
  color: #999999;
}
#app-header #top-nav li .panel .panel-body {
  padding: 10px 15px;
  background: none !important;
}
#app-header #top-nav li .panel .panel-body .form-control-static {
  text-align: right;
}
#app-header #top-nav li .panel .panel-body .control-label {
  margin-bottom: 0;
}
#app-header #top-nav li #usrInfo > #usrMenu.list-group {
  /*float:left;*/
  clear: none;
  min-width: 180px;
  border-top: none;
  border-radius: 0 0 0 8px;
  padding: 0;
}
#app-header #top-nav li #usrInfo > #usrMenu.list-group .list-group-item {
  display: block;
  float: none;
  width: 100%;
  border: none;
  background: none !important;
}
#app-header #top-nav li #usrInfo > #usrMenu.list-group .list-group-item a {
  display: block;
  text-align: left;
}
#app-header #top-nav li #usrInfo > #usrMenu.list-group .list-group-item a i {
  margin-bottom: 5px;
}
#app-header #top-nav li #usrInfo > #usrMenu.list-group .list-group-item a:hover {
  color: #2d2d2d;
}
#app-header #top-nav li #usrInfo > .list-group > .list-group-item > a {
  width: 100%;
  font-family: "regular";
  text-align: left;
  color: #2d2d2d;;
  border-bottom: 1px dotted #2d2d2d;
  cursor: default;
}
#app-header #top-nav li #usrInfo > .list-group > .list-group-item > a:hover {
  color: #2d2d2d !important;
}
#app-header #top-nav li #usrInfo > .list-group > .list-group-item > .list-group {
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#app-header #top-nav li:first-child {
  cursor: pointer;
}
#app-header #top-nav li:first-child .glyphicon-menu-down,
#app-header #top-nav li:first-child .fa-angle-down {
  display: inline-block;
  margin-left: 5px;
  margin-right: -5px;
}
#app-header #top-nav li:first-child .glyphicon-menu-down:hover,
#app-header #top-nav li:first-child .fa-angle-down:hover {
  color: #2d2d2d;
}
#app-header #top-nav li:first-child:hover .glyphicon-menu-down,
#app-header #top-nav li:first-child:hover .fa-angle-down {
  color: #2d2d2d;
}
#app-header #top-nav li:nth-child(2) {
  border-right: 1px solid #00517a;
}
#app-header #top-nav li:nth-child(2) span {
  display: inline-block;
}
#app-header #top-nav .active {
  color: #999999;
  cursor: text;
}
#app-header #top-nav .active:hover i {/* ADDED i */
  color: #2d2d2d;
}
#app-header .m-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 10px 15px;
  background: none !important;
}
#app-header .m-menu .glyphicon,
#app-header .m-menu .fa {
  margin: 0;
  top: 1;
  color: #333333;
}
#app-header .m-menu .glyphicon:hover,
#app-header .m-menu .fa:hover {
  color: #0066cc;
}

#app-body {
  position: relative;
}
#app-body #app-menu ~ div {
  padding: 0 15px;
  float: right;
}
#app-footer {
  position: relative;
  background: #2d2d2d;
  padding: 5px 0 5px;
  text-align: center;
  color: #FFF;
  z-index: 11;
}
#app-footer .footer-nav {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}
#app-footer .footer-nav li {
  margin-left: 10px;
  margin-right: 10px;
}
#app-footer .footer-nav a {
  color: #999999;
}
#app-footer .footer-nav span {
  display: inline-block;
}
#scriteria .section-header {
  padding: 0;
  height: 0;
}
#scriteria .section-header h2,
#scriteria .section-header h6 {
  top: 2px;
  left: 5px;
  background: none;
  float: none;
  display: block;
}
#scriteria .section-contents,
#scriteria .section-content {
  border: none;
  background: #f3f3f3;
  padding-top: 10px;
}
#scriteria .section-contents > .row > .col-sm-10,
#scriteria .section-content > .row > .col-sm-10 {
  border-right: 1px solid #cccccc;
}
#scriteria .section-contents > .row > .col-sm-2,
#scriteria .section-content > .row > .col-sm-2 {
  position: relative;
  height: 100%;
  padding: 0 15px;
}
#scriteria .section-contents > .row > .col-sm-2 .btn,
#scriteria .section-content > .row > .col-sm-2 .btn {
  width: 100%;
  margin-top: 5px;
}
#scriteria .section-contents > .row > .col-sm-2 .btn:first-child,
#scriteria .section-content > .row > .col-sm-2 .btn:first-child {
  margin-top: 20px;
}
#scriteria .section-contents > .row > .col-sm-2 .btn-link,
#scriteria .section-content > .row > .col-sm-2 .btn-link {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
}
#defcriteria {
  padding-top: 20px;
}
#extcriteria {
  padding: 0;
  display: none;
}
#txn-details .section-contents,
#txn-details .section-content {
  padding: 0 15px 10px;
}
#txn-details .section-contents .form-group,
#txn-details .section-content .form-group {
  margin-left: 0;
}
#txn-details .section-contents > .row > div[class*="col-sm"] {
  padding: 10px 15px 10px;
}
#txn-details .section-contents > .row > div[class*="col-sm"]:nth-child(2) {
  border-right: 1px solid #dddddd;
  min-height: 100px;
}
.readonly .form-group .control-label,
.readonly .form-group .form-control-static {
  padding-top: 0 !important;
  margin-bottom: 0;
}
.readonly .form-group .checkbox {
  padding-top: 0;
}
/***** Menu Structure *****************************************************
	Menu structure and element styles			 
***************************************************************************/
#app-menu * {
  font-size: 12px;
}
#app-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  background: #003d5c;
  padding: 0;
  z-index: 11; 
  
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 2px 0 5px #00517a;
}
#app-menu #main-menu {
  margin-bottom: 50px;
}
#app-menu .list-group {
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#app-menu .list-group .list-group-item {
  border: none;
  padding: 0;
  display: block;
  clear: both;
  float: none;
  text-transform: uppercase;
  background: #2d2d2d;
}
#app-menu .list-group .list-group-item a {
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 27px;
  width: 100%;
  outline: none;
  cursor: pointer;
}
#app-menu .list-group .list-group-item a:focus,
#app-menu .list-group .list-group-item a:visited {
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 27px;
  width: 100%;
  outline: none;
  cursor: pointer;
}
#app-menu .list-group .list-group-item a:hover {
  color: #dddddd;
  background: #666666;
  text-decoration: none;
}
#app-menu .list-group .list-group-item a .glyphicon {
  color: #FFF;
}
#app-menu .list-group .list-group-item a .glyphicon:first-child ,
#app-menu .list-group .list-group-item a .fa:first-child { /* ADDED FA */
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  width: 18px;
}
#app-menu .list-group .list-group-item a .glyphicon-chevron-down,
#app-menu .list-group .list-group-item a .glyphicon-chevron-up ,
#app-menu .list-group .list-group-item a .fa-chevron-down,
#app-menu .list-group .list-group-item a .fa-chevron-up { /* ADDED FA */
  position: absolute;
  top: auto;
  bottom: 8px;
  right: 8px;
  padding: 0;
  display: none;
  font-size: 9.600000000000001px;
}
#app-menu .list-group .list-group-item a span {
  display: inline-block;
  clear: none;
  width: calc(100% - 40px);
  margin-top: 3px;
}
#app-menu .list-group .list-group-item a[href] span {
  width: 100%;
}
#app-menu .m-menu {
  background: #FFF;
  z-index: 10;
  padding: 2.5px 3px;
  cursor: pointer;
  border-bottom: 5px solid #2d2d2d;
}
#app-menu .m-menu .glyphicon ,
#app-menu .m-menu .fa {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #FFF;
  font-size: 16.5px;
  border-radius: 10px;
  padding: 6px 8px;
  -webkit-transform: rotate(45deg);
  /* Safari */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -ms-transform: rotate(45deg);
  /* IE */
  -o-transform: rotate(45deg);
  /* Opera */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  /* Internet Explorer */
  transform: rotate(45deg);
}
#app-menu .m-menu span:last-child {
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 15px 10px;
  font-family: "semibold";
  letter-spacing: 2px;
}

/*** Main menu items */
#app-menu > .list-group > li.list-group-item {
  margin: 0 0 2px;
  width: 100%;
}
#app-menu > .list-group > li.list-group-item > a {
  background: #00517a;
  font-family: "semibold";
  color: #FFF !important;
  padding: 5px !important;
}
#app-menu > .list-group > li.list-group-item > a:hover {
  background: #007ab7;
}
#app-menu > .list-group > li.list-group-item > a:active {
  background: #002f47;
}
/*** Submenu items */
.sub-menu {
  display: none;
  width: 100%;
  padding-bottom: 15px !important;
}
.sub-menu .list-group-item {
  width: 100%;
  padding: 5px;
  margin: 0;
  border-radius: 0px;
}

.sub-menu .list-group-item a:active {
  color: #2d2d2d !important;
}
.sub-menu .list-group-item a.active{
  color: #8dc641 !important;
}
.sub-menu .list-group-item a.active:hover {
  color: #2d2d2d !important;
}
.list-group-item .sub-menu .list-group-item a {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.list-group-item > .sub-menu .list-group-item > .sub-menu .list-group-item > a {
  padding-left: 45px !important;
}
.list-group-item > .sub-menu .list-group-item > .sub-menu .list-group-item > .sub-menu .list-group-item > a {
  padding-left: 65px !important;
}
.list-group-item > .sub-menu .list-group-item > .sub-menu .list-group-item > .sub-menu .list-group-item > .sub-menu .list-group-item > a {
  padding-left: 85px !important;
}
.sub-menu-active {
  background: #474747;
}
.menu-ctrl-holder {
  border-top: 1px dashed #666;
  text-align: right;
  font-size: 9px;
  display: block;
  clear: both;
  background: #104181;
  padding: 5px 0;
}
.menu-ctrl {
  background: none;
  border: 1px solid transparent;
  color: #999999;
  padding: 2px 10px;
  margin-right: 10px;
}
.menu-ctrl:hover {
  color: #FFF;
  border: 1px solid #FFF;
}
.section-block {
  background: #FFF;
  margin: 5px 0 15px;
  clear: both;
}
.section-block .section-header {
  padding: 5px 0;
  position: relative;
}
.section-block .section-header h6 {
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 5px;
  background: #FFF;
  padding: 0 5px;
  z-index: 1;
}
.section-block .section-header h6 .checkbox {
  margin: 0;
}
.section-block .section-header h6 .checkbox input {
  margin-top: 5px;
}
.section-block .section-header h6 > span {
  font-size: 10.2px;
  color: #F00;
  display: inline-block;
  margin-left: 10px;
}
.section-block .section-header .input-group {
  margin-bottom: 10px;
}
.section-block .section-header .input-group span {
  font-family: "semibold";
  color: #00517a;
}
.section-block .section-header .btn {
  display: inline-block;
  padding: 2px 10px 2px 5px;
  color: #0066cc;
  margin-top: -6px;
  font-size: 12px;
  float: right;
}
.section-block .section-header .btn .glyphicon {
  color: #0066cc;
  vertical-align: middle;
}
.section-block .section-header .btn span {
  vertical-align: middle;
}
.section-block .section-header .btn-link:visited,
.section-block .section-header .btn-link:focus {
  text-decoration: none;
}
.section-block .section-header .btn-link:hover {
  text-decoration: none;
  color: #66b2ff;
}
.section-block .section-header .btn-link:hover .glyphicon {
  color: #66b2ff;
}
.section-block .section-header .btn-link:active {
  text-decoration: none;
}
.section-block .section-header .input-group {
  position: absolute;
  bottom: -18px;
  right: 0px;
  width: 300px;
}
.section-block .section-header .input-group .input-group-addon {
  color: #0066cc;
}
.section-block .section-content {
  margin-top: 1px;
  clear: both;
  border: 1px solid #e4e4e4;
  padding: 20px 0 10px;
  position: relative;
}
.section-block .section-content #confirmationTable {
  position: relative;
}
.section-block .section-content #confirmationTable .btn-link {
  /* For Print and Download Link in Acknowledgement Page*/
  position: absolute;
  right: 0;
  top: 8px;
  color: #cccccc;
  width: 20px;
  height: 20px;
  padding: 0;
}
.section-block .section-content #confirmationTable .btn-link:hover {
  color: #0066cc;
}
.section-block .section-content #confirmationTable .btn-link:first-child {
  right: 25px !important;
}
.section-block .section-content #confirmationTable .form-group {
  margin-bottom: 0;
}
.section-block .section-content #confirmationTable .form-group .form-control-static {
  word-break: break-all;
}
.section-block .section-content #confirmationTable .form-group * {
  padding-top: 0;
}
.section-block .section-content > .row {
  margin: 0;
}
.section-block .section-content > .row .col-sm-2 {
  margin-top: -15px;
  width: 100%;
}
.section-block .section-content > .row .col-sm-2 .button-holder {
  border: none;
  padding: 10px 0 0;
}
.section-block .section-content > .row .col-sm-2 .button-holder .btn {
  margin: 0 0 5px 5px;
  float: none;
}
.section-block .section-content > .row .col-sm-10 + .col-sm-2 {
  margin-top: 0 !important;
}
.section-block .section-content > .row .col-sm-10 + .col-sm-2 .button-holder {
  margin: 20px -15px 0 -15px;
  padding-right: 15px;
  padding-bottom: 0;
  border-top: 1px solid #cccccc;
}
.section-block .section-content > .row .col-sm-10 + .col-sm-2 .button-holder .btn {
  padding: 2px 10px !important;
}
.section-block .section-content > .row .col-sm-2 + .col-sm-10.table-responsive {
  width: 100%;
  margin-top: 0 !important;
}
.section-block .button-holder {
  margin: 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px solid #e4e4e4;
}
.section-block .button-holder .btn {
}
.section-block.col-sm-6 {
  margin: 20px 0;
  clear: none;
}
.button-holder {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  text-align: right;
  margin: 10px 0 0;
  background: #FFF;
  background: -webkit-linear-gradient(transparent, #ffffff, #ffffff, #ffffff);
  background: -o-linear-gradient(transparent, #ffffff, #ffffff, #ffffff);
  background: -moz-linear-gradient(transparent, #ffffff, #ffffff, #ffffff);
  background: linear-gradient(transparent, #ffffff, #ffffff, #ffffff);
  z-index: 8;
}
.button-holder div {
  border-top: 1px solid #999999;
  margin-top: 30px;
  padding: 10px 0;
  background: #FFF;
}
.button-holder .btn {
  margin: 0 3px;
  padding: 3px 10px 4px;
}
.button-holder .btn.btn-link {
  padding-left: 0;
  float: left;
  margin-bottom: 10px;
}
.button-holder .btn.btn-default {
  color: #333333;
}
.reminders {
  padding-top: 20px;
}
.reminders .panel {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.reminders .panel .panel-heading {
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
}
.reminders .panel .panel-body ol,
.reminders .panel .panel-body ul {
  padding-left: 10px;
  margin-top: 5px;
}
.reminders .panel .panel-body ol li,
.reminders .panel .panel-body ul li {
  margin-bottom: 8px;
  position: relative;
}
.reminders .panel .panel-body ul li:before {
  content: '\2022';
  font-size: 24px;
  width: 14px;
  position: absolute;
  top: -8px;
  left: -14px;
}
.reminders .panel .panel-body ol li:before {
  content: '';
}
.reminders .panel .panel-body ul > li {
  border: none;
  padding: 0;
  clear: both;
  float: none;
  width: 100%;
}
.reminders .panel .panel-body ul ol,
.reminders .panel .panel-body ol ul {
  margin-bottom: 10px;
}
.clear {
  display: block;
  clear: both;
  height: 1px;
}
.mandatory::after {
  content: '*';
  color: #F00;
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 10.8px;
}
tr.alert-danger {
  background: none !important;
  border: none;
  color: #df5138 !important;
}
tr.alert-danger .glyphicon {
  color: #df5138 !important;
}
tr.alert-success {
  background: none !important;
  border: none;
  color: #999999;
}
tr.alert-success .glyphicon {
  color: #090;
}
.m-show,
.initDisplay {
  display: none;
}
.request-info .section-content {
  border: none;
  border-top: 3px double #cccccc;
  border-bottom: 3px double #cccccc;
  padding: 10px 0;
}
#batch-info h6 {
  position: static;
  background: none;
  padding: 0;
}
#batch-info .section-content {
  border: none;
  border-top: 3px double #cccccc;
  border-bottom: 3px double #cccccc;
  padding: 10px 0;
  border-bottom: none;
  padding: 0;
}
#batch-info .section-content .form-group {
  margin-bottom: 0;
}
#batch-info .section-content .form-group * {
  padding-top: 2px;
}
#batch-info .section-content > div .control-label:first-child {
  text-align: left;
  padding-left: 0;
}
.liHover {
  background: #0066cc;
  color: #FFF !important;
}
.liClicked {
  background: #0066cc;
  color: #FFF !important;
  border-bottom: 1px solid #FFF;
}
/***** Customized Fields ***************************************************
 
***************************************************************************/
.amount {
  text-align: right;
}
.input-group-select {
  display: table-cell;
  vertical-align: middle;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none !important;
  z-index: 1;
  padding-right: 40px !important;
}
select[disabled] {
  background: #eeeeee !important;
  color: #333333;
}
.input-group-addon-c,
.input-group-addon-c:hover,
.input-group-addon-c:active,
.input-group-addon-c:focus {
  padding: 0;
  margin: 0;
  background: none;
}
.input-group-addon-c > select.form-control {
  height: inherit;
  border: none;
  padding: 0 35px 0 12px !important;
  width: auto !important;
  outline: none;
  box-shadow: none;
  font-size: 11.399999999999999px;
}
select ~ .glyphicon {
  position: absolute;
  right: 20px;
  top: 8px;
  color: #888;
  z-index: 0;
  outline: none;
  margin-right: 10px;
  cursor: pointer;
}
.input-group-addon > select ~ .fa,
.input-group-addon > select ~ .glyphicon {
  right: 0;
}
.select {
  position: relative;
  min-height: 28px;
  line-height: 1.42857143;
}
.select input[type="text"] {
  padding-right: 40px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.select .list-group {
  border: 1px solid #cccccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #FFF;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 25px;
  z-index: 11;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  display: none;
}
.select .list-group .list-group-item {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #333333;
}
.select .list-group .list-group-item-heading {
  font-family: "semibold";
}
.select .list-group .list-group-item:first-child {
  border-top: 1px dashed #e4e4e4;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #0066cc;
  font-family: "semibold";
}
.select .list-group .list-group-item:first-child:hover {
  color: #FFF;
}
.select .list-group .list-group-item:first-child.liHover {
  color: #FFF;
}
.select .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select .list-group .list-group-item-heading ~ .list-group-item:not(.list-group-item-heading) {
  padding-left: 30px;
}
.select .glyphicon {
  position: absolute;
  right: 5px;
  top: 8px;
  color: #999999;
  z-index: 2;
  outline: none;
  margin-right: 10px;
  cursor: default;
}
.select .glyphicon:hover {
  color: #0066cc;
}
.select input[type="text"][readonly] {
  background: #FFF !important;
}
.select input[type="text"][disabled] {
  background: #eeeeee !important;
}
.select input[disabled] + .glyphicon {
  display: none;
}
.glyphicon {
  top: 1;
}
.input-group .form-control[disabled] + .input-group-addon {
  background: #eeeeee !important;
}
.input-group .form-control[disabled] + .input-group-addon .select {
  background: #eeeeee !important;
}
.input-group .input-group-addon {
  background: #eeeeee !important;
  font-size: 12px;
}
.input-group .input-group-addon.input-group-addon-c .select {
  padding: 0;
  min-width: 100px;
}
.input-group .input-group-addon.input-group-addon-c .select input[type="text"] {
  border: none;
  height: 28px;
  padding-right: 30px;
}
.input-group .input-group-addon.input-group-addon-c .select .list-group {
  width: 100%;
}
.input-group .input-group-addon.input-group-addon-c .select .list-group .list-group-item {
  text-align: left;
  width: 100%;
  white-space: normal;
}
.input-group .input-group-addon.input-group-addon-c .select .glyphicon {
  right: 0;
}
.input-group .input-group-btn .btn {
  background: none;
  line-height: normal;
  color: #0066cc;
  padding: 4px 10px 4px !important;
}
.input-group .form-control[disabled] + .input-group-btn {
  background: #eeeeee !important;
}
.input-group .form-control-static {
  padding-left: 15px;
  background: #eeeeee !important;
  box-shadow: none;
}
.input-group .select:first-child .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #FFF;
  cursor: inherit;
  display: block;
  display: none;
}
.btn-file input[type=file][disabled] {
  background: #eeeeee !important;
}
.btn-file input[type=file][readonly] {
  background: #FFF !important;
}
.btn-file input[type=file][readonly]:focus {
  box-shadow: none;
  border-color: #cccccc;
}
.dropdown-menu li span {
  white-space: normal;
}
.modal .modal-dialog .modal-content .modal-body {
  max-height: 400px;
  overflow-y: auto;
}
.modal .modal-dialog .modal-content .modal-body .section-block {
  margin: 0 0 10px 0;
}
.modal .modal-dialog .modal-content .modal-body .row .col-sm-8 .form-control-static {
  word-break: break-all;
}
.pwshow {
  position: absolute;
  right: 32px;
  top: 9px;
  cursor: pointer;
  color: #666666;
  display: none;
  font-size: 10.2px;
}
.counter {
  position: absolute;
  font-size: 9.600000000000001px;
  right: 25px;
  margin-top: -20px;
  color: #cccccc;
}
.section-tab {
  display: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: -1px;
  border: 1px solid #e4e4e4;
}
.section-tab .section-header .btn {
  margin-bottom: 5px;
}
.section-tab .section-header .btn .glyphicon {
  margin: 0;
}
.section-tab .section-contents {
  border: none;
}
.section-tab.active {
  display: block;
}
#auditInfo {
  background: #EFEFEF;
}
/***** Login tag styles ***********************************************
	
***************************************************************************/
#login-box.panel {
  box-shadow: none;
  border: 1px solid #cccccc;
  margin: 20px auto 0;
  width: 400px;
}
#login-box.panel .panel-heading,
#login-box.panel .panel-title,
#login-box.panel .panel-body,
#login-box.panel .panel-footer {
  background: none;
  margin: 1px;
}
#login-box.panel .panel-heading {
  background: url(images/web.png) top center no-repeat;
  height: 80px;
  margin-top: 20px;
}
#login-box.panel .panel-body * {
  margin-bottom: 5px;
}
#login-box.panel .panel-body .form-control {
  background: none;
  border: 1px solid #CCC;
}
#login-box.panel .panel-body .btn {
  width: 100%;
}
#login-box.panel .panel-body > div {
  margin-top: 10px;
}
#login-box.panel .panel-footer {
  background: none;
}
#login-box.panel .panel-footer h6 {
  color: #df5138;
}
#login-box.panel .panel-footer .list-group .list-group-item {
  list-style: disc outside !important;
  display: list-item;
  border: none;
  padding: 3px 15px 3px 2px;
  margin-left: 15px;
}
/* #showMenu {
  display: none;
} */

/* FROM CI */
/* MENU */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  padding: 0 !important;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #cccccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 28px;
  left: 1px;
  bottom: 1px;
  background-color: #eeeeee;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}
.slider.round:before {
  border-radius: 50%;
}
.switch .option {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 5px 8px 5px 6px;
}
/* Menu Settings */
body.menu-temporary #app-header,
body.menu-temporary #app-footer {
  width: 100%;
  left: 0;
}
body.menu-temporary #app-menu ~ div,
body.menu-temporary #app-contents {
  width: 100%;
  left: 0;
}
body.menu-temporary #app-menu {
  left: calc(-16.67% - 7px);
}
body.menu-temporary #app-menu .m-menu .fa {
  color: #2d2d2d;
}
body.menu-temporary #app-menu .m-menu .fa:hover {
  color: #0066cc !important;
}
body.menu-temporary #showMenu {
  display: inline-block;
}
body.menu-temporary #app-brand {
  margin-left: 30px !important;
}
body.menu-permanent #app-header,
body.menu-permanent #app-footer {
  width: 83.33% !important;
  left: 16.67% !important;
}
body.menu-permanent #app-menu ~ div,
body.menu-permanent #app-contents {
  width: 83.33% !important;
}
body.menu-permanent #app-menu {
  left: 0 !important;
}
body.menu-permanent #app-menu .m-menu .fa {
  color: #2d2d2d;
  -webkit-transform: rotate(0deg);
  /* Safari */
  -moz-transform: rotate(0deg);
  /* Firefox */
  -ms-transform: rotate(0deg);
  /* IE */
  -o-transform: rotate(0deg);
  /* Opera */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  /* Internet Explorer */
  transform: rotate(0deg);
}
body.menu-permanent #showMenu {
  display: none;
}
body.menu-permanent #app-brand {
  margin-left: -10px !important;
}