input
{
    font-size:12px;
}
input[type="text"]
{
    font-size:12px;	
}
.form-control
{
    font-size:12px !important;
}


a[href]:after {
    content: "" !important;
}

.fa-CM:before {
    font-family: Courier;
    font-weight: bold;
    font-size: 14px;
    content: "CM";
}

.fa-AC:before {
    font-family: Courier;
    font-weight: bold;
    font-size: 14px;
    content: "AC";
}

.fa-MS:before {
    font-family: Courier;
    font-weight: bold;
    font-size: 14px;
    content: "MS";
}

.fa-IV:before {
    font-family: Courier;
    font-weight: bold;
    font-size: 14px;
    content: "IV";
}

.fa-RC:before {
    font-family: Courier;
    font-weight: bold;
    font-size: 14px;
    content: "RC";
}

.required:after {
    content:"*";
    color: RED;
}

.panel-default .panelHeading {
    background-image: none;
    background-color: #367FA9;
    color: #fff;
}

@media print{
    .navbarRibbon {
        display: none !important;
    }
}

.navbarRibbon {
    background-color: #3C8DBC;
}

.navbarRibbon:before {
    font-weight: bold;
    font-size: 28px;
   /*content: "Total Packaging Solution";*/
    color: #fff;
    text-align: center;
}

.navbarRibbon a {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

.navbarRibbon a:hover {
    text-decoration: none;
}

ul.typeahead.dropdown-menu {
    max-height: 200px;
    overflow: auto;
}