/*
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2018 The PWM Project
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/*
html, body {
    color: #1f1f1f;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}*/

html, body {
    color: #1f1f1f;
    font-family: "Gulfsream Horizon","Calibri";
    font-size: 13px;
    background-color: #ffffff;
}*/

@font-face {
    font-family: 'm-icons';
    src: url('fonts/m-icon-font.eot?jefgwk');
    src: url('fonts/m-icon-font.eot?jefgwk#iefix') format('embedded-opentype'), url('fonts/m-icon-font.ttf?jefgwk') format('truetype'), url('fonts/m-icon-font.woff?jefgwk') format('woff'), url('fonts/m-icon-font.svg?jefgwk#m-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gulfstream Horizon';
    src: url('fonts/GulfstreamHorizon_W_Rg.eot');
    src: url('fonts/GulfstreamHorizon_W_Rg.eot#iefix') format('embedded-opentype'),
         url('fonts/GulfstreamHorizon_W_Rg.woff') format('woff'),
         url('fonts/GulfstreamHorizon_W_Rg.woff2') format('woff2'),
         url('fonts/GulfstreamHorizon_W_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gulfstream Horizon';
    src: url('fonts/GulfstreamHorizon_W_Bg.eot');
    src: url('fonts/GulfstreamHorizon_W_Bg.eot#iefix') format('embedded-opentype'),
         url('fonts/GulfstreamHorizon_W_Bg.woff') format('woff'),
         url('fonts/GulfstreamHorizon_W_Bg.woff2') format('woff2'),
         url('fonts/GulfstreamHorizon_W_Bg.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Gulfstream Horizon';
    src: url('fonts/GulfstreamHorizon_W_Lt.eot');
    src: url('fonts/GulfstreamHorizon_W_Lt.eot#iefix') format('embedded-opentype'),
         url('fonts/GulfstreamHorizon_W_Lt.woff') format('woff'),
         url('fonts/GulfstreamHorizon_W_Lt.woff2') format('woff2'),
         url('fonts/GulfstreamHorizon_W_Lt.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Gulfstream Horizon Display';
    src: url('fonts/GulfstreamHorizonDisplay_W_Lt.eot');
    src: url('fonts/GulfstreamHorizonDisplay_W_Lt.eot#iefix') format('embedded-opentype'),
         url('fonts/GulfstreamHorizonDisplay_W_Lt.woff') format('woff'),
         url('fonts/GulfstreamHorizonDisplay_W_Lt.woff2') format('woff2'),
         url('fonts/GulfstreamHorizonDisplay_W_Lt.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Gulfstream Horizon Display';
    src: url('fonts/GulfstreamHorizonDisplay_W_Lt.eot');
    src: url('fonts/GulfstreamHorizonDisplay_W_Lt.eot#iefix') format('embedded-opentype'),
         url('fonts/GulfstreamHorizonDisplay_W_Lt.woff') format('woff'),
         url('fonts/GulfstreamHorizonDisplay_W_Lt.woff2') format('woff2'),
         url('fonts/GulfstreamHorizonDisplay_W_Lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="pwm-icon-"], [class*=" pwm-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: m-icons,FontAwesome !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pwm-icon-warning::before {
    content: "\f071";
    display: inherit;
    font-size: 18px;
    margin-right: 2px;
}

.pwm-icon-home:before {
    content: "\e98a";
}

/*
.pwm-icon-sign-out:before {
    content: "\e970";
} */

.pwm-icon-chevron-down:before {
    content: "\e900";
}

.pwm-icon-chevron-up:before {
    content: "\e902";
}

.pwm-icon-start:before {
    content: "\e948";
}

.pwm-icon-stop:before {
    content: "\e949";
}

.pwm-icon-up:before {
    content: "\e94a";
}

.pwm-icon-new:before {
    content: "\e900";
}

.pwm-icon-close:before {
    content: "\e906";
}

.pwm-icon-times:before {
    content: "\e906";
}

.pwm-icon-times {
    text-decoration: underline !important;
}

.pwm-icon-check:before {
    content: "\e902";
}

.pwm-icon-search:before {
    content: "\e90a";
}

.pwm-icon-prev-left:before {
    content: "\e904";
}

.pwm-icon-next-right:before {
    content: "\e905";
}

.pwm-icon-flow-goto-next:before {
    content: "\e906";
}

.pwm-icon-flow-goto-prev:before {
    content: "\e907";
}

.pwm-icon-forward-right:before {
    content: "\e908";
}

.pwm-icon-back-left:before {
    content: "\e909";
}

.pwm-icon-flow-return:before {
    content: "\e90a";
}

.pwm-icon-reload-refresh:before {
    content: "\e90b";
}

.pwm-icon-claim:before {
    content: "\e90c";
}

.pwm-icon-history:before {
    content: "\e90d";
}

.pwm-icon-configure:before {
    content: "\e90e";
}

.pwm-icon-hamburger-menu:before {
    content: "\e90f";
}

.pwm-icon-circle-horz-menu-fill:before {
    content: "\e910";
}

.pwm-icon-circle-horz-menu:before {
    content: "\e911";
}

.pwm-icon-circle-vert-menu-fill:before {
    content: "\e912";
}

.pwm-icon-circle-vert-menu:before {
    content: "\e913";
}

.pwm-icon-control-play-71:before {
    content: "\e914";
}

.pwm-icon-control-rewind:before {
    content: "\e915";
}

.pwm-icon-control-fast-forward:before {
    content: "\e916";
}

.pwm-icon-control-fast-rewind:before {
    content: "\e917";
}

.pwm-icon-control-goto-end:before {
    content: "\e918";
}

.pwm-icon-control-goto-start:before {
    content: "\e919";
}

.pwm-icon-control-pause:before {
    content: "\e91a";
}

.pwm-icon-control-stop:before {
    content: "\e91b";
}

.pwm-icon-user:before {
    content: "\e91c";
}

.pwm-icon-profile:before {
    content: "\e91d";
}

.pwm-icon-date:before {
    content: "\e91e";
}

.pwm-icon-device-monitor:before {
    content: "\e91f";
}

.pwm-icon-device-mobile:before {
    content: "\e920";
}

.pwm-icon-admin:before {
    content: "\e921";
}

.pwm-icon-support:before {
    content: "\e922";
}

.pwm-icon-email:before {
    content: "\e923";
}

.pwm-icon-file:before {
    content: "\e924";
}

.pwm-icon-doc:before {
    content: "\e925";
}

.pwm-icon-export-to-doc:before {
    content: "\e926";
}

.pwm-icon-fingerprint:before {
    content: "\e927";
}

.pwm-icon-bookmark:before {
    content: "\e928";
}

.pwm-icon-card:before {
    content: "\e929";
}

.pwm-icon-folder-new:before {
    content: "\e92b";
}

.pwm-icon-folder:before {
    content: "\e92c";
}

.pwm-icon-lock:before {
    content: "\e92d";
}

.pwm-icon-unlock:before {
    content: "\e92e";
}

.pwm-icon-password:before {
    content: "\e92f";
}

.pwm-icon-report:before {
    content: "\e930";
}

.pwm-icon-image:before {
    content: "\e931";
}

.pwm-icon-select:before {
    content: "\e932";
}

.pwm-icon-size-contract:before {
    content: "\e933";
}

.pwm-icon-size-expand:before {
    content: "\e934";
}

.pwm-icon-sort:before {
    content: "\e935";
}

.pwm-icon-shortcut:before {
    content: "\e936";
}

.pwm-icon-cancel:before {
    content: "\e937";
}

.pwm-icon-status-disconnected:before {
    content: "\e938";
    color: #808080;
}

.pwm-icon-status-ok:before {
    content: "\e939";
    color: #3dd77a;
}

.pwm-icon-status-ok-fill:before {
    content: "\e93a";
    color: #3dd77a;
}

.pwm-icon-status-error:before {
    content: "\e93b";
    color: #e50000;
}

.pwm-icon-status-error-fill:before {
    content: "\e93c";
    color: #e50000;
}

.pwm-icon-status-warn:before {
    content: "\e941";
    color: #ffbc00;
}

.pwm-icon-status-warn-fill:before {
    content: "\e942";
    color: #ffbc00;
}

.pwm-icon-status-denied:before {
    content: "\e93d";
    color: #e50000;
}

.pwm-icon-status-pending:before {
    content: "\e93e";
    color: #ffbc00;
}

.pwm-icon-status-retracted:before {
    content: "\e93f";
    color: #ff8575;
}

.pwm-icon-status-running:before {
    content: "\e940";
    color: #007cd0;
}

.pwm-icon-message-error:before {
    content: "\e943";
}

.pwm-icon-message-error-red:before {
    content: "\e944";
    color: #e50000;
}

.pwm-icon-message-error-red-fill:before {
    content: "\f071";
    color: #e50000;
}

#peoplesearch-searchResultsGrid .dgrid-hider-toggle, #helpdesk-searchResultsGrid .dgrid-hider-toggle {
    background-image: none;
    color: #808080;
    font: 20px m-icons;
    height: auto;
    padding: 0;
    right: 0;
    top: 0;
    width: 20px;
}

#peoplesearch-searchResultsGrid .dgrid-hider-toggle:before, #helpdesk-searchResultsGrid .dgrid-hider-toggle:before {
    content: "\e90e";
}

.nihilo .dijitDialogCloseIcon {
    background-image: none !important;
    width: 20px !important;
    height: 20px !important;
    font: 20px m-icons;
    color: #808080;
    right: 3px !important;
    top: 3px !important;
}

.dijitDialogCloseIcon:before {
    content: "\e906";
}

html[dir="rtl"] .dijitDialogCloseIcon {
    left: 3px !important;
    right: auto !important;
}

html[dir="rtl"] dialog .closeIcon {
    float: left;
}

.inputfield {
    border: 1px solid #ABABAB;
    border-radius: 4px;
 /*   padding: 5px;
    margin-right: 5px; */
	margin: 0;
    width: 41%;
	height: 40px;
    font-size: 14px;
	font-family:"Gulfstream Horizon";
}

.changepasswordfield {
    font-size: 15px;
    height: 28px;
    margin-right: 5px;
    border: 1px solid #ABABAB;
    border-radius: 2px;
    padding: 6px;
    width: 300px;
}


.menubutton, .navbutton {
    color: #434c50;
    background-color: #f6f9f8;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #dae1e1;
    /* white-space: nowrap; */
}

table td.title {
    color: #697c87;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    padding-right: 10px;
    background-color: #eef2f2;
}

.menubutton span.pwm-icon, .navbutton .pwm-icon {
    display: none;
}

.navbutton {
    padding: 3px 5px;
    border-radius: 3px;
}

.label-b1 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
}

.btn {
    /* background: linear-gradient(to bottom, rgb(115,119,116), rgb(75,79,82)) repeat scroll 0 0 #ffffff;  */
    background-color: #ffffff; /* For IE9 */
   /* border: 1px solid #dae1e1; */
    border-radius: 3px;
    color: #434c50;
    /* display: table-cell; */
    font-size: 14px;
    height: auto;
    margin: 0;
    margin-right: 5px;
    min-width: 80px;
    max-width: 250px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	font-family: "Gulfstream Horizon";
	font-weight: bold;
	font-size: 13px;
}

/*
.btn.pwn-btn-submit {
	color:red;
	text-decoration:none;
}
*/

.btn:hover:enabled, .menubutton:hover:enabled, .navbutton:hover:enabled {
    /* background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff; */
    background-color: #eaf0fb;
	border: 1px solid #2663C9;
	color:#041C2c;	
}

.btn>.btn-icon {
    display: none;
    /* background-color: rgb(31, 31, 31);
    border-radius: 10px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 18px;  */
}

.btn:hover>.btn-icon {
    display: none;
    /* background-color: rgb(19, 92, 143); */
}

.dialogBody.narrow .btn {
    max-width: 160px;
    min-width: 160px;
}

.btn>.btn-icon::before {
    height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3px;
    width: 18px;
}

/* Firefox-specific styles */
@-moz-document url-prefix () { .btn > .btn-icon::before {
    top : 2px;

}

}

/* Webkit-specific styles (Chrome, Safari, Opera) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .foo {
        background-color: white;
    }
	.btn[type=button] {
    /* background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff; */
	/* margin-left:-10px; */
  /*  margin-top: -10px; */
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.btn[type=button] {
    /* background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff; */
	margin-left:-10px;
  /*  margin-top: -10px; */
}

:enabled.btn:hover, :enabled.menubutton:hover, :enabled.navbutton:hover {
    background: none;
    border: none;
    color: #041c2c !important;
}

}

.btn-icon.fa-forward:before, .btn-icon.fa-edit:before {
    right: -1px;
}

.btn[type=submit] {
    /* background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff;  */
    background-color: #f6f9f8; /* For IE9 */
	margin-right: 95px;

}
.btn[type=button] {
    /* background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff; */
    text-decoration: underline;
    padding: unset;
    color: #041C2C;
    font-weight: bold;
  /*  margin-top: -10px; */
    font-family: "Gulfstream Horizon";
}



.btn[type=submit]:hover {
    color: #red;
	    /* color: #2663C9; */
    border: 1px solid #01a9e7;
}

.btn[type=submit]>.btn-icon {
    background-color: rgb(19, 92, 143);
}

.btn[type=submit][disabled]>.btn-icon {
    background-color: rgb(184, 184, 184);
    color: rgb(237, 237, 237);
}

.btn[type=submit][disabled] {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    color: rgb(184, 184, 184);
}

#button-goBack {
display:none;
}

.dijitContentPane .btn {
    display: inline-block;
}

form#clearExistingForm .btn, form#clearExistingForm+.btn, form#setupOtpSecret .btn, form#setupOtpSecret-skip .btn {
    display: inline-block;
}


