@charset "UTF-8";

body{
/*	background-color: #fff8f1;*/

/*background-color: #fff1e3;*/

/*background-color: #fff1e4;*/
}

/*p{color: #4B4B4B;}*/

/* //-- test select */
::-moz-selection { /* Code for Firefox */
  color: red;
  background: yellow;
}

::selection {
  color: red;
  background: yellow;
}
/* test select --// */
label,
p {color: #8C8C8C;}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color: #8C8C8C;}

hr{border-top: 1px solid #eee;}

.navbar-color{
	color: #ffffff;
/*	background-color:#4b6043;*/
/*background-color:#e6a768;*/

/*background-color: #ffd6ab;*/
/*background-color: #b38251;*/


/*background-color: #00b8cc;*/
background-color: #f1d1b3;
/*background-color: #fff0bd;*/
}
.x_nav{
	margin-top: .4rem;
	font-size: 2.5rem;
	color:#ad723f;
/*color:#63471f;*/
}

.nav-title i,
/*.nav-title h1{color: #78583A;}*/
.nav-title h1{color: #ad723f;}
.nav-ico{color: #907052;}
/*.nav-ico{color: #ad723f;}*/


/*.content-body{background-color: #ffffeb;}*/
.content-body{background-color: #fff8f1;}
.content-wrap{
	background-color: #fffef7;
	border: .1rem solid #f1d1b3;
}
/* //-- form */
	.fa-field-ico{color: #f1d1b3;}
	.dflt-border{
		border: .1rem solid #f1d1b3; ;
/*		-webkit-box-shadow: 0 1px 2px 0 rgba(241, 209, 179, 0.1);*/
/*		-moz-box-shadow   : 0 1px 2px 0 rgba(241, 209, 179, 0.1);*/
/*		box-shadow        : 0 1px 2px 0 rgba(241, 209, 179, 0.1);*/
	}

	.input-wrap-frm{
		border: .1rem solid  #f1d1b3;;
/*		-webkit-box-shadow: 0 1px 2px 0 rgba(241, 209, 179, 0.1);*/
/*		-moz-box-shadow   : 0 1px 2px 0 rgba(241, 209, 179, 0.1);*/
/*		box-shadow        : 0 1px 2px 0 rgba(241, 209, 179, 0.1);*/
	}
.input-wrap-frm:focus{
	
		outline: none;
		border-color:  rgb(241, 209, 179);
		box-shadow: 0 0 .8rem 0 rgb(241, 209, 179);

	}

/*	 form --// */

/* //-- button */
input[type="radio"]:checked {border: 2px solid #f0ad73; background-color: #f0ad73 }
input[type="radio"] {border: 2px solid #bbbbbb;background-color: #e7e6e7;}
/*
input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 1.2ex;
   height: 0.4ex;
   background: rgba(0, 0, 0, 0);
   top: 0.9ex;
   left: 0.4ex;
   border: 3px solid blue;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
        
     
input[type="checkbox"] + label::before {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 2ex;
   width: 2ex;
   background-color: white;
   border: 1px solid rgb(166, 166, 166);
   border-radius: 4px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
   margin-right: 0.5em;
}*/


.primary-btn-color{
	color: #ffffff;
	box-shadow: inset 0px 1px 0px 0px #efdcfb;
	background: linear-gradient(to bottom, #f1d1b3 5%, #f0ad73 100%);
  background-color: rgba(0, 0, 0, 0);
	background-color: #f1d1b3;
	border: 1px solid #f1d1b3;
}


.btn_act{
	color: #ad723f;
	box-shadow: inset 0px 1px 0px 0px #efdcfb;
	background: linear-gradient(to bottom, #f1d1b3 5%, #f0ad73 100%);
  background-color: rgba(0, 0, 0, 0);
	background-color: #f1d1b3;
	border: 1px solid #f1d1b3;
}

.btn_dact{
	color: #ad723f;
/*	box-shadow: inset 0px 1px 0px 0px #efdcfb;*/
	/*background: linear-gradient(to bottom, #f1d1b3 5%, #f0ad73 100%);
  	background-color: rgba(0, 0, 0, 0);*/
/*	background-color: #93e026;
	border: 1px solid #93e026;*/
}

/*.btn_act{color: #00a1b3}*/
/*.btn_dact{
	color: #f1d1b3;*/
	/*box-shadow: inset 0px 1px 0px 0px #efdcfb;
	background: linear-gradient(to bottom, #f1d1b3 5%, #f0ad73 100%);
  	background-color: rgba(0, 0, 0, 0);
	background-color: #f1d1b3;*/
/*	border: 1px solid #f1d1b3;
}*/

.thumb-act{color: #00b8cc}
.thumb-dact{color: #c0c0c0}
/* button --// */

/* //-- popup window object delete  */
.obj-del{color: #e1c1a3;}
#popText{color: #e1c1a3;}
.popdel, .cancle-order{background: rgb(0, 0, 0, .8);}
.popdel_content{
	background-color: #fffef7;
	border: .1rem solid #f1d1b3;
	-webkit-box-shadow: 1px 0px 11px 1px rgba(0,0,0,0.24); 
	box-shadow: 1px 0px 11px 1px rgba(0,0,0,0.24);
}
/* popup window object delete  --// */


.object-container{
/*	background-color: #ffffeb;*/
	background-color: #fff8f1;
	border: .1rem solid #ddd;
}
/*#color: #B0B0B0*/
.fg-txt-d{color: #8C8C8C}
.fg-ico-d{color: #c0c0c0}

.fg-f{color: #ffffff}
.fg-a4{color: #a4a4a4}
.fg-g{color: #00b300}/* #04AA6D  #4caf50 */
.fg-r{color: #f44336}/* red */
.fg-b{color: #00a1b3}
.fg-o{color: #ff9800}/* orenge */
.fg-y {color: #FFC107}

/*#93e026; green*/


.bdr-1g{border: 1px solid #4caf50}





/* //-- messages */
.msg_succ{
	background-color: #ccffcc;
	border: .2rem solid green;
}
.msg_succ p{color: green;}

.messages .success{
	color: green;
	background-color: #ccffcc;
}
.messages .error{
	color: red;
	background-color: #FFDEDC;
}
/* messages --// */
