/*
Theme Name: GRID
Theme URI: https://www.grid.cl/
Author: GRID Solution
Author URI: https://www.grid.cl/
Description: none.
Version: 21
License: GNU General Public License v2 or later
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: #f5f6f9;
    overflow: auto;
}

/*ol, ul {
  list-style: none;
}*/
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
    color: #585858
}

a:hover {
    color: #033b5a;
}

strong {
    font-weight: bold;
}

.navbar {
    min-height: 45px;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 5px rgba(0, 0, 0, .0);
}

.navbar {
    margin-bottom: 20px;
}

.dropdown:focus {
    outline: none !important;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #dedede;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 9, 2017 */
@font-face {
    font-family: 'comfortaabold';
    src: url('../fonts/comfortaa-bold-webfont.woff2') format('woff2'),
        url('../fonts/comfortaa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'comfortaalight';
    src: url('../fonts/comfortaa-light-webfont.woff2') format('woff2'),
        url('../fonts/comfortaa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'whitneylight';
    src: url('../fonts/comfortaa-regular-webfont.woff2') format('woff2'),
        url('../fonts/comfortaa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'whitneybook';
    src: url('../fonts/whitney-book-webfont.woff2') format('woff2'),
        url('../fonts/whitney-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'whitneylight';
    src: url('../fonts/whitney-light-webfont.woff2') format('woff2'),
        url('../fonts/whitney-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'whitneymedium';
    src: url('../fonts/whitney-medium-webfont.woff2') format('woff2'),
        url('../fonts/whitney-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'whitneysemibold';
    src: url('../fonts/whitney-semibold-webfont.woff2') format('woff2'),
        url('../fonts/whitney-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'whitneybook';
    font-size: 14px;
}

/*Login*/
/*body.login {
    height: 100%;
    background-repeat: no-repeat;
    background: url('../img/login/back-2.jpg') top right;
    background-size: cover;
}*/
.img-responsive {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.card-container.card {
    max-width: 30%;
    padding: 40px 40px;
    margin: 10% auto;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: rgba(255, 255, 255, 0.1);
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 14px;
    background: #fff;
    color: #808080;
    border-radius: 0;
    font-family: 'comfortaalight';
    border: 1px solid #fff;
    border-bottom: 1px solid #808080;
    box-shadow: none;
}

input[type="email"]::-webkit-input-placeholder,
input[type="Password"]::-webkit-input-placeholder {
    color: #808080;
    font-size: 12px;
    font-family: 'comfortaalight';
}

.form-control {
    border: 1px solid #999;
    border-radius: 0;
    cursor: pointer;
}

#search-product {
    position: relative;
    cursor: normal;
}

div#search-product:before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: url(../img/oportunidades/search.png);
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.new-login {
    display: block;
    width: 50%;
    padding: 5% 10%;
    background: #fff;
    height: 100%;
}

.new-login .registro a {
    margin-left: 80px;
    color: #033b5a;
    font-weight: bold;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn-primary {
    background: #5d5d5d;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.btn-primary:focus,
.btn-primary:hover {
    background: #fff;
    color: #5d5d5d;
}

.btn.btn-signin {
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-lg.btn-primary.btn-block.btn-signin {
    width: 50%;
    margin: 70px auto 35px;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(255, 255, 255, .5);
}

.extra {
    font-size: 12px;
}

.forgot-password,
.extra {
    color: #808080;
    text-align: center;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: #5d5d5d;
    text-decoration: none;
}

/*Final del login*/
.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #033b5a;
    position: fixed;
    top: 0px;
    width: 20%;
    height: 100%;
    color: #e1ffff;
}

.nav-side-menu .brand {
    background-color: #033b5a;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
    cursor: pointer;
}

.nav-side-menu #logo {
    width: 75%;
    margin: 35px auto;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {

    background-color: #033b5a;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #033b5a;
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu a {
    text-decoration: none;
    color: #e1ffff;
    font-size: 14px;
}

.nav-side-menu li {
    border-bottom: 1px solid #033b5a;
    font-family: 'whitneymedium';
    position: relative;
}

.nav-side-menu li:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 8px;
    left: 30px;
}

.nav-side-menu li#item-panel:before {
    background: url('../img/menu/panel.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-correo:before {
    background: url('../img/menu/correo.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-usuario:before {
    background: url('../img/menu/menu_11.png');
    background-size: 80%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-novedades:before {
    background: url('../img/menu/menu_1.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-clientes:before {
    background: url('../img/menu/menu_2.png');
    background-size: 80%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-tareas:before {
    background: url('../img/menu/menu_3.png');
    background-size: 80%;
    background-repeat: no-repeat;
}

/*visitas*/
.nav-side-menu li#item-indicadores:before {
    background: url('../img/menu/menu_7.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-oportunidades:before {
    background: url('../img/menu/menu_5.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-inventario:before {
    background: url('../img/menu/menu_6.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-reuniones:before {
    background: url('../img/menu/menu_7.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-reportes:before {
    background: url('../img/menu/menu_8.png');
    background-size: 80%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-cuenta:before {
    background: url('../img/menu/menu_12.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-contactos:before {
    background: url('../img/menu/menu_13.png');
    background-size: 100%;
}

.nav-side-menu li#item-reuniones:before {
    background: url('../img/menu/menu_14.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li#item-solicitudes:before {
    background: url('../img/menu/menu_2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-side-menu li a {
    font-family: 'whitneysemibold';
    text-decoration: none;
    color: #e1ffff;
    font-size: 14px;
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    padding: 5px 0 5px 70px;
}

.nav-side-menu li a span.count {
    background-color: #4f5b69;
    color: white;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 70%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.nav-side-menu li.active a span.count {
    background-color: #033b5a;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    background-color: #033b5a;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.content {
    width: 80%;
    float: right;
    display: block;
    background: #f5f6f9;
}

.content .top_bar {
    width: 100%;
    display: block;
    float: left;
    padding: 20px 30px 10px 30px;
    background: #fff;
    color: #575a5b;
}

.content .top_bar strong {
    color: #575a5b;
    margin-right: 5px;
}

.content .top_bar .info {
    width: 70%;
    display: inline-block;
    float: left;
    line-height: 20px;
}

.content .top_bar .box-user {
    width: 30%;
    display: inline-block;
    float: right;
}

.dropdown-menu {
    background-color: #ededed;
}

.info .navbar-nav>li {
    padding: 0 5px;
    font-size: 15px;
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: none;
    font-size: 1em;
    color: #d8d8d8;
    line-height: 14px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ddd;
}

.dropdown-menu {
    width: 260px;
    padding: 10px;
}

.dropdown-menu li {
    background: #fff;
    color: #424242;
}

.drop_actions .dropdown-menu {
    width: 150px;
    padding: 5px;
}

.drop_actions .dropdown-menu>li {
    position: relative;
    line-height: 1.2em;
    padding: 10px 10px;
}

.drop_actions .dropdown-menu>li>a {
    margin-top: -10px;
    padding-left: 20px;
    margin-bottom: -10px;
}

.dropdown-menu>li>a {
    padding: 10px 15px;
    line-height: 10px;
}

.drop_actions .dropdown-menu li.ver_detalle a:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/more.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    top: 10px;
    width: 15px;
    height: 10px;
    z-index: 999;
}

.drop_actions .dropdown-menu li.editar a:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/editar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    top: 10px;
    width: 13px;
    height: 15px;
    z-index: 999;
}

.drop_actions .dropdown-menu li.eliminar a:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/eliminar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    top: 10px;
    width: 12px;
    height: 15px;
    z-index: 999;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #eee;
    background: #eee;
    color: #545454;
}

.number {
    position: absolute;
    top: -5px;
    right: 3px;
    background-color: #033b5a;
    color: white;
    padding: 1px;
    font-size: 12px;
    border-radius: 70%;
    width: 15px;
    height: 15px;
    text-align: center;
}

.title h2 {
    font-family: 'whitneysemibold';
    display: block;
    float: left;
    font-size: 21px;
    line-height: 1em;
    padding: 15px 10px 15px 20px;
    color: #5a5a5b;
}

.title a {
    display: inline-block;
    float: left;
}

.title .icon-ui {
    position: relative;
    top: 20px;
}

.title .ui.teal {
    position: relative;
    top: 17px;
    margin: 0 10px 0 0;
    float: left;
}

.filter ul li {
    font-size: 14px;
    padding: 0;
    cursor: pointer;
}

.filter ul li.current {
    background-color: transparent;
    border: none;
}

.filter ul li.current a {
    color: #033b5a;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #033b5a;
}

.filter ul li ul li {
    padding: 0;
    font-size: 14px;
}

.white-box {
    position: relative;
    float: left;
    padding: 15px 0 0;
    margin-bottom: 35px;
    width: 100%;
    margin: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.white-box .head {
    position: relative;
    min-height: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.white-box .head .dropdown {
    position: absolute;
    top: 0;
    right: 5px;
}

.white-box .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

.white-box .footer {
    position: relative;
    display: block;
}

.white-box .footer .dropdown {
    position: absolute;
    top: 0;
    right: 5px;
}

.white-box .footer .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

.white-box img {
    margin: 0;
}

.white-box>a>img {
    margin: 0;
    padding: 0 10px;
    margin-bottom: 15px;
    border-radius: 25px;
}

.white-box h4 {
    display: block;
    width: 90%;
    float: left;
    margin: 0;
    font-family: 'comfortaabold';
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 5px;
}

.white-box h4 a {
    font-family: 'whitneysemibold';
    font-size: 14px;
    color: #545454;
    line-height: 18px;
}

.white-box .date {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.white-box .date span {
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}

.white-box .box-footer {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
}

.white-box .box-footer2 {
    position: absolute;
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
}

.white-box .more {
    display: inline-block;
    text-align: right;
    float: right;
}

.white-box .date .more a {
    display: inline-block;
    margin: 0 10px;
    height: 15px;
}

.white-box .date .more a img {
    width: 15px;
    height: 15px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 70%;
    background: transparent;
    border: none;
    margin: 0 2px;
    font-weight: bold;
    color: #545454;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 70%;
    border-bottom-left-radius: 70%;
    background: transparent;
    border: none;
    font-weight: bold;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 70%;
    border-bottom-right-radius: 70%;
    background: transparent;
    border: none;
    font-weight: bold;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    font-weight: bold;
    color: #fff;
    background-color: #033b5a;
    border-color: #033b5a;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background: transparent;
    border: none;
    font-weight: bold;
}

/*Single novedades*/
#single-novedades {
    display: block;
    float: left;
    width: 100%;
}

#single-novedades .grey {
    background: transparent;
    border: 1px solid #f5f6f9;
    padding-left: 35px;
}

#single-novedades .single {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

#single-novedades .single .head {
    position: relative;
    color: #000;
    font-size: 16px;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    font-weight: bold;
    padding: 5px 0 10px;
    border-bottom: 1px solid #eee;
}

#single-novedades .single .head .dropdown {
    position: absolute;
    top: 0;
    right: 5px;
}

#single-novedades .single .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

#single-novedades .single h3 {
    font-family: 'whitneysemibold';
    font-size: 24px;
    text-align: left;
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
}

#single-novedades .single .bajada {
    display: block;
    width: 100%;
    float: left;
}

#single-novedades .single .bajada .autor {
    color: grey;
}

#single-novedades .single .bajada .autor,
#single-novedades .single .bajada .fecha {
    display: inline-block;
    margin: 0 25px 0 0;
    font-size: 12px;
}

#single-novedades .grey .single .bajada img {
    display: inline-block;
    float: left;
    top: 7px;
    position: relative;
    margin-right: 5px;
    width: 10px;
}

#single-novedades .grey .single .bajada span {
    width: auto;
    display: inline-block;
}

#single-novedades .grey .single .img_destacada {
    display: block;
    width: 100%;
    float: left;
}

#single-novedades .grey .single .img_destacada img {
    border-radius: 35px;
}

#single-novedades .grey span {
    font-size: 14px;
    color: #545454;
    float: left;
    line-height: 18px;
}

#single-novedades .grey strong {
    display: initial;
}

#single-novedades .grey strong {
    font-family: 'whitneysemibold';
    display: contents;
    float: none;
    font-size: 16px;
    color: #212121;
    float: none;
    line-height: 18px;
}

@media screen and (min-width:0\0) {

    /* Tus estilos CSS para IE9, IE10, IE11  */
    #single-novedades .grey strong {
        display: ruby-text-container;
    }
}

#single-novedades .single .img-destacada {
    display: block;
    width: 100%;
    float: left;
    margin: 20px 0;
    border-radius: 10px;
}

.description {
    display: block;
    width: 100%;
    float: left;
}

.description p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    margin-bottom: 15px;
}

.description p strong,
.description p b {
    font-weight: bold;
}

.description ul {
    padding-left: 30px;
    list-style-type: disc !important;
    list-style: disc !important;
}

.description ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.adjuntos {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    float: left;
}

.adjuntos ul li {
    font-size: 16px;
    float: left;
    margin-bottom: 10px;
    color: #033b5a;

    clear: both;
}

.adjuntos ul li a {
    color: #000;
}

.adjuntos ul li a:hover {
    color: #033b5a;
}

.adjuntos .btn-adjunto {
    background-color: #033b5a;
    color: #fff;
    padding: 15px 45px 15px 25px;
    display: block;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    text-decoration: none !important;
    position: relative;
    border-radius: 25px;
    font-size: 14px;
}

.adjuntos .btn-adjunto:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/novedades/adjunto.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 20%;
    height: 44px;
    border-radius: 0 25px 25px 0;
}

.adjuntos .btn-adjunto:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #424242;
    width: 20%;
    height: 44px;
    border-radius: 0 25px 25px 0;
}

.box-grey {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
}

.aside .title {
    font-family: 'whitneysemibold';
    position: relative;
    font-size: 16px;
    text-align: left;
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
    margin: 0 0 15px 0;
    background: #fff;
    padding: 15px 50px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.aside .title img {
    position: absolute;
    width: 35px;
    top: 5px;
    left: 15px;
}

.aside .noticias {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 35px;
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.aside .noticias h4 {
    font-family: 'whitneysemibold';
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.aside .noticias .box_footer {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}

.aside .noticias .box_footer a.more {
    position: absolute;
    top: 10px;
    right: 0;
}

.aside .noticias .date {
    display: block;
    font-size: 12px;
}

.aside .noticias .date span {
    color: #999;
}

.aside .noticias a img {
    border-radius: 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: none !important;
}

.dropdown-menu li label {
    padding: 0 15px;
}

/*Clientes*/
#vista-clientes h3 {
    font-family: 'whitneysemibold';
    display: block;
    width: 100%;
    float: left;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#search-clientes {
    width: 100%;
    margin: 20px 0 0;
}

#search-clientes .form-control {
    background: #fff;
    padding: 20px 25px;
    height: 52px;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #eee;
    color: #585858;
    border-radius: 15px;
}

#search-clientes .input-group-addon {
    background: transparent;
    color: #545454;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 999;
}

#search-clientes .input-group-addon img {
    width: 20px;
    position: relative;
    right: 15px;
    top: 5px;
}

#reuniones {
    display: block;
    float: left;
    width: 100%;
    background: #f5f6f9;
    padding: 25px 0;
}

#oportunidades {
    display: block;
    float: left;
    width: 100%;
    background: #f5f6f9;
    padding: 25px 0;
}

#inventario {
    display: block;
    float: left;
    width: 100%;
    background: #f5f6f9;
    padding: 25px 0;
}

#contactos {
    display: block;
    float: left;
    width: 100%;
    background: #f5f6f9;
    padding: 25px 0;
}

#vista-clientes {
    display: block;
    float: left;
    width: 100%;
    background: #f5f6f9;
    padding: 25px 0;
}

#inventario .box-clientes {
    position: relative;
    padding: 5px 15px 0;
    border-radius: 10px;
    margin-bottom: 35px;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    min-height: 90px;
}

#inventario .box-clientes .dropdown-menu li {
    width: 100%;
    display: block;
    float: left;
}

#inventario .box-clientes .dropdown-menu li a {
    width: 100%;
}

#reuniones .box-clientes {
    position: relative;
    padding: 5px 15px 0;
    border-radius: 10px;
    margin-bottom: 35px;
    width: 100%;
    margin: 10px;
    background: #fff;
    border: 1px solid #eee;
}

#contactos .box-clientes {
    position: relative;
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 35px;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

#contactos .box-clientes .head {
    display: block;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

#contactos .box-clientes .head .dropdown {
    position: absolute;
    top: 5px;
    right: 0;
}

#contactos .box-clientes .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

#vista-clientes .box-clientes {
    position: relative;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    margin: 0;
    min-height: 115px;
    background: #fff;
    border: 1px solid #EEE;
    margin-bottom: 35px;
}

.box-clientes {
    position: relative;
    padding: 15px 15px 0;
    border-radius: 0;
    margin-bottom: 35px;
    width: 100%;
    margin: 10px;
    min-height: 120px;
    background: #fff;
}

.box-clientes strong {
    font-family: 'whitneysemibold';
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0;
}

#inventario .box-clientes .head {
    display: block;
    position: relative;
    border-bottom: 1px solid #dedede;
}

#inventario .box-clientes .name {
    font-family: 'whitneysemibold';
    width: 80%;
    color: #000;
    font-size: 16px;
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
    padding: 5px 0;
}

#inventario .box-clientes .head .dropdown {
    position: absolute;
    top: 7px;
    right: 5px;
}

#inventario .box-clientes .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    margin: 0;
}

#reuniones .box-clientes .name {
    width: 100%;
    font-family: 'whitneysemibold';
    position: relative;
    color: #000;
    font-size: 16px;
    display: block;
    margin: 5px 0 15px;
    font-weight: bold;
    padding: 5px 0 10px;
    border-bottom: 1px solid #eee;
}

#reuniones .box-clientes .name a {
    width: 90%;
}

#reuniones .box-clientes .name ul li a {
    width: 100%;
}

#reuniones .box-clientes .name .dropdown {
    position: absolute;
    top: 5px;
    right: 5px;
}

#reuniones .box-clientes .name .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

#contactos .box-clientes strong:first-child {
    font-family: 'whitneysemibold';
    display: block;
    width: 90%;
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0 10px;
    padding: 5px 0;
}

#vista-clientes .box-clientes strong:first-child {
    display: block;
    width: 90%;
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
    padding: 5px 0;
    min-height: 35px;
    overflow: hidden;
}

.box-clientes strong:first-child {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0 10px;
}

.box-clientes .name {
    font-family: 'whitneysemibold';
    width: 90%;
    color: #000;
    font-size: 16px;
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

.box-clientes .accion {
    color: #545454;
    font-size: 14px;
    display: block;
    margin: 0;
    line-height: 20px;
}

.box-clientes .accion img {
    position: relative;
    width: 15px;
}

.box-clientes .empresa {
    position: relative;
    color: #545454;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0;
    padding-left: 20px;
}

.box-clientes .empresa:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/clientes/single/razon-social.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
}

