/* Login */
.login-wrapper {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    margin-top: 20%;
}

.btn-quote svg {
    font-size: 20px;
}

/* MAIN */
.main {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.content-title{
    font-size: 32px;
    font-weight: 700;
    color: #999;
    margin-bottom: 25px;
}

.content-subtitle{
    font-size: 20px;
    font-weight: 600;
    color: #AAA;
}
.a-unstyled{
    color: #333;
    font-weight: 500;
}
.a-unstyled:hover{
    text-decoration: none;
}

.unstyled {
    color: #343a40;
}
    .unstyled:hover {
        text-decoration: none;
        color: #343a40;
    }

/* OVERVIEW-PANEL */

/* CAMPAIGNS-PANEL */
.campaigns-panel h4{
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    color: #999;
}

.campaigns-panel .filter{
    font-size: 18px;
    margin-right: 20px;
    font-weight: 500;
}

.campaigns-panel .filter.active{
    border-bottom: solid 2px #5189F9;
}

.card.campaign {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 25px;
    border: solid 1px #e0e0e0;
    transition: .3s;
}

.card.campaign:hover {
    background: #fff;
}

.card.campaign:hover .icon svg {
    color: #5189F9;
}

.campaign .icon svg{
    font-size: 50px;
    padding: 15px;
    border-radius: 5px;
    background: #f0f0f0;
    color: #888;
}

.campaign .subtitle{
    font-size: 16px;
    color: #888;
}

.campaign .data{
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.campaign .title{
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.campaign .details{
    font-size: 14px;
}

.bg-dark {
    background: #232b38 !important;
}

.bg-lightdark {
    background: #384152;
}


/* SIDEBAR */
@media( max-width: 997px){
    .sidebar{
        position: absolute;
        width: 80vw;
        left: -80vw;
    }
}
.sidebar{
    width: 360px;
    border-right: solid 1px #d0d0d0;
    min-height: 100vh;
}

.sidebar h3{
    font-size: 12px;
    color: #30C2C9;
    margin-top: 20px;
    padding: 5px 30px;
}

.sidebar a{
    display: block;
    font-size: 16px;
    color: #97A0A9;
    padding: 15px 30px;
    transition: .3s;
}

.sidebar a svg{
    font-size: 20px;
}

.sidebar a:hover{
    color: #333;
    background: #f0f0f0;
    border-right: solid 3px #5189F9;
    text-decoration: none;
}

.sidebar a:hover svg{
    color: #5189F9;
}

.sidebar .sidebar-header{
    border-bottom: solid 1px #d0d0d0;
    padding: 20px 30px
}

.sidebar .sidebar-header svg{
    font-size: 50px;
    padding: 10px;
    color: #5189F9;
    background: #F3F6F9;
    border-radius: 5px;
    margin-right: 20px;
}

.sidebar .sidebar-header h1{
    font-size: 22px;
    line-height: 50px;
    vertical-align: middle;
}

/* CONTENT */
.content{
    width: 100%;
    background: #F3F4F6;
    padding: 45px;
}

.card.overview {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: solid 1px #e0e0e0;
}

/* DATABOX */
.databox .icon svg{
    font-size: 50px;
    padding: 10px;
    border-radius: 5px;
    background: #f0f0f0;
    color: #ff9000;
    margin-right: 25px;
}

.databox .value{
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

.databox .title{
    font-size: 16px;
    color: #888;
}

.card .card-body{
    overflow-y: auto;
}

/* FORM CONTROL */
.form-editable{
    border: none;
    border-radius: 2px;
    background: #f6f6f6;
    font-weight: 700;
}

.form-editable:disabled{
    background: #fff;
}

.only-letterNumber {

}

/* --------------------------------

Basic Style

-------------------------------- */
.cd-breadcrumb {
    padding: 0.5em 1em;
    background-color: #edeff0;
    border-radius: .25em;
}

.cd-breadcrumb:after {
    content: "";
    display: table;
    clear: both;
}

.cd-breadcrumb li{
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after{
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after{
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li > *{
/* single step */
display: inline-block;
font-size: 1.4rem;
color: #2c3f4c;
}
.cd-breadcrumb li.current > *{
/* selected step */
color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover{
/* steps already visited */
color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after{
/* replace the default arrow separator with a custom icon */
content: '';
height: 16px;
width: 16px;
background: url(../img/cd-custom-separator.svg) no-repeat center center;
vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before{
/* add a custom icon before each item */
content: '';
display: inline-block;
height: 20px;
width: 20px;
margin-right: .4em;
margin-top: -2px;
background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
/* change custom icon using image sprites */
background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
/* change custom icon for the current item */
background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb, .cd-multi-steps {
        padding: 0 1.2em;
    }

    .cd-breadcrumb li, .cd-multi-steps li {
        margin: 1.2em 0;
    }

    .cd-breadcrumb li::after, .cd-multi-steps li::after {
        margin: 0 1em;
    }

    .cd-breadcrumb li > *, .cd-multi-steps li > * {
        font-size: 17px;
    }
}

/* --------------------------------

Triangle breadcrumb

-------------------------------- */

@media only screen and (min-width: 768px) {
    .cd-breadcrumb.triangle {
        /* reset basic style */
        background-color: transparent;
        padding: 0;
    }

    .cd-breadcrumb.triangle li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
    }

    .cd-breadcrumb.triangle li:last-of-type {
        margin-right: 0;
    }

    .cd-breadcrumb.triangle li > * {
        position: relative;
        padding: 1em .4em 1em 1.5em;
        color: #999;
        background-color: #dadada;
        /* the border color is used to style its ::after pseudo-element */
        border-color: #dadada;
    }

    .cd-breadcrumb.triangle li.current > * {
        /* selected step */
        color: #ffffff;
        font-weight: 700;
        background-color: #96c03d;
        border-color: #96c03d;
    }

    .cd-breadcrumb.triangle li:first-of-type > * {
        padding-left: 1.6em;
        border-radius: .25em 0 0 .25em;
    }

    .cd-breadcrumb.triangle li:last-of-type > * {
        border-radius: 0 .25em .25em 0;
    }

    .no-touch .cd-breadcrumb.triangle a:hover {
        /* steps already visited */
        color: #ffffff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }

    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
        /*
            li > *::after is the colored triangle after each item
            li::after is the white separator between two items
        */
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        /* 48px is the height of the <a> element */
        border: 30px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }

    .cd-breadcrumb.triangle li::after {
        /* this is the white separator between two items */
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #ffffff;
        /* reset style */
        margin: 0;
    }

    .cd-breadcrumb.triangle li > *::after {
        /* this is the colored triangle after each element */
        z-index: 2;
        border-left-color: inherit;
    }

    .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
        /* hide the triangle after the last step */
        display: none;
    }

    .cd-breadcrumb.triangle.custom-separator li::after {
        /* reset style */
        background-image: none;
    }

    .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
        /* 50px is the height of the <a> element */
        border-top-width: 25px;
        border-bottom-width: 25px;
    }

    @-moz-document url-prefix() {
        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li > *::after {
        /* fix a bug on Firefix - tooth edge on css triangle */
        border-left-style: dashed;
        }
    }
}
/* --------------------------------

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
    .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
        /* change custom icon using image sprites - hover effect or current item */
        background-position: 0 -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
        background-position: -20px -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
        background-position: -40px -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
        background-position: -60px -40px;
    }
}

.img-thumbnail.empty{
    border: 1px dashed #dee2e6;
}

.img-thumbnail.empty   {
    height: 125px;
    text-align: center;
    line-height: 120px;
    vertical-align: middle;
    width: 400px;
}

/* Comentarios */
.comentarios li{
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
}

/* VISTA ESTADO DE CUENTA CLIENTE */
.client-payment-view{
    padding: 25px;
    background: #fff;
}

.client-payment-title{
    background: #343A40;
    padding: 15px 0px 15px 30px;
}

td {
	font-size: 13px;
}

.payment-details .icon svg{
    font-size: 50px;
}


.card.payment-details {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 25px;
    border: solid 1px #e0e0e0;
    transition: .3s;
}

.card.payment-details:hover {
    background: #fff;
}

.card.payment-details:hover .icon svg {
    color: #5189F9;
}

.payment-details .subtitle{
    font-size: 16px;
    color: #888;
}

.payment-details .data{
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.payment-details .title{
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.payment-details .details{
    font-size: 14px;
}

input
{
    overflow: hidden !important;
}

/* KANBAN */
.kanban .row {
    height: calc(100vh - 245px);
}

.scrolling-wrapper {
    overflow-x: auto;
}

.task {
    color: #333;
    background: #fafafa;
    border: none;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .task:hover {
        color: #333;
        background: #fff;
        box-shadow: 0 3px 8px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
    }

.task-list {
    padding: 20px 10px;
    height: 100%;
    background: #FFF;
}

.task .status-green {
    background: #28A745;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 3px 10px;
}

.task .status-orange {
    background: #FFC107;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 3px 10px;
}

.task .status-red {
    background: #DC3545;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 3px 10px;
}

.task .status-gray {
    background: #888;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 3px 10px;
}

.task:hover {
    text-decoration: none;
    color: #333;
}

.task .badge {
    font-size: 12px;
    font-weight: 500;
}

.task .title {
    font-weight: 700;
    font-size: 20px;
    color: #777;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-item {
        margin-bottom: -2px;
        z-index: 2;
    }

.milestone {
    min-height: 32px;
}
/*Buscador ATT*/
.search{
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.2rem;
    vertical-align: bottom;
}

/*Bootstrap-select*/
.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: initial;
    font-weight: bold;
    background: #fff;
    border:none;
    color: black;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline-offset: 0px !important;
}