
@font-face {font-family: 'Regular'; src: url('../../fonts/seguisb.ttf');}

@font-face {font-family: 'Light'; src: url('../../fonts/segoeui.ttf');}

@font-face {font-family: fontawesome; src: url('../../fonts/fontawesome-webfont.ttf');}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    color:#2a2837;
}

.jQuery-plainOverlay-progress {
  border-color: #df0024 !important;
  top: 25% !important;
  left: 50% !important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

.btncenter{
  text-align:center;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

body {
    font: 12px 'Segoe UI Semibold','Segoe UI' !important;
	color: #2a2837;
    font-family:'Segoe UI Semibold','Segoe UI';
}

.bg{
    background: #fff url("../Images/bg.jpg");

}

.footer {
    left: -480px;
    position: absolute;
    bottom: -230px;
}

.footer img {
    height: 50px;
}



.login-header{
    border:1px solid #2a2837;
}

.login-header h1 {
    display: inline-block;
    padding: 11.5px 0;
    font-size: 20px;
    background: #2a2837;
    color: #df0024;
    text-align: left;
    width: auto;
    /* transform: translate(3%); */
    max-width: 82%;
}

.login-headercontent{
	width: auto;
	margin:auto;
	background: #2a2837;
	text-align: center;
}




.content {
    /*float: right;*/
    width: inherit;
    /*min-height:500px;*/
    /* margin-top: 10px; */
    /* background: #fff; */
    /* box-shadow: 0 0 2px #ddd; */
    border-radius: 3px;
    overflow:hidden;
}

.loginheader h2 {
    font-size: 16px;
    /* margin: 0 10px; */
    padding: 5px 0;
    text-align: center;
}

/* end of plain login */

.header h1 {
    display: inline-block;
    padding: 11.5px 10px;
    font-size: 20px;
    background: #2a2837;
    color: #df0024;
    text-align: center;
    width: 22.5%;
}

span.compname {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: 'Segoe UI';
} 

.loginlogo span.compname {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-left:0px;
    font-family: 'Segoe UI';
} 

.header h1 span.light{
    font-family: 'Segoe UI';
    color:#fff;
}

.login-header h1 span.light{
    font-family: 'Segoe UI';
    color:#fff;
}

.headercontent{
	width: 1300px;
	margin:auto;
	background: #959595;
	position: relative;
}

.homeimg{
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    z-index: -1;
    bottom: 0;
    min-width: 1300px;
}

.topmenu {
    float: right;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.topmenu span{
	font-size: 11px;
}

span.welcome {
	width: 250px;
	display: inline-block;
}

span.date {
    width: 200px;
    display: inline-block;
}

.topmenu span.logout a{
	color: #fafafa;
	background: #245bda; /* CHANGE FOR THEMING */
	text-decoration:none;
	padding: 5px 10px;
	border-radius: 3px;
	transition: all 300ms ease;
}

.topmenu span.logout a:hover{
	color: #fafafa;
	background: #055da5; /* CHANGE FOR THEMING */
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.header{
	padding: 0;
	background: #959595;
	 /* CHANGE FOR THEMING */
	/* border-bottom: 3px solid #b9f602; */
}

.container {
	margin: auto;
	width: 350px;
	min-height: 250px;
	display: block;
	transform: translate(0, 60%);
    -webkit-transform:translate(0, 60%);
    -o-transform:translate(0, 60%);
    -ms-transform:translate(0, 60%);
    -moz-transform:translate(0, 60%);
} 

.fluidcontent{
	width: 1300px;
	margin: auto;
}

.conheader {
    margin: 5px 0;
}

.conheader h2 {
    font-size: 18px;
    padding: 5px;
    margin: 0;
}

.list-title,
.page-title{
    text-align: left;
}

.confilter{
    display: inline-block;
    /*float: left;*/
    width: 23%;
    /* margin: 5px 0; */
    padding: 10px 5px 10px 10px;
    background:#f1f1f1;
    transition:all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease
}

.confilter.on {
    margin-left:-21.5%;
}

.confilter2{
    display: inline-block;
    /*float: left;*/
    width: 97%;
    /* margin: 5px 0; */
    padding: 5px 5px 5px 5px;
    background:#f1f1f1;
    transition:all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease
}

.confilter2.on {
    margin-left:-21.5%;
}

a.filter {
    padding: 5px;
}

.fil1 {
    display: inline-block;
    width: 90%;
}

.fil2 {
    display: inline-block;
    width: 8%;
    vertical-align: top;
}

 /*fa-chevron-down*/
.fil3 {
    display: inline-block;
    width: 8%;
    vertical-align: top;
}

.conbuttons {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    z-index: 1;
}


.conform{
    margin-top: 5px;
    display: block;
    float: left;
    width: 100%;
}

.conforminside {
    display: block;
    margin-bottom: 5px;
    float: left;
    width: 100%;

}

.conbody{
    float:right;
    width:75%;
    transition:all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease
}

.conbody.on{
    width:96.5%
}

.conbody2{
    float:right;
    width:98.5%;
    transition:all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}

.conbody2.on{
    width:96.5%
}


.ui-widget-content {
    /* margin-top: 1px; */
    z-index: 0;
}

.main-modal-dialog .ui-widget-content{
	margin-top:0;
}

.conbody .conbuttons{
    /* position: absolute; */
    /* width: 860px; */
    transition:all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease
}

.conbody .conbuttons.on{

/* width:1135px; */
}

.conlist .conbuttons{
    position: absolute;
    width: 858px;
    margin-top: -1px;
}    

:-moz-placeholder {
	color: #c9c9c9 !important;
	font-size: 11px;
	font-style:italic;
}

::-webkit-input-placeholder {
	color: #ccc;
	font-size: 11px;
	font-style:italic;

}


.forgotpassword a {
	font-size: 12px;
	text-decoration:none;
	color: #3e5ca4; /* CHANGE FOR THEMING */
	transition:color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
}

.forgotpassword{
	text-align:center;
	transition:color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
}

.forgotpassword a:hover, .forgotpassword a:active,.forgotpassword a:focus {
	font-size: 12px;
	text-decoration:none;
	color: #0c338e; /* CHANGE FOR THEMING */
	transition:color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
	line-height: 34px;
}



/* Accordion Menu by www.menucool.com/vertical/accordion-menu*/

#accordion {
    /* visibility:hidden; */
}

/* root UL */
#accordion ul.FirstLeaf {
    padding:0;
    margin:0;
    list-style:none;
    display: inline-block;
    float: right;
    height:0;
}

/*---------- Indents ------*/

/*top-level*/
#accordion .top > a, #accordion .top > div { 
    padding-left:16px;
    padding-top:5px;
	padding-bottom:5px;
}

/*2nd-level*/
#accordion li li > a, #accordion li li > div {
    padding-left:30px;
    padding-top:8px
    ;padding-bottom:8px;
}