.box-clientes .box-footer {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-clientes .box-footer2 {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-clientes .more {
    display: block;
    float: right;
    text-align: right;
}

.box-clientes .info {
    display: block;
    width: 100%;
    float: left;
}

.box-clientes .info .head {
    position: relative;
    min-height: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.box-clientes .info .head .dropdown {
    position: absolute;
    top: 0;
    right: 5px;
}

.box-clientes .info .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

.crea-cliente .crear-cliente {
    background-color: #033b5a;
    color: #fff !important;
    padding: 10px 24px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    text-decoration: none !important;
    position: relative;
    border-radius: 25px;
    font-size: 14px;
    clear: both;
    float: none;
    border: none;
}

.crea-empresa .crear-empresa {
    background-color: #033b5a;
    color: #fff !important;
    padding: 15px 45px 15px 25px;
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    text-decoration: none !important;
    position: relative;
    border-radius: 25px;
    font-size: 14px;
}

.crea-empresa .crear-empresa:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/clientes/crear-empresa.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    width: 20%;
    height: 43px;
    border-radius: 0 25px 25px 0;
}

.crea-empresa .crear-empresa:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #424242;
    width: 20%;
    height: 43px;
    border-radius: 0 25px 25px 0;
}

.more a img {
    width: 20px;
    margin: 0 3px;
}

.opcion-wrapper a img {
    width: 20px;
    margin: 0 3px;
}

/*Single clientes*/
.single-clientes {
    display: block;
    width: 100%;
    float: left;
    padding: 0 15px;
}

.white {
    margin: 0;
    display: block;
    width: 100%;
    background: #f5f6f9;
    float: left;
    padding: 15px 0;
}

.white .panel-heading {
    padding: 2px 0;
    background: #fff;
    border-bottom: 0px solid #ededed;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 15px 15px 0 0;
}

.white .panel-heading .nav-tabs {
    border-bottom: none;
}

.white .panel-default {
    border-color: #ededed;
    border: none;
}

.white .panel-body {
    display: block;
    width: 100%;
    padding: 0;
    border: 1px solid #ededed;
    border-top-color: #fff;
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.white .panel-body .tab-content {
    padding: 35px 25px;
}

.white .nav-tabs>li>a {
    border-radius: 0;
    border-bottom: 0px solid #fff;
    background: #eef0ef;
    color: #000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-bottom-color: #fff;
    border-bottom: 0px solid #fff;
    background: #fff;
    color: #000;
    border-radius: 0 15px 0 0;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}

.ver-todas {
    background-color: #033b5a;
    color: #fff !important;
    padding: 10px 25px;
    display: block;
    text-align: center;
    width: 20%;
    margin: 35px auto 0;
    text-decoration: none !important;
    position: relative;
    border-radius: 10px;
    font-size: 14px;
}

.single-clientes {
    display: block;
    width: 100%;
    float: left;
}

.grey {
    display: block;
    float: left;
    background: #fff;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 0 35px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.grey:nth-child(2) {
    padding: 0 0 35px;
}

.grey h4 {
    font-family: 'whitneysemibold';
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.grey .avatar h4 {
    text-align: center;
}

.grey strong {
    font-weight: bold;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0;
}

.grey span {
    color: #999;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    line-height: 16px;
    margin: 5px 0;
}

.grey .detalle_cliente {
    display: block;
    float: left;
    padding: 0 30px 25px;
}

.grey .detalle_minuta {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 20px;
}

button.btn.btn-default.dropdown-toggle {
    background: transparent;
    height: 35px;
    font-size: 12px;
    color: #5e5e5e;
    box-shadow: none;
    border: none;
}

.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
    font-size: 10px;
}

.btn-group label.btn {
    display: inline-block;
    border-radius: 10px !important;
    border: 1px solid #d2d2d2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 0;
}

.enviar {
    position: relative;
    text-align: center;
    background-color: #033b5a;
    color: #fff;
    border: 1px solid #033b5a;
    padding: 8px 25px;
    font-size: 12px;
    border-radius: 10px;
    margin: 0 auto 10px;
    display: inline-block;
    float: left;
}

span.btn-mensaje {
    display: inline-block;
    float: left;
    margin: 8px 10px;
}

.white .title {
    padding: 15px 10px;
}

.white .title h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
}

.white .sub-title h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 35px;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    margin-bottom: 20px;
}

.btn-success:hover {
    background-color: #fff;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    margin-bottom: 20px;
}

.btn-danger:hover {
    background-color: #fff;
}

.white .form-group {
    display: block;
    float: left;
    width: 100%;
}

.white .form-group.no-margin {
    margin: 0;
}

.white .form-group.no-margin .form-group {
    margin: 0;
}

.white .form-group.no-margin .form-group .help-block {
    margin: 0;
}

.white .form-group label {
    font-family: 'whitneysemibold';
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.single-visitas .white {
    padding: 0;
    margin: 35px 0 0 0;
}

.single-visitas {
    display: block;
    float: left;
    width: 100%;
}

.control-label {
    font-size: 14px;
}

.control-label a {
    position: relative;
    top: 3px;
}

/*
    Image credits:
    uifaces.com (http://uifaces.com/authorized)
*/
.nav-side-menu .menu-list .menu-content {
    display: block;
}

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}

.filter .navbar-nav>li>a {
    padding: 15px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.box-user .navbar-right {
    margin-right: 0;
}

#comment-fluid {
    background: #fff;
    padding: 20px 15px;
    position: relative;
    width: 100%;
    margin: 10px 0 35px;
    min-height: 160px;
    border-radius: 10px;
}

#box-comment .page-header {
    position: relative;
}

#box-comment .reviews {
    font-family: 'whitneysemibold';
    font-size: 16px;
    color: #424242;
    font-weight: bold;
    margin: 0 auto 5px;
    text-transform: none;
}

#box-comment .reviews span {
    color: #999;
    font-size: 12px;
    margin-left: 15px;
}

#box-comment .date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

#box-comment .notes {
    color: #999;
    font-size: 14px;
}

#box-comment .media .media-object {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

#box-comment .media-body {
    position: relative;
}

#box-comment .media-date {
    position: absolute;
    right: 25px;
    top: 25px;
}

.well-lg {
    padding: 10px 20px;
    border-radius: 6px;
}

#box-comment .media-date li {
    padding: 0;
}

#box-comment .media-date li:first-child:before {
    content: '';
}

#box-comment .media-date li:before {
    content: '.';
    margin-left: -2px;
    margin-right: 2px;
}

#box-comment .media-comment {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1em;
}

#box-comment .media-replied {
    margin: 0 0 20px 50px;
}

#box-comment .media-replied .media-heading {
    padding-left: 6px;
}

#box-comment .btn-circle {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 20px;
}

#box-comment .btn-circle span {
    padding-right: 6px;
}

#box-comment .embed-responsive {
    margin-bottom: 20px;
}

#box-comment .tab-content {
    padding: 50px 15px;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#box-comment .custom-input-file {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    background: #eee url('https://s3.amazonaws.com/uifaces/faces/twitter/walterstephanie/128.jpg');
    background-size: 120px;
    border-radius: 120px;
}

#box-comment input[type="file"] {
    z-index: 999;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding: 0;
    left: 0;
}

#box-comment .uploadPhoto {
    position: absolute;
    top: 25%;
    left: 25%;
    display: none;
    width: 50%;
    height: 50%;
    color: #fff;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50px;
    cursor: pointer;
}

#box-comment .custom-input-file:hover .uploadPhoto {
    display: block;
}

#box-comment .comentar {
    position: relative;
    text-align: center;
    background-color: #033b5a;
    color: #fff;
    border: 1px solid #033b5a;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 10px;
    margin: 0 auto 25px;
    display: block;
    float: right;
}

.destacada {
    display: block;
}

.destacada span {
    display: inline-block;
    float: left;
    line-height: 25px;
    margin-right: 10px;
}

.destacada .img-destacada {
    display: inline-block;
    float: left;
    width: 25px;
}

.title-page {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 35px;
}

.publicar {
    display: block;
}

.btn-publicar {
    position: relative;
    text-align: center;
    background-color: #033b5a;
    color: #fff;
    border: 1px solid #033b5a;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 10px;
    margin: 0 auto;
    display: inline-block;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 20px;
    height: 20px;
}

.login input[type=checkbox],
.login input[type=radio] {
    margin: 0 0 15px;
    line-height: normal;
    width: 15px;
    height: 15px;
    border-radius: 40px;
}

.login label {
    display: inline-block;
    margin: 0 0 15px;
    vertical-align: bottom;
}

.box-white {
    display: block;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
}

