/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 35px;
}

/* Custom container */
.container {
  /*margin: 0 auto;*/
  width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    /*width: 100%;/
    /* Set the fixed height of the footer here */
    height: 35px;
    border-top: 1pt solid #f5eded;
    font-size: 70%;
    /* background-color: #f5f5f5;*/
}

.captha {
    border: 1pt solid rgb(204,204,204);
}

/*
th { font-size: 8pt; }
td { font-size: 8pt; }
*/

.nowrap {
    white-space: nowrap
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 40px 15px 0;
}

.container .text-muted {
}

.footer > .container {
    /*margin: 0 15px 5px;*/
    /*text-align:center;*/
    /*margin: 0px 15px;*/
   /* padding: 0px 15px 0;*/
}

code {
    font-size: 80%;
}

.dataTables_scroll
{
    overflow:auto;
}

.custom-checkbox-list
{ 
  list-style: none; 
  margin: 0;
  padding: 0;
}
