@font-face {
	font-family: 'Roboto';

	src: url('google-fonts/Roboto-Regular.ttf') format('truetype');
}

html{
	height: 100%;
}
body{
	margin: 0;
    padding: 0;
    font-family: Roboto!important;
    font-size: 100%!important;
	text-align: center;
	height: 100%;
}

.sectionTitle {
	font-size: 13px;
	font-weight: bold;
	color: green;
	padding-bottom:5px;
}


.readOnlyField {
	height: 22px;
}
.pageTitle {
    font-size: 16px;	
	color: green;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.welcomepage {

}

.TopPageContent 
{
	text-align: right;
	text-decoration: none;
	font-size: 11px;
}

.TopPageContent a:link {	
	text-decoration: none;
}

.TopPageContent a:visited {	
	text-decoration: none;
}

.TopPageContent a:hover {	
	text-decoration: underline;
}

.topHeader {
	width: 100%;
	border: 0px;
	background: url(../../images/leftback.png) repeat-x top;
	margin: 0px;
}

/** all pages should be enclosed in this width **/
.StandardWidth {
	width: 800px;
}

.WelcomeMessage {
	/** this css class used for welcome messages, that appear on the page from table welcome_message **/
	width: 100%;
    border-style: dotted;
    border-width: 1px;
    border-color: #AAAAFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	line-height: 160%;
    padding: 5px;
    color: Maroon;
    margin: 5px;
    display: block;
	margin-left:auto; 
    margin-right:auto;
}
.SystemMessage {
	width: 100%;
    border-style: dotted;
    border-width: 1px;
    border-color: #AAAAFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	line-height: 160%;
    padding: 5px;
    color: #AA0000;
    margin: 5px;
    display: block;
	margin-left:auto; 
    margin-right:auto;
}

.WelcomeMessage {
	/** this css class used for welcome messages, that appear on the page from table welcome_message **/
	width: 100%;
    border-style: dotted;
    border-width: 1px;
    border-color: #AAAAFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	line-height: 160%;
    padding: 5px;
    color: Maroon;
    margin: 5px;
    display: block;
	margin-left:auto; 
    margin-right:auto;
}


.tblFooter td {
	font-size: 10px;

}

.paymentSuccess {
	line-height: 30px;
	color:darkred;
	text-align: center;
	font-weight: bold;
	width:100%;
	display:none

}

.SchedulesForPayment{
	width: 100%;
	FONT-SIZE: 13px;
	font-weight: bold;
	BORDER-top: #448800 7px solid  ;
	border-bottom: #448800 1px solid;
	background-color: rgb(214,255,214);
	text-align: center;
	display: block;
}





.helpText {
	font-size:10px;
	color:#565656;
}

/* BUTTONS */
.buttons a, .buttons button {
    /**display:block;**/
    /**float:left;**/
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid rgb(148,148,148) ;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    
	font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	height:35px;
}

.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 10px !important;
    padding-right:10px;
    border:none;
    width:16px;
    height:16px;
}



.inputTable {
	font-size: 12px;
	border-collapse: collapse;
	border-top: 7px solid lightgray;
	border-bottom: 7px solid lightgray;
	margin: 10px;
	margin-left:auto; 
    margin-right:auto;

}

.inputTable th {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	color: #039;
}

.inputTable td {
	padding: 5px;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-bottom: 1px dotted  lightgray;
	color: gray;
	font-weight:bold;
	font-size: 11px;
	text-align: left;
}

.inputTable label {
	/** used in self employed create schedule page **/
	display: block;
	text-align: right;
	float: left;
	width: 100%;

}

.inputTable select {
	height: 20px;
	font-size: 12px;
}



.HelpTable {

}
.HelpTable img {
	border: none;
}

.HelpTable h1 {
	font-size: 15px;
	font-weight: bold;
	color: green;
	padding:10px;
}

