/***RIVERBED SUPPORT UTILITIES STYLE***********************************************************************/

html,
body {
    min-width: inherit;
    /*override consolidated css body{min-width:800px}*/
    width: 100%;
    color: #545B5B;
}

body {
    overflow: hidden;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: tenon, sans-serif, Arial, Helvetica;
    font-size: 14px;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
label,
.label,
button,
.button .tabs dd>a,
.tabs .tab-title>a,
.top-bar-section ul li>a,
.pricing-table .title,
.pricing-table .price,
.side-nav,
.side-nav li.active>a:first-child:not(.button),
.accordion .accordion-navigation>a,
.accordion dd>a,
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
    font-family: tenon, sans-serif, Arial, Helvetica;
    color: inherit;
}

iframe {
    border: none;
}

#cboxLoadedContent iframe {
    width: 100%;
    height: 100%;
}

.form-group {
  position: relative !important;
}
.form-group input[type="email"], 
.form-group input[type="number"], 
.form-group input[type="search"], 
.form-group input[type="text"], 
.form-group input[type="tel"], 
.form-group input[type="url"], 
.form-group input[type="password"], 
.form-group textarea, 
.form-group select {
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding-bottom: 0;
  font-size: 15px;
}

.form-group .form-field:focus ~ .form-label, 
.form-group .form-field.has-value ~ .form-label {
  display: block;
  top: -10px;
  font-size: 14px;
  font-weight: bold;
  background: #fff !important;
  padding: 0 5px;
}

.form-label {
  color: ##95a5a6;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: -8px;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all;
  background:#fff;
  padding:0 8px;
}
/*
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
textarea,
select,
a.btn,
.rvbd-upload .rvbd-upload-fake-input,
.errorMessage,
form span.prefix,
form .chckBoxes,
form span.prefix-label,
span.postfix,
#form_search input[type="text"],
#softwareSearch input[type="text"],
.btn-group button,
.fakeInput .rvbdSearchBoxForm input.rvbdSearchBox {
    height: 37px;
    line-height:1.7;
}
*/
select,
.inputStyle {
    border: inherit;
    background: #FFF;
    padding: inherit;
    margin: inherit;
}

select,
input,
textarea {
    font: inherit;
}

select {
    appearance: normal;
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
    width: auto;
    padding-right: 10px !important;
    color: #545B5B;
}

select::-ms-expand {
    display: block;
}

textarea {
    padding: 5px 8px !important;
}

input[type="checkbox"]+label,
input[type="radio"]+label,
input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
    margin: 0;
    display: inline;
}

input {
    box-shadow: none !important;
}

input[type="text"]:focus {
    box-shadow: none !important;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
textarea,
select,
.fakeInput {
    padding: 0px 10px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BCC2C7;
    border-radius: 16px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 0;
    display: inline-block;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    -moz-box-shadow: 0 0 4px #3498DB !important;
    -webkit-box-shadow: 0 0 4px #3498DB !important;
    box-shadow: 0 0 4px #3498DB !important;
    border: 1px solid #3498DB !important;
}

.chckBoxes {
    display: table-cell;
    vertical-align: middle;
}

#serialNumberField,
textarea.codefield {
    color: #555;
    font-style: italic;
}

textarea#ratingComments {
    border: 1px solid #DDE1E2;
}

img {
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
    -ms-interpolation-mode: bicubic;
}

table tr th,
table tr td,
label ul,
ol,
dl,
p,
code,
form {
    font-size: 14px;
    color: #545B5B;
    line-height: 1.5;
}

code {
    background: transparent;
    border: 0;
    padding: 0;
}

a {
    color: #a831d6;
    text-decoration: none;
}

a:hover {
    color: #a831d6;
}
/*
a:visited {
    color: #fe7351;
}
*/
.bold {
    font-weight: bold;
}

.semibold {
    font-weight: 600;
}

.pad-0 {
    padding: 0 !important
}

.pad-5 {
    padding: 5px !important
}

.pad-10 {
    padding: 10px !important
}

.pad-15 {
    padding: 15px !important
}

.pad-20 {
    padding: 20px !important
}

.pad-25 {
    padding: 25px !important
}

.pad-30 {
    padding: 30px !important
}

.pad-35 {
    padding: 35px !important
}

.pad-40 {
    padding: 40px !important
}

.pad-45 {
    padding: 45px !important
}

.pad-50 {
    padding: 50px !important
}

.pad-left-0 {
    padding-left: 0px !important
}

.pad-left-5 {
    padding-left: 5px !important
}

.pad-left-10 {
    padding-left: 10px !important
}

.pad-left-15 {
    padding-left: 15px !important
}

.pad-left-20 {
    padding-left: 20px !important
}

.pad-left-25 {
    padding-left: 25px !important
}

.pad-left-30 {
    padding-left: 30px !important
}

.pad-left-35 {
    padding-left: 35px !important
}

.pad-left-40 {
    padding-left: 40px !important
}

.pad-left-45 {
    padding-left: 45px !important
}

.pad-left-50 {
    padding-left: 50px !important
}

.pad-right-0 {
    padding-right: 0px !important
}

.pad-right-5 {
    padding-right: 5px !important
}

.pad-right-10 {
    padding-right: 10px !important
}

.pad-right-15 {
    padding-right: 15px !important
}

.pad-right-20 {
    padding-right: 20px !important
}

.pad-right-25 {
    padding-right: 25px !important
}

.pad-right-30 {
    padding-right: 30px !important
}

.pad-right-35 {
    padding-right: 35px !important
}

.pad-right-40 {
    padding-right: 40px !important
}

.pad-right-45 {
    padding-right: 45px !important
}

.pad-right-50 {
    padding-right: 50px !important
}

.pad-top-0 {
    padding-top: 0 !important
}

.pad-top-5 {
    padding-top: 5px !important
}

.pad-top-10 {
    padding-top: 10px !important
}

.pad-top-15 {
    padding-top: 15px !important
}

.pad-top-20 {
    padding-top: 20px !important
}

.pad-top-25 {
    padding-top: 25px !important
}

.pad-top-30 {
    padding-top: 30px !important
}

.pad-top-35 {
    padding-top: 35px !important
}

.pad-top-40 {
    padding-top: 40px !important
}

.pad-top-45 {
    padding-top: 45px !important
}

.pad-top-50 {
    padding-top: 50px !important
}

.pad-bottom-0 {
    padding-bottom: 0px !important
}

.pad-bottom-5 {
    padding-bottom: 5px !important
}

.pad-bottom-10 {
    padding-bottom: 10px !important
}

.pad-bottom-15 {
    padding-bottom: 15px !important
}

.pad-bottom-20 {
    padding-bottom: 20px !important
}

.pad-bottom-25 {
    padding-bottom: 25px !important
}

.pad-bottom-30 {
    padding-bottom: 30px !important
}

.pad-bottom-35 {
    padding-bottom: 35px !important
}

.pad-bottom-40 {
    padding-bottom: 40px !important
}

.pad-bottom-45 {
    padding-bottom: 45px !important
}

.pad-bottom-50 {
    padding-bottom: 50px !important
}

ul.bottompadding li {
    padding-bottom: 15px;
}

.mar-0 {
    margin: 0 !important
}

.mar-5 {
    margin: 5px !important
}

.mar-10 {
    margin: 10px !important
}

.mar-15 {
    margin: 15px !important
}

.mar-20 {
    margin: 20px !important
}

.mar-25 {
    margin: 25px !important
}

.mar-30 {
    margin: 30px !important
}

.mar-35 {
    margin: 35px !important
}

.mar-40 {
    margin: 40px !important
}

.mar-45 {
    margin: 45px !important
}

.mar-50 {
    margin: 50px !important
}

.mar-left-0 {
    margin-left: 0px !important
}

.mar-left-5 {
    margin-left: 5px !important
}

.mar-left-10 {
    margin-left: 10px !important
}

.mar-left-15 {
    margin-left: 15px !important
}

.mar-left-20 {
    margin-left: 20px !important
}

.mar-left-25 {
    margin-left: 25px !important
}

.mar-left-30 {
    margin-left: 30px !important
}

.mar-left-35 {
    margin-left: 35px !important
}

.mar-left-40 {
    margin-left: 40px !important
}

.mar-left-45 {
    margin-left: 45px !important
}

.mar-left-50 {
    margin-left: 50px !important
}

.mar-right-0 {
    margin-right: 0px !important
}

.mar-right-5 {
    margin-right: 5px !important
}

.mar-right-10 {
    margin-right: 10px !important
}

.mar-right-15 {
    margin-right: 15px !important
}

.mar-right-20 {
    margin-right: 20px !important
}

.mar-right-25 {
    margin-right: 25px !important
}

.mar-right-30 {
    margin-right: 30px !important
}

.mar-right-35 {
    margin-right: 35px !important
}

.mar-right-40 {
    margin-right: 40px !important
}

.mar-right-45 {
    margin-right: 45px !important
}

.mar-right-50 {
    margin-right: 50px !important
}

.mar-top-0 {
    margin-top: 0px !important
}

.mar-top-5 {
    margin-top: 5px !important
}

.mar-top-10 {
    margin-top: 10px !important
}

.mar-top-15 {
    margin-top: 15px !important
}

.mar-top-20 {
    margin-top: 20px !important
}

.mar-top-25 {
    margin-top: 25px !important
}

.mar-top-30 {
    margin-top: 30px !important
}

.mar-top-35 {
    margin-top: 35px !important
}

.mar-top-40 {
    margin-top: 40px !important
}

.mar-top-45 {
    margin-top: 45px !important
}

.mar-top-50 {
    margin-top: 50px !important
}

.mar-bottom-0 {
    margin-bottom: 0px !important
}

.mar-bottom-5 {
    margin-bottom: 5px !important
}

.mar-bottom-10 {
    margin-bottom: 10px !important
}

.mar-bottom-15 {
    margin-bottom: 15px !important
}

.mar-bottom-20 {
    margin-bottom: 20px !important
}

.mar-bottom-25 {
    margin-bottom: 25px !important
}

.mar-bottom-30 {
    margin-bottom: 30px !important
}

.mar-bottom-35 {
    margin-bottom: 35px !important
}

.mar-bottom-40 {
    margin-bottom: 40px !important
}

.mar-bottom-45 {
    margin-bottom: 45px !important
}

.mar-bottom-50 {
    margin-bottom: 50px !important
}

.content-column ul {
    margin-left: 35px;
}

.hideme,
.hidden {
    display: none !important;
}

.showme {
    display: block !important
}

.disp-table {
    display: table !important;
}

.disp-cell {
    display: table-cell !important;
}

.center {
    margin: 0 auto;
    text-align: center !important;
}

.tvalign {
    vertical-align: top !important;
}

.mvalign {
    vertical-align: middle !important;
}

.bvalign {
    vertical-align: bottom !important;
}

.lalign {
    text-align: left !important;
}

.ralign {
    text-align: right !important;
}

.rel-pos {
    position: relative !important;
}

.abs-pos {
    position: absolute !important;
}

.fix-pos {
    position: fixed;
}

ul {
    margin-left: 35px;
    margin-bottom: 10px;
}

.full-width {
    width: 100% !important;
}

.full-height {
    min-height: 100%;
    min-height: 100vh;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: none !important;
}

.bg-primary:hover {
    background-color: #4e4faa !important;
    text-decoration: none !important;
}

.btn.bg-primary,
.button.bg-primary,
button.bg-primary,
.btn.bg-blue,
.button.bg-blue,
button.bg-blue,
.btn.bg-yellow,
.button.bg-yellow,
button.bg-yellow {
    border: 0 !important;
}

.btn a {
    display: block;
}

.removeIcon {
    cursor: pointer;
    width: 10px;
    font-size: 20px;
}

