/* ----------------
 * LAYOUT STRUCTURE
 * ---------------- */
body {overflow-y: scroll;}

#layout-outer-wrapper {background:transparent;}

#layout-top-wrapper {
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30003;
    min-width: 768px;
}
#layout-top {
    background: none repeat scroll 0 0 #293037;
    height: 60px;
}

#layout-content-wrapper {
    margin-top: 60px;
}

#layout-content {position: relative;}

.fixed{
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
  margin-top: 60px;
}

.creditbarActive #layout-top-wrapper {
  top: 30px;
}
.creditbarActive #layout-top-nav,
.creditbarActive #layout-top-subnav {
  top: 90px;
}
.creditbarActive #layout-content-wrapper,
.creditbarActive .fixed{
  margin-top: 90px;
}
.creditbarActive #layout-batchjobs .batch-subnav {
  top: 90px;
}

.subnavActive #layout-content-wrapper,
.subnavActive .fixed{
  margin-top: 105px;
}
.subnavActive.creditbarActive #layout-content-wrapper,
.subnavActive.creditbarActive .fixed{
  margin-top: 135px;
}


/* Credit bar */
#layout-top-credit {
    background-color: #2C3A47 !important;
    color: #FFF;
    position: absolute;
    top: -30px;
    left: 0px;
    right: 0px;
    height: 30px !important;
    text-align: center;
    line-height: 30px;
    font-size: 1em;
}
#layout-top-credit a {color: #07d2f2;}
#layout-top-credit a.close-icon {
    height: 17px;
    width: 17px;
    background-color: #161B21;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 30px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
#layout-top-credit .danger {color: #fa636c;}

/* Section */
section,
.section {
    max-width: 1366px;
    margin: 0 auto;
    padding: 30px 4%;
}
section.single-column {max-width: 683px;}

/* Header */
section header {
  padding: 30px 0 0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
section header.no-padding {
  padding: 0;
}
section header h1{
    flex:1;
}
section header h1 .esicon.info-help{
    top: -3px;
}
section header .header-actions.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.header-right{
  text-align: right;
}
section header .header-actions > * + *{
    margin-left: 8px;
    display: inline-block;
}
section header .header-actions > .btn{
    min-width: 100px;
}
section header .action-buttons {
    position: absolute;
    right: 0px;
    top: 30px;
}
section header .action-buttons button, section header .action-buttons a {
  margin: 0 0 0 8px;
}

section header .action-buttons .ui-select-actions button, section header .action-buttons .ui-select-actions a {
    min-width: 1px;
    margin: 0;
}

.action-buttons-drop-down {
    min-width: 200px;
}

.action-buttons-drop-down .ui-select-actions {
    text-align: right;
}

.emailApiContainer {
    background: #d9e2e8;
    border-radius: 10px;
    float: left;
    margin: 30px auto;
    padding: 15px;
    color: #777;
    font-size: 20px;
}

.action-buttons-drop-down button {
    margin-left: -1px !important;
}

#subscription-submit{
    margin-top: 250px;
}

#subscription-submit section .offlineValidationMessage h1{
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
}

#subscription-submit section .offlineValidationMessage p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
}

footer .subscribeconfirm-footer{
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 113px;
    background-color: #E6E7E9;
    margin-top: 50px;
    text-align: center;
}

footer .subscribeconfirm-footer img {
    margin-top: 33px;
    max-width: 150px;
  }
  
footer .subscribeconfirm-footer .footer-text{
    font-size: 12px;
    margin-top: 0px;
  }

.offlineValidationMessage {
    text-align: center;
}

.offlineValidationMessage i.esicon-ok-circle {
    font-size: 140px;
    color: #008000;
}

.offlineValidationMessage i.esicon-warning {
    font-size: 140px;
    color: #FF0000;
}

/* Article */
section article {
    border: 1px solid #dde1e4;
    border-radius: 4px;
    margin: 0px auto 200px;
    max-width: 640px;
    min-height: 100px;
    position: relative;
}

section article.border-none {
  border:none;
}

section article.border-none-edit {
  border:none;
  margin:0;
  padding-right: 10%;
}

article.has-error {
    border-color: #E74C3C !important;
    border-width: 2px;
}
section article.full-width {max-width: 100%;}

/* Article content */
section article .content {
    padding: 0 6%;
    margin: 40px 0;
}

section article .content-edit {
    margin: 40px 0;
}

section article .expander {
    padding: 0 6%;
    background-color: #f1f6fa;
    height: 50px;
    line-height: 52px;
    display: block;
    margin: 1px 0;
    position: relative;
}
section article .expander .expander-icon {
    position: absolute;
    right: 6%;
    top: 2px;
    font-size: 28px;
    color: inherit !important;
    height: 47px;
}
section article .expander .expander-check {
    position: absolute;
    right: 6%;
    top: -1px;
    font-size: 28px;
}
section article .expander .expander-switch {
    position: absolute;
    top: 5px;
    right: 6%;
    line-height: 20px;
}

div article .border-none {
  border:none;
}




/* -----------
 * PAGE LOADER
 * ----------- */
#layout-loader {
    opacity: 0;
    background: #fff;
    z-index: -1;
}

#layout-loader.active {
    opacity: 0.6;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 99999999 !important;
}

/* -------------------
 * TOP NAVIGATION MENU
 * ------------------- */

/* Layout top brand */
#layout-top-wrapper .navbar-header{
    margin:0;
    padding:0;
    height: 100%;
    overflow:hidden;
}

#layout-top-brand {
    width: 60px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 2;
    background: #00b2cc;
}
#layout-top-brand a {
    display: block;
    width: 100%;
    height: 100%;
}
#layout-top-brand a img{
  width: 100%;
  height: 100%;
}
#layout-top-brand a i {
    font-size: 39px;
    color: #FFF;
    top: 11px;
    left: 10px;
}

/* --------------
 * LAYOUT TOP NAV
 * -------------- */
#layout-top-nav {
    margin: 0;
    padding: 0;
    float: left;
    top: 0px;
    height: 100%;
}
#layout-top-nav li {
    list-style: outside none none;
    width: 60px;
    height: 100%;
    font-size: 24px;
    color: #a1a6aa;
    float: left;
    text-align: center;
}
#layout-top-nav li.current {
    background-color: #fff;
    color: #0CC9E3;
}

