﻿
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

@font-face {
    font-family: 'fontello';
    src: url('fontello-183da669/font/fontello.eot?75638428');
    src: url('fontello-183da669/font/fontello.eot?75638428#iefix') format('embedded-opentype'), url('fontello-183da669/font/fontello.woff?75638428') format('woff'), url('fontello-183da669/font/fontello.ttf?75638428') format('truetype'), url('fontello-183da669/font/fontello.svg?75638428#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #f5f5f6;
}

a, a:hover, a:visited {
    color: #000;
}

.pull-left-xs {
    float: right;
}

@media screen and (max-width:992px) {
    .pull-left-xs {
        float: left;
    }

    img {
        max-width: 300px;
    }
}

#side-menu > li:hover {
    /*background-color: #ececec;*/
}

a.btn-danger, a.btn-danger:hover, a.btn-danger:visited {
    color: #fff;
}

.navbar-brand {
    width: 169px;
    height: 80px;
    background: url(../content/img/branding/logo.png) no-repeat center left transparent;
    padding-left: 20px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.first-word {
    color: #000;
    font-weight: bolder;
    font-family: "Roboto";
}

.second-word {
    color: #000;
    font-weight: bolder;
    font-family: "Roboto";
}

.third-word {
    color: #000;
    font-weight: normal;
    font-family: "Roboto";
}

.navbar-default {
    background-color: #fff;
    height: 80px;
    /*border-color: rgba(67,86,126,0.25);*/
    border: none;
}

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a :visited {
        font-weight: 500;
        color: #828da3;
        line-height: 52px;
    }


.dropdown-menu {
    padding: 5px 0 25px 0;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown .dropdown-toggle span.login-text {
    display: inline-block;
}

.dropdown-toggle img {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width:1200px) {
    .dropdown .dropdown-toggle span.login-text {
        display: none;
    }

    .dropdown.open {
        max-width: 112px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        /* background-color: transparent; */
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: absolute;
    }
}

.sidebar-nav.navbar-collapse.collapse.in .nav-top-menu {
    position: fixed;
    z-index: 99;
    left: 0px;
    float: left;
    width: 180px;
    margin-top: 0;
    margin-left: 0px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}


.navbar-default .navbar-nav > li > a.btn,
.navbar-default .navbar-nav > li > a.btn:hover,
.navbar-default .navbar-nav > li > a.btn :visited {
    line-height: 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav.nav-drop-down > li > a:hover {
    color: #43567e;
}

.navbar-default .navbar-nav > li > a.active {
    font-weight: 500;
    border-bottom: 2px solid #1dbefa;
    color: #43567e;
    height: 80px;
    line-height: 52px;
}

.nav-top-menu {
    margin-left: 90px;
    height: 80px;
}

.nav-drop-down li {
    line-height: 40px;
    margin-left: 5px;
    margin-top: 5px;
}


#wrapper {
    width: 100%;
}

#page-wrapper {
    min-height: 568px;
    background-color: #f1f5fb;
    margin: 0 0;
}

    #page-wrapper .row {
        margin-left: 0;
        margin-right: 0;
    }

@media screen and (max-width:1200px) {
    #page-wrapper {
        margin: 0 15px 0 15px;
    }
}


#page-wrapper > .panel > .panel-heading > h1 {
    margin-left: 7px;
    margin-bottom: 20px;
}

.navbar-toggle {
    padding: 9px 10px;
    margin-top: 22px;
    margin-left: 20px;
    float: left;
}

    .navbar-toggle.navbar-toggle-pills {
        padding: 6px;
        margin: 6px 12px;
        float: right;
    }

        .navbar-toggle.navbar-toggle-pills .icon-bar {
            background-color: #43567e;
        }

.navbar-top-links {
    position: absolute;
    right: 70px;
    top: 5px;
}

@media screen and (max-width:992px) {
    .navbar-top-links {
        width: 92px;
    }

        .navbar-top-links li.subcribtion-container {
            position: absolute;
            top: 80px;
            right: 70%;
        }

    .content-devider {
        margin-top: 50px;
    }

    .content-devider-2 {
        margin-top: 20px;
    }

    h3 {
        font-size: 20px;
    }

    .navbar-brand {
        margin-left: 0px;
    }
}

.navbar-top-links.navbar-nav {
    margin: 0 0;
}

.navbar-top-links li {
    /*display: inline-block;*/
}

    .navbar-top-links li:last-child {
        margin-right: 15px;
        margin-top: 12px;
    }

    .navbar-top-links li a {
        padding: 15px;
        min-height: 45px;
        font-family: Roboto;
        /*font-weight: 700;*/
    }

        .navbar-top-links li a.btn {
            /*padding:8px;*/
            min-height: 32px;
            height: 40px;
            margin-top: 7px;
            color: #fff;
            padding: 10px 15px;
        }

button.btn {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-weight: 700;
}

li.dropdown {
    margin-top: 15px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
    float: none;
}


    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

.dropdown-menu {
    box-shadow: 0px 1px 8px 1px rgba(223,223,223,.75);
    border: none;
}

    .dropdown-menu ul li .navbar-text {
        font-size: 16px;
        font-weight: 600;
    }

    .dropdown-menu ul li {
        width: 100%;
        height: 60px;
    }

        .dropdown-menu ul li:hover {
            background: transparent;
        }

        .dropdown-menu ul li .navbar-link {
            color: #43567e;
            font-weight: 400;
            font-size: 16px;
        }

            .dropdown-menu ul li .navbar-link:hover,
            .dropdown-menu ul li .navbar-link:active {
                background: transparent;
                color: #828da3;
                text-decoration: underline;
            }

        .dropdown-menu ul li a {
            margin-left: 0;
        }
/*
.dropdown-menu ul li a.navbar-link {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0;
}*/


.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background-color: #eee;
    }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

@media screen and (min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}


body.has-navbar {
    padding-top: 0px !important;
}

.navbar {
    margin-bottom: 0px !important;
}

body.hidden-subnav .sub-navbar {
    display: none !important;
}

h2 {
    font-size: 1.8em !important;
    color: rgb(51,51,51) !important;
    margin-bottom: 24px;
}

.sub-navbar {
    height: 42px;
    line-height: 42px;
    margin-bottom: 35px;
    background: rgb(228,232,236);
}

.breadcrumb-navigation {
    overflow: hidden;
    height: 42px;
    position: relative;
    top: -1px;
}

    .breadcrumb-navigation a {
        display: inline-block;
        padding: 0px 24px 0px 12px;
        background: transparent url(../content/img/backgrounds/breadcrumb-right-unselected.png) no-repeat 100% 0%;
    }

        .breadcrumb-navigation a:first-child {
            padding-left: 0px !important;
        }

        .breadcrumb-navigation a:nth-last-child(2) {
            background: transparent url(../content/img/backgrounds/breadcrumb-left-selected.png) no-repeat 100% 0%;
        }

        .breadcrumb-navigation a:last-child:not(:first-child) {
            background-image: url(../content/img/backgrounds/breadcrumb-right-selected.png),url(../content/img/backgrounds/breadcrumb-selected.png);
            background-repeat: no-repeat,repeat-x;
            background-position: 100% 0%,0% 0%;
            margin-left: -4px;
        }

#search-container div.form-group {
    margin: 0px;
    position: relative;
}

#search-container input.form-control {
    border: 0px none;
    height: 38px;
    margin: 1px 0px 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#search-container div#search-results {
    position: absolute;
    top: 40px;
    right: 0px;
    left: 0px;
    background: rgba(255,255,255,0.98);
    max-height: 400px;
    overflow: scroll;
    z-index: 999;
    display: none;
    line-height: 1.6em;
    box-shadow: 0px 3px 3px rgb(218,222,224);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    #search-container div#search-results h1 {
        background-color: rgb(236,237,241);
        color: rgb(51,51,51);
        padding: 10px 24px;
        margin: 0 auto;
        font-size: 18px !important;
        border-top: 1px solid rgb(187,190,200);
    }

    #search-container div#search-results ul {
        padding: 0;
        margin: 0;
        background-color: #D9EBF9;
    }

        #search-container div#search-results ul li {
            list-style-type: none;
            padding: 10px 2px;
            margin: 0;
            border-bottom: 1px solid rgb(187,190,200);
        }

        #search-container div#search-results ul:last-child {
            border-bottom: 0px none;
        }

        #search-container div#search-results ul li a {
            text-decoration: none;
        }

        #search-container div#search-results ul li span.title {
            display: block;
            font-size: 1.2em;
            color: rgb(51,51,51);
        }

        #search-container div#search-results ul li span.subtitle {
            display: block;
            font-size: 0.9em;
            color: rgb(160,162,167);
            margin-left: 10px;
        }

#loginForm input[type="text"],
#loginForm input[type="text"]:focus,
#loginForm input[type="password"],
#loginForm input[type="password"]:focus,
#registerForm input[type="text"],
#registerForm input[type="text"]:focus,
#registerForm input[type="password"],
#registerForm input[type="password"]:focus {
    border: none !important;
    border-bottom: 1px solid rgb(160,162,167);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}


.content-row {
    margin-bottom: 30px;
}

