﻿
body {
    background-color: #f0f1ff;
    background-color: #ededf0;
}

.footer {
    position: relative!important;
    max-width: 1920px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    margin: 0 auto;
}

.c-app {
    margin: 0 auto;
    max-width: 1920px!important;
    margin: 0 auto !important;
}

a, a:hover, a:active {
    text-decoration: none !important;
}

.btn {
    border-width: 4px;
    /*
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 2;
    border-width: 4px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 2;
    */
}

.btn-light-shadowed {
    box-shadow: 0 4px 5px 0 rgba(60, 75, 100, .14), 0 1px 10px 0 rgba(60, 75, 100, .12), 0 2px 4px -1px rgba(60, 75, 100, .20) !important;
}

.btn-bold-shadowed {
    box-shadow: 0 7px 14px -3px rgba(45,35,66,0.3), 0 2px 4px 0 rgba(45,35,66,0.4),inset 0 -2px 0 0 #cfd1e3 !important;
    box-shadow: 0 7px 14px -3px rgba(0,0,0,0.3), 0 2px 4px 0 rgba(0,0,0,0.4),inset 0 -2px 0 0 rgb(35 35 36 / 0.68) !important;
}

.btn:hover {
    
}

.btn:active {
    
}

.btn :not(.btn-outline-primary):not(.btn-outline-secondary) {

}


.xbttn-3d-blue {
    height: 42px !important;
    -webkit-transition: box-shadow 0.15s ease,-webkit-transform 0.15s ease !important;
    transition: box-shadow 0.15s ease,transform 0.15s ease !important;
    will-change: box-shadow,transform !important;
    background: radial-gradient( 100% 100% at 100% 0%, #5ADAFF 0%, #5468FF 100% ) !important;
    box-shadow: 0px 2px 4px rgba(45, 35, 66, 0.4),0px 7px 13px -3px rgba(45, 35, 66, 0.3),inset 0px -3px 0px rgba(58, 65, 111, 0.5) !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4) !important;
    color: #FFFFFF !important;
}


.xbttn-3d-white {
    height: 42px !important;
    -webkit-transition: box-shadow 0.15s ease,-webkit-transform 0.15s ease !important;
    transition: box-shadow 0.15s ease,transform 0.15s ease !important;
    will-change: box-shadow,transform !important;
    background: #FCFCFD !important;
    box-shadow: 0px 2px 4px rgba(45, 35, 66, 0.4),0px 7px 13px -3px rgba(45, 35, 66, 0.3),inset 0px -3px 0px #D6D6E7 !important;
    color: #000000 !important;
}



.c-app{
    margin:0 auto;
    max-width:1920px;
    margin:0 auto!important;
}

.c-footer, footer.c-footer {
    background: #1d1e1e !important;
    background: none!important;
    padding-left: 2% !important;
    padding-right: 2% !important;
}

.so-header {
    margin: 0 auto;
}

.c-body {
    padding-top: 56px !important;
}

.c-main {
    padding-top: 0;
}

.c-header c-header-light
.c-header.c-header-with-subheader {
    min-height: 56px;
    height: 56px !important;
}

.so-header {
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.90);
    /*background-color: rgba(0,0,0,0.80);*/
}

.c-sidebar.c-sidebar-light .c-sidebar-brand {
    background: #FFFFFF;
}

.c-sidebar.c-sidebar-dark .c-sidebar-brand {
    background: #1d1c1c;
}

.c-subheader {
    /*height: 0 !important;*/
}

/*

.c-header .c-header-toggler {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 21, 0.1);
}

.c-header .c-header-nav .c-header-nav-link, .c-header .c-header-nav .c-header-nav-btn {
    color: rgba(255, 255, 255, 0.8);
}

*/

.c-header-brand {
    width: 123px;
}

.so-ui-callout-no-border-color{
    border-left:4px solid none!important;
}


.c-footer {
    border-top: 0;
    padding-left: 45px !important;
    padding-right: 45px !important;
}

@media (max-width: 575px) {
    .prof-bdg{text-align:center!important}
}

@media (min-width: 576px) {
    .text-muted-so-white{color:#FFFFFF!important;}
    .text-value-lg-so-white{color:#FFFFFF;}
    .prof-bdg{text-align:left!important}
}


@media (min-width: 768px) {
    .text-muted-so-white{color:#FFFFFF!important;}
    .text-value-lg-so-white{color:#FFFFFF;}
    .prof-bdg{text-align:left!important}
}

@media (min-width: 992px) {
    .text-muted-so-white{color:#FFFFFF!important;}
    .text-value-lg-so-white{color:#FFFFFF;}
    .prof-bdg{text-align:left!important}
}

@media (min-width: 1200px) {
    .text-muted-so-white{color:#FFFFFF!important;}
    .text-value-lg-so-white{color:#FFFFFF;}
    .prof-bdg{text-align:left!important}
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'metropolis',Arial, Helvetica, sans-serif !important;
}


.v-grad-f0f1ff-to-2f0f1ff {
    background: rgb(240,240,255);
    background: linear-gradient(0deg, rgb(240, 240, 255) 0%, rgba(240,240,255,0.94) 78%, rgba(240,240,255,0.94) 100%);
    /*TODO:Confirm*/
    background: linear-gradient(0deg, rgb(240, 241, 255) 0%, rgba(240,240,255,0.94) 78%, rgba(240,240,255,0.94) 100%);
}


.v-grad-t2b-db1 {
    background: rgb(31,33,51);
    background: linear-gradient(0deg, rgba(31,33,51,1) 0%, rgba(31,33,51,0.94) 23%, rgba(31,33,51,0) 100%);
}

.v-grad-t2b-dg1 {
    background: rgb(31,33,51);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.94) 23%, rgba(0,0,0,0) 100%);
}

.v-plyr-grad-t2b-dg1 {
    background: rgb(31,33,51);
    background: linear-gradient(0deg, rgba(31,33,51,1) 0%, rgba(31,33,51,0.94) 23%, rgba(31,33,51,0.88) 100%);
}

.v-plyr-grad-b2t-dg1 {
    background: rgb(31,33,51);
    background: linear-gradient(180deg, rgba(31,33,51,1) 0%, rgba(31,33,51,0.94) 23%, rgba(31,33,51,0) 100%);
}

.v-grad-t2b-bl1 {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.94) 23%, rgba(0,0,0,0) 100%);
}

.v-grad-t2b-p2p {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(240, 241, 255, 1) 0%, rgba(240, 241, 255, 0.94) 23%, rgba(240, 241, 255, 0) 100%);
}

.card-group-ncv .card {
    border: !important;
    box-shadow: !important;
    border: 0 solid !important;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background-color: none !important;
    background: none !important;
    border-color: none;
}


.modal-backdrop.show {
    opacity: 0.9;
}



.card-off,
.card-off > .card-header,
.card-off > .card-body,
.card-off > .card-footer {
    box-shadow:none!important;
    background:none!important;
    background-color:none!important;
}


.jumbox-infobox-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding:0 0 0 23px;
    min-height: 600px;
}

.jumbox-infobox-lower {
    position: absolute;
    padding: 12px !important;
    text-align: left;
    left: 5%;
    right: 12px;
    bottom: 34px !important;
    width: 90%;
    word-wrap: break-word;
}


.text-white {
    color: #FFFFFF !important;
}








.modal-backdrop.show {
    opacity: 0.7;
}





.text-white {
    color: #FFFFFF !important;
}





.box-shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.34);
}


