body, html {
   height:100%
}
body {
    color: #1E2E53;
    font-family: "avenir-next-medium",Arial,sans-serif;
    font-size: 1.6rem;
    line-height: 1.333;
    text-transform: none;
}

    body div.page-container {
        color: #1E2E53;
    }

h1, .h1 {
    /*color: #f00;*/
    font-family: "avenir-next-bold",Arial,sans-serif;
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 21px;
    padding-top: 14px;
}

h2, .h2 {
    font-family: "avenir-next-bold",Arial,sans-serif;
    font-size: 2.8rem;
}
h3, .h3 {
    font-family: "avenir-next-bold",Arial,sans-serif;
    font-size: 2.2rem;
}
h4, .h4 {
    font-family: "avenir-next-bold",Arial,sans-serif;
    font-size: 1.8rem;
}
h5, .h5 {
    font-family: "avenir-next-bold",Arial,sans-serif;
    font-size: 1.4rem;
}


a {
    font-size: 1.6rem;
    color: #333;
}

#MyHTML a {
    font-weight: bold;
}

a:hover {
    text-decoration:underline;
    color: #A48036;
}
    a:active {
        text-decoration: underline;
        color: #A48036;
    }
    a:focus {
        text-decoration: underline;
        color: #A48036;
    }

a .action-down-link{
    display: block;
}

.action-down-link .icon {
    float: left;
    text-decoration: none;
}

.action-down-link span{
    display: block;
    padding-left: 33px;
}

.btnLink {
    border: none;
    padding: 0;
    background: transparent;
}

    .btnLink:hover, .btnLink:focus, .btnLink:active {
        text-decoration: underline;
        color: #A48036;
    }

abbr {
    border: none;
    text-decoration: none;
}

    abbr[title] {
        border: none;
        text-decoration: none;
    }
.btn {
    border: medium none;
    font-size: 1.6rem;
    line-height: 100%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    height:40px;
}
.btn:focus {
    outline: medium none;
}

.btn-primary {
    background-color: #A48036;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background: #CEA53E none repeat scroll 0 0;
}
.btn-primary:active {
    color: #fff;
    background: #722d92 none repeat scroll 0 0;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background: #722d92 none repeat scroll 0 0;
}

.btn-success {
    background-color: #A48036;
    color: #fff;
}
.btn-success:hover, .btn-success:focus {
    color: #fff;
    background: #CEA53E none repeat scroll 0 0;
}
.btn-success:active {
    color: #fff;
    background: #722d92 none repeat scroll 0 0;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background: #722d92 none repeat scroll 0 0;
}

.btn-secondary {
    background-color: #fff;
    border: 0.1rem solid #333;
    color: #333;
}
    .btn-secondary:hover, .btn-secondary:focus
    {
        background: #ededed none repeat scroll 0 0;
        border: 0.1rem solid #333 !important;
    }
    .btn-secondary:active
    {
        background: #b6b7b6 none repeat scroll 0 0;
        border: 0.1rem solid #333 !important;
    }
.btn-jade {
    background-color: #008580;
    color: #fff;
}
.btn-jade:hover, .btn--jade:focus {
    color: #fff;
    background: #00716c none repeat scroll 0 0;
}
.btn-jade:active {
    color: #fff;
    background: #004f4b none repeat scroll 0 0;
}
.btn-slate {
    background-color: #4d6474;
    color: #fff;
}
.btn-slate:hover, .btn--slate:focus {
    color: #fff;
    background: #3e505d none repeat scroll 0 0;
}
.btn-slate:active {
    color: #fff;
    background: #253038 none repeat scroll 0 0;
}
.btn-dark {
    background-color: transparent;
    border: 0.1rem solid #fff;
    color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
    color: #fff;
    background: #31404a none repeat scroll 0 0;
}
.btn-dark:active {
    color: #fff;
    background: #1d262c none repeat scroll 0 0;
}

