@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
    height: 100%;
    min-width: 320px;
    font-family: 'Roboto', sans, sans-serif
}

body {
    font-family: 'Roboto', sans, sans-serif;
    background-color: #eeeeee;
    height: 100%
}

.top-header {
    display: block;
    background-color: #ffffff;
    color: #555555;
    width: 100%;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    clear: both;
    position: absolute;
    z-index: 100;
    padding: 3px
}

.top-header .header-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px
}

@media screen and (max-width: 767px) {
    .top-header .header-item {
        padding: 0 6px
    }
}

.top-header .header-item.profile-holder {
    float: right;
    padding-right: 0px
}

.top-header .header-item.profile-holder .dropdown-menu {
    left: auto;
    right: 0;
    width: 100%
}

.top-header .header-item.logo-holder {
    text-align: middle;
    width: 230px
}

@media screen and (max-width: 767px) {
    .top-header .header-item.logo-holder {
        text-align: left;
        width: auto
    }
}

.top-header .header-item.logo-holder .logo {
    max-width: 160px;
    min-width: 80px;
    min-height: 54px;
    max-height: 54px;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .top-header .header-item.logo-holder .logo {
        min-width: 40px
    }
}

.top-header .header-item.site-name {
    text-align: left;
    font-size: 150%;
    font-family: 'Roboto', sans, sans-serif;
    font-weight: 300;
    color: #555555
}

@media screen and (max-width: 767px) {
    .top-header .header-item.site-name {
        font-size: 100%;
        width: 40%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.top-header .avatar {
    height: 38px;
    width: 38px;
    border-radius: 50px
}

.form-small {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto
}

#id_pre_paid {
    border-left: solid 2px #ddd;
    width: 15%
}

#id_download_container {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#id_download_container div {
    padding-top: 20px
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.main-container {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    clear: both
}

.menu-container {
    padding-top: 60px;
    height: 100%;
    width: 230px;
    position: absolute;
    background-color: #2f4352;
    overflow-y: auto
}

.contents-container {
    padding-top: 60px;
    height: 100%;
    margin-left: 230px
}

.contents-body {
    width: 100%;
    padding: 16px
}

.contents-container .contents {
    padding: 24px
}

.admin-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.admin-menu .menu-topper {
    background-color: #ffffff;
    height: 54px;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2)
}

.admin-menu .menu-topper .logo {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.admin-menu .menu {
    padding: 0;
    margin: 0;
    padding-top: 16px
}

.admin-menu .menu>li {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    transition: background-color 0.2s;
    border-left: 6px solid transparent
}

.admin-menu .menu>li.active {
    background-color: #1d2b3c;
    border-color: #a0ce5d
}

.admin-menu .menu>li.active .title .fa,
.admin-menu .menu>li.active .title {
    color: #ffffff
}

.admin-menu .menu>li.active-warning {
    background-color: #fff;
    border-color: #ffcc4e;
    margin-bottom: 14px
}

.admin-menu .menu>li.active-warning a span.title {
    transition: color 0.2s;
    color: #555555
}

.admin-menu .menu>li.active-warning a:hover span.title {
    color: #ffffff
}

.admin-menu .menu>li.active-warning .title .fa {
    color: #555555
}

.admin-menu .menu>li .menu-padder {
    padding: 8px 24px
}

.admin-menu .menu>li>a {
    display: block;
    padding: 8px 24px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff
}

.admin-menu .menu>li .title {
    color: #ffffff;
    transition: color 0.2s;
    font-size: 100%;
    font-weight: normal;
    vertical-align: middle
}

.admin-menu .menu>li .title .fa {
    margin-right: 12px;
    font-size: 150%;
    color: #72828e;
    transition: color 0.2s
}

.admin-menu .menu>li:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #677681
}

.admin-menu .menu>li:hover .title .fa,
.admin-menu .menu>li:hover .title {
    color: #ffffff
}

.table-controls {
    margin-bottom: 12px
}

