@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html,
body {
    position: relative;
    height: 100%;
}

/* On Chrome remove border on click */
button:focus {
    outline: none;
}

#navbarlinks > li:first-child,
#profileHeader {
    /* Launch Roadtrip and Profile management extra styles */
    font-family: Impact, Charcoal, sans-serif;
}

.nav-item {
    text-align: center;
    padding-left: 2.1rem;
}

#navbarlinks {
    width: 100%;
}

#top-menu-center-layer {
    margin: 0 auto;
    display: flex;
}

#top-menu-last-li-items {
    display: flex;
}

.maincontent {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    margin-left: 200px;
}

#logErrorPanel {
    display: none;
    position: relative;
    margin: 50px auto;
    width: 300px;
    height: 300px;
    background-color: rgba(255, 0, 0, 0.5);
    text-align: center;
}

.myrow {
    display: flex;
    /* equal height of the children */
}

.mycol {
    flex: 1;
    /* additionally, equal width */
    padding: 1em;
}

#outerContainer {
    position: relative;
    min-height: 70%;
    margin-bottom: 5px;
}

#homepage_header {
    position: relative;
    display: none;
}

#homepage_content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    background-image: url('../photos/landing_pages/paris_landing_page.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#homepage_header *,
::after,
::before {
    box-sizing: border-box;
}

.view {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: default;
}

.mask {
    background-attachment: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.btn-outline-white {
    border: 2px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    font-weight: 400;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

/* Home Page content */
.white-text {
    color: #fff !important;
}

#homepage_header .card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    font-weight: 400;
}

#homepage_header .btn {
    font-weight: 600;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#homepage_header .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

#homepage_header .card {
    background-color: rgba(126, 123, 215, 0.5);
}

#homepage_header .card {
    visibility: visible;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
}

.homepage-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

#sign_in_header,
#sign_in_hr,
#sign_in_h6,
#sign_in_a {
    visibility: visible;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

#sign_in_a:hover {
    background-color: #3f51b5 !important;
    border: 2px solid #3f51b5 !important;
}

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.md-form .prefix ~ label {
    margin-left: 2.5rem;
}

.card .md-form label {
    font-weight: 300;
}

.md-form .prefix {
    top: .25rem;
    font-size: 1.75rem;
}

.md-form .prefix {
    -o-transition: color .2s;
    transition: color .2s;
}

.md-form .prefix,
.md-form.md-outline .prefix {
    position: absolute;
    -webkit-transition: color .2s;
}

.md-form label {
    position: absolute;
    top: .65rem;
    left: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
    color: #ffffff;
    font-size: 1rem;
}

.md-form label.active {
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}

.md-form input[type=text]:focus:not([readonly]) + label,
.md-form input[type=password]:focus:not([readonly]) + label {
    color: #4285f4;
}

.md-form .prefix ~ input,
.md-form .prefix ~ textarea {
    margin-left: 2.5rem;
    width: calc(100% - 2.5rem);
}

.md-form input[type=date],
.md-form input[type=datetime-local],
.md-form input[type=email],
.md-form input[type=number],
.md-form input[type=password],
.md-form input[type=search-md],
.md-form input[type=search],
.md-form input[type=tel],
.md-form input[type=text],
.md-form input[type=time],
.md-form input[type=url],
.md-form textarea.md-textarea {
    webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
}

.md-form .form-control {
    margin: 0 0 .5rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: .3rem 0 .55rem;
    background-image: none;
    background-color: transparent;
    height: auto;
}

.md-form input[type=date]:focus:not([readonly]),
.md-form input[type=datetime-local]:focus:not([readonly]),
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=number]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form input[type=search]:focus:not([readonly]),
.md-form input[type=tel]:focus:not([readonly]),
.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=time]:focus:not([readonly]),
.md-form input[type=url]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #4285f4;
    box-shadow: 0 1px 0 0 #4285f4;
    border-bottom: 1px solid #4285f4;
}

.md-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}

.hr-light {
    border-top: 1px solid #fff;
}

#homepage_eye_toggler {
    position: relative;
    top: -40px;
}

/* Homepage button */
.btn-indigo {
    background-color: #3f51b5 !important;
    color: #fff;
}

#homepage_header .btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    color: #fff;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -moz-user-select: none;
    user-select: none;
}

#homepage_header .btn,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover,
.jumbotron {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

#homepage_header .btn,
.md-toast-message,
.mdb-feed .news .excerpt {
    word-wrap: break-word;
}

.pswp__container,
.pswp__img,
.waves-effect {
    -webkit-tap-highlight-color: transparent;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.aboutus_wholecontent,
.helpdesk_wholecontent {
    position: relative;
    min-height: 80%;
    background-color: white;
    overflow: auto;
}


#about_us_content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.aboutuscontent {
    max-width: 100%;
}

.profilemngmt_wholecontent {
    position: relative;
    height: 80%;
    background-color: white;
    overflow: auto;
}

.profilemngmt_wholecontent #content{
    width: 85%;
    margin-left: 20px;
}

/* Homepage services slides */
.divider {
    border: 1px solid #ccc;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.homepage_card {
    width: 20%;
    min-width: 200px;
    height: 250px;
    margin: 25px 40px;
}

.homepage_card h5 {
    height: 50px;
}

.homepage_card .card-img {
    background-color: dodgerblue;
    color: white;
}

.homepage_card i {
    font-size: 50px;
    margin: 20px auto;
}

.homepage_card button {
    font-weight: 600;
}

.homepage_card button:hover {
    color: white;
}

