/* ==========================================================================
   ROSETTA SKIN LIGHT - Global Element Styles (must remain non-prefixed)
   ========================================================================== */

body {
    background-color: #ffffff;
    font-family: arial, sans-serif;
    color: #020304;
    font-size: 11px !important;
    height: 100%;
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    padding: 0;
}

input.textbox, select, textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    padding-left: 8px;
    border: 1px solid #AAAAAA;
    font-size: 11px;
}

/* Make text inputs match Select2 dropdown appearance */
input.textbox[type="text"],
input.textbox[type="password"],
input.textbox[type="email"],
input.textbox[type="number"],
input.textbox[type="date"],
input.textbox[type="time"],
input.textbox[type="url"] {
    height: 24px;
    line-height: normal;
    padding: 4px 8px;
    background-color: #fff;
    color: #444;
    vertical-align: middle;
}

textarea {
    resize: vertical;
    font-family: inherit;
    font-size: 11px;
    background-color: #fff;
    color: #444;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea:focus {
    outline: none;
    border-color: #367DC7;
    box-shadow: 0 0 0 2px rgba(54, 125, 199, 0.15);
}

textarea:disabled {
    background-color: #f5f5f5;
    color: #888;
    cursor: not-allowed;
    resize: none;
}

textarea::placeholder {
    color: #999;
    opacity: 1;
}

label {
    font-size: 11px;
}

[type=text] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input:focus {
    outline: none;
    border-color: #367DC7;
    border-radius: 4px;
}

input.textbox[type="text"]:focus {
    outline: none;
    border-color: #367DC7;
    border-radius: 4px;
}

input:checked + .slider {
    background-color: #04488F;
}

input:focus + .slider {
    box-shadow: 0 0 1px #04488F;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:checked + .smallslider {
    background-color: #04488F;
}

input:focus + .smallslider {
    box-shadow: 0 0 1px #04488F;
}

input:checked + .smallslider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

input {
    font-size: 11px;
}

.textbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "NTR";
    src: url("NTR/NTR-Regular.ttf") format("truetype");
}

/* ==========================================================================
   Third-party Library Overrides (must remain non-prefixed)
   Select2, jsPanel, Tabulator, Context Menu - create elements outside container
   ========================================================================== */

.igrowl-rhInfo {
    background: black;
    border-color: white;
}

.igrowl-rhInfo .igrowl-message {
    background: black;
    color: white;
    font-size: small;
}

.igrowl-rhInfo .igrowl-title {
    background: black;
    color: white;
    font-size: small;
}

.igrowl-rhInfo .igrowl-icon {
    background: black;
    color: white;
}

.igrowl-rhSuccess {
    background: green;
    border-color: white;
}

.igrowl-rhSuccess .igrowl-message {
    background: green;
    color: white;
    font-size: small;
}

.igrowl-rhSuccess .igrowl-title {
    background: green;
    color: white;
    font-size: small;
}

.igrowl-rhSuccess .igrowl-icon {
    background: green;
    color: white;
}

.igrowl-rhFailure {
    background: red;
    border-color: white;
}

.igrowl-rhFailure .igrowl-message {
    background: red;
    color: white;
    font-size: small;
}

.igrowl-rhFailure .igrowl-title {
    background: red;
    color: white;
    font-size: small;
}

.igrowl-rhFailure .igrowl-icon {
    background: red;
    color: white;
}

.igrowl-rhFinalized {
    background: slategrey;
    border-color: white;
}

.igrowl-rhFinalized .igrowl-message {
    background: slategrey;
    color: white;
    font-size: small;
}

.igrowl-rhFinalized .igrowl-title {
    background: slategrey;
    color: white;
    font-size: small;
}

.igrowl-rhFinalized .igrowl-icon {
    background: slategrey;
    color: white;
}


