﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 600px;*/
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


/*********************************************************************************************************/
/*                                           Edicion de datos                                            */
/*********************************************************************************************************/
/* Custom */
.ButtonMargin {
    margin: 10px;
}

.ButtonTextLeft {
    text-align: left !important;
}
.TextLeft {
    text-align: left !important;
}

.TextRight {
    text-align: right !important;
}


.DropDownList {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.DivInBox {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.GridView-Item {
    padding-left: 10px;
    padding-right: 10px;
}

.GridView-Header {
    padding-left: 10px;
    padding-right: 10px;
    margin: 30px;
    background-color: red;
}




/* Detail View */
.DetailsViewItem {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.DetailsViewHeader {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #F2F2F2;
}

/* List View */
.ListView {
}

    .ListView td {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .ListView th {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }


.ListViewHeader {
    background-color: #005CB9;
    color: #E0FFFF;
}

    .ListViewHeader th {
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: left;
    }

.ListViewFooter {
    background-color: #005CB9;
    color: #E0FFFF;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

    .ListViewFooter th {
        
    }


.ListViewItem {
    background-color: #E2E2E2;
    color: #333;
}

.ListViewAlter {
    background-color: #F2F2F2;
    color: #333;
}

.ListViewLight {
    background-color: #fefefe;
    color: #333;
}

.ListViewEdit {
    background-color: #aef2ff;
    color: #284775;
}

.ListViewInsert {
    background-color: #AED7FF;
    color: #284775;
}

.ListViewEmpty {
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
}

.ListViewSelect {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.TblSmall {
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    font-size: small;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2px;
    
}
    .TblSmall tr td {
        text-align: center;
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #F2F2F2;
    }
        .TblSmall tr td input {
            text-align:right;
        }
    .TblSmall tr th {
        padding: 1px;
        text-align: center;
        font-size: smaller;
        background-color: #59aafc;
        color: #E0FFFF;
    }
       