/**
 * @package Where I Was, Where I Will Be
 * @version 1.0
 */

/**
 *
 * Style Sheet
 *
 */
.w50p {width: 48%;}
.w100p {width: 100%;}

.w100 {width:100px;}
.w200 {width:200px;}
.w500 {width:500px;}
.w50 {width: 50px;}

.pull-left {float: left;}
.pull-right {float: right;}

.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

.margintop10 {margin-top: 10px;}

.wiw_space10 {width:100%; height:10px; float:left;}
.wiw_space20 {width:100%; height:10px; float:left;}
 
/**
 *
 * Form
 *
 */
 
.wiw_label {
    line-height: 30px;
}
.wiw_input_text {
    border-radius: 5px;
    line-height: 30px;
    border: 1px solid #ddd;
}
.wiw_select_types {
    height:38px!important;
    min-width:200px;
}

.wiw_fail {
    background: #FFF;
    padding: 10px;
    border-left: 4px solid red;
    color: #444;
    font-weight: 900;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 10px 0;
    line-height: 30px;
}

.wiw_success {
    background: #FFF;
    padding: 10px;
    border-left: 4px solid #7ad03a;
    color: #444;
    font-weight: 900;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 10px 0;
    line-height: 30px;
}

/**
 *
 * Map / Image
 *
 */
 
.wiw_textarea {
    width:100%;
    height: 150px;
}

.wiw_flag {
    line-height:40px;
}

.wiw_map_local {
    width:100%;
    height:400px;
}

.type_pin_preview, .type_new_pin_preview, .wiw_admin_pin, .flag_preview {max-width:32px; max-height:32px;}
.type_new_pin_preview {float: left; margin-right: 10px;}
.type_pin_preview {margin: auto; margin-bottom: 10px;}
.image_preview {max-width:200px; max-height:200px;}

/**
 *
 * Table
 *
 */
 
.wiw_row_1 {background-color: #f5f5f5;}
.wiw_row_0 {background-color: #fafafa;}
.wiw_row_title {background-color: #ddd;}

.wiw_table {
    font-size: 14px;
    border-collapse: collapse;
    margin-top: .5em;
    width: 100%;
    clear: both;

}
.wiw_table th {
    padding: 20px 10px 20px 0;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
}
.wiw_table td {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}

/**
 *
 * Post / Page
 *
 */
 
h2 small {color: #999;}

.wiw_wrap {margin: 20px;}

#wiwwiwb_select {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
}

#wiwwiwb_insert {

    width: 80%;
    max-width:500px;
    margin: auto;
    position: relative;
    top: 100px;                       /* para navegadores que n‹o suportam calc() */
    top: -webkit-calc(50% - 350px);  /* para Chrome */
    top: -moz-calc(50% - 350px);     /* para Firefox */
    top: calc(50% - 350px);          /* para suporte nativo */
    height: 500px;
    overflow: overlay;
    z-index: 9999;
    background: white;
    border: 1px solid #CCC;
}