﻿/* Form properties */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');

body {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
}
.forgot-link {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    color: #3a3a3a !important;
}
.panel-form-title {
    font: bold 20px Montserrat, Arial, sans-serif;
    color: #13856b !important;
}

.panel-form-title-purple {
    font: bold 20px Montserrat, Arial, sans-serif;
    color: #4b407b !important;
}

div.sub-title {
    padding: 15px;
}

label.sub-title {
    padding: 15px;
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    vertical-align: middle;
}

label.control-label-title {
    font: normal 14px Montserrat, Arial, sans-serif;
    color: #000000 !important;
}

label.control-label {
    font: normal 14px Montserrat, Arial, sans-serif;
    color: #000000 !important;
}

.control-label.EmailCode {
    font: normal 14px Montserrat, sans-serif;
    color: #13856B !important;
    font-weight: bold;
}

.control-label.newlabelstyle {
    font-family:  Montserrat, sans-serif;
    color: #03536B !important;
}

.control-label-title.newtitlestyle {
    font-family: Montserrat, sans-serif;
    color: #13856B !important;
}

.control-label-title.boldstyle {
    font-weight: bold;
}

input.form-control, input[disabled].form-control {
    height: 38px;
    color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #13856b;
}

input.form-control.newborderstyle {
    border-color: #AAC8C1;
    border-style: solid;
    border-width: 2px;
}

.form-control-xp {
    height: 44px !important;
    font-size: 20px;
    font-weight: bold !important;
    letter-spacing: 1em;
    text-align: left;
    text-transform: uppercase;
}

input[type="password"].form-control {
    font: small-caption;
    font-size: 16px
}

textarea.form-control, textarea[disabled].form-control {
    color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #77bc1f !important;
}

form-control::-webkit-input-placeholder {
    color: #444 !important;
}

.form-control:-moz-placeholder {
    color: #444 !important;
}

.form-control::-moz-placeholder {
    color: #444 !important;
}

.form-control:-ms-input-placeholder {
    color: #444 !important;
}

select.form-control, select[disabled].form-control {
    height: 38px;
    color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #13856b !important;
}

/* Start - purple control */
.form-control-purple {
    display: block;
    width: 100%;
    /*height:34px;
    	    padding:6px 12px;
    	    font-size:14px;
    	    line-height:1.42857143;*/
    color: #555;
    background-color: #fff !important;
    background-image: none;
}

input.form-control-purple, input[disabled].form-control-purple {
    height: 38px;
    color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #03536B !important;
}

input[type="password"].form-control-purple {
    font: small-caption;
    font-size: 16px
}

textarea.form-control-purple, textarea[disabled].form-control-purple {
    color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #0f004e !important;
}

form-control-purple::-webkit-input-placeholder {
    color: #444 !important;
}

.form-control-purple:-moz-placeholder {
    color: #444 !important;
}

.form-control-purple::-moz-placeholder {
    color: #444 !important;
}

.form-control-purple:-ms-input-placeholder {
    color: #444 !important;
}