/* Select2 multi-select height constraint */
.select2-container--default .select2-selection--multiple {
    max-height: 28px;
    overflow: hidden;
    min-height: 28px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: 24px;
    overflow-y: auto !important;
    display: block !important;
    padding-bottom: 0;
    padding-top: 2px;
}

/* Fix Select2 dropdown height to fit contents */
.select2-dropdown--below {
    height: auto !important;
    max-height: 300px !important;
}

.context-menu-root {
    z-index: 100000000 !important;
}

.tabulator {
    font-size: 11px !important;
    background-color: transparent !important;
    border: none !important;
}

.tabulator .tabulator-tableholder {
    background-color: transparent !important;
}

.tabulator .tabulator-tableholder .tabulator-placeholder {
    background-color: transparent !important;
}

.tabulator-header .tabulator-col-content {
    background-color: #04488f !important;
    color: white !important;
}

.tabulator .tabulator-header .tabulator-col {
    background-color: #04488f !important
}

.tabulator-popup-container {
    font-size: 10px !important;
}

.jsPanel-modal-backdrop {
    background-color: transparent !important
}

/* jsPanel Custom Styling - Modern Slate/Gray Theme */

/* jsPanel Header - Default Theme */
.jsPanel-hdr {
    background: linear-gradient(to bottom, #5a6c7d 0%, #475569 100%) !important;
    color: #ffffff !important;
    border-bottom: 1px solid #64748b !important;
}

/* jsPanel Titlebar */
.jsPanel-titlebar {
    background: transparent !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}

/* jsPanel Title Text */
.jsPanel-title {
    color: #ffffff !important;
}

/* jsPanel Header Controls (minimize, maximize, close buttons) */
.jsPanel-btn {
    color: #ffffff !important;
}

.jsPanel-btn:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* jsPanel Content Area */
.jsPanel-content {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-top: none !important;
}

/* jsPanel Footer */
.jsPanel-ftr {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-top: 1px solid #dee2e6 !important;
}

/* jsPanel Border */
.jsPanel {
    border: 1px solid #64748b !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}


/* ==========================================================================
   ROSETTA SKIN LIGHT - Themed Styles (prefixed with .rosetta-skin-light)
   ========================================================================== */

.rosetta-skin-light #actionSteps {
    position: relative;
    left: 5px;
    color: rgba(0, 0, 0, 0.15);
}

.rosetta-skin-light #actionSteps a {
    font-size: 84%;
    color: #444;
    text-decoration: none;
}

.rosetta-skin-light #actionSteps a.selectedStep {
    font-weight: bold;
    color: #363092;
}

.rosetta-skin-light #actionSteps a:hover {
    color: #363092;
}

.rosetta-skin-light #actionSteps .not-active {
    pointer-events: none;
    cursor: default;
}

.rosetta-skin-light .container {
    font-size: 100%;
    width: 100%;
    height: 95%;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
}

.rosetta-skin-light .div1 {
    overflow: auto;
    width: 100%;
}

.rosetta-skin-light .div2 {
    width: 100%;
    height: calc(100% - 300px);
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}


.rosetta-skin-light .views {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/selectarrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.rosetta-skin-light .split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    width: 100%;
}

.rosetta-skin-light .content {
    border: 0px solid #C0C0C0;
    box-shadow: inset 0 1px 2px #e4e4e4;
    background-color: #fff;
}

.rosetta-skin-light .gutter {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
}

.rosetta-skin-light .gutter.gutter-horizontal {
    cursor: col-resize;
    background-image: url('../images/vertical.png');
}

.rosetta-skin-light .gutter.gutter-vertical {
    cursor: row-resize;
    background-image: url('../images/horizontal.png');
}

.rosetta-skin-light .split.split-horizontal,
.rosetta-skin-light .gutter.gutter-horizontal {
    height: 100%;
    float: left;
}

.rosetta-skin-light .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.rosetta-skin-light .switch input {
    display: none;
}

.rosetta-skin-light .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.rosetta-skin-light .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

