@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

.norwap{
	white-space:nowrap;
}

.info-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}

/* Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

/* Popup Box */
.popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 300px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

/* Header */
.popup-header {
    background: #333;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
}

.popup-close {
    float: right;
    cursor: pointer;
    font-weight: bold;
}

/* Iframe */
.popup-iframe {
    width: 100%;
    height: calc(100% - 30px);
    border: none;
}

#myBtn {
    padding: 10px 20px;
    background: #3498db;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
}

#myBtn:hover {
    background: #2980b9;
}
.chosen {
    position: relative;
    width: 240px;
    margin-bottom: 20px;
}

.chosen input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chosen ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 160px;
    overflow-y: auto;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.chosen li {
    padding: 8px;
    cursor: pointer;
}

.chosen li:hover {
    background: #f2f2f2;
}
#myBtn:active {
    transform: scale(0.95);
}


body{
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#518289;
	}
.hide{ display:none;
}




.list_table table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.list_table td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

.list_table tr:nth-child(even){background-color: #f2f2f2;}

.list_table tr:hover {background-color: #ddd;}

.list_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #466c74;
  color: white;
font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 15px;
}



.transparentxz{
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;

}
.chat-box {
    position:fixed;
    right:15px;
    bottom:0;
    box-shadow:0 0 0.1em #000;
}

.chat-closed {
    width: 250px;
    height: 35px;
    background: #398BEC;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    border:1px solid #777;
    color: #000;
	cursor:pointer;
}

.chat-header {
    width: 250px;
    height: 35px;
    background: #8bc34a;
    line-height: 33px;
    text-indent: 20px;
    border:1px solid #777;
    border-bottom:none;
	cursor:pointer;
}

.chat-content{
    width:250px;
    height:300px;
    background:#ffffff;
    border:1px solid #777;
    overflow-y:auto;
    word-wrap: break-word;
}

.box{
    width:10px;
    height:10px;
    background:green;
    float:left;
    position:relative;
    top: 11px;
    left: 10px;
    border:1px solid #ededed;
}

.hide {
    display:none;
}
.chat_box_field_div_text{
	height:200px;
	overflow: auto;
	}
.msg-send{
	background: #2ecc71;
}
.msg-receive{
	background: #3498db;
}
.msg-send, .msg-receive{
	width: 90%;
	min-height:35px;
	padding:5px;
	font-size:14px;
	margin: 10px auto;
	border-radius: 3px;
	line-height: 30px;
	position: relative;
	color: 000;
}
.msg-receive:before{
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	border: 15px solid;
	border-color: transparent #3498db transparent transparent;
	left: -29px;
	top: 7px;
}
.msg-send:after{
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	border: 15px solid;
	border-color: transparent transparent transparent #2ecc71;
	right: -29px;
	top: 7px;
}
.msg-receive:hover, .msg-send:hover{
	opacity: .9;
}
.chat_box_field_div{
	width:97%;
	padding:3px;
	text-align:center;
	bottom:0px;
	height:90px;
	}
.chat_box_field{
	width:70%;
	padding:3px;
	text-align:center;
	float:left;
	}
.chat_box_field2{
	width:20%;
	padding:3px;
	text-align:center;
	position:relative;
	float:left;
	}
.chat_box_field textarea{
	width:98%;
	padding:3px;
	height:70px;
	}
.chat_box_field2 input{
	width:98%;
	padding:3px;
	height:50px;
	}
.loadingxzs{
  z-index:1;
        color: white;
        padding: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%); 
		}
#cleare{
	width:100px;
	height:1px;
	clear:both;
	}
#box{
	width:250px;
	min-height:300px;
	float:left;
	margin-right:40px;
	}
#box2{
	width:250px;
	min-height:300px;
	float:left;
	margin-right:40px;
	}
#smoll_box img{
	margin:10px 0px 6px 5px;
	float:left;}
#box_header{
	background:#466c74;
	width:100%;
	min-height:25px;
	text-align: center;
	font-size: 14px;
	font-family: 'Merienda', cursive;
	text-transform:uppercase;
	text-shadow: #000;
	color:#FFF;
	margin:5px;
	border-radius:5px 5px 0px 0px;
	padding:8px 0px 0px 0px;
	}

#smoll_box2{
	background:#466c74;
	width:370px;
	min-height:55px;
	text-align: center;
	font-size: 18px;
	font-family: 'Merienda', cursive, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	margin:5px;
	}
#smoll_boxa2{
	background:#466c74;
	width:270px;
	min-height:55px;
	text-align: center;
	font-size: 18px;
	font-family: 'Merienda', cursive, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	margin:5px;
	}
#smoll_box{
	background:#c5dadc;
	width:100%;
	min-height:25px;
	text-align: left;
	font-size: 14px;
	font-family: 'Merienda', cursive, "Book Antiqua", Palatino, serif;
	margin:5px;
	}
