﻿body {
    font-family: 'Open Sand' 'sans-serif';
}


/*body {
    font-family: 'Open Sans', sans-serif;
    height:100%;
    width:100%;
}*/

/*footer {
    background-color: #333;
    color: #ddd;
    padding:20px;
    text-align:center;
}*/

/*style="border-bottom-style:solid; border-bottom-width:thin; border-bottom-color: darkgray;"*/

.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.mycheckbox input[type="checkbox"] 
{ 
    margin-right: 5px; 
}

.h1-underline
{
    text-decoration: underline;
    color: #006aa8;
    font-size: 20px;
}

footer {
    padding: 20px;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: darkgray;
}

.footer-wrapper {
    background-color: #303236;
    color: #d8dade;
    position: relative;
    padding: 60px 0 40px;
}

    /* Background Footer */
    .footer-wrapper.footer-bg {
        background-image: url("https://seaport2.miamidade.gov/webregb/portmiami/images/map.png");
        background-position: 48% 50%;
        background-color: #295D92;
        background-repeat: no-repeat;
    }

.footer-widget {
    margin-bottom: 0px;
    margin-top: 0px;
}

/* Footer links */
.footer-links {
    margin: 0;
    padding: 0;
}

    .footer-links > li {
        margin: 0 20px 15px 0;
        display: inline-block;
        list-style: none;
    }

        .footer-links > li > a {
            color: #d8dade;
            -webkit-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out;
        }

            .footer-links > li > a:hover,
            .footer-links > li > a:focus,
            .footer-links > li > a:active {
                color: rgb(181,67,33);
                -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

.footer-wrapper.footer-gray .footer-title,
.footer-wrapper.footer-gray .footer-links > li > a,
.footer-wrapper.footer-gray .copyright {
    color: inherit;
}


aside-1 {
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 40px;
}


.navbar {
    margin-bottom: 0px;
    padding: 20px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*img{
    width:40%;
    height:40%;
}*/

@media (max-width: 400px) {
    .navbar-header {
        position: relative;
    }

    .navbar img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 70%;
    }
}

.cbp-af-header-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    /*opacity:0.9;*/
}

.footer-title {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    color: black;
    letter-spacing: 1px;
}

/*h3::first-letter {
    border-bottom: solid;
    border-color: red;
    border-bottom-width: 3px;
}*/

/*.h3-first-letter{
    border-bottom: solid;
    border-color: blue;
    border-bottom-width: 3px;
}*/

.gts-grid {
    font-size: 14px;
    color: #006aa8;
    padding: 15px;
}

.gts-Pager td {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.cell {
    padding: 10px 30px 10px 10px;
}

.gts-Pager span {
    background-color: #006aa8;
    font-size: 12px;
    color: #ffcb00;
    border-bottom-style: solid;
    padding: 3px;
    padding-left: 4px;
    padding-right: 4px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
        background-color: #555;
    }