.HelpTable p {
	text-align:justify;
}
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*New CSS*/
.logo_ssi_top{
	flex: 0 0 1%;
}
.logo_top{
	flex: 0 0 50%;
}
.lng_top{
	flex: 0 0 50%;
	text-align: right;
}
header{
	height: 130px;
}
.header_logo{
	width: 164px;
	height: 19px;
}

a{
	text-align: left;
	text-decoration: none;
	font-size: 100%;
	letter-spacing: 0px;
	color: #333333!important;
	opacity: 1;
}
header a{
	font-size: 85%;
}
header a:hover, header a:visited, header a:focus{ 
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: #333333!important;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
}
header a:active{
	color: #666666;
}
.header_banner{
	background: transparent linear-gradient(180deg, #7B8A4A 0%, #525F2A 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	height: 90px;
	border-bottom: 4px solid #E28E25;
}
.header_banner_logo{
	opacity: 1;
	width: 60px;
	height: 60px;
}
.header_banner_title{
	text-align: left;
	font-size: 130%;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.header_banner_subtitle{
	text-align: left;
	font-size: 105%;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
.welcome_panel_border{
	border-right: 1px solid #D8D8D8;
}
.login_form{
	padding-left: 3rem!important;
}
.main-part-h1{
	text-align: left;
	font-size: 130%;
	letter-spacing: 0px;
	color: #525F2A;
	opacity: 1;
}
.main-part-h2{
	text-align: left;
	font-size: 120%;
	letter-spacing: 0px;
	color: #525F2A;
	opacity: 1;
}
.instructions > h1, .instructions > h2{
	text-align: left;
	letter-spacing: 0px;
	color: #525F2A;
	opacity: 1;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.instructions > h1{
	font-size: 130%;
}
.instructions > h2{
	font-size: 120%;
}

.welcome_msg{
	text-align: left;
	font-size: 100%;
	letter-spacing: 0px;
	color: #333333;
}

footer{
	background: #F7F7F7 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 25px 0px;
	position: relative;
	bottom: 0px;
	margin-top: 40px;
	text-align: center;

}
footer a{
	font-size: 90%;
}
footer a:hover, footer a:visited, footer a:focus {
	text-decoration: none;
	font-size: 90%;
}

main a{
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
}
main a:hover, main a:visited, main a:focus {
	text-decoration: none;
	font-size: 100%;
}

a{
	letter-spacing: 0px;
	text-align: left;
	opacity: 1;
	border-bottom: 1px solid #000000;
	font-size: 100%;
	padding-bottom: 3px;
}

header a{
	border-bottom: none!important;
}
header a.active{
	border-bottom: 1px solid #000000!important;
}
.custom-btn {
	background-color: #FFF!important;
	background: #FFF 0% 0% no-repeat border-box;
	font-weight: bold!important;
	letter-spacing: 0px!important;
	color: #525F2A!important;
	opacity: 1;
	border: 1px solid #525F2A!important;
	border-radius: 0px!important;
}
.custom-btn:not(.bg-white):hover{
	background-color: #637935!important;
	background: #637935 0% 0% no-repeat border-box;
	opacity: 1;
	color: #FFFFFF!important;
	font-weight: bold!important;;
	border: none!important;
	border: 1px solid #525F2A!important;
	border-radius: 0px!important;
}

input{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D4D4D4;
	opacity: 1;
	padding: 5px 10px;
}
.f75{
	font-size: 75%;
}
.f80{
	font-size: 80%;
}
.f85{
	font-size: 85%;
}
.f90{
	font-size: 90%;
}
.f120{
	font-size: 120%;
}
.rotate-180{
	transform: rotateY(180deg);
}
.bg-secondary-light{
	background: #F5F5F5 0% 0% no-repeat padding-box;
	opacity: 1;
}
.bbox{
	box-sizing: content-box;
}

.alert-custom{
	color:#637935;
    background: #FFFFFF border-box;
    border-color: #525F2A!important;
}
input[type="radio"], input[type="checkbox"]{
	cursor: pointer; 
}
input[type="checkbox"]{ 
	width: 20px;
	height: 20px;
}
.custom-input{
	display: inline-block;

}
.custom-input .form-control{
	font-size: 90%!important;
	padding: 2px 4px!important;
	border-radius: 0rem!important;
	margin-bottom: 5px!important;
	display: inline-block;
	max-width: 50px!important;
}
.form-control{
	border-radius: 0rem!important;
}
.custom-input span{
	line-height: 1.5;
    padding: 2px 0px!important;
    margin-bottom: 5px!important;
}
.revert{
	background: #637935 0% 0% no-repeat border-box!important;
	opacity: 1!important;
	color: #FFFFFF!important;
}
.auto-charge-panel{
	background: #6379350D 0% 0% no-repeat padding-box;
	border: 1px solid #637935;
	opacity: 1;
}
.upload-panel{
	background: #E28E250D 0% 0% no-repeat padding-box;
	border: 1px solid #E28E25;
	opacity: 1;
}
.requiredControl {
	background-color: #FFFFCC!important;
}
.required {
	background-color: #FFFFCC!important;
}
/*table classes*/
#partA table, #partB table{
	width:100%;
}
#partB .AccountList > tbody > tr > td, #partB .AccountList > thead > tr > th, #partB .AccountList > thead > tr > td{
	font-weight: bold;
}
#partA table > thead > tr > td,#partA table > thead > tr > th{
	background: #F5F5F5 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
    font-size: 100%;
	letter-spacing: 0px;
	color: #525F2A;
	opacity: 1;

}
#partA table > tbody > tr{
	border: 1px solid #E6E7E8;
	opacity: 1;
}
#partA table > tbody > tr > td{
	font-size: 90%;
	padding: 5px 5px;
	text-align: left;
	color: #333333;
	opacity: 1;
	display: table-cell;
	vertical-align: middle;
}

