﻿.pred-table {
    padding: 15px;
    width: 240px;
}
.pred-table2 {
    padding: 15px;
    width: 250px;
}
.pred-header {
    font-weight: bold;
    color: rgb(194, 212, 234);
    background-color: rgb(38, 62, 124);
    line-height: 1.5;
}
.pred-row-hw {
    color: rgb(168, 193, 229);
    background-color: rgb(43, 109, 180);
    line-height: 1;
}
.pred-row-lw {
    color: rgb(51, 88, 136);
    background-color: rgb(188, 188, 229);
    line-height: 1;
}

.roc-header, .activity-header, .moon-header, .sun-header {
    font-weight: bold;
    line-height: 1.5;
}

.roc-header {
    color: rgb(194, 212, 234);
    background-color: rgb(101, 43, 145);
}

.roc-row-hw {
    color: rgb(168, 193, 229);
    background-color: rgb(163, 101, 209);
    line-height: 1;
}
.roc-row-lw {
    color: rgb(51, 88, 136);
    background-color: rgb(207, 175, 231);
    line-height: 1;
}

.activity-header {
    color: rgb(226, 239, 218);
    background-color: rgb(84, 130, 53);
}

.activity-row-1, .activity-row-2 {
    color: rgb(55, 86, 35);
    line-height: 1;
}

.activity-row-1 {
    background-color: rgb(226, 239, 218);
}

.activity-row-2 {
    background-color: rgb(198, 224, 180);
}

.moon-header {
    color: rgb(230, 230, 230);
    background-color: rgb(100, 100, 100);
}

.sun-header {
    color: rgb(230, 230, 230);
    background-color: rgb(226, 111, 54);
}

.map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}


/* Stuff for all pages*/
.lt-page-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 99999;
    background-color: rgb(4,23,61);
    color: #d7dfff;
    padding: 15px 0px 12px 30px;
    margin: -18px -24px 20px -30px;
}
    .lt-page-header img {
        position: absolute;
        top: 5px;
        right: 20px;
        width: 140px;
        /*    margin: 0px 20px 0px 0px;*/
    }

/* trying to fix the auto scrolling for AnchorNavigation in Help and Subscriptions pages */
/*html {
	scroll-margin-top: 25px;
	scroll-padding-top: 25px;
}
*/

/*Hide the LeisureTides Logo in the header for smaller screens*/
@media screen and (max-width: 768px) {
    .lt-page-header img {
        display: none;
    }
}

/*.lt-first-section {
	margin-top: -20px;
}
*/
.lt-section {
    background-color: rgb(10,36,100);
    color: #d7dfff;
    padding: 8px 0px 1px 30px;
    margin: 0px -4px 10px -4px;
}

.lt-footer {
    text-align: right;
    background-color: rgb(4,23,61);
    color: #d7dfff;
    padding: 10px 20px 5px 0px;
    margin: 10px -24px 0px -30px;
    font-size: 15px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}



/* START of Subscriptions Page stuff  */
/*Stuff for Subscriptions page*/
.sub-container, .sub-container-2 {
    margin: 10px 0px 10px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.sub-container {
    background-color: rgb(235,235,255);
    justify-content: center;
    align-items: stretch;
}

.sub-item, .sub-item-selected, .sub-item-smaller {
    padding: 15px;
    border-style: solid;
    border-color: rgb(170,200,255);
    border-width: 6px;
}

.sub-item {
    background-color: #d7dfff;
    width: 220px;
    margin: 15px 40px 25px 40px;
    border-radius: 18px;
}

.sub-item-selected {
    background-color: #FFFFC5;
    width: 220px;
    margin: 15px 40px 25px 40px;
    border-radius: 18px;
}

.sub-item-smaller {
    background-color: #d7dfff;
    width: 200px;
    margin: 15px 20px 15px 20px;
    border-radius: 10px;
}

.sub-item-download-daily {
    width: 320px;
    margin: 0px 60px 20px 0px;
}

.sub-item-download-ascii {
    width: 560px;
    margin: 0px 20px 20px 0px;
}

.sub-item-header {
    text-align: center;
    color: #d7dfff;
    padding: 8px 0px 1px 0px;
    margin: -10px;
    border-radius: 10px;
}

/*ul {
    list-style: none;
    padding-left: 8px;
    color: rgb(10,36,100);
}

    ul li:before {*/
        /*		content: "\2756\0020";*/
        /*content: "\27A4\0020";
    }
    ul li#check-mark:before {
        color: forestgreen;
        content: "\2714\0020";
    }
    ul li#cross-mark:before {
        color: darkred;
        content: "\2718\0020";
    }*/


.sub-button {
    width: 100%;
    display: block;
    bottom: 2px;
}

.general-table-header {
    font-weight: bold;
    color: #d7dfff;
    background-color: rgb(59,91,170);
    line-height: 1.5;
}




/* START of the home page stuff   */


/*Video:
-Set the video as background, make it fixed.
-make sure it appears behind all elements.
-make it spread across the whole webpage*/
video#bgvideo {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
}