.container {
    max-width: 1920px;
}

.nav-link {
    font-weight: bold;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}


select.form-control,
input[type=text].form-control,
input[type=date].form-control,
input[type=datetime].form-control,
input[type=datetime-local].form-control,
input[type=number].form-control,
input[type=password].form-control,
input[type=email].form-control,
input[type=tel].form-control {
    font-family: 'Courier New', Courier, Courier New, Courier, monospace;
    font-weight: bold !important;
    font-size: 14pt;
    color: #000000 !important;
    border: 1px #808080 solid;
    outline: none;
    box-shadow: none;
}

.input-group-text{
    font-weight:bold;
}

input::placeholder {
    color: #808080!important;
    opacity: 0.9!important;
    font-weight:bold!important;
    text-shadow:none!important;
}


.btn {
    font-weight: 500;
}

.btn-md {
    font-weight: 500;
}

.btn-sm {
    font-weight: 500;
}



.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:hover {
    color: #fff;
}


.control-label {
    font-weight: bold;
}

.measure-readout {
    font-weight: bold;
}

.unit-readout {
}


.b-contain-600,
.b-contain-700,
.b-contain-800,
.b-contain-900,
.b-contain-1000,
.b-contain-1400,
.b-contain-1920 {
    display:block;
    position: relative;
    margin: 0 auto!important;
    height:auto!important;
}

.b-contain-600 {
    max-width: 600px;
}

.b-contain-700 {
    max-width: 700px;
}

.b-contain-800 {
    max-width: 800px;
}

.b-contain-1000 {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.b-contain-1400 {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}

.b-contain-1920 {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}

.b-contain-900 {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}




.c-sidebar-nav-icon {
    font-weight: bold;
    color: #000000 !important;
    font-size: 12pt;
    /*color: #000000 !important;*/
}

.c-sidebar-nav-link {
    font-weight: 600;
    font-size: 12pt;
    padding: 1.1rem 1rem;
}

.c-sidebar-nav-icon:hover,
.c-sidebar-nav-item:hover .c-sidebar-nav-icon,
.c-sidebar-nav-dropdown:hover .c-sidebar-nav-icon {
    color: #C0C0C0 !important;
    /*color: #C0C0C0 !important;*/
}


.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link, .c-sidebar.c-sidebar-light.c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-item:hover > .c-sidebar-nav-link, .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle, .c-sidebar.c-sidebar-light.c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle {
    background: #000000;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link, .c-sidebar.c-sidebar-light.c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-item:hover > .c-sidebar-nav-link, .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle, .c-sidebar.c-sidebar-light.c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown:hover {
    background: #000000;
    color: #ffffff;
}

.c-sidebar.c-sidebar-light:hover .c-sidebar-nav-dropdown-toggle:hover {
    background: #000000;
    color: #ffffff;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle {
    color: rgba(0, 0, 21, 0.8);
    background: transparent;
    /**/
    font-weight: 600;
    font-size: 12pt;
    padding: 1.1rem 1rem;
}


.c-sidebar-nav-link {
    font-weight: 600;
    font-size: 12pt;
    padding: 1.1rem 1rem;
}

.c-sidebar-nav-icon {
    /*color: #000000 !important;*/
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link:hover {
    
}

.c-sidebar-nav-dropdown,
.c-sidebar-nav-item:hover .c-sidebar-nav-icon {
    /*color: #000000 !important;*/
}

.c-sidebar .c-sidebar-nav-link {
    border-top: 1px transparent solid !important;
    border-right: 1px transparent solid !important;
    border-bottom: 1px transparent solid !important;
}

    .c-sidebar .c-sidebar-nav-link:hover, .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
        color: #ffffff;
        background: #000000 !important;
        border-top: 1px #000000 solid !important;
        border-right: 1px #000000 solid !important;
        border-bottom: 1px #000000 solid !important;
    }

.c-dark-theme .c-sidebar .c-sidebar-nav-link:hover,
.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    color: #ffffff !important;
    background: #000000 !important;
}

/**/

.c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon, .c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
    color: #8a93a2;
}

.c-sidebar .c-sidebar-nav-link.c-active, .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

    .c-sidebar .c-sidebar-nav-link.c-active .c-sidebar-nav-icon, .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
        color: #fff;
    }

.c-sidebar .c-sidebar-nav-link:hover, .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    color: #fff;
    background: #321fdb;
}








.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}







