﻿/*! HTML5 Boilerplate v5.0 */

html {
    color: #33312f;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   DG FONTS - Load from AWS
   ========================================================================== */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://d2gktdeiupfo4o.cloudfront.net/fonts/open-sans-v13-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* ==========================================================================
   DG CUSTOMER UI - 2016
   ========================================================================== */

body {
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: rgb(245, 245, 246);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
}
.container {
	max-width: 992px;
}

/* Links */

a, a:hover {
	text-decoration: none;
	color: #b78e48;
}

/* Buttons */

.btn {
    text-transform: uppercase;
}

.btn.btn-primary {
	background-color: #33312f;
	border-color: #070909;
	color: #b78e48;
	font-weight: 600;
}
.btn.btn-primary:hover {
	background: #070909;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #b78e48;
    background-color: #070909;
    border-color: #070909;
}

.btn.btn-default {
	background: #e7e7e7;
	border-color: #e7e7e7;
	font-weight: 600;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover, .btn.btn-default:hover {
    color: #333;
    background-color: #bcbcbc;
    border-color: #bcbcbc;
}

.btn-lg {
	font-size: 1.5em;
}
.btn-group .btn i {
	margin-right: 10px;
}

/* Typography */

.lead {
	color: #33312f;
	font-weight: 600;
}
.lead small {
	font-weight: 300;
}

strong {
	font-weight: 600;
}


/* Top Navigation */

.navbar.navbar-inverse {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.navbar-inverse.navbar .container .navbar-brand {
	text-indent: -999px;
	width: 150px;
	background: transparent url('https://d2gktdeiupfo4o.cloudfront.net/images/client-logo.png') no-repeat center center;
	background-size: 100%;
	margin-left: 0px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	color: #777;
}
.navbar-inverse .navbar-nav>li>a span {
	margin-left: 5px;
}
.navbar-collapse {
	border-top-color: #ddd!important;
}
.navbar .navbar-toggle:hover .icon-bar, .navbar .navbar-toggle .icon-bar{
	background-color: #070909;
	height: 3px;
}
.navbar-inverse .navbar-nav>li.active>a, .navbar-inverse .navbar-nav>li.active>a:hover{
	background-color: #fff;
	color: #b78e48;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #fff;
	color: #070909;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #b78e48;
}
.navbar-inverse .dropdown-menu {
    background-color: #fff;
}
.navbar-inverse .dropdown-menu>.active>a, .navbar-inverse .dropdown-menu>.active>a:hover,
.navbar-inverse .dropdown-menu>li>a:hover {
    background-color: #f7f7f7
}
.navbar-inverse .dropdown-menu>li>a {
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #777;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #777;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li.divider {
	background: #ddd;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	background: #f7f7f7;
	color: #777;
}

/* Panel */

.panel.panel-default {
	border-radius: 1px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	border-color: #ddd;
	border-bottom: none;
}
.panel-footer {
	padding: 0;
	border: none;
}
.panel-footer.inside-panel {
    margin: 40px -15px -15px;
}
.panel-footer .btn {
	border: none;
    border-radius:0;
	text-align: center;
}
.panel table {
	margin-bottom: 0;
}
.panel-body .lead {
	margin-bottom: 10px;
}
.panel.panel-success {
	border-color: #A0D468;
    border-bottom: 1px solid #A0D468;
}

.panel .panel-heading .panel-title a {
    position: relative;
    display: block;
    width: 100%;
}

.panel .panel-heading .panel-title a:after {
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 400;
    color: #999;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 15px;
}

.panel .panel-heading .panel-title a.collapsed:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 400;
    color: #999;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 15px;
}

 /* ==========================================================================
   FOOTER
   ========================================================================== */
    
    footer {
        margin-top: 20px;
        padding-top: 10px;
    }
    
    footer p {
        font-size: 12px;
        line-height: 1.2;
    }
    
    footer.attribution {
        margin-bottom: 20px;
        border-top: 1px solid #ddd;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 300;
        color: #aaa;
    }
    
    footer.attribution p {
        margin: 0;
    }
    
    footer.attribution a,
    footer.attribution a:hover {
        color: inherit;
        color: #b78e48;
        font-weight: 300;
        text-decoration: none;
    }
    
    footer.attribution a span {
        border-bottom: 1px solid;
    }


/* Well */

.well {
	background: #f4f4f4;
    box-shadow: none;
}

/* Forms */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus	 {   
  border-color: #b78e48;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  outline: 0 none;
}

select.form-control {
	border-radius: 0px!important;
}


/* Alerts */

.text-danger {
	color: #ea2f10;
}
.alert {
	font-size: 16px;
	padding: 0 10px;
	line-height: 40px;
	background: #fff;
}
.alert strong i {
	margin-right: 10px;
}
.alert button.close {
	font-size: 16px;
	line-height: 40px;
	right: 0px;
	color: inherit;
}
.alert.alert-success {
	color: #7AB317;
	border-color: #A0C55F;
}
.alert.alert-danger {
	color: #ea2f10;
	border-color: #f04124;
}
.alert.alert-warning {
    color: #f9d320;
	border-color: #fad839;
}
.alert.alert-info {
    color: #1c99cd;
	border-color: #21a9e1;
}
.validation-summary-errors {
	border: 1px solid #f04124;
	font-size: 16px;
	color: #ea2f10;
	margin-bottom: 20px;
}
.validation-summary-errors ul{
	list-style: none;
	padding-left: 12px;
	line-height: 1.5;
	margin: 10px 0;
}
.validation-summary-errors ul li:before {
	content: '\f071';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 10px;
}

.field-validation-error {
    color: #ea2f10;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
}



/* Navigation Steps */

#navigation {
	margin-bottom: 20px;
	margin-top: 0;
}
#navigation > div.navigation-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
#navigation .nav-tabs > li.active > a, #navigation .nav-tabs > li.active > a:hover, #navigation .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #b3b7ae;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: -1px;
    text-align: center;
    font-size: 21px;
}
span.round-tab i{
    color:#b3b7ae;
    position: relative;
    top: -2px;
}
#navigation li.active span.round-tab {
    background: #fff;
    border: 2px solid #b78e48;
    
}
#navigation li.active span.round-tab i{
    color: #b78e48;
    position: relative;
    
}
span.round-tab:hover  {
    background: #f5f5f5;
}
#navigation .nav-tabs > li {
    width: 25%;
}
#navigation li.active:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #b78e48;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    
}
#navigation .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

