﻿body.backgroundCms
{
    overflow-y: scroll;
    padding-bottom: 100px;
}

.backgroundCms h1
{
    font-size: 46px;
}

@media (min-width: 1400px)
{
    .backgroundCms .btn-group
    {
        margin: 0 0 24px 0;
    }
}

.backgroundCms a
{
    outline: 0;
}

.backgroundCms .nav-tabs > li.active > a
{
    color: #000000;
    font-weight: 500;
}

.backgroundCms .form-control.width100
{
    width: 100%;
    max-width: 100%;
}

.backgroundCms .label-unavailable 
{
    background-color: transparent;
    color: #b8b8b8;
    font-size: smaller;
    border: 1px solid #b8b8b8;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .label-warning
{
    background-color: transparent;
    color: #ffb100;
    font-size: smaller;
    border: 1px solid #ffb100;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .label-warning-heavy
{
    background-color: #ffb100;
    color: #fff;
    font-size: smaller;
    border: 1px solid #ffb100;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .label-danger
{
    background-color: transparent;
    color: #D02E00;
    font-size: smaller;
    border: 1px solid #D02E00;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .label-danger-heavy
{
    background-color: #D02E00;
    color: #fff;
    font-size: smaller;
    border: 1px solid #D02E00;
    padding: 3px 7px;
    border-radius: 6px;
}


.backgroundCms .label-black
{
    background-color: transparent;
    color: #4e4e4e;
    font-size: smaller;
    border: 1px solid #4e4e4e;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .label-info
{
    background-color: transparent;
    color: #629ffb;
    font-size: smaller;
    border: 1px solid #629ffb;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .label-info-heavy
{
    background-color: #629ffb;
    color: #fff;
    font-size: smaller;
    border: 1px solid #629ffb;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .label-magenta
{
    background-color: transparent;
    color: #e03fc4;
    font-size: smaller;
    border: 1px solid #e03fc4;
    padding: 3px 7px;
    border-radius: 6px;
}


.backgroundCms .label-default
{
    background-color: transparent;
    color: #777;
    font-size: smaller;
    border: 1px solid #777;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .label-success
{
    background-color: transparent;
    color: #08af08;
    font-size: smaller;
    border: 1px solid #08af08;
    padding: 3px 7px;
    border-radius: 6px;
}


.backgroundCms .label-success-heavy
{
    background-color: #08af08;
    color: #fff;
    font-size: smaller;
    border: 1px solid #08af08;
    padding: 3px 7px;
    border-radius: 6px;
}

.backgroundCms .popup
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    position: fixed;
    background: rgba(255, 255, 255, 0.78);
    overflow-y: auto;
}

.backgroundCms .popup .window
{
    margin-top: 80px;
    margin-bottom: 80px;
    background: #fff;
    width: 690px;
    border: 1px solid #000;
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
}

.backgroundCms .popup .window h1:first-child,
.backgroundCms .popup .window h2:first-child,
.backgroundCms .popup .window h3:first-child
{
    padding-top: 0;
}

.backgroundCms .popup .window .buttons
{
    text-align: center;
}

.backgroundCms .account
{
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

.backgroundCms .account .panel
{
    padding: 30px 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.backgroundCms .account form
{
    width: 295px;
}


.backgroundCms typeahead
{
    position: relative;
}

.backgroundCms typeahead ul
{
    margin-top: 40px;
}

.backgroundCms .ace_search_field
{
    color: #000;
}

.backgroundCms .handle
{
    cursor: grab;
}

.backgroundCms .handle:active
{
    cursor: grabbing;
}


.backgroundCms .angular-dnd-draggable-helper
{
    box-shadow: 3px 4px 28px 0px rgba(13,13,13,0.31);
    background-color: #fff;
}

.backgroundCms .angular-dnd-draggable-helper .btn
{
    opacity: 0.5 !important; 
}

.backgroundCms .angular-dnd-placeholder
{
    opacity: 0.5;
}


.backgroundCms .angular-dnd-placeholder .glyph-arrow-right
{
    display: block !important;
    position: absolute;
    margin-left: -46px;
    font-size: 31px;
}

.backgroundCms .table.table-striped > tbody tr td > .content-table 
{
    word-break: break-all;
}