/* Multicarousel */
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
    height: 400px;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    overflow: hidden;
    display: inline-flex;
    width: min-content;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 5px;
}

.MultiCarousel .rightLst {
    right: 5px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
}

#about_me_div {
    position: relative;
    width: 100%;
    background-image: linear-gradient(to right top, #da9208, #d5960a, #d09a0f, #cb9e14, #c6a119, #d59424, #e18832, #e97b42, #ef606c, #da5897, #a961ba, #5a6ec9);
}

#photo_box_section,
#text_box_section {
    height: 500px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#text_section {
    width: 50%;
    min-height: 90%;
    background-color: transparent;
    text-align: left;
    overflow: auto;
}

#about_me_div img {
    max-width: 45%;
    height: auto;
    margin: 10px auto;
}

#about_me_div .card-body {
    border: none;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: indianred;
    width: 45%;
    margin: 0 auto;
}

#about_me_div .card {
    background-color: transparent;
}

#text_section ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}

#text_section li{
    margin: 10% 0; 
}

#text_section .bullet_container{
    width: 30px;
}

#text_section .bullet_content{
    content: "";
    border-color: transparent darkorange;
    border-style: solid;
    border-width: 0.55em 0 0.35em 0.45em;
    display: inline-block;
    position: relative;
    margin: 10% 6% 0;
}

#text_section span {
    color: white;
}

/* Homepage route definition */
#container_homepage_route_definition {
    position: relative;
    height: 100vh;
    padding-top: 5px;
}

#container_homepage_route_definition header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

#container_homepage_route_definition header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#container_homepage_route_definition header .container {
    position: relative;
    z-index: 2;
}

#container_homepage_route_definition header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

#homepage_route_definition {
    position: absolute;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage_route_definition > #search_box {
    background-color: black;
    width: 100%;
}

#homepage_route_definition > #search_box > #search_box_header {
    text-align: center;
    background-color: black;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid orange;
}

#homepage_route_definition h5 {
    margin: 10px;
    color: orange;
}

#search_box table {
    height: 50px;
    margin: 20px auto;
    overflow: visible;
}

#search_box input {
    width: 100%;
    height: 100%;
}

#search_box button {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-radius: 5px;
    background-color: transparent;
    border-color: orange;
    color: orange;
    padding: 5px 30px;
}

#search_box button:hover {
    background-color: orange;
    color: black;
    cursor: pointer;
}

#homepageRoutes {
    display: inline-table;
    border-style: none;
    height: 100%;
}

#homepageRoutes td {
    padding: 0 20px;
}

/* ProfileManagement.php */
.img-thumbnail {
    height: 200px;
}

#innerGridContent {
    height: auto;
    overflow: visible;
}

#intro-logo {
    position: relative;
    top: 50px;
    margin: 0 auto;
    text-align: center;
    width: 40%;
    height: 70px;
    border-bottom-style: solid;
    border-bottom-color: orangered;
}

#intro-logo p {
    font-weight: bolder;
    color: orangered;
    line-height: 70px;
    font-family: cursive;
    font-size: larger;
}

#intro-content {
    position: relative;
    align-self: center;
    width: 100%;
    min-height: 40%;
}

#additional-services-group {
    display: none;
}

#additional-services-nav {
    margin-top: 5px;
    border-style: solid;
    border-right: none;
    border-left: none;
    border-color: orange;
}

#collapsibleAdditionalServicesNavbar {
    margin: 0 auto;
    text-align: center;
}

#additional-services-nav ul {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

#additional-services-nav li {
    display: inline-block;
    width: 170px;
    margin: 3px auto;
}

#additional-services-nav li a {
    background-color: brown;
    color: white;
}

#additional-services-nav li a:hover {
    background-color: red;
}

#additional-services-nav li a[aria-expanded="true"] {
    background-color: red;
}

#additional-services-nav .navbar-brand {
    color: aliceblue;
}

.additional-services-collapse-body {
    position: relative;
    width: 100%;
    min-height: 350px;
    background-color: lightslategray;
}

.additional-service-header {
    background-color: darkgray;
    border-left-style: solid;
    border-left-width: thin;
    border-right-style: solid;
    border-right-width: thin;
}

#additional-services-collapse .card {
    height: auto;
    float: left;
    margin: 10px 15px;
}

#additional-services-collapse .place-card {
    width: 250px;
}

#additional-services-collapse .route-info-card {
    min-width: 40%;
    min-height: 150px;
}

.route-fuel-card select,
.route-fuel-card input[type=number] {
    height: 35px;
}

.route-fuel-card select {
    margin: 0 5px;
}

.route-fuel-card input[type=number] {
    margin: 0 2px 0 10px;
}

#fuel-cost-result {
    background-color: lightpink;
    margin-top: 10px;
}

#additional-services-collapse .route-toll-card {
    width: 80%;
    height: 250px;
    text-align: center;
}

#additional-services-collapse .route-fuel-card {
    width: 90%;
    height: 250px;
    text-align: center;
}

.route-summary-line {
    width: 80%;
    height: 100px;
    margin: 20px auto;
    display: inline-flex;
}

.route-summary-container-header {
    display: flex;
    background-color: orangered;
    color: white;
    font-weight: bold;
    width: 15%;
    height: 100%
}

.route-summary-container-header span {
    margin: auto;
}

.route-summary-container-content {
    display: flex;
    background-color: white;
    color: black;
    width: 80%;
    height: 100%;
}

.route-summary-element-content {
    margin: auto;
}

.place-card .card-body {
    height: 85px;
}

.centered-text {
    text-align: center;
}

