:root {
    --PrimaryColor1: #0d4d84;
    --PrimaryColor1RGB: 13, 77, 132;
    --PrimaryColor2: #d5ecff;
    --PrimaryColor2RGB: 255, 243, 110;
    --PrimaryColor3: #0d4d84;
    --PrimaryColor3RGB: 149, 214, 0;
    --PrimaryColor4: #9FDDED;
    --PrimaryColor4RGB: 159, 221, 237;
    --PrimaryColor5: #D1D3D3;
    --PrimaryColor5RGB: 209, 211, 211;
    --SecondaryColor1: #E3E829;
    --SecondaryColor1RGB: 227, 232, 41;
    --SecondaryColor2: #206eb1;
    --SecondaryColor2RGB: 185, 239, 163;
    --SecondaryColor3: #F4364C;
    --SecondaryColor3RGB: 244, 54, 76;
    --SecondaryColor4: #BC204B;
    --SecondaryColor4RGB: 188, 32, 75;
    --SecondaryColor5: #0d4d84;
    --SecondaryColor5RGB: 58, 93, 174;
    --PrimaryFontColor1: #0d4d84; 
    --PrimaryFontColor1RGB: 45, 41, 38;
    --PrimaryFontColor2: #333333; 
    --PrimaryFontColor2RGB: 255, 103, 27;
    --PrimaryFontColor3: #0d4d84;
    --PrimaryFontColor3RGB: 255, 103, 27;
    --PrimaryFontColor4: #FFFFFF;
    --PrimaryFontColor4RGB: 255, 255, 255;
    --BackgroundColor: #FFFFFF;
    --ShadowColor1: #083860;
    --ShadowColor1RGB: 8, 56, 96;
}

body {
    font-size: 100%;
    line-height: 1.4;
}

	.online-two-iso body {
		background-color: var(--BackgroundColor);
		color: var(--PrimaryFontColor2);
		font-size: 100%;
		line-height: 1.42851743;
	}

/* strong {
    color: var(--PrimaryFontColor3);
} */

.bootstrap-iso {
    background-color: var(--BackgroundColor);
    color: var(--PrimaryFontColor2);
    font-size: 1em;
    line-height: 1.42857143;
}


/* LOGO */

    #logo {
        background: url(/mexjabil/media/MexJabil/Login/Jabil_Circuit_Logo.svg) no-repeat center center;
        background-size: cover; 
        /* height: 65px; */
        width: 381px;
        /* float: left; */
    }

    .isLoginPageWrapper #logo {
    /*    background:url(/mexjabil/media/MexJabil/Login/blank.png) no-repeat 0 center/contain; */
        height: 65px;
        width: 381px;
        margin: 1% 0% 0% 1%;

    }

