
/*START Button*/
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  box-shadow: 3px 3px #999;
  transition: all 0.5s;
  cursor: pointer;
  margin: 3px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.btn-primary{
  background-color: indigo;
}

/*END Button*/




/*upar ki patty ka saman*/
.upar_ki_patty{
  background-color: #2890FF;
  color: white;
  font-family: 'Goudy Bookletter 1911', serif;
}
.upar_ki_patty h3{
  font-weight: bold;
  text-shadow: 2px 2px #000000; 
  font-size: 38px;
}
.upar_ki_patty h4{
  font-weight: bold; 
  font-size: 28px;
  text-shadow: 2px 2px black;
}
/*upar ki patty khatam hui*/


/* fa icon */
.fa_icons{
  text-align: right;
  letter-spacing: 5.5px;
}
.fa-home{
  color: #FBA501;
}
.fa-sign-out{
  color: red;
}
.fa-key{

}


/*fa icon ends*/


/* header */
.header {
  
	color: #E24A44;
}

/*
.wrapper{
        width: 1250px;
        margin: 0 auto;
}
*/
.page-header h1{
  margin-top: 1;
	background-color: rgb(242, 242, 242);
}

.header-text{
	
}

header{
  
}


/* Main content */
.main {
    min-height:calc(100vh - 170px - 150px);
}

/*footer*/
.footer {
 
    text-align: center;   
    background-color: #02031C;
    color:white;
    height:150px;
    padding: 50px;
    line-height: 2.5;
   
}

/* check box display item*/
.selected_item {
  border: 1px;
  border-radius: 2px;
  padding:2px;
  background-color: lightgrey;
}

/*Side selection headings*/
.side_selection_heading{
  border: 1px;
  border-radius: 2px;
  background-color: midnightblue;
  font-weight: bold;
  color: white;
  padding: 3px;
}

/*Side filter*/
.side_filter label{
  font-size: 12px;
}

.dashboard-mid{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left:5px;
  text-align: center;
  background-color: #757474;
  margin: 5px;
  border-radius: 2px;
  box-shadow: 3px 3px black;

}
.dashboard-mid span{
  text-shadow: 1px 1px black;
}

.dashboard-mid:hover{
  background-color: #cccccc;
}

.fa-database{
  color:white;
}

.my_form input{
  border: 2px solid;
  border-radius: 5px;
  border-right-color: #5400EB;
  border-left-color: green;
}


.fa-search{
  color: white;

}

/* caps warning text*/
#caps_warning {display:none;color:red}

/*Login form*/
* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login {
    width: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 130px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #eb5424;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 40px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #1a8b8a;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #2868c7;
    transition: background-color 0.2s;
}
.project_info{
    background-color: lightgrey;
    color: #204d74;
    box-shadow: 0 0 5px 0 rgba(0, 0, 255, 0.5);
    padding: 30px;
    margin: 40px auto;
    text-align: center;
    font-family: verdana;
    line-height: 1.5;

}
.project_info h4{
  font-size: 20px;
  font-weight: bold;
  color: darkgreen;
  text-shadow: 1.2px 1.2px black;
}
.project_info{
  color: #830211;
}

.project_info ul{
  text-align: left;
  font-family: verdana;
  color: #204d74;
}
.project_info li{
  font-size: 12px;
  color: #204d74;
}

#grey-td{
  background-color: grey;
  color: white;
  font-weight: bold;
}

#grey-div{
  background-color: #dbdfe3;
  padding-left: 1px;
}
.my-btn{
  white-space: normal;
  padding: 15px;
  background-color: #05A4B1;
  color: black;
  font-weight: bold;
  font-size: 14px; 
}
.my-btn:hover{
  background-color: #00d1e0;
  color: white;
}

.my-pagination span{
  background-color: #AEBDCA !important;
  border-color: black !important;
  color: black !important;
}
.my-pagination a{
  border-color: black !important;
}
body::after {
  content: "";
  background-image: url('../images/background.jpg');
  z-index: -1;
  position: absolute;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: lightyellow;
}
body{
  background-color: #ededed;
}

#login_body{
  overflow: hidden;
}
#login_body::after{
  overflow: hidden;
  content: "";
  background-image: url('../images/background.jpg');
  z-index: -1;
  position: absolute;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: lightyellow;
}

