﻿body {
    background: #fff;
}

#fancy_outer {
    box-sizing: content-box;
}

.container-wrp .profile-menu-btn > span {
    top: 1px;
}


/*blue popup*/
.blue-popup {
    font-family: 'ProximaNova Regular';
}

.blue-popup-header {
    background-color: #00acee;
    height: 40px;
}

    .blue-popup-header tr {
        height: 40px;
    }

    .blue-popup-header .header-title {
        padding-left: 15px;
        font-size: 18px;
        color: #FFF;
        text-transform: uppercase;
        line-height: 14px;
        font-weight: normal;
        display: inline-block;
        margin: 0px;
        line-height: 40px;
    }

    .blue-popup-header .close-link {
        color: rgba(255,255,255, 0.8);
        text-transform: uppercase;
        padding-right: 15px;
        text-decoration: underline;
        top: 10px;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        text-align: right;
        right: 0px;
        position: absolute;
    }

.blue-popup_title {
    height: 40px;
}

.blue-popup_tooltiip-line {
    height: 38px;
    font-size: 14px;
}

.popup-btn-wrp {
    margin: 0px -8px;
    margin-top: 25px;
}

    .popup-btn-wrp .gray-square-btn {
        margin-left: 4px;
    }

.blue-popup_tooltiip-line td {
    background: #eee;
    text-align: center;
}

.blue-popup_checkboxes {
    min-height: 100px;
    vertical-align: middle;
}

    .blue-popup_checkboxes > td {
        vertical-align: middle;
    }

.blue-popup-header {
    background-color: #00acee;
}

.blue-popup_footer {
    background-color: #eee;
    height: 50px;
}
