/* Add here all your css styles (customizations) */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.separate-page-header {
    padding-top: 74px;
}

.mailbox-mails, .mailbox-layout, .mailbox-wrapper {
    min-height: 100%;
    height: 100%;
}

.unread a {
    color: black;
    font-weight: bold;
}

.navbar-brand {
    padding: 8px 15px !important;
}

.tp-caption {
    background: rgba(0, 0, 0, 0.4);
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

.tp-caption a.btn-u {
    font-size: 30px;
    margin: 0;
    padding: 15px;
}

.navbar {
    margin-bottom: 0 !important;
}

body.mailbox .separate-page-header {
    padding-top: 0 !important;
}

.one-page-header {
    background: rgba(0, 0, 0, 0.85) !important;
}

.one-page-header .navbar-nav > li > a:before {
    top: initial;
}

/* TODO: to css/less */
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td h4,
.table > tbody > tr.active > th h4,
.table > tbody > tr > td.active h4,
.table > tbody > tr > th.active h4,
.table > tbody > tr.active > td span,
.table > tbody > tr.active > th span,
.table > tbody > tr > td.active span,
.table > tbody > tr > th.active span,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background: #3498db !important;
    color: #fff !important;
}

td.mailbox-attachment {
    width: 25px;
}

.table {
    table-layout: fixed;
}

.mailbox-text-preview {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .main-header .logo {
        display: none;
    }

    .main-sidebar {
        padding-top: 50px !important;
    }
}

@media (min-width: 768px) {
    .main-header {
        display: none;
    }

    .main-sidebar {
        padding-top: 0 !important;
    }
}

.nav .nav-logged-in-as {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.mail.unread .mail-subject {
    font-weight: bold;
}

.mail .text-right,
.mailbox-read-info .text-right {
    vertical-align: top;
}

.skin-blue .sidebar-menu > li > span {
    border-left: 3px solid transparent;
}

.skin-blue .sidebar span {
    color: #b8c7ce;
}

.sidebar-menu li > span {
    position: relative;
}

.sidebar-menu > li > span:not(.pull-right-container) {
    padding: 12px 5px 12px 15px;
    display: block;
}

.sidebar-menu > li > span.compact {
    padding: 8px 5px 8px 15px;
}

.sidebar-menu li > span.pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.sidebar-menu li > span.pull-right-container .label {
    font-size: 100%;
}

.skin-blue .sidebar a span {
    font-weight: bold;
    color: white;
    font-size: 15px;
}

.upgrade {
    white-space: normal;
    outline: none;
    font-size: 14px;
}

.intro-section {
    background: white;
}
.welcome-banner {
    margin-top: 100px;
    /*height: 400px;*/
    background: white;
    width:1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    font-weight: 200;
}
.welcome-banner img {
    margin-top: 30px;
}
.welcome-sign-up-btn {
    margin-top: 40px;
}
.welcome-sign-up-btn a {
    font-size: 40px;
}
.our-features .bg-light {
    min-height: 140px;
}

.mail-tabs-full-height>div {
    height: 500px;
    overflow: scroll;
}

.mailbox-mail-no-mail-selected {
    padding: 10px;
}

.service-box-v1 ul {
    padding: 0 10px;
}

div.service-recommended {
    border: 2px solid #4765a0;
}

.ribbon {
    position: absolute;
    right: 11px; top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 100px; height: 100px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; line-height: 20px;
    transform: rotate(45deg);
    width: 130px; display: block;
    background: #4765a0;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 29px; right: -26px;
}
.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #4765a0;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #4765a0;
}
.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%; top: 100%;
    z-index: -1;
    border-right: 3px solid #4765a0;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #4765a0;
}
