/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* .list {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
*/
.tm-date-box > input {
    max-width: 170px!important;
    width: 100%!important;
}
.tm-date-box span, .tm-date-box input {
    float: right;
    display: table;
    padding: 8px 10px;
}
.right-date {
    width: 100% !important;
    max-width: 445px;
    float: right;
    text-align: right;
}
.table-date tr {
    float: right;
    padding: 0px 10px;
}
.table-date tr:nth-child(1) {
    padding-right: 0;
}
.table-date tr > td > label {
    padding-top: 6px;
    padding-right: 4px;
}
/*.articleItem {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    text-align: justify;
}

.pager li > a, .pager li > span{padding:0px !important}*/

<!-- -->
/*section {
    margin-bottom: 100px;
    width: 100%;
    height: 505px;
    background-color: #f5f5f5;
    position: relative;
}

section .content {
    display: none;
}

section span {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-left: -32px;
}

section img {
    width: 50px;
    height: 50px;
}

.lazy {
    opacity: 0;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}

.lazy.loaded {
    opacity: 1;
}*/
