/**
 * @link              http://velismichel.com
 * @since             1.0.2
 * @package           page_Switcher
 * @author            Michel Velis
 * @website           http://velismichel.com
 */


#page-switcher .inside {
    padding: 15px 0 15px 10px;
    margin: 9px 0;
}
.tablenav .actions {
    overflow: visible !important;
    margin-bottom: 15px;
}
ul#select2-page-dropdown-vv-results {
    padding: 9px;
}
#page-switcher .handlediv {
    color: white;
}
#page-switcher p {
    font-size: 1px;
    line-height: 1.5;
    margin: -9px 0 1em 4px;
}
.wp-mamp-updated {
    margin: 60px 0;
    background:white;
    padding: 10px;
    width: 97%;
    -webkit-box-shadow: 0 0 10px #d6d6d6;
    box-shadow: 0 0 10px #d6d6d6;
}
.wp-mamp-updated .text{
    font-size: 14px;
}
a.wpmamp-learn {
    /* display: block; */
    padding: 4px 16px;
    background: #3498db;
    color: white;
    border-radius: 4px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin-right: 25px;
    margin-left: 12px;
    font-size: 14px;
}
a.wpmamp-hide {
    text-decoration: none;
    color: #ccc
}
.wp-mamp-updated img {
    vertical-align: middle;
}
#page-switcher {
    /*border-radius: 5px;*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: relative;
    top: -13px;
    right: -222px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 31px;
}
.select2-container--default .select2-selection--single {
    height: 42px;
    padding: 4px 12px 4px 4px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    color: #34495e;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
}
.select2-container--default .select2-selection--single:hover {
    color: #2ecc71;
    border-color: #2ecc71;
    box-shadow: none;
}
#page-switcher h3 {
    color: #fff;
    background-color: #3498db;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
span.select2-dropdown.select2-dropdown--below,
.select2-container--default .select2-selection--single,
span.select2.select2-container.select2-container--default.select2-container--below {
    width: 258px !important;
}
