/*=============================================
= <IE8 Unsupported Browser Message Styles =
=============================================*/
.ie8-msg {
	border: 13px solid #A0A0A0;
	height: auto;
	margin: 10% 20% 0;
	position: absolute;
	width: auto;
}

.ie8-msg__header {
	border-bottom: 1px solid #CCCCCC;
}

.ie8-msg__header h2 {
	color: #333333;
	font-size: 19px;
	padding: 0px 0px 7px 13px;
}

.ie8-msg__content {
	font-size: 15px;
	text-decoration: none;
	padding: 13px;
}

.ie8-msg__content .tk-list-content-ul {
	margin-top: 13px;
	text-decoration: none;
}

/**
 *** DO NOT MODIFY THE COPYRIGHT HEADER MANUALLY ***
 * Copyright (c) Optum 2015 - All Rights Reserved.
 *** Release process will update accordingly ***
 * @version 3.10.0
 */

/* Borders in px to fix Safari issue */

.tk-lbox-overlay {
    /* A dark translucent div that covers the whole screen */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C0C0C0;
    opacity: 0.5;
}

.tk-lbox-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index: 10000;
    position: fixed;
    width: 30%;
    max-width: 90%;
    min-width: 16.667rem;
    max-height: 90%;
    left: 50%;
    top: 50%;
    /* Center the dialog */
    vertical-align: middle;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border: 1.083rem solid rgba(102, 102, 102, .5);
    overflow: auto;
}

.tk-lbox-content-wrapper {
    background-color: #fff;
    border: 1px solid #D0D0CE;
    height: 100%;
}

.tk-lbox-content {
    text-align: left;
    overflow: auto;
    height: 16.250rem;
    padding: 1.083rem;
}

.tk-lbox-content-image,
.tk-lbox-content-image.tk-padding-1t {
    padding: 0 !important;
}

.tk-lbox-controls {
    box-sizing: border-box;
    top: 0;
    right: 0;
}

.tk-lbox-controls button {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.667rem;
    margin-right: 1rem;
    color: #282A2E;
    font-size: 1.333em;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    text-align: left;
    background: none;
}

.tk-lbox-controls button:hover, .tk-lbox-controls button:focus {
    text-decoration: none;
    color: #C25608;
}

.tk-lbox-header {
    background-color: #fff;
    border-bottom: 1px solid #D0D0CE;
    box-sizing: border-box;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.tk-lbox-header:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.tk-lbox-header h2 {
    color: #282A2E;
    font-size: 1.333em;
    font-weight: bold;
    padding: 0.583rem 0;
    margin-bottom: 0;
    padding-left: 1.083rem;
    margin-right: 2em;
}

.tk-lbox-header h3 {
    display: none;
}

.uitk-btn-close-dialog {
    margin-top: 1.083rem !important;
    margin-right: 1.083rem !important;
}

/* For tablets */
@media only screen and (max-width: 992px) {
    .tk-lbox-header {
        height: auto;
    }

    .tk-lbox-header h2 {
        font-size: 2rem !important;
        padding-left: 1.833rem !important;
    }

    .tk-lbox-content {
        padding: 1.833rem !important;
        font-size: 1.333rem !important;
    }

    .uitk-btn-close-dialog {
        margin-top: 3.667rem !important;
        margin-bottom: 1.833rem !important;
    }

    div.tk-lbox-content input[type="checkbox"] {
        transform: scale(1.5);
    }

    .tk-lbox-dialog {
        border: 1.833rem solid rgba(102, 102, 102, .5) !important;
        width: 50% !important;
    }
}

/* For phones */
@media only screen and (max-width: 550px) {
    .tk-lbox-dialog {
        border: 0.9167rem solid rgba(102, 102, 102, .5) !important;
        width: 90% !important;
    }

    .tk-lbox-header h2 {
        display: none;
    }

    .tk-lbox-header h3 {
        display: block;
        margin-top: 0.4167rem !important;
        padding-left: 0.9167rem !important;
    }

    div#session-timeout-dialog_contentId.tk-lbox-content.tk-padding-1t {
        padding: 0 !important;
    }
}

/* ICON SIZING */
.tk-lbox-dialog [class^="cux-icon-"],
.tk-lbox-dialog [class*=" cux-icon-"] {
    font-size: 1.333rem;
}
@media only screen and (max-width: 992px) {
    .tk-lbox-dialog [class^="cux-icon-"],
    .tk-lbox-dialog [class*=" cux-icon-"] {
        font-size: 2rem;
    }
}
/*
@media only screen and (max-width: 640px) {
    .tk-lbox-dialog [class^="cux-icon-"],
    .tk-lbox-dialog [class*=" cux-icon-"] {
        font-size: 1.333rem;
    }
}
*/

.tk-lbox-dialog [class^="cux-icon-"]:before,
.tk-lbox-dialog [class*=" cux-icon-"]:before {
    color: #C25608;
}




