/** fondo imagen **/

body{
    background: url(../img/fondo.png);
    background-repeat: repeat;
}

.login .content-login{
	margin-top: 50%;
}

.login .logo{
	max-width: 50px;
	margin: 20px auto;
}

.login .logo img{
	width: 100%;
	vertical-align: top;

}

.login .titulo{
	font-size: 20px;
    text-align: center;
    font-family: 'Helvetica', sans-serif;

}

.login form {
    background: #fff;
    max-width: 350px;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    padding: 30px 20px;
    margin: 0 auto;
    border-radius: 5px;
}

/** menu **/
nav.navbar.navbar-default {
    background: #229add;
    border-color: #229add;
    border-radius: 0px;
} 

button.navbar-toggle.collapsed {
    background: #229add;
    border-color: #229add;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-brand {
    height: auto !important;
}

a.navbar-brand {
    width: 200px;
}

a.navbar-brand img {
    width: 50px;
}


ul.nav.navbar-nav.navbar-right li a {
    color: #000;
    font-size: 16px;
    font-family: 'Helvetica', sans-serif;
    text-align: center;
}

a.dropdown-toggle:focus, a.dropdown-toggle:visited, a.dropdown-toggle:active, a.dropdown-toggle:link{
    background: #229ADD !important;
}

.nombre-usuario{
    color: #fff;
    font-size: 14px;
    display: block;
}

/****************** Dashboard ********************/
.contenedor-inline {
    display: flex;
    flex-wrap: wrap;
    width: 160px;
    margin: 5px 0;
}

.contenedor-inline-lg {
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    margin: 5px 0;
}

.divisor-animado {
    background: #eee;
    height: 1px;
    margin: 20px 0;
}

.sub-text {
    font-size: 12px;
    color: #929eaa;
}

.content-icon-center{
    margin: 10px 5px 0 5px;
}


input[type="date"] {
    width: 100%;
}
select#show-accounts, select#show-campaigns {
    width: 350px;
}
.content-dates {
    display: flex;
    flex-wrap: wrap;
}
.btn-account {
    color: #337AB7;
    cursor: pointer;
}
.contenedor-dashboard{
    padding: 50px 50px 0 50px;
}

.panel-fc .panel-heading{
    background: #4267B2;
    color:#fff;
}

.panel-ac .panel-heading{
    background: #345E95;
    color:#fff;
}

.panel-ht .panel-heading{
    background: #F04E23;
    color:#fff;
}

input[type="date"]{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

select {
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

.panel-configuraciones .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-compass {
    font-size: 30px !important;
    color: #00ADD1;
}

.titulo {
    padding: 10px 0;
}

.contenedor-botones {
    padding: 10px 0;
}

select#show-tags, select#show-productos {
    width: 90%;
}

.panel-heading.custom-panel-heading {
    display: flex;
    justify-content: space-between;
}

#btn-calculator{
    cursor: pointer;
}
input#price {
    border: none;
    border-radius: 10px;
    opacity: 0.5;
    outline: none;
    color: #000;
    padding: 1px 10px;
    width: 120px;
    display: none;
}
span.fecha-inicial {
    color: red;
    font-family: 'Helvetica', sans-serif;
}

/*Menu*/
a.opcion {
    width: 200px;
    height: 120px;
    background: #00a2e8;
    color: #fff;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
    flex-wrap: wrap;
    font-size: 18px;
	margin:10px 0;
}

.content-opciones {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 180px;
	flex-wrap: wrap;
}

a.opcion span {
    display: block;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

a.opcion.two{
    background: #00BCD4;
}

a.opcion.three{
    background: #ca159a;
}

/*Reporte*/
.reporte .text-title {
    text-align: center;
    padding: 25px 0;
}

.reporte form.form-inline {
    text-align: center;
}

.reporte .table {
    padding: 25px 0;
}

.reporte .panel-body {
    max-height: 300px;
    overflow: scroll;
}

.reporte-crm .bg-info {
    background-color: #03A9F4;
    padding: 35px 10px;
    border-radius: 100px;
    color: #FFF;
    max-width: 160px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

.reporte-crm h4 {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    margin-bottom: 40px;
}

.reporte-crm h3 {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

form.form-inline {
    text-align: center;
    padding-bottom: 10px;
}

.reporte-crm .details {
    max-height: 300px;
    overflow-x: scroll;
    overflow-y: scroll;
}

.reporte-crm{
    padding-bottom:100px;
}

/*REPORTE DE VENTAS CUSTOMER*/
.reporte.reporte-customer input[type="text"] {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    min-width: 200px;
}

/*---- APP CONTENT TEAM -----*/
.form-emails .form-group {
    margin: 0 auto;
    text-align: center;
    max-width: 545px;
}

.form-emails .form-group textarea {
    width: 100%;
    border-radius: 5px;
    border-color: #dbdbdb;
}

.content-loading {
    max-width: 545px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
}

#statusAccess, #statusContent{
    display: none;
}

