/*common*/
html,body,p{
	margin: 0;
	padding: 0;
}
html{
	background-color: #EFF2F7;
}

.mr10 {
  margin-right: 10px;
}

/* ログイン画面 */

.login-page{
	background: url('../img/Bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-box{
	margin: 10% auto;
}

.login-box-body{
	background: transparent;
}

.login-form{
	border-radius: 50px;
	height: 55px;
	padding-left: 60px;
	width: 100%;
	border-width: 0;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}	

.login-form:focus {
	border-radius: 50px;
	outline: none;
	box-shadow:0px 0px 6px 3px #132d52;
}

.login-form::-webkit-input-placeholder{
       	color: #8A92A1;
}

.login-form:-ms-input-placeholder{
	color: #8A92A1;
}

.login-form::-moz-placeholder{
	color: #8A92A1;
}

.login-form::-placeholder{
	color: #8A92A1;
}

.login-logo, .register-logo{
	margin-bottom: 70px;
}

.form-group{
	position: relative;
}

.email-icon, .pw-icon{
	position: absolute;
	z-index: 1000;
	top: 15px;
	left: 25px;
}

.pw-icon{
	top: 10px;
}

.col-xs-4{
	margin-top: 25px;
	width: 100%;
}

.login-btn{
	border-radius: 50px;
	background-color: #194390;
	color: #fff;
	width: 100%;
	height: 55px;
	border-width: 0;
}

.login-btn:hover,
.login-btn:active,
.search-btn-parts:hover,
.search-btn-parts:active{
	color: #FDFFFF;
	background-color: rgba(71,110,166,0.8);
	transition: 0.8s;
}

input:-webkit-autofill{
	background-color: rgba(255,255,255,0.1) !important;
	color: #fff !important;
}

/*.main-header*/
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.skin-blue .main-header .navbar {
	height: 60px;
}
.main-header .navbar {
	height: 60px;
	padding: 0 25px 0 0;
}
.navbar{
	margin-left: 0;
}

.menubar-toggle{
	float: left;
	margin-top: 7px;
}

.toggle-img{
	margin-top:15px;
}

.grandes-menu{
	list-style: none;
	width: 140px;
}

.grandes-menu li{
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
}

.grandes-menu li:last-child{
	margin-left: 15px;

}
.navbar-account {
	float: right;
	margin-top: 7px;
}
.navbar-nav{
	display: flex;
}

#font-change, .user-authority{
	list-style: none;
}

#font-change {
	margin: 5px 5px 0 0;
	padding-right: 5px;
	position: relative;
}

#font-change:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 24px;
	background: #fff;
	opacity: 0.14;
	right: 0;
    top: 7px;
}

#font-change li {
	float: left;
	margin: 5px;
}

#font-change li a{
	color: #fff;
	opacity: .4;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	line-height: 28px;
	display: block;
}

#font-change li a:hover {
	border: solid 1px #fff;
	line-height: 18px;
	padding: 5px;
	border-radius: 5px;
}

#fontL{
	font-size: 16px;
}

#fontM{
	font-size: 14px;
}

#font-change li .font-active{
	border: solid 1px #fff;
	line-height: 18px;
	padding: 5px;
	border-radius: 5px;
}

#fontS{
	font-size: 12px;
}

.user-authority{
	padding: 3px 0 0 15px;
}

.user-authority li{
	display: inline-block;
	padding: 0 5px;
	position: relative
}

.user-dropdown-menu{
	position: absolute;
	left: -152px;
	width: 226px;
	height: 46px;
	border-radius: 3px;
	background-color: #e6eaef;
	top: 50px;
	z-index: 1000;
	display: none;
	float: left;
    min-width: 160px;
    padding: 13px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}

.user-dropdown-menu>li>a:hover,
.user-dropdown-menu>li>a:active{
	background-color: #e6eaef;
}

.user-dropdown-menu img{
	vertical-align: bottom;
}

.user-dropdown-menu>li>a{
	font-size: 13px;
	line-height: 11px;
	padding-top: 7px;
	padding-left: 24px;
	color: #838383;
}

.content-header>.breadcrumb>li>a{
	color: #194390;
	opacity: 0.4;
}

.breadcrumb>li {
	color: #1b4a8f;
}
.breadcrumb>li a:hover {
	opacity: 1;
}
.breadcrumb>li.home a {
	padding-left: 18px;
	background: url(../img/ic_home.png) no-repeat center left;
}


