html, body {
    height: 100%;
}
body {
    font-family: Helvetica, Arial, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    color: #555;
    background: #ececec;
    padding-top: 50px;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -34px;
}
.full-page-wrapper .inner-page {
    padding-top: 5%;
    margin-bottom: 50px;
}
.page-login .logo {
    margin-bottom: 40px;
}

.page-login .login-box {
    width: 100%;
    border: 1px solid #ddd;
    padding: 25px;
    text-align: left;
    background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
    .page-login .login-box {
        width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .page-login .login-box {
        width: 30%;
    }
}
.navbar-fixed-top {
  border: 0;
}
.widget .widget-header .widget-header-toolbar .label {
	position: relative;
	top: 8px;
}
.widget .widget-header .widget-header-toolbar .label a{
    color: #ffffff;
}
.widget .widget-content.customer-info {
    padding: 8px 15px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-login h1 {
    font-size:20px;
}
.page-login .login-box .title {
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 15px;
}
.form-horizontal .control-label {
    /*text-align: left;*/
}
input {
    border-radius: 0;
}
.form-control, .input-group .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.page-login .login-box .btn-login {
    margin-top: 20px;
    margin-bottom: 30px;
}
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.btn-custom-primary{
    background-color:#e24715;
    border-color:#cb4013;
    color:#fff;
}
.btn-custom-primary:hover,
.btn-custom-primary:focus,
.btn-custom-primary:active,
.btn-custom-primary.active,
.btn-custom-primary .open .dropdown-toggle.btn-warning{
    background-color:#d94414;
    color:#fff;
}
.btn-custom-secondary{
    background-color:#1caca0;
    border-color:#18968c;
    color:#fff;
}
.btn-custom-secondary:hover,
.btn-custom-secondary:focus,
.btn-custom-secondary:active,
.btn-custom-secondary.active,
.btn-custom-secondary .open .dropdown-toggle.btn-warning{
    background-color:#1ba398;
    color:#fff;
}
.btn-sosi{
	padding: 6px 12px;
	margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
}
.btn-buffer {
    margin-bottom: 20px;
}
.push-sticky-footer {
    height: 34px;
}
.footer {
    color: #fff;
    padding: 10px;
    background-color: #555;
    font-size: 0.9em;
    text-align: center;
}

.navbar-brand {
    font-weight:bold;
}
.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    padding: .5em .6em;
}
.label-as-badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 10px;
}
.label-as-trans {
	display: inline-block;
	min-width: 10px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 5px;
}
.label-as-badge a {
	color: #fff;
}
.label-owner {
    background-color: #77dd91;
}
.label-trans {
    background-color:#22894e;
}
.label-critical {
    background-color: #db3833;
}
.label-emergency {
    background-color: #e7a13d;
}
.label-urgent {
    background-color: #E7CD0C;
}
.label-high {
    background-color: #11B4C2;
}
.label-medium {
    background-color: #296eaa;
}
.label-low {
    background-color: #626262;
}
.label-gloomy {
	background-color: #AAAAAA;
}
.label-end {
    background-color: #000000;
}
.label-inverse {
    background-color: #ebebeb;
    color: #b9b9b9;
}
.label-recall {
    background-color: #db3833;
}
.label-recall a {
	color: #fff;
}
.label-confirm {
    background-color: #5cb5b8;
}

.table>thead>tr {
    font-size: 0.9em;
    background-color: #f2f2f2;
}
a.saiko{
    color:white;
}

.content-wrapper {
    background-color: #f1f1f1;
    border-left: 1px solid #e4e4e4;
    padding: 15px 30px;
}

.breadcrumb {
    background-color: inherit;
    padding-left: 0;
}

.navbar {
    min-height: 50px;
}

ul.main-menu{
    padding-left:0;
    list-style-type:none
}
ul.main-menu>li a{
    display:block;
    position:relative;
    padding:10px 13px 10px 5px;
    color:#555;
    background-color:#ececec;
    border-top:1px solid #dfdfdf
}
ul.main-menu>li a:hover{
    text-decoration:none;
    background-color:#f1f1f1
}
ul.main-menu>li.active>a{
    font-weight:700;
    background-color:#dfdfdf
}
ul.main-menu>li:first-child>a{
    border-top:none
}
ul.main-menu>li .fa{
    width:14px;text-align:center
}
ul.main-menu>li .text{
    padding-left:5px;
    font-size:0.83em;
}

ul.main-menu>li i.glyphicon {
    font-size: 0.85em;
}

ul.main-menu>li i.fa.glyphicon.glyphicon-globe {
    width: 9px;
}

ul.main-menu>li i.fa.fa-jpy.fa-lg	{
	width: 8px;
    margin-left: 2px;
}

