/* CSS Document */
html,body { 
	height: 100%; 
		background-color: #f5f5f5 !important;
}

.nav-bg-green {
background-color:#0f7013;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color:#000 !important;
}


.gray-bg
{	background-color: #f5f5f5;
	padding:80px 0px;
}
.global-container{

	display: flex;
	align-items: center;
	justify-content: center;

}

form{
	font-size: 14px;
}

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}


.login-form{ 
	width:400px;
	margin:20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;

}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}

.card {
    box-shadow: 0px 0px 5px 5px #eaeaea;
}
h3.card-title.text-center {
    font-weight: normal;
    color: #0f7013;
    font-size: 40px;
}
.form-text
{
font-size:16px;
text-align:left;
padding:10px 0px;
color:#000;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formbutton:hover, .formbutton:active, .formbutton:focus {
    background: #43A047;
}
.formbutton {
    text-transform: uppercase;
    outline: 0;
    background: #0f7013;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 20px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.card-body {
    flex: 1 1 auto;
    padding: 20px;
}
/* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
  position: absolute;
  z-index:10;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
    z-index:10;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
}
li a:hover,
li a:focus {
  background: #0f7013;
  color: #fff;
}




p, p a { font-size: 12px;text-align: center; color: #888; }


/*14-march-2022*/
.white-bg
{	background-color: #fff;
	padding:10px 0px;
	border: 1px solid #dfdfdf;
	margin:0px 0px 5px 0px;
}

.black-txt
{
font-size:16px;
font-weight:bold;
text-align:left;
color:#000;
padding-left:10px;
margin-top: 10px;
}

.black-txt1
{
font-size:16px;
font-weight:bold;
text-align:left;
color:#000;
padding-right:20px;
margin: 12px 0px 0px 0px;
}
i.fa.fa-refresh {
    padding: 0px 8px;
/*    font-size: 10px;*/
	color:#000;
}
i.fa.fa-refresh:hover {
    color: #0f7013;
}
.right-top
{
text-align:right;
padding-right: 20px;
}


.seachbtn {
    text-transform: uppercase;
    outline: 0;
    background: #0f7013;
    width: 100%;
    border: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 20px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
	    border-radius: 0px 4px 4px 0px;
}
.seachbtn:hover, .seachbtn:active, .seachbtn:focus {
    background: #43A047;
}

.savebtn {
    text-transform: uppercase;
    outline: 0;
    background: #0f7013;
    width: 100%;
    border: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 20px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
	width:40%;
	border-radius: 4px;
}
.savebtn:hover, .savebtn:active, .savebtn:focus {
    background: #43A047;
}

.left-side
{
padding:20px 20px;
background-color:#f6f6f6
}
.left-side-records
{
font-size:16px;
font-weight:bold;
text-align:left;
color:#000;
}
.record-box
{
border-bottom:1px solid #b9b9b9;
padding: 10px 0px;
}
.record-box ul
{
padding:0px 0px;
margin:0px 0px;
}

.record-box ul li
{
font-size:16px;
font-weight:normal;
color:#000;
line-height:25px;
padding:0px;
margin:0px;
background:none;
}
.record-box ul li a
{
font-size:16px;
font-weight:normal;
color:#000;
line-height:25px;
padding:0px;
margin:0px;
background:none;
}

.record-box ul li a:hover
{
font-size:16px;
font-weight:normal;
color:green;
line-height:25px;
padding:0px;
margin:0px;
background:none;
}

.vertical-scrollable {
  overflow-y: scroll;
  height:550px;
  overflow-x: hidden;
 }


.right-side-records
{
margin:10px 0px;
padding:0px;
font-size:16px;
font-weight:normal;
color:#000;
line-height:25px;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: green green;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
  height:20px;
}

*::-webkit-scrollbar-track {
  background: #0f7013;
}

*::-webkit-scrollbar-thumb {
  background-color: #48ca4e;
  border-radius: 20px;
    height:20px;
  border: 2px solid #0f7013;
}









@media only screen and (min-width:320px) and (max-width:767px)
{
#menu {
	right:0px;
  width: 100%;
  margin-top:30px;
      position: absolute;
    z-index: 10;
}
#menu:after {
    z-index: 10;
    top: -20px;
    left: 335px;
    content: "";
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
}
.gray-bg {
    background-color: #f5f5f5;
    padding: 50px 0px;
}

.px-5 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.right-top
{
text-align:center;
padding-right: 0px;
padding-top:10px;
}

.black-txt1 {
    padding-right: 10px;
	padding-left: 10px;
}

.black-txt {
    text-align: center;
}
.vertical-scrollable {
  overflow-y: scroll;
  height:200px;
 }
}


select#Va 
{
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;


}

/*19 april*/

select.form-control {
    -webkit-appearance: menulist;
}
i.fa.fa-files-o {
    color: green;
    font-size: 15px;
    padding-top: 10px;
}

.form-check-input {
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
}
textarea#address1 {
    background-color: #fff;
    border: 2px dashed #ced4da;
}

@media only screen and (min-width:320px) and (max-width:767px)
{
.form-control
{
    margin-bottom: 10px;
	}
}

/*19 april*/