@CHARSET "UTF-8";

body {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    /*letter-spacing: 0.5px;*/
}

h1 {
    font-size: 34px;
}

.navbar-brand {
    padding-top: 4px;
    padding-bottom: 0;
}

h3.panel-title {
    font-size: 24px;
}

#info .panel-heading {
    border: none;
}

.back-btn {
    font-size: 30px;
}

.navbar-text a {
    text-decoration: none;
}

.panel table {
    table-layout: fixed;
    word-wrap: break-word;
}

.form-horizontal .control-label {
    text-align: left;
}

#debbrief label,
.rosa {
    color: #F95978;
}

.panel.panel-nopadding .panel-body {
    padding: 0 !important;
}

.panel-body table {
    margin-bottom: 0 !important;
}

.glyphicon.path {
    font-size: 24px;
}

#listado-prospects table .form-control {
    height: auto !important;
    padding: 0 !important;
}

@media (min-width: 1200px){
    .container {
        width: 1224px !important;
    }
}


.navbar-flex {
    display: flex;
    padding: 0 15px 0;
}

.navbar-header {
    flex: 2 auto;
    float: none !important;
}

.navbar-collapse {
    flex: 4 auto;
    text-align: center;
    margin: 0 auto;
}

.logout-btn {
    flex: 1 auto;
    text-align: right;
}

.logout-btn a {
    height: 100%;
}

.logout-btn a i {
    vertical-align: middle;
    font-size: 32px;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar .navbar-brand {
    /*padding: 5px 20px !important;*/
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    position: relative;
}

.navbar .navbar-brand img {
    max-height: 100%;
    max-height: 35px;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 auto;
}

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

.navbar-nav li {
    flex: 1 auto;
    float: none;
    border-right: 2px solid #f95976;
}

.navbar-nav li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav li:last-child {
    border-right: none;
}

.navbar-default .navbar-nav > li > a {
    /*color: transparent;*/
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 500;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.7);*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    text-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    /*box-shadow: inset 0 0 4px rgba(0,0,0,0.2);*/
    color: #f95976;
}

.navbar-nav > li > .dropdown-menu {
    width: 100%;
}

.btn-default {
    border-width: 1px !important;
}

.btn, .btn:hover {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 20px;
    border-width: 0;
}
#texto-busqueda, .form-control {
    border-radius: 20px !important;
}
.page-header {
    border: none;
    margin: 50px 0 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(249, 89, 118), rgba(56,2,155,0)) 1;
    /*border-image-slice: 1;*/
    width:100%;
}

.separador {
    border: none;
    margin: 20px 0 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(249, 89, 118), rgba(56,2,155,0)) 1;
    /*border-image-slice: 1;*/
    width:100%;
}

.page-header h1,
.page-header h3,
 h1.separador, h2.separador{
    margin-top: 0;
    color: #333;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
}

h2.separador {
    font-size: 20px;
}

h4 {
    color: #333;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 90%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-header .header-selector {
    display: inline-block;
}

.page-header .header-selector .form-control {
    background-color: #f95976;
    color: white !important;
    padding: 1px 10px 1px 20px
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    border: none !important;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    height: 1px;
}

.table tr th, .table tr td {
    /*background: #eee;*/
    border-right: 0.5px solid #ddd;
    border-bottom: 0.5px solid #ddd;
    padding: 10px !important;
}

.table tr th:first-child,
.table tr td:first-child {
    border-left: 0.5px solid #ddd;
}

.table tr th {
    background: transparent;
    border-top: 0.5px solid #ddd !important;
}

/* top-left border-radius */
.table tr:first-child th:first-child {
    border-top-left-radius: 20px;
}

/* top-right border-radius */
.table tr:first-child th:last-child {
    border-top-right-radius: 20px;
}

/* bottom-left border-radius */
.table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

/* bottom-right border-radius */
.table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.table, .table th, .table td {
    /*padding: 10px !important;*/
    border-width: 0.5px;
}

.table .nowrap {
    white-space: nowrap;
}

.table th {
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    font-size: 80%;
    font-weight: 500;
    border-bottom: 2px solid #f95976 !important;
}

.table td {
    border-top: 0 solid #ddd !important;
    border-right: 0 solid #ddd;
}

.table tr td:first-child {
    border-left: 0.5px solid #ddd;
}

.table tr:last-child td {
    border-bottom: 0.5px solid #ddd;
}

.table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 8px;
}

#texto-busqueda, .form-control {
    border-radius: 20px !important;
}

.mostrando {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

label {
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 80%;
    /*color: #f95976;*/
}

.enfasis {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

section.gradient {
    background: linear-gradient(90deg, rgba(155,124,179,1) 0%, rgba(249,89,120,1) 32%, rgba(255,164,182,1) 100%);
    padding: 40px 0;
    color: #fff !important;
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.2), inset 0 -8px 6px -6px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    overflow: hidden;
}

section.gradient .form-control {
    border-width: 0;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.9)
}

.well {
    background-color: white;
    border-radius: 20px;
}

table td[contenteditable=true]:focus,
.table textarea:focus,
div.campo-pm[contenteditable=true]:focus{
    outline: 1px dashed #F95978 !important;
    box-shadow: none;
}

table td {
    background-color: white !important;
}

.table td.text-area {
    padding: 0 !important;
    /*padding: 10px 0 !important;*/
}

.table td textarea {
    border-radius: 0 !important;
    /*resize: none;*/
    outline: none;
    width: 100%;
    padding: 10px;
    border: none;
    height: 100%;
    margin: -10px 0;
}

.pm-empresa {
    display: none;
}

#info .small-td {
    text-align: center;
}

.campo-pm.nota,
.campo-pm.siguiente {
    overflow: auto;
    padding: 10px;
    min-height: 100%;
    max-height: 200px;
}

#tracking-actions-modal {
    top: 20%;
}

#tracking-actions-modal .modal-dialog {
    width: 600px;
}

#tracking-actions-modal .modal-footer {
    border: none !important;
    text-align: center;
}

#tracking-actions-modal .modal-footer .cerrar {
    display: none;
}

#tracking-actions-modal .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

#tracking-actions-modal .enfasis {
    margin-bottom: 10px;
    margin-top: 30px;
}

.green {
    color: #5b9909;
    font-weight: bold;
}