#smoll_text{
	padding:10px 0px 10px 10px;
	width: auto;
	float:left;

	}
	
#smoll_text2{
	padding:20px 0px 10px 10px;
	width:210px;
	float:left;
	}
#smoll_text2 a{
	text-decoration:none;
	color:#000000;

	}
.white_color{
	color:#FFFFFF;
	}
	#smoll_text3{
	padding:20px;
	}
#smoll_text_count{
	min-width:25px;
	width: auto;
	float: right;
	padding:5px;
	margin:7px 0px 0px 0px;
	font-family:'Roboto Slab', serif;
	border:solid 1px #466c74;
	border-radius:3px;
	text-align:center;
	margin-right:5px;
	font-size:14px;
	color:#000;

    transition: border-color 0.2s linear 0s;
	}
#smoll_text_count a{
	text-decoration:none;
	color:#050505;
	}
#profile{
	background: url(images/profile_bg.jpg) no-repeat top center,#c5dadc;
	width:270px;
	float:left;
	min-height:296px;
	text-align:center;
	font-size: 18px;
	font-family: 'Merienda', cursive, Palatino, serif;
	padding-bottom:15px;
	margin:5px;
	}
#profile img {
	width:180px;
	height:180px;
border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border: 12px solid rgba(255, 255, 255, 0.53);
	margin:20px 20px 20px 20px;
	}
.box-wrap {
    padding: 10px;
    background: none repeat scroll 0% 0% #6c9ea4;
    border-radius:3px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
    transition: border-color 0.2s linear 0s;
}
.box-wrap {
    border:#4EA22C;
}

.print_button {
	display:block;
    padding: 2px;
	width:35px;
	height:35px;
	background: url(images/print.png) no-repeat center center #fff;
    border-radius:2px;
-webkit-box-shadow: 0 0 1px 1px #518289;
box-shadow: 0 0 1px 1px #518289;
	}
.white_space{
	white-space:nowrap;
	}

.smoll{
	font-size:11px;
	}

.atop a:link,.atop a:visited,.atop a:active {
	display:block;
	color: #CCCCCC;
	text-decoration: none;
}

