body.nav-open {
}

a {
    color: #1e88e5;
}

.maxwidth {
    width: 100%;
}

.hidden {
    display:none;
}

.badge-info {
    color: #19d1d1
}

.float-right {
    float: right;
}

.no-margin {
    margin: 0 !important;
}

.relative {
    position: relative;
}

.btn-ticket {
    background: #2b2b2b;
    color: white;
    margin: 20px 0;
    font-size: 18px !important;
    padding: 10px 0;
    font-weight: 700;
}

.btn-ticket i {
    margin: 0 10px;
}

.btn-google {
    border:none;
}

.sidebar-menu-item-wrapper {
    display:flex;
}

.btn-social.btn-google {
    padding: 0 !important;
}

.primary-content .card-body {
    overflow: unset;
}

.btn-ticket:hover {
    background: #1e88e5;
    color: white;
}

header.header .logo-img {
    width: 200px;
    height: 75px;
}

.aff30 {
    padding:1em 0;
    margin:3em 0;
    background-color:#fcf8e3;
}

header.header .topbar {
    background: #171717;
    padding: 15px;
}

header.header .topbar .dropdown-toggle, header.header .topbar .active-client .btn {
    background: #19d1d1;
    color: white;
    padding: 5px 15px;
    border-radius: 0.3rem;
    margin-left: 15px;
    text-decoration: none;
}

header.header .dropdown-item {
    color: white;
}

header.header .topbar .active-client .btn.btn-active-client span {
    border: 0;
}

.accountNotifications {
    transition: all 0.3s;
}

header.header .topbar .btn:hover {
    color: #19d1d1;
}

.switch-btn {
    background: #19d1d1;
    height: 100%;
    margin: 0 0 0 15px;
}

.switch-btn:hover {
    color: white !important;
}

section#header .search {
    margin: 20px 0;
}

section#header .search .form-control {
    border-color: #eee;
    box-shadow: none;
}

section#header .search .btn {
    background-color: #eee;
    border-color: #eee;
    color: #888;
}

.section-top .info span > i {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
}

.blocklanguages ul {
    display: -webkit-flex;
    display: flex;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    vertical-align: middle;
    align-items: center;
    padding: 3px 10px 5px 5px;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
}

.blocklanguages li {
    background: rgba(0, 0, 0, .1);
    margin: 0 .6em 0 0;
    padding: 0 5px 1px;
    border: 0;
    text-align: center;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}

.dropdown-divider {
    border-top: 1px solid #303030;
}

.hamburger {
    padding: 15px 15px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    float: right;
    display: none;
}

.lang-chooser {
    position: absolute;
    top: 80px;
    left: 15px;
    z-index: 1060;
    padding: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: .8em;
    display: none;
}

.lang-chooser.active {
    display: block;
}

.lang-chooser ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    max-width: 500px;
}

.lang-chooser ul li {
    list-style: none;
    margin: 5px 0;
    width: 100px;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent !important;
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
    transition-delay: 0.13s;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 40px;
    height: 4px;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
    background-color: #1a1a1a;
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block;
}

.hamburger--spring.active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger--spring.active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.active .hamburger-inner:after {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.section-top .navbar-right .account {
    height: 30px;
    line-height: 30px;
    background: #19d1d1;
    margin: 2px 0;
    padding: 0 1.2em;
    border-color: #19d1d1;
    font-size: .95em;
    list-style: none;
    border-radius: 3px;
}

.section-top .navbar-right ul li a {
    color: white;
    font-weight: 400;
}

#primary-nav {
    margin-right: -15px;
}

#primary-nav .menubar .navbar li a, #primary-nav .menubar .navbar li {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    padding-left: 15px;
}

#primary-nav .menubar .navbar li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.menubar .navbar .dropdown {
    cursor: pointer;
}

.navbar-right .dropdown-menu {
    margin-right: -20px;
}

