html, body {
	height: 100%;
}
body {
	padding-top: 2.5rem;
}
.full-height{
  	height: 100%;
}
body > form{
	height: 100%;
}
.container-fluid {
    height: 100%;
}
.container-fluid > .row {
    height: 100%;
}
.main-header {
	background-color: #fef6f2;
}
/******************ナビバ�*↓�****************/
nav.header-navbar {
	border-bottom: 1px solid #eee;
	padding: 0 1rem 0 0;
}
.navbar-brand img{
	height: 1.5rem;
}
.navbar-right-menu {
	position: absolute;
	right: 0;
}
.navbar-right-menu span.border {
	/* border-left: 1px solid #ccc; */
	font-size: 0.6em;
	padding-top: 2px;
	margin-left: 1em;
	/* padding-bottom: 5px; */
}
.navbar-right-menu a {
	font-size: .8em;
	color: #7c848c;
	vertical-align: middle;
	line-height: 1em;
}
.navbar-right-menu a:hover {
	text-decoration: none;
	color: #9ea7b1;
}
a.logout_link {
	margin-right: 2em;
	padding-left: 1em;
}
span.nav_border {
	font-size: .8em;
	color: #969ba0;
	margin-left: 1em;
}
.navbar-right-menu>a>i {
	transform: scale(1.5) translateY(-1px);
	margin-right: 10px;
}

.main-page-nav label, span.separete_mark{
	margin-bottom: 0;
	top: 5px;
	position: relative;
}
/******************ナビバ�*�****************/

/******************サイトバー*�****************/
nav.sidebar .nav-item > .nav-link{
	cursor: pointer;
	-webkit-transition: -webkit-transform .2s ease-in-out,all .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out,all .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out,all .2s ease-in-out;
	transition: transform .2s ease-in-out,all .2s ease-in-out;

}
nav.sidebar .nav-item > .nav-link:hover:not(.active) {
		color: #fff;
		text-decoration: none;
    background: #4c5258;
}
nav.sidebar .treeview-menu .nav-item .nav-link:hover:not(.active) {
		color: #fff;
		text-decoration: none;
    background: #4c5258;
}

nav.sidebar .nav-item > .nav-link.active {
		color: #F0854C;
    background: #2b333c;
}
nav.sidebar .treeview-menu .nav-item .nav-link.active {
		color: #F0854C;
    background: #42474c;
}
.sidebar-toggle {
	border-top: 2px solid #818182;
	white-space: nowrap;
	position: fixed;
	bottom: 0;
	padding: .5rem 1rem;
	color: #ccc;
	background-color: #32373c;
	width: 250px;
	-webkit-transition: -webkit-transform .2s ease-in-out,all .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out,all .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out,all .2s ease-in-out;
	transition: transform .2s ease-in-out,all .2s ease-in-out;
}
.sidebar-collapse .sidebar-toggle {
	width: 54px;
}
.sidebar {
	white-space: nowrap;
	overflow: auto;
	width: 250px;
	position: fixed;
	top: 2.5rem;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 1px 0;
	/*    overflow-x: hidden;
	overflow-y: auto;*/
	/*border-right: 1px solid #eee;*/
	-webkit-transition: -webkit-transform .2s ease-in-out,all .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out,all .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out,all .2s ease-in-out;
	transition: transform .2s ease-in-out,all .2s ease-in-out;
	margin-bottom: 2.5em;
}
.sidebar-collapse .sidebar {
	overflow: visible;
}
.sidebar-collapse .sidebar .nav{
	overflow: visible;
}

.sidebar-toggle i {
	transform: scale(1.5) translate(1px, -1px);
	transition: transform .2s;
}
.sidebar-collapse .sidebar-toggle i {
	transform: scale(1.5) translate(3px, 1px) rotate(180deg);
}
.sidebar-toggle:hover {
    color: #fff;
    text-decoration: none;
    background: #4c5258;
}

