/*style for main*/
.pt40 {
  padding-top: 90px;
}
.page-cstm {
  float: left;
  width: 100%;
}
.serviceRequestHolder {
  width: 100%;
  height: 60px;
  display: inline-block;
  background: #e0e0e0;

}
.serviceRequestHolder .requsetNo {
  width: auto;
  height: 100%;
  padding: 0 15px;
  float: left;
  background: #01bbf8;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
}
.serviceRequestHolder .requsetInfo {
  float: left;
  font-size: 16px;
  color: #414045;
  line-height: 60px;
  padding-left: 20px;
  margin: 0;
}
#contentSec {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contentSec h2 {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
  float: left;
  margin-bottom: 0px;
}
.dueSec {
  width: 100%;
  float: left;
}
#contentSec .totalDue {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  background: #e0e0e0;
}
#contentSec .totalDue .icon {
  background: #00bafd;
  color: #FFF;
  padding: 22px;
  float: left;
}
#contentSec .totalDue .info {
  float: left;
  padding-left: 15px;
  padding-top: 18px;
  font-size: 16px;
}
#contentSec .totalDue .info small {
  display: block;
  font-size: 12px;
}
#contentSec .totalDue .amount {
  float: right;
  padding-left: 18px;
  padding-right: 15px;
  font-size: 20px;
  margin-top: 25px;
  font-weight: bold;
  color: #037eac;
  background: url(../images/rupee_symbol.jpg) no-repeat left center;
}

#contentSec .totalDue .dollar {
  float: right;
  padding-left: 18px;
  padding-right: 15px;
  font-size: 20px;
  margin-top: 25px;
  font-weight: bold;
  color: #037eac;
  background: url(../images/dollar.png) no-repeat left center;
}

#contentSec .overDue {
  width: 100%;
  float: left;
  background: #e0e0e0;
}
#contentSec .overDue .icon {
  background: #42424e;
  color: #FFF;
  padding: 22px;
  float: left;
}
#contentSec .overDue .info {
  float: left;
  padding-left: 15px;
  padding-top: 18px;
  font-size: 16px;
}
#contentSec .overDue .info small {
  display: block;
  font-size: 12px;
}
#contentSec .overDue .amount {
  float: right;
  padding-left: 18px;
  padding-right: 15px;
  font-size: 18px;
  margin-top: 25px;
  font-weight: bold;
  color: #037eac;
  background: url(../images/rupee_symbol.jpg) no-repeat left center;
}

#contentSec .overDue .dollar {
  float: right;
  padding-left: 18px;
  padding-right: 15px;
  font-size: 18px;
  margin-top: 25px;
  font-weight: bold;
  color: #037eac;
  background: url(../images/dollar.png) no-repeat left center;
}
.tableSec {
  width: 100%;
  float: left;
}
.tableSec .table-responsive {
  float: left;
  width: 100%;
}
.tableSec h2 {
  margin-top: 25px!important;
}
.tableColor {
  background: #e0e0e0;
  border-color: #FFF!important;
  font-size: 20px;
  float: left;
  width: 100%;
}
.tableColor tr td {
  border-color: #FFF!important;
}
.tableColor .rupeeColor {
  color: #037eac;
}
.noticeBoard {
  width: 100%;
  height: 450px;
  float: left;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
}
.noticeBoard .noticeRow {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: thin solid #D4D4D4;
}
.noticeBoard .noticeRow:last-child {
  border: none;
}
.noticeBoard .noticeRow .title {
  font-size: 18px;
  color: #00baff;
  margin-top: 0px;
}
.noticeBoard .noticeRow .contents {
  font-size: 14px;
  color: #5d5d5d;
  line-height: 22px;
}
.galleryHolder {
  width: 100%;
}
.galleryHolder .imgHolder {
  width: 100%;
  height: 122px;
  overflow: hidden;
  float: left;
  border-radius: 5px;
  margin-bottom: 15px;
}
.galleryHolder .imgHolder img {
  width: 100%;
}
.galleryBtn {
  width: 100%;
  float: left;
  line-height: 25px!important;
  height: 39px!important;
  background: #00baff!important;
  transition: all ease-in-out 0.3s;
}
.galleryBtn:hover {
  background: #30B5E7!important;
}
#scrollbar_container {
  position: relative;
  width: 100%;
}
#scrollbar_track {
  position: absolute;
  top: 0;
  rightright: 0;
  height: 100%;
  width: 10px;
  background-color: #000;
  cursor: move;
}
#scrollbar_handle {
  width: 10px;
  background-color: #5c92e7;
  cursor: move;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.9;
  -moz-opacity: 0.9;
}
#scrollbar_content {
  overflow: hidden;
  width: 100%;
  height: 250px;
}
#scrollbar1 {
  width: 98%;
  position: relative;
}
#scrollbar1 .viewport {
  height: 422px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
}
#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 10px 10px;
}
#scrollbar1 .scrollbar {
  position: absolute;
  background-position: 0 0;
  right: -14px;
  top: 0;
  width: 7px;
}
#scrollbar1 .track {
  background: #CCC;
  height: 100%;
  width: 8px;
  position: relative;
  padding: 0 1px;
  border-radius: 26px;
}
#scrollbar1 .thumb {
  background: #676767;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 1px;
  border-radius: 26px;
}
#scrollbar1 .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 25px;
}
#scrollbar1 .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

/*Key Personnals styles starts here*/

.personalinfoHolder {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.personalinfoHolder .imgHolder {
  width: 100%;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}
.personalinfoHolder .imgHolder img {
  width: 100%;
  height: 100%;
}
.personalinfoHolder .name {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0;
  font-size: 18px;
  padding-left: 5px;
  color: #FFF!important;
  background: rgb(54, 127, 169) none repeat scroll 0 0;
}
.personalinfoHolder .detailsHolder {
  width: 100%;
  float: left;
  padding: 10px;
  position: relative;
  background: #FFF;
  border: thin solid #d2d2d2;
}
.personalinfoHolder .detailsHolder p {
  margin-bottom: 5px;
}
.personalinfoHolder .detailsHolder p .glyphicon {
  padding-right: 5px;
}
.personalinfoHolder .detailsHolder .publish {
  width: 100%;
  float: left;
}
.personalinfoHolder .detailsHolder .publish label {
  font-weight: normal;
}
.personalinfoHolder .detailsHolder .designation {
  width: 100%;
  float: left;
  font-size: 16px;
}
.personalinfoHolder .detailsHolder .designation .color {
  color: #49a5db;
  font-style: normal;
}
#staff_avatar
{
    width: 300px;
    height: 240px;
}
/* Base for label styling */

/*[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;*/
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 21px;
}

/* checkbox aspect */

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: #09ad7e;
  transition: all .2s;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */

[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */

label:hover:before {
  border: 1px solid #4778d9!important;
}
.paginationHolder {
  width: 100%;
  text-align: center;
  display: block;
}
.pagination {
  border-radius: 0!important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0!important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0!important;
}
.view {
  width: 300px;
  height: 200px;
  margin: 10px;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  cursor: default;
}
.view .mask, .view .content {
  width: 300px;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.view .info {
  background: url(../img/link.png) center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.second-effect .mask {
  opacity: 0;
  top: 0;
  position: absolute;
  height: 200px;
  width: 100%;
  text-align: center;
  overflow: visible;
  border: 0px solid rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.second-effect .edit {
  background: url(../images/edit.png) no-repeat center;
  width: 35px;
  height: 36px;
  display: inline-block;
}
.second-effect .add {
  background: url(../images/album_view.png) no-repeat center;
  width: 35px;
  height: 36px;
  display: inline-block;

}
.second-effect .remove {
  background: url(../images/delete.png) no-repeat center;
  width: 35px;
  height: 36px;
  display: inline-block;
}
.second-effect .info {
  position: relative;
  top: -20px;
  opacity: 0;
  float: left;
  width: 138px;
  text-align: center;
  right: 40px;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
  opacity: 1;
  border: 100px solid rgba(0, 0, 0, 0.7);
}
.second-effect:hover .info {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  text-align: center;
}

/*gallery slider styles*/

#examples {
  float: left;
  overflow: hidden;
  margin-bottom: 7px;
}
#examples.light {
  background-color: #333;
}
#examples > hr {
  margin: 20px 10px;
}
.content {
  overflow: auto;
  position: relative;
  width: 50%;
  height: auto;
  float: left;
}
.content li {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 0!important;
  margin-bottom: 15px;
}
.content li a {
  display: inline-block;
  width: 100%;
}
.content.light, .content.light .mTSButton {
  background-color: #c2beb2;
}
.content.light li a {
  border: 7px solid rgba(255, 255, 255, .4);
}
#content-1, #content-2 {
  width: auto;
  height: 400px;
}
#content-1 ul li:first-child {
  margin-top: 20px;
}
#content-1 ul li:last-child {
  margin-bottom: 20px;
}
.content li a img {
  width: 100%;
}

/*service request view styles starts   from here*/