select.form-control-purple, select[disabled].form-control-purple {
    height: 38px;
    color: #444 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #0f004e !important;
}

    input.form-control-purple:focus, textarea.form-control-purple:focus, select.form-control-purple:focus, button.form-control-purple:focus, button.btn-control-purple:focus,
    input.form-control-purple:hover, textarea.form-control-purple:hover, select.form-control-purple:hover, button.form-control-purple:hover, button.btn-control-purple:hover {
        outline: 0 !important;
        outline-width: 0 !important;
        outline: none !important;
        border: 2px solid #0f004e !important;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

/* End */

button.btn-control, button[disabled][disabled].btn-control {
    height: 38px;
    background-color: #fff;
    color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #13856B !important;
}

.btn-submit-control {
    padding: 13px 18px !important;
    border: 0 none;
    background: #03536B !important;
    color: #ffffff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    border: 0;
    font: normal 14px Montserrat !important;
    margin-left: 0 !important;
    white-space: normal !important;
    word-wrap: break-word;
}

    .btn-submit-control:hover {
        background: #6D8F9A !important;
    }

    .btn-submit-control.startnext {
        background: #13856b !important;
        color: #ffffff !important;
        font-family: 'Montserrat', sans-serif;
    }

        .btn-submit-control.startnext:hover {
            color: #c0c0c0 !important;
        }

    .btn-submit-control.stepnext {
        background: #13856b !important;
        color: #ffffff !important;
        font-family: 'Montserrat', sans-serif;
    }

        .btn-submit-control.stepnext:hover {
            color: #c0c0c0 !important;
        }

.btn-verify-control {
    padding: 13px 18px !important;
    border: 0 none;
    background: #13856B !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font: normal 14px Montserrat !important;
    margin-left: 0 !important;
    white-space: normal !important;
    word-wrap: break-word;
}
.btn-resend {
    color: #3A3A3A !important;
    font-size: 9px;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
}

.btn-findemail {
    margin-left: 0 !important;
    padding: 10px 18px !important;
}

.btn-verifyforgotpassword {
    padding: 13px 18px !important;
}

input.form-control:focus, textarea.form-control:focus, select.form-control:focus, button.form-control:focus, button.btn-control:focus,
input.form-control:hover, textarea.form-control:hover, select.form-control:hover, button.form-control:hover, button.btn-control:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    outline: none !important;
    border: 2px solid #13856b !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Exception for special dropdown control */
.format-dropdown > div.dropdown > button {
    height: 38px;
    background-color: #fff;
    color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #AAC8C1;
    width: 100% !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .format-dropdown > div.dropdown > button > span.caret {
        margin: 7px 0 0 0;
        float: right;
    }

.format-dropdown > div.dropdown > ul {
    width: 100% !important;
}

.format-dropdown > div.dropdown > button:focus, .format-dropdown > div.dropdown > button:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    outline: none !important;
    border: 2px solid #AAC8C1 !important;
    background: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.format-dropdown-xp > div.dropdown > button {
    height: 38px;
    background-color: #fff;
    color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #13856B;
    width: 100% !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .format-dropdown-xp > div.dropdown > button > span.text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 54%;
        display: inline-block;
        vertical-align: middle;
    }

    .format-dropdown-xp > div.dropdown > button > span.karet {
        float: right !important;
        border-bottom: 0 solid transparent;
        font-size: 14px;
        margin: 0 0 0 0;
        max-width: 42%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .format-dropdown-xp > div.dropdown > button > span.caret {
        margin: 7px 0 0 0;
        float: right;
    }

.xaret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    /* border-right: 4px solid transparent; */
    border-left: 4px solid transparent;
}

.format-dropdown-xp > div.dropdown > ul {
    width: 100% !important;
}

    .format-dropdown-xp > div.dropdown > ul li a {
        word-wrap: break-word;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.format-dropdown-xp > div.dropdown > button:focus, .format-dropdown > div.dropdown > button:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    outline: none !important;
    border: 2px solid #13856b !important;
    background: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* End Exception */

.table-bordered, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #13856B !important;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th {
        border: 1px solid #13856B !important;
    }

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #13856B !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.4285;
    vertical-align: top;
    border-top: 1px solid #13856B !important;
}

.checkbox-inline, .radio-inline {
    padding-left: 0;
}


/* The radio */
.radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio.newlabelstyle {
    font-family: Montserrat, sans-serif;
    color: #03536B !important;
}

    /* Hide the browser's default radio button */
    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-color: #13856B;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #49A48F;
}

/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check.newlabelstyle {
    font-family: Montserrat, sans-serif;
    color: #03536B !important;
}

    /* Hide the browser's default checkbox */
    .check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-color: #AAC8C1;
    border-style: solid;
    border-width: 2px;
}

    .checkmark.invinstructions {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #fff;
        border-color: #13856B;
        border-style: solid;
        border-width: 2px;
    }


/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 3px;
    top: 1px;
    width: 6px;
    height: 7px;
    border: solid;
    border-color: #13856B;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* File Upload Box */
div.form-control {
    border: 2px solid #77bc1f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.btn-file {   
    background: #13856B !important;
    color: #ffffff !important;
    font: normal 14px Montserrat !important;
}

div.form-control:focus, div.form-control:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    outline: none !important;
    border: 2px solid #77bc1f;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button.fileinput-remove-button {
    border: 2px solid #77bc1f;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    height: 34px;
}

button.fileinput-cancel-button {
    border: 2px solid #77bc1f;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    height: 34px;
}

#divWorkPhone div.form-group .col-md-1 {
    display: block;
    text-align: center;
    line-height: 3em;
    padding-left: 0 !important;
}

/* End Form properties */

c0 {
    font-weight: bold;
    color: #000;
}

