/* =Gallery styles.

-------------------------------------------------------------- */

.odin-gallery-images .image,
.odin-gallery-images .add,
.odin-gallery-images .wc-metabox-sortable-placeholder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: move;
    float: left;
    height: 150px;
    margin: 9px 9px 0 0;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.odin-gallery-images img {
    height: 150px;
    width: 150px;
}

.odin-gallery-images .wc-metabox-sortable-placeholder {
    border: 4px dashed #ddd;
}

.odin-form-table .description {
    display: block;
}


/* =Image upload

-------------------------------------------------------------- */

.odin-upload-image {
    position: relative;
    width: 150px;
}

.odin-upload-image .preview {
    display: block;
    float: none;
    margin-bottom: 5px;
}

.odin-upload-image .default-image {
    display: none;
}


/* =Image and Plupload common

-------------------------------------------------------------- */

.odin-gallery-images .image .actions,
.odin-upload-image .actions {
    display: none;
    padding: 2px;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
}

.odin-gallery-images .image:hover > .actions,
.odin-upload-image:hover > .actions {
    display: block;
}

.odin-gallery-images .image .actions li,
.odin-upload-image .actions li {
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin: 0 0 0 2px;
    padding: 1px;
    text-align: center;
}

.odin-gallery-images .image .actions li:hover,
.odin-upload-image .actions li:hover {
    background: #ddd;
}

.odin-gallery-images .image .actions li a,
.odin-upload-image .actions li a {
    text-decoration: none;
}

.odin-gallery-images .image .actions li a:hover,
.odin-upload-image .actions li a:hover {
    text-decoration: none;
}

.odin-gallery-images .image .actions .delete,
.odin-upload-image .actions .delete {
    color: #d00;
}


/* =Separator

-------------------------------------------------------------- */

.odin-metabox-separator {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #dfdfdf;
    display: block;
}

.input-full {
    width: 100%;
}

.input-100 {
    width: 100%;
}
.input-50 {
    width: 50%;
}


/* =Metaboxs .
-------------------------------------------------------------- */

.postbox input {
	border-radius: 5px;
	padding: 5px;
}

/* Endereço */
.address_table {
	display: inline-block;
	width: 33%;
}
.address_table > label {
	display: block;
    margin: 7px 0 7px 0;
    font-weight: bold;
}
.address_table > input{
	width: 95%;
}

/* Horario de Atendimento */
.form-horario {

}
.form-horario thead th {
	    padding: 0 10px;
}
.form-horario input {
	border-radius: 5px;
	padding: 5px;
}

/* Token Field */
.tokenfield {
	display: block;
	max-width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -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;
}
