

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

#menu li {
    border-right: 1px solid #0671b7;
}

.navbar-default {
    background-color: #009de2;
    border-color: #e7e7e7;
}

#menu li a:focus, #menu li a:hover {
    /*  background: linear-gradient(to bottom, #1e5799 0%, #015579 0%, #0085ba 53%, #009fdb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0.43) 0%, rgba(1, 85, 121, 0.3) 0%, rgba(0, 133, 186, 0.64) 53%, #009fdb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.navbar, .navbar-default {
    border: 0;
    margin: 0;
    border-radius: 0;
    min-height: auto;
}

.col-comn {
    padding: 0 !important;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #009fda;
    display: block;
    margin: -25px 0 0 62px;
}

#ns .arrow-down {
    margin-left: 39px;
}

#primary_navigation li a {
    width: 162px;
    text-align: center;
    font-size: 14px;
    padding: 11px 0;
    font-weight: bold;
    display: block;
    color: #fff;
    background: #00a2e7;
    background: -moz-linear-gradient(top, #1e5799 0%, #0089d0 0%, #00a2e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#0089d0), color-stop(100%,#00a2e7));
    background: -webkit-linear-gradient(top, #1e5799 0%,#0089d0 0%,#00a2e7 100%);
    background: -o-linear-gradient(top, #1e5799 0%,#0089d0 0%,#00a2e7 100%);
    background: -ms-linear-gradient(top, #1e5799 0%,#0089d0 0%,#00a2e7 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#0089d0 0%,#00a2e7 100%);
    behavior: url(js/PIE.htc);
}

.placeholderHeadings {
    background: #009de2;
    margin-bottom: 10px;
    color: #ffffff;
    height: 35px;
}

.custom-box {
    border: 1px solid #C1DBDE; /* height: auto; */
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.btnlogindesign {
    height: 32px;
    margin-right: 1px;
    border-radius: 6px;
    background: #009de2;
    color: #ffffff;
}

body {
    font-family: Calibri;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.h4, h4 {
    font-size: 18px;
    font-family: "calibre";
    font-family: "calibre";
}

.gridheader {
    background-color: #009de2;
    color: white;
}

.gridfooter {
    background-color: #5eb6dc;
    color: white;
}

.clsloading {
    background-color: #fff;
    position: absolute;
    top: 40%;
    left: 45%;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #dcdcdc;
}
.input-group-custom
{
    background-color: white !important;
    border: none !important;
}
