@charset "utf-8";
/* CSS Document */
.admin_logo{
    margin: 50px 0 10px 50px;
}


.transfer-double-selected-list-li .checkbox-group,.checkbox-group{
   width:100% !important;
   
}

.divider {
  background-color: #E5E5E5;
  border-bottom: 1px solid #FFFFFF;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
}
.menu_body ul {
  font-size: 12px;
  margin-left: 30px;
}
h1 {font-size: 3em; margin: 20px 0;}
.container {width: 900px; margin: 0 auto; padding: 15px;}
.content .container { background: #fff;}
.tlist table { margin: 1em 0; width: 100%; font-size:12px;}
.tlist thead th { border-bottom: 2px solid #CFDEEE; color: #494949; font-weight: bold;}
.tlist td, .tlist th { padding: .3em .5em;}
.tlist tr.even, tr.odd, .tlist tbody th {border: solid #d3e7f4; border-width: 1px 0;}
.tlist tr.odd { background-color: #E9F0F8;}
.tlist tr.even { background-color: #fff;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0 url(../images/bg-panel-header.gif) repeat-x;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 15px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_container h2{
    text-align: center;
}
.tab_content {
	padding: 20px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
}
.tab_content div{
	float: left;
	 margin: 5px 10px;
	/** padding: 10px; **/
}


.transfer div {
    float:none !important;
    margin: auto;
}

.transfer-double-content-middle{
    position: relative;
    top: -110px;
    cursor: pointer;
}

.transfer-double-selected-list-search-input,.transfer-double-list-search-input{
    
    height:auto !important;
}

label{
	text-transform: capitalize;
	display:block;
}
.menu{
	height: 25px;
	background: #000;
	width: 100%;
	position:fixed;
	margin-top: -18px;
}
.content{
	padding-top:20px;
	width: 1250px;
	margin: 0 auto;
}
.no-display{display: none;}
.success{background:#E3FFDF url(../images/icons/accept.png);border:1px solid #97FF88;color:#009900;}
.error{background:#FFE1E1 url(../images/icons/icon-error.gif);border:1px solid #FF9595;color:#CC3300;}
.information{background:#D7DFFF url(../images/icons/information.png);border:1px solid #93A8FF;color:#0033FF;}
.attention{background:#FFFBCC url(../images/icons/error.png);border:1px solid #FFF35E;color:#C69E00;}
.success, .error, .information, .attention{padding:10px 10px 10px 40px;margin-top:5px;margin-bottom:15px;background-repeat:no-repeat;background-position:10px center;font-weight:bold;text-transform:none;font-size:11px;line-height:20px;-moz-border-radius:3px;border-radius:3px;}

/*************Forms******************/
#personal_info_form fieldset div{
	width: 245px;
}
#edit_info div div {
  width: 245px;
}
#add_form table td input {
    height: 30px;
    width: 330px;
}
#add_form table td{
	padding: 5px 10px;
}
#add_form table{
	margin-left: 100px;
}
#edit_info #g_upload{
    margin: 10px 10px -20px 10px;
}
.branch_login{
    margin: 5px 0 -5px 0;
}
.branch_name_header{
    font-weight: bold;
    color: #4655ff;
    font-size: 20px;
    margin: 9px 20px;
}
input[type=text],input[type=password], textarea, select{background:#FBFFEA url(../images/text.gif) repeat-x;border:1px solid #E1E1E1;font:1.1em Helvetica,Arial,sans-serif;margin:0;padding:4px 8px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;color:#444444;}
input[type=text]:focus,input[type=password]:focus,textarea:focus{outline:none;border-color:#D7DFFF !important;box-shadow:0 0 8px #D7DFFF;-moz-box-shadow:0 0 8px #D7DFFF;-webkit-box-shadow:0 0 8px #D7DFFF;}
/**
 * Colours
 */
.red, .red a{
    color: #ff0000;
}
.bg_red{
    background-color: #ffcbc2 !important;
}
.orange, .orange a{
    color: #ffa500 !important;
}
.bg_orange{
    background-color: #ffe4cc !important;
}
.violet, .violet a{
    color: #6b0080 !important;
}
.bg_violet{
    background-color: #edcbff !important;
}
.green, .green a{
    color: #008000 !important;
}
.bg_green{
    background-color: #c6ffc2 !important;
}
.blue, .blue a{
    color: #001e80 !important;
}
.bg_blue{
    background-color: #b1e0ff !important;
}
.black, .black a{
    color: #000 !important;
}
.bg_black{
    background-color: #b2b2b2 !important;
}
.colour_coding_table td{
    font-size: 16px !important;
    padding: 10px 20px;
}
/***
Dashboard stats
***/
.dash div{
    margin: 0px 5px !important;
}
.dashboard{
    width: 100%;
    height: 110px;
}
.dashboard-stat {
  margin-bottom: 25px;
  width: 250px;
  height: 90px;
}

.dashboard-stat:before,
.dashboard-stat:after {
  display: table;
  line-height: 0;
  content: "";
}
.dashboard-stat:after {
  clear: both;
}

.dashboard-stat .visual {
  width: 65px;
  height:70px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
}

.dashboard-stat .visual div {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  width: 70px;
  height: 50px;
  margin-left: -10px;
  margin-top: 10px;
}

.dashboard-stat .details {
  float: right;
  padding-right: 10px;
  margin-bottom: 15px;
  width: 120px;
  height: 70px;
}

.dashboard-stat .details .number {
  padding-top: 15px;
  text-align: right;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-weight: 300;
  color: #fff;
  width: 100%;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
  width: 110px;
  height: 20px;
  text-align: right;
  margin-left: 20px;
  margin-top: -5px;
}

.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
  width: 15px;
  height: 15px;
}

.dashboard-stat.blue {
  background-color: #27a9e3;
}

.dashboard-stat.blue .more {
  background-color: #208dbe;
}

.dashboard-stat.green {
  background-color: #28b779;
}

.dashboard-stat.green .more {
  background-color: #10a062;
}

.dashboard-stat.red {
  background-color: #e7191b;
}

.dashboard-stat.red .more {
  background-color:#bc0d0e;
}

.dashboard-stat.yellow {
  background-color: #ffb848;
}

.dashboard-stat.yellow .more {
  background-color: #cb871b;
}

.dashboard-stat.purple {
  background-color: #852b99;
}

.dashboard-stat.purple .more {
  background-color: #6e1881;
}
.m-icon-white {
background-image: url(../img/syncfusion-icons-white.png);
}
.m-icon-swapright {
background-position: -27px -10px;
}
.groups_icon{
    background-image: url(../img/icons/groups.png);
    background-repeat: no-repeat;
}
.shares_icon{
    background-image: url(../img/icons/shares.png);
    background-repeat: no-repeat;
}
.price_icon{
    background-image: url(../img/icons/price.png);
    background-repeat: no-repeat;
}
/************Navigation*************
.menu_head{
	height:20px;
	color:#000;
	padding:5px 20px;
	margin:2px 5px 0 0;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	border:1px #C9C9C9 solid;
	background:#E6E6E6 url(../images/bg-panel-header.gif) repeat-x;
}
.admin_sidebar{
	width: 230px;
	margin-left: 10px;
	outline:none;border-color:#D7DFFF !important;box-shadow:0 0 8px #D7DFFF;-moz-box-shadow:0 0 8px #D7DFFF;-webkit-box-shadow:0 0 8px #D7DFFF;
}
.admin_sidebar h2{
	text-shadow: 0 1px 0 #999999;
}
.menu_body{
	background: #094b6d;
	margin:0 6px 0 1px;
	background-image:-moz-radial-gradient(80% 20% 0deg, circle , #0EB3EA, #094b6d 75%);
	background-image:-webkit-gradient(linear, 80% 20%, 0 55%, from(#0EB3EA), to(#094b6d)); 
}
.menu_body ul li ul li a{
	margin-left:10px;
}
.menu_body li a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  height: 3%;
  line-height: normal;
  margin: 0 0 0 6px;
  padding: 2px 0 9px 8px;
  text-decoration: none;
}
.menu_body li {
  border-bottom: 1px thin solid #326395;
  border-top: 1px thin solid #4377AB;
  clear: both;
  color: #FFFFFF;
  font-size: 1px;
  line-height: 0;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.horizontalHandle {
  background: url("../images/bg-handle-horizontal.gif") repeat-x scroll 0 0 #EEEEEE;
  font-size: 1px;
  height: 4px;
  line-height: 1px;
  overflow: hidden;
  width: 225px;
}
**/
/************* Google Maps ***************/
		  #map_canvas { height: 100% }
        .header
        {
            width:600px;
            height:56px;
            position:absolute;
            top:0px;
            left:25%;
            background:#fff url(../images/title.png) no-repeat top left;
        }
        a.back{
            width:256px;
            height:73px;
            position:fixed;
            bottom:15px;
            right:15px;
            background:#fff url(../images/codrops_back.png) no-repeat top left;
            z-index:1;
            cursor:pointer;
        }
        a.activator{
            width:153px;
            height:150px;
            position:absolute;
            top:0px;
            left:0px;
            background:#fff url(../images/clickme.png) no-repeat top left;
            z-index:1;
            cursor:pointer;
        }
        /* Style for overlay and box */
        .overlay{
            background:transparent url(../images/overlay.png) repeat top left;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
        }
        .box{
            position:fixed;
            top:-800px;
            left:20%;
            right:30%;
            background-color:#fff;
            color:#7F7F7F;
            padding:20px 0;
            border:2px solid #ccc;
            -moz-border-radius: 20px;
            -webkit-border-radius:20px;
            -khtml-border-radius:20px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:101;
			width:800px;
			height:500px;
        }
        .box h2{
            border-bottom: 1px dashed #7F7F7F;
            margin:-20px 0;
            padding:10px;
			text-align:center;
            background: #e0e0e0 url(../images/bg-panel-header.gif) repeat-x;
            color:#000;
			font-size: 14px;
			font-weight:bold;
            -moz-border-radius:20px 20px 0px 0px;
            -webkit-border-top-left-radius: 20px;
            -webkit-border-top-right-radius: 20px;
            -khtml-border-top-left-radius: 20px;
            -khtml-border-top-right-radius: 20px;
        }
        a.boxclose{
            float:right;
            width:26px;
            height:26px;
            background:transparent url(../images/cancel.png) repeat top left;
            margin-top:-30px;
            margin-right:-10px;
            cursor:pointer;
        }

/****************** admin menu **************
.admin_header{
	width:100%;
	height: 62px;
	background: #094b6d;
	background-image:-moz-radial-gradient(80% 20% 0deg, circle , #3CF, #094b6d 75%);
	background-image:-webkit-gradient(linear, 80% 20%, 0 75%, from(#3CF), to(#094b6d)); 
	margin-top: 0;
}
.admin_logout {
	float: right;
	margin-top: 5px;
}
.admin_menu {
	height: 40px;
	width: 100%;
	background:#E6E6E6 url(../images/bg-panel-header.gif) repeat-x;
	box-shadow: 0 0 7px #000;
}
.admin_menu ul {
    float: right;
    height: 50px;
}
.admin_menu ul li {
    background: url("../images/menu_separator.png") no-repeat scroll right center transparent;
    list-style: none;
    float: left;
}
.admin_menu ul li a {
    color: #FFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 30px 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.admin_menu ul li a:hover {
    color: #BF141B;
}
.admin_info{
	height:25px;
}
.admin_logo{
	width:380px;
	float:left;
	font-weight: bold;
	color:#094B6D;
}
.admin_logo h1, .admin_logo h2{
	font-weight:bold;
}
.admin_logo h1{	
	font-size:24px;
	margin: 5px 0;
}
.admin_logo h2{	
	font-size:14px;
}
**/
.short_value{
    width: 150px;
}
/****************** date input ********************/
/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
	border:1px solid #ccc;
	font-size:18px;
	padding:4px;
	text-align:center;
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
	padding:2px 0;
	height:27px;
}

#caltitle {
	font-size:14px;
	color:#0150D1;
	float:left;
	text-align:center;
	width:100%;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
	margin-top: -15px;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;
}

/* year/month selector */
#caltitle select {
	font-size:10px;
	width: 89px;
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
	margin-left: 5px;
}

