.select2-container{
    width: 100% !important;
}
.datepicker{
    z-index: 99999 !important;
}
.select{
    height: 100px !important;
}
body {
	font-family: 'sarabunregular';
}

.parsley-error{
    background:#fff!important;
    border-color:#ff5b57!important;
    color:#2d353c!important
}
.parsley-error:focus{
    border-color:#ff5b57!important;
    outline:0;
    -webkit-box-shadow:0 0 0 .125rem rgba(255,91,87,.3)!important;
    box-shadow:0 0 0 .125rem rgba(255,91,87,.3)!important
}
.parsley-success{
    background:#fff!important;
    border-color:#00acac!important;
    color:#2d353c!important
}
.parsley-success:focus{
    border-color:#00acac!important;
    outline:0;
    -webkit-box-shadow:0 0 0 .125rem rgba(0,172,172,.3)!important;
    box-shadow:0 0 0 .125rem rgba(0,172,172,.3)!important
}
.parsley-errors-list{
    padding:0!important;
    list-style-type:none!important;
    margin:0!important;
    color:#ff100b;
    font-size:12px!important;
    line-height:inherit!important
}
.parsley-errors-list.filled{
    margin-top:5px!important
}