/* SIDE MENU SCROLLER
=====================*/
.widget::-webkit-scrollbar {
    width: 10px;
}

.widget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.widget::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
}

.widget::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,0.4);
}

/* END OF SIDE MENU SCROLLER */

/* BOOTSTRAP OVERRIDES
======================*/

.swagger-section #message-bar {
    min-height: 5.5rem;
}

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    border: none;
    margin: 0.5rem;
    padding: 0;
}

.subnav_switch {
    float: left;
    margin: 0.2rem 1rem;
}

.navicon {
    color: #FFF;
    width: 32px;
    margin-top: 5px;
    cursor: pointer;
}

.navbar-toggle-icon {
    transform: translateY(0.25rem);
    padding: 0.25rem;
}

#mainNavigation .navbar-form {
    display: none;
    clear: both;
}

@media screen and (min-width: 1024px) {
    .sidebar--open .navbar .eposnow-logo {
        display: none;
    }

    .sidebar--open .navbar {
        padding-left: 240px !important;
    }

    .sidebar--open .swagger-ui-wrap {
        margin-left: 240px !important;
    }
}

.sidebar--open .sidebar {
    transform: translateX(0%);
}

.eposnow-logo-wrapper {
    display: inline-block;
    padding: 1.2rem;
}

.eposnow-logo {
    width: 10rem;
}

body {
    font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'DroidSans', arial, helvetica, sans-serif !important
}

img {
    height: auto;
    max-width: 100%;
    width: auto\9
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    color: #666;
    overflow-x: hidden;
}

a {
    color: #026acb;
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 1.2em;
    padding: 0;
}

#subnav ul,
ol {
    line-height: 140%;
    padding: 0;
}

li {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.4em;
}

h1 {
    font-size: 1.7em;
    font-weight: 400;
    padding-left: 5px;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

#SearchForm {
    padding-bottom: 20px !important;
}

    #SearchForm input[type=search] {
        -webkit-appearance: none !important;
        outline: none !important;
    }

        #SearchForm input[type=search]::-webkit-search-decoration,
        input[type=search]::-webkit-search-cancel-button {
            display: none !important;
        }

#pagewrap {
    margin: 0 auto;
}

#header {
    background-color: #00b5fa;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#user {
    background-color: #499cd3;
    display: table;
    float: right;
    height: 40px;
    width: 200px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #user img {
        display: table-cell;
        float: right;
        width: 40px;
    }

    #user a {
        color: #FFF;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        margin: 0 0 1.2em;
        padding: 0;
    }

    #user:hover {
        background-color: #63b6ed;
    }

#userName {
    color: #FFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#dropdownUser {
    background-color: #fff;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 200px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    #dropdownUser li {
        display: inline-block;
        width: 70px;
        list-style-type: none;
    }

    #dropdownUser a {
        text-decoration: none;
        text-align: center;
    }

    #dropdownUser img {
        padding: 2px 5px 0 0;
    }

    #dropdownUser li:hover {
        cursor: hand;
        cursor: pointer;
    }

.subUserMenu {
    display: inline-block;
    padding: 8px 15px 8px 0;
}

.subUserTitle {
    display: inline;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 22px;
    text-decoration: none;
}

.compNameBanner {
    background-color: #00b5fa;
    height: 40px;
    margin-bottom: -22px;
    margin-left: -24px;
    width: 200px !important;
}

.compName {
    color: #FFF;
    display: table-cell;
    font-size: 1em;
    padding: 10px 0 !important;
    padding-left: 0;
    text-align: center;
    width: 200px;
    vertical-align: middle;
    background-color: #00b5fa;
}

#page-title {
    color: #FFF;
    float: left;
    padding: 0 0 0 30px !important;
    line-height: 0;
}

hgroup img.mobilenavicon {
    display: block;
    margin: 4px 0 0 10px;
}

.sidebar {
    float: left !important;
    text-align: center;
    z-index: 3000;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.sidebar a {
    color: white;
}

.sidebar .scrollbarV div,
.sidebar .scrollbarH div {
    background-color: #a2a2a3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#subnav {
    background-color: #58595b;
    color: #FFF;
    position: fixed;
    text-align: left;
    width: 240px;
    height: 100%;
    padding: 0;
}

.itemImage {
    width: 50px;
}

.noChildren a {
    pointer-events: auto !important;
    cursor: auto !important;
}

.widget {
    position: absolute;
    display: block;
    overflow: auto;
    top: 70px;
    bottom: 0;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget li {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.widget .no_hover:hover {
    text-decoration: none;
    background-color: transparent;
}

.widget .flickr_badge_image {
    margin-top: 10px;
}

.widget .flickr_badge_image img {
    float: left;
    height: 48px;
    margin-bottom: 12px;
    margin-right: 12px;
    width: 48px;
}

.widget .dropdown {
    margin-top: 10px;
}

.widget .dropdown a:hover,
.widget .dropdown a:focus {
    text-decoration: none;
}

.widget .dropdown-menu {
    margin: 0 10px;
}

.subNavHeader {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    background: #58595b;
}

#mainSideNav {
    width: 100%;
}

#mainNavLinks li:hover {
    background-color: #58595b !important;
    color: #fff !important;
    cursor: pointer;
    cursor: hand;
}

#mainNavLinks li:hover a {
    color: white !important;
}

#mainnav {
    background-color: #f0f0f0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    word-wrap: break-word;
    width: 95px;
}