.box-white h3 {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.toggle-avanzado {
    font-family: 'whitneysemibold';
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 5px;
    border-bottom: 1px solid #545454;
}

.crear-tarea {
    display: block;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.crear-tarea .btn-crear {
    position: relative;
    text-align: center;
    background-color: #033b5a;
    color: #fff;
    border: 1px solid #033b5a;
    padding: 10px 35px;
    font-size: 14px;
    border-radius: 10px;
    margin: 35px auto;
    display: block;
    width: auto;
}

.box-tareas {
    position: relative;
    padding: 0;
    border-radius: 15px;
    width: 100%;
    margin: 0;
    min-height: 115px;
    background: #fff;
    border: 1px solid #EEE;
    margin-bottom: 35px;
}

.box-tareas .info {
    display: block;
    width: 100%;
    float: left;
    padding: 8px 15px;
    margin-top: 5px;
    min-height: 115px;
}

.box-tareas .info .head {
    width: 100%;
    float: left;
    position: relative;
    min-height: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.box-tareas .info .head .dropdown {
    position: absolute;
    top: 0;
    right: 5px;
}

.box-tareas .info .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

.box-tareas strong {
    display: inline-block;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px 0;
    width: 25%;
    float: left;
}

.box-tareas .info .name {
    display: block;
    width: 65%;
    margin: 0;
    float: left;
}

.box-tareas .btn-group a {
    cursor: pointer;
}

.box-tareas .info .date,
.box-tareas .info .date-2,
.box-tareas .info .tarea,
.box-tareas .info .cliente {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    float: left;
    position: relative;
    padding-left: 30px;
}

.box-tareas .info .cliente {
    top: -3px;
}

.box-tareas .info .cliente p {
    margin: 0;
}

.box-tareas .info .cliente div {
    display: block;
    height: 14px;
    overflow: hidden;
    font-size: 14px !important;
}

.box-tareas .info .cliente div span {
    display: block;
    position: relative;
}

.box-tareas .info .date:before {
    content: '';
    position: absolute;
    background: url(../img/tareas/date.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 5px;
    top: -2px;
}

.box-tareas .info .date-2:before {
    content: '';
    position: absolute;
    background: url(../img/tareas/date-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 5px;
    top: -2px;
}

.box-tareas .info .name span {
    font-family: 'whitneysemibold';
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.box-tareas .info .date span,
.box-tareas .info .date-2 span,
.box-tareas .info .tarea span,
.box-tareas .info .cliente span {
    font-size: 12px;
}

.box-tareas .info .tarea:before {
    content: '';
    position: absolute;
    background: url(../img/tareas/icon-tarea.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 5px;
    top: -2px;
}

.box-tareas .info .cliente:before {
    content: '';
    position: absolute;
    background: url(../img/tareas/cliente.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 0px;
}

.more a {
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.valores .btn-group:first-child {
    margin-right: 35px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 5px;
}

.btn-group label.btn.btn-white {
    border-radius: 5px !important;
    height: 26px;
    margin: 0;
}

.btn-white {
    width: 20px !important;
    height: 20px;
    padding: 3px 0;
    font-size: 10px;
    margin-bottom: 10px;
}

[data-toggle=buttons]>.btn.btn-white input[type=radio] {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

.single-visitas .grey strong {
    font-family: 'whitneysemibold';
    font-weight: bold;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 0;
}

.single-visitas .grey span {
    color: #999;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

.single-visitas .grey span:last-child {
    padding: 0;
    text-align: justify;
}

.single-visitas .grey span p {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.single-visitas .grey span p strong {
    font-weight: bold;
    font-size: 14px;
    display: inline;
    float: none;
    width: auto;
    margin: 0 3px;
    padding: 0;
    color: #888;
}

.single-visitas .grey em {
    font-style: italic;
}

.single-visitas .grey span ul,
.single-visitas .grey span ol {
    display: block;
    padding-left: 40px;
    margin-bottom: 15px;
    float: left;
}

.single-visitas .grey span ul li,
.single-visitas .grey span ol li {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.single-visitas .grey span ol li strong,
.single-visitas .grey span ul li strong {
    display: inline;
    width: auto;
    float: initial;
}

.single-visitas .grey span ul li p {
    margin: 0;
    padding: 0;
}

.box-sucursal .form-horizontal .control-label {
    text-align: left;
}

#box-comment .form-horizontal .control-label {
    font-family: 'whitneysemibold';
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}

.personalizados .control-label {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}

.white .personalizados .form-group {
    margin-bottom: 0;
}

#btnCambiarEstado {
    background-color: #033b5a;
    border: 2px solid #033b5a;
    box-shadow: none;
    text-shadow: none;
    border-radius: 10px;
    margin-left: 10px;
}

#btnEstadoGestion {
    background-color: #033b5a;
    border: 2px solid #033b5a;
    box-shadow: none;
    text-shadow: none;
    border-radius: 10px;
    margin-left: 10px;
}

#box-comment .form-horizontal .field-oportunidad-id_estado {
    width: 50%;
    float: left;
}

#box-comment .form-horizontal textarea.form-control {
    border-radius: 10px;
    background-color: #f5f6f9;
    width: 100%;
    height: 115px;
}

.title-date {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 35px 10px 15px;
    padding: 0 10px;
}

/*Oportunidades*/
.oportunidades .form-group label {
    font-family: 'whitneysemibold';
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
}

.oportunidades .white {
    margin: 0;
    padding: 15px 20px;
}

.oportunidades .box-grey {
    margin: 0;
}

.crear-oportunidades {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: left;
    text-align: center;
}

.oportunidades .form-adjuntar {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.btn-oportunidades {
    position: relative;
    text-align: center;
    background-color: #033b5a;
    color: #fff;
    border: 1px solid #033b5a;
    padding: 10px 35px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 auto 35px;
    display: inline-block;
    width: auto;
    float: none;
}

.form-horizontal .form-group.row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.form-horizontal .form-group.field-cliente-adjuntos {
    margin-bottom: 0;
}

.form-group.field-contacto-adjuntos {
    margin-bottom: 0;
}

/*Listado*/
.filter-listado {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 35px;
}

.filter-listado .navbar-nav>li>a {
    padding: 20px 15px;
    border: 1px solid #585858;
    margin: 0 5px;
    font-size: 16px;
    color: #585858;
    cursor: pointer;
}

.filter-listado .navbar-nav {
    width: 100%;
    position: relative;
}

.filter-listado .navbar-nav:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #585858;
    bottom: 0;
}

.box-listado {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 35px;
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
}

.box-listado .head {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.box-listado .head .dropdown {
    position: absolute;
    top: 0;
    right: 5px;
}

.box-listado .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

.asig .asignar.form-control {
    font-size: 12px;
    padding: 3px 10px;
    margin: 10px 0;
}

.box-listado .row {
    margin-bottom: 10px;
}

.box-listado strong {
    font-size: 12px;
    font-weight: bold;
}

.box-listado span {
    color: #424242;
    font-size: 12px;
    padding-left: 10px;
    position: relative;
    display: block;
}

#oportunidades .box-listado span.oportunidad {
    padding-left: 10px;
    position: relative;
    left: 0;
    padding-top: 0;
}

.box-listado .name {
    font-family: 'whitneysemibold';
    display: block;
    width: 80%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}

.box-listado .name strong {
    font-size: 16px;
}

#oportunidades .box-listado .name {
    font-family: 'whitneysemibold';
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    padding: 5px 0;
}

.box-listado .box-footer {
    width: 100%;
    float: left;
}

.box-listado .box-footer2 {
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-listado .box-footer .texto span {
    font-size: 12px;
    padding: 0;
}

.box-listado .box-footer .texto a {
    width: 25px;
    margin: 0 auto;
    display: block;
}

.box-listado .box-footer .texto.texto-2 a {
    width: 25px;
    margin: 0 auto;
    display: inline-block;
}

.box-listado .box-footer .texto a img {
    width: 25px;
    margin: 0 auto;
    display: inline-block;
}

.box-footer.box-footer-formulario .row {
    margin-bottom: 0;
}

.box-listado .box-footer .texto {
    position: relative;
}

.box-listado .box-footer .texto.line1:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 35px;
    background: #bbbbbb;
}

.box-listado .box-footer .texto.line2:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 35px;
    background: #bbbbbb;
}

.box-listado .box-footer2 .texto span {
    font-size: 12px;
    padding: 0;
}

.box-listado .box-footer2 .texto a {
    width: 25px;
    margin: 0 auto;
    display: block;
}

.box-listado .box-footer2 .texto.texto-2 a {
    width: 25px;
    margin: 0 auto;
    display: inline-block;
}

.box-listado .box-footer2 .texto a img {
    width: 25px;
    margin: 0 auto;
    display: inline-block;
}

.box-footer2.box-footer-formulario .row {
    margin-bottom: 0;
}

.box-listado .box-footer2 .texto {
    position: relative;
}

.box-listado .box-footer2 .texto.line1:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 35px;
    background: #bbbbbb;
}

.box-listado .box-footer2 .texto.line2:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 35px;
    background: #bbbbbb;
}

.box-listado .total {
    color: #033b5a;
}

.box-listado .total:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 2;
    background: url(../img/oportunidades/total.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.box-listado .fecha:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    background: url(../img/oportunidades/fecha.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.box-listado .oportunidad:before {
    content: '';
    position: absolute;
    left: -6px;
    top: -4px;
    background: url(../img/oportunidades/empresa.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
}

.box-listado .oportunidad.telefono:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -6px;
    background: url(../img/formulario/Telefono.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.box-listado .oportunidad.email:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -5px;
    background: url(../img/formulario/Mail.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.box-listado .oportunidad.fecha:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -5px;
    background: url(../img/formulario/Fecha.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.box-listado .oportunidad.estado:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -5px;
    background: url(../img/tareas/modal/icon-11.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.box-listado .oportunidad.tags:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -2px;
    background: url(../img/formulario/Tipo.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.box-listado .oportunidad.ligada:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -3px;
    background: url(../img/formulario/Negocio.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.box-listado .oportunidad.atendido:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -3px;
    background: url(../img/formulario/Fecha-atendido.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.white .box-listado .oportunidad:before {
    left: -8px
}

.white .box-clientes {
    position: relative;
    padding: 10px 15px;
    border-radius: 0;
    margin-bottom: 35px;
    width: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.box-listado .porcentaje_gris:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -1px;
    background: url(../img/oportunidades/icono_porcentaje_gris.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
}

.box-listado .estado:before {
    content: '';
    position: absolute;
    left: -6px;
    top: -2px;
    background: url(../img/oportunidades/estado.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

/*single oportunidad*/
ul.media-list {
    display: block;
    float: left;
    width: 100%;
}

ul.media-list li {
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    padding-left: 50px;
}

#box-comment ul li:before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0;
    top: 0;
    width: 5px;
    height: 100vh;
    background-color: #eee;
}

#box-comment ul li:after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 50%;
    transform: translateX(0%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: inherit;
    border-radius: 75%;
    border: 1px solid #033b5a;
    background-color: #fff;
}

.tab-content strong {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.tab-content span {
    font-size: 14px;
    line-height: 18px;
}

.box {
    position: relative;
    padding: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    margin-bottom: 35px;
    margin: 10px;
    width: 45%;
    display: block;
    float: left;
}

.box strong {
    font-size: 8px;
    font-weight: bold;
    line-height: 16px;
}

.box span {
    line-height: 10px;
    line-height: 16px;
}

.box .row {
    margin-bottom: 5px;
}

/*Inventario*/
.Stock {
    font-size: 21px;
    color: #033b5a;
}

.white-inventario {
    padding: 0;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.white-inventario h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    margin: 35px 0;
}

.white-inventario label {
    font-size: 14px;
    text-align: left !important;
    font-weight: bold;
    margin-bottom: 10px !important;
    line-height: 16px;
}

.white-inventario label span {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.box-sucursal h3 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 35px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.agregar-sucursal {
    font-family: 'whitneysemibold';
    position: relative;
    text-align: center;
    background-color: #033b5a;
    color: #fff;
    border: 1px solid #033b5a;
    padding: 11px 45px 10px 25px;
    font-size: 14px;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    width: 75%;
}

.agregar-sucursal:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/inventario/agregar.png);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
    width: 20%;
    height: 35px;
    border-radius: 0 15px 15px 0;
}

.agregar-sucursal:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #424242;
    width: 20%;
    height: 35px;
    border-radius: 0 15px 15px 0;
}

/*Usuarios*/
.page-title h2 {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.img-avatar img {
    display: block;
    width: 100%;
    margin: 0;
}

.img-avatar,
.name-avatar {
    display: block;
    float: left;
    width: 100%;
}

.name-avatar {
    padding: 10px 0;
}

.name-avatar h4 {
    font-family: 'whitneysemibold';
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.name-avatar img {
    width: 25px;
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.crear-usuario {
    background-color: #033b5a;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    margin: 15px auto 0;
    text-decoration: none !important;
    position: relative;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: none;
    border: none;
}

.form-horizontal .campos-usuarios .control-label {
    text-align: left;
}

.campos-usuarios .form-group span {
    display: block;
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.actualizar-datos {
    background-color: #033b5a;
    color: #fff !important;
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 35px auto 35px;
    text-decoration: none !important;
    position: relative;
    border-radius: 25px;
    font-size: 14px;
}

.lista-usuarios {
    display: block;
    float: left;
    width: 100%;
    background: #f5f6f9;
    padding: 35px 0;
}

.box-usuario {
    display: block;
    float: left;
    position: relative;
    padding: 0;
    border-radius: 10px;
    width: 100%;
    margin: 10px;
    background: #fff;
    border: 1px solid #eee;
}

.box-usuario .title {
    font-family: 'whitneysemibold';
    font-size: 16px;
    font-weight: bold;
    width: 85%;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}

.box-usuario .form-group {
    margin-bottom: 10px;
}

.box-usuario .form-group a {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.box-usuario .form-group a:last-child {
    margin-right: 20px;
}

.box-usuario .form-group strong {
    font-size: 12px;
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

.box-usuario .form-group span {
    position: relative;
    font-size: 14px;
    color: #999;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

.box-usuario .form-group span.telefono {
    padding-left: 25px;
}

.box-usuario .form-group span.telefono:before {
    content: '';
    position: absolute;
    background: url(../img/usuarios/phone.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    top: 0;
    left: 0;
}

.box-usuario .form-group span.mail {
    padding-left: 25px;
}

.box-usuario .form-group span.mail:before {
    content: '';
    position: absolute;
    background: url(../img/usuarios/mail.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
}

.box-usuario .form-group span.cargo {
    padding-left: 25px;
}

.box-usuario .form-group span.cargo:before {
    content: '';
    position: absolute;
    background: url(../img/usuarios/cargo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
}

.box-usuario .form-group:last-child {
    text-align: right;
}

.box-usuario .form-group .head {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.box-usuario .form-group .head .dropdown {
    position: absolute;
    top: 10px;
    right: 0;
}

.box-usuario .form-group .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

.box-usuario .more {
    position: absolute;
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    bottom: 0;
}

.box-usuario .box-info {
    display: block;
    width: 100%;
    float: left;
    padding: 15px;
}

/*Cuenta y facturación*/
.box-cuenta strong {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    color: #000;
}

.box-cuenta span {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    color: #999;
}

.box-cuenta span b {
    display: block;
    font-size: 14px;
}

.box-activa {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0;
}

.box-activa h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
}

.box-activa span {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-bottom: 35px;
}

.box-activa .activar {
    background-color: #033b5a;
    color: #fff !important;
    padding: 10px 15px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 15px auto 0;
    text-decoration: none !important;
    position: relative;
    border-radius: 15px;
    font-size: 10px;
    text-transform: uppercase;
}

.box-activa .activar.usuarios {
    background: #606060;
}

/*Mensajeria*/
.mensajeria {
    width: 100%;
    display: block;
    background-color: #fff;
    float: left;
    padding: 35px 0;
}

.box-mensaje {
    position: relative;
    padding: 20px 20px;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    margin-bottom: 35px;
}

.box-mensaje strong {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.box-mensaje .form-group {
    margin-bottom: 5px;
}

.box-mensaje label {
    width: 30%;
    display: inline-block;
    font-weight: bold;
}

.box-mensaje span {
    width: 60%;
    display: inline-block;
    color: #999;
}

.box-mensaje .more {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.title-page h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 35px;
    margin-bottom: 35px;
}

.datelle-header {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #999;
}

.detalle {
    display: block;
    float: left;
    width: 100%;
}

.detalle .img-responsive.img-circle {
    width: 100px;
    display: block;
    float: left;
    margin-right: 10px;
}

.detalle h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    margin-top: 50px;
}

.detalle .autor {
    font-size: 16px;
    color: #999;
}

.detalle .box-date {
    display: block;
    float: left;
    margin-top: 74px;
    text-align: right;
}

.detalle .box-date .fecha,
.detalle .box-date .hora,
.detalle .box-date .hace {
    font-size: 16px;
    color: #999;
    margin: 0 10px;
}

.content-mensaje {
    display: block;
    width: 100%;
    float: left;
    padding: 35px;
}

.content-mensaje p {
    font-size: 16px;
    line-height: 20px;
}

.archivos-adjuntos {
    width: 100%;
    display: block;
    float: left;
    padding: 0 0 40px;
    border-bottom: 1px solid #999;
}

.archivos-adjuntos h5 {
    width: 100%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.archivos-adjuntos .archivos {
    width: 20%;
    display: block;
    float: left;
    margin: 0 20px;
    padding: 10px 10px 30px 10px;
    background-color: #ededed;
}

.archivos-adjuntos .archivos a {
    display: block;
    cursor: pointer;
}

.responder {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}

.respuesta {
    background-color: #033b5a;
    color: #fff !important;
    padding: 15px 45px 15px 25px;
    display: block;
    text-align: center;
    width: 30%;
    margin: 35px auto 0;
    text-decoration: none !important;
    position: relative;
    border-radius: 25px;
    font-size: 13px;
}

.respuesta:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    background-image: url(../img/usuarios/actualizar.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    width: 20%;
    height: 43px;
    border-radius: 0 25px 25px 0;
}

.respuesta:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #424242;
    width: 25%;
    height: 43px;
    border-radius: 0 25px 25px 0;
}

.datelle-header .btn-respuesta {
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 20px;
    display: inline-block;
}

.content-mensaje strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

/**Notificaciones**/
.notificaciones .checkbox {
    padding: 15px;
    background: #d2d2d2;
    margin: 0;
    border: 1px solid #999;
}

.notificaciones .checkbox:focus,
.notificaciones .checkbox:active,
.notificaciones .checkbox:visited {
    background: #fff;
    color: #000;
}

.notificaciones .checkbox label {
    width: 100%;
}

.notificaciones .checkbox label span {
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 5px 0;
    padding-left: 30%;
}

.notificaciones .checkbox label span.date {
    color: #999;
}

.checkbox input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin: 0;
}

/* CSS REQUIRED */
.state-icon {
    left: -5px;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
    margin-bottom: 0px;
}

.list-group-item {
    padding: 20px;
    border: 1px solid #999;
    font-size: 16px;
    background: #d2d2d2;
    float: left;
    width: 100%;
    display: block;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #999;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #585858;
    background-color: #fff;
    border-color: #999;
    background: #fff;
}

.list-group-item strong {
    padding-left: 20px;
    text-transform: uppercase;
}

.list-group-item .date {
    float: right;
    padding-right: 40px;
}

.modulo-clientes {
    display: block;
    width: 100%;
    background: #fff;
    float: left;
    padding: 35px 0;
    margin: 35px 0;
}

.modulos,
.modulo-oportunidades {
    display: block;
    width: 100%;
    float: left;
}

.modulos .title-page,
.modulo-clientes .title-page,
.modulos-oportunidades .title-page {
    text-align: left;
    margin-top: 35px;
}

.modulos .title-page h3,
.modulo-clientes .title-page h3,
.modulos-oportunidades .title-page h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.modulos .title-page span {
    font-size: 14px;
    text-transform: capitalize;
}

.title-campos {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.title-campos h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
}

.title-campos h3 {
    font-size: 14px;
    margin: 10px 0;
}

.modulos .list-group-item {
    padding: 10px 20px;
    border: 1px solid #999;
    font-size: 16px;
    background: #d2d2d2;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.modulos .list-group-item.active,
.modulos .list-group-item.active:focus,
.modulos .list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #999;
}

.modulos .list-group-item.active,
.modulos .list-group-item.active:focus,
.modulos .list-group-item.active:hover {
    z-index: 2;
    color: #585858;
    background-color: #fff;
    border-color: #999;
    background: #fff;
}

/*Campos personalizables*/
.box-campos-personalizables li {
    width: 100%;
    display: block;
    border: 1px solid #999;
    position: relative;
    margin: 5px 0;
    background: #d2d2d2;
}

.box-campos-personalizables li.obligatorio {
    width: 100%;
    display: block;
    border: 1px solid #f5f6f9;
    position: relative;
    margin: 5px 0;
    background: #f5f6f9;
    border-radius: 10px;
}

.box-campos-personalizables li.obligatorio span {
    width: 80%;
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
    line-height: 40px;
}

.box-campos-personalizables li span {
    width: 60%;
    display: inline-block;
    padding-left: 90px;
    font-size: 16px;
    line-height: 40px;
}

.box-campos-personalizables li a {
    display: inline-block;
    line-height: 40px;
    position: relative;
    top: 6px;
    margin: 0 5px;
}

.box-campos-personalizables li a img {
    width: 20px;
}

.box-campos-personalizables li .btn-group {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 1px;
    width: 90px;
    margin: 0 !important;
}

.box-campos-personalizables li label.btn.btn-primary {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
    padding: 10px 15px;
    background: #b3dfdd;
    border: 1px solid #b3dfdd;
    color: #048b89;
}

.box-campos-personalizables li label.btn.btn-primary.active:hover {
    background: #048b89;
    color: #fff;
}

.box-campos-personalizables li label.btn-primary.active,
.box-campos-personalizables li label.btn-primary:active {
    background-color: #048b89;
    border-color: #048b89;
    color: #fff;
}

.crear-nuevo a {
    display: inline-block;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #d2d2d2;
    position: relative;
}

.crear-nuevo a {
    font-size: 16px;
    color: #fff;
}

.guardar {
    position: relative;
    text-align: center;
    background-color: #033b5a;
    color: #fff;
    border: 1px solid #033b5a;
    padding: 11px 45px 10px 25px;
    font-size: 14px;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    width: 30%;
}

.guardar a {
    color: #fff;
}

.guardar:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    background-image: url(../img/campos-personalizables/guardar.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    width: 20%;
    height: 35px;
    border-radius: 0 15px 15px 0;
}

.guardar:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #424242;
    width: 25%;
    height: 35px;
    border-radius: 0 15px 15px 0;
}

.filter-campos {
    width: 100%;
    display: block;
    float: left;
    background-color: #ededed;
    padding: 0 10%;
}

.filter-campos ul li.current {
    background-color: #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
}

.filter-campos .navbar-nav>li>a {
    padding: 20px 40px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

nav.navbar.navbar-default.navbar-campos {
    margin-bottom: 0;
}

.box-campos-personalizables {
    display: block;
    width: 100%;
    float: left;
}

.box-campos-personalizables li.campos-2 {
    width: 100%;
    display: block;
    border: 1px solid #999;
    position: relative;
    margin: 5px 0;
    background: #fff;
}

.box-campos-personalizables li.campos-2 span {
    width: 85%;
    display: inline-block;
    padding-left: 30px;
    font-size: 18px;
    line-height: 40px;
}

/*Importar*/
.title-importar {
    display: block;
    float: left;
    width: 100%;
    padding: 35px 0;
}

.title-importar h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.title-importar h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.box-importar {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}

.box-importar strong {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

.box-importar .descarga {
    color: #033b5a;
    font-size: 20px;
    display: block;
    margin: 10px 0 35px;
}

.importar {
    background-color: #033b5a;
    color: #fff !important;
    padding: 15px 45px 15px 25px;
    display: block;
    text-align: center;
    width: 30%;
    margin: 0 auto;
    text-decoration: none !important;
    position: relative;
    border-radius: 25px;
    font-size: 13px;
}

.importar:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    background-image: url(../img/usuarios/actualizar.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    width: 20%;
    height: 43px;
    border-radius: 0 25px 25px 0;
}

.importar:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #424242;
    width: 25%;
    height: 43px;
    border-radius: 0 25px 25px 0;
}

.c100.p50 {
    margin: 35px 40%;
    display: block;
}

.c100 {
    font-size: 70px !important;
    top: 8.5px !important;
}

#op-abiertas .c100 .bar,
#op-abiertas .c100.p51 .fill,
#op-abiertas .c100.p52 .fill,
#op-abiertas .c100.p53 .fill,
#op-abiertas .c100.p54 .fill,
#op-abiertas .c100.p55 .fill,
#op-abiertas .c100.p56 .fill,
#op-abiertas .c100.p57 .fill,
#op-abiertas .c100.p58 .fill,
#op-abiertas .c100.p59 .fill,
#op-abiertas .c100.p60 .fill,
#op-abiertas .c100.p61 .fill,
#op-abiertas .c100.p62 .fill,
#op-abiertas .c100.p63 .fill,
#op-abiertas .c100.p64 .fill,
#op-abiertas .c100.p65 .fill,
#op-abiertas .c100.p66 .fill,
#op-abiertas .c100.p67 .fill,
#op-abiertas .c100.p68 .fill,
#op-abiertas .c100.p69 .fill,
#op-abiertas .c100.p70 .fill,
#op-abiertas .c100.p71 .fill,
#op-abiertas .c100.p72 .fill,
#op-abiertas .c100.p73 .fill,
#op-abiertas .c100.p74 .fill,
#op-abiertas .c100.p75 .fill,
#op-abiertas .c100.p76 .fill,
#op-abiertas .c100.p77 .fill,
#op-abiertas .c100.p78 .fill,
#op-abiertas .c100.p79 .fill,
#op-abiertas .c100.p80 .fill,
#op-abiertas .c100.p81 .fill,
#op-abiertas .c100.p82 .fill,
#op-abiertas .c100.p83 .fill,
#op-abiertas .c100.p84 .fill,
#op-abiertas .c100.p85 .fill,
#op-abiertas .c100.p86 .fill,
#op-abiertas .c100.p87 .fill,
#op-abiertas .c100.p88 .fill,
#op-abiertas .c100.p89 .fill,
#op-abiertas .c100.p90 .fill,
#op-abiertas .c100.p91 .fill,
#op-abiertas .c100.p92 .fill,
#op-abiertas .c100.p93 .fill,
#op-abiertas .c100.p94 .fill,
#op-abiertas .c100.p95 .fill,
#op-abiertas .c100.p96 .fill,
#op-abiertas .c100.p97 .fill,
#op-abiertas .c100.p98 .fill,
#op-abiertas .c100.p99 .fill,
#op-abiertas .c100.p100 .fill {
    border: 0.08em solid #febe2a;
}

#op-perdidas .c100 .bar,
#op-perdidas .c100.p51 .fill,
#op-perdidas .c100.p52 .fill,
#op-perdidas .c100.p53 .fill,
#op-perdidas .c100.p54 .fill,
#op-perdidas .c100.p55 .fill,
#op-perdidas .c100.p56 .fill,
#op-perdidas .c100.p57 .fill,
#op-perdidas .c100.p58 .fill,
#op-perdidas .c100.p59 .fill,
#op-perdidas .c100.p60 .fill,
#op-perdidas .c100.p61 .fill,
#op-perdidas .c100.p62 .fill,
#op-perdidas .c100.p63 .fill,
#op-perdidas .c100.p64 .fill,
#op-perdidas .c100.p65 .fill,
#op-perdidas .c100.p66 .fill,
#op-perdidas .c100.p67 .fill,
#op-perdidas .c100.p68 .fill,
#op-perdidas .c100.p69 .fill,
#op-perdidas .c100.p70 .fill,
#op-perdidas .c100.p71 .fill,
#op-perdidas .c100.p72 .fill,
#op-perdidas .c100.p73 .fill,
#op-perdidas .c100.p74 .fill,
#op-perdidas .c100.p75 .fill,
#op-perdidas .c100.p76 .fill,
#op-perdidas .c100.p77 .fill,
#op-perdidas .c100.p78 .fill,
#op-perdidas .c100.p79 .fill,
#op-perdidas .c100.p80 .fill,
#op-perdidas .c100.p81 .fill,
#op-perdidas .c100.p82 .fill,
#op-perdidas .c100.p83 .fill,
#op-perdidas .c100.p84 .fill,
#op-perdidas .c100.p85 .fill,
#op-perdidas .c100.p86 .fill,
#op-perdidas .c100.p87 .fill,
#op-perdidas .c100.p88 .fill,
#op-perdidas .c100.p89 .fill,
#op-perdidas .c100.p90 .fill,
#op-perdidas .c100.p91 .fill,
#op-perdidas .c100.p92 .fill,
#op-perdidas .c100.p93 .fill,
#op-perdidas .c100.p94 .fill,
#op-perdidas .c100.p95 .fill,
#op-perdidas .c100.p96 .fill,
#op-perdidas .c100.p97 .fill,
#op-perdidas .c100.p98 .fill,
#op-perdidas .c100.p99 .fill,
#op-perdidas .c100.p100 .fill {
    border: 0.08em solid #f9953b;
}

#op-abiertas .c100:hover>span {
    color: #febe2a;
}

#op-perdidas .c100:hover>span {
    color: #f9953b;
}

#cl-recientes .c100 .bar,
#cl-recientes .c100.p51 .fill,
#cl-recientes .c100.p52 .fill,
#cl-recientes .c100.p53 .fill,
#cl-recientes .c100.p54 .fill,
#cl-recientes .c100.p55 .fill,
#cl-recientes .c100.p56 .fill,
#cl-recientes .c100.p57 .fill,
#cl-recientes .c100.p58 .fill,
#cl-recientes .c100.p59 .fill,
#cl-recientes .c100.p60 .fill,
#cl-recientes .c100.p61 .fill,
#cl-recientes .c100.p62 .fill,
#cl-recientes .c100.p63 .fill,
#cl-recientes .c100.p64 .fill,
#cl-recientes .c100.p65 .fill,
#cl-recientes .c100.p66 .fill,
#cl-recientes .c100.p67 .fill,
#cl-recientes .c100.p68 .fill,
#cl-recientes .c100.p69 .fill,
#cl-recientes .c100.p70 .fill,
#cl-recientes .c100.p71 .fill,
#cl-recientes .c100.p72 .fill,
#cl-recientes .c100.p73 .fill,
#cl-recientes .c100.p74 .fill,
#cl-recientes .c100.p75 .fill,
#cl-recientes .c100.p76 .fill,
#cl-recientes .c100.p77 .fill,
#cl-recientes .c100.p78 .fill,
#cl-recientes .c100.p79 .fill,
#cl-recientes .c100.p80 .fill,
#cl-recientes .c100.p81 .fill,
#cl-recientes .c100.p82 .fill,
#cl-recientes .c100.p83 .fill,
#cl-recientes .c100.p84 .fill,
#cl-recientes .c100.p85 .fill,
#cl-recientes .c100.p86 .fill,
#cl-recientes .c100.p87 .fill,
#cl-recientes .c100.p88 .fill,
#cl-recientes .c100.p89 .fill,
#cl-recientes .c100.p90 .fill,
#cl-recientes .c100.p91 .fill,
#cl-recientes .c100.p92 .fill,
#cl-recientes .c100.p93 .fill,
#cl-recientes .c100.p94 .fill,
#cl-recientes .c100.p95 .fill,
#cl-recientes .c100.p96 .fill,
#cl-recientes .c100.p97 .fill,
#cl-recientes .c100.p98 .fill,
#cl-recientes .c100.p99 .fill,
#cl-recientes .c100.p100 .fill {
    border: 0.08em solid #febe2a;
}

#cl-recientes .c100:hover>span {
    color: #febe2a;
}

#tr-realizadas {
    margin-top: 0;
}

.clientes-subidos {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.clientes-subidos span {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

.clientes-subidos a {
    color: #033b5a;
}

.info-mobile {
    display: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #033b5a;
    border-color: #033b5a;
}

.filter .navbar-nav {
    float: right;
    margin: 0;
    padding: 0 5px;
}

.crear-novedad li.dropdown {
    padding: 9px 15px 9px;
    font-size: 14px;
    border: 1px solid #999;
    margin: 0;
    cursor: pointer;
}

.crear-novedad li a {
    display: block;
    width: 100%;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
    width: 40px;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
    width: 40px;
}

.btn-group label.btn {
    width: 40px;
}

.oportunidades .box-grey .calendario {
    position: relative;
}

.oportunidades .box-grey .calendario img {
    position: absolute;
    bottom: 0;
    right: -25px;
}

.oportunidades .box-grey .box-iva {
    position: relative;
}

.oportunidades .box-grey .box-iva .btn-primary {
    position: absolute;
}

.oportunidades .box-grey .box-iva .btn-primary.btn-sin-iva {
    border-radius: 0;
    right: 15px;
    bottom: 0px;
    height: 45px;
    padding: 13px 8px;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.active:hover,
.btn-primary:active:hover {
    background-color: #d2d2d2;
    border-color: #d2d2d2;
}

.modal-title {
    font-size: 14px;
    font-weight: bold;
}

.navbar-nav {
    float: right;
}

#user-mobile {
    display: none;
}

.btn-mobile {
    display: none;
}

.btn-desktop {
    display: block;
    float: left;
    width: 100%;
}

.ui.selection.dropdown {
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 14px;
    background-color: #f5f6f9;
    line-height: 14px;
    height: 35px !important;
    min-height: 35px;
}

i.icon {
    font-family: FontAwesome;
}

.productos .quitar {
    font-family: 'whitneysemibold';
    background: red;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 30px;
    position: absolute;
}

.agregar {
    font-family: 'whitneysemibold';
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff !important;
    background-color: #033b5a;
    border-radius: 5px;
    position: absolute;
    top: 32px;
    right: -5px;
}

.btn.btn-primary.btn-sin-iva {
    float: right;
    padding: 8px 12px;
    border-radius: 5px;
    border-color: #f5f6f9;
    box-shadow: none !important;
}

.grey .avatar {
    display: block;
    width: 100%;
}

.avatar-single {
    display: block;
    margin: 0 auto 35px;
    width: 50%;
}

.media-list .media a {
    width: 100%;
}

.media-list .media .avatar-single {
    display: block;
    margin: 0 auto;
    width: 100%;
}

/*reporteria*/
.filter-campos-2 {
    width: 100%;
    display: block;
    float: left;
    background-color: #ededed;
    padding: 0 10%;
}

.filter-campos-2 .nav.navbar-nav.nav-filtro {
    float: left;
}

.filter-campos-2 ul li.current {
    background-color: #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
}

.filter-campos-2 .navbar-nav>li>a {
    padding: 20px 40px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.box-reporteria {
    background: #fff;
    border: 1px solid #eee;
    margin: 0 0 35px;
    padding: 35px;
    width: 100%;
    display: block;
    float: left;
    border-radius: 10px;
}

.box-reporteria .calendario {
    position: relative;
}

.box-reporteria .calendario img {
    position: absolute;
    bottom: -5px;
    right: -25px;
    background-color: #033b5a;
    padding: 5px;
    width: 35px;
    border-radius: 10px;
}

.box-reporteria .ver-online,
.box-reporteria .descargar {
    display: block;
    text-align: center;
}

.box-reporteria .ver-online a,
.box-reporteria .descargar a {
    display: inline-block;
    background-color: #033b5a;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin: 35px auto 10px;
    border-radius: 10px;
    position: relative;
}

.box-reporteria .ver-online a {
    float: right;
    background: #a0a0a0;
}

.box-reporteria .descargar a {
    float: left;
}

.box-reporteria .ver-online a,
.box-reporteria .descargar a {
    color: #fff;
    font-size: 16px;
}

/*Buscar producto*/
.ventas {
    border: 1px solid #eee;
    padding: 10px;
    margin: 35px 0 0;
    border-radius: 15px;
    background: #fff;
}

.ventas .info-visita strong {
    display: block;
    margin-bottom: 5px;
}

.ventas .info-visita span {
    display: block;
    margin-bottom: 10px;
}

.btn {
    background-color: #033b5a;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    height: auto;
}

button.btn.btn-secondary {
    height: 35px;
}

#vista-clientes p {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 35px;
    text-align: center;
}

#vista-clientes .box-tareas .info .cliente p {
    margin: 0;
    text-align: left;
}

#search-product .btn-sp {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 0;
}

#search-product .btn-sp img {
    width: 15px;
    margin: 0 !important;
    top: 20px;
    position: relative;
    right: -18px;
}

.white_v2 .form-group input[type=checkbox],
input[type=radio] {
    margin: 13px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 20px;
    height: 20px;
    background-color: #f5f6f9;
    height: 30px;
    width: 100%;
    border: none;
    box-shadow: none
}

.white_v2 .agregados .form-group input[type=checkbox],
input[type=radio] {
    margin: 0;
}

.nav-side-menu li.current {
    background-color: #033b5a;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.box-tareas .btn {
    background: #fff;
}

.ui.black.buttons .button,
.ui.black.button {
    color: #dedede;
    text-shadow: none;
    background-image: none;
    background-color: transparent;
    font-size: 2rem;
    padding: 5px 15px;
    margin: 0;
    line-height: 1em;
    margin-left: 0 !important;
}

.ui.black.buttons .button:hover,
.ui.black.button:hover {
    background: transparent;
    color: #000;
}

.ui.modal>.btn-closet {
    background: transparent;
    padding: 1rem 1rem;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    text-align: right;
    position: absolute;
    width: 100%;
}

.form-horizontal .form-group .help-block {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#usuario-form .form-group {
    margin: 0;
}

#usuario-form.form-horizontal .campos-usuarios .control-label {
    font-family: 'whitneysemibold';
    line-height: 16px;
    font-size: 13px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.filter .nav.navbar-nav.nav-filtro {
    display: block;
}

button.toggle-btn {
    display: none;
}

button.toggle-btn:focus {
    outline: none;
}

.filter i {
    display: none;
    padding: 15px;
    margin-bottom: 0px;
    font-size: 30px;
}

.filter-campos-2 i {
    display: none;
}

.filter-campos i {
    display: none;
}

.filter-campos-2 .navbar-nav {
    display: block;
}

.filter-campos .navbar-nav {
    display: block;
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #ddd 0, #ddd 100%);
    background-image: -o-linear-gradient(top, #ddd 0, #ddd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd));
    background-image: linear-gradient(to bottom, #ddd 0, #ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#ddd', GradientType=0);
    background-repeat: repeat-x;
    color: #fff;
    margin-bottom: 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.nav>li>a>img {
    max-width: 20px;
}

.well {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background: #fff;
    background-repeat: repeat-x;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
}

.navbar-nav>li.mobile {
    display: none;
}

.list-notificaciones {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-notificaciones {
    width: 100%;
    float: left;
    display: block;
}

.list-notificaciones .item {
    padding: 15px;
    border: 1px solid #999;
    font-size: 16px;
    background: #fff;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.list-notificaciones .item.active {
    padding: 20px;
    border: 1px solid #999;
    font-size: 16px;
    background: #ddd;
    float: left;
    width: 100%;
    display: block;
}

.list-notificaciones .item strong {
    margin-left: 15px;
}

.list-notificaciones .item .date {
    float: right;
    padding-right: 40px;
}

.box-campos-personalizables .obligatorio .fa.fa-arrows.fa-2 {
    font-size: 18px;
    color: #048b89;
    vertical-align: middle;
}

#sortable {
    width: 100%;
    display: inline-block;
}

#sortable .ui-sortable-handle {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

#sortable .ui-sortable-handle .fa.fa-arrows.fa-2 {
    font-size: 18px;
    color: #048b89;
    vertical-align: top;
    padding-top: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 7px;
    z-index: 999;
}

#sortable-extras li {
    width: 100%;
    margin: 10px 0;
    display: block;
    float: left;
}

#sortable-lista_precio li {
    margin: 10px 0;
    display: block;
}

.personalizados_v2 #sortable .ui-sortable-handle .fa.fa-arrows.fa-2 {
    top: 19px;
    left: 15px;
}

.input-group.personalizados_v2 {
    width: 100%;
}

.personalizados_v2 .quitar {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
}

#agregar img {
    width: 20px;
}

.personalizados_v2 .quitar img {
    width: 20px;
}

.input-group.personalizados_v2 .form-control {
    padding-left: 35px;
}

.form-control {
    font-size: 14px;
    height: 35px;
    background: #f5f6f9;
    border: 1px solid #eee;
    border-radius: 10px;
}

.input-group .form-control {
    border-radius: 10px !important;
}

.dropdown.selection {
    height: auto;
    font-size: 18px;
}

.control-label {
    font-family: 'whitneysemibold';
    font-size: 14px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-horizontal .form-group div.collapse {
    display: none;
}

.form-horizontal .form-group div.collapse.in {
    display: block;
}

#map {
    width: 100%;
    height: 237px;
    border-radius: 10px;
}

#map.single_minuta {
    height: 350px;
}

/*INDICADORES*/
.box-indicadores {
    margin: 0;
    padding: 0;
    display: block;
}

.box-indicadores .calendario {
    position: relative;
}

.box-indicadores .calendario img {
    position: absolute;
    bottom: -5px;
    right: -25px;
    background-color: #033b5a;
    padding: 5px;
    width: 35px;
    border-radius: 10px;
}

.box-indicadores .filtrar {
    text-align: center;
}

.box-indicadores .filtrar a {
    position: relative;
    background-color: #033b5a;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    display: block;
    margin: 25px auto 15px;
    border-radius: 20px;
    position: relative;
}

.box-indicadores .filtrar #ind-general {
    width: 100%;
    position: relative;
    background-color: #033b5a;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    width: auto;
    display: inline-block;
    margin: 25px auto 10px;
    border-radius: 10px;
}

.box-indicadores .filtrar a {
    color: #fff;
    font-size: 14px;
}

.box-listado-2 {
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
}

.box-listado-2 .row {
    margin-bottom: 5px;
}

.box-listado-2 span {
    color: #999;
    font-size: 12px;
}

.box-listado-2 strong {
    font-family: 'whitneysemibold';
    font-size: 14px;
    line-height: 23px;
    color: #606060;
}

.box-listado-2 .header {
    color: #606060;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 18px;
    background: #fff;
    border-bottom: 1px solid #dedede;
}

.box-listado-2 .contenido {
    padding: 15px 15px;
}

.box-title {
    text-align: center;
    margin-bottom: 10px;
}

.title-indicadores {
    margin: 15px 0;
    display: block;
    width: 100%;
}

.title-indicadores h3 {
    font-weight: bold;
    font-size: 18px;
}

.box-title h4 {
    line-height: 18px;
}

.header-green span {
    font-family: 'whitneysemibold';
    color: #606060;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
}

.box-listado-2 .especial {
    font-size: 22px;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 30px;
    margin: 0;
}

.box-listado-2 .ventas {
    display: block;
    text-align: center;
    padding: 35px 0;
}

.box-listado-2 .ventas strong,
.box-listado-2 .ventas-2 strong {
    font-family: 'whitneysemibold';
    font-size: 21px;
    display: block;
    width: 100%;
    color: #033b5a;
    margin: 5px 0;
}

.box-listado-2 .ventas span,
.box-listado-2 .ventas-2 span {
    color: #000;
    display: block;
}

.box-listado-2 .ventas-2 {
    display: block;
    text-align: left;
    padding: 5px 0
}

.c100 {
    float: none !important;
    margin: 0 auto !important;
}

.box-listado-2 .c100 {
    position: relative;
    top: 25px !important;
}

.box-listado-2.tareas_realizadas .c100 {
    top: 10px !important;
}

.page-error {
    display: block;
    width: 100%;
    margin: 20% 0;
    position: relative;
}

.page-error:before {
    content: '';
    position: absolute;
    background: url(../img/img-error.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 320px;
    height: 202px;
    right: -55px;
    bottom: 0;
}

.page-error .logo {
    display: block;
    width: 30%;
    margin-bottom: 35px;
}

.page-error .description {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

.page-error .description h2 {
    display: block;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    color: #222222;
    line-height: 26px;
    margin: 0;
}

.page-error .description h3 {
    display: block;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: #222222;
    line-height: 28px;
    margin: 0 0 35px;
    font-weight: bold;
}

.page-error .description a {
    border-radius: 0;
    background: transparent;
    border: none;
    background-color: #058a88;
    padding: 10px 10px 5px;
    border-radius: 5px;
}

.page-error .description a {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 28px;
}

.page-error .description a:hover {
    opacity: .6;
}

#page-error .container {
    width: 970px !important;
}

.ui.button.btn-tooltips {
    font-size: 14px;
    background-color: transparent !important;
    color: #033b5a !important;
    border-radius: 70%;
    padding: 0;
}

.ui.button.btn-tooltips img {
    width: 15px;
    position: relative;
    top: 2px;
}

.ui.teal.buttons .button:hover,
.ui.teal.button:hover {
    background-color: transparent;
    color: #033b5a;
    text-shadow: none;
}

.ui.popup.top.left.transition.visible {
    padding: 10px;
    text-align: left;
}

.ui.popup .content {
    width: 100%;
    float: left;
    display: block;
    background: transparent;
}

.ui.popup a {
    color: #033b5a !important;
}

.ui.popup a:hover {
    opacity: .6;
}

.some-wrapping-div {
    display: inline-block;
}

.ui.popup {
    font-size: 1rem;
    width: 320px;
}

.some-wrapping-div .ui.custom.popup p {
    text-transform: initial;
    margin-bottom: 5px;
    text-align: left;
}

.filter-campos #nav-filter {
    float: left;
}

.header .actions {
    position: absolute;
    right: 5px;
    top: 5px;
}

.btn.btn-primary.btn-block.btn-file {
    padding: 8.5px;
}

.btn-file {
    border-radius: 10px !important;
    border-color: #033b5a !important;
    background: #033b5a !important;
    color: #fff !important;
    cursor: pointer !important;
    line-height: 14px;
    height: 35px;
    padding: 0;
}

.panel-heading {
    padding: 0;
    background: #f5f6f9 !important;
}

.panel-heading a {
    display: block;
    width: 100%;
    padding: 15px 25px;
    position: relative;
    color: #000 !important;
    background: #f5f6f9;
    border-bottom: 1px solid #dedede;
}

#vista-clientes .panel-heading a:before {
    content: '\e253';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 25px;
    top: 15px;
}

#vista-clientes .panel-heading a.collapsed:before {
    content: '\e252';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 25px;
    top: 15px;
}

.panel-default {
    border-color: #f5f6f9;
    box-shadow: none !important;
    background: #f5f6f9;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f6f9;
    background-color: #f5f6f9;
    padding: 10px 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #f5f6f9;
    border: none;
}

.box-footer2 {
    display: block;
    width: 100%;
    float: left;
    padding: 5px 10px;
    margin-top: -40px;
}

/*.more .btn {
    background-color: transparent;
    color: #fff;
    padding: 0px 5px;
    font-size: 12px;
    height: auto;
    cursor: pointer;
}*/
.more .btn {
    position: relative;
    background-color: #033b5a;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    display: block;
    margin: 30px auto 15px;
    border-radius: 20px;
    padding-right: 50px;
    cursor: pointer;
}

.more .btn2 {
    background-color: #c12e2a;
}

.hint-block {
    display: block;
    width: 100%;
    float: left;
    margin: 5px 0;
}

.ui.modal>.content {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    background: #f5f6f9;
    overflow: hidden;
}

#tarea .header {
    position: relative;
    padding: 15px 100px !important;
    border-radius: 20px 20px 0 0;
}

#tarea .header:before {
    content: '';
    position: absolute;
    left: 60px;
    top: 12px;
    background: url(../img/tareas/modal/icon-tarea.png);
    background-size: 70%;
    background-repeat: no-repeat;
    width: 45px;
    height: 35px;
}

#tarea .content {
    border-radius: 0 0 20px 20px;
}

#solicitud {
    min-height: 600px;
    background-color: #f5f6f9;
}

#tarea {
    overflow: visible;
    height: 500px;
}

#tarea iframe {
    min-height: 500px !important;
}

.white .panel-body .box-clientes {
    margin-bottom: 35px;
    min-height: auto;
    float: left;
}

.white .panel-body .box-clientes .name {
    font-family: 'whitneysemibold';
    color: #000;
    font-size: 16px;
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    padding: 5px 0;
    width: 90%;
}

.white .panel-body .box-clientes .head {
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.white .panel-body .box-clientes .head .more {
    position: absolute;
    top: 15px;
    right: 10px;
}

.white .panel-body .box-clientes .box-footer {
    display: block;
    width: 100%;
    float: left;
    border-top: none;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.white .panel-body .box-clientes .box-footer2 {
    display: block;
    width: 100%;
    float: left;
    border-top: none;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.white .panel-body .box-clientes .accion {
    display: block;
    width: 100%;
    float: left;
}

.white .panel-body .box-clientes .accion span {
    display: block;
    width: 50%;
    float: left;
}

.white .panel-body .box {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 35px;
    margin: 10px;
    background: #fff;
    border: 1px solid #eee;
    line-height: 16px;
}

#novedades .white-box .date {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.single-clientes .grey a:hover img {
    opacity: .5;
}

.single-clientes .grey img {
    display: inline-block;
    float: left;
    width: 25px;
}

.single-clientes .grey span img {
    display: inline-block;
    float: left;
    width: 20px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.single-clientes .grey .comments {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
    border-top: 1px solid #eee;
}

.single-clientes .grey .comments span {
    color: #545454;
    font-size: 14px;
    display: block;
    float: left;
    line-height: 18px;
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.single-clientes .grey span {
    color: #545454;
    font-size: 14px;
    display: inline;
    float: left;
    line-height: 16px;
    margin: 5px 0 0px 10px;
    width: auto;
}

.single-clientes .grey span b {
    font-weight: bold;
}

.grey .box-footer {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-footer ul {
    display: block;
    float: right;
}

.box-footer ul li {
    display: inline-block;
    float: left;
}

.box-footer ul li a:hover {
    opacity: .5;
}

.grey .box-footer2 {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-footer2 ul {
    display: block;
    float: right;
}

.box-footer2 ul li {
    display: inline-block;
    float: left;
}

.box-footer2 ul li a:hover {
    opacity: .5;
}

.single-clientes .box .info .name span {
    color: #000;
    font-size: 16px;
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    padding: 5px 0;
    height: 35px;
    overflow: hidden;
    width: 90%;
}

.white .panel-body .box .box-footer {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
}

.white .panel-body .box .box-footer2 {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #bbb;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
}

.white .panel-body .box .info .name {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}

.white .panel-body .box .info .date {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}

.white .panel-body .box .info .date:before {
    content: '';
    position: absolute;
    background: url(../img/tareas/date.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 30px;
    top: -2px;
}

.white .panel-body .box .info .clientTarea {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 50px;
}

.white .panel-body .box .info .clientTarea:before {
    content: '';
    position: absolute;
    background: url(../img/tareas/modal/icon-4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 25px;
    top: -2px;
}

#tab2default .box {
    position: relative;
    padding: 10px 15px;
    border-radius: 0;
    margin-bottom: 35px;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: none;
}

#submitComment {
    width: auto;
    display: block;
    background: transparent;
    border: none;
    padding: 0px 20px;
}

#oportunidad-single .grey {
    padding: 0 0 30px;
}

#oportunidad-single .box-op {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
}

#oportunidad-single .box-op strong {
    font-family: 'whitneysemibold';
    display: inline-block;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: none;
}

#oportunidad-single .box-op .des-adj {
    font-family: 'whitneysemibold';
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: none;
}

#oportunidad-single .box-op .adjuntos {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    float: left;
    padding-left: 35px;
}

#oportunidad-single .box-op .adjuntos li {
    font-size: 14px;
    color: #033b5a;
    margin-bottom: 5px;
}

.single-visitas .grey .des-adj {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    width: auto;
    float: none;
}

.single-visitas .grey .adjuntos {
    list-style: circle;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    float: left;
    padding: 0 0 0 30px;
}

.single-visitas .grey .adjuntos li {
    width: 100%;
    color: #058a88;
    font-size: 20px;
    margin-bottom: 10px;
}

.single-visitas .grey .adjuntos li a {
    font-size: 14px;
}

.single-visitas .grey .des-adj {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    width: auto;
    float: none;
}

.single-clientes .grey .adjuntos {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    float: left;
    padding: 0 0 0 30px;
}

.single-clientes .grey .adjuntos li {
    color: #058a88;
    font-size: 20px;
}

.single-clientes .grey .adjuntos li a {
    font-size: 12px;
}

.form-adjuntar .adjuntos li {
    color: #058a88;
    font-size: 20px;
}

.form-adjuntar .adjuntos li a {
    font-size: 14px;
}

.form-adjuntar .adjuntos {
    padding-left: 45px;
}

.form-adjuntar img {
    width: 30px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    left: 8px;
}

.single-clientes .grey .des-adj {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    width: auto;
    float: none;
}

.crear-inventario {
    display: block;
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 15px 25px;
}

.white-inventario h4 {
    font-family: 'whitneysemibold';
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: none;
}

.white-inventario .head {
    position: relative;
    display: block;
}

.white-inventario .head .dropdown {
    position: absolute;
    top: 15px;
    right: 5px;
}

.white-inventario .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

.white-inventario .form-horizontal p {
    margin-bottom: 15px;
    line-height: 16px;
}

.caja-white {
    background-color: white;
    padding: 0;
}

.box-sucursal .caja-white h3 {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    border-bottom: 1px solid #808080;
    margin: 0 0 15px;
    text-align: left;
    text-transform: none;
}

.form-horizontal .form-group span {
    font-size: 14px;
}

.crear-inventario .adjuntos {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    float: left;
    padding: 0 0 0 30px;
}

.crear-inventario .adjuntos li {
    color: #058a88;
    font-size: 20px;
}

.crear-inventario .adjuntos li a {
    font-size: 14px;
}

#indicadores .panel-heading a:before {
    content: '\e253';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 25px;
    top: 15px;
}

#indicadores .panel-heading a.collapsed:before {
    content: '\e252';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 25px;
    top: 15px;
}

#indicadores .box-indicador {
    position: relative;
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    min-height: 140px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

#indicadores .box-title h4 {
    font-family: 'whitneysemibold';
    line-height: 18px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    padding: 10px;
}

#indicadores .box-indicador .header {
    display: block;
    width: 100%;
    padding: 5px 10px;
}

