﻿.header .topbar ul.languages li a:hover, a {
    text-decoration: none
}

.dropdown-menu-pull-left {
    left: auto !important;
    right: 100%
}

.shrink-logo {
    max-height: 60px;
    margin-top: 15px;
    margin-left: 18px;
}

.header .topbar {
    z-index: 12;
    padding: 8px 0;
    position: absolute;
    top: 0;
    right: 10px;
}

@media (max-width:991px) {
    .header .topbar {
        margin-bottom: 20px
    }
}

.header .topbar ul.loginbar {
    margin: 0;
    display: flex;
}

    .header .topbar ul.loginbar > li {
        display: inline;
        list-style: none;
        position: relative;
    }

        .header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
            color: #7c8082;
            font-size: 11px;
            text-transform: uppercase
        }

    .header .topbar ul.loginbar li i.fa {
        color: #bbb
    }

    .header .topbar ul.loginbar li.topbar-devider {
        top: -1px;
        padding: 0;
        font-size: 8px;
        position: relative;
        margin: 0 9px;
        font-family: Tahoma;
        border-right: solid 1px #bbb
    }

.header .topbar ul.languages {
    top: 25px;
    left: -5px;
    display: none;
    padding: 4px 0;
    list-style: none;
    min-width: 100px;
    position: absolute;
    background: #f0f0f0
}

.header .topbar li:hover ul.languages {
    display: block
}

.header .topbar ul.languages:after {
    top: -4px;
    width: 0;
    height: 0;
    left: 8px;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 6px solid #f0f0f0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left-style: inset;
    border-right-style: inset
}

.header, .header .logo img, .header .navbar-collapse {
    position: relative
}

.nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .nav-link:hover {
        text-decoration: none;
    }

.header .topbar ul.languages li a {
    color: #555;
    display: block;
    font-size: 10px;
    padding: 2px 12px;
    margin-bottom: 1px;
    text-transform: uppercase
}

.header .topbar ul.languages li.active a i {
    color: #999;
    float: right;
    margin-top: 2px
}

.header .topbar ul.languages li a:hover, .header .topbar ul.languages li.active a {
    background: #fafafa
}

.header.no-topbar .navbar-toggle {
    margin-top: 25px
}

.header {
    z-index: 999;
    background: #fff;
    padding-bottom: 0;
    margin-bottom: 5px
}

    .header > .container {
        display: table;
        margin-bottom: -20px
    }

@media (max-width:768px) {
    .header > .container {
        width: 100%
    }
}

@media (max-width:991px) {
    .header > .container {
        margin-bottom: 0
    }
}

.header .logo {
    height: 100%;
    min-height: 65px;
    min-width: 100px;
    display: table-cell;
    vertical-align: middle
}

    .header .logo img {
        z-index: 1;
        margin: 10px 0 -15px
    }

@media (max-width:1200px) {
    .header img.big-logo {
        width: 120px;
        height: auto
    }
}

.header .navbar-toggle {
    border-color: #009cd0
}

    .header .navbar-toggle .fa {
        color: #fff;
        font-size: 19px
    }

    .header .navbar-toggle, .header .navbar-toggle:focus, .header .navbar-toggle:hover {
        background: #00a8e1;
        padding: 6px 10px 2px
    }

        .header .navbar-toggle:hover {
            background: #009cd0 !important
        }

