/* Page content */
.content {
    padding: 0px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 26px;
    width: 100%;
    z-index: 99;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 0px;
}


.MenuBody{
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
    float: right;
}
.MenuItem{
    text-align: center;
    padding: 1em;
}

.menuParent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
    float: right;
}
.menuParent >li {
    display: inline-block;
    position: relative;
    padding: 0;
}
.menuParent >li.menu-justify {
    position: static;
}
.menuParent >li >a {
    display: inline-block;
    padding: 0 15px;
    line-height: 70px;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgb(61, 68, 154);
    font-weight: 500;
}
.menuParent >li.sp-has-child>a:after {
    font-family: "FontAwesome";
    content: " \f107";
}
.menuParent .sp-module {
    padding: 1em;
}
.menuParent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menuParent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menuParent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
}
.menuParent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 2em;
}
.menuParent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menuParent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    font-family: "FontAwesome";
    content: " \f105";
    float: right;
}
.menuParent .sp-dropdown.sp-menu-center {
    margin-left: 4em;
}
.menuParent .sp-dropdown.sp-dropdown-main {
    top: 100%;
}
.menuParent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.menuParent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 0;
}
.menuParent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0;
}
.menuParent .sp-dropdown.sp-dropdown-sub {
    top: 0;
    left: 100%;
}
.menuParent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.menuParent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative;
}
.menuParent .sp-dropdown li.sp-menu-item >a {
    display: block;
    padding: 10px;
    color: #333;
    cursor: pointer;
}
.menuParent .sp-dropdown li.sp-menu-item >a.sp-group-title {
    text-transform: uppercase;
    font-weight: bold;
}
.menuParent .sp-dropdown li.sp-menu-item >a:hover {
    color: #fff;
}
.menuParent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #fff;
}
.menuParent .sp-dropdown-mega >.row {
    margin-top: 3em;
}
.menuParent .sp-dropdown-mega >.row:first-child {
    margin-top: 0;
}
.menuParent .sp-has-child:hover >.sp-dropdown {
    display: block;
}
.menuParent.menu-fade .sp-has-child:hover >.sp-dropdown {
    -webkit-animation: spMenuFadeIn 400ms;
    animation: spMenuFadeIn 400ms;
}
.menuParent.menu-zoom .sp-has-child:hover >.sp-dropdown {
    -webkit-animation: spMenuZoom 400ms;
    animation: spMenuZoom 400ms;
}
.menuParent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
    -webkit-animation: spMenuFadeInUp 400ms;
    animation: spMenuFadeInUp 400ms;
}


#offcanvas-toggler > a {
    float: right;
    /*    line-height: 7em;
        margin: 3em;*/
}
#offcanvas-toggler >i {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 18px;
    background: transparent;
    margin: 5px 0 27px 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
    color: #fff;
}
.close-offcanvas {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 1;
    color: #000;
    border: 2px solid #eee;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.close-offcanvas:hover {
    background: #000;
    color: #fff;
}
.offcanvas-menu {
    width: 280px;
    height: 0%;
    background: #fff;
    color: #999;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 9999;
    overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
    padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    list-style: none;
    border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    border-bottom: 1px dotted #e8e8e8;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
    margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
    margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
    -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
    transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
    right: 0;
}
.ltr .offcanvas-menu {
    right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
    right: 0;
}
.body-innerwrapper {
    /*max-width: 95%;*/
}

.body-innerwrapper:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.8);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 999;
}
.offcanvas {
    width: 100%;
    height: 100%;
    position: relative;
}
.offcanvas .body-innerwrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
    opacity: 1;
    right: 0;
    height:100%;
}
.menu .nav-child.small {
    font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes spMenuFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes spMenuZoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes spMenuZoom {
    0% {
        opacity: 0;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30px,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}
@keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,30px,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}


.btn-primary {
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image:none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color:#337ab7;
    border-color:#2e6da4
}
.btn-primary .badge {
    color:#337ab7;
    background-color:#fff
}


.login-description{

}
.form-group{
    margin-bottom: 3em;
}
.group-control{

}
.validate-password {

}
.required{

}
.form-links{
    list-style: none;
    padding: 0;
    margin: 0;
}
.default-logo{
    display: block;
    max-width: 100%;
    height: auto;
    margin-top:1em;
}
#sp-header {
    color: #3d449a;
    background-color: #fff;
    z-index:99;
}
.slider-heading {
    text-transform: uppercase;
    color:inherit;
}
.slider-heading h2 {
    padding-top: 3em;
}
.slider-heading::after {
    height: 0.1em;
    width: 5em;
    content: "";
    display: block;
    background: #F15A29;
    margin: 10px auto 30px;
}
.slider-subtitle {
    margin-bottom: 4em;
}
.slider-subtitle h3 {
    font-weight: normal;
    color:#fff;
    font-size: 24pt;
}
.orangeButton {
    border: none;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    padding: 12px 30px;
    border-radius: 0;
    height: auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    background: #5ad2a9;
    text-transform: uppercase;
    border: 2px solid transparent;
    background: #F15A29 !important;
    cursor: pointer;
}
.orangeButton:disabled{
    background: #F15A294D !important;
    cursor: default;
}
.introPara{
    text-align: center;
    padding-bottom: 2em;
}
#introText{
    margin-bottom: 3em;
}
.awesomeImage {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
#awesomeItem {
    padding: 1rem;
    margin-bottom: 5rem;
}
#awesomeItem p {
    font-size: large;
}
.awesomeItems {
    display:grid;
    padding: 1rem 10rem;
}

