@charset "UTF-8";
/* Paymentus customization */
#header-logo {
    text-align: left;
    overflow: hidden;
}
#header-logo .logo-content-big {
    display: table;
    background: none;
    text-indent: 0;
    margin-top: 0;
    margin-left: 20px;
    top: auto;
    left: 40px;
    line-height: 78px;
}

#header-logo #close-sidebar {
    left: 10px;
    color: #333;
}

#header-logo #close-sidebar:hover {
    color: #333;
}

#header-logo .logo-content-big img {
    max-height: 60px;
    max-width: 196px;
    vertical-align: middle;
    width: auto;
}

#header-logo .logo-content-big, .logo-content-small {
    background: none;
}

.tab-content .pager .cancel {
    margin-right: 15px;
}

.tab-content .pager .previous {
	margin-right: 15px;
}

.tab-content .pager .next {
}

.tab-content .tab-pane-1{
	min-height:200px;
}

.tab-pane .content-box:last-child {
    margin-bottom: 0;
}

#header-title {
    height: 78px;
    vertical-align: middle;
    display: table-cell;
}

#header-logo .logo-content-small {
    left: auto;
    margin-left: 20px;
}

.logo-content-small img {
    display: block;
}

/* make the transition from big logo to small logo not as abrupt start */
.opacity #header-logo .logo-content-big {
    opacity: 1;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.opacity .closed-sidebar #header-logo .logo-content-big {
    display: block;
    opacity: 0;
}

.opacity #header-logo .logo-content-small {
    opacity: 0;
    display: block;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.opacity .closed-sidebar #header-logo .logo-content-small {
    opacity: 1;
}
/* make the transition from big logo to small logo not as abrupt end */

.error-row {
    color: red;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    #header-title {
        display: none;
    }
    .dropdown-menu {
    }
}

#header-title h1 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#header-title p {
    color: #ffffff;
}

#header-nav-left {
    margin: 0 20px;
}

#header-nav-right .header-btn, #header-nav-right .dropdown > a.user-profile {
    width: auto;
    border: none;
}

#page-header .user-account-btn > a.user-profile .fa {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.user-account-container {
    float: left;
}

#page-header .user-account-btn > a.user-profile .fa {
    width: 28px;
    line-height: 28px;
    height: 28px;
    float: right;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}

#page-header #header-nav-right  .user-account-btn {
    margin: 8px 16px 0 0;
}

#page-header .user-account-btn > a.user-profile .fa {
    width: 28px;
    line-height: 28px;
    height: 28px;
    float: right;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}

#page-header .user-account-btn > a.user-profile .fa-user {
    border-radius: 50px;
    float: left;
    margin-right: 5px;
}

/* page header bg white style for when a biller does not like the blue/green gradient start */
#page-header.bg-white {
    border-bottom: 1px solid #d9d9d9;
}

.bg-white #header-title h1 {
    color: #383838;
}

.bg-white, .logo-bg {
    background-color: #fff;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #d9d9d9;
}

.bg-white #header-nav-right a.hdr-btn {
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.7);
}

.bg-white #header-nav-right a.hdr-btn:hover {
    background: rgba(0,0,0,0.15);
    color: rgba(0,0,0,0.8);
}

.bg-white #header-nav-right .header-btn .glyph-icon, .bg-white #header-nav-right .dropdown > a .glyph-icon {
    color: rgba(0, 0, 0, 0.8);
}

.bg-white #header-nav-right .header-btn, .bg-white #header-nav-right .dropdown > a {
    border-color: rgba(0, 0, 0, 0.2);
}

#page-header.bg-white .user-account-btn > a.user-profile {
    color: #383838;
}

.bg-white #mobile-navigation {
    border-right: rgba(0,0,0,0.15) solid 1px;
}

.bg-white #mobile-navigation #nav-toggle {
    border-right: rgba(0,0,0,0.15) solid 1px;
}
/* page header bg white style for when a biller does not like the blue/green gradient end */

#sidebar-menu {
    padding: 20px 20px;
}

.sidebar-image {
    height: 18px;
    width: 18px;
    margin-left: 12px;
    margin-right: 4px;
}

#sidebar-menu a:link, #sidebar-menu a:visited {
    color: #546E7A;
}

.poweredby {
    display: none;
    position: absolute;
    bottom: 20px;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    padding: 16px 16px;
}

.poweredby p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #686868;
    line-height: normal;
}

img.paymentusLogo {
    margin-left: 4px;
}

#page-content {
    padding: 20px 20px 20px 20px;
    /*min-height: calc(100vh - 118px);*/
}

#page-content > .container {
    min-height: calc(100vh - 118px);
}

.tile-content-wrapper {
    min-height: 70px;
}

.tile-content-wrapper > .fa {
    font-size: 35px;
    line-height: 70px;
    position: absolute;
    top: 50%;
    left: 15px;
    height: 70px;
    margin-top: -36px;
    opacity: .30;
    -moz-opacity: .30;
    filter: alpha(opacity: 30);
}

#page-header .user-account-btn > a.user-profile .icon-user {
    border-radius: 50px;
    float: left;
    margin-right: 5px;
}


/* iframe embedded AD styling start */
/* Legacy AD iframe is not displayed by default, it is enabled when a user clicks on a link which targets it */
div.legacy_ad {
    display: none;
}

#payload-form-id table.dataTable {
    border-width: 1px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
}

#payload-form-id table.dataTable thead > tr > th {
    width: 80px;
    font-size: 11px;
    vertical-align: middle; background-color: #a0d9f5;
}

#payload-form-id table.dataTable > tbody > tr > td {
    padding: 2px;
    vertical-align: middle;
}

#payload-form-id .DTFC_ScrollWrapper {
    position: relative;
    clear: both;
    height: auto;
}

#payload-form-id .dataTables_scrollBody {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    width: 100%;
}

.ui-datepicker td.ui-datepicker-today a {
    background: #97d8f7;
    color: #ffffff;
}

.highlight_summary_row tbody tr:first-child td {
    padding: 8px 8px;
}
/* iframe embedded AD styling end */

/* AD Dashboard styling start */
.tile_count {
	margin-top: 10px;
	margin-bottom: 8px;
}
.tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	transition: opacity .5s;
}

.tile_count .tile_stats_count.updating {
	opacity: .3;
}

.tile-header {
    border: 0 !important;
    background: rgba(252, 248, 227, 0.21);
    color: #f5f5f5;
    padding: 4px 4px;
}

.tile-bottom {
    text-align: left;
    text-transform: none;
    border: 0 !important;
    background: rgba(252, 248, 227, 0.21);
    color: #f5f5f5;
    padding: 4px 4px;
}

.tile-header .float-right {
    opacity: inherit;
}

.text-content-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.left-align {
  float: left;
  display: inline;
  margin: 2px 5px;
}

.right-align {
  float: right;
  display: inline;
  margin: 2px 5px;
}

.bg-blue01 {
    border-color: #6ecdfb;
    background: #6ecdfb;
    color: #f5f5f5;
}

.bg-blue02 {
    border-color: #4dadd4;
    background: #4dadd4;
    color: #f5f5f5;
}

.bg-blue03 {
    border-color: #259ad2;
    background: #259ad2;
    color: #f5f5f5;
}

.bg-indigo01 {
    border-color: #7986cb;
    background: #7986cb;
    color: #f5f5f5;
}

.bg-green01 {
    border-color: #3fca45;
    background: #046C09;
    color: #fff;
}

.bg-green02 {
    border-color: #43a047;
    background: #43a047;
    color: #f5f5f5;
}


.bg-green03 {
    border-color: #57b55b; /* #3fb344; */
    background: #57b55b;
    color: #f5f5f5;
}

.bg-green04 {
    border-color: #8bc34a;
    background: #8bc34a;
    color: #f5f5f5;
}

.bg-teal01 {
    border-color: #4db6ac;
    background: #4db6ac;
    color: #f5f5f5;
}

.bg-yellow01 {
    border-color: #e6a74a;
    background: #e6a74a;
    color: #f5f5f5;
}

.bg-yellow02 {
    border-color: #b99556;
    background: #b99556;
    color: #f5f5f5;
}