#indicadores .box-indicador .header strong {
    font-family: 'whitneysemibold';
    color: #545454;
    font-size: 14px;
}

#indicadores .box-indicador .contenido {
    display: block;
    width: 100%;
    padding: 5px 10px 10px;
}

#indicadores .box-indicador .contenido .row {
    margin-bottom: 10px;
}

#indicadores .box-indicador .contenido span {
    font-size: 14px;
    line-height: 16px;
}

#pagos .box-cuenta {
    display: block;
    width: 60%;
    background: #fff;
}

#pagos .box-cuenta h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
    border-bottom: 1px solid #808080;
    margin-bottom: 10px;
}

#pagos .box-cuenta .contenido span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

#pagos .box-cuenta .contenido {
    display: block;
    width: 100%;
    padding: 10px 35px;
}

#pagos .box-cuenta .contenido ul {
    padding-left: 15px;
}

#pagos .box-cuenta .contenido ul li {
    margin-bottom: 10px;
    color: #033b5a;
    font-size: 20px;
    line-height: 18px;
}

#pagos .box-cuenta .contenido ul li span {
    color: #000;
    font-size: 14px;
    display: block;
}

#mi-cuenta .white {
    margin: 0;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 1px solid #dedede;
    float: left;
    padding: 0;
    border-radius: 10px;
}