@media (max-width: 575px) {
    #navbar-brand-l img {
        opacity: 0;
    }

    #navbar-brand-t {
        display: none;
    }

    #navbar-brand-c {
    }

    .navbar-collapse {
        padding: 12px;
    }

    .nav-item {
        border-top: 1px rgba(45,35,66,0.3) solid;
    }

    .nav-link {
        font-size: 18pt;
    }

    .nav-item:hover {
        background-color: #e8e8e8;
    }

    .nav-item:active {
        background-color: #000000;
    }

    .nav-item:hover .nav-link {
        color: #000000 !important;
    }

    .nav-item:active .nav-link {
        color: #FFFFFF !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #navbar-brand-l img {
    }

    #navbar-brand-t {
        display: none;
    }

    #navbar-brand-c {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #navbar-brand-l img {
        opacity: 1;
    }

    #navbar-brand-t {
    }

    #navbar-brand-c {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #navbar-brand-l img {
        opacity: 1;
    }

    #navbar-brand-t {
    }

    #navbar-brand-c {
        display: none;
    }
}

@media (min-width: 1200px) {
    #navbar-brand-l img {
        opacity: 1;
    }

    #navbar-brand-t {
    }

    #navbar-brand-c {
        display: none;
    }
}

.navbar-toggler {
    outline: none !important;
    border: none !important;
    padding: 5px !important;
}

.navbar-toggler-icon
{

}

.navbar-toggler-icon {
    width: 46px !important;
    height: 46px !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(203, 251, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item {
    font-family: 'metropolis',Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    font-family: 'metropolis',Arial, Helvetica, sans-serif !important;
    font-size: 11pt;
    font-weight: bold;
    line-height: 35px;
}

.nav-link {
    color: #000000 !important;
}

.nav-link:hover {
    color: #000000  !important;
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
}


.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.main,
.navbar,
.navbar .container {
    max-width: 1920px !important;
    margin: 0 auto !important;
}










.plrx-big-upper-media-list-info-holder {
    position: relative;
    margin: 0 auto;
    padding: 123px 0 89px 0;
}

.plrx-big-upper-media-list-info-holder-inner {
    position: relative;
    padding: 12px;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 190px;
}

.plrx-big-upper-media-list-cover-art,
.plrx-big-upper-media-list-details {
    position: relative;
    display: inline-block;
}

.plrx-big-upper-media-list-cover-art {
    width: 190px;
    height: 190px;
    background-size: cover;
    background-position: center center;
    background: rgba(0, 0, 0, 0.45);
    margin: 0 12px 0 0;
}

.plrx-big-upper-media-list-details {
    vertical-align: top;
    color: #FFFFFF;
}

    .plrx-big-upper-media-list-details h1 {
        font-family: 'metropolislight',Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        line-height: 1.0em !important;
    }

    .plrx-big-upper-media-list-details h3 {
        font-family: 'metropolislight',Arial, Helvetica, sans-serif;
        color: #cec7c7;
        line-height: 1.0em !important;
    }



.plrx-big-upper-album-play-info-box,
.plrx-big-upper-album-play-info-box-inner {
    display: block;
    position: relative;
}

.plrx-big-upper-album-play-info-box {
    width: 100%;
    min-height: 90px;
    height: inherit;
    padding: 0;
    margin: auto;
}

.plrx-big-upper-album-play-info-box-inner {
    width: 100%;
    height: auto;
    height: inherit;
    padding: 0;
    font-size: 0;
    margin: 0 auto;
}

.plrx-big-upper-album-play-cover-box,
.plrx-big-upper-album-play-detail-box {
    display: inline-block;
    position: relative;
}

.plrx-big-upper-album-play-cover-box {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.78);
    border-right: 1px #ffffff solid;
    padding: 0;
    font-size: 0;
    background-size: cover;
    background-position: center center !important;
    position: relative;
    position: absolute;
    left: 0;
}

.plrx-big-upper-album-play-cover-box-img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

    .plrx-big-upper-album-play-cover-box-img img {
        display: inline-block;
        position: relative;
        width: 90px;
        height: 90px;
    }

.plrx-big-upper-album-play-action-box {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 95px;
    right: 0;
    height: 90px;
}

.plrx-big-upper-album-play-action-box-inner-top,
.plrx-big-upper-album-play-action-box-inner-mid,
.plrx-big-upper-album-play-action-box-inner-bottom {
    position: relative;
    display: block;
    width: 100%;
    font-size: 11pt;
}

.plrx-big-upper-album-play-action-box {
    bottom: 90px;
}

.plrx-big-upper-album-play-action-box-inner-top {
    width: 98%;
    max-height: 18%;
    padding: 0 1%;
    text-align: left;
}

.plrx-big-upper-album-play-action-box-inner-mid {
    height: 60px;
    padding-top: 4px;
    overflow: hidden;
}

.plrx-big-upper-album-play-action-box-inner-bottom {
    height: 18%;
    text-align: center;
}

.plrx-big-upper-album-play-info-box-inner .controls {
    margin: 5px auto;
}

.plrx-big-upper-player #waveform {
    border-left: 0;
    border-right: 0;
}

.plrx-big-upper-album-play-action-box-inner-bottom #waveform-timeline {
    border-left: 2px #ffffff solid;
    border-right: 2px #d41c1c solid;
}

.bttn-player-controls {
    position: relative;
    display: inline-block;
    border: 0;
    line-height: 45px;
    padding: 0;
    margin:0;
    background: transparent;
    color: #1aa166;
    color: #ffffff;
    font-size: 23px;
    width: 45px;
    height: 45px;
    border: 2px transparent solid;
    border-radius: 0%;
}

#bttn-player-controls-play-pause {
    border: 2px #ffffff solid;
    border-radius: 0%;
}

.media-billing-illing h3 {
}

.plrx-big-upper-media-presentation-info-info-box,
.plrx-big-upper-media-presentation-info-info-box-inner {
    display: block;
    position: relative;
}