@media screen and (max-width: 767px) {
    .main-container .menu-container {
        display: none
    }
    .main-container .menu-container.show-menu {
        display: block
    }
    .main-container .contents-container {
        margin-left: 0
    }
    .main-container .contents-container.show-menu {
        position: fixed;
        margin-left: 230px;
        width: 100%
    }
}

.phone-only {
    display: none !important
}

@media screen and (max-width: 767px) {
    .phone-only {
        display: block !important
    }
    .phone-only.table-cell {
        display: table-cell !important
    }
    .phone-only.inline-block {
        display: inline-block !important
    }
    .phone-hide {
        display: none !important
    }
}

#menu-toggler {
    vertical-align: middle;
    text-align: center;
    transition: background-color 0.2s
}

#menu-toggler:hover {
    background-color: #a0ce5d;
    cursor: pointer;
    cursor: finger
}

#menu-toggler .fa {
    font-size: 230%;
    color: #a0ce5d;
    display: block;
    transition: color 0.2s
}

#menu-toggler .fa:hover {
    color: white
}

.sweet-alert {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important
}

@media (min-width: 768px) {
    .swal-wide {
        width: 650px !important;
        margin-left: -332px !important
    }
    .swal-lotta-text p.lead {
        font-size: 120% !important;
        text-align: left !important
    }
    .two-thirds {
        width: 75%
    }
}

.invisible {
    font-size: 0;
    height: 0;
    width: 0;
    display: none;
    visibility: hidden
}

.wide-scroll {
    overflow-x: auto;
    overflow-y: hidden
}

.wider-scroll {
    overflow-x: auto
}

.product-icon .icon {
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle
}

td.right,
th.right {
    text-align: right
}

table.table-nowrap td,
table.table-nowrap th {
    white-space: nowrap
}

td.paragraph p {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.panel-ruler {
    margin-top: 0;
    margin-bottom: 0;
    width: 90%;
    border-top: 2px solid #ddd
}

.panel-break {
    word-break: break-word
}

.panel-link {
    color: #333
}

.panel-link:hover {
    text-decoration: none;
    color: #333
}

.panel-link:hover .panel-default {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 255, 0.2), 0 2px 2px 0 rgba(0, 0, 255, 0.14), 0 1px 5px 0 rgba(0, 0, 255, 0.12)
}

.panel-link:focus {
    text-decoration: none
}

.panel-info .panel-heading {
    border-top: 6px solid #73c8fa;
    color: inherit
}

.panel-default {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border: 0px
}

.panel-default>.panel-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #ffffff;
    border-bottom: 0px
}

.panel-default>.panel-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffffff;
    border-top: 0px
}

.panel-stylish {
    border-radius: 8px
}

.panel-narrow {
    max-width: 960px
}

.panel-narrower {
    max-width: 720px
}

.tab-content {
    position: relative;
    z-index: 2
}

.tab-content.tab-center {
    margin: 0 auto
}

.tab-content.tab-narrow {
    max-width: 960px
}

.tab-content.tab-narrower {
    max-width: 720px
}

.tab-content .panel-default {
    border-top-left-radius: 0px
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 0
}

.nav-tabs.tab-center {
    margin: 0 auto
}

.nav-tabs.tab-narrow {
    max-width: 960px
}

.nav-tabs.tab-narrower {
    max-width: 720px
}

.nav-tabs>li.active>a {
    border: none !important;
    background-color: #ffffff !important;
    border-top: 6px solid #a0ce5d !important;
    color: #555555 !important;
    z-index: 3;
    box-shadow: 0 -1px 1px -2px rgba(0, 0, 0, 0.2), 0 -2px 2px -2px rgba(0, 0, 0, 0.14), 0 -5px 5px 0 rgba(0, 0, 0, 0.12)
}

.nav-tabs>li.active>a:hover {
    border: none !important;
    background-color: #ffffff !important;
    border-top: 6px solid #a0ce5d !important;
    color: #555555 !important
}

