﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 60px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

    input.full-width, select.full-width, textarea.full-width {
        max-width: 100%;
    }

.navbar-inverse {
    background-color: #ec008d;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #ea5db0;
    }

.grey {
    background-color: #e0e0e0;
}

.navbar-brand {
    margin-top: -20px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ec008d;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #ea5db0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #cf057c;
}

.fa-10x {
    font-size: 10em;
}

.modalBackground {
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.50;
}

div.filter {
    margin-right: 20px;
}

    div.filter select, div.filter input[type=text] {
        min-width: 100px;
    }

    div.filter:last-child {
        margin-right: 0px;
    }

.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
    margin-left: 0px;
}

.checkbox label {
    padding-top: 0px !important;
}

.cb div.dhxcombo_material {
    border: 0px none !important;
    height: 35px !important;
}

    .cb div.dhxcombo_material input.dhxcombo_input {
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        box-shadow: none !important;
        padding: 6px 9px !important;
        font-size: 13px !important;
        border-radius: 3px 0px 0px 3px !important;
        height: 35px !important;
        line-height: 20px !important;
        color: #2c3e50 !important;
        background-color: #ffffff !important;
        border: 2px solid #dce4ec !important;
        border-right: 0px !important;
        max-width: inherit;
    }

    .cb div.dhxcombo_material div.dhxcombo_select_button {
        border: 2px solid #dce4ec !important;
        border-left: 0px !important;
        border-radius: 0px 3px 3px 0px !important;
        height: 35px !important;
        top: 0px !important;
    }

    .cb div.dhxcombo_material.dhxcombo_actv input.dhxcombo_input, div.dhxcombo_material.dhxcombo_actv div.dhxcombo_select_button {
        border-color: #2c3e50 !important;
    }

.alertnotread {
    background-color: #d0d0d0;
}

.dhx_scale_bar a, .dhx_scale_bar a:hover, .dhx_scale_bar a:focus {
    color: navy;
}

.holiday_section {
    background-color: gray;
    opacity: 0.75;
    filter: alpha(opacity=75);
    color: White;
    font-size: 1.5em;
    text-align: center;
}

li.lialert {
    position: relative;
}

    li.lialert a.deletealert {
        position: absolute;
        top: 0px;
        right: 0px;
        padding-right:0px;
        padding-left:0px;
    }

    li.lialert:not(.alertnotread) a.deletealert {
        display: none;
    }

@media screen and (max-width: 1235px) and (min-width: 768px) {
    body {
        padding-top: 130px;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .container.body-content {
        padding: 0;
    }
}
