@font-face
{
    font-family: 'Nimbus CEZCE';
    src: url('/resources/frontend/fonts/NimbusCEZCE.eot?#iefix') format('embedded-opentype'),  url('/resources/frontend/fonts/NimbusCEZCE.otf')  format('opentype'),
    url('/resources/frontend/fonts/NimbusCEZCE.woff') format('woff'), url('/resources/frontend/fonts/NimbusCEZCE.ttf')  format('truetype'), url('/resources/frontend/fonts/NimbusCEZCE.svg#NimbusCEZCE') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face
{
    font-family: 'Futura Demi';
    src: url('/resources/frontend/fonts/FuturaCEZCE-Demi.eot?#iefix') format('embedded-opentype'),  url('/resources/frontend/fonts/FuturaCEZCE-Demi.otf')  format('opentype'),
    url('/resources/frontend/fonts/FuturaCEZCE-Demi.woff') format('woff'), url('/resources/frontend/fonts/FuturaCEZCE-Demi.ttf')  format('truetype'), url('/resources/frontend/fonts/FuturaCEZCE-Demi.svg#FuturaCEZCE-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Futura Medium';
    src: url('/resources/frontend/fonts/FuturaCEZOT-Medium.eot?#iefix') format('embedded-opentype'),  url('/resources/frontend/fonts/FuturaCEZOT-Medium.otf')  format('opentype'),
    url('/resources/frontend/fonts/FuturaCEZOT-Medium.woff') format('woff'), url('/resources/frontend/fonts/FuturaCEZOT-Medium.ttf')  format('truetype'), url('/resources/frontend/fonts/FuturaCEZOT-Medium.svg#FuturaCEZOT-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------------ */
/** RESET                        **/
/* ------------------------------ */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    background: #ececec;
}

body.login-page {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
}
/* <<< RESET **/

.ico { display: inline-block; background-image: url('../images/sprite.png'); background-repeat: no-repeat; background-color: transparent; }
.ico.ico-sm { width: 20px; height: 20px; }
.ico.ico-sm-wide { width: 20px; height: 15px; }
.ico.ico-xxl { width: 36px; height: 36px; }

.ico-home { background-position: 0 -64px; }
.ico-bulb { background-position: -25px -64px; }
.ico-horn { background-position: -50px -64px; }
.ico-gear { background-position: 0 -89px; }
.ico-stats { background-position: -25px -89px; }

.ico-campaigns { background-position: 0 -124px; }
.ico-attributes { background-position: -41px -124px; }
.ico-network { background-position: 0 -165px; }
.ico-performance { background-position: -41px -165px; }

.ico-bulb-blue { background-position: 0 -206px; }
.ico-plus { background-position: -30px -252px; }
.ico-excel { background-position: 0 -252px; }
.ico-reports-title { background-position: -41px -206px !important; }
/* ------------------------------ */
/** UI                           **/
/* ------------------------------ */
.clearfix { clear: both; }
.clearfix:before,
.clearfix:after { content: ''; display: block; clear: both; }
.button {
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 14px;
    color: #969ea4;
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
}
.button:hover { text-decoration: none; }

/* Button Group */
.button-group { font-size: 0; }
.button-group .button { display: inline-block; width: auto; margin-right: 10px; }
.button-group .button:last-child { margin-right: 0; }

/* Button with Icon */
.button.button-with-ico { position: relative; padding-right: 40px; }
.button.button-with-ico .ico { display: block; position: absolute; top: 50%; margin-top: -7px; right: 10px; }

/* Default Button */
.button.button-default {
    color: #969ea4;
    background: #fff;
    border: 1px solid #bebebe;
}
.button.button-default:hover,
.button.button-default.button-effect-hover { background: #f6f6f6; }
.button.button-default:active,
.button.button-default:focus,
.button.button-default.button-effect-pressed { background: #e9e9e9; box-shadow: 0 0 5px rgba(0, 0, 0, .7) inset; }

/* Light Button */
.button.button-light {
    color: #aeb4ba;
    background: #fff;
    border: 1px solid #758e9b;
}
.button.button-light:hover,
.button.button-light.button-effect-hover { background: #f6f6f6; }
.button.button-light:active,
.button.button-light:focus,
.button.button-light.button-effect-pressed { color: #bbbfc4; background: #e9e9e9; box-shadow: 0 0 5px rgba(0, 0, 0, .7) inset; }

/* Green Button */
.button.button-green {
    color: #fff;
    background: #35aa47;
    border: 1px solid #35aa47;
}
.button.button-green:hover,
.button.button-green.button-effect-hover { background: #4ec460; border: 1px solid #4ec460; }
.button.button-green:active,
.button.button-green:focus,
.button.button-green.button-effect-pressed { color: #e0ede1; background: #2b973c; border: 1px solid #4ec460; box-shadow: 0 0 5px rgba(0, 0, 0, .7) inset; }

/* Dark Button */
.button.button-dark {
    color: #fff;
    background: #6c8b9c;
    border: 1px solid #6c8b9c;
}
.button.button-dark:hover,
.button.button-dark.button-effect-hover { background: #85a4b5; border: 1px solid #85a4b5; }
.button.button-dark:active,
.button.button-dark:focus,
.button.button-dark.button-effect-pressed { color: #e4e8ea; background: #5b7888; border: 1px solid #5b7888; box-shadow: 0 0 5px rgba(0, 0, 0, .7) inset; }

/* Blue Button */
.button.button-blue {
    color: #fff;
    background: #2cb1fa;
    border: 1px solid #2cb1fa;
}
.button.button-blue:hover,
.button.button-blue.button-effect-hover { background: #46bdff; border: 1px solid #46bdff; }
.button.button-blue:active,
.button.button-blue:focus,
.button.button-blue.button-effect-pressed { color: #dfeefb; background: #23a2e8; border: 1px solid #23a2e8; box-shadow: 0 0 5px rgba(0, 0, 0, .7) inset; }


a { color: #555d64; text-decoration: underline; }
a:hover { color: #2cb1fa; }
a:focus,
a:active { outline: none; }

/** FORM */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
    height: 44px;
    border: 1px solid #2cb1fa;
    padding: 0 15px;
    background: #e8e8e8;
    color: #767c80;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    outline: none;
    border: 1px solid #2cb1fa;
    box-shadow: 0 0 5px #2cb1fa inset;
    background: #fff;
    border-radius: 2px;
}
textarea {
    border: 1px solid #2cb1fa;
    padding: 10px 15px;
    background: #e8e8e8;
    color: #767c80;
}

textarea:focus {
    outline: none;
    border: 1px solid #2cb1fa;
    box-shadow: 0 0 5px #2cb1fa inset;
    background: #fff;
    border-radius: 2px;
}

select {
    height: 44px;
    border: 1px solid #2cb1fa;
    padding: 0 15px;
    background: #e8e8e8;
    color: #767c80;
}

select:focus {
    outline: none;
    border: 1px solid #2cb1fa;
    box-shadow: 0 0 5px #2cb1fa inset;
    background: #fff;
    border-radius: 2px;
}


/** Paginator */
.paginator { font-size: 0; }
.paginator a,
.paginator span { display: inline-block; padding: 0 10px; font-size: 14px; line-height: 34px; color: #8a919a; text-decoration: none; }
.paginator a.selected,
.paginator span { background: #e9f0f4; }
.paginator a.first.selected,
.paginator span.first { background: transparent; }
.paginator .page {
    color: #4b525b;
}
.paginator .first:hover,
.paginator .last:hover { color: #4b525b; }

/** Dropdown */
div.dropdown-custom {
    position: relative;
}
.dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 40px 0 15px;
    height: 44px;
    line-height: 44px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #a2a9af;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    border-top: 8px solid #b7b7b7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.dropdown-trigger:active,
.dropdown-trigger:hover,
.dropdown-trigger:focus { text-decoration: none; outline: none; color: #a2a9af; }

.open .dropdown-trigger {
    color: #777d83;
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
}
div.dropdown-custom .dropdown-menu { margin-top: 0; padding: 0; width: 100%; background: #fff; border: 1px solid #e8e8e8; border-radius: 0; box-shadow: 2px 2px 0 #ebebeb; }
div.dropdown-custom .dropdown-menu>li>a { color: #a2a9af; text-decoration: none; line-height: 16px; padding: 10px 15px; border-bottom: 1px solid #e8e8e8; }
div.dropdown-custom .dropdown-menu>li:last-child>a { border-bottom: 0 none; }
div.dropdown-custom .dropdown-menu>li>a:hover,
div.dropdown-custom .dropdown-menu>li>a.selected { background: #f3f3f3; color: #5b6670; }

/** User Dropdown */
.dropdown-user { position: relative; max-width: 180px; }
.dropdown-user .dropdown-trigger {
    padding: 0 15px 0 4px;
    color: #464c54;
    font-size: 12px;
    background: #ececec;
    border: 0 none;
}
.dropdown-user .dropdown-trigger span { color: #2cb1fa; }
.dropdown-user .dropdown-trigger img { width: 36px; height: 36px; display: block; float: left; border: 0 none; margin: 3px 7px 0 0; }
.dropdown-user .dropdown-trigger:after { right: 2px; border-top: 5px solid #b7b7b7; border-left: 4px solid transparent; border-right: 4px solid transparent; }
.dropdown-user .dropdown-menu {
    margin: 4px 0 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 0;
    box-shadow: 2px 3px 0 #ebebeb;
}
.dropdown-user .dropdown-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 11px;
    height: 5px;
    background: url('../images/sprite.png') -67px 0 no-repeat transparent;
    z-index: 2;
    top: -5px;
    right: -1px;
}
.dropdown-user .dropdown-menu>li>a {
    color: #a2a9af;
    text-decoration: none;
    line-height: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e8;
}
div.dropdown-user .dropdown-menu>li:last-child>a { border-bottom: 0 none; }
div.dropdown-user .dropdown-menu>li>a:hover,
div.dropdown-user .dropdown-menu>li>a.selected {
    background: #f3f3f3;
    color: #5b6670;
}
/* <<< UI **/

/* ------------------------------ */
/* Login                          */
/* ------------------------------ */
.frm-login {
    position: absolute;
    width: 370px;
    top: 0;
    left: 50%;
    /*margin-top: -238px;*/
    margin-left: -185px;
}
.frm-login div.logo { padding: 30px 0; }
.frm-login div.logo h1 { float: left; margin: 30px 0 0 22px; font-size: 23px;}
.frm-login a.logo { display: block; padding-bottom: 30px;  width: 105px; margin: 0 auto; }
.frm-login img { display: block; border: 0 none; }
.form-row { position: relative; margin-bottom: 10px; }
.form-row label { display: block; color: #555d64; font-weight: 400; }
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row input[type="tel"],
.form-row input[type="submit"],
.form-row select,
.form-row textarea,
.form-row .button { width: 100%; }

.form-row input[type="color"] { height: 44px; }

.modal-backdrop.in { filter: alpha(opacity=85); opacity: .85; }
.mkt2-modal .modal-dialog { margin-top: 65px; }

.mkt2-modal .modal-header { padding: 0 0 30px 0; border-bottom: 0 none; }
.mkt2-modal .modal-title { font-size: 32px; line-height: 36px; font-weight: 300; color: #fff; margin-bottom: 10px; font-style: normal; }
.mkt2-modal .modal-subtitle { font-size: 14px; line-height: 16px; color: #a2a9af; }
.btn-close-modal {
    display: block;
    position: fixed;
    border: 0 none;
    padding: 0 30px 0 0;
    top: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    color: #a2a9af;
    text-decoration: none;
    background: transparent;
}
.btn-close-modal .close {
    display: block;
    position: absolute;
    width: 20px;
    height: 23px;
    top: 0;
    right: 0;
    background: url('../images/sprite.png') -58px -17px no-repeat transparent;
    filter: alpha(opacity=100);
    opacity: 1;
}
.mkt2-modal .modal-content {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.mkt2-modal .modal-body { padding: 0; }
.mkt2-modal .form-row label { color: #fff; }
/* <<< LogIn **/

/* ------------------------------ */
/* LAYOUT                         */
/* ------------------------------ */
/*
#app-menu { position: fixed; left: 0; top: 0; width: 170px; height: auto; min-height: 100vh; overflow-y: auto; background: #1a1816; }
#app-container { width: 100%; min-height: 100vh; padding: 0 30px 0 200px; }
#app-content { padding: 10px 0 44px 0; }
*/
.btn-toggle-menu { display: none; position: absolute; right: 10px; top: 18px; cursor: pointer; }
.btn-toggle-menu .glyphicon { display: block; color: #eaeaea; font-size: 24px; }
#app-menu { position: fixed; left: 0; top: 0; width: 170px; height: 100%; min-height: 100%; overflow-y: scroll; background: #1a1816; }
#app-container { width: 100%; padding: 0 30px 0 200px; }
#app-content { padding: 15px 0; }

#app-menu .logo { display: block; width: 78px; margin: 15px auto; }
#app-menu .logo img { display: block; border: 0 none; }
#app-menu ul { margin: 0; padding: 0; list-style: none; }
#app-menu ul li {font-size: 13px;}
#app-menu ul > li { border-bottom: 1px solid #36383b; }
#app-menu ul li a { display: block; position: relative; padding: 10px 10px 10px 32px; font-size: 13px; color: #939ba7; line-height: 13px; text-decoration: none; font-weight: bold;}


#app-menu ul li a:hover,
#app-menu ul li.open a { background: #1f2125; color: #ffffff}
#app-menu ul li a .ico { display: block; position: absolute; left: 5px; top: 50%; margin-top: -10px; filter: alpha(opacity=20); opacity: .2; }
#app-menu ul li.open a .ico { filter: alpha(opacity=100); opacity: 1; }

#app-menu ul.nav-submenu { display: none; }
#app-menu ul.nav-submenu.open { display: block;}
#app-menu ul.nav-submenu li a { padding-left: 25px; font-weight: normal; font-size: 12px; color:#939ba7;}
#app-menu ul.nav-submenu li.open a { padding-left: 25px; font-weight: normal; font-size: 12px; color:#ffffff;}
#app-menu ul.nav-submenu li { border-bottom: 0 none; }
#app-menu ul.nav-submenu li.active a { color: #ffffff}

#app-menu ul.nav-submenu li ul.nav-submenu{ display: none; }
#app-menu ul.nav-submenu li.open ul.nav-submenu{ display: block; }
#app-menu ul.nav-submenu li ul.nav-submenu li a { padding-left: 35px; font-weight: normal !important; font-size: 12px !important; color:#939ba7;}
#app-menu ul.nav-submenu li ul.nav-submenu li.active a { color: #ffffff}
#app-menu ul.nav-submenu li ul.nav-submenu li { border-bottom: 0 none; }


h1 { font-size: 25px; line-height: 25px; padding: 10px 0 9px 0; color: #a2a9af; margin: 0; }
h1.has-ico { position: relative; padding-left: 36px; }
h1.has-ico .ico { display: block; width: 30px; position: absolute; left: 0; top: 50%; margin-top: -18px; background-position: -4px -206px; }
header { padding: 20px 0 10px 0; /*overflow-x: hidden;*/ }

#breadcrumbs { font-size: 0; }
#breadcrumbs a,
#breadcrumbs span { display: inline-block; font-size: 14px; padding-right: 5px; color: #000; }
#breadcrumbs a:last-child,
#breadcrumbs span:last-child { padding-right: 0; }
#breadcrumbs a { color: #898989; text-decoration: none; }
#breadcrumbs span {}


footer { position: relative; padding: 10px 0; }
#app-footer {
    position: relative;
    /*margin-top: -44px;*/
    padding: 10px 30px 10px 200px;
    z-index: 2;
}
footer ul { margin: 0; padding: 5px 0; list-style: none; }
footer ul li { float: left; padding: 0 10px; border-right: 1px solid #d1d4d6; border-left: 1px solid #c9cdd0; }
footer ul li:nth-child(2) { border-left: 0 none; }
footer ul li:first-child { padding-left: 0; border-left: 0 none; border-right: 0 none; }
footer ul li:last-child { /*padding-right: 0;*/ border-right: 0 none; }
footer ul li a { display: block; color: #8d949a; font-size: 12px; line-height: 14px; }
p.copy { color: #8d949a; font-size: 12px; line-height: 14px; margin: 0; }
.no-border { border: 0 none !important; }
/* <<< LAYOUT **/


/* ------------------------------ */
/* DASHBOARD                      */
/* ------------------------------ */
.chart-block { overflow: hidden; padding-bottom: 2px; margin-bottom: 25px; }
.chart-block-header { position: relative; background: #1a1816; padding: 7px 15px 7px 60px; }
.chart-block-header .ico { position: absolute; left: 18px; top: 7px; }
.chart-block-header p { margin: 0; padding: 6px 0; font-size: 25px; line-height: 25px; color: #fff; }
.chart-block-body { background: #fff; padding: 15px; box-shadow: 1px 2px 0 #c9c9c9; border-right: 1px solid #c9c9c9; }
.chart-block-body img { max-width: 100%; display: block; border: 0 none; margin: 20px auto 0 auto; }
p.chart-info { margin: 0; padding: 10px 65px 0 65px; font-size: 14px; line-height: 18px; color: #a2a9af; font-weight: 300; text-align: center; }
/* <<< DASHBOARD **/



/* ------------------------------ */
/* CAMPAIGN CREATOR               */
/* ------------------------------ */
.data-table-container { background: #fff; padding: 10px; box-shadow: 2px 3px 0 #c9c9c9; }
.action-link { color: #41b9fa; text-decoration: none; }
.action-link:hover { text-decoration: none; }
.btn-ico { display: inline-block; margin-right: 10px; padding-left: 20px; font-size: 12px; line-height: 16px; background-image: url('../images/sprite.png'); background-repeat: no-repeat; background-color: transparent; }
.btn-ico:last-child { margin-right: 0; }
.btn-ico-edit { background-position: 0 -277px; }
.btn-ico-reports { background-position: 0 -303px; }
.btn-ico-delete { background-position: 0 -330px; }

.campaign-steps { font-size: 0; padding-left: 9px; }
.campaign-steps .step {
    display: inline-block;
    position: relative;
    background: #d5d5d5;
    color: #f7f7f7;
    font-size: 18px;
    line-height: 18px;
    padding: 14px 15px;
    margin-right: 12px;
    /*margin-left: -5px;*/
}
.campaign-steps .step:before,
.campaign-steps .step:after { content: ''; display: block; position: absolute; top: 0; width: 9px; height: 46px; background-image: url('../images/bg_steps.png'); background-repeat: no-repeat; }
.campaign-steps .step:before { left: -9px; background-position: 0 -53px; }
.campaign-steps .step:after { right: -9px; background-position: 0 0; }

.campaign-steps .step.step-first { margin-left: 0; }
.campaign-steps .step.step-first:before { background: #d5d5d5; }
.campaign-steps .step.step-active { background: #1a1816; }
.campaign-steps .step.step-active:before { background-position: 0 -159px; }
.campaign-steps .step.step-active:after { background-position: 0 -106px; }
.campaign-steps .step.step-first.step-active:before { background: #1a1816; }

/** Step 1 */
.page-content { margin-top: 25px; }
p.page-title { font-size: 25px; line-height: 25px; color: #a2a9af; margin-bottom: 20px; }

.clickable-block { display: block; padding: 30% 10px; background: #fff; text-align: center; text-decoration: none; color: #a2a9af; font-size: 25px; box-shadow: 2px 3px 0 #c9c9c9; }
.clickable-block:hover { text-decoration: none; color: #a2a9af; }
.clickable-block img { display: inline-block; border: 0 none; max-width: 100%; }
.clickable-block img.left-offset { margin-left: 34px;}
.clickable-block span { display: block; margin-top: 8%; font-size: 22px;}

/** Step 2 */
.page-container { margin-top: 30px; background: #fff; padding: 15px; box-shadow: 2px 3px 0 #c9c9c9; }
p.campaign-type { margin-bottom: 30px; font-size: 18px; line-height: 20px; padding-left: 30px; color: #a2a9af; background-image: url('../images/campaign_types.png'); background-repeat: no-repeat; background-color: transparent; }
p.campaign-type.campaign-type-email { background-position: 0 2px; }
p.campaign-type.campaign-type-sms { background-position: 0 -25px; }
p.campaign-type.campaign-type-offline { background-position: 0 -52px; }

.option-blocks { font-size: 0; text-align: center; }
.option-block { display: inline-block; margin-bottom: 15px; /*width: 292px;*/ margin-right: 10px; text-decoration: none; border: 1px solid #c9c9c9; border-radius: 5px; padding: 20px 20px; }
.option-block:hover { text-decoration: none; }
.option-block:last-child { margin-right: 0; }
.option-block span { display: block; font-size: 25px; line-height: 25px; color: #aeb4ba; margin-top: 15px; }

p.step-info,
p.step-title { font-size: 25px; line-height: 27px; color: #a2a9af; margin: 25px 0 30px 0; text-align: center; }
p.step-title { padding-top: 5px; }

/** Step 2c */
.campaign-row-block { border: 1px solid #b9cbd4; margin-bottom: 25px; }
.campaign-row-block-title { background: #89abbd; font-size: 18px; line-height: 18px; padding: 8px 12px; color: #f1f5f7; }
.campaign-row-block-body { padding: 20px 25px; }
.campaign-row-block .form-row label,
label.label-xl { line-height: 46px; margin: 0; font-size: 18px; color: #a2a9af; text-align: right; }
label.label-xl { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.campaign-row-block .form-row .button { width: auto; display: inline-block; padding-left: 20px; padding-right: 20px; }
.button.button-inline { display: inline-block; width: auto; }

.campaign-preview { margin-top: 40px; }
p.section-title { font-size: 18px; line-height: 20px; color: #a2a9af; }
.campaign-preview-body { border: 1px solid #b9cbd4; }

/** Step 3 */
.txt-input {
    display: block;
    border: 1px solid #d4d4d4;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #a8afb4;
}
input.large-font { font-size: 18px; line-height: 20px; }
/* <<< CAMPAIGN CREATOR **/


/* ------------------------------ */
/* CAMPAIGN REPORTS               */
/* ------------------------------ */
h1.reports-title {}
.table-section-title { margin-top: 10px; font-size: 18px; line-height: 18px; color: #fff; padding: 10px 15px; background: #1a1816; }
.tabs { font-size: 0; list-style: none; padding: 0; margin: 0; }
.tabs li { display: inline-block; }
.tabs li a { display: block; font-size: 18px; line-height: 18px; text-decoration: none; color: #72797e; padding: 18px 25px; background: #d7d7d7; border-right: 1px solid #ececec; }
.tabs li.tab-item-active a { color: #a2a9af; background: #fff; border-right: 1px solid #ececec; }
.table-container { background: #fff; padding: 25px 10px; box-shadow: 1px 2px 0 #c9c9c9; }
/*.table-container .table { margin: 0 10px; }*/

.table thead tr th { color: #82868d; }
.table tbody tr td { color: #414953; }
.table tbody tr td span { color: #82868d; }
.table tbody tr td strong { color: #424a54; }
.table>thead>tr>th { border-bottom: 0 none; }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #b1c1cd;
    border-bottom: 1px solid #b1c1cd;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #f0f3f5; }

.table-striped>tbody>tr:nth-child(odd)>th.title,
.table-striped>tbody>tr:nth-child(even)>th.title { background: #6c8b9c; color: #c4d1d7; font-weight: 400; width: 180px; }
.cta-link { color: #3fb7fa; text-decoration: none; }

.tabs-container {}
.tabs-container .tab-content { display: none; }
.tabs-container .tab-content.tab-content-active { display: block; }

.table .table { margin: 0; }
.table .table>thead>tr>th,
.table .table>tbody>tr>th,
.table .table>tfoot>tr>th,
.table .table>thead>tr>td,
.table .table>tbody>tr>td,
.table .table>tfoot>tr>td { padding: 0; border: 0 none; }
.table .table { background-color: transparent; }

.table.inside-table tr td,
.table.inside-table tr th { padding: 6px 3px !important; border-bottom: 1px solid #e2e8ec !important; }
.table.inside-table tr:last-child td,
.table.inside-table tr:last-child th { border-bottom: 0 none !important; }

.chart-block-body.no-effect { box-shadow: none; border-right: 0 none; }

/** Sorter */
div.content-sorter { float: left; margin-right: 10px; margin-bottom: 5px; }
div.content-sorter:last-child { margin-right: 0; }
.dropdown-custom-sorter .dropdown-trigger { background: #fff; padding: 0 25px 0 10px; height: 28px; line-height: 28px; border: 0 none; color: #a2a9af; }
.dropdown-custom-sorter .dropdown-trigger strong { color: #82868d; }
.dropdown-custom-sorter .dropdown-trigger:after { top: 12px; right: 8px; border-top: 5px solid #b7b7b7; border-left: 4px solid transparent; border-right: 4px solid transparent; }
/* <<< CAMPAIGN REPORTS **/








@media (max-width: 767px) {
    /** UI */
    .dropdown-user { max-width: 100%; }
    .dropdown-user.pull-right { float: none !important; }

    /** Layout */
    .btn-toggle-menu { display: block; }
    #app-menu .logo { width: auto; margin: 5px 10px; display: inline-block; }
    #app-menu .logo img { height: 50px; }
    #app-menu { position: relative; min-height: 0; width: 100%; }
    #app-container { padding: 0 15px 0 15px; }
    #app-footer { padding: 10px 20px; }
    header { position: relative; z-index: 3; top: 0; left: 0; width: 100%; padding: 5px 0; }
    header .row .col-sm-8:first-child { display: none; }
    ul.main-nav { display: none; }


    /** Login */
    .frm-login { position: relative; width: 90%; margin: 0 5%; left: auto; }
    .mkt2-modal .modal-dialog { margin: 45px 5% 10px 5%; }
    .mkt2-modal .modal-header { padding-bottom: 15px; }
    .mkt2-modal .modal-title { font-size: 24px; margin-bottom: 0; }

    .button.button-inline { width: 100% !important; }
    .campaign-row-block .form-row label,
    label.label-xl { text-align: left; }

    .table-striped>tbody>tr:nth-child(odd)>th.title,
    .table-striped>tbody>tr:nth-child(even)>th.title { width: auto; }

    div.content-sorter { float: none; margin-right: 0; }
}

@media (min-width: 768px) {
    /** Layout */
    ul.main-nav { display: block !important; }

    /** Login */
    .mkt2-modal .modal-dialog { width: 370px; }

    .table td.row-title { width: 100px; }

}

.visible
{
    display: block !important;
}

#schedule_toggle
{
    display: none;
}

.delete_filter_line
{
    margin-top: 14px;
}

.no-margin-left
{
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.loading
{
    background: url('/resources/frontend/images/ico_loading.gif') no-repeat top center;
    position: absolute;
    margin: 0 auto;
    padding-top: 30%;
    width: 100%;
    z-index: 99999;
    background-color: rgba(255,255,255,0.8);   
}

.nps-score
{
    font-family: 'Futura Medium';
}

.nps-score h1
{
    font-size: 80px;
    text-align: center;
    margin-top: 20px;
}

.nps-score div.col-md-6, .nps-score div.col-md-12, .nps-score div.col-md-3, .nps-score div.col-md-2, .nps-score div.col-md-4
{
    text-align: center;
}

.nps-score div.human
{
    text-align: center;
}

.nps-score div.human.small
{
    margin-top: 24%;
}

@media (max-width: 1024px) {

    .nps-score div.human.small
    {
        margin-top: 77%;
    }
}

@media (max-width: 1280px) {

    .nps-score div.human.small
    {
        margin-top: 57%;
    }
}

@media (max-width: 1360px) {

    .nps-score div.human.small
    {
        margin-top: 52%;
    }
}

@media (max-width: 1440px) {

    .nps-score div.human.small
    {
        margin-top: 48%;
    }
}

@media (max-width: 1600px) {

    .nps-score div.human.small
    {
        margin-top: 42%;
    }
}

@media (max-width: 1920px) {

    .nps-score div.human.small
    {
        margin-top: 33%;
    }
}

h3.percent
{
    font-family: 'Futura Medium';
    font-size: 45px;
    margin: 0;
    padding: 0;
}

div.human.small h3.percent
{
    font-size: 30px;
}

.nps-type h3
{
    font-size: 35px;
}

h2.human-index
{
    font-size: 35px;
}

.detractor
{
    color: #a72027;
}

.passive
{
    color: #ffe34b;
}

.promoter
{
    color: #8ab029;
}

.hidden-anwers
{
    display: none;
}