﻿/* WARNING: Only edit this file directly from resources, do not edit this file inside a project itself because it is a copy */

/* Global */
:focus {
    outline: none;
}

body {
    min-width: 385px;
    font-family: 'Oxygen', sans-serif;
}
html, body {
    height: 98.5%
}
body, html, .container-fluid {
    height: 100%;
}
body.fitted {
    padding-top: 50px;
    padding-bottom: 20px;
}
.preload {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    animation-name: none !important;
}
a {
    color:#ea8215;
}
a.bland {
    color: #212529;
}
a:hover {
    color:#d16900;
    text-decoration: none;
}
a:focus:visited:active {
    color: #b74f00;
    text-decoration: none;
}
.content {
    padding-top: 20px;
    padding-left: 210px;
    width: 99%;
}
.midform {
    padding-right:210px;
}
@media (max-width: 786px) {
    .content {
        padding-left: 10px;
    }
    .content.withnav {
        padding-left: 210px;
    }
}
#logo {
    margin: 11px 11px 11px 11px;
    height: 40.5px;
    width: 140px;
    background-image: url('../images/RetSoftLogoTransparent.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-button {
    color: #ea8215;
}
.cropflag {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100% !important;
    background: #eee no-repeat center;
    background-size: cover;
}
.nav-dropdown-button {
    background-color: white;
    font-size: smaller;
}
.hider-button {
    position: absolute;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: rgba(128, 128, 128, 0.60);
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.input-number-button {
    display: inline-block;
    width:35px;
    height:28px;
    border: none;
    vertical-align: -3px;
    background-color: transparent;
    font-size:22px;
    cursor: pointer;
}
/*Internet explorer and Firefox targeting*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .input-number-button {
        vertical-align: 6px;
    }
    .stepper .outer-circle{
        width:18px;
    }
    .outer-circle .inner-circle {
        margin: -7px 0px 0px -7px;
        height: 14px;
    }
}
@-moz-document url-prefix() {
    .input-number-button {
        vertical-align: 6px;
    }
    .outer-circle .inner-circle {
        margin: -7px 0px 0px -7px;
    }
}
.input-number-button.fa-plus-circle {
    font-size:23px; /*The + sign gives the illusion that the icon is slightly smaller, so we up the size a pixel*/
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
button:focus {
    outline: 0;
}
/* Remove borders on images when there is no image to fix the flags */
img:not([src]) {
    content: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.label-button {
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.label-button:hover {
    cursor: pointer;
    color: #787b81;
}

/* End Global */

/* Bootstrap Override */

.navbar {
    height: 63px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9 !important;
}
.nav > li > a {
    font-family: Oxygen, sans-serif;
    font-size: 16px;
    color: #222;
    padding: 14px 15px 14px 15px !important;
}
.nav > li > a.resize {
    font-size: 14px;
}
.nav > li > a:hover {
    color: #0091d3;
    background-color: rgba(43,44,46,.07);
    text-decoration: none;
}
.nav > li > a.icon
{
    color: #ea8215 !important;
}
.nav > li > a.icon:hover
{
    color: #ea8215  !important;
}
.nav-current {
    color: #ea8215;
    font-weight: 500;
}
.nav-stacked > li + li {
    margin-top: 0;
}
.nav-item {
    display: inline-block;
    pointer-events: all;
}
.sidebar-item {
    padding-left: 20px;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
}
.sidebar-item:hover {
    background-color: #656565;
}
.sidebar-item.active {
    /*background-color: #656565;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea8115+0,ea8115+10,656565+11 */
    background: rgb(101,101,101); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(234,129,21,1) 0%, rgba(234,129,21,1) 5%, rgba(101,101,101,1) 5.1%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(234,129,21,1) 0%,rgba(234,129,21,1) 5%,rgba(101,101,101,1) 5.1%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(234,129,21,1) 0%,rgba(234,129,21,1) 5%,rgba(101,101,101,1) 5.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.nav-master {
    position: static;
    margin: auto;
    pointer-events: none;
}
li.active > a {
    font-weight: bold;
}
li.active > a.override {
    font-weight: 500;
    color: #fff;
}
.clearfix {
    overflow: auto;
}s
.navbar-toggle, .navbar-toggler {
    width: 60px;
    height: 60px;
    margin: 0;
    line-height:30px;
    font-size:16px;
}
.dropdown-item:active, .dropdown-toggle:active, .dropdown-item:hover, .dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:focus {
    background-color: rgba(43,44,46,.07) !important;
    outline: none !important;
}

.navbar-nav.sidebar > li > a {
    height: 40px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 22px !important;
    color: #222222;
}

.navbar-nav.sidebar > li > a.active {
    background-color:
}

.nav-link {
    display: inline-block;
    padding-left: 20px !important;
}

/* Rearrange for bigger screens */
@media (min-width: 1200px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    .navbar-collapse.collapse.setheight {
        height: 63px !important;
    }
    .navbar-nav > li > a {
        height: 63px;
        padding-top: 21px !important;
        padding-bottom: 21px !important;
        line-height: 21px !important;
        color: #222222;
    }
    .navbar-nav > li > a.dropdown-image {
        padding-top: 19px !important;
        padding-left: 20px !important;
    }
    .navbar-nav > li > a.fa-2x-navlink-correct {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .nav-master {
        top: 0;
        left: 15vw;
        width: 70vw;
        text-align: center;
        position: fixed;
        pointer-events: none;
    }
}
/* Hide/rearrange for smaller screens */
@media (max-width: 1200px) {
    .navbar-nav {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .navbar-nav.sidebar > li > a {
        border-bottom: none !important;
    }
    .navbar-collapse.collapse {
        background-color: white;
    }
    .navbar-collapse.collapsing {
        background-color: white;
    }
    .navbar-nav > li > a {
        height: 50px;
        border-bottom: 1px solid #e9e9e9;
    }
    .navbar-collapse.in {
        position: relative;
    }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .navbar-nav > li > a.dropdown-image {
        padding-top: 11px !important;
        padding-left: 20px !important;
        color: #54565a !important;
    }
    .navbar-nav > li > a.fa-2x-navlink-correct {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }
    .nav-link {
        display: block;
    }
    .nav-master {
        pointer-events: none;
    }
}
@media (max-width: 1320px) and (min-width: 1200px) {
    .header-fix {
        display: none;
    }
}
/* Bootstrap _navbar.scss override*/
/*@media (max-width: 1360px) and (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: initial;
    flex-flow: initial;
    -ms-flex-pack: initial;
  }
  .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: initial;
      flex-direction: initial;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: initial;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: initial;
    padding-left: initial;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .navbar-expand-sm .navbar-collapse {
    display: initial !important;
    display: initial !important;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}*/
@media (max-width:768px) {
    .navbar-collapse.collapse.white {
        background-color: white;
    }

    .navbar-collapse.collapsing.white {
        background-color: white;
    }
}

/* End Bootstrap Override */

/* Buttons */

.btn-flat:not(:disabled):hover {
    text-decoration: none;
    background-color: rgba(221, 221, 221, 0.4);
    color: #54565a;
}
.btn-flat:not(:disabled):active {
    background-color: rgba(153, 153, 153, 0.4);
    color: #54565a;
}

.button-flat {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: !important none;
  line-height: 36px;
  margin: 0 8px;
  padding: 0 8px;
  border-width: 0;
  border-radius: 1px;
  color: #3b3b3b;
  display: inline-block;
  background-color: transparent;
  height: 36px;
  min-width: 64px;

  text-align: center;
  cursor:pointer;
}
.button-flat:focus {
    text-decoration: none !important;
}
.button-flat.small {
    line-height: 26px;
    height:26px;
}
.button-flat.wide {
    min-width: 128px;
}
.button-flat.tolower {
    text-transform: none;
}
.button-flat .icon-white {
  color: #fff;
}
.button-flat:not(:disabled):hover {
  text-decoration: none;
  background-color: rgba(221, 221, 221, 0.4);
  color: #54565a;
}
.button-flat:not(:disabled):active {
  background-color: rgba(153, 153, 153, 0.4);
  color: #54565a;
}
.button-flat:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.button-flat-header {
  margin-top: 1px;
  height: 32px;
  min-width: 32px;
}
.button-flat-primary {
    color: white;
    background-color: #3b9fff;
}
.button-flat-primary:not(:disabled):hover {
    color: white;
    background-color: #3b9fff;
}
.button-flat-success {
    color: white;
    background-color: #4caf50;
}
.button-flat-danger {
    color: white;
    background-color: #f44336;
}
.button-flat-ro { /* RetSoft Orange*/
    background-color: #ea8115;
}
.button-flat-ro.inverted {
    color: white;
    background-color: #ea8115;
}
.button-flat-rlg { /* RetSoft Light Gray*/
    background-color: #d9dde0;
}
.button-flat-rdg { /* RetSoft Dark Gray */
    color: white;
    background-color: #54565a;
}
.button-flat-rb { /* RetSoft Blue */
    color: white;
    background-color: #5398da;
}
.button-flat-ro:disabled {
  pointer-events: none;
  background-color: #f4c08a;
}
.button-flat-uncenter {
    text-align: justify;
    white-space: nowrap;
}
.button-flat .button-text {
    position: relative;
    display: inline-block;
    width: calc(100% - 40px);
    height: 36px;
    left: -4px;
    text-align: center;
}
.button-flat .button-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 36px;
    left: -8px;
    padding-top: 1px;
    font-size: 17px;
    text-align: center;
    color: white;
    background: #bc6610
}
.button-flat-success .button-icon {
    background-color: #3e8e41;
}
.button-flat-danger .button-icon {
    background-color: #f21c0d;
}
.button-flat:not(:disabled):hover .button-icon {
    text-decoration: none;
    background-color: rgba(221, 221, 221, 0.4);
    color: #54565a;
}

/* End Buttons*/

/* Title Styling */

.title-bar {
    width: 100%;
    padding: 8px;
    background-color: #54565a;

    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.fa-2x-text-correct {
    position: relative;
    top: -6px;
}

/* End Title Styling */

/* Input Styling */

.field-label {
    width: 160px;
}
.field-input {
    display: inline-block;
    width: calc(100% - 164px);
    left: 160px;
}
@media (max-width: 768px) {
    .field-label {
        width: 120px;
    }
    .field-input {
        display: inline-block;
        width: calc(100% - 124px);
        left: 120px;
    }
}

/* End Input Styling */

/* RetSoft Styling */

.body-retsoft {
    background-color: #f6f6f6;
    color: #000000;
}
.retsoft-text {
    color: #000000;
}
.retsoft-nav-background-Left {
    background-color: dimgray;
    color: black;
}
.retsoft-nav-background-top {
    background-color: #f6f6f6;
    color: black;
}
.retsoft-text-menu {
    color: white;
    font-size: small;
}

p.retsoft-text-header {
    color: #ea8115; 
    font-size: 25px;
    font-weight: bolder;
    line-height: 0.5;
}


/* End RetSoft Styling */

/* Progress Bar */

.stepper {
    position: relative;
    width: 100px;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: unset;
}
.stepper a {
    color: black;
}
.stepper a:hover {
    cursor: pointer;
    color: #787b81;
}
.stepper a label {
    cursor: pointer;
}
.steppercurrent {
    font-weight: bold;
}
.step {
    display: none;
}
.boxing-resize {
    max-width: 60%;
}

@media(max-width: 1280px) and (min-width: 786px) {
    .stepper:not(.shown-md) {
        display: none;
    }

    .outer-circle {
        display: none !important;
    }
    .stepper br {
        display: none;
    }
    .step {
        display: block;
    }
    .link-line:not(.shown-md) {
        display: none;
    }
    .boxing-resize {
        max-width: 90%;
    }
}

@media (max-width: 675px) {
    .stepper {
        width: auto;
        float: none;
    }
    .stepper:not(.shown-md) {
        display: none;
    }
    .stepper:not(.steppercurrent) {
        display: none;
    }

    .outer-circle {
        display: none !important;
    }
    .stepper br {
        display: none;
    }
    .step {
        display: block;
    }
    .link-line {
        display: none;
    }
    .boxing-resize {
        max-width: 90%;
    }
}

.outer-circle {
    margin-left: auto;
    display: inline-block;
    position: relative;
    height: 17px;
    width: 17px;
    margin: 0;
    background: #54565a;
    border-radius: 50% !important;
}
.inner-circle {
    position: absolute;
    height: 13px;
    width: 13px;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -6px;
    background: white;
    border-radius: 50% !important;
}
.check-circle {
    position: absolute;
    height: 7px;
    width: 7px;
    top: 50%;
    left: 50%;
    margin: -3.5px 0px 0px -3.5px;
    background: #54565a;
    border-radius: 50% !important;
}
.link-line {
    width: 75%;
    height: 0px;
    border: 1px solid #54565a;
    position: relative;
    top: -48px;
    left: 63%;
}

/* End Progress Bar */

/* Sidebar */

.sidenavx {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #54565a;
    overflow-x: hidden;
    padding-top: 80px;
    color: #fff;
}
.sidenavx > ul > li > a
{
    color:#fff !important;
}
.sidenavx.inverted {
    background-color: #fff;
    color:#54565a !important;
}
.sidenavx.inverted > ul > li > a {
    color:#54565a !important;
}
.sidenavx.unbolden li.active > a {
    font-weight: normal;
}
.sidenavx a {
    padding: 6px 8px 6px 4px;
    text-decoration: none;
    color: #818181;
    display: block;
}
.sidenavx ul li a {
    color: #fff;
}
.sidenavx ul li a:hover {
    color: #f1f1f1 !important;
}
.sidenavx.inverted ul li a:hover {
    color: #3d3e41 !important;
}
.mainx {
    margin-left: 200px; /* Same as the width of the sidenav */
    padding: 0px 10px;
}
.sidenavx-expansion-control {
    display: none;
}
.warning-bar {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    /*width: calc(100% - 200px);
    margin-top: 13px;
    margin-left: 200px;*/
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: white;
    background-color: #ea8215;
    z-index: 12;
    font-size: .9vw;
}
@media(max-width: 900px) {
    .warning-bar {
        height: auto;
        font-size: 10px;
        word-wrap: break-word;
        line-height: 20px;
    }
}

/*.warning-bar:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}
.warning-bar .close {
    width: 100%; 
    line-height:18px;
    pointer-events: none;
}*/
.unverified {
    margin-top: 40px;
}

@media (max-width: 786px) {
    .sidenavx {
        left: -201px;
    }
    .sidenavx.expanded {
        left: 0;
        animation-name: sidebarOut;
        animation-duration: 0.2s;
        animation-timing-function: ease-in;
    }
    .sidenavx-expansion-control {
        display: block;
        height: 100%;
        width: 24px;
        top: 0;
        left: 0;
        padding-top: 75px;
        position: fixed;
        z-index: 11;
        overflow-x: hidden;
        color: #54565a;
    }
    .sidenavx-expansion-control.expanded {
        left: 199px;
        animation-name: sidebarOut;
        animation-duration: 0.2s;
        animation-timing-function: ease-in;
    }
    .warning-bar {
        width: 100%;
        margin-left: 0;
    }
}

@keyframes sidebarOut {
    0% {
        transform: translateX(-201px);
    }

    100% {
        transform: translateX(0);
    }
}

/* End Sidebar */

/* Footer */

.footer {
    position: static;
    width: 100%;
    max-height: 150px;
    height: 150px;
    bottom: 0;
    left: 0;

    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 20px;
    border-top: 1px solid #808080;
}

.footer .row .top-row {
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 1121px) { /*1125px lock*/
    .size-lock {
        width: 1125px !important;
        min-width: 1125px !important;
    }
}

@media (max-width: 786px) { /*925px lock*/
    .size-lock {
        width: 925px !important;
        min-width: 925px !important;
    }
    .footer-md {
        display: none;
    }
    .footer-s {
        display: block;
        min-width: 500px;
    }
}

@media(min-width: 786px) {
    .footer-md {
        display: block;
    }
    .footer-s {
        display: none;
        min-width: 500px;
    }
}

/* End Footer */

/* Pricecard */

.pricing-card {
    width: 450px !important;
    min-width: 450px !important;
    max-width: 30% !important;
    border: none;
    margin-right: 10px;
    margin-left: 10px;
}

.pricing-card-body {
    border: solid;
    border-width: 1px;
    padding-bottom: .545rem;
}

.pricing-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.pricing-tagline {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

.pricing {
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 205px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-currency {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: 0;
}

.pricing-number {
    padding: 5px 0 5px 5px;
    font-size: 90px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: -4px;
    display: inline-block;
}

.pricing-conditions {
    display: block;
    margin-left: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pricing-sub {
    font-size: 22px;
    line-height: 25px;
    /*margin: 5px 0 5px 0;*/
    text-align: left;
}

.pricing-subtle {
    color: rgba(0,0,0,.43);
    font-size: 12px;
    line-height: 15px;
    margin: 5px 0 5px 0;
    text-align: left;
    width: 150px;
}

.version-subtle {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 40px;

    color: rgba(0,0,0,.43);
    font-size: 10px;
    line-height: 13px;
    margin: 5px 0 5px 0;
}

.pricing-information {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.pricing-summary {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
}

/* End Pricecard*/

/* Card */
.cardholder {
    position: fixed;
    width: 374px;
    right: 10px;
    overflow: hidden;
    z-index: 10;
}

.card {
    position: relative;
    width: 350px;
    right: 10px;
    background: white;
    border-color: #000000;
    font-size: 14px;
    z-index: 10;

    /*animation-name: slideIn;*/
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
}

.card-col {
    max-width: 200px;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}

.card.removed {
    right: -374px !important;
    /*animation-name: slideOut;*/
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
}

#card-toggler {
    position: fixed;
    right: 10px;
}

@keyframes slideOut {
    0% {
        transform: translateX(-365px);
    }
    100% {
        transform:translateX(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(365px);
    }
    100% {
        transform: translateX(0);
    }
}

/* End Card */

/* Buying Process */

.card-fit {
    margin-right: 370px;
    margin-bottom: 25px;
}

.payment-title {
    margin: 0 15px 0 15px;
}
.payment-title label {
    margin-bottom: 0;
}

.payment-amount {
}

.payment-amount-text {
    font-weight: 700;
}

.payment-amount-text.unfocus {
    font-weight:400;
}

.payment-amount-tax {
    margin: 0 15px 0 15px;
}

.payment-amount-total {
    width: 65px;
    margin: 0 15px 0 15px;
}

.payment-amount label {
    margin-bottom: 0;
}
.billing-bar {
    background-color:#ea8115;
    text-align:center;
    padding:3px;
}

@media (max-width: 910px) {
    .card-fit {
        margin-right: 10px;
    }
}

@media (max-width: 400px) {
    .payment-title {
        width: 240px;
    }
}

/* End Buying Process */

/* Toggle Switch */

.switch {
    position: relative;
    display: inline-block;
    width: 43.5px;
    height: 24px;
    margin-bottom: 0;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #6cac3b;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
input:checked:disabled + .slider {
    background-color: #a5d482;
}
input:disabled + .slider {
    background-color: #e5e5e5;
}
.slider.round {
    border-radius: 34px !important;
}
.slider.round:before {
    border-radius: 50% !important;
}

/* End Toggle Switch*/

/* Breadcrumb */

.r-breadcrumb {
    position: fixed;
    height: 20px;
    top: 63px;
    left: 0px;
    width: 100%;
    color: white;
    background-color: darkorange;
}

.r-breadcrumb-part {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.r-breadcrumb-part:hover {
    text-decoration: none;
    cursor: pointer;
    color: #e9e9e9;
}

/* End Breadcrumb */

/* Validation Customisation */

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border-color: #dc3545 !important;
}

/* End Validation Customisation */

/* Snackbar */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 12px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/* End Snackbar */

/* Table */

.table {
    border: 1px solid black;
    border-collapse: collapse;
}

.table td, .table th {
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    padding: 4px 0.75rem 4px 0.75rem;
    vertical-align: middle;
}

.table thead {
    background: #CFCFCF;
}

.table thead th {
    border-bottom: none;
    border-top: none;
}

.table tbody tr:nth-child(even) {
    background: #efefef;
}

.table tbody tr:nth-child(odd) {
    background: #fff;
}

.table-hover tbody tr:hover {
    background: #ea8115;
    color: #fff;
}

.table tbody tr td .onhover {
    display:none;
}

.table tbody tr:hover td .onhover {
    display:block;
}

.table-hover tbody tr:hover a {
    background: #ea8115;
    color: #fff;
}

tr.inactive {
    opacity: 0.5;
}

tr.inactive:hover {
    opacity: 1;
}

.onhover {
    text-align: center;
}

.onhover a {
    color: white;
}

table .w-10 {
    width: 10%;
}

table .w-20 {
    width: 20%;
}

table .w-30 {
    width: 30%;
}

table .w-40 {
    width: 40%;
}

table .w-50 {
    width: 50%;
}

table .w-60 {
    width: 60%;
}

table .w-70 {
    width: 70%;
}

table .w-80 {
    width: 80%;
}

table .w-90 {
    width: 90%;
}

table .text-align-right {
    text-align: right;
}

table .row-total {
    font-weight: bold;
    color: #000;
}

.sorting-link {
    cursor: pointer;
}

.sorting-link:hover {
    opacity: 0.85;
}

/* End Table */

/* Invoice */

#printarea {
    padding: 40px 40px 40px 40px;
}

.greyblock {
    width: 100%;
    background-color: #f2f2f2;
    padding: 5px 17px 7px 17px;
    margin: 5px 40px 5px 0;
    display: inline-block;
}

.greyblock table tr td {
    vertical-align: top;
}

@media print {
    .greyblock {
        background-color: #f2f2f2 !important;
        -webkit-print-color-adjust: exact;
    }

    .printfooter {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

/* End Invoice */

/* Pagination */

.page-item.active {
    color: white;
    background-color: #0c7cd5;
}

.page-link:not(.disabled) {
    color: #23527c;
}

.page-link.disabled:hover {
    background-color: none;
}

.page-link.disabled {
    color: #777;
    cursor: not-allowed;
}

/* End Pagination */

/* Table Linking */

tr.action-row {
    cursor: pointer;
}

td.action-row-link {
    display: none;
}

/* End Table Linking */

/* Error Handling */

.center-div {
    padding: 60px 0;
    margin: auto;
}

.hexagon {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #ea8215;
    margin: 86.60px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 212.13px;
    height: 212.13px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 43.9340px;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.hexagon:before {
    top: -106.0660px;
}

.hexagon:after {
    bottom: -106.0660px;
}

/*cover up extra shadows*/
.hexagon span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 300px;
    height: 173.2051px;
    z-index: 2;
    background: inherit;
}

/* End Error Handling*/

/* Testing needed ------------------------------------------------------------------------------------------------------------------------- */
.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.fill-height {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    width: 160px;
    background-color: red
}

footer {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1360px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        background: #ecf0f1;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -40%;
    }

    .row-offcanvas-left.active {
        left: 40%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 40%;
        margin-left: 12px;
    }
}

.sidebar {
    width: 200px;
}

#sidebar {
    padding: 15px;
    margin-top: 10px;
    background-color: #333333;
}
/* END Navbars */

/*remove rounded corners*/

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.wrapper {
    min-height: 100vh;
    max-height: 100%;
}

main {
    max-height: 100%;
    overflow-y: auto;
}

.flag-button-override {
    background-color: white;
    font-size: small;
    display: block;
    width: 100%;
    padding: 0.4rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.fa-align {
    width:20px; 
    text-align:center;
}

/* LEGACY ----------------------------------------------------------------------------------------- */
.btn-retsoft {
    color: #f6f6f6;
    background-color: #ea8115;
    width: 150px;
}

/*remove rounded corners*/
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* SELECTED TABLE MODULE */
.tableSelected {
    background-color: #000000;
}

.tooltip-inner {
    min-width: 450px; /* the minimum width */
}

.orange {
    color: #ea8115;
}

tr.hidden {
    display: none;
}