.sidebar-collapse .sidebar{
	width: 54px;
}
.sidebar .nav {
	overflow-y: auto;
}
.sidebar li>a>.pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
}
.menu-text {
	padding-left: 10px;
}
.sidebar-collapse .menu-text,
.sidebar-collapse .pull-right-container{
	display: none;
}
.bk-dark {
	background-color: #32373C;
}
.bk-deepdark{
	background-color: #191E23;
}
.text-ccc{
	color: #ccc;
}
a.nav-link.text-ccc:not([href]):not([tabindex]) {
	color: #ccc;
}
.nav-link {
	position: relative;
	border-bottom: 1px solid #32373c;
}
.treeview-menu{
	display: none;
}
.treeview-menu .nav-link{
	border: none;
}
/*メニュー横の矢印*/
span.pull-right-container i {
	-webkit-transition: -webkit-transform .2s ease-in-out,all .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out,all .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out,all .2s ease-in-out;
	transition: transform .2s ease-in-out,all .2s ease-in-out;
}
.menu-open span.pull-right-container i {
	transform: rotate(-90deg);
}
/*折畳のホバーメニュー表示*/
.sidebar-collapse .sidebar li:hover>a>span.menu-text {
	display: block;
	position: absolute;
	background-color: #191E23;
	padding: .5rem 1rem;
	top: 0;
	left: 54px;
	width: 230px;
	margin-left: -1px;
	border-radius: 0 4px 0 0;
}
.sidebar-collapse .sidebar li:not(.treeview)>a>span.menu-text {
	border-bottom-right-radius: 4px;
}
.sidebar-collapse .sidebar li:hover>.treeview-menu {
	display: block !important;
	position: absolute;
	left: 54px;
	width: 230px;
	margin-top: -1px;
	margin-left: -1px;
	border-radius: 0 0 4px 0;
}
/*メニュー横の丸さ*/
.nav-badge {
	position: absolute;
	font-size: .7em;
	padding: .25em .6em .3em;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s;
}
.sidebar-collapse .nav-badge {
	top: 30%;
}
/*受注管理、クレームの件数表示*/
.circle{
	color: #fff;
	text-align: center;
	float: right;
	position: relative;
	top: 0;
	right: 8px;
	background-color: #F0854C;
	width: 34px;
	border-radius: 12px;
	margin-bottom: 0;
}
/******************サイドバー****************/
main.content-wrapper{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 250px;
	-webkit-transition: -webkit-transform .2s ease-in-out,all .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out,all .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out,all .2s ease-in-out;
	transition: transform .2s ease-in-out,all .2s ease-in-out;
}
main.content-wrapper-250{
	width: calc(100% - 250px);
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 250px;
	-webkit-transition: -webkit-transform .2s ease-in-out,all .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out,all .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out,all .2s ease-in-out;
	transition: transform .2s ease-in-out,all .2s ease-in-out;
	height: calc(100vh - 40px);
	overflow: auto;
}
.sidebar-collapse main.content-wrapper {
	margin-left: 54px;
}
.sidebar-collapse main.content-wrapper-250 {
	width: calc(100% - 54px);
	margin-left: 54px;
}

.login-content-wrapper,
.change-ps-content-wrapper {
	position: relative;
	height: 100%;
	background-color: #32373C;
	overflow: hidden;
}
.logo-img {
	margin-bottom: 35px;
}
.logo-img img {
	height: 40px;
}
.center-box {
	position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#login-form .form-group,
#change-ps-form .form-group{
	margin-bottom: .8rem;
}
#login-form .form-check{
	padding-left: 10px;
}
label.login-save {
	color: #ccc;
	margin-bottom: 2em;
	font-size: .8em;
}
label.login-save input {
	margin-top: 5px;
}
button.btn-login,
button.btn-change,
button.btn-cancel,
a.btn-cancel {
	background-color: #DF5F33;
	border-color: #DF5F33;
	line-height: 2em;
	border-radius: 6px;
	font-size: .9em;
}

button.btn-login:hover,
button.btn-change:hover,
button.btn-cancel:hover {
	background-color: #CB4A1F;
	border-color: #CB4A1F;
}
button.btn-change:disabled {
	background-color: #ccc;
	border-color: #fff;
	color:#666;
}
button.btn-login:not([disabled]):not(.disabled):active,
button.btn-change:not([disabled]):not(.disabled):active,
button.btn-cancel:not([disabled]):not(.disabled):active {
	background-color: #CB4A1F;
	border-color: #CB4A1F;
}

.change-ps.text-right {
	margin-top: 1em;
}

