@import url('https://fonts.googleapis.com/css?family=Roboto');





body,a,p,span,div,h1,h2,h3,h4,h5{

        font-family: "Roboto", sans-serif ;

}

.navbar-nav.tabs{
	/*display: none;*/
}
/*
body::before{
    content: " ";
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 250px;
}
*/

.close-marketplace:hover{
    background: #9ac962;
    cursor: pointer;
    color: white;
}

div.list-kanban>div>table th.group-header>div:after,div.list-kanban>div>table th.group-header>div:before{
    display: none;
}

div.list-kanban>div>table .item .panel {
    margin-bottom: 0;
    box-shadow: 0 0 0 0;
    border: 2px solid #efeff5;
}

body .panel-success>.panel-heading {
    background-color: #cee0ba;
    padding: 15px 10px;
}


.dashlets.grid-stack .grid-stack-item .grid-stack-item-content {
    overflow-x: hidden;
    overflow-y: hidden;
}

.dashlets.grid-stack .grid-stack-item .dashlet .dashlet-body {
    height: calc(100% - 45px);
}

div[data-name="Calendar"] .dashlet .dashlet-body {
    height: calc(100% - 25px)!important;
}


#main>.list-container>.list {
    margin-left: 0;
    margin-right: 0;
}

.mainContentCrm{
    width: 100%;
    border: 0;
    height: calc(100vh - 70px);
}

.menu-crm{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: white;
    width: 257px;
    min-height: 100%;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    box-shadow: 6px 16px 31px -18px #b7bcd1;
    -webkit-box-shadow: 6px 16px 31px -18px #b7bcd1;
    -moz-box-shadow: 6px 16px 31px -18px #b7bcd1;
    -ms-box-shadow: 6px 16px 31px -18px #b7bcd1;
}


.menu-crm .sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px;
}

.menu-crm .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.menu-crm .sidebar .nav.sub-menu {
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    padding: 4px 0 0 60px;
}

.menu-crm .sidebar .nav.sub-menu .nav-item .nav-link {
    padding: 16px 11px;
    position: relative;
    line-height: 1;
    height: auto;
    border-top: 0;
}

.menu-crm .sidebar .nav:not(.sub-menu) {
    margin-top: .5rem;
}

.menu-crm .sidebar .nav:not(.sub-menu) > .nav-item {
    margin-top: .625rem;
}

.menu-crm .sidebar .nav .nav-item {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    transition-property: background;
    -webkit-transition-property: background;
}
.menu-crm .sidebar-light .menu-crm .sidebar .nav .nav-item .nav-link {
    color: #686868;
}

.menu-crm .sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
    margin: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu-crm .sidebar .nav .nav-item .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 1.1rem 2.375rem 1.1rem 2.625rem;
    color: #bfbcff;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
}
.menu-crm .sidebar .nav .nav-item .nav-link i.menu-icon {
    line-height: 1;
    margin-right: 10px;
    color: #88b14b;
}



.menu-crm .sidebar .nav .nav-item.active > .nav-link {
    background: #efeff5;
}

.menu-crm .sidebar-light .menu-crm .sidebar .nav .nav-item.active > .nav-link .menu-title, .menu-crm .sidebar-light .menu-crm .sidebar .nav .nav-item.active > .nav-link i {
    color: #5646ff;
}


.menu-crm .sidebar-light .menu-crm .sidebar .nav .nav-item.active > .nav-link .menu-title, .menu-crm .sidebar-light .menu-crm .sidebar .nav .nav-item.active > .nav-link i {
    color: #5646ff;
}
.menu-crm .sidebar .nav .nav-item .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 17.6px 38px 17.6px 42px;
    color: #7076a0;
    font-weight: 300;
            font-size: 14px;

    font-family: "Roboto", sans-serif;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
}

.menu-crm .sidebar-light .menu-crm .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
    background: #efeff5;
    color: #56595a;
}

.menu-crm .navbar-brand-wrapper{
	float: left;
    width: 100%;
    height: 69px;
    position: relative;
    background: rgb(135,185,71);
    background: linear-gradient(129deg, rgba(135,185,71,1) 0%, rgba(161,205,107,1) 100%);
}


.brand-logo img{
        width: 144px;
    margin-left: 23px;
}

.menu-change, .menu-close-mobile{
    position: absolute;
    right: 0;
    color: white;
    /* font-size: 13px; */
    top: 32%;
    right: 15px;
}
.menu-close-mobile{
    display: none;
}
.menu-close-mobile i, .menu-change i{
    font-size: 22px;
}

