﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.loader
{
    /*display: none;
    width:200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;*/
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../Content/images/loading_grinds.gif') 
                50% 50% 
                no-repeat;
}

.favicon{
    max-height:24px;
    min-width:24px;
}

    @media screen {
        .nonprintable {
            display: none;
        }

        
        .printable {
            display: block;
        }
        .notvisible {
            display:none;
        }
        .container-fluid{
            margin-left:30px;
            margin-right:30px;
        }
    }

    @media print {
        .nonprintable {
            display: none;
        }

        .nonprint {
            display: none;
        }

        .printable {
            display: block;
        }
        .notvisible {
            display:block;
        }
        .k-grid td {
            padding:0px;
        }
        .k-grouping-header {
            display:none;
        }
        .k-icon.k-i-filter {
            display: none;
        }
        th a{
            font-size:10px;
        }
        .k-grid-content{
            font-size:10px;

        }
        .k-grid-footer {
            margin-right: -17px;
        }

        /*#Report {
            margin-top:-50px;
        }*/

        footer{
            font-size:8px;
            position:absolute;
            bottom:-10px;
        }
        .container-fluid {
            margin-left: 0px;
            margin-right: 0px;
        }
       
    }

img {
    margin:0 auto;
}

.navbar-inverse {
  background-color: #C2E184;
  border-color: #C2E184;
}

.border{
    border: 1px solid #A9A9A9;
}

.border-top{
    border-top: 1px dashed #A9A9A9;
}

li.nav-item {
    padding-left:10px;
    padding-right:10px;
}

@media print {  
   
  .letraChica{
      font-size:10px;
  }
    .k-filter-row{
        display:none;
    }
}


@media screen and (max-width:800px) {
    .k-grid {
        min-width: 1024px;
    }

    .k-detail-cell > .k-grid {
        min-width: unset;
    }

    #Report > div.k-grid-content.k-auto-scrollable.km-widget.km-native-scroller > table > tbody > tr.k-detail-row > td.k-detail-cell > div:nth-child(2) > table > colgroup > col:nth-child(1) {
        min-width: 150px;
    }

    .grid-container {
        overflow-x: scroll;
    }
}

@media screen and (min-width:1024px) {
    #Report > div.k-grid-content.k-auto-scrollable.km-widget.km-native-scroller > table > tbody > tr.k-detail-row > td.k-detail-cell > div:nth-child(2) > table > colgroup > col:nth-child(1) {
        min-width: 400px;
    }
}