.btn,
button {
    margin: 10px 5px 10px 0px;
    padding: 5px 15px !important;
    border: 1px solid #bbb;
    color: #545B5B;
    border-radius: 20px !important;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

.button {
    border-radius: 3px;
}

.button-group a.button {
    margin-bottom: 0;
}

.btn:hover,
button:hover {
    background: #fff;
    color: inherit;
}

button.small {
    padding: 5px;
    height: 30px;
}


/*moved from overlay.css*****************************/

#wrap {
    height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden;
    width: 100%;
    position: fixed;
    top: 64px;
}

#container {
    width: 100%;
    height: 100%;
}

.inner-wrap {
    height: 100%;
}

#contentWrap {
    padding-right: 20px;
    min-height: 100%;
    /*min-height: calc(100% - 175px);*/
}

.homeBanner,
.borderBottomGradient,
.alertBoxWrap,
#step1TopNav,
#step2TopNav,
#step3TopNav {
    /*return 20px for padding-right:20px of #contentWrap*/
    margin-right: -20px;
}


/********************************************************/

#btn_view_analyzed.btn,
#btn_view_cases_rmas.btn,
#btn_contact_renewal.btn,
#btn_redemm_tokens.btn {
    margin: 0 !important;
}

.storm,
.storm a {
    color: #545B5B !important;
}

.concrete,
.concrete a {
    color: #95A5A6 !important;
}

a span.storm:hover,
.storm a:hover,
.concrete a:hover,
a.storm:hover,
a.concrete:hover {
    color: #e10098 !important;
    text-decoration: none !important;
}

a.primary:hover {
    color: #545B5B !important;
}

a.btn {
    padding: 6px 10px;
}

.silver {
    color: #BCC2C7;
}

.white {
    color: #fff;
}

.primary,
.carrot,
.carrot p {
    color: #a831d6 !important;
}

.sky {
    color: #3498DB;
}

.black {
    color: #000;
}

.blue {
    color: #2980B9
}

.tomato,
.tomato p {
    color: #E74B3B
}

.bg-lightgray {
    background: #f9f9f9 !important;
}

.bg-clouds {
    background: #4D51AB1A !important;
}

.bg-platinum {
    background: #DDE1E2 !important;
}

.bg-silver {
    background: #BCC2C7 !important;
    color: #fff;
}

.bg-silver2 {
    background: #4e4fa9 !important;
    color: #fff !important;
}

.bg-silver2 * {
    color: #fff !important;
}

.bg-storm {
    background: #545B5B !important;
}

.bg-white {
    background: #ffffff !important;
}

.bg-primary {
    background: #4e4faa !important;
    color: #fff !important;
}
.bg-purple {
    background: #a831d6 !important;
    color:#fff !important;
}
.bg-tomato {
    background: #e10098 !important;
    color: white !important;
}

.bg-primary a {
    color: #fff;
}

.bg-primary i {
    color: #fff !important;
}

.bg-silver:hover {
    background: #B9B9B9 !important;
}

.bg-silver2:hover {
    background: #898989 !important;
}

.bg-sky {
    background: #3498DB !important;
    color: #fff !important;
}

.bg-blue {
    background: #2980B9 !important;
    color: #fff !important;
}

.bg-lightblue {
    background: #4284BD33 !important;
}

.bg-yellow {
    background: #FFB022 !important;
    color: #fff !important;
}

.bg-lightyellow {
    background: #FCE6C4 !important;
}

.bg-lightred {
    background: #FAE7EA !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-lightblue .btn-toggle-close {
    border: 1px solid rgba(52, 152, 219, .3)
}

.bg-lightyellow .btn-toggle-close {
    border: 1px solid rgba(241, 103, 34, .3)
}

.bg-lightred .btn-toggle-close {
    border: 1px solid rgba(231, 75, 59, .3);
}

.border-platinum {
    border: 1px solid #DDE1E2 !important;
}

.border-silver {
    border: 1px solid #BCC2C7 !important;
}

.border-storm {
    border: 1px solid #545B5B !important;
}

.border-sky {
    border: 1px solid #3498DB !important;
}

.border-carrot {
    border: 1px solid #e10098 !important;
}

.border-tomato {
    border: 1px solid #E74B3B !important;
}

.border-white {
    border: 1px solid #ffffff !important;
}

.radius-2 {
    border-radius: 2px;
}

.radius-3 {
    border-radius: 5px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-6 {
    border-radius: 6px;
}

.radius-8 {
    border-radius: 8px;
}
.radius-20 {
    border-radius: 20px !important;
}
.radius-25 {
    border-radius: 25px !important;
}
.circle {
    border-radius: 50%;
}

.border-left {
    border-left: 1px solid #EBEFF1;
}

.border-right {
    border-right: 1px solid #EBEFF1;
}

.border-bottom {
    border-bottom: 1px solid #EBEFF1;
}

.border-bottom-silver-2 {
    border-bottom: 2px solid #BCC2C7;
}

.border-bottom-silver-1 {
    border-bottom: 1px solid #BCC2C7;
}

.border-bottom-white-1 {
    border-bottom: 1px solid #FFFFFF;
}

.cleaner,
.clear {
    clear: both;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background: #fff;
    cursor: default;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"] {
    margin: 0;
}

input[type="submit"]:disabled,
input[type="submit"]:disabled:hover,
button[disabled],
button[disabled]:hover,
button[disabled]:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #DDE1E2 !important;
    text-decoration: none !important;
    color: #000 !important;
    cursor: pointer !important;
}

fieldset.bg-clouds legend {
    font-weight: bold;
    background: #fff;
    padding: 1px 8px;
    margin: 0 0 0 -0.1875rem;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.passwordViewOnOff {
    position: absolute;
    right: 15px;
    top: 9px;
    color: #545B5B;
    cursor: pointer;
}


/*******************************************************************************************************************************/

.snippetClass3 {
    font-size: 100%;
    font-weight: bold;
    color: #465692;
    background-color: #F1F4F9;
}

.snippetClass1 {
    font-size: 100%;
    font-weight: normal;
    color: #465692;
    background-color: #F1F4F9;
}


/*******breadcrumb style****************************************************/

ul.breadcrumb-wrap li {
    display: inline-block;
    margin-left: 0 !important
}

ul.breadcrumb-wrap li.past-item {
    width: 13px;
    height: 13px;
    border: 4px solid #fff;
    box-sizing: content-box !important;
}

ul.breadcrumb-wrap li.active-item,
ul.breadcrumb-wrap li.past-item {
    background-color: #F39C12;
    box-shadow: 0 0 0 2px #3498DB;
}

ul.breadcrumb-wrap li.inactive-item {
    background-color: #fff;
    box-shadow: 0 0 0 2px #BCC2C7;
}

ul.breadcrumb-wrap li.active-item,
ul.breadcrumb-wrap li.inactive-item {
    width: 20px;
    height: 20px;
    border: 0px solid #fff;
}

ul.breadcrumb-wrap li.past-item,
ul.breadcrumb-wrap li.active-item,
ul.breadcrumb-wrap li.inactive-item {
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

ul.breadcrumb-wrap li.line-connector {
    border-top: 3px solid #3498DB !important;
    position: relative;
    top: -10px;
    z-index: 1;
}

ul.breadcrumb-wrap li.line-connector.inactive {
    border-top: 3px solid #BCC2C7 !important;
}

ul.breadcrumb-wrap li.inactive-item {
    /*border: 3px solid #BCC2C7 !important;*/
}

ul.breadcrumb-wrap {
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 30px 0 !important;
    width: 100%;
}

ul.breadcrumb-wrap li:first-child {
    margin-left: 0 !important;
}

ul.breadcrumb-wrap .active-item i {
    display: table-cell;
    padding: 3px;
    font-size: 14px;
    color: #fff;
}

ul.breadcrumb-wrap li div.upper-text,
ul.breadcrumb-wrap li div.lower-text {
    color: #000;
    position: absolute;
    background: none;
    font-size: 10px !important;
    text-align: left;
    white-space: normal;
    line-height: 1.3;
    margin-left: -20px !important;
}

ul.breadcrumb-wrap li div.upper-text a,
ul.breadcrumb-wrap li div.lower-text a {
    font-size: 10px !important;
}

ul.breadcrumb-wrap li div.upper-text {
    top: -20px;
    white-space: nowrap;
}

ul.breadcrumb-wrap li div.lower-text {
    top: 30px;
}

ul.breadcrumb-wrap li.past-item div.upper-text {
    top: -23px;
}

ul.breadcrumb-wrap li.past-item div.lower-text {
    top: 27px;
}


/****************************************************************************/


/* Please donot override as this css is moved to /apps/riverbed/clientlibs/common-css/touchui-overlay */


/*
.show-for-medium-down.off-canvas-left-sidebar-menu:before {
    content: "";
    display: block;
    position: relative;
    z-index: 9999;
}

#contentWrap .section.title:before,
#contentWrap .rmaTitle.title:before{content:"";display:block;height:60px;margin-top:-60px;}

#contentWrap .section.title.resetMargin:before,
#contentWrap .rmaTitle.title.resetMargin:before{margin-top:0 !important;}
*/

#contentWrap:after {
    content: "";
    display: block;
}

.move-right>.inner-wrap {
    -ms-transform: translate(15.625rem, 0);
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate3d(15.625rem, 0, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
    overflow-y: initial;
    overflow-x: initial;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.fa-2x {
    font-size: 2em !important;
}

.fa-3x {
    font-size: 3em !important;
}

.fa-5x {
    font-size: 5em !important;
}

.fa.medium {
    font: normal normal normal 24px/1 FontAwesome !important;
}

i.fa.fa-search.close-icon {
    font-size: 16px !important;
}

.fa-check-square {
    color: #3498DB;
}

.small,
.small p,
.small a {
    font-size: 12px !important;
}

.smaller,
.smaller p,
.smaller a {
    font-size: 11px !important;
}

.big {
    font-size: 16px;
    line-height: 1.3;
}

.bigger {
    font-size: 20px;
}

.biggest {
    font-size: 26px;
}

span.inline,
.inline>div {
    display: inline-block !important;
}

.errorMessageWrap {
    display: inline-block;
    vertical-align: middle;
}

.errorMessage,
label.inline {
    display: table-cell;
    vertical-align: middle;
}

.errorMessage,
.displayCenter {
    display: table-cell;
    vertical-align: top;
}

.errorMessage,
.error {
    color: #D53B23 !important;
}
.errorMessage ul {list-style-type:none !important;}

.wrapText .errorMessage {
    margin-top: 0px;
}

.errorLabel,
.errorLabel div {
    color: #D53B23;
    font-size: inherit;
}

label.inline {
    margin: 0;
    padding: 0;
    text-align: right;
    width: inherit;
}

.inline div p {
    margin: 0;
    line-height: 1.2;
}

.list-style-none {
    list-style: none;
}

.footer,
.footer div,
.footer a {
    font-size: 12px;
    line-height: 1.6;
}

a.social {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #545B5B;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a.social:hover {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e10098;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.left-sidebar-home ul {
    margin-left: 0 !important;
}

.content-column-home {
    position: relative;
    left: 210px;
    z-index: 1;
    padding-right: 210px;
}

.content-column {
    position: relative;
    left: 240px;
    right: 0px;
    z-index: 1;
    padding-right: 240px;
}

.left-sidebar,
.content-column,
.copyrightAndLinks {
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.left-sidebar {
    margin-top: -1px;
    position: fixed;
    left: 0;
    width: 240px;
    top: 69px;
    bottom: 0;
    z-index: 8;
    background: #fff;
    -webkit-box-shadow: 4px -1px 5px -3px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 4px -1px 5px -3px rgba(0, 0, 0, 0.66);
    box-shadow: 4px -1px 5px -3px rgba(0, 0, 0, 0.66);
    overflow-y: auto;
}

.copyrightAndLinks {
    position: relative;
    left: 240px;
    padding-right: 230px;
    padding-bottom: 45px border-block-end: 5px solid #8dc02a;
    padding-top: 10px;
    margin-bottom: 50px;
}

.left-sidebar.move-left {
    cursor: pointer;
}

.move-left {
    -webkit-transform: translate(-230px, 0);
    -moz-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
}

.copyrightAndLinks.move-left {
    padding-right: 0px;
    margin-left: -10px;
}

.content-column.move-left {
    padding-right: 2px;
}

.aitem-border-left {
    border-left: 7px solid #e10098 !important;
}

table tr.even,
table tr:nth-of-type(even) {
    background: transparent;
}

table.no-stripe tr.even,
table.no-stripe tr.alt,
table.no-stripe tr:nth-of-type(even),
table.alternaterow thead tr,
table thead {
    background: transparent !important;
}

table.alternaterow tr.odd,
table.alternaterow tr:nth-of-type(odd) {
    background: #F9F9F9;
}

table {
    border: #BCC2C7;
}

.myRiverbed_no_chart {
    height: 120px !important;
    text-align: center;
    vertical-align: middle;
    /*padding-top: 55px !important;*/
}

.cases_chart_wrap,
.support_contract_chart_wrap,
.returnedRMA_chart_wrap,
.tokens_chart_wrap,
.sysdumps_chart_wrap {
    height: 380px;
    max-height: 380px;
}

#myRiverbed_assetsMap {
    height: 400px;
    border: 1px solid #ccc;
    z-index: 9;
}

#myRiverbed_cases_chart,
#myRiverbed_supportContract_chart,
#myRiverbed_rmas_chart {
    height: 285px;
}

#myRiverbed_sysdumps {
    height: 150px;
    overflow: unset !important;
}

.kb-article p {
    margin: 20px 0;
}


/*****temp overriding rvdb_consolidated_style.css*****************************************/

#seo {
    width: 100%;
}

