@charset "utf-8";
/* CSS Document */
body {
  background-color: #171616;
  font-family: Arial;
  font-size: 14px;
  overflow-y: scroll;
}
body.bg-blue {
  /*background-color: #17294D;*/
  /*background-image: url(../pict/bg.jpg);*/
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 0;
}
.main {
  background-color: #ffffff;
  padding-left: 10px;
}
.header {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14pt;
  color: #032967;
}
.footer {
  background-color: #40286a;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: #999999;
}
.fontstyle {
  font-family: Verdana;
  font-size: 12px;
  color: #000033;
}
.button {
  background: url(../images/button_02.png) repeat-x;
  height: 29px;
  vertical-align: top;
  color: white;
  font-weight: bold;
  font-size: 14px;
  width: 120px;
  float: left;
  padding-top: 3px;
  text-align: center;
}
.buttomArea {
  float: left;
  padding-right: 5px;
  cursor: pointer;
}
.select {
  width: 200px;
}
.welcom-panel {
  /*position:absolute; top:179px;   height:30px;   border-radius:0 0 15px 15px;*/
  margin: 2px 0px 0 0px;
  padding: 10px 10px 0 10px;
  text-indent: 5px;
  background: url(../images/status-bg.jpg) repeat-x;
  height: 27px;
  color: red;
  font-weight: bold;

  /* margin-left:650px */
}
.date {
  float: left;
  color: #666666 !important;
  font-size: 12px;
  font-family: Arial;
}
.welcom-panel span,
.welcom-panel a {
  color: #666666;
}
.welcom-panel a:hover {
  color: #f00;
}
.list-view tr:nth-child(odd) {
  background: #dbeef9;
}
.list-view tr:nth-child(even) {
  background: #ddd8f1;
}
.report tr th {
  background: #666;
  height: 35px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  color: white;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
.report {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.report td {
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  font-size: 10px;
}
.taxReport tr th {
  background: #666;
  height: 35px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.taxReport {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.taxReport td {
  height: 20px;
  padding: 3px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  font-size: 14px;
}
.loadReport tr th {
  background: #666;
  height: 35px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  color: white;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  height: 20px;
}
.loadReport {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.loadReport td {
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  font-size: 11px;
  height: 20px;
  text-indent: 10px;
}

/*.report tr:nth-child(odd){
	background:#FFFFFF;
	 
		}
.report tr:nth-child(even){
	background:#CDFFCC;
	 
	}*/
.notice {
  border: solid 8px #999999;
  min-height: 100px;
  background: #cdffcc;
  width: 190px;
  padding: 20px;
  margin: 0 0 0 13px;
}
.report-list h2 {
  color: #009966;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.report-list .group {
  background: #eaeaea;
  display: block;
  padding: 10px;
  min-height: 100px;
}
.search {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.announcement {
  padding: 52px 0 0 0;
  color: #336633;
  font-size: 16px;
  font-weight: bold;
}
.announcement p {
  font-size: 12px;
}
.announcement img {
  position: absolute;
  top: -14px;
  left: 49px;
}

.all-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.spacer {
  display: block;
}

.red {
  background: #ff0000 !important;
  color: white !important;
}
.black {
  background: #000 !important;
}
.both {
  background: #ed6e1a !important;
}
.other {
  background: #6633ff !important;
  color: white !important;
}
.white {
  color: white !important;
}
.redTxt {
  color: #ff0000 !important;
  font-weight: bold;
}
.greenTxt {
  color: #00cc00;
  font-weight: bold;
}
.blueTxt {
  color: #4827db;
  font-weight: bold;
}
.greenLight {
  background: #0cd35f !important;
}
.green {
  background: #096 !important;
}
.redtxt {
  color: #ff0000;
}
.yellow {
  background: yellow !important;
}
.metro_yellow {
  background: #f1c40f !important;
}
.metro_green {
  background: #27ae60 !important;
}
.metro_red {
  background: #e74c3c !important;
}
.filter span {
  cursor: pointer;
}
#progress-bar {
  margin: 0 auto;
  background: #cccccc;
  border: 3px solid #f2f2f2;
  text-align: left;
}

#progress-bar-percentage {
  background: #3063a5;
  padding: 1px 0px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
fieldset {
  border: 1px solid #99cccf;
  border-radius: 10px 10px 10px 10px;
}
legend {
  color: #4fa3a0;
}
.msg,
.red-msg {
  color: red;
  font-size: 11px;
}
.green-msg {
  color: green;
  font-size: 11px;
}
.yellow-msg {
  color: #ff6600;
  font-size: 11px;
}
.blue-msg {
  color: blue;
  font-size: 11px;
}
#resetDate {
  cursor: pointer;
  color: blue;
  font-size: 13px;
  padding-left: 5px;
}
#resetSearch {
  font-size: 12px;
  margin-bottom: 5px;
}

#loadUnAssignedList {
  width: 46%;
  display: none;
  float: left;
  margin: 5px;
}
#pendinPayment {
  width: 46%;
  float: left;
  margin: 5px 0px 5px 10px;
  display: none;
}
#paidList {
  width: 96%;
  float: left;
  display: none;
  margin: 5px;
}

.loadData p {
  margin: 0 auto;
}
#userProfile {
  width: 96%;
  float: left;
  display: none;
  margin: 5px;
}
.importIndianbank {
  width: 455px;
  padding: 10px;
}
.morebtn {
  color: green;
  font-weight: bold;
  cursor: pointer;
}

/*.error{
	font-size:10px;
}*/