#mi-cuenta .white h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
}

#mi-cuenta .white .box-cuenta {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 35px 48px;
    float: left;
}

#mi-cuenta .white .box-cuenta span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

#mi-cuenta .white .box-cuenta p {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
}

#mi-cuenta .white .box-activa {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 35px 0;
}

#mi-cuenta .white .box-activa span {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 35px;
}

#mi-cuenta .white .box-activa .activar:before {
    border-radius: 0 15px 15px 0;
    height: 45px;
}

#mi-cuenta .white .box-activa .activar:after {
    background-image: url(../img/cuenta/aumentar.png);
    background-size: 60%;
}

#mi-cuenta .white .box-activa .activar {
    position: relative;
    border-radius: 15px;
    font-size: 12px;
}

#mi-cuenta .white .form-group {
    margin: 0;
}

#mi-cuenta .white .next {
    background-color: #033b5a;
    color: #fff !important;
    padding: 17px 25px 17px 25px;
    display: block;
    float: right;
    text-align: left;
    width: 250px;
    margin: 35px auto 0;
    text-decoration: none !important;
    position: relative;
    border-radius: 25px;
    font-size: 10px;
    text-transform: uppercase;
}

#mi-cuenta .white .box-cuenta .next {
    background-color: #033b5a;
    color: #fff !important;
    padding: 10px 25px;
    display: block;
    float: none;
    text-align: left;
    width: auto;
    margin: 10px auto 10px;
    text-decoration: none !important;
    position: relative;
    border-radius: 15px;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: none;
    border: 1px solid #033b5a;
}

#mi-cuenta .white .box-cuenta .box-footer {
    display: block;
    width: 100%;
    float: left;
    padding: 5px 10px;
    text-align: center;
}

#mi-cuenta .white .box-cuenta .volver {
    background-color: #033b5a;
    color: #fff !important;
    padding: 10px 25px;
    display: block;
    float: right;
    text-align: center;
    width: 130px;
    margin: 10px auto 10px;
    text-decoration: none !important;
    position: relative;
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: none;
    border: 1px solid #033b5a;
}

#mi-cuenta .white .box-cuenta .pagar {
    background-color: #033b5a;
    color: #fff !important;
    padding: 10px 25px;
    display: block;
    float: right;
    text-align: center;
    width: 200px;
    margin: 10px 0 10px 10px;
    text-decoration: none !important;
    position: relative;
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: none;
    border: 1px solid #033b5a;
}

#mi-cuenta .white .box-cuenta #pago-paypal {
    background-color: #8c8c8c;
    border: 1px solid #8c8c8c;
}

#mi-cuenta .white .box-cuenta #pago-webpay {
    background-color: #606060;
    border: 1px solid #606060;
}

#vista-clientes .cliente-importar {
    position: relative;
    padding: 0;
    border-radius: 15px;
    width: 100%;
    margin: 0 0 15px 0;
    min-height: 130px;
    background: #fff;
    border: 1px solid #eee;
    text-align: left;
}

#vista-clientes .cliente-importar h4 {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    border-bottom: 1px solid #dedede;
}

#vista-clientes .cliente-importar .contenido {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#vista-clientes .cliente-importar .contenido p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
}

#importar-form .input-group.file-caption-main button.btn.btn-default span {
    display: none;
}

#importar-form .btn.btn-default.btn-secondary.kv-hidden.fileinput-cancel.fileinput-cancel-button {
    height: 35px;
    background-color: #033b5a;
    background: #033b5a;
}

#importar-form .input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    height: 35px;
    vertical-align: middle;
    padding: 10px;
    background: #5d5d5d;
}

#vista-clientes .cliente-importar strong {
    padding-left: 10px;
}

#vista-clientes .cliente-importar .adj {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    padding: 0 0 0 30px;
}

#vista-clientes .cliente-importar .adj li {
    color: #058a88;
    font-size: 20px;
    margin-bottom: 10px;
}

#vista-clientes .cliente-importar .adj li a {
    font-size: 14px;
}

#detalle-usuario .grey {
    margin: 35px 0;
}

.single-clientes .grey .box-right {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    float: left;
}

.single-clientes .grey img.avatar-single {
    display: block;
    margin: 20px auto 0;
    width: 50%;
    float: none;
}

.login .box-title {
    display: block;
    color: #fff;
    position: absolute;
    right: 35px;
    bottom: 10%;
}

.login .box-title h3 {
    font-size: 28px;
    line-height: 32px;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.login .box-title h5 {
    font-size: 22px;
    line-height: 24px;
    text-align: right;
    margin-right: 10px;
    width: 100%;
    float: right;
}

#background-carousel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.carousel,
.carousel-inner {
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.item {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

[data-tooltip][data-position="top left"]:hover:after,
[data-tooltip][data-position="top right"]:hover:after,
[data-tooltip][data-position="bottom left"]:hover:after,
[data-tooltip][data-position="bottom right"]:hover:after {
    font-size: 12px;
}

/*new css*/
div#dashboard {
    margin: 0;
}

#dashboard .header-green span {
    font-family: 'whitneysemibold';
    color: #606060;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

#dashboard .box-listado-2 {
    display: block;
    float: left;
    width: 100%;
}

#dashboard .box-listado-2 .contenido {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 14px 0;
    color: #033b5a;
}

#dashboard .box-listado-2 .contenido strong {
    font-family: 'whitneysemibold';
    color: #033b5a;
}

#dashboard .box-listado-2 .footer {
    display: block;
    width: 100%;
    float: left;
}

#dashboard .box-listado-2 .contenido .c100 {
    position: relative;
    font-size: 75px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #cccccc;
    margin-top: 20px !important;
}

#dashboard .box-listado-2 .contenido.t-realizadas strong {
    margin: 35px 0 5px;
}

#dashboard .box-listado-2 .contenido.t-realizadas .c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #cccccc;
    margin-top: 0px !important;
}

#dashboard .box-listado-2 .contenido strong {
    font-size: 20px;
}

#dashboard .box-listado-2 .footer .btn-footer {
    display: block;
    width: 100%;
    position: relative;
}

#dashboard .box-listado-2 .footer a {
    display: inline-block;
    color: #545454;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    background: #eee;
    border-radius: 15px;
}

#dashboard .box-listado-2 .footer .btn-footer img {
    width: 25px;
    position: absolute;
    top: 5px;
    right: 28%;
    display: inline-block;
}

#dashboard .especial-row {
    display: block;
    padding: 0 35px;
}

.oportunidad-cerrar {
    display: block;
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.oportunidad-cerrar .header {
    position: relative;
    padding: 15px;
    text-align: left;
    border-bottom: 2px solid #ededed;
    margin-bottom: 10px;
}

.oportunidad-cerrar .header a {
    position: absolute;
    top: 5px;
    right: 0;
}

.oportunidad-cerrar .header a img {
    width: 37px;
    margin: 0;
}

.oportunidad-cerrar .header strong {
    font-family: 'whitneysemibold';
    color: #606060;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
}

.oportunidad-cerrar .content {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

.oportunidad-cerrar .content .flex {
    width: 100%;
    float: left;
    display: block;
    background: #fff;
    padding: 15px 0 20px;
    border-bottom: 2px solid #ededed;
}

.oportunidad-cerrar .content .flex:last-child {
    border-radius: 10px;
}

.oportunidad-cerrar .titulo {
    display: block;
    width: 100%;
    float: left;
}

.oportunidad-cerrar .titulo span,
.oportunidad-cerrar .date span,
.oportunidad-cerrar .user span {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0px;
}

.oportunidad-cerrar .titulo a span {
    font-family: 'whitneysemibold';
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    color: #545454;
    margin-bottom: 10px
}

.tareas-siguientes .titulo a h2 {
    font-family: 'whitneysemibold';
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    color: #545454;
    margin-bottom: 10px
}

.ultima-novedad .titulo a {
    font-family: 'whitneysemibold';
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    color: #545454;
    margin-bottom: 10px
}

.oportunidad-cerrar .date span,
.oportunidad-cerrar .user span {
    padding-left: 10px;
    width: 85%;
    vertical-align: text-top;
}

.oportunidad-cerrar .date img,
.oportunidad-cerrar .user img {
    display: inline-block;
    width: 10px;
    margin: 0;
    position: relative;
    top: -3px;
}

.oportunidad-cerrar .price {
    font-family: 'whitneysemibold';
    position: relative;
    display: inline-block;
    background-color: #eee;
    text-align: center;
    color: #545454;
    padding: 3px 25px;
    border-radius: 5px;
    top: 0;
    font-size: 12px;
    font-weight: bold;
}

.oportunidad-cerrar .footer {
    display: block;
    background: #fff;
    padding: 0;
    text-align: center;
    float: left;
    width: 100%;
}

.oportunidad-cerrar .footer .btn-footer {
    display: block;
    width: 100%;
    position: relative;
}

.oportunidad-cerrar .footer a {
    display: block;
    color: #033b5a;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.oportunidad-cerrar .footer .btn-footer img {
    width: 25px;
    position: absolute;
    top: 5px;
    right: 37%;
    display: inline-block;
}

.especial-row #search-clientes {
    margin: 0;
}

.resultado {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.resultado .header {
    position: relative;
    padding: 15px;
    text-align: left;
    border-bottom: 2px solid #ededed;
    margin-bottom: 0px;
}

.resultado .header a {
    position: absolute;
    top: 5px;
    right: 0;
}

.resultado .header a img {
    width: 37px;
}

.resultado .header strong {
    font-family: 'whitneysemibold';
    color: #606060;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
}

.resultado .contenido {
    display: block;
    width: 100%;
    float: left;
}

.resultado .contenido .item-list {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 2px solid #ededed;
}

.resultado .contenido .item-list:last-child {
    border-bottom: 0px solid #ededed;
}

.resultado .contenido .item-list .fecha {
    width: 155px;
    display: inline-block;
    float: left;
}

.resultado .contenido .item-list .cliente {
    width: 100%;
    display: inline-block;
    float: left;
}

.resultado .contenido .item-list span {
    color: #606060;
    font-size: 12px;
}

.resultado .contenido .item-list .cliente span {
    color: #606060;
    font-size: 12px;
    display: inline-block;
    float: left;
    width: 80%;
    line-height: 16px;
}

.resultado .contenido .item-list .user {
    display: block;
    margin-bottom: 10px;
}

.resultado .contenido .item-list .user h2 {
    position: relative;
    font-size: 15px;
    vertical-align: middle;
}

.resultado .contenido .item-list .user h2 a {
    font-weight: bold;
    color: #545454;
}

.resultado .contenido .item-list .user span {
    position: absolute;
    top: 0;
    right: 0;
}

.resultado .contenido .item-list .btn-list a {
    display: block;
    float: right;
    position: relative;
    font-size: 16px;
    color: #048b8a;
    font-weight: bold;
}

.resultado .contenido .item-list .btn-list a img {
    width: 25px;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-bottom: 0;
}

.resultado .contenido .item-list .user img,
.resultado .contenido .item-list .fecha img,
.resultado .contenido .item-list .hora img {
    width: 25px;
    position: relative;
}

.resultado .contenido .item-list .fecha img {
    width: 10px;
}

.resultado .contenido .item-list .cliente img {
    width: 10px;
    position: relative;
    top: 0;
    float: left;
    margin-right: 5px;
}

.resultado .footer {
    display: block;
    background: #fff;
    padding: 0px;
    text-align: center;
    float: left;
    width: 100%;
}

.resultado .footer .btn-footer {
    display: block;
    width: 100%;
    position: relative;
}

.resultado .footer a {
    display: block;
    color: #033b5a;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.resultado .footer .btn-footer img {
    width: 25px;
    position: absolute;
    top: 5px;
    right: 37%;
    display: inline-block;
}

#form-oportunidades .header {
    background-color: #033b5a;
    color: #fff;
    padding: 15px 35px;
}

#form-oportunidades .header strong {
    font-size: 16px;
}