#layout-top-nav li.expanded {color: #0CC9E3;}
#layout-top-nav li a {
    color: inherit;
    line-height: 65px;
    display: block;
    height: 60px;
}
#layout-top-nav li.autoresponder a {line-height: 70px;}

#layout-top-nav .about-dropdown {
    position: absolute;
    right: 120px;
}

/* ----------------
 * LAYOUT TOP TOOLS
 * ---------------- */
#layout-top-tools {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0px;
    margin: 0px 26px 0px 5px;
}
#layout-top-tools li {
    height: 60px;
    float: left;
    list-style: none;
}
#layout-top-tools li a {
    background-color: transparent;
    outline-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    color: #fff;
}


/* Gears */
.gears {
  margin-right: 8px;
  position: relative;
}
.gears a {
  height: 100%;
  width: 60px;
  display: block;
  position: relative;
}
.tutorial .gears a{
  animation: gears-tutorial 1.8s ease-out infinite;
}
.gears .expanding-dot{
  border: 3px solid #00b2cc;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
}
.tutorial .gears .expanding-dot{
  animation: tutorial-pulsate 1.8s ease-out infinite;
}
@keyframes gears-tutorial {
    0% {background: inherit}
    50% {background: #373f48}
    100% {background: inherit}
}

@keyframes tutorial-pulsate {
  0% {transform: scale(.1,.1);opacity: .3;}
  50% {opacity: .8;}
  100% {transform: scale(1.2,1.2);opacity: 0;}
}
.gears .gear {
  position: absolute;
}
.gears .gear-a {
  left: 21px;
  top: 19px;
  width: 13px;
  height: 13px;
}
.gears .gear-b {
  left: 27.8px;
  top: 28.7px;
  width: 13px;
  height: 13px;
}
.gears .gears-expanded {
  display: none;
}
.gears.expanded {
  background-color: #152025;
}
.gears.expanded .gears-normal {
  display: none;
}
.gears.expanded .gears-expanded {
  display: inline;
}

/* Search */
#layout-top-tools li.search {margin-right: 15px;}
#layout-top-tools li.search label {
    background-color: #09141A;
    color: #A5A8AD;
    border-radius: 24px;
    height: 30px;
    min-width: 30px;
    display: block;
    margin: 15px 0px 0px;
    text-decoration: none;
    padding: 4px 0px 0px 6px;
    overflow: hidden;
    position: relative;
}
#layout-top-tools li.search input {
    width: 0px;
    background: none;
    border: none;
    color: inherit;
    transition: linear 100ms all;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    position: relative;
    padding: 0px;
    margin-left: 0px;
    outline: none;
    box-shadow: none;
}
#layout-top-tools li.search.expanded input {width: 160px; padding-right: 4px; margin-left: 24px;}
#layout-top-tools li.search i {
    font-size: 25px;
    position: absolute;
    left: 2px;
    top: 3px;
}

/* Go v2 */
#layout-top-tools li.go-v2 {padding: 20px 20px 0px 0px;}

/* About */
#layout-top-tools li.about a {
    position: relative;
    border: 2px solid #525961;
    border-radius: 24px;
    height: 30px;
    display: block;
    line-height: 27px;
    margin: 15px 0px 0px;
    font-size: 16px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    color: rgb(168, 171, 178);
    font-weight: 600;
}

/* Username */
#layout-top-tools li.username {padding-left: 20px;}
#layout-top-tools li.username a{
    position: relative;
    border: 2px solid #525961;
    border-radius: 6px;
    height: 34px;
    padding: 0px 11px 0px 18px;
    display: block;
    line-height: 30px;
    margin: 13px 0px 0px;
    font-size: 13px;
}
#layout-top-tools li.username i {
    font-size: 17px;
    float: right;
    top: 8px;
    left: 5px;
}
#layout-top-tools li.expanded a {border-color:#0dc1da; color: #0dc1da;}
#layout-top-tools li.username .up {display: none;}
#layout-top-tools li.username .down {display: inline;}
#layout-top-tools li.username.expanded .up {display: inline;}
#layout-top-tools li.username.expanded .down {display: none;}


/* Premium */
#layout-top-tools li.be-premium a span button{
    background: #ff7300;
    display: inline-block;
    color:white;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 7px 12px;
    border: none;
}
#layout-top-tools li.be-premium a:hover span button{
    background: #22aae4;

}
#layout-top-tools li.be-premium a span{
    padding: 4px 20px;
}

/* Credits */
#layout-top-tools li.credits a i{
    float: right;
    margin-left: 10px;
}

#layout-top-tools li.credits a > span > span{
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    text-align: right;
    float: right;
    -webkit-transition:all linear 100ms;
    transition:all linear 100ms;
}
#layout-top-tools li.credits a > span > span > strong{
    font-weight: bold;
    color: #f57002;
    font-size: 14px;
}

#layout-top-tools li.credits a > span > span > b {
    font-size: 22px;
    font-weight: normal;
}
#layout-top-tools li.credits a:hover > span i{
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {transform: scale(1); opacity: 1;}
    50% {transform: scale(0.9); opacity: 0.7;}
    100% {transform: scale(1); opacity: 1;}
}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(1); opacity: 1;}
    50% {-webkit-transform: scale(0.95); opacity: 0.7;}
    100% {-webkit-transform: scale(1); opacity: 1;}
}

/* -------------------
 * LAYOUT TOP DROPDOWN
 * ------------------- */
#layout-top-wrapper .dropdown {
    background-color: #333c45;
    color: #000;
    display: block;
    font-size: 13px;
    position: absolute;
    top: 62px;
    list-style: none;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0px rgba(39, 39, 39, 0.6);
    margin: 0;
    padding: 0;
    min-width: 140px;
    z-index: 3;
}
#layout-top-wrapper .dropdown li {position: relative;}
#layout-top-wrapper .dropdown li > a {
    color: #A6ADB7;
    display: block;
    height: 42px;
    padding: 13px 15px;
    text-decoration: none;
    font-weight: 600;
}
#layout-top-wrapper .dropdown li > a:hover {color: #fff; background-color: #00B2CE;}
#layout-top-wrapper .dropdown li > a > i {
    width: 25px;
    font-size: 16px;
    position: absolute;
    top: 16px;
    right: 7px;
    color: #E6E6E6;
}
#layout-top-wrapper .dropdown li > a:hover > i {color: #fff;}

