/*
 Theme Name:     VDS Website Theme
 Theme URI:      https://www.kashikar.net
 Description:    VDS Website Theme
 Template:       onepress
 Version:        4.7.5
*/


/* =Theme customization starts here
------------------------------------------------------- */

.vds_hundi_confirm {
  font-size: 1.25rem;
}

.vds_row {
  padding: 10px 0px;
}

.vds_label {
  text-align: left;
}

.vds100 {
  width: 100%;
}

#panlabel, #paninput {
  display: none;
}


.sow-more-text > a {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(53, 74, 232);
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(255, 255, 255);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-style: none;
  border-top-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset;
  box-sizing: border-box;
  color: rgb(255, 255, 255) !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 13px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 13px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 3px;
  padding-bottom: 15px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 15px;
  text-align: center;
  text-decoration: none;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-transform: uppercase;
  touch-action: manipulation;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;

}
.sow-more-text > a:hover {

	background-color:#1e62d0;
  text-decoration: none !important;
}
.sow-more-text > a:active {
	position:relative;
	top:1px;
  text-decoration: none !important;
}

.vds-contribution-header{
  font-size: 1.25em;
}

.vds-form-group {
  padding: 5px 25px;
}


@media screen and (min-width: 768px) {
  .vds_label {
    text-align: right;
  }
}

.vds-finance-heading {
  vertical-align: bottom;
  font-size: 1.5em;
  text-align: right;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 0px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}