﻿#lblNote {
    color: red;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .modal-content {
        /*width: 40%;*/
        margin-top: 15%;
    }

    #menuside {
        position: fixed;
        width: 15%;
    }

    #userContainer {
        margin-top: 70px;
    }

    #lblNote {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .modal-content {
        width: 95%;
        margin-top: 15%;
    }

    .footer-bottom {
        font-size: 10px;
    }

    #lblNote {
        font-size: 11px;
    }

    #aboutTab {
        display:none;
    }
}



#contact {
    width: 100%;
    /*border: 1px solid gray;*/
    height: auto;
    padding: 10px 10px 0px 10px;
    border-radius: 4px;
}

.CompanyName {
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    color: #337ab7;
}

#icon img {
    width: 20px;
    height: 20px;
}

.note {
    font-size: 12px;
    color: red;
}



.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 {
    border-radius: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: orange;
}

.banner {
    margin-top: 65px;
}

.bannertext {
    font-size: 23px;
    margin-left: -60px;
}

.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;
}

.trans {
}

#lblabout {
    font-weight: normal;
}

.submit input {
    width: 40%;
}

.capchatext {
    margin-top: 5px;
}

#userpls i {
    color: red;
}