p {
font-family: Gulfstream Horizon;
font-size: 13px;
/*line-height: 40px;*/
margin-bottom:0px;
/* or 154% */


color: #000000;

}

h2 {
	
	font-weight: normal;
  /*  padding-bottom: 10px; */
    font-family: "Gulfstream Horizon", "Calibri";
    font-size: 13px;
    line-height: 20px;
    color: #000;

}

#centerbody {
    /* padding: 15px; */
    border-radius: 3px;
    margin-top:0px;
    min-width: 600px;
    border: none;
    width: 800px;
    margin-left: 30px;
    margin-right: auto;

}

html[dir="rtl"] #centerbody {
    margin-left: auto;
    margin-right: 30px;
}

.centerbody-head {
    font-size: 16px;
    margin-bottom: 10px;
    color: #434c50;
}

#centerbody .buttonbar {
    text-align: left;
   /* margin-top: 10px; */
}

html[dir="rtl"] #centerbody .buttonbar {
    text-align: right;
}

#centerbody .buttonbar button {
    background-color: #ffffff;
    height: 40px;
    width: 119px;
	/*
    margin-left: 15px;
    margin-right: 50px; */
}

#centerbody .buttonbar button:hover {
    background-color: #eaf0fb;
	border: 1px solid #2663C9;
	color:#041C2c;	
}