.menu-crm .sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
    display: inline-block;

    line-height: 1;
    vertical-align: middle;
    font-weight: 300;
}


body #navbar .navbar-right, body.minimized.side-menu-opened #navbar .navbar-right {
    top: 0;
    right: 0;
    height: 69px;
    width: 100%;
        background: #efeff5;
    padding-right: 200px;
        background: #efeff5;
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    color: #6c7293;
    padding-left: 1.312rem;
    padding-right: 1.312rem;
    height: 69px;
    border-bottom: 1px solid #ddddeb;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    -moz-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    -ms-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    -o-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

#navbar .navbar .navbar-right>li>a {
    text-align: center;
    position: relative;
    padding: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 2.5rem;

    border: 1px solid #efeff5;
    background: #ffffff;
    transition: all .2s ease-out;
}


.mi-user .nav-link{
    overflow: hidden;
}

#navbar .navbar .navbar-right>li>a .fas{

    margin-top: 11px;
}

.nav.navbar-nav.navbar-right .dropdown{
	width: 40px !important;

}

body #navbar .navbar-right .menu-container, body.minimized.side-menu-opened #navbar .navbar-right .menu-container {
    position: fixed;
    top: 14px;
    right: 22px;
    width: 34px;
}

body #navbar .navbar-right .quick-create-container, body.minimized.side-menu-opened #navbar .navbar-right .quick-create-container {
    position: fixed;
    top: 14px;
    right: 73px;
    width: 34px;
}

body #navbar .navbar-right .notifications-badge-container, body.minimized.side-menu-opened #navbar .navbar-right .notifications-badge-container {
    position: fixed;
    top: 14px;
    right: 125px;
    width: 34px;
}

body #navbar .navbar-right .global-search-container, body.minimized.side-menu-opened #navbar .navbar-right .global-search-container {
    position: fixed;
    top: 14px;
    right: 180px;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
    background: white;
    padding: 4.5px 2px;
    border-radius: 70px;
    border: 1px solid #efeff5;
}

.form-control.global-search-input{
	display: none;
}

#navbar .navbar .navbar-collapse input.global-search-input {
    width: 260px;
    padding-bottom: 4px;
    padding-top: 4px;
    border: 0;
    box-shadow: 0 0 0 0 !important;
    border-radius: 25px;
}

body {
    padding-top: 69px;
}

body #content.container.content {
    margin-left: 250px;
    position: relative;
    background: #efeff5;
}

#navbar .navbar .navbar-right {
        background-color: #ffffff;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999999;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: #a3b3c7;
}


.page-header h3{
    position: fixed;
    top: 25px;
    z-index: 999999;
    color: #878788;
    font-size: 20px;
    margin-left: 17px;
}


.list-container>.list, .panel, .dashlet-container, .list-nested-categories, #main>.calendar-container .calendar, #main>.calendar-container .timeline, .well, .admin-content .table.table-bordered, .admin-content iframe, .list-kanban>div>table>thead, .list-group-panel {
		box-shadow: 5px 7px 26px -5px #e1e1f0;
		-webkit-box-shadow: 5px 7px 26px -5px #e1e1f0;
		-moz-box-shadow: 5px 7px 26px -5px #e1e1f0;
		-ms-box-shadow: 5px 7px 26px -5px #e1e1f0;
		border: none;
}

.nav-link .fas.fa-chevron-down{
	transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;

}

.nav-link.collapsed .fas.fa-chevron-down{
    transform: rotate(-90deg);
}



.nav-link .fas.fa-chevron-down{
    font-size: 10px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: 0;
    color: #bfbcff;
}

.menu-crm .sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #5646ff;
    background: transparent;
}

.menu-crm .sidebar .nav.sub-menu .nav-item .nav-link	{
    background: transparent !important;
    background-color: transparent !important;
}


.menu-crm .sidebar .nav.sub-menu .nav-item .nav-link:hover,.menu-crm .sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #000;
    background: transparent !important;
    background-color: transparent !important;
}

.menu-crm .sidebar .nav.sub-menu .nav-item:hover {
    background: transparent !important;
    background-color: transparent !important;
}


/*
*
*	Menu Closed
*/

.menu-crm.menu-closed {
  
    width: 60px;
}

.menu-crm.menu-closed .brand-logo ,.menu-crm.menu-closed .brand-logo-mini{ display: none }


.menu-crm.menu-closed .sidebar .nav .nav-item .nav-link {
    padding: 22px 0px;
}


