body{

   background-color: #F57000;
}

.login{
	padding-top: 30%;
}
.u-text{
	border:none;
	border-bottom: 1px solid #CCC;
	width: 100%;
}
.u-text2{
	border:none;
	border-bottom: 1px solid #CCC;
  background-color: #ddd0;
  outline: none;
  width: 100%;

}
.u-text3{
	border:none;
	border-bottom: 1px solid #CCC;
	width: 50%;

}

.text-white{
  color: white!important;
}

.centered{
  text-align: center;
}

.pad{
	padding:10px;
}
.tabs{
	width: 100%
}

.myfont{
	font-family: times new roman;
}
.myfont2{
	font-family:Roboto;
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form .mybtn2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #2a6752;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
}

.mybtn2:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.90);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.90);
}

.mybtn2:hover {
background-color: #225b47!important;
color: #FFFFFF!important;
}



.my-img{
	height:200px; 
	width:200px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.no-padding{
	padding: 0;
	margin: 0;
}

.b-size{
	height: 250px;
	width: 250px;
	background-color: #2a6752;
	color: white;

}

.my-bg{
	background-color:#2a6752;
}

.mybtn{
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #2a6752;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  width: 30%;

}

.submit{
	text-align: center;
	padding: 25px;
}




a{
  text-decoration: none;
}


.p-u{
  padding-bottom: 5rem;
}

.b-2{
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #2a6752;
    width: 50%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
  }

.i-2{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 50%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.notificate{
  text-align: center;
  font-size: 50px;
  font-family: "Poppins";
  font-size: 7rem;
}

.pad-2{
  padding:10px 0px 10px 0px;
  width: 25%;
}

.pad-85{
  padding-bottom: 85px;
}

.backside{
  z-index: -1;
  text-align:center;
  line-height: 4;
  color: #ffffff40;;
  font-size: 35px;
  position: absolute;
  padding-left: 18rem;

}


.mybtn3:hover {
    background-color: #333!important;
    color: #FFFFFF!important;
}
.mybtn3:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.90);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.90);
}
.mybtn3 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #0000008f;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
  }

.i-3 {
  font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;



}

.container2{
  width: 50% !important;

}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-brand:hover{
  color: white!important;

}

$('.dropdown-inverse li > a').click(function(e) {
  $('.status').text(this.innerHTML);
});

.dataTables_wrapper{
  padding-bottom: 50px !important;
}

.none:hover{
  background-color: none!important;
  color: white;
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
}

.pad2{     
    padding: 20px;
    background-color: black;
    color: white;
    font-size: 23px;
    font-weight: bold;

    }