.bg-lime01 {
    border-color: #abaa55; /* #908f39 #84832c #908f39 #828120; */
    background: #abaa55;
    color: #f5f5f5;
}

.bg-cyan01 {
    border-color: #2e909c; /* #00acc1; */
    background: #2e909c;
    color: #f5f5f5;
}

.bg-grey01 {
    border-color: #989494;
    background: #989494;
    color: #f5f5f5;
}

.bg-brown01 {
    border-color: #607d8b;
    background: #607d8b;
    color: #f5f5f5;
}

.positive-pct {
    color: #ffffff; /* #1e9e20; */
}
.negative-pct {
    color: #ffffff; /* #31708f */
}
.green {
    color: #1e9e20;
}
.blue2 {
    color: #66bee8;
}
.light-grey {
    color: #73879c;
}


.small-margin-bottom {
    margin-bottom: 8px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.small-margin {
    margin-top: 3px;
    margin-bottom: 8px;
}

.small-padding {
    padding-top: 8px;
    padding-bottom: 3px;
}

.small-padding-bottom {
    padding-bottom: 3px;
}

.panel-box01 {
    border: 1px solid #f0f0f4;
}
.clear-border01 {
    border-style: none;
}

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


.chartBox01 {
    min-width: 280px;
    height: 350px;
    margin: 0 auto;
}
.chartBox02 {
    min-width: 80px;
    height: 120px;
/*  border: 1px solid #91e8e1; #bddaf5 #ccd6eb; */
}

.chartBox03 {
    min-width: 200px;
    height: 235px;
    margin: 0 auto;
}

.date-range-label {
    font-size: 15px;
	padding-top: 5px;
}

.date-range-dropdown {
    width: 100%;
    background: #f0f0f0;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ranges li {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.ranges li.active {
    border: 1px solid #a0a0a0;
    background: #a0a0a0;
}
.daterangepicker select.yearselect {
    width: 47%;
}

.active > .icon-calendar {
    color: #555a60 !important;
}

.daterangepicker .ranges li.active {
    color: #fff;
    background: #c0c0c0;
}

.daterangepicker .ranges li.active:hover {
    background: #a0a0a0;
	border: 1px solid #a0a0a0;
}

.daterangepicker .ranges li:hover {
    color: #fff;
    background: #a0a0a0;
	border: 1px solid #a0a0a0;
}


.daterangepicker .ranges .btn-primary:hover {
    color: #555a60;
    /*border: 1px solid #ccc;*/
    background: #e8e8e8;
}

.daterangepicker .daterangepicker_input i {
    display: none;
    position: absolute;
    left: 8px;
    top: 8px;
}

.ranges .range_inputs .daterangepicker_start_input,
.ranges .range_inputs .daterangepicker_end_input {
    display: none;
}

.range_messages {
	display: none;
	width: 400px;
	padding: 12px;
	color: red;
}

.messages-active{
	display: block;
}
/* AD Dashboard styling end */

/* feedback Switcher */

#feedback-options {
    position: fixed;
    top: 110px;
    right: -380px;
    z-index: 888;
    width: 380px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#feedback-options.full-height {
    top: auto;
    bottom: 0;
    height: 100%;
}

#feedback-options.active {
    transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    -o-transform: translateX(-380px);
    -webkit-transform: translateX(-380px);
}
.btn.feedback-switcher {
    width: 54px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 27px;
    border-width: 1px;
    border-style: solid;
    border-right: 0;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    text-align: center;
    position: absolute;
    left: -54px;
    top: 50%;
    margin-top: -25px;
    z-index: 55;
    padding: 0;
}
.feedback-switcher .fa {
    width: 54px;
    height: 50px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
a.feedback-switcher:hover .glyph-icon {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
.feedback-wrapper {
    width: 380px;
    padding: 0;
    height: 100%;
}
#feedback-options.active #feedback-wrapper {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

#feedback-wrapper .header {
    background: #FEFEFF;
    border-top: #dfe8f1 solid 1px;
    border-bottom: #dfe8f1 solid 1px;
    text-transform: uppercase;
    padding: 13px 15px 10px;
    font-size: 12px;
}
#feedback-wrapper .header a {
    font-weight: bold;
    text-transform: capitalize;
    float: right;
}
#feedback-wrapper .header:first-child {
    border-top-left-radius: 3px;
}
#feedback-wrapper ul + .header {
    border-radius: 0;
}
#feedback-wrapper ul li {
    height: 34px;
    line-height: 28px;
    margin: 5px 0;
    padding: 0 15px;
    border-bottom: #dfe8f1 solid 1px;
}
#feedback-wrapper ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
#feedback-wrapper ul li label {
    font-size: 13px;
}
#feedback-wrapper ul li .switch-toggle {
    float: right;
    margin-top: 3px;
}
.feedback-color-wrapper h5 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    margin: 0 5px 5px;
}
.feedback-color-wrapper {
    padding: 10px;
}
.feedback-color-wrapper a {
    height: 24px;
    width: 24px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    float: left;
    margin: 2px;
    border-radius: 50px;
    border: #fff solid 2px !important;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
    opacity: 0.8;
}

.feedback-color-wrapper a:hover,
.feedback-color-wrapper a.active {
    opacity: 1;
    border-color: red !important;
}

/* Timeline */

.timeline-box {
    position: relative;
}
.timeline-box:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    margin-left: 0;
    content: '';
    border-left: 1px solid transparent;
}
.timeline-box .tl-row {
    position: relative;
    padding: 10px 0;
}
.timeline-box .tl-row .tl-item {
    width: 50%;
}
.timeline-box .popover {
    min-width: 50px;
    max-width: 276px;
}
.timeline-box .tl-row .tl-item .popover {
    position: relative;
    display: block;
    margin: 0;
    box-shadow: 0 0 0 transparent;
}
.timeline-box .tl-row .tl-item .popover.left {
    float: right;
    margin-right: 35px;
}
.timeline-box .tl-row .tl-item.float-right .popover.right {
    margin-left: 35px;
}
.timeline-box .tl-row .tl-item .tl-panel {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin-top: -8px;
    margin-left: 23px;
    text-align: left;
}
.timeline-box .tl-row .tl-item.float-right .tl-panel {
    right: 50%;
    left: auto;
    margin-right: 23px;
    margin-left: 0;
    text-align: right;
}
.timeline-box .tl-row .tl-item .tl-title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}
.timeline-box .tl-row .tl-item .tl-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 8px;
}
.timeline-box .tl-row .tl-item .tl-content {
    font-size: 13px;
    margin: 0 0 10px;
    /*
    opacity: .80;
    -moz-opacity: .80;
    filter: alpha(opacity: 80);
    */
}
.timeline-box .tl-row .tl-item .tl-time {
    font-style: italic;
    font-size: 13px;
    color: #686868;
}
.timeline-box .tl-row .tl-item .tl-icon,
.timeline-box .tl-row .tl-item .tl-bullet {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    margin-left: -8px;
    border-radius: 100px;
}
.timeline-box .tl-row .tl-item .tl-bullet:before {
    display: block;
    width: 9px;
    height: 9px;
    margin: 4px 0 0 4px;
    content: '';
    border-radius: 100px;
    background: #fff;
}
.timeline-box .tl-row .tl-item .tl-icon {
    font-size: 18px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    margin-top: -18px;
    margin-left: -17px;
    text-align: center;
}
/* Timeline Horizontal */