/* LOGIN */

	#login-module-aon-login-logo{
		background: url(/mexjabil/media/MexJabil/Login/aon_logo_signature_red_rgb.png) no-repeat;
		background-size: contain;
		background-position: left center;
		padding: 30px;
	   }
	   
	#login-module-aon-login-logo h2{
		font-size: 60px;
		color: #ffffff00;
	}

	.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
		position: absolute;
		width: 100%;
		min-height: 100%;
		left: 0;
		background-color: rgba(192,192,192,0.3);
	}

	.online-two-iso.login .LoginPageContainer .btn.btn-primary#login {
		width: 180px;
	}

	.online-two-iso.login .LoginPageContainer .login-module-zone {
		position: relative;
		clear: both;
		width: 100%;
		min-height: 20%;
		color: #0d4d84;
		font-size: 0.9rem;
	}

	/* Background */
	.online-two-iso.login body {
		background: url(/mexjabil/media/MexJabil/Login/LoginBackground_1756x1171.jpg)no-repeat;
		background-size: cover;
		background-position: 0% 60%;
	}

    /* Credential Panel position */ 
    .online-two-iso.login .LoginPageContainer #main {
        width: 450px;
        float: right;
        margin-top: 6%;
        margin-right: 8%;
    }

    /* Credential Panel - Error Message color */
    .online-two-iso.login .LoginPageContainer span#errMsg {
        color: red;
		font-size: 0.9rem;
    }

    /* Credential Panel - borders */
    .online-two-iso.login .LoginPageContainer .panel.panel-default {
        background: none;
        margin-bottom: unset;
        border: 2px solid rgba(137, 200, 242, 0.2);
        border-radius: 4px;
        box-shadow: 2px -2px 4px 0px rgba(56,130,165,0.3);
    }

    /* Credential Panel - color */ 
    .online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body {
        background-color: rgba(137,200,242,0.2);
    }

    /* Credential Panel - Forgot password*/      
    .online-two-iso.login .LoginPageContainer .additional-services {
        color: var(--PrimaryFontColor3);
        font-size: 1rem;
        clear: both;
        float: right;
    }
	
	.online-two-iso #login-assistance .header-overlay {
		border-radius: 20px 20px 0px 0px;
		/* position: relative;
		margin: 0;
		clear: both;
		overflow: auto; */
	}
	
	.online-two-iso .white-popup-block {
		/* padding: 0; */
		border-radius: 20px;
	}
	
	.online-two-iso #login-assistance .steps-container {
		/* display: block; */
		border-radius: 0px 0px 20px 20px;
	}

	.online-two-iso .header-overlay {
		background-color: var(--PrimaryColor3);
	}

	.header-overlay A {
		padding: 15px 30px 15px 30px;
/* 		float: right;
		background: url(../Aon.Marketplace/img/content/close_ovelay.gif) right center no-repeat;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		margin-right: 12px; */
	}



/* HOME */

/* Hide Sensitive Data toggle */
#home-online-three .dashboard-controls .sensitive-data-toggle {
    display: none;
}

/* Hide Carousel button */

.carousel-show {
    display: none;
}

#home-online-three #right-side .grid-container.modules-right-side, #home-online-three #home-integrated .grid-container.modules-right-side{
  grid-template-areas: "module-1 module-1 module-1"
                       "module-2 module-2 module-2";
  }

/* FLOATING HEADER */

/* Call Help option on top */

#assistanceItems .call {
    display: none;
}

#assistanceItems .mail {
	font-size: 1rem;
}

/* Search button */

#floating-header-content .search {
    display: none;
}

#floating-header-content .search-btn {
    width: 58px;
    text-transform: unset;
}

#floating-header-content .search input {
    width: 250px;
}

#menu-no-dashboard li a, #menu li a, #menu-sub li a {
    text-transform: unset;
}

.help-ico A {
    background: url(../Aon.Marketplace/img/common/ico-help.png) no-repeat scroll right 12px center var(--PrimaryColor2);
    /* border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    color: #666;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 5px 30px;
    white-space: nowrap;
    float: right;
    margin-top: 6px; */
}

/* PROFILE */

/* PROFILE - Contact tab visibility */
html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs .contact, html#profile body#profile .profile #profile-online-2 #overviewcontainer .tabs .contact {
    display: none;
}

