
*{
	margin: 0;
	padding: 0;
}
html, body{
	font-family: 'Hanuman', monospace;
	font-size: 13px !important;
    height: 100%;
    min-width: 1280px;
    margin: 0;
    padding: 0;
}
.container{
	margin: 0;
	padding: 0;
	position: relative;
}
.header{
	margin: auto;
	width: 100%;
	height: 80px;
}
.menu{
	/*font-family: 'Roboto';
	font-size: 14px !important;
	width: 100%;
	padding: 0;*/
	background-color: #2980B9;
	/*height: 40px;*/
	/*margin-bottom: 10px;*/
	/*border-bottom-style: solid;*/
	/*border-bottom-color: #909497;*/
	text-align: center;
}
.menu ul{
	display: table;
	list-style: none;
	color: #fff;
	margin: 0;
    padding: 0;
}
.menu ul li{
	width: 130px;
	padding: 10px;
	float: left;
	border-left: 1px solid #E5E4E2;
}
.menu ul a li {
	text-decoration: none;
	color: white;
	border-radius: 5px;
}
.menu ul a li.active {
	background-color: #5499c7;
	color: white;
	/*padding: 10px 20px;
	border-radius: 5px;*/
}
.active, .menu ul li:hover{
	background-color: #5499c7;
	/*border-radius: 5px;*/
	/*list-style-type: none;
	float: left;
	color: #000;*/
}
/*li.active,
li.active a {
  background-color: #2980B9;
  color: white;
}*/
.main-camp{
	margin: auto;
	width: 100%;
	height: auto;
}
.wrap-camp{
	padding: 20px 40px;
}
select {
	height: 30px;
	border-radius: 5px;
	border:1px solid #B3B6B7;
	font-family: 'Hanuman';
	font-size: 12px !important;
}
textarea{
	width: 100%;
	border-radius: 5px;
	border:1px solid #B3B6B7;
	font-family: 'Hanuman';
	font-size: 12px !important;
}
input {
	width: 100%;
	height: 25px;
	border-radius: 5px;
	border:1px solid #B3B6B7;
	font-family: 'Hanuman';
	font-size: 12px !important;
}
.btn-clearcolor{
	background-color: #E5E4E2;
	color: #000;
	border:1px solid #B6B6B4;
}
.btn-clearcolor:hover{
	background-color: #B6B6B4;
}
button{
	font-family: 'Roboto';
	font-size: 12px !important;
	background-color: #2980B9;
	color: #fff;
	border:1px solid #E5E4E2;
	border-radius: 5px;
	text-align: center;
	height: 30px;
	cursor: pointer;
}
label{
	font-family: 'Roboto';
	font-size: 12px !important;
	font-weight: bold;
}
span{
	font-family: 'Roboto';
	font-size: 12px !important;
}
button:hover{
	background-color: #3090C7;
}
i{
	margin: 0px 5px;
}
.two-left label, .two-right label{
	font-family: 'Hanuman';
	font-size: 12px !important;
	/* font-weight: bold; */
}
.two-left span, .two-right span{
	font-family: 'Hanuman';
	font-size: 14px !important;
	font-weight: bold;
}
.datatable table{
	border-spacing: 1;
	border-radius: 5px;
	margin: 10px 0px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.datatable table th{
	height: 40px;
	background-color: #fff;
	color: #000;
	font-family: 'Hanuman';
	font-size: 14px !important;
	font-weight: 700;
	text-align: left;
}
.datatable table tr td{
	font-family: "Hanuman";
	font-size: 12px !important;
	font-weight: 300;
	height: 35px;
}
.datatable table tr span{
	margin-right: 5px;
	cursor: pointer;
}

.datatable table tr:nth-child(even) {
    background-color: #dfdfdf;
}
.datatable table tr:nth-child(odd) {
    background-color: #FFF;
}
.datatable table tr:hover{
	background-color: #FAE5D3;
}
.login {
    height: 300px;
    width: 400px;
    background: #2980B9;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
}
.logo-login{
	width: 100%;
	text-align: center;
	left: 50%;
	margin: 20px 0px;
}
.content-login label{
	float: left;
	margin-bottom: 5px;
	color: #fff;
}
.content-login{
	padding: 10px 40px;
    text-align: center;
}
.content-login input{
	margin-bottom: 20px;
}
.boxinfo {
	margin: 0;
	width: 100%;
	height: 150px;
	background-color: red;
	text-align: center;
	color: white;
	border-radius: 10px;
}
.boxinfo h2{
	margin:0;
	padding: 10px;
}
.boxinfo p{
	font-size: 30pt;
	margin:0;
	padding: 15px;
	font-weight: bold;
}
.form-camp{
	margin-top: 10px;
	padding: 20px 40px;
	border-radius: 5px;
	font-family: 'Roboto';
	font-size: 12px !important;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	overflow:hidden ;
}
/* The popup form - hidden by default */
.form-popup {
  margin: auto;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f1f1f1;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
  font-family: 'Roboto';
  font-size: 12px !important;
}

/* Full-width input fields */
.form-container input[type=text]{
  width: 100%;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.form-container select{
  width: 100%;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  /*padding: 16px;*/
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.success-msg{
	background-color: #a8e9be;
    border: 1px solid #9ad6b2;
	padding:10px;
	width: 100%;
	height: 10px;
	color: #045222;
	border-radius: 5px;
	float: left;
	margin-left: 20px;
}
.fail-msg{
	background-color: #ffbcb1;
    border: 1px solid #ffded8;
	padding:10px;
	width: 100%;
	height: 10px;
	color: #f24e47;
	border-radius: 5px;
	float: left;
	margin-left: 20px;
}
input[type='radio'] {
	width: auto;
}
.form-camp label{
	opacity: 0.7;
}
/*Column Responsive */
.wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: minmax(50px, auto);
}
.one-left {
	grid-column: 1;
	grid-row: 1;
	margin: 0px 10px 10px 0px;
}
.one-center {
	grid-column: 2 / 3;
	grid-row: 1;
	margin: 0px 10px 10px 0px;
}
.one-right {
	grid-column: 3 / 3;
	grid-row: 1;
	margin: 0px 10px 10px 0px;
}
.one-lastright{
	grid-column: 4 / 5;
	grid-row: 1;
	margin: 0px 10px 10px 0px;
}
.two-left{
	grid-column: 1 / 3;
	grid-row: 1;
	margin: 0px 10px 10px 0px;
}
.full{
	grid-column: 1 / 5;
	grid-row: 1;
	margin: 0px 10px 10px 0px;
}
.two-right{
	grid-column: 3 / 5;
	grid-row: 1;
	margin: 0px 10px 10px 0px;
}
.three-right{
	grid-column: 2 / 5;
	grid-row: 1;
	margin: 0px 10px 10px 0px;
}
.footer{
	margin: auto;
	position: fixed;
	background-color: #444;
	color: #fff;
	bottom:0;
	width: 100%;
	z-index: 9999;
	font-family: 'Roboto';
	font-size: 12px !important;
	padding: 5px;
}
.footer .footer-left{
	float: left;
}
.footer .footer-right{
	float: right;
	margin-right: 10px;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  /* grid-template-columns: auto auto ; */
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /* CSS */
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /* CSS */
  
}
