/** General **/
body{
    /*background-color: #fff!important;*/
    font-size: 14px;
    line-height: 18px;
}

.content-wrap{
    padding-top: 0!important;
}

body:not(.in-iframe) .content-wrap, body:not(.in-iframe) .header-menu__content {
    max-width: 1100px;
    margin: auto;
}


.form-group:not(.last-child){
    margin-bottom: 25px;
}

.edit-form .form-group:not(.last-child){
    margin-bottom: 30px;
}

.btn{
    font-size: 14px;
}
/** End General **/

.header-menu{
    margin-bottom: 20px;
    padding: 20px;
    /*border-bottom: 1px solid #ccc;*/
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 2px 3px rgba(0,0,0,0.20);
    font-size: 16px;
}

.header-menu a{
    font-size: 18px;
    /* text-transform: uppercase; */
    position: relative;
    color: #001f4e;
    font-weight: 500;
    display: inline-block;
}

.header-menu a:focus{
    color: #001f4e;
}

.header-menu a:hover, .header-menu a.current{
    color: #F2622E;
}

.header-menu .header-menu__content > a:not(:last-of-type){
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #bbb;
}


.header-menu__account{
    float: right;
}

.header-menu__account a{
    font-size: 16px;
}
.page-menu{
    margin: 30px 0 20px 0;
    position: relative;
}

.page-menu__export{
    font-size: 14px!important;
    line-height: 18px;
    margin-right: 0!important;
    float: right;
    text-align: center;
}


.page-menu__add, .page-menu__back{
    font-size: 14px!important;
    line-height: 18px;
    height: 36px;
    text-align: center;
}

.record-top{
    margin-bottom: 20px;
    padding: 14px 20px;
}

.record-top__group{
    display: inline-block;
    margin-right: 40px
}


.record-top__group label{
    display: inline-block;
    margin-bottom: 0;
}

.record-top__group a label{
    cursor: pointer!important;
}


/** Mailing lists screens **/
.lists-table__desc{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}


.view-user-lists .form-group{
    margin-bottom: 11px!important;
    padding-bottom: 11px;
}
.view-user-lists .form-group label{
    margin-bottom: 0;
}

.view-user-lists .form-group span{
    float: right;
}
/** End Mailing lists screens **/


/** Login Page **/
.login-logo{
    border-radius: 50%;
    width: 97px;
    margin: 60px auto 20px auto;
    display: block;
}
/** End Login Page **/

.dev-notice{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #EF5A42;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    /* z-index: 100; */
}

.dev-notice a{
    display: block;
    margin-top: 10px;
    color: #fff;
    text-decoration: underline;
}