h3.expandable {
    position: relative;
}

h3.expandable:after,
ul.software-documentation-tabs.mobile li.tab-title a:after,
a.accordionToggle:after,
.expand span:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f0d7";
    position: absolute;
    top: 15%;
    right: 10px;
    color: #545B5B;
}

h3.openheader:after,
ul.software-documentation-tabs.mobile li.active a:after,
a.accordionToggle.active:after,
.expand.open span:after {
    font-family: 'FontAwesome';
    content: "\f0d8";
    position: absolute;
    top: 10%;
    right: 10px;
    color: #545B5B;
}

.expand span:after {
    font-size: 18px !important;
    top: 20%;
}

a.accordionToggle:after,
a.accordionToggle.active:after {
    top: 5%;
}

.sliderWrap .sliderContent .expand {
    border: 0 !important;
    padding: 0 !important;
    position: relative;
}

.sliderWrap .sliderContent .expand,
.sliderWrap .sliderContent .expand span {
    background-color: #EBEFF1 !important;
    color: black;
    text-transform: uppercase;
    font-family: tenon, sans-serif, Verdana, Arial;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 3px;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=/content/dam/styleImages/hIEfix.png, sizingMethod=crop);
    zoom: 1;
    font-weight: normal;
    display: block;
}

.sliderContent {
    margin-right: 0px;
}

.expand span {
    background: none;
}

.expand.open span {
    background: none;
}

.expand span,
.expand.open span {
    background-repeat: no-repeat;
    background-position: 99% 10px;
    height: auto;
    padding: 6px 0 6px 10px;
}

.collapse {
    padding: 14px 7px;
}


/*.wwFormTable .theader td,*/

.alternaterow .theader td {
    border-top: 0;
}

table.wwFormTable {
    padding-bottom: 10px;
    border-collapse: collapse;
}

table.wwFormTable tr.wwFormRow.borderOnTd td {
    border-bottom: 1px solid #BCC2C7;
}

table.wwFormTable td.tdLabel,
table.wwFormTable td.tdLabel div,
table.wwFormTable td label,
table.wwFormTable td label p {
    font-weight: bold;
    text-align: right;
    margin-bottom: 0;
}

table.wwFormTable tr td {
    padding: 5px;
}

.softwareListingUpgradePath th:first-child,
.softwareListingUpgradePath td:first-child {
    padding-left: 10px !important;
}

.latest-software-box {
    max-width: 350px;
    cursor: pointer;
    min-height: 120px !important;
    overflow-y: auto;
    border-radius: 6px;
    box-shadow: 0 4px 5px 0 #e9e9e9;
    border-top: 3px solid #4e4faa !important;
    transition: all 0.3s ease-in-out;
    background: #ececec;
    margin: 0 15px 15px 0
}

.latest-software-box:hover {
    border: 3px solid #4e4faa !important;
    background: #4e4faa !important;
    color: #fff !important;
    transform: scale(1.03);
}

.latest-software-box:hover div,
.latest-software-box:hover a {
    color: #fff !important;
}

table th {
    font-weight: bold;
}

.tradeUpCertificationPage #sliderWrap,
.bulkAddressChange .accordion-in-steps {
    max-width: 720px !important;
}

.tablesaw-stack th,
.tablesaw-stack td {
    box-sizing: border-box !important;
    padding: 5px !important;
}

.tablesaw-stack .processed .tablesaw-cell-label,
.tablesaw-stack .processed .tablesaw-cell-label label {
    color: #ccc;
}

.tablesaw-stack .tablesaw-cell-label label {
    font-weight: bold;
}


/**bring over rvdb_consolidated_style.css*****************************************************************************************/

.alternaterow {
    border-collapse: collapse;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    border: none;
}

.alternaterow th {
    color: #545B5B;
    margin: 0px;
    padding: 0px 5px;
    text-align: left;
    vertical-align: middle;
}

.alternaterow th,
.alternaterow th div,
.alternaterow th p,
.alternaterow th label {
    font-weight: 600;
    margin-bottom: 2px;
}

.alternaterow>TBODY>TR>TD {
    border-left: none;
    border-right: none;
    margin: 0px;
    padding: 10px 7px 10px 5px;
    vertical-align: top;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

p,
td,
th {
    margin: 0px 0px 10px 0px;
}

::selection {
    color: white;
    background-color: black;
}

img.preLoad {
    display: none;
}

#cboxOverlay {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopCenter {
    height: 21px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/border.png) 0 0 repeat-x;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) no-repeat -130px 0;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxTitle {
    display: none !important;
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
    margin: 0;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) no-repeat -15px 0;
    width: 5px;
    height: 15px;
    text-indent: -9999px;
    border: 0px;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxLoadedContent {
    margin-bottom: 28px;
    overflow: auto;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
    position: relative;
}

#cboxMiddleRight {
    width: 21px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) right top repeat-y;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) no-repeat -101px -29px;
    clear: left;
}

#cboxBottomCenter {
    height: 21px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/border.png) 0 -29px repeat-x;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(https://support.riverbed.com/content/dam/styleImages/colorbox/controls.png) no-repeat -130px -29px;
}

#centerColWide li,
#centerColWide ul,
#centerCol li,
#centerCol ul {
    /* list-style-type: disc; */
    line-height: 1.7em;
    list-style-position: outside;
    /*margin-left: 12px;*/
}

.sortButton {
    cursor: pointer;
}

.sortButton span::after,
.rvbd-dropdownLabel::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f0d7";
    margin-left: 5px;
    color: #545B5B;
}

.sortButton span.up::after {
    content: "\f0d8";
}

.sortButton span div.parbase {
    display: inline-block;
}

.sortButton span.selected,
.sortButton span.selected div.parbase,
.sortButton span.selected::after {
    color: #3498DB;
}

.rvbd-dropdownWrap {
    position: relative;
    cursor: pointer;
    margin-left:-10px;
}

.rvbd-dropdownWrap:hover {
    background: #fff;
    border-color: #DDE1E2;
}

.rvbd-dropdownWrap .rvbd-dropdown {
    position: absolute;
    top: 34px;
    left: 0;
    background: #fff;
    border: 1px solid #DDE1E2;
    border-radius: 3px;
    padding: 5px 0px;
    min-width: 150px;
    max-height: 180px;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.25);
}

.rvbd-dropdownWrap .rvbd-dropdown,
.rvbd-dropdownWrap .rvbd-dropdown li {
    margin-left: 0px !important;
}

.rvbd-dropdownWrap .rvbd-dropdown li {
    cursor: pointer;
    display: table-row;
}

.rvbd-dropdownWrap .rvbd-dropdown li:hover {
    background: #EBEFF1;
}

.rvbd-dropdownWrap .rvbd-dropdown li i {
    display: table-cell;
    padding: 0 5px 0 8px;
}

.rvbd-dropdownWrap .rvbd-dropdown li span {
    display: table-cell;
    width: 100%;
    line-height: 1.3;
    padding: 3px 10px 3px 0px;
    text-align: left;
}

.rvbd-dropdown::before {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ffffff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -16px;
    left: 7px;
    z-index: 9999;
}

.rvbd-pagination {
    padding: 0px !important;
    margin: 10px 0 10px 0 !important;
    display: inline-block !important;
}

.rvbd-pagination ul {
    margin-left: 1px !important;
    margin-top: 1px !important;
}

.rvbd-pagination ul li {
    list-style: none;
    padding: 0;
    float: left;
    border: 1px solid #ccc;
    padding: 1px 6px;
    width: 37px;
    text-align: center;
    margin: -1px 0 0 -1px !important;
    line-height: 30px !important;
}

.rvbd-pagination ul li a {
    display: block;
}

.rvbd-pagination ul li:last-child {
    border-right: 1px solid #ccc;
}

.rvbd-pagination ul li.active {
    background: #EBEFF1;
}

.rvbd-pagination ul li:first-child,
.rvbd-pagination ul li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    color: transparent;
}

.rvbd-pagination ul li:last-child,
.rvbd-pagination ul li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    color: transparent;
}

.rvbd-pagination ul li.disabled .ellipse {
    position: relative;
    top: -4px;
}

.rvbd-pagination ul li:first-child a::after,
.rvbd-pagination ul li:first-child span::after {
    content: "\00ab";
    left: 6px;
    top: -2px;
    font-size: 20px;
    position: absolute;
    color: #545B5B;
}

.rvbd-pagination ul li:last-child a::after,
.rvbd-pagination ul li:last-child span::after {
    content: "\00bb";
    right: 7px;
    top: -2px;
    font-size: 20px;
    position: absolute;
    color: #545B5B;
}

.rvbd-pagination ul li:first-child span::after {
    left: 13px;
    top: -2px;
}

.rvbd-pagination ul li:last-child span::after {
    right: 13px;
    top: -2px;
}

.riverbed-theme .current {
    font-weight: normal;
}

.scrollableReadOnlyTextArea {
    background: #FFF !important;
    border-width: 0px;
}

.required {
    color: #D53B23;
    font-weight: bold;
}

hr {
    color: #dcdcdc;
    background-color: #dcdcdc;
    height: .7px;
    border: 0;
    margin-top: 20px;
    margin-top: 6px;
}

#contentWrap .facettree h3.active {
    background-color: transparent !important;
    border-left: 7px solid #ea6824;
}

#contentWrap .facettree h3 {
    background-image: none !important;
    line-height: 1.4 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#contentWrap .facettree h3.active a,
#contentWrap .facettree h3.active:hover a {
    color: #000 !important;
    border-left: 0px !important;
}

#contentWrap .facettree h3 a {
    padding: 8px 25px 8px 6px !important;
    display: block;
    border-left: 7px solid #fff;
    background-image: none !important;
}

#contentWrap .facettree h3:hover a {
    background: #EBEFF1;
    color: #545B5B;
    border-left: 7px solid #ea6824;
    text-decoration: none !important;
    display: block;
    padding: 8px 8px 8px 6px !important;
}

