﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    background-image: url('/Content/images/cw_1920-1080simple.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#print-all {
    font-size: 50px;
}

.bg-blue {
    background-color: #08b4ff;
}

button, a, input[type=submit] {
    cursor: pointer;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

.fs-2 {
    font-size: 2em !important;
}

.fs-25 {
    font-size: 2.5em !important;
}

.fs-3 {
    font-size: 3em !important;
}

.fs-4 {
    font-size: 4em !important;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.mt-1 {
    margin-top: 1em;
}

.ajax__combobox_textboxcontainer input {
    position: relative;
    top: -2px;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    line-height: 23px !important;
    height: 24px !important;
    width: 257px;
}

.ajax__combobox_buttoncontainer button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
}

a:hover {
    text-decoration: none !important;
}

.form-control {
    border-radius: 0px !important;
    line-height: 23px;
 
}

select.form-control {
    line-height: 23px !important;
    height: 24px !important;
    padding: 0px;
}

.input-group-addon {
    /*line-height: 23px !important;
    height: 24px !important;*/
    padding: 0px;
}

.container {
    /*background-color:white;*/
}


.material-card {
    background-color: white;
    padding: 2em;
    border-top: solid 2px rgba(0,0,0,0.30);
    border-radius: 2px;
    /*display: inline-block;
    position: relative;*/
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.text-droid {
    color: #6ab344;
}


.checkbox .btn,
.checkbox-inline .btn {
    padding-left: 2em;
    min-width: 8em;
}

.checkbox label,
.checkbox-inline label {
    text-align: left;
    padding-left: 0.5em;
}


/*PAGINATION*/

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

    .pagination li:first-child {
        margin-left: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .pagination li a, .pagination li span {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size:20px;
    }

    .pagination li span {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #ddd;
    }


    .pagination li a:focus, .pagination li a:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #ddd;
    }

    .pagination li a .material-icons {
        font-size: 16px;
    }

.aspNetDisabled .material-icons {
    color: #ddd;
}