.change-ps a {
	color: #ccc;
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
	font-size: .8em;
}
.change-ps a:hover {
	text-decoration: none;
    color: #fff;
}
.change-ps img {
	height: 1em;
	font-size: .8em;
	margin-right: 0.5rem;
}
#account {
	background-image: url(../img/icon_user.png);
}
#password,
#new_password,
#new_password_again {
	background-image: url(../img/icon_lock.png);
}
#account,
#password,
#new_password,
#new_password_again {
	background-size: 12px;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: .9em;
	line-height: 2em;
	border-radius: 6px;
}
.login-err-mgs,
.pass-err-mgs,
.err-mgs-new-pwd-again {
    color: #ff3e50;
    display: unset;
    margin-bottom: 0;
    font-size: 13px;
}
input#new_password_again {
	margin-bottom: 2em;
}
#login-form .form-control::-webkit-input-placeholder,
#change-ps-form .form-control::-webkit-input-placeholder {
	color: #A4BFCB;
}  /* WebKit, Blink, Edge */
#login-form .form-control:-moz-placeholder,
#change-ps-form .form-control::-webkit-input-placeholder {
	color: #A4BFCB;
}  /* Mozilla Firefox 4 to 18 */
#login-form .form-control::-moz-placeholder,
#change-ps-form .form-control::-webkit-input-placeholder {
	color: #A4BFCB;
}  /* Mozilla Firefox 19+ */
#login-form .form-control:-ms-input-placeholder,
#change-ps-form .form-control::-webkit-input-placeholder {
	color: #A4BFCB;
}  /* Internet Explorer 10-11 */
#login-form .form-control::-ms-input-placeholder,
#change-ps-form .form-control::-webkit-input-placeholder {
	color: #A4BFCB;
}  /* Microsoft Edge */

#ps-help {
	color: #ccc;
	margin-top: 2.5em;
	margin-bottom: 1em;
}
.change-ps-title img {
	height: 1em;
	margin-top: -0.2em;
	margin-right: .5em;
}

.change-ps-title {
	display: inline-block;
	margin-bottom: 1.5em;
}

.change-ps-title p {
	display: inline-block;
	color: #ccc;
	font-size: .9em;
	margin: 0;
}
.change-ps-col:first-child {
	padding-right: 5px;
}

.change-ps-col:last-child {
	padding-left: 5px;
}

.subtitle{
	font-size: 140%;
	font-weight: bold;
}

/*************************main*************************/
.main-content {
	font-size: 0.7rem;
}
nav.main-navbar {
	padding: 0;
}
.btn-group>.btn-main-nav {
	background-color: #fff;
	background-image: none;
	color: #D54E21;
	border: 1.3px solid #D54E21;
	border-radius: 3px;
	padding: 0.1rem 0 0;
	margin: 0;
	font-size: 0.8rem;
	min-width: 36px;
  	min-height: 32px;
}
.main-content-header-left.btn-group:first-child:not(:last-child)>.btn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.main-page-nav span.current_page {
	padding-left: 10px;
}
form.main-nav-form,
form.form-itm1-04 {
	font-size: 0.7em;
}
form.main-nav-form label {
    font-size: 12px;
}
form.main-nav-form input ,
form.form-itm1-04 input ,
.form-sm input {
	padding: 2px 7px 0px;
	font-size: 0.8rem;
	line-height: 2em;
}
form.main-nav-form select,
form.form-itm1-04 select{
	padding: 2px 7px 0px;
  font-size: 0.8rem;
  color: #333;
  border-color: #ccc;
  border-radius: 3px;
  min-height: 2.3em;
}
form.main-nav-form select.form-control-sm:not([size]):not([multiple]),
form.form-itm1-04 select.form-control-sm:not([size]):not([multiple]){
	height: 1.8em;
}
.barfix{
	position: fixed !important;
	background-color: #fef6f2;
	width: 85%;
	height: 6%;
	margin-top: -24px;
	z-index: 99;
}
.barfix .nav.ancher{
	left: 50%;
}
.barfix .main-page-nav{
	right: 50%;
}
@media screen and (max-width: 1100px) {
  .barfix {
    width: 78% !important;
  }
}
@media screen and (max-width: 1280px) {
  .barfix {
    width: 80% !important;
  }
}
/*TAB*/
.main-content .main-nav-tab {
	border: 1px solid #ddd;
}
.main-nav-tab .nav-item {
	transform: translateY(-1px);
	margin-bottom: -2px;
}
.main-nav-tab .nav-link,
.ui-tabs.ui-tabs-top.outer_tab .ui-tabs-nav.ui-widget-header li a {
    font-size: 0.8rem;
    width: 8em;
    color: #88898a;
    text-align: center;
    padding: 4px 1em 3px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
}
.main-nav-tab .nav-link.active,
.ui-tabs.ui-tabs-top.outer_tab .ui-tabs-nav.ui-widget-header li.ui-state-active a {
	border-color: red #ddd #fff;
	border-width: 2px 0px 0px 0px;
	color: #495057;
  background-color: #fff;
}
.main-nav-tab .nav-item:first-child .nav-link {
	border-left: none;
}
.main-nav-tab .nav-item:last-child .nav-link.active {
	border-right: 1px solid #ddd;
}
.btn-main-content {
	background-color: #fff;
	color: #D54E21;
	border: 1.3px solid #D54E21;
	border-radius: 3px;
	padding: 0.1rem 0.5rem;
	font-size: 1em;
}
.search-group {
	margin-right: 1rem;
}
.search-group button {
	color: #fff;
	background-color: #e85c6a;
	border-color: #e85c6a;
	line-height: 0.8rem;
	font-size: 0.8rem;
	padding: 0 0.4rem;
}
.search-group input.search {
	padding: 2px 7px 2px;
	font-size: 0.7rem;
	line-height: 1.2rem;
}
.btn-page-nav {
	padding: 0;
	border: 1px solid #ddd;
	line-height: 20px;
	height: 23px;
}