table.action-buttons,
table.wwFormTableComplex {
    border-collapse: collapse;
    border-top: 1px solid #545B5B;
}

table.wwFormTableComplex th.checkbox {
    width: 50px;
    vertical-align: middle;
    text-align: center;
}

.wwFormTableComplex .theader th {
    background: #f3f3f3;
    color: #000;
    margin: 0px;
    padding: 7px 5px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    border-bottom: 1px solid #545B5B;
}


/*****************************************************************************************************************************/

ul.tabs {
    border-bottom: 1px solid #BCC2C7;
}

ul.tabs li {
    border: 1px solid #fff;
    border-bottom: 0 !important;
}

ul.tabs.mobile li {
    border: 0px !important;
}

.tabs dd>a,
.tabs .tab-title>a {
    outline: none;
    display: block;
    background-color: #fff;
    color: #545B5B;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

.tabs li.tab-title.active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*border: 1px solid #BCC2C7;*/
    border-bottom: 0 !important;
    /*border-top: 5px solid #aa0000;*/
}

.tabs dd.active a,
.tabs .tab-title.active a,
.tabs dd.active a:hover,
.tabs .tab-title.active a:hover {
    color: #545B5B;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background-color: #EBEFF1;*/
    border-bottom: 5px solid #e10098;
}

.tabs dd a:hover,
.tabs .tab-title a:hover {
    color: #e10098;
    background-color: transparent;
    border-bottom: 5px solid #fff;
    margin-bottom: 0 !important;
    text-decoration: none !important;
}

.tabs dd,
.tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left;
    transition: background-color 0.2s ease !important;
}

.tabs dd:hover,
.tabs .tab-title:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #fff;
}

.tabs.mobile {
    border-bottom: solid 1px #BCC2C7;
}

.tabs.mobile li {
    float: none;
    height: auto;
    border: 0;
}

.tabs.mobile li a {
    display: block;
    width: auto;
    height: auto;
    padding: 5px 10px;
    line-height: 1;
    border: 1px solid #BCC2C7;
    border-bottom: 0;
    margin: 0;
    color: #555;
    background: #EBEFF1;
}

.tabs.mobile .tab-title a {
    border-left: 10px solid transparent;
    border-right: 0;
}

.tabs.mobile li.tab-title.active {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border: 0px !important;
    border-left: 10px solid #e10098 !important;
}

.tabs.mobile dd.active a,
.tabs.mobile .tab-title.active a {
    color: #e10098;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom: 0;
    background-color: #EBEFF1;
    padding-left: 0;
}

.tabs.mobile dd.active a:hover,
.tabs.mobile .tab-title.active a:hover {
    border-left: 0;
    padding-left: 9.6px;
}

.tabs.mobile dd a:hover,
.tabs.mobile .tab-title a:hover {
    color: #e10098;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom: 0;
    background-color: #EBEFF1;
    padding-bottom: 5px;
    border-left: 10px solid #e10098;
    margin-bottom: 0 !important;
    text-decoration: none !important;
}

.accordion.accordion-in-steps .accordion-navigation>a,
.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a,
.accordion.accordion-in-steps dd>a {
    padding: 0;
    display: block;
}

.accordion.accordion-in-steps .accordion-navigation>a span,
.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a span {
    display: inline-block;
    padding: 5px 0 5px 10px !important;
    background: #c9dfed;
    height: 31px;
    position: relative;
    margin-right: 15px;
}

.accordion.accordion-in-steps .accordion-navigation>a span:after,
.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a span:after {
    width: 0;
    height: 0;
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #c9dfed;
    position: absolute;
    top: 0;
    left: 100%;
}

.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a:hover span:after,
.accordion.accordion-in-steps .accordion-navigation>a:hover span:after,
.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a span.active:after,
.accordion.accordion-in-steps .accordion-navigation>a span.active:after {
    width: 0;
    height: 0;
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #e10098;
    position: absolute;
    top: 0;
    left: 100%;
}

.accordion .accordion-navigation div>a,
.accordion .accordion-navigation>a,
.accordion dd>a {
    background: #EBEFF1 !important;
    color: #545B5B !important;
    font-weight: 600;
    padding: 5px 10px 5px 12px;
    font-size: 14px;
    position: relative;
}

.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a.accordionToggle.active,
.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a.accordionToggle:hover,
.accordion.accordion-in-steps .accordion-navigation>a.accordionToggle.active,
.accordion.accordion-in-steps .accordion-navigation>a.accordionToggle:hover {
    border-left: 0px !important;
    padding-left: 0px !important;
}

a.accordionToggle.active,
a.accordionToggle:hover {
    border-left: 7px solid #e10098;
    padding-left: 5px;
}

.accordion .accordion-navigation div>a:hover,
.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
    background: #EBEFF1;
}

.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a:hover span,
.accordion.accordion-in-steps .accordion-navigation .accordion-slider-wrap>a span.active,
.accordion.accordion-in-steps .accordion-navigation>a:hover span,
.accordion.accordion-in-steps .accordion-navigation>a span.active {
    background: #e10098 !important;
    color: #fff;
}

.accordion .accordion-navigation .content,
.accordion li .content {
    display: block;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: max-height 300ms ease-out;
    -moz-transition: max-height 300ms ease-out;
    -ms-transition: max-height 300ms ease-out;
    -o-transition: max-height 300ms ease-out;
    transition: max-height 300ms ease-out;
}

.accordion .accordion-navigation .content.active,
.accordion li .content.active {
    display: block;
    max-height: 5000px;
    visibility: visible;
    -webkit-transition: max-height 1500ms ease-in;
    -moz-transition: max-height 1500ms ease-in;
    -ms-transition: max-height 1500ms ease-in;
    -o-transition: max-height 1500ms ease-in;
    transition: max-height 1500ms ease-in;
}

.accordion li .content>div,
.accordion li .content>span {
    display: block;
    padding: 10px;
}

.accordion li>a:hover {
    text-decoration: none !important;
    color: #e10098;
}

.categoryitems {
    background: #EBEFF1;
    display: none;
}

.show-for-medium-up.cc-accent-line {
    height: 5px;
    width: 100%;
    position: fixed;
    top: 66px;
    left: 0px;
    z-index: 9989;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.hide-for-medium.cc-accent-line {
    height: 5px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9989;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.cc-accent-line {
    height: 5px !important;
    width: 100%;
    position: fixed;
    top: 63px;
    left: 0px;
    z-index: 102;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    background: #FFF;
}

.cc-accent-line-blue {
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #6BB5E4;
}

.cc-accent-line-yellow {
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0px;
    left: 60%;
    background-color: #FFB022;
}

.cc-accent-line-red {
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0px;
    left: 80%;
    background-color: #FF671B;
}

.columns.fnone {
    float: none !important;
}

.columns.fleft {
    float: left !important;
}

.oldname {
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
}

.leftNav h2 a {
    font-size: 16px;
}

.btn-close,
.btn-mini {
    width: 22px;
    height: 22px;
    border: 1px solid #BCC2C7;
    text-align: center;
    border-radius: 3px;
    font-weight: 400 !important;
    vertical-align: middle;
    cursor: pointer;
}

form .row .row {
    display:flex;
}
.row .row {
    margin: 0 0 10px 0 !important;
}

form label span {
    line-height: 1.1;
}

.row .columns:first-child,
.row .columns:last-child,
.row .columns.searchField {
    padding-left: 0;
    padding-right: 0;
}

.row::before,
.row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.off-canvas-left-sidebar-menu input {
    margin-top: 0;
}

form .icon-search-software {
    color: #545B5B;
    /*padding-right:5px;*/
    cursor: pointer;
}

form span.prefix,
form span.prefix-label {
    background: #fff;
    color: #545B5B;
    border-style: solid;
    border-width: 1px;
    border-color: #BCC2C7;
    border-right: 0;
    line-height: 32px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

form span.prefix-right {
    border-right: 1px solid #BCC2C7;
    border-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-left: -2px;
    padding: 0 5px;
}

form span.prefix-label {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    cursor: default;
}

form span.prefix:hover {
    background: #fff;
}

form span.prefix.bg-primary,
.inputGroup_labelOnRight.bg-primary {
    border: 1px solid #4e4faa !important;
    box-shadow: none !important;
}

#form_search input[type="text"],
#softwareSearch input[type="text"],
.rvbdSearchBoxForm input.rvbdSearchBox,
.inputGroupWrap input[type="text"] {
    border: none;
    padding: 0px 1px 0 10px;
    color: #545B5B;
    border: 1px solid #BCC2C7;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.inputGroup_buttonOnRight {
    border: none;
    padding: 0px 1px 0 10px;
    color: #545B5B;
    border: 1px solid #BCC2C7;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.inputGroup_labelOnRight {
    background: #fff;
    color: #545B5B;
    border-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-left-width: 1px;
    border-color: #BCC2C7;
    border-left-color: rgb(188, 194, 199);
    border-left: 0;
    line-height: 35px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    cursor: pointer;
    transition: all 0.5s ease;
    display: block;
    text-align: center;
}

.postfix {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    overflow: unset;
}

#softwareSearch input[type="radio"] {
    background: none;
}

.singleColumn li {
    margin-bottom: 5px;
    line-height: 1.3;
}

.tabs-content .content table.alternaterow thead,
.accordion table.alternaterow thead {
    background: transparent !important;
    border-bottom: 1px solid #dfdfdf;
}

.tabs-content ul.accordion {
    margin-left: 0;
}

.tabs-content thead th,
.tabs-content .theader td,
.tabs-content .dataRow td {
    padding: 10px 20px !important;
}

.tabs-content tbody .theader td {
    color: #000;
}
/*
.reveal-modal {
    max-height: 480px;
    min-height: 320px;
    overflow-y: auto !important;
}
*/
.reveal-modal .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #4e4fa9;
    font-family: tenon, sans-serif;
    margin-top:15px;
}

.modal-content iframe {
    min-height: 300px
}

.reveal-modal,
dialog {
    border: solid 1px #BCC2C7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 0px 20px 20px 20px;
    top: 50px !important;
    z-index: 9998;
}

.reveal-modal .modal-content {
    overflow-y: auto !important;
}

.reveal-flex-video {
    max-height: inherit;
    padding: 0;
}

.reveal-modal .close-reveal-modal,
dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
}

.reveal-modal .close-reveal-modal:hover,
dialog .close-reveal-modal:hover {
    color: #e10098;
    text-decoration: none !important;
}

.reveal-modal-bg {
    background: #fff;
    background: rgba(255, 255, 255, 0.55);
}

.reveal-flex-video .close-reveal-modal {
    top: 5px;
    right: 15px;
    display: none;
}

/*
left sidebar style-----------------------------------------------------------------
*/

.leftNavButtons_wrap li {
    cursor: pointer;
    padding: 9px 0 9px 14px;
    margin-bottom: 5px;
    font-family: tenon, sans-serif;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

#leftCol,
#leftCol2 {
    margin-bottom: 90px !important;
}

#leftCol2 ul,
#leftCol ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

#leftCol2 .sectionTitle a,
#leftCol2 .sectionTitle2 a,
#leftCol .sectionTitle a {
    background: url('') !important;
    color: black !important;
    text-transform: uppercase;
    text-decoration: none;
}

#leftCol2 .sectionTitle2,
#leftCol2 .sectionTitle,
#leftCol .sectionTitle {
    color: black !important;
    font-size: 15px;
    padding-top: 15px;
    border-top: 1px solid #545B5b !important;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#leftCol2 .openheader {
    background-color: transparent;
}

#leftCol2 .menuheader {
    color: #000;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
    background: #fff;
    position: relative;
}