/*縲繝ｭ繧ｴ縲*/

.main-header .logo {
	position: absolute;
	left: 50%;
	margin-left: -11px;
	float: none;
	width: auto;
	height: auto;
	line-height: inherit;
	padding: 0;
	top: 50%;
	margin-top: -14.5px;
}
.main-header .logo h1 {
	margin: 0;
	font-size: 16px;
}



/* 繝｡繝九Η繝ｼ */

.menu-close.content-wrapper {
	margin-top: -102px;
}
.content-wrapper{
	margin-left: 0;
	background-color: #EFF2F7;
	padding-top: 162px;
}

.main-menu{
	background-color: #173A81;
	position: fixed;
    left: 0;
    top: 60px;
    right: 0;
}

.menu-panel{
	width:100%;
	position: relative;
	max-width: 970px;
	padding: 0 15px;
	margin: 0 auto;
}

.sidebar-menu{
	padding: 20px 0;
	overflow: visible;
	display: none;
}

.sidebar-menu li{
	color: #EFF2F7;
	float: left;
}

.sidebar-menu li>a, .sidebar-menu li>span {
	opacity: .4;
	display: block;
}
.sidebar-menu li > a:hover, .sidebar-menu li > span:hover {
	opacity: 1;
	transition: 0.8s;
}
.sidebar-menu li > span.active {
	opacity: 1;
}

/*slick*/
.slick-prev.slick-disabled:before, .slick-prev:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	right: 0;
}
.slick-next.slick-disabled:before, .slick-next:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	left: 0;
}
.slick-disabled {
	display: none !important;
}


.nav-itm{
	text-align: center;
	height: 45px;
	margin: 0;
	padding: 0;
}
.nav-itm img {
	margin: 0 auto;
}

.nav-itm.active{
	opacity: 1;
}

