/*Sky-Forms
------------------------------------*/
/*Contact Style*/
.sky-form.contact-style {
  border: none;
}

/*Comment Style*/
.sky-form.comment-style,
.sky-form.comment-style fieldset {
  padding: 0;
  border: none;
  background: inherit;
}

.sky-form.comment-style input,
.sky-form.comment-style textarea {
  border: none;
}

.sky-form.comment-style input:focus,
.sky-form.comment-style textarea:focus {
  box-shadow: none;
}

/*Comment Style v2*/
.sky-form.comment-style-v2,
.sky-form.comment-style-v2 fieldset {
  padding: 0;
  border: none;
  background: inherit;
}

.sky-form.comment-style-v2 input,
.sky-form.comment-style-v2 textarea {
  border: none;
}

.sky-form.comment-style-v2 input:focus,
.sky-form.comment-style-v2 textarea:focus {
  box-shadow: none;
}

.sky-form.comment-style-v2 .form-control {
  padding: 20px 15px;
}

/*Sky Space*/
.sky-form .sky-space-20 {
  margin-bottom: 20px;
}

.sky-form .sky-space-30 {
  margin-bottom: 30px;
}

/**/
/* defaults */
/**/
.sky-form {
  box-shadow: none;
  border: 1px solid #eee;
}

.sky-form header {
  color: inherit;
  display: block;
  font-size: 20px;
  background: #fff;
  font-weight: 400;
  padding: 8px 30px;
}

.sky-form fieldset.no-padding {
  padding: 0;
}

.sky-form fieldset {
  background: #fff;
}

.sky-form footer {
  background: #fff;
  padding: 15px 30px;
}

.sky-form a {
  color: white;
}

.sky-form a.btn-u {
  color: #fff;
}

.sky-form .input input {
  height: 34px;
  padding: 6px 12px;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  border-width: 1px;
  font-size: 14px;
  color: #404040;
}

.sky-form .select select {
  height: 33px;
  padding: 6px 10px;
}

.sky-form .select-multiple select {
  height: auto;
}

/**/
/* file inputs */
/**/
.sky-form .input-file .button {
  height: 32px;
  top: 1px;
  right: 1px;
}

/**/
/* captcha inputs */
/**/
.sky-form .input-captcha img {
  position: absolute;
  top: 1px;
  right: 1px;
  border-left: 1px solid #e5e5e5;
}


/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #bbb;
}
.sky-form .toggle i:before {
  background-color: #999;  
}

.sky-form .button {
  background: #72c02c;
}

/**/
/* toggles */
/**/
.sky-form .toggle {
	font-weight: normal;
}

.sky-form .toggle i {
  width: 54px;
  height: 21px;
  border-width: 1px;
}
.sky-form .toggle i:after {
  top: 3px;
}
.sky-form .toggle i:before {
  top: 5px;
  right: 6px;
}

/*(remove Bootstrap 'radio, checkbox' margin-top)
--------------------------------------------------*/
.radio, .checkbox {
  margin-top: 0;
}

/**/
/* radios and checkboxes */
/**/
.sky-form .radio i,
.sky-form .checkbox i {
  width: 17px;
  height: 17px;
  border-width: 1px;
}

.sky-form .checkbox input + i:after {
  top: 2px;
  left: 0;
  font: normal 10px FontAwesome;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
  top: 5px;
  left: 5px;
  background-color: #999;  
}
.sky-form .checkbox input + i:after {
  color: #999;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: #999;  
}
.sky-form .rating input:checked ~ label {
  color: #72c02c; 
}

/**/
/* selects */
/**/
.sky-form .select i {
  top: 14px;
  width: 9px;
  right: 13px;
  height: 6px;
}
.sky-form .select i:after,
.sky-form .select i:before {
  top: 4px;
}
.sky-form .select i:before {
  top: -2px;
  border-bottom: 4px solid #404040;
}

.label-rounded .ui-slider-handle {
  border-radius: 50% !important;
}