.btn-page-nav i {
	width: 23px;
}

.content-page-nav {
	padding-bottom: 3px;
}
.input-current-page {
	padding: 1px .5rem;
	font-size: .8rem;
	line-height: 1.5;
	margin-bottom: 1px;
	border-radius: 0;
	width: 2rem !important;
}
.content-page-nav .separete_mark,
.content-page-nav .total_page {
	font-size: .8rem;
}
/*table*/
.main-content-table {
	overflow: auto;
}
.main-content-table table thead th {
	font-size: .8rem;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.main-content-table table tr th:first-child,
.main-content-table table tr td:first-child,
.main-content-table table tr th,
.main-content-table table tr td {
	vertical-align: middle;
	padding: 0 .5rem;
}
.main-content-table table tbody tr input,
.main-content-table table tbody tr .form-control input {
    margin: 5px auto;
}
.main-content-table table tbody tr:nth-child(even) {
	background-color: #fff4f4;
}
.main-content-table input.form-control,
.main-content-table .form-control input{
	padding: 2px 7px 0px;
	font-size: 0.8rem;
}

/*************************main*************************/

/*************************sup*************************/
div.ui-tabs.ui-tabs-top.outer_tab {
    border-bottom: none;
    padding: 0;
}
.outer_tab.ui-tabs .ui-tabs-panel{
	padding: 0;
}
.outer_tab .ui-tabs-nav.ui-widget-header {
  padding: 0;
  border: 1px solid #ddd;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.ui-tabs.ui-tabs-top.outer_tab .ui-tabs-nav.ui-widget-header li{
  transform: translateY(-1px);
  margin: 0 0 -1px;
  border: none;
  border-radius: 0;
}

/*sup2-02 & other popup modal*/
.search-form-btn,
.popup-modal-btn {
	background-color: #fff;
	background-image: none;
	color: #D54E21;
	border: 1.3px solid #D54E21;
	border-radius: 3px;
	padding: 0.1rem 0 0;
	margin: 0;
	font-size: 0.9rem;
	min-width: 7rem;
}
/*sup2-06*/
#sup2-06-form2>.main-content-table>div>div>table>tbody>tr.ui-widget-content {
	background: #fff;
}
#sup2-06-form2>.main-content-table>div>div>table>tbody>tr.ui-widget-content:nth-child(4n+3) {
    background: #fff4f4;
}
#sup2-06-form2>.main-content-table>div>div>table>tbody>tr.ui-widget-content:nth-child(4n+4) tr.ui-widget-content {
    background: #fff4f4;
}
#sup2-06-form2 tr.ui-widget-content.ui-datatable-empty-message td{
	background: transparent;
}
#sup2-06-form2>.main-content-table>div>div>table>tbody>tr:not(.ui-expanded-row-content) {
    border-width:  3px 3px 0 3px;
    border-color: #999;
}
#sup2-06-form2>.main-content-table>div>div>table>tbody>tr.ui-expanded-row-content {
		border-width: 0 3px 3px 3px;border-color: #999;
}
#sup2-06-form2 table tbody tr td {
    border: none;
}