#partA table > tbody > tr:hover,#partA table > tbody > tr:hover{
	background: #F5F5F5 0% 0% no-repeat padding-box;
}
#partA table a{
	color: #525F2A!important;
}
#partA table a:link, #partA table a:visited, #partA table a:hover, #partA table a:focus {	
	text-decoration: none;
	font-size: 95%;
	color: #525F2A;
	border-bottom: 1px solid #333333;
	opacity: 1;
	padding-bottom: 3px;
}
.clsTableRowEven {
    background-color: #EBEBEB!important;
}

.AccountList th,#ms th, .occupTable th {	
	background: #F5F5F5 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 5px 10px;
	height: 70px;
	vertical-align: middle;
	text-align: left;
    font-size: 100%;
	letter-spacing: 0px;
	color: #525F2A;
	opacity: 1;
}
table tbody tr{
	border: 1px solid #E6E7E8!important;
}

table > tbody > tr > td > table > tbody > tr{
	border: none!important;
}
.AccountList tr ,#ms tr .occupTable tr{
	border: 1px solid #E6E7E8!important;
	opacity: 1;
}
.AccountList tr:hover,#ms tr:hover, .occupTable tr:hover{
	background: #F5F5F5 0% 0% no-repeat padding-box;
}
.AccountList td,#ms td, .occupTable td {	
	font-size: 95%;
	font-weight: normal;
	padding: 5px 10px;
	height: 46px;

	text-align: left;
	letter-spacing: 0px;
	color: #333333;
	opacity: 1;
}