#centerbody .buttonbar button:focus {
    background-color: #eaf0fb;
	border: 1px solid #2663C9;
	color:#041C2c;	
}

#header {
    background:#041C2C;
    background-color: #041C2C; /* For IE9 */
    height: 112px;
   /* width: 1440px; */
}

#header-company-logo {
    background: url("gulfstreamLogo.png") no-repeat; 
/*    background: url(data:image/png;base64,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)
    no-repeat */
    height: 112px;
	/*
	color: transparent;
    position: absolute;
    background-size: contain;
    left: 0px;
    top: 0px;
    width: 110px; */
}

html[dir="rtl"] #header-company-logo {
    right: 0;
    left: initial;
}

html[dir="rtl"] #header-title {
    right: 75px;
    left: initial;
    white-space: nowrap;
}

#wrapper.login-wrapper #header-company-logo {

}

#header-warning {
    background-color: #434c50;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px #697c87;
    color: #f6f6f6;
    padding: 15px;
    text-align: left;
    width: 240px;
    z-index: 1000;
}

.header-warning-version {

}

#header-warning span {
    display: inline-block;
}

.header-warning-buttons {
    text-align: left;
}

.header-warning-button {
    text-align: left;
    color: #f6f6f6;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    width: auto;
    padding: 8px;
    border-radius: 3px;
}

