input, textarea, select, option {
	/*outline: none;*/
	font-family: "Segoe WPC","Segoe UI",Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
	-webkit-border-radius:0px;
	margin: 0;
}

.form-error {
    color: #ff0000;
}

.form-success {
	color: #72bd08;
}

.custom-form-field 
{
    height: 30px;
	margin-bottom: 14px;
}

@media only screen and (max-width: 993px) 
{
    .custom-form-field 
    {
        height: 55px;
	    margin-bottom: 18px;
    }    
}


.custom-form-field-label {
    margin-bottom: 3px;
    font-size: 14px;
}

.custom-form-field-label--pointer,
label[for] {
    cursor: pointer;
}

.custom-form-field-label--text {
    cursor: text;
}

.custom-form-field-label label {
    font: inherit;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: inherit;
}

.custom-form-field-inline-label {
    display: inline;
}

.custom-form-field-label > label:only-child {
    display: block;
}

.custom-form-field-label-required:after {
    content: ' *';
    font-weight: bold;
    color: red;
}

.custom-textfield,
.custom-textfield-small,
.custom-textfield-smaller,
.custom-textarea {
	font-size: 16px;
	padding: 1px 3px;
	margin: 0;
	border: 1px solid #ccc;
	height: 32px;
}

.chzn-container {
	min-height: 27px;
	height: auto !important;
}

.custom-textfield 
{
    width:100%;
	height: 32px;
}


.custom-textfield-small {
	width: 128px;
    max-width:100%;
}

.custom-textfield-smaller {
    width: 80px;
    max-width: 100%;
}

.custom-select,
.custom-select-small {
	background: #fff;
	/*-webkip-appearance: button;*/
	-webkit-box-shadow: none;
	-webkit-user-select: none;
	height: 43px;
	font-size: 21px;
	padding: 0;
	width: 358px;
	border: 1px solid #ccc;
}

.custom-select-multiple {
	width:100%;
}

.custom-select-small {
	width: 165px;
}

.custom-textarea {
    width: 500px;
    max-width: 100%;
    min-height: 175px;
    padding: 7px;
}

/*
.form-field-placeholder {
	color: #a9a9a9;
}
*/

:-ms-input-placeholder {  
   color: #a9a9a9;
}

::-webkit-input-placeholder {
   color: #a9a9a9;
}

:-moz-placeholder { /* Firefox 18- */
  color: #a9a9a9;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #a9a9a9;
}

.chzn-container-active .chzn-single,
.chzn-container-active .chzn-drop,
.chzn-container-active .chzn-choices,
.custom-select:focus,
.custom-select-opendata:focus,
.custom-select-opendata-formaat:focus,
.custom-textfield:focus,
.custom-textfield-small:focus,
.custom-textfield-smaller:focus,
.custom-textarea:focus,
div.token-input-dropdown {
    border-color: #49bc1c !important;
}

.alert {
    margin-bottom: 0;
}

.wcag .chzn-container-active .chzn-single,
.wcag .chzn-container-active .chzn-drop,
.wcag .chzn-container-active .chzn-choices,
.wcag .custom-select:focus,
.wcag .custom-select-opendata:focus,
.wcag .custom-select-opendata-formaat:focus,
.wcag .custom-textfield:focus,
.wcag .custom-textfield-small:focus,
.wcag .custom-textfield-smaller:focus,
.wcag .custom-textarea:focus,
.wcag div.token-input-dropdown {
    outline: 5px auto #49bc1c !important;
}

/* waar wordt dit gebruikt ? */
.fileupload-click-input {
    position: absolute;
    left: -9999999px;
}

.wcag .fileupload-click-input {
	position: static;
}

.fileupload-click-button {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 115px;
}

.chzn-container {
	vertical-align: top;
}

.custom-select-chosen-large .chzn-choices {
	min-height: 34px;
}

.custom-select-chosen-large .chzn-container-single .chzn-single {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}

.custom-select-chosen-large .chzn-container-single .chzn-single span {
	margin-right: 32px;
}

.custom-select-chosen-large .chzn-container-single .chzn-single div {
	width: 32px;
}

@media (max-width: 768px) {
	.google-map {
		width: 100% !important;
	}

	.search-form-field {
		width: 100% !important;
	}

	.custom-textfield-small, 
	.custom-textfield-smaller {
		width: 46% !important;
	}

	.custom-textfield {
		width: 100% !important;
	}

    .custom-textfield-resultamount {
        width: 85% !important;
    }

	.chzn-container {
		width: 100% !important;
	}

	#googlemap_address {
		width: 60% !important;
	}

	.custom-textarea {
		width: 100% !important;
	}

	.custom-textfield-autocomplete-btn {
		position: absolute;
		right: 0;
	}

	select {
		width: 100% !important;
	}

	.custom-form-field-group div.custom-form-field
    {
        width: 100% !important;
    }
}

.custom-form-field-group div.custom-form-field
{
    width: 49%;
    float: left;
}

@media (min-width: 992px) {
    .custom-form-field-group
    {
        width: 500px;
        margin-bottom: 20px;
        height: 56px;
    }
    
    .custom-form-field-group .tweede-field
    {
        margin-left: 5px;   
    }
    
    .custom-form-field-group .custom-form-field .custom-textfield
    {
        width: 100% !important;
    }
    
    .custom-form-field-group .custom-form-field
    {
        margin-bottom: 0px !important;
    }
    
    .custom-form-field .chzn-container, .custom-form-field .chzn-drop
    {
        width: 100%;   
    }
    
    .custom-form-field-group .custom-form-field .chzn-container, .custom-form-field-group .custom-form-field .chzn-drop {
		width: 213px !important;
	}
}

@media screen and (max-width: 980px) {
	.opties-div .custom-textfield {
		width: 100% !important;
	}

    /*
    .opties-div .custom-textfield-resultamount {
        width: 85% !important;
    }

    .opties-div .infinite-button {
        position:absolute;
        top: auto;
        left:auto;
    }
     */

    .opties-div .custom-textfield-resultamount {
        max-width: calc(100% - 25px);
        float:left;
    }

    .opties-div .infinite-button {
        width:25px;
        position: static;
    }

	.opties-div .chzn-container {
		width: 100% !important;
	}
}

.custom-textfield-autocomplete-btn
{
    position: absolute;
    right:0;
}

.custom-form-field .chzn-container, .custom-form-field .chzn-drop
{
    width: 100%;   
}

.custom-select-opendata,
.custom-select-opendata-formaat {
	background: #fff;
	-webkit-appearance: button;
	-webkit-box-shadow: none;
	-webkit-user-select: none;
	width: 350px;
	height: 32px;
	font-size: 16px;
	padding: 0;
	border: 1px solid #ccc;
}
