.cds-input-field input{
	width: 100%;
    box-shadow: none;
    border-color: #aaa;
}
.cds-input-field textarea{
	width: 100%;
    box-shadow: none;
    border-color: #aaa;
	resize: none;
}
.cds-input-field.multi-text input{
	width: 40%;
}

.cds-input-field.normal {
	margin-bottom: 20px;
}

.cds-input-field.normal label {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}

.cds-input-field.normal input,
.cds-input-field.normal textarea {
	width: 100%;
	max-width: 600px;
	padding: 10px 15px;
}
.list_cds_pages li {
	margin-bottom: 20px;
}

.list_cds_pages li input:first-child {
	width: 150px;
	margin-right: 15px;
	margin-left: 15px;
}

.list_cds_pages li input:nth-child(2) {
	width: 400px;
}

.list_cds_pages li span.dashicons {
	color: #f00;
	margin-top: 10px;
	margin-left: 10px;
}

.wp-admin select {
	padding: 2px 10px;
    line-height: 40px;
    height: 40px;
}

.list_cds_pages li input[type=button] {
	height: auto;
	border: 0;
	background: #0085ba;
	padding: 14px 15px;
	line-height: 1;
	color: #fff;
	border: 1px solid #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	outline: none;
}

.list_cds_pages li input[type=button]:hover,
.list_cds_pages li input[type=button]:focus {
	background: #008ec2;
	border-color: #006799;
	color: #fff;
}

.form-table th {
    padding: 18px 5px 18px 20px;
}

#wpbody-content .metabox-holder {
    margin-top: 5px;
    padding-top: 0px;
}

.postbox .group {
    margin-left: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 10px;
}

.switch input {
    display: none;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.form-table span.description {
    display: inherit;
    padding-top: 5px !important;
}