.column-header {
    min-height: 68px;
}

    .column-header h1 {
        margin: 0px;
        height: 44px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .column-header a.action-button {
        font-size: 1.1em;
        padding: 0px;
        width: 100%;
        height: 44px;
        line-height: 44px;
        vertical-align: middle;
    }

.has-tooltip {
    cursor: pointer;
    font-weight: bolder;
    font-family: "Roboto";
}

.subtitle {
    font-size: 0.8em;
    color: rgb(160,162,167);
    font-family: "Roboto";
    white-space: nowrap;
}

    .subtitle .subtitle-danger {
        color: #f15f4c;
    }

    .subtitle .subtitle-success {
        color: #18be5a;
    }


a .subtitle {
    color: #6ba2ff;
}

.subtitle .title-code {
    color: #393939;
    font-family: "Roboto";
    font-weight: bolder;
    white-space: nowrap;
    display: inline-block;
    margin-top: 0.2em;
}

.stacked-stat .title {
    color: rgb(51,51,51);
    white-space: nowrap;
    display: inline-block;
    font-family: "Roboto";
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
}

    .stacked-stat .title .title-code {
        color: #393939;
        font-family: "Roboto";
        font-weight: bolder;
        white-space: nowrap;
        display: inline-block;
        margin-top: 0.2em;
    }

.panel-body {
    padding: 5px 5px;
}

table.big-stats td.data-title {
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

span.data-value {
    text-transform: uppercase;
}

    span.data-value .data-usual {
        text-transform: none;
    }

.fa.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa.fa-progress-icon {
    position: relative;
    z-index: 2;
    top: -31px;
    font-size: 1.2em;
    margin-left: -2px;
}

.flight-container .progress {
    height: 5px;
    background-color: #D1D0D0;
}

.flight-container .progress-bar {
    background-color: #6ba2ff;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt12 {
    padding-top: 12px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl12 {
    padding-left: 12px;
}

.pr12 {
    padding-right: 12px;
}

.pr20 {
    padding-right: 20px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl35 {
    padding-left: 35px;
}

.pl50 {
    padding-left: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}


.progress-container {
    padding-left: 10px;
    padding-right: 2px;
}


.feature-form-responsive {
    position: relative;
    margin: 0px;
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 5px;
    margin-bottom: 10px;
}

.iframe-container-responsive {
    position: relative;
    padding-bottom: 75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

    .iframe-container-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
    }


.sp {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    /*background: #EDEAE4;*/
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .sp > .sp-container {
        display: inline-block;
        max-width: 100%;
    }

    .sp.sp-wide > .sp-container {
        width: 728px;
        height: 90px;
    }

    .sp.sp-portrait > .sp-container {
        width: 300px;
        height: 600px;
    }

    .sp.sp-square > .sp-container {
        width: 340px;
        height: 284px;
    }

.sp-align {
    width: 300px;
    margin: 10px auto;
}

footer.footer {
    background: #0e203c;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #828da3;
    font-size: 12px;
}

    footer.footer .links a {
        font-weight: 400;
        font-size: 12px;
    }

    footer.footer .links a {
        padding-left: 10px;
        padding-right: 10px;
        color: #828da3;
        text-decoration: none;
    }

    footer.footer .links > a:first-child {
        padding-right: 10px;
    }

    footer.footer .links > a:hover {
        color: #fff;
        text-decoration: none
    }

.footer .container {
    padding: 10px 10px;
    position: relative;
}

.btn-lg {
    line-height: 1.1;
}

.input-container {
    border-bottom: 1px #335466 solid;
    padding: 0px;
}

    .input-container input {
        padding: 0px;
    }

.search-container {
    border-bottom: 1px #feb040 solid;
    padding: 0px;
    display: inline-block;
}

.additional-filter .fa {
    color: #feb040;
}

.search-container input[type="search"] {
    border: none !important;
    border-bottom: 1px solid rgb(160,162,167);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

.pagesize-container {
    display: inline-block;
}

    .pagesize-container select {
        height: 25px;
        padding: 0px;
        line-height: 1em;
    }

label.subtitle {
    font-weight: normal;
    text-transform: uppercase;
}

small .subtitle {
    font-size: 0.7em;
}

.additional-filter {
    border-top: 1px #dddddd solid;
}


/*slider*/
.layout {
    padding: 50px;
    font-family: Georgia, serif;
}

.layout-slider {
    margin-bottom: 60px;
    width: 50%;
}

.layout-slider-settings {
    font-size: 12px;
    padding-bottom: 10px;
}

    .layout-slider-settings pre {
        font-family: Courier;
    }

html {
    -ms-touch-action: none;
}
/*end slider*/


@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.lazy-load {
    position: relative
}

.lazy-load__image {
    opacity: 0;
    width: 50px !important;
    height: 50px !important
}

.lazy-load__image--done {
    -webkit-animation: fadeIn 600ms ease-in-out 500ms 1 alternate forwards;
    animation: fadeIn 600ms ease-in-out 500ms 1 alternate forwards;
    width: auto !important;
    height: auto !important
}

.lazy-load::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url(/content/img/preloader.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    max-height: 100%;
    transition: all 200ms ease
}

.lazy-load--done::after, .lazy-load--no-image::after {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0
}

.rating-xs {
    font-size: 1.2em;
}

.rating-container .filled-stars {
    color: #e57e0c;
}

.spacer5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer45 {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer50 {
    height: 50px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer100 {
    height: 100px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer200 {
    height: 200px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}



.live-feed-message {
    cursor: pointer;
    /*border: 1px solid transparent;*/
    /*height:70px;*/
}

    .live-feed-message:hover > td {
        background-color: rgba(60,125,230,0.07);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none
    }


    .live-feed-message:hover .live-feed-message-tools a {
        opacity: 1
    }

    .live-feed-message td {
        padding-top: 5px;
        padding-bottom: 5px
    }
    /*.live-feed-message div {
        padding-top: 5px;
        padding-bottom: 5px;
    }*/
    /* .live-feed-message div.row {
            padding:0px;
        }*/

    .live-feed-message .subject-text {
        margin-top: 10px;
    }

.live-feed-table th {
    white-space: nowrap
}

    .live-feed-table th.sort-column {
        font-weight: 500;
        color: #222
    }

.live-feed-table td {
    padding-right: 18px
}

.live-feed-message-avatar {
    padding-right: 8px
}

    .live-feed-message-avatar img {
        color: white;
        background-color: rgba(138,138,158,0.5);
        vertical-align: top;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        text-align: center
    }

.live-feed-message-event-icon-cell, .live-feed-message-last-event-at, .live-feed-message-avatar, .live-feed-message-totals, .live-feed-message-tools {
    white-space: nowrap
}

.live-feed-message-recipient-email {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.live-feed-message-recipients, .live-feed-message-sender, .live-feed-message-subject {
    min-width: 140px
}

.ellipsis-container {
    max-height: 1em;
    line-height: 1.2em;
    display: inline-block;
    overflow: hidden;
    color: transparent
}

    .ellipsis-container::before {
        content: attr(data-text);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #222
    }

    .ellipsis-container.ellipsis-mute::before {
        color: #8a8a9e;
        font-style: italic
    }

td.live-feed-message-event-icon-cell {
    /*text-align: center;*/
    /*padding-right: 8px*/
}

.live-feed-message-event-scheduled {
    color: #17b2f2
}

.live-feed-message-event-schedulefail {
    color: #dc402f;
}

.live-feed-message-event-sent {
    color: #37c977;
}

.live-feed-message-event-sent {
    color: #6eb1f2
}

    .live-feed-message-event-sent .live-feed-message-event-icon {
        padding-bottom: 4px
    }

        .live-feed-message-event-sent .live-feed-message-event-icon::after {
            font-size: 12px;
            content: '\f0e0'
        }

.live-feed-message-event-opened {
    color: #37c977
}

    .live-feed-message-event-opened .live-feed-message-event-icon::after {
        content: '\f06e'
    }

.live-feed-message-event-clicked {
    color: #e9b039
}

    .live-feed-message-event-clicked .live-feed-message-event-icon::after {
        content: '\f245'
    }

.live-feed-message-event-downloaded {
    color: #d4285b
}

    .live-feed-message-event-downloaded .live-feed-message-event-icon::after {
        content: '\f0ed'
    }

.live-feed-message-event-replied {
    color: #7757bc
}

    .live-feed-message-event-replied .live-feed-message-event-icon::after {
        content: '\f112'
    }

.live-feed-message-event-accepted, .live-feed-message-event-declined, .live-feed-message-event-tentative {
    color: dodgerblue
}

    .live-feed-message-event-accepted .live-feed-message-event-icon::after, .live-feed-message-event-declined .live-feed-message-event-icon::after, .live-feed-message-event-tentative .live-feed-message-event-icon::after {
        content: '\f274'
    }

.live-feed-message-event-bounced {
    color: #c02f2f
}

    .live-feed-message-event-bounced .live-feed-message-event-icon::after {
        content: '\f112'
    }

.live-feed-message-last-event-at, .live-feed-message-totals {
    position: relative
}

td.live-feed-message-totals {
    padding-right: 6px
}

    td.live-feed-message-totals > span {
        padding-right: 6px;
        display: block;
        min-height: 21px;
        min-width: 28px;
        text-align: center
    }


th.live-feed-activity-totals {
    padding-left: 17px
}

.live-feed-message-totals {
    margin-top: 8px;
    display: inline-block;
}

.live-feed-message-opens {
    color: #37c977;
    padding-left: 10px;
}

    .live-feed-message-opens > span {
        top: 2px;
        position: relative;
    }

.live-feed-message-clicks {
    color: #e9b039
}

    .live-feed-message-clicks > span {
        top: 2px;
        position: relative;
    }


.live-feed-message-downloads {
    color: #d4285b
}

    .live-feed-message-downloads > span {
        top: 2px;
        position: relative;
    }

.live-feed-message-replied {
    color: #7757bc
}

    .live-feed-message-replied > span {
        top: 2px;
        position: relative;
    }

.live-feed-message-accepted {
    color: #4680ff
}

    .live-feed-message-accepted > span {
        top: 2px;
        position: relative;
    }

.live-feed-message-bounced {
    color: #c02f2f
}

td.live-feed-message-tools {
    padding-left: 6px;
    padding-right: 12px
}

    td.live-feed-message-tools a {
        opacity: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none
    }

.live-feed-stat .live-feed-stat-box {
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    min-width: 48px;
    text-align: center
}

.live-feed-stat .live-feed-stat-box, .live-feed-stat .live-feed-stat-label {
    white-space: nowrap;
    line-height: 1
}

.live-feed-stat .flyout__wrapper {
    top: 30px
}

.live-feed-stat .flyout__triangle {
    height: 6px
}

.live-feed-stat.live-feed-stat-delivered .live-feed-stat-box {
    background: #2f3337
}

.live-feed-stat.live-feed-stat-delivered .live-feed-stat-label {
    color: #2f3337
}

.live-feed-stat.live-feed-stat-opened .live-feed-stat-box {
    background: #4d80d9
}

.live-feed-stat.live-feed-stat-opened .live-feed-stat-label {
    color: #4d80d9
}

.live-feed-stat.live-feed-stat-clicked .live-feed-stat-box {
    background: #33a33b
}

.live-feed-stat.live-feed-stat-clicked .live-feed-stat-label {
    color: #33a33b
}

.live-feed-stat.live-feed-stat-downloaded .live-feed-stat-box {
    background: #f37f3f
}

.live-feed-stat.live-feed-stat-downloaded .live-feed-stat-label {
    color: #f37f3f
}

.live-feed-stat.live-feed-stat-recipients .live-feed-stat-box {
    background: #606366
}

.live-feed-stat.live-feed-stat-recipients .live-feed-stat-label {
    color: #606366
}

.live-feed-stat.live-feed-stat-active .live-feed-stat-box {
    background: #919395
}

.live-feed-stat.live-feed-stat-active .live-feed-stat-label {
    color: #919395
}

.live-feed-stat.live-feed-stat-replied .live-feed-stat-box {
    background: #b343cb
}

.live-feed-stat.live-feed-stat-replied .live-feed-stat-label {
    color: #b343cb
}

.live-feed-stat.live-feed-stat-accepted .live-feed-stat-box {
    background: #4ba6ff
}

.live-feed-stat.live-feed-stat-accepted .live-feed-stat-label {
    color: #4ba6ff
}

.live-feed-stat.live-feed-stat-bounced .live-feed-stat-box {
    background: #c02f2f
}

.live-feed-stat.live-feed-stat-bounced .live-feed-stat-label {
    color: #c02f2f
}

.live-feed-empty-state-illustration {
    height: 170px;
    width: 170px;
    margin: 0 auto;
    border-radius: 85px;
    line-height: 170px;
    background-color: rgba(138,138,158,0.6)
}

    .live-feed-empty-state-illustration .icon-wrapper {
        -webkit-filter: drop-shadow(5px 5px rgba(10,15,20,0.15))
    }

    .live-feed-empty-state-illustration .icon--bolt {
        -webkit-mask-size: 80px;
        width: 80px;
        height: 80px;
        margin-top: 45px;
        background-color: white
    }

.live-feed-events-tooltip {
    position: absolute;
    z-index: 1002;
    width: 600px;
    top: 0;
    background: #fff;
    cursor: default;
    padding: 20px;
    border: solid 1px #c0c0c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 12px rgba(10,15,20,0.35);
    color: #0a0f14
}

    .live-feed-events-tooltip.live-feed-events-tooltip-right {
        left: 100%
    }

        .live-feed-events-tooltip.live-feed-events-tooltip-right .live-feed-events-tooltip-arrow {
            left: -16px
        }

            .live-feed-events-tooltip.live-feed-events-tooltip-right .live-feed-events-tooltip-arrow:before {
                border-right-color: #909098
            }

            .live-feed-events-tooltip.live-feed-events-tooltip-right .live-feed-events-tooltip-arrow:after {
                border-right-color: white;
                left: 2px
            }

    .live-feed-events-tooltip.live-feed-events-tooltip-left {
        right: 100%;
        padding-right: auto
    }

        .live-feed-events-tooltip.live-feed-events-tooltip-left .live-feed-events-tooltip-arrow {
            right: 0
        }

            .live-feed-events-tooltip.live-feed-events-tooltip-left .live-feed-events-tooltip-arrow:before {
                border-left-color: #909098
            }

            .live-feed-events-tooltip.live-feed-events-tooltip-left .live-feed-events-tooltip-arrow:after {
                border-left-color: white;
                left: 0
            }

    .live-feed-events-tooltip .live-feed-events-tooltip-arrow {
        position: absolute;
        top: -2px;
        height: 16px
    }

        .live-feed-events-tooltip .live-feed-events-tooltip-arrow:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border: 8px solid transparent
        }

        .live-feed-events-tooltip .live-feed-events-tooltip-arrow:after {
            content: '';
            display: block;
            position: absolute;
            top: 1px;
            width: 0;
            height: 0;
            border: 7px solid transparent
        }

    .live-feed-events-tooltip .live-feed-message-event-icon-cell {
        min-width: 0
    }

.live-feed-events-metadata tr {
    background: none
}

.live-feed-events-metadata td, .live-feed-events-metadata th {
    padding: 2px 0;
    vertical-align: top
}

.live-feed-events-metadata td {
    width: auto !important;
    white-space: normal
}

.live-feed-events-metadata th {
    padding-right: 18px
}

.live-feed-events-table {
    width: 100%
}

    .live-feed-events-table th {
        white-space: nowrap
    }

        .live-feed-events-table th .sort-column {
            font-weight: 500;
            color: #222
        }

    .live-feed-events-table td {
        white-space: normal
    }

    .live-feed-events-table .live-feed-message-event, .live-feed-events-table .live-feed-message-event-timestamp, .live-feed-events-table .live-feed-message-event-icon-cell {
        width: 1%;
        white-space: nowrap
    }

    .live-feed-events-table .live-feed-events-device {
        white-space: nowrap
    }

        .live-feed-events-table .live-feed-events-device .ellipsis-container {
            white-space: normal
        }

.live-feed-message-event-metadata {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #8a8a9e !important
}

a.live-feed-message-event-metadata:hover {
    text-decoration: underline
}

.live-feed-events-container {
    max-height: 300px
}

.live-feed-search-container form {
    background: none;
    padding: 0
}

    .live-feed-search-container form .search-token {
        margin-top: 6px
    }

.live-feed-dashboard-link {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.live-feed-message-preview-modal {
    height: 100%;
    max-height: 100%
}
/*
    @media only screen and (-webkit-min-device-pixel-ratio: 2), 
        only screen and (min--moz-device-pixel-ratio: 2), 
        only screen and (-o-min-device-pixel-ratio: 2 / 1), 
        only screen and (min-device-pixel-ratio: 2), 
        only screen and (min-resolution: 192dppx), 
        only screen and (min-resolution: 2dppx) {
        .border-left-light {
            background: rgba(255,255,255,0) linear-gradient(90deg, rgba(10,15,20,0.12),rgba(10,15,20,0.12) 50%,rgba(10,15,20,0) 50%) repeat-y bottom left;
            background-size: 1px 1px
        }
    }*/

.border-right, .
separator-vertical,
.invitesheet__suggested, .subnav {
    background: rgba(255,255,255,0) linear-gradient(rgba(10,15,20,0.12) 0%,rgba(10,15,20,0.12) 100%) repeat-y bottom right;
    background-size: 1px 1px
}

.zoomed-out .border-right, .zoomed-out .separator-vertical, .zoomed-out td.live-feed-message-totals > span, .zoomed-out .invitesheet__suggested, .zoomed-out .subnav {
    background-size: 2px 2px
}
/*
    @media only screen and (-webkit-min-device-pixel-ratio: 2), 
        only screen and (min--moz-device-pixel-ratio: 2), 
        only screen and (-o-min-device-pixel-ratio: 2 / 1), 
        only screen and (min-device-pixel-ratio: 2), 
        only screen and (min-resolution: 192dppx), 
        only screen and (min-resolution: 2dppx) {
        .border-right, .separator-vertical, td.live-feed-message-totals > span, .invitesheet__suggested, .subnav {
            background: rgba(255,255,255,0) linear-gradient(90deg, rgba(10,15,20,0),rgba(10,15,20,0) 50%,rgba(10,15,20,0.22) 50%) repeat-y bottom right;
            background-size: 1px 1px
        }
    }*/

.border-right-light {
    background: rgba(255,255,255,0) linear-gradient(rgba(10,15,20,0.02) 0%,rgba(10,15,20,0.02) 100%) repeat-y bottom right;
    background-size: 1px 1px
}

.zoomed-out .border-right-light {
    background-size: 2px 2px
}
/*
    @media only screen and (-webkit-min-device-pixel-ratio: 2), 
        only screen and (min--moz-device-pixel-ratio: 2), 
        only screen and (-o-min-device-pixel-ratio: 2 / 1), 
        only screen and (min-device-pixel-ratio: 2), 
        only screen and (min-resolution: 192dppx), 
        only screen and (min-resolution: 2dppx) {
        .border-right-light {
            background: rgba(255,255,255,0) linear-gradient(90deg, rgba(10,15,20,0),rgba(10,15,20,0) 50%,rgba(10,15,20,0.12) 50%) repeat-y bottom right;
            background-size: 1px 1px
        }
    }
        */
.table td, .table th {
    /* padding: 12px 12px 12px 0; */
    /*word-break: break-word;*/
    vertical-align: top;
}

.live-feed-table td {
    padding-top: 5px;
    padding-right: 18px;
}



.btn, .navbar .navbar-nav > li > a.btn {
    /* border: none; */
    border-radius: 50px;
    height: 40px;
    position: relative;
    /*padding: 5px 30px;*/
    /* margin: 10px 1px; */
    font-size: 14px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
    /*will-change: box-shadow,transform;
    transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1);
        */
    will-change: unset;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

    .btn.btn-success {
        color: #fff;
        background-color: #43567e;
        line-height: 26px;
        border-color: #51d78f;
    }

a.btn.btn-default {
    line-height: 38px;
    padding: 0 10px;
    color: #43567e;
    border-color: #aeb1b3;
}

button.btn.btn-default {
    line-height: 16px;
    color: #43567e;
    border-color: #aeb1b3;
}

a.btn.btn-success:hover,
input.btn.btn-success:hover {
    background: none;
    color: #43567e;
}

.panel-heading a,
.panel-heading a:hover {
    text-decoration: none;
}

.entry-meta {
    list-style: none;
    color: #6b6773;
    font-size: 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid #E6E6E6;
}

.live-feed-events-container.scroll-y {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.right-bordered {
    border-right: 0px solid transparent;
    color: #828da3;
    text-transform: uppercase;
    font-size: 14px;
}

.panel {
    margin-bottom: 24px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.0);
    box-shadow: 0 0px 0px rgba(0,0,0,.0);
}

.panel-default > .panel-heading {
    color: #43567e;
    background-color: transparent;
    border-color: transparent;
}

    .panel-default > .panel-heading h3 {
        font-size: 28px;
    }

.panel-heading {
    padding: 0px 0px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

span.dropdown-toggle {
    cursor: pointer;
}

    span.dropdown-toggle[aria-expanded="true"] img {
        transform: rotate(180deg);
    }

    span.dropdown-toggle img {
        margin-right: 10px;
        vertical-align: bottom;
        margin-left: 5px;
        margin-bottom: 5px;
    }

.icon-circle {
    position: relative;
    width: 44px;
    height: 44px;
    /*border: 2px solid #828da3;*/
    border-radius: 50%;
    color: #43567e;
    font-size: 20px;
    font-weight: 700;
    border-width: 2px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    background-color: transparent;
}

    .icon-circle a {
        text-decoration: none;
        color: #fff;
        font-size: 30px;
    }

.live-feed-message .icon-circle {
    color: #04c65d;
    border: 2px solid #04c65d;
    font-size: 14px;
    font-weight: 500;
}

.premium-dimond {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 22px;
    left: 27px;
    z-index: 999;
    background: #1dbefa url(../content/img/icons/almaz-white-big.svg) no-repeat 3px 4px;
    background-size: 15px;
    border-radius: 50px;
    border: 1px solid #1dbefa;
}

.grad-bottom-to-top {
    height: 50px;
}

    .grad-bottom-to-top::before {
        content: "";
        background: linear-gradient(to top, #f1f5fb, rgba(67,86,126,0.1));
        background: -moz-linear-gradient(to top, transparent 0%,#f1f5fb 50%,transparent 100%);
        background: -webkit-gradient(to top, transparent 0%,#f1f5fb 50%,transparent 100%);
        height: 50px; /*for horizontal border; width for vertical*/
        display: block;
    }

.grad-bottom-to-top-2 {
    height: 50px;
    /*background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(67,86,126,0.1) 35%, rgba(0,212,255,1) 100%);
        */
}

    .grad-bottom-to-top-2::before {
        content: "";
        background: linear-gradient(to top, #fff, rgba(67,86,126,0.1));
        background: -moz-linear-gradient(to top, transparent 0%,#fff 50%,transparent 100%);
        background: -webkit-gradient(to top, transparent 0%,#fff 50%,transparent 100%);
        height: 50px; /*for horizontal border; width for vertical*/
        display: block;
    }

ul.nav.nav-pills > li {
    /*    -webkit-box-shadow: 9px 2px 11px 4px rgba(223,223,223,0.75);
    -moz-box-shadow: 9px 2px 11px 4px rgba(223,223,223,0.75);
    box-shadow: 9px 2px 11px 4px rgba(223,223,223,0.75);*/
}

.panel.panel-primary,
.panel.panel-primary-2,
.panel.panel-green,
.panel.panel-yellow,
.panel.panel-yellow-2,
.panel.panel-yellow-3,
.panel.panel-red,
.panel.panel-gray,
.panel.panel-gray-2,
.panel.panel-purple,
.panel.panel-blue,
.panel.panel-burgundy,
#suggestions-accordion.panel-group > .panel {
    /*-webkit-box-shadow: 8px 8px 8px 1px rgba(223,223,223,0.75);
    -moz-box-shadow: 8px 8px 8px 1px rgba(223,223,223,0.75);
    box-shadow: 8px 8px 8px 1px rgba(223,223,223,0.75)*/
    -webkit-box-shadow: 0px 0px 14px 2px rgba(223,223,223,.175);
    -moz-box-shadow: 0px 0px 14px 2px rgba(223,223,223,.175);
    box-shadow: 0px 0px 14px 2px rgba(223,223,223,.75);
}

.panel-body > ul.nav.nav-pills,
.panel-body > ul.collapse.in.nav.nav-pills {
    display: inline-block;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.175);
    -moz-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.175);
    box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
}

.panel-body > ol.nav.nav-pills,
.panel-heading > ol.nav.nav-pills {
    background-color: #fff;
    border-radius: 50px;
}

.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
    padding: 10px 20px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #1dbefa;
    background-color: transparent;
    padding: 10px 20px;
    text-decoration: none;
}

.nav-pills > li > a {
    color: #828da3;
    font-weight: 600;
    font-size: 20px;
}

    .nav-pills > li > a:hover {
        color: #43567e;
        background: transparent;
        text-decoration: none;
    }

.nav-pills > li {
    background-color: #fff;
}

ul.nav-pills > li:first-child {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

ul.nav-pills > li:last-child {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

#suggestions-menu {
    position: relative;
    margin-right: 5px;
}

    #suggestions-menu .panel-heading > ol.nav.nav-pills {
        border-radius: 50px;
        padding: 0 10px;
        -webkit-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.175);
        -moz-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.175);
        box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
    }

        #suggestions-menu .panel-heading > ol.nav.nav-pills li:first-child {
            border-bottom-left-radius: 50px;
            border-top-left-radius: 50px;
            margin-bottom: 2px;
        }

    #suggestions-menu .navbar-toggle.navbar-toggle-pills {
        position: absolute;
        z-index: 99;
        right: 20px;
    }


    #suggestions-menu .panel-collapse {
        position: absolute;
        z-index: 10;
        margin-top: -16px;
        background-color: #fff;
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-box-shadow: 0px 6px 8px 2px rgba(223,223,223,.75);
        -moz-box-shadow: 0px 6px 8px 2px rgba(223,223,223,.75);
        box-shadow: 0px 6px 8px 2px rgba(223,223,223,.75);
    }

        #suggestions-menu .panel-collapse .panel-body {
            border-top: 0px solid #ddd;
            padding: 16px 5px;
        }

    #suggestions-menu ol.nav-pills > li > a {
        color: #828da3;
        font-weight: 700;
    }

    #suggestions-menu .panel-collapse ol li .row {
        padding: 20px 0;
        margin: 0 10px;
        border-top: 1px solid #caccce;
    }

        #suggestions-menu .panel-collapse ol li .row .col-xs-10 {
            padding-left: 5px;
        }

        #suggestions-menu .panel-collapse ol li .row a {
            color: #43567e;
            font-weight: 700;
        }

            #suggestions-menu .panel-collapse ol li .row a:hover {
                color: #43567e;
            }

    #suggestions-menu .panel-collapse .svg-icon {
        display: inline-block;
    }

        #suggestions-menu .panel-collapse .svg-icon .svg {
            width: 9px;
            height: 16px;
        }

            #suggestions-menu .panel-collapse .svg-icon .svg path {
                fill: #43567e;
            }