/*3rd-level*/
#accordion li li li > a, #accordion li li li > div { padding-left:50px; }


/*---------- Other styles ------*/

/* headings */
#accordion li > div{
    color: #000000; /* CHANGE FOR THEMING */
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    font-size: 11px;
}
#accordion .active > div{
    color: #000000; /* CHANGE FOR THEMING */
    background: #b9f602; /* CHANGE FOR THEMING */
}

#accordion .active > div.leaf1{
    color: #000000; /* CHANGE FOR THEMING */
    background: #b9f602; /* CHANGE FOR THEMING */
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

#accordion li {
    /* font-size:13px; */
    /* padding: 0; */
    /* margin:0; */
    /* overflow:hidden; */
    /* cursor: pointer; */
    float: left;
    /* padding: 20px; */
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: -1px;
}

/* Add borders to the top LIs */
#accordion .top {
    /*border-bottom: 1px solid #444;*/
}

/* links */
#accordion .leaf1 a {
    color: #2a2837; /* CHANGE FOR THEMING */
    font-size: 11px;
    text-decoration:none;
    display:block;
    /* line-height: 37px; */
    height: auto;
    background: #d7d7d7 url(../Images/redunderline.png) no-repeat; /* CHANGE FOR THEMING */
    background-position: -200px 110%;
    transition: all 500ms ease;
    /* border-bottom: 1px solid #ebebeb; */ /* CHANGE FOR THEMING */
    width: initial;
    padding: 0 10px;
    text-align: center;
    /* border-bottom: 3px solid #d7d7d7; */
    cursor: pointer;
}
#accordion .leaf1 a:hover,
#accordion .leaf1 a:focus,
#accordion .leaf1 a.active  {
    color: #df0024; /* CHANGE FOR THEMING */
    background: #f1f1f1 url(../Images/redunderline.png) no-repeat; /* CHANGE FOR THEMING */
    background-position: 0px 110%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    /* border-bottom: 3px solid #df0024; */
    /* background-position-x: -10px; */
}
#accordion a.active {
    color: #000000; /* CHANGE FOR THEMING */
    background: #dcfa7e; /* CHANGE FOR THEMING */
}


