﻿.container
{
 margin-top:0px;
 
    margin-left: 55px;
    background-color: white;
    max-width:1235px;
  
      /*width: 100vw;*/
}

body {
    font-family: Arial, Helvetica, sans-serif;
 
    background-color: #e3edeb;
    color: #262626;
    font-size: 14px;
    line-height: 1.42857143;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (min-width: 1300px) {

    body {
        /*background-color: #00485e*/
        background-image: url(../images/background.svg);
    }
}
    /*@media (min-width: 992px) {*/
        .header-logo {
            background-image: url(../images/logo.png);
            background-position: left top;
            background-repeat: no-repeat;
            width: 318px;
            height: 37px;
            margin-left:60px;
            font-size:10px;
        }
    /*}*/
.nav-tabs .nav-item
{
    margin-top:30px;
    height:35px;
  
    /*navbar-default {*/
 
}
/* Tabs panel */


/*header*/
.nexen-header {
    margin: 0;
    border-bottom: 0;
    min-height: auto;
    background-color: transparent;
}
.nexen-header .logobar {
    padding: 0;
}
@media (min-width: 768px) {
    .nexen-header .logobar .nexen-logo {
        margin: 40px 0 40px 0;
    }
}
.nexen-header .logobar .nexen-logo {
    padding: 0;
    display: block;
    /*margin: 20px 0 20px 0;*/
}
.logo-container {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* justify-content: flex-start; */
    /* -webkit-flex-flow: row nowrap; */
    -ms-flex-flow: row nowrap;
    /* flex-flow: row nowrap; */
}
.nexen-footer {
    border-top: none;
    background: none;
    padding: 0 0 10px 0;
    font-size: 11px;
    color: #5d5d5d;
    margin: 0px;
}
@media (min-width: 992px) {
    .nexen-footer {
        text-align: right;
        padding-right: 55px;
        /*padding: 7px 10px 8px 10px;*/
    }
}
.nexen-footer .copyright {
    color: #5d5d5d;
    font-size: 11px;
    opacity: 1;
}