/*
 *** DO NOT MODIFY THE COPYRIGHT HEADER MANUALLY ***
 * Copyright (c) Optum 2015 - All Rights Reserved.
 *** Release process will update accordingly ***
 * @version 3.10.0
 */
/*** oui-pmsg.css ***/



.oui-pmsg-wrapper {
  display: none;
  position: fixed;
  top: 8.333rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}
.oui-pmsg {
  box-sizing: border-box;
  display: block;
  background-color: #C6900E;
  border: 0.167rem solid #C6900E;
  position: relative;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(179, 179, 179, 0.75);
  transition: opacity;
  overflow: auto;
}
.oui-pmsg-wrapper .oui-pmsg {
  display: inline-block;
  max-width: 36.417rem;
}
.oui-pmsg-success {
  background-color: #6E8D3A;
  border-color: #6E8D3A;
}
.oui-pmsg-error {
  background-color: #E32315;
  border-color: #E32315;
}
.oui-pmsg-warning {
  background-color: #C6900E;
  border-color: #C6900E;
}
.oui-pmsg-informational {
  background-color: #1C9182;
  border-color: #1C9182;
}
.oui-pmsg .cux-icon-checkmark_status,
.oui-pmsg .cux-icon-exclamationmark,
.oui-pmsg .cux-icon-warning,
.oui-pmsg .cux-icon-information {
  position: absolute;
  font-size: 2em;
  width: 3.25rem;
  height: 2rem;
  top: 50%;
  margin-top: -1rem;
  text-align: center;
}
.oui-pmsg span.cux-icon-checkmark_status:before,
.oui-pmsg span.cux-icon-exclamationmark:before,
.oui-pmsg span.cux-icon-warning:before,
.oui-pmsg span.cux-icon-information:before {
  color: #fff;
}
.oui-pmsg-success-body,
.oui-pmsg-error-body,
.oui-pmsg-warning-body,
.oui-pmsg-informational-body {
  background-color: #F3F8EC;
  display: block;
  padding: 0.833rem 3.5rem 0.833rem 1.083rem;
  margin-left: 3.25rem;
  box-sizing: border-box;
  min-height: 2.917rem;
  line-height: 120%;
}
.oui-pmsg-error-body {
  background-color: #FAEAEA;
}
.oui-pmsg-warning-body {
  background-color: #FBF8E7;
}
.oui-pmsg-informational-body {
  background-color: #EDF7F5;
}
.oui-pmsg .oui-pmsg-close {
  font-size: 1.333em;
  position: absolute;
  right: 1.08333333rem;
  top: 0.4167rem;
  vertical-align: baseline;
  color: inherit;
  width: 1.333em;
  height: 1.333em;
  display: block;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  text-align: left;
  background: none;
}
@media only screen and (max-width: 992px) {
  .oui-pmsg-wrapper {
    top: 10.833rem;
  }
  .oui-pmsg-success,
  .oui-pmsg-error,
  .oui-pmsg-warning,
  .oui-pmsg-informational {
    max-width: 44rem;
  }
  .oui-pmsg-success .cux-icon-checkmark_status,
  .oui-pmsg-error .cux-icon-exclamationmark,
  .oui-pmsg-warning .cux-icon-warning,
  .oui-pmsg-informational .cux-icon-information {
    width: 3.667rem;
  }
  .oui-pmsg-success-body,
  .oui-pmsg-error-body,
  .oui-pmsg-warning-body,
  .oui-pmsg-informational-body {
    font-size: 1.333rem;
    padding: 0.833rem 3.333rem 0.833rem 0.917rem;
    margin-left: 3.667rem;
    min-height: 3.333rem;
    line-height: 120%;
  }
  .oui-pmsg .cux-icon-close {
    right: 0.917rem;
    top: 0.833rem;
  }
}

/*** end oui-pmsg.css / begin uitk-specific styles ***/
.oui-pmsg-wrapper {
    z-index:1000;
}

.tk-pmsg-absolute {
    max-width: none;
    box-shadow: none;
}

.oui-pmsg .cux-icon-close {
    cursor: pointer;
}
.oui-pmsg label{
    font-weight: inherit;
}

.oui-pmsg-inline {
    box-shadow: none;
    margin-bottom: 1.083rem;
    display: inline-block;
}

/* ICON SIZING */
.oui-pmsg [class^="cux-icon-"],
.oui-pmsg [class*=" cux-icon-"] {
  /* font-size: 1.333rem; */
  font-size: 2rem;
}
@media only screen and (max-width: 992px) {
  .oui-pmsg [class^="cux-icon-"],
  .oui-pmsg [class*=" cux-icon-"] {
    font-size: 2rem;
  }
}
/*
@media only screen and (max-width: 640px) {
    .oui-pmsg [class^="cux-icon-"],
    .oui-pmsg [class*=" cux-icon-"] {
        font-size: 1.333rem;
    }
}
*/

.oui-pmsg [class^="cux-icon-"]:before,
.oui-pmsg [class*=" cux-icon-"]:before {
  color: #C25608;
}