﻿@charset "utf-8";


body{font-family: 'Open Sans', sans-serif;
}


/* CSS Document */
*{ margin:0; padding:0}
ul li{ list-style:none}
img{ max-width:100%; height:auto}
.txt_right{ text-align:right}
.wrapper-dropdown-5 {
    /* Size & position */
	float:right;
    position: relative;
    width:60%;
    margin: 0 auto;
    /*padding: 5px;*/
    cursor: pointer; text-align:left;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right:4px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ff7f00 transparent;
}

.wrapper-dropdown-5 .dropdown {
    position: absolute;
    top: 100%;
    left: 0; text-align:left;
    right: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ; text-align:left; 
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #ff7f00;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */
.txt_orange{ color:#c67000}
.wrapper-dropdown-5 .dropdown li:hover a {
    color: #e00f02;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #c67000;
    box-shadow: none;
    border-bottom: none;
    color: white;z-index:9999999;
}

.wrapper-dropdown-5.active:after {
    border-color: #fff transparent;z-index:9999999;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;z-index:9999999;
}
.txt_center{ text-align:center}
#login_block{ padding:50px 0px}
    #login_block .logo {
        margin-bottom:30px;
    }
.login_block{background: #eee;border:solid 1px #ddd9d9; padding:15px 20px;-webkit-border-radius:5px;border-radius:5px;}
.login_block h3{ color:#333;margin:15px 0 20px;border-bottom:solid 1px #999; font-variant:small-caps}
.login_block .form-control{ height:40px}
.login_block label{ color:#222}
.login_block a{ color:#444}
.login_block a:hover{ color:#c67000}
.login_block .btn{ background:#222; text-transform:capitalize;border:none;}
#login_block  .shadow {opacity:0

}

.menu_block{ background:#2f3a69;}
/*.kyc_left_panel{ background: #6c8836; padding:15px;}*/
.kyc_left_panel{ background: #2f3a69; padding:15px;}

.kyc_left_panel h4{color:#fff}
.kyc_left_panel h5{color:#111}
.accnt_table table{ font-size:13px; color:#444; text-align:center}
.accnt_table table thead{ color:#222; background:#ff7f00; text-align:center; font-weight:600;}
.welcome_user h4{ color:#eee; font-style:italic}
#dash_footer{/* position:relative; padding:8px 0px;background:#343434; width:100%;*/ position: absolute;
  right: 0;
  bottom: 0;
  left: 0; 
  padding:8px 0px;
 background:#343434;
  text-align: center;}
#dash_footer p{ text-align:center; margin-bottom:0; text-align:center; color:#fff; font-size:12px;}
#dash_footer p span{ font-weight:700; text-decoration:underline}
    #dash_footer a {color:#aaa
    }
    #dash_footer a:hover{
    text-decoration:underline;}
.caret-up {
    width: 0; 
    height: 0;border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.logo {width: 162px;
}
#inner_header h4 {
    margin-top:22px;display:inline-block;margin-right:40px;
}
.form-group {
margin-bottom:5px;}
.pad_ext{ padding:10px 0px}
.cover_main_content{ background:#f2f2f2; padding:15px; margin-bottom:30px; border:1px solid #ddd}
.cover_main_content hr{ border-color:#d1d1d1}
.cover_main_content .form-control{ border-radius:0}
.gen_der span{ margin-right:5px}
.arrow_down_block{ margin-left:100px; margin-right:100px}
.br_name{ margin-top:10px;color:#fff; font-style:italic}
.left_menu_panel ul .active_me{ background:#c67000; display:block; color:#fff}
.left_menu_panel ul .active_me a{ color:#fff}
.left_menu_panel ul li{ padding:6px 10px; text-transform:uppercase; margin-bottom:5px; line-height:1.6em; font-size:12px; font-weight:600;background: #f7f7f7;
background: -moz-linear-gradient(left, #f7f7f7 0%, #e0e0e0 0%, #f7f7f7 100%);
background: -webkit-linear-gradient(left, #f7f7f7 0%,#e0e0e0 0%,#f7f7f7 100%);
background: linear-gradient(to right, #f7f7f7 0%,#e0e0e0 0%,#f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=1 );}
.left_menu_panel ul li:hover{background:#eee}
.left_menu_panel ul li a{ color:#555;}
.kyctable table{ background:#fff;
}
.kyctable table thead{ background:#6fa30b; color:#fff}
.search_kyc span{ margin-right:6px}
.kyctable table 
.txt_bold{ font-weight:900}
.kyctable table th,.Grid th {text-align:center!important;
}
.dropdown-menu > li > a {
background:#fff!important;
}

.top-bar {
background:#f9f9f9;padding:5px 0;border-bottom:solid 1px #eee;font-size:12px;color:#888;
}
    .top-bar ul {
    margin:0;
    }
.top-bar .contact-wrap ul li{display:inline-block;margin:0 10px;
}
    .top-bar .contact-wrap ul li i {color:#81c747
    }

  /* #mCSB_1 .aspNetDisabled{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/
.inline-txt label {line-height:35px;
}
.inline-txt label, .inline-txt select, .inline-txt btn {float:left;margin-right:15px;}
.inline-txt select {
max-width:300px;}

@media(max-width:550px)
{
	.wrapper-dropdown-5 {
    /* Size & position */
	float:none; background:#fff; border:1px solid #ccc; margin-top:10px;
    position: relative;
    width:100%; display:block;
   
	}
                        }