/*************************sup*************************/


/*************************set1-02*************************/

#new_user td {
    padding: 0.5rem;
}
/*************************set1-02*************************/

th.checkbox-th {
	width: 2.5rem;
	text-align: center;
}
.main-content-bar {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: .8rem;
}
.checkbox-td {
	text-align: center;
}
.main-content-table table {
  width: 100%;
}
.main-content-table table tbody td {
  font-size: .8rem;
}
.btn-group .btn-main-nav.btn+.btn {
    margin-left: -1.3px;
}
.main-page-nav .btn:disabled {
    color: #999;
    border-color: #999;
    opacity: 1;
}
.reg-link.ui-state-disabled {
    color: #000000;
    background: none;
    text-decoration: line-through;
}
/*************************set2-06*************************/
.form-set2-06{
  padding: 2rem;
}
.btn-form-sm {
	background-color: #fff;
	color: #D54E21;
	border: 1.3px solid #D54E21;
	border-radius: 3px;
	padding: 0.3rem 1rem;
	font-size: 0.8em;
}
/*************************set2-06**************************/

/*************************set2-07*************************/
.set2-07 .over-ini,
.req1-01 .over-ini {
  overflow: initial;
}
.set2-07 .main-content-table table,
.req1-01 .main-content-table table {
  width: 300%;
}
.set2-07 .main-content-header-navbar,
.req1-01 .main-content-header-navbar{
  position: fixed;
  background-color: #fff;
  width: calc(100% - 250px);
  padding-top: 39px;
  padding-right: 33px;
  z-index: 2;
}
.set2-07 .main-content,
.req1-01 .main-content {
  padding-top: 77px;
}
/*************************set2-07**************************/
/*************************set2-08*************************/
.set2-07 .over-ini {
  overflow: initial;
}
.set2-08 .main-content-table table {
  width: 100%;
}
/*************************set2-08**************************/

/*************************req1-02*************************/
.main-content-top{
  height: calc(60% - 67px);
  overflow-y: auto;
}
.main-content-bottom{
  height: 40%;
  overflow-y: auto;
}
.main-content-table table tbody .slim-tr{
  line-height: 1.5rem;
}
.slim-navbar {
	padding: 5px;
}
.slim-navbar .btn.btn-main-content {
	font-size: 0.9rem;
	padding: 0.1rem 0.4rem;
}
.form-req1-02{
  font-size: .8rem;
}
.form-control-xsm {
  font-size: .8rem;
  padding: .25rem .5rem;
  line-height: 1rem;
  border-radius: .2rem;
}
select.form-control-xsm:not([size]):not([multiple]) {
  height: calc(1.6rem + 2px);
  padding-top: 0.1rem;
}
.label-td{
  text-align: right;
}
form.form-req1-02 table td {
	padding: .5rem .25rem;
}
div#resize-handle {
	position: absolute;
	top: 0;
	width: 100%;
	height: 8px;
	z-index: 999;
	text-align: center;
	font-size: 0.6rem;
	font-weight: bold;
	cursor: n-resize;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
/*************************req1-02**************************/

/*************************itm1*****************************/
.itm1-02 .main-content-table table tbody tr {
  line-height: 2rem;
}


.itm1-04-nav .nav-link{
  font-size: .8rem;
	color: #D54E21;
	border-bottom: 1px solid #D54E21;
	padding: 0;
	margin: .5rem 1rem;
}
.form-itm1-04-part-1,
.form-itm1-04-part-2{
  margin-bottom: 2rem;
}
.product-img{
	width: 100%;
	height: 100%;
	background-color: #ddd;
}
.form-itm1-04-collapse{
  color: #000;
}
.form-itm1-04-collapse:hover{
  color: #111;
}
.card-part{
  margin-bottom: 1rem;
}
/*************************itm1*****************************/
/*************************sal1,2*****************************/
.form-group-left{
	margin-left: 8.33%;
}
/*************************sal1,2*****************************/

/*************************sal3*****************************/
.search-button{
	position: absolute;
	right: 492px;
	top: 61px;
}
.search-button select{
	height: 26px;
	border-radius: 4px;
}
.search-button .ui-button{
	padding: 0 10px;
	margin-left: 10px;
	border-radius: 4px;
	height: 26px;
}
.search-button .ui-button span{
	padding-top:0;
	padding-bottom:0;
}

