@font-face
{
    font-family: Lato;
    src: url("../../../../../font/lato.ttf");
}

.logo-icon
{
    background-image: url("../../gfx/layout/icon-menu.png");
    background-size: 29px 19px;
    background-repeat: no-repeat;
    width: 29px;
    height: 19px;
    display: inline-block;
}

.logo-image
{
    background-image: url("../../gfx/layout/logo.png");
    background-size: 150px 30px;
    background-repeat: no-repeat;
    width: 150px;
    height: 30px;
    display: inline-block;
}

.offer-queries-icon
{
    background-image: url("../../gfx/layout/icon-offer-queries.png");
    background-size: 69px 69px;
    background-repeat: no-repeat;
    width: 69px;
    height: 69px;
    display: inline-block;
}

.offers-icon
{
    background-image: url("../../gfx/layout/icon-offers.png");
    background-size: 69px 69px;
    background-repeat: no-repeat;
    width: 69px;
    height: 69px;
    display: inline-block;
}

.auctions-icon
{
    background-image: url("../../gfx/layout/icon-auctions.png");
    background-size: 69px 69px;
    background-repeat: no-repeat;
    width: 69px;
    height: 69px;
    display: inline-block;
}

.google-play-icon
{
    background-image: url("../../gfx/layout/icon-google_play.png");
    background-size: 260px 77px;
    background-repeat: no-repeat;
    width: 260px;
    height: 77px;
    display: inline-block;
}

.app-store-icon
{
    background-image: url("../../gfx/layout/icon-app_store.png");
    background-size: 260px 77px;
    background-repeat: no-repeat;
    width: 260px;
    height: 77px;
    display: inline-block;
}

.benefits-icon
{
    background-image: url("../../gfx/layout/icon-arrow.png");
    background-size: 43px 45px;
    background-repeat: no-repeat;
    width: 43px;
    height: 45px;
    display: inline-block;
}

.page-image
{
    background-image: url("../../gfx/layout/image-page.png");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 550px;
}

