/*
    Document   : plugin_styles
    Created on : 22-okt-2014, 14:21:53
    Author     : AlleKnalle
    Description:
        Purpose of the stylesheet follows.
*/

#etobtmimp_boat
{
    box-sizing: border-box;
}

#etobtmimp_boat .row
{
    margin-bottom: 20px;
}

#etobtmimp_boat .etobtmimp-box-outer
{
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #dbdbdb;
    border-radius: 5px;
}

#etobtmimp_boat .etobtmimp-sidebar
{
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    border: 0px solid transparent;
    border-radius: 10px;
    background: #dbdbdb;
}

#etobtmimp_boat .etobtmimp-select
{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border: 0px solid transparent;
    border-radius: 5px;
}

#etobtmimp_boat .etobtmimp-button
{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border: 0px solid transparent;
    border-radius: 5px;
    background: #669966;
    text-align: center;
    text-shadow: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

#etobtmimp_boat .etobtmimp-highlight
{
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 15px;
    border: 0px solid transparent;
    border-radius: 5px;
    background: #996633;
    text-align: center;
    text-shadow: none;
    color: #ffffff;
}

#infscr-loading
{
    text-align: center;
}

.hidden
{
    display: none !important;
}

.clear
{
    clear: both;
}

@media print
{
    body a:link:after,
    body a:visited:after
    {
        content: "";
    }
}