/* User dropdown */
#layout-top-wrapper .user-dropdown {
    right: 28px;
    min-width: 155px;
}
#layout-top-wrapper .user-dropdown-language {
    list-style: none;
    padding: 0;
    margin: 0;
}
#layout-top-wrapper .user-dropdown-language li {background: #2b323a;}
#layout-top-wrapper .user-dropdown small {
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    top: 3px;
    position: relative;
    right: 3px;
    color: #E6E6E6;
}

/* Navbar Icons */
.navicon{
    background: url(/assets/navtop/sprite-navtop.png);
    display: inline-block;
}

.navicon.navicon-buy-credits{
    width: 34px;
    height: 26px;
    background-position: -55px 0;
    margin-top: -5px;
}
.navicon.navicon-go-v2{
    width: 49px;
    height: 28px;
    background-position: 0 0;
    margin-top: -3px;
}
.navicon.navicon-go-v2:hover{
    background-position: 0 -32px;

}
.navicon.navicon-go-v4{
    width: 49px;
    height: 28px;
    background-position: 0 -64px;
    margin-top: -3px;
}
.navicon.navicon-go-v4:hover{
    background-position: 0 -96px;

}
.navicon.navicon-gears{
    width: 47px;
    height: 40px;
    background-position: -103px 0;
    margin-top: -9px;
}
.navicon.navicon-gears:hover{
    background-position: -151px 0;
}

#layout-top-tools > ul > li.expanded i.navicon.navicon-gears{
    background-position: -151px 0;
}

/* Gearset */
#layout-top-wrapper .gearset {
    position: relative;
    width: 68px;
}

#layout-top-wrapper .gearset > * {
    position: absolute;
    transition: top ease-in-out 0.4s, left ease-in-out 0.4s;
}

#layout-top-wrapper .gearset .gear-1 {left: 29px; top: 8px; background-image: url(/assets/navtop/gearset.png); background-position: 0px -71px;  width: 11px; height: 11px;}
#layout-top-wrapper .gearset .gear-2 {left: 32px; top: 23px; background-image: url(/assets/navtop/gearset.png); background-position: 0px -58px; width: 13px; height: 13px;}
#layout-top-wrapper .gearset .gear-3 {left: 17px; top: 16px; background-image: url(/assets/navtop/gearset.png); background-position: 0px -41px; width: 17px; height: 17px;}

#layout-top-wrapper .batchjobs.expanded .gearset .gear-1 {background-position: 0px -30px;}
#layout-top-wrapper .batchjobs.expanded .gearset .gear-2 {background-position: 0px -17px;}
#layout-top-wrapper .batchjobs.expanded .gearset .gear-3 {background-position: 0px 0px;}

#layout-top-wrapper .gearset.explode .gear-1 {left: 39px; top: 3px;}
#layout-top-wrapper .gearset.explode .gear-2 {left: 38px; top: 31px;}
#layout-top-wrapper .gearset.explode .gear-3 {left: 10px; top: 20px;}



/* -----------------
 * LAYOUT TOP SUBNAV
 * ----------------- */

#layout-top-subnav {
    width: 100%;
    min-width: 768px;
    text-align: center;
    border-bottom: 1px solid #edf1f4;
    padding: 12px 0;
    margin: 0;
    position: fixed;
    top: 60px;
    height: 46px;
    background: #fff;
    z-index: 30001;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fcfcfc+100 */
    /* background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(252,252,252,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); */
}
body.modal-open #layout-top-subnav{
  z-index: 1;
}
#layout-top-subnav li{
    display: inline-block;
}
#layout-top-subnav li a{
    color: #75899c;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 11px 20px;
    outline: none;
}
#layout-top-subnav li.active a {
  color: #01b2ce;
  border-bottom: 2px solid;
  height: 44px;
}

/* ------------------
 * LIVECHAT CUSTOMIZATION
 * ------------------ */
#livechat-compact-container,
#livechat-full {
    left: 20px;
    right: auto;
}

/* ------------------
 * LAYOUT TOP CREDITS
 * ------------------ */

/* --------------------
 * LEFT NAVIGATION MENU
 * -------------------- */
/*
#layout-nav{
    float: left;
    background: #35414d;
    padding: 0;
    border-right: 0;
    font-weight: 300;
    z-index: 30002;
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 73px;
}

#layout-nav .wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 500px;
}

#layout-nav .frame {
    height: 100%;
    overflow: hidden;
}
#layout-nav .navigation-list {
    height: 100%;
    min-height: 550px;
    position: relative;
}

#layout-nav .sections {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    list-style: none outside none;
    margin: 0px;
    padding-left: 0;
}
#layout-nav .sections i {
    font-size: 26px;
    margin-right: 29px;
    vertical-align: middle;
}

#layout-nav .sections .campaigns i{
    margin-top: 2px;
}
#layout-nav .sections .autoresponder i{
    margin-top: 6px;
}
#layout-nav .sections .contacts i{
    margin-top: -2px;
}
#layout-nav .sections .reports i{
    margin-top: 4px;
}
#layout-nav .resources {
    font-size: 14px;
    width: 73px;
    padding:0;
    margin: 14px 4px;
}
#layout-nav .resources i {
    margin: 3px 35px 0 0;
    font-size: 16px;
    vertical-align: text-top;
}

#layout-nav .resources a{
    color: #d7d9db;
    font-size: 18px;
    font-weight: 300;
}


#layout-nav .resources li.comment i{
    margin: 5px 35px 0 0;
}

#layout-nav ul li{
    list-style: none;
    margin-top: 0;
    white-space: nowrap;
    padding: 0px;
}

#layout-nav ul li.current{background-color: #fff;}
#layout-nav ul li.current a {color: #0CC9E3;}

#layout-nav ul li > a {
    color: #d7d9db;
    padding: 19px 22px;
    display: block;
    font-size: 21px;
    text-decoration: none !important;
    font-weight: 300;
}

#layout-nav ul.sections li:hover a {color: #00b6dd;}

*/

/* -------------
 * FEEDBACK SIGN
 * ------------- */