@media (max-width: 575.98px)
{
    .page-image
    {
        height: 100px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px)
{
    .page-image
    {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px)
{
    .page-image
    {
        height: 300px;
    }
}

.pencil-img
{
    background-image: url("../../gfx/layout/pencil.png");
    background-size: 598px 186px;
    background-repeat: no-repeat;
    width: 598px;
    height: 186px;
    display: inline-block;
}

@media (max-width: 575.98px)
{
    .pencil-img
    {
        background-image: url("../../gfx/layout/pencil.png");
        background-size: 250px 90px;
        background-repeat: no-repeat;
        width: 250px;
        height: 90px;
        display: inline-block;
    }
}

@media (min-width: 576px) and (max-width: 767.98px)
{
    .pencil-img
    {
        background-image: url("../../gfx/layout/pencil.png");
        background-size: 350px 110px;
        background-repeat: no-repeat;
        width: 350px;
        height: 110px;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px)
{
    .pencil-img
    {
        background-image: url("../../gfx/layout/pencil.png");
        background-size: 498px 160px;
        background-repeat: no-repeat;
        width: 498px;
        height: 160px;
        display: inline-block;
    }
}

.padlock-img
{
    background-image: url("../../gfx/layout/padlock.png");
    background-size: 154px 208px;
    background-repeat: no-repeat;
    width: 154px;
    height: 208px;
    display: inline-block;
}

@media (max-width: 575.98px)
{
    .padlock-img
    {
        background-image: url("../../gfx/layout/padlock.png");
        background-size: 94px 127px;
        background-repeat: no-repeat;
        width: 94px;
        height: 127px;
        display: inline-block;
    }
}

@media (min-width: 576px) and (max-width: 767.98px)
{
    .padlock-img
    {
        background-image: url("../../gfx/layout/padlock.png");
        background-size: 114px 154px;
        background-repeat: no-repeat;
        width: 114px;
        height: 154px;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px)
{
    .padlock-img
    {
        background-image: url("../../gfx/layout/padlock.png");
        background-size: 134px 181px;
        background-repeat: no-repeat;
        width: 134px;
        height: 181px;
        display: inline-block;
    }
}

.pagination-icons
{
    background-image: url("../../gfx/layout/icons_pagination.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.first-icon
{
    background-position: -60px 0px;
}

.prev-icon
{
    background-position: 0px 0px;
}

.last-icon
{
    background-position: -90px 0px;
}

.next-icon
{
    background-position: -30px 0px;
}

.icons-statuses
{
    background-image: url("../../gfx/layout/portal/icons_statuses.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.icons-statuses.accepted
{
    width: 14px;
    height: 16px;
    background-position: -5px -5px;
}

.icons-statuses.active
{
    width: 16px;
    height: 17px;
    background-position: -5px -31px;
}

.icons-statuses.afterFinished
{
    width: 22px;
    height: 17px;
    background-position: -5px -58px;
}

.icons-statuses.canceled
{
    width: 19px;
    height: 21px;
    background-position: -5px -85px;
}

.icons-statuses.finished
{
    width: 14px;
    height: 14px;
    background-position: -5px -116px;
}

.icons-statuses.rattingOffer
{
    width: 20px;
    height: 20px;
    background-position: -5px -140px;
}

.file-icon
{
    width: 25px;
    height: 25px;
    display: block;
}

.file-icon.sheet
{
    background: url("../../gfx/layout/icons_files.png") no-repeat 0 0;
}

.file-icon.document
{
    background: url("../../gfx/layout/icons_files.png") no-repeat 0 -25px;
}

.file-icon.pdf
{
    background: url("../../gfx/layout/icons_files.png") no-repeat 0 -50px;
}

.file-icon.other
{
    background: url("../../gfx/layout/icons_files.png") no-repeat 0 -75px;
}

.file-icon.image
{
    background: url("../../gfx/layout/icons_files.png") no-repeat 0 -100px;
}

.file-icon.archive
{
    background: url("../../gfx/layout/icons_files.png") no-repeat 0 -125px;
}

.file-icon.video
{
    background: url("../../gfx/layout/icons_files.png") no-repeat 0 -150px;
}

.question-message-icon
{
    display: block;
    width: 25px;
    height: 18px;
    background: url("../../gfx/layout/portal/icon_message.png") no-repeat 50%;
}

header
{
    min-height: 80px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header #header-left
{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

header #logo
{
    margin: 0 0 0 30px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header #header-right-sm
{
    display: flex;
    flex-direction: row;
}

header #header-right-sm .dropdown-toggle::after
{
    margin-top: 12px;
}

header .navbar
{
    width: 100%;
    padding: 0;
    margin: 15px 0;
}

header .navbar.navbar-expand-lg .navbar-collapse
{
    justify-content: space-between;
}

header .navbar.navbar-expand-lg .navbar-collapse.collapse
{
    padding: 10px 15px 10px 15px;
}

header .navbar.navbar-expand-lg .navbar-collapse.collapsing
{
    padding: 10px 30px;
}

header .navbar .navbar-nav .nav-link
{
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199.98px)
{
    header .navbar .navbar-nav .nav-link
    {
        font-size: 13px;
    }
}

header .navbar .navbar-nav .nav-link:hover, header .navbar .navbar-nav .nav-link:active, header .navbar .navbar-nav .nav-link:focus
{
    color: #999999;
}

header .navbar .navbar-nav .nav-link a
{
    padding: 2px 4px 0 0;
}

header .navbar .navbar-nav .nav-item.active, header .navbar .navbar-nav .nav-item:hover
{
    text-decoration: underline;
}

header .navbar .navbar-nav .nav-item.active
{
    font-weight: 800;
}

@media (max-width: 1199.98px)
{
    header .navbar-toggler
    {
        height: 38px;
    }
}

header .bootstrap-select
{
    height: 36px;
    display: flex !important;
    align-items: center;
}

header .bootstrap-select .btn
{
    font-size: 14px;
    color: #999999;
}

@media (min-width: 992px) and (max-width: 1199.98px)
{
    header .bootstrap-select .btn
    {
        font-size: 13px;
    }
}

header .bootstrap-select.btn-group .btn .caret,
    header .bootstrap-select.btn-group .btn:hover .caret
{
    color: #999999;
}

.navbar-nav .show > .nav-link
{
    color: #999999;
}

footer
{
    flex-shrink: 0;
}

footer #page-footer
{
    min-height: 78px;
    align-items: center;
    background-color: #9D5E39;
    color: #ffffff;
}

@media (max-width: 767.98px)
{
    footer #page-footer
    {
        padding: 0 0 10px 0;
    }
}

footer #page-footer #footer-menu
{
    min-height: 40px;
    padding: 0 30px;
    font-size: 13px;
    display: flex;
    justify-content: left;
    border-bottom: 2px solid #979b9d;
    text-align: left;
}

footer #page-footer #footer-menu a
{
    color: #ffffff;
    font-weight: 700;
}

footer #page-footer #footer-menu a:hover
{
    text-decoration: none;
}

footer #page-footer #footer-menu ul
{
    padding: 0;
    margin: 0;
    min-height: 40px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
}

footer #page-footer #footer-menu ul li
{
    margin: 0 30px 0 0;
    height: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px)
{
    footer #page-footer #footer-menu ul li
    {
        padding: 10px 0;
        margin: 0;
    }
}

@media (max-width: 767.98px)
{
    footer #page-footer #footer-menu ul
    {
        flex-direction: column;
    }
}

@media (max-width: 767.98px)
{
    footer #page-footer #footer-menu
    {
        justify-content: center;
    }
}

footer #page-footer #footer-bar
{
    min-height: 78px;
    padding: 0 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

@media (max-width: 767.98px)
{
    footer #page-footer #footer-bar
    {
        flex-direction: column;
    }

    footer #page-footer #footer-bar div
    {
        padding: 5px 0;
        text-align: center;
    }
}

#platform
{
    top: auto !important;
}

#mainPage #portalPageFooter
{
    position: relative;
}

.collapse.in
{
    display: block !important;
}

.dropdown-toggle::after
{
    display: none;
}

html,
body
{
    height: 100%;
}

body
{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 13px;
    font-family: Lato;
    overflow: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.page-content
{
    flex-grow: 1;
    width: 100%;
    padding: 0;
    margin: 0;
}

#about-platform,
#how-to-start,
#benefits
{
    padding: 40px 0;
}

#about-platform .section-content,
  #how-to-start .section-content,
  #benefits .section-content
{
    flex-grow: 1;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px)
{
    #about-platform .section-content,
      #how-to-start .section-content,
      #benefits .section-content
    {
        max-width: 1400px;
    }
}

h2
{
    text-align: center;
    font-family: Lato;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.section-content
{
    margin: 30px 0;
}

#about-platform h2
{
    color: #1b406b;
}

#about-platform .icon
{
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-platform .subheader
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    color: #1b406b;
    font-weight: 400;
    font-family: Lato;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1199.98px)
{
    #about-platform .subheader
    {
        height: 80px;
    }
}

#about-platform .delimiter
{
    border-top: 1px solid #b8b8b8;
    width: 25%;
    margin: 0 auto;
    padding: 0 0 15px 0;
    text-align: center;
}

#about-platform .content
{
    text-align: center;
    font-size: 14px;
    color: #000;
    max-width: 350px;
    margin: 0 auto;
}

#how-to-start
{
    color: #ffffff;
    background-color: #9D5E39;
}

#how-to-start .section-content .section-row
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

@media (max-width: 575.98px)
{
    #how-to-start .section-content .section-row
    {
        padding: 10px 0;
    }
}

#how-to-start .number-wrapper
{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 0 10px 0;
}

#how-to-start .number
{
    font-size: 20px;
}

#how-to-start .description
{
    text-align: center;
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
}

#benefits h2
{
    color: #1b406b;
}

#benefits .section-row
{
    display: flex;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px 20px;
}

#benefits .section-row .icon
{
    min-width: 45px;
    text-align: center;
    margin: 10px 30px 0 0;
}

#benefits .section-row .label
{
    font-size: 16px;
    color: #1b406b;
    font-weight: 600;
    margin: 0 0 15px;
}

#benefits .section-row .description
{
    font-size: 14px;
    color: #1b406b;
    max-width: 1000px;
    letter-spacing: 0px;
    font-weight: 500;
}

#page-image-text
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding: 0 100px 70px;
}

#page-image-text #image-header
{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 15px;
}

#page-image-text #image-description
{
    color: #ffffff;
    font-size: 24px;
}

@media (min-width: 768px) and (max-width: 991.98px)
{
    #page-image-text #image-header
    {
        font-size: 32px;
    }

    #page-image-text #image-description
    {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px)
{
    #page-image-text
    {
        padding: 0 80px 30px;
    }

    #page-image-text #image-header
    {
        font-size: 24px;
    }

    #page-image-text #image-description
    {
        font-size: 16px;
    }
}

@media (max-width: 575.98px)
{
    #page-image-text
    {
        padding: 0 10px 10px;
    }

    #page-image-text #image-header
    {
        font-size: 18px;
    }

    #page-image-text #image-description
    {
        font-size: 13px;
    }
}

#mobile
{
    min-height: 250px;
    color: #ffffff;
    background-color: #9D5E39;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767.98px)
{
    #mobile
    {
        padding: 15px 0;
    }
}

#mobile h2
{
    color: #ffffff;
}

#mobile #mobile-label
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile #mobile-stores
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0;
}

@media (max-width: 767.98px)
{
    #mobile #mobile-stores
    {
        margin: 15px 0;
    }
}

#mobile #mobile-stores .google-play-wrapper
{
    text-align: right;
}

@media (max-width: 767.98px)
{
    #mobile #mobile-stores .google-play-wrapper
    {
        text-align: center;
        margin: 0 0 5px 0;
    }
}

#mobile #mobile-stores .app-store-wrapper
{
    text-align: left;
}

@media (max-width: 767.98px)
{
    #mobile #mobile-stores .app-store-wrapper
    {
        text-align: center;
    }
}

.modal-dialog
{
    width: auto;
}

@media (min-width: 768px)
{
    .modal-dialog
    {
        width: 400px;
    }
}

@media (max-width: 767.98px)
{
    .modal-dialog
    {
        height: 100%;
    }
}

.modal-dialog .modal-header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-dialog .modal-header .close
{
    font-size: 20px;
    height: auto;
}

.modal-dialog .modal-header .modal-title
{
    font-size: 16px;
    letter-spacing: 0px;
    color: #646464;
    font-weight: 700;
    text-align: center;
}

.modal-dialog .modal-footer
{
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 30px 30px 30px;
}

.modal-dialog .modal-footer .info
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.modal-dialog .modal-footer .info button
{
    margin: 15px 0 15px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
}

.modal-dialog .modal-footer .info a
{
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #61bf6c;
}

.modal-dialog .modal-body
{
    margin-bottom: 0;
}

.modal-dialog .modal-body input[type='text'],
    .modal-dialog .modal-body input[type='password']
{
    width: 100%;
    height: 30px;
}

.modal-dialog #login-tooltip-container
{
    padding: 0;
    width: 100%;
    padding: 0 30px;
}

.modal-dialog #login-tooltip-container .field
{
    display: block;
    margin: 15px 0 0;
    height: 50px;
    width: 100%;
    border: 2px solid #ddd;
}

.modal-dialog #login-tooltip-container .field.error
{
    border: 2px solid #e73600;
}

.modal-dialog #login-tooltip-container .field.error input
{
    color: #e73600;
}

.modal-dialog #login-tooltip-container .checkbox-field
{
    display: flex;
    align-items: center;
}