.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}


/*point icon to the font awsame artwork*/
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pdf::before{
    font-family:"FontAwesome";
    content: "\f1c1";
}

.icon-download::before{
    font-family:"FontAwesome";
    content: "\f0f6";
}
.icon-chevron-down::before{
    font-family:"FontAwesome";
    content: "\f078";
}

.icon-user-personal::before{
    font-family:"FontAwesome";
    content: "\f2c0";
}

.icon-circle-delete::before{
	font-family:"FontAwesome";
    content: "\f05c";
}
.icon-circle-confirmation::before{
	font-family:"FontAwesome";
    content: "\f058";
}
.icon-clock::before{
	font-family:"FontAwesome";
    content: "\f017";
}
.icon-delete::before{
	font-family:"FontAwesome";
    content: "\f00d";
}
.icon-agree::before{
	font-family:"FontAwesome";
    content: "\f00c";
}

/**************************************/
#MyHTML{
    margin-top: 40px;
}
.red {
    color: #A48036;
}

/*Start Header*/
.cji-header{
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    position: sticky;    
    z-index: 1000;
    left: 0;    
    top: 0;
    width: 100%;
    /*height: 133px;*/
    
}
.cji-header .logo { 
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;    
    position: relative;
    
}

    .cji-header .logo .btn {
        font-size: 1.6rem;
        padding: 10px;
    }

.container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 0px;
    padding-right:0px;
}

.strech{
     padding-left: 0px;
     padding-right: 0px;
}

.box-input {
	 border: 1px solid #c1c1c1; 
	 padding:10px;  
	 border-radius:10px;
}

.btn-group .fa {
    font-size:14px;
}

.btn-group .icon {
    font-size:14px;
}

.btn-group .icon {
    font-size: 1.4rem;
}
.separator {
    height: 10px;
    width: 100%;
    background: #9c0009; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#cc0009, #9c0009); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cc0009, #9c0009); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cc0009, #9c0009); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cc0009, #9c0009); /* Standard syntax */
}

.cji-header .logo img {
    padding-top: 10px;
    padding-bottom: 10px;
}
.advisor{    
    font-size: 1.2rem;
    padding-top:12px;
    /*margin-right: 24px;*/
}

    .advisor span {
        margin-left: 1.2rem;
        margin-right: 12px;
    }

#main-container {    
    background: #fff none repeat scroll 0 0;         
    height:90vh;
}


#ulTopMenu li {    
    margin-bottom: -11px;
    /*margin-top: -14px;*/
    padding: 20px;
    
    padding-bottom: 0px;

}

/*#ulTopMenu li:first-child {
    padding-left:5px;
}*/
    #ulTopMenu li a {
        padding-bottom: 12px;
        cursor: pointer;
        font-size: 1.6rem;
    }

        #ulTopMenu li a span {
            font-size: 1.2rem;
            color: #717171;
            display: block;
        }

*#ulTopMenu li a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #A48036;
}
/*
#ulTopMenu li:hover {
    border-bottom: 3px solid #A48036;
}*/
/*End Header*/
.field-set{
    width:400px;
}

.form-heading {
    font-size: 2.2rem;
}

.form-navigation, .sub-form-navigation {
    list-style-type: none;
}

.form-area ul li {
    font-size: 1.6rem;
    color: #333;
    cursor: pointer;
    list-style-type: none;
    border-bottom: 1px solid #c6c6c6;
    padding: 16px 0 13px;
    width: 30%;
}

.form-area ul li:hover {
    text-decoration:underline;
}

.form-area ul li::before {
    content:"";
}
.form-area ul li::after {        
		font-family:"FontAwesome";
		content: "\f054";
        color:#A48036;
    }