.header-warning-button:hover {
    background-color: #59656a;
}

.header-warning-button span.btn-icon {
    display: none !important;
}

#header-menu-alert {
    vertical-align: middle;
}

#header-username, #header-username-caret, #header-menu-icon, #HomeButton span, #LogoutButton span, #header-username-group, #header-menu {
    display: inline-block !important;
    vertical-align: middle;
    color: white;
}

#HomeButton span, #LogoutButton span {
    font-size: 20px !important;
}

#header-menu-icon {
    font-size: 26px !important;
}

#header-username {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header-username-group {
    vertical-align: middle;

}

#header-menu, .header-button {
    background: transparent;
    padding: 5px;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
}

.header-button .btn-icon {
    padding: 3px;
    margin-right: 0px;
}

#header-menu:hover, .header-button:hover {
    background: rgba(67, 76, 80, .25); /* #434c50, 25% transparency */
    border: 1px solid rgba(67, 76, 80, .25);
    cursor: pointer;
}

#message_wrapper span {
    background-color: transparent;
}

/*
.message {
	display: block;
    padding: 15px;
    padding-left: 20px;
    font-weight: bold;
    background-color: inherit;
    border-radius: 3px;
}
*/
.message-info {
    color: black;
}

.message-error {
    font-weight: bold;
    color: #B9252B;
    background-color: #E6E8EA;
}

.message-success {
    background-color: #55820C;
	color: #ffffff;
	font-weight:bold;
}

#header-title {
  position: absolute;
  top: 18px;
  left: 75px;
  letter-spacing: 0.25px;
  font-family: "Gulfstream Horizon Display", Calibri;
  font-size: 32px;
  font-weight: normal;
}

#header-title > .title-short {
    display: none;
}

html[dir="rtl"] #header-center-left {
    min-width: 300px;
}

#header-center-right {
    height: 30px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 19px;
    width: auto;
}

#header-username .m-icons {
    padding-right: 5px;
    vertical-align: middle;
}

.header-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0;
    color: #ffffff;
    margin: 0 0 0 3px;
    display: inline-block;
    float: none;
    border-radius: 0;
}

#button-openMenu {
    vertical-align: middle;
}

.header-button:hover {

}

#button-openHeader {
    display: none !important;
    background-color: transparent;
}

#button-openHeader span {
    font-size: 16px;
}

#button-openMenu {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.fa-home, .fa-sign-out {
    display: none;
}

#header-center {
    height: 67px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    left: 230px;
    margin-top: 17px;
    box-sizing: border-box;
    width: auto;
}

}

#header-page {
    display: none;
}

#centerbody td.menubutton_key, #centerbody td.menubutton_key+td {
    padding: 10px 0;
    vertical-align: middle;
}

#centerbody td.menubutton_key>p, #centerbody td.menubutton_key+td>p {
    margin: 0;
}

#wrapper {
    margin: 0 auto -45px;
}

/* tile styles */
#centerbody.tile-centerbody {
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 25px 5px 25px 25px;
    margin-top: 0;
    width: auto;
    min-width: 150px;
}

.tile {
    width: 140px;
    height: 170px;
    background: #eef2f2;
    border: 1px solid #eef2f2;
}

.tile:hover {
    background: #f6f9f8;
    border: 1px solid #26A9E0;
    cursor: pointer;
}

.tile-image {
    background: transparent none no-repeat scroll center center;
    font: 45px m-icons, FontAwesome;
    color: #007cd0;
    height: auto;
    margin-bottom: 10px;
}

.tile-image.password-image:before {
    content: "\e9d2";
}

.tile-image.search-image:before {
    content: "\e90a";
}

.tile-image.newuser-image:before {
    content: "\e9d5";
}

.tile-image.activation-image:before {
    content: "\e9b4";
}

.tile-image.orgchart-image:before {
    content: "\e993";
}

.tile-image.selfdelete-image:before {
    content: "\e96f";
}

.tile-image.forgotten-password-image:before {
    content: "\e9d6";
}

.tile-image.forgotten-username-image:before {
    content: "\e98e";
}