.menu-crm.menu-closed .sidebar .nav .nav-item .nav-link .menu-title{
    border-radius: 0px 5px 0px 0px;
        color: inherit;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-weight: 300;
    position: fixed;
    left: 60px;
    width: 0;
    overflow: hidden;
    background: white;
    /* height: 60px; */
    padding: 23px 0;

    -webkit-transition-property: color;
    box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  
    box-shadow: 6px 16px 31px -18px #b7bcd1;
    -webkit-box-shadow: 6px 16px 31px -18px #b7bcd1;
    -moz-box-shadow: 6px 16px 31px -18px #b7bcd1;
    -ms-box-shadow: 6px 16px 31px -18px #b7bcd1;
}


.menu-crm.menu-closed .sidebar .nav .nav-item:hover>.nav-link>.menu-title{
   width: 201px;
    padding: 23px 18px;
    border-bottom: 1px solid #efeff5;

}

.menu-crm.menu-closed .sidebar .nav .nav-item:hover>.collapse{
        width: 201px;
        display: block;
        margin-top: -1px;
}



.menu-crm.menu-closed .collapse,.menu-crm.menu-closed .collapsing{
       height: auto !important;
    position: absolute;
}

.menu-crm.menu-closed .nav-item .nav.flex-column.sub-menu{

}


.menu-crm.menu-closed .sidebar .nav .nav-item .collapse{
    height: 0px;
    border-radius: 0px 0px 5px 0px;
    color: inherit;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-weight: 300;
    position: fixed;
    left: 60px;
    width: 0;
    overflow: hidden;
    background: white;
    height: auto;
    padding: 0;
 
    box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
    
    box-shadow: 6px 16px 31px -18px #b7bcd1;
    -webkit-box-shadow: 6px 16px 31px -18px #b7bcd1;
    -moz-box-shadow: 6px 16px 31px -18px #b7bcd1;
    -ms-box-shadow: 6px 16px 31px -18px #b7bcd1;
}

.menu-crm.menu-closed .menu-change {
   
    right: 20px;
}

.menu-crm.menu-closed .sidebar .nav .nav-item .collapse .sub-menu{
    padding: 4px 0 0 23px;
}

.menu-crm.menu-closed .sidebar .nav .nav-item .nav-link i.menu-icon {

    font-size: 18px;
    padding: 0px 20px;
}



body.body-menu-closed #navbar .navbar-right {
 
    margin-left: 60px;
}

body #content.container.content,body #navbar .navbar-right{
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}

.container {
     max-width: 2500px; 
}


body.body-menu-closed #content.container.content {
    margin-left: 60px;
}



body #navbar .navbar, body.minimized.side-menu-opened #navbar .navbar {
    width: 0;
    /*overflow: hidden;*/
}


.btn-group .btn.btn-default{
    background: white;
    border: 0;
    padding: 10px;
    color: #797979;
}

.btn-group .btn.btn-default.active{
    text-decoration: underline;
    background: #9ecc5b;
    color: white;
}

#main .btn {
    border-radius: 0;
    border: 2px solid #efeff5 ;
    
}

#main .btn.btn-text, #main .filters-button {
    border-radius: 0;
    border: 2px solid #efeff5 !important;
    background: white;
    padding: 8px 10px !important;
    color: #636363;
}
.btn {
    height: initial !important;
}

.search-row .btn {
    padding: 10px 10px !important;
}


.btn-primary.btn{
    background: #9ecc5b !important;;
    color:      white !important;;
}


.dashboard-tabs .btn {
    border-radius: 0;
    border: 2px solid #efeff5;
    background: white;
    line-height: 25px;
}

.dashboard-tabs .btn.btn-text.active, .dashboard-tabs .btn.btn-text:hover{

    line-height: 25px;
    color: white;
        background: #9ecc5b;
}

.btn-primary {
    color: #fff;
    background-color: #9ecc5b;
    border-color: #537898;
    border: 0;
    padding: 10px;
}

.form-control.text-filter{
    border: 0;
    /* padding: 10px; */
    height: 40px;
    margin-top: 1px;
    /* border: 0px solid; */
}

.nav.navbar-nav.tabs{
    display: none !important;
}

.btn.dropdown-toggle.filters-button.btn-default{
    padding: 10px;
    background: white;
}