.retrun-cls:active, .retrun-cls:link, .retrun-cls:visited {
    color: #337ab7 !important;
    margin: 0 0 0 -15px !important;
}

.retrun-cls:hover {
    text-decoration: underline;
}

.search-item-filter {
    cursor: pointer;
    border: 1px solid #ddd;
    padding-left: 7px;
    background-color: #fff;
    margin-bottom: 10px;
}

    .search-item-filter:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }

.search-title {
    clear: both;
    margin: 0 0 0 -10px !important;
    overflow: hidden;
}

    .search-title h3 {
        margin: 10px 0 10px 0;
        line-height: 0.8;
        font-size: 28px;
    }

.search-block {
    clear: both;
    margin: 0 0 10px -10px !important;
    overflow: hidden;
}

    .search-block span {
        color: #77bc1f;
        font-weight: bold;
        font-size: 22px;
    }

.search-item {
    clear: both;
    /*width: 500px;
        padding: 5px 20px 5px 10px;*/
    margin: 10px 0px 10px -10px;
    overflow: hidden;
}

.search-item-body {
    overflow: hidden;
    display: inline-block;
}

.search-item-icon {
    padding-right: 5px;
    float: left;
    height: 16px;
    margin-top: 2px;
}

.search-item-title {
    margin: 0;
    padding: 0;
}

.search-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin: 5px 0 0 0;
}

    .search-ellipsis a:active, .search-ellipsis a:link, .search-ellipsis a:hover, .search-ellipsis a:visited {
        color: #337ab7;
        text-decoration: none;
    }

    .search-ellipsis img {
        max-width: 16px;
        max-height: 16px;
        overflow: hidden;
        /*display: inline;*/
        margin-right: 10px;
    }

.search-item-link {
    font-weight: normal;
    display: inline-block;
}

.search-item-summary {
    font-weight: normal;
    display: block;
}

.search-item-path {
    margin: 0;
    padding: 0;
    color: #338200;
    margin: 2px 0px 0px 0px;
    /*width: 496px;*/
    display: block;
}

/* IOS Scrolling Fix */
.sc {
    -webkit-overflow-scrolling: touch;
}
/* Scrolling Fix end */

/* Collapsible Panel */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.panel-group .panel + .panel {
    margin-top: 10px !important;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0 !important;
}