.plrx-big-upper-media-presentation-info-info-box {
    width: 80%;
    min-height: 354px;
    height: inherit;
    !#outline:2px #ffffff dashed;
    padding: 89px 10% 123px 10%;
}


.plrx-big-upper-media-presentation-info-info-box {
    color: #ffffff;
    text-align: center;
}

    .plrx-big-upper-media-presentation-info-info-box h1 {
    }

.plrx-big-upper-media-presentation-info-info-box-inner {
    width: 100%;
    min-height: 345px;
    padding: 0;
    font-size: 0;
}

.plrx-big-upper-media-presentation-info-cover-box,
.plrx-big-upper-media-presentation-info-detail-box {
    display: block;
    position: relative;
}

.plrx-big-upper-media-presentation-info-cover-box {
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.78);
    border: 2px #ffffff solid;
    padding: 0;
    font-size: 0;
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}

.plrx-big-upper-media-presentation-info-cover-box-img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.plrx-big-upper-media-presentation-info-action-box {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 238px;
    right: 0;
    height: 234px;
}

.plrx-big-upper-media-presentation-info-action-box-inner-top,
.plrx-big-upper-media-presentation-info-action-box-inner-mid,
.plrx-big-upper-media-presentation-info-action-box-inner-bottom {
    position: relative;
    display: block;
    width: 100%;
    font-size: 11pt;
}

.plrx-big-upper-media-presentation-info-action-box-inner-top {
    width: 98%;
    height: 20%;
    padding: 0 1%;
    text-align: left;
}

.plrx-big-upper-album-play-action-box-inner-top h3 {
    position: relative;
    top: 0;
    display: inline-block;
    height: 1.2em;
    height: 1.2em;
}

.plrx-big-upper-album-play-action-box-inner-top #Title {
    color: #ffffff;
    font-weight: bold;
}

.plrx-big-upper-album-play-action-box-inner-top #PerformedBy {
    color: #ebd6df;
    font-weight: normal;
}

.plrx-big-upper-media-presentation-info-action-box-inner-mid {
    height: 60%;
    overflow: hidden;
}

.plrx-big-upper-media-presentation-info-action-box-inner-bottom {
    height: 18%;
    text-align: center;
}





@media screen and (max-width: 700px) {
    .plrx-big-upper-album-play-info-box {
        width: 100%;
        min-height: 90px;
        height: inherit;
        padding: 0;
        margin: auto;
    }

    .plrx-big-upper-album-play-info-box-inner {
        width: 100%;
        height: auto;
        height: inherit;
        padding: 0;
        font-size: 0;
        margin: 0 auto;
    }

    .plrx-big-upper-album-play-cover-box,
    .plrx-big-upper-album-play-detail-box {
        display: inline-block;
        position: relative;
        display:none;
    }

    .plrx-big-upper-album-play-cover-box {
        width: 56px;
        height: 56px;
        background: rgba(255, 255, 255, 0.78);
        border-right: 1px #ffffff solid;
        padding: 0;
        font-size: 0;
        background-size: cover;
        background-position: center center !important;
        position: relative;
        left: 0;
    }

    .plrx-big-upper-album-play-cover-box-img,
    .plrx-big-upper-album-play-cover-box-img img {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .plrx-big-upper-album-play-action-box {
        display: block;
        position: relative;
        top: 0;
        left: 0px;
        right: 0;
        height: 90px;
        width: 100%;
    }

    .plrx-big-upper-album-play-action-box-inner-top,
    .plrx-big-upper-album-play-action-box-inner-mid,
    .plrx-big-upper-album-play-action-box-inner-bottom {
        position: relative;
        display: block;
        width: 100%;
        font-size: 11pt;
    }

    .plrx-big-upper-album-play-action-box {
        bottom: 90px;
    }
}






















.plx-upper-media-list-info-holder {
    position: relative;
    margin: 0 auto;
    padding: 123px 0 89px 0;
}

.plx-upper-media-list-info-holder-inner {
    position: relative;
    padding: 12px;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 190px;
}

.plx-upper-media-list-cover-art,
.plx-upper-media-list-details {
    position: relative;
    display: inline-block;
}

.plx-upper-media-list-cover-art {
    width: 190px;
    height: 190px;
    background-size: cover;
    background-position: center center;
    background: rgba(0, 0, 0, 0.45);
    margin: 0 12px 0 0;
}

.plx-upper-media-list-details {
    vertical-align: top;
    color: #FFFFFF;
}

    .plx-upper-media-list-details h1 {
        font-family: 'metropolislight',Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        line-height: 1.0em !important;
    }

    .plx-upper-media-list-details h3 {
        font-family: 'metropolislight',Arial, Helvetica, sans-serif;
        color: #cec7c7;
        line-height: 1.0em !important;
    }



.plx-upper-album-play-info-box,
.plx-upper-album-play-info-box-inner {
    display: block;
    position: relative;
}

.plx-upper-album-play-info-box {
    width: 80%;
    min-height: 90px;
    height: inherit;
    !#outline:2px #ffffff dashed;
    padding: 0;
    margin: auto;
}

.plx-upper-album-play-info-box-inner {
    width: 100%;
    height: auto;
    height: inherit;
    !@border:1px #ffffff solid;
    padding: 0;
    !@background:rgba(0, 0, 0, 0.56);
    font-size: 0;
    margin: 0 auto;
}

.plx-upper-album-play-cover-box,
.plx-upper-album-play-detail-box {
    display: inline-block;
    position: relative;
}

.plx-upper-album-play-cover-box {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.78);
    border-right: 1px #ffffff solid;
    padding: 0;
    font-size: 0;
    background-size: cover;
    background-position: center center !important;
}

.plx-upper-album-play-cover-box-img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.plx-upper-album-play-action-box {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 95px;
    right: 0;
    height: 90px;
}

.plx-upper-album-play-action-box-inner-top,
.plx-upper-album-play-action-box-inner-mid,
.plx-upper-album-play-action-box-inner-bottom {
    position: relative;
    display: block;
    width: 100%;
    font-size: 11pt;
}