.nav-pills > li + li {
    margin-left: 0px;
}



.tab-content {
    border: 0px solid transparent;
    padding: 30px 0px 0px 0px;
    overflow: visible;
}

@media screen and (max-width:992px) {
    .tab-content {
        padding: 20px 0px 0px 0px;
    }
}

.tab-content .row .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.vertical-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.panel-heading img.icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 56px;
    width: 56px;
    vertical-align: middle;
}

.vcenter {
    position: relative;
    height: 96px;
}

.vertical-text {
    position: absolute;
    top: 20%;
    right: 1%;
    transform: translateY(-5%);
}

.tab-pane > .row > .col-lg-3 {
    padding-right: 12px;
    padding-left: 12px;
}

.panel-filterbox {
    height: 96px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid transparent;
}

    .panel-filterbox > .panel-heading {
        background-color: #fff;
        border: 2px solid transparent;
        border-radius: 4px;
        color: #828da3;
    }

        .panel-filterbox > .panel-heading .huge {
            color: #43567e;
            font-size: 26px;
            font-weight: 600;
        }

        .panel-filterbox > .panel-heading > .row {
            height: 88px;
            margin: 0px;
        }

.font-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.panel-filterbox .svg-icon {
    width: 56px;
    height: 56px;
    border-radius: 50px;
}

    .panel-filterbox .svg-icon .svg {
        margin-top: 11px;
        margin-left: 11px;
        width: 30px;
        height: 30px;
    }

    .panel-filterbox .svg-icon .font-icon {
        margin-top: 11px;
        margin-left: 12px;
        font-size: 28px;
        line-height: 30px;
    }

        .panel-filterbox .svg-icon .font-icon.emails_senticon- {
            margin-top: 11px;
            margin-left: 12px;
            font-size: 28px;
            line-height: 30px;
            margin-left: 11px;
            font-size: 24px;
            line-height: 30px;
        }