#ULFunctions {
    margin-left: 15px;
}

    #ULFunctions button {
        display: block;
        text-align: left;
        border: none;
        background: transparent;
        font-size: 1.6rem;
        color: #333;
        border-bottom: 1px solid #c6c6c6;
        margin-bottom: 10px;
        min-width: 30%;
        width: auto;
    }

        #ULFunctions button:after {
            font-family:"FontAwesome";
			content: "\f061";
            color: #A48036;
            float: right;
            margin-right: 5px;
            margin-left: 5px;
        }
.form-navigation li {
    text-indent: -10px;
}

.sub-form-navigation li{
    text-indent: -15px;
}



/*li:before {    
    font-family: 'FontAwesome';
    content: '\f054';
    margin:0 5px 0 -15px;
}*/

/*Form content*/



    .form-navigation .icon {
        font-size: 2.8rem;
		padding-right: 5px;
    }
    .form-navigation .icon-clock {
        color: #A48036;
    }
    .form-navigation .icon-circle-confirmation-solid {
        color: #A48036;
    }
    .form-navigation .icon-circle-confirmation {
        color: #A48036;
    }

.form-navigation .selected {
    /*color: #A48036;*/
    font-weight: bold!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    color: #A48036;
    background-color: #fff;
}

.form-navi-2 {
    padding-left: 3rem;
}

.form-navi-2 > li {
    width:100%;
}

    .form-navi-2 > li > a {
        display: inline-block;
        padding: 3px 15px;
        font-size: 1.4rem;
        font-weight: normal !important;
    }

.input-group-addon {
    background-color: #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


.form-content .form-group { display: block; float: left; width: 100%; }
    .form-content .form-group .control-label {
        font-size: 1.6rem;
        text-align: left;
        padding-top: 6px;
        font-weight: bold;
    }
    .form-content .form-group .help {
        font-size: 1.2rem;
        font-style: italic;
        color: #5c5751;
    }

.button-set { display: block; border-top: 1px solid #ccc; margin: 15px 0 0; padding: 20px 0; text-align: right; } 
/*.button-set .btn { margin-bottom:5px; font-size: 16px; padding: 15px 20px; border: medium none; color: #fff; text-align: center; float: right;}
.button-set .btn:hover {text-decoration:underline!important;}

.button-set .btn-primary {
    background: #A48036; /* For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(#A48036, #9c0009, #A48036); /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#A48036, #9c0009, #A48036); /* For Opera 11.1 to 12.0 */ 
    /* background: -moz-linear-gradient(#A48036, #9c0009, #A48036); /* For Firefox 3.6 to 15 */ 
    /* background: linear-gradient(#A48036, #9c0009, #A48036); /* Standard syntax */ 
/*}*/

/*.button-set .btn-primary:hover {
    background: #af000d; 
}

.button-set .btn-primary:active {
    background: #722d92; 
}*/

/*.button-set .btn-secondary {
    /* border: medium none; */
    /* color: #000; */
    /*background: #4d6474; /* For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(#f3f3f3, #dddddd, #f3f3f3); /* For Safari 5.1 to 6.0 */ 
    /* background: -o-linear-gradient(#f3f3f3, #dddddd, #f3f3f3); /* For Opera 11.1 to 12.0 */ 
    /* background: -moz-linear-gradient(#f3f3f3, #dddddd, #f3f3f3); /* For Firefox 3.6 to 15 */ 
    /* background: linear-gradient(#f3f3f3, #dddddd, #f3f3f3); /* Standard syntax */ 
/*}

.button-set .btn-secondary:hover {
    background: #3e505d; 
}

.button-set .btn-secondary:active {
    background: #004f4b; 
}*/

.alert-danger, .input-validation-error {
    border: 1px solid #722d92 !important;
    background-color: rgba(131, 0, 10, 0.05) !important;
    color: #333333 !important;
}

.alert-success, form .form-group input.valid {
    border: 1px solid #008580 !important;
    background-color: rgba(0, 133, 128, 0.05) !important;
    color: #333333 !important;
}

.validation {
    /* background-color: #fff; */
    /* background-image: none; */
    /* border: 1px solid #F8CCCF; */
    /* box-shadow: 3px 3px 3px #f8cccf; */
    /* border-radius: 4px; */
    /* color: #4C4C4C; */
    /* display: block; */
    /* font-size: 14px; */
    /* line-height: 1.42857; */
    /* padding: 6px 12px; */
    /* word-break: unset; */
    /* position: absolute; */
    /* margin-right: 10px; */
    color: #83000a;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px 0px;
    word-break: keep-all;
}

    .validation > span:first-child:before {
        
		font-family:"FontAwesome";
		content: "\f05c";
		
        color: #83000a;
        font-size: 2rem;
    }
    .validation div:before {
        font-family:"FontAwesome";
		content: "\f05c";
        color: #83000a;
        font-size: 2rem;
    }

.field-validation-valid{
    display:none;
}

.icon-circle-help, .icon-circle-help-solid {
    font-size: 2.4rem !important;
}
.icon-circle-help::before, .icon-circle-help-solid::before {
	font-family:"FontAwesome";
	content: "\f059";
}

.form-title{
    margin: 20px;
}

.form-control {
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: normal;
    color: #333333;
    text-align: left;
    /*width: 40rem;*/
    /*height: 40px;*/
    height:4rem;
    border: 1px solid #929292;
    -moz-border-radius: 0px; /* Firefox */
    -webkit-border-radius: 0px; /* Safari, Chrome */
    -khtml-border-radius: 0px; /* KHTML */
    border-radius: 0px; /* CSS3 */
}

.form-control:focus{
	border: 1px solid #376798;
}

.form-control:hover{
	border: 1px solid #376798;
}

select {
   -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;   
}

select::-ms-expand {
    display: none;
}

.select:after {
    color: #000;
	font-family:"FontAwesome";
	content: "\f078";	   
    right: 5%;
	pointer-events: none;
    position: absolute;
    top: 10px;    
}

.modal-content select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    -o-appearance: menulist;
    appearance: menulist;
}

#tblReport select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    -o-appearance: menulist;
    appearance: menulist;
}