/*Video does not work in small devices:
-Hide the video and set picture as background (use media queries)
-make it spread accross the whole webpage
This was: max-width:768px
*/
@media (max-width:1400px) {
    .about {
        background: url(../images/BackgroundImage.jpg) center center fixed;
        /*		background: url(../images/BackgroundImage.jpg);
		background-position: 0px 0px;
	
*/ margin: -18px -24px 0px -32px;
        background-size: cover;
    }

    #bgvideo {
        display: none;
    }
}

.header img {
    width: 220px;
    margin: 10px 20px 0px 0px;
}

/*Style the Home section and elements inside it: 
-reduce the margin-bottom of h1 and h2.
-style the button and its hover state*/
#home {
    background-color: transparent;
    color: #fff;
    text-align: center;
    /*    padding-top: 10%;*/
}

    #home h1 {
        margin-bottom: 30px;
        font-size: 60px;
    }

    #home h2 {
        margin-bottom: 20px;
    }

    #home h4 {
        margin-bottom: 50px;
    }

    #home .btn {
        background-color: rgb(29, 167, 179);
        color: #fff;
        font-size: 20px;
        padding: 8px 20px;
        border-radius: 8px;
    }

        #home .btn:hover {
            background-color: rgba(29, 167, 179, 0.5);
        }

/*Style the About section: 
-add padding-top so that the nav link is active before the carousel hits the top border of the page-
-Limit its width in big devices to 1000px-
-make headings bold and set the dimensions of pictures */
.container {
    max-width: 1200px;
}

#about {
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

    #about h2 {
        font-weight: bold;
    }

    #about p {
        font-size: 17px;
        margin-bottom: 30px;
    }

.aboutImage {
    height: 120px;
}

/*Style the samples section: 
-add padding-top for early activation of the nav link.
-set the width of the carousel and center it
-set the height of pictures and center them inside the carousel items
-Move the carousel caption under the pictures
*/
#samples {
    padding-top: 100px;
}

#myCarousel {
    width: 60%;
    margin: 0 auto;
}
/*
.carousel-inner .carousel-item img{
    height: 300px; 
}
*/
.carousel-inner img {
    height: 300px;
    margin: 0px auto 10px auto;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    /*    top: 5px;*/
    height: 150px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -10px;
}

/*Style the pictures and nav-brand for different screens*/
@media (max-width:400px) {
    .carousel-inner .carousel-item img {
        height: 200px;
    }

    .carousel-inner h2 {
        font-size: 14px;
    }

    .navbar-brand {
        font-size: 12px;
    }

    .app-download img {
        width: 115px;
        height: 35px;
        margin: 25px 20px 0px 20px;
    }
}

@media (max-width:768px) {
    .carousel-inner .carousel-item img {
        height: 300px;
    }

    .carousel-inner h2 {
        font-size: 16px;
    }

    .carousel-inner p {
        font-size: 12px;
    }
}

.app-download {
    text-align: center;
    padding: 30px 0 40px 0;
    color: #fff;
}

    .app-download img {
        width: 230px;
        height: 70px;
        margin: 20px 40px 0px 40px;
    }

/*Style the footer*/
.about-footer {
    text-align: right;
    background-color: rgba(29,167,179,0.1);
    color: #fff;
    padding: 0px 20px 20px 0px;
    margin-top: 10px;
    font-size: 15px;
}

/* End of the home page stuff   */


/*waiting and spinner*/
#blackout {
    width: 100%;
    height: 100%; /* make sure you have set parents to a height of 100% too*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10; /*just to make sure its on top*/
    /*background-image:url(someSemiTransparent.png);*/
    background: rgba(0,0,0,.5);
    display: block;
}

#floatingCirclesG {
    /*	position:relative; */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 125px;
    height: 125px;
    z-index: 11;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: translate(-50%, -50%) !important;
}

.f_circleG {
    position: absolute;
    background-color: rgb(255,255,255);
    height: 22px;
    width: 22px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 51px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 51px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 51px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 51px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

/*.spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin: 0px auto;
	z-index: 11;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 6px solid rgba(0,174,239,.15);
	border-right: 6px solid rgba(0,174,239,.15);
	border-bottom: 6px solid rgba(0,174,239,.15);
	border-top: 6px solid rgba(0,174,239,.8);
	border-radius: 100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
*/
.input-icon-custom {
    align-items: normal !important;
    top: 13px !important;
}