.panel-filterbox > .panel-heading > .row > .col-xs-3 {
    height: 100%;
    padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.panel-filterbox.panel-primary:hover,
.panel-filterbox.panel-primary.in {
    border: 2px solid #6eb1f2;
}

    .panel-filterbox.panel-primary.in > .panel-heading .huge {
        color: #6eb1f2;
    }

.panel-filterbox.panel-primary .svg-icon {
    border: 2px solid #6eb1f2;
}

    .panel-filterbox.panel-primary .svg-icon .svg path {
        fill: #6eb1f2;
    }

.panel-filterbox.panel-primary.in .svg-icon {
    background: #6eb1f2;
}

    .panel-filterbox.panel-primary.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-primary .svg-icon .font-icon {
    color: #6eb1f2;
}

.panel-filterbox.panel-primary.in .svg-icon .font-icon {
    color: #fff;
}

.panel-filterbox.panel-primary-2:hover,
.panel-primary-2.in {
    border: 2px solid #17b2f2;
}

    .panel-primary-2.in > .panel-heading .huge {
        color: #17b2f2;
    }

.panel-filterbox.panel-primary-2 .svg-icon {
    border: 2px solid #17b2f2;
}

    .panel-filterbox.panel-primary-2 .svg-icon .svg path {
        fill: #17b2f2;
    }

.panel-filterbox.panel-primary-2.in .svg-icon {
    background: #17b2f2;
}

    .panel-filterbox.panel-primary-2.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-primary-2 .svg-icon .font-icon {
    color: #17b2f2;
}

.panel-filterbox.panel-primary-2.in .svg-icon .font-icon {
    color: #fff;
}

.panel-filterbox.panel-green:hover,
.panel-green.in {
    border: 2px solid #37c977;
}

    .panel-green.in > .panel-heading .huge {
        color: #37c977;
    }

.panel-filterbox.panel-green .svg-icon {
    border: 2px solid #37c977;
}

    .panel-filterbox.panel-green .svg-icon .svg path {
        fill: #37c977;
    }

.panel-filterbox.panel-green.in .svg-icon {
    background: #37c977;
}

    .panel-filterbox.panel-green.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-green .svg-icon .font-icon {
    color: #37c977;
}

.panel-filterbox.panel-green.in .svg-icon .font-icon {
    color: #fff;
}



.panel-filterbox.panel-yellow:hover,
.panel-yellow.in {
    border: 2px solid #e9b039;
}

    .panel-yellow.in > .panel-heading .huge {
        color: #e9b039;
    }

.panel-filterbox.panel-yellow .svg-icon {
    border: 2px solid #e9b039;
}

    .panel-filterbox.panel-yellow .svg-icon .svg path {
        fill: #e9b039;
    }

.panel-filterbox.panel-yellow.in .svg-icon {
    background: #e9b039;
}

    .panel-filterbox.panel-yellow.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-yellow .svg-icon .font-icon {
    color: #e9b039;
}

.panel-filterbox.panel-yellow.in .svg-icon .font-icon {
    color: #fff;
}

.panel-filterbox.panel-yellow-2:hover,
.panel-yellow-2.in {
    border: 2px solid #e9be14;
}

.panel-yellow-2 > .panel-heading .huge {
    margin-top: -10px;
    color: #828da3;
}

.panel-yellow-2.in > .panel-heading .huge {
    color: #e9be14;
}

.panel-filterbox.panel-yellow-2 .svg-icon {
    border: 2px solid #e9be14;
}

    .panel-filterbox.panel-yellow-2 .svg-icon .svg path {
        fill: #e9be14;
    }

.panel-filterbox.panel-yellow-2.in .svg-icon {
    background: #e9be14;
}

    .panel-filterbox.panel-yellow-2.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-yellow-2 .svg-icon .font-icon {
    color: #e9be14;
}

.panel-filterbox.panel-yellow-2.in .svg-icon .font-icon {
    color: #fff;
}

.panel-filterbox.panel-yellow-3:hover,
.panel-yellow-3.in {
    border: 2px solid #edca40;
}

    .panel-yellow-3.in > .panel-heading .huge {
        color: #edca40;
    }

.panel-filterbox.panel-yellow-3 .svg-icon {
    border: 2px solid #edca40;
}

    .panel-filterbox.panel-yellow-3 .svg-icon .svg path {
        fill: #edca40;
    }

.panel-filterbox.panel-yellow-3.in .svg-icon {
    background: #edca40;
}

    .panel-filterbox.panel-yellow-3.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-yellow-3 .svg-icon .font-icon {
    color: #edca40;
}

.panel-filterbox.panel-yellow-3.in .svg-icon .font-icon {
    color: #fff;
}


.panel-filterbox.panel-red:hover,
.panel-red.in {
    border: 2px solid #d4285b;
}

    .panel-red.in > .panel-heading .huge {
        color: #d4285b;
    }

.panel-filterbox.panel-red .svg-icon {
    border: 2px solid #d4285b;
}

    .panel-filterbox.panel-red .svg-icon .svg path {
        fill: #d4285b;
    }

.panel-filterbox.panel-red.in .svg-icon {
    background: #d4285b;
}

    .panel-filterbox.panel-red.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-red .svg-icon .font-icon {
    color: #d4285b;
}

.panel-filterbox.panel-red.in .svg-icon .font-icon {
    color: #fff;
}

.panel-gray.in {
    border: 2px solid #16c9c7;
}

    .panel-gray.in > .panel-heading .huge {
        color: #16c9c7;
    }

.panel-filterbox.panel-gray .svg-icon {
    border: 2px solid #16c9c7;
}

    .panel-filterbox.panel-gray .svg-icon .svg path {
        fill: #16c9c7;
    }

.panel-filterbox.panel-gray.in .svg-icon {
    background: #16c9c7;
}

    .panel-filterbox.panel-gray.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-gray .svg-icon .font-icon {
    color: #16c9c7;
}

.panel-filterbox.panel-gray.in .svg-icon .font-icon {
    color: #fff;
}

.panel-gray-2.in {
    border: 2px solid #758a8c;
}

    .panel-gray-2.in > .panel-heading .huge {
        color: #758a8c;
    }

.panel-filterbox.panel-gray-2 .svg-icon {
    border: 2px solid #758a8c;
}

    .panel-filterbox.panel-gray-2 .svg-icon .svg path {
        fill: #758a8c;
    }

.panel-filterbox.panel-gray-2.in .svg-icon {
    background: #758a8c;
}

    .panel-filterbox.panel-gray-2.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-gray-2 .svg-icon .font-icon {
    color: #758a8c;
    font-size: 24px;
    line-height: 30px;
}

.panel-filterbox.panel-gray-2.in .svg-icon .font-icon {
    color: #fff;
}

.panel-filterbox.panel-purple:hover,
.panel-purple.in {
    border: 2px solid #7757bc;
}

    .panel-purple.in > .panel-heading .huge {
        color: #7757bc;
    }

.panel-filterbox.panel-purple .svg-icon {
    border: 2px solid #7757bc;
}

    .panel-filterbox.panel-purple .svg-icon .svg path {
        fill: #7757bc;
    }

.panel-filterbox.panel-purple.in .svg-icon {
    background: #7757bc;
}

    .panel-filterbox.panel-purple.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-purple .svg-icon .font-icon {
    color: #7757bc;
}

.panel-filterbox.panel-purple.in .svg-icon .font-icon {
    color: #fff;
}

.panel-filterbox.panel-blue:hover,
.panel-blue.in {
    border: 2px solid #4680ff;
}

    .panel-blue.in > .panel-heading .huge {
        color: #4680ff;
    }

.panel-filterbox.panel-blue .svg-icon {
    border: 2px solid #4680ff;
}

    .panel-filterbox.panel-blue .svg-icon .svg path {
        fill: #4680ff;
    }

.panel-filterbox.panel-blue.in .svg-icon {
    background: #4680ff;
}

    .panel-filterbox.panel-blue.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-blue .svg-icon .font-icon {
    color: #4680ff;
}

.panel-filterbox.panel-blue.in .svg-icon .font-icon {
    color: #fff;
}

.panel-filterbox.panel-burgundy:hover,
.panel-burgundy.in {
    border: 2px solid #dc402f;
}

    .panel-burgundy.in > .panel-heading .huge {
        color: #dc402f;
    }

.panel-filterbox.panel-burgundy .svg-icon {
    border: 2px solid #dc402f;
}

    .panel-filterbox.panel-burgundy .svg-icon .svg path {
        fill: #dc402f;
    }

.panel-filterbox.panel-burgundy.in .svg-icon {
    background: #dc402f;
}

    .panel-filterbox.panel-burgundy.in .svg-icon .svg path {
        fill: #fff;
    }

.panel-filterbox.panel-burgundy .svg-icon .font-icon {
    color: #dc402f;
}

.panel-filterbox.panel-burgundy.in .svg-icon .font-icon {
    color: #fff;
}


.panel-default.panel-default-forms {
    margin-right: 180px;
}

@media screen and (max-width:992px) {
    .panel-default.panel-default-forms {
        margin-right: 0px;
    }
}

.panel-default.panel-default-forms .alert-warning {
    color: #b0852b;
    background-color: #fcf3e1;
    border-color: #e9b039;
}

.panel-default.panel-default-forms .panel-body {
    background-color: #fff;
    border-radius: 5px;
    min-height: 594px;
    color: #43567e;
}

.panel-default.panel-default-forms h3 {
    margin: 20px 0;
}

.panel-default.panel-default-forms .panel-body .h1,
.panel-default.panel-default-forms .panel-body .h2,
.panel-default.panel-default-forms .panel-body .h3,
.panel-default.panel-default-forms .panel-body .h4,
.panel-default.panel-default-forms .panel-body .h5,
.panel-default.panel-default-forms .panel-body .h6,
.panel-default.panel-default-forms .panel-body h1,
.panel-default.panel-default-forms .panel-body h2,
.panel-default.panel-default-forms .panel-body h3,
.panel-default.panel-default-forms .panel-body h4,
.panel-default.panel-default-forms .panel-body h5,
.panel-default.panel-default-forms .panel-body h6 {
    font-weight: 700;
}

.panel-default.panel-default-forms .panel-body .h5 {
    font-size: 14px;
}

.panel-default.panel-default-forms .h3,
.panel-default.panel-default-forms h3 {
    font-size: 36px;
    color: #43567e;
    font-weight: 400;
}

@media screen and (max-width:992px) {
    .panel-default.panel-default-forms .h3, .panel-default.panel-default-forms h3 {
        font-size: 20px;
    }
}

.panel-default.panel-default-forms .gly-ico.svg {
    position: absolute;
    top: 40px;
    right: 25px;
    z-index: 999;
}

.panel-default.panel-default-forms .price-title {
    color: #43567e;
}

.panel-default.panel-default-forms .col-md-4,
.panel-default.panel-default-forms .col-md-9,
.panel-default.panel-default-forms .col-md-10 {
    padding-left: 7px;
}

#suggestions-accordion.panel-group > .panel > .panel-heading {
    /*height: 70px;*/
}

