﻿
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{

    .m-brand__logo, .m-brand__tools
    {
        width: 200px;
    }

    .WizardHeaderPaneContainer
    {
        width: 100%;
    }

    p.error-message-desc
    {
        font-size: 12px;
    }

    .m-content h1
    {
        text-align: left;
    }

    .StepContain h2
    {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    /*Online Submission Style*/
    .uploaded-file-list-grid td
    {
        padding: 4px;
        vertical-align: middle;
    }

    .GeneralForm .Row
    {
        clear: both;
        padding: 5px 0;
    }

    .StepAbstractReview .Row span
    {
        width: 110px;
        display: block;
        float: left;
        color: #0ea641;
    }

    .StepAbstractReview .Row span.label-value
    {
        color: #000000;
        width: auto;
    }

    .GeneralForm .Row .col
    {
        float: left;
        width: 50%;
    }

    .GeneralForm .Row select
    {
        border: 1px solid #C9C9C9;
        padding: 4px 8px;
    }

    .GeneralForm .Row input.TextBox, .GeneralForm .Row textarea, .GeneralForm .Row select
    {
        width: 400px;
    }

    .StepAuthors h3
    {
        margin: 0 !important;
    }

    .GeneralForm h3
    {
        font-size: 14px;
        color: #0ea641;
        border-bottom: solid 1px #0ea641;
        margin: 30px 0 10px 0;
    }

    .GeneralForm .Row label
    {
        float: left;
        margin-right: 10px;
        width: 95px;
    }

    .GeneralForm .Row input.TextBox
    {
        clear: right;
        display: block;
    }

    .GeneralForm .Row .GenderList label
    {
        width: auto;
    }

    .GeneralForm .Row ol.GenderList li
    {
        display: inline-block;
    }

    .GeneralForm .Row ol.GenderList li input
    {
        margin: 3px;
    }

    .GeneralForm .Row .GenderList input
    {
        float: left;
    }

    .GeneralForm .CheckBoxGroup
    {
        width: 48%;
    }

    .GeneralForm .CheckBoxGroup input
    {
        clear: left;
        float: left;
        margin-bottom: 5px;
    }

    .CheckBoxGroup label
    {
        clear: right;
        float: left;
        width: 90%;
        margin-bottom: 10px;
    }

    .StepAuthors fieldset
    {
        margin: 0;
    }

    .StepAuthors .Row label
    {
        width: 33%;
    }

    .StepAuthors .Row textarea
    {
        width: 54%;
    }

    .StepAbstractBody input, .StepAbstractBody textarea
    {
        width: 78%;
    }

    .StepConfirmation a
    {
        color: #0ea641;
    }

    .m-content h1
    {
        font-size: 25px;
    }

    .m-brand .m-brand__logo img {
        width: 215px !important;
    }

    .m-brand .m-brand__logo
    {
        position: static;
        -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(0); /* IE 9 */
        transform: rotate(0); /* Firefox 16+, IE 10+, Opera  */
    }

    .m-brand .m-brand__logo-sponsors
    {
        display: none;
        position: static;
        text-align: center;
    }

    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > a.m-nav__link
    {
        padding: 9px 0;
    }

    .auth-heading
    {
        padding: 10px 0;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .auth-heading p
    {
        font-size: 23px;
    }

    .sponsor-logo
    {
        padding: 5px;
        text-align: center;
        max-width: 100px;
    }

    .sponsor-logo img
    {
        width: 50px;
        height: 50px;
        border-radius:50%;
    }

    .m-login.m-login--6 .m-login__aside .m-grid__item .m-login__info .m-login__section > a:last-child
    {
        font-size: 13px;
    }

    .m-login.m-login--6 .m-login__wrapper
    {
        padding: 3rem 3rem;
    }
}