/* Rounded sliders */
.rosetta-skin-light .slider.round {
    border-radius: 34px;
}

.rosetta-skin-light .slider.round:before {
    border-radius: 50%;
}

.rosetta-skin-light .smallswitch {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 12px;
}

.rosetta-skin-light .smallswitch input {
    display: none;
}

.rosetta-skin-light .smallslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.rosetta-skin-light .smallslider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

/* Rounded sliders */
.rosetta-skin-light .smallslider.round {
    border-radius: 17px;
}

.rosetta-skin-light .smallslider.round:before {
    border-radius: 50%;
}

/* Filter icon toggles */
.rosetta-skin-light .filter-icons-group {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 6px;
}

.rosetta-skin-light .filter-icon-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px 4px;
    margin-right: 1px;
}

.rosetta-skin-light .filter-icon-toggle:hover {
    opacity: 0.7;
}

.rosetta-skin-light .filter-icon-toggle .fa {
    font-size: 17px;
}

.rosetta-skin-light .filter-icon-toggle .fa-users {
    font-size: 14px;
}

.rosetta-skin-light .filter-icon-toggle .fa-lock {
    font-size: 19px;
}
.rosetta-skin-light .filter-icon-on {
    color: #04488F;
}

.rosetta-skin-light .filter-icon-off {
    color: #ccc;
}

.rosetta-skin-light .divElement {
    margin-top: 5px;
}

.rosetta-skin-light .tooltip_templates {
    display: none;
}

.rosetta-skin-light .renderjson a {
    text-decoration: none;
}

.rosetta-skin-light .renderjson .disclosure {
    color: crimson;
    font-size: 150%;
}

.rosetta-skin-light .renderjson .syntax {
    color: grey;
}

.rosetta-skin-light .renderjson .string {
    color: red;
}

.rosetta-skin-light .renderjson .number {
    color: cyan;
}

.rosetta-skin-light .renderjson .boolean {
    color: plum;
}

.rosetta-skin-light .renderjson .key {
    color: lightblue;
}

.rosetta-skin-light .renderjson .keyword {
    color: lightgoldenrodyellow;
}

.rosetta-skin-light .renderjson .object.syntax {
    color: lightseagreen;
}

.rosetta-skin-light .renderjson .array.syntax {
    color: lightsalmon;
}

.rosetta-skin-light .tdcontainer {
    vertical-align: top;
    height: 32px;
}

.rosetta-skin-light .tdseparator {
    height: 16px;
}

.rosetta-skin-light .radio {
    width: 134px;
    vertical-align: top;
    height: 30px;
}

.rosetta-skin-light .toggle {
    padding-right: 2px;
    padding-left: 2px;
}

.rosetta-skin-light .displayUnit {
    width: 100%;
    height: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.rosetta-skin-light #rosetta-logo {
    position: relative;
    top: 2px;
    left: 0px;
    z-index: 1;
    width: 150px;
    height: 40px;
}

.rosetta-skin-light .rowClass {
    padding-top: 10px;
    padding-bottom: 5px;
    min-height: auto;
    height: auto;
    align-items: center !important;
}

.rosetta-skin-light .rowClass > * {
    align-self: center !important;
}

/* Adjust Select2 containers vertical alignment in rowClass */
.rosetta-skin-light .rowClass .select2-container {
    margin-top: 5px;
}