/* Button amplia tu plan */
.button-ampliar{
    position: fixed;
    right: 41rem;
    top: 1.6rem;
    background: white;
    padding: 4.5px 2px;
    border-radius: 3rem;
    background-color: #85b75f;
    min-height: 4rem;
    color: white;
    min-width: 9rem;
    text-align: -webkit-center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-right: 14px;
    padding-left: 14px;

}

.button-ampliar:hover { 
 color: white;
 text-decoration: none;
 background-color: #6c9d46;
}
/* Banner amplia tu plan */
.banner-ampliar{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 6rem;
    width: 100vw;
    background: linear-gradient(90deg, rgba(136,186,73,1) 0%, rgb(180 204 105) 35%, rgb(255 196 108) 100%);
    z-index: 99999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    font-size: 2rem;
    align-items: center;
    padding: 0rem 3rem 0rem 3rem;
}
.txt-container{
    margin-top: -21px;
}
.txt-container > h1 {
    text-transform: uppercase !important;
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: white;
}
.txt-container > h2 {
    font-size: 1.5rem;
    margin: 0;
    color: white;
    font-weight: 300;
}

.ampliar-button {
    border: none;
    border-radius: 3rem;
    padding: 1rem 2.7rem 1rem 2.7rem;
    display: flex;
    max-height: 4rem;
    align-items: center;
    background-color: white;
}

.ampliar-button > a{
    color: #d0932f !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 1024px) { 
    .txt-container > h2 {
        line-height: 1.8rem;
    }
    .banner-ampliar{ 
        height: 8rem;
    }
    .ampliar-button > a { 
        width: 15rem;
    }
}
@media (max-width: 660px) { 
    .txt-container > h2 {
        display: none;
    }
    .txt-container > h1 {
        margin-bottom: 0;
    }
}
@media (max-width: 410px) { 
    .banner-ampliar{ 
        justify-content: center;
    }
    .txt-container > h1 {
       display: none;
    }
}
/* Banner amplia tu plan end */

.btn-link.btn-sm.dropdown-toggle, .panel-actions-container .btn, .panel-default .btn{
    border: 0px !important;
}

a {
    color: #88b14b;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #88b14b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #88b14b !important;
    border-color: 0;
}

.dropdown-menu{
    z-index: 99999999 !important;

    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);

}

.ui-timepicker-wrapper {
    z-index: 99999999 !important;
}

body {

    background-color: #eeedf4;
}

#footer2 {
 
    background: #eeedf4 !important;
}

.progress.pre-loading {
    top: 0px;
    width: 100%;
    z-index: 999;
    height: 4px;
    background: none;

}

.progress-bar {
    background: linear-gradient(to right, #8AC60A, #F88749);
    height: 4px;
    position: absolute;
    top: 0px;
    width: 100%;
    box-shadow: 0;

}

.panel-default>.panel-heading {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    padding: 15px 10px;
}

.panel-heading .btn-group, .dashlet-container .btn{
        background-color: #f7f7f7 !important;

}

.page-header h3 i{
    display: none;
}

.dashboard-buttons .btn-icon{
    position: relative  !important;
    padding: 0  !important;
    text-align: center  !important;
    width: 40px  !important;
    margin: 0px 2px  !important;
    height: 40px  !important;
    border-radius: 2.5rem !important ;
    border: 1px solid #efeff5  !important;
    background: #ffffff  !important;
    transition: all .2s ease-out  !important;
}

.ampliarPlanAlert{
    position: absolute;
    left: calc(50% - 350px);
    top: 68px;
    background: #ffbc77;
    width: 550px;
    z-index: -1;
    max-width: 100%;
    color: white;
    padding: 3px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}


.modalLimit {
    position: fixed;
    z-index: 99999;
    top: 100px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
}

.modalLimit:before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
}

.modalLimit .contentModalLimite {
    width: 100%;
    background: white;
    height: 100%;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.45);
}

.modalLimit .contentModalLimite h1 {
    padding-top: 0;
    margin: 0;
    width: 100%;
    float: left;
    /* height: 47px; */
    line-height: 60px;
    border-bottom: 1px solid #ececec;
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 21px;
}

.modalLimit .contentModalLimite h3 {
    font-size: 17px;
}

.modalLimit .contentModalLimite p {
    float: left;
    width: 70%;
    margin: 0px 15%;
    margin-bottom: 28px;
    font-size: 13px;
}


.mi-user{
    position: fixed !important;
    right: 20px !important;
    top: 14px;
}

body #navbar .navbar-right .button-topbar-menu ,body #navbar .navbar-right .quick-create-container,body #navbar .navbar-right .notifications-badge-container,body #navbar .navbar-right .global-search-container{

    transition: all 0.3s;

}

