﻿/* Submenu CSS */
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: 6px !important;
    top: .8em !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-left: .1rem !important;
    margin-right: .1rem !important;
}

.btn-success {
    background-color: #2EA8E0 !important;
    border-color: #5ACCFD !important;
}

.btn-success:hover {
    background-color: #2EA8E0 !important;
    border-color: #5ACCFD !important;
    outline-color: #5ACCFD !important;
}

.btn-success:active:focus {
    background-color: #2EA8E0 !important;
    border-color: #5ACCFD !important;
    outline-color: #5ACCFD !important;
}

.btn-bdpcl {
    background-color: #50CCFF;
    border-color: #50CCFF;
    color: #ffffff;
}

.btn-bdpcl:hover {
    background-color: #1ABAFF !important;
    border-color: #1ABAFF !important;
    outline-color: #1ABAFF !important;
    color: #ffffff;
}

.btn-bdpcl:active:focus {
    background-color: #1ABAFF !important;
    border-color: #1ABAFF !important;
    outline-color: #1ABAFF !important;
    color: #ffffff;
}

.btn-danger {
    background-color: #275b97;
    border-color: #275b97;
}

.btn-danger:hover {
    background-color: #1C426C;
    border-color: #1C426C;
}

.btn-danger:active:focus {
    background-color: #1C426C !important;
    border-color: #1C426C !important;
}

.navbar-custom {
    background-color: #275b97;
}

.carousel-caption {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 30px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0% !important;
    font-size: 18px !important;
}

.portal-button {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0% !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px !important;
}

.strapline {
    font-size: 16px;
    font-weight: 400;
}

.strapline_2 {
    font-size: 30px;
    font-weight: 400;
}

.border-bottom {
    border-bottom-color: #f7f7f7 !important;
}

.center {
    margin: auto;
    width: 50%;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 0px;
    margin: 10px;
    background: #ffffff;
    color: #666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 3px;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
}

.card {
    padding: 0 !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-body {
    padding: 0 !important;
}

.cardtitle {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}

.cardjob {
    font-size: 13px;
    font-weight: 400;
}

.cardemail {
    font-size: 10px;
    font-weight: 400;
}

.card-text small {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Container needed to position the button. Adjust the width as needed */
.portal-container {
    position: relative;
    width: 100%;
}

/* Make the image responsive */
.portal-container img {
    width: 100%;
    height: auto;
}

/* Style the button and place it in the middle of the container/image */
.portal-container .btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.gallerydiv {
    background-image: url("/files/images/jpg/gallery.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.table td, .table th {
    border-top: 0px solid #ffffff !important;
}

.welcometext {
    font-size:large;
}