.AccountList a:link, .AccountList a:visited, .AccountList a:hover, .AccountList a:focus,
#ms a:link, #ms a:visited, #ms a:hover, #ms a:focus 
.occupTable a:link, .occupTable a:visited, .occupTable a:hover, .occupTable a:focus 
{	
	text-decoration: none;
	border-bottom: 1px solid #333333;
	opacity: 1;
	padding-bottom: 3px;
}
table a {
	line-height: 2;
}
/*
#partA table > tbody > tr > td.totalsRow {
    font-weight: bold;
}
#partA table > tbody > tr > td:nth-child(7){
    background: #d1d0d0;
}
#partA table > tbody > tr > td:nth-child(7) input{
	margin-right: 7px!important;
}
*/
/*end of table classes*/
.d-m-b{
	display: inline-block;
	width: auto;
    text-align: center;
}
/*UPLOAD BUTTON*/
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: 0rem!important;
    line-height: 1.5;
    color: #495057;
    content: " "!important;
    background-color: transparent!important;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
	height: auto!important;
    padding: .375rem .75rem;
	cursor: pointer;
	max-width: 200px;
    margin-bottom: 0;
	background: transparent!important;
	border:none!important;
}
.custom-file-label {
    position: absolute;
    top: -7px!important;
    right: 0;
    left: 0;
    z-index: 1;
	height: auto!important;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525F2A!important;
    background: #FFF 0% 0% no-repeat border-box!important;
    border: 1px solid #525F2A!important;
    border-radius: 0px!important;
	margin-bottom: 10px;	
	cursor: pointer;
}
.custom-file-label:hover{
	background-color: #637935!important;
	opacity: 1;
	color: #FFFFFF!important;
	font-weight: bold!important;;
	border: none!important;
	border: 1px solid #525F2A!important;
	border-radius: 0px!important;
}
.custom-file-label-cstm{
	height: auto!important;
	padding: .375rem .75rem;
	line-height: 1.5;
	top: 0.75rem;
	position: relative;
}
/*END UPLOAD BUTTON*/
.section-container{
	border-top: 1px #c6c6c6 solid;
    padding-top: 30px;
}

/*NAV CUSTOMIZATION*/
.custom-nav{
	height: 100%;
	background: #637935 0% 0% no-repeat padding-box;
	color: #FFF!important;
}
.custom-nav a{
	color: #FFF!important;
	border-bottom:none!important;
	font-size: 100%!important;
}
.user_prof{
	flex: 0 0 55%;
	padding: .25rem 0rem;
	text-align: left;
}

.navbar{
	padding: unset!important;
}
.custom-nav .navbar-toggler{
	padding: .25rem .5rem;
	margin-right: .25rem!important;
	line-height: unset!important;
}
.custom-nav .navbar-toggler-icon{
	background: none!important;
	top:3px;

}
.custom-nav ul{
	border-top: 1px solid #fff;
}
.custom-nav .nav-item{
	padding: 1rem;
    border-bottom: 1px solid #fff;
}
.custom-nav .nav-item i{
    padding: .25rem .5rem;
	margin-right: .75rem!important;
}
.custom-nav .nav-item:hover{
	background: #FFFFFF;

}
.custom-nav .nav-item:hover a{
	color: #637935!important;
}
.text-custom-green{
	color: #525f2a!important;
}
.border-custom-green{
	border-color: #525f2a!important;
}
/*END NAV*/


/*Bootbox*/
.bootbox button:not(.close) {
	background-color: #FFF!important;
	background: #FFF 0% 0% no-repeat border-box;
	font-weight: bold!important;
	letter-spacing: 0px!important;
	color: #525F2A!important;
	opacity: 1;
	margin-bottom: 10px;
	border: 1px solid #525F2A!important;
	border-radius: 0px!important;
}

.bootbox button:not(.close):hover{
	background-color: #637935!important;
	background: #637935 0% 0% no-repeat border-box;
	color: #FFFFFF!important;
	font-weight: bold!important;;
	border: none!important;
	border: 1px solid #525F2A!important;
	border-radius: 0px!important;
	opacity: 1;
}
/*End of BootBox*/

.extra_margin{
	margin-bottom: 250px;
}