#caldays span {
	display:block;
	float:left;
	width:24.5px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:25px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;
}

/* offmonth day */
a.caloff {
	color:#ccc;
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}

/************** General ********************/
.rgt{
	float: right !important;
}
.lft{
	float: left !important;
}
/************ Ajax File Upload ************/
#upload{
	padding:5px 0;
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	cursor: pointer;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:1px; margin-bottom:2px; width:192px; float:left; margin-right:10px;margin-top:-40px;}
ul#files li img{ max-width:180px; max-height:150px; }
.error{ background:#f0c6c3; border:1px solid #cc6622; }
.no_display{
	display: none;
}
#details_tab{
    margin-top: 20px;
}
#member_details td{
    padding: 5px;
}
#tab_container_1{
    width: 860px;
}

/**************** Home Menu ***************/
.menu_contianer{
    width: 940px;
    margin: 10px;
    padding: 10px;
}
.menu_item {
  display: block;
  float: left;
  height: 100px;
  margin: 10px;
  padding: 5px;
  width: 400px;
}
.menu_item h2{
	margin-bottom: 10px;
}
.menu_item div{
	width: 300px;
	padding-left: 10px;
}
/************* Login **************/
.admin_login{
	margin:130px auto 0 auto;
	width:450px;
	background:#FFF;
	outline:none;border-color:#000 !important;box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-webkit-box-shadow:0 0 10px #000;
}
.admin_login fieldset{
	border: none;
}
.admin_login_head{
	height:50px;
	background:#E6E6E6 url(../images/bg-panel-header.gif) repeat-x;
	text-align:center;
	padding:5px;
}
.admin_login_head h1{
	text-shadow: 0px 1px 0px #374683;
	font-size:27px;
	font-weight:bold;
	margin:10px 0;
	color:#99ADFC;
}
.login_form{
	padding: 0 25px;
}
.admin_login input.text{
	height:25px;
	width:380px;
	margin-bottom:10px;
	color:#000;
}
.admin_login .btn{
    background: url("../images/login_btns.gif") no-repeat scroll center top transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Titillium800","Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-shadow: 1px 1px 0 #0A5482;
    text-transform: uppercase;
    vertical-align: middle;
    width: 85px;
	margin-bottom:15px;
}
.round{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.shadow{
	box-shadow:0 0 10px #666;-moz-box-shadow:0 0 10px #666;-webkit-box-shadow:0 0 10px #666;
}

/* Tool tip
  ------------------------- */
/* tooltip styling */
.my_tooltip {
	display:none;
	background:#666;
	padding:10px;
	width:160px;
	font-size:11px;
	color:#fff;
	margin:100px 0 0 130px;
}

.sms_field{
    width: 400px;
}

/**
 * Data tables
 */
.dataTables_wrapper{
    width: 93%;
}

.paginate_button{
    margin: 10px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.main-steps-multiform  section:not(:first-of-type) {
    display: none;
  }
  
  .previous-step,.next-step{
      
      margin-bottom:20px !important;
      
  }
  
   #new_mem_line{
        float:right;
      color:#7BB1F8;
      font-weight:bold;
      cursor:pointer;
      text-decoration:underline;
      
  }
  
  
  .cycle_activate{
    display:none;
  }
  
  
  .cycle_activate.in{
      
      display:block;
  }
  
  #policy_info{
    
      font-size:15px;
      font-weight:bold;
      
      
  }
  .table:not(.loan_starts){
      
      overflow:auto;
  }

.text-danger {
	color: orangered;
}

.text-right {
	text-align: right !important;
}

.tab_content div {
	margin: initial !important;
	float: initial;
}

.dataTables_wrapper {
	width: 99% !important;
}

.disabled {
	/*width: 100%;*/
	height: 26px;
	border: 1px solid #aaaaaa;
	margin-top: 5px !important;
	border-radius: 5px;
	background: #eeeeee;
	color: #999999;
	line-height: 27px;
	padding-left: 10px;
}