ul.main-menu>li .toggle-icon{font-size:10px;width:10px;position:absolute;right:5px;top:14px;text-shadow:none}
ul.main-menu .sub-menu{position:relative;display:none;padding-left:0}
ul.main-menu .sub-menu li a{padding-left:18px}ul.main-menu .sub-menu li.active a{font-weight:700}
ul.main-menu .sub-menu.open{overflow:hidden;display:block}
.left-sidebar{padding-right:0;padding-left:0}
.left-sidebar.minified{width:40px;margin-right:-40px;z-index:9}
.left-sidebar.minified .main-menu>li{position:relative}
.left-sidebar.minified .main-menu>li .fa{width:40px}
.left-sidebar.minified .main-menu>li .toggle-icon{display:none}
.left-sidebar.minified .main-menu>li>a{padding-left:0}
.left-sidebar.minified .main-menu>li>a>.text{position:absolute;display:none}
.left-sidebar.minified .main-menu>li:hover>a>.text{position:absolute;display:block;left:40px;top:0;min-width:200px;z-index:9999;padding:10px;border:1px solid #ccc;line-height:1.5;background:#ccc;font-weight:700}
.left-sidebar.minified .main-menu>li:hover>ul.sub-menu{display:block !important;min-width:200px;position:absolute;margin-left:40px;z-index:9999;border:1px solid #E4E4E4;border-top:none}
.left-sidebar.minified .main-menu>li:hover>ul.sub-menu>li>a{padding-left:10px}
@media screen and (max-width: 992px){.left-sidebar{display:none}}
@media screen and (min-width: 992px){.left-sidebar{display:block !important;overflow:visible !important}}

.navbar-inverse {
    background-color: #8898A9;
    border-color: #8898A9;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #708090;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #eeeeee;
}

.search-box .form-group {
    margin-bottom: 10px;
    margin-left:7px;
}
.search-box .form-group.first-col {
    margin-left:0;
}
fieldset.search {
    margin-bottom: 10px;
}
fieldset.border,li.border {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom:15px;
}
fieldset.border legend {
    width:inherit;
    font-size:1em;
    padding:0 10px;
    border-bottom:none;
    margin-bottom: 0px;
}
td {
    word-break:break-all;
}
.col33 {
width:33%;
}
.col66 {
width:66%;
}
tbody .form-group {
    margin-bottom:0;
}
#form-toggle {
    display: none;
}
.record-row-content-input {
    display: none;
}
.dataTables_paginate ul {
    margin: 0;
}
.pagination {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0 0 10px 0;
}

.page-error h1 {
    margin-top: 0;
}
.page-error .title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    text-align: center;
}
.page-error .number {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    float: left;
    text-align: right;
    font-size: 4em;
    margin-right: 5px;
}
.page-error .text {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    float: left;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.2;
    position: relative;
    top: 12px;
}

tr.prospect {
    font-weight: 700;
}

tr.sosi {
    border-bottom:1px solid #ccc;
}

.input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
}
.simple-radio input[type="radio"]+label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    font-size: 13px;
}
.radio-group {
    padding-left: 27%;
    text-align: left;
}
.data-row {
    margin-bottom: 0;
}
.data-row .data-name {
    width: 12em;
    background-color: #ececec;
    color: #b9b9b9;
    font-size: 0.9em;
    vertical-align: top;
}
.data-row .data-value {
    padding-left: 10px;
}
.data-row .data-name, .data-row .data-value {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 5px;
}

.knowledge ul li {
    line-height: 30px;
}
.dl-horizontal dt, .dl-horizontal dd {
    padding: 2px;
}

ul.activity-list li {
    border-top: 1px solid #ddd;
}
ul.activity-list li {
    padding-bottom: 15px;
}

img.thumb{
  margin-left: 105px;
  margin-top: 15px;  
  width: 35%;
}

img.Image { max-width: 300px; display: block;margin-left:180px;}
div#ImageContainer { width: 600px; }

img.glyphicon-png {
    width: 14px;
}

video{max-width: 300px; display: block;margin-left:180px;}

.customer-base-info .name {
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: 700;
}
.customer-base-info .assigned-dealer-name {
    margin-top: 15px;
    font-size: 1.2em;
}
.customer-base-info .attribute {
    margin-top: 5px;
    margin-bottom: 10px;
}
.customer-base-info .attribute p {
    margin-bottom: 0;
}
.customer-base-info .attribute p span {
    font-weight: 700;
}
label.error {
    display: block;
    color: #b94a48;
    /*padding: 2px 8px;*/
    margin-top: 2px;
    margin-bottom: 0px;
}
label.label-checkbox {
    margin-right: 10px;
}
.alert {
    padding: 10px;
}
.ui-datepicker {
    font-size: 70%;
}
.ui-datepicker select.ui-datepicker-year {
    width: 55%;
}
.highlight {
	padding: 9px 14px;
	margin-bottom: 14px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
}
dl.highlight dt {
	text-align: left;
    width: 110px;
}

