@charset "utf-8";
/* CSS Document */

.header-logo-style img{width:100%;}
.form-layout {background-color: #f9f9f9; padding: 20px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form-layout-title {font-size: 18px;}
.required {color: #FF0004;}
.theme-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #0071b3;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.theme-panel-primary {
    border-color: #0275d8;
}
.theme-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.theme-panel-success > .theme-panel-heading {
    background-color: #0071b3;
    border-color: #0071b3;
}
.theme-panel-body {
    padding: 15px;
    color: #000;
    background-color: transparent;
}
.file-upload-des {
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #5cb85c;
	padding: 0 8px;
    font-size: 11px;
	display: table-cell;
}
.terms-conditions {padding-left:20px; color: #000000; }
.action-foot-buttons { margin-top: 15px; }
.form-group {
    margin-bottom: 1rem;
}
.form-layout .accordion-item {
	margin-bottom: 25px;
}
.form-check-inline .form-check-input {
    position: static;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
	color: #000000;
	font-weight: 600;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.form-outer-layout {
	margin: 40px 0;
}
.accordion-button:not(.collapsed) {
	color: #000;
    background-color: #c5d9fd!important; 
}
.accordion-item {
	background-color: #f4f8ff;
}
.accordion-button { background-color: #fbfbfb;  }





/*Background color*/
.form-bg {
	
}
#grad1 {
    background: #efefef url("../img/body-bg2.png") no-repeat 0 0;
    background-size: cover;
    padding-bottom: 65px;
	background-position: bottom;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 30px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
	min-height: 475px;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform .form-control, #msform textarea {
    padding: 5px 8px 5px 8px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
    box-sizing: border-box;
/*    font-family: montserrat;*/
    color: #2C3E50;
    font-size: 16px;
/*    letter-spacing: 1px;*/

}
/*#msform input[type=radio]{
	width: 100%;
}*/
#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
/*    font-weight: bold;*/
    border: 1px solid #6f94d7;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    min-width: 100px;
    background: #815150;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 12px;
    margin: 10px 5px;
}

#msform .green-button {
    min-width: 100px;
    background: #198754;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 12px;
    margin: 10px 5px;
	display: inline-block;
	text-decoration: none;
}

/*Red Buttons*/
#msform .clear-button {
    min-width: 100px;
    background: #dc3545;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 12px;
    margin: 10px 5px;
    display: inline-block;
	text-decoration: none;
}

/*Blue Buttons*/
#msform .saveDraft-button {
    min-width: 100px;
    background: #0d6efd;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 12px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    min-width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding:10px 12px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 20px;
    color: #815150;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
	width: 100%;
    float: left;
    margin: 0 0 15px 0;
    background: #f3f3f3;
    padding: 6px 15px;
    border-left: 5px solid #815150;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #999999;
	padding-left: 0;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 33.3%;
    float: left;
    position: relative;
	color: #999999;
}

/*Icons in the ProgressBar*/
#progressbar #applicantDetails:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #projectDetails:before {
    font-family: FontAwesome;
    content: "\f0f6";
}

#progressbar #financialDetails:before {
    font-family: FontAwesome;
    content: "\f0d6";
}

#progressbar #supportingDocuments:before {
    font-family: FontAwesome;
    content: "\f0c5";
}

#progressbar #additionalInformation:before {
    font-family: FontAwesome;
    content: "\f129";
} 

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #999999;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #999999;
    position: absolute;
    left: 0;

    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #815150;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}