.datefield {
	width: 27%;
}

.datespan{
    margin:8px 0.5rem 0;
}

.validspan{
 margin-left: 15px;
}

.input-group{
	/*width: 40rem;*/
}

.input-group-addon {
    border-radius: 0px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1.4rem;
}

.radio-inline{
	opacity: 0;
	position: absolute;
}

.radio-inline-label:before{
    content: '';
    border: 1px solid #929292;
	border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;

}

.radio-inline-label {
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 400;
    color: #333333;
    text-align: left;
}

.radio-inline:checked + .radio-inline-label:before {
    background: #008580;
	/* Set colour of box shadow to same as backgroud */
    box-shadow: inset 0px 0px 0px 4px #f1f1f1;
}

.radio-inline:checked{
    background: #008580;
	/* Set colour of box shadow to same as backgroud */
    box-shadow: inset 0px 0px 0px 4px #f1f1f1;
}


.radio-2{
	
	margin-left:5rem !important;
}

.radio-inline, .radio-inline-label {
    display: inline-block;
    vertical-align: middle;
    /* margin: 5px; */
    cursor: pointer;
}

span.list-group-item {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 1.4rem;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #d0d0d0;
    border-radius: 0px !important;
    min-height: 40px;
    height: auto;
}

.input-group span.list-group-item {
    display: table-cell;
}

span{   -ms-word-break: break-all;    word-break: break-all; /* Non standard for webkit */
     word-break: break-word;    -webkit-hyphens: auto;       -moz-hyphens: auto;        -ms-hyphens: auto;            hyphens: auto; }
 