/*
.feedback-sign{
    position: fixed;
    width: 305px;
    height: 185px;
    border-radius: 23px;
    box-shadow: 0px 0px 18px rgba(38, 38, 38, 0.6);
    z-index: 1000;
    left: 100px;
    top: 409px;
}
@media (max-height: 750px){
    .feedback-sign{top: 386px;}
}

@media (max-height: 660px){
    .feedback-sign{top: 358px;}
}

.feedback-header{
    position: relative;
    padding: 5px;
    color: white;
    text-align: center;
    background: url(/assets/dashboard/feedback-bg.png) no-repeat 0 0;
}
.feedback-arrow{
    width: 31px;
    height: 38px;
    background: url(/assets/dashboard/feedback-arrow.png) no-repeat;
    position: absolute;
    left: -31px;
    top: 101px;
}
.feedback-header h3{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 23px;
}
#layout-content .feedback-header h4{
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-bottom: 12px;
}
.feedback-buttons{
    background: #333c45;
    padding:19px 0px 24px 0px;
    text-align: center;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    margin-top: -2px;
}
.feedback-buttons button, .feedback-buttons a {
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 15px;
    margin-right: 12px;
    display: inline-block;
}
.feedback-ok{
    background: #56a846;
}
.feedback-ok:hover {
    background: #5BC447;
    text-decoration: none;
}
.feedback-dismiss{
    background: #888888;
}

.feedback-dismiss:hover {
    background: #9D9D9D;
}

.feedback-sign {
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.feedback-sign.active {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Toggler */
/*#layout-nav .nav-toggler {
    background: none repeat scroll 0 0 #dddddd;
    border-radius: 63px;
    color: #95a5a6;
    padding: 30px 66px 28px 8px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    font-size: 37px;
    text-align: left;
    border: 0;
}

#layout-nav .nav-toggler:hover i{
    color: #333c45;
}


@media (max-height: 750px){
    #layout-nav ul li > a{
        padding: 17px 22px;
    }
    #layout-nav .resources li.comment {
        padding: 0 0px;
    }
}

@media (max-height: 660px){
    #layout-nav ul li > a{
        padding: 15px 22px;
    }

}

@media (max-height: 620px){
    #layout-nav .nav-toggler {
        border-radius: 4px;
        padding: 13px 19px 7px 17px;
        left: 0 !important;
        bottom: 0;
    }
}*/
/* -------------------------------------------------------------------
 * LEFT MENU NAVIGATION - SCREEN SIZE AND LEFT BAR EXPANDABLE BEHAVIOR
 * ------------------------------------------------------------------- */

/* Animations */
/*#layout-outer-wrapper.ng-animate,
#layout-outer-wrapper.ng-animate #layout-nav,
#layout-outer-wrapper.ng-animate #layout-nav .nav-toggler,
#layout-outer-wrapper.ng-animate #layout-top-brand,
#layout-outer-wrapper.ng-animate #layout-batchjobs,
#layout-outer-wrapper.ng-animate #layout-content {
    -webkit-transition: width linear 90ms, margin-left linear 90ms, left linear 90ms;
    transition:         width linear 90ms, margin-left linear 90ms, left linear 90ms;
} */


/* Large screen */
/*@media (min-width: 1199px){
    #layout-nav .nav-toggler-sm {display: none;}
    #layout-nav .nav-toggler-lg {display: block;}

    .leftnav-expanded-lg #layout-nav {width: 73px;}
    .leftnav-expanded-lg #layout-nav .nav-toggler-lg {left: 227px;}
    .leftnav-expanded-lg #layout-top-brand .brand-sm {display: none;}
    .leftnav-expanded-lg #layout-top-brand .brand-lg {display: auto;}

    .leftnav-contracted-lg #layout-nav {width: 73px; padding-left: 0;}
    .leftnav-contracted-lg #layout-nav .nav-toggler-lg {left: 32px;}
    .leftnav-contracted-lg #layout-nav span {display: none;}
    .leftnav-contracted-lg #layout-nav ul {width: 73px; text-align: center;}
    .leftnav-contracted-lg #layout-nav ul li > a {margin: 0;}*/

/*.leftnav-contracted-lg #layout-batchjobs {left: 73px !important;}
.leftnav-contracted-lg #layout-content {margin-left: 73px !important;}
.leftnav-contracted-lg #layout-top-brand .brand-sm {display: auto;}
}*/

/* Small screen */
/*@media (max-width: 1199px){
    #layout-nav .nav-toggler-sm {display: block;}
    #layout-nav .nav-toggler-lg {display: none;}

    .leftnav-expanded-sm #layout-nav {
        width: 73px;
        -webkit-box-shadow: 20px 0px 1px 0px rgba(0,0,0,0.2);
        box-shadow: 20px 0px 1px 0px rgba(0,0,0,0.2);
    }
    .leftnav-expanded-sm #layout-nav .nav-toggler-sm {left: 227px;}
    .leftnav-expanded-sm #layout-top-brand .brand-sm {display: none;}
    .leftnav-expanded-sm #layout-top-brand .brand-lg {display: auto;}

    .leftnav-contracted-sm #layout-nav {width: 73px; padding-left: 0;}
    .leftnav-contracted-sm #layout-nav .nav-toggler-sm {left: 32px;}
    .leftnav-contracted-sm #layout-nav span {display: none;}
    .leftnav-contracted-sm #layout-nav ul {width: 67px; text-align: center;}
    .leftnav-contracted-sm #layout-nav ul li > a {margin: 0;}

    .leftnav-contracted-sm #layout-top-brand .brand-sm {display: auto;}

    #layout-batchjobs {left: 73px !important;}
    #layout-content {margin-left: 73px !important;}
    .leftnav-contracted-sm  #layout-nav .sections i {margin-right: 0;}
}*/


/* ----------------------------
 * LAYOUT CONTENT GENERAL RULES
 * ----------------------------*/

/* Content padding */

/*#layout-content .content-padding,
#layout-content .content-modal-body,
#layout-content header h1,
#layout-content header nav,
#layout-content ui-navtab ul {
    padding-left: 60px;
    padding-right: 60px;
}
#layout-content header .action-buttons {right: 60px;}

@media (max-width: 1280px) {
    #layout-content .content-padding,
    #layout-content .content-modal-body,
    #layout-content header h1,
    #layout-content header nav,
    #layout-content ui-navtab ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    #layout-content header .action-buttons {right: 20px;}
}
*/
/* ---------------------
 * LAYOUT CONTENT HEADER
 * ---------------------*/