.tile-image.signin-image:before {
    content: "\e9d4";
}

.tile-image.security-image:before {
    content: "\e98c";
}

.tile-image.mobile-image:before {
    content: "\e97f";
}

.tile-image.profile-image:before {
    content: "\e9a9";
}

.tile-image.shortcut-image:before {
    content: "\e99c";
}

.tile-image.user-image:before {
    content: "\e9a8";
}

.tile-image.support-image:before {
    content: "\e9ae";
}

.tile-image.guest-image:before {
    content: "\e9a7";
}

.tile-image.admin-image:before {
    content: "\e9ac";
}

.tile-image.sign-image:before {
    content: "\e96f";
}

.tile-title {
    color: #3C515C;
}

.tile-subtitle {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #abb5b7;
    overflow: hidden;
    height: 70px;
}

#footer {
    /* background: linear-gradient(to bottom, #4b5052, #3A3E40) repeat scroll 0 0 rgba(0, 0, 0, 0);  */
    background-color: transparent; /* For IE9 */
    font-size: 12px;
    height: 45px;
}

#footer, #footer-content>.infotext {
    color: #434c50;
}

#footer-content {
    padding: 0;
    position: relative;
    vertical-align: middle;
}

#login label, #configLogin h1 {
    color: #434c50;
    font-size: 14px;
}

#login .buttonbar {
    border-bottom: 0px solid rgb(80, 83, 84);
    height: 48px;
    position: relative;
    text-align: left;
    margin-top: 15px;
}

html[dir="rtl"] #login .buttonbar {
    text-align: right;
}

#login .buttonbar #submitBtn {
    /* position: absolute; 
    right: 0;   */
    margin: 0;
    background: #f6f9f8;
  /*  border: 1px solid #dae1e1; */
    border-radius: 3px;
    color: #434c50;
    width: auto;
    height: auto;
    min-width: 80px;
    padding: 5px 10px;
    font-size: 14px;
}


#login .buttonbar #submitBtn:hover {
    color: #007cd0;
    border: 1px solid #01a9e7;
}

#login .buttonbar #submitBtn span {
    display: none;
}

#configLogin .buttonbar {
    margin-top: 15px;
    position: relative;
}

#configLogin .buttonbar .checkboxWrapper {
    background-color: transparent;
    color: #434c50;
    left: 0;
    padding: 0;
    position: absolute;
}

.buttonbar button {
    display: inline-block;
}

#login button, #configLogin #submitBtn, #configLogin #button_cancel {
    min-width: 80px;
}

#login .inputfield {
    margin: 0;
    padding: 6px;
    width: 250px;
    margin-right: 8px;
    font-size: 15px;
}

#configLogin .inputfield {
    margin: 0;
    padding: 6px;
    width: 250px;
    margin-right: 8px;
}

#login #password-eye-icon:before, #configLogin #password-eye-icon:before {
    color: #434c50;
}

#login>h2 {
    margin: 5px 0 2px;
}

#configLogin>h1 {
    margin: 20px 0 4px;
}

#login .buttonbar:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 0px solid rgb(53, 56, 56);
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

#login+br, #configLogin>br {
    display: none;
}

#wrapper.login-wrapper {
    background: none repeat scroll 0 0 transparent;
}

#wrapper.login-wrapper #centerbody {
    /* background: linear-gradient(to bottom, rgb(75, 80, 82), rgb(58, 62, 64)) repeat scroll 0 0 rgba(0, 0, 0, 0); 
    position: fixed;
    left: 50%;
    top: 50%; */
    display: block;
    min-width: 300px;
    margin-left: 50px;
    margin-top: 0px;
    padding-top: 10px;
    background-color: transparent; /* for IE9 */
    border: 0;
}

.sign-in {
    margin-left: 0;
}

#wrapper.login-wrapper #centerbody .menubutton {
    color: rgb(43, 156, 232);
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    min-width: 250px;
    background: transparent;
    border: 0px;
}

#wrapper.login-wrapper #centerbody .menubutton:hover {
    text-shadow: none;
}

#wrapper.login-wrapper #centerbody td.menubutton_key {
    padding: 0 0 15px 0;
}

#wrapper.login-wrapper #centerbody td.menubutton-description {
    display: none;
}

#wrapper.login-wrapper #centerbody>table {
    width: 100%;
}

#wrapper.login-wrapper ~ #footer {
    background: none repeat scroll 0 0 transparent;
    color: black;
}


#wrapper.peoplesearch-wrapper #centerbody, #wrapper.helpdesk-wrapper #centerbody {
    background-color: transparent;
    border: 0;
    padding: 5px;
}

#wrapper.peoplesearch-wrapper #centerbody.tall, #wrapper.helpdesk-wrapper #centerbody.tall {
    top: 70px;
    bottom: 70px;
    left: 25px;
    right: 25px;
}

.panel-peoplesearch-person {
    background: #eef2f2;
    border-radius: 3px;
}

.panel-orgChart-person {
    background: #eef2f2;
    border-radius: 3px;
}

.peoplesearch-input-username, .helpdesk-input-username {
    font-size: 14px;
    width: 350px;
    border: 1px solid #dae1e1;
    border-radius: 2px;
    padding: 5px;
}