#suggestions-accordion.panel-group .panel {
    background-color: #fff;
    /*margin-right: 2px;*/
    margin-bottom: 15px;
    margin-right: -3px;
    margin-left: -3px;
}

#suggestions-accordion.panel-group > .panel > .panel-heading > .row {
    margin-right: 0px;
    margin-left: 0px;
}

    #suggestions-accordion.panel-group > .panel > .panel-heading > .row > .col-md-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

#suggestions-accordion .live-feed-message {
    padding-top: 14px;
    padding-left: 19px;
    padding-bottom: 14px;
}

    #suggestions-accordion .live-feed-message:hover {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none
    }

.have-opened .live-feed-message.collapsed {
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    opacity: 0.5;
}


#suggestions-accordion .panel-heading.table-responsive {
    /*border: 1px solid transparent;
    border-radius: 4px;*/
}

    #suggestions-accordion .panel-heading.table-responsive:hover {
        /*border: 1px solid #aeb1b3;*/
    }

@media only screen and (max-width: 992px) {

    #suggestions-accordion .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    #suggestions-accordion * html .cf {
        zoom: 1;
    }

    #suggestions-accordion *:first-child + html .cf {
        zoom: 1;
    }

    #suggestions-accordion table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    #suggestions-accordion th,
    #suggestions-accordion td {
        margin: 0;
        vertical-align: top;
    }

    #suggestions-accordion th {
        text-align: left;
        font-weight: 700;
        padding: 0;
    }

    #suggestions-accordion table {
        display: block;
        position: relative;
        width: 100%;
    }

    #suggestions-accordion thead {
        display: block;
        float: left;
        margin-right: 25px;
    }

    #suggestions-accordion tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    #suggestions-accordion thead tr {
        display: block;
    }

    #suggestions-accordion th {
        display: block;
    }

    #suggestions-accordion tbody tr {
        display: block;
        vertical-align: top;
    }

    #suggestions-accordion td {
        display: block;
        min-height: 1.25em;
        padding: 0;
        white-space: nowrap;
    }

        #suggestions-accordion td .modal-dialog {
            white-space: normal;
        }

    #suggestions-accordion .row {
        margin-left: 1px;
    }
    /* sort out borders */
    #suggestions-accordion th {
        border-bottom: 0;
        border-left: 0;
    }

    #suggestions-accordion td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }


        #suggestions-accordion td.column-4 .live-feed-message-totals {
            padding-left: 10px;
            padding-right: 0px;
        }

    #suggestions-accordion tbody td:first-child.live-feed-message-event-icon-cell {
        display: inline-block;
    }

    #suggestions-accordion .table-no-wrap td {
        display: inline-block;
    }

        #suggestions-accordion .table-no-wrap td:last-child.text-mute {
            display: block;
        }
}