.plx-upper-album-play-action-box-inner-top {
    width: 98%;
    max-height: 18%;
    padding: 0 1%;
    text-align: left;
}

.plx-upper-album-play-action-box-inner-mid {
    height: 90px;
    padding-top: 12px;
    overflow: hidden;
}

.plx-upper-album-play-action-box-inner-bottom {
    height: 18%;
    text-align: center;
}

.plx-upper-album-play-info-box-inner .controls {
    margin: 5px auto;
}

.plx-upper-player #waveform {
    border-left: 2px #ffffff solid;
    border-right: 2px #1d2b34 solid;
}

.plx-upper-album-play-action-box-inner-bottom #waveform-timeline {
    border-left: 2px #ffffff solid;
    border-right: 2px #d41c1c solid;
}

.bttn-player-controls {
    position: relative;
    display: inline-block;
    border: 0;
    line-height: 45px;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #1aa166;
    color: #ffffff;
    font-size: 23px;
    width: 45px;
    height: 45px;
    border: 2px transparent solid;
    border-radius: 0%;
}

#bttn-player-controls-play-pause {
    border: 2px #ffffff solid;
    border-radius: 0%;
}

.media-billing-illing h3 {
}

.plx-upper-media-presentation-info-info-box,
.plx-upper-media-presentation-info-info-box-inner {
    display: block;
    position: relative;
}

.plx-upper-media-presentation-info-info-box {
    width: 80%;
    min-height: 354px;
    height: inherit;
    padding: 89px 10% 123px 10%;
}


.plx-upper-media-presentation-info-info-box {
    color: #ffffff;
    text-align: center;
}

    .plx-upper-media-presentation-info-info-box h1 {
    }

.plx-upper-media-presentation-info-info-box-inner {
    width: 100%;
    min-height: 345px;
    padding: 0;
    font-size: 0;
}

.plx-upper-media-presentation-info-cover-box,
.plx-upper-media-presentation-info-detail-box {
    display: block;
    position: relative;
}

.plx-upper-media-presentation-info-cover-box {
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.78);
    border: 2px #ffffff solid;
    padding: 0;
    font-size: 0;
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}

.plx-upper-media-presentation-info-cover-box-img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.plx-upper-media-presentation-info-action-box {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 238px;
    right: 0;
    height: 234px;
}

.plx-upper-media-presentation-info-action-box-inner-top,
.plx-upper-media-presentation-info-action-box-inner-mid,
.plx-upper-media-presentation-info-action-box-inner-bottom {
    position: relative;
    display: block;
    width: 100%;
    font-size: 11pt;
}

.plx-upper-media-presentation-info-action-box-inner-top {
    width: 98%;
    height: 20%;
    padding: 0 1%;
    text-align: left;
}

.plx-upper-album-play-action-box-inner-top h3 {
    position: relative;
    top: 0;
    display: inline-block;
    height: 1.2em;
    height: 1.2em;
}

.plx-upper-album-play-action-box-inner-top #Title {
    color: #ffffff;
    font-weight: bold;
}

.plx-upper-album-play-action-box-inner-top #PerformedBy {
    color: #ebd6df;
    font-weight: normal;
}

.plx-upper-media-presentation-info-action-box-inner-mid {
    height: 60%;
    overflow: hidden;
}

.plx-upper-media-presentation-info-action-box-inner-bottom {
    height: 18%;
    text-align: center;
}




.secy-sec {
    min-height: 456px;
    min-height: 100vh;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.secy-sec-inner {
    min-height: inherit;
    height: inherit;
    background-image: url('../Media/Images/Bknd/Tr-Bl-80.png');
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.secy-sec-inner-inner {
    font-family: "metropolis",Verdana, Geneva, Tahoma, sans-serif;
}

.secy-sec h1,
.secy-sec h2,
.secy-sec h3,
.secy-sec h4,
.secy-sec h5,
.secy-sec h5 {
}

.secy-sec h2 {
}


/*CONSOLE.CSS*/



.admin-dasboard-context {
    background: #e9ecf1 !important;
}

#console-wall-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 56px;
    z-index: 345;
    text-align: center;
}

    #console-wall-nav-toggle:hover,
    #console-wall-nav-toggle:active {
        cursor: pointer;
    }

        #console-wall-nav-toggle:hover i,
        #console-wall-nav-toggle:active i {
            color: #0075b4;
        }

    #console-wall-nav-toggle i {
        position: relative;
        display: block;
        width: 56px;
        height: 56px;
        font-size: 34px;
        line-height: 56px;
        text-align: center;
        color: #FFFFFF;
    }

.display-none {
    display: none !important;
}

.console-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 56px;
    z-index: 234;
    background: #333333;
    display: none;
}


.admin-dasboard-context-wrapper,
.admin-dasboard-context {
    position: relative;
    display: block;
}

.admin-dasboard-context-wrapper {
    padding: 0 0 0 56px; /*With console-header showing:padding:56px 0 0 56px;*/
}

.admin-dasboard-context {
    background: #ffffff;
    min-height: 100vh;
    padding: 0;
}

.admin-dasboard-context-content {
    padding: 12px 0 234px 0;
}

.console-nav-toggle-holder,
.console-billing,
.console-options-x-holder {
    position: absolute;
    display: inline-block;
    height: 56px;
    top: 0;
}

.console-nav-toggle-holder {
    left: 0;
    width: 55px;
    border-right: 1px #b2b0b0 solid;
    display: none;
}

.console-nav-toggle {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #000000;
    font-size: 38px;
}

    .console-nav-toggle:hover {
        cursor: pointer;
    }

.console-billing {
    left: 56px;
    right: 56px;
    text-align: center;
}

.console-options-x-holder {
    right: 0;
    width: 56px;
    background: rgba(206, 202, 204, 0.58);
}

.console-context-upper {
    position: relative;
    padding: 0 0px;
    min-height: 112px;
    min-height: 54px;
}

    .console-context-upper h4 {
        line-height: 1.2em;
    }

