/* pages with this styling  
1. Admin-user-deposit
2. deposit-action

*/
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	paddin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #d5dae5;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
a{
	cursor:pointer;
	text-decoration:none;
	color: black;
}
a:active{
	color:red;
}
a:hover:{
	color:light-#e51919
}
p{
	line-height: 0.5;
}
h3{
	line-height: 1.1;
	padding:1px;
	font-size:25px;
	cursor:pointer;
	}
h4{
	line-height: 1.1;
	font-size:20px;
	padding:1px;
	cursor:pointer;
	text-align: center;
}
h5{
	line-height: 1.1;
	font-size:16px;
	padding:1px;
	cursor:pointer;
	text-align: center;
	
}
.clearfix-padding{
	clear:both;
	padding:2%;
}

.header {
	position: absolute;
	width: 100%;
	z-index: 3;
	height: 44px;
	background-color: #7d7d7d;
	border-bottom: 5px solid #b90707;
}
#logo{
	height: 44px;
	padding: 10px;
	font-weight: 700;
	width:150px;
}
 img{
	max-width:100%;
	max-height:100%;
}
#col-admin-icon{
	width:100%;
	height:50px;
	float:left;
	cursor:pointer;
	margin-top: -3%;
	
}
#col-admin-icon i {
	font-size:42px;
	color: #b90707;
	padding:7px;
	float:left;
	cursor:pointer;
	
}
#col-admin-icon h3{
	margin-top: 15px;
}

#left-col{
	width:400px;
	height:auto;
	float:left;
	margin-left: 0.5%;
	background:#7d7d7d;
	margin-top: 65px;
}
#profile-pic{
	width: 250px;
    height: 250px;
	margin-right: auto; 
	margin-left: auto;
	border:8px solid white;
	margin-top:3px;
}
#profile-pic img{
	max-width:100%;
	max-height:100%;
}

	#left-col ul {
		width:100%;
		z-index:100;
		cursor:pointer;
		margin-left:-5%;
		
			
	}
	.header ul{
	z-index:100;
	cursor:pointer;
	width: 66%;
	margin-top: -2.5%;
    padding-left: 167px;
}
#nav-nav{
	display:in-line;
}
.header ul li{
	list-style: none;
	cursor:pointer;
	float:left;
    height: 29px;
	margin-top: -21px;
	text-align: center;
	font-size: 18px;
	width: 125px;
	
}
.header ul li:hover{
	background: #b90707;
	 transition:  0.5s ease-in-out;
}
	#left-col ul li{
	float:left;
	padding-top: 3.8%;
	padding-bottom: 4%;
	text-align:center;
	width:96%;
	
	font-size: 18px;
	list-style: none;
	cursor:pointer;
	background: #b90707;
	border-radius: 3px;
	margin-bottom: 12px;
	transition:  0.5s ease-in-out;
	
}
#left-col ul li:hover{
	background:#b90707;
	 transition:  0.5s ease-in-out;
}
#col-mid{
	width:50%;
	height: auto;
	float:left;
	margin-left:35px;
	background:#f5f5f5;
	border: 1px solid #7d7d7d;
	box-shadow: 5px 10px #a79b9b;
	margin-top: 100px;
}
#right-col{
	width: 11.5%;
	height:480px;
	margin-top:105px;
	float:left;
	margin-left: 35px;
	box-shadow: 5px 10px #908f8f;
	
}
.container {
    display: none;
    cursor: pointer;
	float: right;
	margin-top: -43px;
    margin-right: 53px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.col-basic-info{
	width: 300px; 
	height: 100px; 
	float: left; 
	padding: 5px; 
	
}
.col-basic-info-inner{
	width: 90%;
	height: auto;
	margin:0 auto 0 auto;
	
}
.col-basic-info-inner-2{
	width: 100%;
	height: 250px; 
	background: #e6e6e6;
}
.col-deposit{
	width: 50%; 
	height: auto; 
	margin: 2px auto 0 auto; 
	
}
.col-current-money{
	width:200px; 
	height: 30px; 
	background: white; 
	margin: -20px auto -20px auto;
	border: 1px solid #7d7d7d;
	
}
input[type=number] {
    width: 200px;
    padding: 7px 7px;
    margin:-4px 16% auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #b90707;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #ef1414;
}
/* -------------------media queries responsive styling---------------------- */
@media screen and (max-width: 768px){
	#left-col{
		margin-top: 89px;
		width: 100%;
		height: auto;
	}
	#col-admin-icon h3{
	display: none;
	color: #C09;
	}
	#col-admin-icon i {
		padding-left: 19px;
	
	}
	#profile-pic{
	width: 250px;
    height: 250px;
	}
	#left-col ul{
		width:100%;
		z-index:100;
		list-style:none;
		margin-left: -5%;
	}
	#left-col ul li{
	float:left;
	padding-top: 6.8%;
	
	text-align:center;
	width:96%;
	
}
.header ul li{
	    margin-top: 10px;
}
#col-mid{
	width:95%;
	margin-left: 6px;
	margin-top: 70px;
}
#right-col{
	display:none;
}
.header ul{
	 width: 8%;
	 margin-top: 0%;
	float: right;
    margin-right: 140px;
	
}
#nav-nav{
	display:none;
}
.container{
	display:block;
}
}

/* -------------------media queries responsive styling---------------------- */
@media screen and (max-width: 457px){
	input[type=number] {
    margin:-4px 22% 0 -5px;
	
}
}


/*------------------------ deposit action styling --------------------*/
#col-act-dep-innerwrap{
	width: 35%;
	height: auto; 
	margin:100px auto 0px auto; 
	
}
.col-act-logo{
	width:156px;
	height: 52px;
	margin: 0px auto 0px auto; 
	cursor: pointer;
}
.col-deposit-content{
	width: 130%;
	height: 450px; 
	margin: -42px  auto 9px auto;
	background: white;
	text-align: center;
	border-radius: 2px;
}
.col-deposit-content p{
	line-height: 2;
}
.home{
	width: 100px;
	height: 30px;
	margin: 0px auto 0px auto;
	background: #e51919;
	text-align: center; 
	cursor: pointer;
	border-radius: 4px; 
	animation: 0.5s ease-in;
}
.home:hover{
	background:#A70605; 
	
}
/* -------------------media queries responsive styling---------------------- */
@media screen and (max-width: 768px){
#col-act-dep-innerwrap {
width: 100%;
}
.col-deposit-content{
	height: auto;
}
}/* end */


/* styling bank book */
#bank-book{
	width: 120px; 
	height: 30px; 
	float: left; 
	margin:5px; 
	background: #72838d;
	border: 1px solid #4c4c4c;
	text-align: center;
}


/* styling the bal-money*/
#bal-money{
	width: 300px; 
	height:100px; 
	margin: 0px auto 0px auto; 
	background: white;
	border-radius: 5px; 
	box-shadow: 5px 10px #908f8f;
}
#bal-money h1{
	text-align:center;
	padding: 30px; 
	cursor: pointer;
}

/*--------------- for withdraw page -------*/

.col-basic-info-inner-2 h2{
	text-align: center;
	margin-top: 10%;
	outline-color: #0C6;
	
}