.rosetta-skin-light .component-class {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.rosetta-skin-light .component-create-action {
    display: table-cell;
    cursor: pointer;
    color: #04488F;
    padding-left: 5px;
    font-size: 17px;
}

.rosetta-skin-light .top-menu-action {
    font-size: 17px;
    cursor: pointer;
    color: #04488F;
}


.rosetta-skin-light .button-container {
    margin-bottom: 0px;
}

.rosetta-skin-light .action-button {
    padding-left: 10px;
    height: 30px;
    white-space: normal;
    width: 230px;
}

.rosetta-skin-light .redeem-button {
    width: 95px;
}

.rosetta-skin-light .redeem-input {
    width: 130px;
    height: 30px;
}

.rosetta-skin-light .organizations-dropdown {
    height: 30px;
    width: 310px;
}

/* Select2 container for organizations dropdown - match the dropdown width */
.rosetta-skin-light .organizations-dropdown + .select2-container,
.rosetta-skin-light .select2-container.organizations-dropdown {
    width: 310px !important;
    max-width: 310px !important;
}

.rosetta-skin-light .go-to-cloud-console {
    padding-left: 10px;
    width: 146px;
    height: 30px;
    color:#333!important;
}

.rosetta-skin-light .aws-cloud-button {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(238, 186, 55, 0) 49%, rgba(238, 186, 55, 0) 51%, rgba(200, 150, 20, 0.4) 100%) !important;
    background-color: #EEBA37 !important;
    border-color: #d4a730 #b8902a #b8902a #d4a730 !important;
    color: #5a4510 !important;
}

.rosetta-skin-light .gcp-cloud-button {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(66, 133, 244, 0) 49%, rgba(66, 133, 244, 0) 51%, rgba(30, 90, 180, 0.3) 100%) !important;
    background-color: #4285f4 !important;
    border-color: #5a9af5 #2a6fdc #2a6fdc #5a9af5 !important;
    color: #ffffff !important;
}

.rosetta-skin-light .azure-cloud-button {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(0, 120, 212, 0) 49%, rgba(0, 120, 212, 0) 51%, rgba(0, 80, 160, 0.4) 100%) !important;
    background-color: #0078d4 !important;
    border-color: #2a8de0 #005fa3 #005fa3 #2a8de0 !important;
    color: #ffffff !important;
}

.rosetta-skin-light .my-tabulator-value {
    color: #04488f !important;
    font-weight: 600 !important;
}

.rosetta-skin-light .panelContent {
    padding: .5rem;
}

.rosetta-skin-light .panelHeader {
    font-variant: normal !important;
}

.rosetta-skin-light div.userLink {
    color: #04488F;
    height: inherit;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    width: 160px;
    text-align: right;
    height: inherit;
    padding-right: 10px;
}

.rosetta-skin-light a.userLink {
    color: #04488F;
    height: inherit;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.rosetta-skin-light .yui3-button {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    /*zoom: 1;*/
    font-size: 90%;
    line-height: 2; /* ~24px */
    *line-height: 1.9; /* For IE */
    /**font-size: 13px;*/ /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.42em 1em 0.42em;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* Presentation */
    /*color: #444;  rgba not supported (IE 8) */
    /*color: rgba(0, 0, 0, 0.80);  rgba supported */
    /**color: #444;  IE 6 & 7 */
    color: #fbfcfe;
    /*border: 1px solid #999;  IE 6/7/8*/
    /*border: none rgba(0, 0, 0, 0);  IE9 + everything else*/
    border: solid 1px;
    border-color: #5a91c6 #2d6298 #2d6298 #5a91c6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background: background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(56, 118, 179, 0) 49%, rgba(56, 118, 179, 0) 51%, rgba(30, 80, 130, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(49%, rgba(56, 118, 179, 0)), color-stop(51%, rgba(56, 118, 179, 0)), color-stop(100%,rgba(30, 80, 130, 0.3)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(56, 118, 179, 0) 49%, rgba(56, 118, 179, 0) 51%, rgba(30, 80, 130, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(56, 118, 179, 0) 49%, rgba(56, 118, 179, 0) 51%, rgba(30, 80, 130, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(56, 118, 179, 0) 49%, rgba(56, 118, 179, 0) 51%, rgba(30, 80, 130, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(56, 118, 179, 0) 49%, rgba(56, 118, 179, 0) 51%, rgba(30, 80, 130, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #3876b3;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 2px rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 2px rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 2px rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
}

/*** for dashboard ***/
.rosetta-skin-light hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(4,72,143,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(4,72,143,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(4,72,143,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(4,72,143,0.75), rgba(0,0,0,0));
}

.rosetta-skin-light a {
    font-size: 90%;
    color: #020304;
    font-family: arial, sans-serif;
}

.rosetta-skin-light .my_header a {
    color: #020304;
    font-size: 128%;
    font-weight: normal;
    font-family: arial, sans-serif;
}

.rosetta-skin-light #radioContainer a:link {
    color: rgba(0, 0, 0, 0.58);
    text-decoration: none;
}

/* unvisited link */
.rosetta-skin-light #radioContainer a:visited {
    color: rgba(0, 0, 0, 0.58);
    text-decoration: none;
}