.nav-tabs>li.active>a:active {
    border: none !important;
    background-color: #ffffff !important;
    border-top: 6px solid white !important;
    color: #555555 !important
}

.nav-tabs>li>a {
    border: none !important;
    background-color: #ffffff !important;
    border-top: 6px solid white !important;
    color: #555555 !important;
    transition: color 0.2s, background-color 0.2s;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.nav-tabs>li>a:hover {
    border: none !important;
    background-color: #ffffff !important;
    border-top: 6px solid #a0ce5d !important;
    color: #555555 !important
}

.nav-tabs>li>a:active {
    border: none !important;
    background-color: #ffffff !important;
    border-top: 6px solid white !important;
    color: #555555 !important
}

button.in-dropdown {
    border: none;
    outline: none;
    background: none;
    color: #202124;
    margin: 0;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    width: 100%;
    text-align: left;
    white-space: nowrap
}

button.in-dropdown:hover {
    background-color: #f5f5f5;
    color: #262626
}

.panel-body h5 {
    font-size: 16px;
    color: #333333
}

.material-icons.md-18 {
    font-size: 18px
}

.material-icons.md-24 {
    font-size: 24px
}

.material-icons.md-36 {
    font-size: 36px
}

.material-icons.md-48 {
    font-size: 48px
}

.material-icons.auto-size {
    font-size: inherit
}

.material-icons {
    vertical-align: middle;
    color: #202124
}

@keyframes ddd {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

.dotdotdots span {
    animation-name: ddd;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    margin-left: 6px
}

.dotdotdots span:nth-of-type(2) {
    animation-delay: .2s
}

.dotdotdots span:nth-of-type(3) {
    animation-delay: .4s
}

@media (min-width: 768px) {
    .row.side-by-side {
        display: flex;
        flex-wrap: wrap
    }
    .row.side-by-side .col-sm-6.col-left {
        border-right: 1px solid #ddd
    }
    .row.side-by-side .col-sm-6.col-right {
        border-left: 1px solid #ddd
    }
}

dl.dl-vertical dt {
    font-weight: normal;
    font-size: 80%;
    color: #666
}

dl.dl-vertical dd {
    margin-bottom: 12px;
    font-size: 120%
}

.success {
    color: #8bc34a
}

.warning {
    color: #ffcc4e
}

.danger {
    color: #ff7043
}

.disabled {
    color: #bcbcbc
}

#alert-container .alert,
#motd-container .alert,
#notifications-container .alert,
.alert-container .alert {
    background-color: white;
    border-radius: 8px;
    font-size: 120%;
    color: #333
}

#alert-container .alert .message-container p:last-child,
#motd-container .alert .message-container p:last-child,
#notifications-container .alert .message-container p:last-child,
.alert-container .alert .message-container p:last-child {
    margin-bottom: 0
}

#alert-container .alert-danger,
#motd-container .alert-danger,
#notifications-container .alert-danger,
.alert-container .alert-danger {
    border: 1px solid #ebccd1;
    border-left: 6px solid #ff5d2a;
    color: #333
}

#alert-container .alert-warning,
#motd-container .alert-warning,
#notifications-container .alert-warning,
.alert-container .alert-warning {
    border: 1px solid #ebccd1;
    border-left: 6px solid #ffc535;
    color: #333
}

#alert-container .alert-info,
#motd-container .alert-info,
#notifications-container .alert-info,
.alert-container .alert-info {
    border: 1px solid #ebccd1;
    border-left: 6px solid #5abef9;
    color: #333
}

#alert-container .alert-success,
#motd-container .alert-success,
#notifications-container .alert-success,
.alert-container .alert-success {
    border: 1px solid #ebccd1;
    border-left: 6px solid #7eb73d;
    color: #333
}

#alert-container .alert-nag,
#motd-container .alert-nag,
#notifications-container .alert-nag,
.alert-container .alert-nag {
    border: 1px solid #ebccd1;
    border-left: 6px solid #5abef9;
    color: #333
}

#alert-container a,
#motd-container a,
#notifications-container a,
.alert-container a {
    color: #337ab7
}

ul.form_errors {
    list-style: none;
    border: 1px solid #ebccd1;
    border-left: 6px solid #ff5d2a;
    background-color: white;
    padding: 12px;
    border-radius: 8px
}

ul.form_errors li {
    display: block
}

.badge.badge-danger {
    background-color: #ff7043
}

.badge.notifications-count {
    margin-left: -12px;
    margin-top: -12px
}

#nav-user-profile:hover {
    text-decoration: none
}

#nav-user-profile:hover .badge {
    text-decoration: none
}