#accordion .top > div.leaf1{
	padding:8px 0 8px 16px;
}



#accordion li {
    -ms-user-select:none;
    -mos-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
}

#accordion ul.subleaf {
     position: absolute;
     margin-top: 10px;
     background: #fff;
     box-shadow: 0 0 4px 0px #ddd;
     /* z-index: 5; */
     padding: 1px 0;
}

#accordion li.leaf2 a {
    float: none!important;
    padding: 5px 10px;
    text-align: left;
    background: transparent;
    border: 0;
    margin:1.5px;
    line-height: 2;
}

.leaf2 a .fa:before{
    transition:all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.leaf2 a .fa{
    display: block;
    float: right;
    padding: 5px 0;
}

.leaf2 a:hover .fa:before,
.leaf2 a:focus .fa:before,
.leaf2 a.active .fa:before {
    color: #fff;
    transition:all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

#accordion li.leaf2 a:hover,
#accordion li.leaf2 a:focus,
#accordion li.leaf2 a.active {
    border: 0;
    color: #fff;
    background: #df0024;
}


#accordion ul.subleaf li {
    float: none;
}

#accordion ul.subleaf2 {
    position: absolute;
    box-shadow:0 0 4px 0px #ddd;
    z-index: 1;
    background: #fff;
    margin-left: 103%;
    margin-top: -35px;
    padding: 2px;
}

.hide{
    display:none;
}

.show{
    display: block;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
      url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), 
      url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
      url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicons {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicons-search:before {
  content: "\e003";
}

.glyphicons-refresh:before {
  content: "\e031";
}


.glyphicons-log-out:before {
  content: "\e163";
}


/* Modal for Messages */

 
/*.modal-open {
  overflow: auto;
}*/

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  /* margin-right: 15px; */
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  /* overflow: auto; */
   overflow-y: auto; 
}

.modal:focus{
    outline:0;
}

.modal.fade .modal-dialog {
  -o-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  -moz-transform: translate(0, 25%);
  transform: translate(0, 25%);
}

.modal-dialog,
.main-modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  /* background-color: #ffffff; */
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  width: 400px;
  margin: auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  background:#f1f1f1;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 10px;
  background: #FFF;
}

.Accessmodal-body {
  position: relative;
  padding: 20px;
  font-family: monospace;
  font-size: xx-large;
}

.modal-footer {
  /* margin: 0 10px; */
  padding: 15px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}


/* End of Modal for Messages */


/* Modal for Setup */

 
.main-modal-open {
  overflow: hidden;
}

body.main-modal-open,
.main-modal-open .navbar-fixed-top,
.main-modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.main-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.main-modal.fade .main-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform:translate(0, -25%);
  -o-transform:translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.main-modal.in .main-modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
          -o-transform:translate(0, 0);
          -moz-transform:translate(0, 0);
}

.main-modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  outline:0;
}

.main-modal-dialog:focus{
  outline:0;
}

.main-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  width: 1200px;
  margin: auto;
   min-height: 620px; 
   max-height: 100%; 
}

.main-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.main-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.main-modal-header {
  min-height: 16.428571429px;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  background:#f1f1f1;
}

.main-modal-header .close {
  margin-top: -2px;
}

.main-modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.main-modal-body {
  position: relative;
  /* padding-top: 10px; */
  display: inline-block;
  /* max-width: 100%; */
  overflow-y: auto;
  max-height: 570px;
  width: 1200px;
  overflow-x: hidden;
}