.nav-txt{
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.nav-txt.active{
	opacity: 1;
}

.content-header>.breadcrumb{
	float: none;
	position: static;
}

/* 繧ｳ繝ｳ繝�Φ繝� */

.content.container-fluid, .content-header{
	margin: auto;
	max-width: 1070px;
}

/* 迚ｩ莉ｶ讀懃ｴ｢繧ｨ繝ｪ繧｢ */

.box.box-primary{
	border-top-color: #194390;
	height: 200px;
}

.box-area{
	width: 98%;
	margin: 2% auto;
	position: relative;
}

.search-box-area{
	display: flex;
	justify-content: space-between;
}

.search-box01 h2,.edit-box01 h2,.title-area h2 {
	font-size: inherit;
	padding: 5px 0 5px 65px;
	color: #194390;
	background: url(../img/ic_search.png) no-repeat 25px center;
	margin: 0;
}
.edit-box01 h2 {
	background: url(../img/ic_edit.png) no-repeat 25px center;
}

.title-area h2 {
	background:none;
}

h2 {
	font-size: inherit;
	padding: 5px 0 5px 65px;
	color: #194390;
	margin: 0;
}

.box-tools{
	display: flex;
	padding: 0 10px 10px;
	align-items: baseline;
}

.search-icon{
	padding-right: 20px;
}

.search-txt{
	color: #194390;
}

.close-icon{
	padding-right: 10px;
}

.close-txt{
	font-size: 12px;
	color: #c6c9ce;
}

.search-form{
	width: 40%;
	padding: 5px;
	margin: 15px 0 0 10px;
}

.search-btn{
	position: absolute;
	top: 170px;
	right: 25px;
	letter-spacing: 15px;
	border-radius: 50px;
	background-color: #194390;
	color: #fff;
	width: 133px;
	height: 45px;
	border-width: 0;
}

.box.box-default,
.box.box-default.collapsed-box{
	border-top: 3px solid #194390;
}

.box-header.with-border{
	margin: 2% auto;
}

.box-header>.box-tools{
	top: -5px;
}

.box-header.with-border{
	border-bottom: none;
}
.box-body{
	margin: 2% auto;
	padding: 0 25px;
}

/* 蟾･莠九↑縺ｩ縺ｮ蜀�ｮｹ */

table,td,tr{
	border: solid 1px #e6e9ee;
}

.box.collapsed-box{
	border-top: 3px solid #e6eaef;
}

.box-header{
	padding: 0;
}

table{
	width: 100%;
	/* text-align: center; */
	/* font-size: 14px; */
	color: #5f5f5f;
}

.tbl-ttl{
	padding: 18px;
	font-size: 14px;
}

.tbl-cont{
	padding: 5px;
}

.tbl-sample{
	padding: 200px;
}

.print-itm a{
	font-size: 18px;
}

.print-itm a, .expired-itm a{
	text-decoration: underline;
	padding: 0 10px;
}

/* FormParts */

.box.box-danger{
	background-color: #E94A5E;
	border: none;
	padding: 5px;
	display: flex;
	justify-content: space-between;
}

.box.box-success{
	background-color: #46D2A0;
	border: none;
	padding: 5px;
	display: flex;
	justify-content: space-between;
}

.error-txt{
	color: #fff;
	margin: 0;
	padding: 0 10px;
	margin-top: 2px;
	line-height: 27px;
}

.box.box-primary.formparts{
	height: 1200px;
}

.h-txt{
	color: #194390;
	font-size: 16px;
}

.input-txt{
	color: #194390;
	font-weight: bold;
	padding: 20px 0;
}
.input-box label{
	color: #e6eaef;
}
.input-box table, .input-box td, .input-box tr {
	border: none;
}
.input-box th {
	width: 100px;
}
.input-box td {
	text-align: left;
	padding: 10px 0;
}

.fa.fa-times{
	color: #fff;
	padding-right: 10px;
}

.box-area label{
	padding-right: 30px;
	color: #e0e0e0;
}

.default-form,.active-form,.error-form{
	padding-bottom: 21px;
}

input.defalut,input.active,input.error{
	width: 400px;
	height: 50px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	padding-left: 15px;
}

input.defalut:focus,
input.defalut:active,
input.active:focus,
input.active:active,
input.error:focus,
input.error:active{
	outline: 0;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #1b4a8f;
}
input.defalut::-webkit-input-placeholder,
input.active::-webkit-input-placeholder{
	color: #7c8495;
}

input.defalut:-ms-input-placeholder,
input.active:-ms-input-placeholder{
	color: #7c8495;
}

input.defalut::-moz-placeholder,
input.active::-moz-placeholder{
	color: #7c8495;
}

input.defalut::-placeholder,
input.active::-placeholder{
	color: #7c8495;
}

input.defalut:active::-webkit-input-placeholder,
input.active:active::-webkit-input-placeholder,
input.defalut:focus::-webkit-input-placeholder,
input.active:focus::-webkit-input-placeholder{
	color: #1b4a8f;
}

input.defalut:active:-ms-input-placeholder,
input.active:active:-ms-input-placeholder,
input.defalut:focus:-ms-input-placeholder,
input.active:focus:-ms-input-placeholder{
	color: #1b4a8f;
}

input.defalut:active::-moz-placeholder,
input.active:active::-moz-placeholder,
input.defalut:focus::-moz-placeholder,
input.active:focus::-moz-placeholder{
	color: #1b4a8f;
}

input.defalut:active::-placeholder,
input.active:active::-placeholder,
input.defalut:focus::-placeholder,
input.active:focus::-placeholder{
	color: #1b4a8f;
}

.input-box .error input::-webkit-input-placeholder{
	color: #E94A5E;
}
.input-box .error input:-ms-input-placeholder{
	color: #E94A5E;
}
.input-box .error input::-moz-placeholder{
	color: #E94A5E;
}
.input-box .error input::-placeholder{
	color: #E94A5E;
}

.input-box p {
	display: inline-block;
}
.input-box .error {
	position: relative;
}
.input-box .error:after {
	content: '?';
	position: absolute;
	color: #E94A5E;
	right: 15px;
	top: 14px;
}

.input-box input {
	width: 400px;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0 15px;
}
.input-box input:focus {
	border-color: #1b4a8f;
	color: #1b4a8f;
}
.input-box .error input {
	border-color: #ddd;
	color: #f54b5e;
	padding: 0 30px 0 15px;
}
.input-box .error input:focus {
	border-color: #1b4a8f;
}
.input-box .error-msg {
	font-size: 11px;
	margin: 5px 0 0;
	display: block;
}


.error-icon{
	color: #E94A5E;
	position: absolute;
	top: 290px;
	left: 570px;
}

.error-msg{
	color: #E94A5E;
	font-size: 10px;
}

.parts-name{
	color: #e0e0e0;
}

.radio-parts, .radio-parts tr, .radio-parts td{
	border: none;
	width: 30%;
	padding: 5px;
}

.iradio_flat-green.disabled{
	background-position: -154px 0;
	opacity: 0.4;
}

.select2-container {
	width: 300px !important;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
	height: 50px;
	border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-color: #1b4a8f;
	border-bottom-color: #f8f4f4;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-color: #1b4a8f;
	border-top-color: #f8f4f4;
}
.select2-container--open .select2-dropdown--below {
	border-color: #1b4a8f;
	border-top-color: #f8f4f4;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.select2-container--open .select2-dropdown--above {
	border-color: #1b4a8f;
	border-bottom-color: #f8f4f4;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 10px 7px 0 7px;
	border-color: #34495e transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 15px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #34495e transparent;
    border-width: 0px 7px 10px 7px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #f4f6f8;
	color: inherit;	
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background: #f4f6f8;
}
.select2-results__option {
	padding: 12px;
}

.search-btn-parts{
	border-radius: 50px;
	background-color: #194390;
	color: #fff;
	width: 133px;
	height: 45px;
	border-width: 0;
	text-align: center;
	font-size: 14px;
}
.search-btn-parts:active,
.search-btn-parts:hover{
	color: #FDFFFF;
	background-color: rgba(71,110,166,0.8);
}
.search-btn-parts.active{
	position: absolute;
/*	top: 120px;
	right: 0;*/
	letter-spacing: 15px;
	border-radius: 50px;
	color: #FDFFFF;
	background-color: rgba(71,110,166,0.8);
	width: 133px;
	height: 45px;
	border-width: 0;
	text-align: center;
	top: 620px;
	right: 200px;
}

.btn-green {
  background: #7aaa12;
}
.btn-green:hover, .btn-green:active {
  background: rgba(122,170,18,.8);
}
.btn-orange {
  background: #EF7E17;
}
.btn-orange:hover {
  background: rgba(239,126,23,.8);;
}

select{
	width: 300px;
	height:50px;
}

.select-area{
	position: relative;
	padding: 20px 20px 10px 20px;
}

.select-active{
	padding: 15px;
	text-align: center;
}

#dd{
	left: 78px;
}

