/*********** common style ************/
.padding1020_0px {
    padding: 10px 20px 0;
}
.padding1020px {
    padding: 10px 20px;
}
.radio-left30px {
    padding-left: 30px;
}
.radio-left40px {
    padding-left: 40px;
}
.border-bottom {
    border-bottom: 1px solid #cccccc;
}
.l-r-15px {
    padding: 0 15px;
}
.blue-border {
    border-bottom: 1px solid #333087 !important;
    margin: 0 243px;
}
/*********** end common style ************/
/* Added by Ami Damania */
.asset_gray_container {
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #C9D4DC;
    -moz-box-shadow:    0 5px 5px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.12);
    box-shadow:         0 5px 5px 0 rgba(0,0,0,0.12);
}
.faq-container {
    font-weight:400;
    text-align: left;
    padding: 15px 20px 15px 20px;    
}
.faq-question {
    font-size: 16px;
    color: #1B3359;
    /*font-family: latobold;*/
    font-weight:700;
}
.faq-answer {
    margin-top: 10px;
    /*font-family: Montserrat regular;*/
    font-weight:400;
    font-size: 16px;
    color: #5B5B5B;
}
.fund_head_text {
    font-size: 25px;
    font-weight:300;
    color: #525252;
}
.fund_table > table tr {
    border-radius: 4px;
}
.fund_table > table tr th {
    font-size: 14px;
    font-weight:300;
    color: #525252;
    padding: 10px;
    background-color: #EFF2F2;
    text-align: center;
    vertical-align: top;
}
.fund_table > table tr td:last-child {
    color: #41216F;
    font-size: 12px;
    font-weight:700;

}
.fund_table > table tr td {
    color: #41216F;
    font-size: 12px;
    /*font-weight:300;*/
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.add-funds-head-text {
    font-size: 16px;
    color: #333087;
}
.font24px{
    font-size: 24px !important;
}
.textbox-topmargin {
    margin-top:20px;
}
.fund_gray_label_text {
    font-size: 14px;
    color: #535353;
    /*font-family: latoregular;*/
    font-weight:400;
    text-transform: capitalize;
}
.fund_dropdown > select {
    width: 100%;
    max-width: 140px;
    border: 1px solid #d9d9d9; /* css style changed by Ami*/
    background-image: url('../images/icons/arrow_down.png');
    background-repeat: no-repeat;
    background-position: 92% center;
    padding: 0 10px;
    height: 30px;
    border-radius: 0;
    text-transform: capitalize;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 14px;
}
.fund_inputbox input {
    border: 1px solid #d9d9d9; /* css style changed by Ami*/
    border-radius: 3px; /* css style added by Ami*/
    font-size: 14px;
    color: #535353;
    width: 120px;
    height: 30px;
    text-transform: capitalize;
    background-color: #fff;
    /*font-family: latolight;*/
    font-weight:300;
    padding: 0 10px;
}
.fund_textarea textarea {
    border: 1px solid #d9d9d9; /* css style changed by Ami*/
    border-radius: 3px; /* css style added by Ami*/
    font-size: 20px;
    color: #535353;
    width: 300px;
    height: 75px;
    /*text-transform: capitalize;*/
    background-color: #fff;
    /*font-family: latolight;*/
    font-weight:300;
    font-size: 14px;
    padding: 0 10px;
    resize: vertical;
}
.asset_security_textbox {
    min-width: 290px;
    border: none;
    padding: 0 10px;
    height: 35px;
    border-radius: 0;    
    color: #8f8f8f;
    /*font-family: latolight;*/
    font-weight:300;
    font-size: 14px;
    background-color: #fff;
}
.backMessageText {
    color: #1B3359;
    font-size: 16px;
    /*font-family: latolight;*/
    font-weight:300;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer;
}
.backMessageText:hover {
    color: #1B3359;
    font-size: 16px;
    /*font-family: latolight;*/
    font-weight:300;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer;
}
.message_container {
    background-color: #fff;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    border: 1px solid #d9d9d9;
}
.acc_checkbox + label {
    background-image: url("../images/icons/icon_uncheck.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: top;
}
.acc_checkbox:checked + label {
    background-image: url("../images/icons/icon_check.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: top;
}
.acc_checkbox + label {
    text-align: left;
    cursor: pointer;
    vertical-align: top;
}
.announcement-head-text {
    font-size: 18px;
    text-align: left;
    color: #1B3359;
}
.announcement-description-text{
    text-align: left;
    font-size: 14px;
}
.announcement-description-box > p {
    text-align: right;
    color: #fc7c7b;;
    font-size: 14px;
}
.announcement-description-text > img {
    max-width: 100%;
    height: 75%;
}
.financial-sub-text {
    text-align: left;
    font-size: 11px;
    padding-top: 0;
    margin-top: 0;
    clear: both;
}

.green_acc_clr {
    color: #32CD32 !important;
}
.red_acc_clr {
    color: red;
}


.chart-box {
    background-color: #efefef;
    width: 80px;
    height: 60px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
}
.chart-top-margin {
    margin-top: 3px;
}
.chart1 {
    background-image: url("../images/chart-1.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    background-position: center 10px;
    background-color: #00365F;
    cursor: pointer;
}
.chart1:hover {
    background-image: url("../images/chart-1_hover.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    background-position: center 10px;
    background-color: #1B3359;
    cursor: pointer;
}
.chart2 {
    background-image: url("../images/chart-2.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    background-position: center 10px;
    background-color: #535353;
    cursor: pointer;
}
.chart2:hover {
    background-image: url("../images/chart-2_hover.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    background-position: center 10px;
    background-color: #1B3359;
    cursor: pointer;
}
.chart4 {
    background-image: url("../images/chart-1.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    background-position: center 10px;
    background-color: #535353;
    cursor: pointer;
}
.chart4:hover {
    background-image: url("../images/chart-1_hover.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    background-position: center 10px;
    background-color: #1B3359;
    cursor: pointer;
}
.chart3 {
    background-image: url("../images/chart-3.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    background-position: center 10px;
    background-color: #535353;
    cursor: pointer;
}
.chart3:hover {
    background-image: url("../images/chart-3_hover.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    background-position: center 10px;
    background-color: #1B3359;
    cursor: pointer;
}
.chart-text {
    padding-top: 35px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
}
.chart-text:hover {
    color: #ffffff;
}
.chart-img {
    margin: 20px;
}
.red-chart-text {
    font-size: 11px;
    color: #ff0000;
    font-weight: normal;
    float: right;
    padding-right: 15px;
}
.chart-box-part {
    margin-left: 20px;
    margin-right: 20px;
}

.graph-box {
    margin-left: 3px;
    text-align: center;
    display: inline-block;
}
.graph-img {
    background-image: url("../images/graph_hover.png");
    background-repeat: no-repeat;
    border-radius: 4px;
    width: 80px;
    height: 57px;
    background-position: center 10px;
    background-color: #535353;    
    cursor: pointer;
}
.graph-img:hover {
    background-image: url("../images/graph_hover.png");
    background-repeat: no-repeat;
    border-radius: 4px;
    width: 80px;
    height: 57px;
    background-position: center 10px;
    background-color: #1B3359;
    cursor: pointer;
}
.graph-text {
    color: #ffffff;
    padding-top: 40px;
    font-size: 10px;
    text-transform: capitalize;
}
.graph-text:hover {
    color: #ffffff;
    padding-top: 40px;
    font-size: 10px;
}
.customcal_dropdown > select {    
    width: 120%;
    background-image: url(../images/icons/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 82% center;
    padding: 0 9px;
    height: 22px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #1B3359;
    cursor: pointer;
    font-size: 12px;
    border: 0;
    background-color: transparent;

}
.arabic .customcal_dropdown > select {
     width: 120%;
     background-image: url(../images/icons/arrow_down.png);
     background-repeat: no-repeat;
     background-position: 99% center;
     padding: 0 13px;
     height: 22px;
     border-radius: 3px;
     text-transform: capitalize;
     color: #1B3359;
     cursor: pointer;
     font-size: 12px;
     border: 0;
     background-color: transparent;
}
.calendar-box {
    border: 2px solid #cccccc;
    width: 130px;
    height: 30px;
}
.calendar-text {
    font-size: 12px;
    color: #000000;
    padding-top: 4px;
    margin-left: 10px;
}
.calendar-btn {
    border-radius: 4px;
    /*width: 30px;
    height: 20px;*/
    font-size: 12px;
    background-color: #535353;
    color: #ffffff;  
    text-align: center;  
}
/* Ended by Ami Damania */

/********************/
.asset_head_text {
    font-size: 22px;
    text-transform: capitalize;
    color: #502E86;
    font-weight:400;

}
.home_head_text {
    font-size: 16px;
    text-transform: uppercase;
    color: #41216F;
    font-weight:500;

}
.small-text {
    font-size: 13px;
    color:#000000;
}
.home_bold_text {
    font-size: 16px;
    color: #000000;
    font-weight:700;

    text-transform: capitalize;
}
.home_bold_text-1 {
    font-size: 14px;
    color: #000000;
    font-weight:700;

    padding-top: 5px;
    text-align: right;
    padding-right: 15px;
    text-transform: capitalize;
}
#virtualForm input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    margin-top: 0;
    cursor: default;
}
/*.asset_checkbox-1 + label {
    background-image: url("../images/icons/checkbox.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    width: 100%;
    margin-bottom: 0;
    color: #000000;
    cursor: pointer;
    vertical-align: top;
}
.asset_checkbox-1:checked + label {
    background-image: url("../images/icons/checkbox-check.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    width: 100%;
    color: #000000;
    cursor: pointer;
    vertical-align: top;
}
.asset_checkbox-1 + label {
    width: 100%;
    padding-left: 2.1em;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    !*text-transform: capitalize;*!
    cursor: pointer;
    vertical-align: top;
}*/
.asset_home_dropdown > select {
    width: 100%;
    max-width: 145px;
    border: 2px solid #cccccc;
    background-image: url('../images/icons/arrow_down.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 0 10px;
    height: 35px;
    text-transform: capitalize;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
}
.home_input260px input {
    border: none;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #cccccc !important;
}
.home_input80px input {
    border: none;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #cccccc !important;
}
.home_input_small input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #cccccc !important;
}
.home_input_percentage input {
    width: 80%;
}
.home_input150px input {
    border: none;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #cccccc !important;
}
.home_input350px input {
    border: none;
    width: 100%;
    min-width: 300px;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
    color: #5B5B5B;
    background-color: #fff;
    border: 2px solid #cccccc !important;
}
.dob_dropdown > select {
    width: 100px;
    border: 1px solid #d9d9d9;
    background-image: url('../images/icons/arrow_down.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 0 10px;
    height: 35px;
    text-transform: capitalize;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 12px;
    border: 2px solid #cccccc !important;
}
.home_asset > .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    width: 110px;
    height: 35px;
    padding: 7px 5px;
    text-align: center;
}
.home_asset >  .btn-default:hover,
.home_asset >  .btn-default_active {
    color: #fff;
    background-color: #1B3359;
    text-transform: capitalize;
    font-size: 14px;
    width: 110px;
    height: 35px;
    border-color: #ccc;
}
.emp_asset > .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    width: 150px;
    height: 35px;
    padding: 7px 5px;
    text-align: center;
}
.emp_asset >  .btn-default:hover,
.emp_asset >  .btn-default_active {
    color: #fff;
    background-color: #1B3359;
    text-transform: capitalize;
    font-size: 14px;
    width: 150px;
    height: 35px;
    border-color: #ccc;
}
.home_asset180px > .btn-default {
    background-color: #FFF;
    border-color: #CCC;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    min-width: 180px;
    height: 35px;
    padding: 7px 5px;
    text-align: center;
}
.home_asset180px > .btn-default:hover, .home_asset180px > .btn-default_active {
    color: #FFF;
    background-color: #1B3359;
    text-transform: capitalize;
    font-size: 14px;
    min-width: 180px;
    height: 35px;
    border-color: #CCC;
}
.social_input input {
    border: none;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 12px;
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #cccccc !important;
}
.small-text input {
    width: 60px;
    height: 25px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 14px;
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #cccccc !important;
}
.home_regular_text {
    font-size: 15px;
    font-weight:400;

    color: #5B5B5B;
    text-transform: capitalize;
    text-align: right;
    padding-right: 15px;
}
.home_small_text {
    font-size: 16px;
    font-weight:400;

    color: #5B5B5B;
    text-align: justify;
}
.home_small_text_blue {
    font-size: 13px;
    font-weight:400;

    color: red;
    text-align: justify;
}
/*radio button*/

.asset_radiobutton{
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0;
}
.home_normal_text {
    font-size: 16px;
    color: #5B5B5B;
    text-transform: capitalize;
}
/************* radio with div *******************/
.asset_radiobutton_div + div {
    background-image: url("../images/icons/radio.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    width: 100%;
    font-size: 15px;
    color: #5B5B5B;
    padding-bottom: 25px;
    font-weight: normal !important;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
}
.asset_radiobutton_div:checked + div {
    background-image: url("../images/icons/radio-active.jpg");
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    width: 100%;
    font-size: 15px;
    color: #5B5B5B;
    padding-bottom: 25px;
    font-weight: normal !important;
    text-transform: capitalize;
    vertical-align: middle;
    margin-bottom: 0;
    cursor: pointer;
}
.asset_radiobutton_div + div {
    padding-left: 2em;
    font-size: 15px;
    color: #5B5B5B;
    font-weight: normal !important;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
}
.asset_home_dropdown_hide > select {
    border: none;
    background-image: url("../images/icons/arrow_down.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 0px 10px;
    height: 30px;
    border-radius: 0;
    text-transform: capitalize;
    color: #5B5B5B;
    cursor: pointer;
    font-size: 12px;
    min-width: 350px;
    width: 100%;
    border: 1px solid #cccccc !important;
}
.asset_home_dropdown_hide-1 > select {
    border: none;
    background-image: url("../images/icons/arrow_down.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 0px 10px;
    height: 50px;
    border-radius: 0;
    text-transform: capitalize;
    color: #5B5B5B;
    cursor: pointer;
    font-size: 14px;
    min-width: 300px;
    width: 100%;
     border: 1px solid #cccccc !important;
}
.blue_bold_text {
    font-size: 15px;
    text-transform: capitalize;
    color: #5090d8;
    font-weight:700;

}
.thirdparty_asset > .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    width: 117px;
    height: 35px;
    padding: 7px 5px;
    text-align: center;
}
.thirdparty_asset > .btn-default:hover, .thirdparty_asset > .btn-default_active {
    color: #fff;
    background-color: #1B3359;
    text-transform: capitalize;
    font-size: 14px;
    width: 117px;
    height: 35px;
    border-color: #ccc;
}

.change_pass_text {
    color: #525252;
    font-size: 16px;
    /*text-transform: capitalize;*/
    font-weight:500;

}
.change_blue_text {
    color: #00365F;
    font-size: 15px;
    text-transform: capitalize;
    font-weight:700;


}
.change_blue_text:hover {
    color: #1B3359;
    font-size: 15px;
}
.chnage_req_btn {
    background-color: #F27407;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    min-width: 130px;
    height: 30px;
    text-transform: capitalize;
    font-weight:300;

}
.icon_download{
    background-image: url('../images/icons/icon_download.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-size: 110%;
    cursor: pointer;
}
/*.icon_download:hover{*/
    /*background-image: url('../images/icons/icon_download_hover.png');*/
    /*background-repeat: no-repeat;*/
    /*height: 27px;*/
    /*width: 27px;*/
    /*background-size: 100%;*/
    /*cursor: pointer;*/
/*}*/
.asseticon_dimension{
    height: 150px;
    margin-top: 20px;
    width: 135px;
}
/*
.yellow-btn {
    background-color: #FFD65E;
    color: #333087;
    font-size: 16px;
    border: 1px solid #FFC826;
    min-width: 160px;
    height: 40px;
    font-family: 'latobold';
    border-radius: 3px;
    line-height: 40px;
}
.yellow-btn:hover {
    background-image: linear-gradient(to bottom, #ffc92b, #ce9a01);
    text-decoration: none;
}*/

#virtualForm span, #virtualForm label{
    font-size: 12px;
}
.table-heading{
    /*font-family: latobold !important;
    */
    font-weight: 700;
    font-size: 18px !important;
}
