/** dark grey = 2f2f32*/
/** med grey #3e3e42 */
/** light grey = #686868 */
/** light blue = #df409d*/
/** whitesmoke **/

/*********************************************************************************/
/* Media queries                                                                 */
/*********************************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .inner-bg {
        padding: 60px 0 110px 0;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }
}

/*********************************************************************************/
/* Anchors / Links
/*********************************************************************************/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: whitesmoke;
    background-color: #2f2f32;
}

a, a:hover, a:focus {
    color: #fff;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    a:hover, a:visited {
        color: #686868;
        text-decoration: underline;
        background-color: #df409d !important;
    }

/*********************************************************************************/
/* Headings                                                                 */
/*********************************************************************************/
h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: whitesmoke;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

.content {
    padding: 5px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #de615e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #de615e;
    color: #fff;
    text-shadow: none;
}

/*********************************************************************************/
/* Top content                                                               */
/*********************************************************************************/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

/*********************************************************************************/
/* Top content                                                               */
/*********************************************************************************/

.form-box {
    margin-top: 35px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #df409d;
    background: #df409d;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
        color: #fff;
    }

    .form-top-left p {
        opacity: 0.8;
        color: #fff;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 1;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    min-height: 260px;
}

    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom form button.btn {
        width: 100%;
    }

    .form-bottom form .input-error {
        border-color: #de615e;
    }

.form-bottom-button {
    width: 100%;
}

.form-bottom-login {
    float: right;
}

.form-bottom-forgotpassword {
    float: left;
}

.form-bottom-createaccount {
    color: #686868;
    text-align: center;
    float: left;
    padding-top: 5px;
    font-size: 14px;
    clear: both;
}

.form-bottom-logout {
    float: right;
    width: 20%;
}

/*********************************************************************************/
/* Social                                                             */
/*********************************************************************************/

.social-login {
    margin-top: 35px;
}

    .social-login h3 {
        color: #fff;
    }

.social-login-buttons {
    margin-top: 25px;
}

/*********************************************************************************/
/* Batch Edit Panel                                                             */
/*********************************************************************************/

.batchEditPanel {
    z-index: 2990;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 69%;
}

.batchEditPanelWrapper {
    color: #666;
    float: left;
    width: 100%;
    height: 540px;
    position: relative;
    background: #2f2f32;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.batchEditPanelItem {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding: 5px;
    position: relative;
}

.batchEditPanelItemClearBoth {
    font-size: 12px;
    line-height: 40px;
    width: 100%;
    padding: 5px;
    position: relative;
    clear: both;
}

.batchEditPanelButton {
    padding: 5px;
}

/*********************************************************************************/
/* User Settings                                                                  */
/*********************************************************************************/

.userSettings {
    z-index: 990;
    position: absolute;
    top: 157px;
    right: 5px;
}

.userSettingWrapper {
    color: #666;
    float: left;
    width: 100%;
    height: auto !important;
    padding: 0px;
    position: relative;
    background: #2f2f32;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.userSettingItem {
    font-size: 12px;
    line-height: 40px;
    height: 45px;
    width: 100%;
    padding: 5px;
    position: relative;
}

.userSettingItemClearBoth {
    font-size: 12px;
    line-height: 40px;
    width: 100%;
    padding: 5px;
    position: relative;
    clear: both;
}

.userRegisterExplanation {
    margin-top: -35px;
    float: right;
    width: 65%;
    line-height: 15px;
}

/*********************************************************************************/
/* Grid                                                             */
/*********************************************************************************/
.editFormRowItem {
    font-size: 12px;
    line-height: 40px;
    width: 100%;
    padding: 5px;
    height: 50px !important;
    box-sizing: border-box;
}

.fieldLeft {
    float: left;
    min-width: 120px;
    width: 30%;
    line-height: 40px;
    background-color: none;
    padding-top: 1px;
    color: #686868;
}

.field_validatortd {
    width: 32px;
}

.fieldValidator {
    top: -5px;
    z-index: 10011;
    position: relative;
    color: red;
    text-align: right;
    left: 94%;
    font-size: 42px;
    line-height: 1px;
    height: 1px;
}

.fieldValidatorRequired {
    background: transparent url('../../assets/img/misc/exclamation_32x32.png') no-repeat;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    color: transparent;
    font-size: 18px;
    width: 40px !important;
}

.fieldValidatorCompare {
    background: transparent url('../../assets/img/misc/exclamation_32x32.png') no-repeat;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    color: transparent;
    font-size: 18px;
    width: 40px !important;
}

.dataRight {
    float: right;
    width: 70%;
    line-height: 40px;
    background-color: transparent;
}