#leftCol2 .openheader a {
    border-left: 7px solid #e10098 !important;
}

#leftCol li a,
#leftCol2 ul.empty li a,
#leftCol2 .menuheader a {
    display: block;
    background-image: none !important;
    font-weight: 400;
    border-left: 7px solid transparent;
    padding: 8px 25px 8px 6px !important;
    width: 100%;
    font-family: tenon, sans-serif;
    font-size: 16px;
}

.openheader>a {
    color: #000!important;
}

#leftCol2 li a,
#leftCol li a {
    padding: 8px 10px 8px 5px;
    display: block;
    line-height: 1.3;
    border-left: 7px solid transparent;
    font-family: tenon, sans-serif;
    font-size: 16px;
}

#leftCol2 li a:hover,
#leftCol li a:hover {
    text-decoration: none !important;
    color: #e10098;
}

#leftCol .arrowlistmenu,
#leftCol2 .arrowlistmenu {
    margin-top: 0;
    padding-bottom: 10px;
    z-index: 9999;
}

.arrowlistmenu h3 a.active {
    border-left: 7px solid #e10098 !important;
}

.arrowlistmenu ul li a {
    color: #777;
    display: block;
    padding: 5px;
    padding-left: 24px;
    text-decoration: none;
    list-style: none;
}

#leftCol li:hover a,
#leftCol2 ul.empty li:hover a,
#leftCol2 .menuheader:hover a {
    background: #EBEFF1;
    border-left: 7px solid #e10098;
    text-decoration: none !important;
    display: block;
}

.arrowlistmenu h3,
.arrowlistmenu h2 {
    margin-top: 0;
}

.menuheader a {
    color: #000;
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -11px;
    left: 10px;
    z-index: 89;
}

.searchBox-dropdown {
    position: absolute;
    right: 5px;
    top: 60px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #DDE1E2;
    z-index: 89;
    margin-top: 2px;
    width: 300px;
}

.close-icon:before {
    content: "\f00d" !important;
}


/*
end left sidebar style---------------------------------------------------------------------
*/

.title.section h1 {
    line-height: 1.1;
    color: #4e4fa9;
    font-family: tenon, sans-serif;
    font-weight: 300;
}


/* right sidebar style -----------------------------------------------------------------------------------------------------------------------------*/

ul.sky-square li:before,
.homeRightCol ul li:before {
    position: absolute;
    top: 6px;
    left: -20px;
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4e4fa9;
    content: "";
    border-radius: 5px;
}

ul.primary-square,
ul.sky-square,
.rtModule ul,
.homeRightCol ul {
    list-style: none;
}

ul.sky-square,
ul.primary-square li,
.rtModule ul>li,
.homeRightCol ul>li {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.4
}

ul.primary-square li:before,
.rtModule ul>li:before {
    position: absolute;
    top: 6px;
    left: -20px;
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4e4fa9;
    content: "";
    border-radius: 5px;
}

ul.sky-square a,
ul.primary-square a,
.rtModule ul>li>a,
.homeRightCol ul>li>a {
    color: #545B5B;
}

ul.sky-square a:hover,
ul.primary-square a:hover,
.rtModule ul>li>a:hover,
.homeRightCol ul>li>a:hover {
    color: #e10098;
}

.mainContentWrap ul {
    margin-left: 20px;
}

.mainContentWrap ul.breadcrumbs {
    margin-left: 0px !important;
}

.right-sidebar a span {
    font-size: 12px;
}

.rtModule ul {
    margin-left: 35px;
    margin-right: 10px;
    word-wrap: break-word;
}

.rtModule ul li,
.homeRightCol ul li {
    margin-bottom: 10px;
    line-height: .8
}

.rtModule ul li a,
.homeRightCol ul li a {
    line-height: 1.3;
    font-family: tenon, sans-serif;
}

.rtModule .border-platinum {
    border: 1px solid #BCC2C7;
}

.rtModule h3 {
    line-height: 1;
}

.homeRightCol .rightColumnBlockContent {
    cursor: pointer;
}

.homeRightCol a:hover {
    color: #e10098;
    text-decoration: none !important;
}

.right-column-title {
    font-weight: normal;
    font-size: 16px;
    font-family: tenon, sans-serif;
}


/* end right sidebar style ----------------------------------------------------------------------------------------------------------------------------*/

.button-group.radius>* {
    margin: 0 -3px;
    display: inline-block;
}

button.tiny,
.button.tiny {
    font-size: 0.6875rem !important;
    padding: 5px 8px !important;
    height: auto;
}

.button.secondary:hover,
.button.secondary:focus,
.button.secondary.active {
    background: #ccc !important;
}

.dotsLinkDropdown {
    visibility: hidden;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 13px;
    opacity: 0;
    transition: opacity .6s;
}

h1 {
    margin: 0 !important;
    padding: 5px 0 20px 0 !important;
    font-weight: 500;
}

h2 {
    font-weight: 500 !important;
    padding: 10px 0;
}

h3 {
    font-weight: 500 !important;
}

h4 {
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    line-height: 1.2em;
}

.anchor {
    display: block;
    height: 75px;
    /*same height as header*/
    margin-top: -75px;
    /*same height as header*/
    visibility: hidden;
}

.show-toolBox,
.show-rateBox {
    width: 270px;
    margin-left: -210px;
}

.article-sidebar .tool-title,
.article-sidebar .rate-title {
    cursor: pointer;
    padding: 5px 5px 5px 15px;
}

.article-sidebar {
    display: block;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -o-transition: width .5s ease;
    -ms-transition: width .5s ease;
    transition: width .5s ease-in-out;
}

.article-sidebar a {
    display: table-row
}

.article-sidebar a img,
.article-sidebar a span {
    display: table-cell;
    vertical-align: middle;
    padding-right:5px;
}

.rating-wrap,
.tool-wrap {
    background: #fff;
    position: relative;
    z-index: 9998;
}

#ratingDiv img {
    cursor: pointer;
}

.tool-wrap.assetUpgrade img {
    width: 36px
}

.footer-links {
    line-height: 1.2
}

.btn-group {
    display: flex;
}

.btn-group button {
    line-height: 1;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6px;
    padding-top: 6px;
    margin: 0 !important;
}

.btn-group button:not(:last-child) {
    border-right: 0 !important;
}

.btn-group button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.has-validation-error {
    position: relative;
}

.validation-error {
    /*position: absolute;
    right: 10px;
    top: 1px;*/
    color: red;
    font-size: 14px;
}

.calendarWrap {
    display: table-cell;
    padding: 0px 5px 0px 5px;
}

.calendarWrap.firstCal {
    padding-left: 0px !important;
}

.calendarWrap.lastCal {
    padding-right: 0px !important;
}

.calendarWrap_small {
    display: block;
}

.calendarDropdown {
    background: #fff;
    padding: 10px;
    position: absolute;
    z-index: 300;
    left: 0;
    top: 35px;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.calendarDropdown .calendarNav .calendarNav_left {
    left: 5px;
    cursor: pointer;
}

.calendarDropdown .calendarNav .calendarNav_right {
    right: 5px;
    cursor: pointer;
}

.calendar-weekCellWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-dayCell-empty,
.calendar-weekCell,
.calendar-dayCell,
.calendar-dayCell-disabled {
    display: flex;
    width: 40px;
    height: 38px;
    justify-content: center;
    align-items: center;
}

.calendar-dayCell {
    cursor: pointer;
}

.availableTimeSlot {
    font-size: 12px;
    padding: 5px 8px;
}

.calendar-dayCell:hover,
.availableTimeSlot:hover {
    background: #eee;
    color: #000;
}

.calendar-dayCell-disabled,
.navArrow_disabled {
    cursor: auto !important;
    color: #BCC2C7 !important;
}

.dtRangeSelected {
    background: #3498db;
    color: #fff;
}

.dtRangeSelected2 {
    background: #c9dfed;
}

.disabled {
    cursor: not-allowed !important;
    opacity: .4 !important;
    background-color: #DDE1E2 !important;
	border-color: #DDE1E2 !important;
	color: #fff;
}
.disabled:hover{
	background-color: #DDE1E2 !important;
}

@media print {
    * {
        float: none !important;
        overflow: visible !important;
    }
    .no-print,
    nav,
    .subNav,
    .left-sidebar,
    .left_off_canvas_menu,
    footer,
    .logo img,
    .tab-bar img,
    .article-sidebar {
        display: none;
    }
    #wrap {
        position: static;
        height: 100%;
        width: 100%;
    }
    .article-content {
        width: 100% !important;
        display: inline;
        padding: 10px;
    }
    .kb-article p {
        margin: 10px 0;
    }
    h1 {
        font-size: 25px;
    }
    a[href]:after {
        content: none !important;
    }
}

.is-invalid-input {
    border: 1px solid #D53B23 !important;
}

.errorMessageRowWrap {
    display: none;
}

.login_frm_outter .login_frm_centering .errorMessage {
    color: #a94442;
}

.tooltip {
    background: #ebeff1 !important;
    color: #545b5b !important;
    border-radius: 3px !important;
    width: 400px !important;
    max-width: 400px !important;
    font-size: 14px !important;
    line-height: 1.4;
}

.tooltip>.nub {
    border-color: transparent transparent #FFF transparent
}

.tooltip.opened {
    border-bottom: dotted 1px #FFF !important;
    color: #FFF !important
}

.tap-to-close {
    color: #FFF
}

.tooltip>.nub {
    border-color: transparent transparent #FFF transparent
}

.tooltip.tip-top>.nub {
    border-color: #FFF transparent transparent transparent
}

.tooltip.tip-left>.nub {
    border-color: transparent transparent transparent #FFF
}

.tooltip.tip-right>.nub {
    border-color: transparent #FFF transparent transparent
}

#upgradePathToolResult>div {
    word-break: break-all;
}

.ui-dialog {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#iconSearchMagnifying {
    position: absolute;
    top: 8px;
    left: 12px;
}

#iconSearchMagnifying+input[type=text] {
    padding-left: 30px;
}


/* Responsive table stacks columns*************************************************************************************/

.responsive-card-table {
    border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
    background-color: transparent;
}


/*
.responsive-card-table th {
  background-color: #e6e6e6;
}
.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}
*/

.responsive-card-table thead tr {
    border-top: 1px solid #BCC2C7;
    border-bottom: 1px solid #BCC2C7;
}

.responsive-card-table th,
.responsive-card-table td {
    padding: 8px;
}

.responsive-card-table td.parent-td {
    padding: 0;
}

.menu-icon::after {
    position: absolute;
    left: 9999px !important;
}


/****@media screen ****************************************************************************************/


/*customize screen size for 
	top navigation to hide at max-width:75em (1200px) to prevent links from breaking off the top navigation
	.user-email text shows 2 times at screen 1200px
*/

@media only screen and (min-width: 40.063em) and (max-width: 75em) {
    .show-for-medium-down.off-canvas-left-sidebar-menu {
        display: inherit !important;
    }
    .show-for-medium-up.hide-for-medium-down.full-width.fix-pos {
        display: none !important;
    }
    .show-for-medium-down.off-canvas-left-sidebar-menu .user-email .hide-for-medium-down {
        display: none !important;
    }
}


/**************************************************************************/