.accordion .accordion-item {
    margin-top: 10px !important;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.panel-default {
    border: 2px solid #13856b !important;
}

    .panel-default > .panel-heading, .accordion-heading {
        background-color: #ffffff !important;
        border-color: #13856b !important;
        margin: 0;
        padding: 15px 15px !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        outline: 0;
    }

        .panel-default > .panel-heading + .panel-collapse, .accordion-heading + .accordion-collapse > .panel-body {
            /*border-top-color: #13856b;*/
            border-top: 0 solid transparent;
        }

accordion-item > .panel-default > .accordion-heading {
    background-color: #ffffff !important;
    border-color: #13856b !important;
    margin: 0;
    padding: 15px 15px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: 0;
}

h3.panel-title {
    font-size: 16px;
    color: #0F004E;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    width: 100%;
}

.panel-title > a.main, .panel-title > a.main-a, .panel-title > a {
    font-weight: bold;
    line-height: 1.42857143;
    display: block;
    word-wrap: break-word;
    white-space: normal;
    text-decoration: none;
    border-bottom: 0 solid transparent;
    cursor: pointer;
    color: #03536B;
}

    .panel-title > a.main:after {
        /* symbol for "opening" panels */
        font-family: FontAwesome;
        font-size: 20px;
        content: "\f068";
        text-decoration: none;
        float: right;
        color: #13856b;
    }

    .panel-title > a.main.collapsed:after {
        font-family: FontAwesome;
        font-size: 20px;
        content: "\f067";
        color: #13856b;
        text-decoration: none;
    }

    .panel-title > a.mainhead, .panel-title > a.mainhead-a {
        font-weight: bold;
        line-height: 1.42857143;
        display: block;
        word-wrap: break-word;
        white-space: normal;
        text-decoration: none;
        border-bottom: 0 solid transparent;
        cursor: pointer;
    }

        .panel-title > a.mainhead span {
            border-bottom: 0px solid transparent;
        }

    /*
	.panel-title>a.main, .panel-title>a.main-a, .panel-title>a {
	    font-weight: bold;
		line-height: 1.42857143;
	    display: block;
	    word-wrap: break-word;
	    white-space: normal;
		text-decoration: none;	
		border-bottom: 0 solid transparent;
		cursor: pointer;
	}
.panel-title >a.main:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
	color: #13856b;
    padding-right: 5px;
	border-bottom: 0 solid transparent;
	font-size: 20px;
}
.panel-title >a.main-a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
	color: #13856b;
    padding-right: 5px;
	border-bottom: 0 solid transparent;
	font-size: 20px;
}
        */
    .panel-title > a.main span, .panel-title > a.main-a span, .panel-title > a.main-o span {
        border-bottom: 3px solid #49A48F;
    }

.panel-body p {
    padding: 5px 15px !important;
}

    .panel-body p.normal {
        padding: 0 0 !important;
    }

    .panel-body p.fee {
        margin: 5px 15px !important;
        border: 1px solid #ddd !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .panel-body p.fee span.feetext {
            color: #13856b !important;
            font-weight: bold;
            display: block;
        }

        .panel-body p.fee span.feedesc {
            display: block;
        }
    /* Collapsible Panel End */
    /* Investment Instruction */
    .panel-body p > a.investing,
    .panel-body p > a.investing:hover,
    .panel-body p > a.investing:active,
    .panel-body p > a.investing:visited {
        color: #49A48F;
        text-decoration: none;
    }

p.step0 {
    margin: 5px 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

p.step {
    margin: 0 0 0 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

p.step-active {
    background-color: #ddd;
    margin: 5px 15px !important;
    border: 1px solid #ddd !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

    p.step > span.header, p.step-active > span.header {
        font-size: 13px;
        /*font-size: 1.5rem;*/
        font-weight: bold;
        color: #0F004E;
        display: block;
    }

    p.step img, p.step-active img {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        max-width: 80%;
        padding: 15px;
        border: 2px solid #77BC1F !important;
        background-color: #fff;
    }

        p.step img.is-active, p.step-active img.is-active {
            background-color: #f5f5f5;
        }

a.step0 {
    margin: 5px 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

a.step {
    margin: 0 0 0 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

a.step-active {
    background-color: #ddd;
    margin: 5px 15px !important;
    border: 1px solid #ddd !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

a.step > span.header, p.step-active > span.header {
    font-size: 13px;
    /*font-size: 1.5rem;*/
    font-weight: bold;
    color: #03536B;
    display: block;
}

a.step img, p.step-active img {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 80%;
    padding: 15px;
    border: 2px solid #13856B !important;
    background-color: #fff;
}

    a.step img:hover, a.step img.is-active, a.step-active img.is-active {
        background-color: #f0f0f0;
    }

a.nextbutton {
    color: #13856b;
    text-decoration: none;
    font-size: 30px !important;
    margin: 15px 15px 5px 15px;
}

    a.nextbutton > span {
        color: #13856b;
        font-size: 14px !important;
        vertical-align: middle;
        margin-right: 5px;
    }

a.prevbutton {
    color: #13856b;
    text-decoration: none;
    font-size: 30px !important;
    margin: 15px 15px 5px 15px;
}

    a.prevbutton > span {
        color: #13856b;
        font-size: 14px !important;
        vertical-align: middle;
        margin-left: 5px;
    }

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

a.smallbtn, a.smallbtn:hover, a.smallbtn:active, a.smallbtn:visited {
    background: #03536B !important;
    color: #fff;
    padding: 10px 7px;
    margin-bottom: 5px !important;
    text-decoration: none;
    font: normal 10px Montserrat !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: nowrap !important;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.breaktext {
    white-space: normal !important;
}

.table:hover .hangon {
    opacity: 1;
}

.hangon {
    position: absolute;
    right: 10%;
    background-color: #0F004E;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    /* transition: all .35s ease-in-out; */
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    outline: none;
}


@media (max-width: 768px) {
    .reducefont12 {
        font-size: 11px !important;
    }

        .reducefont12 > div > input {
            font-size: 12px !important;
        }

    .reducefont10 {
        font-size: 10px !important;
    }

        .reducefont10 > div > input {
            font-size: 10px !important;
        }
}
/* End Investment Instruction */
.css-logo-horizontal {
    margin-bottom:20px;
    width: 167px;
    height: 44px;
}

.account-settings {
    font-family: Montserrat, sans-serif;
}

.bluelink {
    color: #03536B !important;
}

.text-blue {
    color: #03536B !important;
}

.text-green {
    color: #13856B !important;
}

.text-red {
    color: #DC3725 !important;
}
