html {
  height: 100%;
  box-sizing: border-box;
}

a{
color: #9fc517 !important;
}

.panel-title.text-center {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1px;
    font-size: 20px;
}
.btn-primary {
    background: #9fc517;
    border: 1px solid #9fc517;
    color: #000;
}

.panel-default {
    border-color: #000 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #9fc517 !important;
    color: #000 !important;
}

.nav-tabs {
    border-bottom: 2px solid #000 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #000;
    color: #9fc517 !important;
    font-weight: bold;
}
.nav-tabs>li>a {
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid #000;
    border-radius: 4px 4px 0 0;
    color: #000 !important;
}

.administracion, .campanias, .whatsapp {
    list-style: none;
    background: #000;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    width: 45%;
    vertical-align: top;
    text-align: center;
}
.pagination>li {
    background: transparent !important;
    margin: 0 !important;
    width: unset !important;
    padding: 0 !important;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color: #fff !important;
    border-color: #dddddd !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #ddd !important;
    color: #5f5f5f !important;
    border: 1px solid #dddddd !important;
}
body{
	background-color: #fff;
	font-family: Arial;
	min-height: 80%;
	position: relative;
	margin: 0;
/*	padding-bottom: 6rem;*/
	/*overflow: hidden;*/
}

h3{
	font-stretch: condensed;
	/*color: #CCC;*/
}

hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

a{
	text-decoration: none;
}

.header{
	margin-left: 40px;
	font-stretch: condensed;
}

.footer {
    /*position: fixed;
    bottom: 0;*/
/*	
    width: 100%;
	text-align: center;
	background-color:#F5F5F5; 
	border-top:1px solid #E7E7E7; 
	border-bottom:1px solid #E7E7E7;
*/	
	position: absolute; 
	bottom: 0; 
	width: 100%; 
	height:0px;
}

/*
.footer{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	width:100%; 
	margin:25px auto 0px auto; 
	background:url(../images/containerBottom.jpg) no-repeat top center #171717; 
	overflow:hidden
}
*/
.tablareport>thead>tr>th{
	padding: 5px;
}

.titulo{
	font-size: 18px;
	margin-top: 70px;
	margin-bottom: 10px;
	color: #777584;
	font-stretch: condensed;
}

.logo{
	height:50px;
}

.text-danger{
	color: #b94a48;
	font-size: 14px;
}

.text-info {
	color: #B9CC14;
	font-weight: bold;
	margin-bottom: 20px;
}

.login-panel {
	border-color: #403152;
	margin-top: 50px;
}

.login-panel > .panel-heading {
	background-color: #FFFFFF;
	height:100px;
}

.btn-emcotec{
	/*background-color: #403152;*/
	background-color: #000000;
	color: #fff;
}

.btn-emcotec:hover{
	/*background-color: #A8A6E5;*/
	background-color: #cecece;
	color: #403152;
}

.pnlCliente{
	margin-top: 20px;
}

ul.breadcrumb{
	background-color: #000 !important;
}

.pnlLegend{
	margin-top: 100px;
	margin-left: 100px;
}

.grupoLegend{
	margin-bottom: 10px;
}

.grupoLegend label {
	font-size: 22px;
}

.legends{
	font-size: 16px;
	height: 50px; 
	width: 50px; 
	line-height: 50px;
	border-radius: 100%;
	padding-bottom: 10px;
}

.grafico{
	font-size: 16px
	height: 50px; 
	width: 50px; line-height: 50px; 
	border-radius: 100%;
}

.graficoEntregados{
	background-color: #00C3BD;
}

.graficoDevoluciones{
	background-color: #FF5473;
}

.graficoFuerazona{
	background-color: #FFCC50;
}

.graficoProceso{
	background-color: #E9E9EB;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
/*	
    width: 100%;        
    padding: 0;
    background-color: #fff;
*/	
}

@media(min-width:768px) {
    #wrapper {
        /*padding-left: 225px;*/
    }

    #page-wrapper {
        padding: 55px 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 60px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #222;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #1a242f !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;    
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}

.panel-default .panel-heading{
	background-color:#000;
	color: #FFFFFF;
}

nav.navbar.navbar-default.navbar-fixed-top {
    background: #000;
    border-bottom: 6px solid #A0C519;
    padding: 20px
}

.error{
	color: red;
	font-size: .8em;
}
/*------------------------------------ CONTENT FOOTER ------------------------------------------------
#footer{width:100%; margin:25px auto 0px auto; background:url(../images/containerBottom.jpg) no-repeat top center #171717; overflow:hidden}
#footer #holder{width:1010px; height:auto; overflow:hidden; position:relative; margin:0 auto}
#footer #holder H2{ color:#CCCCCC; margin-bottom:-5px; margin-top:-10px}
#footer #holder .C{width: 310px; margin: 35px 8px 15px 8px; float:left; border-right:1px solid #999999}
#footer #holder UL{list-style-type:none; margin-left:-40px}
#footer #holder UL LI{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#CCC}
#footer #holder UL LI A{ text-decoration:none; color:#CCC; line-height:16px}
#footer #holder UL LI A:hover{ text-decoration:underline; line-height:16px}
#footer SPAN{font-family:Arial, Helvetica, sans-serif; color:#CCC; font-size:11px; position:absolute; bottom:10px; right:0px}
#footer SPAN A{color:#CCC; font-weight:bold}
#footer SPAN A:HOVER{color:#999}
#imgSupport {margin-top:15px}
#imgSupport IMG{float:right; margin-left:5px}
----------------------------------------------------------------------------------------------------*/