/*#layout-content header {
    position: absolute;
    width: 100%;
    z-index: 20000;
    min-height: 90px;
    background-color: #fff;
}
#layout-content header h1 {
    font-size: 38px;
    font-weight: 300;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    max-width: 60%;
    float: left;
    color: #293037;
    top: 42px;
    cursor: default;
    z-index: 20;
    line-height: 38px;
    height: 42px;
} */

/* Header buttons */
/*
#layout-content header .action-buttons {position: absolute; top: 45px;}
#layout-content header ui-navtab .action-buttons {top: 9px;}

#layout-content header .action-buttons .btn {margin-left: 10px; min-width: 135px;}

#layout-content header .action-buttons .btn-cancel {background-color: #d9e2e8;color: #586879}

#layout-content header .action-buttons .btn-default[disabled] {
    background-color: transparent;
    border: 2px solid #FFF;
    height: 40px;
    line-height: 36px;
    padding: 0px 20px;
}
#layout-content header .action-buttons .btn-default[disabled].save-campaign-btn {
    background-color: white;
    border: 2px solid #FFF;
    height: 40px;
    line-height: 36px;
    padding: 0px 20px;
}

#layout-content header .action-buttons .btn-success[disabled].next-segment-btn {
    background: #8CC382;
    border-color: #8CC382;
    color: white;
}

.schedule-campaign-btn.btn-primary.disabled {background: #A3B3C3;}
.send-campaign-btn.btn-success[disabled] {background: #8CC382;}


#layout-content header nav.breadcrumb {
    left: 2px;
    top: 21px;
    position: absolute;
    font-size: 14px;
    z-index: 21;
    color: #adb7c2;
    cursor: default;
}
#layout-content header nav.breadcrumb a {
    color: #adb7c2 !important;
    margin: 0 4px 0 0;
    text-decoration: none;
}
#layout-content header nav.breadcrumb a:hover {color: #333c45 !important;}

#layout-content article {
    padding-top: 72px;

    position: relative;
}


/* -------------------
 * LAYOUT CONTENT FORM
 * -------------------
#layout-content .form-wrapper {max-width: 1024px; margin: 0 auto;}
#layout-content .form-wrapper.config-content-margin {margin-top: 105px;}


#layout-content .go-back {
    color: #586877;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
}
#layout-content .go-back i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 6px;
}


#layout-content .configuration-row {
    height: 40px;
    margin: 18px 0px;
    clear: both;
    position: relative;
    width: 100%;
}
#layout-content .configuration-row.disabled {
    opacity: 0.3;
    pointer-events: none;
}
#layout-content .configuration-row-primary {
    display: table-cell;
    width: 100%;
}
#layout-content .configuration-row-primary-half {
    display: table-cell;
    width: 50%;
}
#layout-content .configuration-row-primary-half:first-child {padding-right: 5px;}
#layout-content .configuration-row-primary-half + .configuration-row-primary-half {padding-left: 5px;}

#layout-content .configuration-row-secondary {
    display: table-cell;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
}
#layout-content .configuration-row-secondary.padded {padding-left: 10px;}


*/

/* @todo: Revisar estas clases :S */

/*
#layout-content .configuration-row.tall{height: auto;}
#layout-content .configuration-row.inside-config{
    padding: 30px 0 52px;
    border-top: 1px solid #eee;
}
#layout-content .configuration-row.inside-config:first-child {border-top: none;}
#layout-content .formDomainInside .sub-options p {
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 10px;
}
#layout-content .formDomainInside .sub-options .big-title {margin: 25px 0 10px;}

#layout-content .formDomainInside .sub-options .configuration-row.last {
    margin-bottom: 55px !important;
}


*/

/* Form fonts */
/*
#layout-content strong {
    color: #323c45;
    font-size: 14px;
    font-weight: 600;
}
#layout-content strong.main-title {font-size: 16px; font-weight: normal; text-transform: uppercase;}
#layout-content strong.active {color: #0cc9e3;}
#layout-content strong.highlight {font-size: 14px;}
#layout-content strong.highlight.active {color: #0cc9e3;}
*/

/* h-divider */
/*
#layout-content .h-divider{
    display: block;
    height: 1px;
    background-color: #ecf0f1;
    border-color: #ECF0F1;
    margin: 32px 0;
}
#layout-content .h-divider.h-divider-strong {height: 2px;}
*/

/* -------------
 * DROPDOWN MENU
 * ------------- */
/*
div.dropdown {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.1);
    margin: 4px 0;
    font-size: 14px;
    font-weight: 600;
}
div.dropdown ul.dropdown-list {
    padding: 0;
    margin: 0;
}
div.dropdown ul.dropdown-list li {
    height: 47px;
    line-height: 47px;
    list-style: none outside none;
    min-width: 100px;
    padding: 0;
    text-align: center;
}
div.dropdown ul.dropdown-list li:hover {background-color: #f5f5f5;}
div.dropdown ul.dropdown-list li a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 14px;
}
div.dropdown ul.dropdown-list li.disabled:hover {background-color: #fff !important;}
div.dropdown ul.dropdown-list li.disabled a {color: #ddd !important; pointer-events: none;}
div.dropdown ul.dropdown-list.dropdown-list-normalcase {text-transform: none;}

div.dropdown.dropdown-scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}
div.dropdown.dropdown-scrollable li a {

}
*/
/* Scroll */
/*
div.dropdown .dropdown-scroll {
    min-width: 100px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-color: #e8e8e8;
}
div.dropdown .dropdown-scroll:hover {background-color: #f5f5f5;}
div.dropdown .dropdown-scroll.dropdown-scroll-up {border-style: none none solid none; border-width: 0 0 1px 0;}
div.dropdown .dropdown-scroll.dropdown-scroll-down {border-style: solid none none none; border-width: 1px 0 0 0;}

div.dropdown .dropdown-scroll-wrapper {
    overflow: hidden;
    width: 100px;
}
div.dropdown .dropdown-scroll-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    padding-right: 60px;
    width: 160px;
}
*/
/* --------------
 * LAYOUT TOOLBAR
 * -------------- */
