/*INDEX*/

.search{
    min-width: 250px;
    max-width: 350px;
}


input.textSearch{
    float: left;
    width: 80%;
}

div.table-responsive.tableFourColumn{
    min-width: 200px;
    max-width: 1000px;
    margin: 60px auto;
}

div.tableThreeColumn{
    min-width: 200px;
    max-width: 900px;
    margin: 40px auto;
}

div.tableFiveColumn{
    min-width: 200px;
    max-width: 1200px;
    margin: 50px auto 0 auto
}

span.titleMenu {
    float: right;
    width: 85%;
}


.title{
    text-align: center;
}

td.column{
    text-align: center;
    min-width: 150px;
}

td.columnThreeColumn{
    text-align: center;
    min-width: 200px;
}

td.crudThreeColumn{
    width: 100px;
    text-align: center;
}

.titleThreeColumn{
    width: 400px;
    text-align: center;
}
th#insertThreeColumn{
    text-align: center;
    padding: 0;
    width: 125px;
}
th#insertThreeColumn>a{
    width: 175px;
}
.numberIdThreeColumn{
    width: 15px;
    text-align: center;
}

div.tableFourColumn td.column,.title{
    width: 275px;
    margin: 0 auto;
}

.numberId{
    width: 50px;
    text-align: center;
}
div.tableFiveColumn td.column{
    width: 250px;
    margin: 0px auto;
}

th#insert{
    text-align: center;
    padding: 0;
    width: 200px;
}

th#insert>a{
    width: 175px;
    margin: 0 auto;
}

.view{
    min-width: 55px;
    padding: 5px 1px;
}

td.crud{
    width: 200px;
    text-align: center;
}

.showIndexPage{
    text-align: center;
    height: 55px;
}

/*SECONDARY PAGE*/
.buttonSearch{
    float: right;
    margin: 0px 0;
}
fieldset{
    width: 800px;
    border: 2px solid #000000 !important;
    background-color: #f5f5f5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 12px auto;!important;
}

fieldset>legend{
    min-width: 100px;
    max-width: 250px;
    padding: 0 12px;
}

.information{
    min-width: 100px;
    max-width: 800px;
    margin: 0 auto;
}

#dateLeft, #dateRight{
    min-width: 75px;
    max-width: 375px;
    /*padding: 10px 0;*/
}

#dateLeft{
    float: left;
}
#dateRight{
    float: right;
}

.description{
    height: 200px;
}

label{
    /*font-weight: bold;*/
}

.showButton{
    text-align: center;
    margin-bottom: 15px;
}

a.logo{
    visibility: hidden;
    height: 0px;
    color: #000;
}

header.main-header{
    height: 50px;
    /*background: #000;*/
}

.main-sidebar{
    position: fixed;
    margin: -5px 0 0 0;
    background-color: #00498a
}

section.sidebar{
    margin: -45px 0;
    /*background: #000;*/
}

nav.navbar-static-top{
    position: fixed;
    margin: -50px 0;
}
nav.navbar.navbar-static-top.navCustom{
    top: 0;
    background: #00498a;
}
.logo-lg{
    color: #000;
    font-size: 18px;
}

img.imageLogo{
    max-width:	100%;
}

.crud{

}

div.footerCustom {
    position: relative;
    width: 100%;
    height: 25px;
    bottom: 0;
    background: #00498a;
    text-align: center;
    color: #ffffff;
}
/* ------------------------------- For tablets: ---------------------------------- */
@media screen and (min-width: 768px) {
    div.panel-heading{
        background: #000;
        padding: 10px 15px;
    }

    a.logo{
        visibility: visible;
    }

    div.panel.panel-default {

        margin: 0px 0;
        padding: 0;
    }

    header.main-header nav.navbar-static-top{
        margin: 0 0 0 230px;
        background-color: #00498a
    }

    div.tableFourColumn{
        margin: 24px auto;
    }
    .main-sidebar, nav.navbar-static-top,a.logo{
        position: fixed;
        margin: 0 0 0 0;
    }

    nav.navbar-static-top{
        width: 100%;
    }

    .main-sidebar{
        margin: 45px 0;
    }

    #dateLeft input, #dateRight input{
        min-width: 100px;
        max-width: 300px;
        margin: 0 20px;
    }

}

/* ------------------------------- For Desktop: ---------------------------------- */
@media screen and (min-width: 992px) {


    .search{
        float: right;
        margin: -7px 0;
    }


    #dateLeft input, #dateRight input{
        min-width: 100px;
        max-width: 325px;
        /*background: #000;*/
        margin: 0 20px;

    }

    #dateRight input{
        margin: 0 0 0 0;
    }

}


/* ------------------------------- For Large desktop: ---------------------------------- */
@media screen and (min-width: 1200px) {
    button.searchButton{
        margin: 0px 0 0 0;
    }
}