.timeline-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
}
.timeline-horizontal {
    height: 400px;
    padding: 10px 0;
}
.timeline-horizontal .tl-row {
    float: left;
    width: 400px;
    height: 173px;
}
.timeline-horizontal.timeline-box:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border: 0;
}
.timeline-horizontal.timeline-box .tl-row .tl-item {
    width: auto;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-panel {
    top: auto;
    bottom: -60px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-bullet {
    margin-left: -9px;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-icon,
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-bullet {
    top: auto;
    bottom: -27px;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .popover {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 100%;
}
.timeline-horizontal.timeline-box .tl-row .tl-item.float-right .tl-panel {
    bottom: 0;
}
.timeline-horizontal.timeline-box .tl-row .tl-item.float-right .popover {
    top: 220px;
    bottom: auto;
}

/* Timeline columns */

.timeline-box-right.timeline-box .tl-row .tl-item,
.timeline-box-left.timeline-box .tl-row .tl-item {
    width: auto;
    float: none !important;
}

.timeline-box-right.timeline-box .tl-row .tl-item .popover,
.timeline-box-left.timeline-box .tl-row .tl-item .popover {
    float: none;
}

.timeline-box-right.timeline-box:before {
    left: auto;
    right: 17px;
}

.timeline-box-right.timeline-box .tl-row {
    padding-right: 20px;
}

.timeline-box-right.timeline-box .tl-row .tl-item .tl-icon,
.timeline-box-right.timeline-box .tl-row .tl-item .tl-bullet {
    left: auto;
    right: 17px;
    margin-left: 0;
    margin-right: -17px;
}

.timeline-box-left.timeline-box:before {
    right: auto;
    left: 17px;
}

.timeline-box-left.timeline-box .tl-row {
    padding-left: 20px;
}

.timeline-box-left.timeline-box .tl-row .tl-item .tl-icon,
.timeline-box-left.timeline-box .tl-row .tl-item .tl-bullet {
    right: auto;
    left: 17px;
    margin-right: 0;
    margin-left: -17px;
}

.tl-desc-label {
    display: block;
    font-weight: bold;
}

.tl-desc {
    display: block;
    margin-bottom: 8px;
}

.tl-features {
    position: absolute;
    top: 17px;
    right: 20px;
}

.tl-features a:link {
    font-size: 21px;
}

.tl-features .tl-btn {
    margin-left: 8px;
}

#page-sidebar li ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    display: block;
    float: none;
    text-align: center;
    opacity: .58;
    -moz-opacity: .58;
    filter: alpha(opacity: 58);
    font-size: 8px;
    width: 18px;
    margin: 0;
    height: auto;
    line-height: normal;
    position: absolute;
    left: 11px;
    top: 12px;
}

#page-sidebar ul li a .fa {
    color: #0093d9;
    /*color: #0073b7;*/
}

#page-sidebar li a .fa {
    font-size: 18px;
    line-height: 36px;
    display: block;
    float: left;
    width: 30px;
    height: 36px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
}

#page-sidebar li a .fa {
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
#page-sidebar li a:hover .fa {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

#sidebar-menu li .sidebar-submenu ul li a:link {
    padding: 7px 0px 7px 40px;
    line-height: normal;
    height: auto;
}

#sidebar-menu li .sidebar-submenu.tertiarymenu {
    padding-left: 0px;
    border: none;
    margin: 0;
}

#sidebar-menu li .sidebar-submenu.tertiarymenu ul li:first-child {
    border-top: 1px solid #f8f9fa;
}

#sidebar-menu li .sidebar-submenu.tertiarymenu ul li a:link {
    color: #546E7A;
    padding: 7px 7px 7px 41px;
    line-height: normal;
    height: auto;
}

#sidebar-menu li .sidebar-submenu.tertiarymenu ul li a:before {
    left: 20px;
}

#sidebar-menu li .sidebar-submenu.tertiarymenu ul li a.sfActive:link {
    color: #1c82e1;
}

.feedback-content {
    padding-left: 16px;
    overflow: hidden;
    height:  520px;
}

.messages-content {
    padding-left: 16px;
    overflow: hidden;
    max-height:  520px;
}

#message-list {
	height: 450px!important;
}

.tl-track-id {
    display: inline-block;
    font-size: 80%;
}

/* https://github.com/BioPhoton/css-star-rating */
/*VARIABLES
====================================================*/
/*Range*/
/*Spacing*/
/*Colors*/
/*Sizes*/
/*Animation*/
/*Icons*/
/*Disabled*/
/*CSS Star Rating Elements
=================================================================*/
/*HELPER*/
.center-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*
Star element
==================================================================*/
.star {
    position: relative;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*
  Fill states
  ==================================================================*/
    /*
  Colors
  ==================================================================*/
    /*
  Icon Types
  ==================================================================*/
    /*
  Star Size
  ===================================================================*/
    /*
Disabled
=================================================*/
    /*
  Direction
  =================================================*/
}

.star svg, .star i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-style: normal;
}

.star svg.star-half, .star svg.star-filled, .star i.star-half, .star i.star-filled {
    opacity: 0;
}

.star i {
    top: 1px;
    display: none;
}

.star.icon i, .rating.star-icon i {
    font-size: 25px;
    line-height: 25px;
}

.star.icon i.star-empty:before, .rating.star-icon i.star-empty:before {
    content: "☆";
}

.star.icon i.star-half:before, .rating.star-icon i.star-half:before {
    content: "★";
}

.star.icon i.star-filled:before, .rating.star-icon i.star-filled:before {
    content: "★";
}

.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i {
    font-size: 18px;
    line-height: 18px;
}

.star.empty svg.star-half, .rating.hover:hover.value-1.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-1 .star-container .star svg.star-half, .rating.hover:hover.value-2.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-2 .star-container .star svg.star-half, .rating.hover:hover.value-3.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-3 .star-container .star svg.star-half, .rating.hover:hover.value-4.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-4 .star-container .star svg.star-half, .rating.hover:hover.value-5.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-5 .star-container .star svg.star-half, .rating.hover:hover.value-6.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-6 .star-container .star svg.star-half, .star.empty svg.star-filled, .rating.hover:hover.value-1.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-1 .star-container .star svg.star-filled, .rating.hover:hover.value-2.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-2 .star-container .star svg.star-filled, .rating.hover:hover.value-3.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-3 .star-container .star svg.star-filled, .rating.hover:hover.value-4.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-4 .star-container .star svg.star-filled, .rating.hover:hover.value-5.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-5 .star-container .star svg.star-filled, .rating.hover:hover.value-6.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-6 .star-container .star svg.star-filled, .star.empty i.star-half, .rating.hover:hover.value-1.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-1 .star-container .star i.star-half, .rating.hover:hover.value-2.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-2 .star-container .star i.star-half, .rating.hover:hover.value-3.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-3 .star-container .star i.star-half, .rating.hover:hover.value-4.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-4 .star-container .star i.star-half, .rating.hover:hover.value-5.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-5 .star-container .star i.star-half, .rating.hover:hover.value-6.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-6 .star-container .star i.star-half, .star.empty i.star-filled, .rating.hover:hover.value-1.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-1 .star-container .star i.star-filled, .rating.hover:hover.value-2.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-2 .star-container .star i.star-filled, .rating.hover:hover.value-3.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-3 .star-container .star i.star-filled, .rating.hover:hover.value-4.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-4 .star-container .star i.star-filled, .rating.hover:hover.value-5.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-5 .star-container .star i.star-filled, .rating.hover:hover.value-6.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-6 .star-container .star i.star-filled {
    opacity: 0;
}

.star.empty svg.star-empty, .rating.hover:hover.value-1.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-1 .star-container .star svg.star-empty, .rating.hover:hover.value-2.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-2 .star-container .star svg.star-empty, .rating.hover:hover.value-3.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-3 .star-container .star svg.star-empty, .rating.hover:hover.value-4.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-4 .star-container .star svg.star-empty, .rating.hover:hover.value-5.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-5 .star-container .star svg.star-empty, .rating.hover:hover.value-6.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-6 .star-container .star svg.star-empty, .star.empty i.star-empty, .rating.hover:hover.value-1.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-1 .star-container .star i.star-empty, .rating.hover:hover.value-2.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-2 .star-container .star i.star-empty, .rating.hover:hover.value-3.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-3 .star-container .star i.star-empty, .rating.hover:hover.value-4.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-4 .star-container .star i.star-empty, .rating.hover:hover.value-5.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-5 .star-container .star i.star-empty, .rating.hover:hover.value-6.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-6 .star-container .star i.star-empty {
    opacity: 1;
}