.Accessmodal-body {
  position: relative;
  padding: 20px;
  font-family: monospace;
  font-size: xx-large;
}

.main-modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.main-modal-footer:before,
.main-modal-footer:after {
  display: table;
  content: " ";
}

.main-modal-footer:after {
  clear: both;
}

.main-modal-footer:before,
.main-modal-footer:after {
  display: table;
  content: " ";
}

.main-modal-footer:after {
  clear: both;
}

.main-modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.main-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.main-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}


.modbuttons {
    /* display: inline-block; */
    /* width: 100%; */
    /* margin:10px 0; */
    background:#fff;
    text-align: center;
}

.modform{
    margin-top: 5px;
    display: block;
    float: left;
    width: 100%;
}

.modbody{
    float:right;
    width:73%
}

/*.main-modal-header {
    padding: 5px 10px !important;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 20px;
    background:#f8f8f8;
    border-bottom: 0;
    border: 1px solid #eee;
    border-radius: 5px 5px 0 0;
    color: #333;
}

.main-modal-header p,
.main-modal-body p{
    margin:0;
}

.main-modal-body {
    padding: 0 !important;
    font-family: 'Segoe UI';
    font-weight: normal;
    font-size: 14px;
    color: #333;
    border-bottom: 0;
    text-indent: 4px;
}

.main-modal-footer {
    padding: 19px 20px 20px;
    margin-top: 0;
    text-align: right;
    border-top: 0;
}*/

/* End of Modal for Setup */

/* Tabs */

#frmLogin .PageForm {
    float: left;
    border: 1px solid #2a2837;
    background: #fff;
    padding-bottom: 10px;
} for plain login

    .PageForm {
    float: left;
    background: #fff;
}



.TabList {
    float: left;
    width: 1200px;
    padding: 0!important;
    border:0 !important;
}

.TabList ul {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border:0 !important;
    background: #d7d7d7;
    border-radius: 0;
}

.TabList ul li{
    padding: 0 !important;
    margin: 0 !important;
}

.TabList.ui-widget {
    font-family:'Segoe UI Semibold','Segoe UI' !important;
    font-size:11px!important;
}

.TabList.ui-tabs .ui-tabs-nav li a{
    border: 0 !important;
    background: transparent;
}

.TabList.ui-tabs .ui-tabs-nav .ui-state-default, 
.TabList.ui-tabs .ui-tabs-nav .ui-widget-content .ui-state-default, 
.TabList.ui-tabs .ui-tabs-nav .ui-widget-header .ui-state-default{
    border: 0 !important;
    background:transparent !important;
    border-radius:0 !important;
    /* border-right: 2px solid #fff !important; */
    cursor: pointer;
}


.TabList.ui-tabs .ui-tabs-nav .ui-state-default a,
.TabList.ui-tabs .ui-tabs-nav .ui-state-default a:link{
    border:0!important;
    padding:10px 15px!important;
    background: #d7d7d7 !important;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    cursor:default;
    color: #757575;
}

.TabList.ui-tabs .ui-tabs-nav .ui-state-default a:hover,
.TabList.ui-tabs .ui-tabs-nav .ui-state-default a:focus,
.TabList.ui-tabs .ui-tabs-nav .ui-state-default a:visited,
.TabList.ui-tabs .ui-tabs-nav .ui-state-default a:active{
    border:0!important;
    background: transparent !important;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    cursor: pointer !important;
    outline:0;
}

.TabList.ui-tabs .ui-tabs-nav .ui-state-default a:hover{
    color: #2a2837;
}

.TabList.ui-tabs .ui-tabs-nav .ui-state-active a, 
.TabList.ui-tabs .ui-tabs-nav .ui-state-active a:link, 
.TabList.ui-tabs .ui-tabs-nav .ui-state-active a:focus,
.TabList.ui-tabs .ui-tabs-nav .ui-state-active a:visited{
    border:0!important;
    background: #fff!important;
    color: #2a2837;
    outline:0;
    box-shadow: 0px -2px 2px #f1f1f1;
}

.TabList.ui-tabs .ui-tabs-panel {
    padding: 0;
}

span.divider {
    padding: 2px 0;
    /* border-bottom: 1px solid #d7d7d7; */
    width: 100%;
    display: inline-block;
    margin-bottom: 2px;
}

