/*
Theme Name: Polo
Theme URI: http://themewagon.com/demo/polo-responsive-app-landing-page-template
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: One page app landing HTML5 CSS3 template powered by Bootstrap 3.
Version: 2.0
License: MPL v2.0
License URI: https://www.mozilla.org/MPL/2.0/
Tags: green, white, responsive-layout, one page, full-width-template
Text Domain: polo
*/

/**
* Table of Contents:
*
* 01.0 - Custom Fonts
* 02.0 - Global
* 03.0 - Side Menu
* 04.0 - Preloader
* 05.0 - Header
* 06.0 - Banner
* 07.0 - Features
* 08.0 - Gallery
* 09.0 - Team Member
* 10.0 - Testimonial
* 11.0 - Subscribe
* 12.0 - Contact us
* 13.0 - Footer
* 14.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/


@font-face {
    font-family: 'caviar_dreams';
    src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
    url('../fonts/CaviarDreams-webfont.woff') format('woff'),
    url('../fonts/CaviarDreams-webfont.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}
html {
    height: 100%;
}
body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #fff !important;
    height: 100%;
    background:#424141;
}
#banner{
    height: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
p, a, li{
    font-family: 'Oxygen', sans-serif;
}
a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}
a{
    color: #5cb85c;
}
a:focus, 
a:hover {
    text-decoration: none;
    color: #ffffff;
}

.img_res{
    display: block;    
    height: auto;
    max-width: 80%;
}
.block-title {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block {
    padding: 80px 0px 50px 0px;
    overflow: hidden;
}
.title-box{
    text-align: center;
    
    margin-bottom: 50px;
}
.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.polo-btn {
    display: block;
    color: #000;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
}
li.submenu-right.index {
    transition: 0.4s ease all;
}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    top: 0;
    margin-right: -260px;
    overflow-y: auto;
    background: #336f35;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
    list-style: none;
}

.sidebar-nav li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    /*padding: 15px 15px;*/
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000000;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 260px;
    width: 280px;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}
.close-btn:hover {
    color: #ffffff;
}




/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: rgba(32, 32, 32, 1) url('../img/preloader.gif') 
    no-repeat center center; 
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky a.logo {
    color: #ffffff;
}
.sticky.fixed a.logo {
    color: #ffffff;
}
.sticky a.logo:hover {
   color: #ffffff;
}
.sticky{
    top: 0;
    position: fixed;
    width: 100%;
    background: #336f35;
    /*padding: 15px 0px;*/
    transition: all 0.5s;
    z-index: 99999;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    background-color: #336f35d9;
    padding: 0px;
}
.logo {
    font-family: 'caviar_dreams';
    color: #fff;
    font-size: 140%;
    line-height: 1.6;
}
#logo_menu {
    padding: 5px 0px;
}
#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #000;
    color: #000;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}
.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #FFFFFF;
    border-color: #000000;
    color: #000000;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
    background: url();
    background-size: 10%;
    padding-top: 80px;
    background-attachment: fixed;
    position: relative;
}

@media screen and (max-width: 768px) { 
  #banner {
    background: url(../img/bg_k9case.jpg);
    background-size: cover;
    padding-top: 0px;
    background-attachment: fixed;
    position: relative;
}
}

.headings {
    padding: 25% 0 30% 0;
    color: #fff;
}
.headings h1 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
}
.headings p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}
.hand-container {
    max-height: 630px;
    overflow: hidden;
}
.iphone-hand {
    padding: 20px 30px 0px 30px;
}
.store {
    background: #ffffff;
    border-color: #000000;
    border-radius: 15px;
    color: #336f35;
}
.store:hover{
    background: #336f35;
    border-color: #336f35;
    border-radius: 15px;
    color: #ffffff; 
}
.polo-btn i {
    padding-right: 6px;
}
.slidedown {
    font-size: 50px;
    color: #000;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - Features
/////////////////////////////////////////////////////////////////////*/

.feature-box {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}
.feature-box i {
    font-size: 7em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}
.feature-box p {
    padding: 0px 20px;
}
.feature-box h2 {
    margin: 0;
    padding: 20px 0px;
    font-weight: 300;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Gallery
/////////////////////////////////////////////////////////////////////*/


#gallery{
    background: url(../img/gallery-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#screenshots .item{
  padding: 0px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
    color: #6ecba9;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #6ecba9;
    border-radius: 50%;
}

.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #fff;
    background:#6ecba9;
}



/* ///////////////////////////////////////////////////////////////////// 
//  09 - Team Member
/////////////////////////////////////////////////////////////////////*/

.team-social {
    margin: 0;
    padding: 8px 0px;
    list-style: none;
    text-align: center;
}
.team-social li {
    display: inline-block;
    font-size: 24px;
    padding: 0px 3px;
    color: #fff;
}
.team-social li a {
    display: inline-block;
}
.team-member {
    text-align: center;
    margin-bottom: 40px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.team-member p {
    padding: 10px 10px 15px 10px;
}
.team-member h2 {
    font-size: 25px;
}
.team-social li a i {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    border-radius: 50%;
    transition: 0.5s ease all;
}
.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}
.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}
.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}
.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}
.googleplus a i {
    color: #dd4b39;
    border-color: #dd4b39;
}
.googleplus a i:hover {
    color: #fff;
    background-color: #dd4b39;
}
.github a i {
    color: #444;
    border-color: #444;
}
.github a i:hover {
    color: #fff;
    background-color: #444;
}