#mainpage-promo {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    background-color: rgb(211, 211, 211, 0.5);
    display: flex;
    justify-content: center;
}

#mainpage-promo-textlayer {
    position: relative;
    width: 40%;
    height: 100%;
    text-align: center;
    display: inline-grid;
    opacity: 1;
    line-height: 100%;
    color: black;
}

#mainpage-promo-textlayer p {
    font-family: cursive;
    font-size: large;
    padding-top: 20px;
    line-height: 20px;
    font-weight: bold;
    vertical-align: middle;
    color: navy;
}

#mainpage-buttonlayer {
    position: relative;
    top: 10px;
    width: 100%;
    height: 10%;
    background-color: transparent;
    text-align: center;
}

#mainpage-buttonlayer button {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    color: #FFFFFF;
    border: none;
    margin: auto 10px;
    padding: 20px;
    width: 180px;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    cursor: pointer;
}

#mainpage-buttonlayer button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#mainpage-buttonlayer button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-weight: bold;
}

#mainpage-buttonlayer button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

#mainpage-buttonlayer button:hover span {
    padding-right: 25px;
}

#mainpage-buttonlayer button:hover span:after {
    opacity: 1;
    right: 0;
}

#nav_pc_form input,
#nav_pc_form select {
    width: 60%;
}

/* Slideshow*/
/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 430px;
    top: 50px;
    position: relative;
    margin: 0 auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* 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);
    color: white;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.mySlides > img {
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
#dots {
    position: relative;
    top: 10px;
    margin: 0 auto;
    text-align: center
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.Headersearch {
    position: relative;
    right: 0px;
    width: auto;
    text-align: center;
    padding: 5px 0;
}

.form-inline {
    justify-content: center;
    flex-flow: nowrap;
}

.headerRegisterButton {
    margin: 0 10px;
    position: relative;
    background-color: black;
    border-style: solid;
    border-radius: 5px;
    border-color: orange;
    color: orange;
    line-height: 2;
    min-width: max-content;
}

.headerRegisterButton:hover {
    background-color: orange;
    color: black;
    cursor: pointer;
    transition: 0.5s;
}

.layerHeader {
    position: relative;
    top: 0;
    width: 100%;
    background-color: grey;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    line-height: 35px;
    text-align: center;
    color: white;
    font-weight: bold;
}

#chooseplaces {
    background-color: red;
}

#profilelayer {
    display: none;
    position: relative;
    top: 0px;
    padding: 10px;
    height: 30%;
    background-color: aqua;
    text-align: center;
}

#upperlayer {
    display: none;
    position: relative;
    top: 0px;
    height: 30%;
    background-color: orange;
    text-align: center;
    margin-top: 2px;
}

.dropdown-menu.show {
    width: 100%;
}

.serviceContents {
    display: none;
}

#servicecontents {
    width: 100%;
    height: auto;
    border-style: solid;
}

#costTripData,
#costUserData,
#costResults {
    position: relative;
    top: 10px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#costForm {
    text-align: left;
    width: 40%;
    margin: 0 auto;
}

.horizontalDivider {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: white;
    z-index: 1;
}

#mainlayer {
    position: relative;
    top: 0px;
    height: 100%;
    background-color: white;
    padding: 0px;
    z-index: 1;
}

#leftlayer {
    position: relative;
    top: 0px;
    height: 900px;
    text-align: center;
    background-color: antiquewhite;
    border-style: solid;
    border-width: medium;
    border-color: lightslategrey;
    padding: 0;
}

#infoButton {
    position: relative;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: darksalmon;
    margin: 0 auto;
    padding: unset;
}

/*Info tooltip Mainpage.php*/
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px;
    border-color: white transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.adp-step,
.adp-substep {
    border-style: solid;
    border-width: thin;
    border-color: floralwhite;
}

.adp-summary,
.adp-listheader {
    background-color: black;
    color: white;
    font-size: large;
}

#mainmap {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 900px;
    background-color: transparent;
    border-style: solid;
    border-width: medium;
    border-color: lightslategrey;
    /* center all child elements inside*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.non_active_map_type,
.non_active_alternatives {
    color: #818181;
}

.active_map_type,
.active_alternatives {
    color: green;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid darkorange;
    border-bottom: 16px solid darkorange;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

#userphotosection {
    position: relative;
    width: 70%;
    height: 50%;
    margin: 0 auto;
    text-align: -webkit-center;
    text-align: -moz-center;
}

#userphotocircle {
    position: relative;
    background-color: white;
    border: 2px solid orange;
    border-radius: 50%;
    width: 50%;
    height: 100%;
}

#userphoto {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
    height: 90%;
    padding-top: 10%;
    text-align: center;
    background-color: transparent;
}


#userphotosection img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

#useroptionsection {
    position: relative;
    margin: 5px auto;
    width: 80%;
    height: auto;
}

#useroptionsection .btn {
    margin: 5px 0px auto;
    width: 60%;
    background-color: lightgray;
    color: black;
}

#useroptionsection .btn:hover {
    background-color: blue;
    color: white;
}

/* UpperMenu*/
.btn-group {
    width: 100%;
}

.btn-group > .btn {
    border-style: inset;
    border-color: darkblue;
    width: 100%;
}

.card-body {
    border-style: solid;
    border-width: 1px;
    border-color: antiquewhite;
}

/*  Footer  */

#myFooter {
    position: relative;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    background-color: #3c3d41;
    color: white;
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    padding-top: 30px;
}

.footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 40px;
}

.footer-copyright-dates {
    position: relative;
    background-color: #333333;
    padding-top: 3px;
    text-align: left;
}