body #navbar .navbar-right .quick-create-container.init-done{
    right: 182px;
}

body #navbar .navbar-right .notifications-badge-container.init-done{  
    right: 230px;
}

body #navbar .navbar-right .global-search-container.init-done{

    right: 320px;

}

body #navbar .navbar-right .button-topbar-menu{
    position: fixed;
    background: white;
    border: 1px solid #efeff5;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    top: 14px;
    background: white;
    border-radius: 50px;
    text-align: center;
    padding: 11px;
    right: -40px;
    color: #999;
    cursor: pointer;
}


body #navbar .navbar-right .button-topbar-menu.email{
        right: 275px;

}

.mi-user .nav-link{
    width: 155px !important;
    line-height: 37px !important;
    padding-left: 42px !important;
    text-align: left !important;
}


.mi-user .nav-link:hover{
    text-decoration: underline !important;
}

.stick-sub {
    margin-top: 69px;
    background: #ecebf4 !important;
}

.record .stick-sub.button-container {
    background-color: #ebeaf4!important;
}

body .stick-sub.button-container {
    width: calc(100% - 250px);
}

.mi-user .avatar.avatar-link{
    position: absolute;
    left: -1px;
    top: 0px;
    /* background: black; */
    border-radius: 50px;
    width: 41px;
    height: 41px;
    border: 0px solid;
    border: 1px solid #efeff5;
}

div.list-kanban>table th {
    font-weight: normal;
    color: #fff;
    background-color: #999;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    font-weight: bolder;
    margin: -20px 0px 0px;
    padding: 10px;
    background: rgb(255, 255, 255);
    color: black;
    border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;
}

div.list-kanban>table td.group-column {
    vertical-align: top;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

div.list-kanban>table th>div:before {
    left: calc(100% - 22px);
    z-index: 2;
    border-color: transparent transparent transparent #999;
    display: none;
}

div.list-kanban>table .item .panel .form-group .field-right-align {
    float: right;
}


/* NEW DESIGN OPPORTUNITY DABASYSTEM */

div.list-kanban>div.kanban-head-container>table>thead tr.kanban-row>th {
    font-weight: normal;
    color: #fff;
    background-color: #999;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    font-weight: bolder;
    margin: -20px 0px 0px;
    padding: 10px;
    background: rgb(255, 255, 255);
    color: black;
    border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;
    padding: 36px 0px;
    padding-top: 28px;
}

div.list-kanban>div>table th>div:before,
div.list-kanban>div>table th>div:after {
    content: none;
}

div.list-kanban>div.kanban-columns-container>table>tbody tr.kanban-row,
div.list-kanban>div.kanban-head-container>table>tbody tr.kanban-row,
div.list-kanban>div.kanban-columns-container>table>thead tr.kanban-row,
div.list-kanban>div.kanban-head-container>table>thead tr.kanban-row {
    grid-column-gap: unset;
}

.input-group-btn button.btn-icon  {
    min-height: 33px;
    border: 1px solid #d1d5d6 !important;
}

.datepicker{
    z-index: 9999999;
}

#login {
    margin-left: 0px;
}

.header-mobile{
    display: none;
}

#footer2{
    display: none !important;
}

.popup
    {
        position: fixed;
        top: 5vh;
        left: 30vw;
        width: 800px;
        min-height: 200px;
        background-color: white;
        font-family: "ROBOTO";
        z-index: 99999;
        box-shadow: 1px 1px 3px 1px #00000005;
    }
    .popup img
    {
        vertical-align: middle;
        width: 100%;

    }

    .contenido-popup
    {
        margin-top: 200px;
        padding: 0px 20px;
        text-align: center;  
        margin-bottom: 55px;

    }

    .contenido-popup h1
    {
        font-size: 20px;
        font-weight: 900;
    }
    .contenido-popup h2
    {
        font-size: 16px;
        color: #7c7c7c;
    }
    
    .contenido-popup ul
    {
       list-style-image: url('https://app.crmlab.es/images/check.png');
       width: 25%;
        margin: auto;
        text-align: left;
        color: #7c7c7c;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .contenido-popup ul li
    {
       padding: 5px 0%;
       padding-left: 5%; 

    }

    .cerrar-popup
    {

        margin-top: 15px;
        text-decoration: underline;
        cursor: pointer;
    }

    .alert-danger{
        display: none !important;
    }

    body.minimized #navbar .navbar {
        width: 38px;
        background: none;
    }

    body.minimized #navbar .navbar-header {
        display: none !important;
    }
    body #navbar .navbar a.minimizer{
        display: none !important;
    }