.header .navbar-nav > li > a {
    color: #687074;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

.header .navbar-nav > .active > a {
    color: #00a8e1
}

@media (min-width:992px) {
    .header .navbar {
        float: right;
        margin-top: -45px;
    }
}

@media (max-width:991px) {
    .header .navbar-toggle {
        margin-right: 0;
        display: block
    }

    .header .navbar-collapse, .header .navbar-collapse .container {
        padding-left: 0;
        padding-right: 0
    }

    .header .navbar-header {
        float: none
    }

    /*.header .navbar-collapse.collapse {
        display: none !important
    }*/

    /*.header .navbar-collapse.collapse.in {
            display: block !important;
            overflow-y: auto !important
        }*/

    /*.header .navbar-nav {
        margin: 0 0 5px;
        float: none !important
    }*/

    .header .navbar-nav > li {
        float: none
    }

        .header .navbar-nav > li > a {
            padding-top: 30px;
            padding-bottom: 40px
        }

    .header .dropdown-menu.pull-right {
        float: none !important
    }

    .header .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent
    }

    .header .navbar-nav .open > a, .header .navbar-nav .open > a:focus, .header .navbar-nav .open > a:hover {
        border-bottom-color: #eee
    }

    .header .navbar-nav .open .dropdown-menu .dropdown-header, .header .navbar .dropdown-menu.show > li > a {
        padding: 5px 15px 5px 25px
    }

    .header .navbar .dropdown-menu.show > li > a {
        line-height: 20px;
        color: #777
    }

    .header .navbar-nav .open .dropdown-menu > li > a:focus, .header .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
        color: #333;
        background-color: transparent
    }

    .header .navbar-nav .open .dropdown-menu > .active > a, .header .navbar-nav .open .dropdown-menu > .active > a:focus, .header .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .header .navbar-nav .open .dropdown-menu > .disabled > a, .header .navbar-nav .open .dropdown-menu > .disabled > a:focus, .header .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .header .dropdown-menu.no-bottom-space {
        padding-bottom: 0
    }

    .header .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px
    }

    .header .navbar-nav > li a {
        border-bottom: solid 1px #eee
    }

    .header .navbar-nav > li > a:focus {
        background: 0 0
    }

    .header .navbar-nav > li > a:hover {
        color: #00a8e1
    }

    .header .navbar-nav > .active > a, .header .navbar-nav > .active > a:focus, .header .navbar-nav > .active > a:hover {
        background: #00a8e1;
        color: #fff !important
    }

    .header .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase
    }
}

.header .navbar-nav > li > a > img {
    display: none
}

@media (min-width:992px) {
    .visible-xs-block {
        display: none !important;
    }

    .header .navbar-collapse {
        padding: 0
    }

    .header .navbar-nav > li > a {
        bottom: -2px;
        position: relative;
        padding: 9px 20px 9px 9px
    }

        .header .navbar-nav > li > a, .header .navbar-nav > li > a:focus {
            border-bottom: solid 2px transparent
        }

            .header .navbar-nav > .active > a, .header .navbar-nav > li > a:hover {
                bottom: -2px;
                position: relative;
                border-bottom: solid 2px #00a8e1
            }

                .header .navbar-nav > .active > a, .header .navbar-nav > .active > a:focus, .header .navbar-nav > .active > a:hover, .header .navbar-nav > li > a, .header .navbar-nav > li > a:focus, .header .navbar-nav > li > a:hover {
                    background: 0 0
                }

    .header .navbar-nav > .open > a, .header .navbar-nav > .open > a:focus, .header .navbar-nav > .open > a:hover, .header .navbar-nav > li:hover > a {
        color: #00a8e1
    }

    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 2px #00a8e1;
        border-bottom: solid 2px #687074
    }

        .header .dropdown-menu li a {
            color: #687074;
            font-size: 13px;
            font-weight: 400;
            padding: 6px 15px;
            border-bottom: solid 1px #eee
        }

        .header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
            color: #687074;
            filter: none !important;
            background: #eee !important;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out
        }

        .header .dropdown-menu li > a:focus {
            background: 0 0;
            filter: none !important
        }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block
    }

    .header .open > .dropdown-menu {
        display: none
    }

    .header .navbar-nav .search-open {
        width: 330px
    }
}

.header .dropdown-submenu {
    position: relative
}

    .header .dropdown-submenu > a:after {
        top: 8px;
        right: 9px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: 400;
        display: inline-block;
        font-family: FontAwesome
    }

a, a:hover {
    font-weight: 700
}



@media (max-width:991px) {
    .header .dropdown-submenu > a:after {
        content: " "
    }
}

.header .dropdown-submenu > .dropdown-menu {
    top: -2px;
    left: 100%;
    /*margin-top: -5px;*/
    margin-left: 0
}

    .header .dropdown-submenu > .dropdown-menu.submenu-left {
        left: -100% !important
    }

.header .dropdown-submenu:hover > .dropdown-menu {
    display: block
}