.footer-name {
    position: relative;
    background-color: #333333;
    padding-top: 3px;
    text-align: end;
}

.footer-name p {
    color: #ccc;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
    display: inline;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-align: center;
}

#myFooter a:hover {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    position: relative;
    height: 50px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 16px;
}

.social-networks a {
    text-align: center;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .buttonlayer {
    position: relative;
    margin: 40px auto;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

#myFooter .container {
    max-width: 80%;
}

.social-networks img {
    position: relative;
    height: 30px;
    margin: 5px;
}

/* Humburger  Menu*/

/* Icon 1 */

.animated-icon1,
.animated-icon3,
.animated-icon4 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon3 span,
.animated-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #e65100;
}

.animated-icon3 span {
    background: #e3f2fd;
}

.animated-icon4 span {
    background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon3 span:nth-child(1) {
    top: 0px;
}

.animated-icon3 span:nth-child(2),
.animated-icon3 span:nth-child(3) {
    top: 10px;
}

.animated-icon3 span:nth-child(4) {
    top: 20px;
}

.animated-icon3.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon3.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

.animated-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.logo img {
    width: 200px;
    height: 200px;
}

.iconbtn {
    width: 100%;
    border: none;
    color: white;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: dodgerblue;
}

.toproutestableinner .iconbtn{
    height: 100%;
}

.partner .iconbtn{
    height: 40px;
}

.iconbtn:hover {
    cursor: pointer;
    font-weight: 700;
}

.routeButton {
    background-color: white;
    color: white;
    display: inline-block;
    text-decoration: none;
    margin: 0 3%;
    width: 100px;
    height: 100px;
    line-height: 20px;
    border-radius: 50%;
    border: solid 2px powderblue;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: 700;
    transition: .4s;
}

.routeButton span {
    display: block;
}

.routeButton.orange {
    color: #ff3333;
}

.routeButton.orange:hover {
    background-color: #ff3333;
    color: white;
}

.routeButton.blue {
    color: #6699ff;
}

.routeButton.blue:hover {
    background-color: #6699ff;
    color: white;
}

.routeButton.cyan {
    color: #00cc99;
}

.routeButton.cyan:hover {
    background-color: #00cc99;
    color: white;
}

.routeButton:hover {
    cursor: pointer;
    font-weight: 700;
}

/* Registration styles */

.header {
    width: 40%;
    height: 70px;
    margin: 50px auto 0px;
    color: white;
    background: #5F9EA0;
    text-align: center;
    border: 1px solid #B0C4DE;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.logform,
.content {
    width: 40%;
    margin: 0px auto;
    margin-bottom: 20px;
    padding-left: 10%;
    border: 1px solid #B0C4DE;
    background: white;
    border-radius: 0px 0px 10px 10px;
}

.input-group {
    margin: 10px 0px 10px 0px;
}

.input-group label {
    display: block;
    text-align: left;
    margin: 3px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.input-group input,
select {
    height: 30px;
    width: 73%;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
}

.input-group input[type="file"] {
    border-radius: 5px;
}

.input-group input #fileupload {
    height: 40px;
}

#checkbox_group{
    display: inline-block;
}

#terms{
    width: auto;
    height: auto;
}

.logbtn {
    width: 73%;
    padding: 10px;
    font-size: 15px;
    color: white;
    background: #5F9EA0;
    border: none;
    border-radius: 5px;
}

.logbtn:hover {
    background-color: blue;
    color: white;
    cursor: pointer;
}

.logbtn:disabled, logbtn:disabled:hover{
    cursor: context-menu;
    background-color: gray;
}

.error {
    width: 50%;
    min-height: 70px;
    margin: 0px auto;
    padding: 10px;
    border: 1px solid #a94442;
    color: #a94442;
    background: #f2dede;
    border-radius: 5px;
    text-align: left;
}

.success {
    width: 100%;
    text-align: center;
    min-height: 70px;
    margin: 0px auto;
    padding: 10px;
    border: 1px solid #3c763d;
    color: #3c763d;
    background: #dff0d8;
    border-radius: 5px;
}

.hidden {
    display: none;
}

.visible {
    display: inline-block;
}

.error p,
#ssuccess p {
    text-align: center;
}

/* show/ hide password */
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}

.field-icon:hover {
    cursor: pointer;
}

#registrymainbox {
    position: relative;
    min-height: 52%;
}

.companyFields {
    display: none;
}

/*Direction styles */
#routepanel {
    position: relative;
    height: 95%;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 20px;
    float: left;
    overflow: hidden;
}

#routepaneltable label {
    margin: 0;
}

#pinpoints {
    display: none;
}

.trippoints {
    font-family: serif;
    border-collapse: collapse;
    width: 100%;
}

.trippoints th {
    border-collapse: collapse;
    border-style: solid;
    border-color: black;
    background-color: rebeccapurple;
    color: white;
    font-weight: bold;
    height: 38px;
    min-width: 40px;
}

.trippoints tr {
    border-color: lightslategray;
    background-color: lightgray;
}

.trippoints tr td {
    border-style: solid;
    border-width: 1px;
}

.trippoints tr td:last-child {
    width: 20%;
}

.trippoints td {
    border-collapse: collapse;
    height: 35px;
}

#SpecialButtonTable {
    margin-top: 40px;
    width: 100%;
}

.calendarcol {
    width: 90px;
}

.calendarcol input {
    width: 90px;
}

.HiddenRouteFormField {
    display: none;
}

.adp-placemark {
    width: 100%;
}

