/* 
--- Index of Syle Stylesheet ---

1) Login Page Style
2) Admin Page Style
*/
/* ---- 1) Login Page Style --- */
#login-container{
    background: #fff;
}
.login-container{
      height: 100%;
      padding: 100px 0 0;
      margin: auto;
      position: relative;
      width: 350px;
      max-width: 100%;
}
.login-data,.forget-info{
    overflow: hidden;
}
.login-info input[type="text"],.login-info input[type="password"]{
    background: #2f2d2f;
    border:1px solid #373434;
    padding: 18px 10px 18px 10px;
    color: #fff;
    width:100%;
}
.login-info .submit-btn{
    width:100%;
    padding: 12px 0 ;
    margin-top:100px;
    border-radius: 2px;
    border-bottom: 4px solid #019247;;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}
.login-info .submit-btn:hover{
    background: #019247;
    border-bottom: 4px solid #96c74f;
}
.login-info ul li{
    margin-top: 5px;
}
.forget-pwd-container{
    display: inline-block;
    width: 100%;
    padding-top: 25px;    
    text-align: center;
}
.forget-pwd-container a{
    color: #b8b7b7;
    font-size: 1.5em;
    text-decoration: none;
    transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -webkit-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    line-height: 130%;
}
.forget-pwd-container a:hover,.forget-pwd-container a.active,.forget-pwd-container .forget-pwd.active:hover{
    color: #000;
}
.forget-pwd-container .forget-pwd.active{
    color: #b8b7b7;
}
.timer-logo{
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.forget-info{
    display: none;
}
/* ---- 2) Admin Page Style --- */
body{
    background: #e5e5e5;
}
.main-container{
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
}
.header{
    background: #333333;
    padding: 50px 0;
}
.inner-header-block{
    display: inline-block;
    width: 100%;
}
.user-title,.header-navigation ul,.header-navigation ul li,.header-navigation{
    float: left;
}
.user-title a{
    font-family: 'Lato';
    font-size: 2em;
    color: #fff;
    text-transform: capitalize;
    line-height: 110%;
    font-weight: 400;
}
.logout,.logout-navigation-block{
    float: right;
}
.logout a,.header-navigation ul li a{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 110%;
}
.logout a{
    display: inline-block;
    background: url("../images/logout.png") no-repeat 0 center;
    padding-left: 25px;
    line-height: 135%;
}
.header-navigation ul li{
    padding: 0 0 10px;
    position: relative;
}
.header-navigation ul li.last-child a{
    border: none;
}
.header-navigation ul li a{
    border-right: 1px solid #fff;
    padding: 0 20px;
    display: inline-block;
}
.logout{
    /*margin-left: 60px;*/
     /*margin-left: 60px;*/
    margin-right: 23px;
}
.logout-navigation-block{
    padding-top: 10px;
}
.edit-btn,.add-btn,.report-btn,.payment-btn,.red-btn{
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 175px;
    height:34px;
    line-height: 34px;
    font-size: 1.3em;
    font-weight: 300;
    border-radius: 3px;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    display: inline-block;
}
.edit-btn{
    background: #fbb03b;
}
.edit-btn:hover,.edit-btn:focus{
    background: #8f5a07;
}
.search-box-container #reset:hover,.search-box-container #reset:focus{
cursor:pointer;

}
.search-box-container .edit-btn:hover,
.search-box-container .edit-btn:focus{
    background: #335509;
}
.add-btn{
    background: #8bc541;
}
.red-btn{
    background: #A80000;
}
.red-btn:hover,.red-btn:focus{
    background: #680000;
}
.add-btn:hover,.add-btn:focus{
    background: #335509;
}
.report-btn{
    background: #29a8e0;
}
.report-btn:hover,.report-btn:focus{
    background: #11506c;
}
.payment-btn{
    background: #922b8c;
}
.payment-btn:hover,.payment-btn:focus{
    background: #42023e;
}
.description-text{
    display: block;
    line-height: 130%;
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Lato';
    color: #353433;
    margin-top: 10px;
}
.title-block{
    font-size: 2em;
    font-weight: 400;
    font-family: 'Lato';
    color: #353433;
    line-height: 115%;
}
.user-title-block.nw-user-title .title-block{
    font-size: 3em;
    line-height: 115%;
    max-width: 215px;
    font-weight: 700;
    text-transform: uppercase;
}
.content-container{
    padding: 90px 0 50px;
}
.user-option-block{
    display: inline-block;
    width: 100%;
    border-top: 5px solid #343433;
    padding: 10px 0 40px;
}
.user-title-block{
    float: left;
    width: 50%;
}
.user-option-info{
    float: right;
    width: 50%;
}
.option-block{
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}
.option-detail-container{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.sub-navigation{
    position: absolute;
    width: 100%;
    left: 0;
    top: 70%;
    display: none;
}
.header-navigation ul li .sub-navigation li{
    padding: 0;
    margin-top: 10px;
    float: none;
    width: 100%;
}
.header-navigation ul li .sub-navigation li a{
    display: block;
    width: 100%;
    padding: 5px 0;
    border: none;
}
.header-navigation ul li .sub-navigation ul{
    float: none;
    width: 100%;
}
.header-navigation ul li.settings:hover,.header-navigation ul li.settings.active{
    background: url("../images/active_nav.png") no-repeat bottom center;
}
.change-pwd-btn{
    /*float: right;*/
    margin-bottom: 20px;
}
.cancelContainer{
    display: inline-block;
    width: 100%;
}
.cnclBtn{
    color: #484848;
    font-family: 'Lato';
    font-size: 1.7em;
    font-weight: 300;
    padding: 8px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    line-height: 120%;
}
.cnclBtn:hover{
    text-decoration: underline;
}
.change-pwd input[type="password"],.add-company input[type="text"],.add-company textarea,.add-company input[type="password"]{
    width: 100%;
    padding: 10px 8px;
    border-radius: 5px;
}
.add-company input[type="password"]{
    margin-bottom: 20px;
}
.add-company textarea{
    border: 1px solid #bababa;
    color: #888;
    font-family: 'Lato';
    font-size: 1.8em;
    font-weight: 300;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#createreuser .option-block { float: left; }
.add-company{
    position: relative;
}
.add-clone, .add-clone-id{
    position: absolute;
    right: 15px;
    top: 17px;
    height: 13px;
    width: 13px;
    background: url("../images/clone_icon.png") no-repeat 0 0;
}
.new-add-text { position: relative; }
.remove-clone, .remove_field{
    position: absolute;
    right: 15px;
    top: 17px;
    height: 13px;
    width: 13px;
    background: url("../images/cancel.png") no-repeat 0 0;
}
.remove_field { text-indent: -9999px; }
.add-company input[type="text"].email-add{
    padding-right: 30px;
}
.option-block.add-company{
    padding-bottom: 0;
}
.add-company input[type="text"],.add-company textarea{
    margin-bottom: 20px;
}
.clone-container{
    display: none;
    position: relative;
    clear: both;
    float: right;
    overflow: hidden;
    width: 65%;
}
.user-title-block.nw-user-title{
    width: 100%;
}
.edit-table-container{
/*    border: 1px solid #000;*/
    border-radius: 5px;
    overflow-x: scroll;
}
.background{
    background: #fff;
}
.edit-data tr td,.edit-data tr th{
    padding: 10px;
    font-size: 1.4em;
    font-family: 'Lato';
    color: #484848;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #000;
}
.edit-data tr th{
    font-weight: 400;
}
.edit-data tr td{
    font-weight: 300;
}
.edit-add-btn{
    float: right;
    margin: 30px 0;
}
.edit-file{
    float: left;
}
.edit-file-right{
    float: right;
}
.btns-container,.search-box-container{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.edit-file-right .import-btn{
    background: #fbb03b;
}
.edit-data .checkbox{
/*    background: #8bc541;*/
}
.edit-data .checkbox.selected{
    background: url("../images/checked1.png") no-repeat center center /*#8bc541*/;
    background-size :80%;
}

.search-box-container input[type='text']{
    border-radius: 5px;
    padding: 6px 8px;
    width: 25%;
    margin: 0 20px 0 0;
    float: left;
}
.pagination{
    text-align: center;
    margin: 30px 0;
}
.user-title-block.user-title-block-new{
    width: 100%;
}
.pagination{
/*    display: inline;*/
}
.pagination a,.pagination strong{
    display: inline-block;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 1.4em;
    background: #29a8e0;
    color: #fff;
    margin-right: 10px;
    font-weight: 300;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}
.pagination a:hover,.pagination a:focus,.pagination a.active,.pagination strong{
    background: #2e6178;
}
.search-box-container{
/*    border: 1px solid #000;*/
    padding: 20px;
	height: 76px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}
.search-box-container .select-box-block{
    margin: 0;
    float: left;
    margin-right: 20px;
}
.search-box-container .chosen-container{
    width: 185px!important;
}
.search-box-container .cnclBtn{
    box-sizing: border-box;
      background: #3bb54a;
    float: left;
    width:175px;
    height:34px;
    line-height:34px;
    margin: 0px 4px;
     border-radius: 3px;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    display: inline-block;
    text-decoration:none;
    
}
.search-box-container .edit-btn{
    background: #3bb54a;
    float: left;
    margin: 0;
}
.search-box-container-transactions .edit-btn{
    width: 110px;
}
.edit-file .add-btn{
    width: 175px;
}
.edit-file-right .add-btn{
    min-width: 100%;
    width: 175px;
}
.overlay{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.overlay-container{
    position: fixed;
    left: 50%;
    top: -100%;
    width: 100%;
    max-width: 400px;
    background: #fff;
    z-index: 1000;
    border-radius: 5px 0 5px 5px;
    overflow: hidden;
}
.overlay-info h2{
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 15px 0;
    background: rgba(140,198,64,.5);
    font-size: 2em;
    border-bottom: 4px solid #019247;
}
.description-overlay{
    padding: 20px;
}
.user-title-block.nw-user-title{
    width: 30%;
}
.user-option-info.nw-user-option{
    width: 65%;
}
.nw-user-option label{
    float: left;
    font-size: 1.6em;
    font-weight: 300;
    font-family: 'Lato';
    line-height: 110%; 
    margin-top: 12px;
    max-width: 33%;
}
.nw-user-option .input-block{
    float: right;
    width: 65%;
}
.add-company .nw-err-msg, .add-company .warning-msg,.add-company .success-msg{
    margin: 0 0 10px;
}
.input-block .chosen-container{
    margin-bottom: 20px;
}
.input-block .chosen-container-single .chosen-single{
    background: #8bc541;
}
.input-block .chosen-container .chosen-results li.highlighted {
  background-color: #2a6731;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #2a6731), color-stop(90%, #2a6731));
  background-image: -webkit-linear-gradient(#2a6731 20%, #2a6731 90%);
  background-image: -moz-linear-gradient(#2a6731 20%, #2a6731 90%);
  background-image: -o-linear-gradient(#2a6731 20%, #2a6731 90%);
  background-image: linear-gradient(#2a6731 20%, #2a6731 90%);
  color: #fff;
}
.msg-container{
    position: fixed;
    max-width: 400px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    padding: 20px;
    background: #29a8e0;
    z-index: 9999;
    max-height: 200px;
    top: 50%;
    margin-top: -100px;
    color: #fff;
    border-radius: 6px;
    display: none;
    text-align: center;
}
.msg-container p{
    font-size: 1.6em;
    font-family: 'Lato';
    font-weight: 300;
}
.msg-container div {
    width: 100px;
    margin: 20px auto 0 auto;
    font-size: 1.5em;
    border-radius: 6px;
    background: #00F;
    padding: 10px 0;
    cursor:pointer;
}
.description-overlay tr td{
    border-bottom:1px solid #019247;
    border-left:1px solid #019247;
    padding: 10px;
    font-size: 1.4em;    
}
.description-overlay tr.v-align td{
    vertical-align: top;
    text-align: left;
}
.description-overlay tr.even-rw td{
    vertical-align: middle;
    text-align: center;
}
.description-overlay table,.description-overlay table{
    border-top:1px solid #019247;
    border-right:1px solid #019247;
}
.description-overlay table .report-btn,.description-overlay table .import-btn{
    font-size: 1em;
    text-transform: capitalize;
}
.description-overlay table .import-file{
    min-height: 33px;
    width: 105px;
}
.description-overlay table .file-text{
    display: none;
    font-size: 1em;
}
.close-modal-bx{
    background: url("../images/close-modal-bx.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 32px;
}
.overlay-info{
    position: relative;
}
#errorPage-container{
    background: url("../images/background.png") repeat;
}
#errorPage-container .errheader{
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.errContent{
    background: url("../images/container_background.png") repeat-x;
    padding: 30px 0;
}
.errmainContainer{
    background: url("../images/404.png") no-repeat center 20px;
    text-align: center;
    min-width: 335px;
    min-height: 160px;
    text-indent: -9999px;
}
.msgErrorText{
    text-align: center;
    margin-bottom: 15px;
    font-size: 4em;
    font-weight: 400;
    font-style: italic;
    line-height: 120%;
    color: #fff;
}
.backBtn{
    color: #fff;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 1.7em;
    font-weight: 300;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    background: #3bb54a;
    display: block;
    max-width: 150px;
    width: 100%;
    margin: 35px auto 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    border-radius: 5px;
}
.backBtn:hover{
    background: #8bc541;
}
.btns-container.voucherBtns,.voucherSearchInput,.search-box-container.voucherBoxContainer .select-box-block.lastChild{
    display: none;
}
.search-box-container.voucherBoxContainer input[type="text"]{
    
}
.edit-table-container.voucherTableContainer a{
    color: #fff;
}
.edit-table-container.voucherTableContainer a:hover{
    text-decoration: underline;
}
.edit-table-container.voucherTableContainer th:nth-last-child(2),.edit-table-container.voucherTableContainer tr td:nth-last-child(2){
    background: #000;
    border-bottom: 1px solid #333333;
    color: #fff;
    text-align: right;
}
.edit-table-container.voucherTableContainer th:nth-last-child(2){
    border-radius: 5px 5px 0 0;
}
.edit-table-container.voucherTableContainer table tr.totalVoucher td,.edit-table-container.voucherTableContainer table tr.totalVoucher td:last-child{
    background: #fff;
    text-align: right;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}



edit-table-container.voucherTableContainer th:nth-last-child(3),.edit-table-container.voucherTableContainer tr td:nth-last-child(3){
    background: #3bb54a;
    border-bottom: 1px solid #333333;
    color: #fff;
    text-align: right;
}
.edit-table-container.voucherTableContainer th:nth-last-child(3){
    border-radius: 5px 5px 0 0;
     background: #3bb54a;
    border-bottom: 1px solid #333333;
     color: #fff;
}
.edit-table-container.voucherTableContainer table tr.totalVoucher td,.edit-table-container.voucherTableContainer table tr.totalVoucher td:last-child{
    background: #fff;
    text-align: right;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}
.totalVoucherContainer{
    margin: 15px 0 0 ;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.totalVoucherContainer span{
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
}
.add-company .input-block .chosen-container{
    width: 100%!important;
}
.nw-user-option .add-company .notification label{
    margin-top: 0;
    line-height: 25px;
    margin-left: 0;
    width: auto;
    margin-left: 10px;
}
.nw-user-option .add-company .notification{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.nw-user-option .input-block.Redumption{
     border-radius: 5px;
    padding: 10px 8px;
    width: 100%;
    border: 1px solid #bababa;
    color: #888;
    font-family: 'Lato';
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 20px;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   background: #f1f1f1;
   width: 65%;
}
.email-user-title{
    font-size: 2em;
    font-weight: 400;
    display: inline-block;
    padding: 0 10px;
}
.btns-container.voucherbtnsBlock{
    display: none;
}
.search-box-container.voucherBlockSearch input[type="text"]{
    width: 22%;
}
.voucherUserInfoTable .add-btn{
    font-size: 1em;
    max-width: 120px;
}
.voucherUserInfoTable .add-btn:hover,.voucherUserInfoTable .add-btn.active{
    background: #3bb54a;
}
.usedTxt.active{
    font-weight: 400;
}
.requiredNotification{
    margin-top: 30px;
    color: #353433;
    font-weight: 300;
}
.requiredNotification span{
    display: block;
    margin-bottom: 20px;
    font-size: 1.8em;
}
.requiredNotification p{
    font-size: 1.4em;
    line-height: 130%;
    width: 70%;
}
.editTimeContainer{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.editTimeContainer th,.editTimeContainer td{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 1.2em;
    padding: 5px 2px;
}
.editTimeContainer .titleRows th{
   background:#3bb54a;
   color: #fff;
   font-weight: 400;
}
.editTimeContainer .daysRows th{
    background: #8bc541;
   color: #fff;
   font-weight: 400;
}
.editTimeContainer .chosen-container-single .chosen-single span,.add-company .editTimeContainer input[type="text"].dateInput{
    font-size: 1.2em;
    padding: 4px 0;
}
.input-block .editTimeContainer .chosen-container,.add-company .editTimeContainer input[type="text"].dateInput{
    margin-bottom: 0;
}
.add-company .editTimeContainer input[type="text"].dateInput{
    padding: 3px 2px;
}
.editTimeContainer td{
/*    background:#e3f8c9;*/
}
.input-block.timeBlockContainer,.user-option-info.nw-time-option{
    width: 65%;
}
.input-block.timeBlockContainer{
    float: right;
    margin-bottom: 20px;
}
.nw-time-option label{
     float: left;
    font-family: 'Lato';
    font-size: 1.6em;
    font-weight: 300;
    line-height: 110%;
    margin-top: 12px;
    max-width: 33%;
}
.user-title-block.nw-user-title.nw-time-title{
    width: 20%;
}
.reportsContainer,.statusReportContainer{
    display: inline-block;
    width : 100%;
}
.createContainer{
    float: left;
    width: 30%;
}
.createBlock{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.createBlock:last-child{
    border: none;
}
.createBlock .chosen-container{
    width: 100%!important;
}
.reportOptionContainer{
    margin-bottom: 20px;
}
.createBlock input[type="text"]{
    width: 100%;
    border-radius: 3px;
}
.createBtnContainer{
    text-align: center;
}
.reportGraphContainer{
    float: right;
    width: 65%;
}
.reportGraphContainer .edit-btn{
    float: right;
}
.chartReportContainer,.statusReportContainer{
    margin-bottom: 50px;
}
.pastYearStatus{
    float: left;
    width: 45%;
}
.currentYearStatus{
    float: right;
    width: 45%;
}
.statusReportContainer h3{
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 20px;
}
.statusReportContainer{
    text-align: center;
}
.edit-table-container.voucherTableContainer a.editBtn{
    display: inline-block;
    text-decoration: underline;
    line-height: 120%;
    padding: 0 5px;
    float: left;
}
.editSection{
    float: right;
    line-height: 120%;
}
.edit-table-container.voucherTableContainer a.editBtn:hover{
    text-decoration: none;
}
.edit-table-container.voucherTableContainer input[type="text"].editInput{
    display: none;
    border-radius: 3px;
    font-size: 1em;
    padding: 3px;
    text-align: right;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
}
.editBtn{
    text-indent: -9999px;
    background: url("../images/editvoucher.png") no-repeat 0 0;
    min-height: 26px;
    min-width: 26px;
}
.reportsContainer{
    padding: 20px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:border-box;
     border: 1px solid #c5c5c5;
     position: relative;
     top: -2px;
     border-radius: 4px;
     box-shadow: 0 0 2px 1px #bababa;
}
.tabingContainer{
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 99;
}
.tabingContainer li{
    margin-right: 20px;
    float: left;
    position: relative;
}
.tabingContainer li a{
    margin-bottom: 20px;
    padding: 0px 20px ;
    width: auto;
}
.tabingContainer li a:hover,.tabingContainer li a.active,.tabingContainer li a:focus{
    padding-bottom: 20px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}
.quaterBtn{
    background: #3bb54a!important;
}
.tabingContainer li a small{
    background: url("../images/up.png") no-repeat 0 0;
    width: 14px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -7px;
    display: none;
}
.tabingContainer li a.active small{
    display: block;
}
.createBlock > label,.createBlock_label{
    font-size: 1.6em;
    text-transform :capitalize;
    display:block;
    padding: 0 0 5px;
    color: #484848;
    font-family : 'Lato';
    font-weight :300;
}

.entervoucher{width: 70px; padding: 2px !important; max-width: 120px; font-size: 18px !important; vertical-align: top;}
.svoucher{background: url("../images/savearrow.png") no-repeat center top / 65% auto; text-indent: -99999px; padding: 0px !important; width: 45%;}
.cvoucher{text-indent: -99999px; background: url("../images/cancelcross.png") no-repeat center top / 65% auto; padding: 0px !important; width: 45%;}

.gentervoucher{width: 70px; padding: 2px !important; max-width: 120px; font-size: 18px !important; vertical-align: top;}
.gsvoucher{background: url("../images/savearrow.png") no-repeat center top / 65% auto; text-indent: -99999px; padding: 0px !important; width: 45%;}
.gcvoucher{text-indent: -99999px; background: url("../images/cancelcross.png") no-repeat center top / 65% auto; padding: 0px !important; width: 45%;}

/*==== Register Page CSS Starts Here ====*/
.msgErrorText.updatedText{
    background: url("../images/updatedData.png") no-repeat center 0;
    padding-top: 45px;
    font-size: 2.5em;
}
/*==== Register Page CSS Starts Here ====*/

.registerTitle{
 font-weight: 400;
 margin-bottom: 20px;
 text-transform: uppercase;
 color: #019247;
 padding-bottom: 10px;
 border-bottom: 4px solid #019247;
 text-align: center;
}
.login-container.registrationContainer{
 padding-top: 50px;
}
.registrationContainer .login-info .submit-btn{
 margin-top: 40px;
}

#pagelimit_chosen{width: 60px !important;}
.downloadBtnNew{
background: #3BB54A;
padding: 9px 20px;
margin: 0px;
text-transform: uppercase;
color: #FFF;
font-weight: 300;
font-size: 1.3em;
text-align: center;
cursor: pointer;
font-family: "Lato";
border-radius:3px;
}
.search-box-container .cnclBtn{
    float: right;
}
#vlisttable tr:first-child  td span{
    display: block;
    margin-bottom: 10px;
}
.edit-table-container.voucherTableContainer th:nth-last-child(2),.edit-table-container.voucherTableContainer tr td:nth-last-child(2){
    width: 70px;
}
.edit-table-container.voucherTableContainer tr td:nth-last-child(2) input[type="text"].entervoucher{
    width: 70px ;
}
.edit-table-container.voucherTableContainer th:nth-last-child(3),.edit-table-container.voucherTableContainer tr td:nth-last-child(3){
    width: 70px;
}
.edit-table-container.voucherTableContainer tr td:nth-last-child(3) input[type="text"].gentervoucher{
    width: 70px;
}
input[type="text"].readonly, input[type="password"].readonly, input[type="text"].hasDatepicker, textarea.readonly  {
    background-color: #f1f1f1;
} 
input[type="text"]:read-only  {
    background-color: #f1f1f1;
} 
input[type="text"]:-moz-read-only { /* For Firefox */
    background-color: #f1f1f1;
}
#expdatetable{
    float: left;
}
#expdatetable td{
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    text-align:left;
}
#totaldatatable{
    float:right;
}
.search-box-container #svvchr{
    float: right;
}
.search-box-container #reset{
    margin: 0;
}
.header-navigation > ul > li:last-child a{
    border-right: none;
}
 #perform_chosen {width: 140px !important;}
 
 .input-file .button{
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 175px;
    height:34px;
    line-height: 34px;
    font-size: 1.3em;
    font-weight: 300;
    border-radius: 3px;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    display: inline-block;
	position: absolute; left: 0px; top: 0px;
	text-indent: -9999px;
	z-index: 100;
	cursor: pointer;
	
}

.product-block {
    background: white;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #bababa;
}
.product-list {
    font-size: 1.6em;
    font-weight: 300;
    font-family: 'Lato';
    line-height: 110%;
    padding-right: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    float: right;
    text-align: right;
}

.company-details {
    border-top: 5px solid #343433;
    padding-top: 5px;
}

#novouchercycle {
    margin-top: 16px;
}