#nav-user-profile:hover .nav-user-email {
    text-decoration: underline
}

ul.dropdown-menu li i.fa {
    padding: 3px 0px;
    border-radius: 3px;
    font-size: 125%
}

ul.dropdown-menu li.success i.fa {
    color: #ffffff;
    background-color: #7eb73d
}

ul.dropdown-menu li.info i.fa {
    color: #ffffff;
    background-color: #5abef9
}

ul.dropdown-menu li.warning i.fa {
    color: #ffffff;
    background-color: #ffc535
}

ul.dropdown-menu li.danger i.fa {
    color: #ffffff;
    background-color: #ff5d2a
}

.absolute-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.panel-login {
    max-width: 380px;
    padding: 24px 36px;
    margin: 0 auto
}

.login-form .checkbox {
    margin-bottom: 10px;
    font-weight: normal
}

.login-form .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px
}

.login-form .form-control:focus {
    z-index: 2
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(0.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.5)
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }
    100% {
        top: 50%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

.showSweetAlert {
    animation: showSweetAlert 0.3s
}

.showSweetAlert[data-animation=none] {
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    animation: slideFromTop 0.3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    animation: slideFromBottom 0.3s
}

.hideSweetAlert {
    animation: hideSweetAlert 0.3s
}

.hideSweetAlert[data-animation=none] {
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    animation: slideToTop 0.3s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    animation: slideToBottom 0.3s
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    animation: animateSuccessTip 0.75s
}

.animateSuccessLong {
    animation: animateSuccessLong 0.75s
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    animation: animateErrorIcon 0.5s
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    animation: animateXMark 0.5s
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    animation: pulseWarning 0.75s infinite alternate
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    animation: pulseWarningIns 0.75s infinite alternate
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040
}

.sweet-alert {
    background-color: #ffffff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000
}

@media all and (max-width: 767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert .form-group {
    display: none
}

.sweet-alert .form-group .sa-input-error {
    display: none
}

.sweet-alert.show-input .form-group {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -9px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #d43f3a
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #d9534f;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #eea236
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-info {
    border-color: #46b8da
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #5bc0de
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #5bc0de
}

.sweet-alert .sa-icon.sa-success {
    border-color: #4cae4c
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #ffffff;
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92, 184, 92, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #ffffff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #5cb85c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

.sweet-alert .btn-default:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6)
}

.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 174, 76, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 174, 76, 0.6)
}

.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 184, 218, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 184, 218, 0.6)
}

.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(212, 63, 58, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(212, 63, 58, 0.6)
}

.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 162, 54, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 162, 54, 0.6)
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall,
.la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    -moz-animation-delay: -200ms;
    -o-animation-delay: -200ms;
    animation-delay: -200ms
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    -moz-animation-delay: -100ms;
    -o-animation-delay: -100ms;
    animation-delay: -100ms
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

.input-group .btn {
    border: 1px solid #ccc;
    height: 34px
}

.btn {
    border-radius: 100px
}

.btn-plain {
    border: 0
}

