/**
 * @license
 * MyFonts Webfont Build ID 3297573, 2016-10-19T05:52:17-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FuturaPT-Light by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/futura-book/futura-light/
 *
 * Webfont: FuturaPT-Demi by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/futura-book/futura-demi/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3297573
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 1995 ParaGraph Intl., &#x00A9; 1998 ParaType Inc., ParaType Ltd. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/325125");
@font-face {
    font-family: 'FuturaPT-Light';
    src: url('fonts/Futura_PT/webfonts/325125_0_0.eot');
    src: url('fonts/Futura_PT/webfonts/325125_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/Futura_PT/webfonts/325125_0_0.woff2') format('woff2'), url('fonts/Futura_PT/webfonts/325125_0_0.woff') format('woff'), url('fonts/Futura_PT/webfonts/325125_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'FuturaPT-Demi';
    src: url('fonts/Futura_PT/webfonts/325125_1_0.eot');
    src: url('fonts/Futura_PT/webfonts/325125_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/Futura_PT/webfonts/325125_1_0.woff2') format('woff2'), url('fonts/Futura_PT/webfonts/325125_1_0.woff') format('woff'), url('fonts/Futura_PT/webfonts/325125_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf');
}

[ui-view].ng-leave {
    display: none;
}

[ui-view].ng-leave.smooth {
    display: block;
}

.smooth.ng-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

button,
select,
html,
textarea,
input {
    font-family: 'Lato', RobotoDraft, Roboto, 'Helvetica Neue', sans-serif;
}

.fade-in-right-big.ng-enter {
    -webkit-animation: fadeInRightBig 0.5s;
    animation: fadeInRightBig 0.5s;
}

.fade-in-right-big.ng-leave {
    -webkit-animation: fadeOutLeftBig 0.5s;
    animation: fadeOutLeftBig 0.5s;
}

.fade-in-left-big.ng-enter {
    -webkit-animation: fadeInLeftBig 0.5s;
    animation: fadeInLeftBig 0.5s;
}

.fade-in-left-big.ng-leave {
    -webkit-animation: fadeOutRightBig 0.5s;
    animation: fadeOutRightBig 0.5s;
}

.fade-in-up-big.ng-enter {
    -webkit-animation: fadeInUpBig 0.5s;
    animation: fadeInUpBig 0.5s;
}

.fade-in-up-big.ng-leave {
    -webkit-animation: fadeOutUpBig 0.5s;
    animation: fadeOutUpBig 0.5s;
}

.fade-in-down-big.ng-enter {
    -webkit-animation: fadeInDownBig 0.5s;
    animation: fadeInDownBig 0.5s;
}

.fade-in-down-big.ng-leave {
    -webkit-animation: fadeOutDownBig 0.5s;
    animation: fadeOutDownBig 0.5s;
}

.fade-in.ng-enter {
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.fade-in.ng-leave {
    -webkit-animation: fadeOut 0.5s;
    animation: fadeOut 0.5s;
}

.fade-in-right.ng-enter {
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}

.fade-in-right.ng-leave {
    -webkit-animation: fadeOutLeft 0.5s;
    animation: fadeOutLeft 0.5s;
}

.fade-in-left.ng-enter {
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}

.fade-in-left.ng-leave {
    -webkit-animation: fadeOutRight 0.5s;
    animation: fadeOutRight 0.5s;
}

.fade-in-up.ng-enter {
    -webkit-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
}

.fade-in-up.ng-leave {
    -webkit-animation: fadeOutUp 0.5s;
    animation: fadeOutUp 0.5s;
}

.fade-in-down.ng-enter {
    -webkit-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}

.fade-in-down.ng-leave {
    -webkit-animation: fadeOutDown 0.5s;
    animation: fadeOutDown 0.5s;
}

html {
    background-color: #efefef;
}

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: rgba(0, 0, 0, 0.87);
    /*background-color: transparent;*/
}

*:focus {
    outline: 0 !important;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.well,
pre {
    /* background-color: #eaebec; */
    /* border-color: #dddee0; */
    background-color: #f8f8f8;
    border: 0px solid #eee;
}

.snippet .well,
.snippet pre {
    /*background-color: #272822;*/
    background-color: #f8f8f8;
    border: 0px solid #eee;
}


/*.snippet #panic-btn {*/


/*padding: 6px 12px;*/


/*background-color: #f71568;*/


/*min-width: 120px;*/


/*color: #fff;*/


/*transition: all .3s ease;*/


/*border-radius: 3px;*/


/*}*/

.snippet #panic-btn:hover,
.snippet #panic-btn:active,
.snippet #panic-btn:focus {
    opacity: 0.8;
}

.ref-int .sendtodev {
    padding: 0;
}

.ref-int .table>tbody>tr>td,
.ref-int .table>tfoot>tr>td,
.ref-int .table>tbody>tr>th,
.ref-int .table>tfoot>tr>th {
    padding: 12px 0px;
    font-size: 1.2em;
}

.ref-int .table>thead>tr>th {
    padding: 12px 0px;
    font-size: 1.2em;
}

.sendtodev {
    border-radius: 4px;
    /*padding: 20px;
  margin-top: 20px;*/
}

small,
.small {
    font-size: 13px;
}

blockquote {
    border-color: #dddee0;
    font-size: 1.2em;
}

label {
    font-weight: normal;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 75%;
}

.thumbnail {
    border-color: #dddee0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pull-none-sm {
        float: none !important;
    }
    .pull-right-sm {
        float: right !important;
    }
    .pull-left-sm {
        float: left !important;
    }
    .hidden-sm.show {
        display: inherit !important;
    }
}

@media (max-width: 767px) {
    .pull-none-xs {
        float: none !important;
    }
    .pull-right-xs {
        float: right !important;
    }
    .pull-left-xs {
        float: left !important;
    }
    .hidden-xs.show {
        display: inherit !important;
    }
}

.badge,
.label {
    font-weight: bold;
    background-color: #a7abaf;
}

.badge.bg-light,
.badge.bg-white,
.label.bg-light,
.label.bg-white {
    color: rgba(0, 0, 0, 0.87);
    text-shadow: none;
}

.label {
    padding: 0.35em .6em;
}

.badge {
    padding: 3px 6px;
}

.badge.up {
    position: relative;
    top: -10px;
    margin: 0 -0.5em;
}

.badge-lg {
    padding: 5px 9px;
    font-size: 16px;
    border-radius: 20px;
}

.badge-sm {
    padding: 2px 5px;
}

.badge-xs {
    padding: 1px 4px;
}

.label-lg {
    padding: 5px 9px;
    font-size: 16px;
}

.label-sm {
    padding: 2px 5px;
}

.label-xs {
    padding: 1px 4px;
}