/* ///////////////////////////////////////////////////////////////////// 
//  10 - Testimonial
/////////////////////////////////////////////////////////////////////*/


#testimonial {
    background: url(../img/testi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#testimonial1 {
    background: url(../img/subs-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.review-star {
    text-align: center;
    color: rgb(255, 214, 0);
    font-size: 30px;
    padding-top: 20px;
}
.client-pic {
    padding: 0em 2em;
    max-width: 360px;
    margin: 0 auto;
}
.client-pic img {
    border-radius: 50%;
}

.review-desc {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 100;
    font-style: italic;
    padding-top: 20px;
    color: #fff;
}
#testimonial .block-title {
    color: #fff;
}
#testimonial .block-title span {
    border-color: #fff;
}
p.client-name {
    float: right;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  11 - Subscribe Section
/////////////////////////////////////////////////////////////////////*/



#subscribe {
    background: url(../img/subs-bg.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.susbcribe-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
}
.container.subscribe-wrap {
    max-width: 600px;
}
#exampleInputEmail1 {
    font-size: 20px;
    padding: 15px 30px;
    height: auto;
    border: 2px solid #01bc85;
    border-radius: 0px;
    box-shadow: none;
}
.btn-custom {
    width: 100%;
    padding: 5px 15px;
    font-size: 34px;
    margin-top: 0px;
    background: #01bc85;
    box-shadow: none;
    border: 2px solid #01bc85;
    margin-left: -16px;
    color: #fff;
}
.subscribe-wrap .form-group {
    margin-right: -16px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  12 - Contact us Section
/////////////////////////////////////////////////////////////////////*/

#contact {
    background: url(../img/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#services {
    background: url(../img/servicios.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.address {
    width: 30%;
    float: left;
    height: 640px;
}
.mailbox {
    width: 100%;
    float: left;
    padding-bottom: 111px;
    height: 640px;
}
.address .container {
    max-width: 100%;
}
.mailbox .container {
    max-width: 90%;
}
.address-list {
    list-style: none;
    padding: 160px 0px 70px 0px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: table;
}
.address-list li {
    font-size: 22px;
    padding: 0.5em 0;
    color: #fff;
    font-weight: 100;
}
.address-list li i {
    display: table-cell;
    background-color: blue;
    line-height: 1.8;
    width: 81px;
    height: 70px;
    text-align: center;
    font-size: 45px;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
}
.address-list li span {
    padding: 0px 0px 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
.mailbox .container {
    margin-top: 225px;
    margin-bottom: 0px;
}
#contactForm input,#contactForm textarea {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #C2C2C2;
    font-size: 18px;
}
#contactForm input:active,#contactForm textarea:active,#contactForm input:hover,#contactForm textarea:hover {
    border: 2px solid #8FA9C4;
}

#contactForm #name, #contactForm #email, #contactForm #phone {
    padding: 20px;
    height: auto;
}
#contactForm .form-group {
    margin-bottom: 25px;
}
#contactForm #message {
    height: 258px;
    padding-bottom: 40px;
}
.contact-submit {
    margin: 0 auto;
    margin-top: -38px;
    width: 160px;
    background: #fff;
    color: #d6d6d6;
    border: 2px solid #ffffff;
    font-size: 46px;
    padding: 0;
    margin: 0 auto;
    margin-top: -46px;
}
.contact-submit:hover {
    background: #8FA9C4;
    color: #fff;
}
#contact {
    position: relative;
}
.contact-wrap {
    position: absolute;
    z-index: 9999;
    color: #fff;
    width: 100%;
    top: 50px;
}

