﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin: 0px 0px 0px 0px;
    overflow-x: hidden;
   /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
     min-height: 825px;
    font-family: Poppins;
    font-size: 18px;
    margin-top:30px;
    margin-bottom:75px;
   /* width:100%;*/

}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.header {
    border: 1px none #CCCCCC;
    color: #FFFFFF;
  /*  margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: normal;*/
    /*width:100%;*/
    background-color: whitesmoke;
    
}



.footer {
    color: white;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    /*width: 100%;*/
    background-color: black;
    /*padding-top: 50px;*/
    /*margin-top:25px;*/
    min-height: 70px;
    font-family: Poppins;
    font-size: 16px;
    bottom: 0;
    position: fixed;
    width:100%;
    padding-top:20px;
}


.spacer {
    margin: 10px;
    min-height: 80px;
}

/*input[type=text] {
    margin: 4px 0px 2px 0px;
    height: 45px;
}*/

.box {
    padding: 15px 5px 15px 5px;
    
    min-height: 75px;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    background-color: #336699;
}

.margin{
    margin-top:-2px

}

.formstyle {
    background-color:lightgray;
}


.icon {
    border: solid 1px;
    border-color: lightgray;
    border-radius: 20px;
    min-height: 150px;
    text-align: center;
    padding-top: 25px;
    font-family: Poppins;
    font-size: 17px;
    background-color: white;
    opacity: 0.98;
    width: 150px;
   
}

.icon_1 {
    border: solid 1px;
    border-color: lightgray;
    border-radius: 15px;
    min-height: 150px;
    text-align: center;
    padding-top: 25px;
    font-family: Poppins;
    font-size: 17px;
    background-color: whitesmoke;
    opacity: 0.95;
    width: 150px;
}


    .icon:hover {
        border: solid 2px;
        border-color: lightgray;
        border-radius: 15px;
        min-height: 150px;
        text-align: center;
        padding-top: 25px;
        font-family: Poppins;
        font-size: 17px;
        background-color:whitesmoke;
        opacity: 0.95;
        width: 150px;
    }




.header_text {
    margin-top:10px;
    font-family: Poppins;
    font-size: 20px;
    color: black;
    text-align:left;
}

.page_container_background {
    background-color: white;
    opacity: 1;
    padding-top:30px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 825px;
   
}

.svg-container {
    width: 2em;
}

.checkbtn input[type="checkbox"] {
    width: 25px;
    Height: 25px;
   
}

    .checkbtn input[type="checkbox"] + label {
        text-indent: 5px;
        font-size: 20px;
    }


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #666666;
            background-color: #C6E2FF;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #E4E4E4;
            border-color: #dddddd;
        }





/* Responsive: Portrait tablets and up */
@media only screen and (max-width: 700px) {
    .icon {
        border: solid 2px;
        border-color: whitesmoke;
        border-radius: 15px;
        min-height: 75px;
        text-align: center;
        padding-top: 15px;
        font-family: Poppins;
        font-size: 12px;
        background-color: white;
        opacity: 0.95;
        width: 75px;
    }

        .icon:hover {
            border: solid 2px;
            border-radius: 15px;
            border-color: whitesmoke;
            min-height: 75px;
            text-align: center;
            padding-top: 15px;
            font-family: Poppins;
            font-size: 12px;
            background-color: whitesmoke;
            opacity: 0.95;
            width: 75px;
        }

    #logo {
        width: 75px;
    }


}