.column-1 {
    /*margin-top:-10px;*/
    min-width: 202px;
    display: inline-block;
    padding-right: 0px;
}

.column-1-2 {
    /*margin-top:-10px;*/
    min-width: 242px;
    display: inline-block;
    padding-right: 0px;
}

.column-1-3 {
    max-width: 180px;
    display: inline-block;
    padding-right: 0px;
}

.column-1-4 {
    /*margin-top:-10px;*/
    min-width: 202px;
    display: inline-block;
    padding-right: 20px;
}

.column-2 {
    max-width: 205px;
    white-space: nowrap;
    display: inline-block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-feed-message > .row > .column-3 {
    max-width: 225px;
    display: inline-block;
}

.column-4 {
    min-width: 206px;
}

.column-4-1 {
    min-width: 206px;
}

.column-4-2 {
    min-width: 60px;
    display: inline-block;
}

.column-4-3 {
    min-width: 165px;
    display: inline-block;
}


.live-feed-message .data-subtitle {
    color: #828da3;
}

#suggestions-accordion.panel-group .panel .icon-circle {
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin-top: 4px;
}

.anchors {
    min-width: 270px;
}

    .anchors .btn-primary {
        margin-top: 5px;
    }

.anchors-free {
    padding-top: 5px;
    margin-right: 20px;
    max-width: 140px;
}

    .anchors-free .btn-primary {
        margin-top: 5px;
    }


    .anchors > .btn,
    .anchors-free > .btn {
        border-color: #43567e;
        background: none;
        color: #43567e;
        font-weight: 400;
        min-width: 100px;
        max-height: 30px;
    }

        .anchors-free > .btn > span,
        .anchors-free > .btn > i,
        .anchors > .btn > span, .anchors > .btn > i {
            position: relative;
            top: -2px;
        }

        .anchors > .btn > .fa,
        .anchors-free > .btn > .fa {
            color: rgba(67, 86, 126,.1);
            font-size: 16px;
        }

        .anchors > .btn:hover,
        .anchors-free > .btn:hover {
            background-color: #d93306;
            border: 1px solid transparent;
            -webkit-box-shadow: 0px 3px 13px 1px rgba(217,51,6,.5);
            -moz-box-shadow: 0px 3px 13px 1px rgba(217,51,6,.5);
            box-shadow: 0px 3px 13px 1px rgba(217,51,6,.5);
        }

            .anchors > .btn:hover,
            .anchors > .btn:hover > .fa,
            .anchors-free > .btn:hover,
            .anchors-free > .btn:hover > .fa {
                color: #fff;
            }

        .anchors > .btn.btn-gmail:hover,
        .anchors-free > .btn.btn-gmail:hover {
            background-color: #04c65d;
            border: 1px solid transparent;
            -webkit-box-shadow: 0px 3px 13px 1px rgba(4,198,93,.5);
            -moz-box-shadow: 0px 3px 13px 1px rgba(4,198,93,.5);
            box-shadow: 0px 3px 13px 1px rgba(4,198,93,.5);
        }

        .anchors > .btn.btn-mute {
            margin-left: 10px;
        }

            .anchors > .btn.btn-mute:hover {
                background-color: #d93306;
                border: 1px solid transparent;
            }

        .anchors > .btn > i.glyphicon,
        .anchors-free > .btn > i.glyphicon {
            border-right: 1px solid rgba(51, 51, 51, .3);
            padding-right: 5px;
            margin-right: 5px;
        }

