/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */
body{
    font: 14px/25px Arial, Helvetica, sans-serif !important;
}
#login {
    padding-top: 50px
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    color: #212121;
}
.btn-custom {
    color: #fff;
	background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
#footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}
#footer p {
    margin-bottom: 0;
}
#footer a {
    color: inherit;
}
td ,th{
    font-size: 0.85em;
/*    line-height: 0.45 !important;*/
    border-top:none !important;
    text-align:center;
}

.desglose td{
    text-align:justify;
    padding:8px 8px 8px 110px !important;
}

.table td  {
   /* max-width:720px !important;*/
   overflow:hidden;
   text-overflow:ellipsis;
   white-space:nowrap;
   max-width:120px;
}

.sidebar{
    margin:20px 0 15px 0;
  
}
.wrapper-table{
    max-width: 600px;
}

.panel-heading-info{
    background-color:#3465a4 !important;
    color:#fff !important;
}
.panel-heading-liquidaciones{
    background-color:rgba(194, 216, 196, 0.47) !important;
}



.table > tbody > tr.active > td{
    background-color:rgba(194, 216, 196, 0.47) !important;
    color:#000;
}

.notBorder{
    border:none !important;
}

.pagination > .disabled > a{
    background-color:#3465a4 !important;
    color:#fff;
}

.pagination > li:last-child >a { 
  background-color: #fff !important;
  color:#337ab7;
}
.pagination > li:first-child > a { 
  background-color: #fff !important;
  color:#337ab7;
}