/* PROFILE - Employee Name text transform */

	html#profile body#profile .profile #profile-online-2 span.label, html#profile body#profile .profile #profile-online-2 label:not(.ui-button) {
		text-transform: unset;
		font-size: 1rem;
	}

	.online-two-iso input, .online-two-iso select, .online-two-iso .form-control {
		font-size: 1em;
	}

	html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI.sel A {
		/* background: none; */
		/* padding-right: 6px; */
		color: var(--PrimaryFontColor1);
		border-bottom: solid .5em var(--PrimaryColor1);
		font-size: 1.2rem;
	}
	
	html#profile body#profile .profile #profile-online-2 .htabs-container .tabs UL LI A {
		font-size: 1.1rem;
	}

	html#profile body#profile .profile #profile-online-2 .box-left-bg {
		background: var(--PrimaryColor2);
		/* padding: 32px 16px 24px 16px; */
		/* float: left; */
		border-radius: 20px;
	}
	
	html#profile body#profile .profile #profile-online-2 .box-border {
		/* width: 100%; */
		border-radius: 6px;
	}

	html#profile body#profile .profile #profile-online-2 #dependantsTabIntro a {
		color: var(--SecondaryColor5);
        text-decoration: none;
		font-weight: bold;
	}

	#dependantDialog {
		/* width: 800px; */
		border-radius: 20px;
	}
	
	html#profile body#profile .profile #profile-online-2 .header-overlay {
		border-radius: 20px 20px 0px 0px;
		/* float: left;
		padding: 4px 0 4px 10px;
		width: 100%;
		margin-bottom: 20px; */
	}
	
	#deleteDependantDialog {
		/* width: 400px; */
		border-radius: 20px;
	}
	
	.content-overlay .cancel-button,
	.content-overlay .delete-button	{
		margin-bottom: 22px;
		clear: none;
		float: right;
	}
	
	html#profile body#profile .profile #profile-online-2 .htabs-container {
		padding: 0px 0 0 0;
		/* clear: both;
		float: left;
		width: 100%;
		background: none;
		z-index: 1;
		position: relative; */
	}
	
	html#profile body#profile .profile #profile-online-2 #profilecontainer .content-box-border .row .grid-cell P {
		font-size: 1em;
		/* display: block;
		padding: 6px 0 6px 1px;
		margin-left: 9px;
		border-bottom: solid;
		border-bottom-width: 1px;
		width: 80%;
		font-weight: 300;
		min-height: 28px; */
	}

	html#profile body#profile .profile #profile-online-2 #profilecontainer .content-box-border .row .grid-cell {
		padding-bottom: unset;
		margin-bottom: unset;
		width: 25%;
	}

	.form-data .edit-button {
		margin-top: -140px;
	}

	.form-data .save-button {
		margin-top: -80px;
	}
	.form-data .addDepBttnContainer .save-button {
		margin-top: unset;
	}
	

/* #txtDependentMiddleName {
    display: none;
} */

	#depswarningmessage {
		color: red;
		font-weight: bold;
	}

/* DASHBOARD */

    .bootstrap-iso a {
        color: var(--SecondaryColor5);
        text-decoration: none;
		font-weight: bold;
    }

    #home-online-three .dashboard-controls #greeting-message {
        flex-grow: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        align-self: center;
        font-size: 1.3rem;
        color: var(--PrimaryFontColor1);
        font-weight: 600; 
    }

    #home-online-three #right-side .module-content-header-container h3.module-content-header, #home-online-three #home-integrated .module-content-header-container h3.module-content-header {
        font-size: 1.25rem;
        color: var(--PrimaryFontColor3);
        text-align: left;
        align-items: center;
        width: 90%;
        margin-top: 0;
        display: block;
        font-weight: bold;
    }

    #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content, #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content {
        border-radius: 20px;
        border: solid 5px var(--PrimaryColor1);
        padding: 1rem; 
        -webkit-box-flex: 1; 
        -ms-flex-positive: 1; 
        flex-grow: 1; 
        box-shadow: 7px 7px 7px -2px rgba(var(--ShadowColor1RGB), 0.85); 
    }

    #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content .tbs-module-pager .tbs-pager button:after, #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .tbs-module-pager .tbs-pager button:after {
        color: var(--SecondaryColor5);
    }

    .online-two-iso input:checked+.slider {
        background-color: var(--SecondaryColor1);
    }

    .tbs-module-pager {
        font-size: 0.9em;
    }

    #home-online-three .modal-content .home-dashboard .modal-header .header {
        font-size: 1.15rem;
        color: var(--PrimaryFontColor3);
        text-align: left;
        align-items: center;
        width: 90%;
        margin-top: 0;
        display: inline-block;
    }

    #home-online-three .modal-content .home-dashboard .modal-body {
        background-color: var(--PrimaryColor2);
        color: var(--PrimaryFontColor1);
        font-weight: 500;
        letter-spacing: 1px;
    }

    #home-online-three #right-side .modules-right-side.grid-container .grid-item-0 .grid-item-content .module-content, #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-0 .grid-item-content .module-content {
        background-color: var(--PrimaryColor2);
        color: var(--PrimaryFontColor1);
        border: solid 5px var(--PrimaryColor2);
		font-size: 1.2rem;
        /* border-radius: initial; */
    }

    #home-online-three #right-side .modules-right-side.grid-container .grid-item-1 .grid-item-content .module-content, #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-1 .grid-item-content .module-content {
        background-color: var(--PrimaryColor2);
        color: var(--PrimaryFontColor1);
        border: solid 5px var(--PrimaryColor2);
        /* border-radius: initial; */
        font-weight: 300;
    }

	.grid-item-content .content-text {
		font-size: 1.2rem;
	}

	.online-two-iso .modal-content {
		border-radius: 20px;
	}
	