/*
#layout-content .toolbar {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    color: #999;
    margin-bottom: 15px;
    height: 65px;
    padding: 14px 0 0 0;
    z-index: 1;
}
#layout-content .toolbar ul {padding: 0; margin: 0;}
#layout-content .toolbar li {
    float: left;
    position: relative;
    list-style: none;
    max-width: 80%;
}
*/
/* Toolbar background */
/*
#layout-content .toolbar.alert {color: #fff;}
#layout-content .toolbar.alert.success {background-color: #1abc9c;}
#layout-content .toolbar.alert.error {background-color: #e74c3c;}
#layout-content .toolbar.alert.default {background-color: #4f4f4f;}
*/

/* Toolbar control */
/*
#layout-content .toolbar .toolbar-control {
    border: none;
    border-radius: 4px;
    line-height: 40px;
    margin-right: 10px;
    height: 40px;
    min-width: 32px;
    position: relative;
    overflow: hidden;
    background: #d9e2e8;
    color: #586879;
    font-size: 13px;
    font-weight: normal;
    padding: 0 8px 0 14px;
    outline: none;
}
#layout-content .toolbar .toolbar-control:last-child {
    margin-right: 0;
}


#layout-content .toolbar .toolbar-control:hover {background: #c5d2db}
#layout-content .toolbar .toolbar-control:active {background: #586879;}
#layout-content .toolbar .toolbar-control:active > *{color:white;}
#layout-content .toolbar .toolbar-control.active input {color: #4a697d;}
#layout-content .toolbar .toolbar-control > * {color: #586879;outline: none;}

#layout-content .toolbar .toolbar-control i.esicon-chevron-down {
    font-size: 23px;
    float: right;
    line-height: 42px;
}

#layout-content .toolbar .toolbar-control.toolbar-recipient-type a{
    width: 110px;
    padding: 0 0px 0 0;
}
*/

/* Toolbar select list */
/*
#layout-content .toolbar li > .ui-select-list {
    right: 5px;
    top: 44px;
}
*/
/*Toolbar new segment*/
/*
.new-segment-btn {
    padding: 0 17px !important;
}
.new-segment-btn i{
    margin: 13px 12px 0 0;
    float: left;
}
*/
/* Toolbar search*/
/*
#layout-content .toolbar .toolbar-search {
    width: 172px;
    transition: width linear 120ms;
    font-size: 14px;
    background: white;
    border: 2px solid #d9e2e8;
}
#layout-content .toolbar .toolbar-search:hover {
    border: 2px solid #c2ccd3;
    background:white;
}
#layout-content .toolbar .toolbar-search:active {
    background:white;
    border: 2px solid #22aae4;
}
#layout-content .toolbar .toolbar-search a {
    position: absolute;
    display: block;
    top: 0; bottom: 0; left: 0; right: 0;
    transition: left linear 140ms;
}
#layout-content .toolbar .toolbar-search a i {
    left: 7px;
    position: absolute;
    font-size: 20px;
    line-height: 36px;
    top: -1px;
}
#layout-content .toolbar .toolbar-search a span {
    left: 35px;
    position: absolute;
    top: -2px;
}
#layout-content .toolbar .toolbar-search input {
    border: none;
    display: none;
    padding: 0 40px 0 10px;
    width: 100%;
    background: transparent;
}

#layout-content .toolbar .toolbar-search.active {width: 180px;border:  2px solid #0CC9E3;}
#layout-content .toolbar .toolbar-search.active a {
    left: 130px;
    color: inherit !important;
    pointer-events: none;
}
#layout-content .toolbar .toolbar-search.active input {display: block;}

*/
/* Toolbar count */
/*
#layout-content .toolbar .toolbar-count a {
    text-decoration: none;
    padding: 0 13px;
}

#layout-content .toolbar li.li-pagination .ui-select-list {
    display: block;
    width: 92px;
    left: 50px;
}
*/
/* Toolbar icon */
/*
#layout-content .toolbar li a.toolbar-icon {
    color: #cccccc;
    float: left;
    font-size: 26px;
    margin: 4px 25px 0 0;
}
#layout-content .toolbar li a.toolbar-icon.active {color: #7f7f7f;}
#layout-content .toolbar li a.toolbar-icon.active:hover {color: #7f7f7f;}
#layout-content .toolbar li a.toolbar-icon:hover {color: #bbb;}


#layout-content .toolbar li a.toolbar-icon.toolbar-icon-list-toggle i {
    font-size: 30px;
    margin-top: 2px;
}
*/
/* Toolbar multicheck */
/*
#layout-content .toolbar .toolbar-multicheck {
    padding: 8px 6px 0 9px;
    position: relative;
}
#layout-content .toolbar .toolbar-multicheck .toolbar-multicheck-count {
    pointer-events: none;
    background-color: #0CC9E3;
    border-radius: 15px;
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 0px;
    width: 18px;
}
*/
/* Toolbar multifilter */
/*
#layout-content .toolbar .toolbar-multifilter {background-color: rgba(255, 255, 255, 0.5);}
#layout-content .toolbar .toolbar-multifilter.active {background-color: #ccc;}
#layout-content .toolbar .toolbar-multifilter {color: #4a697d;}
#layout-content .toolbar .toolbar-multifilter-label i {
    margin: 0 8px 0 14px;
    font-size: 20px;
    vertical-align: middle;
}
#layout-content .toolbar .toolbar-multifilter-label span {
    margin-right: 14px;
    font-size: 14px;
}
#layout-content .toolbar .toolbar-multifilter-container {
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    min-width: 120px;
}
#layout-content .toolbar .toolbar-multifilter-container a {
    float: right;
    text-align: right;
}
#layout-content .toolbar .toolbar-multifilter-container table {width: 100%;}
#layout-content .toolbar .toolbar-multifilter-container a i {margin: 0 8px;}
#layout-content .toolbar .toolbar-multifilter-caret.empty-list {width: 100%;}
#layout-content .toolbar .toolbar-multifilter-pill > div {
    background: #dbdbdb;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    height: 27px;
    line-height: 28px;
    margin: 3px 0 3px 8px;
    padding: 0 0 0 13px;
    vertical-align: middle;
}
#layout-content .toolbar .toolbar-multifilter-pill > div a {
    color: rgba(0, 0, 0, 0.4);
    margin: 1px;
    vertical-align: middle;
}

*/
/* --------------------
 * LAYOUT TOOLBAR ALERT
 * -------------------- */