#form-oportunidades .box-left-oportunidad {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 35px;
}

#form-oportunidades .box-left-oportunidad .calendario.field-oportunidad-fecha-cierre {
    display: inline-block;
    width: 90%;
}

#form-oportunidades .footer {
    display: block;
    background: #048b8a;
    padding: 0;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}

#form-oportunidades .footer a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

#form-oportunidades .footer a img {
    width: 25px;
    position: absolute;
    top: 5px;
    right: 40%;
    display: inline-block;
}

#form-oportunidades-2 .header {
    background-color: #033b5a;
    color: #fff;
    padding: 15px 35px;
}

#form-oportunidades-2 .header strong {
    font-size: 16px;
}

#form-oportunidades-2 .box-left-oportunidad {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 35px;
}

#form-oportunidades-2 .box-left-oportunidad .calendario.field-oportunidad-fecha-cierre {
    display: inline-block;
    width: 90%;
}

#form-oportunidades-2 .footer {
    display: block;
    background: #048b8a;
    padding: 10px;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}

#form-oportunidades-2 .footer a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#form-oportunidades-2 .footer a img {
    width: 25px;
    position: absolute;
    top: 5px;
    right: 40%;
    display: inline-block;
}

.clientes-recientes {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.clientes-recientes .title {
    font-family: 'whitneysemibold';
    position: relative;
    color: #606060;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
}

.clientes-recientes .title a {
    position: absolute;
    top: 0;
    right: 0;
}

.clientes-recientes .title a img {
    width: 37px;
}

.clientes-recientes .list {
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    border-bottom: 2px solid #ededed;
}

.clientes-recientes .list:last-child {
    border-bottom: none;
}

.clientes-recientes .list span {
    font-size: 14px;
}

.clientes-recientes .user {
    display: inline-block;
    float: left;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    top: 15px;
}

.clientes-recientes .btn-list a {
    display: block;
    float: right;
    position: relative;
    top: -15px;
    font-size: 16px;
    color: #048b8a;
    font-weight: bold;
}

.clientes-recientes .btn-list a img {
    width: 25px;
    display: inline-block;
    position: relative;
    top: 25px;
    right: 10px;
    margin-bottom: 17px;
}

#content-noticias {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
}

#content-noticias .header {
    background-color: #033b5a;
    color: #fff;
    padding: 15px 35px;
}

#content-noticias .header strong {
    font-size: 16px;
}

#content-noticias .item {
    display: block;
    width: 100%;
    float: left;
    padding: 15px;
}

#content-noticias .item .icon {
    display: inline-block;
    width: 12px;
    margin: 0 0 3px;
    position: relative;
    top: 5px;
}

#content-noticias .titulo {
    display: block;
    width: 100%;
}

#content-noticias .titulo h3 {
    color: #606060;
    font-size: 14px;
    font-weight: bold;
}

#content-noticia img {
    margin: 0;
}

#content-noticias .date {
    display: block;
    width: 100%;
}

#content-noticias .date span {
    color: #606060;
    font-size: 12px;
}

.dimmed.dimmable>.ui.animating.dimmer,
.dimmed.dimmable>.ui.visible.dimmer,
.ui.active.dimmer {
    z-index: 99999;
}

.oportunidades .form-group label.custom-file {
    display: block;
    padding-left: 0;
    margin-top: 8px;
}

.oportunidades .form-group.field-oportunidad-adjuntos {
    margin: 0 !important;
}

#oportunidad-iva {
    width: 68%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.box-adjuntar label.custom-file {
    font-weight: bold;
    padding: 10px 18px 0;
    font-size: 14px;
    text-align: left;
}

.fecha-especial input#example-date-input {
    width: 100%;
    display: block;
}

#especial-labels .form-group.no-padding label {
    padding: 0;
}

#especial-labels .form-group a {
    position: relative;
    top: 7px;
}

#no-padding .form-group {
    margin-bottom: 5px;
}

.box-oportunidad {
    display: block;
    clear: both;
    float: left;
    height: 23px;
    overflow: hidden;
    margin-bottom: 5px;
}

.box-oportunidad .oportunidad {
    position: relative;
    top: -6px;
    font-size: 14px;
}

.ui.fluid.search.dropdown.selection.multiple {
    height: auto;
}

/*EMBUDO*/
nav#menu-em {
    margin: 0;
}

nav#menu-em .container-fluid {
    background-color: #033b5a;
}

nav#menu-em.navbar-default .navbar-collapse,
nav#menu-em.navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #033b5a;
}

nav#menu-em .brand img {
    width: 150px;
    margin-top: 20px;
}

nav#menu-em .menu-list .collapse {
    display: inline-block;
}

nav#menu-em .menu-list .nav>li {
    position: relative;
    display: inline-block;
    margin: 15px 0px;
    padding: 0 0 0 15px;
}

nav#menu-em .menu-list .nav>li.active,
nav#menu-em .menu-list .nav>li:hover {
    background-color: #033b5a;
}

nav#menu-em .menu-list .nav>li a {
    color: #fff;
}

#menu-em .menu-list {
    display: inline-block;
}

nav#menu-em .box-user {
    display: inline-block;
    float: right;
    margin: 10px 0;
    position: relative;
    top: 10px;
}

nav#menu-em .box-user .nav>li>a {
    padding: 0 10px;
}

nav#menu-em .menu-list .nav>li:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 4px;
    width: 20px;
    height: 20px;
}

nav#menu-em .menu-list .nav>li#item-panel:before {
    background: url(../img/menu/panel.png);
    background-size: 80%;
    background-repeat: no-repeat;
    top: 9px;
}

#item-ws:before {
    background: url(../img/menu/icono-whatsapp.png);
    background-size: 80%;
    background-repeat: no-repeat;
    top: 9px;
}

nav#menu-em .menu-list .nav>li#item-clientes:before {
    background: url(../img/menu/menu_2.png);
    background-size: 80%;
    background-repeat: no-repeat;
    top: 7px;
}

nav#menu-em .menu-list .nav>li#item-solicitudes:before {
    background: url(../img/menu/menu_2.png);
    background-size: 80%;
    background-repeat: no-repeat;
    top: 7px;
}

nav#menu-em .menu-list .nav>li#item-tareas:before {
    background: url(../img/menu/menu_3.png);
    background-size: 80%;
    background-repeat: no-repeat;
    top: 7px;
}

nav#menu-em .menu-list .nav>li#item-reuniones:before {
    background: url(../img/menu/menu_14.png);
    background-size: 80%;
    background-repeat: no-repeat;
    top: 7px;
}

nav#menu-em .menu-list .nav>li#item-oportunidades:before {
    background: url(../img/menu/menu_5.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 7px;
}

nav#menu-em .navbar-nav>li>a i:before {
    content: '';
    background: url(../img/menu/icono-impulsa-2.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 5px;
    background-size: 100%;
}

nav#menu-em .menu-list .nav>li.dropdown:before {
    content: '';
    background: url(../img/menu-em/mas.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 8px;
    background-size: 100%;
}

.content.full-width {
    width: 100%;
    float: left;
}

#container-embudo {
    background: #fff;
}

.vistas {
    display: block;
}

.vistas ul {
    list-style: none;
    float: left;
    margin: 5px 0;
}

.vistas ul li {
    display: inline-block;
    float: left;
}

.vistas ul li img {
    width: 30px;
    height: 30px;
}

#menu-em .number {
    background-color: #666;
}

.botonera li a {
    display: block;
    margin: 0;
    background: transparent;
}

.botonera li a.crear {
    background: #033b5a;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    margin: 2px 10px 0;
}

#filter-em .navbar-nav>li {
    background-color: #fff;
    padding: 6px 0;
    margin: 9px 5px;
    border-radius: 5px;
}

#filter-em .navbar-nav>li.settings {
    padding: 5px 0 0 0;
    margin: 10px 0;
}

#filter-em .navbar-nav>li a {
    cursor: pointer;
    color: #545454;
    font-weight: bold;
    padding: 0 5px;
}

#filter-em .navbar-nav>li ul li a:hover {
    color: #fff;
}

#filter-em .navbar-nav>li.settings img {
    width: 15px;
}

#filter-em .dropdown-menu {
    width: auto;
    padding: 10px;
}

.ui-sortable {
    width: 100%;
    height: 100%;
    min-height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 0;
    background: #f5f5f5;
}

.ui-sortable li {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    font-size: 1.2em;
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
}

.ui-state-default a:hover,
.ui-state-default a:hover {
    color: #033b5a;
}

div#embudo {
    display: block;
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
}

.box-embudo {
    display: block;
    width: 100%;
    float: left;
    height: 100%;
}

.box-embudo-2 {
    display: block;
    width: 50%;
    float: left;
    height: 100%;
}

.box-embudo-3 {
    display: block;
    width: 33.333%;
    float: left;
    height: 100%;
}

.box-embudo-4 {
    display: block;
    width: 25%;
    float: left;
    height: 100%;
}

.box-embudo-5 {
    display: block;
    width: 20%;
    float: left;
    height: 100%;
}

.box-embudo-6 {
    display: block;
    width: 16.666%;
    float: left;
    height: 100%;
}

.box-embudo-7 {
    display: block;
    width: 14.222%;
    float: left;
    height: 100%;
}

.box-embudo-8 {
    display: block;
    width: 12.444%;
    float: left;
    height: 100%;
}

.box-embudo-9 {
    display: block;
    width: 11.111%;
    float: left;
    height: 100%;
}

.box-embudo-10 {
    display: block;
    width: 10%;
    float: left;
    height: 100%;
}



#embudo .header {

    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    background: #eee;
    padding: 10px 15px;
    border: 1px solid #ededed;
    z-index: 9;
}

#embudo .header h3 {
    font-size: 16px;
    color: #606060;
    font-weight: bold;
    margin-bottom: 5px;

}

.listas {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    border: 1px solid #ededed;
    float: left;
}

.ui-sortable li strong.title {
    font-family: 'whitneysemibold';
    display: block;
    width: 85%;
    margin-bottom: 5px;
    color: #6a6a6a;
    line-height: 20px;
    float: left;
}

.ui-sortable li small {
    display: block;
    width: 85%;
    font-size: .8rem;
    line-height: 1.2em;
    color: #6a6a6a;
}

.action {
    /*opacity: 0;*/
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    background: #dbdddc;
    padding: 10px;
    z-index: 999;
    transition: opacity 1s ease-out, bottom 2s ease-out 1s;
}

.action.open {
    opacity: 1;
    bottom: 0;
    transition: opacity 1s ease-out, bottom 2s ease-out 1s;
}

.action ul {
    list-style: none;
}

.action ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 5px 10px;
    width: 30%;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
}

.action ul li:before {
    content: '';
    position: absolute;
    left: 28%;
    top: 10px;
    width: 30px;
    height: 30px;
}

.action ul li:nth-child(1):before {
    background: url(../img/embudo/delete.png);
    background-size: 100%;
}

.action ul li:nth-child(2):before {
    background: url(../img/embudo/iconoembudo-6.png);
    background-size: 100%;
}

.action ul li:nth-child(3):before {
    background: url(../img/embudo/iconoembudo-7.png);
    background-size: 100%;
    left: 17%;
}

.action ul li:nth-child(4):before {
    background: url(../img/embudo/iconoembudo-7.png);
    background-size: 100%;
}

.action ul li:nth-child(5):before {
    background: url(../img/embudo/iconoembudo-7.png);
    background-size: 100%;
}

.action ul li:nth-child(1) {
    background: #f5f6f9;
    color: #606060;
}

.action ul li:nth-child(2) {
    background: #cd1112;
}

.action ul li:nth-child(3) {
    background: #033b5a;
}

.action ul li:nth-child(4) {
    background: #033b5a;
}

.action ul li:nth-child(5) {
    background: #033b5a;
}

.action ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    color: #fff;
}

.action ul li:nth-child(1) a {
    color: #606060;
}

.testclass {
    border: 2px dashed #ededed !important;
    width: inherited;
}

#search-embudo {
    margin: 7px 0;
}

#search-embudo .form-control {
    background: #033b5a;
    color: #fff !important;
    border: 1px solid white;
    font-size: 12px;
    height: 30px;
    border-radius: 10px;
}

#search-embudo .form-control::-webkit-input-placeholder {
    color: #fff;
}

.btn-embudo {
    position: relative;
    left: -40px;
    height: 30px;
    padding: 8px 10px;
    background: transparent !important;
    border: none;
    box-shadow: none;
}

nav#menu-em.navbar-default .navbar-form {
    width: 240px;
}

.botonera li ul li {
    width: 100%;
}

.botonera li ul li a {
    background: #fff;
    border-color: #fff;
}

a.alert-tareas {
    display: block;
    width: 35px;
    position: absolute;
    top: 25%;
    right: 10px;
}

.alert-tareas img {
    width: 35px;
}

.modal-embudo .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    float: left;
    width: 70%;
    margin-left: 15%;
}

.modal-embudo .modal-body {
    position: relative;
    padding: 35px 15px;
    display: block;
    float: left;
    width: 100%;
}

.modal-embudo .modal-body .navbar-nav {
    float: left;
}

.modal-embudo .info .navbar-nav>li {
    padding: 0 5px;
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}

.box-campos-personalizables .crear-nuevo {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.box-campos-personalizables .ui-sortable li {
    padding: 0;
}

nav.navbar.navbar-default .box-footer {
    border-top: none;
}

.novedades-adjunto .adjuntos ul {
    display: block;
    float: left;
    padding-left: 35px;
    margin-top: 10px;
}

#dialogo .actions {
    bottom: 0;
    position: absolute;
    width: 100%;
}

#dialogo>.content {
    padding: 10px 10px 0;
}

#aviso .actions {
    bottom: 0;
    position: absolute;
    width: 100%;
}

#aviso>.content {
    padding: 10px 10px 0;
}

#oportunidaddetalle-descuento,
#oportunidaddetalle-cantidad {
    padding: 6px 0 6px 6px;
}

.form-horizontal .control-label {
    font-family: 'whitneysemibold';
    padding-top: 0;
    margin-bottom: 0;
    text-align: left !important;
    line-height: 18px;
    margin-top: 0;
}

.input-group.fono,
.input-group.email {
    display: block;
}

#YouTube .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

a.btn-youtube img {
    cursor: pointer;
}

/*LOADING...*/
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, .7);
    z-index: 99999;
}

#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #033b5a;

    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d8d8d8;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5d5d5d;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.ui.modal .content form {
    padding: 15px 35px;
}

/*email multiple*/
span.email-ids {
    float: left;
    /* padding: 4px; */
    border: 1px solid #ccc;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    background: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
}

span.cancel-email {
    border: 1px solid #ccc;
    width: 18px;
    display: block;
    float: right;
    text-align: center;
    margin-left: 20px;
    border-radius: 49%;
    height: 18px;
    line-height: 15px;
    margin-top: 1px;
    cursor: pointer;
}

.col-sm-12.email-id-row {
    border: 1px solid #999;
}

.col-sm-12.email-id-row input {
    border: 0px;
    outline: 0px;
}

span.to-input {
    display: block;
    float: left;
    padding-right: 11px;
}

.col-sm-12.email-id-row {
    padding-top: 6px;
    padding-bottom: 7px;
    margin-top: 23px;
}

/*nuevo css a incorporar*/
div#dialogominuta {
    overflow: auto;
}

.single-visitas .grey span p {
    line-height: 20px;
}

.single-visitas .grey span ul,
.single-visitas .grey span ol {
    padding-left: 35px;
    margin-bottom: 0;
    margin-top: 0px;
    width: 100%;
}

.single-visitas .grey span ul li,
.single-visitas .grey span ol li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

nav#menu-em {
    margin: 0;
    background-image: linear-gradient(45deg, #033b5a, #033b5a);
    background: #033b5a;
    border-color: #033b5a;
    border-radius: 0;
}

.content .top_bar {
    padding: 15px 30px 0px 30px;
}

/*new style parrafo y lista minuta */
.single-visitas .grey span p {
    margin-bottom: 15px;
}

.single-visitas .grey span ul,
.single-visitas .grey span ol {
    margin-bottom: 10px;
    margin-top: 10px;
}

.single-visitas .grey span ul li ul,
.single-visitas .grey span ol li ol {
    padding-left: 35px;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
}

.lista-estados {
    margin-bottom: 10px !important;
}

.lista-estados .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.select2-selection__rendered {
    line-height: 16px !important;
    margin-top: 8px;
    font-size: 16px;
    height: 35px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #f5f6f9;
    border: 1px solid #eee;
    border-radius: 10px;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    height: 35px !important;
}

.select2-results__option {
    font-size: 16px;
    line-height: 18px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px;
    height: 35px;
}

.select2-selection__arrow {
    height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 40% !important;
}

.cke_reset_small .cke_reset {
    height: 95px !important;
}

.field-oportunidad-comentarios {
    margin: 0 !important;
}

.error-span {
    color: #a94442 !important;
}

.has-error-select2 {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.has-error-select2:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}

.email-item {
    background-color: #F5F7F7 !important;
    height: 26px !important;
    padding: 15px 0px 30px 20px !important;
}

.email-item a {
    margin-left: -15px;
    display: block;
}

.email-item:hover {
    background-color: #C2DBFF !important;
}

.email-item input[type=checkbox] {
    height: 13px;
}

#email-actions-icons i {
    cursor: pointer;
}

.current-tag {
    background-color: #90E0D8;
    color: #fff !important;
}

