﻿
.footer-bottom {
    position: fixed;
      /*position: relative;*/
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    z-index:200;
}



.btn {
    font-size: 12px;
    min-height: 30px;
}

#Employee td {
    font-size: 12px;
    padding-top: 10px;
}

#Employee table {
    border: white;
}

.services li {
    margin-bottom: 5px;
}

input.gsc-search-button {
    border-color: #666666;
    background-color: #357AE8;
    background-image: none;
    filter: none;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}

.gsc-search-button {
    /*background-color: #357AE8;*/
    border-radius: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: orange;
}

.banner {
    margin-top: 65px;
}

.bannertext {
    font-size: 23px;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto;
    height: 23px;
    padding: 6px 27px;
    min-width: 13px;
    margin-top: 2px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fffdfd;
}

.navbarcontent {
    padding-left: 2%;
    padding-right: 2%;
}

#anitext {
    margin-left: 40px;
}

 

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    line-height: 34px;
    font-size: 1.2em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    margin-top: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 168px;
}

#Mform {
    padding: 5px 30px 30px 30px;
}

@media (min-width: 1200px) {
    #profilecontent {
        padding-left: 5%;
        padding-right: 20%;
    }

    .inform {
        padding-left: 50px;
    }

}

@media (min-width: 1200px) {
    #admenu {
        background-color: gray;
        font-size:12px;
        padding-top: 70px;
        height: 95%;
    }
}

@media (max-width: 500px) {
    #admenu {
        background-color: gray;
        padding-top: 20px;
        height: auto;
    }

    #profilecontent {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (min-width: 500px) {
    .topDiv {
        height:20%;
    }
}



.collapse1 {
    /*display:none;*/
}