#contact .block-title span {
    border-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6ecba9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #6ecba9;
}


/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
    padding: 20px 0px 22px 0px;
    background-size: cover;
}
.footer-logo {
    font-size: 27px;
    color: #fff;
    font-weight: 300;
}

.footer-logo a:hover {
    color: #8FA9C4;
}

.footer-logo a {
    color: #dadada;
}

.copyright {
    color: #fff;
    text-align: right;
    font-size: 18px;
    margin-top: 40px;
}
#footer span{
    color: #e9e9e9;
    display: block;
    font-size: 20px;
    margin-bottom: -15px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px;) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;

    }
}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address {
        height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/

@media all and (max-width: 992px) {
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
    .polo-btn {
        display: none;
    }
    #banner {
        height: 550px;
    }
    .sticky a.logo {
        font-size: 100%;
    }
    li.submenu-right.index{
        display:none;
    }
}

/*768px*/

@media all and (max-width: 768px) {
    #footer , .copyright{
        text-align: center;
    }
    .iphone-hand {
        padding-top: 8em;
    }
}
@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}


/*480px*/

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }
    .iphone-hand {
        padding-top: 8em;
    }
    #login{
        padding-top: 8em;
    }
}

#blog {
    background: url(../img/testi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.modal {
  text-align: center;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.thumbnail {
    background-color: rgba(199, 199, 199, 0);
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
div#review {
    text-shadow: 0px 10px 11px black, 1px 2px 2px black;
    color: #ffffff;
}
#sticky a.logo {
    color: black;
}
.error_en_logueo_oculto {
    display: none;
}
.margin_button {
    margin: 3px;
}
a#usuarios_k9_next, a#usuarios_k9_previous, a#blog_k9_next, a#blog_k9_previous, a#categorias_k9_next, a#categorias_k9_previous {
    padding: 15px;
}
li.comment {
    list-style: none;
    padding-bottom: 20px;
}
.cita_comentario {
    padding: 20px 20px;
}
li.comment article {
    background: #000000;
}
textarea {
    resize: none;
}
ul.recents {
    list-style: none;
}
.paginate_disabled_next {
    padding-left: 20px;
}
.super-header{
    color:#ffffff;
    text-align:center;
    font-weight:bolder;
}
.super-header .usuario-sol {
    background:#336f35;
}
.super-header .info-sol {
    background:#269abc;
}
.upperkse{
    text-transform: uppercase;
}
.upperkse_blk{
    text-transform: uppercase;
    font-weight: bolder;
    font-size: calc(100% + 20%);
}
table tr td {
    text-transform: uppercase;
}
.nav-tabs>li.active>a{
    color: #fff !important;
    background-color: #337ab7 !important;
}
.dropdown-menu.open {
    /*max-height: 370px !important;*/
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    /*min-height: 280px !important;*/
}
.dropdown-menu.inner>ul {
    overflow-y: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: auto;
    min-height: auto;
}
.filter-option.pull-left {
    text-transform: uppercase;
}