#vehicle_info dl.highlight dt {
	text-align: left;
    width: 200px;
}

dl.highlight dd {
    margin-left: 120px;
}

.sosi_highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
dl.sosi_highlight dt {
    text-align: left;
    width: 145px;
}
dl.sosi_highlight dd {
    margin-left: 120px;
}

.search-highlight {
    padding: 5px 5px 0px 5px;
    margin-bottom: 10px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.jqplot-point-label {
    color: #333333;
    font-weight:bold;
    font-size:1.2em;
}

.scroll-target {
    overflow: scroll;
    margin-bottom: 20px;
}
.scroll-target-x {
    overflow-x: scroll;
    margin-bottom: 20px;
}
div.form-group-border {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.text-danger {
    color: #a94442;
    font-weight:bold;
}

.text-red {
    color: #ff0000;
    font-weight:bold;
}

.text-blue {
    color: #0080ff;
    font-weight:bold;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight:bold;
}

.text-normal {
    font-weight: normal;
}

.table-fixed{
	table-layout: fixed
}
.table-blue {
    background-color: #80ffff;
}
.table-green {
    background-color: #dfffdf;
}
.table-red {
    background-color: #ffe6e6;
}
.table-border-blue {
	border-style: groove;
	border-color: #3e9eff;
}

.check_merge{
    padding-top:9.5px;
}

.fa-lg{
	font-size: 1.00005em;
    line-height: 0.75em;
    vertical-align: -15%;
}

/* CustomerCars */
table.table.table-striped.table-bordered.table-hover.table-condensed th.vin	{
	width: 7%;
}

table.table.table-striped.table-bordered.table-hover.table-condensed th.customer_name {
    width: 9%;
}

table.table.table-striped.table-bordered.table-hover.table-condensed th.dealer,
table.table.table-striped.table-bordered.table-hover.table-condensed th.brand_name,
table.table.table-striped.table-bordered.table-hover.table-condensed th.carline,
table.table.table-striped.table-bordered.table-hover.table-condensed th.ordering_dealername,
table.table.table-striped.table-bordered.table-hover.table-condensed th.shipment_dealername,
table.table.table-striped.table-bordered.table-hover.table-condensed th.id	{
	white-space: nowrap;
}

table.table.table-striped.table-bordered.table-hover.table-condensed td.regist_date,
table.table.table-striped.table-bordered.table-hover.table-condensed td.newcar_regist_date,
table.table.table-striped.table-bordered.table-hover.table-condensed td.issue_date{
    width: 3.5%;
}

table.table.table-striped.table-bordered.table-hover.table-condensed th.mainte_flg,
table.table.table-striped.table-bordered.table-hover.table-condensed th.warranty_flg,
table.table.table-striped.table-bordered.table-hover.table-condensed th.ex_warranty_flg,
table.table.table-striped.table-bordered.table-hover.table-condensed th.used_car_flg	{
	width: 1%;
}

table.table.table-striped.table-bordered.table-hover.table-condensed th.warranty_flg	{
	table-layout: fixed;
}

/* コメント（特殊車両） */
.vehicle_comment:hover + .supplemental_comment	{
	display: block;
}

.supplemental_comment 	{
	display: none;
	position: absolute;
	margin-top: 7px;
	padding: 5px;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #777;
	box-shadow: 2px 1px 1px #a2a2a2;
	z-index: 1;
	margin-right: 30px;
}

.supplemental_comment::before {
	content: "";
    position: absolute;
    top: -15px;
    left: 13%;
    margin-left: -9px;
    border: 6px solid transparent;
    border-bottom: 8px solid #777;
}


/* VehicleOrders */

/* dashboard */

table#sy-vehicles_master-index-table th span.vin	{
	display: block;
}

table#sy-vehicles_master-index-table th span.vin	{
	display: block;
}

table#sy-vehicles_master-index-table td span.vrn	{
	display: block;
	padding-top: 3px;
}

table#sy-vehicles_master-index-table td span.vin	{
	display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

table#sy-vehicles_master-index-table td span.vrn	{
	display: block;
	padding-top: 3px;
}

#map {
	width:100%;
    height:280px;
}
.latlng {
	display:none;
}
.thumb-rectangle{
    display: inline-block;
    width: 60px;
    height: 40px;
    overflow: hidden;
}
.thumb-rectangle img {
    width:100%;
    height:100%;
    object-position: center;
    object-fit: cover;
}
.checkbox-wrapper {
    font-weight: bold;
}
.checkbox-wrapper .form-group {
    margin-top: -5px;
}
.checkbox-wrapper .checkbox {
    display: inline-block;
    margin-right: 12px;
}
.checkbox-wrapper .checkbox label{
    margin-top: 2px;
}