.btn-primary {
    background-color: #0072ce;
    border: none
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:disabled {
    outline: none !important;
    background-color: #004f8d !important
}

.btn-primary:active {
    outline: none;
    background-color: #002c5a !important
}

.btn-info {
    background-color: #73c8fa;
    border: none
}

.btn-info:hover,
.btn-info:focus,
.btn-info:disabled {
    outline: none !important;
    background-color: #5abef9 !important
}

.btn-info:active {
    outline: none;
    background-color: #29abf7 !important
}

.btn-success {
    background-color: #8bc34a;
    border: none
}

.btn-success:hover,
.btn-success:focus,
.btn-success:disabled {
    outline: none !important;
    background-color: #7eb73d !important
}

.btn-success:active {
    outline: none;
    background-color: #649130 !important
}

.btn-warning {
    background-color: #ffcc4e;
    border: none
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:disabled {
    outline: none !important;
    background-color: #ffc535 !important
}

.btn-warning:active {
    outline: none;
    background-color: #ffb602 !important
}

.btn-danger {
    background-color: #ff7043;
    border: none
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:disabled {
    outline: none !important;
    background-color: #ff5d2a !important
}

.btn-danger:active {
    outline: none;
    background-color: #f63b00 !important
}

.btn-google {
    background-color: #fff;
    position: relative;
    color: #757575;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background-color .218s, border-color .218s, box-shadow .218s
}

.btn-google .google-button-logo {
    width: 24px;
    margin-right: 24px
}

.btn-google:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
    color: #757575
}

.btn-google:active {
    color: #757575;
    background-color: #eee
}

table.table.table-no-margin {
    margin-bottom: 0
}

.table-stylish thead tr th {
    border: none;
    padding-bottom: 0
}

.table-stylish tbody tr td {
    border: none
}

.table-stylish tbody tr.big-numbers td {
    padding-top: 0;
    font-size: 250%;
    font-weight: 300;
    color: #0072ce;
    line-height: 1.1em
}

.table-fixed {
    table-layout: fixed
}

table.table tr td {
    overflow: hidden;
    text-overflow: ellipsis
}

#sites-pagination .pagination {
    margin-top: 0
}

.pagination-container.no-margin .pagination {
    margin: 0 !important
}

.pagination>li:first-child>a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

ul.pagination {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

ul.pagination li a {
    color: #666;
    overflow: hidden;
    border: none;
    background-color: #ffffff !important
}

ul.pagination li a:hover,
ul.pagination li a:focus,
ul.pagination li a:disabled {
    color: #666;
    outline: none !important;
    background-color: #ffffff !important;
    box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.2);
    z-index: 10
}

ul.pagination li a:hover:before,
ul.pagination li a:focus:before,
ul.pagination li a:disabled:before {
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    background-color: #a0ce5d;
    position: absolute;
    left: 0;
    bottom: 0
}

ul.pagination li a:active {
    outline: none !important;
    background-color: #ffffff !important
}

ul.pagination li a:active:before {
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    background-color: #7aab34;
    position: absolute;
    left: 0;
    bottom: 0
}

ul.pagination li.active a {
    color: #666;
    background-color: #ffffff !important;
    border: none
}

ul.pagination li.active a:hover,
ul.pagination li.active a:focus,
ul.pagination li.active a:disabled {
    color: #666;
    outline: none !important;
    background-color: #ffffff !important;
    border: none
}

ul.pagination li.active a:active {
    color: #666;
    outline: none !important;
    background-color: #ffffff !important;
    border: none
}

ul.pagination li.active a:before {
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    background-color: #a0ce5d;
    position: absolute;
    left: 0;
    bottom: 0
}

.shepherd-step {
    z-index: 100
}

body:not(.shepherd-active) .contents-body .panel,
body:not(.shepherd-active) .menu-container .menu>* {
    opacity: 1
}

.contents-body .panel,
.menu-container .menu>* {
    opacity: 0.3
}

.contents-body .panel .panel,
.menu-container .menu>* .panel {
    opacity: 1
}

.panel-never-fade {
    opacity: 1 !important
}

.contents-body .shepherd-target.shepherd-enabled,
.menu-container .menu .active {
    opacity: 1;
    pointer-events: auto
}

.shepherd-content {
    max-width: 100%;
    width: 320px;
    border-radius: 8px !important;
    border: 1px solid #bbb;
    box-shadow: 0px 25px 50px -25px #333
}

.shepherd-content header {
    background-color: #ffffff !important
}

.shepherd-content header h3.shepherd-title {
    font-weight: 300 !important;
    font-size: 130% !important;
    font-family: 'Roboto', sans, sans-serif !important;
    color: #555 !important
}

.shepherd-content .shepherd-button {
    border-radius: 100px !important;
    font-family: 'Roboto', sans, sans-serif !important;
    text-transform: none !important
}

.admin-menu .menu>li.shepherd-enabled {
    background-color: #677681;
    border-color: #a0ce5d;
    opacity: 1;
    pointer-events: auto
}

.admin-menu .menu>li.shepherd-enabled .title .fa {
    color: white
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans, sans-serif;
    font-weight: 300
}

h1 {
    font-size: 42px;
    color: #262626;
    font-weight: 200;
    letter-spacing: -.03em
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

.inline {
    display: inline
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.basic-container {
    margin-top: 72px
}

h2 {
    font-weight: 300;
    color: #202124
}

body.staff .top-header {
    background-color: #8bc34a
}

body.staff .top-header .site-name {
    color: #ffffff
}

.table.fixed {
    table-layout: fixed
}

td.truncate {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

tbody.ignore-truncate td.truncate {
    max-width: inherit !important;
    white-space: normal !important;
    overflow: visible !important
}

td.center {
    text-align: center
}

.dropdown-menu li label {
    padding: 3px 20px;
    display: block;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap
}

.dropdown-menu li:hover label {
    background-color: #f5f5f5;
    color: #262626
}

.dropdown-menu {
    max-height: 500px;
    overflow-y: auto
}

.full-width {
    width: 100%
}

.sites-list-container .list-group {
    margin-bottom: 10px
}

#sites-list .list-group-item {
    padding: 0
}

#sites-list .list-group-item>div {
    border-left: 6px solid transparent
}

#sites-list .list-group-item>div:hover {
    border-color: #0072ce
}

.sites-search-container {
    margin-top: 20px;
    margin-bottom: 10px
}

button.plain {
    border: none;
    background-color: transparent;
    padding: 0;
    text-align: left
}

button.plain i.fa-sort-down.default {
    color: transparent
}

button.plain i.fa-sort-down,
button.plain i.fa-sort-up {
    color: #333
}

button.plain:hover i {
    color: #8bc34a !important
}

.client_status_header_button {
    padding: 0
}

.client_status_header_button i {
    color: #73c8fa
}

.chart-container {
    position: relative;
    width: 100%
}

.hasinfo {
    position: relative;
    display: inline-block
}

.hasinfo:hover {
    cursor: help
}

.hasinfo:hover:after {
    color: #0072ce
}

.hasinfo:hover:before {
    display: block
}

.hasinfo:before {
    content: attr(data-info);
    position: absolute;
    left: calc(100% + 6px);
    top: 10%;
    display: none;
    background-color: #555555;
    color: #ffffff;
    padding: 6px;
    border-radius: 6px;
    float: left;
    width: 150%;
    z-index: 9999;
    font-size: 14px;
    font-weight: bold
}

@media screen and (max-width: 512px) {
    .hasinfo:before {
        left: 0%;
        top: calc(100% + 12px)
    }
}

.hasinfo:after {
    font-family: 'FontAwesome';
    content: '\f05a';
    display: inline-block;
    padding-left: 6px;
    color: #999
}

.muted {
    font-size: 90%;
    color: #333
}

.big-top-bottom-padder {
    padding-top: 36px;
    padding-bottom: 36px
}

.select2-results__option--highlighted a {
    color: white
}

.strong {
    font-weight: bold
}

table tr td.single-cell {
    text-align: center
}

form .inline {
    display: inline-block;
    width: auto
}

form .top {
    vertical-align: top
}

.shrinkable {
    overflow: hidden;
    transition: max-height 0.2s linear;
    max-height: 1000px
}

.shrunk {
    max-height: 0px
}

.button-divider {
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    border-left: 1px solid #999
}

.full-width {
    width: 100%
}

.truncate {
    text-overflow: ellipsis;
    overflow: hidden
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
    display: none
}

.shepherd-element,
.shepherd-element:after,
.shepherd-element:before,
.shepherd-element *,
.shepherd-element *:after,
.shepherd-element *:before {
    box-sizing: border-box
}

.shepherd-element {
    position: absolute;
    display: none
}

.shepherd-element.shepherd-open {
    display: block
}

.shepherd-element.shepherd-theme-arrows {
    max-width: 100%;
    max-height: 100%
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    border-radius: 5px;
    position: relative;
    font-family: inherit;
    background: #fff;
    color: #444;
    padding: 1em;
    font-size: 1.1em;
    line-height: 1.5em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2))
}