span.divider.border {
    padding: 2px 0;
     border-bottom: 1px solid #d7d7d7; 
    width: 100%;
    display: inline-block;
    margin-bottom: 2px;
}

.form-horizontal {
    padding-top: 5px;
}

.ViewList {
    padding: 10px;
}

.ModList {
    padding: 0 10px 10px 10px;
}


/* End of Tabs */

/* Fields and Elements */

/* For Partial Views */

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11{
float: left;
}
.col-md-1 {
width: 9%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-12 {
width: 100%;
}
  
  
input {
	font-size: 12px;
}

input[type=text],
input[type=number], 
input[type=password]{
    width: 93%;
    color: #000000;
    font-size: 11px;
    border-radius: 3px;
    background: white;
    border: 1px #ddd solid;
    font-family: 'Segoe UI Semibold','Segoe UI';
    transition: border 300ms ease;
    -webkit-transition:border 300ms ease;
    -ms-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    padding: 0 3px;
    height: 24px;
    /*text-indent: 4px;*/
}

textarea{
    width: 93% !important;
    /* height: auto !important; */
    nt; */
    padding: 4px 2px;
    color: #000000;
    font-size: 11px;
    border-radius: 3px;
    background: white;
    border: 1px #ddd solid;
    font-family: 'Segoe UI Semibold','Segoe UI';
    transition: border 300ms ease;
    -webkit-transition:border 300ms ease;
    -ms-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    /* text-indent: 4px; */
    padding: 0 3px;
}

select {
    width: 98%;
    color: #000000;
    font-size: 11px;
    border-radius: 3px;
    background: white;
    border: 1px #ddd solid;
    font-family: 'Segoe UI Semibold','Segoe UI'!important;
    transition: border 300ms ease;
    -webkit-transition:border 300ms ease;
    -ms-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    /*padding: 0 3px;*/
    height: 27px;
    line-height:20px;
}

select.multiselect{
    width: 98%;
    color: #000000;
    font-size: 11px;
    border-radius: 3px;
    background: white;
    border: 1px #ddd solid;
    font-family: 'Segoe UI Semibold','Segoe UI';
    transition: border 300ms ease;
    -webkit-transition:border 300ms ease;
    -ms-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    padding: 0 3px;
    height: auto;
}

input[type=text]:disabled,
input[type=number]:disabled, 
input[type=password]:disabled, 
select:disabled,
textarea:disabled {
    background: #f5f5f5;
    color: #000000;
    font-size: 11px;
    border-radius: 3px;
    border: 1px #ddd solid;
    font-family: 'Segoe UI Semibold','Segoe UI';
    padding: 0 3px;
}

select:disabled,{
    padding:0 !important;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border: 1px #ddd solid;
	outline-offset: 0;
    outline: 0;
	border: 1px solid #b1b1b1;
	transition: border 300ms ease;
    -webkit-transition:border 300ms ease;
    -ms-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    -moz-transition: border 300ms ease;

}

.col-value{
    position: relative;
    display: block;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}

.col-txt{
    position: relative;
    display: block;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-top: 4px;
}

.col-rdo {
    margin-top: 4px;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.col-group {
    display: inline-block;
}

.conformgroup{
    display: inline-block;
    background: rgba(249, 249, 249, 0.57);
    padding-bottom: 6px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 5px;
}

.col-head {
    display: inline-block;
}

.col-value label{
    font-size: 11px;
    color:#000;
}

.col-label label{
    font-size: 11px;
    color:#2a2837;
}

.col-label,
.col-space{
    position: relative;
    display: block;
    margin-top: 4px;
    text-align: right;
    /* text-indent: 8px; */
    padding-right: 8px;
    margin-left: -8px;
}


.formbtn{
	text-decoration:none;
	padding: 5px 10px;
	border-radius: 3px;
	transition: all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
	border:0;
	cursor:pointer;
	font-size:11px!important;
	font-family:'Segoe UI Semibold','Segoe UI'!important;
}

.formbtn:hover, 
.formbtn:active, 
.formbtn:focus{
    color: #fafafa;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    border:0;
    outline:0;
}


.formbtn.primary{
    background: transparent; /* CHANGE FOR THEMING */
    border: 2px solid #2a2837;
    color: #2a2837;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    margin-right: 2px;
}

.formbtn.primary:hover, 
.formbtn.primary:active, 
.formbtn.primary:focus{
    background: transparent; /* CHANGE FOR THEMING */
    border: 2px solid #df0024;
    color: #df0024;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    border-radius: 20px;
}

.formbtn.secondary{
    background: #0087b1; /* CHANGE FOR THEMING */
    border: 2px solid #0087b1;
    width:auto;
    transition: all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border-radius: 20px;
    padding:7px 9px;
    overflow:hidden;
}

.formbtn.secondary span{
    color: #fff;
    /* margin-left: -60px; */
    transition:margin-left 300ms ease;
    -webkit-transition:margin-left 300ms ease;
    -ms-transition: margin-left 300ms ease;
    -o-transition: margin-left 300ms ease;
    -moz-transition: margin-left 300ms ease;
    overflow:hidden;
}

.formbtn.secondary:hover span{
    color:transparent;
    margin-left: 0;
    transition:margin-left 300ms ease;
    -webkit-transition:margin-left 300ms ease;
    -ms-transition: margin-left 300ms ease;
    -o-transition: margin-left 300ms ease;
    -moz-transition: margin-left 300ms ease;
    color:#fff;
    overflow:hidden;
}


.formbtn.secondary i{
    color:#fff;
    background: #0087b1;
}



span.rightAlign{
    float: right;
}

span.leftAlign{
    float: left;
    margin-bottom: 10px;
}
span.centerAlign {
    float: none;
}


.ui-jqgrid  td.ltr label.ui-row-label{
    margin-bottom:10px!important;
}

span.reqField{
    font-weight: bold;
    color: red; 
    margin-right:2px;
}

span.unreqField{
   font-weight: bold;
   color: transparent; 
   margin-right:2px;
visibility:hidden;
}

label.description {
    font-size: 10px;
    margin-left:2px;
    color:#808080;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

div#divPager{
   min-width: 97.84%!important;
   width:auto !important;
   background:transparent;
   border: 1px solid #bbb!important;
   height: inherit;
   border-top: 0 !important;
   padding: 2px 10px !important;
   float:right;
   margin-right:-1px !important;
}

div#divModalPager, div#divTransDetailsListPager,divPagerRegularTrans, div#divTranDetailPager {
   width: 98.14%!important;
   background:transparent;
   border: 1px solid #bbb!important;
   height: inherit;
   border-top: 0 !important;
   padding: 2px 10px !important;
}

div#divTranDetailPager {
   width: 98%!important;
   background:transparent;
   border: 1px solid #bbb!important;
   height: inherit;
   border-top: 0 !important;
   padding: 2px 10px !important;
}

