@import url("coffee/modal.css");
@import url("coffee/visual-box.css");
@import url("coffee/nested-app.css");

form label.error {
    background: url('../images/field_form_error.gif') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
    background-position-y: 3px;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
}

form label.valid {
    background: url('../images/field_form_correct.gif') no-repeat;
    display: block;
    width: 16px;
    height: 17px;
    background-position-y: 3px;
    font-size: 12px;
    margin-top: 5px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    border: solid 1px;
}

@media (min-width: 320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    #content {
        padding-left: 0px;
        padding-right: 20px;
    }

    #nav-bar {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
    }

    footer div.container-fluid {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
    }

    #nav-bar [class*="span"] {
        float: left;
        width: auto;
    }

    #nav-bar #breadcrumbs, #nav-bar .top-info-block h3, #nav-bar .top-info-block h4, #nav-bar.xfraud #header-container hr.separator {
        display: none
    }
}

@media (min-width: 481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    #content {
        padding-left: 5px;
        padding-right: 20px;
    }

    #nav-bar {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
    }

    footer div.container-fluid {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
    }

    #nav-bar [class*="span"] {
        float: left;
        width: auto;
    }

    #nav-bar #breadcrumbs, #nav-bar .top-info-block h3, #nav-bar .top-info-block h4, #nav-bar.xfraud #header-container hr.separator {
        display: none
    }
}

@media (min-width: 641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    #content {
        padding-left: 10px;
        padding-right: 20px;
    }

    #nav-bar {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
    }

    footer div.container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
    }

    #nav-bar [class*="span"] {
        float: left;
        width: auto;
    }

    #nav-bar #breadcrumbs, #nav-bar .top-info-block h3, #nav-bar .top-info-block h4, #nav-bar.xfraud #header-container hr.separator {
        display: none
    }
}

@media (min-width: 770px) {
    #content {
        padding-left: 20px;
        padding-right: 20px;
    }

    #nav-bar {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }

    footer div.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }

    #nav-bar #breadcrumbs, #nav-bar .top-info-block h3, #nav-bar .top-info-block h4, #nav-bar.xfraud #header-container hr.separator {
        display: block
    }
}

@media (min-width: 961px) {
    /* hi-res laptops and desktops */
    #content {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        margin-top: 55px;
        margin-bottom: 20px;
        max-width: 6400px;
    }

    #nav-bar {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
    }

    footer div.container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
    }

    #nav-bar #breadcrumbs, #nav-bar .top-info-block h3, #nav-bar .top-info-block h4, #nav-bar.xfraud #header-container hr.separator {
        display: block
    }
}

.metro {
    overflow: visible;
}

.metro .tile {
    background-color: #0F3353;
    height: 150px;
}

.metro .tile:hover {
    /* -moz-box-shadow: 1px 3px 7px rgba(33, 33, 33, 0.6);
     -webkit-box-shadow: 1px 3px 7px rgba(33, 33, 33, 0.6);
     box-shadow: 1px 3px 7px rgba(33, 33, 33, 0.6);  */
    /*filter:alpha(opacity=85); *//* For IE8 and earlier */
    opacity: 0.85;
}

.metro .widgets .tile {
    color: #0F3353;
    background: none;
    outline: none;
    border: 2px solid #0F3353;
}

.metro .tile.double-tile {
    width: 470px;
    height: 300px;

}

.metro .tile .image-wrapper {
    display: block;
    width: 150px;
    height: 80px;
    margin-top: 20px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}

.metro .tile.double-tile .image-wrapper {
    display: block;
    width: 97%;
    height: 86%;
    margin-top: 0px;
    padding: 7px 0px 0px 7px;
    text-align: center;
    vertical-align: middle;
}

.metro .metro-sections .metro-section.tile-span-8.three-tiles {
    width: 1460px;
    /* margin-left: 30px; */
}

.metro .tile.double-tile {
    margin-left: 10px
}

/*.metro .metro-sections .metro-section.tile-span-4 {
width: 640px;

}*/

.metro .tile.double-tile .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.metro .tile.double-tile .image-wrapper.expand img {
    height: 265px;
    width: 456px;
}

.metro .widgets.tile {
    width: 146px;
    height: 146px;
}