.list-group-item[disabled],
.list-group-item[readonly],
fieldset[disabled] .list-group-item {  cursor: not-allowed;  background-color: #eee;  opacity: 1;}

table {
    border: 1px solid #c1c1c1;
    font-size: 1.4rem;
    color: #333333;
}
th {
    font-weight:bold;
	height:40px;
    padding:20px;
    color:#4d6474;
	/*text-align:center;
    border-right: 1px solid #c1c1c1;*/
}

td {
    height:40px;
    padding: 20px!important;
}

tr:nth-child(odd) {
	background: #EDEDED;
	}
tr:nth-child(even) {
	background: #FFF;
	}

.newrecord {
	background:#EDB343!important;
	cursor:pointer;
}

/*End Form content*/

/*Start Login Page**********************************************************/


/*End Login Page**********************************************************/

/*Start Error Page**********************************************************/

.ErrorLine1 ::after {
    content: "The Causeway Securities Limited website is temporarily unavailable.";
}

.ErrorLine2 ::after{
    content:"We are sorry for any inconvenience, please try again shortly.";

}

.ErrorLine3 ::after {
    content: " If you have any questions please contact us on 0800 208 4483 or email Admin@uk.causeway-securities.com .";
}

/*End Error Page**********************************************************/


@media (min-width:1180px) {
    .container {
        width: 1180px;
    }
}


@media (max-width:1180px) {
    .page-container {
        width: auto;
    }
    .form-area ul li{
        width:100%;
    }
}

@media (max-width:985px) {
    #ulTopMenu li{            
        padding: 20px 15px 0;
    }
        #ulTopMenu li a {
            font-size: 1.3rem;
        }
            #ulTopMenu li a span {
                font-size: 1rem;
            }

    .input-group-sml {
        margin-bottom: 10px;
    }
}


@media (max-width:740px) {
    .cji-header {
        height:auto;
    }

    #ulTopMenu li:first-child {
    padding-left: 15px;
    }
    #ulTopMenu li {
        
        margin-left:10%;
        display:list-item;
    }

        #ulTopMenu li a {
            font-size: 1.2rem;
            padding-bottom: 5px;
        }
    #ulTopMenu li a span{
            display:none;
    }

}


/*NEW BELOW*/

fieldset {
    display: inline-block;
    border: none;
    padding: 0px;
}

legend {
    display: inherit;
    width: initial;
    padding: 0;
    margin-bottom: 2px;
    font-size: initial;
    line-height: inherit;
    color: inherit;
    border: none;
    border-bottom: none;
}

.form-content .form-group fieldset div > .ynBtn-label {
    background-color: #f2f2f2;
    color: #333;    
    padding: 10px 15px;    
    font-size: 1.6rem;
    cursor: pointer;
    margin-bottom: 0px;
    min-width: 7rem;
    text-align: center;
    font-weight: normal;
}

fieldset input[type="radio"]:checked + .ynBtn-label {
    color: #fff;
    background-color: #A48036;
}

.ynBtn-label2 {
    margin-left: 5rem !important;
}

.radioGroupSelect {
    /* display: table-cell; */
    box-shadow: 0 0 5px rgba(55, 164, 236, 1);
}

@media (max-width:1179px) {
    .radio-2, .ynBtn-label2 {
        margin-left: 1rem !important;
    }
}

@media (max-width:991px) {
    .radio-2, .ynBtn-label2 {
        margin-left: 0rem !important;
    }
}

.datefield {
    width: 30%;
}


#ulTopMenu .btn:hover, .btn:focus
{
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #A48036;
}

#ulTopMenu li a:hover, a:focus
{
    color: #000 !important;
    text-decoration: none !important;
    border-bottom: 3px solid #A48036 !important;
    outline:none !important;
}

#ulTopMenu li .btn
{
    padding: 0 0 12px 0;
    cursor: pointer;
    font-size: 1.6rem;
    background: none;
    border: none;
    min-height: initial;
}

#ulTopMenu .btn:hover, #ulTopMenu .btn:focus, #ulTopMenu .btn.selected
{
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #A48036;
    padding-bottom: 9px;
}