div#divLookUp {
   width: 96.8%!important;
   background:transparent;
   border: 1px solid #bbb!important;
   height: inherit;
   border-top: 0 !important;
   padding: 2px 10px !important;
}


.ui-jqgrid-toppager td:nth-child(3),
.ui-jqgrid-toppager td:nth-child(2) table td{
    display: none;
}


.ui-jqgrid-toppager td:nth-child(2) table td:last-child{
    display: block;
}


.ui-jqgrid-toppager td:nth-child(2){
    height:25px;
    width:0!important;
}

.ui-jqgrid-toppager table{

    width:105px !important;
    float:right;
}

.ui-jqgrid{
    background:transparent !important;
}


label.errMessage li {
    list-style: none;
    padding: 5px 10px;
}

.errMessage:focus {
    border-color: #b1b1b1 !important;
}

.errMessage {
    border-color: #df0024 !important;
}


label.errMessage {
    position:initial;
    font-size: 11px;
    font-family: 'Segoe UI Semibold','Segoe UI';
    margin-bottom: 0;
}

input.errMessage {
    border-color: #c40000;
}

div#divErrorMessage {
    margin: 5px;
    background: #FAEBEB !important;
    font-weight: 400;
    padding: 0;
    line-height: 2;
    max-height: 40px;
    overflow: auto;
    text-indent: 5px;
}

