.fixed-top,
.table .thead-dark th,
.table-dark{
	background-color: #003c64 !important
}

.mt-10, .my-10{
	margin-top: 6rem !important
}

.navi{
	display: flex;
	margin-bottom: 2rem;
	margin-top: 6rem
}

.navi:before{
	content: "";
	width: 100px;
	height: 60px;
	background:url(/webroot/img/logo.svg) no-repeat;
	display: block;
	position: absolute;
	z-index: 9;
	left: 40px;
	margin-top: -10px
}

@media (max-width: 1440px) {
    .navi:before{
    	position: relative;
    	left: 0;
    	margin-right: 20px
    }
}

.navi .row{
	width: calc(100% + 30px)
}

.navi h1.h2{
	display: flex;
	align-items: center;
	color: #003c64
}

.navi h1.h2 img{
	height: 40px;
	width: auto;
	margin-right: 10px
}

.search form{
	display: flex;
	position: relative;
	align-items: center;
}

.search .form-control{
	background-color: #f1f1f1;
	/*border-radius: 20px;*/
	border-radius: 10px;
	color: #9fa0a0
}

.search .input{
	display: flex;
	position: relative;
	align-items: center;
	width: 100%
}

.search .input:before{
	content: "";
	width: 18px;
	height: 18px;
	background:url(/webroot/img/search.svg) no-repeat;
	display: block;
	position: absolute;
	z-index: 9;
	left: 20px
}

.search input[name="search_keyword"]{
	padding-left: 50px;
	padding-right: 28%;
	border: 0px;
	height: 40px;
}

.search form .submit{
	position: absolute;
	right: 6px;
	width: 26%;
}

.search form .submit input{
	width: 100%;
	/*border-radius: 40px;*/
	border-radius: 8px;
	background-color: #003c64;
	border: 1px solid #003c64;
}

.page-link{
	color: #003c64
}

.page-item.active .page-link{
	background-color: #003c64;
	border: 1px solid #003c64;
}

.result{
	padding-bottom: 0.5rem;
	/*padding-top: 1rem;
	border-top: 1px solid #dadada;*/
	border-bottom: 1px solid #dadada;
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
	font-size: 16px;
	position: relative;
}

.result span{
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #003c64;
}

.result a{
	display: block;
	border-radius: 30px;
	border: 1px solid #003c64;
	color: #003c64;
	font-size: 15px;
	font-weight: 900;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 26px;
	text-indent: -1px;
	position: absolute;
	right: 0;
	display: block;
	text-align: center;
}

.result a:hover{
	text-decoration: none;
	background-color: #003c64;
	color: #fff
}

.create-btn{
	width: 290px !important;
	max-width: 290px !important;
}

.create-btn p{
	margin-bottom: 0;
}

.create-btn p a.btn-primary{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-radius: 50px;*/
	border-radius: 10px;
	background-color: #f5b82f;
	color: #000;
	border:none;
	transition: 0.2s;
	font-weight: bold;
}

.create-btn p a.btn-primary:hover{
	opacity: 0.8
}

.create-btn p a.btn-primary:not(:disabled):not(.disabled).active,
.create-btn p a.btn-primary:not(:disabled):not(.disabled):active,
.create-btn p a.btn-primary:active{
    background: #f29233;
    color: #FFF;
}

.hero-line{
	overflow: hidden;
	height: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ced4da;
	margin-bottom: 2rem
}

.hero-line.active{
	height: 220px
}

.hero-line.adjust{
	margin-bottom: 1rem
}

.box-adjust{
	height: auto !important
}

.hero-line img{
	width: 100%
}

.hierarchy a{
	color: #9fa0a0
}

.control-bar{
    margin-bottom: 1.5rem;
    justify-content: space-between;
}

.control-bar.onebtn{
	justify-content: flex-end;
}

select[name="sort-select"]{
	border: 2px solid #003c64;
	border-radius: 40px;
	text-align: center;
	color: #003c64;
	font-size: 13px;
	font-weight: 900;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 0px !important;
	height: 40px
}

select::-ms-expand {
  display: none;
}

.select-outer{
	position: relative;
	display: flex;
	align-items: center;
	max-width: 25%
}

.select-outer:before {
  border-bottom: 4.5px solid #003c64;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 26px;
  width: 0;
  top: 14px
}

.select-outer:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #003c64;
  content: "";
  position: absolute;
  right: 26px;
  width: 0;
  top: 20px
}

.btn-group-sm>.btn, .btn-sm{
	min-width: 70px;
	border-radius: 6px;
}

.btn-success{
	background-color: transparent;
	color: #28a745
}

.btn-success:hover{
	background-color: #28a745;
	border: 1px solid #28a745
}

.btn-info{
	background-color: transparent;
	color: #17a2b8
}

.btn-info:hover{
	background-color: #17a2b8;
	border: 1px solid #17a2b8
}

.btn-copy{
	background-color: transparent;
	color: #e89715;
	border: 1px solid #e89715
}

.btn-copy:hover{
	background-color: #e89715;
	border: 1px solid #e89715;
	color: #fff
}

.btn-danger{
	background-color: transparent;
	color: #dc3545
}

.btn-danger:hover{
	background-color: #dc3545;
	border: 1px solid #dc3545;
}

.btn-warning{
	background-color: transparent;
	color: #ff9b07;
	border: 1px solid #ff9b07;
}

.btn-warning:hover{
	background-color: #ff9b07;
	border: 1px solid #ff9b07;
}

.btn-secondary{
	background-color: transparent;
	color: #6c757d
}

.btn-secondary:hover{
	background-color: #6c757d;
	border: 1px solid #6c757d;
}

.btn-primary{
	background-color: #003c64;
	border: 1px solid #003c64;
}

table{
	border-bottom: 1px solid #dee2e6
}

.pagination{
	justify-content: center;
}

.note{
	padding:4px 15px;
	border-radius: 6px;
	margin-bottom: 1rem;
	border: 1px solid #dadada
}

.note.adjust{
	margin-top: 1rem
}

.table-responsive .note

.winery-cell{
	width: 30%
}

.wine-cell{
	width: 35%
}

.action-cell{
	width: 25%
}

.list-cell{
	width: 20%
}

.date-cell{
	width: 11%
}

.share-cell{
	width: 10%
}

.situate-cell{
	width: 10%
}

.status-cell{
	width: 49%
}

.float-btn{
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(240,240,240,0.6);
	padding: 1rem;
	width: 100%;
	left: 0
}

.float-btn .btn{
	margin-top: auto !important;
	width: 30%
}

.select-box{
	padding: 20px;
	border-radius: 10px
}

.list-group-item{
	background-color: #dbeade
}

.selected .list-group-item{
	background-color: #ffedd0
}

footer .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px !important
}

footer .container img{
	width: 100px;
}

body.on-info .navbar-dark{
	padding-top: 34px
}

body.on-info .navi{
	margin-top: 7.5rem
}

p.info img{
	height: 20px;
	width: auto;
	margin-right: 6px
}

p.info span{
	color: #003c64;
	font-weight: 900;
	padding-right: 6px;
	border-right: 1px solid #003c64;
	margin-right: 6px
}

p.info{
	width: 100%;
    background-color: #fff3cd;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 44px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    line-height: 1
}

p.info a{
	display: inline-block;
	text-decoration: underline;
}

#lgbg{
	width: 100vw;
	height: 100vh;
	position: relative;
	background:url(/webroot/img/login.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.client{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	padding: 20px 40px;
	background-color: #fff
}

.client a img{
	width: 100%
}
