@charset "utf-8";

/*===========================================================================
   フォーマット
===========================================================================*/

body {
	padding-top: 70px;
	background-color: #eee;
}

/*===========================================================================
   コンテンツ
===========================================================================*/

/*---------------------------------------------------------------------------
   共通
---------------------------------------------------------------------------*/

h1 {
	display: none;
}

h1.title {
	display: block;
}


.content_container {
	margin-left: 20px;
	margin-right: 20px;
}


.btn.btn-size {
	width: 80%;
}

.form-group.single {
  margin-left: 0;
  margin-right: 0;
}

.input-group .form-control.single {
	border-radius: 4px;
}


.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	-webkit-overflow-scrolling: touch;
}

.table {
	white-space: nowrap;
}

.panic {
  clear: both;
}

input.required-input-error, select.required-input-error, textarea.required-input-error {
	background-color: #f9e2e5 !important;
	border: 1px #c7243a solid !important;
}

hr{
	border-top:1px solid #e3e3e3;
}

/*---------------------------------------------------------------------------
   ログイン
---------------------------------------------------------------------------*/

#page-login form {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

#page-login form .checkbox {
	font-weight: normal;
	margin-bottom: 10px;
}

#page-login form .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

#page-login form .form-control:focus {
	z-index: 2;
}

#page-login form input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#page-login form input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*---------------------------------------------------------------------------
   ダッシュボード
---------------------------------------------------------------------------*/

#page-dashboard section.anchor {
  padding-top: 70px;
  margin-top: -70px;
}

#page-dashboard .well.saturday {
  background-image: -webkit-linear-gradient(top,#d9edf2 0,#e6faff 100%);
  background-image: linear-gradient(to bottom,#d9edf2 0,#e6faff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf2', endColorstr='#ffe6faff', GradientType=0);
}

#page-dashboard .well.sunday,
#page-dashboard .well.holiday {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ffebeb 100%);
  background-image: linear-gradient(to bottom,#f2dede 0,#ffebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffffebeb', GradientType=0);
}

#page-dashboard .well.today {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#ecfde5 100%);
  background-image: linear-gradient(to bottom,#dff0d8 0,#ecfde5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffecfde5', GradientType=0);
}

#page-dashboard .well.today {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#ecfde5 100%);
  background-image: linear-gradient(to bottom,#dff0d8 0,#ecfde5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffecfde5', GradientType=0);
}

/*---------------------------------------------------------------------------
   
---------------------------------------------------------------------------*/

.ui-datepicker { z-index: 1100 !important; }

.required-field:after {
	content: '*';
	color: #c7243a;
	font-size: 1em;
	font-weight: bolder;
}

.glyphicon.glyphicon-question-sign.help{
	font-size: 14px;
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.tooltip-inner{
	font-weight: normal;	
}

/*---------------------------------------------------------------------------
   エラーページ
---------------------------------------------------------------------------*/
.not_found, .exception {
margin: 40px 0;
text-align: center;
}
.not_found h2, .exception h1 {
font-size: 146.5%;
color: #4d2200;
}

.not_found p, .exception p {
font-size: 93%;
margin: 10px 0;
}

.not_found a, .exception a {
text-decoration: underline;
}

/*---------------------------------------------------------------------------
   モーダル
---------------------------------------------------------------------------*/

#div1101 .modal-content{
	padding:10px 25px 60px;
}

/*---------------------------------------------------------------------------
	ファイルアップロードボックス   
---------------------------------------------------------------------------*/
#page-Repairs.edit .upload-file .file-icon {
	text-align: center;
}
#page-Repairs.edit .upload-file .file-icon:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 5em;
  -webkit-font-smoothing: antialiased;
  content: "\e022";
  color: #c8c6c6;
}

#page-Repairs.edit .upload-file a.file-link {
  display: block;
  text-align: center;
  text-decoration: none;
  
}
#page-Repairs.edit .upload-file .file-name {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}
#page-Repairs.edit .upload-file .file-date {
  display: none;
  font-size: 11px;
}
#page-Repairs.edit .upload-file .file-size {
  display: block;
  font-size: 11px;
  color: #858383;
}
#page-Repairs.edit .upload-file .file-permission {
  display: block;
  font-size: 11px;
  color: #858383;
}
#page-Repairs.edit .upload-file .del_file {
	padding: 1px 2px;
	font-size: 10px;
	line-height: 1.5;
	margin: 0 0 5px 20px;
}

#page-Repairs.edit .upload-file .col-xs-2{
	height: 170px;

}


#page-Repairs.edit .well.drop-box {
  line-height: 100px;
  
  color: #fff;
  font-size: 2em;
  text-align: center;
  
  background: #bbb;
  border: dotted #999;
}

/*---------------------------------------------------------------------------
   
---------------------------------------------------------------------------*/


