html, body {
    color: #263746;;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #ffffff;
}

p {
	color: #263746;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.inputfield {
    border: 1px solid #dae1e1;
    border-radius: 1px;
    padding: 5px;
    margin: 0;
    margin-right: 5px;
    width: 350px;
    font-size: 16px;
}

.changepasswordfield {
    font-size: 15px;
    height: 18px;
    margin-right: 5px;
    border: 1px solid #dae1e1;
    border-radius: 2px;
    padding: 6px;
    width: 300px;
}

.menubutton, .navbutton {
    color: #434c50;
    background-color: #f6f9f8;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #dae1e1;
    /* white-space: nowrap; */
}

table td.title {
    color: #263746;;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    padding-right: 10px;
    background-color: #eef2f2;
}

.btn {
    /* background: linear-gradient(to bottom, rgb(115,119,116), rgb(75,79,82)) repeat scroll 0 0 #ffffff;  */
    background-color: #f6f9f8; /* For IE9 */
    border: 1px solid #dae1e1;
    border-radius: 3px;
    color: #434c50;
    /* display: table-cell; */
    font-size: 16px;
    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;
}

.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; */
    color: #ba164a;
    border: 1px solid #01a9e7;
}

.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-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 */
}

.btn[type=submit]:hover {
    color: #ba164a;
    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);
}

.dijitContentPane .btn {
    display: inline-block;
}

form#clearExistingForm .btn, form#clearExistingForm+.btn, form#setupOtpSecret .btn, form#setupOtpSecret-skip .btn {
    display: inline-block;
}

#centerbody {
    padding: 15px;
    border-radius: 3px;
    margin-top: 30px;
    min-width: 600px;
    border: none;
    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: 20px;
}

html[dir="rtl"] #centerbody .buttonbar {
    text-align: right;
}

#centerbody .buttonbar button {
    background-color: #f6f9f8;
}

#header {
    background: url(/sspr/public/top_pattern.png);
    background-color: white; /* For IE9 */
    height: 140px;
    line-height: 140px;
	border-bottom: 3px solid #ba164a;	
}

html[dir="rtl"] #header-company-logo {
	right: -205px;
	width: 450px;
}

#header-company-logo {
    background: url(../../cropped-kaye.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #2b9ce8;
    height: 125px;
    right: 0px;
	left: 20px;
    position: absolute;
    top: 2px;
    width: 240px;
}

/*html[dir="rtl"] #header-company-logo {
	right: -125px;
    position: absolute;
}*/

#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;
	color: #263746;
}

#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-info {
    color: black;
}

.message-error {
    font-weight: bold;
    color: #FF0000;
    background-color: #f6f9f8;
}

.message-success {
    background-color: #263746;
}

html[dir="rtl"] #header-title {
	right: 255px;
}

#header-title {
    text-align: right;
    position: relative;
    top: 10px;
    left: 40px;	
    line-height: 140px;
    letter-spacing: 0.5px;
    font-size: 32px;
    color: #263746;
    width: 405px;	
}

html[dir="rtl"] #header-center-left {
    min-width: 300px;
}

#header-center-right {
    height: 30px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 16px;
    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;
    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 #263746;
    cursor: pointer;
}

.tile-image {
    background: transparent none no-repeat scroll center center;
    font: 45px m-icons, FontAwesome;
    color: #ba164a;
    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: 16px;
    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: 14px;
    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: 25px;
}

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: #ba164a;
    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);*/
    color: #263746;
    font-size: 15px;
    font-weight: normal;
	text-decoration: underline;
    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: #ba164a !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;
    color: #808080 !important;
    font-weight: normal !important;
    padding: 2px 4px !important;
}

.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: #263746;
    font-weight: normal;
    padding-bottom: 2px;
	font-size: 18px;
}

label{
	color: #263746;
	font-size: 16px;
}

input{
	margin-top: 5px;
	margin-bottom: 5px;
}

@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 {
    color: #263746;
    display: block !important;
    font-family: Trebuchet MS,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 0;
}

#changePasswordForm td > h2 {
    display: block !important;
    margin: 0;
}

#header-page {
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    left: 19px;
    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;
}

#localeSelectionMenu {

    color: #000000;
}

#wrapper.peoplesearch-wrapper #centerbody.tall, #wrapper.helpdesk-wrapper #centerbody.tall {
    top: 170px;
}