/*
#layout-content .toolbar.toolbar-alert {height: 65px; padding-top: 0px !important;}

#layout-content .toolbar.toolbar-alert li.toolbar-alert-actions{
    float: right;
    margin-right: 10px;
    padding-top: 14px;
}
#layout-content .toolbar.toolbar-alert.toolbar-alert-delete {
    background: #e74c3c;
    color: #fff;
    border-radius: 4px;
}
#layout-content .toolbar.toolbar-alert.toolbar-alert-info {
    background: #c5dde4;
    color: #4f737d;
    border-radius: 4px;
}

#layout-content .toolbar.toolbar-alert.toolbar-alert-success {
    background: #6cb366;
    color: white;
    border-radius: 4px;
}
#layout-content .toolbar.toolbar-alert.toolbar-alert-error {
    background: #c24040;
    color: white;
    border-radius: 4px;
}
#layout-content .toolbar.toolbar-alert.toolbar-alert-confirm {
    background: #c2e0e9;
    color: #5c757d;
    border-radius: 4px;
}
*/


/* Alert message */
/*
#layout-content .toolbar.toolbar-alert .toolbar-alert-message {
    font-size: 16px;
    font-weight: 600;
    line-height: 67px;
    color: #293037;
}

#layout-content .toolbar.toolbar-alert.toolbar-alert-success .toolbar-alert-message,#layout-content .toolbar.toolbar-alert.toolbar-alert-error .toolbar-alert-message{
    color: white;
}
*/
/* Alert icon */
/*
#layout-content .toolbar.toolbar-alert .toolbar-alert-icon {
    line-height: 59px;
    font-size: 22px;
    margin: 3px 20px 0 25px;
    color: #293037;
}

#layout-content .toolbar.toolbar-alert.toolbar-alert-success .toolbar-alert-icon , #layout-content .toolbar.toolbar-alert.toolbar-alert-error .toolbar-alert-icon {
    color: white;
}
*/
/* Alert actions */
/*
#layout-content .toolbar.toolbar-alert a.btn {
    background: transparent;
    border: 2px solid #fff;
    width: 50px;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
#layout-content .toolbar.toolbar-alert a.btn.btn-success {
    background: #293037;
    color: white;
    font-weight: 400;
    margin-right: 12px;
    margin-left: 40px;
}

#layout-content .toolbar.toolbar-alert .toolbar-alert-actions a.btn.btn-success{
    margin-right: 4px;
    border: none;
    margin-left: 10px;
    width: 40px;
}
#layout-content .toolbar.toolbar-alert .toolbar-alert-actions a.btn.btn-default{
    background: #90b0ba;
    color: white;
    border: none;
    width: auto;
    font-weight: 400;
    padding: 0 12px;
    margin-right: -3px;

}


#layout-content .toolbar.toolbar-alert a.btn.btn-success.processing {width: 141px}

*/


/*
    MAIL LISTS
*/

/*TOOLBAR*/

/*STATUS FILTER BUTTONS*/


/*
.status-filter-buttons{
    border-radius: 5px;
    overflow: hidden;
    margin-left: 8px !important;
}
.status-filter-buttons li{
    background: #e7eef1;
    padding: 2px 0;
}
.status-filter-buttons li:first-child {
    padding: 2px 0 2px 2px;
}
.status-filter-buttons li:last-child {
    padding: 2px 2px 2px 0;
}
.status-filter-buttons li:first-child button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.status-filter-buttons li:last-child button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.status-filter-buttons button:hover{
    background: white;
}
.status-filter-buttons button.active{
    background: white;
    color: #20a3f6;
}

.status-filter-buttons button{
    background: #e7eef1;
    border: 0;
    color: #a9b3bb;
    font-size: 13px;
    font-weight: normal;
    padding: 9px 20px;
    border-right: 1px solid #bfc8cc;
    min-height: 0;
    height: 36px;
    border-radius: 0;
    line-height: 18px;
    text-transform: none;
    box-shadow: none !important;
    outline: none !important;
}
.status-filter-buttons li:last-child button{
    border-right: 0;
}
*/

/* -------------
 * CONTENT MODAL
 * ------------- */

/*
.content-modal {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.content-modal .content-modal-body {padding-top: 110px;}
#layout-content .header-info {background-color: #027df8; height: 95px;}
#layout-content .header-info h1 {color: #fff;}
*/


/* ----------------
 * Modal Service
 * ----------------*/
