	body {
		color: blue;
		background: #d47677;
		/*background-image: url(../images/back_01.jpg);
		background-position: top left;
		background-repeat: no-repeat;*/
		position: relative;
	}
	.form-control {
        min-height: 41px;
		background: #fff;
		box-shadow: none !important;
		border-color: #e3e3e3;
		color: #444 !important;
		/*font-weight: bold !important;*/
	}
	.form-control:focus {
		border-color: #70c5c0;
	}
    .form-control, .btn {        
        border-radius: 2px;
    }
	.login-form {
		width: 600px;
		margin: 0 auto;
		padding: 120px 0 0px;		
	}
	.login-form form {
		color: #7a7a7a;
		border-radius: 5px;
    	margin-bottom: 15px;
        font-size: 13px;
        background: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;	
        position: relative;	
        /*height: 650px;*/
    }
	.login-form h2 {
		font-size: 22px;
        margin: 120px 0 18px;
        color: #444;
    }
	
	.login-form label {
		color: #444;
		font-size: 15px;
		font-weight: bold;
		margin-top: 8px;
	}

	.login-form .avatar {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 20px;
		width: 83px;
		height: 83px;
		/*border-radius: 50%;*/
		z-index: 9;
		/*background: #70c5c0;
		padding: 15px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);*/
	}
	.login-form .avatar img {
		width: 100%;
	}	
    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }
    .login-form .btn {        
        font-size: 16px;
        font-weight: bold;
		/*background: #70c5c0;*/
		border: none;
		margin-bottom: 20px;
    }
	.login-form .btn:hover, .login-form .btn:focus {
		/*background: #50b8b3;*/
        outline: none !important;
	}    
	.login-form a {
		color: #fff;
		text-decoration: underline;
	}
	.login-form a:hover {
		text-decoration: none;
	}
	.login-form form a {
		color: #7a7a7a;
		text-decoration: none;
	}
	.login-form form a:hover {
		text-decoration: underline;
	}

	.top_bar {
		border: solid 1px #fff;
		background-color: #fff;
		height: 40px;
		text-align: center;
		padding-top: 10px;
	}

	.top_bar p {
		font-size: 13px;
	}

	.bottom_bar {
		border: solid 1px #fff;
		background-color: #fff;
		width: 600px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 7px;
		margin: 0 auto;
		border-radius: 5px;

	}
	.middle_bar {
		/*border: solid 1px blue;*/
		height: 872px;
		
	}

	.alert-primary {
		text-align: left;
		font-size: 15px !important;
		border: solid 2px #b8daff !important;
	}

	.space {
		margin-right: 7px;
		font-size: 20px;
	}


	.bottom_bar p{
		font-size: 13px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 3px 0px;
	}

	.bill {
		border: none !important;
		border-bottom: solid 1px #000 !important;
		float: right;
	}

	.info label {
		font-weight: normal !important;
	}

	.tr_place {
		float: right;
		margin-top: 8px;
		font-weight: 600;
		font-size: 15px;
	}
	
	
	
	.background {
		-webkit-background-size: auto !important;
		-moz-background-size: auto !important;
		-o-background-size: auto !important;
		background-size: auto !important;
	}

	
	.tr_rec {
		/*border: solid 1px red;*/
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
		width: 45%;
	}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size:22px;
}



	/*Mobile Media Screens*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
	.background {
		-webkit-background-size: auto !important;
		-moz-background-size: auto !important;
		-o-background-size: auto !important;
		background-size: auto !important;
		/*border: solid 10px blue;*/
	}

	/*.login-form {
		width: 30%;
	}
	.bottom_bar {
		width: 99%;
	}*/


  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

	.background {
		-webkit-background-size: auto !important;
		-moz-background-size: auto !important;
		-o-background-size: auto !important;
		background-size: auto !important;
		/*border: solid 10px yellow;*/
	}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
	.background {
		-webkit-background-size: auto !important;
		-moz-background-size: auto !important;
		-o-background-size: auto !important;
		background-size: auto !important;
		/*border: solid 10px red;*/
	}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
	.background {
		-webkit-background-size: auto !important;
		-moz-background-size: auto !important;
		-o-background-size: auto !important;
		background-size: auto !important;
		/*border: solid 10px green;*/
	}
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

.background {
		-webkit-background-size: auto !important;
		-moz-background-size: auto !important;
		-o-background-size: auto !important;
		background-size: auto !important;
		/*border: solid 10px black;*/
	}

	.login-form {
		width: 99%;
	}
	.bottom_bar {
		width: 99%;
	}

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .background {
		-webkit-background-size: auto !important;
		-moz-background-size: auto !important;
		-o-background-size: auto !important;
		background-size: auto !important;
		/*border: solid 10px yellow;*/
	}

	.login-form {
		width: 99%;
	}

	.bottom_bar {
		width: 99%;
	}



  
}








/*Mobile Media Screens*/
	