/* == .FORM-CUSTOM == */
.form-custom .wrapper{
    background-color:#FFF;
}
.form-custom .field .control select{
    border:1px solid #d6d6d6;
	/* padding:0px 15px; */
    /* border: none; */
    width:100%;
	height:35px;
	line-height:35px;
    border-radius:25px;
}
.form-custom .field .uk-button{
    background:transparent;
    background-color:#b92727;
	/* background: linear-gradient(90deg, #DE7A96 0%, #FFA9C1 100%); */
    color:#FFF;
    text-shadow:none;
    width:100%;
    line-height:35px;
    min-height:35px;
	padding:0px 15px;
    border-radius:25px;
    text-transform: uppercase;
    font-weight: bold;
    /* white-space:nowrap; */
    /* overflow:hidden; */
    /* text-overflow:ellipsis; */
}
.form-custom .field .uk-button>i{
    vertical-align:middle;
	margin-right:5px;
}
.form-custom .desktop{
    background-color: #FFF;
    padding: 4px;
	margin:0px 0px 0px 0px;
    border-radius: 5px;
}
.form-custom .uk-panel.uk-active .desktop{
	margin:10px 0px 0px 0px;
}
.form-custom .desktop .uk-form{
    border-radius: 5px;
    /* padding: 25px 35px; */
    padding: 15px 15px;
    background-color:#044f28;
	/* background-image:url(image/bg-form.png); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
}
.form-custom.home-index .desktop{
    margin-top: -40px;
    border-radius: 50px 50px 50px 50px;
}
.form-custom.home-index .desktop .uk-form{
    border-radius: 50px 50px 50px 50px;
    padding: 15px 25px;
}
.form-custom.search-index .desktop{
    padding: 0px;
    margin-top: 15px;
}
.form-custom.search-index .desktop .uk-form{
    background-color: #eeeeee;
    padding: 10px 10px;
    border-left: 5px solid #044f28;
    border-radius: 0px;
}
.form-custom .desktop .datagrid{
	margin-top:0px;
}
.form-custom .desktop .field .label{
	display:none;
}
.form-custom .mobile {
    margin-top: -25px;
    background-color: #FFF;
    border-radius: 25px;
    padding: 1px;
}
.form-custom .mobile .uk-form {
    padding: 10px 10px;
    border-radius: 25px;
    background-color:#044f28;
    /* background-image: url(image/bg-form.png); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
}
.form-custom .mobile .input {
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    border: none;
    width: 100%;
    border-radius: 25px;
    background-color: #FFF;
}
.form-custom .mobile .uk-button{
    background-color: #b92727;
    line-height:30px;
    min-height:30px;
    width:30px;
    height:30px;
    padding:0px;
    border-radius:50%;
}
.form-custom .mobile .uk-button>i{
    vertical-align:middle;
}
/* .form-custom .uk-panel{ */
    /* background-color:#FFF; */
	/* background-image:url(image/bg-form.png); */
    /* padding:25px 25px 0px 25px; */
    /* border-radius:5px; */
/* } */
/* .form-custom .uk-panel.uk-active{ */
	/* padding:15px 25px; */
    /* border-radius:0px; */
	/* box-shadow:0px 4px 8px rgba(182, 182, 182, 0.18); */
/* } */
/* .form-custom .uk-panel.uk-active .field .control select{ */
    /* height:30px; */
    /* line-height:30px; */
/* } */
/* .form-custom .uk-panel.uk-active .field .uk-button{ */
    /* line-height:30px; */
    /* min-height:30px; */
/* } */
/* .form-custom .datagrid{ */
	/* margin-top:0px; */
/* } */
/* .form-custom .datagrid .field .label{ */
	/* display:none; */
/* } */
/* .form-custom .desktop .uk-grid-small{ */
    /* margin-left:-10px; */
/* } */
/* .form-custom .desktop .uk-grid-small>*{ */
    /* padding-left:10px; */
/* } */
/* .form-custom .desktop .field .control{ */
    /* margin-top:5px; */
/* } */
/* .form-custom .mobile .uk-modal-dialog{ */
	/* padding:15px 15px; */
/* } */
/* .form-custom .mobile .datagrid .uk-grid>div{ */
	/* margin-top:10px; */
/* } */
/* .form-custom.home-index .uk-container{ */
/* } */
/* .form-custom.home-index .uk-panel { */
/* } */
@media (max-width:767px){
	/* .form-custom.home-index .uk-panel{ */
		/* margin-top:-60px; */
		/* padding:0px; */
		/* border-radius:25px; */
	/* } */
}
/* == .FORMMODAL-CUSTOM == */
.formmodal-custom{}
.formmodal-custom .overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    padding-top:250px;
    text-align:center;
    z-index:1;
}
.formmodal-custom .uk-panel{
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:2;
    background:#FFF;
    border-radius:10px 10px 0px 0px;
}
.formmodal-custom .header{
	background-color:#044f28;
	/* background-image:url(image/bg-form.png); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    color:#FFF;
    font-size:inherit;
    line-height:inherit;
    padding:8px 15px;
    border-radius:10px 10px 0px 0px;
    text-transform:uppercase;
}
.formmodal-custom .header .uk-panel-title{
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
}
.formmodal-custom .header .uk-panel-title>*{
	color:#FFF;
}
.formmodal-custom .header a{
    color:#FFF;
}
.formmodal-custom .datagrid{
    padding:0px 15px 15px 15px;
}
/* .formmodal-custom .datagrid .uk-grid>div{ */
	/* margin-top:15px; */
/* } */
.formmodal-custom .field .label{
	display:none;
}
.formmodal-custom .field .control{
    margin-top:0px;
}
.formmodal-custom .field .control label strong{
	margin-left:5px;
}
.formmodal-custom .field .control input[type=text],
.formmodal-custom .field .control select{
    padding:0px 15px;
    height:35px;
    line-height:35px;
    border:1px solid #9E9E9E;
    border:none;
    width:100%;
    border-radius:25px;
    background-color:#EEEEEE;
}
.formmodal-custom .field .control .uk-button-{
    background:transparent;
    /* background-color:#000; */
	background: linear-gradient(90deg, #DE7A96 0%, #FFA9C1 100%);
    color:#FFF;
    text-shadow:none;
    width:100%;
    line-height:35px;
    min-height:35px;
    height:35px;
	padding:0px 15px;
    border-radius:25px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-transform:uppercase;
}
.formmodal-custom .field .control .uk-button{
    background:transparent;
	background-color:#044f28;
    /* background-color:#000; */
	/* background: linear-gradient(90deg, #DE7A96 0%, #FFA9C1 100%); */
    color:#FFF;
    text-shadow:none;
    width:100%;
    line-height:35px;
    min-height:35px;
	padding:0px 15px;
    border-radius:25px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    /* white-space:nowrap; */
    /* overflow:hidden; */
    /* text-overflow:ellipsis; */
}
.formmodal-custom .field .control .uk-button>i{
    vertical-align:middle;
	margin-right:5px;
}
/* == .FORMBAR-CUSTOM == */
.formbar-custom .wrapper{
    background-color:#FFF;
    box-shadow:rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.formbar-custom .uk-panel{
	padding:10px 0px;
    position:relative;
    z-index:1;
}
.formbar-custom .tool>.uk-list{
    white-space:nowrap;
    overflow-y:auto;
}
.formbar-custom .tool>.uk-list>li{
    margin-right:5px;
    padding:3px 15px;
    display:inline-block;
    border:1px solid #9E9E9E;
    border-radius:25px;
}
.formbar-custom .tool>.uk-list>li.label>i{
    margin-right:5px;
}
/* .formbar-custom .tool>.uk-list>li:last-child{ */
    /* border-right:none; */
/* } */
.formbar-custom .tool>.uk-list>li>i{
    vertical-align:middle;
}
.formbar-custom .tool>.uk-list>li>a{}
.formbar-custom .tool>.uk-list>li>a>i{
    margin-left:5px;
    vertical-align:middle;
}
@media (max-width:767px){
	.formbar-custom .wrapper{
		box-shadow:none;
	}
	.formbar-custom .uk-container{
		padding:0px 0px 0px 15px;
	}
}