.linkInTable{
	padding:0;
	height: 24px;
}
.linkInTable span{
	margin-left: 2px;
	color: #D54E21;
}

/*************************sal3*****************************/

/*************************error-msg*************************/
span.error-msg {
	position: absolute;
	color: #D54E21;
	left: 250px;
}
#errorModal .modal-content {
	background-color: #ff0018b8;
	color: #fff;
}

#errorValidate .modal-content {
	background-color: #ff0018b8;
	color: #fff;
}
/*************************error-msg*************************/

/*************************color*************************/
.bg-w-g{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.bg-r {
	background-color: #ffeeee;
}
.bg-orange{
	background-color: #e85c6a;
}
.bg-gray{
	background-color: #343a40;
}
.bg-pink{
	background-color: #fef6f2;
}
.input_not_null {
	background-color: #FDFFDD !important;
	background: #FDFFDD !important;
}

.highlight{
	background: #FCDCCD;
}

.collapse-open{
  transform: rotate(90deg);
}

/*************************color*************************/
/*input fontawesome*/
input.search {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
/*input custom checkbox*/
.custom-checkbox {
	margin: 0;
	padding-left: 1rem;
	padding-bottom: 0.3rem;
}
.custom-radio {
	margin: 0;
	padding-left: 1rem;
	padding-bottom: 0.3rem;
}
.custom-checkbox .custom-control-indicator {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.custom-control-input:checked~.custom-control-indicator {
	color: #fff;
	background-color: #e85c6a;
	border: 1px solid #e84c6a;
}
/*last-btn radius fix*/
.btn-group>.btn.last-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*************************RWD*************************/
@media (max-width: 575px){
	.menu-text,
	.pull-right-container{
		display: none;
	}
	.d-sidebar-collapse .menu-text,
	.d-sidebar-collapse .pull-right-container{
		display: initial;
	}
	.sidebar{
		width: 54px;
		overflow: visible;
	}
	.sidebar .nav{
		overflow: visible;
	}
	.d-sidebar-collapse .sidebar{
		width: 250px;
	}
	.sidebar-toggle {
		width: 54px;
	}
	.d-sidebar-collapse .sidebar-toggle {
		width: 250px;
	}
   .sidebar-toggle i {
		transform: scale(1.5) translate(3px, 1px) rotate(180deg);
	}
	.d-sidebar-collapse .sidebar{
		width: 250px;
		overflow: auto;
	}
	.d-sidebar-collapse .sidebar .nav{
		overflow: auto;
	}
	.d-sidebar-collapse .sidebar-toggle i {
		transform: scale(1.5) rotate(0deg) translate(1px, -1px);
	}
	main.content-wrapper{
		margin-left: 54px;
	}
	main.content-wrapper-250{
		width: calc( 100% - 54px );
		margin-left: 54px;
	}
	.d-sidebar-collapse main.content-wrapper{
		margin-left: 0;
		-webkit-transform: translate(250px, 0);
		-ms-transform: translate(250px, 0);
		-o-transform: translate(250px, 0);
		transform: translate(250px, 0);
	}
	.d-sidebar-collapse main.content-wrapper-250{
		margin-left: 0;
		-webkit-transform: translate(250px, 0);
		-ms-transform: translate(250px, 0);
		-o-transform: translate(250px, 0);
		transform: translate(250px, 0);
	}
	body:not(.d-sidebar-collapse) .sidebar li:hover>a>span.menu-text {
		display: block;
		position: absolute;
		background-color: #191E23;
		padding: .5rem 1rem;
		top: 0;
		left: 54px;
		width: 230px;
		margin-left: -1px;
		border-radius: 0 4px 0 0;
	}
	body:not(.d-sidebar-collapse) .sidebar li:not(.treeview)>a>span.menu-text {
		border-bottom-right-radius: 4px;
	}
	body:not(.d-sidebar-collapse) .sidebar li:hover>.treeview-menu {
		display: block !important;
		position: absolute;
		left: 54px;
		width: 230px;
		margin-top: -1px;
		margin-left: -1px;
		border-radius: 0 0 4px 0;
	}

}




/*************************badge*************************/
.badge-lg {
    font-size: 12px;
    line-height: 1rem;
    width: 5rem;
    opacity: 0.7;
}
.badge-lg_itm {
    font-size: 12px;
    line-height: 1rem;
    width: 6.5rem;
    opacity: 0.7;
}
.badge-red2{
	color: #fff;
	background-color: #BC365F;
}
.badge-red3{
	color: #fff;
	background-color: #ff6666;
}
.badge-blue{
	color: #fff;
	background-color: #4290e0;
}
.badge-blue2{
	color: #fff;
	background-color: #005bbd;
}
.badge-blue3{
	color: #fff;
	background-color: #008080;
}
.badge-blue4{
	color: #fff;
	background-color: #00ffff;
}
.badge-blue5{
	color: #fff;
	background-color: #778ba5;
}
.badge-green{
	color: #fff;
	background-color: #1db7a0;
}
.badge-green2{
	color: #fff;
	background-color: #003300;
}
.badge-green3{
	color: #fff;
	background-color: #16BF42;
}
.badge-green4{
	color: #fff;
	background-color: #4caf50;
}
.badge-red{
	color: #fff;
	background-color: #F20C0C;
}
.badge-yellow{
	color: #fff;
	background-color: #c1ca36;
}
.badge-yellow2{
	color: #fff;
	background-color: #ffbb33;
}
.badge-orange{
	color: #fff;
	background-color: #F8972F;
}
.badge-orange2{
	color: #fff;
	background-color: #EA6A1D;
}
.badge-gray{
	color: #fff;
	background-color: #6f6f6f;
}
.badge-brown{
	color: #fff;
	background-color: #a52a2a;
}
.badge-purple{
	color: #fff;
	background-color: #9f70b7;
}
.badge-purple2{
	color: #fff;
	background-color: #A33A8B;
}
.badge-navy{
	color: #fff;
	background-color: #3e4088;
}
.badge-orange3{
	color: #fff;
	background-color: #FFCCCC;
}

.badge-gray{
	color: #fff;
	background-color: #808080;
}


.badge-orange4{
	color: #fff;
	background-color: #FF5733;
}

.badge-orange5{
	color: #fff;
	background-color: #FF88CC;
}

.badge-orange6{
	color: #fff;
	background-color: #BBBBCC;
}

.badge-orange7{
	color: #fff;
	background-color: #BBBBF0;
}


/*************************badge*************************/
.btn-seiritu{
	padding: 0rem 0.3rem;
	font-size: 1rem !important;
	color: #fff !important;
	vertical-align: initial !important;
}
.btn-seiritu i{
	width: 10px !important;
}
.seiritu-default {
	background-color: #ccc !important;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ccc)) !important;
}
.seiritu-o {
	background-color: #e85c6a !important;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e85c6a)) !important;
}
.seiritu-x {
	background-color: #666 !important;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#666)) !important;
}
.form-sm  select.form-control-sm:not([size]):not([multiple]),
.main-content-table select.form-control-sm:not([size]):not([multiple]){
	font-size: 0.8rem;
	height: 1.8em;
	padding: 0;
}
.btn-td{
	height: 23px;
	line-height: 1;
	color: #e85c6a;
	background-color: #fff;
	border: 1px solid #e85c6a;
	width: 33px;
}
.btn-group-td{
	vertical-align: baseline;
}
.form-row .label-right{
	right: 1rem;
	justify-content: flex-end;
}
.sup2-07-modal-label {
	padding: .5rem 1rem;
	color: #fff;
}
.sup2-02-modal select.form-control-sm:not([size]):not([multiple]),
.sup2-07-modal select.form-control-sm:not([size]):not([multiple]){
	font-size: 0.8rem;
	height: 1.8em;
	padding: 0;
}
.btn-lg{
	font-size: .8rem;
}
.reg-link {
  color: #e85c6a;
  cursor: pointer;
}
.reg-link span:hover{
  border-bottom: 1px solid #e85c6a;
}
.custom-radio-span {
	vertical-align: middle;
	margin-left: 1rem;
}
.custom-radio-span span.custom-control-indicator{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}


/*sup2-03 table title fix hardly*/
#tabeigyou .ui-datatable-scrollable-header-box {
    margin-right: 0 !important;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.btn-danger.btn-change.disabled, .btn-danger.btn-change:disabled{
	background-color: #ccc;
	border-color: #fff;
	color:#666;
}

.table-fix-height > .dataTables_wrapper > .dataTables_scroll {
	max-height: 680px;
	overflow: auto;
}