.section-top .navbar-right ul li a:hover {
    text-decoration: none;
}

.panel-sidebar {
    box-shadow: 0 7px 14px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12);
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

.section-top .navbar-right ul li a {
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    top: 40px;
    z-index: 1000;
    display: none;
    float: right;
    right: -15px;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #171717;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li:focus, .dropdown-menu>li:hover {
    color: #262626;
    text-decoration: none;
    background-color: #19d1d1;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}

.nav .nav-divider {
    background-color: #505050;
}

.section-navigation {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    left: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    z-index: 5;
    background: #1E88E5;
}

.logo {
    display: block;
    float: left;
    width: 168px;
    height: 60px;
    background: url(../../../assets/img/logo-horizontal-white-new.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 15px;
}

#nav {
    float: right;
}

#mob-nav {
    display: none;
}

#mob-nav.active {
    position: absolute;
    top: 100px;
    background: #1e88e5;
    width: 100%;
    left: 0;
    height: 100%;
}

#mob-nav .navbar {
    margin-top: 20px;
}

#mob-nav .navbar li {
    padding: .75em 0;
}

#mob-nav .navbar a {
    color: white;
    font-size: 17px;
    font-family: 'Rubik';
    font-weight: 700;
    text-decoration: none;
}

#mob-nav .navbar a:hover {
    opacity: 0.7;
}

#mob-nav .navbar {
    height: initial;
    display: block;
}

#nav .dropdown {
    margin-right: 25px;
}

#nav .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
    position: absolute;
    top: 48%;
    right: -15px;
    display: block !important;
}

#blueline {
    background: #1e88e5;
    transition: all 0.3s;
}

#blueline #logo {
    margin: 30px 0;
}

#blueline .navbar {
    margin: 0;
    transition: all 0.3s;
}

#blueline li {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin-left: 25px;
}

#blueline li a {
    text-decoration: none;
    color: white;
}

#blueline li a:hover {
    opacity: 0.7;
}

#blueline .navbar li {
    line-height: 100px;
}

#blueline .navbar .dropdown {
    cursor: pointer;
}

#blueline .navbar .dropdown:hover .dropdown-menu-blue {
    display: block;
}

.dropdown-menu-blue {
    position: absolute;
    left: -20%;
    top: 100%;
    min-width: 230px;
    background: rgba(63, 161, 247, .98);
    margin-left: -10px;
    padding: .4em 2em;
    z-index: 5;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(24, 41, 54, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(24, 41, 54, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(24, 41, 54, 0.2);
}

#blueline .dropdown-menu-blue li {
    line-height: 14px !important;
    margin: 0;
    padding: 15px 0;
    font-size: 90%;
}


#blueline .dropdown-menu-blue li:hover {
    opacity: 0.8;
}

#blueline .navbar .dropdown:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    top: 0.7rem;
    left: 0.3rem;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid white;
}

.topbar .blocklanguages .dropdown .triangle {
    position: relative;
    top: 2px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    cursor: pointer;
    border-radius: 0;
}

.lang-chooser.active {
    display: block;
}

#blueline ul ul {
    list-style: none;
}

.dropdown-menu-blue {
    display: none;
}

.blockfooter {
    display: block;
    background: #2b2b2b;
    color: #fff;
    padding-top: 4em;
}

.blockfooter h4 span {
    font-size: 1rem;
}

.secmenu > li {
    float: left;
    width: 20%;
    text-decoration: none;
    list-style: none;
}

.secmenu > li > a {
    margin-bottom: 1.6em;
    font-size: 1.15em;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.4px;
    transition: all 0.7s;
    text-decoration: none;
}

.secRow {
    margin-top: 30px;
    list-style: none;
    padding: 0 0 0 3px;
}

.secRow a {
    color: white;
    text-decoration: none;
    font-size: 0.75em;
    transition: all 0.7s;
}

.secmenu > li > a:hover, .secRow a:hover {
    color: #1e88e5;
}