@media only screen and (min-width: 40.0625em) {
    .row {
        /*max-width:120rem;*/
        max-width: 320em;
    }
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit;
    }
    #docDocumentation #docDocumentationListing td:first-child,
    #docDocumentation #docDocumentationListing2 td:first-child,
    #docDocumentation #docReferenceListing td:first-child,
    #docDocumentation #docUserGuideListing td:first-child,
    #docDocumentation #docGettingStartedListing td:first-child,
    #docTechnicalNotes #docTechnicalNotesListing td:first-child,
    #docDocumentation #docGettingStartedListing2 td:first-child {
        width: 80%;
    }
    #docDocumentation #docDocumentationListing td:last-child,
    #docDocumentation #docDocumentationListing2 td:last-child,
    #docDocumentation #docReferenceListing td:last-child,
    #docDocumentation #docUserGuideListing td:last-child,
    #docDocumentation #docGettingStartedListing td:last-child,
    #docTechnicalNotes #docTechnicalNotesListing td:last-child {
        width: 20%;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 18px;
    }
    .home-content-wrap {
        padding: 25px 0 0 0;
    }
    #ratingDiv img {
        margin: 0 5px 5px 5px;
    }
    #ratingDiv img:first-child,
    .show-rateBox img:first-child {
        margin-left: 0 !important;
    }
    .home-content-wrap #whats_new_content .columns {
        padding-left: 0;
        padding-right: 0;
    }
}


/* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (max-width: 40em) {
	#contentWrap {
		padding-right:0px;
	}
    .content-column {
        left: 230px;
    }
    .copyrightAndLinks {
        left: 240px;
    }
    .footer-links {
        display: block;
        margin-bottom: 5px;
    }
    .content-column table {
        margin: 0 auto;
        margin-top: 10px;
    }
    .content-column.move-left .pad-left-10 {
        padding-left: 0;
    }
    .alternaterow th:first-child,
    .alternaterow td:first-child {
        padding-left: 10px;
    }
    .alternaterow>TBODY>TR>TD {
        border-top: 1px solid #EBEFF1;
        border-bottom: 1px solid #EBEFF1;
    }
    .tablesaw-stack tbody tr {
        border-bottom: 1px solid #545B5B !important;
    }
    .content-column .mainContentWrap.pad-15,
    .content-column>.pad-15 {
        padding: 8px 5px 5px 5px !important;
    }
    .tabs dd>a,
    .tabs .tab-title>a {
        padding: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 75px;
    }
    #upgradePathForm input[type="submit"] {
        margin-top: 5px;
    }
    .rtModule {
        margin-left: -10px !important;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 19px;
    }
    h4 {
        font-size: 16px;
    }
    .homePage h2 {
        padding: 20px 0 0 0 !important;
    }
    .login-frm-wrap {
        background: #2980B9;
    }
    .editable_textarea .alertBox {
        margin-top: 10px;
    }
    .home-content-wrap {
        padding: 5px;
    }
    .home-content-wrap .border-right {
        border-right: 0px;
    }
    .support_contract_chart_wrap.mar-right-15,
    .sysdumps_chart_wrap.mar-right-15 {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .bigger {
        font-size: 16px;
    }
    .dotsLinkDropdown {
        visibility: hidden;
        background-color: #fff;
        color: #000;
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -48px;
        right: -55px;
        opacity: 0;
        transition: opacity 1s;
    }
    .anchor {
        display: block;
        height: 75px;
        /*same height as header*/
        margin-top: -75px;
        /*same height as header*/
        visibility: hidden;
    }
    .right,
    .ralign {
        text-align: left !important;
    }
    .article-sidebar {
        margin-right: -16px;
        max-width: 60px;
    }
    .article-sidebar .tool-title,
    .article-sidebar .rate-title {
        text-align: center;
        padding: 5px;
    }
    .article-sidebar .rate-title-hide-for-medium-down {
        display: none;
    }
    .article-sidebar .feedback {
        display: none !important;
    }
    .article-sidebar span {
        display: none !important;
    }
    .article-sidebar #ratingDiv img {
        display: block !important;
        padding: 5px 0;
        margin: 0 auto;
    }
    .tool-sidebar {
        margin-right: -6px;
    }
    .show-rateBox #ratingDiv img {
        display: inline-block !important;
    }
    .show-rateBox .feedback,
    .show-rateBox span,
    .show-toolBox span {
        display: table-cell !important
    }
    .show-toolBox .tool-title,
    .show-rateBox .rate-title {
        text-align: left;
        padding: 5px 5px 5px 15px;
    }
    label.inline,
    columns.text-right {
        padding-bottom: 0 !important;
        text-align: left !important;
    }
    label.inline,
    label.errorMessage {
        height: inherit;
    }
    .errorMessage {
        padding: 0;
        margin-top: 0;
    }
    /*#centerColWide li, #centerColWide ul, #centerCol li, #centerCol ul {margin-left: 0px;}*/
    #rmaRequestConfirmation .rtModule {
        margin-top: 0 !important;
    }
    .pad-left-50 {
        padding-left: 10px !important;
    }
    .column,
    .columns {
        padding-left: 0;
        padding-right: 0;
    }
    /*override Stone Cobra style*************/
    table {
        width: 100% !important;
    }
    .small-2 {
        /*width: 12.5%;*/
        width: 18.75%;
    }
    .small-14 {
        /*width: 87.5%;*/
        width: 81.25%;
    }
    /*****************************************/
    .rvbd-dropdownWrap .rvbd-dropdown {
        right: 0;
        left: auto;
    }
    .reveal-modal {
        max-height: initial;
        overflow-y: auto !important;
        width: 100% !important;
        height: 100% !important;
    }
    /*responsive-card-table********************************************************************************/
    .responsive-card-table {}
    .responsive-card-table thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }
    .responsive-card-table tr {
        border-top: 1px solid #ccc;
        display: block;
    }
    .responsive-card-table tr+tr {
        margin-top: .5rem;
    }
    .responsive-card-table td {
        border: none;
        /*display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-justify-content: flex-start;
	        -ms-flex-pack: start;
	            justify-content: flex-start;
	    -webkit-align-items: center;
	        -ms-flex-align: center;
	            align-items: center;*/
        display: table;
        width: 100%;
        /*border-bottom: 1px solid #0a0a0a;*/
        padding-left: 50%;
        position: relative;
        line-height: 1.2;
    }
    .responsive-card-table td:before {
        content: attr(data-label);
        display: table-cell;
        font-weight: bold;
        line-height: 1.2;
        margin-left: 0px;
        /*-100%*;*/
        width: 46%;
        position: relative;
        z-index: 1;
        padding: 8px;
    }
    .responsive-card-table td:after {
        content: '';
        display: table-cell;
        position: absolute;
        background: #ebeff1;
        width: 45%;
        height: 98%;
        left: 0px;
        top: 1px;
        z-index: 0;
    }
    .responsive-card-table td.parent-td>table {
        margin-top: 0
    }
    .responsive-card-table tr+tr.parent-tr {
        margin-top: 0 !important;
    }
    .responsive-card-table td.parent-td:before {
        content: "";
        display: none;
        font-weight: bold;
        line-height: 1.2;
        margin-left: 0px;
        /*-100%*;*/
        width: 1%;
        position: relative;
        z-index: 1;
        padding: 8px;
    }
    form .row .row {
        display:initial;
    }
    .rvbdModal-content-c {
        width: 100% !important;
    }
}


/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .content-column {
        left: 230px;
    }
    .copyrightAndLinks {
        left: 240px;
    }
    .footer-links {
        display: block;
        margin-bottom: 5px;
    }
    #upgradePathForm input[type="submit"] {
        margin-top: 5px;
    }
    .rtModule {
        margin-left: -10px !important;
    }
    #docDocumentation #docDocumentationListing td:first-child,
    #docDocumentation #docDocumentationListing2 td:first-child,
    #docDocumentation #docReferenceListing td:first-child,
    #docDocumentation #docUserGuideListing td:first-child,
    #docDocumentation #docGettingStartedListing td:first-child,
    #docTechnicalNotes #docTechnicalNotesListing td:first-child,
    #docDocumentation #docGettingStartedListing2 td:first-child {
        width: 65%;
    }
    #docDocumentation #docDocumentationListing td:last-child,
    #docDocumentation #docDocumentationListing2 td:last-child,
    #docDocumentation #docReferenceListing td:last-child,
    #docDocumentation #docUserGuideListing td:last-child,
    #docDocumentation #docGettingStartedListing td:last-child,
    #docTechnicalNotes #docTechnicalNotesListing td:last-child {
        width: 35%;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 23px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 17px;
    }
    .home-content-wrap {
        padding: 25px 0 0 10px;
    }
    .support_contract_chart_wrap.mar-right-15,
    .sysdumps_chart_wrap.mar-right-15 {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .bigger {
        font-size: 17px;
    }
    .anchor {
        display: block;
        height: 75px;
        /*same height as header*/
        margin-top: -75px;
        /*same height as header*/
        visibility: hidden;
    }
    .article-sidebar {
        margin-right: -6px !important;
        max-width: 60px;
    }
    .article-sidebar .tool-title,
    .article-sidebar .rate-title {
        text-align: center;
        padding: 5px;
    }
    .article-sidebar .rate-title-hide-for-medium-down {
        display: none;
    }
    .article-sidebar .feedback {
        display: none !important;
    }
    .article-sidebar span {
        display: none !important;
    }
    .article-sidebar #ratingDiv img {
        display: block !important;
        padding: 3px 0;
    }
    .show-rateBox #ratingDiv img {
        display: inline-block !important;
    }
    #ratingDiv img:first-child {
        margin-left: 5px !important;
    }
    .show-rateBox .feedback,
    .show-rateBox span,
    .show-toolBox span {
        display: table-cell !important
    }
    .show-toolBox .tool-title,
    .show-rateBox .rate-title {
        text-align: left;
        padding: 5px 5px 5px 15px;
    }
    .pad-left-50 {
        padding-left: 30px !important;
    }
    .rvbd-dropdownWrap .rvbd-dropdown {
        right: 0;
        left: auto;
    }
    .rvbdModal-content-c {
        width: 80% !important;
    }
}


/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .support_contract_chart_wrap .bigger,
    .tokens_chart_wrap .bigger {
        font-size: 16px;
    }
    .anchor {
        display: block;
        height: 75px;
        /*same height as header*/
        margin-top: -75px;
        /*same height as header*/
        visibility: hidden;
    }
}


/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .support_contract_chart_wrap .bigger,
    .tokens_chart_wrap .bigger {
        font-size: 16px;
    }
}


/* min-width 1921px, xlarge screens */

@media only screen and (min-width: 120.063em) {
    .support_contract_chart_wrap .bigger,
    .tokens_chart_wrap .bigger {
        font-size: 16px;
    }
}


/***********************************************************************************************************/

.redirectpopup-reveal-modal {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 0;
}

.gmnoprint a,
.gmnoprint span {
    display: none;
}

.gm-style-cc {
    display: none;
}


/*
.gmnoprint div {
    background:none !important;
}
*/

.browsehappy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: yellow;
    z-index: 9999;
    text-align: center;
}

.browsehappy span.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.browsehappy p {
    padding: 20px;
}

.browsehappy p,
.browsehappy a {
    font-weight: bold;
    font-size: 18px;
}

.scrollup {
    position: fixed;
    bottom: 20px;
    right: 0;
    left:0;
    display: none;
    background: #BCC2C7;
    cursor: pointer;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 25px -8px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0px 0px 25px -8px rgba(0, 0, 0, 0.69);
    box-shadow: 0px 0px 25px -8px rgba(0, 0, 0, 0.69);
    margin-left: auto;
    margin-right: auto;
    width:45px;
    height:45px;
}

.scrollup:hover {
    background: #e10098;
}

.scrollup:hover a {
    color: #fff;
}

.alertBox a {
    text-decoration: underline !important;
    color: #e10098 !important;
}

.alertBox a:hover {
    text-decoration: none !important;
}

.alertBox .alertTitle {
    font-weight: bold;
}

.alertBoxWrap .alertBox>p:first-child,
.alertBoxWrap .alertBox>div:first-child {
    color: #f00 !important;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 6px;
}

.alertBox p,
.alertBox div {
    margin: 0px;
}


ul.breadcrumbs li {
    line-height: 1.2 !important;
}