/* visited link */
.rosetta-skin-light #radioContainer a:hover {
    color: #04488F;
    text-decoration: none;
}

/* mouse over link */
.rosetta-skin-light #radioContainer a:active {
    color: #04488F;
    text-decoration: none;
}

/* selected link */
.rosetta-skin-light #radioContainer a {
    font-family: "Helvetica Neue","Lucida Grande",Verdana,sans-serif;
    /* font-size: 90%;*/
}

.rosetta-skin-light #radioContainer .yui3-button {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    /*zoom: 1;*/
    font-size: 90%;
    *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 5px 0px 6px 15px; /*0.4em 1em 0.45em;*/
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: left;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* Presentation */
    color: #020203;
    border: solid 1px;
    border-color: #fcfcfd #e8ebf3 #e8ebf3 #fcfcfd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background: background: -moz-linear-gradient(top, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 253, 0.3)), color-stop(49%, rgba(242, 244, 248, 0)), color-stop(51%, rgba(242, 244, 248, 0)), color-stop(100%,rgba(182, 193, 216, 0.3)));
    background: -webkit-linear-gradient(top, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #f2f4f8;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 2px rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 2px rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 2px rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
    background: none;
}

.rosetta-skin-light #radioContainer a.yui3-button {
    color: #020203;
    text-decoration: none;
}

.rosetta-skin-light #radioContainer a.yui3-button-selected {
    color: red;
    font-weight: 700;
    text-decoration: none;
}

.rosetta-skin-light #radioContainer .yui3-button-hover,
.rosetta-skin-light #radioContainer .yui3-button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    background: background: -moz-linear-gradient(top, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 253, 0.3)), color-stop(49%, rgba(242, 244, 248, 0)), color-stop(51%, rgba(242, 244, 248, 0)), color-stop(100%,rgba(182, 193, 216, 0.3)));
    background: -webkit-linear-gradient(top, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 253, 0.3) 0%, rgba(242, 244, 248, 0) 49%, rgba(242, 244, 248, 0) 51%, rgba(182, 193, 216, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #d4dbe8;
    color: #020203;
}