.anchors-in-form > .btn.btn-primary {
    border-color: #aeb1b3;
    background: none;
    color: #43567e;
    font-weight: 400;
    min-width: 100px;
    line-height: 26px;
    max-height: 40px;
}

    .anchors-in-form > .btn.btn-primary > .font-icon {
        color: #43567e;
    }

    .anchors-in-form > .btn.btn-primary.btn-product {
        padding: 0px;
    }

    .anchors-in-form > .btn.btn-primary:hover > .font-icon {
        color: #fff;
    }

    .anchors-in-form > .btn.btn-primary:hover {
        background-color: #43567e;
        color: #fff;
        font-weight: 600;
        border: 1px solid transparent;
    }


/*
#suggestions-accordion .col-md-9 {
    padding-left:30px;
}

#suggestion-accordion .panel-heading {
    padding:0 25px;
}
*/

.stat-feed-all .details-opened {
    border: #6eb1f2 2px solid;
}

    .stat-feed-all .details-opened .live-feed-table th {
        color: #6eb1f2;
    }

.stat-feed-opened .details-opened {
    border: #37c977 2px solid;
}

    .stat-feed-opened .details-opened .live-feed-table th {
        color: #37c977;
    }

.stat-feed-clicked .details-opened {
    border: #e9b039 2px solid;
}

    .stat-feed-clicked .details-opened .live-feed-table th {
        color: #e9b039;
    }

.stat-feed-downloaded .details-opened {
    border: #d4285b 2px solid;
}

    .stat-feed-downloaded .details-opened .live-feed-table th {
        color: #d4285b;
    }

.stat-feed-replied .details-opened {
    border: #7757bc 2px solid;
}

    .stat-feed-replied .details-opened .live-feed-table th {
        color: #7757bc;
    }

.stat-feed-rsvp .details-opened {
    border: #4680ff 2px solid;
}

    .stat-feed-rsvp .details-opened .live-feed-table th {
        color: #4680ff;
    }

.stat-feed-bounced .details-opened {
    border: #dc402f 2px solid;
}

    .stat-feed-bounced .details-opened .live-feed-table th {
        color: #dc402f;
    }

.stat-reminders-all .details-opened {
    border: #17b2f2 2px solid;
}

    .stat-reminders-all .details-opened .live-feed-events-metadata th {
        color: #17b2f2;
    }

.stat-reminders-if-not-opened .details-opened {
    border: #37c977 2px solid;
}

    .stat-reminders-if-not-opened .details-opened .live-feed-events-metadata th {
        color: #37c977;
    }

.stat-reminders-if-not-reply .details-opened {
    border: #7757bc 2px solid;
}

    .stat-reminders-if-not-reply .details-opened .live-feed-events-metadata th {
        color: #7757bc;
    }

.stat-reminders-if-not-clicked .details-opened {
    border: #e9b039 2px solid;
}

    .stat-reminders-if-not-clicked .details-opened .live-feed-events-metadata th {
        color: #e9b039;
    }

.stat-reminders-regardless .details-opened {
    border: #758a8c 2px solid;
}

    .stat-reminders-regardless .details-opened .live-feed-events-metadata th {
        color: #758a8c;
    }

.stat-reminders-success .details-opened {
    border: #4680ff 2px solid;
}

    .stat-reminders-success .details-opened .live-feed-events-metadata th {
        color: #4680ff;
    }

.stat-reminders-still-not .details-opened {
    border: #e9be14 2px solid;
}

    .stat-reminders-still-not .details-opened .live-feed-events-metadata th {
        color: #e9be14;
    }

.stat-reminders-fail .details-opened {
    border: #dc402f 2px solid;
}

    .stat-reminders-fail .details-opened .live-feed-events-metadata th {
        color: #dc402f;
    }

.stat-scheduled-all .details-opened {
    border: #17b2f2 2px solid;
}

    .stat-scheduled-all .details-opened .live-feed-table th {
        color: #17b2f2;
    }

.stat-scheduled-success .details-opened {
    border: #37c977 2px solid;
}

    .stat-scheduled-success .details-opened .live-feed-table th {
        color: #37c977;
    }

.stat-scheduled-still-not .details-opened {
    border: #e9be14 2px solid;
}

    .stat-scheduled-still-not .details-opened .live-feed-table th {
        color: #e9be14;
    }

.stat-scheduled-fail .details-opened {
    border: #dc402f 2px solid;
}

    .stat-scheduled-fail .details-opened .live-feed-table th {
        color: #dc402f;
    }

.stat-archived-all .details-opened {
    border: #17b2f2 2px solid;
}

    .stat-archived-all .details-opened .live-feed-table th {
        color: #17b2f2;
    }

.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.panel-body-events {
    /*border-top: 1px solid #ddd;*/
    padding-top: 10px;
    margin-top: 10px;
}

    .panel-body-events th {
        text-transform: uppercase;
        font-weight: 400;
    }
/* Pager */
.pager {
    margin: 20px -10px 10px 0px;
    padding: 0px;
    color: #43567e;
}

    .pager .disabled {
        background-color: #fff;
        border: 0px solid transparent;
        color: #aeb1b3;
        margin-top: 4px;
        padding: 3px;
        text-align: center;
        display: inline-block;
        border-radius: 5px;
    }

    .pager .current {
        background-color: #1dbefa;
        border: 0px solid transparent;
        padding: 3px 5px;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        text-align: center;
    }

    .pager span, .pager a {
        margin: 4px 3px;
        min-width: 26px;
        height: 26px;
        border-radius: 5px;
        color: #43567e;
        -webkit-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.175);
        -moz-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.175);
        box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
    }

    .pager a {
        border: 0px solid transparent;
        padding: 3px 5px;
        /* padding: 3px 5px; */
        text-align: center;
        text-decoration: none;
        background-color: #fff;
        /* position: relative; */
        display: inline-block;
    }

        .pager span:first-child, .pager a:first-child {
            margin-right: 6px;
        }

        .pager span:last-child, .pager a:last-child {
            margin-left: 6px;
        }

    .pager.pull-right span:last-child,
    .pager.pull-right a:last-child {
        margin-left: 0px;
    }



h4.modal-title {
    font-size: 28px;
    color: #43567e;
}

.modal-body {
    color: #828da3;
    font-size: 16px;
}

    .modal-body strong {
        color: #43567e;
    }

.modal-header {
    border-bottom: 0px solid #e5e5e5;
}

    .modal-header .close {
        float: right;
        font-size: 41px;
        font-weight: 400;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .6;
    }

.modal-footer {
    border-top: 0px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .modal-footer .btn-danger {
        color: #fff;
        background: #d93306;
        border-color: #d93306;
    }

        .modal-footer .btn-danger:hover {
            background-color: #d93306;
            border: 1px solid transparent;
            -webkit-box-shadow: 0px 3px 13px 1px rgba(217,51,6,.5);
            -moz-box-shadow: 0px 3px 13px 1px rgba(217,51,6,.5);
            box-shadow: 0px 3px 13px 1px rgba(217,51,6,.5);
        }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0px solid #ddd;
}

.btn-default[disabled] {
    background-color: #fff;
}

.svg-almaz {
    width: 19px;
    height: 18px;
}

.btn-almaz span {
    position: relative;
    top: -5px;
}

.btn-almaz {
    padding: 10px 15px;
}

.carousel-inner .item {
}

.carousel {
    position: relative;
    top: 0;
    left: 0;
}

    .carousel .carousel-inner {
    }

#i1 {
}

#i2 {
}

#i3 {
}

.carousel .carousel-inner .panel-filterbox .svg-icon {
    width: 29px;
    height: 29px;
}

    .carousel .carousel-inner .panel-filterbox .svg-icon .svg {
        margin-top: 4px;
        margin-left: 4px;
        width: 20px;
        height: 20px;
    }

    .carousel .carousel-inner .panel-filterbox .svg-icon .font-icon {
        margin-top: 2px;
        margin-left: 4px;
        font-size: 16px;
        line-height: 20px;
    }

        .carousel .carousel-inner .panel-filterbox .svg-icon .font-icon.emails_senticon- {
            margin-top: 3px;
            font-size: 13px;
            margin-left: 4px;
        }

        .carousel .carousel-inner .panel-filterbox .svg-icon .font-icon.regardlessicon- {
            margin-top: 3px;
            font-size: 13px;
            margin-left: 4px;
        }



.carousel .carousel-inner .panel-filterbox > .panel-heading > .row > .col-xs-3 {
    height: 30px;
    padding-top: 3px;
    padding-left: 3px;
}

.carousel .carousel-inner .panel-filterbox > .panel-heading > .row > .col-xs-11 {
    margin-top: -12px;
}

.carousel .carousel-indicators {
    bottom: -20px;
}

    .carousel .carousel-indicators li {
        background-color: #aeb1b3
    }

        .carousel .carousel-indicators li.active {
            background-color: #43567e
        }

.troubleshooting a,
.troubleshooting a {
    font-weight: 600;
    color: #43567e;
}

    .troubleshooting a:hover,
    .troubleshooting a:active {
        color: #43567e;
    }