ul.breadcrumbs li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 16px;
}

ul.breadcrumbs li:first-child:before {
    content: " ";
}

.breadcrumbs>*.current a {
    cursor: default;
    color: #e10098;
}


/*
.singleColumn table tr td{
    padding-left:0px;
}
*/

.no-border {
    border: 0px !important;
}

.blueCheckboxWrap input[type=checkbox] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

.blueCheckboxWrap input[type=checkbox]+label:not(.group-partly-checked):before {
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

.blueCheckboxWrap input[type=checkbox]+label.spacingLabel:before {
    margin-right: 15px;
}

.spacingLabel-subset-checkbox {
    padding-top: 10px;
    padding-left: 25px;
}

.collapseSubSet {
    position: relative;
    top: 1px;
}

.blueCheckboxWrap input[type=checkbox] {
    width: 1.2rem;
    height: 1.2rem;
}

.blueCheckboxWrap input[type=checkbox]:checked+label:before {
    background: #4e4faa;
    color: #fff;
    border: 1px solid #4e4faa;
    margin-bottom: inherit;
}

.blueCheckboxWrap input[type=checkbox]+label:before {
    text-align: center;
    color: transparent;
    background: white;
    border: 1px solid #BCC2C7;
    font-size: 8px;
    position: relative;
    top: -1px;
    display: inline-block;
    margin-bottom: inherit;
    border-radius: 2px;
}

.blueCheckboxWrap input[type="checkbox"].is-invalid-input+label:before {
    border: 1px solid #D53B23;
    margin-right: 5px;
}

.blueCheckboxWrap input[type=checkbox]+label div {
    display: inline;
}

.blueCheckboxWrap input[type="radio"]:checked,
.blueCheckboxWrap input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.blueCheckboxWrap input[type="radio"]:checked+label,
.blueCheckboxWrap input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.blueCheckboxWrap input[type="radio"]:checked+label:before,
.blueCheckboxWrap input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.blueCheckboxWrap input[type="radio"]:checked+label:after,
.blueCheckboxWrap input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blueCheckboxWrap input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.blueCheckboxWrap input[type="radio"]:checked+label:after {
    opacity: 1;
}

.blueCheckboxWrap_square {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline;
}

.blueCheckboxWrap_square label {
    background: #fff;
}

.blueCheckboxWrap_square label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #3498DB;
    opacity: 0;
}

.blueCheckboxWrap_square label:hover::after {
    opacity: 0.3;
}

.blueCheckboxWrap_square label div {
    display: inline;
}

.blueCheckboxWrap_square input[type=checkbox] {
    visibility: hidden;
}

.blueCheckboxWrap_square input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.login_frm_centering .blueCheckboxWrap input[type=checkbox]:checked+label:before,
.login_frm_centering .blueCheckboxWrap input[type=checkbox]+label:before {
    width: 10px;
    height: 10px;
}


/*
.blueCheckboxWrap input[type=checkbox] + label.group-partly-checked:before {
    outline: 3px solid #3498DB;
    outline-offset: -6px;
}
*/

.group-partly-checked {
    width: 12px;
    height: 12px;
    display: inline-block !important;
    border: 1px solid #BCC2C7;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: #3498DB;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 4px;
    border-radius: 2px;
}

.group-partly-checked span {
    display: inline-block;
    position: relative;
    left: 16px;
    top: -4px !important;
    white-space: nowrap;
}

.label {
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    margin-bottom: auto;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: inherit;
    background-color: inherit;
    color: #545B5B;
}

label {
    cursor: pointer;
    line-height: 1.3;
    display: inline;
    color: #545B5B;
}


/*
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
*/

#read_articles {
    padding: 10px 0 20px 0;
}

#read_articles span.read-more:after {
    font-family: fontawesome;
    padding-left: 5px;
    content: "\f078";
}

#read_articles span.read-less:after {
    font-family: fontawesome;
    padding-left: 5px;
    content: "\f077";
}

#read_articles a:hover {
    text-decoration: none !important;
    color: #545B5B;
}

.alert-box.success {
    background: #3498DB;
    border: 0px;
}

.alert-box.warning {
    background: red;
    border: 0px;
}

.alert-box .close {
    /*top:15px;*/
}

.fa-ellipsis-v {
    font-size: 12px !important;
    font-weight: 100 !important;
}

.leaflet-bottom.leaflet-right {
    display: none;
}

.dotsLinkHasDropdown {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-left: -10px;
}

.dotsLinkDropdown li {
    margin-left: 15px;
    color: #545B5B !important;
    line-height: 1.1;
}

.dotsLinkDropdown li a {
    margin-left: -5px;
    white-space: nowrap;
    color: #545B5B !important;
}

.dotsLinkHasDropdown:hover .dotsLinkDropdown {
    visibility: visible;
    opacity: 1;
}

.dotsLinkHasDropdown {
    cursor: pointer;
}

.dotsLinkHasDropdown i:hover,
.dotsLinkDropdown a:hover {
    color: #e10098 !important;
}

.highcharts-yaxis {
    display: none;
}

.highcharts-tooltip {
    z-index: 9998;
}

.highcharts-tooltip span {
    background-color: white;
    opacity: 1;
    z-index: 9999!important;
}

.highcharts-title tspan {
    font-size: 20px;
    font-weight: 600 !important;
}

.highcharts-legend {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.highcharts-legend-item tspan,
.highcharts-legend-item text {
    font-size: 12px !important;
    font-weight: normal !important;
}


/*
.highcharts-legend-item rect{
    width:10px;height:10px;
}
*/

g text tspan {
    font-size: 12px !important;
    font-weight: normal !important;
}

.leaflet-tile {
    border: 0px !important;
}

.large-push-4,
.medium-push-6 {
    float: right;
}

.login_frm_centering .checkboxLabel {
    cursor: pointer;
}

.rvbd-upload {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: none;
    width: 100%;
}

.rvbd-upload .rvbd-upload-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    padding-left: 15px;
    color: #545B5B;
    background: rgba(255, 255, 255, .05);
    width: 270px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    width: calc(100% - 95px);
    line-height: 30px;
}

.rvbd-upload .rvbd-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0 4px 4px 0;
    margin: 0 0 0 -4px;
    padding: 5px 10px 6px;
    background: #DDE1E2;
    color: #545B5B;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    line-height: 23px;
    width: 95px;
}

.rvbd-upload .rvbd-upload-input {
    position: absolute;
    margin: 5px 0 0 0;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

#errorMsg ul,
#errorMsg ul li {
    list-style: none;
    margin: 0;
}

.btn-cancel,
.btn-submit {
    display: inline !important;
}

#facettreeview {
    max-height: 350px !important;
    height: auto !important;
}

#facettreeclose {
    top: 15px !important;
    right: 5px !important;
    cursor: pointer;
}

.im-clearDiv {
    width: 100% !important;
}

#supportkb a.close-reveal-modal {
    top: 5px;
    right: 15px;
}

.challenge {
    padding: 4px;
    border: 1px solid #DDE1E2;
    background-color: #EBEFF1;
}


/*override Foundation style ******************************/

.button-group button,
.button-group .button {
    font-size: 14px;
    padding: 7px 10px;
}

.button-group.radio-group {
    display: inline-block;
    padding-right: 10px;
}

.button-group.radio-group li a {
    background: white;
    color: #545B5B;
    border: 1px solid #Bcc2C7 !important;
    width: 44px;
}

.button-group.radio-group li a.active {
    background: #3498DB;
    color: white;
    border: 1px solid #3498DB !important;
}


/*********************************************************/


/*override Stone Cobra style*************/

#caselist {
    top: 152px;
    left: 559px;
    height: auto;
    max-height: 350px;
    overflow-y: auto;
}

.selectorbuttons {
    display: inline;
}

.topNavInformationalAlert {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    padding: 5px 5px 5px 8px !important;
    background:#d9ecff;
    margin: 0 auto;
    text-align: center !important;
}

.topNavInformationalAlert h3 {
    margin: 0 !important;
    font-size: 16px !important;
    color:#4e4fa9;
}

.topNavInformationalAlert p,
.topNavInformationalAlert p a {
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

.closeTopNavAlert {
    display: block;
    width: 20px;
    height: 20px;
    padding: 10px;
}
.closeTopNavAlert .circle{
	border: 1px solid #BCC2C7;
	cursor: pointer;padding: 0 6px;display: block;line-height: 17px;
}
.closeTopNavAlert:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 0;
    border-top: 1px solid #BCC2C7;
    transform: rotate(45deg);
    transform-origin: center;
}

.closeTopNavAlert:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 0;
    border-top: 1px solid #BCC2C7;
    transform: rotate(-45deg);
    transform-origin: center;
}

footer h1 {
    font-size: 16px;
    color: #e10098;
    text-transform: uppercase;
    padding: 5px 0 10px 0 !important;
    font-weight: 600;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul>li {
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    color: #5b7e96;
}

footer .footerTitle {
    padding: 0;
    font-weight: 600;
}

footer .footerTitle p {
    margin-top: 10px
}

footer .footerTitle img {
    vertical-align: bottom;
    margin-right: 10px;
    width: 150px;
}

footer ul.footerLinks {
    margin: 0;
    padding: 0;
    text-align: right;
}

footer ul.footerLinks li {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline;
    font-weight: bold;
}

footer ul.footerLinks li a {
    position: relative;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer ul.footerLinks li a:hover {
    color: #e10098;
}

footer ul.footerLinks li a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease;
}

footer ul.footerLinks li a:hover::before {
    transform: scaleX(1);
}

#floatingMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    margin-right: 2px;
    z-index: 999;
    bottom: 135px;
}

#floatingMenu ul {
    text-align: right;
}

#floatingMenu li {
    list-style: none;
    margin: 10px 0;
    display: block;
}

#floatingMenu i {
    border: 2px solid #4e4fa9;
    font-size: 16px !important;
    color: #4e4fa9;
    width: 45px;
    height: 45px;
    line-height: 42px !important;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 5px 8px #6a6a6a;
    cursor: pointer;
    -webkit-transition: width 1s;
    transition: width .4s;
    white-space: nowrap;
}

#floatingMenu i:hover {
    width: 220px;
    -webkit-transition: width .4s;
    transition: width .4s;
    border-radius: 50px;
    background: #4e4fa9;
    color: #fff;
}

#floatingMenu i.edit:hover::after {
    content: 'Author an Article';
    font-weight: 400;
    font-family: tenon, sans-serif;
    margin-left: 10px;
}

#floatingMenu i.case:hover::after {
    content: 'Submit a Case';
    margin-left: 10px;
    font-weight: 400;
    font-family: tenon, sans-serif;
}

#floatingMenu i.mail:hover::after {
    content: 'Email Support';
    margin-left: 10px;
    font-weight: 400;
    font-family: tenon, sans-serif;
}

#floatingMenu i.call:hover::after {
    content: 'Call Support';
    margin-left: 10px;
    font-weight: 400;
    font-family: tenon, sans-serif;
}


/*==========  Bootstrap @media queries, Mobile First Method  ==========*/


/* Custom, iPhone Retina */


/*
media only screen and (min-width : 320px){

}
*/


/* Extra Small Devices, Phones */


/*
@media only screen and (min-width : 480px){

}
*/


/* Small Devices, Tablets */


/*
@media only screen and (min-width : 768px){

}
*/


/* Medium Devices, Desktops */


/*
@media only screen and (min-width : 992px){

}
*/


/* Large Devices, Wide Screens */


/*
@media only screen and (min-width : 1200px){

}
*/

.socialFooter {
    float: right;
    margin-right: 10px;
}

.socialFooter a {
    margin: 18px 0 0 20px;
    display: block !important;
}

.socialFooter a:hover {
    display: block;
}