.atop a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#66696E;
	background-image:none;
	height:28px;
	padding-top:6px;
}
.left_bg{
	background-image: url(images/b_l.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:11px;
	height:34px;
	}
.right_bg{
	background-image:url(images/b_r.jpg);
	background-repeat:no-repeat;
	background-position: left;
	width:11px;
	height:34px;
	}
.center_bg{
	background-image:url(images/b_c.jpg);
	background-repeat:repeat-x;
	height:34px;
	}
.login{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.news_padding{
	padding:8px;
	}
.center_text{
	font-size:12px;
	line-height:18px;
	padding:8px;
	}
.red{
	color:#FF0000;
	}
.green{
	color: #009900;
	}
.yellow{
	color: #FF0;
	}
.alart{
	color: #C00;
	}
.member_list UL{	
	margin:0;
	margin-left:20px;
	margin-top:10px;
	padding:0;
	}
.member_list UL LI{	
	list-style: square;
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
.bot a:link,.bot a:hover,.bot a:visited{
	color: #CCCCCC;
	text-decoration:none;
	}
.link a:link,.link a:active,.link a:visited{
	display:block;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	}
.link a:hover{
	text-decoration: underline;
	}
.link2 a:link,.link2 a:active,.link2 a:visited{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	}
.link2 a:hover{
	text-decoration: underline;
	}
.left a:link,.left a:active,.left a:visited{
	display:block;
	text-decoration:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:17px;
	padding-top:1px;
	padding-left:5px;
	}
.left a:hover{
	display:block;
	text-decoration:none;
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

.next a:link,.next a:active,.next a:visited{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
	padding-top:5px;
	}
.next a:hover{
	display:block;
	text-decoration:none;
	color:#999900;
	}
td{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:13px;
		}
input:focus, textarea:focus{
    border: solid 1px  #000000;
    background: #EDF2F7;
}
.input{
    border: solid 1px #85B1DE;
    background: #afdde2;
	padding:5px;
	


}
.smoll input{
	font-size:10px;
	width:30px;
	}
.input200 input{
	width:200px;}
	
.input200 textarea{
	width:200px;
	height:50px;}
	
.input200 select{
	width:215px;}
.learge{
	font-size:13px;
	}
.smoll{
	font-size:11px;
	}
.extra_smoll{
	font-size:9px;
	color:#000000;
	}
.bottom_border{
	border-bottom: dotted #000000;
	border-bottom-width:1px;
	}

.link3 a:link,.link3 a:active,.link3 a:visited{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	}
.link3 a:hover{
	text-decoration: underline;
	}
.bangla{
	font-family:solaimanlipi;
	font-size:10px;
	}
.smoll{
	font-size:10px;
	}
.smoll input{
	font-size:10px;
	width:30px;
	}
.input200 input{
	width:200px;
	padding:7px;}
	
.input200 textarea{
	width:206px;
	height:50px;}
	
.input200 select{
	width:215px;
	padding:7px;
	}
#bafix{
	width:50px;
	height:1px;
	clear:both;
	}
.search{
	display: block;
	width: 135px; 
	height: 43px; 
	background: url(images/search.png) no-repeat top;
	border:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}

.search:hover{
	background: url(images/search_hover.png) no-repeat top;
	}
.vauchar_head{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	}
.vauchar_head2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.vauchar_head3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	}
.print_border_all{
	border:solid 1px #000000;
	}
.print_border_bottom_right_left{
	border:solid 1px #000000;
	border-top: none;
	}
.print_border_top_bottom{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	}
.print_border_top_bottom_left{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	border-left:solid 1px #000000;
	}
.print_border_bottom{
	border-bottom:solid 1px #000000;
	}
.paiging a:link,.paiging a:visited, .paiging a:active{
	display:block;
	text-decoration:none;
	color:#333333;
	font-family:tahoma;
	text-align:center;
	font-size:12px;
	height:20px;
	padding-top:3px;
	font-weight:bold;
	background-color:#AEB6AB;
}
.paiging a:hover{
	background-color: #5F685C;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}
.paiging_red{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-family:tahoma;
	text-align:center;
	font-size:12px;
	height:20px;
	padding-top:3px;
	background-color: #FF0000;
	}
	
.search2{
	display: block;
	width: 135px; 
	height: 35px; 
	background: url(images/search2.png) no-repeat top;
	border:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}

.search2:hover{
	background: url(images/search_hover2.png) no-repeat top;
	}
.buttonb { 
	background: -moz-linear-gradient(top,  #fff, #999999);
}
.buttonb:hover { 
	background: -moz-linear-gradient(top,  #fff, #666666);
	cursor:pointer;
}
.mainheader{
	background:url(images/a2zmicrofin.png) no-repeat left top #6c9ea4;
	height:127px;
	/*border-bottom:solid 1px #205171;*/}
.main_tablebody{
	background:#6c9ea4;
	height:300px;
}
.login_screen{
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
padding:10px;
/* Fallback for web browsers that doesn't support RGBa */

background-color:rgba(255,255,255,0.2);
-webkit-box-shadow:  0px 0px 2px 2px #466c74;
box-shadow:  0px 0px 2px 2px #466c74;
}

input{
border: solid 1px #466c74;
background:#afdde2;
font-size:15px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
	padding:7px;
	line-height:30px;
}

textarea{
/*    border: solid 1px #85B1DE;
    background: #ffffff;*/
border: solid 1px #466c74;
background:#afdde2;
padding:7px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
select{
border: solid 1px #466c74;
background:#afdde2;
	padding:7px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.main_menu{
border-radius:5px;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
	}
.location{
	border-radius:5px;
	background:#518289;
	border:solid 1px #3c585f;
	line-height:25px;
	padding:5px;
	color:#FFFFFF;
	}
.round_box{
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
padding:10px;
border:solid 1px #518289;
background:#e0eced;
}
.location a:link,.location a:visited,.location a:active{
	border-radius:5px;
	text-decoration:none;
	line-height:25px;
	padding:5px;
	color:#FFFFFF;
	}
.location a:hover{
	color:#000000;
	background:#FFFFFF;
	}
.page_bg{
	/*background:url(images/soft_bg.jpg) no-repeat bottom right #55992C;*/
	/*background:#6c9ea4;*/
	height:300px;
	}
/*.graphics_icon{
display: block;
background:#6c9ea4;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
padding:5px;
width:150px;
height:150px;
margin:5px 5px 5px 5px;
border:solid 1px  #6AA147;
font-family: 'Iceland', cursive;
font-size:22px;
text-transform:uppercase;

	}
	
.graphics_icon:hover{
display: block;
background:#6c9ea4;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
padding:5px;
width:150px;
height:150px;
margin:5px 5px 5px 5px;
-webkit-box-shadow:  0px 0px 2px 2px #639841;
box-shadow:  0px 0px 2px 2px #639841;
cursor:pointer;
	}*/
.link_green a:link,.link_green a:active,.link_green a:visited{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #0000FF;
	}
.link_green a:hover{
	text-decoration: underline;
	}
	
	
.msg-receive3{
	background: #3498db;
}
.msg-send3, .msg-receive3{
	width: 90%;
	min-height:35px;
	padding:5px;
	margin: 10px auto;
	border-radius: 3px;
	line-height: 30px;
	position: relative;
	color: white;
}


.chosen {
    position: relative;
    width: 240px;
    margin-bottom: 20px;
}

.chosen input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chosen ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 160px;
    overflow-y: auto;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.chosen li {
    padding: 8px;
    cursor: pointer;
}

.chosen li:hover {
    background: #f2f2f2;
}