﻿







/**************
    Common
***************/
body, html {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    background: #3b4045;
    min-width: 300px;
    color: #3b4045;
    line-height: 1.75em;
    letter-spacing: 0.01em;
    font-weight: 300;
    height: 100%;
}
body {
    margin: 0;
}
.profiler-label {
    text-align: left !important;
}
.clear {
    clear: both;
}
.smallPrint {
    font-size: 0.8rem;
    line-height: 120%;
}.if {
    display: inline-flex;
}

a.txt {
    color: #3b4045;
}

textarea, input[type=text], input[type=number], input[type=password], input[type=number], select {
    padding: 15px;
    font-size: 1.05rem;
    width: 100%;
    margin: 2px 0;
}

h1, h2, h3, h4, h5, c {
    font-family: 'HalisR-Bold', 'Roboto', Arial, sans-serif;
    line-height: 1.9rem;
    word-wrap: break-word;
}

h1 {
    line-height: 3rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.95rem;
    margin: 64px auto;
    max-width: 800px;
    padding: 0 16px;
    letter-spacing: -4px;
}

    h1.big {
        font-size: 4.5rem;
        line-height: 110%;
        letter-spacing: -0.075em;
    }

h2 {
    font-size: 2rem;
    text-transform: uppercase;
}
h2.big {
    font-size: 2.5rem;
}

h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
}

    h3 ~ p {
        margin-top: 0;
    }