#navigation .nav-tabs > li a:hover {
    background: transparent;
}

/* Navigation Steps Tooltip */

#navigation .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
#navigation .tooltip-inner {
  max-width: 200px;
  padding: 0px 8px;
  color: #999;
  background: transparent;
}
#navigation .tooltip-arrow {
  display: none;
}

/* Confirm Table */

#confirm {
	font-size: 1em;
}
#confirm img, #confirm2 img {
	display: block;
	margin: 5px auto 0;
	width: 120px;
}
#confirm input, #confirm2 input {
	margin-bottom: 10px;
	max-width: 100px;
}
#confirm .card-list, #confirm2 .card-list {
	width: 100%;
}
#confirm .card-list .btn, #confirm2 .card-list .btn {
	margin: 3px 0;
}
#confirm .card-list tbody tr td:first-of-type, #confirm2 .card-list tbody tr td:first-of-type {
    width: 50%;
}
#confirm .confirm-total.form-control, #confirm2 .confirm-total.form-control {
        float: right;
        text-align: right;
        border:none;
        background:none;
        padding:0;
        padding-right: 10px;
        box-shadow: none;
        font-size: 16px;
}

/* Select Cards Filters */
#Select-Filter.btn-group a {
    padding:0.45em;
    text-transform: initial;
    font-size:1em;
    color:#56A2E3;
    border: 1px solid  #56A2E3;
    border-radius:3px;
}

#Select-Filter.btn-group li {
    padding:0.45em 0 0.45em 0;
}

 

#Select-Filter.btn-group .btn, 
#Select-Sort.btn-group .btn, 
#Select-Filter li a {
    background: transparent;
    border: none;
    color: #356f9e;
    font-weight: 300;
    margin:0.15em;
}

#Select-Filter.btn-group .btn.active, 
#Select-Sort.btn-group .btn.active, 
#Select-Filter li.active a, 
#Select-Filter li.active a:hover {
	
    font-weight: 600;
    box-shadow: none;
    text-decoration: none;
}

/* Select Cards Grid */

.sc-supplier img {
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
	box-shadow: none;

}

.sc-supplier img:hover {
	border: 1px solid #e5e5e5;
	cursor: pointer;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

/* Select Cards Basket */

#basket table {
	font-size: 14px;
}
#basket table th {
	color: #999;
    font-size: 12px;
}
#basket table td {
	line-height: 1.5;
}

/* Select Cards Modal */

#supplier-offers-description {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
#supplier-offers {
    padding-top: 15px;
}
#supplier-offers-total {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-right: 15px;
}
    #supplier-offers-total .lead {
        margin-bottom: 0;
    }
    #supplier-offers-total table tbody tr {
        border-top: hidden;
    }
    /* Modal */
    .modal {
        -webkit-overflow-scrolling: auto
    }
.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
	top: 0;
left: 0;
right: 0;
bottom: 0;
}

/* Loading Modal */

#modal-loading .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
}
#modal-loading .modal-content p {
    color: #fff;
    font-weight: 300;
}

/* LOADING MODAL */
	 
	 
	.modal-backdrop.fade.in {
	opacity: 0.65;
	}
	 
	#loading .modal-dialog{
	margin-top: 10%;
	transform: translate(0, 50%) !important;
	  -ms-transform: translate(0, 50%) !important; /* IE 9 */
	  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
	}
	#loading .modal-dialog .modal-content {
	text-align: center;
	background: transparent;
	border: none;
    box-shadow:none;
	}
	#loading .modal-dialog .modal-content span {
	color: #cccccc;
	font-size: 1.3em;
	font-family: sans-serif;
	display: block;
	margin-top: 10px;
	}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 767px) {
    .lead {
        font-size: 1.5em;
        line-height: 1.3;
    }
    .navbar-inverse.navbar .container .navbar-brand {
        margin-left: 15px;
    }
    label {
        font-size: 14px;
    }
    .table-responsive {
        border: none;
    }
    .well ul {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .btn-group.btn-group-justified .btn, .btn-lg, .modal-footer .btn {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1000px) {
	.btn-group.btn-group-justified .btn, .btn-lg, .modal-footer .btn {
		font-size: 21px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}