.ad-summary {
    background-color: black;
    color: white;
    font-size: larger;
}

#directionsPanel {
    position: absolute;
    left: 0px;
    margin: 0 auto;
    width: 0;
    height: 100%;
}

#directionsPanelInfo {
    position: relative;
    width: 100%;
    height: auto;
    max-height: -webkit-fill-available;
    max-height: -moz-available;
    overflow: scroll;
    background-color: bisque;
    z-index: 1;
}

#routeDescription {
    background-color: black;
    color: white;
    font-size: larger;
    border-bottom-style: solid;
    height: 40px;
    font-weight: 500;
}

.placepoint, .calendarinput {
    resize: none;
    overflow: hidden;
    text-align: left;
    width: 100%;
    height: 2em;
    min-width: 130px;
    padding-left: 8px;
}

.placepoint{
    font-weight: bold;
}

.calendarinput, .accomodationcalendarinput{
    width: 100%;
    background-color: bisque;
}

#accomodation-container button{
    font-weight: 500;
}

.placecolumn, .calendarcolumn{
    display: block;
}

#toproutesdiv {
    position: absolute;
    width: 90%;
    height: auto;
    bottom: 20px;
}

#toproutestable {
    position: absolute;
    bottom: 15px;
}

#toproutestable th:first-child {
    height: 50px;
}

#toproutestable th i {
    font-weight: bold;
}

#toproutestable th i:hover {
    cursor: pointer;
}

#toproutestablearrow {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
}

/*FAQs*/
.bs-example {
    margin: 20px auto;
    width: 70%;
    height: 80%;
    overflow-y: auto;
}

.bs-example .card {
    margin-bottom: 5px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

/*Maintain text within div in small screens*/
.btn.btn-link.collapsed span,
.btn-link span {
    white-space: normal;
}

#submit_result {
    position: relative;
    margin: 20% auto;
    width: 100%;
    height: 50px;
    display: none;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 5px;
    opacity: 0.9;
}

#submit_result_text {
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

/* Search functionality */
/* ------------------------------------------------------------------------------------------------------------------------------------------- */
/*Top categories*/
.main_cat1 {
    font-size: 16px;
    font-weight: bold;
    color: #0000FF;
}

.main_cat2 {
    font-size: 12px;
    font-weight: bold;
    color: #0000FF;
}

.cat1:visited {
    font-size: 16px;
    font-weight: bold;
    color: #5555AA;
}

/*Small urls*/
.url {
    color: #115599;
}

#results a:visited {
    color: #5555AA;
}

/*Page descriptions*/
.description {
    font-size: 13px;
}

/* Title/link of pages */
.title {
    color: #0000FF;
    font-size: 15px;
}

.searchBox {
    border: 1px solid #113377;
}

#result_report {
    text-align: center;
    padding: 3px;
    background-color: #e5ecf9;
    font-weight: bold;
    margin-bottom: 14px;
}

.catBanner {
    padding: 3px;
    margin-top: 15px;
    background-color: #e5ecf9;
    font-weight: bold
}

.webPageBanner {
    padding: 3px;
    margin-top: 20px;
    background-color: #e5ecf9;
    font-weight: bold
}

hr {
    color: #000066;
}

hr.powered {
    width: 550;
    color: #000066;
}

/*main results table */
#results,
#r_results,
#i_results {
    padding-left: 30px;
}

#results h1 {
    text-align: center;
    font-family: Verdana, Ariel;
    font-size: 24px;
    color: #000066;
}

#other_pages {
    text-align: center;
}

#powered_by {
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
}

#common_report {
    text-align: center;
}

#cat_table {
    width: 600px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}

#cat_main {
    font-weight: bold;
}

.divline {
    margin-top: 20px;
    margin-bottom: -5px;
    border-bottom: 1px solid #DDDDDD;
}

#sub_cat {
    font-size: 12px;
}

.idented {
    margin-left: 30px;
}

#did_you_mean {
    font-size: 14px;
    text-align: center;
    margin: 10px;
}

/* search input text */
#keyword {
    width: 350px;
    background-color: linen;
}

#sresults {
    display: none;
    width: 204px;
    position: absolute;
    border: 1px solid #c0c0c0;
    background-color: #eeeeee;
}

#sresults .item {
    padding: 3px;
    font-family: Helvetica;
    border-bottom: 1px solid #c0c0c0;
}

#sresults .item:last-child {
    border-bottom: 0px;
}

#sresults .item:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.box {
    display: none;
    width: 100%;
}

a:hover + .box,
.box:hover {
    display: block;
    position: relative;
    z-index: 100;
}

#search_master {
    padding: 10px;
    margin: 25px 25px;
    display: none;
}

#main {
    text-align: left;
    border: none;
    clear: both;
    width: 100%;
    margin: 30px 0;
}

#tabs {
    width: 100%;
    font-family: Verdana, Arial;
    font-size: 12px;
    clear: both;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

#tabs ul {
    display: inline-block;
    list-style-type: none;
    /*margin: 0;*/
}

#tabs li {
    float: left;
    height: 26px;
}

#tabs a {
    width: 250px;
}

#tabs a.selected {
    position: relative;
    top: 0px;
    margin: 0 2px 0 0;
    float: left;
    background: #eee;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

#tabs a.default {
    position: relative;
    top: 0;
    margin: 2px 2px 0 0;
    float: left;
    border-right: 1px solid #AAA;
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    padding: 5px 4px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

#tabs a:hover {
    background: #eee;
    position: relative;
    top: 0;
    padding: 5px 4px 6px 10px;
    margin-top: 0px;
}

