/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


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

.textRed {
    color: red;
}
body > .container {
    padding: 0px 15px 0;
}
.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/* Col center
    -------------------------------------------------- */
.col-center {
    float: none;
    margin: 0 auto;
}

/* Tooltips
    -------------------------------------------------- */
.tooltip-inner-single-line {
    /*max-width: 150px;
    width: 150px; */
}

.tooltip-inner-multi-line {
    max-width: 95px;
    /* If max-width does not work, try using width instead */
    width: 95px;
}

.admin-menu-title {
    margin-top: 5px; 
    text-align: center; 
    background-color: #EEEEEE; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

.ui-datepicker-trigger{
    position: absolute;
    margin-top: -28px;
    right:15px;
    border:none;
    background-color:transparent;
}

.ui-datepicker {
    z-index: 9999 !important;
}

@media screen and (max-width: 480px) {
    .col-xs-12 {
        /*max-width: 400px;*/
        padding-left: 0;
        padding-right: 0;
        /*background-color: lightgreen;*/
    }

    .cpe-no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    body > .container-xs {
        padding: 0px 5px 0;
    }

    .xs-manual {
        width: 0px;
    }
}

@media screen and (min-width: 480px) {
    .md-manual {
        width: 102px;
    }
}
