

.bread
{
    display: inline-block;
}

.bread>a
{
    color: rgba(255, 255, 255, 0.83);
    font-size: 15px;
}

.bread>.fa
{
    margin-left: 10px;
    margin-right: 10px;
}

.bread .active
{
    color: white;
    cursor: text;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    top: 7px;
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.delete-file-chooser
{
}

.btn-full
{
    width: 100%;
}

.btn-250
{
    width: 100%;
    max-width: 360px;
}

.profile-wrapper-name
{
    color: #82828d;
    margin-top: 10px;
    margin-bottom: 0px;
}

.profile-box-sm
{
    padding: 30px 15px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.account-wrapper h1
{
}

.page-title h1
{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.page-title
{
    margin-top: 60px;
    margin-bottom: 30px;
}

.page-title p
{
    margin-bottom: 0px;
}

.profile-wrapper .report-item-verified
{
    bottom: 18px;
}

.profile-wrapper a.btn-brand
{
    margin-top: 30px;
}

.login-wrapper form p
{
    margin-bottom: 50px;
}

.map
{
    width: 100%;
    height: 300px;
    margin-top: 20px;
    background-color: #efefef;
    border: none;
}

.media-item
{
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    border-radius: 4px;
    display: block;
    width: 100%;
}

.media-item img
{
    width: 100%;
    font-size: 12px;
    line-height: 1.3em;
}

.media-item::before
{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.09);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 10px;
    content: "";
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.media-item .fa
{
    position: absolute;
    color: rgba(255, 255, 255, 0.91);
    font-size: 25px;
    top: 37%;
    left: 43%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.media-item:hover::before
{
    background-color: rgba(0, 0, 0, 0.02);
}

.media-item:hover .fa
{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.btn-grp-edit
{
    margin-top: 30px;
    text-align: left;
}

.btn-grp-edit button,.btn-grp-edit a
{
    padding: 8px 15px;
    margin-right: 5px;
    font-size: 15px;
}

.btn-round
{
    border-radius: 200px;
}

.social-icon
{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    padding-top: 6px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bread .bread-full-width
{
    max-width: 100%;
}

.bread h1
{
    font-size: 27px;
}

.header-create
{
    margin-bottom: 40px;
}

.file-upload
{
    padding: 30px;
    border: 2px dashed #ddd;
    text-align: center;
    position: relative;
}

.file-upload input
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload-text
{
    display: block;
    margin-top: 10px;
}

.radio-mark
{
    position: absolute;
    left: 15px;
    top: 36px;
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
}

.radio-mark::before
{
    position: absolute;
    left: 4px;
    top: 6px;
    width: 50%;
    height: 5px;
    content: "";
    border-left: 5px solid #088373;
    border-bottom: 5px solid #088373;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.radio-fine:checked + div::before
{
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

.edit-profile-wrapper .card
{
    margin-left: auto;
    max-width: 600px;
    margin-right: auto;
}

.edit-profile-wrapper
{
    padding-top: 50px;
}

#results
{
    min-height: 70vh;
}

.empty-result img
{
    width: 80%;
    max-width: 350px;
    margin-top: 50px;
}

.empty-result h4
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 70px;
    margin-bottom: 35px;
}

.empty-result a
{
    margin-bottom: 50px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 250px;
}

.fa-pull-right
{
    position: relative;
    top: 3px;
}

.empty-result h4 strong
{
    color: #009f8b;
}

.fill-viewport
{
    min-height: 100vh;
}

@media (min-width:350px) and (max-width:767px)
{
    .reports-details .column
    {
        width: 50%;
    }
}

.indicator span
{
    position: relative;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: white;
    font-size: 16px;
    padding-top: 9px;
    font-weight: bold;
    border-radius: 55px;
    z-index: 10;
    color: #009f8b;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}

.indicator
{
    margin-top: 60px;
    margin-bottom: 70px;
    position: relative;
}

.indicator span::before
{
    content: "Proof";
    position: absolute;
    left: -20px;
    right: -20px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    bottom: -30px;
    color: #009f8b;
}

.indicator span:first-child::before
{
    content: "Details";
}

.indicator span.active
{
    background-color: #009f8b;
    color: white;
}

.indicator>div::after
{
    content: "";
    background-color: #009f8b;
    top: 18px;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    right: 0px;
}

.indicator>div
{
    display: inline-block;
    position: relative;
    width: 50%;
}

.no-margin-btm
{
    margin-bottom: 0px;
}

.upload-item
{
    margin-bottom: 30px;
    background-color: #efefef;
    background-size: cover;
    background-position: top;
    border-radius: 6px;
    height: 250px;
    position: relative;
    text-align: center;
}

.upload-row .column.shown
{
    height: 250px;
}

.upload-row .column
{
    transform: scale(1,1);
    transition: all 200ms;
}

@media (min-width:420px)
{
    .upload-row .column
    {
        width: 50%;
    }
}

@media (min-width:670px)
{
    .upload-row .column
    {
        width: 33.3333333%;
    }
}

@media (min-width:800px)
{
    .upload-row .column
    {
        width: 25%;
    }
}

.upload-item::before
{
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: "";
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border-radius: inherit;
}

.upload-item:hover::before
{
    background-color: rgba(0, 0, 0, 0.08);
}

@media (min-width:620px)
{
    .upload-item
    {
        height: 200px;
    }
}

.upload-row .fa
{
    background-color: #e44c52;
    color: white;
    position: absolute;
    right: -7px;
    top: -10px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 60px;
    font-weight: bold;
    padding-top: 7px;
    cursor: pointer;
    opacity: 0.8;
    font-size: 10px;
    z-index: 50;
}

.upload-item:hover .fa
{
    opacity: 1;
}

.upload-row .column.hide
{
    width: 0px;
    transform: scale(0,0);
    padding: 0px;
}

.hide
{
}

.upload-row .column.hide .upload-item
{
    height: 0px;
}

.upload-item video
{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
    border-radius: inherit;
}

.upload-item img
{
    width: 40px;
    position: absolute;
    top: 36%;
    left: 39%;
}

@media (min-width:768px)
{
    .media-item
    {
        max-height: 300px;
    }
}

.upload-row
{
    margin-top: 30px;
}

.link-back
{
    color: inherit;
    display: inline-block;
    text-align: center;
    width: 40px;
    font-size: 22px;
    opacity: 0.9;
}

.btn-floating
{
    position: fixed;
    right: 20px;
    bottom: 30px;
    padding: 10px 0px 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 23px;
    z-index: 110;
    box-shadow: 5px 10px 25px rgba(0,0,0,0.5);
}

.busy .btn-floating
{
    transform: scale(0,0);
}

.btn-floating:hover .fa
{
  transform:rotate(360deg);
}