#peoplesearch-searchResultsGrid, #helpdesk-searchResultsGrid {
    top: 85px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

#peoplesearch-searchResultsGrid .dgrid, #helpdesk-searchResultsGrid .dgrid {
    border: 1px solid #dae1e1;
}

#peoplesearch-searchResultsGrid .dgrid-header, #helpdesk-searchResultsGrid .dgrid-header,
.dgrid-header-row, .dgrid-footer {
    color: #697c87;
}

#peoplesearch-searchResultsGrid .dgrid-cell, #helpdesk-searchResultsGrid .dgrid-cell {
    font-weight: normal;
    padding: 5px;
    text-align: left;
    overflow: hidden;
    vertical-align: top;
    border: 1px solid #dae1e1;
    border-top-style: none;
}

#ActiveWebSessions th.dgrid-cell {
    font-weight: normal !important;
    background: #f6f9f8;
}

#activeSessionGrid.dgrid {
    border: 0px !important;
    border-top: 1px solid #dae1e1 !important
}

.panel-login-display-message {
    visibility: hidden;
}

.nihilo .dijitDialog {
    background: #fff !important;
    border: 1px solid #dae1e1 !important;
    border-radius: 2px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 0 !important;
}

.nihilo .dijitDialog .dijitDialogTitle {
    color: #2d3d45 !important;
}

.nihilo .dijitDialogTitleBar {

}

.nihilo .dijitDialog .dijitDialogPaneContent {
    border-top: 1px solid #fff !important;
    padding: 15px !important;
}

.nihilo .dijitTabContainerTop-spacer {
    background: #fff !important;
}

.nihilo .dijitTabContainerBottom-spacer, .nihilo .dijitTabContainerTop-spacer {
    height: 8px !important;
    border: 1px solid #dae1e1 !important;
    border-bottom: 1px solid transparent !important;
}

.nihilo .dijitTabPaneWrapper {
    border: 1px solid #dae1e1 !important;
    border-top: 1px solid transparent !important;
}

.nihilo .dijitTab {
    padding: 4px 8px !important;
    background: #f6f9f8 !important;
    color: #697c87 !important;
    border: 1px #dae1e1 solid !important;
    border-bottom: 1px solid #dae1e1 !important;
}

.nihilo .dijitTabChecked {
    background: #fff !important;
    color: #007cd0 !important;
    border-bottom: 1px solid #fff !important;
}

.nihilo .dijitTreeRowHover {
    background-image: none !important;
    background: #fff8cc !important;
}

.nihilo .dijitSelect, .nihilo .dijitTextBox, .nihilo .dijitTextArea {
    border: 1px solid #dae1e1 !important;
}

.nihilo .dijitButtonNode {
    border: 1px solid #dae1e1 !important;
    border-bottom: 1px solid #dae1e1 !important;
}

.nihilo .dijitDialog .dijitDialogTitle {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 2px 4px !important;
	text-align: center;
    font-weight: bold;
    font-family: "Gulfstream Horizon";
	display:block;
}

/*
.nihilo .dijitDialog .dijitDialogTitle:focus{
    outline:0; /*removes the dotted border
}
*/

.dgrid-header {
    background-color: #eef2f2 !important;
}

.dgrid {
    border-color: #dae1e1 !important;
}

.dgrid-cell {
    padding: 5px !important;
    border-color: #dae1e1 !important;
}

.dgrid-selected {
    background-color: #fff8cc !important;
}

.dgrid-hider-menu {
    background-color: #434c50 !important;
    border: 1px solid #434c50 !important;
    padding: 10px !important;
    border-radius: 2px;
}

.dgrid-hider-menu-row {
    color: #f6f6f6 !important;
    padding: 5px !important;
}

.dgrid-hider-menu-row:hover, .dgrid-hider-menu-row label:hover {
    background: #59656a;
    cursor: pointer;
}

#ThreadsTab tr:hover {
    background: #fff8cc;
    cursor: pointer;
}

.formFieldLabel {
    color: #697c87;
    font-weight: normal;
    padding-bottom: 10px;
    font-family: "Gulfstream Horizon", "Calibri";
	font-size: 13px;
	line-height: 20px;
    color: #000;	
}

@supports (box-shadow: 0 0 2pt 2pt rgba(0, 0, 0, 0.75 )) {
    button::-moz-focus-inner{
        border:0;
    }

    button:focus {
        outline: 0;
      /*  box-shadow: 0 0 1pt 1pt rgba(0, 0, 0, 0.75); */
    }
}

.searchbar::before {
    content: none;
}

.searchbar {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

html[dir="rtl"] .searchbar {
    text-align: right;
}

#page-content-title, .centerbody-head {
    display: block !important;
    margin-bottom: 20px;
  /*  margin-top: 0; */
	font-family: "Gulfstream Horizon";
	font-size: 26px;
	line-height: 20px;
	font-weight: lighter; 
/* or 77% */


color: #041C2C;
}

#centerbody, .p {
    font-family: "Gulfstream Horizon";
    font-size: 13px;
}

#changePasswordForm td > h2 {
    display: block !important;
    margin: 0;
}

#header-page {
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: normal;
    left: -1000px;
    position: absolute;
    top: 7px;
}


