body
{
    min-width  : 48em !important;
    min-height : 40em !important;
}

.form_group_bab_new_password
{
    width  : 100%;
    margin : auto auto 16px;
}

.bab_new_password_input
{
    width        : 70% !important;
    margin-right : 0 !important;
}

.form_group_bab_new_password_text
{
    float       : left;
    display     : inline-block;
    width       : 25%;
    line-height : 34px;
    font-weight : 700;
}

#bab_navbar_base
{
    display : block !important;
}

.logo_bab_navbar
{
    /*width              : 170px;*/
    /*padding            : 10px;*/
    -webkit-transition : all 0.2s linear;
    -moz-transition    : all 0.2s linear;
    transition         : all 0.2s linear;

    /* width: 160px; */
    padding: 10px;
    max-width: 160px;
    max-height: 75px;
    width: auto;
    height: auto;
    /* height: 75px; */
}


.link_created_by
{
    display     : inline-block;
    margin-left : 10px;
    font-size   : large;
}

.bab_dropdown_menu
{
    float              : right;
    padding            : 24px 27px 0;
    -webkit-transition : all 0.2s linear;
    -moz-transition    : all 0.2s linear;
    transition         : all 0.2s linear;
}

.bab_menudrop_image
{
    float : right;
}

.bab_button_menudrop_text
{
    display       : inline-block;
    margin-top    : 4px;
    max-width     : 76px;
    white-space   : nowrap;
    text-overflow : ellipsis;
    overflow      : hidden;
}

.bab_menu_button
{
    width              : 132px;
    height             : 43px;
    text-align         : left !important;
    background-image   : none;
    box-shadow         : none;
    -webkit-transition : all 0.2s linear;
    -moz-transition    : all 0.2s linear;
    transition         : all 0.2s linear;
}

.open > .dropdown-toggle.btn-default.bab_menu_button
{
    background-color : transparent !important;
}

.btn-default.focus, .btn-default.bab_menu_button, .open > .dropdown-toggle.btn-default.bab_menu_button:focus
{
    background-color : transparent !important;
}

.dropdown-toggle.btn-default.bab_menu_button:active
{
    background-color : transparent !important;
}

.ul_bab_menu_drop > li > a:focus, .ul_bab_menu_drop > li > a:hover
{
    background-image : none;
}

.ul_bab_menu_drop:before
{
    position : absolute;
    top      : -7px;
    left     : 57%;
    display  : inline-block;
    content  : '';
}

.ul_bab_menu_drop:after
{
    position : absolute;
    top      : -6px;
    left     : 57%;
    display  : inline-block;
    content  : '';
}

@media screen and (max-height : 720px), screen and (max-width : 720px)
{
    .logo_bab_navbar
    {
        padding: 10px;
        max-width: 160px;
        max-height: 75px;
        width: auto;
        height: auto;
        /* height: 75px; */
    }

    .bab_dropdown_menu
    {
        padding-right : 14px;
        padding-top   : 15px;
        width         : 166px;
    }
}