@media (max-width:991px) {
    .header .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 40px;
    }
    /*.header .navbar-nav > .dropdown = root configuration*/
    .header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        margin-left: 18px;
    }
}

@media (max-width: 992px) {
    .nav-item .dropdown-menu {
        border: none;
    }
}

.header .dropdown-submenu.pull-left {
    float: none
}

    .header .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px
    }

.header .dropdown-menu li [class*=" fa-"], .header .dropdown-menu li [class^=fa-] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block
}

    .header .dropdown-menu li [class*=" fa-"].fa-lg, .header .dropdown-menu li [class^=fa-].fa-lg {
        width: 1.5625em
    }

address, blockquote, body, dd, dl, form, h1, h2, h3, h4, h5, h6, hr, input {
    margin: 0;
    padding: 0
}

body {
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px
}

hr {
    border-bottom: 1px solid #ccc;
    color: #fff
}

a, a:hover {
    color: #009fff;
}

label.forcheckbox {
    margin: 0 0 0 .4em;
    display: inline
}

a:hover {
    text-decoration: underline
}

.header .login-info .a, .headerstyle th a, .isg-news .newsitem .newstitle a:hover, .tablestyle td a, body .t-button {
    text-decoration: none
}

.header-menu a {
    font-weight: 400
}

    .header-menu a:hover, .section-title {
        font-weight: 700
    }

img {
    border: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial,helvetica,sans-serif
}

h2, h3 {
    font-size: 16px
}

.section-title {
    border-bottom: solid 3px #dfdfdf;
    padding-bottom: 1px;
    margin-bottom: 10px;
    color: #009fff;
    font-size: 14px;
    vertical-align: bottom
}

    .section-title img {
        vertical-align: middle;
        padding-bottom: 2px
    }

.section-header .title a {
    text-decoration: none;
    font-size: 11px;
    color: #555;
    text-transform: none
}

.section-header {
    margin-bottom: 10px;
    height: 36px;
    background-color: #e5f4fd;
    padding: 6px 5px 1px 10px
}

    .section-header .title {
        float: left;
        color: #009fff;
        font-size: 14px;
        font-weight: 700;
        vertical-align: bottom;
        padding-top: 3px;
        text-transform: capitalize
    }

        .section-header .title img {
            vertical-align: middle;
            padding-bottom: 2px
        }

    .section-header .options {
        text-align: right;
        float: right
    }

td {
    vertical-align: middle
}

    td.fieldname {
        font-size: 12px
    }

.table-container .row .item-name {
    padding: 3px 10px 0 0;
    display: block;
    white-space: nowrap;
    vertical-align: middle
}

.table-container .row .item-value {
    padding: 3px 0 0;
    vertical-align: middle
}

table.adminContent {
    border-collapse: collapse;
    color: #333;
    font-size: 12px;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    text-align: left
}

    table.adminContent td.adminData, table.adminContent td.adminTitle {
        padding: 4px
    }

td.adminTitle {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 195px;
    padding: 2px
}

    td.adminTitle img {
        vertical-align: top;
        padding-right: 2px
    }

.PagerStyle, .headerstyle th, td.adminData {
    vertical-align: middle
}

td.adminData {
    text-align: left;
    padding: 2px
}

.t-grid .text-box.single-line {
    border: 1px solid #a7bac5;
    padding: 2px
}