#header-menu:only-child {
    padding-top: inherit;
}


.tab-container > .label:hover {
    color: #01a9e7;
    border-top-color: #01a9e7;
    border-left-color: #01a9e7;
    border-right-color: #01a9e7;
}

.tokenInput {
    padding: 10px;
    height: 20px;
    width: 314px;
    /* resize: none; */
    /* display: block; */
    margin-bottom: 30px;
    font-size: 13px;
    font-family: "Gulfsream Horizon";
	ms-overflow-style: none;
    overflow: auto;

}

.tokenInput::webkit-scrollbar {
display:none;

}


#button-cancelButton {
	text-decoration:underline;
}

#button-cancelButton:hover {
    border: none !important;
    background-color: transparent !important;
    color: #2663C9 !important;
}

#submitBtn {
	border: 1px solid #2663C9;
}

#button-continue {
	border: 1px solid #2663C9;
}

#button-sendReset {
	text-decoration:underline;
}

#button-sendReset:hover {
    border: none !important;
    background-color: transparent !important;
    color: #2663C9 !important;
}

button#button-resend-token:hover {
    /* color: red; */
    background: unset !important;;
    border: unset !important;;
	color: #2663C9 !important;
}

button#button-reset:hover {
    background: none !important;;
    border: none !important;;
	color: #2663C9 !important;
}

button#password_button {
	border: 1px solid #2663C9;
}

textarea#token {
    font-family: "Gulfstream Horizon";
}

#autogenerate-icon {
	    padding-bottom: 15px;
}

button#password_button {
    width: auto !important;
}

input#password2 {
    margin-top: 10px;
}

div#password1-eye-icon {
    padding-left: 10px;
  /*  visibility: unset !important; */
}

div#password2-eye-icon {
	    padding-left: 10px;
}


span#message {
    display: block;
    padding: 15px;
    padding-left: 20px; 
    font-weight: bold;
    background-color: inherit;
    border-radius: 3px;
    width: 661px;
}

#centerbody > form.pwm-form > #message_wrapper > #message {
padding: 0px;
}

#header-menu-wrapper {
	float: right;
}


.meteredProgressBar {
    width: 80%;
    margin-left: 5%;
    margin-right: 10%;
    padding-top: 20px;
}


span#idle_status {
    font-family: "Gulfstream Horizon";
}

.localeDisplayName {
    text-decoration: underline;
    font-family: "Gulfstream Horizon","Calibri";
}

.buttonbar {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dialogBody {
    width: 500px;
    max-width: 500px;
    font-family: "Gulfstream Horizon", "Calibri";
	margin-left: 10px;
}

dialog .titleBar {
    text-align: center;
    font-weight: bold;
    font-family: "Gulfstream Horizon";
}

button#dialog_ok_button {
    border: 1px solid #2663CD;
    width: 119px;
  /*  margin-top: -20px; */
    height: 40px;
	outline: none;
}

button#dialog_ok_button:hover {
    background-color: #eaf0fb !important;
    border: 1px solid #2663CD  !important;
    color: #041C2c !important;
}

table.noborder {
    margin-left: -6px;
	width:95%;
}

div#header-username {
    font-family: "Gulfstream Horizon";
}

#footer, #footer-content>.infotext {
    color: #434c50;
    font-family: "Gulfstream Horizon";
}

#html5ProgressBar {
	        width:396px;
            background-color: #efefef;
            color: #2663C9;
}
#html5ProgressBar::-webkit-progress-bar {  
            background-color: #efefef;
}
#html5ProgressBar::-webkit-progress-value {  
            background-color: #2663C9;
}
#html5ProgressBar::-moz-progress-bar {  
            background-color: #2663C9;
}

button#dialog_cancel_button {
    /* border: 1px solid #2663CD; */
    width: 119px;
 /*   margin-top: -20px; */
    height: 40px;
	text-decoration: underline;
}

button#dialog_cancel_button:hover {
    /* color: red; */
    background: unset !important;
    border: unset !important;
	color: #2663C9 !important;
}

button#submitBtn:focus {
	background-color:unset !important;
}


#login .inputfield {
    border: 1px solid #ABABAB;
    border-radius: 4px;
    margin: 0;
    width: 38%;
    height: 30px;
    font-size: 14px;
    font-family: "Gulfstream Horizon";
}

#login .buttonbar #submitBtn {
    height: 40px;
    font-size: 13px;
    width: 119px;
    border: 1px solid #2663C9;
	background-color:white;
	}
	
#login .buttonbar #submitBtn:hover {
    color: #041C2c;
    border: 1px solid #2663C9;
}

#wrapper.login-wrapper #centerbody .menubutton {
    color: #2DA4CF;
    font-size: 13px;
    font-weight: bold;
    padding: 0; 
	/* padding-left: 10px */
    min-width: 250px;
    background: transparent;
    border: 0px;
}

input#username {
    margin-bottom: 10px !important;
}

a#Title_ForgottenPassword {
    padding-left: 5px !important;
}

#header-username-caret {
    display: none !important;
    color: red !important;
}

div#password-eye-icon {
    margin-left: 10px;
}

#centerbody > #page-content-title + h1 + br {
  	display: none;
}