.badge-white {
    padding: 2px 6px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.badge-black {
    color: inherit;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.btn-default {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #ffffff;
    border-color: #dddee0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.btn-stroke:hover,
.btn-default.btn-stroke:focus,
.btn-default.btn-stroke:active,
.btn-default.btn-stroke.active,
.open .dropdown-toggle.btn-default {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #f2f2f2 !important;
    border-color: #c7cacd !important;
}

.btn-default.btn-addon>i {
    background-color: #f0f0f0;
    border: 1px solid #cdcfd1;
}

.btn-default.btn-stroke {
    color: #ffffff !important;
    background-color: transparent;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.btn-stroke:hover,
.btn-primary.btn-stroke:focus,
.btn-primary.btn-stroke:active,
.btn-primary.btn-stroke.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff !important;
    background-color: #3849a2 !important;
    border-color: #344397 !important;
}

.btn-primary.btn-addon>i {
    background-color: #37479e;
    border: 1px solid #37479e;
}

.btn-primary.btn-stroke {
    color: #3f51b5 !important;
    background-color: transparent;
}

.btn-success {
    color: #ffffff !important;
    background-color: #4caf50;
    border-color: #4caf50;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.btn-stroke:hover,
.btn-success.btn-stroke:focus,
.btn-success.btn-stroke:active,
.btn-success.btn-stroke.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff !important;
    background-color: #449d48 !important;
    border-color: #409343 !important;
}

.btn-success.btn-addon>i {
    background-color: #439a46;
    border: 1px solid #439a46;
}

.btn-success.btn-stroke {
    color: #4caf50 !important;
    background-color: transparent;
}

.btn-info {
    color: #ffffff !important;
    background-color: #2196f3;
    border-color: #2196f3;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.btn-stroke:hover,
.btn-info.btn-stroke:focus,
.btn-info.btn-stroke:active,
.btn-info.btn-stroke.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff !important;
    background-color: #0d8aee !important;
    border-color: #0c82df !important;
}

.btn-info.btn-addon>i {
    background-color: #0d87e9;
    border: 1px solid #0d87e9;
}

.btn-info.btn-stroke {
    color: #2196f3 !important;
    background-color: transparent;
}

.btn-warning {
    color: #ffffff !important;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.btn-stroke:hover,
.btn-warning.btn-stroke:focus,
.btn-warning.btn-stroke:active,
.btn-warning.btn-stroke.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff !important;
    background-color: #ecb100 !important;
    border-color: #dda600 !important;
}

.btn-warning.btn-addon>i {
    background-color: #e7ae00;
    border: 1px solid #e7ae00;
}

.btn-warning.btn-stroke {
    color: #ffc107 !important;
    background-color: transparent;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #f44336;
    border-color: #f44336;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.btn-stroke:hover,
.btn-danger.btn-stroke:focus,
.btn-danger.btn-stroke:active,
.btn-danger.btn-stroke.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff !important;
    background-color: #f32c1e !important;
    border-color: #f21f0f !important;
}

.btn-danger.btn-addon>i {
    background-color: #f22819;
    border: 1px solid #f22819;
}

.btn-danger.btn-stroke {
    color: #f44336 !important;
    background-color: transparent;
}

.btn-accent {
    color: #ffffff !important;
    background-color: #7e57c2;
    border-color: #7e57c2;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active,
.btn-accent.active,
.btn-accent.btn-stroke:hover,
.btn-accent.btn-stroke:focus,
.btn-accent.btn-stroke:active,
.btn-accent.btn-stroke.active,
.open .dropdown-toggle.btn-accent {
    color: #ffffff !important;
    background-color: #7044bb !important;
    border-color: #6940b0 !important;
}

.btn-accent.btn-addon>i {
    background-color: #6d43b8;
    border: 1px solid #6d43b8;
}

.btn-accent.btn-stroke {
    color: #7e57c2 !important;
    background-color: transparent;
}

.btn-dark {
    color: #ffffff !important;
    background-color: #475069;
    border-color: #475069;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.btn-stroke:hover,
.btn-dark.btn-stroke:focus,
.btn-dark.btn-stroke:active,
.btn-dark.btn-stroke.active,
.open .dropdown-toggle.btn-dark {
    color: #ffffff !important;
    background-color: #3d445a !important;
    border-color: #373d51 !important;
}

.btn-dark.btn-addon>i {
    background-color: #3b4257;
    border: 1px solid #3b4257;
}

.btn-dark.btn-stroke {
    color: #475069 !important;
    background-color: transparent;
}

.btn-light {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #eaebec;
    border-color: #eaebec;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.btn-stroke:hover,
.btn-light.btn-stroke:focus,
.btn-light.btn-stroke:active,
.btn-light.btn-stroke.active,
.open .dropdown-toggle.btn-light {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #dddee0 !important;
    border-color: #d5d7d9 !important;
}

.btn-light.btn-addon>i {
    background-color: #dadcdd;
    border: 1px solid #dadcdd;
}

.btn-light.btn-stroke {
    color: #eaebec !important;
    background-color: transparent;
}

.btn {
    font-weight: 500;
    border-radius: 3px;
    outline: 0!important;
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

.btn>i.pull-left,
.btn>i.pull-right {
    line-height: 1.428571429;
}

.btn-link {
    color: rgba(0, 0, 0, 0.87);
}

.btn-link.active {
    box-shadow: none;
    webkit-box-shadow: none;
}

.btn-block {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
}

.btn-rounded {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 50px;
}

.btn-rounded.btn-lg {
    padding-right: 25px;
    padding-left: 25px;
}

.btn-addon i {
    position: relative;
    left: -1px;
    float: left;
    width: 34px;
    height: 34px;
    margin: -7px -12px;
    margin-right: 12px;
    line-height: 34px;
    text-align: center;
    border-radius: 3px 0 0 3px;
}

.btn-addon i.pull-right {
    right: -1px;
    left: auto;
    margin-right: -12px;
    margin-left: 12px;
    border-radius: 0 3px 3px 0;
}

.btn-addon.btn-sm i {
    width: 30px;
    height: 30px;
    margin: -6px -10px;
    margin-right: 10px;
    line-height: 30px;
}

.btn-addon.btn-sm i.pull-right {
    margin-right: -10px;
    margin-left: 10px;
}

.btn-addon.btn-lg i {
    width: 46px;
    height: 46px;
    margin: -11px -16px;
    margin-right: 16px;
    line-height: 45px;
}

.btn-addon.btn-lg i.pull-right {
    margin-right: -16px;
    margin-left: 16px;
}

.btn-clip {
    border-color: rgba(0, 0, 0, 0.1) !important;
    background-clip: padding-box;
}

.btn-icon {
    width: 34px;
    height: 34px;
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    line-height: 34px;
    text-align: center;
}

.btn-icon.btn-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.btn-icon.btn-lg {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.btn-groups .btn {
    margin-bottom: 5px;
}

.btn-fw {
    min-width: 120px;
}

.temp-btn:hover,
.temp-btn:active,
.temp-btn:focus {
    color: #fff;
}

.campaigns-list .dropdown-menu {
    right: 4px;
    left: inherit;
    font-size: 1.1em;
    top: 48px;
}

.vlbtngrp .vlbtngrp1 {
    margin-right: 0;
    border-radius: 3px 0px 0px 3px;
}

.vlbtngrp .vlbtngrp2 {
    margin-left: -3px;
    border-radius: 0px 3px 3px 0px;
}

.dropdown-menu {
    margin: 0;
    border-radius: 4px;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.dropdown-menu.pull-left {
    left: 100%;
}

.dropdown-menu.pull-right {
    left: auto !important;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.dropdown-menu.pull-up {
    top: 0;
}

.dropup .dropdown-menu {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.dropup .dropdown-menu.pull-right {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.dropdown-menu>.panel {
    margin: -5px 0;
    border: none;
}

.dropdown-menu>li>a {
    padding: 8px 16px;
    color: inherit;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: rgba(0, 0, 0, 0.87);
    background-color: #f6f6f6 !important;
    background-image: none;
    filter: none;
}

.snippet p {
    font-size: 1.2em;
}

.snippet h3 {
    font-size: 1.4em;
}

.dropdown-menu.top,
.dropdown-menu.top-left,
.dropdown-menu.top-right {
    margin-top: -2px;
}

.dropdown-menu.datepicker {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
}

.dropdown-menu.datepicker .btn {
    font-size: 12px;
}

.datepicker .vlbtn {
    margin-bottom: 5px;
}

.dropdown-menu.timepicker {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.dropdown-menu.timepicker .btn {
    font-size: 12px;
}

.dropdown-menu-scale {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.open>.dropdown-menu-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.dropdown-header {
    padding: 8px 16px;
}

.navuser .dropdown-menu .upgradeplan {
    color: #f71568;
}

.navuser .dropdown-menu .invite-friends {
    color: #f71568;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background-color: inherit !important;
}

.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu:focus>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none !important;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
}

@media (max-width: 767px) {
    .dropdown-menu.pull-none-xs {
        left: 0;
    }
}

.form-control {
    background: #fff;
    color: #333;
    border-color: #aaa;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 8px 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    border-radius: 3px;
    outline: 0!important;
    font-size: 1.1em;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.adm-dashboard select:not([multiple]) {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dashhead .form-control {
    padding: 0;
}

.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #a7abaf;
}

.form-control-spin {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    margin-top: -7px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 45px;
    border-radius: 0;
}

.input-group-addon {
    background-color: #eaebec;
    border-color: #cfd1d4;
    font-size: 1em;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    font-size: 1.1em;
}

.referral-c .refl1 .input-group-addon:not(:first-child):not(:last-child) {
    background: rgba(160, 160, 160, 0.2);
}

.referral-c .left-reward-addon {
    background: rgba(160, 160, 160, 0.2);
    font-size: 1.1em;
    padding: 6px 12px;
    border-radius: 0;
}

.form-group-stack .form-control {
    position: relative;
    margin-top: -1px;
    border-radius: 0;
}

.form-group-stack .form-control:focus,
.form-group-stack .form-control:active {
    z-index: 1;
}

.form-validation .form-control.ng-dirty.ng-invalid {
    border-color: #f44336;
}

.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus {
    border-color: #4caf50;
}

.form-validation .ui-checks .ng-invalid.ng-dirty+i {
    border-color: #f44336;
}

.form-file {
    position: relative;
}

.form-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@media (max-width: 992px) {
    .form-horizontal .form-group {
        margin-right: -8px;
        margin-left: -8px;
    }
}

.list-group {
    background: #fff;
    border-radius: 3px;
}

.list-group.no-radius .list-group-item {
    border-radius: 0 !important;
}

.list-group.no-borders .list-group-item {
    border: none;
}

.list-group.no-border .list-group-item {
    border-width: 1px 0;
}

.list-group.no-bg .list-group-item {
    background-color: transparent;
}

.list-group.list-group-gap {
    background: transparent;
}

.list-group-item {
    padding: 12px 16px;
    background: transparent;
    border-color: rgba(110, 115, 120, 0.045);
    border-right-color: transparent;
    border-left-color: transparent;
}

a.list-group-item {
    color: inherit;
}

a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item.hover {
    color: inherit;
    background-color: rgba(110, 115, 120, 0.075);
}

.list-group-item.media {
    margin-top: 0;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    color: inherit;
    background-color: rgba(110, 115, 120, 0.075);
    border-color: transparent;
    border-bottom-color: 1px solid rgba(110, 115, 120, 0.075);
}

.list-group-item.active a,
.list-group-item.active:hover a,
.list-group-item.active:focus a {
    color: inherit;
}

.list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: rgba(110, 115, 120, 0.075);
}

.list-group-alt .list-group-item.active:nth-child(2n+2) {
    background-color: rgba(110, 115, 120, 0.075);
}

.list-group-lg .list-group-item {
    padding: 16px 24px;
}

.list-group-md .list-group-item {
    padding-top: 16px;
    padding-bottom: 16px;
}

.list-group-sm .list-group-item {
    padding: 10px 12px;
}

.list-group-gap .list-group-item {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 3px;
}

.modal.fade .left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.modal.fade .right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.modal.fade .top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.modal.fade .bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.modal.in .left,
.modal.in .right,
.modal.in .top,
.modal.in .bottom {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal>.left {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
}

.modal>.right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
}

.modal>.top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}

.modal>.bottom {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-backdrop {
    background-color: #333;
}

.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-content {
    border-radius: 4px;
    border: none;
    padding: 20px;
}

.modal-content h2 {
    font-size: 2.2em;
    font-weight: bold;
    color: #2f2bad;
}

.modal-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #2f2bad;
    margin-bottom: 20px;
}

.modal-content p {
    margin: 0;
    font-size: 1.2em;
    color: #666;
}

.modal-content a {
    margin-bottom: 20px;
    display: block;
    color: #666;
    text-decoration: underline;
    font-size: 1.2em;
}

.modal-content button {
    /*margin: 20px 0px;*/
    /*background-color: #f71568;*/
    /*border: none;*/
    /*border-radius: 4px;*/
    /*padding: 12px 24px;*/
    font-size: 1.2em;
    /*font-weight: bold;*/
    margin: 15px 5px;
    /*width: 200px;*/
    /*transition: 0.2s linear;*/
}

/*Billing*/
.modal-content .billing-heading {
    font-size: 1.5em;
    display: inline;
}
.modal-content .billing-accordion a {
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: -2px;
}
.modal-content .billing-accordion .panel-heading {
    padding-bottom: 1px;
    background: #ffffff;
    border: 1px solid #aaa;
    margin-right: 20px;
}
.cart-header {
    /* margin-left: 18px; */
}
.cart-item {
    margin-bottom:10px
}
.cart-item .title{
    font-size: 1.4em;
}
.cart-item .amount{
    font-size: 1.4em;
}
.cart-total .title{
    font-size: 1.4em;
    font-weight: bold;
}
.cart-total .amount{
    font-size: 1.5em;
    font-weight: bold;
}
/*End of biling*/

/*.modal-content button:hover,*/


/*.modal-content button:active,*/


/*.modal-content button:focus {*/


/*background-color: #f94486 !important;*/


/*}*/

@media (min-width: 768px) {
    .modal-dialog {
        /*width: 600px;*/
        margin: 8% auto;
    }
}

.modal-over {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-center {
    position: absolute;
    top: 50%;
    left: 50%;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a {
    background-color: inherit;
}

.nav>li>a {
    /*padding: 10px 16px;*/
    padding: 10px 10px;
}

.nav.nav-lg>li>a {
    padding: 20px 20px;
}

.nav.nav-md>li>a {
    padding: 16px 16px;
}

.nav.nav-sm>li>a {
    padding: 6px 12px;
    font-size: 13px;
}

.nav.nav-xs>li>a {
    padding: 4px 10px;
    font-size: 12px;
}

.nav.nav-xxs>li>a {
    padding: 1px 10px;
    font-size: 12px;
}

.nav.nav-rounded>li>a {
    border-radius: 20px;
}

.nav.no-radius>li>a {
    border-radius: 0;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: inherit;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:active {
    color: rgba(0, 0, 0, 0.87);
    background-color: #dddee0;
}

.nav-pills>li.active>a>.text-muted {
    color: rgba(0, 0, 0, 0.87);
}

.nav-tabs {
    border-color: #dddee0;
}

.nav-tabs>li>a {
    border-bottom-color: #dddee0;
    border-radius: 3px 3px 0 0;
}

.nav-tabs>li:hover>a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover .nav-tabs>li.active>a:focus {
    background-color: #fff;
    border-color: #dddee0;
}

.nav-tabs>li.active>a {
    border-bottom-color: #fff !important;
}

.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
    background: #eee;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.nav-lines {
    /*margin-bottom: -1px;*/
    border-width: 0 !important;
}

.nav-lines.nav-justified {
    /*margin-bottom: -2px;*/
    border-bottom: 2px solid #2196f3;
}

.nav-lines>li {
    float: left;
    border-color: inherit;
    opacity: 0.6;
}

.nav-lines>li:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border: none;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

.nav-lines>li>a {
    background-color: transparent !important;
    border-width: 0 !important;
}

.nav-lines>li.active {
    opacity: 1;
    background: #fff;
}

.nav-lines>li.active:after {
    right: 0;
    left: 0;
    border-bottom-color: inherit;
}

.nav-lines.nav-lines-top>li:after {
    top: 0;
    bottom: auto;
}

.nav-lists a {
    border-bottom: 1px solid #dddee0;
}

.tab-container {
    margin-bottom: 15px;
}

.tab-container .tab-content {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dddee0;
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
}

.visha:hover,
.visha:focus,
.visha:active {
    background-color: #f7f7f7;
    border-radius: 5px;
}

.accor1-in> :first-child {
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.accor1.active {
    background-color: #f7f7f7;
    border-radius: 5px;
}

.navbar {
    z-index: 99999999;
    min-height: 64px;
    margin: 0;
    border: none;
    /* canary_fix */
    /*position: relative;*/
    position: fixed;
    width: 100%;
}

.navbar .navbar-nav>li>a,
.navbar .navbar-tool>li>a,
.navbar .navbar-item,
.navbar .navbar-brand {
    padding: 0 16px;
    line-height: 64px;
}

.navbar .navbar-tool.nav-sm>li>a {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 1.2em;
    opacity: 0.7;
}
.nav-active {
    opacity: 1 !important;
}
.navbar .navbar-tool>li {
    float: left;
}

.navbar .navbar-brand {
    display: block;
    float: none;
    min-height: 64px;
    font-size: 20px;
    font-weight: bold;
}

.navbar .navbar-brand-out {
    display: block;
    float: none;
    min-height: 64px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.navbar .navbar-brand img {
    width: 40px;
    bottom: 4px;
    position: relative;
}

.navbar .navbar-brand:hover {
    text-decoration: none;
}

.navbar .navbar-brand img,
.navbar .navbar-brand svg {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .navbar {
        min-height: 56px;
    }
    .navbar .navbar-brand {
        min-height: 56px;
    }
    .navbar .navbar-nav>li>a,
    .navbar .navbar-tool>li>a,
    .navbar .navbar-item,
    .navbar .navbar-brand {
        line-height: 56px;
    }
}

.pagination>li>a {
    border-color: #dddee0;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    background-color: #eaebec;
    border-color: #dddee0;
}

.panel {
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.panel .accordion-toggle {
    display: block;
    font-size: 1em;
    cursor: pointer;
}

.panel .list-group-item {
    border-color: #eaebec;
}

.panel.no-borders {
    border-width: 0;
}

.panel.no-borders .panel-heading,
.panel.no-borders .panel-footer {
    border-width: 0;
}

.panel-card {
    border-width: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.panel-heading {
    padding: 16px 24px;
    padding: 12px 14px;
    border-radius: 3px 3px 0 0;
}

.panel-default .panel-heading {
    background-color: #f2f3f3;
}

.panel-default .panel-heading.bg-white {
    background-color: #fff;
}

.panel-default .md-form-group {
    max-width: 100%;
}
.campstep .panel-default .panel-body {
    padding: 0;
}

.panel-heading.no-border {
    margin: -1px -1px 0 -1px;
    border: none;
}

.panel-heading .nav {
    margin: -12px -16px;
}

.panel-heading .list-group {
    background: transparent;
}

.panel-heading.panel-heading-sm {
    padding-top: 8px;
    padding-bottom: 8px;
}

.panel-heading.panel-heading-xs {
    padding-top: 6px;
    padding-bottom: 6px;
}


/* accordion_fix */

.stages .panel-body {
    padding: 0px;
}

.accordion-insides {
    /*padding: 24px 24px !important;*/
}


/* /accordion_fix */

.panel-footer {
    padding: 16px 24px;
    background-color: #f2f3f3;
    border-color: #eaebec;
    border-radius: 0 0 3px 3px;
}

.panel-footer.panel-footer-sm {
    padding-top: 8px;
    padding-bottom: 8px;
}

.panel-footer.panel-footer-xs {
    padding-top: 6px;
    padding-bottom: 6px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #eaebec;
}

.panel-group .panel-heading {
    border-radius: 4px;
}

.panel-default {
    border-color: #dddee0;
}

.panel-default>.panel-heading,
.panel-default>.panel-footer {
    border-color: #eaebec;
}

.panel-primary {
    border-color: #d0d4ed;
}

.panel-primary>.panel-heading {
    color: #252f69;
    background-color: #e2e5f4;
    border-color: #d0d4ed;
}

.panel-info {
    border-color: #c6e4fc;
}

.panel-info>.panel-heading {
    color: #0960a5;
    background-color: #deeffd;
    border-color: #c6e4fc;
}

.panel-success {
    border-color: #d3ebd4;
}

.panel-success>.panel-heading {
    color: #2d682f;
    background-color: #e4f3e5;
    border-color: #d3ebd4;
}

.panel-warning {
    border-color: #ffefc0;
}

.panel-warning>.panel-heading {
    color: #a07800;
    background-color: #fff6da;
    border-color: #ffefc0;
}

.panel-danger {
    border-color: #fcccc9;
}

.panel-danger>.panel-heading {
    color: #ba160a;
    background-color: #fde3e1;
    border-color: #fcccc9;
}

.panel-dark {
    border-color: #d5d7dd;
}

.panel-dark>.panel-heading {
    color: #1e222c;
    background-color: #e3e5e9;
    border-color: #d5d7dd;
}

.progress {
    background-color: #eaebec;
}

.progress-xxxs {
    height: 1px;
}

.progress-xxs {
    height: 2px;
}

.progress-xs {
    height: 6px;
}

.progress-sm {
    height: 12px;
}

.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 12px;
}

.progress,
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-primary {
    background-color: #3f51b5;
}

.progress-bar-info {
    background-color: #2196f3;
}

.progress-bar-success {
    background-color: #4caf50;
}

.progress-bar-warning {
    background-color: #ffc107;
}

.progress-bar-danger {
    background-color: #f44336;
}

.progress-bar-accent {
    background-color: #7e57c2;
}

.progress-bar-dark {
    background-color: #475069;
}

.progress-bar-white {
    background-color: #fff;
}

.progress-bar-vl-blue {
    background-color: #2f2bad;
}

.progress-bar-vl-pink {
    background-color: #f71568;
}

.vl-b-pink {
    background-color: #f71568;
}

.vl-b-blue {
    background-color: #2F2BAD;
}

.col-0 {
    clear: left;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter [class*="col"] {
    padding: 0;
}

.row-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.row-sm>div {
    padding-right: 8px;
    padding-left: 8px;
}

.row-xs {
    margin-right: -4px;
    margin-left: -4px;
}

.row-xs>div {
    padding-right: 4px;
    padding-left: 4px;
}

@media (max-width: 992px) {
    .row {
        margin-right: -8px;
        margin-left: -8px;
    }
    .row>div {
        padding-right: 8px;
        padding-left: 8px;
    }
    .row-2 [class*="col"] {
        float: left;
        width: 50%;
    }
    .row-2 .col-0 {
        clear: none;
    }
    .row-2 li:nth-child(odd) {
        margin-left: 0;
        clear: left;
    }
}

@media (max-width: 767px) {
    .row {
        margin-right: -4px;
        margin-left: -4px;
    }
    .row>div {
        padding-right: 4px;
        padding-left: 4px;
    }
}

.panel .table {
    border-color: #e7e8ea !important;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>th {
    padding: 12px 18px;
    border-top: 1px solid #e7e8ea;
}

.table>thead>tr>th {
    padding: 12px 18px;
    border-bottom: 1px solid #e7e8ea;
}

.table-bordered {
    border-color: #e7e8ea;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th {
    border-color: #e7e8ea;
}

.table-bordered>thead>tr>th {
    border-color: #e7e8ea;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f6f6f7;
}

.table-striped>thead>th {
    background-color: #f6f6f7;
    border-right: 1px solid #e7e8ea;
}

.table-striped>thead>th:last-child {
    border-right: none;
}

[md-ink-ripple] {
    position: relative;
}

.md-btn {
    position: relative;
    display: inline-block;
    padding: 6px;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: bold;
    line-height: inherit;
    color: currentColor;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 3px;
    outline: none;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-variant: inherit;
}

.md-btn.md-flat:not([disabled]):hover,
.md-btn.md-flat:not([disabled]):focus {
    background-color: rgba(158, 158, 158, 0.2);
}

.md-btn-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.md-btn[disabled],
.md-btn.md-raised[disabled],
.md-btn.md-fab[disabled] {
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
    background-color: transparent;
}

.md-fab {
    line-height: 44px;
}

.md-fab-offset {
    margin-top: -28px;
    margin-bottom: -28px;
}

.md-btn:focus {
    outline: none;
}

.md-btn:hover {
    text-decoration: none;
}

.md-btn.md-cornered {
    border-radius: 0;
}

.md-btn.md-icon {
    padding: 0;
    background: none;
}

.md-btn.md-raised {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.md-btn.md-fab {
    z-index: 20;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.2s linear;
    transition-property: -webkit-transform, box-shadow;
    transition-property: transform, box-shadow;
}

.md-btn.md-raised:not([disabled]),
.md-btn.md-fab {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-btn.md-raised:not([disabled]):focus,
.md-btn.md-raised:not([disabled]):hover,
.md-btn.md-fab:not([disabled]):focus,
.md-btn.md-fab:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-btn.md-fab.md-fab-bottom-right {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
}

.md-btn.md-fab.md-fab-bottom-left {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.md-btn.md-fab.md-fab-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.md-btn.md-fab.md-fab-top-left {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
}

.md-btn.md-fab md-icon {
    margin-top: 0;
}

.md-btn.md-fab.md-mini {
    width: 40px;
    height: 40px;
}

.md-btn:not([disabled]).md-raised:focus,
.md-btn:not([disabled]).md-raised:hover,
.md-btn:not([disabled]).md-fab:focus,
.md-btn:not([disabled]).md-fab:hover {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}

.md-toast-open-top .md-btn.md-fab-top-left,
.md-toast-open-top .md-btn.md-fab-top-right {
    -webkit-transform: translate3d(0, 42px, 0);
    transform: translate3d(0, 42px, 0);
}

.md-toast-open-top .md-btn.md-fab-top-left:not([disabled]):focus,
.md-toast-open-top .md-btn.md-fab-top-left:not([disabled]):hover,
.md-toast-open-top .md-btn.md-fab-top-right:not([disabled]):focus,
.md-toast-open-top .md-btn.md-fab-top-right:not([disabled]):hover {
    -webkit-transform: translate3d(0, 41px, 0);
    transform: translate3d(0, 41px, 0);
}

.md-toast-open-bottom .md-btn.md-fab-bottom-left,
.md-toast-open-bottom .md-btn.md-fab-bottom-right {
    -webkit-transform: translate3d(0, -42px, 0);
    transform: translate3d(0, -42px, 0);
}

.md-toast-open-bottom .md-btn.md-fab-bottom-left:not([disabled]):focus,
.md-toast-open-bottom .md-btn.md-fab-bottom-left:not([disabled]):hover,
.md-toast-open-bottom .md-btn.md-fab-bottom-right:not([disabled]):focus,
.md-toast-open-bottom .md-btn.md-fab-bottom-right:not([disabled]):hover {
    -webkit-transform: translate3d(0, -43px, 0);
    transform: translate3d(0, -43px, 0);
}

.rmvbtn {
    float: right;
}

.card {
    position: relative;
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: none;
    /*max-width: 1200px;*/
    /*margin: auto;*/
}

.card-heading {
    position: relative;
    padding: 20px 24px;
    /*padding: 30px 15px;*/
    /*padding: 30px;*/
}

.card-heading h2 {
    margin: 0;
    font-size: 18px;
}
.dashboard-heading {
    font-size: 18px;    
    font-weight: bold;
    color:#666;
}
.dashboard-subheading {
    font-size: 16px;
    color: #666666;
}
.card-heading small {
    display: block;
    margin-top: 8px;
    opacity: 0.5;
}

.card-body {
    padding: 20px 24px;
}

.card-body-30 {
    padding: 30px 30px;
    border-radius: 4px;
}

.box1 {
    height: inherit;
    position: relative;
}

.ribbon1 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon1 span {
    font-size: 10px;
    /*color: #fff;*/
    color: #2f2bad;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 80px;
    display: block;
    /*background: #2F2BAD;*/
    background: #fff;
    /*background: linear-gradient(#9BC90D 0%, #79A70A 100%);*/
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 9px;
    left: -21px;
}


/*.ribbon1 span::before {*/


/*content: '';*/


/*position: absolute;*/


/*left: 0px; top: 100%;*/


/*z-index: -1;*/


/*border-left: 3px solid #79A70A;*/


/*border-right: 3px solid transparent;*/


/*border-bottom: 3px solid transparent;*/


/*border-top: 3px solid #79A70A;*/


/*}*/


/*.ribbon1 span::after {*/


/*content: '';*/


/*position: absolute;*/


/*right: 0%; top: 100%;*/


/*z-index: -1;*/


/*border-right: 3px solid #79A70A;*/


/*border-left: 3px solid transparent;*/


/*border-bottom: 3px solid transparent;*/


/*border-top: 3px solid #79A70A;*/


/*}*/


/*.blue1 span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}*/


/*.blue1 span::before {border-left-color: #1e5799; border-top-color: #1e5799;}*/


/*.blue1 span::after {border-right-color: #1e5799; border-top-color: #1e5799;}*/

.card-body-30 h3 {
    font-size: 1.4em;
    font-weight: 600;
    /*max-width: 82%;*/
}

.card-body-30 h2 {
    font-size: 1.8em;
    font-weight: 600;
    /*max-width: 82%;*/
}

.interlogos .card-body-30 {
    background: #f7f7f7;
    padding: 20px;
    min-height: 330px;
}


/* Boosters */

.boosters .booster {
    /*padding: 20px;*/
    /*border: 2px solid #e5e3e5;*/
    /*border-radius: 4px;*/
    /*background-color: #fffbff;*/
}


/*.boosters .booster .booster-heading {*/


/*font-size: 22px;*/


/*color: #f71568;*/


/*font-weight: bold;*/


/*}*/

.boosters .booster .booster-sub-heading {
    font-size: 14px;
    color: #555;
}

.boosters .booster .booster-explanation {
    font-size: 11px;
    color: #555;
}

.booster .card-body-20 {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 4px;
    /*min-height: 330px;*/
    min-width: 384px;
}

.booster .md-input {
    background: #fff;
}

.booster h3 {
    margin-top: 0;
}

.booster .input-group-addon {
    background: #fff;
}

.boosthead {
    display: block;
    padding: 0px 20px 20px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-right: -20px;
    margin-left: -20px;
}

.booster .switch1 {
    /*border: 1px solid #eee;*/
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    /*margin-bottom: 45px;*/
    /*margin-bottom: 25px;*/
    /*margin-top: 8px;*/
    background: #fff;
    float: right;
    width: 350px;
}

.email-segments {
    float: left;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 4px;
}

.email-segments h2 {
    margin-top: 0;
}

.email-segments h2 .fa {
    margin-right: 10px;
}

.boostdays {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    margin-left: 10%;
}

.bedit {
    /*top: 20px;*/
    /*right: 30px;*/
    /*position: absolute;*/
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}

.booster .md-input {
    border: none;
}

.booster .input-group {
    border: 1px solid #fff;
    border-radius: 4px;
    height: 40px;
}

.booster .md-input:focus~.input-group {
    border: 1px solid #2f2bad;
}

.booster .twetw .md-input {
    padding-left: 2px;
    height: 38px;
}

.interlogos .card-body-30 h3 {
    max-width: 100%;
    font-weight: inherit;
}

.card-divider {
    margin: 0 24px;
    border-bottom: 1px solid rgba(110, 115, 120, 0.15);
}

.card-tools {
    position: absolute;
    top: 12px;
    right: 12px;
}

.panel-card>.p div {
    margin: 0 2px;
}

.tempcard {
    /*transition: 0.2s linear;*/
    border-radius: 4px;
    color: #fff;
    background: #fff;
    height: 275px;
}

.tempcard .card-body-30 {
    height: 100%;
}

.tempcard small {
    font-size: 1.2em;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    /* border: 1px solid rgba(255,255,255,0.2); */
    /*background: rgba(255,255,255,0.1);*/
    /*padding: 6px 10px;*/
    /*border-radius: 3px;*/
    transition: 0.2s linear;
}

.tempcard .tempsmall1 {
    opacity: 1;
}

.tempcta-secondary {
    color: #fff !important;
    background: transparent !important;
}

.tempcta-primary {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #fff !important;
}

.tempcta-primary:hover,
.tempcta-primary:active,
.tempcta-primary:focus {
    background: #fff !important;
    border: 1px solid #fff !important;
}

.tempcard .tempcta-secondary,
.tempcard .tempcta-primary {
    display: none;
    width: 150px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.campdis .tempcta-secondary,
.campdis .tempcta-primary {
    top: -8px;
}

.tempcta-secondary:hover,
.tempcta-secondary:active,
.tempcta-secondary:focus {
    color: #333 !important;
    background: #fff !important;
}


/*.tempcard .tempcta:hover,*/


/*.tempcard .tempcta:active,*/


/*.tempcard .tempcta:focus {*/


/*background: transparent;*/


/*}*/

.tempcard .tempsmall2 {
    display: none;
    /*transition: 0.2s linear;*/
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 1.3em;
}

.tempcard:hover .tempsmall2,
.tempcard:hover .tempcta-secondary,
.tempcard:hover .tempcta-primary {
    display: block;
}

.tempcard:hover .tempsmall1,
.tempcard:hover .templabel,
.tempcard:hover .card-logo,
.tempcard:hover h3 {
    display: none;
}

.tempcard .nav>li>a {
    padding: 0;
}

.temp-cat {
    float: right;
}

.email-segments {
    float: left;
}

.temp-cat button {
    font-size: 12px;
    margin-left: 8px;
    padding: 4px 12px 4px 12px;
}

.email-segments button {
    font-size: 12px;
    margin: 0 8px 8px 0;
    padding: 4px 12px 4px 12px;
}

.card-logo {
    width: 32px;
    height: 32px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    /*background-color: #fff;*/
}

.card-logo img {
    width: 32px;
    vertical-align: -webkit-baseline-middle;
}

.red {
    background-color: #f44336;
}

.red-50 {
    background-color: #ffebee;
}

.red-100 {
    background-color: #ffcdd2;
}

.red-200 {
    background-color: #ef9a9a;
}

.red-300 {
    background-color: #e57373;
}

.red-400 {
    background-color: #ef5350;
}

.red-500 {
    background-color: #f44336;
}

.red-600 {
    background-color: #e53935;
}

.red-700 {
    background-color: #d32f2f;
}

.red-800 {
    background-color: #c62828;
}

.red-900 {
    background-color: #b71c1c;
}

.red-A100 {
    background-color: #ff8a80;
}

.red-A200 {
    background-color: #ff5252;
}

.red-A400 {
    background-color: #ff1744;
}

.red-A700 {
    background-color: #d50000;
}


/*.pink {*/


/*background-color: #e91e63;*/


/*}*/

.pink {
    background-color: #f71568;
}

.pink-50 {
    background-color: #fce4ec;
}

.pink-100 {
    background-color: #f8bbd0;
}

.pink-200 {
    background-color: #f48fb1;
}

.pink-300 {
    background-color: #f06292;
}

.pink-400 {
    background-color: #ec407a;
}

.pink-500 {
    background-color: #e91e63;
}

.pink-600 {
    background-color: #d81b60;
}

.pink-700 {
    background-color: #c2185b;
}

.pink-800 {
    background-color: #ad1457;
}

.pink-900 {
    background-color: #880e4f;
}

.pink-A100 {
    background-color: #ff80ab;
}

.pink-A200 {
    background-color: #ff4081;
}

.pink-A400 {
    background-color: #f50057;
}

.pink-A700 {
    background-color: #c51162;
}

.purple {
    background-color: #9c27b0;
}

.purple-50 {
    background-color: #f3e5f5;
}

.purple-100 {
    background-color: #e1bee7;
}

.purple-200 {
    background-color: #ce93d8;
}

.purple-300 {
    background-color: #ba68c8;
}

.purple-400 {
    background-color: #ab47bc;
}

.purple-500 {
    background-color: #9c27b0;
}

.purple-600 {
    background-color: #8e24aa;
}

.purple-700 {
    background-color: #7b1fa2;
}

.purple-800 {
    background-color: #6a1b9a;
}

.purple-900 {
    background-color: #4a148c;
}

.purple-A100 {
    background-color: #ea80fc;
}

.purple-A200 {
    background-color: #e040fb;
}

.purple-A400 {
    background-color: #d500f9;
}

.purple-A700 {
    background-color: #aa00ff;
}

.deep-purple {
    background-color: #673ab7;
}

.deep-purple-50 {
    background-color: #ede7f6;
}

.deep-purple-100 {
    background-color: #d1c4e9;
}

.deep-purple-200 {
    background-color: #b39ddb;
}

.deep-purple-300 {
    background-color: #9575cd;
}

.deep-purple-400 {
    background-color: #7e57c2;
}

.deep-purple-500 {
    background-color: #673ab7;
}

.deep-purple-600 {
    background-color: #5e35b1;
}

.deep-purple-700 {
    background-color: #512da8;
}

.deep-purple-800 {
    background-color: #4527a0;
}

.deep-purple-900 {
    background-color: #311b92;
}

.deep-purple-A100 {
    background-color: #b388ff;
}

.deep-purple-A200 {
    background-color: #7c4dff;
}

.deep-purple-A400 {
    background-color: #651fff;
}

.deep-purple-A700 {
    background-color: #6200ea;
}

.indigo {
    background-color: #3f51b5;
}

.indigo-50 {
    background-color: #e8eaf6;
}

.indigo-100 {
    background-color: #c5cae9;
}

.indigo-200 {
    background-color: #9fa8da;
}

.indigo-300 {
    background-color: #7986cb;
}

.indigo-400 {
    background-color: #5c6bc0;
}

.indigo-500 {
    background-color: #3f51b5;
}

.indigo-600 {
    background-color: #3949ab;
}

.indigo-700 {
    background-color: #303f9f;
}

.indigo-800 {
    background-color: #283593;
}

.indigo-900 {
    background-color: #1a237e;
}

.indigo-A100 {
    background-color: #8c9eff;
}

.indigo-A200 {
    background-color: #536dfe;
}

.indigo-A400 {
    background-color: #3d5afe;
}

.indigo-A700 {
    background-color: #304ffe;
}

.blue {
    background-color: #2196f3;
}

.blue-50 {
    background-color: #e3f2fd;
}

.blue-100 {
    background-color: #bbdefb;
}

.blue-200 {
    background-color: #90caf9;
}

.blue-300 {
    background-color: #64b5f6;
}

.blue-400 {
    background-color: #42a5f5;
}

.blue-500 {
    background-color: #2196f3;
}

.blue-600 {
    background-color: #1e88e5;
}

.blue-700 {
    background-color: #1976d2;
}

.blue-800 {
    background-color: #1565c0;
}

.blue-900 {
    background-color: #0d47a1;
}

.blue-A100 {
    background-color: #82b1ff;
}

.blue-A200 {
    background-color: #448aff;
}

.blue-A400 {
    background-color: #2979ff;
}

.blue-A700 {
    background-color: #2962ff;
}

.light-blue {
    background-color: #03a9f4;
}

.light-blue-50 {
    background-color: #e1f5fe;
}

.light-blue-100 {
    background-color: #b3e5fc;
}

.light-blue-200 {
    background-color: #81d4fa;
}

.light-blue-300 {
    background-color: #4fc3f7;
}

.light-blue-400 {
    background-color: #29b6f6;
}

.light-blue-500 {
    background-color: #03a9f4;
}

.light-blue-600 {
    background-color: #039be5;
}

.light-blue-700 {
    background-color: #0288d1;
}

.light-blue-800 {
    background-color: #0277bd;
}

.light-blue-900 {
    background-color: #01579b;
}

.light-blue-A100 {
    background-color: #80d8ff;
}

.light-blue-A200 {
    background-color: #40c4ff;
}

.light-blue-A400 {
    background-color: #00b0ff;
}

.light-blue-A700 {
    background-color: #0091ea;
}

.cyan {
    background-color: #00bcd4;
}

.cyan-50 {
    background-color: #e0f7fa;
}

.cyan-100 {
    background-color: #b2ebf2;
}

.cyan-200 {
    background-color: #80deea;
}

.cyan-300 {
    background-color: #4dd0e1;
}

.cyan-400 {
    background-color: #26c6da;
}

.cyan-500 {
    background-color: #00bcd4;
}

.cyan-600 {
    background-color: #00acc1;
}

.cyan-700 {
    background-color: #0097a7;
}

.cyan-800 {
    background-color: #00838f;
}

.cyan-900 {
    background-color: #006064;
}

.cyan-A100 {
    background-color: #84ffff;
}

.cyan-A200 {
    background-color: #18ffff;
}

.cyan-A400 {
    background-color: #00e5ff;
}

.cyan-A700 {
    background-color: #00b8d4;
}

.teal {
    background-color: #009688;
}

.teal-50 {
    background-color: #e0f2f1;
}

.teal-100 {
    background-color: #b2dfdb;
}

.teal-200 {
    background-color: #80cbc4;
}

.teal-300 {
    background-color: #4db6ac;
}

.teal-400 {
    background-color: #26a69a;
}

.teal-500 {
    background-color: #009688;
}

.teal-600 {
    background-color: #00897b;
}

.teal-700 {
    background-color: #00796b;
}

.teal-800 {
    background-color: #00695c;
}

.teal-900 {
    background-color: #004d40;
}

.teal-A100 {
    background-color: #a7ffeb;
}

.teal-A200 {
    background-color: #64ffda;
}

.teal-A400 {
    background-color: #1de9b6;
}

.teal-A700 {
    background-color: #00bfa5;
}

.green {
    background-color: #4caf50;
}

.green-50 {
    background-color: #e8f5e9;
}

.green-100 {
    background-color: #c8e6c9;
}

.green-200 {
    background-color: #a5d6a7;
}

.green-300 {
    background-color: #81c784;
}

.green-400 {
    background-color: #66bb6a;
}

.green-500 {
    background-color: #4caf50;
}

.green-600 {
    background-color: #43a047;
}

.green-700 {
    background-color: #388e3c;
}

.green-800 {
    background-color: #2e7d32;
}

.green-900 {
    background-color: #1b5e20;
}

.green-A100 {
    background-color: #b9f6ca;
}

.green-A200 {
    background-color: #69f0ae;
}

.green-A400 {
    background-color: #00e676;
}

.green-A700 {
    background-color: #00c853;
}

.light-green {
    background-color: #8bc34a;
}

.light-green-50 {
    background-color: #f1f8e9;
}

.light-green-100 {
    background-color: #dcedc8;
}

.light-green-200 {
    background-color: #c5e1a5;
}

.light-green-300 {
    background-color: #aed581;
}

.light-green-400 {
    background-color: #9ccc65;
}

.light-green-500 {
    background-color: #8bc34a;
}

.light-green-600 {
    background-color: #7cb342;
}

.light-green-700 {
    background-color: #689f38;
}

.light-green-800 {
    background-color: #558b2f;
}

.light-green-900 {
    background-color: #33691e;
}

.light-green-A100 {
    background-color: #ccff90;
}

.light-green-A200 {
    background-color: #b2ff59;
}

.light-green-A400 {
    background-color: #76ff03;
}

.light-green-A700 {
    background-color: #64dd17;
}

.lime {
    background-color: #cddc39;
}

.lime-50 {
    background-color: #f9fbe7;
}

.lime-100 {
    background-color: #f0f4c3;
}

.lime-200 {
    background-color: #e6ee9c;
}

.lime-300 {
    background-color: #dce775;
}

.lime-400 {
    background-color: #d4e157;
}

.lime-500 {
    background-color: #cddc39;
}

.lime-600 {
    background-color: #c0ca33;
}

.lime-700 {
    background-color: #afb42b;
}

.lime-800 {
    background-color: #9e9d24;
}

.lime-900 {
    background-color: #827717;
}

.lime-A100 {
    background-color: #f4ff81;
}

.lime-A200 {
    background-color: #eeff41;
}

.lime-A400 {
    background-color: #c6ff00;
}

.lime-A700 {
    background-color: #aeea00;
}

.yellow {
    background-color: #ffeb3b;
}

.yellow-50 {
    background-color: #fffde7;
}

.yellow-100 {
    background-color: #fff9c4;
}

.yellow-200 {
    background-color: #fff59d;
}

.yellow-300 {
    background-color: #fff176;
}

.yellow-400 {
    background-color: #ffee58;
}

.yellow-500 {
    background-color: #ffeb3b;
}

.yellow-600 {
    background-color: #fdd835;
}

.yellow-700 {
    background-color: #fbc02d;
}

.yellow-800 {
    background-color: #f9a825;
}

.yellow-900 {
    background-color: #f57f17;
}

.yellow-A100 {
    background-color: #ffff8d;
}

.yellow-A200 {
    background-color: #ffff00;
}

.yellow-A400 {
    background-color: #ffea00;
}

.yellow-A700 {
    background-color: #ffd600;
}

.amber {
    background-color: #ffc107;
}

.amber-50 {
    background-color: #fff8e1;
}

.amber-100 {
    background-color: #ffecb3;
}

.amber-200 {
    background-color: #ffe082;
}

.amber-300 {
    background-color: #ffd54f;
}

.amber-400 {
    background-color: #ffca28;
}

.amber-500 {
    background-color: #ffc107;
}

.amber-600 {
    background-color: #ffb300;
}

.amber-700 {
    background-color: #ffa000;
}

.amber-800 {
    background-color: #ff8f00;
}

.amber-900 {
    background-color: #ff6f00;
}

.amber-A100 {
    background-color: #ffe57f;
}

.amber-A200 {
    background-color: #ffd740;
}

.amber-A400 {
    background-color: #ffc400;
}

.amber-A700 {
    background-color: #ffab00;
}

.orange {
    background-color: #ff9800;
}

.orange-50 {
    background-color: #fff3e0;
}

.orange-100 {
    background-color: #ffe0b2;
}

.orange-200 {
    background-color: #ffcc80;
}

.orange-300 {
    background-color: #ffb74d;
}

.orange-400 {
    background-color: #ffa726;
}

.orange-500 {
    background-color: #ff9800;
}

.orange-600 {
    background-color: #fb8c00;
}

.orange-700 {
    background-color: #f57c00;
}

.orange-800 {
    background-color: #ef6c00;
}

.orange-900 {
    background-color: #e65100;
}

.orange-A100 {
    background-color: #ffd180;
}

.orange-A200 {
    background-color: #ffab40;
}

.orange-A400 {
    background-color: #ff9100;
}

.orange-A700 {
    background-color: #ff6d00;
}

.deep-orange {
    background-color: #ff5722;
}

.deep-orange-50 {
    background-color: #fbe9e7;
}

.deep-orange-100 {
    background-color: #ffccbc;
}

.deep-orange-200 {
    background-color: #ffab91;
}

.deep-orange-300 {
    background-color: #ff8a65;
}

.deep-orange-400 {
    background-color: #ff7043;
}

.deep-orange-500 {
    background-color: #ff5722;
}

.deep-orange-600 {
    background-color: #f4511e;
}

.deep-orange-700 {
    background-color: #e64a19;
}

.deep-orange-800 {
    background-color: #d84315;
}

.deep-orange-900 {
    background-color: #bf360c;
}

.deep-orange-A100 {
    background-color: #ff9e80;
}

.deep-orange-A200 {
    background-color: #ff6e40;
}

.deep-orange-A400 {
    background-color: #ff3d00;
}

.deep-orange-A700 {
    background-color: #dd2c00;
}

.brown {
    background-color: #795548;
}

.brown-50 {
    background-color: #efebe9;
}

.brown-100 {
    background-color: #d7ccc8;
}

.brown-200 {
    background-color: #bcaaa4;
}

.brown-300 {
    background-color: #a1887f;
}

.brown-400 {
    background-color: #8d6e63;
}

.brown-500 {
    background-color: #795548;
}

.brown-600 {
    background-color: #6d4c41;
}

.brown-700 {
    background-color: #5d4037;
}

.brown-800 {
    background-color: #4e342e;
}

.brown-900 {
    background-color: #3e2723;
}

.blue-grey {
    background-color: #607d8b;
}

.blue-grey-50 {
    background-color: #eceff1;
}

.blue-grey-100 {
    background-color: #cfd8dc;
}

.blue-grey-200 {
    background-color: #b0bec5;
}

.blue-grey-300 {
    background-color: #90a4ae;
}

.blue-grey-400 {
    background-color: #78909c;
}

.blue-grey-500 {
    background-color: #607d8b;
}

.blue-grey-600 {
    background-color: #546e7a;
}

.blue-grey-700 {
    background-color: #455a64;
}

.blue-grey-800 {
    background-color: #37474f;
}

.blue-grey-900 {
    background-color: #263238;
}

.grey-eee {
    background-color: #eee;
}

.grey-fa {
    /*background-color: #fafafa;*/
}

.grey {
    background-color: #9e9e9e;
}

.grey-50 {
    background-color: #fafafa;
}

.grey-100 {
    background-color: #f5f5f5;
}

.grey-200 {
    background-color: #eeeeee;
}

.grey-300 {
    background-color: #e0e0e0;
}

.grey-400 {
    background-color: #bdbdbd;
}

.grey-500 {
    background-color: #9e9e9e;
}

.grey-600 {
    background-color: #757575;
}

.grey-700 {
    background-color: #616161;
}

.grey-800 {
    background-color: #424242;
}

.grey-900 {
    background-color: #212121;
}

.dark {
    background-color: #475069;
}

.grey-666 {
    background-color: #666;
}

.pink-vl-1 {
    background-color: #f71568;
}

.red,
.red-500,
.red-600,
.red-700,
.red-A200,
.red-A400,
.red-A700,
.pink,
.pink-500,
.pink-600,
.pink-A200,
.pink-A400,
.pink-A700,
.purple-300,
.purple-400,
.purple-A200,
.purple-A400,
.purple-A700,
.deep-purple-300,
.deep-purple-400,
.deep-purple-A200,
.indigo-300,
.indigo-400,
.indigo-A200,
.indigo-A400,
.blue,
.blue-500,
.blue-600,
.blue-700,
.blue-A200,
.blue-A400,
.blue-A700,
.light-blue,
.light-blue-500,
.light-blue-600,
.light-blue-700,
.light-blue-800,
.light-blue-A700,
.cyan,
.cyan-500,
.cyan-600,
.cyan-700,
.cyan-800,
.teal,
.teal-500,
.teal-600,
.teal-700,
.green,
.green-500,
.green-600,
.green-700,
.light-green-800,
.light-green-900,
.lime-900,
.orange-800,
.orange-900,
.deep-orange,
.deep-orange-500,
.deep-orange-600,
.deep-orange-700,
.deep-orange-800,
.deep-orange-900,
.deep-orange-A400,
.deep-orange-A700,
.brown-300,
.brown-400,
.blue-grey,
.blue-grey-400,
.blue-grey-500 {
    color: #ffffff;
}

.red-800,
.red-900,
.pink-700,
.pink-800,
.pink-900,
.purple,
.purple-500,
.purple-600,
.purple-700,
.purple-800,
.purple-900,
.deep-purple,
.deep-purple-500,
.deep-purple-600,
.deep-purple-700,
.deep-purple-800,
.deep-purple-900,
.deep-purple-A400,
.deep-purple-A700,
.indigo,
.indigo-500,
.indigo-600,
.indigo-700,
.indigo-800,
.indigo-900,
.indigo-A700,
.blue-800,
.blue-900,
.light-blue-900,
.cyan-900,
.teal-800,
.teal-900,
.green-800,
.green-900,
.brown,
.brown-500,
.brown-600,
.brown-700,
.brown-800,
.brown-900,
.blue-grey-600,
.blue-grey-700,
.blue-grey-800,
.blue-grey-900,
.grey-600,
.grey-700,
.grey-800,
.grey-900 {
    color: rgba(255, 255, 255, 0.87);
}

.orange-A700 {
    color: #000000;
}

.md-list {
    border-radius: 3px;
}

.md-list-item {
    position: relative;
    display: block;
    padding: 15px;
}

.camp1 .md-list-item:after {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    border-bottom: 1px solid #eee;
    content: "";
}

.camp1 .btn-group>.btn+.dropdown-toggle {
    padding: 8px 10px;
    margin-left: 2px;
}

.camp1 .btn-group .fa {
    font-size: 1.2em;
    font-weight: bold;
}

.md-list-item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    content: "";
}

.md-list-item:last-child.md-list-item:after {
    border: none;
}

.md-list-item.inset.md-list-item:after {
    left: 72px;
}

.md-list-item-left {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    line-height: 40px;
    text-align: center;
}

.md-list-item-content {
    /*overflow: hidden;*/
    overflow: visible;
    display: inline-block;
}

.nav .md-list-item-content {
    margin-top: 3px;
}

.nav .text-lg {
    font-size: 22px;
}

.md-list-item-content h3 {
    margin: 0 0 3px 0;
    font-weight: normal;
}

.md-form-group {
    position: relative;
    /* sober's change */
    /*padding: 40px 0 24px 0;*/
    padding: 18px 0 24px 0;
    max-width: 500px;
}

.md-input {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 34px;
    padding: 2px;
    color: inherit;
    font-size: 1.4em;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    border-radius: 0;
    box-shadow: none;
}

.md-input:focus,
.md-input.focus {
    padding-bottom: 1px;
    border-color: #3f51b5;
    border-bottom-width: 2px;
}

.md-input:focus~label,
.md-input.focus~label {
    top: 0 !important;
    font-size: 1.2em !important;
    color: #3f51b5;
    opacity: 1;
}

.float-label .md-input~label {
    top: 20px;
    /*font-size: 1em;*/
}

.float-label .md-input.ng-dirty~label,
.float-label .md-input.has-value~label {
    top: 0;
    /*font-size: 1em;*/
}

.joining-colors .float-label label,
.joining-colors .md-input.focus label {
    font-size: 1em !important;
}

.twetw label {
    top: -28px !important;
    font-size: 1em;
}

.md-input~label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: inline-block;
    font-size: 1.2em;
    opacity: 0.6;
    line-height: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.md-input.disabled,
.md-input[disabled] {
    opacity: 0.5;
    resize: none;
}

textarea.md-input {
    height: auto;
}

.md-input-white:focus,
.md-input-white.focus {
    border-color: #fff;
}

.md-input-white:focus~label,
.md-input-white.focus~label {
    color: #fff;
}

.md-input-msg {
    position: absolute;
    bottom: 0;
    font-size: 0.85em;
    line-height: 24px;
}

.md-input-msg.right {
    right: 0;
}

.md-check {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
}

.md-check input {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    cursor: pointer;
    opacity: 0;
}

.md-check input:checked+i:before {
    background-color: inherit;
    border-width: 0;
}

.md-check input:checked+span .active {
    display: inherit;
}

.md-check input[type="radio"]+i,
.md-check input[type="radio"]+i:before {
    border-radius: 50%;
}

.md-check input[type="checkbox"]:checked+i:after {
    position: absolute;
    top: 2px;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.md-check input[type="radio"]:checked+i:after {
    position: absolute;
    top: 6px;
    left: 6px;
    display: table;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    content: ' ';
}

.md-check input[disabled]+i:before,
fieldset[disabled] .md-check input+i:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-check input[disabled]:checked+i:before {
    background-color: rgba(0, 0, 0, 0.26);
}

.md-check>i {
    position: relative;
    display: inline-block;
    width: 0;
    height: 18px;
    margin-top: -2px;
    margin-right: 28px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
}

.md-check>i:before {
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.md-check>i.no-icon:after {
    display: none !important;
}

.md-switch {
    min-height: 20px;
    padding-left: 36px;
    margin: 0;
    cursor: pointer;
}

.md-switch input {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 20px;
    margin-left: -36px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.md-switch input:checked+i:before {
    background: inherit;
    opacity: 0.5;
}

.md-switch input:checked+i:after {
    left: 16px;
    background: inherit;
}

.md-switch input[disabled]+i:before,
fieldset[disabled] .md-switch input+i:before {
    background-color: rgba(0, 0, 0, 0.12);
}

.md-switch input[disabled]+i:after,
fieldset[disabled] .md-switch input+i:after {
    background-color: #bdbdbd;
}

.md-switch i {
    position: relative;
    display: inline-block;
    width: 0;
    height: 18px;
    margin-top: -2px;
    margin-right: 44px;
    margin-left: -36px;
    line-height: 1;
    vertical-align: middle;
}

.md-switch i:before {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 34px;
    height: 14px;
    background-color: #9e9e9e;
    border-radius: 8px;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.md-switch i:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.md-whiteframe-z0 {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.md-whiteframe-z1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-whiteframe-z2 {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}

.md-whiteframe-z3 {
    box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
}

.md-whiteframe-z4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}

.md-whiteframe-z5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
}

.arrow {
    position: absolute;
    z-index: 10;
}

.arrow:before,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px;
    content: "";
}

.arrow:after {
    border-width: 8px;
}

.arrow.top {
    top: -9px;
    left: 50%;
    margin-left: -9px;
}

.arrow.top.pull-in {
    top: -4px;
}

.arrow.top:before {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-top-width: 0;
}

.arrow.top:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: inherit;
    border-left-color: transparent;
    border-top-width: 0;
}

.arrow.right {
    top: 50%;
    right: 0;
    margin-top: -9px;
}

.arrow.right.pull-in {
    right: 5px;
}

.arrow.right:before {
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-width: 0;
}

.arrow.right:after {
    top: 1px;
    left: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-right-width: 0;
}

.arrow.bottom {
    bottom: 0;
    left: 50%;
    margin-left: -9px;
}

.arrow.bottom.pull-in {
    bottom: 5px;
}

.arrow.bottom:before {
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 0;
}

.arrow.bottom:after {
    top: 0;
    left: 1px;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px;
}

.arrow.left.pull-in {
    left: -4px;
}

.arrow.left:before {
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-width: 0;
}

.arrow.left:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-left-width: 0;
}

.arrow.pull-left {
    left: 18px;
}

.arrow.pull-right {
    right: 26px;
    left: auto;
}

.arrow.pull-top {
    top: 18px;
}

.arrow.pull-bottom {
    top: auto;
    bottom: 26px;
}

.arrow.b-primary:before,
.arrow.b-info:before,
.arrow.b-success:before,
.arrow.b-warning:before,
.arrow.b-danger:before,
.arrow.b-accent:before,
.arrow.b-dark:before {
    border-color: transparent;
}

.box {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

.box .box-row {
    display: table-row;
    height: 100%;
}

.box .box-row .box-cell {
    position: inherit;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    /* canary_fix */
    /*overflow: auto;*/
}

.ie .box .box-row .box-cell {
    display: table-cell;
}

.box .box-col {
    display: table-cell;
    vertical-align: top;
}

.box .box-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* canary_fix */
    margin-top: 120px;
}

.box>[class*="col-"],
.box>[class*=" col-"] {
    position: static;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.v-m {
    vertical-align: middle !important;
}

.v-t {
    vertical-align: top !important;
}

.v-b {
    vertical-align: bottom !important;
}

.v-c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .box>[class*="col-lg"],
    .box>[class*=" col-lg"] {
        display: table-cell;
    }
}

@media (min-width: 992px) {
    .box>[class*="col-md"],
    .box>[class*=" col-md"] {
        display: table-cell;
    }
}

@media (min-width: 768px) {
    .box>[class*="col-sm"],
    .box>[class*=" col-sm"] {
        display: table-cell;
    }
}

@media (max-width: 767px) {
    .box>[class*="col-xs"],
    .box>[class*=" col-xs"] {
        display: table-cell;
    }
}

.ui-checks {
    padding-left: 20px;
    cursor: pointer;
}

.ui-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}

.ui-checks input:checked+i {
    border-color: #cfd1d4;
}

.ui-checks input:checked+i:before {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    background-color: #2196f3;
}

.ui-checks input:checked+span .active {
    display: inherit;
}

.ui-checks input[type="radio"]+i,
.ui-checks input[type="radio"]+i:before {
    border-radius: 50%;
}

.ui-checks input[disabled]+i,
fieldset[disabled] .ui-checks input+i {
    border-color: #dddee0;
}

.ui-checks input[disabled]+i:before,
fieldset[disabled] .ui-checks input+i:before {
    background-color: #dddee0;
}

.ui-checks>i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cfd1d4;
}

.ui-checks>i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ui-checks>span {
    margin-left: -20px;
}

.ui-checks>span .active {
    display: none;
}

.ui-checks-md input:checked+i:before {
    top: 5px;
    left: 5px;
}

.ui-checks-md>i {
    width: 18px;
    height: 18px;
}

.ui-checks-lg input:checked+i:before {
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
}

.ui-checks-lg>i {
    width: 30px;
    height: 30px;
}


/*layout*/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    overflow: hidden;
}

.app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-open .app {
    overflow: hidden;
}

.app-aside {
    position: absolute !important;
    top: 0;
    bottom: 0;
    z-index: 60;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    opacity: 1;
    box-shadow: 0 64px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.app-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .app-aside {
        display: block !important;
        width: 240px;
    }
    .app-aside.folded {
        width: 64px;
    }
    .app-aside.folded~.app-content {
        margin-left: 64px;
    }
    .app-aside~.app-content {
        margin-left: 240px;
    }
    .app-aside.md-sidenav-left {
        min-width: 0;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .app-aside .left {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (max-width: 991px) {
    .app-aside.modal {
        z-index: 1050;
    }
    .app-aside .left {
        max-width: 304px;
    }
    .app-padding {
        padding: 4px 4px;
    }
}

nav {
    overflow-x: hidden;
}

nav ul.nav li {
    position: relative;
}

nav ul.nav li li a {
    padding-left: 72px;
    line-height: 36px;
}

nav ul.nav li li a .badge,
nav ul.nav li li a .label {
    margin-top: 10px;
}

nav ul.nav li li li a {
    padding-left: 88px;
}

nav ul.nav li li li li a {
    padding-left: 106px;
}

nav ul.nav li a,
nav ul.nav li .nav-item {
    position: relative;
    display: block;
    padding: 0 16px;
    font-weight: normal;
    line-height: 40px;
    text-align: left;
    text-transform: none;
    border-radius: 0 !important;
}

nav ul.nav li a .text,
nav ul.nav li .nav-item .text {
    margin-left: 16px;
}

nav ul.nav li a .up,
nav ul.nav li .nav-item .up {
    z-index: 1;
    margin-left: 16px;
    font-style: normal;
}

nav ul.nav li a>.pull-right i,
nav ul.nav li .nav-item>.pull-right i {
    margin-left: 16px;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

nav ul.nav li a>.icon,
nav ul.nav li .nav-item>.icon {
    top: 0;
    float: left;
    min-width: 40px;
    margin-right: 16px;
    line-height: inherit;
}

nav ul.nav li a>.icon:before,
nav ul.nav li .nav-item>.icon:before {
    display: inline-block;
    width: 24px;
    text-align: center;
    opacity: 0.75;
}

nav ul.nav li a:hover,
nav ul.nav li .nav-item:hover,
nav ul.nav li a:focus,
nav ul.nav li .nav-item:focus {
    background-color: rgba(158, 158, 158, 0.2);
}

nav ul.nav li label {
    display: block;
}

nav ul.nav li label i {
    margin-right: 48px;
    margin-left: -16px;
}

nav ul.nav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

nav ul.nav li.active>a {
    background-color: transparent;
}

nav ul.nav li.active>a>.pull-right i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav ul.nav.nav-stacked a,
nav ul.nav.nav-stacked .nav-header {
    padding: 0 16px;
    line-height: 30px;
}

nav .nav-header {
    padding: 0 16px;
    line-height: 40px;
}

nav .nav-header:hover,
nav .nav-header:focus {
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .folded {
        z-index: 60;
        -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .folded .nav li ul {
        display: none;
    }
    .folded .nav li a,
    .folded .nav li .nav-item {
        text-align: center;
    }
    .folded .nav li a span,
    .folded .nav li .nav-item span {
        display: none;
    }
    .folded .nav li a .up,
    .folded .nav li .nav-item .up {
        position: absolute;
        top: -8px;
        right: 4px;
    }
    .folded .nav li a .icon,
    .folded .nav li .nav-item .icon {
        float: none;
        min-width: 0;
        margin-right: 0;
        line-height: 50px;
    }
    .folded .nav li a label i,
    .folded .nav li .nav-item label i {
        margin-right: 0;
        margin-left: -38px;
    }
    .folded .navbar-brand {
        text-align: center;
    }
    .folded .hidden-folded {
        display: none;
    }
    .folded:hover,
    .folded:focus,
    .folded.active {
        width: 240px;
    }
    .folded:hover>*,
    .folded:focus>*,
    .folded.active>* {
        width: 240px;
    }
    .folded:hover .nav li ul,
    .folded:focus .nav li ul,
    .folded.active .nav li ul {
        display: inherit;
    }
    .folded:hover .nav li a,
    .folded:focus .nav li a,
    .folded.active .nav li a,
    .folded:hover .nav li .nav-item,
    .folded:focus .nav li .nav-item,
    .folded.active .nav li .nav-item {
        text-align: left;
    }
    .folded:hover .nav li a span,
    .folded:focus .nav li a span,
    .folded.active .nav li a span,
    .folded:hover .nav li .nav-item span,
    .folded:focus .nav li .nav-item span,
    .folded.active .nav li .nav-item span {
        display: inline;
    }
    .folded:hover .nav li a .up,
    .folded:focus .nav li a .up,
    .folded.active .nav li a .up,
    .folded:hover .nav li .nav-item .up,
    .folded:focus .nav li .nav-item .up,
    .folded.active .nav li .nav-item .up {
        position: static;
    }
    .folded:hover .nav li a .icon,
    .folded:focus .nav li a .icon,
    .folded.active .nav li a .icon,
    .folded:hover .nav li .nav-item .icon,
    .folded:focus .nav li .nav-item .icon,
    .folded.active .nav li .nav-item .icon {
        float: left;
        margin-right: 32px;
        line-height: inherit;
    }
    .folded:hover .nav li label i,
    .folded:focus .nav li label i,
    .folded.active .nav li label i {
        margin-right: 48px;
        margin-left: -16px;
    }
    .folded:hover .navbar-brand,
    .folded:focus .navbar-brand,
    .folded.active .navbar-brand {
        text-align: left;
    }
    .folded:hover .hidden-folded,
    .folded:focus .hidden-folded,
    .folded.active .hidden-folded {
        display: inherit;
    }
    .folded:hover .hidden-folded.inline,
    .folded:focus .hidden-folded.inline,
    .folded.active .hidden-folded.inline {
        display: inline-block;
    }
}

.nav-sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition: max-height 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

.nav-sub .md-ripple-container {
    display: none;
    visibility: hidden;
}

.active>.nav-sub {
    max-height: 999px;
}

.active>.nav-sub .md-ripple-container {
    display: block;
    visibility: visible;
}

.i-16 {
    font-size: 16px;
    vertical-align: -15%;
}

.i-20 {
    font-size: 20px;
    vertical-align: -19%;
}

.i-24 {
    font-size: 24px;
    vertical-align: -23%;
}

.ui-icon {
    display: inline-block;
    height: 1em;
    text-align: center;
    background: transparent !important;
}

.ui-icon:before {
    position: relative;
    z-index: 1;
}

.ui-icon:after {
    position: relative;
    top: -1.5em;
    z-index: 0;
    display: block;
    width: 2em;
    height: 2em;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-radius: 2em;
    content: "";
    background-clip: padding-box;
}

.ui-icon.b-2x:after {
    border-width: 2px;
}

.ui-icon.b-3x:after {
    border-width: 3px;
}

.ui-icon.ui-icon-sm:after {
    top: -1.35em;
    width: 1.7em;
    height: 1.7em;
}

.ui-icon.bg-primary:after {
    background-color: #3f51b5;
}

.ui-icon.bg-info:after {
    background-color: #2196f3;
}

.ui-icon.bg-success:after {
    background-color: #4caf50;
}

.ui-icon.bg-warning:after {
    background-color: #ffc107;
}

.ui-icon.bg-danger:after {
    background-color: #f44336;
}

.ui-icon.bg-accent:after {
    background-color: #7e57c2;
}

.ui-icon.bg-dark:after {
    background-color: #475069;
}

.ui-icon.bg-light:after {
    background-color: #eaebec;
}

.ui-icon.bg-white:after {
    background-color: #fff;
}

.item {
    position: relative;
}

.item .top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.item .bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.item .center {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.item-overlay.active,
.item:hover .item-overlay {
    display: block;
}


/*            custom-carousel             */

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline;
    line-height: 1;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.cuscaro .carousel-control {
    color: #475069;
}

.list-icon i {
    margin-right: 16px;
    -webkit-transition: font-size 0.2s;
    transition: font-size 0.2s;
}

.list-icon div {
    overflow: hidden;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*Charts*/

.jqstooltip {
    padding: 5px 10px !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: solid 1px #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.easyPieChart {
    position: relative;
    display: table;
    text-align: center;
}

.easyPieChart>div {
    position: relative;
    z-index: 1;
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
}

.easyPieChart>div img {
    margin-top: -4px;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#flotTip,
.flotTip {
    z-index: 100;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: solid 1px #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.legendColorBox>div {
    margin: 5px;
    border: none !important;
}

.legendColorBox>div>div {
    border-radius: 10px;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.st-selected td {
    background: #f0f9ec !important;
}

.ui-select-bootstrap>.ui-select-choices {
    overflow-y: scroll;
}

.panel .dataTables_wrapper {
    padding-top: 10px;
}

.panel .dataTables_wrapper>.row {
    margin: 0;
}

.panel .dataTables_wrapper>.row>.col-sm-12 {
    padding: 0;
}

.dataTables_wrapper.form-inline .form-control {
    width: auto;
}

.btn-info .text-info {
    color: #fff;
}

.ie .ie-show {
    display: block;
}

.nav a.waves-effect {
    -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

.streamline {
    position: relative;
    border-color: #dddee0;
}

.streamline .sl-item:after,
.streamline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 11px;
    margin-left: -6px;
    background-color: #fff;
    border-color: inherit;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    content: '';
}

.sl-icon {
    position: absolute;
    left: -15px;
    z-index: 1;
}

.sl-icon>i {
    display: table-cell;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.sl-item {
    position: relative;
    padding-bottom: 1px;
    border-color: #dddee0;
}

.sl-item:before,
.sl-item:after {
    display: table;
    content: " ";
}

.sl-item:after {
    clear: both;
}

.sl-item:after {
    top: 0;
    bottom: auto;
}

.sl-item.b-l {
    margin-left: -1px;
}

.sl-item.sl-item-md:after {
    top: -10px;
    width: 30px;
    height: 30px;
    margin-left: -16px;
}

.sl-item.sl-item-md .sl-icon {
    top: -10px;
}

.sl-content {
    padding-bottom: 10px;
    margin-top: -6px;
    margin-left: 24px;
}

.ui-switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    background-color: #4caf50;
    border-radius: 30px;
}

.ui-switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-switch input:checked+i:before {
    top: 50%;
    right: 5px;
    bottom: 50%;
    left: 50%;
    border-width: 0;
    border-radius: 5px;
}

.ui-switch input:checked+i:after {
    margin-left: 15px;
}

.ui-switch i:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ui-switch i:after {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}

.ui-switch-md {
    width: 40px;
    height: 24px;
}

.ui-switch-md input:checked+i:after {
    margin-left: 17px;
}

.ui-switch-md i:after {
    width: 22px;
}

.ui-switch-lg {
    width: 50px;
    height: 30px;
}

.ui-switch-lg input:checked+i:after {
    margin-left: 21px;
}

.ui-switch-lg i:after {
    width: 28px;
}

.timeline {
    padding: 0;
    margin: 0;
}

.tl-item {
    display: block;
}

.tl-item:before,
.tl-item:after {
    display: table;
    content: " ";
}

.tl-item:after {
    clear: both;
}

.visible-left {
    display: none;
}

.tl-wrap {
    display: block;
    padding: 15px 0 15px 20px;
    margin-left: 6em;
    border-color: #dddee0;
    border-style: solid;
    border-width: 0 0 0 2px;
}

.tl-wrap:before,
.tl-wrap:after {
    display: table;
    content: " ";
}

.tl-wrap:after {
    clear: both;
}

.tl-wrap:before {
    position: relative;
    top: 15px;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: -26px;
    background: #eaebec;
    border-color: inherit;
    border-style: solid;
    border-width: 3px;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 4px #efefef;
}

.tl-date {
    position: relative;
    top: 10px;
    display: block;
    float: left;
    width: 4.5em;
    margin-left: -7.5em;
    text-align: right;
}

.tl-content {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tl-content.block {
    display: block;
    width: 100%;
}

.tl-content.panel {
    margin-bottom: 0;
}

.tl-header {
    display: block;
    width: 12em;
    margin-left: 1px;
    text-align: center;
}

.timeline-center .tl-item {
    margin-left: 50%;
}

.timeline-center .tl-item .tl-wrap {
    margin-left: -2px;
}

.timeline-center .tl-header {
    width: auto;
    margin-left: -1px;
}

.timeline-center .tl-left {
    margin-right: 50%;
    margin-left: 0;
}

.timeline-center .tl-left .hidden-left {
    display: none !important;
}

.timeline-center .tl-left .visible-left {
    display: inherit;
}

.timeline-center .tl-left .tl-wrap {
    float: right;
    padding-right: 20px;
    padding-left: 0;
    margin-right: 0;
    border-right-width: 2px;
    border-left-width: 0;
}

.timeline-center .tl-left .tl-wrap:before {
    float: right;
    margin-right: -26px;
    margin-left: 0;
}

.timeline-center .tl-left .tl-date {
    float: right;
    margin-right: -8.5em;
    margin-left: 0;
    text-align: left;
}

.bg-white {
    background-color: #fff;
}

.bg-light {
    background-color: #eaebec;
}

.bg-light.lt {
    background-color: #f8f8f8 !important;
}

.bg-light .lt {
    background-color: #f8f8f8;
}

.bg-light.dk {
    background-color: #dbdee2 !important;
}

.bg-light .dk {
    background-color: #dbdee2;
}

.bg-light.bg {
    background-color: #eaebec !important;
}

.bg-light .bg {
    background-color: #eaebec;
}

.bg-dark {
    color: rgba(255, 255, 255, 0.87);
    /* _added */
    /*background-color: #475069;*/
    background-color: #0C4F7A;
}

.bg-dark.lt {
    background-color: #565e73 !important;
}

.bg-dark .lt {
    background-color: #565e73;
}

.bg-dark.dk {
    background-color: #39435e !important;
}

.bg-dark .dk {
    background-color: #39435e;
}

.bg-dark.bg {
    background-color: #475069 !important;
}

.bg-dark .bg {
    background-color: #475069;
}

.bg-primary {
    color: rgba(255, 255, 255, 0.87);
    background-color: #3f51b5;
}

.bg-primary.lt {
    background-color: #5363bb !important;
}

.bg-primary .lt {
    background-color: #5363bb;
}

.bg-primary.dk {
    background-color: #3345a8 !important;
}

.bg-primary .dk {
    background-color: #3345a8;
}

.bg-primary.bg {
    background-color: #3f51b5 !important;
}

.bg-primary .bg {
    background-color: #3f51b5;
}

.bg-success {
    color: rgba(255, 255, 255, 0.87);
    background-color: #4caf50;
}

.bg-success.lt {
    background-color: #62b265 !important;
}

.bg-success .lt {
    background-color: #62b265;
}

.bg-success.dk {
    background-color: #3fa343 !important;
}

.bg-success .dk {
    background-color: #3fa343;
}

.bg-success.bg {
    background-color: #4caf50 !important;
}

.bg-success .bg {
    background-color: #4caf50;
}

.bg-info {
    color: rgba(255, 255, 255, 0.87);
    background-color: #2196f3;
}

.bg-info.lt {
    background-color: #3ea1ef !important;
}

.bg-info .lt {
    background-color: #3ea1ef;
}

.bg-info.dk {
    background-color: #078bf4 !important;
}

.bg-info .dk {
    background-color: #078bf4;
}

.bg-info.bg {
    background-color: #2196f3 !important;
}

.bg-info .bg {
    background-color: #2196f3;
}

.bg-warning {
    color: rgba(255, 255, 255, 0.87);
    background-color: #ffc107;
}

.bg-warning.lt {
    background-color: #f9c526 !important;
}

.bg-warning .lt {
    background-color: #f9c526;
}

.bg-warning.dk {
    background-color: #ecb100 !important;
}

.bg-warning .dk {
    background-color: #ecb100;
}

.bg-warning.bg {
    background-color: #ffc107 !important;
}

.bg-warning .bg {
    background-color: #ffc107;
}

.bg-danger {
    color: rgba(255, 255, 255, 0.87);
    background-color: #f44336;
}

.bg-danger.lt {
    background-color: #f15e53 !important;
}

.bg-danger .lt {
    background-color: #f15e53;
}

.bg-danger.dk {
    background-color: #f92718 !important;
}

.bg-danger .dk {
    background-color: #f92718;
}

.bg-danger.bg {
    background-color: #f44336 !important;
}

.bg-danger .bg {
    background-color: #f44336;
}

.bg-accent {
    color: rgba(255, 255, 255, 0.87);
    background-color: #7e57c2;
}

.bg-accent.lt {
    background-color: #8e6fc4 !important;
}

.bg-accent .lt {
    background-color: #8e6fc4;
}

.bg-accent.dk {
    background-color: #6e3ec2 !important;
}

.bg-accent .dk {
    background-color: #6e3ec2;
}

.bg-accent.bg {
    background-color: #7e57c2 !important;
}

.bg-accent .bg {
    background-color: #7e57c2;
}

a.bg-primary:hover {
    background-color: #3849a2;
}

a.text-primary:hover {
    color: #3849a2;
}

.text-primary {
    color: #3f51b5;
}

.text-primary-lt {
    color: #4d5ec1;
}

.text-primary-dk {
    color: #3849a2;
}

a.bg-info:hover {
    background-color: #0d8aee;
}

a.text-info:hover {
    color: #0d8aee;
}

.text-info {
    color: #2196f3;
}

.text-info-lt {
    color: #39a1f4;
}

.text-info-dk {
    color: #0d8aee;
}

a.bg-success:hover {
    background-color: #449d48;
}

a.text-success:hover {
    color: #449d48;
}

.text-success {
    color: #4caf50;
}

.text-success-lt {
    color: #5cb860;
}

.text-success-dk {
    color: #449d48;
}

a.bg-warning:hover {
    background-color: #ecb100;
}

a.text-warning:hover {
    color: #ecb100;
}

.text-warning {
    color: #ffc107;
}

.text-warning-lt {
    color: #ffc721;
}

.text-warning-dk {
    color: #ecb100;
}

a.bg-danger:hover {
    background-color: #f32c1e;
}

a.text-danger:hover {
    color: #f32c1e;
}

.text-danger {
    color: #f44336;
}

.text-danger-lt {
    color: #f55a4e;
}

.text-danger-dk {
    color: #f32c1e;
}

a.bg-accent:hover {
    background-color: #7044bb;
}

a.text-accent:hover {
    color: #7044bb;
}

.text-accent {
    color: #7e57c2;
}

.text-accent-lt {
    color: #8c6ac9;
}

.text-accent-dk {
    color: #7044bb;
}

a.bg-dark:hover {
    background-color: #3d445a;
}

a.text-dark:hover {
    color: #3d445a;
}

.text-dark {
    color: #475069;
}

.text-dark-lt {
    color: #515c78;
}

.text-dark-dk {
    color: #3d445a;
}

.text-white {
    color: #ffffff;
}

.text-white-lt {
    color: rgba(255, 255, 255, 0.54);
}

.text-white-dk {
    color: rgba(255, 255, 255, 0.87);
}

.text-black {
    color: #000000;
}

.text-black-lt {
    color: rgba(0, 0, 0, 0.54);
}

.text-black-dk {
    color: rgba(0, 0, 0, 0.87);
}

.text-muted {
    color: inherit;
    opacity: 0.75;
}

.text-muted-dk {
    color: inherit;
    opacity: 0.5;
}

.text-muted-lt {
    color: inherit;
    opacity: 0.25;
}

.text-color {
    color: rgba(0, 0, 0, 0.87);
}

.bg-big:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-color: inherit;
    border: inherit;
    content: "";
}

.bg-big {
    height: 100%;
}

.bg-white-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-black-overlay {
    background-color: rgba(32, 43, 54, 0.8);
}

.no-bg {
    color: inherit;
    background-color: transparent;
}

@media (min-width: 768px) {
    .bg-auto:before {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: inherit;
        background-color: inherit;
        border: inherit;
        content: "";
    }
    .bg-auto.b-l:before {
        margin-left: -1px;
    }
    .bg-auto.b-r:before {
        margin-right: -1px;
    }
}

.pos-rlt {
    position: relative;
    z-index: 1;
}

.pos-abt {
    position: absolute;
}

.pos-fix {
    position: fixed !important;
}

.pos-stc {
    position: static !important;
}

.block {
    display: block;
}

.block.hide {
    display: none;
}

.pull-none {
    float: none;
}

.inline {
    display: inline-block;
}

.inline-16 {
    width: 16px;
    height: 16px;
}

.inline-24 {
    width: 24px;
    height: 24px;
}

.none {
    display: none !important;
}

.active>.inline,
.active>.auto .inline {
    display: none;
}

.active>.none,
.active>.auto .none {
    display: inline-block !important;
}

.line {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    font-size: 0;
}

.line-dashed {
    background-color: transparent;
    border-style: dashed !important;
    border-width: 0;
}

.pointer {
    cursor: pointer;
}

.rounded,
.circle {
    border-radius: 500px;
}

.clear {
    display: block;
    overflow: hidden;
}

.no-border {
    border-color: transparent;
    border-width: 0;
}

.no-borders {
    border-width: 0 !important;
}

.b {
    border-color: rgba(110, 115, 120, 0.15) !important;
}

.border-eee {
    border: 1px solid #eee;
}

.b-a {
    border: 1px solid #dddee0;
}

.b-t {
    border-top: 1px solid #dddee0;
}

.b-r {
    border-right: 1px solid #dddee0;
}

.b-b {
    border-bottom: 1px solid #dddee0;
}

.b-l {
    border-left: 1px solid #dddee0;
}

.b-2x {
    border-width: 2px;
}

.b-3x {
    border-width: 3px;
}

.b-4x {
    border-width: 4px;
}

.b-5x {
    border-width: 5px;
}

.b-t-2x {
    border-top-width: 2px !important;
}

.b-t-3x {
    border-top-width: 3px !important;
}

.b-t-4x {
    border-top-width: 4px !important;
}

.b-t-5x {
    border-top-width: 5px !important;
}

.b-r-2x {
    border-right-width: 2px !important;
}

.b-r-3x {
    border-right-width: 3px !important;
}

.b-r-4x {
    border-right-width: 4px !important;
}

.b-r-5x {
    border-right-width: 5px !important;
}

.b-b-2x {
    border-bottom-width: 2px !important;
}

.b-b-3x {
    border-bottom-width: 3px !important;
}

.b-b-4x {
    border-bottom-width: 4px !important;
}

.b-b-5x {
    border-bottom-width: 5px !important;
}

.b-l-2x {
    border-left-width: 2px !important;
}

.b-l-3x {
    border-left-width: 3px !important;
}

.b-l-4x {
    border-left-width: 4px !important;
}

.b-l-5x {
    border-left-width: 5px !important;
}

.b-light {
    border-color: #eaebec;
}

.b-white {
    border-color: #fff;
}

.b-primary {
    border-color: #3f51b5;
}

.b-t-primary {
    border-top-color: #3f51b5;
}

.b-r-primary {
    border-right-color: #3f51b5;
}

.b-b-primary {
    border-bottom-color: #3f51b5;
}

.b-l-primary {
    border-left-color: #3f51b5;
}

.b-info {
    border-color: #2196f3;
}

.b-t-info {
    border-top-color: #2196f3;
}

.b-r-info {
    border-right-color: #2196f3;
}

.b-b-info {
    border-bottom-color: #2196f3;
}

.b-l-info {
    border-left-color: #2196f3;
}

.b-success {
    border-color: #4caf50;
}

.b-t-success {
    border-top-color: #4caf50;
}

.b-r-success {
    border-right-color: #4caf50;
}

.b-b-success {
    border-bottom-color: #4caf50;
}

.b-l-success {
    border-left-color: #4caf50;
}

.b-warning {
    border-color: #ffc107;
}

.b-t-warning {
    border-top-color: #ffc107;
}

.b-r-warning {
    border-right-color: #ffc107;
}

.b-b-warning {
    border-bottom-color: #ffc107;
}

.b-l-warning {
    border-left-color: #ffc107;
}

.b-danger {
    border-color: #f44336;
}

.b-t-danger {
    border-top-color: #f44336;
}

.b-r-danger {
    border-right-color: #f44336;
}

.b-b-danger {
    border-bottom-color: #f44336;
}

.b-l-danger {
    border-left-color: #f44336;
}

.b-accent {
    border-color: #7e57c2;
}

.b-t-accent {
    border-top-color: #7e57c2;
}

.b-r-accent {
    border-right-color: #7e57c2;
}

.b-b-accent {
    border-bottom-color: #7e57c2;
}

.b-l-accent {
    border-left-color: #7e57c2;
}

.b-dark {
    border-color: #475069;
}

.b-t-dark {
    border-top-color: #475069;
}

.b-r-dark {
    border-right-color: #475069;
}

.b-b-dark {
    border-bottom-color: #475069;
}

.b-l-dark {
    border-left-color: #475069;
}

.no-b-t {
    border-top-width: 0;
}

.no-b-r {
    border-right-width: 0;
}

.no-b-b {
    border-bottom-width: 0;
}

.no-b-l {
    border-left-width: 0;
}

.b-dashed {
    border-style: dashed !important;
}

@media (max-width: 991px) {
    .no-border-sm {
        border-width: 0;
    }
}

@media (max-width: 767px) {
    .no-border-xs {
        border-width: 0;
    }
}

.hover-action {
    display: none;
}

.hover-rotate {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.hover-anchor:hover .hover-action,
.hover-anchor:focus .hover-action,
.hover-anchor:active .hover-action {
    display: inherit;
}

.hover-anchor:hover .hover-rotate,
.hover-anchor:focus .hover-rotate,
.hover-anchor:active .hover-rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-margin {
    margin: 0;
}

.m {
    margin: 16px;
}

.m-xs {
    margin: 4px;
}

.m-sm {
    margin: 8px;
}

.m-md {
    margin: 24px;
}

.m-lg {
    margin: 32px;
}

.m-v-xs {
    margin-top: 4px;
    margin-bottom: 4px;
}

.m-v-sm {
    margin-top: 8px;
    margin-bottom: 8px;
}

.m-v {
    margin-top: 16px;
    margin-bottom: 16px;
}

.m-v-md {
    margin-top: 24px;
    margin-bottom: 24px;
}

.m-v-lg {
    margin-top: 32px;
    margin-bottom: 32px;
}

.m-h-xs {
    margin-right: 4px;
    margin-left: 4px;
}

.m-h-sm {
    margin-right: 8px;
    margin-left: 8px;
}

.m-h {
    margin-right: 16px;
    margin-left: 16px;
}

.m-h-md {
    margin-right: 24px;
    margin-left: 24px;
}

.m-h-lg {
    margin-right: 32px;
    margin-left: 32px;
}

.m-t {
    margin-top: 16px;
}

.m-t-xs {
    margin-top: 4px;
}

.m-t-sm {
    margin-top: 8px;
}

.m-t-md {
    margin-top: 24px;
}

.m-t-lg {
    margin-top: 32px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-r {
    margin-right: 16px;
}

.m-r-xs {
    margin-right: 4px;
}

.m-r-sm {
    margin-right: 8px;
}

.m-r-md {
    margin-right: 24px;
}

.m-r-lg {
    margin-right: 32px;
}

.m-b {
    margin-bottom: 16px;
}

.m-b-xs {
    margin-bottom: 4px;
}

.m-b-sm {
    margin-bottom: 8px;
}

.m-b-md {
    margin-bottom: 24px;
}

.m-b-lg {
    margin-bottom: 32px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-t-xl {
    padding-top: 60px;
}

.p-t-xl1 {
    padding-top: 30px;
}

.m-l {
    margin-left: 16px;
}

.m-l-xs {
    margin-left: 4px;
}

.m-l-sm {
    margin-left: 8px;
}

.m-l-md {
    margin-left: 24px;
}

.m-l-lg {
    margin-left: 32px;
}

.m-n {
    margin: -16px;
}

.m-h-n {
    margin-right: -16px;
    margin-left: -16px;
}

.m-v-n {
    margin-top: -16px;
    margin-bottom: -16px;
}

.m-l-n {
    margin-left: -16px;
}

.m-r-n {
    margin-right: -16px;
}

.m-t-n {
    margin-top: -16px;
}

.m-b-n {
    margin-bottom: -16px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-14 {
    margin: 14px;
}

.startcamp {
    margin-top: 100px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.25;
    color: #475069;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-h {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-padding-v {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-xs {
    padding: 4px;
}

.p-sm {
    padding: 8px;
}

.p {
    padding: 16px;
}

.p-md {
    padding: 24px;
}

.p-lg {
    padding: 32px;
}

.p-h {
    padding-right: 16px;
    padding-left: 16px;
}

.p-h-xs {
    padding-right: 4px;
    padding-left: 4px;
}

.p-h-sm {
    padding-right: 8px;
    padding-left: 8px;
}

.p-h-md {
    padding-right: 24px;
    padding-left: 24px;
}

.p-h-lg {
    padding-right: 32px;
    padding-left: 32px;
}

.p-v {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-v-xs {
    padding-top: 4px;
    padding-bottom: 4px;
}

.p-v-sm {
    padding-top: 8px;
    padding-bottom: 8px;
}

.p-v-md {
    padding-top: 24px;
    padding-bottom: 24px;
}

.p-v-lg {
    padding-top: 32px;
    padding-bottom: 32px;
}

.accor1 {
    padding: 10px 16px;
}

.padding {
    padding: 32px 32px 0px 32px;
    margin: auto;
    max-width: 1280px;
}

.p-t-m {
    padding-top: 14px;
}

.padding-out {
    margin: -32px -32px;
}

@media (max-width: 992px) {
    .padding {
        padding: 16px 16px;
    }
    .padding-out {
        margin: -16px -16px;
    }
}

@media (max-width: 767px) {
    .padding {
        padding: 8px 8px;
    }
    .padding-out {
        margin: -8px -8px;
    }
}

.ctrl-lbl {
    padding: 5px 20px 20px 20px;
    font-size: 18px;
}

.no-radius {
    border-radius: 0 !important;
}

.no-r-t {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.no-r-r {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.no-r-b {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.no-r-l {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.r {
    border-radius: 3px;
}

.r-t {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.r-r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.r-b {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.r-l {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.r-2x {
    border-radius: 6px;
}

.r-3x {
    border-radius: 9px;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollable.hover {
    overflow-y: hidden !important;
}

.scrollable.hover>* {
    margin-top: -1px;
}

.scrollable.hover:hover {
    overflow: visible !important;
    overflow-y: auto !important;
}

.smart .scrollable {
    overflow-y: auto !important;
}

.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll-y {
    overflow-y: auto;
}

.scroll-x {
    overflow-x: auto;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.box-shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.box-shadow-md {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.box-shadow-lg {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.box-shadow-inset {
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}

.text-shadow {
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.l-h {
    line-height: 1.42857143;
}

.l-h-1x {
    line-height: 1;
}

.l-h-2x {
    line-height: 2em;
}

.l-s-1x {
    letter-spacing: 1;
}

.l-s-2x {
    letter-spacing: 2;
}

.l-s-3x {
    letter-spacing: 3;
}

.h-1x {
    height: 20px;
}

.h-2x {
    height: 40px;
}

.h-3x {
    height: 60px;
}

.h-4x {
    height: 80px;
}

.font-normal {
    font-weight: normal;
}

.font-thin {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.text-4x {
    font-size: 4em;
}

.text-3x {
    font-size: 3em;
}

.text-2x {
    font-size: 2em;
}

.text-xl {
    font-size: 32px;
}

.text-lg {
    font-size: 24px;
}

.text-md {
    font-size: 1.2em;
}

.text-base {
    font-size: 14px;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 12px;
}

.text-xxs {
    font-size: 10px;
}

.text-u-c {
    text-transform: uppercase;
}

.text-l-t {
    text-decoration: line-through;
}

.text-u-l {
    text-decoration: underline;
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-fade {
    position: relative;
    overflow: hidden;
}

.text-fade:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 1.2em;
    text-align: right;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
    content: "";
}

.no-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
}

.w-16 {
    width: 16px;
    height: 16px;
}

.w-20 {
    width: 20px;
    height: 20px;
}

.w-24 {
    width: 24px;
    height: 24px;
}

.w-32 {
    width: 32px;
    height: 32px;
}

.w-40 {
    width: 40px;
    height: 40px;
}

.w-48 {
    width: 48px;
    height: 48px;
}

.w-56 {
    width: 56px;
    height: 56px;
}

.w-64 {
    width: 64px;
    height: 64px;
}

.w-xxl {
    width: 60px;
}

.w-xs {
    width: 90px;
}

.w-sm {
    width: 120px;
}

.w {
    width: 180px;
}

.w-md {
    width: 200px;
}

.w-lg {
    width: 240px;
}

.w-xl {
    width: 280px;
}

.w-xxl {
    width: 320px;
}

.gr-w-xxl {
    width: 400px;
}

.w-full {
    width: 100%;
}

.w-auto {
    width: auto;
}

.h-sm {
    height: 120px;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

@media (max-width: 991px) {
    .w-auto-sm {
        width: auto;
    }
    .w-full-sm {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .w-auto-xs {
        width: auto;
    }
    .w-full-xs {
        width: 100%;
    }
}


/*--------------------Carousel--------------------*/

.panel-footer {
    background: none;
    border: none;
}

.carousel-control .glyphicon {
    color: #475069;
}

.carousel-caption {
    color: #475069;
    text-shadow: none;
}


/*--------------------Campaings-List--------------------*/

.pad10 {
    padding: 10px;
}

.pad2 {
    padding: 2px;
}

.totpar {
    font-size: 12px;
}


/*--------------------Navs--------------------*/

.nav-lines.nav-justified {
    /*border-bottom: 2px solid #475069;*/
    font-size: 1.2em;
}

.b-info {
    border-color: #475069;
}


/*--------------------Date--------------------*/


/*.alert-info {
  color: #475069;
  background-color: #eaebec;
  border: none;
}*/


/*--------------------Card--------------------*/

.m-v-lg2 {
    margin-top: 31px;
    margin-bottom: 32px;
}

.card {
    border-radius: 4px;
}

.cardf {
    font-size: 16px;
}

.cardpast {
    opacity: 0.6;
}

.card .md-whiteframe-z0 {
    border-radius: 4px;
}


/*--------------------Datable--------------------*/

.panel {
    border-radius: 4px;
    border: none;
}

.panel .panel-heading {
    border-radius: 4px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: none;
}

.md-whiteframe-z1 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}


/*--------------------Social--------------------*/

.btn-facebook {
    background-color: #fff;
    color: #3b5998;
    border-color: #3b5998;
    font-weight: bold;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    background-color: #3b5998;
    color: #fff;
}

.btn-twitter {
    background-color: #fff;
    color: #4099ff;
    border-color: #4099ff;
    font-weight: bold;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
    background-color: #4099ff;
    color: #fff;
}

.btn-google {
    background-color: #fff;
    color: #ea4335;
    border-color: #ea4335;
    font-weight: bold;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
    background-color: #ea4335;
    color: #fff;
}

.upload-div {
    border: 1px solid rgba(160, 160, 160, 0.2);
}

.upload-div i {
    font-size: 30px;
    color: rgba(160, 160, 160, 0.2);
    margin: 0 auto;
}

.btn-secondary {
    box-shadow: none;
    text-decoration: underline;
}

.indigo {
    z-index: 1;
}

.unclickable {
    pointer-events: none;
    pointer: default;
    background-color: red;
}


/* ------- */

.inactivetmlt {
    opacity: 0.4 !important;
    /*pointer-events: none;*/
}


/*.card-body {
  padding: 0 !important;
}
*/

.input-group-addon {
    border: none;
    /*padding: 6px;*/
}

.dropdown-menu>li>a {
    color: #333;
    padding: 8px 16px;
}

@media (min-width: 768px) {
    .vl-modal-dialog {
        max-width: 600px !important;
        width: auto !important;
        margin: 30px auto;
    }
}

.tempcard:hover,
.tempcard:active,
.tempcard:focus {
    /*cursor: pointer;*/
    /*opacity: 0.9;*/
    /*-webkit-transform: translate3d(0, 0px, 0);*/
    /*transform: translate3d(0, 0px, 0);*/
    /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);*/
}

.brdcrmb {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 99999999;
}

.breadcrumb {
    background-color: transparent;
    font-size: 1.2em;
    margin: 0;
    padding: 15px;
    font-weight: 600;
}

.breadcrumb .text-lg {
    font-size: 20px;
}

.breadcrumb>li+li:before {
    padding: 0;
    color: #fff;
    content: " ";
}

.breadcrumb i {
    color: #fff;
}


/*.breadcrumb > li + li:before {*/


/*padding: 0;*/


/*color: #fff;*/


/*content: "";*/


/*}*/

.pdng-t-100 {
    padding-top: 100px;
}

.pdng-t-40 {
    padding-top: 40px;
}

.pdng-b-40 {
    padding-bottom: 40px;
}

.pdng-b-60 {
    padding-bottom: 60px;
}

.mrgn60 {
    margin-bottom: 60px;
}

.mrgn40 {
    margin-bottom: 40px;
}

.mrgn30 {
    margin-bottom: 30px;
}

.mrgn10 {
    margin-bottom: 10px;
}

.mrgn-6 {
    margin: 6px;
}

.mrgn-10 {
    margin: 10px;
}

.mrgn-10-5 {
    margin: 10px 5px;
}

.mrgn-t-30 {
    margin-top: 30px;
}

.mrgn-t-40 {
    margin-top: 40px;
}

.mrgn-t-60 {
    margin-top: 60px;
}

.mrgn-t-100 {
    margin-top: 100px;
}

.breadcrumb>.active-step {
    color: #fff;
}

.unclickable {
    pointer-events: none;
    pointer: default;
    background: none;
    color: #aaa;
}

.brdbtn-r {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em !important;
    padding: 0px 25px;
    line-height: 50px;
    font-weight: 600;
    margin: 7px;
}

.brdbtn-r:hover {
    background: #5855bd;
}

.brdbtn-l {
    background: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    padding: 0px 25px;
    line-height: 50px;
    font-weight: 600;
}

.bg-dark .breadcrumb li {
    color: rgba(255, 255, 255, 0.75);
}

.bg-dark .breadcrumb .active-step {
    color: #fff;
}


/*.bg-dark .breadcrumb li a:hover,*/


/*.bg-dark .breadcrumb li a:focus,*/


/*.bg-dark .breadcrumb li a:active {*/


/*color: #fff;*/


/*}*/

.brdbtn-l:hover {
    background: #5855bd;
}

.camptemp h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #666;
    text-transform: inherit;
}

.camptemp h1 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #666;
    text-transform: capitalize;
}

.campdis {
    background: #0C4F7A;
    /*border-radius: 4px 4px 0px 0px;*/
}

.campdisc {
    color: #333;
}

.campdisc p {
    font-size: 1.2em;
}

.campdisc h3 {
    font-weight: bold;
}

.campdis h2 {
    font-size: 1.6em;
    margin-bottom: 4px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.campdis h3 {
    font-size: 1.1em;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.campdis .btn {
    border: none;
    font-size: 16px;
}

.camp1 h5 {
    color: #666;
    font-size: 18px;
}

.camp1 .md-list-item-left {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 16px;
    line-height: 52px;
    text-align: center;
}

.campaigns-list .camp1 h5 {
    color: #333;
    font-size: 18px;
    background: #f7f7f7;
    padding: 12px;
    border-radius: 2px;
    margin: 10px 15px 10px 15px;
}

.in-block {
    display: inline-block;
    vertical-align: middle;
}

.camp-element-wrap {
    padding: 0px 15px;
}

.celwrap-1 {
    width: 39.5%;
}

.cel-1 {
    width: 34%;
}

.cel-2 {
    /*width: 12%;*/
}

.cel-3 {
    /*width: 6%;*/
    padding: 0px 0px 12px 0px;
    margin-left: 4%;
}

.cel-4 {
    /*width: 7%;*/
    margin-left: 4%;
}

.cel-5 {
    /*width: 8%;*/
    /*text-align: center;*/
    margin-left: 4%;
}

.cel-6 {
    /*width: 30%;*/
    float: right;
}

@media (max-width: 991px) {
    .cel-1 {
        width: 50%;
    }
    .celwrap-1 {
        width: 50%;
        float: right;
    }
    .cel-6 {
        float: none;
        display: block;
        text-align: center;
    }
    .cel-6 button {
        width: 40%;
    }
}

.campaigns-list .md-list-item-content h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: 600;
}

.campaigns-list .campaigns-list-landingpages {
    /*display: inline;*/
    font-size: 1.2em;
}

.campaigns-list .md-list-item-content label {
    margin: 0;
}

.campaigns-list .campaigns-list-landginpages {
    padding: 0;
}

.campaigns-list h3 {
    color: #2f2bad;
}

.camp1 .vlbtn {
    font-weight: 500;
}

.camp1 .btn:hover,
.camp1 .btn:active,
.camp1 .btn:focus {
    background: #ddd !important;
}


/*---------------------------- VIRAL_LOOPS_BUTTONS ----------------------------*/

.vlbtn {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 8px 14px;
    background: #eee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    outline: 0!important;
    font-size: 1.1em;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.camp1 .vlbtn {
    font-weight: 500;
}

.w-80 {
    min-width: 80px;
}

.w-90 {
    min-width: 90px;
}

.w-100 {
    min-width: 100px;
}

.w-120 {
    min-width: 120px;
}

.w-140 {
    min-width: 140px;
}

.w-160 {
    min-width: 160px;
}

.w-180 {
    min-width: 180px;
}

.w-200 {
    min-width: 200px;
}

.w-220 {
    min-width: 220px;
}

.vlbtn-full {
    width: 100%;
    font-size: 1.1em;
    text-transform: uppercase;
}

.vlbtn-default {}

.vlbtn-grey {
    background: #fff;
    color: #333;
    border: 1px solid #aaa;
    font-weight: 500;
}

.vlbtn-grey:hover,
.vlbtn-grey-selected {
    background: #f1f1f1;
    border: 1px solid #aaa;
}
.vlbtn-plans {
    background: #fff;
    color: #333;
    border: 1px solid #aaa;
    font-weight: 500;
    min-width:120px;
    margin: 0px 10px 10px 10px; 
    min-height: 40px;
    border-radius: 0px;
}

.vlbtn-white {
    background: #2f2bad;
    color: #fff;
    border: 1px solid #fff;
}

.vlbtn-white:hover,
.vlbtn-white:active,
.vlbtn-white:focus {
    background: #fff;
    color: #2f2bad;
    border: 1px solid #fff;
}

.vlbtn-pink {
    background: #f71568;
    color: #fff;
    border: 1px solid #f71568;
}

.vlbtn-pink:hover,
.vlbtn-pink:active,
.vlbtn-pink:focus {
    background: #f94486;
    border: 1px solid #f94486;
}

.vlbtn-blue {
    background: #2f2bad;
    color: #fff;
}
.modal-content .vlbtn-blue[disabled] {
    background: #5955bd !important;
}
.vlbtn-blue:hover,
.vlbtn-blue:active,
.vlbtn-blue:focus {
    background: #5955bd !important;
}
.vlbtn[disabled] {
    opacity: 0.3;
}

.vlbtn[disabled]:hover {
    opacity: 0.3;
    /*background: inherit;*/
}

.vlbtn-close {
    background: rgba(0, 0, 0, 0.1);
    padding: 6px 10px 5px 10px;
    font-size: 26px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
}

.vlbtn-close:hover,
.vlbtn-close:active,
.vlbtn-close:focus {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 1);
    /*border-radius: 50px;*/
}

.vlbtn-delete {
    background: #fff;
    color: #333;
    border: 1px solid #aaa;
    font-weight: 500;
}

.vlbtn-delete:hover,
.vlbtn-delete:active,
.vlbtn-delete:focus {
    background: rgba(197, 17, 17, 0.87);
    color: #fff;
}
.vlbtn-pink:hover,
.vlbtn-pink:active,
.vlbtn-pink:focus {
    color: #fff;
}
.vlbtn-stories {
    background: #f8f8f8;
    color: #999;
    font-weight: bold;
    font-size:16px;
    text-align:left;
    margin: 5px 0px !important;
}
.vlbtn-stories:hover,
.vlbtn-stories:active,
.vlbtn-stories:focus {
    background: #eee;
    color:#333;
}
.vlbtn-stories-selected {
    background: #2f2bad;
    color: #fff;
}
.vlbtn-stories-selected:hover,
.vlbtn-stories-selected:active,
.vlbtn-stories-selected:focus {
    background: #5955bd;
    color: #fff;
    
}
/*---------------------------- end of VIRAL_LOOPS_BUTTONS ----------------------------*/

.camp1 .crop-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 240px;
    /*display: table-caption;*/
    display: block;
}


/*.md-list-item:hover {*/


/*opacity: 0.9;*/


/*}*/

.md-form-group small {
    opacity: 0.8;
}

.templabel span {
    font-size: 1em;
    background: transparent;
    padding: 0;
    bottom: 40px;
    right: 74px;
    position: absolute;
}

.test-m-cl label {
    margin: 5px 20px;
}

.md-btn.md-raised:not([disabled]),
.md-btn.md-fab {
    box-shadow: none;
    transition: 0.2s linear;
}

.md-btn:not([disabled]).md-raised:focus,
.md-btn:not([disabled]).md-raised:hover,
.md-btn:not([disabled]).md-fab:focus,
.md-btn:not([disabled]).md-fab:hover {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.md-btn.md-raised:not([disabled]):focus,
.md-btn.md-raised:not([disabled]):hover,
.md-btn.md-fab:not([disabled]):focus,
.md-btn.md-fab:not([disabled]):hover {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.tempsoon {
    font-weight: bold;
    /*color: #333;*/
    /*font-size: 15px;*/
    text-align: center;
    bottom: -11px;
    left: 28px;
    right: 0;
    position: absolute;
    z-index: 1;
    /*background: #fff;*/
    padding: 5px;
    border-radius: 4px 4px 0 0;
    /*border-bottom: 2px solid #ddd;*/
    width: 32%;
    /*font-weight: bold;*/
    color: #fff;
    /*font-size: 12px;*/
    /*text-align: center;*/
    /*top: 80px;*/
    /*right: 30px;*/
    /*position: absolute;*/
    /*z-index: 1;*/
    background: transparent;
    /*padding: 6px 12px;*/
    /*border-radius: 4px;*/
    border: 1px solid #fff;
}


/*.tempsoon:hover {*/


/*background: #fff;*/


/*color: #333;*/


/*}*/

.input-group .form-control {
    z-index: 0;
}

.btn-add.md-btn.md-fab {
    width: 60px;
    height: 60px;
}

.btn-add .i-24 {
    font-size: 28px;
    vertical-align: -34%;
}

.dropd .i-24 {
    font-size: 18px;
    vertical-align: -18%;
}

.adminempty {
    margin-top: 20%;
}

.adminempty h1 {
    color: #444;
    margin: 10px 0px 40px 0px;
}

.adminempty {
    margin-top: 20%;
}

.adminempty h1 {
    margin: 10px 0px 40px 0px;
    color: #444;
}

.adminempty p {
    font-size: 2em;
    color: #444;
    /*position: absolute;*/
}

.imgadempty {
    background: url("../images/admintemp-1.jpg");
    height: 100%;
    position: absolute;
    background-size: cover;
    width: 100%;
}

.imgcampempty {
    background: url("../images/camptemp-1.jpg") 50% 0%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.imgcampempty button {
    font-size: 1.4em;
}

.campempty {
    margin-top: 20%;
}


/*.campempty a {*/


/*font-size: 2.2em;*/


/*padding: 12px 16px;*/


/*background-color: #f71568;*/


/*color: #fff;*/


/*font-weight: inherit;*/


/*transition: all .3s ease;*/


/*line-height: 64px;*/


/*border-radius: 3px;*/


/*}*/


/*.campempty a:hover,*/


/*.campempty a:active,*/


/*.campempty a:focus {*/


/*opacity: 0.85;*/


/*}*/

.overwhite {
    background: #fff;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
}

.campstep h2 {
    margin-bottom: 15px;
    /*margin-top: auto;*/
    font-size: 1.6em;
    font-weight: 600;
    color: #2f2bad;
}

.campstep h3 {
    margin-bottom: 10px;
    /*margin-top: auto;*/
    font-size: 1.6em;
    font-weight: 600;
    color: #2f2bad;
}

.campstep p {
    font-size: 1.2em;
    margin-bottom: 10px !important;
}

.campstep pre {
    font-size: 1em;
}

.campstep small {
    /* font-size: 1em; */
    font-size: 12px;
}

.campstep ol,
ul {
    font-size: 1.1em;
}

.campstep .pfield:last-child {
    width: 100px;
}

.campstep .camptemp {
    margin-bottom: 40px;
    background: #f7f7f7;
    padding: 12px 12px 4px 16px;
    border-radius: 4px;
}

.camptemp h1 {
    font-size: 2.2em;
    margin-bottom: 10px;
    margin-top: auto;
    color: #333;
}

.camptemp h2 {
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: auto;
    color: #333;
}

.camptemp h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: auto;
    color: #555;
}

.camptemp h4 {
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: auto;
    color: #888;
    font-weight: bold;
}

.sq {
    padding-right: 14px;
    padding-left: 7px;
    margin-right: 10px;
    margin-left: 20px;
}

.mrgn-10-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-xm {
    font-size: 0.8em;
}

.site-btn {
    height: 54px;
}

.site-btn .md-btn.md-raised:not([disabled]):focus,
.site-btn .md-btn.md-raised:not([disabled]):hover,
.site-btn .md-btn.md-fab:not([disabled]):focus,
.site-btn .md-btn.md-fab:not([disabled]):hover {
    color: #fff;
    background-color: #0C4F7A;
}

.md-btn.md-fab.md-fab-bottom-right {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
}

.interlogos {
    margin: 15px 0px;
    /*border: 1px solid #aaa;*/
}

.interlogos h3 {
    color: #aaa;
    font-size: 1em;
    padding: 0px 30px;
    line-height: 18px;
}

.interlogos img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.interlogos img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.interlogos .int-img {
    min-height: 120px;
    margin-top: 20px;
}

.interlogos .int-switch span {
    vertical-align: super;
    font-size: 1.2em;
}

.interlogos .int-l-small {
    padding-top: 30px;
}

.active-integration-logo img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.userSpan {
    line-height: 10px;
    padding: 0 30px 0 0px;
}


/*.campaigns-list .card .md-list-item {*/


/*padding: 15px 0px;*/


/*}*/

.campaigns-list-landginpages {
    text-decoration: underline;
    padding-left: 10px;
}

.campaigns-list-landginpages:hover {
    text-decoration: none !important;
}

.emform {
    padding: 0px 30px;
}

.add1 {
    margin-left: 20px;
}

.add1 {
    color: #3F51B5;
}

.add1:hover {
    color: #3F51B5;
    opacity: 0.9;
}

.add1 label {
    position: relative;
    vertical-align: bottom;
}

.add1 label:hover {
    cursor: pointer;
}

.panel .list-group-item {
    border-color: #eaebec;
    border: none;
    margin-top: 35px;
}

.list-group-item {
    padding: 0;
}

.glyphicon {
    top: 0;
}

.twetw .md-input~label {
    top: -28px;
}

.twetw .md-input:focus~label,
.twetw .md-input.focus~label {
    top: -28px !important;
}

.twetw .md-input {
    padding-left: 10px;
}

md-tooltip {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    z-index: 999999999;
}

md-tooltip .md-content {
    height: auto;
}

.navpad {
    padding: 0px 15px;
}

.navf {
    font-size: 1.2em;
}

.navuser {
    cursor: pointer;
}

.navuser .md-list-item:after {
    border: none;
}

.navuser .md-list-item-content h3 {
    margin: 0;
}

.navuser li:active,
.navuser li:focus {
    background: #084368;
}

.navuser .md-list-item {
    padding: 12px;
    margin-right: 20px;
    height: 100%;
}

.navuser .md-list-item-left {
    line-height: 0;
}

.navbar .navuser {
    margin-right: 15px;
    height: 64px;
}

.navb li:hover {
    background: #5855bd;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    right: 10px;
    top: 15px;
    position: absolute;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.caret2 {
    position: absolute;
    right: 0;
    top: 10px;
    left: 95%;
}

.panel-title span {
    vertical-align: super;
}

.panel-title {
    font-size: 1.2em;
}

.camplabel {
    background: #fff;
    padding: 6px;
    border-radius: 4px;
}

.corrupted-field {
    border-bottom: 1px solid #f71568;
}

.error-field,
.error-field-from-backend {
    border-radius: 0 0 .25em .25em;
    font-size: 0.9em;
    font-weight: 400;
    position: absolute;
    bottom: 5px;
    left: 0;
    /*top:0;
  position: relative;*/
}

.error-field:first-letter,
.error-field-from-backend:first-letter {
    text-transform: capitalize;
}


/* canary_fix */

.access-navbar .navbar {
    position: relative;
}


/* CAMPAIGN DASHBOARD */

#adminback {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: aquamarine;
}

.adm-dashboard .camptemp {
    background: transparent;
    /*padding-left: 10px;*/
}

.adm-dashboard .campstep .pad-1 {
    background: #fcfcfc;
    margin-right: 10px;
}

.adm-dashboard .camplabel {
    margin: 0;
    padding: 6px;
    background: #fff;
}

.adm-dashboard .camptemp h2 {
    margin-bottom: 0;
    font-size: 2em;
}

.adm-dashboard .camptemp h3 {
    margin-bottom: 0;
    font-size: 1em;
}

.adm-dashboard .campstep .card {
    border: none;
    background: none;
    margin-bottom: 16px;
}

.adm-dashboard .campstep .camptemp {
    margin-bottom: 20px;
    padding: 8px;
    padding-left: 14px;
}

.adm-dashboard .campstep .panel-heading {
    padding: 6px 18px;
    border: 1px solid #EAEBEC;
    background: #fcfcfc;
}

.adm-dashboard .card {
    border: 1px solid #EAEBEC;
    background: #fcfcfc;
    margin-bottom: 16px;
}

.adm-dashboard .card-heading {
    padding: 16px;
}

.adm-dashboard .panel-heading {
    padding: 16px;
}

@media (max-width: 992px) {
    .pad-1 {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.cardpad {
    padding: 24px 30px 23px 30px;
}

.fs-1 {
    font-size: 1em;
}

.mrgn-1 {
    margin: 16px 0px;
}

.tableads .panel {
    margin: 0;
}

.va-m {
    vertical-align: middle;
    padding: 6px;
}


/*.channel-card {*/


/*margin-bottom: 16px;*/


/*}*/

.channel-card .list-group-item {
    border: none;
    background: transparent;
}

.channel-card .list-group {
    padding: 0;
    border: 1px solid #EAEBEC;
    border-radius: 0px;
    margin: 0;
    background: #fcfcfc;
    margin-top: -1px;
    padding-bottom: 2px;
    border-radius: 0 0 4px 4px;
}

.channel-card .channel-head {
    padding: 14px 16px;
    font-weight: bold;
}

.channel-card .b-light {
    border: 1px solid #EAEBEC;
    border-radius: 4px 4px 0px 0px;
    /*margin-right: 1px;*/
}

.channel-card .card {
    border: none;
}


/*.channel-card .l1 {*/


/*border-left: 1px solid #EAEBEC;*/


/*border-bottom: 1px solid #EAEBEC;*/


/*border-radius: 0px 0px 0px 4px;*/


/*margin-top: -1px;*/


/*}*/


/*.channel-card .l2 {*/


/*border-right: 1px solid #EAEBEC;*/


/*border-bottom: 1px solid #EAEBEC;*/


/*border-radius: 0px 0px 4px 0px;*/


/*margin-left: -1px;*/


/*margin-top: -1px;*/


/*padding-right: 1px;*/


/*}*/

.channel-card .border {
    /*border: 1px solid #EAEBEC;*/
    background: #fcfcfc;
}

.shares {
    color: #a7abaf;
}

.dashhead h4 {
    margin: 14px 0px;
    font-size: 1.6em;
}

.dashhead button {
    margin: 9px 5px;
}

.dashhead small {
    display: inline-block;
    margin-right: 10px;
    margin-left: 50px;
    vertical-align: text-bottom;
}

.dashhead select {
    width: initial;
    display: inline-block;
    margin: 10px 0px;
}

.piecharts .panel-heading {
    border-bottom: 1px solid #EAEBEC;
}

.piecharts small {
    display: inline-table;
    vertical-align: text-top;
    margin: 0px 20px;
    font-weight: bold;
}

.piecharts .easyPieChart {
    display: inline-table;
}

.piecharts .inline {
    margin: 0px 20px;
}

.numbers .panel-body {
    padding: 29px 24px 29px 24px;
}

.m-b-1 {
    margin-bottom: 1px;
}

.channel-card .label {
    font-size: 0.8em;
    padding: 6px;
    width: 40px;
    display: inline-block;
}

.tableads .label {
    padding: 6px;
}

.adm-dashboard .leadsh h4 {
    font-size: 1em;
    font-weight: bold;
}

.adm-dashboard .leadsh .panel-heading {
    background: transparent;
    border-radius: 0;
}

.adm-dashboard .graph1 .vertext {
    transform: rotate(-90deg);
    transform-origin: left top 0;
    float: left;
    position: relative;
    top: 175px;
    right: 25px;
    color: #666;
}

.adm-dashboard .graph1 .hortext {
    position: relative;
    left: 225px;
    top: 10px;
    color: #666;
}

.adm-dashboard .graph1 .graph-body {
    padding: 10px 24px;
}

.modal-close {
    float: right;
    font-size: 32px;
    position: relative;
    line-height: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    border: none;
    background-color: #fff;
}

.count-chars {
    position: relative;
    bottom: 14px;
    color: #666;
    font-weight: bold;
}


/* canary_fix */

.verification-bar {
    z-index: 9999999;
    width: 100%;
    position: fixed;
    border-radius: 0px;
    margin-top: 62px;
    border: none;
    font-size: 1.2em;
    font-family: inherit;
    background-color: #8280ce;
}

#vl_popup {
    z-index: 2147483647 !important;
}


/*.verification-bar {*/


/*top: 63px;*/


/*position: relative;*/


/*border-radius: 0;*/


/*margin-right: -1px;*/


/*margin-left: -1px;*/


/*font-size: 1em;*/


/*font-family: inherit;*/


/*background-color: #888;*/


/*}*/

input[type="radio"],
input[type="checkbox"] {
    margin: 18px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.vl-wiz-popup h4 {
    font-size: 1em;
    color: #666;
}

.expiration-date {
    /*background-color: #f7f7f7;*/
    color: #555;
    /*border-radius: 4px;*/
    /*padding: 6px 10px 9px 10px;*/
    padding-left: 8px;
    /* margin-left: -4px; */
    /*border: 1px solid #777;*/
}

.p-draft {
    /*padding-right: 35px;*/
    /*padding-left: 35px;*/
    padding-right: 20%;
    padding-left: 20%;
}

.disclaimer {
    color: #666;
    margin-top: 40px;
}

.temp-steps {
    margin: 0px 0px 30px 0px;
    display: inline-block;
}

.tempdisc h3 {
    /*margin: 0;*/
    /*padding: 20px 24px;*/
    /*background: #eee;*/
    font-size: 1.8em;
}

.temphead {
    /*padding: 20px 94px 20px 94px;*/
}

.tempdic img {
    margin: 0 auto;
}

.temphead p {
    /*padding: 0px 24px 0px 24px;*/
    margin: 15px 0px 30px 0px;
}

.tempfooter {
    /*padding: 24px 84px 0px 84px;*/
    margin: 30px 0px;
}

.tempdisc .par {
    /*padding: 20px 24px;*/
    color: #666;
    /*text-align: left;*/
}

.tempdisc p {
    font-size: 1.4em;
    /*text-align: center;*/
}

.tempdisc .description {
    display: inline-block;
    /*background: #fafafa;*/
}

.tempdisc .description h2 {
    margin-top: 10px;
    margin-bottom: 25px;
}

.tempdisc .description img {
    margin: 0 auto;
    border-radius: 4px;
}

.tempdisc .info {
    display: inline-block;
    margin-top: 35px;
}

.tempstep {
    padding: 0px 40px;
    margin-top: 15px;
}

.tempfooter p {
    font-size: 1.2em;
}

.tempstep img {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tempstep p {
    /*padding: 0px 60px;*/
    font-size: 1.2em;
}

.tempcampaign img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.back-btn .fa {
    margin-right: 10px;
}

.back-btn button {
    background: none;
    border: none;
    box-shadow: none;
}

.back-btn button:hover {
    text-decoration: underline;
    background-color: transparent !important;
}

#template-des {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    overflow: hidden;
}

#template-des .ht {
    text-transform: lowercase;
    font-weight: 400;
}


/*#template-des .vl-page-wrapper-t {*/


/*position: fixed;*/


/*margin: 0;*/


/*width: 100%;*/


/*height: 100%;*/


/*padding: 0;*/


/*}*/

#template-des .vl-page-wrapper-u {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
}

#template-des .card-heading {
    padding: 8px 26px;
}

#template-des .box-des {
    padding: 4px 0px;
}

#template-des .row {
    /*margin: 0;*/
}

.temp-steps .tempstep span {
    font-size: 28px;
    font-weight: bold;
    background: #2f2bad;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    border: 10px solid #fff;
    margin-bottom: 15px;
}

.tempstep h4 {
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
}

.campdisc .vlline {
    background: #2f2bad;
    height: 2px;
    display: initial;
    position: absolute;
    left: 200px;
    right: 200px;
    top: 108px;
}

.box-des {
    display: inline-block;
}

.campdis .vllogo {
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px 5px 5px;
    margin-right: 10px;
}

.campdis .vllogo img {
    width: 40px;
}

.campdis {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
}

.tempdisc .tab-content {
    /*display: inline-block;*/
}


/*.box .box-inner #template-des, .box .box-inner {*/


/*margin: 0;*/


/*padding: 0;*/


/*position: relative;*/


/*z-index: 999999999999999;*/


/*}*/

.back-btn .btn-default:active {
    background-color: transparent !important;
}

.back-btn .btn-default:focus {
    background-color: transparent !important;
}

.back-btn .btn:active,
.back-btn .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal {
    z-index: 99999999 !important;
}

.modal-backdrop {
    z-index: 99999999 !important;
}

.camp-icon {
    width: 50px;
}

#intercom-container .intercom-launcher {
    bottom: 35px !important;
    right: 35px !important;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.height-wrapper {
    height: 100%;
    overflow: auto;
}

.t-c-out {
    position: relative;
    /*width: 700px;*/
    margin: 0 auto;
    color: #fff;
    /*margin-top: 80px;*/
}

.vl-page-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

.t-c-out,
.push {
    height: 60px;
}

.t-c-in,
.push {
    height: 50px;
    margin-top: 60px;
}

.t-c-in img path {
    fill: #888;
}

.t-c-out .disclaimer {
    /*color: #fff;*/
    color: #fff;
    font-size: 0.8em;
    margin-top: 10px;
}

.t-c-out .disclaimer a {
    text-decoration: underline;
}

.t-c-out img {
    margin: 0 auto;
    width: 100px;
}

.t-c-in {
    position: relative;
    /*width: 700px;*/
    margin: 0 auto;
    /*margin-top: 80px;*/
    color: #888;
}

.t-c-in .disclaimer {
    /*color: #fff;*/
    color: #aaa;
    font-size: 0.8em;
    margin-top: 10px;
}

.t-c-in .disclaimer a {
    text-decoration: underline;
}

.t-c-in img {
    margin: 0 auto;
    width: 100px;
}

.bg-dark {
    background: #2f2bad;
    color: #fff;
}

.bg-dark-out {
    background: linear-gradient(to right bottom, #2f2bad, #2f2bad, #5955bd, #8280ce);
    background: -webkit-linear-gradient(to right bottom, #2f2bad, #2f2bad, #5955bd, #8280ce);
    color: #fff;
}

.bg-dark-out {}

.vlns .vl-modal-content {
    box-shadow: 0 0px 7px rgba(0, 0, 0, .2) !important;
}

.integration-title span {
    font-size: 1.8em;
}

.integration img {
    display: inline-block;
    height: 80px;
}

.integration .int-in-span-1 {
    margin-left: 45px;
    font-size: 1.4em;
    /* padding-left: 64px; */
    display: inline-block;
    position: absolute;
}

.integration .int-head {
    margin-bottom: 40px;
}

.integration blockquote {
    width: 400px;
    margin-left: 40px;
    display: inline-block;
    position: relative;
    top: 25px;
}

.integration .small-1 {
    font-size: 0.8em;
    margin-top: 10px;
    text-decoration: underline;
}

.int-switch .int-edit-icon {
    font-size: 1.6em;
    color: #666;
}

.int-switch span {
    margin-right: 5px;
    color: #666;
}

.int-switch .int-edit:hover,
.int-switch .int-edit:focus,
.int-switch .int-edit i:hover,
.int-switch .int-edit i:focus {
    color: #2F2BAD;
    cursor: pointer;
}

.api-key label {
    top: -20px !important;
}

.api-key {
    margin-bottom: 7px;
}

.connect-to-integration .small-1 {
    color: #2f2bad;
    text-decoration: underline;
}

.connect-to-integration .text-success {
    margin-top: 15px;
    font-size: 1.2em;
}

.connect-to-integration .disconnect {
    color: #5855bd;
    font-weight: bold;
    position: absolute;
    top: 26px;
    left: 510px;
    width: 100%;
}

.connect-to-integration .disconnect-mailjet {
    color: #5855bd;
    font-weight: bold;
    position: absolute;
    top: 119px;
    left: 510px;
    width: 100%;
}

.api-key .md-input:focus~label {
    top: -20px !important;
}

.integration p {
    margin: 15px 0px;
}

.daysleft {
    z-index: 9999999;
    width: 100%;
    position: fixed;
    border-radius: 0px;
    margin-top: 62px;
    border: none;
    font-size: 1.2em;
    font-family: inherit;
    background-color: #8280ce;
}

.unlimitedParticipants {
    z-index: 9999999;
    width: 100%;
    position: fixed;
    border-radius: 0px;
    margin-top: 62px;
    border: none;
    font-size: 1.2em;
    font-family: inherit;
    background-color: #8280ce;
}

.daysleft a {
    text-decoration: underline;
}

.verified-bar {
    font-size: 1.2em;
}

.quotar {
    z-index: 9999999;
    width: 100%;
    position: fixed;
    border-radius: 0px;
    margin-top: 62px;
    border: none;
    font-size: 1.2em;
    font-family: inherit;
    background-color: #8280ce;
}

.quotar a {
    text-decoration: underline;
}

.prelaunch {
    z-index: 9999999;
    width: 100%;
    position: fixed;
    border-radius: 0px;
    margin-top: 62px;
    border: none;
    font-size: 1.2em;
    font-family: inherit;
    background-color: #8280ce;
}

.prelaunch a {
    text-decoration: underline;
}

.dismiss {
    float: right;
}

.p-cards {
    margin: 50px 0px;
}

.paymentcards .tempcard {
    height: auto;
    color: #333;
    /*text-align: center;*/
    background-color: #f9f9f9;
    z-index: 2;
}

.paymentcards .most-popular {
    /*position: absolute;*/
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0px;
    background: #f71568;
    top: -30px;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.paymentcards .m-pop {
    position: absolute;
    width: 60%;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    text-align: center;
    /*padding: 5px 0px;*/
    background: #f71568;
    top: -27px;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.paymentcards .m-p-card {
    /*border: 1px solid #f71568;*/
}

.paymentcards h3 {
    font-size: 1.4em;
    color: #666;
}

.paymentcards .card-heading h3 {
    font-size: 1.4em;
    color: #666;
    font-weight: bold;
}

.paymentcards .price h2 {
    /*font-size: 3em;*/
    /*border-bottom: 4px solid #ddd;*/
    padding-bottom: 10px;
}

.paymentcards .price .pr {
    font-size: 2em;
}

.paymentcards .price .month {
    font-size: 0.8em;
}

.paymentcards ul li {
    list-style-type: none;
}

.paymentcards .card-heading ul {
    padding: 0;
    margin-top: 40px;
}

.paymentcards .card-heading li {
    font-size: 1.2em;
    color: #2f2bad;
    line-height: 35px;
    display: inline-block;
    margin: 0px 15px;
}

.paymentcards .card-heading li i {
    margin-right: 10px;
    color: #f71568;
    vertical-align: sub;
}

.paymentcards .upper {
    border-bottom: 4px solid #ddd;
    padding-bottom: 20px;
    font-size: 1.6em;
    font-weight: bold;
}

.paymentcards .features {
    color: #888;
    /*border-bottom: 4px solid #ddd;*/
    padding-bottom: 20px;
}

.paymentcards .features li {
    padding: 2px 0px;
}

.paymentcards .tempcard:hover,
.paymentcards .tempcard:active,
.paymentcards .tempcard:focus {
    cursor: pointer;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.current-plan .tempcard {
    /*opacity: 0.6;*/
}

.current-plan .tempcard:hover,
.current-plan .tempcard:active,
.current-plan .tempcard:focus {
    cursor: default;
    /*opacity: 0.6;*/
    /*box-shadow: none;*/
}

.paymentcards .pricing-footer a {
    width: 100%;
    padding: 10px 10px;
    background-color: #f71568;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
}

.disabled-plan-detail {
    text-decoration: line-through;
}

.downgrade-plan-btn {
    background-color: #FBA3C3 !important;
    border-color: #FBA3C3 !important;
}

.paymentcards .pricing-footer a:hover {
    background-color: #f94486;
}


/* PAYMENT */

.case-stud {
    display: inline-block;
    margin-top: 50px;
}

.case-stud .case {
    border: 1px solid #eee;
    padding: 20px 15px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

.case-stud p {
    color: #888;
    margin: 0;
    font-size: 1.2em;
}

.case-stud img {
    max-width: 200px;
    margin: 0 auto;
}

.case-stud p a {
    /*text-decoration: underline;*/
    font-style: italic;
}

.case-stud p a:hover {
    text-decoration: underline;
}

.vl-plan .exp-date {
    font-size: 1em;
    font-weight: bold;
    /*float: right;*/
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    margin-bottom: 0;
    vertical-align: top;
}

.vl-plan label {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.vl-plan label i {
    font-size: 1.2em;
    margin-left: 6px;
    cursor: pointer;
    vertical-align: middle;
}

.vl-plan .card-heading {
    padding: 20px 30px;
    /*margin-bottom: 15px;*/
}

.vl-binfo p {
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
}

.vl-plan .card-body-30 {
    display: block;
}

.vl-card label i {
    font-size: 1.6em;
    margin-left: 0;
    cursor: default;
    float: left;
    color: #ccc;
}

.vl-card label {
    /*float: right;*/
    width: 100%;
}

.vl-billingdetails label {
    width: 100%;
    /*font-size: 0.8em;*/
}

.vl-card .expires {
    float: right;
    letter-spacing: 2px;
}

.vl-card .cardnumber {
    text-align: right;
    letter-spacing: 2px;
}

.vl-plan .progress {
    background: #ddd;
}

.vl-plan ul li {
    list-style-type: none;
}

.vl-binfo label {
    font-size: 1em;
    font-weight: bold;
    /*float: right;*/
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 4px;
}

.vl-plan .btn {
    /*width: 100%;*/
    padding: 10px 20px;
    background-color: #f71568;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
    margin-top: 30px;
}

.paid .btn {
    padding: 10px 20px;
    background-color: #f71568;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
    margin-top: 30px;
    position: relative;
    left: 15px;
}

.vat {
    margin-right: 15px;
}

.trial-plan .card-body-30 {
    display: block;
}

.vl-plan .btn:hover,
.vl-plan .btn:active,
.vl-plan .btn:focus {
    background-color: #f94486;
}
.vl-plan .btn-grey {
    background: #fff;
    color: #333;
    border: 1px solid #aaa;
    font-weight: 500;
}
.vl-plan .btn-grey:hover,
.vl-plan .btn-grey:active,
.vl-plan .btn-grey:focus {
    background: #f1f1f1;
    border: 1px solid #aaa;
}
.vl-binfo {
    border-bottom: 4px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.vl-binfo .edit {
    padding: 8px 0px;
    background: none;
    margin-bottom: 0;
    float: right;
}

.vl-binfo .edit:hover {
    color: #2F2BAD;
}

.vl-plan .progress {
    height: 30px;
}

.vl-plan .progress-bar {
    line-height: 30px;
}

.fred {
    color: red;
}

.fgrey {
    color: #888;
}

.fgreen {
    color: #4caf50;
}

.vl-plan .upgrade .tempcard {
    background-color: transparent;
    padding: 0px 30px;
}

.vl-plan .upgrade p {
    font-size: 1.4em;
    color: #2f2bad;
    margin-bottom: 20px;
}

.vl-plan .upgrade li {
    font-size: 1.2em;
    color: #2f2bad;
    line-height: 35px;
}

.vl-plan .upgrade ul {
    padding: 0;
}

.vl-plan .upgrade li i {
    margin-right: 10px;
    color: #f71568;
    vertical-align: sub;
}

.vl-plan .tempcard {
    background-color: #f9f9f9;
    color: #333;
    height: auto;
}

.vl-plan .tempcard:hover,
.vl-plan .tempcard:active,
.vl-plan .tempcard:focus {
    cursor: default;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    box-shadow: none;
}

.mdi-navigation-menu {
    display: none;
}

.vl-disabled {
    opacity: 0.4 !important;
    pointer-events: none;
}

.paymentcards .pricing-footer .my-plan {
    background-color: #2F2BAD;
    border: 1px solid #2f2bad;
    opacity: 1 !important;
}

.paymentcards .pricing-footer .my-plan:hover {
    background-color: #5955bd;
    border: 1px solid #5955bd;

}

.unique-participants {
    padding-left: 5px;
}

.plus-vat {
    font-size: 0.55em;
    margin-left: 9px;
    color: #888;
    top: -5px;
    position: relative;
}

.if-vat-applicable {
    color: #888;
    margin-left: 18px;
}

.stripe {
    text-align: center;
}

#taxamo-confirm-country-overlay {
    display: none
}

;

/* Profile Edit */

.editable-click,
a.editable-click {
    color: #f94486 !important;
    border-bottom: dashed 1px #f94486 !important;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
    font-style: normal !important;
}

.profile .form-horizontal .form-group {
    margin: 0;
}

.profile .form-horizontal .control-label {
    padding-top: 0;
}

.profile .form-control-static {
    padding-top: 0;
    font-size: 1.2em;
}

.profile .editable-controls .btn {
    width: auto;
    background: #2f2bad;
    font-size: 1em;
    color: #fff !important;
    transition: all .3s ease;
    padding: 0px 6px;
    border: none;
    margin: 0;
    margin-right: 6px;
    line-height: 24px;
    vertical-align: middle;
}

.profile .editable-controls .btn .glyphicon {
    top: 2px;
}

.profile .editable-controls .form-control {
    border-radius: 4px;
    border: none;
    margin-right: 8px;
    height: 25px;
    padding: 6px 6px;
    font-size: 1em;
}

.profile .editable-buttons .btn-default:hover,
.profile .editable-buttons .btn-default:focus,
.profile .editable-buttons .btn-default:active,
.profile .editable-buttons .btn-default.active,
.profile .editable-buttons .btn-default.btn-stroke:hover,
.profile .editable-buttons .btn-default.btn-stroke:focus,
.profile .editable-buttons .btn-default.btn-stroke:active,
.profile .editable-buttons .btn-default.btn-stroke.active {
    background-color: #3849a2 !important;
}

.profile .form-group .editable-click,
.profile .form-group a.editable-click {
    color: #2f2bad !important;
    border-bottom: dashed 0px #2f2bad !important;
}

.profile .vl-binfo label {
    color: #f71568;
}

.getstarted {
    margin-bottom: 25px;
}

.getstartedp {
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 0;
}

.lock-reason,
.modal-details {
    font-size: 1.3em;
    color: #333;
    display: block;
    padding: 5px 0 5px;
}

.vl-plan-spinner {
    margin: 50px !important;
}

.custom-plan .pricing-head {
    /*display: inline-block;*/
}

.custom-plan .price h2 {
    padding: 0;
    margin: 0;
}

.custom-plan .upper {
    border-right: 4px solid #ddd;
    border-bottom: none;
    padding: 5px 0px;
    margin-right: 0;
}

.custom-plan .price {
    /*display: inline-block;*/
}

.custom-plan .features {
    /*display: inline-block;*/
}

.custom-plan .pricing-footer {
    /*display: inline-block;*/
    padding: 4px 0px;
}

.custom-plan .col-md-12 {
    padding-bottom: 0px;
}

.unsubpage button {
    white-space: normal;
    margin: 10px 0px;
}

.steaky {
    position: fixed;
    overflow: scroll;
    bottom: 60px;
}

textarea {
    resize: vertical;
}

.email-image-radio {
    margin: 5px 20px 5px 0px;
    font-size: 1.2em;
}

md-checkbox {
    margin: 8px 0px;
    font-size: 1.2em;
}

input-number-line md-checkbox {
    margin-bottom: 30px;
}


/*input-toggle {*/


/*position: relative;*/


/*display: block;*/


/*}*/


/*input-toggle .wrapper-group-1 {*/


/*max-width: 300px;*/


/*}*/

.wrapper-group-1 {
    margin-bottom: 30px;
    /*background: #fafafa;*/
    /*padding: 15px;*/
    /*max-width: 600px;*/
    /*border-radius: 4px;*/
}


/*input-number-line {*/


/*position: relative;*/


/*display: block;*/


/*background: #fafafa;*/


/*padding: 15px;*/


/*max-width: 600px;*/


/*border-radius: 4px;*/


/*margin-bottom: 30px;*/


/*}*/

.refl2 {
    padding: 10px 0px;
    /* TODO: this was breaking the airbnb second step inputs */
    max-width: 120px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    max-width: 140px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.borderOnColorpickerSpan {
    border: 1px solid #eee !important;
}

.resize-image-info {
    position: relative;
    top: -15px;
    font-size: 0.8em;
}

.modal-x {
    position: relative;
    top: -10px;
    color: #9e9e9e;
}

.modal-x:hover {
    color: #757575;
}

.modal-content button[disabled] {
    background-color: #f94486 !important;
}

.joining-colors input,
.sharing-colors input {
    font-size: 1.2em;
}

.input-explanation {
    color: #999;
    position: relative;
    top: 7px;
}

.input-link {
    color: #2f2bad;
    position: relative;
    top: 7px;
    text-decoration: underline;
}

.transfer-protocol {
    vertical-align: top;
    background-color: #fff;
    position: relative;
    top: -2px;
    padding-left: 0;
}

.transfer-protocol span {
    font-size: 1.2em;
    padding-bottom: 6px;
}

.transfer-protocol .md-select-label .md-select-icon:after {
    font-size: 0.7em;
}

.reward-addon {
    background-color: #fff;
    font-size: 1.4em;
}

.left-reward-addon {
    padding-left: 0;
}

.monetary-reward i {
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 15px;
}

.widgets-grid .col-sm-6 {
    /*height: 300px;*/
    /*border-bottom: 2px dotted #000;*/
    /*border-right: 2px dotted #000;*/
}

.widgets-grid {}

.widget-wrap {
    height: 400px;
    /*border: 1px solid #fafafa;*/
    border-radius: 2px;
    margin-top: 30px;
}

.widget-wrap-head {
    background-color: #fafafa;
    padding: 15px;
    min-height: 108px;
}

.widget-wrap-head h3 {
    margin: 0;
    margin-bottom: 22px;
}

.widget-wrap-head button {
    top: 45px;
    right: 30px;
    position: absolute;
    /*border: 1px solid #333;*/
    /*background: transparent;*/
    /*color: #333 !important;*/
    /*box-shadow: none;*/
    /*padding: 4px 10px;*/
    /*font-size: 1.1em;*/
}

.widget-wrap-head .btn {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 8px 16px;
    background: #eee;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.widget-wrap-head .btn:hover,
.widget-wrap-head .btn:active,
.widget-wrap-head .btn:focus {
    background: #ddd !important;
}

.http-s {}

.http-s .md-select-label {
    border-color: #eee !important;
    background: #eee;
    padding: 2px 8px;
    border-bottom-width: 2px;
    border-radius: 2px;
}

.http-s .md-select-label .md-select-icon {
    width: 10px;
}

.md-select-label {
    border-color: #eee !important;
    background: #eee;
    padding: 2px 8px;
    border-bottom-width: 2px;
    border-radius: 2px;
}

.md-select-label *:first-child {
    font-size: 1.2em;
}

md-select {
    padding: 0;
    margin-bottom: 30px;
}

md-select:not([disabled]):focus .md-select-label {
    padding-bottom: 2px;
}

installation-guide h3 {
    color: black !important;
    font-size: 26px;
}
installation-guide .template-img {
    margin: 15px 0;
}
installation-guide .pull-installation-guide-right {
    float: right;
}
installation-guide .upgrade-to-plan {
    font-size: 16px;
}
.referral-c .notif-reward {
    /* display: inline-block;
  min-width: 240px;
  max-width: 240px;*/
}

.referral-c .notif-reward .head-reward {
    font-size: 1.2em;
    margin-top: 7px;
}

.referral-c .notif-reward .head-reward {
    min-height: 50px;
}

.referral-c .notif-reward .b-reward {
    /*padding: 5px 40px;*/
    border-radius: 2px;
}

.referral-c .notif-reward .b-reward label {
    vertical-align: middle;
    margin-right: 20px;
}

.referral-c .notif-reward .btn {
    border: none;
    color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 8px 14px;
    background: #eee;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.referral-c .notif-reward .btn:hover,
.referral-c .notif-reward .btn:active,
.referral-c .notif-reward .btn:focus {
    background: #ddd !important;
}

.three-inputs-in-a-row input {
    max-width: 32.9%;
}

.four-inputs-in-a-row input {
    max-width: 24.5%;
}

.cover-brdcrmb {
    background-color: #5855bd;
}

.cover-brdcrmb .brdbtn-l:hover,
.cover-brdcrmb .brdbtn-r:hover {
    background: #8280ce;
}

.navupplan .nav-upplan {
    /*padding: 8px 12px;*/
    /*background-color: #f71568;*/
    font-size: 1em;
    /*color: #fff;*/
    /*font-weight: bold;*/
    /*transition: all .3s ease;*/
    margin: 14px 30px 0px 10px;
    /*line-height: 64px;*/
    /*border-radius: 3px;*/
}

.navupplan .md-list-item-content {
    margin-top: 3px;
}

.navupplan .md-list-item-content h3 {
    margin: 0;
}

.navupplan .left,
.navupplan .right {
    display: inline-block;
}

.navupplan .left {
    float: left;
    padding: 12px 8px;
    text-align: right;
    font-size: 0.9em;
}

.navupplan small {
    font-size: 1.2em;
}

.navupplan .text-lg {
    font-size: 1.2em;
    vertical-align: text-top;
    margin-left: 5px;
}


/* -------------------- demo forms design -------------------- */


/*.menu-ext {*/


/*width: 100%;*/


/*height: 200px;*/


/*position: absolute;*/


/*background: #2f2bad;*/


/*}*/


/*.vl-page-wrapper {*/


/*min-height: 100%;*/


/*height: auto !important;*/


/*height: 100%;*/


/*background: #fff;*/


/*border-radius: 4px;*/


/* margin-top: 14px; */


/*margin: 0 auto -60px;*/


/*padding-top: 5px;*/


/*}*/


/*.box .box-inner {*/


/*position: absolute;*/


/*top: 0;*/


/*right: 0;*/


/*bottom: 0;*/


/* background: #fff; */


/*left: 0;*/


/*margin-top: 90px;*/


/*}*/


/* -------------------- demo 1 -------------------- */


/*.md-input:focus, .md-input.focus {*/


/*padding: 12px;*/


/*border-color: #3f51b5;*/


/*border-bottom-width: 1px;*/


/*}*/


/*.md-input {*/


/*position: relative;*/


/*z-index: 5;*/


/*width: 100%;*/


/*height: 36px;*/


/*padding: 12px;*/


/*color: inherit;*/


/*font-size: 1.4em;*/


/*background: transparent;*/


/*border: 1px solid #ddd;*/


/*border-radius: 2px;*/


/*box-shadow: none;*/


/*margin: 5px 0px;*/


/*}*/


/* -------------------- demo 2 -------------------- */


/*.md-input:focus, .md-input.focus {*/


/*padding: 12px;*/


/*border-color: #3f51b5;*/


/*border-bottom-width: 1px;*/


/*}*/


/*.md-input {*/


/*position: relative;*/


/*z-index: 5;*/


/*width: 100%;*/


/*height: 36px;*/


/*padding: 12px;*/


/*color: inherit;*/


/*font-size: 1.4em;*/


/*background: #eee;*/


/*border: 1px solid #eee;*/


/*border-radius: 2px;*/


/*box-shadow: none;*/


/*margin: 5px 0px;*/


/*}*/


/* -------------------- demo forms design -------------------- */

.wizard-saved {
    position: fixed;
    right: 20px;
    top: 120px;
    font-size: 1.2em;
    background: #f1f1f1;
    padding: 8px 18px;
    color: #333;
    z-index: 1;
    border-radius: 3px;
    transition: all .3s ease;
}

.vl-wiz-popup .widget-preview-container {
    border: 2px solid #eee;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.test-m-cl .totpar {
    font-size: 0.95em;
}

.test-m-cl i {
    margin-top: 3px;
    /*margin-left: 1px;*/
}

.test-m-cl .tooltip {
    width: 300px;
}

#intercom-container .intercom-launcher-frame,
#intercom-container .intercom-launcher-discovery-frame,
#intercom-container .intercom-messenger-frame,
#intercom-container .intercom-borderless {
    margin-bottom: 50px !important;
}
  
.monetary-reward-value {
    padding-left: 8px;
}

.template-description-step-title {
    font-size: 1.4em !important;
    color: #898a8c;
}

.notif-reward .mdi-action-info-outline {
    font-size: 1em;
    padding-left: 5px;
}

.merge-tags .merge-tags-prompt {
    font-weight: bold;
    font-size: 1.2em;
}

.merge-tags hr {
    margin: 5px 0 5px 0;
}

.merge-tags .merge-tag-explanation {
    margin-left: 6px;
}

.invite-friends-wrapper h4 {
    line-height: 1.4em;
}

.invite-friends-footer {
    font-size: 1.1em;
    line-height: 1.8em;
    padding-bottom: 100px;
}

.invite-friends-footer a {
    color: #2f2bad;
    text-decoration: underline;
    font-weight: bold;
}

.invite-friends-milestones {
    margin: 0 auto;
    width: 180px;
    font-size: 1.1em;
}

.invite-friends-milestones div {
    padding: 8px 0 8px;
}

.invite-friends-milestones .bottom-bordered {
    border-bottom: 1px solid #2f2bad;
}

#platforms {
    /*padding-top:20px;*/
}

#platforms .nav-tabs li a {
    font-size: 1.2em;
    white-space: nowrap;
}

.nav-tabs .active a {
    font-weight: bold;
}

#platforms .nav-tabs.nav-justified>li {
    background-color: #f7f7f7;
}

.border-left {
    border-left: 2px solid #f7f7f7;
    padding-left: 20px !important;
}

.in-help {
    margin-top: 16px;
    display: inline-block;
}


/*.referral-installation p, #platforms p, #platforms .tab-content li {*/


/*font-size: 1.3em !important;*/


/*line-height: 1.5em !important;*/


/*}*/

#platforms img {
    border: 2px solid #f7f7f7;
    margin: 10px 0;
    width: 80%;
}

#hash-n-token p {
    padding: 5px 0 5px;
}

#gdpr-rights div {
    padding: 5px 0 5px;
    font-size: 1.2em;
}

#gdpr-rights a {
    color: #2f2bad;
    text-decoration: underline;
}

.to-other-template {
    padding-bottom: 20px;
    font-size: 1.2em !important;
    color: #898a8c;
}

.to-other-template a {
    text-decoration: underline;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #eee;
}

.nav-tabs>li:hover>a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover .nav-tabs>li.active>a:focus {
    border-color: #eee;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #eee;
        border-radius: 4px 4px 0 0;
    }
}

.labeled-tooltip {
    position: relative;
    top: -44px;
    left: 58px;
    opacity: 0.6;
}

.create-cam {
    margin: 10px 15px 10px 15px;
    text-align: right;
}

.create-cam .vlbtn {
    font-weight: 600;
}

.reward-values {
    padding-top: 20px;
}

.reward-values label,
.md-input:focus~label,
.md-input.focus~label {
    top: -5px !important;
}

.colorpicker-input {
    max-width: 100px;
}

.hide-integration {
    pointer-events: none;
    opacity: 0.6;
}

.delete-valve {
    border-width: 2px;
    text-align: center;
}

/* Create Company Page */
.create-company-page h1 {
    color: #2f2bad;
    font-size: 2.5em;
}

.create-company-page h2 {
    color: #555;
    font-size: 1.5em;
    opacity: 0.5;
}

.create-company-page h5 {
    opacity: 0.6;
}

.create-company-page md-select {
    padding: 0;
    font-size: 1.4em;
    margin-bottom: 0;
}

.create-company-page md-checkbox {
    margin-left: 0;
    opacity: 0.8;
    font-size: 14px;
}

.create-company-page .quote-text {
    opacity: 0.6;
    font-size: 20px;
    text-align: left;
    line-height: 34px;
    font-family: Lato;
    font-style: italic;
    margin-top: 20vh;
    color: #87898b;
}

.create-company-page .author-name {
    opacity: 0.6;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    font-family: Lato;
    font-weight: 600;
    color: #373a3e;    
}

.create-company-page .author-job {
    opacity: 0.6;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    font-family: Lato;
    color: #87898b;
}

.create-company-page .quote-footer {
    display: flex;
    align-items: flex-end;
    margin-top: 15vh;
}

.create-company-page .quote-photograh .frame {
    width: 90px;
    height: 90px;
    border: solid 4px #2f2bad;
    position: absolute;
    bottom: 20px;
    left: -10px;
}

.create-company-page .quote-photograh .photo img {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
}

.create-company-page .quote-photograh .photo {
    position: relative;
}

/* Mobile Input Customizations */
.create-company-page .intl-tel-input {
    display: block!important;
}

.create-company-page .flag-dropdown {
    border-right: solid 1px #c3c4c5!important;
    background-color: rgba(235, 235, 235, 0.3);
    padding: 7px;
}

.create-company-page .form-input-sober:focus~.flag-dropdown {
    border-right: solid 1px #87898b!important;
}

.create-company-page .extra-padding {
    padding-left: 60px!important;
}

/* Platform Selection */
.create-company-page .button-select .row {
    margin-left: 0;
    margin-right: 0;
}

.create-company-page .button-select .option {
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #c3c4c5;
    margin: 0 0 2% 0;
    width: 49%;
    display: flex;
}

.create-company-page .button-select .selectedPlatform {
    border: solid 1px #87898b;
}

.create-company-page .button-select .option:hover {
    cursor: pointer;
    border: solid 1px #87898b;
}

.create-company-page .button-select .option img {
    padding: 12px;
    width: 100%;
}

.create-company-page .button-select .option:nth-child(odd) {
    margin-right: 1%;
}

.create-company-page .button-select .option:nth-child(even) {
    margin-left: 1%;
}

.create-company-page .navbar-background {
    background-color: #2f2bad;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 270px;
}

.create-company-page .company-navbar {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 30px;
    height: 270px;
}

.create-company-page .company-navbar h2 {
    font-family: Lato;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    opacity: 1;
}

.create-company-page .company-navbar h4 {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    opacity: 0.7;
}

.create-company-page .company-navbar .vl-logo {
    width: 34px;
}

.create-company-page .company-navbar .vl-logo-letters {
    width: 125px;
    margin-left: 1vw;
}

.create-company-page .company-navbar .logo-holder {
    padding-bottom: 50px;
}

.create-company-page .company-navbar .vl-logo-red {
    height: 230px;
    float: right;
}

@media (max-width: 1000px) {
    .create-company-page .company-navbar .vl-logo-red {
        display: none;
    }
}

.leads-table md-checkbox {
    height: 0;
    margin: 0;
}

.leads-table md-checkbox .md-icon {
    border-color: rgba(0, 0, 0, 0.14);
}

.md-select-menu-container {
    z-index: 99999999;
}

.pointer-on-hover:hover {
    cursor: pointer;
}

.vlbtn-to-msg {
    border: 0;
    background: transparent;
    pointer-events: none;
}

.modal-question {
    font-size: 1.4em;
    color: #2f2bad;
}

.modal-upgrade-account {
    margin-top:50px; 
    margin-bottom: 80px;
}

.modal-upgrade-account h3 {
    font-size: 20px;
    line-height: 18px;
    font-weight: normal;
    line-height: normal;
}

.vlbtn-action {
    border-color: #FE5890;
    background: transparent;
    color: #FE5890;
}

.vlbtn-action:hover {
    border-color: #FE5890;
    background: transparent;
    color: #FE5890;
}

.success-addition {
    font-weight: bold;
    font-size: 1.1em;
}

.risk-none {
    color: #4caf50;
    font-weight: bold;
}

.risk-low {
    color: #FFC107;
    font-weight: bold;
}

.risk-medium {
    color: #FF9800;
    font-weight: bold;
}

.risk-high {
    color: #FF5722;
    font-weight: bold;
}

.custom-popup-request {
    font-size: 1.1em;
    color: #6b6969;
}

.custom-popup-request a {
    text-decoration: underline;
    color: #f71568;
}

.custom-popup-request a:hover {
    color: #f94486;
}

.unlimited-participants-request .bordered {
    margin: 0 auto;
    width: 550px;
    padding: 10px 0;
    border: 3px solid #efefef;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.unlimited-participants-request p {
    font-size: 1.1em;
    color: #6b6969;
}

.unlimited-participants-request a {
    text-decoration: underline;
    color: #f71568;
}

.unlimited-participants-request a:hover {
    color: #f94486;
}

.input-group-extra-addon {
    border-left: 3px solid #ffffff !important;
}

.add-more-section-label {
    font-size: 1.2em;
    margin-top: 3px;
    opacity: .8;
}

.unclickable-arrow {
    pointer-events: none;
    pointer: default;
    opacity: 0.1;
}

.unclickable-segments {
    pointer-events: none;
    opacity: 0.6;
}

.custom-template-div {
    border: 2px solid #e5e3e5;
    color: #333;
}

.custom-template-inspiredby {
    color: #333;
}

.custom-template-contactus {
    border: 2px solid #e5e3e5 !important;
}

.custom-template-contactus:hover {
    border: 2px solid #e5e3e5 !important;
}

.main-leads-table th {
    white-space: nowrap;
}

.main-leads-table .stats-col {
    min-width: 90px;
}

#integrations-webhook-requestExampleNoReferrer pre {
    height: 303px;
}

.unclickable .bg-primary {
    background-color: #ccc;
}

.button-emoji {
    position: absolute;
    font-size: 25px;
    margin-top: 16px;
    padding-left: 5px;
}


/* Toggle mode switch element */

.ui-switch.toggle-mode-switch {
    margin-bottom: -4px;
    width: 42px;
}

.ui-switch.toggle-mode-switch i:before,
.ui-switch.toggle-mode-switch input:checked+i:before {
    background-color: #8280ce;
    border: none;
    transition: none;
    top: -3px;
    right: -4px;
    bottom: -3px;
    left: -4px;
    border-radius: 30px !important;
}

.ui-switch.toggle-mode-switch input:checked+i:after {
    margin-left: 26px;
}

.toggle-mode-text {
    font-size: 14px;
    color: #777;
    font-weight: bold;
    opacity: 0.5;
}

.toggle-mode-text-active {
    color: #2f2bad !important;
    opacity: 1 !important;
}

.tooltip-inner {
    background: #fff;
    padding: 8px;
    color: #111;
    border: 1px solid #999;
}

.tooltip-arrow {
    border-right-color: #999 !important;
}

.no-rap {
    white-space: nowrap;
}

.plus-minus .plus {
    margin-top: -5px;
    margin-left: 20px;
    position: absolute;
}

.plus-minus .minus {
    margin-top: 10px;
    margin-left: 20px;
    position: absolute;
}

.lonely-label {
    /*position: absolute;
    top: 0;
    left: 0;*/
    z-index: 0;
    display: inline-block;
    font-size: 1.2em;
    opacity: 0.6;
    line-height: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.send-test-booster-email a {
    font-size: inherit;
    display: inline;
    color: #2f2bad;
}

.send-test-booster-email .text-success {
    font-size: 0.9em;
}

.disabled-save {
    opacity: 0.6;
}


/*.card-logo-gilt {*/


/*right: 55px !important;*/


/*bottom: 27px !important;*/


/*}*/


/*.card-logo-img-gilt {*/


/*width: 62px !important;*/


/*}*/


/*.inspired-by-gilt {*/


/*right: 100px !important;*/


/*}*/


/*.card-logo-nordstrom {*/


/*right: 90px !important;*/


/*bottom: 27px !important;*/


/*}*/


/*.card-logo-img-nordstrom {*/


/*width: 102px !important;*/


/*}*/


/*.inspired-by-nordstrom {*/


/*right: 130px !important;*/


/*}*/

.inline {
    display: inline-table;
}

.inactive-element {
    opacity: 0.4 !important;
    pointer-events: none !important;
}

.help-tooltip {
    font-size: 1em;
    margin-left: 6px;
    cursor: pointer;
}

.cover-prevent-save-message {
    position: fixed;
    bottom: 60px;
    right: 22px;
    text-align: right;
    color: #555;
    font-size: 1.15em;
    border: 2px solid #ccc;
    border-radius: 2px;
    padding: 6px;
    background: rgba(224, 224, 224, 0.1);
}

.nested-tabs .nav-tabs.nav-justified>li>a {
    /*border-bottom: none !important;*/
}

.nested-tabs .tab-content {
    border: none;
    padding: 16px 0px 0px 0px;
}

.nested-tabs .nav-tabs li a {
    font-size: 1em !important;
}

.inline-b {
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-top;
}


/*
.preview-tweaker { 
    border: 5px solid red;
} 
*/

.installation-right-box {
    margin-top: 88px !important;
}

.widget-in {
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.widget-in-trigger {
    border-radius: 100px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.text-inbef-group {
    font-size: 1.2em;
    margin-right: 6px;
}

.img-actual-size {
    max-width: 100%;
    height: auto;
}

.nav-inside-nav {
    font-size: 1em !important;
    background: #fff;
}

#platforms .nav-tabs.nav-inside-nav>li {
    background: #fff;
    border-bottom: 2px solid #fff;
}

#platforms .nav-tabs.nav-inside-nav>li.active {
    border-color: #2f2bad;
}

.cashier-accounts-list .list-group-item {
    border-color: #fff !important;
}

.cashier-accounts-list .col-sm-8,
.cashier-accounts-list .col-sm-4 {
    padding-left: 0 !important;
}

.cashier-accounts-list .input-label,
.cashier-accounts-list .md-input:focus~label {
    top: -10px !important;
}
.validation-msg {
    position: absolute;
    margin-top: 7px;
    left: 0;
    color: #f71568;
}
.input-error {
    border-color: #f71568
}
.label-error {
    color: #f71568;
    opacity:1 !important;
}
.success-msg {
    position: absolute;
    margin-top: 7px;
    left: 0;
    color: #409343
}
.looper {
    /* padding: 5px 0 20px 0; */
}

.hidden-wizard-element {
    display: none;
}

.notice {
    font-size: 1.2em;
    background: #f7f7f7;
    padding: 8px;
    width: 50%;
    border-radius: 4px;
}

.milestone-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 500px;
    padding: 10px;
    margin-top: 20px;
}

.milestone-remove {
    position: absolute;
    top: inherit;
    font-size: 18px;
    color: #3F51B5;
    left: -20px;
    margin-top: 1px;
}

.milestone-remove:hover {
    position: absolute;
    top: inherit;
    font-size: 18px;
    color: #3F51B5;
    left: -20px;
    margin-top: 1px;
    opacity: 0.9;
}

.info-box {
    background: #ADD8E6;
    padding: 10px;
    font-size: 1.15em;
    border: 1px solid #000;
}

.widget-preview-title {
    font-size: 1em;
    color: #666;
    padding-bottom: 5px;
}

.fake-input-label {
    opacity: 0.6;
    font-size: 1.2em;
}
.directive-installation-instructions {
    padding-left: 30px;
    padding-right: 30px;
}
.directive-installation-instructions img {
    border: 2px solid #f7f7f7;
    margin: 10px 0;
    width: 100% !important;
    padding: 10px;
}
.directive-installation-instructions h2 {
    font-size:20px;
    margin-top: 40px;
    /* padding-left: 30px; */
}
.directive-installation-instructions p {
    font-size:16px;
    /* padding: 30px; */
}
.directive-installation-instructions-pb {
    padding-left: 30px;
    padding-right: 30px;
}
.directive-installation-instructions-pb h2 {
    font-size:20px;
}
.directive-installation-instructions-pb p {
    font-size:16px;
}
.refresh-items-list {
    margin-left: 10px;
    color: #3F51B5;
}

.toggle-switch-label {
    font-size: 13px;
}

.template-live-example {
    margin-top: 29px;
    position: absolute;
    margin-left: 10px;
}


/* SIGN IN TIMEOUT PAGE - REGISTERED USERS */

.signin-col {
    height: 99.9%;
}

.content-col {
    /* background: url("/images/signin/vl-cp-ebook-background.jpg") no-repeat 50% 50%; */
    background-color: #fff;
    background-size: cover;
    position: relative;
    height: 100vh;
    display: inline-table;
    /*z-index: 99999999999;*/
}

.content-col h2 {
    color: #333;
    margin-top: 60px;
    /*font-weight: 600;*/
    font-size: 42px;
    font-family: 'FuturaPT-Demi', 'Futura', sans-serif;
}

.content-col h3 {
    color: #aaa;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'FuturaPT-Demi', 'Futura', sans-serif;
}

.content-col button {
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "FuturaPT-Demi", 'Futura', sans-serif;
}

.content-col img {
    width: 280px;
    margin: 0 auto;
}

@media (max-width: 1050px) {
    .content-col {
        /*display: block;*/
        width: 50%;
        float: right;
    }
}

@media (max-width: 880px) {
    .content-col {
        display: none;
    }
    .signin-col {
        width: 100%;
    }
}

.uploaded-image-preview {
    padding-left: 0;
    height: 10px;
    margin-top: -7px;
}

.wizard-demo-button {
    position: relative;
    float: right;
    margin-top: -100px;
}

/* Explore cards */

.explore-cards {
    min-height: 215px;
}

.explore-card {
     border: 1px solid rgba(255, 255, 255, 0.2);
    /* background-color: rgba(234, 235, 236, 0.2); */
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 17px;
    background: #fcfcfc;
}

.explore-card:hover {
    border: 1px solid #EAEBEC;
}

/*.explore-card:hover .vlbtn {*/
    /*border: 1px solid rgba(47, 43, 173, 0.8);*/
    /*background: rgba(47, 43, 173, 0.8);*/
    /*color: #fff;*/
/*}*/

/*.explore-card .vlbtn:hover {*/
    /*border: 1px solid rgba(47, 43, 173, 0.8);*/
    /*background: rgba(47, 43, 173, 0.8);*/
    /*color: #fff;*/
/*}*/

.explore-card a:hover {
    color: rgba(47, 43, 173, 1);
}

.explore-card span {
    font-size: 13px;
    display: inline-block;
    min-height: 80px;
    color: #666;
}
.explore-card h2 {
    min-height: 40px;
}
.explore-card span a {
    text-decoration: underline;
}

#unlimitedParticipants i {
    margin-left: 10px;
    font-size: 20px;
}

.show-referrals-cta {
    font-weight: 400;
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    color: #999;
}

.show-referrals-cta:hover {
    color: #2f2bad;
}

.exit-referrals-view {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    top: -25px;
    position: relative;
}

.referrals-view-table {
    border-color: #2f2bad !important;
}

.frauduser {
    color: #2f2bad;
    font-size: 14px;
    background: #f7f7f7;
    padding: 8px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 6px;
}

.exit-referrals-view:hover {
    text-decoration: underline;
}

.activefraud {
    display: block !important;
    background: #2f2bad;
    margin: 0;
    color: #fff;
    padding: 10px 16px;
}

.activepart {
    display: block !important;
    background: #2f2bad;
    margin: 0;
    color: #fff;
    padding: 10px 16px;
}

.selectall {
    display: block !important;
    position: relative;
    padding: 10px;
    margin-left: 23px;
}

.fraud-table .selectall {
    margin-left: 8px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #2f2bad;
    border-color: #2f2bad;
}

.pagination > li > a,
.pagination > li > span {
    color: #2f2bad;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #16128a;
}

.dash-explore {
    margin: 30px 0px;
}

.reward-heading {
    background: #2f2bad;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px 5px;
    margin: -11px -11px 11px -11px;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}

.small-link {
    text-decoration: underline;
    color: #3F51B5;
}

.small-link:hover {
    text-decoration: underline;
    color: #3F51B5;
    opacity: 0.9;
}
    
/* White label selection */
a.upgrade {
    color:#f71568;
    margin-left: 25px;
}
.sharefooter {
    text-align: center;
    /*margin-top: 15px;*/
    padding: 15px;
}

.widgetshare .sharefooter {
    margin-top: 15px;
}

.sharefooter p {
    margin: 0;
    font-size: 13px;
    color: #aaa;
    font-weight: bold;
}

.sharefooter a {
    color: #aaa;
}

.sharefooter .fa-heart {
    padding: 4px;
}

.sharefooter a:hover,
.sharefooter a:active,
.sharefooter a:focus {
    color: #aaa;
    text-decoration: underline;
}


.preview-footer{
  border-top: none;
  text-align: center;
  /* background-color: #f5f5f5; */
  border-radius: 0;
  color: #666;
  padding: 8px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Open Sans',sans-serif;
}
/*end of white label selection/

/* Domain Senders*/
.stamp {
    padding: 0 9px;
    font-size: 10px;
    border: 1px solid;
    border-radius: 10px;
}
.stamp.verified {
    background-color: #e3f1e6;
    border-color: #96c6a1;
    color: #279745;
}
.stamp.unverified {
    background: #ffefe9;
    border: 1px solid #ed9a7b;
    color: #d46144;
}

.error-msg {
    color:rgba(255, 64, 129, 0.87);
}

.email-sender-instructions {
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:5px;
    margin-top:5px;
    font-size: 14px;
}

.email-sender-instructions-title {
   color: #f94486
}   

/* Installation guide*/
.vlbtn-installation-instructions {
    width: 100%;
    margin: 20px 20px 20px 0px;
    padding: 50px 50px 30px 50px;
}

#HW_badge_cont {
    display: inline !important;
    padding-top: 7px !important;
}
#HW_frame_cont {
    z-index: 100000000 !important;
    top: 60px !important;
    margin-left: 35px !important;
}
#HW_badge {
    top: -30px !important;
    left: 5px !important;
}

.training {
    background-color:#000;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.training-text h1 {
    color: #fff;    
    font-weight: 600;
    text-align: center;
}
.training-text h2 {
    color: #fff;    
    text-align: center;
}
.training-text h3 { 
    color: #fff;    
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-weight: 300;
}
.traning-btn {
    font-weight: 700;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 22px;
    padding-right: 22px;
}
.training-text p {
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

/**
 * 
 * Stripe element css for billing
 */
 .StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }
  
  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .StripeElement--invalid {
    border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }
  .coupon-container {
    padding: 10px;
    padding-right: 24px;
    padding-bottom: 0px;    
    min-height: 80px;
    margin: 6px;
    margin-top:15px;  
    margin-bottom: 0px;      
  }
  .cart-container {
    padding: 20px;
    border: 1px #aaa solid;
    border-radius: 3px;
  }
  .pop-template  {
    position: absolute;
    right: 20px;
    margin: 0 auto;
    padding: 5px;
    background:  rgba(250, 250, 250, 0.2);;
    color: #fff;
    top: 0;
    border-radius: 0px 0px 4px 4px;
    font-size: 12px;
    text-align: center;
}
.pop-template-text {
    opacity: 1;
} 
/* .pop-template-text  {
    position: absolute;
    right: 20px;    
    margin: 0 auto;
    padding: 5px;
    background: transparent;
    top: 0;
    font-size: 12px;
    text-align: center;
    color:#fff;
    opacity: 1;
} */
.stories-nav-btn {
    width:100px;
}
.stories-modal {
    padding:10px
}
.stories-modal p {
    color: #333;
    font-size: 18px;
}
.stories-modal h2{
    padding: 0px;
    margin: 0px;
    color:#333333;  
    text-align:left;
    font-size:26px;
}
.stories-modal h3{
    padding: 0px;
    margin: 0px;
    text-align:left;
    font-size:18px;
    margin-bottom: 20px;
    color:#333333;
}
.stories-modal .header-border{
    margin: 30px -30px;
    border-bottom:#e2e2e2 solid 1px
}
.stories-modal .upgrade-footer {
    border-radius: 4px;
    background-color: #f8f8f8;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 30px;
}
.stories-modal .upgrade-footer .upgrade-recommendation {
    font-size: 14px;
    color: #666666;
    margin: 20px 0;
    display: inline-block;
}
.story-questions {
    font-size: 18px;
    color: #333333;
    font-weight: bold;   
}
.stories-radio {
    border:1px solid #eee;
    padding: 5px;
    border-radius:3px;
    font-size:16px;
    color:#666;
    width: fit-content;
}
.stories-radio:hover {
    background: #fafafa;
}
.radio-150 {
    width: 150px;
}
md-radio-button .md-container {
    vertical-align: top;
}
.stories-modal .col-md-6 img {
    padding-right: 5px;
}

.checkbox-consent-signup {
    margin-bottom: 25px;
}
.checkbox-consent-signup .vl-label{
    opacity: 0.8;
    margin-left: 10px;
}

.checkbox-consent-settings {
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox-consent-settings .vl-label{
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    margin-left: 9px;
}
.checkbox-consent-signup .md-container{ 
    top: 14px;
}

.checkbox-consent-settings .md-container{ 
    top: 10px;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #87898b;
    opacity: 1;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    -moz-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;
}

.gdpr-slim {
    border-radius: 3px;
    background-color: #f7f7f7;
    margin: 0;
    padding: 13px;
    display: flex;
    align-items: center;
}

.gdpr-content {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    text-align: left;
    color: #87898b;
    display: inline-block;
    padding-left: 15px;
    font-family: Lato;
}

.gdpr-logo {
    width: 50px;
    display: inline-block;    
}

.vl-link {
    text-decoration: underline;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    text-align: left;
    color: #87898b;
}

.vl-link-accordion {
    text-decoration: underline;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    text-align: left;
    color: #87898b;
}
.gdpr .description {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #87898b;
    margin-bottom: 18px;
}

.gdpr .legal {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #87898b;
    margin-bottom: 20px;
    margin-top: 16px;
}

.accordion-content {
    font-size: 14px !important;
    color: #87898b;
}
.accordion-content-header {
    font-size: 14px !important;
    padding-bottom: 15px !important;
    color: #87898b;
    margin-top: 25px;
}
/* New Form CSS */

/* Labels */
.form-label-sober {
    font-family: Lato;
    font-size: 16px!important;
    font-weight: normal!important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #87898b;
    top: -5px!important;
    opacity: 1!important;
    width: 100%;
}

.tooltip-sober {
    font-family: Lato;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 13px;
    letter-spacing: normal;
    text-align: left;
    color: #87898b;
    margin-left: 9px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.tooltip-sober .md-background {
    background-color: white;
}

/* Inputs */
.form-input-sober {
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #c3c4c5;
    font-family: Lato;
    font-size: 16px!important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #373a3e!important;
    padding-left: 10px;    
    height: 40px;
    z-index: 1;
}

.form-input-sober:focus {
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #87898b!important;
}

.form-input-sober:focus~label {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #373a3e!important;
}

.form-input-sober.validation-error {
    border-color: red!important;
}

.dropdown-sober md-select-label {
    background-color: #ffffff;
    color: #87898b!important;
    border: 0;
    padding-top: 5px;
    border-bottom-width: 0!important;    
}

.dropdown-sober md-select-label span {
    font-family: Lato;
    font-size: 16px!important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
}

.dropdown-sober md-select-label span:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 32px;
}

.dropdown-sober .md-select-icon:after {
    content: "⌃"!important;
    transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;
    color: #87898b;
    line-height: 1px;
    font-size: 22px;
}

.dropdown-sober .md-select-icon {
    position: absolute;
    right: 0;
    top: 13px;
}

.dropdown-option-sober {
    height: 40px;
}

.dropdown-option-sober .md-text {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #373a3e;
}

.dropdown-option-sober:hover {
    background-color: rgba(235, 235, 235, 0.3)!important;
}

.submit-sober {
    font-size: 16px!important;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.hidden-nav {
    display: none!important;
}

.company-page {
    margin-top: 0!important;
    padding-top:0!important;
    max-width: unset;
}

.warning-sober {
    position: absolute;
    padding: 12px;
    pointer-events: none;
    right: 15px;
    z-index: 10;
    font-size: 16px;
    color: red;
}

.warning-sober.on-dropdown {
    right: 40px;
    padding: 14px;
}

/* new pricing */

.nav-vlplans {
    max-width: 382px;
    height: 50px;
    margin: 0 auto;
    margin-top: 60px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    padding: 7px;
  }
  
  .nav-vlplans.center>li {
    float: left;
    width: 16.6667%;
    width: calc(100% / 3);
    box-sizing: border-box;
  }
  
  .nav-vlplans li a {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255,255,255,0.6);
    margin: 0;
    padding: 9px;
    /*width: 119px;*/
    /*-webkit-transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-o-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
  }
  
  .nav-vlplans>li.active>a,
  .nav-vlplans>li.active>a:hover,
  .nav-vlplans>li.active>a:active,
  .nav-vlplans>li.active>a:focus {
    color: #fff;
    border: none;
    border-radius: 3px;
    background: rgba(255,255,255,0.2);
  }
  
  .nav-vlplans>li>a:hover {
    color: #fff !important;
  }
  
  .vlplans {
    padding-top: 0;
    overflow: visible;
  }
  
  .vlplans .section-content {
    padding-top: 0;
  }
  
  .yearlyinfo {
    background-color: #fafafa;
    border-bottom: solid 1px #f4f4f4;
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
  }
  
  .yearlyinfo p {
    color: #494e53;
    margin: 20px 0px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .yearlyinfo p span {
    opacity: 0.8;
  }
  
  .yearlyinfo p i {
    margin-right: 6px;
    font-size: 20px;
    color: #f71568;
    vertical-align: bottom;
  }
  
  .vlplans-card-wrap {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 20px 0px rgba(0,0,0,.1);
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    z-index: 30;
    margin-top: -61px;
  }
  
  .vlplans-title h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  
  .vlplans-card {
    border-right: solid 1px #f4f4f4;
    /*display: flex;*/
  }
  
  .vlplans-card:last-child {
    border-right: none;
  }
  
  .vlplans-title {
    padding: 30px 15px 0px 15px;
  }
  
  .vlplans-price {
    padding: 20px 15px 0px 15px;
    font-family: 'Montserrat', sans-serif;
  }
  
  .vlplans-price .big {
    font-size: 62px;
    font-weight: bold;
    color: #2f2bad;
    line-height: 1.2;
  }
  .vlplans-price .small {
    font-size: 18px;
    font-weight: normal;
    color: #2f2bad;
    line-height: 1.2;
  }
  
  .vlplans-save {
    padding: 20px 15px 0px 15px;
  }
  
  .vlplans-save .savetag {
    font-size: 16px;
    font-weight: bold;
    color: #f71568;
  }
  
  .vlplans-save p {
    font-size: 14px;
    font-weight: normal;
    color: #494e53;
  }
  
  .vlplans-desc {
    padding: 30px 15px 0px 15px;
    min-height: 220px;
  }
  
  .vlplans-desc p {
    font-size: 14px;
    color: #494e53;
  }

  .vlplans-desc .warning-message-plans {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #f71568;
    margin-bottom: 0;
  }
  
  .vlplans-desc .plustag {
    color: #2f2bad;
  }
  
  .vlplans-cta {
    padding: 30px 15px;
  }

  .vlplans-cta .greyBtn {
    background-color: #494e53;
    border-color: #494e53;
    opacity: 0.4;
  }
  
  .vlplans-cta a {
    width: 100%;
  }
  
  .vlplans-contactus {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  
  .vlplans-contactus a {
    font-size: 18px;
    color: #2f2bad;
    text-decoration: underline;
  }
  
  .vlplans-contactus a:hover,
  .vlplans-contactus a:active,
  .vlplans-contactus a:focus {
    color: #2f2bad;
    text-decoration: none;
  }
  
  .vlplans-table {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .vlplans-table .table>tbody>tr>td,
  .vlplans-table .table>tbody>tr>th,
  .vlplans-table .table>tfoot>tr>td,
  .vlplans-table .table>tfoot>tr>th,
  .vlplans-table .table>thead>tr>td,
  .vlplans-table .table>thead>tr>th {
    border: none;
    height: 52px;
    line-height: 16px;
    vertical-align: middle;
  }
  
  .vlplans-table .table>thead:first-child>tr:first-child>th:first-child {
    text-align: left;
    font-size: 18px;
    padding-left: 0;
  }
  .vlplans-table .table>thead:first-child>tr:first-child>th {
    border-bottom: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: bold;
  }
  
  .vlplans-table .table th:first-child {
    padding-left: 15px;
    width: 40%;
  }
  
  .vlplans-table .table>tbody>tr>td,
  .vlplans-table .table>thead>tr>th {
    text-align: center;
    width: 20%;
  }
  
  .vlplans-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
  }
  
  .vlplans-table .table-striped>tbody>tr:nth-of-type(even) {
    /*background-color: #f3f3fb;*/
    background-color: rgba(243,243,251,0.6);
  }
  
  .vlplans-table .table .fas {
    font-size: 18px;
    color: #f71568;
  }
  
  .vlplans-table .table .excl {
    height: 4px;
    width: 12px;
    background: rgba(51, 51, 51, 0.2);
    display: inline-block;
  }
  
  .vlplans-table .table .bg-txt {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
  }
  
  .vlplans-table .table .sm-txt {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.8);
  }
  
  .vl-tablecta {
    font-size: 12px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    width: 100%;
    margin-top: 15px;
  }
  
  /*
    24
    Media Queries
  */
  
  @media (max-width: 991px) {
    .stories-modal .upgrade-footer {
        margin-left: -26px;
    }
    .vlplans-card {
      border-right: none;
    }
    .vlplans-card:last-child {
      border-right: none;
    }
    .vlplans-card {
      border-bottom: solid 1px #f4f4f4;
    }
    .vlplans-card:last-child {
      border-bottom: none;
    }
  }
  
  @media (max-width: 767px) {
    .vlplans-table .table>tbody>tr>td,
    .vlplans-table .table>tbody>tr>th,
    .vlplans-table .table>tfoot>tr>td,
    .vlplans-table .table>tfoot>tr>th,
    .vlplans-table .table>thead>tr>td,
    .vlplans-table .table>thead>tr>th {
      white-space: normal;
    }
    .vlplans-table.table-responsive {
      border: none;
      overflow-y: auto;
    }
    installation-guide .pull-installation-guide-right {
        float: none;
    }
  }
  
  @media (max-width: 600px) {
    .vlplans-table .table>tbody>tr>td,
    .vlplans-table .table>tbody>tr>th,
    .vlplans-table .table>tfoot>tr>td,
    .vlplans-table .table>tfoot>tr>th,
    .vlplans-table .table>thead>tr>td,
    .vlplans-table .table>thead>tr>th {
      white-space: nowrap;
    }
    .vlplans-table.table-responsive {
      border: none;
      overflow-y: hidden;
      -moz-box-shadow: inset -15px 0px 20px -10px rgba(51,51,51,.1);
      -webkit-box-shadow: inset -15px 0px 20px -10px rgba(51,51,51,.1);
      box-shadow: inset -15px 0px 20px -10px rgba(51,51,51,.1);
    }
    .vlplans-table .table-striped>tbody>tr:nth-of-type(odd) {
      background-color: transparent;
    }
  }
  
  @media (max-height: 400px) {
    .gallery-image {
      max-width: 60%;
    }
  }
  
  @media (max-width: 1199px) {
    .vl-tablecta {
      border: none;
      padding: 0;
      line-height: 2;
      height: auto;
      margin-top: 0;
    }
    .vl-tablecta:hover,
    .vl-tablecta:active,
    .vl-tablecta:focus {
      color: #f71568;
      background: none;
      text-decoration: underline;
    }
  }

  /* new pricing */

  /** Terms & Conditions / Privacy Policy **/

  .terms-card {
        max-height: 450px;
        overflow-y: scroll;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(238, 238, 238);
    }

    .terms-btn-row {
        margin-top: 2rem;
    }

    .terms-card-header { 
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .termsandpolicy {
        padding-bottom: 100px;
    }
    /** End of Terms & Conditions / Privacy Policy **/