.console-context-billing {
    position: relative;
    display: block;
    width: 100%;
    min-height: 56px;
}


.console-context-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    height: 56px;
    color: #FFFFFF;
    font-family: 'metropolislight',Arial, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 56px;
    !@background:#95231b;
    !@background:#333333;
    background: #1e1d1d;
    background: #1e1d1d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    z-index: 234;
}

.console-context-title-icon {
    line-height: 56px;
    z-index: 234;
    display: inline-block;
    margin: 0 8px 0 0;
    color: #FFFFFF;
}

.console-context-page-subtitle {
    position: absolute;
    display: block;
    top: 56px;
    padding: 0 12px;
    width: 100%;
    max-height: 56px;
    line-height: 56px;
    font-weight: bold;
    z-index: 10;
    color: #3399FF;
    color: #000000;
}

.console-context-billing h1,
.console-context-billing h2,
.console-context-billing h3,
.console-context-billing h4,
.console-context-billing h5,
.console-context-billing h6 {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 56px;
    padding: 0 12px;
    color: #FFFFFF;
}

.console-context-billing h4 {
    font-family: 'metropolis',Arial, Helvetica, sans-serif;
}

.selecty-holdie {
    display: block;
    position: relative;
    text-align: left;
    padding: 23px 12px;
    margin: 0 auto;
}

    .selecty-holdie select,
    .selecty-holdie input[type=text] {
        min-width: 320px;
        outline: 2px #267007 solid;
    }

    .selecty-holdie a,
    .selecty-holdie input[type=submit],
    .selecty-holdie input[type=button] {
        display: inline-block;
        line-height: 2.8em;
        height: 2.8em;
        color: #FFFFFF;
        border-radius: 5px;
        border: 2px #267007 solid;
        padding: 0 23px;
        background: #267007;
        min-width: 100px;
        text-decoration: none;
        text-align: center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #ffffff;
    }

.no-border {
    border: none !important;
}

.update-panel {
    border: none !important;
    outline: none !important;
}

.datawork-container {
    position: relative;
    display: block;
    padding: 0 1%;
}

    .datawork-container fieldset {
        border: none;
        outline: none;
    }

    .datawork-container table td {
        padding: 8px 0;
    }


    .datawork-container h2,
    .datawork-container h3,
    .datawork-container h4 {
        font-family: Metropolis,Arial, Helvetica, sans-serif;
    }

    .datawork-container h2 {
        border-bottom: 1px #2592c0 solid;
    }

    .datawork-container h2 {
        font-size: 10pt;
    }

.vblhbdhg-bvkhgd {
    padding: 12px 0;
}

.dlsbnsd-header {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.89);
    font-size: 18pt;
}

.option-hdjkbksdf-box {
    padding: 12px 0 23px 0;
    margin: 5px auto;
}

    .option-hdjkbksdf-box a,
    .option-hdjkbksdf-box input[type=button],
    .option-hdjkbksdf-box input[type=submit] {
        position: relative;
        display: inline-block;
        padding: 6px 12px;
        border: 2px #000000 solid;
        border-radius: 5px;
        /**/
        text-decoration: none;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        font-size: 10pt;
    }

        .option-hdjkbksdf-box a:hover,
        .option-hdjkbksdf-box input[type=button]:hover,
        .option-hdjkbksdf-box input[type=submit]:hover {
            color: #FFFFFF !important;
            background: #000000;
        }