.footer-style { text-align: center; background-color: #815150; color: #fff; padding: 10px 0; position: fixed; bottom: 0;  left: 0;  width: 100%; }
.footer-style p { text-align: center; margin-bottom: 0; padding-bottom: 0;  }

/*Topbar*/
.uk-topbar { background-color:#815150; padding: 10px 0;}

.helpdesk { color:#fff; }

.tophead-rt {
    float: right;
    margin: 0;
    padding: 0 0 0 0px;
    width: auto;
}
.tophead-lt {
    float: left;
    margin: 0;
    padding: 0 0 0 0px;
    width: auto;
}

.tophead-lt p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin: 0;
	text-transform: uppercase
}

.tophead-rt ul li {
    float: left;
	margin-left: 6px;
	padding-right: 6px;
}
.color-changer { margin-top:4px; margin-left:4px;}
li.dark {
    cursor: pointer;
    height: 18px;
    width: 18px;
    border: solid 1px #747474 !important;
    background: #000 !important;
    vertical-align: top;
    text-indent: 9999px;
}
li.light {
    cursor: pointer;
    height: 18px;
    width: 18px;
    border: solid 1px #fff !important;
    background: #fff !important;
    vertical-align: top;
    text-indent: 9999px;
}
.tophead-rt ul li a {
    color: #fff;
    display: block;
	padding: 0;
}
.tophead .tophead-rt ul li {
    float: left;
    border-right: 1px solid #000;
}
.tophead-rt ul {
    list-style: none;
    padding: 0;
    margin: 0;
	float: left;
}
.tophead-rt li li {
    border: none;
}
.tophead-rt ul li.account-links li:first-child a.loginlinks {
    padding-right: 7px;
}
.tophead-rt ul li.account-links li:last-child a.loginlinks {
    padding-left: 7px;
}
.tophead .tophead-rt ul li a.loginlinks {
    font-weight: 700;
}
.tophead .tophead-rt ul li.sizechanger li:first-child a {
    padding-right: 0;
}
.tophead-rt ul li.sizechanger li:first-child a {
    padding-right: 0;
}
.tophead-rt ul li.sizechanger li:last-child a {
    padding-left: 0;
}
/*.tophead-rt ul li a.loginlinks {
    font-weight: 700;
}*/
.tophead .tophead-rt li.colorchanger {
    border-right: 1px solid rgba(255,255,255,1);
    border-left: none;
}
.tophead-rt li.colorchanger li a {
    text-indent: -999999em;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
}
.buttons-row { float: left;}
.buttons-row ul li{	display: inline-block;}
.buttons-row ul li a{ color: #fff; padding: 2px 10px;}



.custom-drop-down { position: relative; }
.custom-drop-down .select2-container { display: block!important;}
.custom-drop-down .select2-container--default  .select2-selection--multiple  .select2-selection__choice__remove {color: #000!important; }
.custom-drop-down .select2-selection--multiple .select2-selection__choice__display {color: #333!important;}
.btn-box { margin-top: 10px;}
.custom-drop-down #msform .form-control, .custom-drop-down  #msform textarea {
	padding:5px;
	border: none;	
	margin-bottom: 0px!important;
	margin-top: 2px;
	box-sizing: border-box;
	
}

.custom-drop-down .select2-container .select2-selection--multiple {	
	min-height: 38px!important;	
}

.custom-table thead {
	background: #198754;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.custom-table tfoot {
	background: #198754;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.heading-title {margin-bottom: 0;border-top: solid 1px #dbdbdb;padding-top: 10px;}
.heading-title h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #815150;
	text-transform: uppercase;
}
.panel {
	margin-bottom:5px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	display: block;
	text-transform: capitalize;
	width: 22%;
	margin-top: 5px;
}

/************************Topbar***************************/
.custom-tab-content{background-color: #fff; padding: 25px; min-height: 400px; }
.custom-tab-content .nav-link {text-align: left; background-color: #ccc; margin: 3px 0; color: #000; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background-color: #815150; }
.profile-bg { background-color: #e9e9e9; padding-bottom: 80px;}
.author-card { position: relative; padding-bottom: 20px;}
.author-card .author-card-profile{ display: table; position: relative;  z-index: 5;}
.author-card .author-card-profile .author-card-avatar {
    width: 85px;
    border-radius: 50%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
}
.author-card .author-card-profile .author-card-avatar, .author-card .author-card-profile .author-card-details {
    display: table-cell;
    vertical-align: middle;
}
.author-card .author-card-profile .author-card-avatar > img {
    display: block;
    width: 100%;
}
.author-card .author-card-profile .author-card-details {
    padding-top: 10px;
    padding-left: 15px;
}
.author-card .author-card-profile .author-card-name {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}
.author-card .author-card-profile .author-card-position {
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 600;
}

/*.card-box#msform fieldset .form-card{
	width: 100%;
    margin: 0;
}*/
.application-data {
	margin-top: 20px;
}
.application-data fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 25px;
    box-sizing: border-box;
    position: relative;
	width: 100%;
    margin: 0;
}
.application-data fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}
.application-data fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}
.form-control-sm-width {
	max-width: 200px; float: right;
}
.filed-span { margin-right: 10px;}
.notes{	background-color: #faebd7; padding: 15px; color: #000; }
.notes ul{padding-left: 0; margin-bottom: 0; }

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
    margin-left: 0 !important;
}
.iti.iti--allow-dropdown {
    width: 100% !important;
}
.iti__country {
    font-size: 14.1px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}