span.preH1 {
    display: block;
    font-style: italic;
    text-align: center;
    font-size: 1.5rem;
    color: #8D9399;
    margin-top: 64px;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

    span.preH1 ~ h1 {
        margin-top: 16px;
    }

select {
    display: inline-block;
    width: auto;
}

.nbm {
    margin-bottom: 0;
}

.ntm {
    margin-top: 0;
}


div, ul, li, a, input, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    ul li, ol li {
        margin-bottom: 16px;
    }

        ul li:last-child, ol li:last-child {
            margin-bottom: 0;
        }

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.l {
    text-align: left !important;
}
.fr {
    float: right;
}
.h {
    display: none;
}

.ib {
    display: inline-block;
}

label:hover {
    cursor: pointer;
}

label span {
    display: block;
    font-style: italic;
    font-size: 0.9em;
}

label strong {
    font-weight: 500;
}

.content {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 0 32px;
    position: relative;
}

a {
    text-decoration: none;
    color: #f85753;
}

span.bigInfo {
    font-size: 1.3rem;
    color: #8D9399;
    font-weight: normal;
    font-style: italic;
}

a:hover {
    text-decoration: underline;
}

.bodyWrapper {
    padding-top: 104px;
    background-color: #f2f8ff;
}

p, li {
    font-size: 1.265622rem;
    line-height: 1.8rem;
}

    p a {
        font-weight: 300;
    }

        p a.more {
            margin-left: 8px;
            font-size: 1.2rem;
            font-weight: 400;
        }

    p.description {
        font-size: 1rem;
    }

.singleCol {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 32px;
    padding-bottom: 64px;
}
.singleCol.wider {
    max-width: 900px;
}

.singleCol.veryWide {
     max-width: 1100px;
 }
.singleCol.superWide {
    max-width: 100%;
}
        .singleCol.wider.breakout {
            max-width: 900px;
            padding: 0 32px;
        }

        .singleCol.wider ~ .singleCol.wider.breakout {
            margin-top: -64px;
        }

    .singleCol.form {
        max-width: 400px;
    }
    .singleCol.form input[type=number] ~ label,
        .singleCol.form input[type=text] ~ label,
        .singleCol.form input[type=password] ~ label {
            display: block;
            padding-top: 16px;
        }

.twoCol, .threeCol {
    display: flex;
    flex-wrap: wrap;
}

.twoCol div.col {
    width: 50%;
    min-width: 300px;
    padding: 0 15px;
    flex: 1;
    flex-direction: column;
}
.threeCol div.col {
    width: 33%;
    min-width: 200px;
    padding: 0 15px;
    flex: 1;
    flex-direction: column;
}

.block {
    display: block;
}


button, .button, input[type=submit], a.bigButton, .launchC3Button {
    background: #f85753;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 16px 32px;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.15rem;
    bordeR: 0;
}
.smallButton, input[type=submit].smallButton, a.smallButton {
    font-size: 0.85rem;
    padding: 7px 15px;
}
span.bigButtonDes {
    display: block;
    text-align: center;
    color: #9DA3A9;
    font-size: 1.2rem;
    margin-top: 5px;
    font-style: italic;
}
span.bigButtonDes.bottom {
    color: #333;
}
input[type=submit]:hover {
    cursor: pointer;
    text-decoration: underline;
}
.spacer {
    height: 32px;
}
.tiSpacer {
    height: 16px;
}
input[type=checkbox] {
    margin: 0;
}
.tick {
    color: #50bc44;
}
.chkWrap {
    text-align: right;
    position: relative;
    display: block;
    font-size: 0.85rem;
    line-height: 130%;
    padding-right: 25px;
}
.chkWrap input[type=checkbox] {
    position: absolute;
    top: 3px;
    right: 0;
}
.chkWrap + .chkWrap {
    margin-top: 10px;
}

.formFieldDescription {
    font-size: 0.8rem;
    margin-top: -4px;
    font-style: italic;
}

strong {
    font-weight: 400;
}

span.lastUpdated {
    font-style: italic;
    display: inline-block;
    border-bottom: 1px solid #a6a7a9;
    padding-bottom: 4px;
    color: #6b6f74;
}

.hDescription {
    font-size: 1.65rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    display: block;
    line-height: 1.5em;
}
.hoverImg {
    position: relative;
}
.hoverImg span.hover {
    display: none;
}

.hoverImg:hover span.hover {
    display: inline;
}

.hoverImg:hover span.nohover {
    display: none;
}

.offerMenuCount {
    position: absolute;
    bottom: 0;
    left: 17px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: red;
    border-radius: 50%;
    font-size: 0.7rem;
    text-align: center;
}
.offerMenuCount.global {
    background: #47c942;
}


/**************
    LAYOUT
***************/
.darkBG {
    background: #3b4045;
}

    .darkBG h1 {
        color: #fff;
    }

    .darkBG .hDescription {
        color: #9DA3A9;
    }

    .darkBG a.bigButton:hover {
        background: #fff;
        color: #3b4045;
        text-decoration: none;
    }

.svgBreaker {
    height: 200px;
    background-position: center;
    background-size: auto 100%;
    position: relative;
    z-index: 2;
}

.lightBG {
    background: #EEF5FC;
}

.blueBG {
    background: #96F1FF;
}

.greyBG {
    background: #A8BAC7;
}

.greenBG {
    background: #28f0d2;
}

.paleBG {
    background: #f2f8ff;
}

.waterBG {
    background: #2CE2FF;
    position: relative;
}

/**************
    HOMEPAGE
***************/
.homepage h1 {
    margin-bottom: 15px;
}

img.duck {
    position: absolute;
    top: -245px;
    left: 10%;
}
.homepage .rocketPig {
    margin-top: 60px;
    margin-bottom: -200px;
}
.pigTxt {
    display: flex; align-items: center; justify-content: center;
}

.pigTxt .hDescription {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.octo {
    position: absolute;
    bottom: -180px;
    left: 0;
    z-index: 1;
}
.homepage .powerful {
    display: inline-block;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}


/**************
    Lists
***************/
    ul {
        font-size: 0;
    }

    ul.horizontal {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.horizontal li {
            display: inline-block;
        }

/**************
    Img left with P right
***************/
.imgPWrap img {
    float: left;
    margin-right: 32px;
    clear: both;
}

.imgPWrap p {
    margin-left: 0px;
    overflow: auto;
    display: block;
}

/**************
    Images
***************/
img {
    max-width: 100%;
    display: inline-block;
}

    img.loaded {
        height: auto !important;
    }

    img.responsiveFullWidth {
        width: 100%;
    }

    img.inline {
        display: inline-block;
    }

/**************
    Iframes
***************/
iframe {
    display: block;
}

    iframe.embeddedFacebookPost {
        overflow: hidden;
        border: 0;
    }

/**************
    Special
***************/
span.emailAddress {
    unicode-bidi: bidi-override;
    direction: rtl;
}

/**************
    Tables
***************/
table {
    border-collapse: collapse;
    width: 100%;
    padding: 5px;
    font-size: 1.1rem;
}

    table td {
        text-align: center;
        padding: 5px 15px;
    }

    table thead td {
        background: #d0e1f4;
    }

        table thead td:nth-child(even) {
            background: #ddeaf8;
        }

    table thead, table.vert tr td:first-child {
        font-weight: bold;
        background: #efefef;
    }

    table tbody tr td {
        background: #f8f8f8;
    }

    table tbody tr:nth-child(odd) td {
        background: #fff;
    }

        table tbody tr:nth-child(odd) td:nth-child(odd) {
            background: #fafafa;
        }

    table tbody tr:nth-child(even) td:nth-child(odd) {
        background: #f5f5f5;
    }

    table td.attention {
        background: red;
    }

    table td.warning {
        background: rgb(236, 228, 181);
    }

    table td.ok {
        background: rgb(129, 231, 160);
    }

    table tr.inactive td {
        color: #7d7d7d;
    }

    table.c td {
        text-align: center;
    }

    table td span.description {
        display: block;
        font-size: 0.9rem;
        font-style: italic;
    }

    table td a span.description {
        font-style: normal;
    }




/* User avatar control */
.userAvatarWrapper {
    display: inline-block;
    padding: 1px;
    border: 2px solid #efefef;
    background: #fff;
}
.userAvatarWrapper img {
    display: block;
}
.userAvatarWrapper span.online {
    position: absolute;
    left: -4px;
    bottom: -4px;
    background:#7df972;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: onlineBlinker 1s linear infinite;
}
.userAvatarWrapper img.c3medal  {
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 2;
}

/**************
    Top menu
***************/
.topMenu {
    background-color: #3b4045;
    color: #eef5fc;
    position: fixed;
    width: 100%;
    font-size: 0;
    text-align: right;
    z-index: 100;
}

    .topMenu a.logo {
        display: inline-block;
        padding-right: 10px;
        float: left;
    }

        .topMenu a.logo img {
            display: inline-block;
            vertical-align: middle;
        }

            .topMenu a.logo img:first-child {
                margin: 14px 8px 14px 24px;
            }

    .topMenu .mainMenu {
        height: 72px;
    }

        .topMenu .mainMenu ul {
            display: inline-block;
        }

            .topMenu .mainMenu ul li {
                vertical-align: middle;
                margin-bottom: 0;
            }

                .topMenu .mainMenu ul li a {
                    padding: 0 16px;
                    padding-top: 4px;
                    height: 72px;
                    display: block;
                    font-size: 1.15rem;
                    color: #8296a5;
                    display: flex;
                    align-items: center;
                    font-weight: 400;
                    justify-content: center;
                }

            .topMenu .mainMenu ul.nav li a {
                border-bottom: 4px solid #3b4045;
            }

            .topMenu .mainMenu ul.nav li.selected a {
                border-color: #eef5fc;
                color: #eef5fc;
            }

            .topMenu .mainMenu ul.nav li a:hover {
                color: #f85753;
            }

            .topMenu .mainMenu ul.nav li.selected a:hover {
                text-decoration: none;
                color: #eef5fc;
            }

            .topMenu .mainMenu ul.nav li.get a {
                border-bottom: 0;
                padding: 0 40px;
            }

                .topMenu .mainMenu ul.nav li.get a:hover {
                    background: #f85753;
                    color: #eef5fc;
                }

            .topMenu .mainMenu ul.nav li.selected.get {
                border-bottom: 4px solid #fff;
                height: 72px;
            }

            /* Controls */
            .topMenu .mainMenu ul.controls, .topMenu .mainMenu ul.controls li {
                height: 72px;
            }

/* MOBILE MENU */
.topMenu li.mobileMenu {
    display: none;
}





.topMenu .mainMenu ul.controls label {
    padding: 0 17px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
/* Notifications */
.topMenu .mainMenu ul.controls a.notifications {
    position: absolute;
    z-index: 5;
    background: #f85753;
    display: inline-block;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topMenu .mainMenu ul.controls a.notifications.global {
    background: #47c942;
}
.topMenu .mainMenu ul.controls a.notifications.unread {
    font-size: 1rem;
    background: #767676;
    color: #c0c0c0;
}


                .topMenu .mainMenu ul.controls li.avatar {
                    position: relative;
                }
                    .topMenu .mainMenu ul.controls li.avatar.selected {
                        border-bottom: 4px solid #eef5fc;
                    }
                    .topMenu .mainMenu ul.controls li.avatar label img {
                        width: 44px;
                        height: 44px;
                        -webkit-border-radius: 64px;
                        -moz-border-radius: 64px;
                        border-radius: 64px;
                    }

                    .topMenu .mainMenu ul.controls li.avatar label:hover {
                        padding: 0 16px;
                    }

/* Render slightly differently */
.topMenu .mainMenu ul.controls li.avatar img.c3medal, .topMenu .mainMenu ul.controls li.avatar span.online  {
    display: none;
}
.topMenu .mainMenu ul.controls li.avatar .userAvatarWrapper {
    border: 0;
    background: transparent;
    padding: 0;
}

                        .topMenu .mainMenu ul.controls li.avatar label:hover img {
                            width: 46px;
                            height: 46px;
                            box-shadow: 0 0 6px rgba(32, 35, 38, 0.1), 0 6px 3px rgba(32, 35, 38, 0.4);
                        }

/* MEDALS */
.topMenu .mainMenu ul.controls li.avatar img.c3Medal {
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 0;
    width: auto;
    height: auto;
}
.topMenu .mainMenu ul.controls li.avatar label:hover img.c3Medal {
    width: auto;
    height: auto;
    box-shadow: none;
}

.topMenu a.avatarWrap img.c3Medal {
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 2px;
}

                .topMenu .mainMenu ul.controls li.login a, .topMenu .mainMenu ul.controls li.register a {
                    background: #f85753;
                    height: 32px;
                    color: #fff;
                    margin-left: 10px;
                    margin-top: 20px;
                    line-height: 32px;
                    font-size: 1rem;
                    padding: 0 15px;
                    border-radius: 2px;
                    font-weight: 500;
                }

                    .topMenu .mainMenu ul.controls li.login a:hover, .topMenu .mainMenu ul.controls li.register a:hover {
                        background: #fff;
                        text-decoration: none;
                        color: #3b4045;
                    }

    /* Sub menu */
    .topMenu .subMenu {
        height: 32px;
        background: #28f0d2;
        text-align: center;
    }

        .topMenu .subMenu ul li a {
            display: block;
            height: 32px;
            line-height: 32px;
            color: #3b4045;
            font-size: 0.9375rem;
            margin: 0 16px;
            padding: 0 16px;
            font-weight: 400;
        }

            .topMenu .subMenu ul li a:hover {
                text-decoration: none;
                background: #eef5fc;
            }

        .topMenu .subMenu ul li.selected a {
            background: #eef5fc;
        }

/* Mobile/Dropdown Menus */
div.mobileMenu, #MobileMenuSwitch, div.userMenu, #UserMenuSwitch {
    display: none;
}


#UserMenuSwitch:checked ~ div.userMenu {
    display: block;
    position: absolute;
    top: 72px;
    right: 10px;
    box-shadow: 0 0 6px rgba(32, 35, 38, 0.1), 0 6px 3px rgba(32, 35, 38, 0.4);
    background: #eef5fc;
    width: 390px;
    z-index: 100;
    margin-left: 50px;
    text-align: left;
    padding-bottom: 32px;
}
div.userMenu .avatarWrap {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-top: 32px;
}
div.userMenu .avatarWrap img {
    border-radius: 50%;
}
div.userMenu h3.username {
    border-radius: 50%;
    color: #8699A8;
    text-align: center;
    margin-bottom: 20px;
}
div.userMenu .hr {
    background: #E3EEF9;
    height: 2px;
    width: 75%;
    margin: 0 auto;
}


div.userMenu ul li a {
    color: #666B6F;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 32px;
}
div.userMenu ul li a img {
    margin-right: 10px;
    position: relative;
    top: 4px;
}
div.userMenu ul li a:hover {
    color: #F85753;
    text-decoration: none;
}
div.userMenu ul {
    margin-top: 15px;
}
div.userMenu ul {
    font-size: 1.2rem;
}

/**************
    Footer
***************/
.footer {
    background: #3b4045;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

    .footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer h4 {
        font-weight: 500;
        color: #eef5fc;
        font-size: 1.275rem;
        margin: 0;
    }

    .footer .navWrap {
        display: inline-block;
    }

        .footer .navWrap ul.nav {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .footer .navWrap h4 {
            margin-bottom: 18px;
        }

        .footer .navWrap ul.nav li {
            display: inline-block;
            text-align: left;
            width: 210px;
            padding-left: 64px;
            margin-bottom: 64px;
        }

            .footer .navWrap ul.nav li li {
                display: block;
                width: auto;
                padding: 0;
                margin-bottom: 3px;
            }

    .footer a {
        color: #8296a5;
        font-size: 1.05rem;
        font-weight: normal;
    }

.footer a:hover {
    color: #f85753;
}
.footer ul.social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    text-align: center;
}
.footer ul.social a {
    display: block;
}
.footer ul.social li {
    display: flex;
    padding: 0 18px;
    margin-bottom: 0;
}
.footer ul.social li:first-child {
    padding-left: 0;
}
.footer ul.social li:last-child {
    padding-right: 0;
}

.footer .address {
    margin-top: 64px;
}

        .footer .address h4 {
            margin-bottom: 24px;
        }

        .footer .address span {
            display: block;
            color: #8296a5;
            font-size: 1rem;
            padding: 0 10px;
        }

    .footer .legal {
        margin-top: 32px;
    }

        .footer .legal li {
            display: inline-block;
            padding: 0 16px;
        }

            .footer .legal li a {
                color: #f85753;
                font-size: 1.05rem;
                display: block;
            }

            .footer .legal li.region img {
                display: inline-block;
                vertical-align: middle;
            }

                .footer .legal li.region img:first-child {
                    margin-right: 7px;
                }

                .footer .legal li.region img.selector {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .footer .legal li.region a:hover {
                text-decoration: none;
            }

                .footer .legal li.region a:hover span {
                    text-decoration: underline;
                }

/**************
    Overlay
***************/
.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #32373c;
    background-color: rgba(50, 55, 60, 0.75);
    top: 0;
    left: 0;
    display: none;
    z-index: 600;
}
.overlay:hover {
    cursor: pointer;
}
.overlay.uncloseable:hover {
    cursor: wait;
}
.overlayContent:hover {
    cursor: default;
}


.scirraBox {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    background: #1DBBA3;
    border-radius: 4px;
    padding: 15px 0;
}
.scirraBox img {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -21px;
}
.scirraBox p {
    margin: 0;
    padding: 0 15px 0 75px;
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
}
.scirraBox p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

.thumb {
    display: inline-block;
    background: rgb(72, 195, 64);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.thumb img {
    position: absolute;
    top: 5px;
    left: 5px;
}
.thumb.down {

    background: #c0c0c0;
}
.exampleImage {
    border: 1px solid #c0c0c0;
    display: inline-block;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
.exampleImage img {
    display: block;
}

.paraxify{
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.icon {
    display: inline-block;
}

a.icon:hover {
    text-decoration: none;
}
a.icon span.label {
    padding-left: 2px;
    font-size: 1rem;
}
a.icon:hover span.label {
    text-decoration: underline;
    color: #28f0d2;
}
a.icon:hover .imgWrap {
    background: #28f0d2;
    -webkit-transform: scale(1.3); 
    -ms-transform: scale(1.3); 
    transform: scale(1.3);
    text-decoration: none;
}
.icon .imgWrap {
    display: inline-flex;
    background: #f85753;
    padding: 2px;
    vertical-align: middle;
    border-radius: 50%;
}
.icon .imgWrap img {
    display: block;
}
.status {
    display: inline-block;
    border-radius: 12px;
    text-align: center;
    background: #c0c0c0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 10px;
}
.status.notdeleted {
    background: #62e95b;
}
.status.deleted {
    background: #b9beb8;
}
.status.permamentlydeleted {
    background: #efefef;
}


ul.tabList {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #f85753;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
ul.tabList li {
    padding: 0;
    margin: 0;
    display: inline-flex;
    white-space: nowrap;
}
ul.tabList li.r {
    margin-left: auto;
}
ul.tabList li a {
    font-size: 1.1rem;
    background: #efefef;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px 15px;
}
ul.tabList li:nth-child(even) a {
    background: #f4f4f4;
}
ul.tabList li.selected a
{
    background: #f85753;
    color: #fff;
}
ul.tabList li.selected a:hover
{
    text-decoration: none;
}
ul.tabList li span.count {
    background: #fa8481;
    display: inline-block;
    font-size: 0.85rem;
    line-height: 100%;
    padding: 4px 10px;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    position: relative;
    top: -1px;
    margin-left: 5px;
}
ul.tabList li span.count.grey {
    background: #c0c0c0;
}



/* REPORTING */

a.reportActive {
    background: #f85753;
    color: white !important;
    border-radius: 3px;
    padding: 0 5px;
}
a.reportActive:hover {
    text-decoration: none;
}
#ReportTemplateWrap:hover {
    cursor: pointer;
}
#ReportTemplateWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}
#ReportTemplateWrap .reportFormWrap {
    display: block;
    background: #fff;
    border-radius: 3px;
    height: 400px;
    width: 350px;
    margin: auto;-webkit-box-shadow: 0px 0px 122px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 122px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 122px -15px rgba(0,0,0,0.75);
    padding: 10px 30px;
}
#ReportTemplateWrap .reportFormWrap:hover {
    cursor: auto;
}
#ReportTemplateWrap ul.reasons {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    display: block;
}
#ReportTemplateWrap ul.reasons li {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 100%;
}
#ReportTemplateWrap ul.reasons li input[type=radio] {
    position: absolute;
    left: 0;
    top: 3px;
}
#ReportTemplateWrap .reportMoreReasonWrap input[type=text] {
    padding: 8px 5px;
    font-size: 0.85rem;
}
#ReportTemplateWrap .reportMoreReasonWrap {
    line-height: 100%;
    margin-bottom: 4px;
}
#ReportTemplateWrap label {
    line-height: 100%;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: left;
    display: block;
}
#ReportTemplateWrap ul.reasons label span {
    font-size: 0.85rem;
    font-weight: normal;
    display: block;
    margin-top: 3px;
    color: #666;
}
#ReportTemplateWrap a.button {
    padding: 5px 15px;
    font-size: 1rem;
}
#ReportTemplateWrap span.reportError {
    display: none;
    line-height: 100%;
    font-size: 0.85rem;
    background: rgb(255, 244, 244);
    border: 1px solid #f85753;
    padding: 5px 10px;
    color: #f85753;
    font-weight: 500;
    margin-top: 5px;
    border-radius: 3px;
}
#ReportTemplateWrap .sentWrap {
    display: none;
}
#ReportTemplateWrap.sent .reportInnerWrap {
    display: none;
}
#ReportTemplateWrap.sent .sentWrap {
    display: block;
}
#ReportTemplateWrap .sentWrap span {
    display: inline-block;
    margin: 0 auto;
    font-size: 5rem;
    overflow: hidden;
    font-weight: 700;
    margin-top: 30px;
    border: 12px solid #7df972;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #7df972;
    text-align: center;
    line-height: 100px;
}
.reportCount {
    display: inline-block;
    border-radius: 3px;
    background: #c0c0c0;
    padding: 0 5px;
    color: #fff;
    font-size: 0.7rem !important;
}
.reportCount.noReports {
    display: none;
}
a.reportActive .reportCount {
    background: #a50501;
}
a.report span.reported {
    display: none;
}
a.report.reported {
    color: #f85753 !important;
}
a.report.reported span.reported {
    display: inline-block;
    font-weight: 500;
}
a.report.reported .reportCount {
    background: #f85753;
    color: #fff;
}
a.report.reported.reportActive {
    color: #fff !important;
}
.reportsNotification {
    display: inline-block;
    border-radius: 50%;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    text-align: center;
    background: #767676;
    color: #c0c0c0 !important;
    position: absolute;
    bottom: 5px;
    left: 5px;
    overflow: hidden;
    padding: 0 !important;
    font-size: 1rem !important;
    z-index: 5;
}
.reportsNotification.openReports {
    background: #f85753;
    color: #fff !important;
}
a.report.locked {
    color: #c0c0c0 !important;
}
a.report img {
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}
a.report.locked:hover { text-decoration: none; }

.svgInlineSymbol img
{
    position:relative!important;
    margin:0!important;
    padding:0!important;
    left:0!important;
    top:0!important;
    width:24px;
    height:24px;
    vertical-align:middle;
}

.svgInlineSymbol a
{
    vertical-align:middle;
}

/* Animations */
@keyframes onlineBlinker {
    50% {
        opacity: 0;
    }
}

/* Miniprofiler fix */
td.mp-label {
    text-align: left;
}