/* Documents */

	#dlguploadDocument {
		border-radius: 20px;
	}
	
	#dlguploadDocument .header-overlay {
		border-radius: 20px 20px 0px 0px;
	}
	
	#tabledocuments {
		font-size: 1rem;
	}

/* BUTTONS */

    .bootstrap-iso .btn {
        /* display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px; */
    }

    .bootstrap-iso .btn-primary, .bootstrap-iso .btn-danger, .bootstrap-iso .btn-info, .bootstrap-iso .btn-default, .bootstrap-iso .btn-warning, .bootstrap-iso .btn-success, .bootstrap-iso .btn-popup, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green, 
	.online-two-iso A.button-style.green, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue, 
	.online-two-iso A.button-style.blue, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.orange, 
	.online-two-iso A.button-style.orange,
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray, 
	.online-two-iso A.button-style.gray, 
	#btnNewDocument, #btnUploadDocument,
	#login-assist-success .button-style {
        background-color: var(--PrimaryColor3);
        border: 3px solid var(--PrimaryColor3);
        border-radius: 25px;
        color: var(--PrimaryFontColor4);
        display: inline-block!important;
        float: none;
        font-weight: 700;
        font-size: 1rem;
        margin: 0;
        min-width: auto;
        padding: 6px 12px;
        text-decoration: none;
        text-transform: uppercase;
    }
	
	#btnNewDocument {
		color: var(--PrimaryFontColor4)!important;
	}

    .bootstrap-iso .btn-primary:hover {
        color: var(--PrimaryFontColor4);
        background-color: var(--SecondaryColor2);
        border-color: var(--PrimaryColor3);
    }

    .bootstrap-iso .btn-default:hover, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green:hover, 
	.online-two-iso A.button-style.green:hover, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:hover, 
	.online-two-iso A.button-style.blue:hover, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.orange:hover, 
	.online-two-iso A.button-style.orange:hover,
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:hover, 
	.online-two-iso A.button-style.gray:hover	{
        color: var(--PrimaryFontColor4);
        background-color: var(--SecondaryColor2);
        border-color: var(--PrimaryColor3);
    }

    .bootstrap-iso .btn-primary:active:hover, .bootstrap-iso .btn-primary.active:hover, .bootstrap-iso .open>.dropdown-toggle.btn-primary:hover, .bootstrap-iso .btn-primary:active:focus, .bootstrap-iso .btn-primary.active:focus, .bootstrap-iso .open>.dropdown-toggle.btn-primary:focus, .bootstrap-iso .btn-primary:active.focus, .bootstrap-iso .btn-primary.active.focus, .bootstrap-iso .open>.dropdown-toggle.btn-primary.focus {
        color: var(--PrimaryFontColor3);
        background-color: var(--SecondaryColor2);
        border-color: var(--PrimaryColor3);
    }

    .bootstrap-iso .btn-primary:focus, .bootstrap-iso .btn-primary.focus {
        color: var(--PrimaryFontColor3);
        background-color: var(--SecondaryColor2);
        border-color: var(--PrimaryColor3);
    }

    .bootstrap-iso .btn:focus, .bootstrap-iso .btn:active:focus, .bootstrap-iso .btn.active:focus, .bootstrap-iso .btn.focus, .bootstrap-iso .btn:active.focus, .bootstrap-iso .btn.active.focus {
        outline: none;
        outline-offset: initial;
    }

    .online-two-iso.login .LoginPageContainer .btn.btn-primary#login {
        float: right;
        margin: 36px 0 36px 0;
        font-size: 1rem;
    }

    .bootstrap-iso .btn-primary:active, .bootstrap-iso .btn-primary.active, .bootstrap-iso .open>.dropdown-toggle.btn-primary {
        color: var(--PrimaryFontColor3);
        background-color: var(--SecondaryColor2);
        border-color: var(--PrimaryColor3);
    }

    .bootstrap-iso .btn-default:active, .bootstrap-iso .btn-default.active, .bootstrap-iso .open>.dropdown-toggle.btn-default, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green:active, 
	.online-two-iso A.button-style.green:active, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active, 
	.online-two-iso A.button-style.blue:active, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.orange:active, 
	.online-two-iso A.button-style.orange:active,
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active, 
	.online-two-iso A.button-style.gray:active	{
        color: var(--PrimaryFontColor3);
        background-color: var(--SecondaryColor2);
        border-color: var(--PrimaryColor3);
    }

    .bootstrap-iso .btn-default:focus, .bootstrap-iso .btn-default.focus, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green:focus, 
	.online-two-iso A.button-style.green:focus, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:focus, 
	.online-two-iso A.button-style.blue:focus, 
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.orange:focus, 
	.online-two-iso A.button-style.orange:focus,
	.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:focus, 
	.online-two-iso A.button-style.gray:focus	{
        color: var(--PrimaryFontColor3);
        background-color: var(--SecondaryColor2);
        border-color: var(--PrimaryColor3);
    }

    .bootstrap-iso .btn-default:active:hover, .bootstrap-iso .btn-default.active:hover, .bootstrap-iso .open>.dropdown-toggle.btn-default:hover, .bootstrap-iso .btn-default:active:focus, .bootstrap-iso .btn-default.active:focus, .bootstrap-iso .open>.dropdown-toggle.btn-default:focus, .bootstrap-iso .btn-default:active.focus, .bootstrap-iso .btn-default.active.focus, .bootstrap-iso .open>.dropdown-toggle.btn-default.focus {
        color: var(--PrimaryFontColor3);
        background-color: var(--SecondaryColor2);
        border-color: var(--PrimaryColor3);
    }

    .bootstrap-iso .btn-warning:hover {
        color: var(--BackgroundColor);
        background-color: var(--PrimaryColor1);
        border-color: var(--PrimaryColor1);
    }

    .bootstrap-iso .btn-warning:active, .bootstrap-iso .btn-warning.active, .bootstrap-iso .open>.dropdown-toggle.btn-warning {
        color: var(--BackgroundColor);
        background-color: var(--PrimaryColor1);
        border-color: var(--PrimaryColor1);
    }

    .bootstrap-iso .btn-warning:active:hover, .bootstrap-iso .btn-warning.active:hover, .bootstrap-iso .open>.dropdown-toggle.btn-warning:hover, .bootstrap-iso .btn-warning:active:focus, .bootstrap-iso .btn-warning.active:focus, .bootstrap-iso .open>.dropdown-toggle.btn-warning:focus, .bootstrap-iso .btn-warning:active.focus, .bootstrap-iso .btn-warning.active.focus, .bootstrap-iso .open>.dropdown-toggle.btn-warning.focus {
        color: var(--BackgroundColor);
        background-color: var(--PrimaryColor1);
        border-color: var(--PrimaryColor1);
    }

    .bootstrap-iso .btn-warning:focus, .bootstrap-iso .btn-warning.focus {
        color: var(--BackgroundColor);
        background-color: var(--PrimaryColor1);
        border-color: var(--PrimaryColor1);
    }

	#login-assistance-next {
		width: 150px;
	}


@media only screen and (max-width: 767px) {
    .online-two-iso.login body {
	background-image: none; 
/*         position: static; */
    }
}

@media (min-width: 992px) {
	.col-md-4 {
		width: 25%;
	}
}

/* Minification failed (line 639, error number 1039): Token not allowed after unary operator: '-PrimaryColor1' */