/*Jquery Datepicker*/
.ui-widget-header{
	border: 1px solid #525F2A!important;
	background: transparent linear-gradient(180deg, #7B8A4A 0%, #525F2A 100%) 0% 0% no-repeat padding-box!important;
}
.ui-state-hover{
	background: #fff!important;
	color:	#525F2A!important;
	border: 1px solid #525F2A!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: 1px solid #525F2A!important;
	background: #fff!important;
	color:	#525F2A!important;
}
.ui-state-default:hover{
	border: 1px solid #fff!important;
	background: #525F2A!important;
	color:	#fff!important;
}
.ui-state-default.ui-state-active{
	border: 1px solid #fff!important;
	background: #525F2A!important;
	color:	#fff!important;
}
.ui-datepicker-trigger{
	cursor: pointer!important;
	margin-bottom: 0px!important;
	width: 25px;
}
/*END Jquery Datepicker*/
.pointer{
	cursor:pointer;
}
.chk_parent > input[type="checkbox"]{
	vertical-align: middle;
}
#Display_ne_OccupationCode{
	font-size: 80%;
	display: block;
}
.form-control{
	font-size: 85%!important;
}
.error_field{
	border: 2px solid #900!important;
}
.email_msg a {
	border-bottom: none!important;
	font-weight: normal!important;
}

.help_tips > p, .help_tips ul{
	text-align: justify!important;
	/*	width: 50%!important;
		display: inline-block;*/
}

.autoCompleteScroll {
	max-height: 250px;
	margin-bottom: 10px;
	overflow-x: auto;
	overflow-y: auto;
}

/*.help_tips p:first-child{
	float: left;
	padding-left: 0rem;
}
.help_tips p:not(first-child),.help_tips ul,.help_tips ol,.help_tips b{
	float: right;
	padding-left: 2rem;
}
.help_tips ul,.help_tips ol{
    padding-inline-start: 4rem;
}*/
.help_tips img{
	width: 100%!important;
}
.width_unset, .part_c .form-control{
	width: unset!important;
}
.part_a {
	zoom:1;
}

.FileUploadProccesing {
	width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	line-height: 160%;
    color: #AA0000;
    display: block;
	margin-left:auto; 
    margin-right:auto;
}

@media (min-width: 1600px) and (max-width: 1679px){
	.part_a {
		zoom:.95;
	}
}
@media (min-width: 993px) and (max-width: 1599px){
	.part_a {
		zoom:.80;
	}

}
@media (max-width: 992px){
	/*	.container-fluid{
			flex: 0 0 91.666667%!important; 
		}
		.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
			flex: 0 0 91.666667%!important;
			max-width: 91.666667%!important;
		}*/
	footer{
		position: relative!important;
	}
	.login_form{
		margin-top: 100px!important;
		padding-left: unset!important;
	}
	.welcome_panel_border{
		border-right: none!important;
	}
	.d-m-b{
		display: block;
		width: 100%;
		text-align: center;
	}

}
@media (max-width: 360px){
	.lng_top {
		flex:0 0 45%;
	}
	.logo_top_text{
		flex: 0 0 75%;
	}
	.logo_top_text{
		display: none;
	}
	.logo_ssi_top {
		flex: unset!important; 
		text-align: center;
		flex-basis: 100%;
		width: 100%;
	}
}
@media (min-width: 361px) and (max-width:375px){
	.logo_top_text{
		flex: 0 0 80%;
	}
	.header_banner_title{
		font-size: 105%;
	}
	.header_banner_subtitle{
		font-size: 100%;
	}
}
@media (min-width: 376px) and (max-width:414px){
	.logo_top_text{
		flex: 0 0 83%;
	}
	.header_banner_title{
		font-size: 120%;
	}
}
@media (max-width: 992px)and (min-width:414px){
	.user_prof{
		flex: 0 0 85%;
		padding: .25rem 0rem;
		text-align: right;
	}
}
@media (max-width: 414px){
	.user_prof{
		flex: 0 0 75%;
		padding: .25rem 0rem;
		text-align: right;
	}
}