.star.half svg.star-filled, .rating.value-0.half .star:nth-child(1) svg.star-filled, .rating.value-1.half .star-container .star:nth-child(2) svg.star-filled, .rating.value-2.half .star-container .star:nth-child(3) svg.star-filled, .rating.value-3.half .star-container .star:nth-child(4) svg.star-filled, .rating.value-4.half .star-container .star:nth-child(5) svg.star-filled, .rating.value-5.half .star-container .star:nth-child(6) svg.star-filled, .star.half svg.star-empty, .rating.value-0.half .star:nth-child(1) svg.star-empty, .rating.value-1.half .star-container .star:nth-child(2) svg.star-empty, .rating.value-2.half .star-container .star:nth-child(3) svg.star-empty, .rating.value-3.half .star-container .star:nth-child(4) svg.star-empty, .rating.value-4.half .star-container .star:nth-child(5) svg.star-empty, .rating.value-5.half .star-container .star:nth-child(6) svg.star-empty, .star.half i.star-filled, .rating.value-0.half .star:nth-child(1) i.star-filled, .rating.value-1.half .star-container .star:nth-child(2) i.star-filled, .rating.value-2.half .star-container .star:nth-child(3) i.star-filled, .rating.value-3.half .star-container .star:nth-child(4) i.star-filled, .rating.value-4.half .star-container .star:nth-child(5) i.star-filled, .rating.value-5.half .star-container .star:nth-child(6) i.star-filled, .star.half i.star-empty, .rating.value-0.half .star:nth-child(1) i.star-empty, .rating.value-1.half .star-container .star:nth-child(2) i.star-empty, .rating.value-2.half .star-container .star:nth-child(3) i.star-empty, .rating.value-3.half .star-container .star:nth-child(4) i.star-empty, .rating.value-4.half .star-container .star:nth-child(5) i.star-empty, .rating.value-5.half .star-container .star:nth-child(6) i.star-empty {
    opacity: 0;
}

.star.half svg.star-half, .rating.value-0.half .star:nth-child(1) svg.star-half, .rating.value-1.half .star-container .star:nth-child(2) svg.star-half, .rating.value-2.half .star-container .star:nth-child(3) svg.star-half, .rating.value-3.half .star-container .star:nth-child(4) svg.star-half, .rating.value-4.half .star-container .star:nth-child(5) svg.star-half, .rating.value-5.half .star-container .star:nth-child(6) svg.star-half, .star.half i.star-half, .rating.value-0.half .star:nth-child(1) i.star-half, .rating.value-1.half .star-container .star:nth-child(2) i.star-half, .rating.value-2.half .star-container .star:nth-child(3) i.star-half, .rating.value-3.half .star-container .star:nth-child(4) i.star-half, .rating.value-4.half .star-container .star:nth-child(5) i.star-half, .rating.value-5.half .star-container .star:nth-child(6) i.star-half {
    opacity: 1;
}

.star.filled svg.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty, .star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
    opacity: 0;
}

.star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
    opacity: 1;
}

.star.default svg, .star-container .star svg {
    fill: #999;
}

.star.default i, .star-container .star i {
    color: #999;
}

.star.negative svg, .rating.value-1 .star-container .star svg, .rating.value-2 .star-container .star svg, .rating.hover:hover.hover-1 .star-container .star svg, .rating.hover:hover.hover-2 .star-container .star svg, .rating.value-0.half .star svg, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star svg, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star svg, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star svg, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star svg, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star svg {
    fill: #f03c56;
}

.star.negative i, .rating.value-1 .star-container .star i, .rating.value-2 .star-container .star i, .rating.hover:hover.hover-1 .star-container .star i, .rating.hover:hover.hover-2 .star-container .star i, .rating.value-0.half .star i, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star i, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star i, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star i, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star i, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star i {
    color: #f03c56;
}

.star.ok svg, .rating.value-3 .star-container .star svg, .rating.hover:hover.hover-3 .star-container .star svg {
    fill: #ffc058;
}

.star.ok i, .rating.value-3 .star-container .star i, .rating.hover:hover.hover-3 .star-container .star i {
    color: #ffc058;
}

.star.positive svg, .rating.value-4 .star-container .star svg, .rating.value-5 .star-container .star svg, .rating.value-6 .star-container .star svg, .rating.value-7 .star-container .star svg, .rating.value-8 .star-container .star svg, .rating.value-9 .star-container .star svg, .rating.value-10 .star-container .star svg, .rating.value-11 .star-container .star svg, .rating.value-12 .star-container .star svg, .rating.hover:hover.hover-4 .star-container .star svg, .rating.hover:hover.hover-5 .star-container .star svg, .rating.hover:hover.hover-6 .star-container .star svg {
    fill: #7ed321;
}

.star.positive i, .rating.value-4 .star-container .star i, .rating.value-5 .star-container .star i, .rating.value-6 .star-container .star i, .rating.value-7 .star-container .star i, .rating.value-8 .star-container .star i, .rating.value-9 .star-container .star i, .rating.value-10 .star-container .star i, .rating.value-11 .star-container .star i, .rating.value-12 .star-container .star i, .rating.hover:hover.hover-4 .star-container .star i, .rating.hover:hover.hover-5 .star-container .star i, .rating.hover:hover.hover-6 .star-container .star i {
    color: #7ed321;
}

.star.svg i, .rating.star-svg i {
    display: none;
}

.star.svg svg, .rating.star-svg svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.star.custom-icon svg, .rating.star-custom-icon svg, .rating.theme-kununu .star-container .star svg, .star.icon svg, .rating.star-icon svg {
    display: none;
}

.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i, .star.icon i, .rating.star-icon i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.star.small, .rating.small .star {
    width: 10px;
    height: 9, 5px;
}

.star.small i, .rating.small .star i {
    font-size: 11px;
    line-height: 10px;
}

.star.medium, .rating.medium .star {
    width: 20px;
    height: 20px;
}

.star.medium i, .rating.medium .star i {
    font-size: 25px;
    line-height: 25px;
}

.star.large, .rating.large .star {
    width: 35px;
    height: 33.3px;
}

.star.large i, .rating.large .star i {
    font-size: 36px;
    line-height: 35px;
}

.star.disabled, .rating.disabled .star-container .star {
    opacity: 0.5;
}

.star.direction-rtl svg.star-half, .star-container.direction-rtl .star svg.star-half, .rating.direction-rtl .star-container .star svg.star-half, .star.direction-rtl i.star-half, .star-container.direction-rtl .star i.star-half, .rating.direction-rtl .star-container .star i.star-half {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.star.direction-ltr svg.star-half, .star-container.direction-ltr .star svg.star-half, .star.direction-ltr i.star-half, .star-container.direction-ltr .star i.star-half {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*
Label Element
===================================================================*/
.label-value {
    font-size: 18px;
    line-height: 18px;
    /*
  Sizes
  =================================================================*/
    /*
  Disabled
  =================================================*/
}

.label-value.small, .rating.small .label-value {
    font-size: 9.5px;
    line-height: 9.5px;
}

.label-value.medium, .rating.medium .label-value {
    font-size: 18px;
    line-height: 25px;
}

.label-value.large, .rating.large .label-value {
    font-size: 28px;
    line-height: 35px;
}

.label-value.disabled, .rating.disabled .label-value {
    opacity: 0.5;
}

/*
Star Container
==================================================================*/
.star-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*
 Direction
 ===================================================*/
    /*
  Space
  ======================================================*/
}

.star-container + .star {
    margin-left: 5px;
}

.star-container .star {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.star-container .star svg, .star-container .star i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.star-container svg {
    z-index: 2;
}

.star-container i {
    z-index: 1;
}

.star-container.direction-rtl, .rating.direction-rtl .star-container {
    direction: rtl;
}

.star-container.direction-ltr {
    direction: ltr;
}

.star-container.space-no, .rating.space-no .star-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.star-container.space-between, .rating.space-between .star-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.star-container.space-around, .rating.space-around .star-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/*
Rating Component
========================================================================= */
.rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    /*Rating Value
  ====================================================*/
    /*Hover states
  ====================================================*/
    /*Half stars
  ====================================================*/
    /*Label Visible
  ====================================================*/
    /*Label Position
  ====================================================*/
    /*
  Direction
  ===================================================*/
    /* Star Type
  ====================================================*/
    /* Sizes
  ==========================================================*/
    /* Space
  ====================================================*/
    /* Static Color
    ====================================================*/
    /*Disabled
  ====================================================*/
    /*AnimationSpeed
 ====================================================*/
}

.rating.left {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -moz-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 10px;
}

td .rating.left {
    margin-bottom: 0;
}

.rating.left .star-container {
    margin: 0;
}

.rating.label-hidden .label-value {
    display: none;
}

.rating.label-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.rating.label-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rating.label-top .label-value + .star-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}