.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    width: 300px;
	height: 50px;

    /* Styles */
    background: #fff;
    border: 1px solid #dddddd;
    cursor: pointer;
    outline: none;
	border-radius: 3px;
}
.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #34495e transparent;
}
.wrapper-dropdown-4.active:after{
	border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-4.active{
	border-color: #1b4a8f;
}
.wrapper-dropdown-4 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    margin-top: 1px; /* border of wrapper */
    left: -1px;
    right: -1px;

    /* Styles */
    background: white;
    border: 1px solid #1b4a8f;
    border-top: none;
    list-style: none;
    transition: all 0.3s ease-out;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-4 .dropdown li {
    position: relative; /* Enable absolute positioning for checkboxes */
}

.wrapper-dropdown-4 .dropdown li label {
    display: block;
    padding: 10px 10px 10px 30px; /* Same padding as the button */
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-4 .dropdown li:last-of-type label {
    border: none;
}

.wrapper-dropdown-4 .dropdown li input /* Checkboxes */ {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

/* Hover state */

.wrapper-dropdown-4 .dropdown li:hover label {
    background: #f5f6f8;
}

/* Checked state */


.wrapper-dropdown-4 .dropdown:before,
.wrapper-dropdown-4:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    border-top: none;
    border-bottom: none;
    z-index: 2;
}

/* OR: */
/* Red lines: the gradients way */

.wrapper-dropdown-4 .dropdown,
.wrapper-dropdown-4 {
  background: linear-gradient(left, white 5%, #ffaa9f 5%, #ffaa9f 5.3%, white 5.3%, white 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, white 6.8%);
}

.wrapper-dropdown-4 .dropdown li:hover label {
  background: linear-gradient(left, #f0F0F0 5%, #ffaa9f 5%, #ffaa9f 5.3%, #f0F0F0 5.3%, #f0F0F0 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, #f0F0F0 6.8%);
}
 Active state 

.wrapper-dropdown-4.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
	padding-left: 0;
}

.box.box-default.collapsed-box.gray{
	border-top: 3px solid #e6eaef;
}
.collapsed-box .property-box tr {
  border-bottom: 1px solid #e6eaef;
}

.tbl-sample02{
	height: 48px;
}

tr{
	height: 48px;
}

.xdsoft_calendar tr{
	height: inherit;
}

.property-box .approval1 {
  background-color: #FDFDD9;
}
.property-box .approval2 {
  background-color: #FEECEC;
}
.property-box .approval3 {
  background-color: #ECF9FE;
}
.property-box .approval1:hover {
  background-color: rgba(253,253,217,.6);
}
.property-box .approval2:hover {
  background-color: rgba(254,236,236,.6);
}
.property-box .approval3:hover {
  background-color: rgba(236,249,254,.6);
}

.submit-box {
  padding: 0 2% 2%;
  text-align: right;
}


.tbl-sample02:hover,
.tbl-hover-style:hover{
	background-color: #F4F6F8;
}

.tbl-cont a{
	text-decoration: underline; 
}
.link-box .tbl-cont {
  position: relative;
}
.link-box .tbl-cont a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  padding-top: 13px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
	background-color: #194390 !important;
	border-color: #194390 !important;
}

#file, #file-upload, #submit, #send-mail, #issue, #settled-confirm,
#confirm, #approval, #prepare-docs{
	display: none;
}

.pagination>li>a{
	background-color: #fff;
}

.file-uploader,
.submit-date-btn,
.send-mail-btn,
.issue-btn,
.settled-confirm-btn,
.confirm-btn,
.approval-btn,
.prepare-docs-btn{
	width: 133px;
	height: 32px;
	background-color: #9cafc3;
	font-size: 11px;
	color: #1b4a8f !important;
	padding: 8px 0 8px 20px;
	cursor: pointer;
	margin-left: 15px;
	border-radius: 3px;
}

.file-uploader:hover,
.file-uploader:active,
.submit-date-btn:hover,
.submit-date-btn:active,
.send-mail-btn:hover,
.send-mail-btn:active,
.issue-btn:hover,
.issue-btn:active,
.settled-confirm-btn:hover,
.settled-confirm-btn:active,
.confirm-btn:hover,
.confirm-btn:active,
.approval-btn:hover,
.approval-btn:active,
.prepare-docs-btn:hover,
.prepare-docs-btn:active{
	background-color: rgba(156, 175, 196, 0.8);
	transition: 0.8s;
}

.property-box{
	margin-bottom: 30px;
	text-align: left;
}

.property-box td,
.property-box tr,
.property-box{
	border: none;
}
.property-box.contents03 tr {
  border-bottom: 1px solid #e6eaef;
}
.property-box.contents03 tbody:last-child tr:last-child {
  border: none;
}

.property-box .tbl-cont,
.property-box .tbl-ttl{
	padding-left: 29px;
}

.property-box tr.property-box-title{
	height: 62px;
	border-bottom: 2px solid #e6eaef;
}

.property-box .tbl-ttl{
	color: #5f5f5f;
}

.property-box input{
	width: 300px;
	height: 42px;
}

.property-box .contents01 input{
	width: 320px;
	height: 42px;
}

.property-box .label-property{
	width: 15%;
}

.property-box .contents03 th{
	width: 25%;
}

.preserv-btn{
	margin-right: 10px;
}

.date-box{
	display: flex;
	justify-content: space-around;
	align-items: center
}
.property-box .tbl-cont.date-box{
  padding: 2px 20px 0 10px;
}

.input-group.date{
	width: 133px;
	height: 30px;
}
.input-group.date .input-group-addon {
  border-radius: 3px 0 0 3px; 
}
.input-group.date input {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.submit-date-btn,
.send-mail-btn,
.issue-btn,
.settled-confirm-btn,
.confirm-btn,
.approval-btn,
.prepare-docs-btn{
	height: 30px;
	width: 45px;
	padding: 8px 0 8px 10px;
	margin: 0;
}

.submit-date-btn{
	padding-left: 11px;
}

.send-mail-btn{
	padding-left: 8px
}

.send-mail-btn,
.issue-btn{
	width: 85px;
	height: 30px;
}

.datepicker.datepicker-dropdown.dropdown-menu{
	background-color: #fff;
	border: none;
  width: 300px;
}
.datepicker.datepicker-dropdown.dropdown-menu .table-condensed thead tr:first-child {
  display: none;
}
.datepicker.datepicker-dropdown.dropdown-menu .table-condensed tfoot {
  display: none;
}

.table-condensed .prev,
.table-condensed .next{
	cursor: pointer;
}

.table-condensed,
.table-condensed thead,
.table-condensed tr,
.table-condensed td{
	border: none;
}

.settled-confirm-btn,
.confirm-btn,
.approval-btn,
.prepare-docs-btn{
	width: 120px;
	text-align: left;
	padding: 8px 0 8px 10px;
}

.property-box p{
	text-align: left;
}

.title-area h2{
	height: 53px;
	border-bottom: 2px solid #e6eaef;
	padding: 20px 18px;
}

.property-box .pdl-72{
	padding-left: 72px;
}

.property-box .pdl-48{
	padding-left: 48px;
}


@media screen and (max-width: 1050px) {
	.sidebar-menu {
		padding: 20px 25px;
	}
	.slick-next {
		right: 5px;
	}
	.slick-prev {
		left: 5px;
	}
}
@media screen and (max-width: 991px) {
	.content-header>.breadcrumb {
		background: none;
	}
}
@media screen and (max-width: 768px) {
	.skin-blue .main-header .navbar {
		padding: 0;
	}
	.nav-itm {
		height: 40px;
	}
	#font-change {
		display: none;
	}
	.grandes-menu {
		padding-left: 15px;
		width: 100px;
	}
	.toggle-img {
		width: 10px;
		margin-top: 0;
	}
	.skin-blue .main-header .navbar {
		height: 30px;
	}
	.grandes-menu li:last-child {
		margin-left: 8px;
		font-size: 12px;
		margin-top: 10px;
	}
	.main-header .logo {
		margin-top: -9.5px;
	}
	.main-header .logo img {
		width: 15px;
	}
	.navbar-account {
		margin-top: 0;
	}
	.user-authority {
		padding: 0;
	}
	.user-authority img {
		width: 30px;
	}
	.navbar-nav {
		display: block;
		margin: 9px 15px 0;
	}
	.main-menu {
		top: 45px;
	}
	.nav-itm img {
		width: 20px;
	}
	.sidebar-open .content-wrapper, .sidebar-open .main-footer {
		transform: none;
		-webkit-transform: none;
	}
	.content-header {
		padding-top: 0;
	}
	.content-wrapper {
		padding-top: 142px;
	}
	.menu-close.content-wrapper {
		margin-top: -92px;
	}
	.search-box01 h2,.edit-box01 h2 {
		padding: 5px 0 5px 45px;
		background: url(../img/ic_search.png) no-repeat 15px center;
		background-size: 15px auto;
	}
  	.edit-box01 h2 {
  		background: url(../img/ic_edit.png) no-repeat 15px center;
  	}
  .property-box .tbl-ttl {
    padding-left: 10px;
    width: auto;
  }
  .property-box .pdl-48 {
    padding-left: 0;
  }
	
}

@media screen and (max-width: 480px) {
	.sidebar-menu {
		padding: 20px 20px 10px;
	}
	.nav-txt {
		font-size: 10px;
	}
	.slick-next.slick-disabled:before, .slick-next:before {
		width: 16px;
		height: 16px;
		top: 2px;
		left: 10px;
	}
	.slick-prev.slick-disabled:before, .slick-prev:before {
		width: 16px;
		height: 16px;
		top: 2px;
		right: 10px;
	}
	.content-wrapper {
		padding-top: 125px;
	}
	.content-wrapper {
		padding-top: 129px;
	}
	.menu-close.content-wrapper {
		margin-top: -76px;
	}
	.box-body {
		padding: 0 15px 60px;
	}
	.input-box th {
		width: 80px;
	}
	.input-box input {
		width: 100%;
		height: 40px;
	}
	.input-box .error:after {
		top: 9px;
	}
	.select2-container {
		width: 100% !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {	
	.icheckbox_flat-green, .iradio_flat-green {
		background-size: 174px 20px;
	}	
}
@media only screen and (max-width: 1036px){
.content-wrapper {
	padding-top: 250px;
}
}
.editmode {
	background-color: #FFF;
	border:1px #194390 solid;
	color:#194390;
}