.blockfooter .logo {
    display: block;
    float: none;
    width: 112px;
    height: 40px;
    margin-top: -15px;
}

.footBrand {
    text-decoration: none;
    font-size: 0.85em;
    color: #a4a4a4;
    line-height: 1.5em;
    margin-top: 27px;
    float: left;
}

.copyrights, .copyrights .mark {
    background: #171717;
}

.copyrights .mark p {
    padding: 1em 0;
    margin: 0;
}

.blockfooter .social-links {
    padding: 0;
}

.blockfooter .info {
    display: inline-block;
}

.blockfooter .info a {
    font-size: 0.9em;
    color: #a4a4a4;
    text-decoration: none;
    transition: all 0.7s;
}

.blockfooter .info a:hover {
    color: #1e88e5;
}

.blockfooter .mark p {
    text-align: right;
    font-family: 'Rubik', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
}

.btn.btn-back {
    background: #19d1d1;
    color: white !important;
    padding: 8px 15px;
    margin: 0 15px 0 7.5px;
    font-size: 16px;
}

#PleskPackagePanel {
    display: none !important;
}
#sitejetPromoPanel {
    display: none !important;
}
button[data-identifier="sitejet"],
li[data-identifier="sitejet"]{ display:none !important; }
button[data-identifier="sitejet"] + .btn-group > .btn[data-toggle="dropdown"]{
    border-top-left-radius: 3.2px;
    border-bottom-left-radius: 3.2px;
}

.client-home-cards .list-group .list-group-item {
    padding: 4px 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.div-service-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.div-service-status {
    text-align: center;
}

.div-service-status .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    display: inline-block;
    line-height: initial;
    margin: 0;
}

.div-service-name {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
}

.div-service-status .label-placeholder {
    position: absolute;
    visibility: hidden;
}

.div-service-status .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    display: inline-block;
    line-height: initial;
    margin: 0;
}

.sidebar-menu-item-icon-wrapper {
    display: inline-block !important;
}

.sidebar-menu-item-label {
    display: inline-block !important;
}

#order-standard_cart .products .product footer {
	width: 35% !important;
}

@media (max-width: 996px) {
    .section-top {
        display:none;
        visibility: hidden;
    }

    #primary-nav {
        margin: 0;
    }

    .footBrand {
        float: none;
    }
}

@media (max-width: 754px) {
    #nav {
        float: unset;
        display: none;
    }

    #mob-nav.active {
        display: block;
    }

    .hamburger {
        display: block;
    }
}

@media (max-width: 590px) {
    .btn-return-to-admin, .switch-btn {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .div-service-buttons .btn-group-primary, .div-service-buttons .btn-view-details i {
        display: none;
    }
}

@media (max-width: 768px) {

    .d-sm-block {
        display: none;
    }

    .btn-ticket {
        margin: 5px 0;
    }

    .info span {
        font-size: 80%
    }

    .navbar {
        align-items: start;
    }

    #blueline .navbar {
        padding-left: 15px;
        display: none;
        height: 0;
        margin: 15px 0 45px 0;
    }

    #blueline .navbar .dropdown {
        cursor: auto;
    }

    #blueline .navbar.active {
        display: flex;
        display: -ms-flexbox !important;
        height: initial;
    }

    #blueline .navbar {
        flex-direction: column;
        -ms-flex-direction: column !important;
    }

    #blueline .navbar li {
        line-height: unset;
        list-style: none;
        padding: 15px 0;:
    }

    #blueline .dropdown-menu-blue li:before {
        content: "\0399";
        margin-right: 20px;
        font-weight: 700;
    }

    #blueline .navbar .dropdown-menu-blue {
        display: inherit;
        position: relative;
        top: 0;
        left: 0;
        background: unset;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #blueline .navbar .dropdown:after {
        display: none;
    }

    #blueline li {
        margin: 0;
    }
}