.metro .metro-sections .metro-section.metro-section-wh {
    margin-left: 0;
    margin-right: 30px;
    padding: 0;
}

.metro .metro-sections .metro-section {
    margin-right: 0px;
}

.metro .metro-section {
    width: 100%;
}

.metro-sections .metro-section-wh h2 {
    margin-left: 5px;
}

.launcher-icon {
    width: 50px;
    height: 50px;
    float: left;
    background-color: #414042 !important;
}

.widgets .launcher-icon {
    background: none;
}

.widgets .launcher-icon {
    width: 48px;
    height: 48px;
    float: left;
    background-color: #FFF !important;
}

.metro .tile.widget .launcher-icon {
    width: 48px;
    height: 48px;
    float: left;
    background-color: #FFF !important;
}

.metro .widget.tile.square.text { /*i calendar */
    width: 106px;
    height: 106px;
    padding: 22px;
}

.metro .widget.tile.wide.text { /*i doppie */
    width: 266px;
    height: 106px;
}

.metro .widget.tile { /* meteo */
    color: #0F3353;
    background: none;
    outline-offset: -2px;
    outline: 2px solid #0F3353;
    width: 150px;
    height: 150px;
    margin: 5px;
}

.metro .tile .text {
    text-align: center;
}

.metro .tile .text-big {
    text-align: center !important;
}

.metro .tile.text.wide div:first-child {
    text-align: left;
}

.metro .tile.square.text {
    width: 107px;
    height: 107px;
    padding: 20px;
}

.metro .tile.wide.text {
    width: 270px;
    height: 107px;
    padding: 20px;
}

.metro .widget.tile.wide.twoXtwo.text {
    height: 296px;
    width: 296px;
    padding: 5px;

}

.metro .widget.tile.wide.threeXtwo.text {
    height: 266px;
    width: 425px;
}

.metro .widget.tile.wide.threeXthree.text {
    height: 456px;
    width: 456px;
    padding: 5px;
}

.launcher-name {
    float: left;
    margin-left: 8px;
    width: 112px;
    white-space: normal;
    line-height: 18px;
    overflow: hidden;
    color: black;
    vertical-align: bottom;
    height: 50px;
}

.launcher-name label {
    vertical-align: bottom;
    height: 50px;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    display: table-cell;
}

.launcher-icon img {
    width: 39px;
    height: 39px;
    margin: 5px;
}

.xeffe.padding-bottom {
    padding-bottom: 10px;
}

.metro .metro-sections:first-child .metro-section.suite_launchers {
    margin-left: 0px;
}

.metro .tile .launcher-label {
    line-height: 13px;
    padding-left: 8px;
    padding-bottom: 8px;
}

.metro .tile .launcher-label {
    bottom: 5px;
    font-size: 12px;
    left: 5px;
    position: absolute;
}

.suites-container .launcher-box {
    background: url('../images/footer/non_presente_in_home.png');
    background-repeat: no-repeat;
    background-color: #F6F6F6;
    background-size: auto 26px;
    background-position: 99.5% 30px;
}

.suites-container .launcher-box.isInXhome {
    background: url('../images/footer/presente_in_home.png');
    background-repeat: no-repeat;
    background-color: #F6F6F6;
    background-size: auto 26px;
    background-position: 99.5% 30px;
}

.modal-body {

    max-height: 800px;
}

.metro a[data-launcher-type="XWIDGET"].tile.widget:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    /*filter:alpha(opacity=1); *//* For IE8 and earlier */
    opacity: 1;

}

/*RIMOSSO PER EVITARE DOPPIE IMPORT QUANDO SI USA IL COMPONENTE*/

html {
    height: 100%;
}

body {
    cursor: default;
    overflow: hidden;
}

.xhome {
    /*position: fixed;*/
    float: left;
    width: 100%;
    left: 0;
    height: 100%;

}

.baseContent, .metro, #suites_list {
    height: 100%;
}

#suites_list {
    padding-left: 20px;

}

.metro .tile .app-label {
    /*padding-left: 0px;*/
    text-align: center;
    width: 90%;
    left: 0;
    line-height: 16px;
    padding-left: 5%;
    padding-right: 5%;
}