.serviceViewholder {
  width: 100%;
  float: left;
}
.serviceViewholder .table td {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
.serviceViewholder .table .textalignLeft {
  text-align: left!important;
}
.serviceViewholder .table .time {
  display: block;
  font-size: 12px;
}
.serviceViewholder .table .borderLess {
  border: none!important
}
.serviceViewholder .table.borderLess td {
  border: 1px solid #ddd!important;
}
.serviceViewholder .redColor {
  color: red;
}

.serviceViewholder .serviceComment {
  border-radius: 0px;
  height: 150px;
  resize: none;
  background-color: aliceblue;
  box-shadow: none;
}
.serviceViewholder .updateBtn {
  background-color: #00baff;
  border: none;
  margin-top: 25px;
  width: 125px;
  height: 40px;
  transition: all ease 0.3s;
}
.serviceViewholder .updateBtn:hover {
  background-color: #0090c5;
}

/*dues page styles starts from here*/

.duesHolder {
  width: 100%;
  float: left;
}
.duesHolder .form-inline {
  text-align: center;
  margin-bottom: 10px;
}
.duesHolder .form-inline .listMenu {
  width: 220px;
  margin-left: 15px;
  border-radius: 0;
}
.duesHolder .form-inline .listMenu option {
  padding: 5px;
}
.duesHolder .form-inline button {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #fff;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.duesHolder .form-inline button:hover {
  background-color: var(--primary_color);
}
.duesHolder .allDuetable small {
  display: block;
}
.duesHolder .allDuetable td {
  padding: 10px;
}
.duesHolder .allDuetable .overDueAmount {
  color: #f75966;
}
.duesHolder .heading {
  font-size: 24px!important;
  margin-bottom: 15px!important;
  width: 100%!important;
  float: none!important;
}
.duesHolder .smsTable {
  margin-top: 10px;
}
.duesHolder .smsTable td {
  vertical-align: middle;
  padding: 10px;
}
.duesHolder .smsTable thead {
  background: #ccf1ff;
}
.duesHolder .smsTable .sendBtn {
  background-color: #66b714;
  border: none;
  transition: all ease 0.3s;
  margin-right: 10px;
}
.duesHolder .smsTable .sendBtn:hover {
  background: #7ad222;
}
.duesHolder .smsTable .changePop {
  background: var(--white);
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  margin: 3px;
  transition: all ease-in-out 0.3s;
}
.duesHolder .smsTable .changePop:hover {
  background: var(--white);
  text-decoration: none;
}
.duesHolder .smsTable .datePickfield {
  border-radius: 0;
  margin: 0 10px;
}
.duesHolder .form-inline:last-child {
  margin: 0;
}

/*dues view styles starts from here*/

.duesTitle {
  display: inline-block;
  min-width: 200px;
}
.dueRecipt {
  display: inline-block;
  margin-right: 15px;
  color: #000;
  height: 45px;
  line-height: 30px!important;
  margin-top: -10px;
  background-color: #00baff!important;
  border: none;
  color: #fff!important;
  transition: all ease 0.3s;
  padding: 8px 26px;
}
.dueRecipt:hover {
  background: #00a2de!important;
}
.dueDropdown {
  min-width: 222px;
  margin-top: 25px;
}
.dueDropdown option {
  padding: 5px;
}
.form-inline .control-label.dueLabel {
  margin-top: 20px;
  margin-right: 5px;
}
.duesviewholder {
  width: 100%;
  float: left;
}
.duesviewholder .ownerTenant {
  width: auto;
}
.duesviewholder .ownerTenant .ownerView {
  float: left;
  min-width: 250px;
}
.duesviewholder .ownerTenant .ownerView a {
  display: block;
  padding: 5px 0;
}
.duesviewholder .ownerTenant .ownerView a {
  text-decoration: none;
  color: #1e6594;
}
.duesviewholder .ownerTenant .tenantView {
  float: left;
}
.duesviewholder .ownerTenant .tenantView a {
  display: block;
  padding: 5px 0;
}
.duesviewholder .ownerTenant .ownerView h4 span{
  margin-left: 5px;
  color: #31a0f0;
}
.duesviewholder .ownerTenant .tenantView {
  float: right;
}
.duesviewholder .ownerTenant .tenantView a:hover {
  text-decoration: none;
  color: #1e6594;
}
.duesviewholder .blockSection {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 20px;
}
.duesviewholder .blockSection table td {
  background: #3e434f;
  min-height: 110px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
.duesviewholder .blockSection table td small {
  display: block;
  color: #FFF;
  font-size: 22px;
  margin-bottom: 5px;
}
.duesviewholder .blockSection table td:nth-child(1) {
  background: #3e434f;
  width: 33%;
}
.duesviewholder .blockSection table td:nth-child(2) {
  background: #d67400;
  width: 33%;
}
.duesviewholder .blockSection table td:nth-child(3) {
  background: #2a956c;
  width: 33%;
}
.chargeHolder {
  width: 100%;
  float: left;
}
.chargeHolder a {
  transition: all ease 0.3s;
}
.chargeHolder a:hover {
  text-decoration: none;
}
.chargeHolder .otionsBtn {
  background: #2a956c!important;
  color: #FFF;
  border: none;
  transition: all ease 0.3s;
  padding: 8px 26px;
}
.chargeHolder .otionsBtn:hover {
  background: #0d8656!important;
  color: #FFF;
}
.show-on-hover > ul.dropdown-menu {
  margin-top: -2px;
  padding-bottom: 0;
}
.show-on-hover > ul.dropdown-menu li a {
  padding: 10px;
}
.show-on-hover:hover > ul.dropdown-menu {
  display: block;
  padding-top: 0;
}
.chargeHolder .btn-primary {
  background-color: #00baff;
  border-color: #00baff;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 26px;
}
.chargeHolder .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #0090c5;
  border-color: #0090c5;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.chargeHolder .chargeTable {
  clear: left;
  margin-top: 25px;
  width: 100%;
  float: left;
}
.chargeHolder .chargeTable thead th {
  vertical-align: middle;
}
.chargeHolder .chargeTable td {
  vertical-align: middle;
}
.checkbox label:after, .radio label:after {
  content: '';
  display: table;
  clear: both;
}
.chargeTable .checkbox label, .radio label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 0px!important;
}
.checkbox .cr, .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}