.rating.label-left .label-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.rating.label-left .label-value + .star-container {
    margin-left: 5px;
    margin-right: 0;
}

.rating.label-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rating.label-right .label-value + .star-container {
    margin-left: 0;
    margin-right: 5px;
}

.rating.label-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rating.label-bottom .label-value + .star-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.rating.direction-rtl {
    direction: rtl;
}

.rating.direction-ltr {
    direction: ltr;
}

.rating.color-default .star-container .star svg {
    fill: #999;
}

.rating.color-default .star-container .star i {
    color: #999;
}

.rating.color-ok .star-container .star svg {
    fill: #ffc058;
    fill: #fc0;
}

.rating.color-ok .star-container .star i {
    /*color: #ffc058;*/
    color: #fc0;
}

.rating.color-positive .star-container .star svg {
    /*fill: #7ed321;*/
    fill: #2ecc71;
}

.rating.color-positive .star-container .star i {
    /*color: #7ed321;*/
    color: #2ecc71;
}

.rating.color-negative .star-container .star svg {
    /*fill: #f03c56;*/
    fill: #e74c3c;
}

.rating.color-negative .star-container .star i {
    /*color: #f03c56;*/
    color: #e74c3c;
}

.rating.immediately .star-container {
    -webkit-transition: all none;
    -moz-transition: all none;
    transition: all none;
}

.rating.immediately .star-container .star {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.rating.immediately .star-container .star svg, .rating.immediately .star-container .star i {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.rating.noticeable .star-container {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rating.noticeable .star-container .star {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rating.noticeable .star-container .star svg, .rating.noticeable .star-container .star i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rating.slow .star-container {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.rating.slow .star-container .star {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.rating.slow .star-container .star svg, .rating.slow .star-container .star i {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

/*theme modifiers
====================================================*/
.rating.theme-kununu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 78px;
}

.rating.theme-kununu .label-value,
.rating.theme-kununu .star-container {
    width: 100%;
}

.rating.theme-kununu .label-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    height: 50px;
    border: 1px solid #e9ecec;
    border-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #2f3940;
    letter-spacing: -1px;
    background-color: #f8f8f8;
}

.rating.theme-kununu .star-container {
    border-radius: 0 0 6px 6px;
    padding: 2px 0 4px 0;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #99c613;
    border: 1px solid #99c613;
    border-bottom: 0px;
}

.rating.theme-kununu .star-container .star {
    height: 11px;
    width: 11px;
}

.rating.theme-kununu .star-container .star i {
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.rating.theme-google-places .label-value {
    color: #e7711b;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
}

.rating.theme-google-places .star-container {
    width: 65px;
    margin-left: 2px;
}

.rating.theme-google-places .star-container .star i {
    font-size: 17px;
    color: #e7711b !important;
}

.rating.theme-google-places .star-container .star i.star-empty {
    opacity: 1 !important;
    color: #e1e1e1 !important;
}

/*
.popover {
    max-width: 400px;
}*/

.ecm-list-group .popover {
    max-width: 400px;
}

.popover p, .modal-body p {
    margin: 0 0 10px;
}

/* Customize jQuery style for dialog - Begin */
.ui-dialog-custom {
    border: 1px solid #65a6ff;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    background-color: #a0d9f5;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-helper-clearfix {
    zoom: 1;
}


.ui-dialog .ui-widget-header {
    border: 1px solid #1aa0da;
    background: #1aa0da; /* #0098cf; */
    color: #eaf5f7;
    font-weight: bold;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ui-dialog .ui-widget-header a {
    color: #555;
}

.ui-dialog .ui-widget-content {
    border: none;
    background: #fcfdfd;
    color: #222222;
}

.ui-dialog .ui-widget-header .ui-icon {
    background-image: url(../../monarch/images/ui-icons_d8e7f3_256x240.png);
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-dialog .ui-icon-closethick
{ background-position: -96px -128px; }


/* Customize jQuery style for dialog - End */

.feedback-details-container {
    padding-left: 51px;
}
.feedback-details-container .thumbnail-box {
    max-width: 320px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
}

.feedback-details-container .tl-btn {
    text-decoration: none;
    display: block;
}

div.dataTables_wrapper div.dataTables_filter input[type="search"] {
    padding: 0px 12px;
}

div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    padding-left: 24px;
}
/* position these datatable dom elements besides eachother */
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length {
    display:inline-block;
    margin-right:16px;
}
/* monarch / datatable css conflicts and removes right border */
.dataTables_wrapper .table-bordered {
    border-right-width: 1px;
}
/* remove heading background color when table doesn't have borders */
div.dataTables_wrapper table:not(.table-bordered ) th {
    background-color:transparent;
}
/* remove individual column borders */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-right-width:0;
}

/* darken the hover when used in conjunction with table-striped */
table.table-striped.table-hover tr:hover td {
    background: #f3f3f3;
}



#modal-image-feedback .modal-dialog {
    width: 100%;
    max-width: 70%;
}

#modal-image-feedback img {
    width: 100%;
}

.rating-text {
    display: none;
}

.details-control {
    width: 30px;
}

td.details-control {
    background: url('../../monarch/images/details_open.png') no-repeat center center;
}

.table-striped tr:nth-child(even) > td.details-control {
    background: #fff url('../../monarch/images/details_open.png') no-repeat center center;
}

.table-striped tr.shown:nth-child(even) > td.details-control {
    background: #fff url('../../monarch/images/details_close.png') no-repeat center center;
}

.table-striped tr.shown:nth-child(odd) > td.details-control {
    background: #f9f9f9 url('../../monarch/images/details_close.png') no-repeat center center;
}

tr.shown td.details-control {
    background: url('../../monarch/images/details_close.png') no-repeat center center;
}

table.table-striped.table-hover.dataTable tr:hover td.details-control {
    background: #f3f3f3 url('../../monarch/images/details_open.png') no-repeat center center;
}

/*
.collapsed td.details-control {
    background-image: none;
}

table.collapsed.table-striped tr:nth-child(even) > td.details-control {
    background-image: none;
}

table.collapsed.table-striped tr.shown:nth-child(even) > td.details-control {
    background-image: none;
}

table.collapsed.table-striped tr.shown:nth-child(odd) > td.details-control {
    background-image: none;
}

table.collapsed tr.shown td.details-control {
    background-image: none;
}

table.collapsed.table-striped.table-hover.dataTable tr:hover td.details-control {
    background-image: none;
}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    /*
        border-bottom: none;
        background-color: #dedede;
    */
}

#feedback-datatable tbody tr.dt-toggle-row {
   cursor: pointer;
}

#feedback-datatable tbody tr.dt-error-row {
   color: red;
   font-weight: bold;
}

#notifications-btn ul.notifications-box {
    margin: 0 16px 10px 10px;
}

ul.notifications-box li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe8f1;
}

ul.notifications-box li:last-child {
    border: none;
    padding-bottom: 0;
}

.notification-heading {
    color: #555a60;
    font-size: 13px;
    font-weight: 700;
    margin: 16px 16px 16px 0px;
    padding: 10px 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 6px;
}

.notification-text {
    line-height: normal;
}

.broadcast-desc {
	font-weight:bold;
}

.broadcast-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
	word-wrap: break-word;
}

.broadcast-more{
    position: absolute;
    right: 7px;
    bottom: 8px;
    cursor:pointer;
}

.notifications-box li:last-child .broadcast-more{
   	bottom: 0px;
}