option:hover {
  background-color: #336f35 !important; 
  color: #fff; 
  box-shadow: inset 20px 20px #f00
}
table thead, table tfoot {
    background: #336f35;
    color: #fff;
}
table th {
    text-align: center;
}
tbody td, table th {
    vertical-align: middle !important;
}
.thumbnail {
    display: inline !important;
}
a.paginate_button.previous, a.paginate_button.next, a.paginate_button {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
a.paginate_button.current {
    color: red;
}
tr.group {
    background: rgb(158, 158, 158) !important;
    color: #FFFFFF;
    font-size: 150%;
    text-align:center;
    z-index: 999;
}
#entradas_imes_admin {
    font-size: 12px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
    z-index: 1;
}
.subtitle-red {
    font-size: 9pt;
    color:#e61510;
}
li.submenu-right {
    list-style: none !important;
    margin-left: -1.5em !important;
}
#btn-1 .ion-android-arrow-dropdown-circle,
#btn-2 .ion-android-arrow-dropdown-circle{
    display: inline-block !important;
    margin-left: -1.3em;
}
#btn-1 .ion-android-arrow-dropdown-circle,
#btn-1.collapsed .ion-android-arrow-dropup-circle,
#btn-2 .ion-android-arrow-dropdown-circle,
#btn-2.collapsed .ion-android-arrow-dropup-circle{
    display: none !important;
}
#btn-1.collapsed .ion-android-arrow-dropdown-circle,
#btn-1 .ion-android-arrow-dropup-circle,
#btn-2.collapsed .ion-android-arrow-dropdown-circle,
#btn-2 .ion-android-arrow-dropup-circle{
    display: inline-block !important;
    margin-left: -1.3em;
}
.ion-android-arrow-dropup-circle, .ion-android-arrow-dropdown-circle {
    margin-right: 11px;
}
#correspondencia_buzon tbody tr.prioridad_alta{
    background:#eca3a1;
}
#correspondencia_buzon tbody tr:hover, #correspondencia_turnado tbody tr:hover, #correspondencia_confirmada tbody tr:hover, #oficios_area_entrada tbody tr:hover, #oficios_area_salida tbody tr:hover{
    background-color: #87daa8 !important;
}
#correspondencia_buzon tbody tr:hover td.clickable, #correspondencia_turnado tbody tr:hover td.clickable, #correspondencia_confirmada tbody tr:hover td.clickable, #oficios_area_entrada tbody tr:hover td.clickable, #oficios_area_salida tbody tr:hover td.clickable{
    cursor:pointer;
}
.header_rem {
    color: #FFFFFF;
    background-color: #666666;
}
li.submenu-right.index {
    color: #336f35;
    font-size: 10pt;
    margin-left: 2em;
}
.index .store:hover {
    background: #336f35;
    border-color: #336f35;
    border-radius: 15px;
    color: #ffffff;
    margin-left: 1.5em;
    margin-bottom: 3em;
}
.index .store {
    margin-left: 1em;
    margin-bottom: 3em;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
#ex1Slider .slider-selection {
    background: #BABABA;
}
input[type="search"] {
    color: black;
}
select {
    color: black;
}
.panel-body {
    color: black;
    background: #424141b8;
}
td.day{
    color: #000000 !important;
}
th.picker-switch{
    color: #000000 !important;
}
td.today {
    color: #ffffff !important;
    font-weight: bolder !important;
    background: #426fa9 !important;
}
td.today:hover {
    color: #ffffff !important;
    font-weight: bolder !important;
    background: #426fa9 !important;
}
span.year {
    color: #000000 !important;
}
span.year:hover {
    color: #ffffff !important;
    font-weight: bolder !important;
    background: #426fa9 !important;
}
span.month {
    color: #000000 !important;
    font-weight: bolder !important;
}
span.month:hover {
    color: #ffffff !important;
    font-weight: bolder !important;
    background: #426fa9 !important;
}
span.decade {
    color: #000000 !important;
}
span.decade:hover {
    color: #ffffff !important;
    font-weight: bolder !important;
    background: #426fa9 !important;
}
th.sorting {
    cursor:move;
}
div#datatables_buttons_info.dt-button-info {
    background: #424141;
    color:white;
    border-color: white;
}
div#datatables_buttons_info.dt-button-info h2 {
    background: gray;
}
.oculto {
    display: none;
}
span.dtr-data {
    position: absolute;
    left: 160px;
    line-height: 11px;
}
table.dataTable>tbody>tr.child span.dtr-title {
    font-weight: normal !important;
    width: 20% !important;
}

div.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom {
    background: #424141b8;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 1px 1px;
    font-size: 11px;
    line-height: 1.2;
    border-radius: 3px;
}

/*Estilos del Index*/

.announcement-text {
    font-size: 18pt;
}

.announcement-bottom {
    margin: 0px;
}

.card-dashboard:hover {
    z-index: 99999 !important;
    -webkit-box-shadow: 0px 0px 76px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 76px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 76px 0px rgba(0,0,0,0.75);
    animation: pulse 2s infinite;
}

.conteo_rojo {
    color: #b52323;
}

table.dataTable tbody tr.fila-observacion {
    background-color: #7f7e7e !important;
    color: #ffffff !important;
}

table.dataTable tbody tr.fila-observacion a {
    color: #ffffff !important;
    text-decoration: underline;
}

table.dataTable tbody tr {
    color: #333;
}

table.dataTable tbody tr.even, table.dataTable tbody tr.child, table.dataTable tbody td.child:hover {
    color:#000000;
    background:#b9b9b9;
}

table.dataTable tbody tr.odd {
color: #000000;
background: #d7d7d7;
}

td a:hover {
    color:green;
}