.btn-google {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

    .btn-google.google-sign-in {
        background: url(/content/img/branding/btn_google_signin_dark_normal_web.png);
        height: 46px;
        width: 191px;
        border-radius: 4px;
    }

        .btn-google.google-sign-in:hover {
            background: url(/content/img/branding/btn_google_signin_dark_focus_web.png);
        }

        .btn-google.google-sign-in:active {
            background: url(/content/img/branding/btn_google_signin_dark_pressed_web.png);
        }

    .btn-google.google-sign-up {
        background: rgba(158,158,158,.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        color: rgb(255,255,255);
        background-color: rgb(255,82,82);
    }

    .btn-google:hover,
    .btn-google:visited,
    .btn-google:active {
        text-decoration: none;
    }
/*
.btn-almaz:hover svg path {
    fill: #43567e;
    fill-opacity: 1;
    stroke: #43567e;
    stroke-opacity: 1;
}*/
/*
.panel-body .col-md-3,
.panel-body .col-md-2 {
    border: 1px solid red;
}
*/
.email-tracker-login-content {
    background-color: transparent;
    color: #fff;
    min-height: 1175px;
}

    .email-tracker-login-content h1 {
        font-weight: 200;
        font-size: 44px;
        margin-top: 90px;
    }

    .email-tracker-login-content h3 {
        font-weight: 200;
        font-size: 18px;
    }

    .email-tracker-login-content .section-1 {
        margin-top: 60px;
        line-height: 24px;
        font-size: 20px;
        font-weight: 400;
    }

    .email-tracker-login-content .section-2 {
        font-size: 16px;
        font-weight: 400;
    }

    .email-tracker-login-content ul {
        margin-top: 40px;
        list-style-image: url(img/icons/check.png);
    }

        .email-tracker-login-content ul li {
            color: #1dbefa;
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
            font-family: 'Roboto Condensed', Roboto;
        }

    .email-tracker-login-content .section-2 {
        margin-top: 40px;
        line-height: 24px;
    }

        .email-tracker-login-content .section-2 #socialLoginList {
            margin-top: 40px;
        }


.gmail-btn-2 {
    /*background-color: #1dbefa;*/
    background-image: linear-gradient(to right, rgba(39, 140, 243, 1), rgba(29, 190, 250, 1));
    border-radius: 50px;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 12px;
    padding: 17px 21px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    height: 50px;
    min-width: 150px;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(93,179,249,.5);
    -moz-box-shadow: 0px 3px 13px 1px rgba(93,179,249,.5);
    box-shadow: 0px 3px 13px 1px rgba(93,179,249,.5);
    line-height: 25px;
    text-transform: uppercase;
    border: 0;
}

input[type=submit].gmail-btn-2 {
    padding-top: 14px;
}

.subcribtion-container .gmail-btn-2 {
    padding: 17px 30px;
}

.navbar-default .navbar-nav > li > a.gmail-btn-2 {
    line-height: 25px;
}

    .navbar-default .navbar-nav > li > a.gmail-btn-2 svg {
        margin-top: 2px;
    }

    .navbar-default .navbar-nav > li > a.gmail-btn-2 span,
    .email-tracker-content button.gmail-btn-2 span,
    .panel-default-forms a.gmail-btn-2 span {
        position: relative;
        top: -6px;
        left: 8px;
    }

.panel-default-forms .unsubcribtion-container a.gmail-btn-2 span {
    position: relative;
    top: -6px;
    left: 0;
}

.svg-almaz .cls-1 {
    fill: #fff;
    fill-rule: evenodd;
}



.gmail-btn-2:hover {
    /*background-color: #fff;*/
    background-image: linear-gradient(to right, rgba(39, 140, 243, 0.9), rgba(29, 190, 250, 0.9));
    color: #fff !important;
    text-decoration: none
}


.gmail-btn-3 {
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #2f39ac;
    color: #2f39ac !important;
    font-weight: 700 !important;
    font-size: 16px;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 12px;
}

    .gmail-btn-3:hover {
        background-color: #2f39ac;
        border: 1px solid #2f39ac;
        color: #fff !important;
        text-decoration: none;
    }

.left-sidebar {
    padding: 0 0;
    height: calc(100vh - 130px);
    background: #fff;
    max-width: 275px;
}

    .left-sidebar .nav-pills {
        margin-top: 65px;
    }

.right-content {
    padding: 0;
    padding-left: 55px;
}

    .right-content h1 {
        margin: 0;
        margin-left: 15px;
        color: #43567e;
        font-weight: 400;
        font-size: 36px;
    }

.gradient-row .left-sidebar {
    padding: 0 0;
    height: 50px;
    max-width: 275px;
}

.gradient-row .right-content {
}


/*html, body {
    height: 100%;
    overflow: auto
}
div.modal-backdrop {
    z-index: 0;
}*/
.entry-content {
    padding: 20px 65px;
    color: #828da3;
    font-size: 16px;
}

    .entry-content .img-container {
        display: inline-block;
        max-width: 700px;
        margin: 20px auto;
        padding: 20px 20px;
        webkit-box-shadow: 0px 0px 14px 2px rgba(223,223,223,.175);
        -moz-box-shadow: 0px 0px 14px 2px rgba(223,223,223,.175);
        box-shadow: 0px 0px 14px 2px rgba(223,223,223,.7);
    }

.email-tracker-content {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #f1f5fb;
    color: #43567e;
    min-height: 1144px;
}

    .email-tracker-content .effective-msg {
        color: #1dbefa;
        font-size: 18px;
        font-weight: 200;
        margin-bottom: 60px;
    }

    .email-tracker-content a {
        color: #1dbefa;
    }

    .email-tracker-content input {
        margin: 20px auto;
        width: 500px;
        height: 50px;
        float: none;
    }

    .email-tracker-content textarea {
        margin: 0px auto;
        margin-bottom: 20px;
        width: 500px;
        float: none;
        border-radius: 5px;
    }

    .email-tracker-content .controls .gmail-btn-2 {
        width: 500px;
    }

    .email-tracker-content li {
        line-height: 3em;
    }

    .email-tracker-content .faq-message {
        font-size: 16px;
    }


    .email-tracker-content .team-features-table td {
        vertical-align: text-top;
    }

    .email-tracker-content h2 {
        color: #43567e;
        font-size: 18px;
        font-weight: 200;
    }

    .email-tracker-content h1 {
        font-weight: 200;
        color: #43567e;
        font-size: 44px;
    }

    .email-tracker-content p {
        font-size: 18px;
        color: #43567e;
        font-weight: 200;
    }

        .email-tracker-content p strong {
            color: #43567e;
        }

    .email-tracker-content > #content-container > p:first-child {
        margin-top: 50px;
    }

    .email-tracker-content .card {
        height: 350px;
        min-width: 430px;
        padding: 35px 20px;
        -webkit-box-shadow: 0px 0px 18px 4px rgba(223,223,223,.75);
        -moz-box-shadow: 0px 0px 18px 4px rgba(223,223,223,.75);
        box-shadow: 0px 0px 18px 4px rgba(223,223,223,.75);
        border-radius: 5px;
    }

        .email-tracker-content .card p {
            font-family: 'Roboto Condensed', 'Roboto';
        }

        .email-tracker-content .card .icon-circle {
            position: relative;
            width: 56px;
            height: 56px;
            border: 2px solid #1dbefa;
            border-radius: 50%;
            color: #43567e;
            font-size: 20px;
            font-weight: 600;
            border-width: 2px;
            box-sizing: border-box;
            text-align: center;
            display: inline-block;
            line-height: 52px;
            background-color: transparent;
        }

            .email-tracker-content .card .icon-circle span {
                font-size: 30px;
                font-weight: 700;
            }

        .email-tracker-content .card h2 {
            color: #43567e;
            font-size: 20px;
            font-weight: 400;
            margin-top: 30px;
        }

        .email-tracker-content .card .gmail-btn-2 {
            font-size: 12px;
            padding: 16px 40px;
        }

        .email-tracker-content .card + .card {
            margin-left: 30px;
        }

    .email-tracker-content ul {
        list-style: none;
    }

        .email-tracker-content ul li:before {
            content: "\2022";
            color: #1dbefa;
            font-weight: bold;
            display: inline-block;
            width: 0.7em;
            margin-left: 0em;
        }

button, .button {
    cursor: pointer;
    display: inline-block;
    font-size: 120%;
    font-weight: 700;
    margin: 0 5px 3px 0;
    outline: none;
    padding: 9px 20px;
    width: auto;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    background: url('../EmailTrackerMarket/img/grad-grey.gif') repeat-x center top #c3c3c3;
    color: #444444;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

header.page-header {
    background: #fff;
    padding: 1rem 0;
}

header.page-header {
    margin: 0; 
    padding:0;
}
footer.page-footer {
    margin-top: 0;
    background: #0e203c;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #828da3;
    font-size: 12px;
}
    footer.page-footer nav.links > a {
        color: #828da3;
    }
.cover {
    background:#0d0d0d !important;
    z-index:2;
}

.d-none {
    display: none !important;
}


@keyframes spinner-border {
    to {transform: rotate(360deg);}
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 30px;
    height: 30px;
    border-width: 2px;
}


@keyframes spinner-grow {
    0%{
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    background-color: currentColor;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 30px;
    height: 30px;
}