#broadcast-modal .modal-dialog{
	word-break: break-word;
	word-wrap: break-word;
	min-width: 600px;
}
#broadcast-modal .modal-content img{
	max-width: 100%;
	width:100%!important;
    height: auto!important;
}
@media (max-width:768px) {
    #broadcast-modal .modal-dialog{
		min-width: auto;
    }
}
@media (max-width: 1200px) {
    #broadcast-modal .modal-dialog{
		max-width: auto;
    }
}

.notification-icon {
    width: 36px;
    height: 36px;
    float: left;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    display: none;
}

.has-icon .notification-icon {
    display: block;
}

.has-small-icon .notification-icon {
    display: block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-top: 6px;
}

.has-success .notification-icon {
    background-color: #5cb85c;
}

.has-success .notification-text {
    color: #5cb85c;
}

.has-danger .notification-icon {
    background-color: #d9534f;
}

.has-danger .notification-text {
    color: #d9534f;
}

.has-warning .notification-icon {
    background-color: #f0ad4e;
}

.has-warning .notification-text {
    color: #f0ad4e;
}

.notification-time {
    font-size: 12px;
}

.report-total-row {
    font-weight: bold;
}

.form-text-value {
    margin-top: 4px;
    margin-bottom: 1px;
}

.list-group.ecm-list-group {

}

.list-group.ecm-list-group a.list-group-item {
    padding: 15px;
}

.list-group.ecm-list-group a.list-group-item img {
    max-height: 36px;
    width: auto;
    margin-right: 8px;
}

.campaign-icon {
    max-height: 36px;
    width: auto;
    margin-right: 8px;
}

.custom-list-group-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px
}

.custom-list-group-icon.font-size-18 {
    margin-top: -9px
}

/* chat support start *//* chat side bar start */

.chat-side-bar {
    position: relative;
    float: left;
    width: 25%;
    padding-top: 16px;
    overflow-y: auto;
    height: 100%;
    min-height: 620px;
    -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
    background-color: #fff;
    border-right:1px solid #dfe8f1;
}

.chat-side-bar .chat-info-bar {
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.chat-side-bar .chat-info-bar h2 {
    font-size: 16px;
}

.chat-channel-list {
    height: 696px;
}

.chat-channel-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.chat-channel-list > ul {
    margin-right: 16px;
}

.chat-channel-list li.main-channel {
    margin-bottom: 16px;
    font-weight: bold;
}

.chat-channel-list li.sub-chat-channel {
    font-weight: normal;
}

.chat-channel-list li.tla-channel {
    font-weight: normal;
    margin-bottom: 16px;
}

.chat-channel-list li.tla-channel li.sub-chat-channel {
    font-weight: normal;
}

.sub-chat-channel.needs-help a:link, .sub-chat-channel.needs-help  a:visited {
    color: #cf4436;
}

.chat-box {
    height: 606px;
}

.chat-author {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
}

.chat-author.author-paymentus {
  background: #15477d url('../../monarch/images/chat_icon_paymentus.png') no-repeat 0 0;
}

.chat-author.author-agent {
  background-color: #d6d6d6;
  text-align: center;
  line-height: 36px;
}

.chat-author.author-customer {
  background-color: #d6d6d6;
  text-align: center;
  line-height: 36px;
}

.chat-author.author-customer i {
  font-size: 18px;
}

.channel-active {
    color: #1c82e1;
    border: 1px solid #d1d9dd;
    border-radius: 3px;
}

.chat-log {
    padding-right: 16px;
}

.chat-channel-list a:link, .chat-channel-list a:visited {
    display: block;
    padding: 4px 16px;
}

.chat-box .popover.left>.arrow {
    border-left-color: #bdd1e3;
}

.chat-box .popover.right>.arrow {
    border-right-color: #bdd1e3;
}

.chat-channel-list i {
    margin-right: 4px;
}

.chat-channel-list .badge, .chat-channel-list .bs-badge {
    font-weight: normal;
    margin-left: 4px;
    padding: 0;
}

.chat-tracker-bar {
    position: relative;
    overflow: hidden;
    padding: 8px 16px;
    border-bottom:1px solid #dfe8f1;
    color: #989898;
}

.chat-box .scrollable-content {
    float: none;
    clear: both;
}

.chat-box-container {
    position: relative;
    float: left;
    width: 75%;
}

.chat-box-container .button-pane {

}

.chat-box-content {
    max-width: 80%;
}

.chat-box-content .content-box-wrapper {
    position: relative;
    overflow: hidden;
}

.selectize-search-bar {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0px;
}

.select-clear {
    position: absolute;
    top: 0;
    right: 34px;
    z-index: 1;
    display: none;
}

.select-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1;
}

.search-dropdown-menu {

}

.dropdown-menu.search-dropdown-menu {
    width: 100%;
    padding: 0;
    margin: -6px 0 0 0;
}

.flex-row-reverse {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    align-items: center;
    line-height: 56px;
    margin-top: 24px;
    padding: 20px 20px;
}

.search-dropdown-menu .form-horizontal .control-label {
    text-align: left;
}

legend.control-label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.flex-row-reverse .btn {
    margin-left: 20px;
}

/*
.selectize-control.single .selectize-input:after {
	display: none!important
}
*/

.selectize-search-result {
}

.dropdown-container {
    position: relative;
}

.selectize-search-result {
    border-bottom: 1px solid #dfe8f1;
}

.search-heading {
    font-weight: bold;
}
/* chat side bar end */

/* solution search css start */

.articles {
    list-style: none;
    padding: 0;
}

.articles li {
    border-bottom: 1px solid #dfe8f1;
}

.articles li:last-child {
    border: none;
}

.articles a:link,  .articles a:visited {
    font-size: 14px;
    color: #1c82e1;
    text-decoration: underline;
}

.articles a:hover {
    color: #1c82e1;
    text-decoration: none;
}

.dataTable .dropdown-menu {
    left: auto;
    right: 0;
}

.two-col td,
.col-2-layout td {
    width: 50%;
}

.three-col td,
.col-3-layout td  {
    width: 33.33%;
}

.three-col td,
.col-3-layout td  {
    width: 325%;
}

.modal-xl {
    width: 100%;
}

.modal-xxl {
    width: 100%;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.table>tbody>tr:first-child>td {
    border-top: none;
}

.standardTables_wrapper table.table-bordered tr td:last-child {
    border-right-width: 0;
}

table.dataTable .dropdown-toggle {
	height: auto;
	line-height: 1;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #898989!important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 50%!important;
    margin-top: -9px!important;
    background-color: #3cb73d!important;
}

legend {
    font-size: 13px;
    font-weight: bold;
    border: none;
    margin: 0;
    color: #3e4855;
}

@media (min-width: 1440px) {
    .dataTable .dropdown-menu {
        left: auto;
        right: 28px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 1200px;
    }

    .modal-xxl {
        max-width: 1440px;
    }
}

/* solution search css end */

.picker-parent {
    position: relative;
}

.popover.message-preview {
    margin: 0;
    width: 100%;
    max-width: calc(100% - 30px);
    padding: 0;
    transition: top .5s;
    top: 0;
    left: 16px!important;
}

.popover.message-preview .popover-title {
    padding: 15px 15px;
}

.popover.message-preview .arrow {
    transition: top .5s;
    border-right-color: rgba(0,0,0,.15);
}

.message-preview .message-preview-content {
    display: none;
}
/* alter form-wizard tabs to appear more like a progress bar */
.form-wizard > ul > li:first-child a:before {
    display: none;
}

.form-wizard > ul > li a:before {
    background: #97bf47;
    left: -50%;
}

.form-wizard > ul > li:last-child a:before {
    width: 100%;
}

.form-wizard > ul > li.active a:before {
    background: #97bf47;
}

.form-wizard > ul > li.active ~ li a:before {
    background: #ccc;
}

/* alter bootstrap switch */
.bootstrap-switch {
    border-radius: 24px;
}


/* customize modals using form-wizard when using class modal-wizard */
.modal.modal-wizard .modal-body {
    border-radius: 6px;
}

.wizard.pager {
    /*border-top: 1px solid #dfe8f1;*/
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wizard.pager .cancel > a {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding: 0 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-image: none;
    -o-user-select: none;
    line-height: 32px;
    height: 34px;
    min-width: 34px;
    border-color: #dfe8f1;
    color: #555a60;
    border-radius: 3px!important;
}

.wizard.pager .cancel > a:hover {
    color: #2b2f33;
    border-color: #bfc8d1;
    background-color: #f3f3f9;
}

.wizard.pager .next > a,
.wizard.pager .previous > a {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding: 0 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-image: none;
    -o-user-select: none;
    line-height: 32px;
    height: 34px;
    min-width: 34px;
    color: #fff;
    background-color: #337ab7;
    border-radius: 3px!important;
}

.wizard.pager .next > a:hover,
.wizard.pager .previous > a:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .wizard.pager, .modal.modal-wizard .wizard.pager {
		flex-direction: row;
		justify-content:    flex-start;
		align-items: stretch;
   }

   .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
		font-size: 13px;
   }
}