.current-tag:hover,
.tag:hover {
    background-color: #C2F0EB;
}

.count-inbox {
    background-color: #4f5b69;
    color: white;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 70%;
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    margin-top: 8px;
    margin-left: 5px;
}

.email-adjunto {
    display: inline-block;

    margin: 0 0 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px;
    margin-right: 15px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 30px;
    padding: 5px 15px 5px 40px;
    position: relative;
}

.email-adjunto:before {
    content: '';
    position: absolute;
    background: url(../img/mails/descarga_gris.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    left: 10px;
    top: 1px;
}

.btn-paginacion {
    background-color: #c3c3c3;
    margin-right: 2px;
    border-radius: 0px;
    cursor: pointer;
}

/*new style parrafo y lista minuta FIN*/
/*tabla Estadisticas*/
table.table.table-borderless {
    padding: 0 35px;
    display: block;
}

/*tabla Estadisticas FIN*/
/*new css correos*/
.box-sidebar {
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
}

.box-sidebar.current-tag {
    background-color: #033b5a;
    border: 1px solid #033b5a;
    color: #fff;
}

.box-sidebar.current-tag:hover,
.tag:hover {
    background-color: #033b5a;
}

.btn-filtro-emails {
    display: inline-block;
}

.btn-filtro-emails .btn.btn-default {
    height: 30px !important;
    top: 5px;
    position: relative;
    margin-left: 5px;
    border: none !important;
    box-shadow: none;
    min-width: auto !important;
}

.bandeja {
    top: -20px;
    position: relative;
}

li.list-group-item.email-item {
    background: #f2f2f2 !important;
    margin: 2px 0;
    border-radius: 0;
}

li.list-group-item.email-item.unread {
    background: #fff !important;
    font-weight: bold;
}

.avatar-email {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #033b5a;
    padding: 8px 5px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    position: relative;
    top: -8px;
    left: -5px;
}

.btn-paginacion {
    margin: 2px;
}

.btn-paginacion:hover {
    background-color: #033b5a;
    color: #fff;
}

.box-sidebar img,
.more-sidebar img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.box-sidebar .blanco {
    display: none;
}

.box-sidebar:hover .gris,
.box-sidebar.current-tag .gris {
    display: none;
}

.box-sidebar:hover .blanco,
.box-sidebar.current-tag .blanco {
    display: block;
}

.more-sidebar {
    display: block;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 4px;
    margin: 10px 0px;
}

.more-sidebar a {
    display: block;
}

#email-actions-icons a .icons-superior {
    width: 30px;
    display: inline-block;
    margin: 5px;
    position: relative;
    top: 5px;
    vertical-align: bottom;
}

#email-actions-icons a .icons-superior:hover {
    opacity: .6;
}

#email-actions-icons a:nth-child(1) img {
    top: 11px;
}

#email-actions-icons a:nth-child(2) img {
    top: 7px;
}

#email-actions-icons a:nth-child(3) img {
    top: 8px;
}

#email-actions-icons a:nth-child(4) img {
    top: 10px;
}

#cabecera-email-body {
    font-family: 'whitneysemibold';
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 1em;
    border: 1px solid #eee;
    margin: 0 -15px 15px;
    border-radius: 15px;
}

#email-body {
    width: 100%;
    background: #fff;
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #eee;
    border-radius: 15px;
}

#email-body>div {
    padding: 0 20px;
}

.title .icons-superior {
    width: 25px;
    display: inline-block;
    margin: 5px;
    position: relative;
    top: 10px;
    vertical-align: bottom;
}

.vincular {
    width: 100%;
    display: block;
    background: #fff;
    padding-bottom: 35px;
    border-radius: 15px;
}

.vincular .titulo {
    font-family: 'whitneysemibold';
    background-color: #ffffff;
    width: 100%;
    color: #545454;
    font-weight: bold;
    text-align: left;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
    border-radius: 15px 15px 0 0;
}

.vincular span {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.vincular .select2-container .select2-selection--single,
.vincular .select2-container .select2-selection--multiple {
    height: 30px !important;
}

.vincular .select2-selection__rendered {
    line-height: 16px !important;
    margin-top: 8px;
}

.vincular .select2-selection__arrow {
    height: 30px !important;
}

#responder-btn,
#reenviar-btn {
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #B9B9B9;
    margin: 0 -30px;
    cursor: pointer;
}

.enviar_email {
    margin-top: 10px;
}

.vincular .btn,
.btn-extra .btn {
    border-radius: 0;
    text-align: center;
    margin: 0px auto;
    display: block;
    float: none !important;
    border-radius: 10px;
}

.btn-extra .btn {
    background: #d6e9eb;
    color: #545454;
}

.title.detalle-mails a {
    margin: 0 5px;
}

.title.detalle-mails a:nth-child(1) {
    margin: 0 5px 0 0;
    top: 5px;
    position: relative;
}

.title.detalle-mails a:nth-child(2) {
    position: relative;
    top: 2px;
}

.title.detalle-mails a:nth-child(3) {
    position: relative;
    top: 3.5px;
}

div#email-body b {
    font-weight: bold;
}

div#email-body i {
    font-style: italic;
}

#email-body ol,
#email-body ul {
    padding-left: 35px;
    margin-bottom: 25px;
}

.text-ganada {
    font-weight: bold;
    color: #033b5a;
    padding-top: 5px;
    font-size: 12px;
}

.single-clientes .title h2 {
    font-family: 'whitneysemibold';
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
}

.white-emails {
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #eee;
    float: left;
    border-radius: 10px;
}

#aside-filtro {
    padding: 0;
}

.aside i span {
    font-family: 'whitneylight';
    font-size: 18px;
    margin-left: 5px;
}

/*new*/
#avanzado .select2-container--default .select2-selection--multiple {
    height: auto !important;
}

#avanzado .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 30px !important;
    margin-top: 0px;
    font-size: 14px;
    min-height: 30px !important;
    border-radius: 0;
    overflow: visible !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
}

.badge.unread {
    position: absolute;
    margin-top: -14px;
    margin-left: 5px;
}

/*29-11-2019*/
.footer-single-mail {
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 26px;
    border: 1px solid #d3d3d3;
    margin: 15px -15px;
    border-radius: 15px;
}

.footer-single-mail #responder-btn,
.footer-single-mail #reenviar-btn {
    width: auto;
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #eee;
    margin: 0;
    cursor: pointer;
    border-radius: 15px;
}

.footer-single-mail #responder-todos-btn {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #eee;
    margin: 0;
    cursor: pointer;
    border-radius: 15px;
}

.footer-single-mail #responder-todos-btn:before {
    content: '';
    position: absolute;
    background: url(../img/mails/icono_respondervarios.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 2px;
}

/*Single emails*/
.white-emails {
    padding: 0;
}

.box-w-single .panel-default {
    border-color: #fff;
    box-shadow: none !important;
    background: #fff;
    margin-bottom: 0;
}

.box-w-single .btn-input {
    position: absolute;
    right: 50px;
    top: 48px;
    font-weight: bold;
}

.box-w-single .btn-input1 {
    right: 100px;
}

.box-w-single .form-group.row {
    margin-bottom: 0;
}

.box-w-single {
    padding: 20px;
    position: relative;
}

.box-cabecera {
    border-bottom: 1px dashed #dedede;
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 26px;
}

/*single*/
#responder-body .btn-input {
    position: absolute;
    right: 50px;
    top: 29px;
    font-weight: bold;
}

#responder-body .btn-input1 {
    right: 100px;
}

#reenviar-body .btn-input {
    position: absolute;
    right: 50px;
    top: 29px;
    font-weight: bold;
}

#reenviar-body .btn-input1 {
    right: 100px;
}

#responder-body,
#reenviar-body {
    background-color: transparent;
    padding: 20px;
    margin: 15px -15px;
    width: 100%;
}

.blanco-bg-2 {
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.blanco-bg-2 .cabecera {
    border-bottom: 1px dashed #333;
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 26px;
}

.blanco-bg-2 .panel-default {
    border-color: #fff;
    box-shadow: none !important;
    background: #fff;
}

.agrupa-mails {
    border-radius: 100px;
    height: 30px;
    width: 30px;
    border-style: solid;
    border-width: 1px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.agrupa-mails .numero-mails {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 46px;
    top: 170px;
}

.agrupa-mails .expandir {
    font-size: 14px;
    font-weight: bold !important;
    position: absolute;
    left: 48px;
    top: 170px;
}

.history {
    font-size: 35px;
    background-color: #E8EAED !important;
    width: fit-content;
}

.numero-mails {
    font-size: 12px;
    font-weight: normal;
}

/*fin 29-11-2019*/
/* Mensaje autorización cotización */
.autorizacion-cotizacion {
    width: 95%;
    padding: 15px;
    background-color: #d2eac8;
    line-height: 20px;
}

.lista-precio-cliente-detalle {
    margin-left: 25px;
    margin-bottom: 10px;
}

.info-visita .seleccionar {
    margin-right: 5px;
}

.file-close {
    position: absolute;
    margin-left: -14px;
    top: 17px;
    background-color: #777777;
    border-radius: 100px;
    height: 16px;
    width: 18px;
    padding-left: 3px;
    cursor: pointer;
}

/*21-02-2020*/
#cabecera .secundario p {
    margin-bottom: 15px;
}

#email-actions-icons a {
    display: block;
    float: left;
}

.box-sidebar a,
.box-sidebar a span {
    display: block;
}

.btn-filtro-emails button.btn.btn-default.dropdown-toggle {
    margin-top: 10px;
}

.box-tareas {
    min-height: 115px;
}

.select2-container .select2-selection--multiple {
    height: auto !important;
    border: solid #eee 1px;
    outline: 0;
    background: #f5f6f9;
    border-radius: 10px;
}

.select2-selection__rendered {
    height: auto;
    margin-bottom: 0;
}

.description ol {
    padding-left: 15px;
    margin-bottom: 15px;
}

.description ol li {
    font-family: 'whitneylight';
    font-size: 14px;
    margin-bottom: 5px;
}

.description ol li a,
.description ol li span {
    font-size: 14px;
}

.description ol li strong {
    font-size: 14px;
    font-weight: bold;
}

.form-horizontal .form-group span.panel-title {
    font-weight: bold;
    font-size: 16px;
}

/*27-04-20*/
.tarea_realizada {
    text-decoration: line-through;
}

.fc-today {
    opacity: 0.4 !important;
}

.fc-view-container {
    background-color: #fff !important;
}

.fc-toolbar {
    background-color: #fff !important;
}

.fc-slats tr {
    height: 28px !important;
}

.tarea_asignado_otro:after,
.tarea_asignado_usuario:after {
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.tarea_asignado_usuario:after {
    content: '';
    background: url('../img/tareas/asignado-a-mi.png');
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.tarea_asignado_otro:after {
    content: '';
    background: url('../img/tareas/asignado-otro.png');
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.fc-left .btn-group {
    padding-left: 30px;
}

.fc-right .btn-group {
    padding-right: 45px;
}

.fc-left button.btn-primary {
    background-color: white;
    border: 1px solid #eee;
    color: #929292;
    border-radius: 10px !important;
    margin: 0 5px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em !important;
}

.fc-left button.btn-primary.active,
.fc-left button.btn-primary:hover {
    background-color: #ededed;
    border: 1px solid #eee;
    color: #929292;
    border-radius: 10px !important;
}

.fc-right .fc-prev-button.btn.btn-primary,
.fc-right .fc-next-button.btn.btn-primary {
    border-radius: 70% !important;
    padding: 5px 10px;
    border: 1px solid #eee;
    background: transparent;
    color: #929292;
    margin: 0 2px;
}

.fc-right .fc-prev-button.btn.btn-primary:hover,
.fc-right .fc-next-button.btn.btn-primary:hover {
    border-radius: 70% !important;
    padding: 5px 10px;
    border: 1px solid #eee;
    background: transparent;
    color: #929292;
    margin: 0 2px;
}

.fc-right .fc-prev-button.btn.btn-primary span {
    position: relative;
    top: 2px;
    left: -1px;
}

.fc-right .fc-next-button.btn.btn-primary span {
    position: relative;
    top: 2px;
    right: -1px;
}

table.table-bordered tr th {
    color: #033b5a;
    font-weight: bold;
    padding: 10px;
}

#calendar {
    overflow: auto;
    height: 78.4vh;
}

/*27-04-20-fin*/
/*22-05-2020*/
#box_embudo {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    float: left;
    position: relative;
    height: 87vh;
}

#box_embudo #embudo {
    display: block;
    width: max-content;
    float: left;
    height: 100%;
    position: absolute;
}

#box_embudo #embudo .box-embudo-7,
#box_embudo #embudo .box-embudo-8,
#box_embudo #embudo .box-embudo-9,
#box_embudo #embudo .box-embudo-10,
#box_embudo #embudo .box-embudo-11,
#box_embudo #embudo .box-embudo-12,
#box_embudo #embudo .box-embudo-13,
#box_embudo #embudo .box-embudo-14,
#box_embudo #embudo .box-embudo-15,
#box_embudo #embudo .box-embudo-16,
#box_embudo #embudo .box-embudo-17,
#box_embudo #embudo .box-embudo-18,
#box_embudo #embudo .box-embudo-19,
#box_embudo #embudo .box-embudo-20 {
    width: 212px;
    display: inline-block;
    float: left;
    height: 100%;
}

#box_embudo #embudo .header h3 {
    font-family: 'whitneysemibold';
    font-size: 14px;
}

/*fin 22-05-2020*/
/*Cambios 10/06/2020*/
.white_v2 {
    background: #fff;
    display: block;
    width: 100%;
    float: left;
    padding: 15px 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.menu-list .dropdown-menu li {
    background: #033b5a !important;
    color: #424242;
}

.menu-list .dropdown-menu li a {
    color: #fff;
    background: #033b5a;
}

.menu-list .dropdown-menu li:hover a {
    background: #033b5a;
}

nav#menu-em .menu-list .nav>li a:hover {
    color: #ededed;
}

#nombre_Cliente .field-cliente-nombre input {
    background: #f5f6f9;
}

.actions_box_v2 {
    padding-top: 12px;
    float: right;
    position: relative;
    margin-right: 25px;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #545454;
    background-color: #f5f6f9;
    border-color: #f5f6f9;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #545454;
    background-color: #f5f6f9;
    border-color: #f5f6f9;
}

.actions_box_v2 .dropdown-toggle,
.actions_box_v2 .drop_actions.dropdown.open {
    float: right;
    border: 1px solid #f5f6f9;
    background-color: #f5f6f9;
    color: #545454;
}

.actions_box_v2 .drop_actions .dropdown-menu {
    width: 280px !important;
    padding: 5px;
    top: 25px;
    left: auto !important;
    right: 0 !important;
}

.actions_box_v2 .drop_actions .dropdown-menu>li {
    position: relative;
}

.actions_box_v2 .drop_actions .dropdown-menu>li:hover {
    background: #eee;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.tarea:before {
    content: '';
    position: absolute;
    background: url(../img/flecha-impulsa.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.oportunidad_c:before {
    content: '';
    position: absolute;
    background: url(../img/flecha-impulsa.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.oportunidad_s:before {
    content: '';
    position: absolute;
    background: url(../img/flecha-impulsa.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.minuta:before {
    content: '';
    position: absolute;
    background: url(../img/flecha-impulsa.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.new_contact:before {
    content: '';
    position: absolute;
    background: url(../img/flecha-impulsa.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.edit:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/single/edit.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.delete:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/single/delete.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.activar:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/single/delete.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

.actions_box_v2 .drop_actions .dropdown-menu>li>a {
    padding-left: 30px;
    font-size: 14px;
}

.actions_box_v2 .dropdown-menu>li>a:focus,
.actions_box_v2 .dropdown-menu>li>a:hover {
    background-color: transparent;
    background: transparent;
    color: #545454;
}

.clientes-recientes .title .ui a {
    position: relative;
    top: auto;
    left: auto;
    float: none;
}

#cl-recientes .contenido .btn {
    background: #eee;
    color: #545454;
    border-radius: 35px;
    padding: 2px 10px;
    cursor: pointer;
}

.box_minuta_width {
    display: block;
    width: 100%;
    background: #fff;
    padding: 35px;
    margin: 0 0 35px 0;
    border-radius: 10px;
    border: 1px solid #eee;
}

.box_minuta_width .btn-group {
    margin-bottom: 15px;
    float: left;
}

.box_minuta_width label {
    color: #545454;
    font-weight: bold;
    margin-bottom: 5px;
}

.box_minuta_small {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    margin: 0 0 15px 0;
    border-radius: 10px;
    border: 1px solid #eee;
}

.text-center .enviar {
    float: none;
    margin: 15px auto 35px;
}

.white_v2 .select2-container--default .select2-selection--single {
    background-color: #f5f6f9;
    border: 1px solid #eee;
    border-radius: 10px;
}

.white_v2 .select2-selection__arrow {
    height: 35px !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #f5f6f9;
}

#detalle_tareas .head .dropdown {
    position: absolute;
    top: 0;
    right: 5px;
}

#detalle_tareas .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

#detalle_tareas p {
    display: block;
    margin-bottom: 15px;
}

#detalle_tareas strong,
#detalle_tareas span {
    position: relative;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

#detalle_tareas p strong,
#detalle_tareas p span {
    display: inline;
}

#detalle_tareas ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

#detalle_tareas ul li {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0;
}

#detalle_tareas ul li strong {
    display: inline;
}

#detalle_tareas ul li em {
    font-style: italic;
}

#detalle_tareas span.date:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-1.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.hora:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-2.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.tipo:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-3.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

/*fin 22-05-2020*/
/*inicio 11-06-2020 imagen lateral cuenta*/
#lateral-img {
    /*width: 80%;*/
    width: 90%;
    margin-top: 20px;
}

.nav-side-menu #lateral-img-2 {
    margin: 0 auto 20px;
    width: 80%;
}

#horizontal-img {
    width: 130px;
    height: 30px;
    margin: 15px 10px 0px 10px;
}

/*fin 11-06-2020 imagen lateral cuenta*/
/*avatar perfil barra*/
.nav>li>a>#perfil-img {
    max-width: 25px;
    border-radius: 70%;
}

/*fin*/
/* Mails cargar hilo */
#mensajes_anteriores_toggler {
    cursor: pointer;
}

/* Fin mails cargar hilo */
#detalle_tareas span.cliente:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-4.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.usuario:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-5.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.oportunidad:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-6.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.contacto:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/flecha-impulsa.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.creador:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-10.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.estado:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-11.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.creacion:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-9.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.archive:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-8.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.visibilidad:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-12.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.visita:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-9.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.tiempoNotificacion:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/icon-2.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas span.mailVinculado:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -4px;
    background: url(../img/tareas/modal/Mail.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#detalle_tareas .title {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}

#detalle_tareas .title strong {
    font-family: 'whitneysemibold';
    display: block;
    width: 95%;
    margin: 0;
    text-align: left;
    font-size: 18px;
}