.awesomeImage {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.dashboardItem {
    padding: 0 2rem;
}
.dashboardItem a:link {
    color: inherit;
}
.dashboardItem a:visited {
    color: inherit;
}
.dashboardItem p {
    font-size: large;
}
.dashboardItems {
    display:inline-flex;
    padding: 0.5rem;
    color: #3D449A;  /*    B2D Blue*/
}
.dashboardImage {
    stroke-width: 0.3;
    stroke: #3D449A;
    fill: #fff;
    width:10rem;
}
.adminHeader{
    min-height:3em;
    width: 100%;
    background-color: #3D449A;
    color:#fff;
    text-align: center;
    display:inline-block;
    margin-bottom: 2em;
}
.adminHeader p {
    font-size: large;
    font-weight: 400;
}

/* Style the container with a rounded border, grey background and some padding and margin */
.mySlides{
    display: none;
    border: 0.2em solid rgb(61, 68, 154);
    background-color: #fdfbfb7d;
    border-radius: 1.5em;
    padding: 2em;
    margin: 3em auto;
    text-align: left;
    position: relative;
}

/* Clear floats after containers */
.testimonialContainer::after {
    content: "";
    clear: both;
    display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.testimonialContainer img {
    max-width: 25%;
    border-radius: 100%;
    margin: 0 1em 0 0;
    float: left;
}

/* Increase the font-size of a span element */
.testimonialContainer span {
    font-size: x-large;
}
.quote {
    margin-left: 4em;
    margin-bottom: 1em;
    font-style: italic;
}
.quote::before{
    content: open-quote;
}
.quote::after{
    content: close-quote;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    padding: 1em;
    color: orange;
    font-weight: bold;
    font-size: medium;
    transition: 0.6s ease;
    border-radius: 0.3em;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none !important;
}

.dot__group {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 6rem;
    transition: all 0.2s ease;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 0.5em;
    width: 0.5em;
    margin: 0 0.2em;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeQuote,
.dot:hover {
    background-color: gray;
    border-radius: 1em;
}

.activeQuote {
    transition: all 1.5s ease;
}

/* Fading animation */
.fadeIn {
    -webkit-animation-name: fadeIn ;
    -webkit-animation-duration: 3.5s;
    animation-name: fadeIn ;
    animation-duration: 3.5s;
}

@-webkit-keyframes fadeIn  {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn  {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut  {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.2;
    }
}

@keyframes fadeOut  {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.2;
    }
}

/*Contact Form*/
.contact-form-group{
    display:grid;
    text-align: left;
}
.contact-form-input {
    font-size: large !important;
    margin-bottom: 1em;
}
/*Add Licence Form*/
.licence-form-group{
    display:inline-block;
    text-align: left;
}
.licence-form-group input {
    margin-left: 1em;
    float:right;
    padding: 0.2em;
    min-width: 15em;
}
.licence-form-group > p {
    margin: 0.5em 0.5em 0em 0em;
}

.licence-form-input {
    font-size: medium;
}

label {
    font-size: large !important;
}
.required > label::after{
    margin: -.2em 0 0 .2em;
    content: '*';
    color: #db2828;
}


/*Footer*/
.b2d-copyright{
    font-size: medium;
}


/*system messages*/
.status-msg-success {
    color: darkgreen;
}
.status-msg-error {
    color: red;
}

.validate-username{
    width: 90%;
    display: block;
    padding: 1em;
    font-size: medium;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.validate-password{
    width: 90%;
    display: block;
    padding: 1em;
    font-size: medium;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.user-login i{
    color:green !important;
}
.user-logout i{
    color:red !important;
}
/* CUSTOMISATION */
.addLicence-dialogue {
    max-width: 60%;
    color: #444444;
}
.addLicence-dialogue-button--false {
    background: #D93223;
    color: #FFFFFF;
}
.addLicence-dialogue-button--true {
    background: #038C5A;
    color: #FFFFFF;
}
.addLicence-dialogue-button--cancel {
    background: #777777;
    color: #FFFFFF;
}

.addLicence-dialogue {
    font-family: 'Roboto';
    font-weight: 300;
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}
.addLicence-dialogue-message {
    padding: 0em 2em;
    display: inline-table;
}
.addLicence-dialogue-title {
    background: #EFEFEF;
    margin: 0;
    padding: 24px 16px;
}
.addLicence-dialogue-button {
    min-width: 20%;
    text-align: center;
    cursor: pointer;
    padding: 12px 0;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 1%;
}
.addLicence-dialogue-button:hover {
    opacity: 0.8;
}
.addLicence-dialogue-button-container {
    text-align: right;
    padding: 2.5%;
    background: #EFEFEF;
}
.addLicence-dialogue-button-container .orangeButton {
    margin: 1em 2em 1em 0em;
    max-height: 3em;
}

.formDiv {
    margin: 0.2em;
}