div#divModalErrorMessage {
    margin: 0;
    background: #FAEBEB !important;
    font-weight: 400;
    padding: 0;
    line-height: 1;
    max-height: 65px;
    border: 2px solid #fff;
    overflow: auto;
}

div#divPayModalErrorMessage {
    margin: 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    line-height: 1;
    max-height: 40px;
    overflow: auto;
}

span.rightAlign.export i.fa.fa-download {
    position: absolute;
    height: 24px;
    padding: 9px 0 5px 9px;
    z-index: -1;
}


select#ddlExport, 
select#ddlExportDetails,
select#ddlExportReport,
select#btnGenerateAllotmentList,
select#btnGenerateAllotmentSlip,
select#btnGenerate {
    text-indent: 20px;
    padding: 4px 0px;
    height: 29px;
    border: 2px solid #2a2837;
    z-index: 1;
    background: transparent;
    transition: all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}


select#ddlExport:hover,
select#ddlExport:focus,
select#ddlExportDetails:hover,
select#ddlExportDetails:focus,
select#ddlExportReport:hover,
select#ddlExportReport:focus,
select#btnGenerateAllotmentList:hover,
select#btnGenerateAllotmentList:focus,
select#btnGenerateAllotmentSlip:hover,
select#btnGenerateAllotmentSlip:focus,
select#btnGenerate:hover,
select#btnGenerate:focus {
    text-indent: 20px;
    padding: 4px 0px;
    height: 29px;
    border: 2px solid #df0024;
    color:#df0024;
    border-radius: 20px;
    cursor:pointer;
}


select#ddlExport:hover option,
select#ddlExport:focus option{
    color:#2a2837;
    cursor:pointer;
}

span.rightAlign.export {
    width: 90px;
}

span.rightAlign.export:hover select#ddlExport,
span.rightAlign.export:focus select#ddlExport{
    color:#df0024;
    border: 2px solid #df0024;
    cursor:pointer;
}

.loginlogo img {
    width: 50px;
    float: left;
    margin-right: 10px;
    padding: 11.5px 0;
}

.loginlogo {
    display: inline-block;
    width: auto;
    position: relative;
    margin: auto;
}

.headercontent a h1 img {
    width: 40px;
    float: left;
    margin-right: 10px;
    /* margin-bottom: 10px; */
    margin-top: 3px;
}

button.tablelink {
    background: transparent;
    border: 0;
    color:#428bca;
    font-family:'Segoe UI Semibold','Segoe UI' !important;
    transition: all 300ms ease;   
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    text-decoration: underline;
}

button.tablelink:hover {
    transition: all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    cursor:pointer;
    text-decoration: underline;
}