.grid-sm-4 {
    display: block;
    width: 33%;
    float: left;
    text-align: left;
    padding-left: 35px;
    padding-right: 15px;
}

.grid-sm-6 {
    display: block;
    width: 50%;
    float: left;
    padding-left: 35px;
    padding-right: 15px;
}

.grid-sm-12 {
    display: block;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

/*Correciones listado tareas y reuniones*/
#detalle_tareas ol li,
#detalle_tareas ul li {
    font-size: 14px;
}

#detalle_tareas strong,
#detalle_tareas span {
    font-size: 14px;
}

#detalle_tareas strong,
#detalle_tareas span.archive {
    font-family: 'whitneysemibold';
}

#detalle_tareas ol,
#detalle_tareas ul {
    padding-left: 15px;
    margin-top: 10px;
}

#detalle_tareas ol li,
#detalle_tareas ul li {
    margin-bottom: 10px;
    line-height: 20px;
}

#detalle_tareas ol li strong,
#detalle_tareas ul li strong {
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    margin: 0 5px;
}

#detalle_tareas p {
    line-height: 1em;
}

#detalle_tareas ul li s strong {
    text-decoration-line: line-through;
}

#detalle_tareas ul.dropdown-menu {
    padding-left: 0;
}

#detalle_tareas ul.dropdown-menu li {
    margin-bottom: 0;
    line-height: 1em;
}

#detalle_tareas .drop_actions .dropdown-menu li.completar_tarea a:before {
    content: '';
    position: absolute;
    background: url(../img/flecha-impulsa.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    top: 5px;
    width: 20px;
    height: 20px;
    z-index: 999;
}

#detalle_tareas .drop_actions .dropdown-menu li.duplicar_tarea a:before {
    content: '';
    position: absolute;
    background: url(..//img/tareas/modal/icono-duplicar-tarea.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 12px;
    top: 8px;
    width: 14px;
    height: 14px;
    z-index: 999;
}

#detalle_tareas .drop_actions .dropdown-menu li.eliminar a:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/eliminar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 12px;
    top: 9px;
    width: 10px;
    height: 12px;
    z-index: 999;
}

#detalle_tareas .drop_actions .dropdown-menu li.editar a:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/editar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 13px;
    top: 10px;
    width: 10px;
    height: 10px;
    z-index: 999;
}

#detalle_forms .head {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

#detalle_forms .head .title strong {
    font-family: 'whitneysemibold';
    display: block;
    width: 90%;
    font-size: 16px;
}

#detalle_forms .head .title strong small {
    font-size: 80%;
    font-family: 'whitneybook';
}

#detalle_forms .head .title strong small a {
    float: none;
}

#detalle_forms .head .dropdown {
    position: absolute;
    top: 0;
    right: 5px;
}

#detalle_forms .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

#detalle_forms .white_v2 span {
    font-size: 14px;
}

#detalle_forms .white_v2 strong {
    display: block;
    font-family: 'whitneysemibold';
    font-size: 16px;
    margin-bottom: 5px;
}

.correos .fa-chevron-left:before {
    top: 7px;
    position: relative;
    font-size: 20px;
}

.white .detail .form-group label {
    display: block;
}

#mi-cuenta .white .form-group label {
    display: block;
}

#accordionModulos {
    margin-bottom: 0;
}

#accordionModulos .panel-heading a {
    font-weight: bold;
    font-size: 18px;
}

#accordionModulos .panel-heading a.editar {
    position: absolute;
    top: 15px;
    right: 35px;
    width: 35px;
    padding: 0;
}

#accordionModulos .panel-heading h4.panel-title {
    border-bottom: 1px solid #545454;
}

#accordionModulos li.list-group-item {
    padding: 15px;
    margin-bottom: 10px;
}

.single-clientes .white .panel-heading {
    border-bottom: 1px solid #dedede;
}

.single-clientes .box-clientes .accion img {
    width: 10px;
}

.modal_formularios .header {
    padding: 15px 70px !important;
    position: relative;
}

.modal_formularios>.header:before {
    content: '';
    position: absolute;
    background: url(../img/formulario/iconoformulario.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 60px;
    top: 5px;
    left: 25px;
}

.modal.modal_formularios {
    margin-top: -15% !important;
    height: 50vh;
}

#solicitud {
    border-radius: 15px;
}

.nav-tabs>li.final a {
    border-radius: 0 15px 0 0;
}

#filter-em .navbar-nav>li ul li a {
    padding: 10px 15px;
    line-height: 10px;
}

#box-comment {
    margin-top: 15px;
}

.margin-90 {
    margin: 0 4%;
}

.oc-search {
    display: block;
    margin-top: 35px;
}

.oc-search input.form-control {
    background: #fff;
}

.white .cke_reset_small .form-group {
    float: none;
}

.cke_chrome {
    border: none;
}

#reportes .white .box-clientes {
    margin-bottom: 15px;
}

#detalle_tareas .white_v2 .head {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

#detalle_tareas .white_v2 .head .valores {
    position: absolute;
    top: -5px;
    right: 0;
}

#detalle_tareas .white_v2 .head .valores a {
    display: block;
}

#detalle_tareas .white_v2 .head .valores a img {
    width: 30px !important;
}

.ui.modal {
    border-radius: 15px !important;
}

.panel-head {
    font-family: 'whitneysemibold';
    background-color: white;
    color: #000;
    font-size: 16px;
}

.productos .form-group {
    margin-bottom: 35px;
}

.ventas>div>span {
    font-family: 'whitneysemibold';
    font-weight: bold;
}

.form-horizontal .form-group ul,
.form-horizontal .form-group ol {
    padding-left: 35px;
    margin-bottom: 15px;
}

.input-group .form-control {
    z-index: 1 !important;
}

.personalizados b {
    font-family: 'whitneysemibold';
    font-weight: bold;
}

div#indicadores h4.panel-title {
    font-family: 'whitneysemibold';
    font-weight: bold;
}

.white_v2 strong {
    font-family: 'whitneysemibold';
}

a.btn-youtube {
    display: none;
}

#container-embudo #nav-filter {
    display: block !important;
    padding-right: 5px;
    padding-left: 0;
}

.box-clientes .head {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.box-clientes .head .dropdown {
    position: absolute;
    top: 5px;
    right: 5px;
}

.box-clientes .head .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

#cliente-form .form-group {
    margin-bottom: 10px;
}

span.select2.select2-container.select2-container--default.select2-container--focus,
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.actions_box_v2 .drop_actions .dropdown-menu>li.propuesta:before {
    content: '';
    position: absolute;
    background: url(../img/flecha-impulsa.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 3px;
}

#detalle_tareas .drop_actions .dropdown-menu li.propuesta a:before {
    content: '';
    position: absolute;
    background: url(../img/flecha-impulsa.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    top: 5px;
    width: 20px;
    height: 20px;
    z-index: 999;
}

#sortable li {
    list-style: none;
    background-image: none;
    background-repeat: none;
    background-position: 0;
}

.formulario-embudo .oportunidad.telefono:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -6px;
    background: url(../img/formulario/Telefono.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.formulario-embudo .oportunidad.email:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -5px;
    background: url(../img/formulario/Mail.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.drop_actions .dropdown-menu li.ver_detalle2 a:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/more.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    top: 10px;
    width: 15px;
    height: 10px;
    z-index: 999;
}

.drop_actions .dropdown-menu li.editar2 a:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/editar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    top: 10px;
    width: 12px;
    height: 15px;
    z-index: 999;
}

.drop_actions .dropdown-menu li.eliminar2 a:before {
    content: '';
    position: absolute;
    background: url(../img/clientes/eliminar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    top: 10px;
    width: 12px;
    height: 15px;
    z-index: 999;
}

.drop_actions .dropdown-menu li.ver_detalle2 a {
    margin-top: -10px;
    padding-left: 20px;
    margin-bottom: -10px;
}

.drop_actions .dropdown-menu li.eliminar2 a {
    margin-top: -10px;
    padding-left: 20px;
    margin-bottom: -10px;
}

.personalizados_v2 .quitar2 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
}

.personalizados_v2 .quitar2 img {
    width: 20px;
}

.formulario-embudo .oportunidad.usuario:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -6px;
    background: url(../img/usuarios/visita.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.borrar_hora {
    display: none;
}

.borrar_hora:not(*:root) {
    /* Supports only WebKit browsers */
    position: absolute;
    top: 38px;
    left: 179px;
    cursor: pointer;
    display: block;
}

/*26_11_2020*/
.modal.modal_formularios {
    overflow-y: hidden !important;
}

#dialogo_eliminar {
    height: auto !important;
}

#dialogo_editar_repetidas {
    height: 290px !important;
}

#dialogo_editar_repetidas>.content {
    height: auto !important;
}

#dialogoPerdido .content {
    height: 65%;
}

#dialogoEliminado .content {
    height: 65%;
}

.ui.modal>.content {
    height: 90%;
}

.ui.active.modal {
    display: block;
    margin-top: -107.5px !important;
}

#dialogo>.content {
    height: 65%;
}

#tarea {
    margin-top: -15% !important;
}

#dialogoPerdido {
    margin-top: -15% !important;
}

#dialogoEliminado {
    margin-top: -15% !important;
}

#solicitud {
    margin-top: -15% !important;
    height: 50vh;
}

/*02-12-2020*/
#search {
    margin-top: -15% !important;
}

.formulario-embudo .oportunidad.tags:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -2px;
    background: url(../img/formulario/icon-3.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

/* 07-01-2021 */
#box-comment .form-horizontal .field-proceso-id_estado {
    width: 50%;
    float: left;
}

#box-comment .form-horizontal .field-proceso-estado_gestion {
    width: 50%;
    float: left;
}

.box-reporteria .ver-online a,
.box-reporteria .perdidas a {
    display: inline-block;
    background-color: #033b5a;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin: 35px auto 10px 20px;
    border-radius: 10px;
    position: relative;
}

/* 25/03/21 */
.nav-side-menu li#item-procesos:before {
    background: url('../img/menu/menu_procesos.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

nav#menu-em .menu-list .nav>li#item-procesos:before {
    background: url(../img/menu/menu_procesos.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 7px;
}

/* 01/04/21 */
.title2 h2 {
    font-family: 'whitneysemibold';
    display: block;
    float: left;
    font-size: 18px;
    line-height: 1em;
    padding: 8px 0px 0px 8px;
    color: #5a5a5b;
}

/*Cambios 14-04-2021*/
#email-body {
    font-family: Helvetica, sans-serif;
}

#email-body .secundario div {
    margin-bottom: 15px;
}

li.list-group-item.email-item {
    font-family: Helvetica, sans-serif;
    border-radius: 10px;
}

.detalle-mails .fa-chevron-left:before {
    top: 7px;
    position: relative;
    font-size: 20px;
}

.grey .detalle_minuta {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
}

.single-visitas .grey .detalle_minuta strong {
    font-family: Helvetica, sans-serif;
    margin: 0;
}

.single-visitas .grey .detalle_minuta strong:first-child {
    margin-bottom: 10px;
}

#embudo .header h3 {
    color: #000;
}

#detalle_forms .white_v2 p strong {
    display: inline-block;
    font-size: 14px;
}

.single-visitas .grey span p {
    color: #454545;
}

.single-visitas .grey span p strong {
    color: #454545;
}

#detalle_forms .white_v2 p {
    font-size: 16px;
}

#detalle_forms .white_v2 strong {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}

#detalle_forms .white_v2 span {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}

li.ver_detalle2.ui-sortable-handle {
    min-height: auto;
}

#embudo .header h3 {
    color: #000;
    font-family: 'whitneysemibold';
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #000;
}

.vistas ul {
    margin: 11px 0;
}

.single-clientes .grey span b {
    font-family: 'whitneysemibold';
}

#oportunidad-single .box-op span p {
    font-size: 14px;
}

#oportunidad-single .box-op span p strong {
    font-size: 14px;
}

#box-comment .reviews,
#box-comment .media-comment,
#box-comment .reviews span {
    font-family: Helvetica, sans-serif;
}

#box-comment .media-comment,
#box-comment .reviews span {
    font-family: Helvetica, sans-serif;
}

#detalle_tareas span.date:before {
    left: -20px;
    top: -1px;
}

header {
    z-index: 99999 !important;
}

.collapse.in {
    display: block;
    overflow: hidden;
    transition: width 600ms ease-out, height 600ms ease-out;
}

#dialogocotizacion {
    margin-top: -347px !important;
}

#dialogocotizacion>.actions {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.email-id-row input#email {
    width: 100%;
    font-size: 14px;
    height: 35px;
    background: #f5f6f9;
    border: 1px solid #eee;
    border-radius: 10px;
}

#single-novedades .grey span {
    font-family: helvetica, sans-serif !important;
    font-size: 14px !important;
}

#embudo .title strong {
    color: #000;
    font-family: 'whitneysemibold';
}

#embudo .title strong:hover,
.ui-state-default a:hover {
    color: #033b5a;
}

#dialogominuta {
    margin-top: -347px !important;
}

#dialogominuta input.enter-mail-id {
    width: 100%;
    font-size: 14px;
    height: 35px;
    background: #f5f6f9;
    border: 1px solid #eee;
    border-radius: 10px;
}

#dialogominuta .col-sm-12.email-id-row {
    padding: 0;
    border-radius: 15px;
    border: none;
}

#dialogominuta>.actions {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.label-required::after {
    content: " *";
    color: #033b5a;
}

/*cambios 04-05-2021*/
.crear-oportunidades {
    padding: 50px 0;
}

/*cambios 04/08/2021 */
.login .box-title {
    display: none;
}

.input,
.textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
}

.input-wrap {
    position: relative;
}

.input-wrap .input {
    position: absolute;
    width: 100%;
    left: 0;
}

.width-machine {
    /*   Sort of a magic number to add extra space for number spinner */
    padding: 0 1rem;
}

.textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
    margin-top: 8px;
}

.agregados .textarea {
    margin-top: 0;
}

/* Cambios 03/01/2022 */
#nuevo-cliente,
#nueva-oportunidad,
#nueva-oportunidad {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    height: 670px !important;
}

#solicitud {
    left: 0;
    right: 0;
    margin: auto;
}

#asignar {
    left: 0;
    right: 0;
    margin: auto;
}

.select2-dropdown {
    z-index: 100000060 !important;
    /*1051;*/
}

/*Cambios 25/01/2022 */
#oportunidad-single .box-op #proceso_descripcion p {
    font-size: 14px;
    margin-bottom: 15px;
}

#oportunidad-single .box-op #proceso_descripcion p strong {
    font-size: 1em;
    margin: 0;
}

#oportunidad-single .box-op #proceso_descripcion p em {
    font-style: italic;
}

#oportunidad-single .box-op #proceso_descripcion p sub {
    vertical-align: sub;
    font-size: smaller;
}

#oportunidad-single .box-op #proceso_descripcion p sup {
    vertical-align: super;
    font-size: smaller;
}

#oportunidad-single .box-op #proceso_descripcion ul,
#oportunidad-single .box-op #proceso_descripcion ol {
    padding-left: 35px;
    margin-bottom: 15px;
}

#oportunidad-single .box-op #proceso_descripcion ul li,
#oportunidad-single .box-op #proceso_descripcion ol li {
    margin-bottom: 5px;
}

/* Cambios 02-02-2022 */
#tab2default h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#tab2default h2 a {
    color: #033b5a;
    font-size: 0.75em;
    margin-left: 5px;
}

#tab2default h2 a:hover {
    color: rgb(5 139 138 / 50%);
}

#tab2default ul {
    padding-left: 35px;
    margin-bottom: 15px;
    list-style: none;
}

#tab2default ul li {
    position: relative;
}

#tab2default ul li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -20px;
    background: url(/img/clientes/more.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
}

#tab2default ul li a {
    color: #033b5a;
    font-weight: bold;
}

#tab2default ul li a:hover {
    color: rgb(5 139 138 / 50%);
}

#dialogo_notificar .content {
    height: 65%;
    padding: 10px 10px 0;
}

#dialogo_notificar .actions {
    bottom: 0;
    position: absolute;
    width: 100%;
}

#dialogo.ui.mini.modal {
    width: 380px;
}

/*Cambios 29/23/2022 */
.agregar {
    position: relative;
    font-family: 'Arial';
    top: -5px;
    font-size: 24px;
    padding: 5px 12px;
}

.white_v2 .form-group input[type=checkbox],
input[type=radio] {
    margin: 33px 15px 0;
    width: 30px;
}

.white_v2 .agregados .form-group input[type=checkbox],
input[type=radio] {
    display: inline-block;
    width: 30px;
    margin-right: 15px;
}

.linea_row .form-control {
    margin: 15px 0 0;
}

.white_v2 .linea_row input[type=checkbox] {
    margin: 10px 15px 0;
}

.productos .quitar {
    font-size: 25px;
    padding: 5px 15px;
    border-radius: 10px;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: 14px;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;

    /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/*Cambios 20_04_2022*/
.white_v2 .form-group input[type=checkbox],
input[type=radio] {
    margin: 33px 0px 0;
    width: 30px;
}

/*Cambios 27_04_2022*/
.white_v2 .linea_row input[type=checkbox] {
    margin: 17px 0 0;
}

/*Cambios 03_05_2022*/
.crear-inventario .box-sucursal .caja-white h3 {
    margin: 0;
    font-family: 'whitneysemibold';
}

.crear-inventario .box-sucursal .box_sucursal {
    margin-bottom: 15px;
}

.crear-inventario .box-sucursal .box_sucursal h3 {
    padding: 10px 0 0;
    border-bottom: 1px solid #ddd;
}

.whitneysemibold {
    font-family: 'whitneysemibold';
}

.form-control .buscador_fondo {
    border: 1px solid white !important;
}

.box-listado{
    overflow:hidden;
    overflow-wrap: break-word;
}

.circulo-rojo {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%; 
}

.circulo-verde {
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%; 
}

.circulo-amarillo {
    width: 10px;
    height: 10px;
    background-color: yellow;
    border-radius: 50%; 
}

.circulo-rojo-proceso {
    width: 10px; 
    height: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 35%;
    right: 50px;
}

.circulo-verde-proceso {
    width: 10px; 
    height: 10px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 35%;
    right: 50px;
}

.circulo-amarillo-proceso {
    width: 10px; 
    height: 10px;
    background-color: yellow;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 35%;
    right: 50px;
}

.circulo-azul-proceso {
    width: 10px; 
    height: 10px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 35%;
    right: 50px;
}

#contador-regresivo {
    /* text-align: center; */
    display:inline;
    padding: 5px;
    color: #033b5a;
    font-family: Verdana, sans-serif, Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.cke_notifications_area {
    display: none;
}