.metro .tile {
    margin: 5px;
    padding: 0px;

}

.metro .tile:hover {
    margin: 5px;
    padding: 0px;
    outline: 4px solid rgba(0, 0, 0, 0.1);

    /*-moz-transition:border 500ms ease-out;
    -webkit-transition:border 500ms ease-out;
    -o-transition:border 500ms ease-out;
    transition:border 500ms ease-out;
	*/
}

#content {
    margin-top: 52px;
    /*overflow: hidden;*/
}

.xeffe {
    color: #103454;
    font-weight: 300;
}

h2.xeffe {
    min-height: 34px;
}

button.win-command span:nth-child(2) {

    margin-left: 8px;
}

.xeffe b {
    color: #FA5F0A;
    font-weight: 600;
}

.win-ui-dark .popover, .win-ui-dark .popover p, .win-commandlayout .popover label {
    color: #555;
}

.win-commandlayout .popover p {
    font-size: 12px
}

div.xportal-modal div.modal-body {
    top: 52px
}

.btn-primary {
    background: #FA5F0A !important;
    border-color: #FA5F0A !important
}

.btn-secondary {
    background: #103454 !important;
    border-color: #103454 !important;
    color: #FFFFFF !important;
}

#comet {
    display: none;
}

#notification-icon b.active {
    color: #CD4900 !important
}

#feed {
    height: 99%
}

#feed ul {
    margin: 0;
}

#feed .itemTitle a {
    color: #0F3353;
}

#feed .itemContent {
    color: #0F3353;
    font-size: 11px
}

.no-padding {
    padding: 0px !important;
}

.title h3 {
    border-bottom: 1px solid #D1d3d4;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
}

hr.notify {
    margin: 5px -5px;
}

.popover button {
    /*margin:-7px*/
    margin-left: 1px;
}

.table .popover h3.popover-title {
    color: #414042;
    font-weight: 300;
    background: #f6f6f6;
    margin-bottom: 11px;
    text-align: left;
    font-size: 14px
}

div#modal-appConfigurationExporter .modal-body {
    margin-top: 50px;
}

b.orange {
    color: #FA5F0A;
    font-weight: 600;
}

#nav-bar.base.orangexportal b.orange {
    color: #414042;
    font-weight: 600;
}

#nav-bar.base.orangexportal {
    background-color: #FA5F0A !important;
}

#nav-bar.base.orangexportal #breadcrumbs.top-info-block h4.breadcumb-last {
    color: #414042;
    background-image: url('/assets/images/header/breadcrumbs_arrow_dark_grey.png');
    background-size: auto 31px;
    background-repeat: no-repeat;
    background-position: right;
}

#nav-bar.base.bluexportal {
    background-color: #0F3353 !important;
}

#nav-bar.base.grayxportal {
    background-color: #939598 !important;
}

.error {
    text-align: center;
}

.muted {
    color: #999999;
    font-size: 18px;
}

.right {
    float: right;
}

.ui-datepicker-trigger {
    margin-bottom: 10px;
}

.visual-box .box-container .inner-box {
    background: #FFFFFF !important;
    border: none !important;
}

.visual-box .box-container {
    background: none !important;
    border-top: 1px solid #D1D3D4 !important;
}

.popover .popover-title {
    text-transform: uppercase;
}