.dataRightCheckbox {
    float: left;
    text-align: left;
    width: 40px !important;
}

.dataRight-White {
    float: right;
    width: 70%;
    line-height: 40px;
    background-color: transparent;
    color: whitesmoke;
}

.dataLeft {
    float: left;
    width: 70%;
    line-height: 40px;
    background-color: none;
}

.feedbackImage {
    float: left;
    width: 15%;
    padding: 10px;
}

.feedbackText {
    float: right;
    width: 85%;
    padding: 10px;
}

.header-line1 {
    height: 100px;
    width: 100%;
}

.header-line2 {
    height: 52px;
    background-color: #2f2f32;
    width: 100%;
    padding-top: 2px;
    clear: both !important;
}

.header-logo-left {
    float: left;
    width: 29%;
    background-color: transparent;
    height: 100px;
    padding-left: 15px;
    padding-top: 15px;
}

.header-title-center {
    float: left;
    width: 34%;
    height: 100px;
    text-align: center;
    padding-top: 5px;
}

.header-title-center-inner {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    background: #2f2f32;
    background: #df409d;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    height: 95px;
    line-height: 30px;
}

.header-title-center-version {
    background: #2f2f32;
}

.header-profile-right {
    float: right;
    width: 33%;
    background-color: transparent;
    padding: 5px;
}

.header-profile-right-inner {
    padding: 10px 10px 10px 10px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    text-align: right;
    height: 92px;
    width: auto;
    box-sizing: border-box !important;
}

.header-profile-right-inner-wrapper {
    padding: 0px;
}

.header-profile-right-inner-data {
    font-weight: bold;
}

.headerUserFullName {
    font-size: 16px;
}

.headerCompanyName {
    font-size: 12px;
}

/*********************************************************************************/
/* Site Map
/*********************************************************************************/
.siteMapHeadingText {
    color: whitesmoke;
    padding: 5px;
    font-size: 16px;
}

.siteMapTopMenuTitle {
    padding-left: 5px;
    font-size: 12px;
    color: whitesmoke;
}

.siteMapTopMenuDescription {
    padding-left: 10px;
    font-size: 12px;
    color: #666;
}

.siteMapLine {
    width: 100%;
    background: #df409d;
    line-height: 1px;
    height: 1px;
}

.accessDenied {
    background-color: #df409d;
    padding: 5px;
    height: 75px;
}

/*********************************************************************************/
/* Video                                                                        */
/*********************************************************************************/

.videoTitle {
    font-weight: bold;
}

.videoDescription {
}

.videoContainer {
    width: 684px;
    height: 180px;
    padding: 70px 0 0 21px;
}