.shepherd-element.shepherd-theme-arrows .shepherd-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 16px;
    border-style: solid;
    pointer-events: none
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
    margin-bottom: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border-top-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
    margin-top: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
    bottom: 100%;
    left: 50%;
    margin-left: -16px;
    border-bottom-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
    margin-right: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
    left: 100%;
    top: 50%;
    margin-top: -16px;
    border-left-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
    margin-left: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
    right: 100%;
    top: 50%;
    margin-top: -16px;
    border-right-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-target-attached-center .shepherd-content {
    left: -32px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-target-attached-center .shepherd-content {
    left: 32px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
    margin-top: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
    bottom: 100%;
    left: 16px;
    border-bottom-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
    margin-top: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
    bottom: 100%;
    right: 16px;
    border-bottom-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
    margin-bottom: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
    top: 100%;
    left: 16px;
    border-top-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
    margin-bottom: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
    top: 100%;
    right: 16px;
    border-top-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
    margin-top: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
    bottom: 100%;
    left: 16px;
    border-bottom-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
    margin-top: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
    bottom: 100%;
    right: 16px;
    border-bottom-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
    margin-bottom: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
    top: 100%;
    left: 16px;
    border-top-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
    margin-bottom: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
    top: 100%;
    right: 16px;
    border-top-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
    margin-right: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
    top: 16px;
    left: 100%;
    border-left-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
    margin-left: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
    top: 16px;
    right: 100%;
    border-right-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
    margin-right: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
    bottom: 16px;
    left: 100%;
    border-left-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
    margin-left: 16px
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
    bottom: 16px;
    right: 100%;
    border-right-color: #fff
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
    border-bottom-color: #eee
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
    background: #eee;
    padding: 1em
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
    padding: 0;
    margin-bottom: 0
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3 {
    float: left
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    padding: 0
}

.shepherd-element.shepherd-theme-arrows .shepherd-content * {
    font-size: inherit
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header {
    *zoom: 1;
    border-radius: 5px 5px 0 0
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header:after {
    content: "";
    display: table;
    clear: both
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
    margin: 0;
    line-height: 1;
    font-weight: normal
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
    float: right;
    text-decoration: none;
    font-size: 1.25em;
    line-height: .8em;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.25;
    position: relative;
    top: .1em;
    padding: .8em;
    margin-bottom: -.8em
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
    opacity: 1
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
    padding: 1em
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p {
    margin: 0 0 .5em 0;
    line-height: 1.3em
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p:last-child {
    margin-bottom: 0
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer {
    padding: 0 1em 1em
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li {
    display: inline;
    padding: 0;
    margin: 0
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    margin: 0 .5em 0 0;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em;
    background: #3288e6;
    color: #fff
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
    background: #eee;
    color: #888
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
    margin-right: 0
}