/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* BASF variables */
:root {
    --dark-blue-color: #004A96;
    --dark-blue-color-hover: rgba(0, 74, 150, .5);
    --dark-blue-color-selected: rgba(0, 74, 150, .5);
    --font-family: "Helvetica Neue", Arial, sans-serif;
}
/* ///////////////////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* overrides */
body {
    font-family: var(--font-family);
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: var(--font-family);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active {
    background-color: var(--dark-blue-color);
}

a {
    color: var(--dark-blue-color);
}

    a:hover, a:focus {
        color: var(--dark-blue-color);
        text-decoration: underline;
    }

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background: rgba(0, 0, 0, 0.6);
}

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: var(--dark-blue-color);
        color: white;
    }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: var(--dark-blue-color);
    color: #fff
}

#external-login-heading {
    display: none;
}

.navbar-header {
    max-height: 200px;
}

.nav-tabs {
    display: none;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
}

.navbar-toggle {
    margin-top: 62px;
}
/* end of overrides */
/* ///////////////////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* Custom classes */

.container-header {
    /*position: absolute;*/
    width: 100%;
    height: 250px;
    left: 0px;
    top: 0px;
    /*background-image: url("banner.png");*/
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("banner.png") no-repeat center;
    background-size: cover;
}

.container-headereib {
    /* position: absolute; */
    width: 100%;
    height: 250px;
    left: 0px;
    top: 0px;
    /* background-image: url(banner.png); */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(bannereib.png) no-repeat center;
    background-size: cover;
}

.container-header-sitehub {
    /*position: absolute;*/
    width: 100%;
    height: 250px;
    left: 0px;
    top: 0px;
    /*background-image: url("banner.png");*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("bannerSiteHub.png") no-repeat center;
    background-size: cover;
}

.img-logo {
    margin-top: 38px;
}

.navbar-custom {
    //max-height: 683px;
    margin-top: 54px;
    //color: white;
    //width: 1018px;
    //height: 80px;
    //top: 37px;
    background: rgba(0, 0, 0, 0.6);
    //padding: 0px;
    //align-content: center;
    //display: flex;
}

.weblink-custom {
    color: white;
}



.custom-divider {
    height: 0px;
    left: 0%;
    right: 0%;
    top: calc(50% - 0px/2 + 0.5px);
    /* grey / grey-300 */
    border: 1px solid #E0E0E0;
}


.frame1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    //position: absolute;
    //width: 290px;
    //height: 314px;
    //left: 24px;
    //top: 800px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 6px;
}


.frame3a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 290px;
    //height: 851px;
    background: #F0F0F0;
}

.frame3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 290px;
    height: 851px;
    background: #F0F0F0;
}

.frame7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 18px 25px;
    position: relative;
    /* width: 242px; */
    height: 242px;
    /* left: 24px; */
    /* top: 69px; */
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(worker.png); */
    margin-bottom: 17px;
    /* background-position-x: 13px; */
}


.termsContracts {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #333333;
    margin: 16px 24px;
}

/* International waste annual contract (EU) */
.termsContractsSubtext {
    /*font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin: 10px 0px;*/

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin: 10px 0px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 41px;
    padding-top: 10px;
    cursor: pointer;
}

    .termsContractsSubtext:hover {
        background: var(--dark-blue-color);
    }

.termsContractsButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 10px 30px; */
    /* position: static; */
    width: 133px;
    height: 36px;
    /* left: 54.5px; */
    /* top: 188px; */
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    /* flex: none; */
    /* order: 1; */
    /* flex-grow: 0; */
    /* margin: 10px 0px; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #004A96;
    cursor: pointer;
}

.middleTitle {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: rgba(51, 51, 51, 0.87);
}


.frameContainer1 {
    display: flex;
    /* flex-direction: row; */

    column-gap: 10px;
    flex-flow: row wrap;
    align-content: center;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    /* background-color: #faebcc; */
    justify-content: space-between;
}

.frame9 {
    /* Frame 9 */
    /* Auto Layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: 292px;
    height: 36px;
    //left: 0px;
    //top: 54px;
    border: 1px solid #004A96;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
}

.frame10 {
    /* Frame 10 */
    /* Auto Layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: 292px;
    height: 36px;
    //left: 308.57px;
    //top: 54px;
    border: 1px solid #004A96;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}


.frameContainer2 {
    display: flex;
    /* flex-direction: row; */

    column-gap: 10px;
    flex-flow: row wrap;
    align-content: center;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    /* background-color: #faebcc; */
    justify-content: space-between;
}