@media(min-width:750px){

    html, body {
        height: initial !important;
        position: relative;
        min-height: 100vh!important;
    }
    body>.content {
        padding-left: 15px; 
        max-width: 100%;
    }

    



}
/*
*
*
*   M A R K E T P L A C E
*
*
*/

.marketPlaceContent .plugin-box:hover .col-md-10{
    background-color: rgba(243, 243, 243, 0.50);
}

.marketPlaceContent{
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 999999;
    background: white;
    width: calc(100% - 257px);
    height: calc(100% - 70px);
    overflow: auto;
    overflow-x: hidden;
}

.marketPlaceContentOverlay{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
        background: rgba(0, 0, 0, 0.05);
}


.marketPlaceContent .header-container{
    background-image: url(https://app.crmlab.es/crmlab_module/assets/images/fondo-market.jpg);
    padding: 48px 0;
    background-size: cover;
    background-position: center center;
}
.marketPlaceContent h2{
    text-align: center;
    font-size: 28px;
    margin: 5px 1px;
}

.marketPlaceContent h3{
    text-align: center;
    margin: 4px 0px;
    font-weight: 100;
    color: #999999;
    font-size: 18px;
}

.marketPlaceContent .title-plugin{
    color: #88b04b;
    font-weight: 900;
    padding-top: 7px;
    text-decoration: underline;
    font-size: 15px;
}
.marketPlaceContent .plugin-box{
    padding-top: 30px;
    cursor: pointer;

}

.marketPlaceContent .imageViewer{
    width: 100%;
    border: 1px solid #efeff5;
    border-radius: 5px;
}



.marketPlaceContent .breadcrum{
    color: #999999;
    font-weight: bold;
    cursor: pointer;

}



.close-marketplace{
    position: absolute;
    right: 0;
    border: 1px solid #efeff5;
    border-radius: 0;
    padding: 10px 15px;
    padding-top: 11px;
    background: white;
    z-index: 999999999;
}


/*
*
*
*   C O N T R O L   A C C E S O S
*
*
*/




.button-topbar-menu.clock-control{
    right: 368px !important;
}




.button-topbar-menu.clock-control.pause{
    background: #efefef !important;
}

.button-topbar-menu.clock-control.pauseOrange{
    background: #ecc902 !important;
    color: white !important;

}

.button-topbar-menu.clock-control.active{
    background: #9ecc5b !important;
    color: white !important;
}


.button-topbar-menu.clock-control.error{

    background: #e4422d !important;
    color: white !important;
}


.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.bounce2 {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.bounce3 {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-7px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-15px);
  }
  60% {
    -o-transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}

/*
*
*
*   C U S T O M  F I E L D S
*
*
*/


.fieldSetDesignOrder{
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 25px;
}

.fieldSetDesignOrder .inputCustomField{
    width: 50%;
    float: left;
    padding: 10px 15px;
    /* margin: 1% 1%; */
    border: 4px solid #efeff5;
    cursor: grab;
}

.fieldSetDesignOrder .inputCustomField::focus{

    cursor: grabbing;
}

.contentCustomField{
    padding-top: 25px !important;
}




/*************


M  O  B  I  L  E


**************/
@media(max-width:800px){

    .welcomePopup {
       
        width: 90% !important;
        margin-left: 0px !important;
        left: 5% !important;

    }

    .mainContentCrm {
        width: 100vw;
       margin-top: -22px;
        margin-left: -15px;
    }

    .popup{
        display: none;
    }

   .header-mobile  .menu-icon{
        float: left;
        padding: 0 10px;
        color: #87879b;
    }


    .header-mobile .menu-icon img{

        position: absolute;
        /* width: 22px; */
        left: calc( 50% - 66px);
        top: 11px;
        height: 44px;
    }
    .header-mobile .notifications-badge-container{
        display: none;
    }
    .menu-change{
        display: none;
    }
    .header-mobile{
        position: absolute;
        top: 0;
        background: white;
        width: 100%;
        padding: 25px 0;
        display: block;
    }

    .header-mobile .nav>li>a {

        padding: 0;
    }

    body #content.container.content {
        margin-left: 0px; 
     
    }

    .page-header h3 {
        position: initial; 
        top: initial; 
            margin-left: 0;
    }

    .menu-crm {
        width: 82vw;
        left: -82vw;
        transition: all 0.3s;
        position: fixed;
        height: 100vh;
        overflow: scroll;

    }

    .menu-crm.opened {
        width: 82vw;
    }
    #header{
        display: none;
    }


    .header-mobile .dropdown.menu-container.open .dropdown-menu{
            z-index: 99999;
        position: absolute;
        background: white;
        left: -128px;
        top: 50px;
        box-shadow: 5px 7px 26px -5px #e1e1f0;
        -webkit-box-shadow: 5px 7px 26px -5px #e1e1f0;
        -moz-box-shadow: 5px 7px 26px -5px #e1e1f0;
        -ms-box-shadow: 5px 7px 26px -5px #e1e1f0;
    }

    .header-mobile .navbar-nav {
            margin: 6px 0px;
    }

    .header-mobile .navbar-right-container{
            position: absolute;
        top: -15px;
        right: 0;
        width: 45px;
    }

    .header-mobile .nav.navbar-nav.navbar-right .dropdown {
        width: 36px !important;
        float: right;
        border-radius: 27px;
        margin-top: 24px;
        text-align: center;
        /* margin-left: 12px; */
        padding: 10px 0;
    }
    .header-mobile .global-search-container{
        display: none
    }
    .menu-close-mobile{
        display: block;
    }

    .header-mobile #nav-menu-dropdown {
    width: 35px;
    }



}   