#tabs a.active {
    position: relative;
    top: 0;
    margin: 0 2px 0 0;
    float: left;
    background: #EEE;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 10px;
    text-decoration: none;
    color: #333;
}

#tabs a.active:hover {
    position: relative;
    top: 0;
    margin: 0 2px 0 0;
    float: left;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 10px;
    text-decoration: none;
    color: #333;
}

#search_main .container {
    width: 100%;
    padding-left: 5px;
    text-align: center;
    margin: 80px auto;
}

.bottom_container {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding-left: 5px;
    text-align: center;
}

.advanced {
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 80%;
    text-align: center;
}

.left,
.right {
    display: table-cell;
    width: 50%;
}

#main .button {
    background-color: gainsboro;
    border: 1px solid black;
    color: black;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 3px 2px;
    border-radius: 4px;
    cursor: pointer;
}

#SearchTitle {
    background-color: lightgray;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

#search_container {
    width: 100%;
    text-align: center;
}

.teamsection {
    margin-top: 50px;
}

.card img {
    width: 100%;
    height: auto;
}

.company_info_card {
    height: 80%;
}

.company_info_card img {
    width: 100%;
    height: 80%;
}

.company_info_card .card-body {
    background-color: white;
}

.place-card img {
    width: 100%;
    height: 150px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: grey;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 10px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: white;
    border-bottom-style: solid;
    border-width: thin;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: orangered;
}

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
}

.sidebar-option {
    display: block;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
    display: none;
}

#sidebar.active .sidebar-header h3 {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

.switchedClass {
    height: 70%;
}

#hideanddisplayButton {
    position: relative;
    margin-top: 2px;
    width: 100%;
    font-weight: 500;
    height: 40px;
    background-color: black;
    color: white;
    cursor: pointer;
    font-size: larger;
    border-style: solid;
    border-color: lightgray;
}

/* Motion Sidepanel / Curtain */
.sidepanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    height: 100%;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidepanel_header {
    width: 100%;
    height: 70px;
    color: white;
    background-color: crimson;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: white;
    font-size: larger;
    line-height: 70px;
    margin-bottom: 30px;
}

.sidepanel_anchor {
    padding: 8px 15px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: inline-block;
    transition: 0.2s;
    white-space: nowrap;
    margin-bottom: 5px;
    width: 260px;
    text-align: left;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.arrow_rotate {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
    /* Standard syntax */
}

.collapsing {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.panel-body ul {
    list-style-type: none;
}

.panel-body a {
    padding: 5px;
    font-size: 14px;
}

.chevron {
    font-size: 20px;
}

#DirectionButtonsDiv {
    display: none;
}

#showToggleSideDiv,
#hideToggleSideDiv,
#showDirectionsDiv,
#hideDirectionsDiv {
    position: absolute;
    right: -100px;
    z-index: 2;
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right, top;
}

#showToggleSideDiv,
#hideToggleSideDiv {
    top: 50%;
}

#showDirectionsDiv,
#hideDirectionsDiv {
    top: 79%;
}

.adp-directions{
    width: 90%; /* Dynamically generated table with google route directions */
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    /*padding: 10px 15px;*/
    width: 250px;
    height: 55px;
    border-style: solid;
    border-color: red
}

#hideToggleSideDiv {
    display: none;
}

.openbtn:hover {
    background-color: #444;
}

.viber {
    color: blueviolet;
}

#btn-primary-viber {
    background-color: blueviolet;
}

/* Yes/ No checkbox curtain */
.inline_checkbox {
    position: relative;
    display: block;
}

.switch {
    display: inline-block;
    width: 69px;
    height: 25px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    z-index: 2;
    content: "";
    height: 25px;
    width: 25px;
    left: 1px;
    bottom: 0px;
    background-color: darkslategrey;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    -webkit-transition: .4s;
    transition: all 0.4s ease-in-out;
}

.slider:after {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "YES";
    font-size: 15px;
    text-align: left !important;
    line-height: 26px;
    padding-left: 0;
    width: 69px;
    color: #fff;
    height: 25px;
    border-radius: 100px;
    background-color: dodgerblue;
    -webkit-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    transform: translateX(-42px);
    transition: all 0.4s ease-in-out;
}

input:checked + .slider:after {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    /*width: 235px;*/
    padding-left: 9px;
}

input:checked + .slider:before {
    background-color: #fff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translateX(42px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 100px;
}

.slider.round:before {
    border-radius: 50%;
}

.absolute-no {
    position: absolute;
    left: 0;
    color: darkslategrey;
    text-align: right !important;
    font-size: 15px;
    width: calc(100% - 5px);
    height: 25px;
    line-height: 26px;
    cursor: pointer;
}

/* User Guide */
#userguidecontainer {
    background-image: url(https://mdbootstrap.com/img/Photos/Horizontal/Work/4-col/img%20%2814%29.jpg);
    background-size: cover;
}

#userguidecontainer::after {
    /* like modal */
    content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#userguidecontent {
    z-index: 1;
}

.itext {
    background-color: white;
    color: black;
    width: 10%;
}

.text-uppercase {
    color: white;
}

#userguidecontent .card-header {
    background-color: orangered;
}

#userguidecontent .card {
    border-style: none;
}

.card-header a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

#videobox {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: transparent;
    text-align: center;
    padding: 50px;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: black;
    z-index: 1;
}

#videobox video {
    width: 750px;
}

/* Partners */
.partherscontent {
    position: relative;
    min-height: 30%;
    width: 100%;
    margin-top: 20px;
    overflow: auto;
}