/*backoffice styles starts from here*/
.backoffice {
  width: 100%;
  float: left;
}
.backoffice .box{
  width: 100%;
  float: left;
  padding: 20px;
  margin-bottom: 30px;
  background: #f7f8fc;
  border: 1px solid #b9babd;
}
.backoffice .box h4{
  color: #120d02;
  float: left;
  font-size: 22px;
  margin: 0;
  width: 100%;
}
.backoffice .box .downLink {
    clear: left;
    color: rgb(13, 103, 111);
    float: left;
    font-size: 13px;
    transition: all 0.3s ease 0s;
}
.backoffice .box .boxGroup{
    float: left;
    clear: left;
    width: 100%;
    margin: 20px 0 0 0px;
}
.backoffice .box .boxGroup .broWse{
  display: inline-block;

}
.backoffice .box .boxGroup .uploadBtn{
  width: 94px;
  height: 32px;
  color: #FFF;
  text-transform: uppercase;
  background: #fc4b52;
  border: 0;
  border-radius: 3px;
  transition: all ease 0.3s;
}
.backoffice .box .boxGroup .uploadBtn:hover{
  background: #f9363d;
}
.backoffice .box .welcomeSend{
  width: 100%;
  float: left;
  border-top: 2px solid #fafbfd;
  border-bottom: 2px solid #fafbfd;
  padding: 20px 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
.backoffice .box .welcomeMailbtn {
    background: #00a651 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
.backoffice .box .welcomeMailbtn:hover{
  background: #03b158;
}
.backoffice .box .boxInput{
  border-radius: 0;
  width: 100%;
  height: 47px;
}
.backoffice .box .boxInput option{
  padding: 10px;
}
.backoffice .box .form-item{
  margin: 23px 0;
  float: left;
}
.form-item-label_checkbox {
}

/* create checkbox style with pseudo element
   gray outline checkbox*/
.form-item-label_checkbox:before {
    content: "";
    display: inline-block;
    border: 2px solid #d4dbde;
    padding: 8px;
    margin-right: 15px;
    background: #ffffff;
}

/* checked checkbox - black outline and background image for check */
.form-item-checkbox:checked + .form-item-label_checkbox:before {
  border: 2px solid #00a99d;
  background: url(http://i.imgur.com/sIC2cFV.png);
}
.backoffice .box .runBtn{
    background: #00a99d none repeat scroll 0 0;
    border: 0 none;
    clear: left;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 45px;
    line-height: 30px;
    margin-top: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 126px;
}
.backoffice .box .runBtn:hover{
    background: #048e84;
}
.backoffice .box .smsField{
    width: 65%!important;
    display: inline;
}
.backoffice .box .sendPhone{
    display: inline;
    height: 48px!important;
    margin-left: 5px;
    background: #00a651!important;
}
.backoffice .box .sendPhone:hover{
    background: #038e47!important;
}

/*financial year page styles starts from here*/

 .fianancialyearHolder{
   width: 100%;
   float: left;
 }
 .fianancialyearHolder .financialBox{
   width: 100%;
   height: auto;
   min-height: 338px;
   margin-bottom: 20px;
   float: left;
   padding: 15px;
   text-align: center;
   background: #f6f8f8;
   border: 1px solid #d5cfca;
 }
 .fianancialyearHolder .financialBox h4{
   font-size: 20px;
   margin-bottom: 25px;
   margin-top: 50px;
 }
  .fianancialyearHolder .financialBox .yearMenu{
    display: block;
    border-radius: 0;
    width: 200px;
    margin: 0 auto;
  }
  .fianancialyearHolder .financialBox .yearMenu option{
    padding: 10px;
  }
.fianancialyearHolder .financialBox .button{
        background: #00746b!important;
        border-radius: 0!important;
        border: 0!important;
        color: #fff;
        min-width: 110px;
        margin-top: 60px;
        height: 40px;
          transition: cubic-bezier(.17,.67,.93,.54);
    }

.fianancialyearHolder .financialBox .button:hover::before  {
  opacity: 1;
}
.fianancialyearHolder .financialBox .note{
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  margin-top: 15px;
}
.fianancialyearHolder .financialBox .thirdBtn{
  margin-top: 21px;
}
.fianancialyearHolder .financialBox .cr{
  border-width: 2px;
  border-color: #00746b;
}
.checkbox.inline {
    display: block;
    margin-top: 15px;
}
.checkbox.inline #id_temp {
    margin-right: 10px;
}

/*house view styles starts here*/

.houseView{
  width: 100%;
  float: left;
}
.houseView .ownerBox{
    width: 100%;
    float: left;
}
.houseView .ownerBox .titleSection{
  /*background: #dddddd;*/
  background: #dee1e2;
  display: block;
  border-top: 1px solid #25bcd1;
  border-left: 1px solid #25bcd1;
  border-right: 1px solid #25bcd1;
  /*padding: 15px;*/
  float: left;
  width: 100%;
}
.houseView .ownerBox .titleSection h3{
  font-size: 18px;
  margin: 0;
  line-height: 35px;
  text-transform: uppercase;
  padding-left:10px;
  color: #333;
}

.houseView .ownerBox .titleSection .editButton{
  /*background: #00baff;*/
  background: #00bcd1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease 0.3s;
}
.houseView .ownerBox .titleSection .editButton:hover{
  /*background: #03a3de;*/
  background: #00bcd1;
}
.houseView .ownerBox .tableHolder{
  width: 100%;
  float: left;
}

/* report dues style start now */
.reportDueholder{
  width: 100%;
  float: left;
}
.centerDiv{
  margin: 0 auto!important;
  float: none!important;
}
.borderNone{
  border: 0!important;
}
.reportDueholder .form-group{
  margin-bottom: 30px;
}
.reportDueholder .panel{
  box-shadow: none;
}
.reportDueholder .center-block{
  text-align: right;
}
.reportDueholder .center-block a{
  color: #fff;
  padding: 10px;
  min-width: 104px;
  margin-right: 10px;
  transition: all ease 0.3s;
}
.reportDueholder .center-block a:hover{
  opacity: 0.8;
}
.reportDueholder .center-block button:nth-child(1){
  background-color: var(--secondary_color);
  color: var(--primary_color);
}
.reportDueholder .center-block button:nth-child(2){
  background-color: var(--primary_color);
  color: var(--white);
}
.reportDueholder .center-block button:nth-child(3){
  background-color: var(--primary_color);
  color: var(--white);
}
.reportDueholder .fielD{
  border-radius: 0;
  height: 45px;
}
.reportDueholder option{
  padding: 10px;
}

/* NOTE:  Admin Overview style starts fro here */

.adminOverview{
  width: 100%;
  float: left;
}
.adminOverview .payAmount{
margin-top: 10px !important
}
.adminOverview .payOnline{
  float: right!important;
  clear: right!important;
  margin-right: 15px;
  background: #01bbf8!important;
  border-radius: 0!important;
  margin-top: 5px;
  transition: all ease 0.3s;
}
.adminOverview .payOnline:hover{
  background: #059cce!important;
}
#contentSec .adVance {
    background: #e0e0e0 none repeat scroll 0 0;
    float: left;
    width: 100%;
    margin-top: 25px;
}
#contentSec .adVance .icon {
    background: #8dc63f none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 22px;
}
#contentSec .adVance .info {
    float: left;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 18px;
}
#contentSec .adVance .info small {
    display: block;
    font-size: 12px;
}
#contentSec .adVance .amount {
    background: rgba(0, 0, 0, 0) url("../images/rupee_adv.jpg") no-repeat scroll left center;
    color: #037eac;
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding-left: 18px;
    padding-right: 15px;
}

#contentSec .adVance .dollar {
    background: rgba(0, 0, 0, 0) url("../images/dollar.png") no-repeat scroll left center;
    color: #037eac;
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding-left: 18px;
    padding-right: 15px;
}
#contentSec .adminOverview .fourBlocK{
  float: left;
  width: 100%;
  margin-top: 25px;
}
#contentSec .adminOverview .fourBlocK .block{
  padding: 5px;
  display: block;
  color: #FFF;
  margin-bottom: 25px;
  text-align: center;
  transition: all ease 0.3s;
  background: #00bafd;
}
#contentSec .adminOverview .fourBlocK .block:hover{
  opacity: 0.8;
  text-decoration: none;
}
.balanceAmount{
  float: left;
  clear: left;
  font-size: 14px;
  color: #014637;
  margin-bottom: 10px;
}
.adminOverview h2{
  margin-bottom: 5px!important;
}
.adminOverview .requsetNo{
  background: #0389bb!important;
}

/* NOTE: Dues collection page starts from here */

.duescollectionHolder{
  width: 100%;
  float: left;
}
.duescollectionHolder .roWS{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 35px;
}
.duescollectionHolder .roWS label{
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}
.duescollectionHolder .roWS .form-control{
  display: inline!important;
  width: 220px;
  border-radius: 0;
  height: 40px;
}
.duescollectionHolder .roWS .checkbox{
  margin-right: 10px;
}
.duescollectionHolder .roWS option{
  padding: 6px;
}

.duescollectionHolder .roWS .center-block button {
    color: #fff;
    margin-right: 10px;
    min-width: 104px;
    padding: 10px;
    transition: all 0.3s ease 0s;
}
.duescollectionHolder .roWS .center-block button:hover {
    opacity: 0.8;
}
.duescollectionHolder .roWS .center-block button:nth-child(1) {
    background-color: #5cb85c;
}
.duescollectionHolder .roWS .center-block button:nth-child(2) {
    background-color: #f0ad4e;
}
.duescollectionHolder .roWS .center-block button:nth-child(3) {
    background-color: #00baff;
}
.galleryHolder #examples .content {
    margin-left: 0 !important;
}
/* NOTE: Alert settings Page */

.alertSettigns{
  width: 100%;
  float: left;
}
.alertSettigns table thead th{
  text-align: center;
}
.alertSettigns .table-responsive{
  overflow-x: visible;
}
.alertSettigns .table-responsive .btn{
  border-radius: 0!important;
  border: 0;
}
.alertSettigns .table-responsive .btn:hover{
  background: #FFF;
}
.alertSettigns .table-responsive .dropdown-menu{
  border-radius: 0!important;
}
.alertSettigns .table-responsive .dayFromControl{
  border-radius: 0;
  width: 130px;
}
.alertSettigns .table-responsive .dayFromControl option{
  padding: 5px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.alertSettigns .leftalignTD .checkbox, .radio{
  text-align: left;
}
.alertSettigns .leftalignTD .btn{
  border: 1px solid #3bac62;
  transition: all ease 0.3s;
}
.alertSettigns .leftalignTD .btn:hover{
  background: #11ba27;
  color: #FFF;
}
.alertSettigns .leftalignTD .remove-box{
  padding: 3px;
  font-size: 12px;
  transition: all ease 0.3s;
  border-radius: 3px;
}
.alertSettigns .leftalignTD .remove-box:hover{
  text-decoration: none;
}
.alertSettigns .leftalignTD .addForm{
  border-radius: 3px;
  border: 1px solid rgb(182,190,181);
  padding: 6px;
}
.alertSettigns .alertEmailSMS{
  width: 100%;
  float: left;
  margin: 15px 0px;
}
.alertSettigns .saveBtn{
  background-color: #00baff;
  border-color: #00baff;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 118px;
  height: 35px;
  font-size: 16px;
  margin-top: 25px;
}
.alertSettigns .saveBtn:hover{
  color: #FFF;
  background-color: #0da4dd;

}
.alertSettigns .cancelBtn{
  background-color: #f65b93;
  border-color: #00baff;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 118px;
  height: 35px;
  font-size: 16px;
  margin-top: 25px;
  margin-left: 25px;
  border-color: #f65b93;
}
.alertSettigns .cancelBtn:hover{
  background-color: #f4397d;
  color: #FFF;

}

/* NOTE: Alert Listings Table Holder */

.alertListHolder{
  width: 100%;
  float: left;
  margin: 20px 0;
}
.alertListHolder h3{
  width: 100%;
  display: block;
  margin-top: 0;
  margin-bottom: 25px;
}
.alertListHolder table th{
  text-align: center;
  background: #cefae3;
}
.alertListHolder table td{
  vertical-align: middle!important;
  text-align: center!important;
}
.alertListHolder [type="checkbox"]:not(:checked), [type="checkbox"]:checked{
  position: static;
}
.alertListHolder input[type="checkbox"], input[type="radio"]{
  margin-right: 10px;
}
.alertListHolder table td .editBtn{
  width: 58px;
  height: 30px;
  border: 1px solid #10ab45;
  border-radius: 25px;
  background: #FFF;
  color: #137c46;
  font-size: 12px;
  line-height: 30px;
  -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.alertListHolder table td .editBtn:hover{
  background: #10ab45;
  color: #FFF;
}
/*NOTE: Copy styles from below for gallery page*/

.gallerYHolder .gallery{
  padding:0;
  }
.gallerYHolder .gallery li{
  list-style:none;
  list-style-type:none;
  border:1px solid #E9E9E9;
  padding:10px;
  float:left;
  margin-bottom:25px;
}
.gallerYHolder .gallery li a{
  float:left;
  transition:all ease-in-out 0.5s;
  width:100%;
}
.gallerYHolder .gallery li a:hover{
  opacity:0.5;
}.gallerYHolder .gallery li img{
  width:100%!important;
  height:auto!important;
  }
.gallerYHolder .gallery li .icons{
  color: #1e3223;
  width:100%;
  text-align:center;
  padding-top:10px;
  float:left;
}
.gallerYHolder .gallery li .icons a{
  display:inline-block!important;
  float:none;
  margin-right:5px;
  opacity:0.3;
  transition:all ease-in-out 0.3s;
  width:auto;
}
.gallerYHolder .gallery li .icons a:hover{
  opacity:9;
}
/* Note : Add images Styles starts from here */

.addImgHolder{
  width:100%;
  float:left;
  text-align:center;
  }
.addImgHolder h4{
  font-weight:normal;
  font-size:20px;
  float:left;
  width:100%;
  text-align:center;
  font-family:'SourceSansPro-Regular';
  text-transform:uppercase;
}
.addImgHolder p{
  font-family:'SourceSansPro-Regular';
}
.addImgHolder .addBtn{
  min-width:120px;
  display:inline-block;
  height:45px;
  background:#0795fe;
  font-size:15px;
  border-color: #ddd;
  font-family:'SourceSansPro-Regular';
  color:#FFF;
  transition:all ease-in-out 0.3s;
  margin-right:10px;
}
.addImgHolder .cancelBtn{
  min-width:120px;
  display:inline-block;
  height:45px;
  background:#fdc689;
  min-width:140px;
  padding-top: 10px;
  display:inline-block;
  font-size:15px;
  font-family:'SourceSansPro-Regular';
  color:#FFF;
  transition:all ease-in-out 0.3s;
}

.block {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
}
label.button {
  width:200px;
  height:55px;
  line-height:53px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #27AE60;
  border: 1px solid #6C6C6C;
  color: #FFFFFF;
  margin: 5px 0;
  display: inline-block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
label.button:hover {
  background-color: #F0F0F0;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color:#066;
}
input#images {
  display: none;
}
#multiple-file-preview {
  margin-top: 10px;
  padding: 10px;
}
#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sortable li {
  margin: 3px 3px 3px 0;
  float: left;
  width: 100px;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
}
#sortable li, #sortable li img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sortable li div.order-number {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 15px;
  heigth: 15px;
  background-color: #2B91E3;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/*Note: Event form Style Starts from here*/