.form-horizontal .has-feedback .form-control.selectize + .form-control-feedback {
    right: 30px;
}

html.full-height, html.full-height body{
    height: 100%;
    background: #fff;
}

.standardTables_wrapper .table-bordered {
    border-right-width: 1px;
}

.standardTables_wrapper table.table-bordered th, .standardTables_wrapper table.table-bordered td {
    /*border-right-width:0;*/
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-right-width:0;
}

.table th.col-label, .table td.col-label, .col-label {
    font-weight: 600;
}

/*!
 * ClockPicker v0.0.7 for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */

 .clockpicker {
    position: relative;
 }

.clockpicker .input-group-addon {
    cursor: pointer;
}
.clockpicker-moving {
    cursor: move;
}
.clockpicker-align-left.popover > .arrow {
    left: 25px;
}
.clockpicker-align-top.popover > .arrow {
    top: 17px;
}
.clockpicker-align-right.popover > .arrow {
    left: auto;
    right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
    top: auto;
    bottom: 6px;
}

.clockpicker-popover {
    font-family: 'Open Sans', sans-serif;
}

.clockpicker-popover .popover-title {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.clockpicker-popover .popover-title span {
    cursor: pointer;
}
.clockpicker-popover .popover-content {
    background-color: #f8f8f8;
    padding: 12px;
}
.popover-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.clockpicker-plate {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: visible;
    position: relative;
    /* Disable text selection highlighting. Thanks to Hermanya */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.clockpicker-minutes {
    visibility: hidden;
}
.clockpicker-tick {
    border-radius: 50%;
    color: #666;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
    background-color: rgb(192, 229, 247);
    background-color: rgba(0, 149, 221, .25);
}
.clockpicker-button {
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    background-image: none;
    background-color: #fff;
    border-width: 1px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 10px 0;

}
.clockpicker-button:hover {
    background-image: none;
    background-color: #ebebeb;
}
.clockpicker-button:focus {
    outline: none!important;
}
.clockpicker-dial {
    -webkit-transition: -webkit-transform 350ms, opacity 350ms;
    -moz-transition: -moz-transform 350ms, opacity 350ms;
    -ms-transition: -ms-transform 350ms, opacity 350ms;
    -o-transition: -o-transform 350ms, opacity 350ms;
    transition: transform 350ms, opacity 350ms;
}
.clockpicker-dial-out {
    opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
}
.clockpicker-canvas {
    -webkit-transition: opacity 175ms;
    -moz-transition: opacity 175ms;
    -ms-transition: opacity 175ms;
    -o-transition: opacity 175ms;
    transition: opacity 175ms;
}
.clockpicker-canvas-out {
    opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    stroke: none;
    fill: rgb(0, 149, 221);
}
.clockpicker-canvas-bg {
    stroke: none;
    fill: rgb(192, 229, 247);
}
.clockpicker-canvas-bg-trans {
    fill: rgba(0, 149, 221, .25);
}
.clockpicker-canvas line {
    stroke: rgb(0, 149, 221);
    stroke-width: 1;
    stroke-linecap: round;
    /*shape-rendering: crispEdges;*/
}
.clockpicker-button.am-button {
    margin: 1px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;

}
.clockpicker-button.pm-button {
    float: right;
    margin: 1px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.google-map {
    min-height: 480px;
}

a.text-link, a.text-link:visited {
    text-decoration: underline;
    color: #337ab7;
}

a.text-link:hover {
    color: #2b618e;
}

.phone-content-wrapper {
    position: absolute;
    width: 319px;
    height: 504px;
    /*
    left: 19px;
    top: 135px;*/
    left: 34px;
    top: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.phone-subject-overlay {
    font-size: 14px;
    font-weight: 600;
    background: #fff url('../../monarch/images/preview/preview_email_subject_bg.png') no-repeat 0 0;
    height: 68px;
    line-height: 68px;
    padding-left: 12px;
}

.phone-from-overlay {
    font-weight: 600;
    background: #fff url('../../monarch/images/preview/preview_email_from_bg.png') no-repeat 0 0;
    height: 70px;
    padding-left: 55px;
    padding-top: 12px;
}

.phone-content-overlay {
    position: relative;
    width: 100%;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
}

.modal.modal-width-auto {
    text-align: center;
}

.modal.modal-width-auto .modal-title {
    text-align: left;
}

.modal.modal-width-auto .modal-content {
    text-align: left;
}

.modal.modal-width-auto .modal-dialog {
    width: auto!important;
    max-width: 100%!important;
    display: inline-block!important;
}

img.preview-email-banner {
    width: 100%;
    margin-bottom: 15px;
    image-rendering: -webkit-optimize-contrast;
}

img.preview-email-reply-bar {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.preview-audio-wrapper {
    width: 520px;
}

.preview-audio-wrapper audio {
    width: 100%;
}

.wizard.pager> li:first-child {
   margin-right: auto;
}

/* Preview SMS/Facebook start */
/* chat log start */
.chat-log {
    position: relative;
    padding: 16px 0 0 0;
    /*
    -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);*/
}

.chat-log.show-chat-features {
    bottom: 36px;
}

ul.chat-log-list, ul.chat-log-list li {
    list-style-type: none;
    margin:0;
    padding: 0;
}

ul.chat-log-list li {
    list-style-type: none;
    margin:0 0 1em 0;
    padding: 0;
}

.chat-log-time {
    text-align: center;
    font-size: 12px;
    color: #333;
}

.chat-log-wrapper {
    position: relative;
}

.chat-log-avatar {
    position: absolute;
    bottom: 6px;
    text-align: center;
    line-height: 36px;
}

.chat-log-sender .chat-log-wrapper {
  text-align: left;
}

.chat-log-msg {
    position: relative;
    background-color: #689f38;
    border-radius: 24px;
    padding: 6px 12px;
    width: auto;
    display: inline-block;
    border: 1px solid #689f38;
    border-radius: 16px;
    margin-left: 42px;
    color: #fff;
}

.chat-log-avatar {
    position: absolute;
    bottom: 0px;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #689f38;
}

.chat-log-avatar.avatar-paymentus {
}

.chat-log-avatar i {
    font-size: 14px;
    padding: 0;
    color: #fff;
    opacity: 0.7;
}

.chat-log-content {
    padding: 6px 0px;
    font-size: 13px;
}

.preview-facebook .phone-content-wrapper {
    top: 112px;
    height: 542px;
}

.facebook-name-overlay {
    position: absolute;
    color: #fff;
    left: 56px;
    font-size: 12px;
    z-index: 1;
}

.preview-facebook .chat-log-msg {
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.preview-facebook .chat-log-avatar {
    background-color: #15477c;
    color: #fff;
    background: #15477c url('../../monarch/images/preview/chat_icon_paymentus_white.png') no-repeat 0 0;
}

.preview-facebook .chat-log-content {
    background-color: #eaeaea;
    color: #333;
}

.preview-facebook .phone-content-overlay {
    padding-top: 38px;
}
/* Preview SMS/Facebook end */

.col-xs-auto, .col-sm-auto, .col-md-auto, .col-lg-auto {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

@media (min-width: 480px) {
    .col-xs-auto { width: auto; }
}
@media (min-width:768px) {
    .col-sm-auto { width: auto; }
}
@media (min-width: 992px) {
    .col-md-auto { width: auto; }
}
@media (min-width: 1200px) {
    .col-lg-auto { width: auto; }
}

.campaign-type-list .radio,
.campaign-type-list .checkbox {
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}

.campaign-type-list .radio input[type='radio'],
.campaign-type-list .checkbox input[type='checkbox'] {
    margin-top: 12px;
}

.campaign-error-row {
    position: relative;
}

.modal .wizardForm .tab-pane {
    padding: 0;
}

.ck-editor__editable {
    min-height: 320px;
}

.collapsible-content-box .content-box-header {
    padding: 0;
}

.collapse-link:link, .collapse-link:visited{
    display: block;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.collapse-link:hover {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.collapsible-content-box .collapse-link {
    padding: 15px;
}

.toggle-arrow {
    border-top: none;
    border-bottom: #333 8px solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1em;
    transition: -webkit-transform .5s;
}

.collapse-link .toggle-arrow {
    transform: rotateZ(0deg);
}

.collapse-link.collapsed .toggle-arrow {
    transform: rotateZ(180deg);
}

/* key provisioning */

#key-provisioning-wrapper {
	margin: 1rem 0;
}

#key-provisioning-wrapper .header {
    border-bottom: #ddd solid 1px;
    /* text-transform: uppercase; */
    padding-bottom: .5rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

#ssh-key-content {
	resize: none;
	width: 100%;
	height: 40vh;
	margin-bottom: .5rem;
}

#ssh-key-comment {
	width: 100%;
}

.ssh-key-list {
    margin-bottom: 16px !important;
    padding-left: 0;
    margin-top: 1rem;
    display: block;
    list-style-type: disc;
    border: 1px solid #d1d5da;
    border-radius: 3px;
}

.ssh-key {
    border-top-color: transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px;
    margin-top: -1px;
    list-style-type: none;
    border-top: 1px solid #e1e4e8;
}

.user-key-type {
    padding-right: 20px;
    padding-left: 10px;
    text-align: center;
}

.TableObject-item {
	display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.user-key-badge {
    display: block;
    padding: 0 5px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.4;
    border: solid 1px #ddd;
    border-radius: 3px;
}

.text-gray {
    color: rgb(88, 96, 105);
}

.user-key-details {
    width: 400px;
    line-height: 1.6;
    white-space: normal;
}

.d-block {
    display: block !important;
}

.potential-danger {
	background-color: #933;
}

.Subhead {
    display: -webkit-box;
    display: flex;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px #e1e4e8 solid;
    flex-flow: row wrap;
}

.Subhead-heading {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding-top: 4px;
}

.Subhead-actions {
    align-self: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.drop-zone{
  position:relative;
}

.drop-layer{
	display:none;
	position:absolute;
	border:1px dashed #999;
	background:rgba(200,230,255,0.75);
	margin: 0;
	padding: 0;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:5;
}

.drop-layer-icon {
	display: flex;
    flex-wrap: wrap; /* optional. only if you want the items to wrap */
    justify-content: center; /* for horizontal alignment */
    align-items: center; /* for vertical alignment */
    height: 100%;
    pointer-events: none;
}

.btn-remove {
    margin-top: 23px;
    font-size: 0.813rem;
}

[data-notify="title"]  {
    display: block;
}

.key-action-descr {
	padding-bottom: 1rem;
}

.key-action-title {
	padding: 1rem 0 .25rem 0;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
}

#envInfo {
    font-weight: 600;
    position: relative;
    display: inline-block;
    background: radial-gradient(ellipse, #fff, transparent 100%);
    background-color: #ecf0f5;
    border-radius: 3px;
    border: 1px solid #e8eaf0;
    color: #556;
    padding: 0 10px;
    line-height: 28px;
    height: 30px;
    min-width: 34px;
}
.notif-title {
	font-weight: 600;
	padding: .5rem;
}

/* end of key provisioning */

#legacy_ad {
    border-radius: 4px;
}

/* primary color tile-box has transparent by default
   all secondary colors have a non transparent border
*/
.tile-box.bg-primary {
	border-color: #009885;
}

/* add responsive resizing to biller logo on login page
*/
#login-form.content-box img {
    width: auto;
    max-width: 320px;
}

@media screen and (max-width: 1440px) {
    #login-form.content-box img {
        max-width: 238px;
    }
}

.overlay-bg {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    overflow:hidden;
    z-index: 9000;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.7);
    zoom: 1;
    filter: alpha(opacity=70);
    top: 0;
    left: 0;
}

.spinner-text {
    position:fixed;
    width:250px;
    top:55%;
    left:50%;
    margin-left:-125px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    font-size:13px;
    text-align:center;
    font-weight: bold;
}

/* datatables css transition for bootstrap 4 start */

.dataTables_wrapper.form-inline {
    /* plugin adds class form-inline to it's 
    wrapper which sets the datatable element to flex, which causes 
    alignment issues to elements below it */
    display: block; 
}

/* datatables css transition for bootstrap 4 end */

/* add back has-success and has-error styling for forms start  */
/* form-validation uses these classes based on previous bootstrap 3.3.7 version */
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #28a745;
}

.has-success .input-group-prepend .input-group-text {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #28a745;
}

.has-success .form-control {
    border-color: #28a745;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.has-error .col-form-label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .input-group-prepend .input-group-text {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
/* add back has-success and has-error styling for forms end  */

.navWizard.nav > li > a,
.navWizard.nav > li > a:hover,
.navWizard.nav > li > a:focus,
.navWizard.nav > li.active > a,
.navWizard.nav > li.active > a:hover,
.navWizard.nav > li.active > a:focus {
    background-color: #fff;
}

/* hide bootstrap down arrow when using dropdown-toggle in our datatables */
.dataTable .dropdown-toggle:after {
    display: none;
}

.dataTable .btn.dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

/* hide screen reader only content */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 0.5s ease-out, background 10.5ss linear;
	transition: top 0.5s ease-out, background 0.5s linear;
	top: -40px;
	 padding: 8px 8px;
	 outline: none;
  }

  .sr-only-focusable:active,
  .sr-only-focusable:focus {
	position: fixed;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	top: 0;
	clip: auto;
	z-index: 9999;
	background: #15477d;
	color: #ffffff;
}

#page-sidebar ul li .close-active {
    padding-left: 5px!important;	
}

#page-sidebar #activenumber a{
    display: unset;	
    height: auto;
    color: #0C6ECA;
}

#page-sidebar #activenumber {
    padding: 10px 0px;
    display: flex;
}