.videoImageWrapper {
    color: #666;
    float: left;
    width: 250px;
    height: 120px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    position: relative;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.videoItem {
    /** nothing */
    padding: 5px;
}

    .videoItem:hover {
        background-color: #df409d;
        width: 100% !important;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

.videoThumbnailHolder {
    display: block;
    position: relative;
    margin: 5px;
}

.videoPlayIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.videoImageWrapperUpper, .userSettingWrapperUpper {
    background: #df409d;
    border-radius: 4px 4px 0 0;
}

.videoImageWrapperBottom, userSettingWrapperBottom {
    padding: 5px;
}

.videoImageWrapperLink {
    color: #666;
    float: left;
    width: 0px;
    height: 0px;
    padding: 10px;
    position: absolute;
    z-index: 101;
    left: 220px !important;
    top: 0px !important;
}

    .videoImageWrapperLink:hover {
        background: #353535;
        color: #FFFFFF;
        z-index: 102;
        position: absolute;
        width: 30px;
        height: 120px;
    }

.videoArrowToLink {
    padding-top: 85px;
    font-size: xx-large;
}

.videoThumbnailHolder img,
.videoImageWrapper:hover .videoPlayIcon {
    display: block;
}

.videoThumbnailHolder {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.videoPlayIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.RadMediaPlayer,
div.rltbDescriptionBox {
    /**margin-left: 50px; **/
    width: 600px;
}

.rmpFullscreen {
    margin-left: 0px;
}

div.RadLightBox .rltbWrapper {
    z-index: auto;
}

.rltbItemTemplate {
    min-height: 340px;
}

/*********************************************************************************/
/* Menu Items
/*********************************************************************************/

.menuItem {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .menuItem:hover {
        background-color: transparent;
    }



/** custom Bootstrap overwrites */


/**Input fields **/
html body .RadInput_Bootstrap .riFocused {
    border-color: #df409d !important;
    -webkit-box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
    -moz-box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
    box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/** Buttons */
span.RadButton_Bootstrap {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: whitesmoke !important;
}

    span.RadButton_Bootstrap .rbDecorated {
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
        color: whitesmoke !important;
    }

    span.RadButton_Bootstrap.rbSkinnedButton,
    span.RadButton_Bootstrap.rbLinkButton,
    span.RadButton_Bootstrap.rbVerticalButton,
    span.RadButton_Bootstrap.rbDecorated,
    span.RadButton_Bootstrap.RadButton.rbDisabled,
    span.RadButton_Bootstrap.RadButton.rbDisabled:hover,
    span.RadButton_Bootstrap.RadButton.rbDisabled:active,
    span.RadButton_Bootstrap.RadButton.rbDisabled:focus {
        border: none !important;
        color: whitesmoke !important;
        background-color: #3e3e42 !important;
        height: 20px;
        min-width: 32px !important;
        padding: 6px 12px !important;
        background-position: 0 0;
        border-radius: 4px;
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

        span.RadButton.RadButton_Bootstrap.rbVerticalButton.rbHovered, span.RadButton_Bootstrap.rbVerticalButton:hover {
            background-color: #df409d !important;
            border: none !important;
            color: whitesmoke !important;
            box-shadow: none !important;
            font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
        }

.RadCheckBox.RadButton {
    background-color: white !important;
    border: 0;
    outline: 0;
}

.RadForm_Bootstrap.RadForm .riTextBox {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/** Window **/
.RadWindow_Bootstrap .rwTable {
    height: 100% !important;
}

.RadWindow_Bootstrap {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    /**border-color:#e7e7e7;**/
    border-color: #df409d !important;
    border-radius: 4px;
}

    .RadWindow_Bootstrap td.rwWindowContent {
        background-color: #2f2f32 !important;
        color: #fff !important;
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

    .RadWindow_Bootstrap.rwShadow {
        -webkit-box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
        -moz-box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
        box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
    }

        .RadWindow_Bootstrap.rwShadow .rwTopResize {
            height: 6px;
        }

    .RadWindow_Bootstrap .rwTitleRow .rwCorner, .RadWindow_Bootstrap .rwTitleRow .rwTitlebar {
        /** changed */
        background-color: #686868 !important;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #686868 !important;
    }

    .RadWindow_Bootstrap .rwContentRow {
        /**background-color:#f5f5f5;*/
        text-align: left !important;
    }


    .RadWindow_Bootstrap.rwNoTitleBar .rwTitleRow .rwCorner, .RadWindow_Bootstrap.rwNoTitleBar .rwTitleRow .rwTitlebar {
        background-color: transparent;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
    }

    .RadWindow_Bootstrap .rwTitleRow .rwTopLeft {
        border-radius: 4px 0 0;
    }

    .RadWindow_Bootstrap .rwTitleRow .rwTopRight {
        border-radius: 0 4px 0 0;
    }

    .RadWindow_Bootstrap .rwTitlebarControls {
        height: 34px;
        *height: 36px;
    }

    .RadWindow_Bootstrap.rwShadow .rwTitlebarControls {
        height: 28px;
    }

    .RadWindow_Bootstrap .rwTitlebarControls em {
        font-size: 16px;
    }

    .RadWindow_Bootstrap .rwControlButtons li a {
        width: 32px;
        height: 32px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
    }

        .RadWindow_Bootstrap .rwControlButtons li a:hover {
            background-color: #ebebeb;
            border-color: #c2c2c2;
            border-radius: 3px;
        }

    .RadWindow_Bootstrap table.rwShadow em {
        padding: 0 0 0 1px;
    }

    .RadWindow_Bootstrap .rwStatusbar input {
        background-color: #fff;
    }

    .RadWindow_Bootstrap .rwStatusbar div {
        background-image: url('WebResource.axd?d=WHCFJMENvBN7yRZJdOwXEBstK4zLMrzyED5jAzsJwWXvDg8d58UT_zneymivfCzfOB5h5CF7vsEjYnlMDbvrtRCqM-DsxnqDjhP5bKXnFkvy85KF-5UxHnTdhPOKR7jxLx_DLDNOJuKARn0bGlu6NgrS_-DjG9aLeBv5cXG4eMpAfZ46FKI7HZcV9-g6Jk7m0&t=635633627180000000');
        background-position: -12px -2212px;
        margin: 6px -3px 0 0;
    }

    .RadWindow_Bootstrap.rwShadow .rwStatusbar div {
        margin: 9px -9px 0 0;
    }

    .RadWindow_Bootstrap .rwTable .rwTitlebarControls .rwIcon {
        background-image: url('WebResource.axd?d=6oTtEl4xZ4QFsYltf0QmHHyAXPa_XctqxfLFMnr3STRGISW8v1DKOJiTQXfP8dpqlFFLVfwyqRMe8M9T7NM6ZCLZkjI2pRuKGLpcmN1aHMr9vMK4n-C-735Uvveg2mGhIM2Oev2X0oRMYkcDF3SWToIy9kutDXfu5u0kjIAlBOQ1&t=635633627180000000');
        background-position: 0 0;
        margin: 8px 5px 0 0;
    }

    .RadWindow_Bootstrap .rwTable.rwShadow .rwTitlebarControls .rwIcon {
        margin: 5px 5px 0 0;
    }

    .RadWindow_Bootstrap .rwTable .rwTitlebarControls em {
        color: whitesmoke !important;
        font-weight: normal;
    }

    .RadWindow_Bootstrap .rwTable .rwDialogInput, .RadWindow_Bootstrap .rwTable .rwDialogInput:hover {
        height: 1.5em;
        padding: .42857em .85714em;
        background-color: #fff;
        color: #555;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc;
    }

        .RadWindow_Bootstrap .rwTable .rwDialogInput:focus {
            background-color: #fff;
            color: #555;
            border-color: #66afe9;
            box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);
            outline: 0 none;
        }

        .RadWindow_Bootstrap .rwTable .rwDialogInput:active {
            background-color: #fff;
            color: #555;
            border-color: #ccc;
        }

    .RadWindow_Bootstrap td.rwWindowContent {
        background-color: #fff;
        color: #333;
    }

    .RadWindow_Bootstrap .rwTable tr td.rwLoading {
        background-color: #fff;
    }

    .RadWindow_Bootstrap td.rwWindowContent.rwLoading {
        /**background-image:url('WebResource.axd?d=Z3fCFYsHCa8LB8HgJc38wV8WcdLaKTjxwGh0wVyCSw0Y5VOAUDN28onVogJ40RmD8PB_pReaVib-L2Ul2ywEkb7efcc7fsNsObmHx4uIhR0YJ9c6tTE0wRWY0zwYGgi53mYy6YverHK9oOhbpJmqR8AF04ZYZtpl7grtXdP3Bj41&t=635633627180000000');**/
        /**background: transparent url('../../assets/img/misc/musosis_loading.gif') center no-repeat !important; **/
    }

    .RadWindow_Bootstrap input.rwLoading {
        /** background-image:url('WebResource.axd?d=bz98Dn6wg0C_K7Z9m_bwv_sgddiNAL6EKVVJHSai_0AMkLt3S0BNsYpY3gapK83tMk0yr45q1Lkrfd-RfG4UAB4KfgnEHGYWT6IHnIgzO9IeQIg99toC64HHA5UiMSHRihKKSDB797WZD-3xWVLlidrg3sK101bWOikuL_Xn5HHC1Mp7ya-tY7IwlFfMBZms0&t=635633627180000000'); **/
        /**background: transparent url('../../assets/img/misc/musosis_loading.gif') center no-repeat !important; **/
    }

    .RadWindow_Bootstrap .rwTable a.rwCancel, .RadWindow_Bootstrap .rwTable a.rwCancel span {
        background: 0;
        cursor: pointer;
    }

        .RadWindow_Bootstrap .rwTable a.rwCancel span span {
            color: #333;
            text-decoration: underline;
        }

    .RadWindow_Bootstrap .rwControlButtons {
        margin: -2px 0 0;
        *margin: 0;
    }

    .RadWindow_Bootstrap.rwShadow .rwControlButtons {
        margin: -4px 0 0;
    }

    .RadWindow_Bootstrap .rwTable .rwControlButtons li a {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 0 0 8px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        background-image: url('WebResource.axd?d=WHCFJMENvBN7yRZJdOwXEBstK4zLMrzyED5jAzsJwWXvDg8d58UT_zneymivfCzfOB5h5CF7vsEjYnlMDbvrtRCqM-DsxnqDjhP5bKXnFkvy85KF-5UxHnTdhPOKR7jxLx_DLDNOJuKARn0bGlu6NgrS_-DjG9aLeBv5cXG4eMpAfZ46FKI7HZcV9-g6Jk7m0&t=635633627180000000');
    }

        .RadWindow_Bootstrap .rwTable .rwControlButtons li a:hover {
            background-color: #ebebeb;
            border-color: #c2c2c2;
            border-radius: 3px;
        }

    .RadWindow_Bootstrap .rwCloseButton, .RadWindow_Bootstrap .rwCloseButton:hover {
        background-position: -9px -1909px;
    }

    .RadWindow_Bootstrap .rwPinButton, .RadWindow_Bootstrap .rwPinButton:hover {
        background-position: -9px -1259px;
    }

        .RadWindow_Bootstrap .rwPinButton.on, .RadWindow_Bootstrap .rwPinButton.on:hover {
            background-position: -9px -1209px;
        }

    .RadWindow_Bootstrap .rwMinimizeButton, .RadWindow_Bootstrap .rwMinimizeButton:hover {
        background-position: -9px -1509px;
    }

    .RadWindow_Bootstrap .rwMaximizeButton, .RadWindow_Bootstrap .rwMaximizeButton:hover {
        background-position: -9px -1609px;
    }

    .RadWindow_Bootstrap.rwMaximizedWindow .rwMaximizeButton, .RadWindow_Bootstrap.rwMinimizedWindow .rwMinimizeButton, .RadWindow_Bootstrap.rwMaximizedWindow .rwMaximizeButton:hover, .RadWindow_Bootstrap.rwMinimizedWindow .rwMinimizeButton:hover {
        background-position: -9px -1809px;
    }

    .RadWindow_Bootstrap .rwReloadButton, .RadWindow_Bootstrap .rwReloadButton:hover {
        background-position: -9px -1309px;
    }

    .RadWindow_Bootstrap .rwStatusbarRow .rwCorner, .RadWindow_Bootstrap .rwStatusbarRow .rwStatusbar {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #e7e7e7;
    }

    .RadWindow_Bootstrap a.rwPopupButton span {
        height: 32px;
        line-height: 32px;
    }

    .RadWindow_Bootstrap a.rwPopupButton {
        height: 32px;
        border-color: #ccc;
        color: #333;
        background-color: #fff;
        background-image: linear-gradient();
        background-position: 0 0;
        background-repeat: repeat-x;
        border-radius: 3px;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc;
    }

        .RadWindow_Bootstrap .rwWindowContent a.rwPopupButton:hover, .RadWindow_Bootstrap a.rwPopupButton:focus {
            border-color: #c2c2c2;
            color: #333;
            background-color: #e0e0e0;
            background-image: linear-gradient();
            background-position: 0 0;
            background-repeat: repeat-x;
            border-radius: 3px;
            border-color: #c2c2c2;
        }

        .RadWindow_Bootstrap a.rwPopupButton:focus {
            outline-width: thin;
            outline-style: dotted;
            outline-offset: -2px;
        }

        .RadWindow_Bootstrap a.rwPopupButton:active {
            border-color: #c2c2c2;
            color: #333;
            background-color: #e0e0e0;
            background-image: linear-gradient();
            color: #333;
            box-shadow: 0 3px 5px rgba(0,0,0,0.125) inset;
            border-color: #c2c2c2;
        }

    .RadWindow_Bootstrap .rwDialogPopup {
        font: 14px "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .RadWindow_Bootstrap.rwMinimizedWindow, .RadWindow_Bootstrap .RadWindow .rwMinimizedWindowOverlay {
        width: 214px !important;
        height: 36px !important;
    }

        .RadWindow_Bootstrap.rwMinimizedWindow .rwControlButtons {
            margin: -3px 0 0;
        }

        .RadWindow_Bootstrap.rwMinimizedWindow .rwTable {
            width: 214px !important;
            height: 55px !important;
        }

        .RadWindow_Bootstrap.rwMinimizedWindow .rwControlButtons {
            width: 86px !important;
        }

.rwLoading {
    /**Set Loading icon **/
    background: transparent url('../../assets/img/misc/musosis_loading.gif') center no-repeat !important;
}

/** radTabStrip */
.RadTabStrip .rtsLevel1 .rtsTxt {
    font-family: "Roboto" !important;
}

.RadTabStrip_Bootstrap .rtsLink {
    color: darkgrey !important;
}

/** Ajax */
.RadAjax_Bootstrap .raDiv {
    background-image: url('Common/loading.gif') !important;
}

.RadAjax_Bootstrap .raColor {
    background-color: #2f2f32 !important;
    color: #333 !important;
}

.RadAjax_Bootstrap .raTransp {
    opacity: .7 !important;
    filter: alpha(opacity=70) !important;
}

/** RadComboBox */
.RadComboBox_Bootstrap {
    min-width: 80px !important;
}

.RadComboBox .rcbInput {
    margin: 0;
    padding: 2px 0 1px;
    /*height: 45px !important;        */
    height: 32px !important;
    width: 100%;
    border-width: 0;
    outline: 0;
    color: inherit;
    background-color: transparent;
    vertical-align: top;
}

.RadComboBoxDropDown_Bootstrap {
    font-size: 14px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    line-height: 1.42857;
    border-color: #3e3e42 !important;
    background-color: #2f2f32 !important;
    border-radius: 4px;
    margin-top: 2px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    overflow: hidden;
}

    .RadComboBoxDropDown_Bootstrap .rcbHovered {
        margin: 0;
        padding: 2px 12px;
        background-color: #df409d !important;
    }

.RadComboBox_Bootstrap .rcbFocused {
    box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
}

.RadGrid_Bootstrap {
    border: 1px solid #2f2f32 !important;
    border-radius: 4px;
    color: whitesmoke !important;
    background-color: #3e3e42 !important;
}

    .RadGrid_Bootstrap .rgFilterBox {
        padding-top: 0;
        padding-bottom: 0;
        height: 32px;
        color: #555;
        border: 1px solid #ccc;
        border-radius: 4px 4px 4px 4px !important;
    }

    .RadGrid_Bootstrap .rgPagerCell .rgInfoPart {
        color: white !important;
    }

.RadComboBoxDropDown_Bootstrap .rcbItem {
    /**background-color: white !important; **/
    color: white !important;
}
/** RadGrid */

.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
    font: 14px/1.42857 "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/** page navigator */
.RadGrid_Bootstrap td.rgPagerCell {
    padding: 7px;
    background-color: #2f2f32 !important;
}

/** page footer **/
.RadGrid_Bootstrap .rgFooter td {
    padding: 7px 0 7px 7px;
    height: 26px;
    border-left: 1px solid #3e3e42 !important;
    background: #2f2f32 !important;
}

.RadGrid_Bootstrap .rgFooterWrapper {
    border-top: 1px solid #3e3e42 !important;
}

.RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td {
    border-color: #3e3e42 !important;
}

.RadGrid_Bootstrap .rgPager > td {
    border-top: 1px solid #3e3e42 !important;
}

.RadGrid_Bootstrap .rgCommandCell {
    border-bottom: 1px solid #2f2f32 !important;
    color: whitesmoke !important;
}

.RadGrid_Bootstrap .rgGroupPanel,
.RadGrid_Bootstrap .rgHeader,
.RadGrid_Bootstrap .rgCommandRow {
    height: 30px;
    background: #3e3e42 !important;
    color: whitesmoke !important;
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap th.rgResizeCol, .RadGrid_Bootstrap .rgHeaderWrapper {
    background-color: #2f2f32 !important;
    color: whitesmoke !important;
    border-bottom: 1px solid #3e3e42 !important;
    border-left: 1px solid #3e3e42 !important;
}

    .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
        color: whitesmoke !important;
    }

.RadGrid_Bootstrap .rgEditForm .rgHeader {
    height: 30px !important;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
    background-color: #df409d !important;
    color: #686868 !important;
    font-weight: bold !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgNumPart a.rgCurrentPage {
    background-color: #df409d !important;
    border: 1px solid #357ebd;
    color: #fff;
}

.RadGrid_Bootstrap .rgSorted {
    background-color: transparent !important;
}

.RadCaptcha_Musosis {
    background-color: transparent;
}

.RadGrid_Bootstrap .rgMultiHeaderRow th.rgHeader .dataCaseStudy-MusosisHeader {
    background-color: red !important;
}

.RadGrid_Bootstrap .rgHeader {
    background: #2f2f32 !important;
}

.RadGrid .rgHeader.dataCaseStudy-MusosisHeader {
    /* Musosis logo on Case Study Header Group */
    background: #2f2f32 url('../../assets/img/misc/musosis_32x32.png') no-repeat !important;
    background-position: center !important;
    height: 60px !important;
}

.RadGrid .rgHeader.dataCaseStudy-ITunesHeader {
    /* Musosis logo on Case Study Header Group */
    background: #2f2f32 url('../../assets/img/misc/itunes_32x32.png') no-repeat !important;
    background-position: center !important;
    height: 60px !important;
}

.RadGrid .rgHeader.dataCaseStudy-SpotifyHeader {
    /* Musosis logo on Case Study Header Group */
    background: #2f2f32 url('../../assets/img/misc/spotify_32x32.png') no-repeat !important;
    background-position: center !important;
    height: 60px !important;
}

.RadGrid .rgHeader.dataCaseStudy-AppleMusicHeader {
    /* Musosis logo on Case Study Header Group */
    color: red !important;
    background: #2f2f32 url('../../assets/img/misc/applemusic_32x32.png') no-repeat !important;
    background-position: center !important;
    height: 60px !important;
}


.RadGrid .rgRow {
    background-color: #3e3e42 !important;
}

.RadGrid .rgAltRow {
    background-color: yellow !important;
}

    .RadGrid .rgAltRow > td {
        background-color: #2f2f32 !important;
    }

    .RadGrid .rgAltRow .rgSelectedRow > td {
        background: black !important;
    }

.RadGrid_Bootstrap .rgSelectedRow > td {
    color: #fff;
    background: #df409d !important;
    border-color: #fff;
}



/** Context Menu base */
.RadMenu_Bootstrap .rmGroup,
.RadMenu_Bootstrap.rmRoundedCorners .rmGroup,
.RadMenu_Bootstrap .rmMultiColumn {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    padding: 0;
    border: 1px solid #2f2f32 !important;
    border-radius: 4px !important;
    color: #2f2f32 !important;
    background-color: #2f2f32 !important;
    -webkit-box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
    -moz-box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
    box-shadow: 0px 2px 10px 6px rgba(223,64,157,0.5) !important;
}

.RadMenu .rmSeparator {
    height: 1px !important;
    background-color: #3e3e42 !important;
}

.RadMenu_Bootstrap .rmGroup .rmLink {
    /** items not templated*/
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    padding-left: 30px !important;
    color: white !important;
}

.RadMenu .rmGroup .rmText {
    padding: 0 50px 0 0px !important;
    margin: 0 0 0 4px;
}

.RadMenu_Bootstrap .rmLeftImage {
    margin-left: -30px !important;
    padding-right: 20px !important;
}

/** radListbox **/
.RadListBox_Bootstrap .rlbGroup, .RadListBox_Bootstrap .rlbTemplateContainer {
    border-color: #3e3e42 !important;
    color: #333;
    background-color: #2f2f32 !important;
}

.RadListBox_Bootstrap .rlbItem.rlbHovered {
    background-color: #df409d !important;
}

.RadWindow .rwFooterRow {
}

.RadWindow .rwBodyRight, .RadWindow .rwBodyLeft, .RadWindow .rwFooterCenter, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight {
    background-color: #2f2f32 !important;
}


.RadWindow .rwFooterLeft {
    border-radius: 0px 0px 0px 6px;
}

.RadWindow .rwFooterRight {
    border-radius: 0px 0px 6px 0px;
}

/** jasmatuph creations customized itemTempalte Context menu **/
.contextMenuRow {
    background-color: transparent !important;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    padding-top: 5px !important;
}

.contextMenuLeftIcon {
    width: 36px;
    float: left;
    padding-right: 10px;
}

.contextMenuRightText {
    height: 35px;
    color: whitesmoke;
    font-size: 12px;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

    .contextMenuRightText:hover {
        border-bottom-color: #007CC2;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        cursor: pointer;
    }

.contextMenuSubHeading {
    color: whitesmoke;
}

.contextMenuLeftText {
    text-align: left;
    width: 95px;
    color: #686868;
    line-height: 40px;
    float: left;
}

.contextMenuRightCombo {
    z-index: 21000 !important;
    width: 240px;
    text-align: left;
    line-height: 40px;
    float: left;
}

.contextMenuRightButton {
    width: 90px;
    padding-top: 5px;
    text-align: right;
    float: right;
}

/** ul, lis **/
.listItemSelectable {
    list-style-type: none;
    height: 30px;
    padding: 5px;
    margin: 5px;
    background-color: #3e3e42;
    float: left;
    color: whitesmoke;
    line-height: 20px !important;
}

    .listItemSelectable:hover {
        background-color: red;
    }

.listItemSelectable-Delete {
    width: 20px;
    height: 20px;
    background-color: #2f2f32;
    color: whitesmoke;
    float: right;
    padding-left: 5px;
    margin-left: 5px;
}

/** artworkUpdater*/
.artworkUpdaterImage {
    border: 1px solid #3e3e42;
    width: 302px;
    height: 302px;
    z-index: 2000;
}

.artworkUpdaterButtonPanel {
    width: 302px;
    height: 302px;
}

.artworkUpdaterAdd {
    background-color: #3e3e42;
    width: 300px;
    height: 45px;
    position: relative;
    left: 0;
    top: -200px;
    padding: 5px;
    z-index: 2002;
    text-align: center;
}

.artworkUpdaterAddNote {
    color: whitesmoke;
    text-align: center;
}

.artworkUpdaterRemove {
    background: rgba(51, 153, 255, 0.25);
    height: 45px;
    width: 302px;
    vertical-align: bottom;
    text-align: right;
    position: relative;
    padding: 5px;
    z-index: 2001;
    top: -50px;
}

.windowPopup {
    z-index: 9001 !important;
}

.horizontalLineLightGrey {
    height: 1px;
    background-color: #3e3e42;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    position: relative;
    clear: both;
}

.horizontalLinePink {
    height: 1px;
    background-color: #df409d;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    position: relative;
    clear: both;
}

.noRecordsFound {
    width: 100%;
    color: whitesmoke;
    float: left;
    padding-top: 5%;
    text-align: center;
    min-height: 120px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    position: relative;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.errorGridRowItem {
    color: indianred;
}

/** Sign up page */
.signupFreeToken {
    width: 100%;
    padding: 10px;
    padding-top: 15px;
    height: 50px;
    background-color: #df409d;
    color: whitesmoke;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.dataCaseStudy-Percentage {
    font-size: 48px;
    color: whitesmoke;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: whitesmoke;
    border-bottom-width: 1px;
}

.dataCaseStudy-Percentage-Red {
    color: red;
    font-size: 48px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-bottom-width: 1px;
}

.dataCaseStudy-Percentage-Orange {
    color: orange;
    font-size: 48px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: orange;
    border-bottom-width: 1px;
}

.dataCaseStudy-Percentage-Green {
    color: green;
    font-size: 48px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: green;
    border-bottom-width: 1px;
}

.dataCaseStudy-Percentage-IsBetter {
    color: green;
    font-size: 48px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: green;
    border-bottom-width: 1px;
    -webkit-box-shadow: 0px 2px 10px 6px green !important;
    -moz-box-shadow: 0px 2px 10px 6px green !important;
    box-shadow: 0px 2px 10px 6px green !important;
}

.dataCaseStudy-LineDataProcessed {
    clear: both;
    color: #666;
    text-align: right;
    border-top: 1px solid #666 !important;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    line-height: 30px;
    font-size: 10px;
}

.dataCaseStudy-Release {
    text-align: center;
    float: left;
    width: 50%;
    padding-bottom: 5px;
}

.dataCaseStudy-Track {
    text-align: center;
    float: left;
    width: 50%;
}

/** Financial */
.dataFinancial-Section {
    color: #666;
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}

.dataFinancial-White {
    color: whitesmoke;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

.dataFinancial-Red {
    color: red;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-bottom-width: 1px;
}

.dataFinancial-Orange {
    color: orange;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: orange;
    border-bottom-width: 1px;
}

.dataFinancial-Green {
    color: green;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: green;
    border-bottom-width: 1px;
}

.dataFinancial-Green-IsBetter {
    color: green;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: green;
    border-bottom-width: 1px;
    -webkit-box-shadow: 0px 2px 10px 6px green !important;
    -moz-box-shadow: 0px 2px 10px 6px green !important;
    box-shadow: 0px 2px 10px 6px green !important;
}

.dataFinancial-WhiteBetween {
    float: left;
    width: 15%;
    padding-top: 0px;
    padding-left: 15px;
}

.dataFinancial-Percentage {
    float: left;
    width: 85%;
    padding-top: 0px;
    padding-left: 15px;
    text-align: center;
}
/*** MaintenanceRequest*/
.dataMaintenanceRequest-Summary {
    float: left;
    width: 33%;
    padding: 5px;
}

.dataMaintenanceRequest-Summary-Image {
    text-align: left;
    float: left;
    width: 12%;
    min-height: 100px;
    padding-right: 2%;
}

.dataMaintenanceRequest-Summary-Category {
    border-bottom: 1px solid green;
    float: left;
    width: 88%;
}

.dataMaintenanceRequest-Summary-Status {
    float: left;
    width: 40%;
    color: whitesmoke;
}

.dataMaintenanceRequest-Summary-StatusCount {
    color: whitesmoke;
    float: right;
    width: 30%;
    text-align: center;
}

.dataMaintenanceRequest-Summary-CompleteTitle {
    text-align: left;
    float: right;
    width: 70%;
}

.dataMaintenanceRequest-Summary-CompletePercentage {
    border-Top: 1px solid green;
    text-align: right;
    color: green;
    font-size: 48px;
    float: right;
    width: 70%;
    line-height: 50px;
}

/*** DuoSecurity */
.duoSecurityBox {
    padding: 25px 25px 25px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
    min-height: 380px;
    /* copied */
    position: fixed;
    left: 50%;
    margin-top: -150px;
    margin-left: -277px;
    width: 554px;
    border: 0;
}


.divClear {
    clear: both;
}

#DropZone1 {
    width: 100%;
    height: 275px;
    background-color: #007CC2;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 14px;
    color: white;
    padding-bottom: 5px;
}