a.tile.app.flip {
    float: left;
    background-color: transparent !important;
    margin: 0px;
    padding: 0px;
    width: 160px;
    height: 160px;
    border: 0px;
    -webkit-perspective: 878;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

a.tile.app.flip .flip-front, a.tile.app.flip .flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    margin: 5px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

a.tile.app.flip:hover {
    outline: none;
}

a.tile.app.flip .flip-front {
    z-index: 5;
    background-color: rgb(10, 44, 30);
}

a.tile.app.flip.x-flip .flip-back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

a.tile.app.flip.x-flip[flip] .flip-front {
    z-index: 5;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

a.tile.app.flip.x-flip[flip] .flip-back {
    z-index: 10;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

a.tile.app.flip .flip-back {
    z-index: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

a.tile.app.flip .flip-back span {
    font-size: 10px;
    font-weight: bold;
}

a.tile.app.flip .flip-back span.flip-count {
    font-size: 35px;
    font-weight: 500;
}

a.tile.app.flip .flip-back span.flip-subtitle {
    font-size: 12px;
    font-weight: lighter;
    line-height: 15px;
    display: block;
    padding-left: 5%;
    padding-right: 5%;
}

a.tile.app.flip .flip-back span.flip-count3 {
    font-size: 22px;
    font-weight: 300;
    float: right;
    margin-right: 5px;
    width: 70px;
    height: 28px;
}

a.tile.app.flip .flip-back span.flip-subtitle3 {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    float: left;
    width: 70px;
    margin-left: 5px;
    height: 28px;
    text-align: right;
    vertical-align: middle;
}

a.tile.app.flip[flip] .flip-front {
    z-index: 5;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

a.tile.app.flip[flip] .flip-back {
    z-index: 10;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

a.tile.app .app-state {
    position: absolute;
    float: right;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: inset;
    border-width: 0 60px 60px 0;
    border-color: transparent #ff0000 transparent transparent;
    display: none;
}

a.tile.app .app-state .app-state-content {
    position: relative;
    text-align: center;
    right: -19px;
    top: 0px;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

a.tile.app .app-state.app-alert {
    border-width: 0 30px 30px 0;
    border-color: transparent #ff0000 transparent transparent;
    display: inherit;
}

a.tile.app .flip-back.app-alert {
    background-color: #ff0000 !important;
}

a.tile.app .app-state.app-message {
    border-color: transparent green transparent transparent;
    display: inherit;
}

a.tile.app .flip-back.app-message {
    background-color: green !important;
}

a.tile.app .app-state.app-counter {
    position: absolute;
    /*float: right;*/
    right: 20px;
    top: 85px;
    width: 40px;
    height: 40px;
    /*
    -webkit-transform: rotate(360deg);
    border-style: inset;
    border-width: 0 40px 40px 0;
    border-color: transparent deepskyblue transparent transparent;
    */
    border: 0px;
    display: table-cell;
    border-radius: 20px;
}

a.tile.app .app-state.app-counter .app-state-content {
    position: relative;
    text-align: center;
    right: -4px;
    top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    width: 30px;
}

a.tile.app .flip-back.double-shortcut .inner-btn:hover {
    text-shadow: 1px 1px 3px #fff;
}

a.tile.app .flip-back.double-shortcut .font-wrapper {
    color: #fff;
    width: 75px;
    font-size: 60px;
    padding: 0;
    float: left;
    margin-top: 5px;
    height: 75px;
}

a.tile.app .flip-back.double-shortcut .app-title {
    color: #fff;
    width: 75px;
    float: left;
    margin-top: 30px;
}

a.tile.app .flip-back.app-new-event {
    background-color: orange !important;
}

a.tile.app .app-state.small .app-state-content {

}

#releaseTreeGraph g.node {
    font-size: 12px;
}

#releaseTreeGraph circle.node-dot {
    fill: lightsalmon;
    stroke: red;
    stroke-width: 1px;
}

#releaseTreeGraph path.link {
    fill: none;
    stroke: gray;
}

#releaseTreeGraph .node circle {
    cursor: pointer;
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}

#releaseTreeGraph .node text {
    font-size: 11px;
}

#releaseTreeGraph path.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

div.ui-tooltip-content {
    font-weight: 300;
    overflow: auto;
    max-height: 200px;
}

.working {
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-size: 8.5em;
    background-position: center;
    height: 150px;
}

#nav-bar #top-info a#bar-icon-nested-help {
    margin-right: 10px;
    width: 40px;
    background: url('../../images/header/nested-help.png');
    background-size: auto 37px;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 11px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    margin-top: 5px;
}

h4.password-policy-subtitle {
    font-weight: 300;
    margin-bottom: 30px;
}

/*INTERVENTO PER ICOFONTS*/

.metro .tile.app .font-wrapper {
    display: block;
    width: 150px;
    height: 80px;
    margin-top: 20px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 80px;
}

.xhome .smallTile {
    width: 75px !important;
    height: 75px !important;
}

.xhome .smallTile .bank-icons {
    width: 75px !important;
    height: 40px !important;
    margin-top: 10px !important;
    padding: 0 !important;
    font-size: 35px !important;
}

/* LOGIN */
#login-header {
    width: 100%;
}