td.adminData textarea {
    border: 1px solid #cacaca;
    color: #515967;
    width: 253.5px;
    padding: 2px;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    td.adminData textarea:focus {
        border-color: rgba(0,0,0,.1);
    }

td.adminData .t-combobox {
    width: 256px
}

td.adminData .t-numerictextbox .t-input {
    border: 1px solid #a7bac5;
    width: 250px;
    padding: 2px
}

tr.adminSeparator hr {
    background-color: #d3d3d3;
    border: none;
    color: #d3d3d3;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0
}

.adminButton, .adminButtonBlue {
    color: #fff;
    padding: 0 10px;
    font-weight: 700;
    font-size: 11px
}

span.isg-tooltip {
    white-space: nowrap
}

.adminButtonBlue {
    background: url(images/blue_button_bg.gif) 25% 50% no-repeat #333;
    border: 1px solid #0f72ac;
    margin-bottom: 3px;
    height: 22px
}

.adminButton {
    background: url(images/grey_button_bg.gif) 25% 50% no-repeat #333;
    border: 1px solid #333;
    text-align: right;
    height: 20px
}

.adminInput, .adminInputNoWidth {
    border: 1px solid #a7bac5
}

.adminInput {
    width: 250px
}

label {
    padding-left: 3px
}

.tablestyle {
    font-family: arial;
    font-size: 11px;
    border: 1px solid gray;
    background-color: #fff;
    margin-left: 0;
    color: #245d75;
    width: 100%
}

    .tablestyle td a {
        color: #d16400;
        font-weight: 700
    }

.headerstyle th, .headerstyle th a {
    color: #fff;
    text-align: center;
    font-weight: 700
}

.altrowstyle {
    background-color: #f4faff
}

.headerstyle th {
    background: url(images/admin-gvw-bg.gif) 50% repeat-x;
    padding: 5px 10px;
    border: 1px solid #676767
}

    .headerstyle th a {
        display: block;
        padding-right: 10px
    }

.altrowstyle td, .rowstyle td {
    padding: 4px 10px;
    border-right: solid 1px #a0c0e7;
    border-right-color: gray
}

.PagerStyle {
    height: 28px;
    background: #eee
}

.homepage .intro {
    font-weight: 700;
    padding: 5px;
    background: #fcfabc;
    border: 1px dashed #dfdfdf;
    margin-bottom: 10px
}

.homepage .options {
    padding: 10px;
    background: #e7efef
}

    .homepage .options ul {
        margin: 0;
        padding: 0
    }

        .homepage .options ul li {
            margin-bottom: 5px;
            padding-bottom: 5px;
            list-style: none
        }

    .homepage .options .description p {
        margin-top: 5px;
        margin-bottom: 5px
    }

.clear {
    border: none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0
}

.progress {
    position: absolute;
    top: 20px;
    width: 280px;
    height: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    z-index: 2147483647
}

.header .login-info, .header .version {
    position: absolute;
    right: 5px;
    font-size: 10px
}

a img {
    border: 0
}

.header .links .separator {
    color: #fff;
    padding: 0 3px
}

.header .login-info {
    top: 35px;
    text-align: right;
    color: #000
}

    .header .login-info .a {
        color: #009fff;
        font-weight: 700
    }

.header .version {
    top: 55px;
    text-align: right;
    color: #000
}

.header-menu {
    width: 100%;
    background: url(images/admin-menu-bg.gif) repeat-x;
    text-transform: capitalize
}

    .header-menu .t-menu .t-link {
        padding: .6em .97em
    }

    .header-menu .t-menu .t-arrow-next {
        top: 7px
    }

.status-bar {
    background: no-repeat #e7efef;
    height: 26px;
    border: 1px solid #a7bac5;
    padding: 0 5px
}

    .status-bar .help {
        padding-top: 5px;
        float: left;
        font-weight: 700
    }

    .status-bar .breadcrumb {
        float: right;
        text-align: right;
        padding-top: 5px
    }

.messageBox {
    background-color: #f4f4f4;
    background-position: 7px 5px;
    background-repeat: no-repeat;
    color: #333;
    font-family: Tahoma;
    font-size: 11px;
    margin: 5px 0;
    padding: 8px 8px 8px 30px;
    line-height: 12px;
}

.messageBoxError {
    background-color: #ffecec;
    background-image: url(images/error-message.gif)
}

.messageBoxSuccess {
    background-image: url(images/success-message.gif)
}

.content .cph {
    padding: 0 15px 5px
}

table.dashboard {
    margin-top: 15px;
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse
}

    table.dashboard td.maincol {
        padding: 10px;
        vertical-align: top
    }

    table.dashboard td.splitcol {
        width: 50%;
        vertical-align: top
    }

    table.dashboard td.rightcol {
        width: 215px;
        background: #f3f3f3;
        padding: 10px 5px 5px;
        vertical-align: top
    }

table.stats {
    margin-top: 10px;
    width: 100%
}

    table.stats td.orderaveragereport {
        width: 100%;
        vertical-align: top
    }

    table.stats td.bestsellers, table.stats td.orderstatistics {
        width: 50%;
        vertical-align: top
    }

    table.stats td.customerstatistics {
        width: 50%;
        vertical-align: top;
        padding-left: 5px
    }

.statisticsTitle {
    text-align: left;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px
}

.isg-news .newsitem .newsdate {
    font-size: .8em;
    color: #555;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.isg-news .newsitem .newsdetails {
    color: #333;
    margin-bottom: 10px
}

.isg-news .adv {
    border-top: solid 3px #dfdfdf;
    padding: 1px 0;
    text-align: right
}

    .isg-news .adv a {
        color: #d16400
    }

table.order-edit {
    width: 100%;
    padding: 5px
}

    table.order-edit td {
        padding: 1px 5px;
        border: none
    }

.system-warnings ul {
    padding-left: 5px;
    list-style: none
}

.system-warnings .fail, .system-warnings .inprogress, .system-warnings .pass, .system-warnings .warning {
    padding-left: 40px;
    display: block;
    min-height: 35px;
    font-size: 120%;
    vertical-align: middle
}

.system-warnings .inprogress {
    background: url(images/warnings-ajax-loader.gif) no-repeat
}

.system-warnings .pass {
    background: url(images/warnings-tick.png) no-repeat
}

.system-warnings .fail {
    background: url(images/warnings-cross.png) no-repeat
}

.system-warnings .warning {
    background: url(images/warnings-warning.png) no-repeat
}

.system-warnings .error {
    color: Red
}

.system-warnings .suggestion {
    color: Red;
    font-style: italic;
    font-size: 120%
}

.throbber-header {
    font-size: 145%
}

.throbber {
    display: none
}

    .throbber .curtain {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #3e4d45;
        opacity: .9
    }

    .throbber .curtain-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

        .throbber .curtain-content div {
            text-align: center;
            padding: 250px;
            color: #fff
        }

body .t-content.t-state-active {
    padding: 10px !important
}

body .t-tabstrip {
    margin-bottom: 10px !important
}

body .t-button {
    font-weight: 400;
    color: inherit !important
}

.form-actions {
    overflow: hidden;
    padding-top: 1em
}

    .form-actions .t-button, .form-actions .t-button button {
        float: right;
        margin-left: 10px;
        padding: 2px 15px
    }

.minFirstColumn {
    width: 115px !important
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 1104;
    margin-top: -64px
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
        background-image: url(../../Themes/isgClassic/Content/images/loading-image.gif)
    }

.body-ajax-loading-block-window {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: .75
}

.adminData *, .adminTitle * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.footer-v1 .footer p, .footer-v1 .link-list i, .footer-v1 address {
    color: #111
}

td.adminData .text-box.single-line:focus {
    border-width: 1px;
    border-style: solid
}

.adminData input[type=checkbox]:focus {
    outline: #0072c6 solid 1px;
    outline-offset: -1px
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

.footer-v1 .footer {
    padding: 40px 0;
    /*background: #272727*/
}

    .footer-v1 .footer h2 {
        color: #687074;
        font-size: 18px;
        font-weight: 200
    }

    .footer-v1 .link-list li,
    .footer-v1 .footer .latest-list li {
        cursor: pointer;
    }

        .footer-v1 .link-list li:active,
        .footer-v1 .footer .latest-list li:active {
            transform: scale(0.98);
        }

            .footer-v1 .link-list li:active a,
            .footer-v1 .footer .latest-list li:active a {
                color: #19408D;
            }

        .footer-v1 .link-list li a,
        .footer-v1 .footer .latest-list li a {
            color: #687074;
        }

            .footer-v1 .link-list li a:hover,
            .footer-v1 .footer .latest-list li a:hover,
            .footer-v1 .footer .latest-list li:hover a {
                color: #19408D;
            }

.footer-v1 .link-list li,
.latest-list li {
    padding: 8px 0;
    border-top: 1px dashed #aaa !important;
}

    .latest-list li:first-child {
        border-top: none !important;
    }

    .latest-list li i {
        float: right;
        margin-top: 10px;
    }

.footer-v1 address {
    line-height: 23px
}

.footer-v1 .footer .map-img {
    background: url(../../Themes/isgClassic/Content/images/map-img.png) 5px 120px no-repeat;
    min-height: 250px;
}

.footer-v1 .footer .posts .dl-horizontal a {
    color: #dadada
}

.footer-v1 .footer .dl-horizontal a:hover {
    color: #009cd0 !important
}

.footer-v1 .copyright {
    background: #222;
    border-top: none;
    padding: 10px 0 5px
}

    .footer-v1 .copyright p {
        color: #eee;
        margin-top: 14px
    }

    .footer-v1 .copyright a {
        margin: 0 2px;
        color: #00a8e1
    }

.footer-v1 .footer-socials {
    margin-top: 12px;
    text-align: right
}

    .footer-v1 .footer-socials li a {
        color: #777;
        font-size: 16px
    }

.htmlcontent-body p {
    margin: 0 !important;
    margin-top: 0 !important;
}

@media (max-width:991px) {
    .footer-v1 .copyright, .footer-v1 .footer-socials {
        text-align: left
    }
}

.content-sm {
    padding-bottom: 30px;
    padding-top: 20px
}

.field-validation-error {
    color: red;
    display: block
}

.field-validation-valid, .validation-summary-valid {
    display: none
}

.input-validation-error {
    border: 1px solid red !important;
    background-color: #fee !important
}

.validation-summary-errors {
    font-weight: 700 !important;
    color: red !important
}

.navbar-nav {
    min-height: 40px
}

td.adminData > select:disabled {
    background-color: #f5f5f5 !important;
}

.progressBody {
    position: relative;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .progressBody .progress-track {
        position: absolute;
        top: 7px;
        width: 80%;
        height: 5px;
        background-color: #dfe3e4;
        z-index: -1;
        left: 10%;
    }

    .progressBody .progress-step {
        position: relative;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

        .progressBody .progress-step:last-child:after {
            display: none;
        }

        .progressBody .progress-step:before {
            content: "";
            display: flex;
            margin: 0 auto;
            margin-bottom: 10px;
            width: 12px;
            height: 12px;
            background: #fff;
            border: 4px solid #dfe3e4;
            border-radius: 100%;
            color: transparent;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            justify-content: center;
            align-content: center;
        }

        .progressBody .progress-step:after {
            content: "";
            position: absolute;
            top: 7px;
            left: 50%;
            width: 0%;
            transition: width 1s ease-in;
            height: 5px;
            background: #dfe3e4;
            z-index: -1;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            background-color: #dfe3e4;
            animation: nextStep 0s;
            animation-fill-mode: forwards;
        }

        .progressBody .progress-step.is-active {
            color: #009FFF;
        }

            .progressBody .progress-step.is-active:before {
                border: 4px solid #777;
                animation: pulse 2s infinite;
            }

        .progressBody .progress-step.is-complete {
            color: #009900;
        }

            .progressBody .progress-step.is-complete:before {
                font-family: FontAwesome;
                font-size: 10px;
                color: #fff;
                background: #009900;
                border: 4px solid transparent;
            }

            .progressBody .progress-step.is-complete:after {
                background: #2183dd;
                animation: nextStep 1s;
                animation-fill-mode: forwards;
            }

        .progressBody .progress-step.is-complete-gray-label {
            color: darkgray;
        }

            .progressBody .progress-step.is-complete-gray-label:before {
                font-family: FontAwesome;
                font-size: 10px;
                color: #fff;
                background: #009900;
                border: 4px solid transparent;
            }

            .progressBody .progress-step.is-complete-gray-label:after {
                background: #2183dd;
                animation: nextStep 1s;
                animation-fill-mode: forwards;
            }


        .progressBody .progress-step.is-yellow {
            color: #009900;
        }

            .progressBody .progress-step.is-yellow:before {
                background: yellow;
                border: 1px solid grey;
                height: 15px;
                width: 15px;
            }

            .progressBody .progress-step.is-yellow:after {
                /*background: #2183dd;*/
                animation: nextStep 1s;
                animation-fill-mode: forwards;
            }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.show-mobile-only {
    display: none !important;
    float: right;
    margin-top: 13px;
    margin-right: 15px;
}

@media (max-width: 991px) {
    span.show-mobile-only {
        display: block !important;
    }
}

td.adminTitle > label {
    margin-bottom: 0px !important;
}

#timeout-keep-signin-btn {
    color: #FFF;
    background-color: #00A8E1;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#00A8E1), to(#00A8E1));
    background-image: -moz-linear-gradient(top, #00A8E1, #00A8E1);
    background-image: -ms-linear-gradient(top, #00A8E1, #00A8E1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00A8E1), color-stop(100%, #00A8E1));
    background-image: -webkit-linear-gradient(top, #00A8E1, #00A8E1);
    background-image: -o-linear-gradient(top, #00A8E1, #00A8E1);
    background-image: linear-gradient(to top, #00A8E1, #00A8E1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A8E1', endColorstr='#00A8E1', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    margin: 5px 10px 5px 0;
}

#timeout-sign-out-button {
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to top, #ffffff, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000000;
    text-shadow: none;
    margin: 5px 0;
}

.uploadedPicture {
    width: 100px;
}

.ip-address-nullable {
    min-width: 40px !important;
    width: 40px !important;
}

/*    .ip-address-nullable:disabled, textarea:disabled {
        background-color: #F8F8F8 !important;
        border-color: #d5d5d5 !important;
        color: #6D6D6D !important;
    }*/


.avatar-container {
    display: flex;
    align-items: center;
}

    .avatar-container .impersonatingUser {
        color: #F35F0C !important;
        font-style: italic;
    }

    .avatar-container .avatar {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #00A8E1;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 5px;
    }

        .avatar-container .avatar img {
            width: 100%;
            height: auto;
        }

.support-container {
    display: flex;
    align-items: center;
}

.ticketsCount {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
}

.approvalCount {
    min-width: 10px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: red;
    border-radius: 30px;
    margin-left: 5px;
}

.approvalCount:hover::after {
    white-space: pre-line;
}

.dropdown-menu > li > a {
    font-weight: 400;
    font-size: 14px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    width: 38px;
    height: 29px;
    padding: 0;
    background-color: #00A8E1;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-position-x: 0px;
    background-position-y: -2px;
}

.dropdown-toggle::after {
    /*right: 11px;
    position: absolute;
    top: 18px;*/
    width: 5px;
    height: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    transition: transform 0.2s;
    margin-left: .400em;
    vertical-align: .250em;
}

.accordion-button {
    color: #333;
    background-color: #f5f5f5 !important;
    border-color: #ddd;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px 10px 25px;
    background-repeat: no-repeat !important;
    background-position-y: 18px !important;
    background-position-x: 8px !important;
    background-size: 11px 7px !important;
}

.accordion-item {
    box-shadow: none;
    color: #555 !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #555 !important;
}


    .accordion-button:not(.collapsed)::after,
    .accordion-button::after {
        background-image: none !important;
    }

/* centered sortable headers */
th.centered-header .k-cell-inner > .k-link {
    justify-content: center;
}

.headercontent {
    padding: 0 200px !important;
    min-height: 85px;
}

.hiltonbrandbar {
    padding: 20px 213px 0 213px;
}

    .hiltonbrandbar div {
        text-align: center;
        width: 100%;
        margin-bottom: 35px;
    }

        .hiltonbrandbar div img {
            width: 75%;
            height: auto
        }


@media (max-width: 576px) {
    /* Brand bar in Login Page*/
    .hiltonbrandbar {
        padding: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

        .hiltonbrandbar div {
            text-align: center;
            width: 100%;
            margin-bottom: 35px;
        }

            .hiltonbrandbar div img {
                width: 100%;
                height: auto
            }

    /* Header from Admin pages */
    .header {
        min-height: 85px;
    }

    .navbar {
        margin-top: -57px !important;
    }

    .support-container {
        justify-content: flex-end;
    }

    .headercontent {
        padding: 0 !important;
    }

    .topbar {
        visibility:hidden;
    }

/*    .k-svg-i-filter {
        display: none !important;
    }*/
}