.lkfvbkdbvldkfbv_kjwefhbvdfjkb a,
.lkfvbkdbvldkfbv_kjwefhbvdfjkbinput[type=button],
.lkfvbkdbvldkfbv_kjwefhbvdfjkbinput[type=submit] {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    border: 2px #000000 solid;
    border-radius: 5px;
    /**/
    text-decoration: none;
    font-family: 'metropolislight',Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
    /**/
    border-radius: 3px;
    border: 1px solid #000663;
    border-bottom: 1px solid #00003a;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 0 #2592c0;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #0075b4 0%,#004393 50%,#002a84 50%,#002f86 100%);
    background-image: linear-gradient(to bottom,#0075b4 0%,#004393 50%,#002a84 50%,#002f86 100%);
}

a.console-oplinx,
span.console-oplinx {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    border-top: 1px solid #7e8182 !important;
    border-bottom: 1px solid #7e8182 !important;
    color: #000000;
    font-weight: normal !important;
    font-family: 'metropolis',Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold !important;
    text-decoration: none;
    border: 0px;
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 0;
    padding: 0 12px !important;
    margin: 4px 0 !important;
    background-image: -webkit-linear-gradient(top, #d7d8d7 0%, #cfcfcf 50%, #c2c0c0 50%, #b6b4b4 100%);
    background-image: linear-gradient(to bottom, #d7d8d7 0%, #cfcfcf 50%, #c2c0c0 50%, #b6b4b4 100%);
}

    a.console-oplinx:hover,
    span.console-oplinx:hover {
        color: #FFFFFF;
        background-image: -webkit-linear-gradient(top, #0075b4 0%,#004393 50%,#002a84 50%,#002f86 100%);
        background-image: linear-gradient(to bottom,#0075b4 0%,#004393 50%,#002a84 50%,#002f86 100%);
        cursor: pointer;
    }

.console-oplinx-left {
    padding-left: 18px !important;
    border-left: 1px solid #7e8182 !important;
    border-radius: 5px 0 0 5px !important;
}

.console-oplinx-right {
    border-right: 1px solid #7e8182 !important;
    padding-right: 18px !important;
    border-radius: 0 5px 5px 0 !important;
}


.console-oplinx-left-and-right {
    border-radius: 5px !important;
}

.datawork-container table a,
.datawork-container input[type=button],
.datawork-container input[type=submit],
.datawork-container table input[type=button],
.datawork-container table input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    /**/
    background: transparent url('images/bknd/Tr-Bl-80.png') repeat scroll center top; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgb(16, 95, 220), rgb(48, 84, 142)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(16, 95, 220), rgba(48, 84, 142)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(16, 95, 220), rgba(48, 84, 142)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(16, 95, 220), rgba(48, 84, 142)); /* Standard syntax */
    /**/
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #FFFFFF;
    /**/
    border-radius: 3px;
    border: 1px solid #000663;
    border-bottom: 1px solid #00003a;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 0 #2592c0;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #0075b4 0%,#004393 50%,#002a84 50%,#002f86 100%);
    background-image: linear-gradient(to bottom,#0075b4 0%,#004393 50%,#002a84 50%,#002f86 100%);
}

    .datawork-container table a:hover,
    .datawork-container input[type=button]:hover,
    .datawork-container input[type=submit]:hover,
    .datawork-container table input[type=button]:hover,
    .datawork-container table input[type=submit]:hover {
        color: #ffffff;
        text-shadow: 0 0 2px #FFFFFF;
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.70);
    }

    .datawork-container table a:active,
    .datawork-container input[type=button]:active,
    .datawork-container input[type=submit]:active,
    .datawork-container table input[type=button]:active,
    .datawork-container table input[type=submit]:active {
        color: #ffffff;
        text-shadow: 0 0 2px #FFFFFF;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.70);
    }

.datawork-container label {
    position: relative;
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 10px 0 6px 0;
    text-align: left;
}

.datawork-container select {
    padding: 0;
    min-width: 234px !important;
    border: 1px #000000 solid;
    border-radius: 3px;
    padding: 0 4px;
    background: #ebeeea;
    height: 45px;
    line-height: 45px;
    font-family: 'metropolisbold',Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.datawork-container input[type=text],
.datawork-container table td input[type=text] {
    padding: 0;
    min-width: 300px !important;
    max-width: 1234px !important;
    width: 100% !important;
    border: 1px #000000 solid;
    border-radius: 3px;
    padding: 0 4px;
    background: #FFFFFF;
    height: 45px;
    line-height: 45px;
    font-family: 'metropolisbold',Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.70);
}

.datawork textarea {
    width: 100% !important;
    border: 1px #000000 solid;
    background: #dcdcdc;
}

.datawork-container-hidden-cell {
    display: none;
}

.datawork-row {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    margin: 0 auto;
}


    .datawork-entry-header,
    .datawork-row label {
        position: relative;
        display: inline;
        padding: 10px 0 0 0;
        margin: 0;
        text-align: left;
        font-family: 'metropolisbold',Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        line-height: 1.8em;
    }

    .datawork-row input[type=text],
    .datawork-row-13-cell input[type=password] {
        position: relative;
        display: block;
        width: 96%;
        padding: 0 1%;
        margin: 0 auto;
        text-align: left;
        font-family: 'metropolislight',Arial, Helvetica, sans-serif;
    }

    .datawork-row label {
        color: #000000;
        line-height: 1.8em;
    }

    .datawork-row label {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10pt;
        font-weight: bold;
    }

    .datawork-row input[type=text],
    .datawork-row-13-cell input[type=password] {
        display: block;
        position: relative;
        font-family: 'metropolislight',Arial, Helvetica, sans-serif;
        font-size: 14pt;
        font-weight: bold;
        text-shadow: 0 0 4px rgba(0, 0, 0, 1);
        color: #ffffff;
        height: 2.1em;
        line-height: 2.1em;
        width: 96%;
        padding: 0 4px;
        /**/
        border: 1px #000000 solid;
        border-radius: 5px;
        background: #c0c7bd;
        !@border-radius:5px;
        !@box-shadow:inset 0 0 1px 2px rgba(0, 0, 0, 0.90);
    }

.datawork-row-13-cell {
    position: relative;
    display: inline-block;
    width: 33%;
    text-align: left;
    margin: 0 auto;
}

.datawork-row-13-cell {
    display: block;
    text-align: left;
    padding: 12px;
    margin: 0 auto;
}

    .datawork-row-13-cell input[type=text],
    .datawork-row-13-cell input[type=password] {
        width: 98%;
        margin: 0 auto;
    }

.datawork-row input[type=submit],
.datawork-row input[type=button] {
    display: inline-block;
    line-height: 2.3em;
    color: #000000;
    border-radius: 5px;
    border: 1px #000000 solid;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.56);
    min-width: 123px;
    padding: 4px 23px;
    margin: 12px 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    clear: both;
}

    .datawork-row input[type=submit]:hover,
    .datawork-row input[type=button]:hover {
        color: #ffffff;
        border: 2px #267007 solid;
        background: #267007;
        box-shadow: none;
    }

    .datawork-row input[type=submit]:active,
    .datawork-row input[type=button]:active {
        color: #FFFFFF;
        border: 2px #000000 solid;
        background: rgba(0, 0, 0, 1);
    }

.datawork-h3 {
    display: block;
    width: 100%;
    border-bottom: 1px #808080 solid;
    font-size: 18pt;
    font-family: 'metropolisbold',Arial, Helvetica, sans-serif !important;
}

.datawork-h5 {
    display: block;
    width: 100%;
    font-size: 12pt;
    font-family: 'metropolisbold',Verdana, Geneva, Tahoma, sans-serif;
}

.console-process-notices {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.console-process-notices-inner {
}

    .console-process-notices-inner h3 {
        font-family: 'metropolisextra_light',Arial, Helvetica, sans-serif !important;
    }

.DragSelected {
    background: #009933;
    background: #000000;
    background: rgba(0, 0, 0, 0.77);
    color: #FFFFFF !important;
    padding: 0;
    height: 34px !important;
}

    .DragSelected a {
        display: none !important;
    }

    .DragSelected .DragSelected-DontShow {
        display: none;
    }

.DragSelected-DontShow:hover {
    cursor: move;
}

.ui-sortable-handle {
    cursor: move;
}

.BeforeSelect-DontShow {
    display: none !important;
    background: transparent;
    background: #333333;
    color: #333333;
    border: 0;
}

.BeforeSelect-EditLink:hover,
.BeforeSelect-EditLink:focus {
    cursor: pointer !important;
}









.div_conhom-container {
    font-size: 0;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.div_conhom {
    font-size: 12pt;
    position: relative;
    display: inline-block;
    width: 20%;
    min-height: 234px;
    margin: 0.5%;
    padding: 0;
    overflow: hidden;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    !@box-shadow:0 0 4px rgba(0, 0, 0, 0.86);
    border: 1px #b1acac solid;
}

.div_conhom-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.div_conhom-inner-default {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.div_conhom-inner-hoverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.div_conhom-inner-default .div_conhom-inner-hoverlay {
    text-align: center;
}

.div_conhom:hover .div_conhom-inner-default,
.div_conhom:focus .div_conhom-inner-default,
.div_conhom:active .div_conhom-inner-default {
    display: none;
}

.div_conhom:hover .div_conhom-inner-hoverlay,
.div_conhom:focus .div_conhom-inner-hoverlay,
.div_conhom:active .div_conhom-inner-hoverlay {
    display: block;
    background: transparent url('../Media/Images/Bknd/Tr-Bl-70.png') repeat scroll;
}

.div_conhom-inner-default h2,
.div_conhom-inner-hoverlay p {
    display: block;
}

.div_conhom-inner-default h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2.3em;
    line-height: 2.3em;
    margin: 0;
    padding: 0 2%;
    background: transparent url('../Media/Images/Bknd/Tr-Wt-90.png') repeat scroll;
    color: #000000;
    text-align: center;
    font-family: 'metropolisextra_light',Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.div_conhom-inner-hoverlay p {
    position: relative;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-align: left;
    padding: 3%;
}

@media screen and (max-width:799px) {
    .div_conhom {
        display: block;
        width: 100%;
    }

    .div_conhom-inner-hoverlay p {
        font-size: 10pt;
    }
}

@media screen and (min-width:800px) and (max-width:919px) {
    .div_conhom-inner-hoverlay p {
        font-size: 12pt;
    }
}

@media screen and (min-width:920px) and (max-width:999px) {
    .div_conhom-inner-hoverlay p {
        font-size: 15pt;
    }
}

@media screen and (min-width:1000px) {
    .div_conhom-inner-hoverlay p {
        font-size: 11pt;
    }
}


.vn65_click,
.vn65_click:link,
.vn65_click:visited {
    display: inline-block;
    height: 45px;
    padding: 0 12px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background: #0099FF;
    border: 1px #0066FF solid;
    border-radius: 5px;
    !@box-shadow:0 0 4px #000000;
}

    .vn65_click:hover,
    .vn65_click:hover {
        color: #FFFFFF;
        background: #3399FF;
        border: 1px #0066FF solid;
        border-radius: 5px;
        box-shadow: 0 0 4px #000000;
    }

    .vn65_click:active,
    .vn65_click:active {
        color: #FFFFFF;
        background: #3399FF;
        border: 1px #000000 solid;
        border-radius: 5px;
        box-shadow: inset 0 0 4px #000000;
    }


.stat-summary-wrapper {
    position: relative;
    width: 98%;
    padding: 0 1% 1% 1%;
    text-align: center !important;
}

.stat-summary-holder {
    position: relative;
    width: 100%;
}

.stat-summary-databox {
    position: relative;
    display: inline-block;
    width: 234px;
    height: 190px;
    padding: 3px;
    margin: 0 0 23px 0;
    margin: 23px 4px;
    border-right: 1px #424442 solid;
    text-align: left;
    vertical-align: top;
}

    .stat-summary-databox .stat-count,
    .stat-summary-databox .stat-title,
    .stat-summary-databox .stat-blurb,
    .stat-summary-databox .stat-icon {
        display: block;
        width: 100%;
    }

    .stat-summary-databox .stat-icon {
        font-size: 18pt;
    }

    .stat-summary-databox .stat-count {
        font-family: 'metropolisbold',Arial, Helvetica, sans-serif;
        font-size: 23pt;
        padding: 6px 6px 6px 0;
        font-weight: bold;
    }

    .stat-summary-databox .stat-title {
        font-family: 'metropolis',Arial, Helvetica, sans-serif;
        font-size: 12pt;
        padding: 6px 6px 6px 0;
        font-weight: bold;
    }

    .stat-summary-databox .stat-blurb {
        font-family: 'metropolis',Arial, Helvetica, sans-serif;
        padding: 6px 6px 6px 0;
        font-size: 10pt;
    }

    .stat-summary-databox .stat-detail {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        padding: 6px 6px 6px 0;
        font-size: 8pt;
    }















.btn3d {
    position: relative;
    top: -6px;
    border: 0;
    transition: all 40ms linear;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

    .btn3d:active:focus,
    .btn3d:focus:hover,
    .btn3d:focus {
        -moz-outline-style: none;
        outline: medium none;
    }

    .btn3d:active,
    .btn3d.active {
        top: 2px;
    }

    .btn3d.btn-white {
        color: #666666;
        box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
        background-color: #fff;
    }

        .btn3d.btn-white:active,
        .btn3d.btn-white.active {
            color: #666666;
            box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
            background-color: #fff;
        }

    .btn3d.btn-default {
        color: #666666;
        box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
        background-color: #f9f9f9;
    }

        .btn3d.btn-default:active,
        .btn3d.btn-default.active {
            color: #666666;
            box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
            background-color: #f9f9f9;
        }

    .btn3d.btn-primary {
        color: #113343;
        box-shadow: 0 0 0 1px #E6982E inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 3px 0 0 #BA8741, 0 3px 3px 1px rgba(0, 0, 0, 0.5);
        background-color: #f8ba1c;
    }

        .btn3d.btn-primary:active,
        .btn3d.btn-primary.active {
            color: #113343;
            box-shadow: 0 0 0 1px #e698ce inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            background-color: #f8ba1c;
        }