#page-sidebar .sidebar-accounthub {
    display: block !important;	
}

#page-sidebar li ul li a.close-active:before {
    content: none !important;
}

#page-sidebar .dashboards-accounthub:after {
    content: none !important;
}

.bill-wallet-menu-icon {
    background: url('../../../../bill-wallet/images/bill-wallet-nav-blue.svg') no-repeat center;
    background-size: 18px;
}

.discovery-banner-icon-color {
    color: #0093d9;
}

.discovery-banner-border {
    width: 100%;
    height: 100%;
    background: #E6FFFB;
    border-radius: 8px;
    overflow: hidden;
    border: 1px #F0F0F0 solid;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    margin-bottom: 5px;
}

.discovery-banner-border-inner {
    padding: 8px 16px;
    border-right: 1px #D9D9D9 solid;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.discovery-banner-inner-2 {
    width: 24px;
    height: 24px;
    position: relative;
}

.discovery-banner-inner-3 {
    color: #0094D8;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; word-wrap: break-word;
}

.discovery-banner-inner-4 {
    flex: 1 1 0; height: 40px;
    padding: 8px 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.discovery-banner-inner-5 {
    flex: 1 1 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; word-wrap: break-word;
}

.discovery-banner-inner-6 {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.discovery-banner-inner-7 {
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 2px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.discovery-banner-inner-8 {
    text-align: center;
    color: #1890FF;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
}

/* Support center v2 */
#support-center-v2 img {
    width: 48px;
    height: 48px;
}