.socialFooter a.firstLink {
    margin: 18px 0 0 50px;
    display: block;
}

.socialFooter i {
    vertical-align: bottom;
}

a.ldLink:hover {
    background: #0966c2;
    border: 1px solid #0966c2 !important;
    color: #fff !important;
}

a.tweetLink:hover {
    background: #1da1f2;
    border: 1px solid #1da1f2 !important;
    color: #fff !important;
}

a.blogLink:hover {
    background: #e10098;
    border: 1px solid #e10098 !important;
    color: #fff !important;
}

a.fbLink:hover {
    background: #1877f2;
    border: 1px solid #1877f2 !important;
    color: #fff !important;
}

a.instaLink:hover {
    background: #c13584;
    border: 1px solid #c13584;
    color: #fff !important;
}

a.ytLink:hover {
    background: #f00;
    border: 1px solid #f00 !important;
    color: #fff !important;
}

_:-ms-fullscreen,
 :root .closeTopNavAlert {
    vertical-align: auto !important;
}

@media only screen and (max-width: 480px) {
    footer .footerTitle {
        text-align: center;
    }
    footer ul.footerLinks {
        margin: 20px 0;
        text-align: center;
    }
    .portalWrapper .columns {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 10px;
    }
    #floatingMenu {
        position: fixed;
        right: 0;
        z-index: 999;
        bottom: 20px;
        left: 0;
    }
    #floatingMenu ul {
        text-align: right;
        margin: 0;
    }
    #floatingMenu li {
        display: inline;
        margin: 10px 5px;
    }
    #floatingMenu li:last-child {
        position: fixed !important;
        position: fixed !important;
        right: 20px !important;
        bottom: 135px !important;
    }
    .socialFooter {
        float: none;
        margin: 0;
        text-align: center;
    }
    .socialFooter .left {
        float: none !important;
        display: inline-block;
    }
    .socialFooter a {
        margin: 0 10px !important;
    }
    .copyrightAndLinks {
        margin-bottom: 60px;
    }
    .whatsNewBlock .articleImage>img {
        width: 100px !important;
    }
    footer .footerTitle img {
        margin: 0 auto 10px auto;
        display: block;
    }
    div.portalWrapper div.row .columns:first-child,
    div.portalWrapper div.row .columns:last-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.caseTable {
    width: 100% !important;
}

.caseTable td {
    border: 1px solid #bcc2c7;
}

.caseTable td.caseDetailLabel {
    width: 10%;
}

.caseTable td.caseComments pre {
    white-space: break-spaces
}

/*custom modal*************************************************************/
/* Modal (background) */
.rvbdModal-c {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9998; /* Sit on top but below loading */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.rvbdModal-content-c {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 16px;
    min-height: 300px;
}
  
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
  
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
  
/* The Close Button */
.rvbdModal-close-c {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 2px;
}
  
.rvbdModal-close-c:hover,
.rvbdModal-close-c:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
  
.rvbdModal-header-c {
    text-align: center;
    padding: 8px 15px;
    background:#DDE1E2;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
  
.rvbdModal-body-c {
    padding: 20px;
    min-height: 300px;
    overflow-y: auto;
}
.rvbdModal-longbody-c{max-height:450px;overflow-y:auto;}
  
.rvbdModal-footer-c {
    padding: 2px 16px;
}
/***************************************************************************************/
/* css for rebranding */

.storm, .storm a {
    color: #4e4faa !important;
}
#softwareSearch input[type="text"]{
    border-radius: 25px;
    height: 50px;
    border-left: none;
}

#softwareSearch input[type="text"]:focus{
    box-shadow: none !important;
    border: 1px solid #bcc2c7 !important;
    background: #fff !important;
    border-left: none !important;
}
form span.prefix, form span.prefix-label{
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

form .icon-search-software{
    font-size: 21px !important;
    color: #666 !important;
}
form span.prefix.bg-primary{
    background: #fff !important;
    border-color: #bcc2c7 !important;
    border-right: none !important;
}
.right-column-title{
    font-weight: bold;
    padding: 10px 15px !important;
}
#upgradePathForm #fromVersion, #upgradePathForm #toVersion{
    border-radius: 25px;
    padding: 0 10px !important;
    color: #000;
}

#upgradePathForm input[type="submit"].bg-primary{
    border-radius: 25px;
    padding: 9px 25px;
}
#softwareVersion #swVersion{
    border-radius: 25px;
    padding: 0 10px !important;
    color: #000;
}

#softwareVersion2 #swVersion2{
    color: #000 !important;
}
.tabs dd.active a, .tabs .tab-title.active a, .tabs dd.active a:hover, .tabs .tab-title.active a:hover{
    color: #4e4faa;
    border-bottom: 2px solid #4e4faa;
}
#softwareVersionHypervisors #hypervisorVersion{
    border-radius: 25px;
    padding: 0 10px !important;
    color: #000;
}
.softwareTables #upgradePathTool{
    border: 1px solid #4e4faa !important;
    background: #e4e5ff !important;
}
ul.softwareSubList li{
    position: relative;
    list-style-type: none;
}
ul.softwareSubList li a:hover{
    color: #e10098;
}
ul.softwareSubList li:before{
    position: absolute;
    top: 6px;
    left: -20px;
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4e4fa9;
    content: "";
    border-radius: 5px;
}
.labelValue{
    color: #000;
    font-weight: 500;
}
.rvbdSearchBoxForm input.rvbdSearchBox{
    height: 50px;
    border-radius: 25px;
}
.inputGroupWrap input[type="text"]{
    height: 50px;
    border-radius: 25px;
}
span.rvbd-dropdownWrap{
    height: 50px;
    line-height: 50px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
.rvbd-dropdownWrap .rvbd-dropdown{
    top: 50px;
    border-radius: 10px;
    min-width: 180px;
}
.rvbd-dropdownWrap .rvbd-dropdown li i{
    color: #4e4faa;
    font-size: 20px !important;
    padding-right: 10px;
    display: inline-block;
}
#form_search input[type="text"]{
    height: 50px;
}
#caseAndRmaDropdownWrap .rvbd-dropdownLabel{
    height: 50px;
    line-height: 50px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
#userAccountSelected{
    height: 50px;
    border-radius: 25px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#recordsPerPage{
    height: auto;
    line-height: initial;
    border-radius: 0 !important;
}
#refine_results, #assetStatus{
    padding: 5px 15px !important;
    border-radius: 25px;
    height: 37px;
    line-height: 1.7;
    background: #fff;
}






/* hero banner redesigned */
.homeBanner form {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.homeBanner h2{
    text-align: center;
}
.homeBanner input[type='text']{
    border-radius: 25px !important; 
}


/* fix on 19Oct */
.rvbd-upload .rvbd-upload-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 25px 0 0 25px;
    padding-left: 15px;
    color: #545b5b;
    background: rgba(255,255,255,.05);
    width: 270px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    width: calc(100% - 120px);
    line-height: 50px;
    height: 50px;
}

.rvbd-upload .rvbd-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0 25px 25px 0;
    margin: 0 0 0 -4px;
    padding: 5px 10px 6px;
    background: #dde1e2;
    color: #000;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    line-height: 38px;
    width: 120px;
    height: 50px;
    padding: 5px 15px 5px 15px;
    text-align: center;
}
#form_search input[type="text"],
#softwareSearch input[type="text"],
.rvbdSearchBoxForm input.rvbdSearchBox,
.inputGroupWrap input[type="text"] {
    border: none;
    padding: 0px 1px 0 10px;
    color: #545B5B;
    border: 1px solid #BCC2C7;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none;
}

.tabs dd>a, .tabs .tab-title>a{
        border-bottom: 5px solid #fff;
}
.tabs dd.active a, .tabs .tab-title.active a, .tabs dd.active a:hover, .tabs .tab-title.active a:hover {
    color: #4e4faa;
    border-bottom: 5px solid #4e4faa;
}
#form_uploadDocument input[type="text"]{
    border-radius: 25px;
    height: 10px;
    line-height: 50px;
    height: 50px;
}
.softwareTables_3_columns #upgradePathTool{
    border: 1px solid #4e4faa !important;
    background: #e4e5ff !important;
}


.roundedEndTextBox{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    height: 50px;
    line-height: 50px;
    border-left: none;
}
#assetUpgradeTable td{
    padding: 15px 5px !important;
}

/*css for feature tour*/
.hiddenFT {
  display: block;
}
#featureTourContent{
    z-index: 9999;
    width: 400px;
    height: 480px;
    background-color: #fff;
    position: absolute;
	color: #fff;
	border-radius: 15px;
    padding: 20px;
	background: rgb(80, 77, 169);
	background: transparent linear-gradient(42deg, var(--primary-4c4eae) 0%, #C42EDB 33%, #FC199C 59%, #FD7450 83%, #FDB742 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(42deg, #4C4EAE 0%, #C42EDB 33%, #FC199C 59%, #FD7450 83%, #FDB742 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    right: -20px;
}
.featureTourContentInner{
    padding: 20px;
    background: rgb(255 255 255 / 50%);
    border-radius: 15px;
   
}

.overlayFeatureTour {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
      z-index: 9999;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1a75e; 
  position: absolute;
  top: -10px;
  right: 25px;
  transform: translateX(-50%);
}
.featureTourMenuItem{
    background: #fff;
    color: #000;
    padding: 20px;
    margin: 0;
    padding: 10px 0;
    border-radius: 15px;
}
.featureTourMenuItem li{
    list-style-type: none;
    
}
.featureTourMenuItem li a{
    color: #2d2926;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}
.featureTourMenuItem li a:hover{
    color: #a831d6 !important;
}
.featureTourMenuItem li:hover{
    color: #a831d6;
    background-color: #ececec;
    display: block;
    padding: 0px;
}
#featureTourContent h1{
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 !important;
    padding: 0 !IMPORTANT;
}
#featureTourContent p{
    font-size: 14px;
    color: #fff;
}
#gotItBtn{
    float: right;
    background: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    color: #4c4eae;
    font-weight: bold;
}


/* ripple css */

.rippleEffect {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  text-align:center;
}

.rippleEffect::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: 999;
  animation: ripple 1.5s ease-out infinite;
  left: 0;
}

.rippleEffect:first-child {
  background-color: #e83e99;
}

.rippleEffect:first-child::before {
  animation-delay: 0.2s;
}

.rippleEffect:nth-child(2) {
  background-color: #ff7a00;
  transform: scale(0.9);
}

.rippleEffect:nth-child(2)::before {
  animation-delay: 0.4s;
}

.rippleEffect:nth-child(3) {
  background-color: #28df99;
  transform: scale(0.8);
}

.rippleEffect:nth-child(3)::before {
  animation-delay: 0.6s;
}

.rippleEffect:nth-child(4) {
  background-color: #81b214;
  transform: scale(0.7);
}

.rippleEffect:nth-child(4)::before {
  animation-delay: 0.8s;
}

.rippleEffect:last-child {
  background-color: #f09ae9;
  transform: scale(0.6);
}

.rippleEffect:last-child::before {
  animation-delay: 1s;
}

.rippleEffect i{color:#fff}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}

#hideFeatureTour{
 border-bottom:none;
}

/*css for feature tour ends here*/

.roundedEndTextBox{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    height: 50px;
    line-height: 50px;
    border-left: none;
}
#assetUpgradeTable td{
    padding: 15px 5px !important;
}

.one {
    color: #f85a61 !important;
  }

  .two {
    color: #fc8750 !important;
  }
   
  .three {
    color: #f7b54c !important;
  }
   
  .four {
    color: #7648c6 !important;
  }
   
  .five {
    color: #4e4fa9 !important;
  }
  .fa-star:before {
    content: "\f005";
    font-size: 35px;
}
i.rating_star {
    margin-right: 10px;
    color: #aaa;
}