.blockTitle {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: rgba(51, 51, 51, 0.87);
    margin-bottom: 5px;
}


.blockButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 10px 30px; */
    /* position: static; */
    width: 133px;
    height: 36px;
    /* left: 54.5px; */
    /* top: 188px; */
    //background: rgba(255, 255, 255, 0.9);
    border: 1px solid #004A96;
    box-sizing: border-box;
    /* flex: none; */
    /* order: 1; */
    /* flex-grow: 0; */
    /* margin: 10px 0px; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #004A96;
    cursor: pointer;
}



.deliveryRequestsTable > Head > tr {
    //background : var(--dark-blue-color);
}

.deliveryRequests.entitylist.entity-grid > table > thead > tr {
    background: green;
}

/*
@media(min-width:992px) {

    
    .col-md-3,
     {
        float: right
    }
}
*/


.tab-title {
    padding: 8px;
    text-align: center;
    background: var(--dark-blue-color);
    color: white;
    font-size: 28px;
}

.section-title {
    font-size: 16px;
    font-weight: 500;
    padding-top: 25px;
    margin-bottom: 10px
}

.instructions {
    font-weight: 500;
    color: var(--dark-blue-color);
}

.bar.progress-bar {
    background: var(--dark-blue-color);
}

.navbar-static-top.navbar {
    min-height: 90px;
}

.crmEntityFormView fieldset {
    padding: 0px 28px 0px;
    background: whitesmoke;
    margin-bottom: 0px;
    display: none;
}

/*
div[data-name=""] fieldset
{


}
*/

.btn-primary {
    color: white;
    background-color: var(--dark-blue-color);
    border-color: var(--dark-blue-color);
}

.btn-default {
    color: var(--dark-blue-color);
    background-color: white;
    border-color: var(--dark-blue-color);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: var(--dark-blue-color-hover);
    border-color: var(--dark-blue-color-hover);
}


/*boostrap bug fixes*/
.bootstrap-datetimepicker-widget tr td.disabled:hover button {
    cursor: not-allowed;
    background-color: transparent;
    border: none;
    color: #777;
}

.bootstrap-datetimepicker-widget tr td.disabled button {
    color: #777;
}


ol.progress li.list-group-item-success, li.list-group-item-success:hover, li.list-group-item-success:focus {
    z-index: 2;
    background: 0 0;
    border: 1px solid transparent;
    color: black;
}

    ol.progress li.list-group-item-success span.glyphicon {
        display: none;
    }

ol.progress li.list-group-item.active, li.list-group-item.active:hover, li.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: var(--dark-blue-color);
    border-color: var(--dark-blue-color);
}

ol.progress {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}







/*New*/
/*
	li.list-group-item.active:before {
	background: var(--dark-blue-color);
	content: " ";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 10px;
}

ol.progress {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.progress:before {
	content: " ";
	height: 10px;
	position: absolute;
	bottom: 0;
	background: #ccc;
	width: 100%;
}

ol.progress.bottom li,
ol.progress.top li {
	float: left;
	width: 100%;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 15px 15px;
	margin-bottom: -1px;
	text-align: center;
}

li.list-group-item:first-child {
	padding-left: 0;
}

li.list-group-item:last-child {
		padding-right: 0;
	}
  */

/*temporary*/
img.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

table.fileTable {
    padding: 0px 28px 0px;
    background: whitesmoke;
    margin-bottom: 0px;
}

    table.fileTable thead > tr > th {
        font-size: 15px;
        line-height: 19px;
        padding: 7px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: var(--dark-blue-color);
    }

    table.fileTable > tbody > tr > td {
        font-weight: normal;
        font-size: 13px;
        line-height: 19px;
        text-align: left;
        vertical-align: center;
        padding: 2px;
        white-space: nowrap;
    }

    table.fileTable > tbody > tr:nth-child(odd) {
        background-color: whitesmoke;
    }

    table.fileTable > tbody > tr:nth-child(even) {
        background-color: #FFFFFF;
    }


div.page-header > h1 > div > div.xrm-attribute-value {
    padding: 8px;
    text-align: center;
    background: var(--dark-blue-color);
    color: white;
    font-size: 28px;
}

.crmEntityFormView, .entitylist {
    border: none;
}

.entity-grid {
    border: 1px solid #f2f2f2 !important;
}

.view-grid td[data-attribute="basf_lotreference"] {
    word-break: break-word !important;
    width: 35% !important;
}