.mobile {
  background: url(../images/mobile.png) no-repeat !important;
  width: 236px;
  height: 300px;
  padding-top: 57px;
}
.listView {
  margin: 0px;
  padding: 0px 0;
  width: 300px;
}
.listView li {
  width: 300px;
  padding: 3px 0;
  font-family: Verdana;
  font-size: 12px;
  list-style: none;
}

.listView li:nth-child(odd) {
  background: #d6d6d6;
}
.visited-list {
  margin: 0;
  padding: 0;
  border: solid 1px #e8fbfc;
  height: 125px;
  overflow-y: scroll;
  overflow-x: auto;
}
.visited-list li {
  font-family: Verdana;
  font-size: 12px;
}
.visited-list li input {
  border: 0;
}
.mtz-monthpicker-widgetcontainer,
.calendar {
  background: white url(../img/calendar.png) top right no-repeat;
  cursor: pointer;
}
fieldset .search {
  font-size: 15px;
  padding-left: 5px;
  padding-bottom: 5px;
}
fieldset .report td {
  height: 20px;
}
fieldset .report td input {
  padding: 0 5px;
  margin: 0;
}

fieldset input[type="button"] {
  /*font-size:10px;*/
}

.blink {
  animation: blink 1s steps(10, start) infinite;
  -webkit-animation: blink 1s steps(10, start) infinite;
  color: red;
}
@keyframes blink {
  to {
    visibility: hidden;
    color: blue;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
    color: blue;
  }
}
.exp {
  background: #cccccc;
  padding: 5px;
  list-style: none;
  font-size: 14px;
  min-height: 85px;
  width: 550px;
}
.exp div {
  width: 160px;
  float: left;
  height: 20px;

  margin: 5px;
}
.exp div span {
  border: solid 1px black;
}
.noinc {
  background: white;
}

.selected-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.selected-list li {
  width: 48%;
  height: 25px;
  float: left;
  background: #f6f8fb;
  margin: 2px;
  padding: 2px;
  border: solid 1px #f6f8fb;
  font-size: 20px;
  line-height: 25px;
}
.slotList {
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slotList li {
  text-indent: 20px;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  color: white;
}
/*.slotList li:nth-child(odd){ background:#EEFFFF}
.slotList li:nth-child(even){ background:#EEEEFF}
*/ .textCenter {
  text-align: center;
}
.item,
.save,
.cancel {
  font-size: 20px !important;
}
.move {
  -webkit-transform: translate(3em, 0);
  -moz-transform: translate(3em, 0);
  -o-transform: translate(3em, 0);
  -ms-transform: translate(3em, 0);
  transform: translate(3em, 0);
}
.normal {
  display: none;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.one {
  background: #b8d430 !important;
}
.two {
  background: #3ab745 !important;
}
.three {
  background: #029990 !important;
}
.four {
  background: #3501cb !important;
}
.five {
  background: #2e2c75 !important;
}
.six {
  background: #673a7e !important;
}
.seven {
  background: #cc0071 !important;
}
.eight {
  background: #f80120 !important;
}
.nine {
  background: #f35b20 !important;
}
.ten {
  background: #fb9a00 !important;
}
.eleven {
  background: #cccc00 !important;
}
.twelve {
  background: #fef200 !important;
}
.thirteen {
  background: #ffcc99 !important;
}
.fourteen {
  background: #ff33cc !important;
}
.fifteen {
  background: #9933ff !important;
}
.sixteen {
  background: #3333cc !important;
}
/*.slotList li:nth-child(11){
 background:#FFCC00}
.slotList li:nth-child(12){
 background:#FEF200
 }
.slotList li:nth-child(1){
 background:#B8D430;
 }
.slotList li:nth-child(2){
 background:#3AB745}
.slotList li:nth-child(3){
 background:#029990}
.slotList li:nth-child(4){
 background:#3501CB}
.slotList li:nth-child(5){
 background:#2E2C75}
.slotList li:nth-child(6){
 background:#673A7E}
.slotList li:nth-child(7){
 background:#CC0071}
.slotList li:nth-child(8){
 background:#F80120}
.slotList li:nth-child(9){
 background:#F35B20}
.slotList li:nth-child(10){
 background:#FB9A00}
.slotList li:nth-child(11){
 background:#FFCC00}
.slotList li:nth-child(12){
 background:#FEF200
 }*/
/*.slotList li:nth-child(1),.selected-list li:nth-child(1){
 background:#B8D430;
 }
.slotList li:nth-child(2),.selected-list li:nth-child(2){
 background:#3AB745}
.slotList li:nth-child(3),.selected-list li:nth-child(3){
 background:#029990}
.slotList li:nth-child(4),.selected-list li:nth-child(4){
 background:#3501CB}
.slotList li:nth-child(5),.selected-list li:nth-child(5){
 background:#2E2C75}
.slotList li:nth-child(6),.selected-list li:nth-child(6){
 background:#673A7E}
.slotList li:nth-child(7),.selected-list li:nth-child(7){
 background:#CC0071}
.slotList li:nth-child(8),.selected-list li:nth-child(8){
 background:#F80120}
.slotList li:nth-child(9),.selected-list li:nth-child(9){
 background:#F35B20}
.slotList li:nth-child(10),.selected-list li:nth-child(10){
 background:#FB9A00}
.slotList li:nth-child(11),.selected-list li:nth-child(11){
 background:#FFCC00}
.slotList li:nth-child(12),.selected-list li:nth-child(12){
 background:#FEF200
 }*/

.name {
  height: 0;
  width: 0;
}

.kp1 {
  background: #99ff00;
}
.kp2 {
  background: #ffcc00;
}
.kp3 {
  background: #6633ff;
}
.kp4 {
  background: #006600;
}
