@charset "utf-8";
/* CSS Document */
.container{
height: 100%;
align-content: center;
margin-top:150px;
}

.card{
height: 300px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: #000;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #519B2A;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: #000;
}

.links a{
margin-left: 4px;
}
  
  
  
  
  
.cld-main svg {
    fill: #519B2A!important;
}
.cld-day.today .cld-number {
    background: #519B2A!important;
    color: #fff;
}
.gh{background:#519B2A; color:#fff; padding:8px;}
.gh1{border:solid 1px #519B2A; margin-bottom:30px;}
.gh2{padding:8px;}
.bj{ background:#519B2A!important; border:solid 1px #519B2A!important;}
.da { border:solid 1px #519B2A;}
.da1 {background:#519B2A; color:#230D02; padding-left:20px; padding-top:15px; padding-bottom:15px; font-size:20px; font-weight:600}
.da2 { padding:100px; display:block; margin-left:auto; margin-right:auto; font-size:40px; color:#519B2A; font-weight:600}
.da4 {border:solid 1px #000; padding-left:none !important;   }
.da3 { border-bottom:solid 1px #000; }
.bl {background-image:url(../img/bg.jpg); background-repeat:no-repeat;}
.bl1 {border:solid 1px #AEA5A0; margin-top:100px; padding:80px;}
.bl2 {background:#3A160A !important;}
.bl3 {font-size:30px; color:#3A160A; padding-bottom:20px; }
.bl4 {color:#3A160A; padding-top:20px; padding-bottom:20px;}
.bl5 {font-size:18px; color:#3A160A; font-weight:600}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {color:#fff !important}
.av {background:#69696C !important; border:solid 1px #69696C !important; margin-bottom:20px;}
.av:hover {background:#69696C !important; border:solid 1px #69696C !important; margin-bottom:20px;}
.an {background:#993D1D !important; border:solid 1px #993D1D !important}
.an1 {background:#468B21 !important; border:solid 1px #468B21 !important}
.ax { display:block; margin-left:auto; margin-right:auto; margin-top:20px;}
.sidebar .nav-item .collapse .collapse-inner {background:#468B21 !important;}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    color: #000 !important;
}
.am {color:#fffff !important; font-weight:700 !important;}
.pi {font-size:100px; font-weight:600; color:#220B03; margin-top:40px;}
.pi1 {font-size:40px; font-weight:600; color:#220B03;}
.pi2 {font-size:18px; color:#220B03;}
footer.sticky-footer .copyright {color:#000 !important; font-size:16px !important;}
.sidebar-dark .nav-item .nav-link {color:#000 !important;}
.bo1 {text-align:center; display:block; margin-left:auto; margin-right:auto; font-size:36px; font-weight:500; margin-bottom:20px;}
.bo2 {width:480px !important; display:block; margin-left:auto; margin-right:auto; margin-top:50px; border:solid 1px #A3A5A3;}
.cm {text-align:center; display:block; margin-left:auto; margin-right:auto; margin-top:50px; font-size:50px;}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}





@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
	border-bottom: 1px solid #ddd;
	display: block;
	/* [disabled]font-size: 0.8em; */
	text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }

  
  
  
  
  

  
  