span.footer-segment:after {
    display: none;
}

span#localeSelectionMenu {
	display:none;
}

span#session-username {
    display: none;
}

/*
form[name="search"] > .btn[type=submit] {
	background-color:#ffffff;
	border: 1px solid #2663C9;
	width: 150px;
	height: 40px;
	margin-right: 70px;
} */

#centerbody > table > tbody > tr > td > form[name="search"] > .btn[type=submit] {
	background-color:#ffffff;
	border: 1px solid #2663C9;
	width: 150px;
	height: 40px;
	margin-right: 70px;
	
}

#centerbody > table > tbody > tr > td > form[name="search"] > .btn[type=submit]:hover {
	background-color:#eaf0fb;
	
}

/*
#centerbody form[name="search"]:first-child > .btn[type=submit] {
		background-color:#ffffff;
	border: 1px solid #2663C9;
	width: 150px;
	height: 40px;
	margin-right: 70px;
}

#centerbody form[name="search"]:first-child > .btn[type=submit]:hover {
		background-color:#eaf0fb;
} */

/*
form[name="search"] > .btn[type=submit]:hover {
		background-color:#eaf0fb;
} */

.noborder > tbody > tr > td > #button-sendReset {

    margin-left: 34px;
}


@media only screen and (max-width: 700px) {
	
	/*
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2018 The PWM Project
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

.login-wrapper a.menubutton {
    white-space: nowrap;
}

#centerbody {
    margin-top: 0;
    border-radius: 0;
	margin-left: 0px;
    width:95%;
	padding: 10px

}

#wrapper.login-wrapper #centerbody {
    margin-left: 20px;
    min-width: 200px;
    width: auto;
}

#login .inputfield, #configLogin .inputfield {
    width: 185px;
}

#header {
    height: 66px;
}

#header-company-logo {
    background-size: cover;
    height: 50px;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 11px;
}

#wrapper.login-wrapper #header-company-logo {

}

#header-title {
    left: 50px;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    top: 14px;
}

#header-title > .title-long {
    display: none;
}

#header-title > .title-short {
    display: none;
}

#header-center-right {
    right: 4px;
    top: 10px;
}

.btn, .dialogBody.narrow .btn {
    max-width: 150px;
    min-width: 150px;
}

#header-warning .btn {
    background: none repeat scroll 0 0 transparent;
    color: #2D2D2D;
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
    min-width: initial;
    max-width: initial;
    cursor: pointer;
}

#header-warning  .btn > .fa {
    display: none;
}

#login #submitBtn, #configLogin #submitBtn, #configLogin #button-cancel {
    max-width: 90px;
    min-width: 90px;
}

#login #submitBtn .fa, #configLogin #submitBtn .fa, #configLogin #button-cancel .fa {
    display: none;
}

#peoplesearch-searchResultsGrid {
    bottom: 5px;
    height: auto;
    left: 5px;
    overflow: visible;
    position: absolute;
    right: 5px;
    top: 85px;
    cursor: pointer;
}

#peoplesearch-searchResultsGrid .dgrid-hider-toggle {
    top: -35px;
}

#changePasswordForm td {
    display: inline-block;
    width: auto !important;
}

#changePasswordForm #strengthLabel {
    padding-top: 0 !important;
}

#changePasswordForm td > div {
    padding-top: 0 !important;
}

.changepasswordfield {
    width: 280px;
}

#page-content-title, .centerbody-head {
    display: block !important;
    margin-bottom: 14px;
    margin-top: 0;
    font-family: "Gulfstream Horizon";
    font-size: 26px;
    /* line-height: 20px; */
    font-weight: lighter;
    color: #041C2C;
}

.inputfield {
    width: 93%;
    margin: auto;
	height: 35px;
}

.btn[type=submit] {
    /* background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff; */
    background-color: #f6f9f8;
    margin-right: 26px;
}

/*
#wait-overlay {
	width: 200px !important;
    height: 100px !important;
} */


#wait-overlay-message {
		width: 200px !important;
    height: 100px !important;
} 

button#button-resend-token {
    min-width: 0px;
}

span#message {
	width:auto;
}

#html5ProgressBar {
    width: 316px;
}

td.noborder {
     margin-bottom: -5px;
}

#message_wrapper > span {
position:static !important;
box-sizing:border-box;
}

.dialogBody.narrow.ng-binding.ng-scope {
    margin: 3px;
}

dialog#html5Dialog {
    box-sizing: border-box;
    width: 356px;
}

#centerbody > table > tbody > tr > td > form[name="search"] > .btn[type=submit] {

	margin-right: 0px;
	
}

button#dialog_cancel_button {
	min-width: 135px;
}



	
}

@media only screen and (max-width: 800px) {

#centerbody > table > tbody > tr > td > form[name="search"] > .btn[type=submit] {

	margin-right: 0px;
	
}

#centerbody > table > tbody > tr > td {

	padding-right: 18px;
	
}

#centerbody {
	width:auto;
}

#header-menu {
	display:none !important;
}

#header-username {
	display:none !important;
}

.header-button {
	display:none;
}

p {
	max-width:90% !important;
	margin-left:0px;
}

}




	

