
.chip_formfieldbuttonwrapper {
	padding-top:20px;
}

.btn, .qq-upload-button {
	color: #333!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
	border-radius: 4px;
}

.btn:hover, .qq-upload-button:hover {
	color: #333!important;
    background-color: #ebebeb!important;
    border-color: #adadad!important;
}

.chip_optionsstarthere .chip_haschevronright {
	background-color: #eee!important;
	font-weight: 700;
}

.chip_optionsstarthere .chip_haschevronright:hover {
	background-color: #ddd!important;
    border-color: #adadad!important;
}

.chip_optionsstarthere .chip_formfieldbuttonwrapper {
	padding-top:0px;
}

.chip_optionsstarthere .chip_formfieldbuttonwrapper .btn-primary .chip_chevronright {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBkPSJNOTYgNDgwYy04LjE4OCAwLTE2LjM4LTMuMTI1LTIyLjYyLTkuMzc1Yy0xMi41LTEyLjUtMTIuNS0zMi43NSAwLTQ1LjI1TDI0Mi44IDI1Nkw3My4zOCA4Ni42M2MtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBsMTkyIDE5MmMxMi41IDEyLjUgMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzExMi40IDQ3Ni45IDEwNC4yIDQ4MCA5NiA0ODB6IiBmaWxsLW9wYWNpdHk9IjAuNyIvPjwvc3ZnPg=="); 
}

.chip_labelinfo {
    font-weight: normal;
    color: #505a5f;
    display: block;
}

.chip_forminput, .chip_formselect, .chip_textarea   {
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom:5px;
}

.chip_customcheckbox_big .chip_formlabel_checkbox {
    top: 10px;
    display: inline-block;
}

.chip_photocontainer img, .chip_photocontainer iframe {
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #777;
    margin: 5px;
    width: 100%;
}

.chip_photocontainer {
	xwidth:47%;
}