/*
    Style sheet for NCIM urenregistratie
*/

/* Override Bootstrap CSS to make placeholder text color less prominent */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #DDD;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #DDD;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #DDD;
}

/* Class used for input text fields */
input.inputData {
    padding-top: 0;
    padding-bottom: 0;
}

.alignLeft {
    text-align: left;
}
.alignCenter {
    text-align: center;
}

body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 120px;
}
#footer {
    background-color: #f5f5f5;
}


/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

#wrap > .container {
    padding-top: 60px;
}
.container .credit {
    margin: 20px 0;
}

code {
    font-size: 100%;
}
table {
    empty-cells:show;
}
textarea { height: auto; width: auto;}

.ui-tabs .ui-tabs-nav a
{
    color: white;
    background-color: #235B94;
}
.ui-tabs .ui-widget-header
{
    background: #235B94;
}

.loadinggif 
{
    background:
        url('/img/ajax-loader.gif')
        no-repeat
        right center;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
}

.dataTables_wrapper {
    margin: 10px;
}

.dataTables_filter > label > input {
    width:100px;
}

.input-small {
    width:60px !important;
}

.input-low {
    height:20px !important;
}

.modal-body-iframe {
    border: none;
    width: 100%;
    height:100%;
}

.modal-lg2 {
    width: 90%;
    height: 70%;
}

.absencerequest {
    display: none;
}

.dataTables_wrapper {
    overflow: auto;
}
.dataTables_wrapper .row {
    margin-right:0px;
}