#mainnav .scroll-y {
    padding-right: 0 !important;
}

#mainnav li {
    color: grey;
}

#mainnav a {
    font-size: 15px;
    display: block;
    color: #838383;
    text-decoration: none;
    word-wrap: break-word;
    letter-spacing: -0.05em;
/*    pointer-events: none; */
    cursor: default;
}

#mainnav .scrollbarV {
    display: none;
}

.mainNavDivider {
    color: gray;
    padding-bottom: 20px;
    padding-top: 5px;
}

.mainNavDivider hr {
    display: inline-block;
}

.navImage p {
    margin: 0 0 1.2em !important;
    font-size: 14px !important;
}

#subnav .active {
    color: #fff;
}

#subnav .active a {
    background-color: #58595b !important;
    color: #fff !important;
    text-align: center !important;
}

#subNavMenu {
    height: 200px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

#subNavAppsList {
    padding-bottom: 50px !important;
}

#subNavAppsList a {
    text-decoration: none;
    padding-left: 10px;
/*    pointer-events: none; */
    cursor: default;
}

#subNavAppsList li {
    padding-left: 10px;
}

#subNavAppsList li:hover {
    background-color: #383838;
}

#subNavAppsList li:hover a {
    background-color: #383838 !important;
}

.subNav .apps {
    display: table;
}

.subNav .scroll {
    overflow: hidden !important;
}

.subNavAppItem {
    display: table;
    width: 100%;
}

.subNavAppItem a {
    display: table-cell;
    font-size: 16px;
    width: 86%;
    vertical-align: middle;
    color: white;
/*    pointer-events: none; */
    cursor: default;
    text-align: left !important;
}

.subNavAppItemSubMenu {
    display: none;
    padding-bottom: 50px;
    width: 100%;
}

.subNavAppItemSubMenu .active {
    color: #f90;
}

.subNavAppItemSubMenu .active a {
    color: #f90 !important;
}

.subNavAppItemSubMenuItem:before {
    content: "-  ";
}

.subNavAppItemSubMenuItem {
    padding: 6px 0 6px 30px !important;
    cursor: hand;
    cursor: pointer;
}

.last {
    margin-left: 0 !important;
    height: auto;
}

.appLogo {
    width: 32px;
}

.linkActive {
    display: table-cell;
    vertical-align: middle;
    color: blue;
    pointer-events: auto !important;
    cursor: auto !important
}

#Search {
    display: none;
    background: transparent !important;
    display: inline-block !important;
    margin: 20px 20px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 80% !important;
}

#Search input {
    background: transparent !important;
    outline: none !important;
}

#Search input[type=text] {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    box-sizing: content-box !important;
    color: #ccc !important;
    display: block !important;
    height: 30px !important;
    padding: 3px 0 3px 30px !important;
    width: 100% !important;
}

#Search input[type=text]:invalid {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: transparent url(/Assets/Images/search-5-16.png) 5px 10px no-repeat !important;
    box-shadow: none !important;
    outline: none !important;
}

#Search input[type=text]:invalid input[type=reset] {
    background: transparent !important;
    visibility: hidden !important;
}

.navSearchButton {
    display: none !important;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

#content {
    background: #fff;
    float: left;
    margin: 35px 0 0;
    padding: 20px 25px;
    width: 94%;
    z-index: -1;
}

#footer {
    clear: both;
    color: #ccc;
    font-size: 85%;
}

#footer a {
    color: #fff;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#copyrightFooter {
    margin-top: 10px;
    text-align: center;
}

#copyrightMasterFooter {
    margin-left: 50% !important;
    margin: 20px 0;
}

#previewBannerContainer .banner {
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
    text-align: center;
    z-index: 1800;
    position: relative;
    top: 0;
}

.scrollbarV {
    position: absolute;
    z-index: 100;
    width: 6px;
    bottom: 5px;
    top: 180px;
    right: 4px;
    height: 80%;
}

.owl-page .active {
    background-color: transparent;
}

#doc_content {
    padding-left: 50px;
    padding-right: 50px;
}

@media(min-width:768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

    .sidebar-nav .navbar ul:not {
        display: block;
    }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.epos_colour_bg {
    background: #00b5f9;
}

@media only screen and (max-width: 991px) {
    #newsContainer img {
        height: 150px;
        margin-bottom: 10px;
    }
}

#mainNavigation {
    color: white !important;
    background-color: #00B5FA;
}

.dropdown .open {
    color: white !important;
    background-color: #00B5FA;
}

.navbar-default .navbar-nav .open a {
    color: white !important;
    background-color: #00B5FA !important;
}

.navbar-nav > li > .dropdown-menu #mainNavigation #lnkSearch {
    color: white !important;
    background-color: #00B5FA !important;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
}

#endpoint-options {
    display: none;
}

.footer{
    display: none;
}

.swagger-section .swagger-ui-wrap .info_title {
    color: #00b5f9;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 1.4em;
}

#mainNavigation #lnkSearch {
    display: none;
}

@media only screen and (min-width: 768px) {
    #mainNavigation form {
        display: none;
    }

    #mainNavigation .searchForm {
        padding: 10px;
        position: absolute;
        right: 0;
        top: 50px;
        background-color: #58595b;
    }

    #mainNavigation .searchForm input,
    #mainNavigation .searchForm button {
        color: white;
        background: transparent;
    }
}