.eventFormdetailHolder{
  width:100%;
  float:left;
  margin-bottom: 0px;
  /*font-family:'SourceSansPro-Regular'!important;*/
  }
.eventFormdetailHolder h2{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font-family:'SourceSansPro-Regular'!important;
  font-size: 25px!important;
  color: #5b5050;
  margin-bottom: 30px!important;
}
.book_expense_hr
{
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
/*.eventFormdetailHolder h2:before{
  width: 75%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 13%;
  background: #ebebeb;
}
.eventFormdetailHolder h2:after{
  width: 150px;
  height: 8px;
  content: "";
  position: absolute;
  bottom: -42px;
  left: 44%;
  background: #ebebeb;
}*/
.eventFormdetailHolder .col-sm-4, .col-sm-8{
  padding: 0!important;
}
.eventFormdetailHolder .form-group{
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.eventFormdetailHolder .laBel{
  font-weight: normal!important;
  line-height: 26px;
  width: 100%;
  text-align: left;
  color:black;
  font-size: 11pt;
}
.eventFormdetailHolder .input{
  background-color: #fff;
  border-radius: 3px;
  /*height: 56px;*/
  border: 1px solid #cccaca;
  transition: all ease 0.3s;
}
.eventFormdetailHolder .input:focus{
  box-shadow: none!important;
  background: #FFF;
}
.eventFormdetailHolder .textArea{
  background-color: #fff !important;
  border-radius: 3px;
  height: 140px;
  border: 1px solid #cccaca;
  transition: all ease 0.3s;
  resize: none;
}
.eventFormdetailHolder .textArea:focus{
  box-shadow: none!important;
  background: #FFF;
}
.eventFormdetailHolder .select {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #555;
  border: 1px solid #aaa;
  text-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}
.eventFormdetailHolder .select:hover {
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.eventFormdetailHolder .select:before {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width:51px;
  height:56px;
  content:"▼";
  line-height:37px;
  color:#FFF;
  background:#1393f9;
  padding-left: 17px;
}
.eventFormdetailHolder .select select {
  cursor: pointer;
  padding-right: 2em;
  width: 316px;
  height:33px;
  border: 1px solid #cccbca1c;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%;
  border-radius:3px;
}
.eventFormdetailHolder .select select option{
  padding: 10px;
}
.eventFormdetailHolder .select select:focus {
  outline: none;
  /* 16 */
}
.eventFormdetailHolder .select:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eventFormdetailHolder .icon--down:before, .select:before {
  content: "▼";
}



.eventFormpaymentHolder{
  width:100%;
  float:left;
  font-family:'SourceSansPro-Regular'!important;
  }
  .eventFormpaymentHolder h2{
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    font-family:'SourceSansPro-Regular'!important;
    font-size: 25px!important;
    color: #5b5050;
    margin-bottom: 30px!important;
  }
/*  .eventFormpaymentHolder h2:before{
    width: 75%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -40px;
    left: 13%;
    background: #ebebeb;
  }*/
/*  .eventFormpaymentHolder h2:after{
    width: 150px;
    height: 8px;
    content: "";
    position: absolute;
    bottom: -42px;
    left: 44%;
    background: #ebebeb;
  }*/
  .eventFormpaymentHolder .laBel{
    font-weight: normal!important;
    line-height: 26px;
  }
  .eventFormpaymentHolder .input{
    background-color: #ebebeb;
    border-radius: 3px;
    height: 34px;
    border: 1px solid #cccaca;
    transition: all ease 0.3s;
  }
  .eventFormpaymentHolder .input:focus{
    box-shadow: none!important;
    background: #FFF;
  }
.eventFormpaymentHolder .col-sm-4, .col-sm-8{
    padding: 0!important;
  }
  .eventFormpaymentHolder .form-group{
    width: 100%;
    float: left;
    margin-bottom: 0px;
  }
.eventFormpaymentHolder .form-group.textAlign{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
.eventFormpaymentHolder .form-group .submitBtn{
    float: left;
    height: 37px;
    width: 105px;
    border: 1px solid var(--secondary_color);
    background: var(--secondary_color);
    color: var(--primary_color);
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    transition: all ease 0.3s;
}
.eventFormpaymentHolder .form-group .submitBtn:hover{
  background: var(--secondary_color);
}
.eventFormpaymentHolder .form-group .cancelBtn{
    float: left;
    height: 37px;
    width: 105px;
    border: 1px solid #c1c0c0;
    background: #f3f3f3;
    color: #333;
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
    transition: all ease 0.3s;
}
.eventFormpaymentHolder .form-group .cancelBtn:hover{
  background: #fffdfc;
}
.eventFormpaymentHolder .custom-checkbox-container{
  margin-right: 15px;
}
.eventFormpaymentHolder .custom-checkbox-container input[type="checkbox"] {
  display: none;
}
.eventFormpaymentHolder .custom-checkbox-container input[type="checkbox"] + label {
  font-size: 1.2em;
  color: #fe33a1;
}
.eventFormpaymentHolder .custom-checkbox-container input[type="checkbox"] + label:before {
  content: " ";
  -webkit-transition: background .3s;
          transition: background .3s;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-bottom: 4px;
  background: url(http://i.imgur.com/Uavhh8j.png) no-repeat;
  box-shadow: none!important;
  border: 0;
}
.eventFormpaymentHolder .custom-checkbox-container input[type="checkbox"]:checked + label:before {
  background: url(http://i.imgur.com/sFyUhob.png) no-repeat!important;
}
.eventFormpaymentHolder .custom-checkbox-container [type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after{
  content: "";
}
.eventFormpaymentHolder .custom-checkbox-container [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{
  padding-left: 40px;
  padding-top: 7px;
  margin-top: 7px;
}




.eventFormpaymentHolder .custom-checkbox-container1 input[type="checkbox"] {
  display: none;
}
.eventFormpaymentHolder .custom-checkbox-container1 input[type="checkbox"] + label {
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  color: #fe33a1;
}
.eventFormpaymentHolder .custom-checkbox-container1 input[type="checkbox"] + label:before {
  content: " ";
  -webkit-transition: background .3s;
          transition: background .3s;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-bottom: 4px;
  background: url(http://i.imgur.com/Uavhh8j.png) no-repeat;
  box-shadow: none!important;
  border: 0;
}
.eventFormpaymentHolder .custom-checkbox-container1 input[type="checkbox"]:checked + label:before {
  background: url(http://i.imgur.com/sFyUhob.png) no-repeat!important;
}
.eventFormpaymentHolder .custom-checkbox-container1 [type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after{
  content: "";
}
.eventFormpaymentHolder .custom-checkbox-container1 [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{
  padding-left: 40px;
  padding-top: 7px;
}
.eventFormpaymentHolder .showDiv{
  display: none;
}

/* NOTE: Event Display style starts from here */

.eventDisplayholder{
  width: 100%;
  float: left;
  font-family:'SourceSansPro-Regular'!important;
}
.eventDisplayholder .eventTitle{
  width: 100%;
  float: left;
  font-size: 30px;
  font-family:'SourceSansPro-Regular'!important;
  font-weight: normal;
  color: #6f6464;
}
.eventDisplayholder .venueType{
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
}
.eventDisplayholder .eventVenue{
  font-size: 18px;
  color: #fcb13a;
  float: left;
}
.eventDisplayholder .eventDate{
  font-size: 14px;
  color: #000;
  float: left;
  clear: left;
}
.eventDisplayholder .venueType .eventType{
  float: right;
  position: relative;
  width: 98px;
  height: 40px;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 35px;
  border-radius: 3px;
  border: 1px solid #7cc576;
}
.eventDisplayholder .venueType .eventType:before{
  position: absolute;
  left: -38px;
  top: -1px;
  width: 41px;
  height: 40px;
  content: "✔";
  background-color: #7cc576;
  border: 1px solid #7cc576;
  border-radius: 3px;
  text-align: center;
  font-size: 25px;
  color: #FFF;
}
.eventDisplayholder .eventDesc{
  font-size: 14px;
  line-height: 28px;
  color: #706e6e;
  float: left;
}
.eventDisplayholder .foodAmount{
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
}
.eventDisplayholder .foodSec{
  width: 100%;
  float: left;
}
.eventDisplayholder .foodSec .food{
  float: left;
  position: relative;
  width: 100%;
  color: #ed145b;
  font-size: 22px;
  padding-left: 25px;
  margin-bottom: 25px;
}
.eventDisplayholder .foodSec .food::before{
  color: #ed145b;
  width: 36px;
  height: 25px;
  left: 0px;
  position: absolute;
  content: "\f0f5";
  font-family: FontAwesome;
}
.eventDisplayholder .foodSec .other{
  float: left;
  position: relative;
  width: 100%;
  color: #0483a3;
  font-size: 18px;
  padding-left: 40px;
}
.eventDisplayholder .foodSec .other::before{
  color: #320d0d;
  width: 27px;
  height: 27px;
  left: 0px;
  top: 0px;
  position: absolute;
  content: "\f005";
  font-family: FontAwesome;
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #eaeaea;
}
.eventDisplayholder .foodAmount .amOunt{
  min-width: 135px;
  height: 53px;
  float: right;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  position: relative;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background: #FFF;
}
.eventDisplayholder .foodAmount .amOunt::before{
  content: "\f156";
  font-family: FontAwesome;
  position: absolute;
  left: -44px;
  top: -1px;
  width: 47px;
  height: 53px;
  line-height: 53px;
  border: 1px solid #bfbfbf;
  background: #f5e8e8;
  border-radius: 3px;
}

.eventDisplayholder .formseCtion{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.eventDisplayholder .transition {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.eventDisplayholder #switch {
  font-size: 0;
  background-color: #2a3a47;
  display: inline-block;
  color: #82909b;
  padding: 4px;
  position:relative;
  vertical-align: middle;
  margin-bottom: 35px;
}
.eventDisplayholder #switch .choice {
  font-size: 16px;
  width: 150px;
  height: 50px;
  line-height: 35px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  position:relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
  background:#7cc576;
  color:#FFF;
}
.eventDisplayholder #switch .choice.on {
  color: #FFF;
  background-color: #cd0d48;
}
.eventDisplayholder #switch .or {
  font-size: 10px;
  color: #fff;
  position: absolute;
  margin-top: 19px;
  margin-left: 108px;
  z-index: 1;
}
.eventDisplayholder .attend{

}
.eventDisplayholder #switch .diamond {
  position: absolute;
  width: 20px;
  height: 20px;
  right:134px;
  z-index:9999;
  margin-top: 19px;
  margin-left: 116px;
  background: #7cc576;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.eventDisplayholder .displayfOrm{
  display: none;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.eventDisplayholder .displayfOrm .form-group{
  width: 100%;
  float: left;
}
.eventDisplayholder .displayfOrm label{
  font-weight: normal;
  line-height: 48px;
  float: left;
}
.eventDisplayholder .displayfOrm .form-group .form-control{
  width: 100%;
  height: 57px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: #f7f5f5;
}
.eventDisplayholder .displayfOrm .form-group .text-area{
  width: 100%;
  height: 122px!important;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: #f7f5f5;
}
.eventDisplayholder .displayfOrm .form-group .form-control:focus{
  box-shadow: none;
}
.eventDisplayholder .displayfOrm .select:before {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width:51px;
  height:56px;
  content:"▼";
  line-height:56px;
  color:#FFF;
  background:#7cc576;
  padding-left: 0;
}
.eventDisplayholder .displayfOrm .select select {
  cursor: pointer;
  padding-right: 2em;
  width: 316px;
  height:56px;
  padding-left: 10px;
  border: 1px solid #b0dcad;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%;
  border-radius:3px;
}
.eventDisplayholder .displayfOrm .select select option{
  padding: 10px;
}
.eventDisplayholder .displayfOrm .select select:focus {
  outline: none;
  /* 16 */
}
.eventDisplayholder .displayfOrm .select:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eventDisplayholder .displayfOrm .icon--down:before, .select:before {
  content: "▼";
}
.eventDisplayholder .buttonHolder{
  width: 100%;
  display: block;
  float: left;
  margin: 15px 0;
}
.eventDisplayholder .buttonHolder .saVE{
  width: 146px;
  height: 53px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  background: #39b54a;
  border-radius: 3px;
  border: 1px solid #167c24;
  transition: all ease 0.3s;
}
.eventDisplayholder .buttonHolder .saVE:hover{
  background: #46cb58;
}
.eventDisplayholder .buttonHolder .cancEL{
  width: 146px;
  height: 53px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  background: #f4ae61;
  border-radius: 3px;
  border: 1px solid #973b10;
  transition: all ease 0.3s;
}
.eventDisplayholder .buttonHolder .cancEL:hover{
  background: #febc73;
}
@media only screen and (max-width: 337px) {

  .eventDisplayholder #switch .diamond{
    top: 29px;
  }
  .eventDisplayholder .buttonHolder .saVE{
    margin-bottom: 25px;
  }
}
/* Login button issue fixed by below code*/
#slide1{
  height:674px !important;
}
/*loginAccount styles starts from here*/

.signInholder{
  width:100%;
  height:100%;
  float:left;
    font-family:'SourceSansPro-Regular'!important;
  position:absolute;
  text-align:center;
  background:#f8fafb;
  overflow-x:hidden;
  }
.signInholder .signinBox{
  width:100%;
  float:left;
  padding:20px;
  padding-bottom:35px;
  background:#FFF;
  border:1px solid #e3ebee;
  border-radius:3px;
  border-top:5px solid #4cbcd4!important;
}
.signInholder .signinBox h4{
  font-size:28px;
  margin:20px 0;
}
.signInholder h6{
  font-size:15px;
  color:#569289;
  margin:25px 0;
  display:inline-block;
  }
.signInholder h6 a{
  color:#569289;
}
.signInholder h6 a:hover{
  text-decoration:none;
  color:#335E51;
}

.signInholder .signinBox .signinForm{
  width:100%;
  float:left;
}
.signinBox .signinForm .form-group{
  width:100%;
  float:left;
  margin-bottom:30px;
  text-align:left;
  }
.signinBox .signinForm .form-group label{
  font-weight:normal;
  color:#445261;
  width:100%;
  font-size:16px;
}
.signinBox .signinForm .form-group label span{
  color:#F00!important;
}
.signinBox .signinForm .form-group .form-control{
  border-color:#d2dce0;
  border-radius:3px;
  height:50px;
  transition:all ease 0.3s;
}
.signinBox .signinForm .form-group .form-control:focus{
  box-shadow:none;
  border-color:#7b98a5;
}
.signinBox .signinForm .signInbtn{
  background:#7cbf59;
  color:#FFF;
  border-radius:3px;
  display:inline-block;
  width:130px;
  height:45px;
  line-height:45px;
  transition:all ease 0.3s;
}
.signinBox .signinForm .signInbtn:hover{
  text-decoration:none;
  background:#8bc66d;
}
/* Profile page styles starts from here*/

.profileHolder{
  width:100%;
  float:left;
    font-family:'SourceSansPro-Regular'!important;
  }
.profileHolder .profileBox{
  width:100%;
  float:left;
  text-align:center;
}
.profileHolder .profileBox .roundImgholder{
  width:100%;
  position:relative;
  float:left;
}
.profileHolder .profileBox .roundImg{
  display:inline-block;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  z-index:-1;
}
.profileHolder .profileBox .detailSec{
  width:100%;
  position:relative;
  float:left;
  text-align:center;
}
.profileBox .detailSec .name{
  color:#ed145b;
  font-size:28px;
  margin-top:10px;
  width:100%;
}
.profileBox .detailSec .mail{
  color:#786e71;
  font-size:14px;
  margin:0px;
}
.profileBox .detailSec .editButton{
  background:#ebebeb;
  border-radius:3px;
  border:1px solid #ded7d7;
  width:127px;
  height:42px;
  margin-top:27px;
}
.profileBox .detailSec .editButton a{
  color:#786e71;
  position:relative;
  font-size:16px;
  padding-left:10px;
}
.profileBox .detailSec .editButton a::before{
  position:absolute;
  width:1px;
  height:12px;
  content:"";
  left:0;
  top:5px;
  background:#786e71;
}
.profileBox .detailSec .editButton i{
  padding-right:10px;
}
/* Profile edit page styles starts from here*/

.profileEditholder{
  width:100%;
  float:left;
    font-family:'SourceSansPro-Regular'!important;
  overflow-x:hidden;
  }
.profileEditholder .profileBox{
  width:100%;
  float:left;
  text-align:center;
}
.profileEditholder .profileBox .roundImgholder{
  width:100%;
  position:relative;
  float:left;
}
.profileEditholder .profileBox .roundImg{
  display:inline-block;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  z-index:-1;
}

.profileEditholder .profileBox .buttonFields{
  width:100%!important;
  float:left!important;
  text-align:center!important;
  margin:15px 0!important;
}
.profileEditholder .profileBox .buttonFields .change{
  width:127px!important;
  height:42px!important;
  color:#FFF!important;
  font-size:18px!important;
  display:inline-block!important;
  border-radius:3px!important;
  border:1px solid #2c78c7!important;
  background:#4a9cf0!important;
  -moz-appearance: none!important;
-moz-appearance: none!important;
-moz-appearance: none!important;
-moz-appearance: none!important;
}
.profileEditholder .profileBox .buttonFields .updatePic{
  width:127px;
  height:42px;
  color:#FFF;
  display:block;
  margin:15px auto;
  font-size:18px;
  outline:none;
  border-radius:3px;
  border:1px solid #299c39;
  background:#39b54a;
  transition: all 1.2s ease-in 0s;
}
.profileEditholder .profileBox .buttonFields .updatePic:hover{
    box-shadow: 0 0 0 25px #2da372 inset;
    transition: all 1.2s linear 0s;
  background:#336666;
}
.profileEditholder .fileUpload {
    position: relative!important;
    overflow: hidden!important;
    margin: 10px!important;
    float: none!important;
}
.profileEditholder .fileUpload input.upload {
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 20px!important;
    cursor: pointer!important;
    opacity: 0!important;
    filter: alpha(opacity=0)!important;
}
.profileEditholder .detailForm{
  width:100%;
  float:left;
  margin-top:20px;
  }
.profileEditholder h4{
  width:100%;
  color:#9b8e92;
  font-size:28px;
}
.profileEditholder .detailForm .form-group{
  width:100%;
  float:left;
}
.profileEditholder .detailForm .form-group label{
  font-weight:normal;
}
.profileEditholder .detailForm .form-group .form-control{
  height:46px;
  width:100%;
  border-radius:25px;
  border:1px solid #c1e0e1;
}
.detailForm .form-group .form-control:focus{
  box-shadow:none;
}
.profileEditholder .chckBoxHolder{
  background:#d4eaea!important;
  border-color:#a2a7a7!important;
  color:#999;
  }
.profileEditholder .chckBoxHolder:hover{
  color:#666!important;
}
.btn-success .badge{
  margin-left:5px;
  }

.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
  width: 27px;
}

.badgebox:focus + .badge
{
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */

    /* Adding a light border */
/*    box-shadow: inset 0px 0px 5px;
*/    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge
{
    /* Move the check mark back when checked */
  text-indent: 0;
}
.detailForm #showField{
  display:none;
  margin-top:15px;
}
.profileEditholder .row.center-block{
  text-align:center;
  }
.profileEditholder .row.center-block .saveButton{
  width:145px;
  height:45px;
  color:#FFF;
  background:#0C6;
  border-radius:3px;
  border:1px solid #03984d;
  transition:linear all 0.3s;
  }
.profileEditholder .row.center-block .saveButton:hover{
  background:#5cb85c;
}

/* Income and Expenses View Page style */

.incomeexpenseHolder{
  width:100%;
  float:left;
  font-family:'SourceSansPro-Regular';
  }
.incomeexpenseHolder .backwhiTeButton{
  -moz-box-shadow:inset -32px -28px 8px -50px #ffffff;
  -webkit-box-shadow:inset -32px -28px 8px -50px #ffffff;
  box-shadow:inset -32px -28px 8px -50px #ffffff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
  background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
  background-color:#ffffff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#666666;
  font-size:17px;
  font-weight:bold;
  padding:11px 32px;
  margin-top:15px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
  outline:none;
}
.incomeexpenseHolder .backwhiTeButton:active{
  outline:none;
}
.incomeexpenseHolder .backwhiTeButton:focus{
  outline:none;
}
.incomeexpenseHolder h3.mainHead{
  font-size:30px;
  width:100%;
  float:left;
  text-align:center;
  margin-bottom:0;
}
.incomeexpenseHolder p.Addres{
  width:100%;
  text-align:center;
  float:left;
}
.incomeexpenseHolder h5.subHead{
  font-size:20px;
  font-weight:bold;
  width:100%;
  float:left;
  text-align:center;
  margin-bottom:30px;
}
.incomeexpenseHolder .tableWrapper{
  width:100%;
  float:left;
  }
.incomeexpenseHolder .tableWrapper .table th{
  background:#e9edf5;
  padding:15px 10px;
}
.incomeexpenseHolder .tableWrapper .table td{
  border:0;
}
.incomeexpenseHolder .tableWrapper .marginNone{
  margin:0;
}
.incomeexpenseHolder .tableWrapper .marginNone td{
  padding:15px 10px;
}
.incomeexpenseHolder .tableWrapper .paddingNone{
  padding:0;
}
.incomeexpenseHolder .tableWrapper .border{
  border:1px solid #d9d9d9;
  }
.incomeexpenseHolder .tableWrapper .border-Right{
  border-right:1px solid #d9d9d9!important;
}

.incomeexpenseHolder .tableWrapper .tableFooter td{
  padding:15px 10px;
  background:#08d1c4;
  font-size:16px;
  color:white;
}
.incomeexpenseHolder .tableWrapper .table td a:hover{
  text-decoration:none;
}
.incomeexpenseHolder .tableWrapper .table td a:focus{
  text-decoration:none;
  outline:none;
}
.incomeexpenseHolder .modal-header .close{
    margin-right: -15px;
    margin-top: -15px;
  }
.incomeexpenseHolder button.close {
    background:#f95d5d;
    border: 0 none;
    cursor: pointer;
    height: 40px;
  color:#FFF;
    margin-top: 27px;
    padding: 0;
    width: 40px;
  opacity:5;
  transition:all ease 0.3s;
  border-radius: 0px 6px 0px 0px;
  -moz-border-radius: 0px 6px 0px 0px;
  -webkit-border-radius: 0px 6px 0px 0px;
  border: 1px solid #f95d5d;
}
.incomeexpenseHolder button.close:hover{
  background:#f62929;
  opacity:7;
}
.incomeexpenseHolder .modal-body .table{
  margin:0;
}
.incomeexpenseHolder .modal-body .table th{
  background:#52c3d0;
  color:#FFF;
  border-bottom:1px;
}
.incomeexpenseHolder .innerTable{
  margin-bottom:0;
  }
.incomeexpenseHolder .table-bordered td{
  border:1px solid #CCC!important;
}

.incomeexpenseHolder .show-contnet{
  display:none;
  }
.incomeexpenseHolder .show-contnet1{
  display:none;
  }
.incomeexpenseHolder .greyRow{
  background:#f2f5f7;
}

/**report/dues table styles*/

.reportTableholder {
    float: left;
    /* font-family: "SourceSansPro-Regular"; */
    width: 100%;
}
.reportTableholder .backwhiTeButton {
    background: #ffffff linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%) repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: -32px -28px 8px -50px #ffffff inset;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    outline: medium none;
    padding: 11px 32px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}
.reportTableholder .backwhiTeButton:active {
    outline: medium none;
}
.reportTableholder .backwhiTeButton:focus {
    outline: medium none;
}
.reportTableholder h3.mainHead {
    float: left;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.reportTableholder p.Addres {
    float: left;
    text-align: center;
    width: 100%;
}
.reportTableholder h5.subHead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.reportTableholder .tableWrapper {
    float: left;
    width: 100%;
}
.reportTableholder .tableWrapper.gst_tbl_middle{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.reportTableholder .tableWrapper .t_wr{
  height: min-content;
  max-height: calc(100vh - 300px);
}
.reportTableholder .tableWrapper .table th {
    background: #e9edf5 none repeat scroll 0 0;
    padding: 15px 10px;
    position: sticky;
    top: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border:1px solid #cccccc;
}
.reportTableholder .tableWrapper .table td {
    border: 0 none;
}
.reportTableholder .tableWrapper .marginNone {
    margin: 0;
}
.reportTableholder .tableWrapper .marginNone td {
    padding: 15px 10px;
}
.reportTableholder .tableWrapper tfoot{
  border-top:1px solid #CCC;
  }
.reportTableholder .tableWrapper .paddingNone {
    padding: 0;
}
.reportTableholder .tableWrapper .border {
    border: 1px solid #d9d9d9;
}
.reportTableholder .tableWrapper .border-Right {
    border-right: 1px solid #d9d9d9 !important;
}
.reportTableholder .tableWrapper .tableFooter td {
    background: #08d1c4 none repeat scroll 0 0;
    color: white;
    font-size: 16px;
    padding: 15px 10px;
}
.reportTableholder .tableWrapper .table td a:hover {
    text-decoration: none;
}
.reportTableholder .tableWrapper .table td a:focus {
    outline: medium none;
    text-decoration: none;
}
.reportTableholder .innerTable {
    margin-bottom: 0;
}
.reportTableholder .table-bordered td {
    border: 1px solid #ccc !important;
}
.reportTableholder .show-contnet {
    display: none;
}
.reportTableholder .show-contnet1 {
    display: none;
}
.reportTableholder .greyRow {
    background: #f2f5f7 none repeat scroll 0 0;
}
/*stryle for making the modal popup aliginin center*/
.modal {
      text-align: center;
      }

      @media screen and (min-width: 768px) {
        .modal:before {
          display: inline-block;
          vertical-align: middle;
          content: " ";
          height: 100%;
        }
      }

      .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
      }


/* House View Edit Styles */

.houseEditWrapper{
  width:100%;
  float:left;
  font-family:'SourceSansPro-Regular';
  }
.houseEditWrapper .titleEdit{
  width:100%;
  float:left;
  padding:10px;
  background:#00BCD4;
}
.houseEditWrapper .titleEdit h4{
  float:left;
  color:#FFF;
  font-size:20px;
  margin:0;
  text-transform:uppercase;
}
.houseEditWrapper .titleEdit .edit{
  float:right;
  color:#FFF;
  font-size:16px;
  position:relative;
}
.houseEditWrapper .titleEdit .edit::before{
  position:absolute;
  content:"\f040";
  left:-20px;
  top:0;
    font-family: FontAwesome;
}
.houseEditWrapper .titleEdit .edit:hover{
  text-decoration:none;
}
.houseEditWrapper .contentTable{
  float:left;
  width:100%;
  }
.houseEditWrapper .contentTable tbody{
  border:thin solid #00BCD4;
  border-top:0;
}
.houseEditWrapper .contentTable td{
  border:0;
}
.houseEditWrapper .usersColorBg{
  background:#009688!important;
  }
.houseEditWrapper .usersColorBrdr{
  border-color:#009688!important;
  }

/* Payment intimation style*/
.confirm {
  background: #5cb85c none repeat scroll 0 0;
  border-radius: 3px;
  color: white;
  display: inline-block;
  margin-left: 3px;
  padding: 1px 3px;
  margin-bottom: 1px;
              }
.reject {
background: #FF0000 none repeat scroll 0 0;
border-radius: 3px;
color: white;
display: inline-block;
margin-left: 3px;
padding: 1px 3px;
            }

.confirmed {
background: #fb8800 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: inline-block;
margin-left: 3px;
padding: 1px 3px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa!important;
    border-radius: 5px!important;
    height: 41px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444!important;
    line-height: 39px!important;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
    position: absolute!important;
    right: 4px!important;
    top: 1px!important;
    width: 20px!important;
}

/* For users linked */
.houseView .ownerBox_linked{
    width: 100%;
    float: left;
}
.houseView .ownerBox_linked .titleSection{
  /*background: #dddddd;*/
  background: #dee1e2;
  display: block;
  border-top: 1px solid #009587;
  border-bottom: 1px solid #009587;
  border-left: 1px solid #009587;
  border-right: 1px solid #009587;
  /*padding: 15px;*/
  float: left;
  width: 100%;
}
.houseView .ownerBox_linked .titleSection h3{
  font-size: 18px;
  margin: 0;
  line-height: 35px;
  text-transform: uppercase;
  padding-left:10px;
  color: #333;
}

.houseView .ownerBox_linked .titleSection .editButton{
  /*background: #00baff;*/
  background: #00baff;
  color:  #ffffff;
  margin-bottom: 10px;
  transition: all ease 0.3s;
}
.houseView .ownerBox_linked .titleSection .editButton:hover{
  /*background: #03a3de;*/
  background: #009587;
}
.houseView .ownerBox_linked .tableHolder{
  width: 100%;
  float: left;
}
/* Real Estate View*/
.viewPage{
  width: 100%;
  float: left;
  padding: 25px 0;
}
.viewPage .leftSide{
  width: 100%;
  float: left;
}
.viewPage .leftSide .sliderWrapper{
  width: 100%;
  float: left;
}

.viewPage .leftSide .sliderWrapper img{
  border: 1px solid #537bbb;

}

.viewPage .leftSide .detailsWrapper{
  width: 100%;
  float: left;
  margin-top: 45px;
}

.viewPage .leftSide .detailsWrapper h5{
  font-size: 30px;
  float: left;
  color: #283447;
  width: 100%;
  margin-bottom: 25px;
}
.viewPage .leftSide .detailsWrapper .priceNStatus{
  width: 100%;
  float: left;
}
.viewPage .leftSide  .priceNStatus .status{
  float: left;
  color: #fff;
  font-size: 18px;
  min-width: 75px;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  background: #eb4537;
  border-radius: 5px;
  border: 1px solid #951b11;
}
.viewPage .leftSide  .priceNStatus .price{
  float: right;
  color: #000;
  font-size: 25px;
  font-family:'Montserrat-Bold';
  min-width: 75px;
  text-align: center;
  line-height: 35px;
}
.viewPage .leftSide .detailsWrapper .propertyStats{
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.viewPage .leftSide .detailsWrapper .propertyStats span{
  font-size: 14px;
  color: #8f9194;
}
.viewPage .leftSide .detailsWrapper ul.facilites{
  width: 100%;
  float: left;
  padding: 0;
  margin-top: 15px;
}
.viewPage .leftSide .detailsWrapper ul.facilites li{
  list-style: none;
  float: left;
  margin-bottom: 8px;
  color: #8f9194;
  font-size: 15px;
}
.viewPage .leftSide .detailsWrapper ul.facilites li i{
  padding-right: 5px;
}
.viewPage .leftSide .detailsWrapper ul.facilites li span{
  color: #000;
  font-size: 17px;
  padding-left: 5px;
  margin-right: 20px;
}
.viewPage .leftSide .detailsWrapper .details p{
  width: 100%;
  float: left;
  color: #253043;
  font-size: 15px;
  line-height: 28px;
  margin: 30px 0 15px 0px;
}
.viewPage .leftSide .detailsWrapper .amenetiesWrapper{
  width: 100%;
  float: left;
}
.viewPage .leftSide .detailsWrapper .amenetiesWrapper .head {
  border-bottom: 2px solid #000;
  float: left;
  font-family: "Montserrat-Light" !important;
  font-size: 25px;
  font-weight: normal !important;
  text-transform: uppercase;
  width: auto;
}
.viewPage .leftSide .detailsWrapper .amenetiesWrapper .amenityDetails{
  width: 100%;
  float: left;
  padding: 0;
}
.viewPage .leftSide .detailsWrapper .amenetiesWrapper .amenityDetails li {
  float: left;
  font-size: 16px;
  line-height: 35px;
  list-style: outside none circle;
  width: 100%;
}
.viewPage .leftSide .detailsWrapper .requestEnquiry{
  width: 100%;
  float: left;
  margin-top: 25px;
}
.viewPage .leftSide .detailsWrapper .requestEnquiry .head{
  float: left;
  width: 100%;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
}
.viewPage .leftSide .detailsWrapper .requestEnquiry .form-group{
  width: 100%;
  float: left;
}
.viewPage .leftSide .detailsWrapper .requestEnquiry label{
  float: left;
  font-weight: normal;
  color: #000;
}
.viewPage .leftSide .detailsWrapper .requestEnquiry  input[type="text"]{
  width: 100%;
  float: left;
  height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  border: 1px solid #d7d5d5;
}
.viewPage .leftSide .detailsWrapper .requestEnquiry  textarea{
  width: 100%;
  float: left;
  resize: none;
  height: 100px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  border: 1px solid #d7d5d5;
}
.viewPage .leftSide .detailsWrapper .requestEnquiry  .submitBTN{
  width: 200px;
  height: 50px;
  background: #5ac680;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #43a666;
  transition: all ease 0.5s;
}
.viewPage .leftSide .detailsWrapper .requestEnquiry  .submitBTN:hover{
  background: #44AB68;
}
.viewPage .ownerDetails{
  width: 100%;
  float: left;
}
.viewPage .ownerDetails .title{
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  line-height: 55px;
  text-transform: uppercase;
  float: left;
  background: #0178ba;
}
.viewPage .ownerDetails .bodySec{
  width: 100%;
  float: left;
  padding: 15px;
  line-height: 30px;
  background: #F8F8F8;
}

.viewPage .requestEnquiry{
  width: 100%;
  float: left;
  margin-top: 25px;
}
.viewPage  .requestEnquiry .head{
  float: left;
  width: 100%;
    font-family: "Montserrat-Light" !important;
    font-size: 20px;
  font-weight: normal !important;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.viewPage  .requestEnquiry .form-group{
  width: 100%;
  float: left;
}
.viewPage  .requestEnquiry label{
  float: left;
  font-weight: normal;
  color: #000;
}
.viewPage  .requestEnquiry  input[type="text"]{
  width: 100%;
  float: left;
  height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  border: 1px solid #d7d5d5;
}
.viewPage  .requestEnquiry  textarea{
  width: 100%;
  float: left;
  resize: none;
  height: 100px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  border: 1px solid #d7d5d5;
}
.viewPage  .requestEnquiry  .submitBTN{
  width: 200px;
  height: 50px;
  background: #5ac680;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #43a666;
  transition: all ease 0.5s;
}
.viewPage  .requestEnquiry  .submitBTN:hover{
  background: #44AB68;
}

.viewPage .leftSide .sliderWrapper .rightArrow{
  width: 60px;
  height: 60px;
  opacity: 10;
  top: 40%;
  right: 5%;
  background: url('../images/rightARROW.png') no-repeat;
}
.viewPage .leftSide .sliderWrapper .leftArrow{
  width: 60px;
  height: 60px;
  opacity: 10;
  top: 40%;
  left: 2%;
  background: url('../images/leftARROW.png') no-repeat;
}
.book_expense_first
{
  padding: 20px;
}
.box_expense_second
{
  padding: 20px;
}
.expense_round_off ,.expense_tds , .expense_gst
{
  border-top-color: #00a65a;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  padding-bottom: 20px;
}
.expense_padding
{
  padding-left: 0px;
}
.expense_padding_last
{
  padding-left: 0px;
  padding-right: 0px;
}
.event_payment
{
  padding: 20px;
}
.event_payment_span
{
  padding-right: 15px;
  font-size: 17px;
}
.event_type_text
{
  font-size: 18px;
}
.event_create
{
  padding: 20px;
}
.event_type_inner
{
  padding: 20px;
}
.event_create_main
{
  margin-right:0px;
  padding-right: 0px;
}
.ownerBox
{
  padding: 10px;
}
.shadow
{
   -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}
#nav_logo_image
{
  width: 147px !important;
  height: 35px !important;
}
.modal_home_main
{
  background-color: #157aee;
  color: :#fff;
}
.dash_padding_none
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.overflow_auto
{
  overflow: auto !important;
}
.sr_header_button
{
  text-align: right !important;
}
.sr_header_h1
{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.left_align
{
  text-align: left important;
}
.padding_lr_15
{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.dash_padding_b_10
{
  padding-top: 0px !important;
  padding-bottom: 15px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dash_padding_tb_10
{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.sr_header_sr_form label
{
  padding-right: 15px;
}
/*Dues aging report styling starts here */
.dar_hdr_main_block {
  width: 83%;
  padding: 0px 28px 0px 28px;
  font-size: 15px;
  color: #3c8cbc;
  margin-bottom: 10px;
}

.dar_hdr_main_block span {
  font-weight: 600;
}

.dar_hdr_main_block hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*Dues aging report styling ends here */

.stickeyheadertable, .stickeyheadertable thead , .stickeyheadertable thead tr th{
  z-index: 1;
}
.stickeyheadertable thead tr th {
  top: -1px;
}
.stickeyheadertable tbody tr td{
  z-index: 0;
}
.select-field .select2.select2-container {
  width: 400px !important;
}
.s2_w_force #id_group_batch_id{
  width: 100%;
}
.reportTableholder .tableWrapper.gst_tbl_middle{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/*Gstr - 3br reference page css started from here.*/
 .gstr-3b-container{
            margin-top: 0em;
        }

        .gstr-3b-breadcrumb {
            padding-left:0em !important;
            background-color: whitesmoke;
            padding-left: 0em;
            margin-bottom: 0em;
        }
        .gstr-3b-breadcrumb li+li:before {
            color:black;
            content:"\00bb";
        }
        .gstr-3b-breadcrumb li a {
            color:  dodgerblue;
            font-size: 90%;
        }

        .gstr-3b-bold-text{
            font-weight: bold;
        }
        .gstr-3b-bolder-heading{
            font-weight: bolder;
            padding-left:15px;
            font-family: 'Source Sans Pro',sans-serif;
        }
        .gstr-3b-bolder-text {
            font-weight: bolder;
            font-family: 'Source Sans Pro',sans-serif;
        }
        .gstr-3b-centered-text{
            text-align: center;
            font-family: 'Source Sans Pro',sans-serif;
        }
        .gstr-3b-bg-lightgrey{
            background-color: #f2f2f2;
        }

        .gstr-3b-row-title{
            margin-bottom: 1em;
        }
        .gstr-3b-row-society-details{
            margin-bottom: 3em;
        }

        .gstr-3b-table{
            background-color: white;
            margin-top: 1em;
        }
        .gstr-3b-table-parent{
            margin-bottom: 3em;
        }

        .gstr-3b-grey-out-cell{
            background-color:lightgrey;
        }

        .gstr-3b-download-button{
            float:right;
            margin-right: 1em;
            background-color: #0099ff;
            color:white;
            font-weight: bold;
            border:none;
            outline:none;
            padding:5px;
            border-radius: 5px;
        }
        .gstr-3b-download-button:active{
            background-color:#0066cc;
        }
        @media only screen and (max-width: 640px) {
            .gstr-3b-download-button {
               float:left;
            }
        }

        .gstr-3b-society{
            margin-right: 15px;
            vertical-align:bottom !important;
        }
        @media only screen and (max-width: 640px) {
            .gstr-3b-society {
                margin-right:0em ;
                height: 30px;
                width:30px;
            }
        }
        @media only screen and (min-width: 600px) {
            .gstr-3b-society {
                margin-right:0em ;
                height: 30px;
                width: 30px;
            }
        }
        @media only screen and (min-width: 1200px) {
            .gstr-3b-society {
                margin-right: -3em ;
                height: 30px;
                width: 30px;
            }
             .gstr-3b-container{
                margin-top: 0em;
                width:100% !important;
            }
        }
        @media only screen and (min-width: 992px) {
             .gstr-3b-society {
                margin-right:-2em ;
                height: 30px;
                width: 30px;
                margin-top: 5px;
            }
        }
        @media only screen and (min-width: 768px) {
             .gstr-3b-container{
                margin-top: 0px;
                width:100% !important;

            }
            .gstr-3b-society {
                height: 30px;
                width: 30px;
                margin-top: 5px;
                margin-right: 15px;
            }
        }

        .gstr-3b-grey-line {
            height: 1px;
            border: 1px;
            background:lightgrey;
            position: relative;
            top: 18px;
            right: 20px;
        }
        @media only screen and (max-width: 767px) {
            .gstr-3b-grey-line {
                display:none;
            }
            .gstr-3b-container{
                margin-top: 0em;
                width:100% !important;
            }
        }
/*Gstr - 3br reference page css end here.*/

/*Gstr - 3br form page css start here.*/
.gstr-3b-form-container{
            display:flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 100px;
            margin-left: auto;
            margin-right: auto;
        }
        .gstr-3b-form-summary-card{
            padding-top:2em;
            padding-bottom:1.5em;
            padding-left:3.5em;
            padding-right:3.5em;
            width: 680px;
            background-color: #ffffff;
            color: #1a2138;
            min-height: 344px;
            box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.15) !important;
        }
        @media (max-width: 767px) {
            .gstr-3b-form-summary-card {
                box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.15) !important;
                border: none;
                width: 100%;
                padding: 0;
                margin-left: 2em;
                background-color: initial !important;
            }
        }

        /* radio button styling   */
            .gstr-3b-input[type="radio"] {
                position:absolute;
                clip: rect(0,0,0,0);
                clip: rect(0 0 0 0);
            }
        .gstr-3b-form-row-margin-top{
            margin-top: 3em;
        }
        .gstr-3b-span-text{
            margin-left: 0.5em;
        }
        .gstr-3b-text-color{
            color: #585E5F;
            font-weight: bold;
        }
        #gstr-3b-custom-date {
            display: block;
        }
        #gstr-3b-quarter-wise {
            display: none;
        }

        .gstr-3b-input-group{
            position:relative;
            min-height:30px;
            margin-bottom: 1em;
            cursor: pointer;
            width: 285px;
            border:2px solid lightgrey;
            border-radius: 7px;
            padding-left:1em;
            padding-top:0.5em;
            padding-bottom:0.5em;
            background-color: transparent;
            z-index: 1;
        }
        .gstr-3b-input-group:focus{
            outline:none;
        }
        .gstr-3b-input-group-img{
            position:absolute;
            left:255px;
            top:30px;
            z-index: 0;
        }

        .gstr-3b-select-group-disable-arrow {
            -webkit-appearance: none;
            -moz-appearance: none;
        }
        .gstr-3b-select-group-disable-arrow::-ms-expand {
            display: none;
        }

        .gstr-3b-button-view{
            margin-right: 1em;
            background-color: #4CAF50;
            color:white;
            font-weight: bold;
            border:none;
            outline:none;
            padding: 6px 60px 6px 60px;
            border-radius: 5px;
            margin-left: -20px;
        }
        .gstr-3b-button-view:active{
            background-color:#036F30;
        }
        @media (max-width: 767px) {
            .gstr-3b-button-view{
                margin-bottom: .7em;
                margin-left: 0px;
            }
        }

        .gstr-3b-button-download{
            margin-right: 1em;
            background-color: #3399FF;
            color:white;
            font-weight: bold;
            border:none;
            outline:none;
            padding: 6px 35px 6px 35px;
            border-radius: 5px;
        }
        @media (max-width: 767px) {
            .gstr-3b-button-download{
                margin-top: 1em;
            }
        }
        .gstr-3b-button-download:active{
            background-color:#0066cc;
        }
        .gstr-3b-validation-error{
            color:red;
        }
/*Gstr - 3br form page css end here.*/