.modal .modal-bg {
    background: rgba(4, 4, 4, 0.6);
    position: fixed;
    left: 0px;
    z-index: 999999;
    display: table;
    width: 100%;
    top: 0px;
    height: 100%;
}
.modal .modal-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top:  45px;
}
.modal .modal-window {
    background: #FFF none repeat scroll 0% 0%;
    padding: 17px 39px;
    border-radius: 6px;
    border-top: 6px solid #D9E2E8;
    display: inline-block;
    max-width: 525px;
    width: 100%;
    text-align: left;
}
.modal .modal-window.modal-info     {border-top-color: #31B0D5;}
.modal .modal-window.modal-warning  {border-top-color: #EC971F;}
.modal .modal-window.modal-danger   {border-top-color: #D9534F;}
.modal .modal-window.modal-success  {border-top-color: #56A846;}
.modal .modal-window.modal-primary  {border-top-color: #333C45;}
.modal .modal-window h3 {
    color: #293037;
    font-weight: 300;
    font-size: 38px;
    text-transform: none;
    margin: 0;
    line-height: 35px;
}
.modal .modal-window p {
    color: #293037;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
}
.modal .modal-actions {margin-top: 28px;}
.modal .modal-actions .btn {
    min-width: 100px;
    margin: 8px 10px 0 0;
}
.modal .form-control {margin-top: 10px;}

/* ------------
 * NOTIFICATION
 * ------------ */

aside.notifications {
    position: fixed;
    right: 20px;
    top: 100px;
    width: 300px;
    z-index: 30004;
}
aside.notifications .notification {
    position: relative;
    border-radius: 2px;
    padding: 14px 25px 14px 12px;
    margin: 0 0px 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 1.1em;
    line-height: 1.1em;
    overflow: hidden;
}
aside.notifications .notification-close {
    position: absolute;
    right: 0px;
    top: 7px;
    font-size: 14px;
    border: 0;
    background: 0;
    padding: 7px;
    margin: 0;
}
aside.notifications .notification.info {
    background-color: rgba(2, 125, 248, 0.8);
    color: #FFF;
}
aside.notifications .notification.default {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}
aside.notifications .notification.success {
    background-color: rgba(89, 162, 83, 0.8);
    color: #FFF;
}
aside.notifications .notification.error {
    background-color: rgba(194, 64, 64, 0.8);
    color: #FFF;
}
aside.notifications .notification.warning {
    background-color: #d58512;
    color: #FFF;
}


/* ------------------------------------
 * HEADER LIST @TODO emparejar y borrar
 * ------------------------------------ */

.header-search{overflow: hidden;margin-top: 23px;}

.header-autorizados .header-search {
    margin-top: 0;
}
.header-autorizados .header-actions {
    margin-top: 0;
}

.header-search button{
    border: 1px solid #D9E2E8;
    border-radius: 4px;
    color: #B6BCBD;
    padding: 9px 11px 5px;
    font-size: 17px;
    float: left;
    background-color: #FFF;
    outline: none;
}
.header-search button:hover{color: #CCD0D4;}
.header-search button.active{
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #0CC9E3;
}
.header-search input:focus{border: 1px solid #93A0A8;}
.header-search input{
    border: 1px solid #D9E2E8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 14px;
    color: #AFB9BF;
    padding: 10px 11px;
    outline: none;
}

/* -------
 * TOOLBAR
 * ------- */
.list-toolbar{
  display: flex;
  flex-flow: row nowrap;
  margin: 15px 0px;
}
.list-toolbar-filters {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-right: 15px;
}
.list-toolbar-filters li {
  float: left;
}
.list-toolbar-filters li button{
  background: #FFF;
  border: 1px solid #DDE1E4;
  padding: 9px 20px;
  color: #7B8186;
  min-width: 90px;
  height: 40px;
}
.list-toolbar-filters li button:hover{
  color: #BABFC3;
}
.list-toolbar-filters li button.active{
  background: #48c9e4;
  color: #fff;
}
.list-toolbar-filters li button:focus{
  outline: none;
}
.list-toolbar-filters li:first-child button{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.list-toolbar-filters li:last-child button{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}




/* ---------
 * ITEM LIST
 * --------- */
.item-checkbox{
  width: 54px;
  position: relative;
  text-align: left;
}
.item-checkbox .toolbar-multicheck-count {
    pointer-events: none;
    background-color: #293037;
    border-radius: 15px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    width: 22px;
    height: 22px;
    text-align: center;
    position: absolute;
    top: -9px;
    left: 16px;
    border: 2px solid #ffffff;
}

.item-list{
    margin: 0;
    padding: 0 0;
    list-style: none;
}
.item-list li{
    padding: 21px 0px;
    width: 100%;
    border-bottom: 1px solid #DDE1E4;
    height: 83px;
}
.item-list li.item-list-header{
    padding: 11px 0px;
    height: 63px;
    background: white;
}
.item-list li.item-list-header.fixed{
    border-top: none;
}
.item-list-header .item-column{
    font-size: 14px;
    margin-top: 10px;
}

.item-column-sortable {
    cursor: pointer;
}
.item-list-header .item-column-sortable.active-order {
    font-weight: bold;
}
.item-list-header .item-column-sortable .esicon {
    top: 4px;
    right: -18px;
    position: absolute;
}

.item-column{
    display: block;
    color: #293037;
    font-size: 16px;
    vertical-align: middle;
    width: 13%;
    text-align: center;
    font-weight: 400;
    float: left;
    position: relative;
}
.item-list .item-column.item-checkbox{
  margin-top: 6px;
  width: 54px;
  position: relative;
  text-align: left;
}
.item-list-header .item-column.item-checkbox{
  margin-top: 8px;
}
.item-column.item-checkbox .ui-checkbox{
  height: 25px;
}
.item-column.item-name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.item-column.item-value{margin-top: 8px;}
.item-column.item-name ,.item-column.item-list-header-actions{  width: 24%;text-align: left;}
.item-column.item-actions {
  text-align: right;
  float: right;
  min-width: 170px;
}
.item-column.item-actions.lg {
  min-width: 200px;
}
.item-column > span {
  position: relative;
}
.item-column .esicon-rating-star{margin-top: 9px;}
.item-list-header-buttons{margin-top: -8px;}
.item-list-header-buttons button{background: none;border:none;font-size: 27px;  color: #ADABAB;}
.item-list-header-buttons button:hover{color: #4C4646;}

.item-list-pagination{
    list-style: none;
    margin: 0;
    padding: 30px 0 200px;
    position: relative;
}
.item-list-pagination .per-page{float: left;position: relative;}
.item-list-pagination .pages{float: right;}
.item-list-pagination .pages .page-count{  float: left;  margin-top: 11px;  margin-right: 20px;}
.item-list-pagination .pages button:disabled{opacity: 0.5;}
.item-list-pagination button{
    background-color: #FFF;
    border: 1px solid #DDE1E4;
    border-radius: 4px;
    padding: 8px;
    outline: none;
}
.item-list-pagination button:hover{
    border: 1px solid #BCC4CA;
}
.item-list-pagination button:hover i{
    color: #BABFC3;
}

.item-list-pagination button i{font-size: 23px;  float: right;color: #4A4848;}

.well {
    position: relative;
    margin: 60px auto -40px auto;
    text-align: center;
    padding: 10px;
}

.well.danger {
    background: #FFD4D4;
    border-bottom: 1px solid #E8B8B8;
}

button.icon-trash {
  background: none;
  border: none;
  font-size: 27px;
  color: #d9534f;
  width: 40px;
  height: 40px;
}

button.icon-trash:hover {
  color: #c9302c;
}

button.icon-trash:before {
  font-family: 'EmailMarketingIconSet';
  content: '\2554';
}

.btn.btn-primary.process-button:disabled {
  cursor: no-drop;
  pointer-events: auto;
}

.beta-version {
  font-size: 50%;
  margin-left: 5px;
}

.trash-icon-ban {
  margin-top:-30px;
}

.content-loader{
    text-align: center;
    margin-top: 100px;
}

.no-padding{
    padding: 0;
}

.guest .guest-title{
    float: left;
    z-index: 2;
    height: 60px;
}
.guest .guest-title img{
    height: 30px;
    margin: 15px;
}
.guest .offlineValidationMessage {
    margin-top: 120px;
}
.guest .offlineValidationMessage h4{
    text-transform: none;
}