.rosetta-skin-light #radioContainer .yui3-button-active,
.rosetta-skin-light #radioContainer .yui3-button:active {
    border: inset 1px solid #999; /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#26000000', GradientType=0);
    background: background: -moz-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(54, 125, 199, 0) 49%, rgba(54, 125, 199, 0) 51%, rgba(31, 70, 112, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 254, 0.3)), color-stop(49%, rgba(54, 125, 199, 0)), color-stop(51%, rgba(54, 125, 199, 0)), color-stop(100%,rgba(31, 70, 112, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(54, 125, 199, 0) 49%, rgba(54, 125, 199, 0) 51%, rgba(31, 70, 112, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(54, 125, 199, 0) 49%, rgba(54, 125, 199, 0) 51%, rgba(31, 70, 112, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(54, 125, 199, 0) 49%, rgba(54, 125, 199, 0) 51%, rgba(31, 70, 112, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(251, 252, 254, 0.3) 0%, rgba(54, 125, 199, 0) 49%, rgba(54, 125, 199, 0) 51%, rgba(31, 70, 112, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #367DC7;
    color: #fbfcfe;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
    -moz-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
    box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
}

.rosetta-skin-light #radioContainer .yui3-button[disabled],
.rosetta-skin-light #radioContainer .yui3-button-disabled,
.rosetta-skin-light #radioContainer .yui3-button-disabled:hover,
.rosetta-skin-light #radioContainer .yui3-button-disabled:active {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=55);
    -khtml-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset;
    -moz-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset;
    box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset;
    background-color: #f2f4f8;
    background: none;
    color: #020203;
}

/* Firefox: Get rid of the inner focus border */
.rosetta-skin-light #radioContainer .yui3-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Firefox: Add a border around a focused button */
.rosetta-skin-light #radioContainer .yui3-button:-moz-focusring {
    outline: thin dotted;
}

.rosetta-skin-light #radioContainer .yui3-button-primary,
.rosetta-skin-light #radioContainer .yui3-button-selected {
    background-color: none;
    color: #020203;
    font-weight: bold;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    border-color: #fcfcfd #e8ebf3 #e8ebf3 #fcfcfd;
    background-image: url(../images/selection-indicator1.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

.rosetta-skin-light #radioContainer .yui3-button-primary:hover,
.rosetta-skin-light #radioContainer .yui3-button-selected:hover {
    background-color: #2f6cac;
    color: #fbfcfe;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.rosetta-skin-light #radioContainer .yui3-sam .yui3-button:-moz-focusring {
    outline-color: rgba(0, 0, 0, 0.85);
}

.rosetta-skin-light #radioContainer .yui3-night .yui3-button:-moz-focusring {
    outline-color: rgba(255, 255, 255, 0.85);
}

.rosetta-skin-light .yui3-panel .yui3-button {
    position: relative;
    left: -4px;
    padding: 2.5px 16px 2.5px; /*0.4em 1em 0.45em;*/
}

.rosetta-skin-light .yui3-panel .yui3-widget-ft .yui3-button {
    margin-left: 8px;
}

/* Action Buttons Styling - Submit (Green) and Cancel (Gray) */

/* Submit Button - Green */
.rosetta-skin-light .action-submit-button {
    background-color: #28a745;
    color: #ffffff;
    font-weight: 500;
    font-size: 115%;
    padding: 6px 12px;
    border-color: #5cb85c #1e7e34 #1e7e34 #5cb85c;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.rosetta-skin-light .action-submit-button:hover {
    background-color: #218838;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
}

.rosetta-skin-light .action-submit-button:active {
    background-color: #1e7e34;
    color: #ffffff;
    border: none rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#26000000', GradientType=0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(49%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25) 100%);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.3) inset, 0 2px 4px rgba(0,0,0, 0.35) inset;
    -moz-box-shadow: 0 0 1px rgba(0,0,0, 0.3) inset, 0 2px 4px rgba(0,0,0, 0.35) inset;
    box-shadow: 0 0 1px rgba(0,0,0, 0.3) inset, 0 2px 4px rgba(0,0,0, 0.35) inset;
}

/* Cancel Button - Gray */
.rosetta-skin-light .action-cancel-button {
    background-color: #6c757d;
    color: #ffffff;
    font-weight: 500;
    font-size: 115%;
    padding: 6px 12px;
    border-color: #868e96 #495057 #495057 #868e96;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.rosetta-skin-light .action-cancel-button:hover {
    background-color: #5a6268;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
}

.rosetta-skin-light .action-cancel-button:active {
    background-color: #495057;
    color: #ffffff;
    border: none rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#26000000', GradientType=0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(49%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25) 100%);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.3) inset, 0 2px 4px rgba(0,0,0, 0.35) inset;
    -moz-box-shadow: 0 0 1px rgba(0,0,0, 0.3) inset, 0 2px 4px rgba(0,0,0, 0.35) inset;
    box-shadow: 0 0 1px rgba(0,0,0, 0.3) inset, 0 2px 4px rgba(0,0,0, 0.35) inset;
}
