﻿/** {
   font-size: 11px;
   line-height: 1.428;
}*/
body {
    padding-top: 0px;
    padding-bottom: 0px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar {
    position: relative;
    min-height:30px;
    margin-bottom: 3px;
    border: 1px solid transparent;
}
.navbar-default {
  background-color: #B0C4DE;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #A9A9A9;
}
.navbar-collapse.in {
    margin-top:14px;
}
button, input, optgroup, select, textarea {
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    font: inherit;
    color: inherit;
}
.table {
  table-layout:fixed;
  width: 99.5% !important; 
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-group {
    margin-bottom: 2px;
}

.required {
    color:red;
    font-size:12px;
    font-weight:bold ;
    margin-left:5px;
}
button.btn-snt-sub {
    width:70px;
}
button.btn-snt-main {
    width:110px;
}
/*.form-control {
    display: block;
    width: 90%;
    height: 34px;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 0.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;;
    */
 #container .modal.fade {
         left: -25%;
          -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
             -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
               -o-transition: opacity 0.3s linear, left 0.3s ease-out;
                  transition: opacity 0.3s linear, left 0.3s ease-out;
    }
#container .modal.fade.in {
    left: 50%;
}
#container .modal-body {
}
div#modal-fudosan-search {
    width:100%;
    max-height: 90%;

}
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 2px;
}
td.dataTables_scrollBody {
     overflow-x: hidden !important;
 }
div#snt-timestamp{
    vertical-align:bottom;
}
.snt-tb-hd-md {
   width: 170px;
}
.snt-tb-hd-lg{
   width: 250px;

}
.snt-tb-cl-md {
   width: 90%;
}
.snt-lbl-md {
   width:100px
}
.snt-lbl-sm {
   width:40px
}

.snt-kosin-hd {
   width:40px;
   margin-bottom: 0px;
}
.snt-kosin-cl-ymd {
   width:70px;
   margin-bottom: 0px;
   vertical-align:bottom;
}
.snt-kosin-cl-sl {
   width:5px;
   margin-bottom: 0px;
   vertical-align:bottom;
}
.snt-kosin-cl-nm {
   width:90px;
   margin-bottom: 0px;
   vertical-align:bottom;
   overflow:hidden;
   white-space:nowrap;
   text-overflow:ellipsis;
}
.display-money {
  text-align:right;
}
.ime-disabled {
  ime-mode:disabled;
}
table {
      border-color:#ddd;
}
div.tooltip-inner {
    max-width: 600px;
    font-size: 12px;
    background-color: #505050;
}
.header-margin {
  margin-top:5px;
  margin-bottom:5px;
}
.div-top-margin { 
    margin-top:10px;
}
.icon-right-margin { 
    margin-right:5px;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right:0;
  left: 0;
  margin-bottom: 0;
}
th{
	overflow-x:hidden;
}
/*table, td, th {
border: 2px #DCDCDC solid;
}*/
.navbar-brand {
  float: left;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 15px;
  height: 11px;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
}
/*sh.matsuda*/
.snt-list-table {
    border: 1px #337ab7 solid;
}
.snt-list-table th {
    border: 1px #337ab7 solid;
    background-color:#337ab7 !important;
    color:#fff !important;
    border-bottom:none !important;
}
.snt-list-table td {
    border: 1px #337ab7 solid;
}
.snt-list-table input[type="checkbox"] {
    margin-top:0px;
}
.snt-serch-where {
    padding-top:2px;
    padding-bottom :2px;
}
.snt-text-overflow {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.snt-item-td {
    height:22px;
}
.snt-modal-list-table {
    border: 1px #337ab7 solid;

    table-layout:fixed;
}
.snt-modal-list-table th {
    border: 1px #337ab7 solid;
    padding:4px;
    background-color:#337ab7 !important;
    color:#fff !important;
    border-bottom:none !important;
}
.snt-modal-list-table td {
    border: 1px #337ab7 solid;
    padding:4px;
    overflow :hidden;
    text-overflow:ellipsis;
}
.snt-modal-list-table th {
    padding:4px;
}