button.tablelink i{
    background: transparent;
    border: 0;
    color:#2a2837;
    transition: all 300ms ease;   
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

button.tablelink:hover i,
button.tablelink:focus i {
    transition: all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    cursor:pointer;
    color:#428bca;
    outline:0;
}

button.tablelink:hover,
button.tablelink:focus  {
    outline:0;
}


.ui-jqgrid-bdiv .ui-state-highlight button.tablelink{
    text-decoration: none !important;
}


.conlist{
    display:inline-block;
    width:100%;
}

.main-modal-header p {
    width: 50%;
    float: left;
    font-weight:bold;
}

.topbtn {
    border: 0;
    background: transparent;
    cursor: pointer;
    height: 20px;
    padding: 10px;
    margin-top: -10px;
    display: block;
    margin-right: -10px;
}

.topbtn i{
    color:#d7d7d7;
    transition:color 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.topbtn:hover,
.topbtn:focus{
    outline:0;
}

.topbtn:hover i,
.topbtn:focus i{
    color:rgba(0, 0, 0, 0.5);
    transition:color 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

/*Transfer Buttons*/
.btnMulti {
    width: 40px;
}

/*For table Allotte Trans Details width*/
#divTransDetails .ui-jqgrid {
    width: 1150px !important;
}

/*div#divTransDetailsListPager {
    width: 1098px !important;
}*/

.lblrdo{
    vertical-align: text-top;
    color: #2a2837 !important;
    margin-top: -2px;
    display: inline-block;
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
    font-family: 'Segoe UI Semibold','Segoe UI';
}

.dateRange {
    width: 86% !important;
}

select option{
    color:#000;
}


select {       /*for firefox*/
    -moz-appearance: none;
       }

/*for IE10*/
select::-ms-expand {
    display: none;
}


/***************** FOR MOZILLA FIREFOX ************************/

@-moz-document url-prefix() {

    select#ddlExport,
    select#ddlExportDetails,
    select#ddlExport:hover,
    select#ddlExport:focus,
    select#ddlExportDetails:hover,
    select#ddlExportDetails:focus,
    select#ddlExportReport:hover,
    select#ddlExportReport:focus,
    select#btnGenerateAllotmentList,
    select#btnGenerateAllotmentSlip,
    select#btnGenerate,
    select#btnGenerateAllotmentList:hover,
    select#btnGenerateAllotmentList:focus,
    select#btnGenerateAllotmentSlip:hover,
    select#btnGenerateAllotmentSlip:focus,
    select#btnGenerate:hover,
    select#btnGenerate:focus {
        text-indent: 10px;
        cursor: pointer;
    }

    select#ddlExport,
    select#ddlExportDetails,
    select#ddlExportReport,
    select#btnGenerateAllotmentList,
    select#btnGenerateAllotmentSlip,
    select#btnGenerate {
        background: transparent url("../Images/mozdown.png") no-repeat center right !important;
    }

    select#ddlExport:hover,
    select#ddlExport:focus,
    select#ddlExportDetails:hover,
    select#ddlExportDetails:focus,
    select#ddlExportReport:hover,
    select#ddlExportReport:focus,
    select#btnGenerateAllotmentList:hover,
    select#btnGenerateAllotmentList:focus,
    select#btnGenerateAllotmentSlip:hover,
    select#btnGenerateAllotmentSlip:focus,
    select#btnGenerate:hover,
    select#btnGenerate:focus {
        text-indent: 10px;
        cursor: pointer;
        background: transparent url("../Images/mozdownhover.png") no-repeat center right !important;
    }

    select {
        background: #fff url("../Images/mozdown.png") no-repeat center right !important;
    }

    select:disabled {
        background: #f5f5f5 url("../Images/mozdown.png") no-repeat center right !important;
    }
}

/***************** FOR INTERNET EXPLORER ************************/


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   select#ddlExport,
    select#ddlExportDetails,
   select#ddlExportReport,
   select#btnGenerateAllotmentList,
   select#btnGenerateAllotmentSlip,
   select#btnGenerate {
        background: transparent url("../Images/mozdown.png") no-repeat center right !important;
    }

    select#ddlExport:hover,
    select#ddlExport:focus,
    select#ddlExportDetails:hover,
    select#ddlExportDetails:focus,
    select#ddlExportReport:hover,
    select#ddlExportReport:focus,
    select#btnGenerateAllotmentList:hover,
    select#btnGenerateAllotmentList:focus,
    select#btnGenerateAllotmentSlip:hover,
    select#btnGenerateAllotmentSlip:focus,
    select#btnGenerate:hover,
    select#btnGenerate:focus {
        cursor: pointer;
        background: transparent url("../Images/mozdownhover.png") no-repeat center right !important;
    }

   select#ddlExport,
    select#ddlExportDetails,
    select#ddlExport:hover,
    select#ddlExport:focus,
    select#ddlExportDetails:hover,
    select#ddlExportDetails:focus,
   elect#ddlExportReport:hover,
    select#ddlExportReport:focus,
   select#btnGenerateAllotmentList:hover,
   select#btnGenerateAllotmentList:focus,
   select#btnGenerateAllotmentSlip:hover,
   select#btnGenerateAllotmentSlip:focus,
   select#btnGenerate:hover,
   select#btnGenerate:focus {

       padding:0 0 0 25px;
   }

   select {
        background: #fff url("../Images/mozdown.png") no-repeat center right !important;
}

    select:disabled {
        background: #f5f5f5 url("../Images/mozdown.png") no-repeat center right !important;
}

    .topbtn{
        height:25px;
}

    input[type=text]:disabled, input[type=number]:disabled, input[type=password]:disabled, select:disabled, textarea:disabled{
        color:rgba(109, 109, 109, 1);
    }

      
}