.partner {
    width: 200px;
    height: 330px;
    margin: 20px 50px;
    float: left;
}

.partner img {
    width: 200px;
    height: auto;
}

.partner button {
    width: 100%;
    margin-top: 10px;
    background-color: dodgerblue;
}

.partner button a {
    color: white;
}

.partnerimg {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    background-color: lightsteelblue;
    border-radius: 10px;
}

/* Profile Management */
.profmgmt_buttons {
    width: 100%;
}

.profilecontent, .rewardcontent, #helpdeskcontent {
    margin-bottom: 50px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
}

.profile_header {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: thin;
    min-height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: cornsilk;
}

.btn-warning:hover {
    background-color: darkorange;
}

.img-circle {
    border-radius: 50%;
}

.nav-tabs > li:hover {
    cursor: pointer;
    background-color: lightgray;
}

.nav-tabs > li {
    border: 1px solid #ddd;
    background-color: white;
    color: blue;
    border-radius: 3px;
    margin: 0 5px;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 700;
}

.nav-tabs > a:active {
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: white;
    cursor: pointer;
    background-color: royalblue;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.custom-list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.custom-li-header {
    color: #333;
    background-color: bisque;
    border-color: #ddd;
    font-weight: 700;
}


.panel-body {
    padding: 5px;
}

.profilecontent .form-group {
    float: left;
}

/* Travel and wish list */
.table-dark th {
    background-color: orangered;
    border-style: solid;
    border-width: medium;
    border-color: black;
}

/* App ranking and reviews */
.btn-grey {
    background-color: #D8D8D8;
    color: #FFF;
}

.rating-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}

.bold {
    font-weight: 700;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.review-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
}

.review-block-date {
    font-size: 12px;
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 13px;
}

.rating-block {
    margin: 20px auto;
}

#rating-total {
    text-align: center;
}

/* Rating user*/
#ratingform {
    width: 50%;
    margin-left: 30px;
    margin-bottom: 20px;
}

#ratingform span {
    font-weight: bold;
}

#ratingform select {
    background-color: gainsboro;
}

#attentionReward {
    width: 100%;
    min-height: 20px;
    background-color: lightcoral;
}

.thumbnail {
    display: block;
    width: fit-content;
    height: 100px;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.thumbnail img{
    height: 100%;
}

.reviewsPanel {
	position:relative;
}

.reviewsPanel>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;
    left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}

#userComments .reviewsPanel{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#userComments .panel-default{
    height: 100px;
    border-color: #ddd;
}

.reviewsPanel>.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.reviewsPanel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}

.reviewsPanel>.panel-heading:after, .reviewsPanel>.panel-heading:before{
    position: absolute;
    top: 11px;
    left: -17px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
}

.reviewsPanel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}

.text-muted{
    float: right;
}

/* Reward */

.Rewardmngmt_wholecontent {
    display: flex;
    position: relative;
    width: -webkit-fill-available;
    min-height: 80%;
    background-color: white;
    overflow: auto;
}

.Rewardmngmt_wholecontent #content{
    width: 85%;
    margin-left: 20px;
}

#scorecontent {
    width: 100%;
    height: 100%;
}

#scoreBoard,
#scoreExplanation {
    position: relative;
    width: 100%;
    min-height: 400px;
    border-bottom: 2px solid gold;
    background-color: lightblue;
}

/* scoreprogress */

#scoreball {
    margin: 0 auto;
}

.scoreprogress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.scoreprogress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.scoreprogress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.scoreprogress .scoreprogress-left {
    left: 0;
}

.scoreprogress .scoreprogress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.scoreprogress .scoreprogress-left .scoreprogress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.scoreprogress .scoreprogress-right {
    right: 0;
}

.scoreprogress .scoreprogress-right .scoreprogress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    /*animation: loading-1 1.8s linear forwards;*/
}

.scoreprogress .scoreprogress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

/* Tips */

.tips_container {
    margin: 30px auto;
}

.tips_container .card {
    width: 700px;
}

.tips_container .card-img-top {
    width: 100%;
}

/* Our Dream */

#allDreams {
    width: 100%;
    background-size: cover;
    height: -webkit-fill-available;
    height: -moz-available;
}

#allDreams header {
    background-color: deeppink;
}

.dream {
    position: relative;
    width: 100%;
    min-height: 200px;
    padding-top: 10px;
    border-bottom-style: solid;
    border-bottom-color: sandybrown;
    border-bottom-width: thin;
    text-align: center;
}

.bigger {
    margin: 0;
    font-size: 60px;
    font-weight: 800;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    display: inline-block;
    position: relative;
}

.bigger:hover {
    cursor: pointer;
}

#allDreams .dream_text {
    max-width: 500px;
    width: 100%;
    line-height: 24px;
    color: #404040;
    margin: 0 auto;
}

/* Helpdesk */
#helpdesk_window_box {
    position: relative;
    margin: 50px auto;
    width: 80%;
}

#helpdeskNavbar {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}

#helpdeskNavbar {
    width: 100%;
}

#helpdeskNavbar a {
    color: #d2d1d1;
}

.ticket-title {
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}

.answered {
    font-size: 10px;
    color: #ffffff;
    background-color: #7079d6;
    margin: 0px 0px 0px 5px;
}

/* Reward.php  ANIMATION APPLIES IN EACH hemisphere */

/*Red 0% - 15% */
.scoreprogress.red .scoreprogress-bar {
    border-color: red;
}

.scoreprogress.red .scoreprogress-right .scoreprogress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

/*Pink 15% - 30% */
.scoreprogress.pink .scoreprogress-bar {
    border-color: #ed687c;
}