/**/
/* icons */
/**/
.sky-form .icon-append,
.sky-form .icon-prepend {
  top: 1px;
  height: 32px;
  font-size: 14px;
  line-height: 33px;
  background: inherit;
}
.sky-form .icon-append {
  right: 1px;
  padding: 0 3px;
  min-width: 34px;
}

.sky-form .icon-prepend {
  left: 6px;
  padding-right: 5px;
}

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus {
 	/* border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;	 */
}

.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
/*   border-color: #999;
  box-shadow: none; */
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea {
	/* border-color: #999; */
}

.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
  border-color: #999;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #72c02c;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
  color: #b3b3b3;
}

/**/
/* disabled state */
/**/
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
  border-color: #bbb;
}

/**/
/* datepicker */
/**/
.ui-datepicker-header {
  padding: 10px 0;
  font-size: 16px;
}

.ui-datepicker-inline {
  border-width: 1px;
}

.ui-datepicker-inline .ui-datepicker-header {
  line-height: 27px;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
  font-size: 18px;
  line-height: 47px;
}

.ui-datepicker-calendar a {
  border: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-active {
  background: inherit;
  border: 1px solid #bbb;
}
.ui-datepicker-calendar a:hover {
  background: inherit;  
  border: 1px solid #bbb;
}

/**/
/* bootstrap compatibility */
/**/
.sky-form button *,
.sky-form button *:after,
.sky-form button *:before {
  margin: 0 auto;
  padding: 0 auto;
}

.btn-u.button-uploading:after {
  top: 6px;
}
.btn-u.btn-u-lg.button-uploading:after {
  top: 10px;
}
.btn-u.btn-u-sm.button-uploading:after {
  top: 3px;
}
.btn-u.btn-u-xs.button-uploading:after {
  top: 2px;
}

.label {
  padding: 0.2em 0 0.3em;
}

/*Fix for datepicker's responsive issue on resolution 1024x768*/
/*.ui-datepicker-calendar a,*/
.ui-datepicker-calendar span {
  width: 26px;
  /*color: #bfbfbf;*/
}

/* margin, padding, float */
.m-b-none{margin-bottom: 0!important}
.p-none{padding: 0!important}
.m-t-am2{margin-top: -2px!important}
.m-b{margin-bottom: 15px!important}
.m-t{margin-top: 15px!important}
.m-r{margin-right: 15px!important}
.f-l{float:left}
.f-r{float: right}
.txt-r{text-align: right}
.m-t-2{margin-top:2px}
.m-r-xs{margin-right: 5px;}
.panel-group .panel{border-radius:0}
.p-l-none{padding-left: 0!important}

@media screen and (max-width: 768px){
	.p-none-wapper{padding:0}
}

@media (max-width: 320px){
	.btn-group-custum {margin-top:-3px}
}
@media (min-width: 321px){
	.btn-group-custum {margin-top:-2px}
}

a.accordion-toggle{background: #E5FAE1!important; color: #309A28!important;}
i.fa-chevron-down, i.fa-chevron-up{float: right; padding-top: 5px; margin-right: 0;}

.tb-lb-center{text-align: center;}

.lb-bold{font-weight: bold!important;}
.lb-normal{font-weight:normal}

.acc-v1 .panel-heading a{padding:5px 15px}

div.ui-datepicker{background: white}
select{padding-right: 30px}
@media screen and (max-width: 320px){
	.pd-panel-resize{padding:15px 0 0 0!important;}
	.pd-panel-default-resize{border-left: none; border-right: none}
}

#toast-container > div {-webkit-box-shadow: 0 0 3px #999!important; box-shadow: 0 0 3px #999!important; opacity: 1!important; padding: 8px 15px 8px 40px!important;background-position: 7px center!important;}
#toast-container > :hover {-webkit-box-shadow: 0 0 3px #999!important; box-shadow: 0 0 3px #999!important;}
.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover{background: #72c02c}
.ladda-button[data-style=slide-right]{overflow: inherit!important;}

/* STYLE TABLE EMPTY */
.tb-empty{border-top: none!important;border-bottom: 1px solid #eee}
.txt-result-tb{padding-left: 8px;font-weight: bold;margin-top: 10px; margin-bottom: -6px;}

.required{font-size: 13px;color: red;padding-left: 5px}

.color-w{color: white!important}

.legend-label
{
	background: rgba(128, 128, 128, 0.06);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    padding: 3px 10px;
}

.ladda-button{
	background: #72c02c!important;
    padding: 6px 13px!important;
    font-size: 14px!important;
    border: 0!important;
}

.ladda-button:hover{
	background: #5fb611!important;   
}
.btn-u-sm, a.btn-u-sm{padding: 4px 12px!important;}
.btn-u.btn-u-sea {
    background: #3eb547!important;
}

.btn-u.btn-u-sea:hover {
    background: #40ca4b!important;
}

/* place holder */
/* ::-webkit-input-placeholder { WebKit, Blink, Edge
    color: #f1eeee;
    font-style: italic;
} */
/* :-moz-placeholder { Mozilla Firefox 4 to 18
  	color: #f1eeee;
  	font-style: italic;
   opacity:  1;
} */
/* ::-moz-placeholder { Mozilla Firefox 19+
  color: #f1eeee;
  font-style: italic;
   opacity:  1;
} */
/* :-ms-input-placeholder { Internet Explorer 10-11
   color: #f1eeee;
   font-style: italic;
}
::-ms-input-placeholder { Microsoft Edge
  color: #f1eeee;
  font-style: italic;
} */

.btn-u.btn-u-brown{background: #0076a3!important}
.btn-u.btn-u-brown:hover{background: #0076a3!important}

.acc-v1 .panel-heading a {font-weight: bold;font-family:'UTM helve'}
.m-r-10{margin-right:10px}

/* */
.view-areatext{font-size: 13px!important; border: 0!important;border-color: white!important; padding: 0!important}
{text-indent: 52px}

.btn-new, .btn-new:hover{background: #119877!important}

.btn-xoa, .btn-xoa:hover{background: #EE1D20!important;}

.btn-save, .btn-save:hover{background: #0077A2!important}



.h4-panel{font-size: 14px;font-weight: bold;  margin: 0; border-bottom: 1px #ddd dashed;}
.h4-panel-control{font-size: 14px; font-weight: bold; margin: 0; border-bottom: 1px #ddd dashed; background: #eee; padding: 2px 0 2px 10px}
.txt-indent{text-indent: 5px}

.fa-times{color: #CF2639!important;padding: 2px 6px!important; font-size: 18px!important; cursor: pointer;}

label.checkbox{font-size: 13px!important;font-weight: bold!important; color: #555!important;line-height: 21px!important}
.sky-form.contact-style{border:none}.sky-form.comment-style,.sky-form.comment-style fieldset{padding:0;border:none;background:inherit}.sky-form.comment-style input,.sky-form.comment-style textarea{border:none}.sky-form.comment-style input:focus,.sky-form.comment-style textarea:focus{box-shadow:none}.sky-form.comment-style-v2,.sky-form.comment-style-v2 fieldset{padding:0;border:none;background:inherit}.sky-form.comment-style-v2 input,.sky-form.comment-style-v2 textarea{border:none}.sky-form.comment-style-v2 input:focus,.sky-form.comment-style-v2 textarea:focus{box-shadow:none}.sky-form.comment-style-v2 .form-control{padding:20px 15px}.sky-form .sky-space-20{margin-bottom:20px}.sky-form .sky-space-30{margin-bottom:30px}.sky-form{box-shadow:none;border:1px solid #eee}.sky-form header{color:inherit;display:block;font-size:20px;background:#fff;font-weight:400;padding:8px 30px}.sky-form fieldset.no-padding{padding:0}.sky-form fieldset{background:#fff}.sky-form footer{background:#fff;padding:15px 30px}.sky-form a{color:inherit}.sky-form a.btn-u{color:#fff}.sky-form .input input{height:34px;padding:6px 12px}.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea{border-width:1px;font-size:14px;color:#404040}.sky-form .select select{height:33px;padding:6px 10px}.sky-form .select-multiple select{height:auto}.sky-form .input-file .button{height:32px;top:1px;right:1px}.sky-form .input-captcha img{position:absolute;top:1px;right:1px;border-left:1px solid #e5e5e5}.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea,.sky-form .radio i,.sky-form .checkbox i,.sky-form .toggle i,.sky-form .icon-append,.sky-form .icon-prepend{border-color:#bbb}.sky-form .toggle i:before{background-color:#999}.sky-form .button{background:#72c02c}.sky-form .toggle{font-weight:400}.sky-form .toggle i{width:54px;height:21px;border-width:1px}.sky-form .toggle i:after{top:3px}.sky-form .toggle i:before{top:5px;right:6px}.radio,.checkbox{margin-top:0}.sky-form .radio i,.sky-form .checkbox i{width:17px;height:17px;border-width:1px}.sky-form .checkbox input + i:after{top:2px;left:0;font:normal 10px FontAwesome}.sky-form .radio input + i:after{top:5px;left:5px;background-color:#999}.sky-form .checkbox input + i:after{color:#999}.sky-form .radio input:checked + i,.sky-form .checkbox input:checked + i,.sky-form .toggle input:checked + i{border-color:#999}.sky-form .rating input:checked ~ label{color:#72c02c}.sky-form .select i{top:14px;width:9px;right:13px;height:6px}.sky-form .select i:after,.sky-form .select i:before{top:4px}.sky-form .select i:before{top:-2px;border-bottom:4px solid #404040}.label-rounded .ui-slider-handle{border-radius:50%!important}.sky-form .icon-append,.sky-form .icon-prepend{top:1px;height:32px;font-size:14px;line-height:33px;background:inherit}.sky-form .icon-append{right:1px;padding:0 3px;min-width:34px}.sky-form .icon-prepend{left:6px;padding-right:5px}.sky-form .radio:hover i,.sky-form .checkbox:hover i,.sky-form .toggle:hover i,.sky-form .ui-slider-handle:hover{border-color:#999}.sky-form .rating input + label:hover,.sky-form .rating input + label:hover ~ label{color:#72c02c}.sky-form .icon-append,.sky-form .icon-prepend{color:#b3b3b3}.sky-form .input.state-disabled:hover input,.sky-form .select.state-disabled:hover select,.sky-form .textarea.state-disabled:hover textarea,.sky-form .radio.state-disabled:hover i,.sky-form .checkbox.state-disabled:hover i,.sky-form .toggle.state-disabled:hover i{border-color:#bbb}.ui-datepicker-header{padding:10px 0;font-size:16px}.ui-datepicker-inline{border-width:1px}.ui-datepicker-inline .ui-datepicker-header{line-height:27px}.ui-datepicker-prev,.ui-datepicker-next{font-size:18px;line-height:47px}.ui-datepicker-calendar a{border:1px solid transparent}.ui-datepicker-calendar .ui-state-active{background:inherit;border:1px solid #bbb}.ui-datepicker-calendar a:hover{background:inherit;border:1px solid #bbb}.sky-form button *,.sky-form button :after,.sky-form button :before{margin:0 auto;padding:0 auto}.btn-u.button-uploading:after{top:6px}.btn-u.btn-u-lg.button-uploading:after{top:10px}.btn-u.btn-u-sm.button-uploading:after{top:3px}.btn-u.btn-u-xs.button-uploading:after{top:2px}.label{padding:.2em 0 .3em}.ui-datepicker-calendar span{width:26px}.m-b{margin-bottom:15px}.m-t{margin-top:15px}.f-l{float:left}.f-r{float:right}.panel-group .panel{border-radius:0}