body {
    background-color: #eeeeee !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
body.boxed.loggedInn {
    background-color: #ffffff!important;
    padding-top: 15px !important;
    /*padding-bottom: 30px !important;*/
}
.container.frontend-container {
    width: 1170px !important;
    margin: 0 auto;
}

.content {
    margin-top: 10px;
    padding: 30px 0;
}


/**Login page**/
.form-login.form-horizontal {
    max-width: 300px;
    margin: 0 auto;
    padding: 15px;
}
.form-login .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.form-login label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
body.login .form-actions {
    margin-top: 0px;
    padding-top: 0;
    display: block;
    margin-bottom: 15px;
}
.form-actions button {
    width:100%;
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 6px;
}
body.login label, body.login {
    color: #333333;
}
.row.bottom-msg-container {
    margin-top: 200px;
}

.row.bottom-msg-container p {
    font-weight: bold;
}
.captcha-img {
    margin-top: 10px;
}
/*Menu start here*/
.navbar-fixed-top {
    top: 15px;
}
.navbar-default {
    background-color: #ffffff!important;
    border-color: #ffffff;
}
.navbar-collapse {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
#navbar {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.top-info.row {
    margin-top: 5px;
    margin-bottom: 10px;
}
.navbar-default .navbar-nav > li > a {
    background-color: #e5e5e5;
    border-right: 1px solid #d5d5d5;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
}
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
    border-left: 0;
    /*border-radius: 5px 0 0 5px;*/
}
.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    text-align: center;
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
    background-repeat: repeat-x;
    border-bottom: 1px solid #d5d5d5;
}
.dropdown-menu {
    border-radius: 0px;
}
.nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
}
.loggedInn footer { background-color:#0c1a1e; color: #ffffff;}
.footer-menu {
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-menu a {
    color: #FFF;
}
.logo-top {
    font-size: 35px;
    text-decoration: none;
    color: #384452;
}
.logo-top:hover {
    text-decoration: none;
    color: #384452;
}
.navbar-brand {
    font-size: 35px;
    margin-top: 35px;
}

.footer-copy-right {
    min-height: 40px;
    background-color: #000000;
}
.footer-inner {
    float: left;
    margin-left: 45%;
}
.footer.clearfix {
    background-color: #000 !important;
}
.footer {
    font-size: 12px;
    padding: 13px 20px 0px;
    position: relative;
}
.btn.btn-accent.btn-squared.btn-w-md {
    border: 1px solid #ccc;
    border-bottom-right-radius: 5px!important;
    border-top-right-radius: 5px!important;
}
.breadcrumb { margin: 0 auto!important;}
.panel, .well, .btn-green {
    border-radius: 0px;
}