.fc-day-grid-event {
    margin: 5px 10px 0 !important;
    padding: 0 1px !important;
    border-radius: 6px !important !important;
    line-height: 24px !important;
    font-size: 13px !important;
}

.fc-day-grid-event .fc-time {
    font-weight: bold !important;
    font-size: 10px !important;
    padding: 2px 4px !important;
    border-right: 1px solid #ffffffa3 !important;
}



.sepaGenerator .mass-action:focus, .sepaGenerator .mass-action:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.popover {

    z-index: 9999999;
    max-width: 70vw;
    
}

.btn-plugin-action small {
    font-size: 65%;
}

.btn-danger {

    line-height: 27px;
}


div.list-kanban>div>table th.group-header>div {
    line-height: initial !important;
}

div.list-kanban>div.kanban-head-container>table>thead tr.kanban-row>th {

    max-height: initial !important;
}

div.list-kanban>div.kanban-head-container>table>thead tr.kanban-row>th .kanban-group-label {
    overflow: initial !important;
    text-overflow: initial !important;
    white-space:  initial !important;
    font-size: 11px;
}
div.list-kanban>div>table th.group-header>div {
    line-height: 18px;
}

.buttonSelector{
    float: right;
    border: 1px solid #efeff5;
    /* width: 49%; */
    text-align: center;
    padding: 10px;
    cursor: pointer;
    width: 225px;
    margin: auto;
}


.buttonSelector:hover, .buttonSelector.active{
    background: #efeff5;
}


.buttonSelector{
    float: right;
    border: 1px solid #efeff5;
    /* width: 49%; */
    text-align: center;
    padding: 10px;
    cursor: pointer;
    width: 225px;
    margin: auto;
}


.buttonSelector:hover, .buttonSelector.active{
    background: #efeff5;
}

.selectClient{
    padding: 5px;
    border-bottom: 1px solid #efeff5;
    cursor: pointer;
        position: relative;
}

.selectClient:hover{
        background: #efeff5;

}

.selectClient .selectcionado{
    float: right;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 4px;
    color: #9cc769;
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;

}

.selectClient.active .selectcionado{
    display: block !important;
}
.selectClient.active{
    background: rgba(239, 239, 245, 0.5215686274509804);
}

.btn-success {
    padding: 10px;
}





.welcomePopup {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 700px;
    text-align: center;
    left: 50%;
    background: white;
    margin-left: -350px;
    top: 90px;
    /* box-shadow: 0px 0px 0px #efeff5; */
    border: 2px solid #e2e2e2;
    border-radius: 10px;
}

.welcomePopup img{
    padding: 42px 0;
}

.welcomePopup .closeWc{
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    /* background: gray; */
    font-size: 25px;
    font-weight: 100;
    padding: 0;
    padding: 10px 0;
    color: #7db934;
    cursor: pointer
}


.welcomePopup .titleWc{
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 0;
}

.welcomePopup .titleWc{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 13px;
        margin-top: 20px;
}