#login-footer {
    width: 100%;
}

.form-signin {
    border: 2px solid #e7ecf0;
    padding: 10px;
}

#logo {
    margin-bottom: 20px;
}

.notify-item {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0;
    display: block !important;
    word-break: break-word;
    font-size: 13px;
}

.notify-item-unreaded {
    font-weight: 600;
    line-height: 15px;
}

.other-notifications {
    padding: 5px 0;
    display: block !important;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
    float: right;
}

#bar-user .xPopover {
    left: inherit !important;
    right: 0;
    width: 174px;
}

#bar-user .xPopover button {
    margin: 5px 0;
    padding: 0;
}

#bar-user .xPopover button i {
    margin: 0;
    font-size: 40px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #3f3f41;
}

.win-commandimage.icon-with-circle {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border: 2px solid #3f3f41;
    border-radius: 20px;
    margin: 1px;
    padding: 0;
    line-height: 30px
}

.win-commandimage.icon-with-circle i {
    font-size: 25px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.header-popover > a.xPopover-link {
    cursor: pointer;
}

.header-popover .xPopover .popover-contents-wrapper {
    padding: 5px;
}

.header-popover .xPopover .popover-title {
    background: none !important;
    margin: 0;
    padding: 8px 0;
}

.header-popover .xPopover .popover-contents-wrapper .notification-center {
    display: block;
    max-height: 220px;
    overflow-y: auto;
}

#bar-runas-info .led {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #8BC34A;
    top: 5px;
    right: 3px;
    border-radius: 4px;
}

.runAs-info > a {
    text-decoration: none;
}

.runAs-info > a > table {
    margin: 0 !important;
    padding: 0 !important;
}

.runAs-info > a > table td {
    padding: 0;
}

.runAs-info > a > table td.icon {
    width: 50px;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    text-align: center;
    vertical-align: middle;
}

.runAs-info > a > table td.icon i {
    margin: 0;
    font-size: 35px;
    display: block;
    width: 50px;
    height: 46px;
    line-height: 48px;
}

.runAs-info > a > table td.text {
    line-height: 12px;
    padding-right: 10px;
}

#top-info .table-details {
    margin: 0;
}

#top-info .table-details table td b, #top-info .table-details table td {
    font-size: 11px !important;
    width: inherit;
    height: inherit;
    line-height: inherit;
    vertical-align: middle;
    text-align: left;
    padding: 1px;
}

.errorContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    background: radial-gradient(ellipse at center, #fff 50%, #d4d4d4 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.errorContainer .errorMsg {

}

.errorContainer .errorMsg .cubes {
    display: flex;
}

.errorContainer .errorMsg .cubes .cube {
    width: 150px;
    height: 150px;
    background: #A4C400;
    text-align: center;
    font-size: 75px;
    color: #fff;
    line-height: 150px;
    margin: 5px;
}

.errorContainer .errorMsg .cubes .cube:nth-child(2) {
    background: #4390DF;
}

.errorContainer .errorMsg .cubes .cube:nth-child(3) {
    background: #BF5A15;
}

.errorContainer a {
    display: block;
    text-align: right;
    font-weight: 500;
    font-size: 17px;
}

.ui-pnotify.notifyBg .ui-pnotify-text a {
    color: #fff;
}

.ui-pnotify.notifyBg .ui-pnotify-sticker .icon-pause,
.ui-pnotify.notifyBg .ui-pnotify-sticker .icon-play {
    font-family: 'bank-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-pnotify.notifyBg .ui-pnotify-sticker .icon-pause:before {
    content: "\e6fc";
}
.ui-pnotify.notifyBg .ui-pnotify-sticker .icon-play:before {
    content: "\e717";
}

#nav-bar #bar-status {
    width: 40px;
    float: left;
}

#nav-bar .bar-status-icon {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    color: white;
}

#nav-bar #xportal-online-icon {
    /*color: green;*/
}

#nav-bar #xportal-offline-icon {
    /*color: red;*/
}