.scoreprogress.pink .scoreprogress-right .scoreprogress-bar {
    animation: loading-3 0.4s linear forwards 1.8s;
}

/*Yellow 30% - 45% */
.scoreprogress.yellow .scoreprogress-bar {
    border-color: #fdba04;
}

.scoreprogress.yellow .scoreprogress-right .scoreprogress-bar {
    animation: loading-4 1.2s linear forwards 1.8s;
}

/*Blue 45% - 60% */
.scoreprogress.blue .scoreprogress-bar {
    border-color: #049dff;
}

.scoreprogress.blue .scoreprogress-right .scoreprogress-bar {
    animation: loading-5 1.5s linear forwards 1.8s;
}

.scoreprogress.blue .scoreprogress-left .scoreprogress-bar {
    animation: loading-6 1.8s linear forwards 2.1s;
}

/*Lightblue 60% - 75% */
.scoreprogress.lightblue .scoreprogress-bar {
    border-color: #32BFF5;
}

.scoreprogress.lightblue .scoreprogress-right .scoreprogress-bar {
    animation: loading-7 1.5s linear forwards 1.8s;
}

.scoreprogress.lightblue .scoreprogress-left .scoreprogress-bar {
    animation: loading-8 1.8s linear forwards 2.1s;
}

/*Lightgreen 75% - 90% */
.scoreprogress.lightgreen .scoreprogress-bar {
    border-color: lightgreen;
}

.scoreprogress.lightgreen .scoreprogress-right .scoreprogress-bar {
    animation: loading-9 1.5s linear forwards 1.8s;
}

.scoreprogress.lightgreen .scoreprogress-left .scoreprogress-bar {
    animation: loading-10 1.8s linear forwards 2.1s;
}

/*Green 90% - 100% */
.scoreprogress.green .scoreprogress-bar {
    border-color: green;
}

.scoreprogress.green .scoreprogress-right .scoreprogress-bar {
    animation: loading-11 0.4s linear forwards 1.8s;
}

.scoreprogress.green .scoreprogress-left .scoreprogress-bar {
    animation: loading-12 1.8s linear forwards 2.9s;
}


@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/* ANIMATION */
/* When both class are united without space the selector means that the element should have them both*/

.has-animation {
    position: relative;
}

.has-animation.animate-in > p, img {
    animation: textHidden 0.1s 1.1s forwards;
}

.has-animation .dream_text {
    display: none;
}

.has-animation.animate-in .dream_text {
    display: inline-block;
    transition-duration: 1s;
}

.has-animation.animate-in::before,
animate-in::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
}

.has-animation.animate-in::before {
    background-color: #0fe4d2;
}

.has-animation.animate-in::after {
    background-color: black;
    animation-delay: .5s;
}

.has-animation.animation-ltr.animate-in::before {
    animation: revealLTR 1.8s ease;
}

.has-animation.animation-ltr.animate-in::after {
    animation: revealLTR 1s .6s ease;
}

.has-animation.animation-rtl.animate-in::before {
    animation: revealRTL 1.8s ease;
}

.has-animation.animation-rtl.animate-in::before {
    animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }

    65% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }

    65% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes textHidden {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* spin loader */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Media - Responsiveness */

/* PC/ Laptop screens */
@media screen and (max-width: 1024px) {
    #desktop_text1 {
        /*Mainpage.php*/
        display: none; /* In cases of tablet/ smartphone viber sms functionality should not display because url will be sent to Google Maps app via device  */
    }
}

@media only screen and (max-width: 990px) {
    .scoreprogress {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    #videobox video {
        width: 90%;
    }
}

/* Smartphones */
@media screen and (max-width: 580px) {
    .header {
        width: 65%;
    }

    .logform,
    .content {
        width: 65%;
    }

    .tips_container .card {
        width: 100%;
    }

    #helpdesk_window_box {
        width: 100%;
    }
    
    #about_me_div img{
        max-width: 60%;
    }
    
    #about_me_div .card-body{
        width: 60%;
    }
}

/* Media for Homepage route table */
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .responsive_table table,
    .responsive_table thead,
    .responsive_table tbody,
    .responsive_table th,
    .responsive_table tr,
    .responsive_table td {
        display: block;
    }

    .responsive_table td {
        /* Behave like a "row" */
        margin-top: 5px;
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .responsive_table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #container_homepage_route_definition header {
        background: black no-repeat center center scroll;
    }

    #container_homepage_route_definition header video {
        display: none;
    }
}

/* Media for sidebar*/
@media (max-width: 768px) {

    /* 80px and its content aligned to centre. Pushing it off the screen with the negative left margin */
    #sidebar {
        margin-left: -250px;
    }

    #sidebarCollapse span {
        display: none;
    }

    #sidebar.active {
        min-width: 90px;
        max-width: 90px;
        text-align: center;
        margin-left: 0 !important;
    }

    /* Toggling the sidebar header content, 
       hide the big heading [h3] and showing the small heading [strong] and vice versa
    */
    #sidebar .sidebar-header strong {
        display: none;
    }

    #sidebar.active .sidebar-header h3 {
        display: none;
    }

    #sidebar.active .sidebar-header strong {
        display: block;
    }

    /* Downsize the navigation links font size */
    #sidebar.active ul li a {
        padding: 20px 10px;
        font-size: 0.85em;
    }

    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }

    /* Adjust the dropdown links padding*/
    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    /* Changing the arrow position to bottom center position, 
      translateX(50%) works with right: 50% 
      to accurately  center the arrow */
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}