.welcomePopup .textSecondWc{
    text-align: left;
    width: 70%;
    margin-left: 15%;
    margin-top: 32px;
    margin-bottom: 50px;
}

.welcomePopup .textlastWc{
    font-style: italic;
    width: 80%;
    margin-left: 10%;
    font-size: 12px;
    margin-top: 22px;
    margin-bottom: 23px;
}

.listItemWelcome a{
    font-size: 11px;
    text-decoration: underline;
}

 .list .list-row [data-name="subject"] strong a:after{
    content: "No leído";
    background:#efeff5;
    color:grey;
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;
    margin-left:10px;
    margin-right:10px;
    margin-top:-2px;
 }


 .autocomplete-suggestions{
    z-index: 999999999 !important;
 }


.welcomePopup .listItemWelcome{
    margin-top: 8px;
}



/*

AddUser


*/




.nav.nav-tabs.usersGest li{
    background-color: #f0f6e7;
    width: 25%;
    float: left;
    padding: 15px 0;

}

.nav.nav-tabs.usersGest li.active{
    background: white;
    width: 25%;
    float: left;
    padding: 15px 0;

}

.nav.nav-tabs.usersGest li .numberSecc{
    float: left;
    background: white;
    color: #9ecc5b;
    width: 33px;
    text-align: center;
    padding: 7px 0;
    margin: 3px 7px;
}
.nav.nav-tabs.usersGest li.active .numberSecc{
    float: left;
    background: #9ecc5b;
    color: white;
    width: 33px;
    text-align: center;
    padding: 7px 0;
    margin: 3px 7px;
}
.nav.nav-tabs.usersGest li.active .titleSecction font{
    float: left;
    color:#9ecc5b;
}

.nav.nav-tabs.usersGest li .titleSecction{
    float: left;
    color: #585858;
}

.steps{
    background: white;
    padding: 65px 15%;
    display: none;
    float: left;
    width: 100%;
}   
.steps.step1{
    display: block;
}

.steps .button-next-step{
    float: right;
    background: #9ecc5b;
    border: 0;
    padding: 9px 15px;
    color: white;
    font-weight: 100;
    margin-top: 25px;
}

.steps .form-control{

    background: #EFEFEF;
    border: 0;
    border-radius: 0;
    box-shadow: initial;

}

.steps .form-group{

    margin-bottom: 21px;

}

.steps h3{
    font-size: 16px;
    margin-bottom: 34px;
    font-weight: bold;
}

.steps  input[type=checkbox]{
    float: left;
    margin-right: 7px;
}

.steps .menu-icon{
    color: #9ecc5b;
    margin-right: 13px;
}

.optionsCheck div{
    padding-top: 5px;
    padding-left: 7px;
    cursor: pointer;
}

.steps .optionsCheck{
    display: none;
}

.steps .selectorSection{
    cursor: pointer;
}


.steps .button-prev-step{
    /* float: left; */
    float: right;
    background: #efefef;
    border: 0;
    padding: 9px 15px;
    color: #999999;
    font-weight: 100;
    margin-top: 25px;
    margin-right: 25px;

}


.steps .btn-change-password{
    background: #efefef;
    border: 0;
    padding: 9px 15px;
    color: #999999;
    font-weight: 100;
    margin-top: 25px;
    margin-right: 25px;
}


.listPauseClock{
        position: absolute;
        background: white;
        right: 29vw;
        z-index: 999;
        top: -700px;
        padding: 10px;
        transition: all .3s ease;
        opacity: 0;
}
.listPauseClock.active{
    top: 70px;
    opacity: 1;

}
.listPauseClock .listPauseClockItem{
    padding: 8px 11px;
    border-bottom: 1px solid #e6e6e6;
    transition: all .3s ease;
}

.listPauseClock .listPauseClockItem:hover{
    background: #f3f3f3;
    cursor: pointer;
}

.sideBarHelp{
    position: fixed;
    right: 0;
    top: 68px;
    width: 330px;
    height: calc( 100vh - 68px );
    background: white;
    z-index: 999999;
}

.sideBarHelp iframe{
    width: 100%;
    height: 100%;
}

.helpButton{
    position: fixed;
    bottom: 10px;
    right: 15px;
    background: white;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 1px 1px 12px 1px #e2e2e2;
    cursor: pointer;
    z-index: 99;
}


.big-modal .modal-dialog {
        width: 1150px !important;
        max-width: 100vw !important;
    
}

.modal{
    z-index: 9999999 !important;
}

.dropdown-menu.actions-menu .hidden{
    display: block!important;
}