﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
}

/* 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;
}


/*.container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}*/

a {
    background-color: transparent;
    color: #961A1D;
    text-decoration: none;
}

    a:visited {
        text-decoration: none;
        color: #961A1D;
    }

    a:hover {
        /*font-weight: bold;*/
        color: #961A1D;
        text-decoration: underline;
    }

    a.button, input[type=submit].button {
        border: 1px solid #961A1D;
        color: #961A1D;
        background-color: transparent;
        padding: 10px 10px;
        margin: 10px 10px 10px 0px;
        font-size: 13px;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        display: table;
        float: left;
    }

    a:hover.button, input:hover[type=submit].button {
        text-decoration: underline;
        /*font-weight: bold;*/
    }

.languageSelector {
    color: #961A1D;
    background-color: transparent;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.title {
    color: #659a9a;
    font-size: 20px;
    margin-top: 5px;
}

.list {
    /*border-collapse: initial;*/
    font-size: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .list td {
        padding: 1px;
        /*width: 50%;*/
        height: 40px;
        padding: 10px;
    }

    .list .listLabel {
        text-align: right;
    }

    .list th {
        background-color: #cddede;
        color: #52525f;
        padding: 1px;
    }

        .list th .sortableheader {
            background-color: #cddede;
            color: #52525f;
            text-decoration: none;
            /*display: table-cell;*/
        }


    .list tr:nth-child(even) {
        background-color: #F6F6F6;
    }

    .list tr:nth-child(odd) {
        background-color: #ECECEC;
    }

.field-validation-error {
    color: red;
    display: block;
    font-size: 12px;
}

.field-validation-valid {
    display: none;
}

/*---------------------*/
/*SLIDER*/
/*---------------------*/

.ui-slider {
    border: none;
    margin-top: 5px;
}

.ui-slider-range {
    background-color: #8BA9BE;
    height: 5px !important;
    top: 0px !important;
    vertical-align: middle;
}

.ui-slider-handle {
    background-color: white !important;
    top: -.5em !important;
    -ms-touch-action: none;
    touch-action:none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: none !important;
}

.ui-widget-header {
    background-image: none !important;
}

.ui-widget-content {
    background-image: none !important;
}

/*---------------------*/
/*FILTER*/
/*---------------------*/

.filter {
    /*background-color: #ECECEC;*/
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .filter .filterelement {
        margin: 10px;
        float: right;
    }

    .filter .button {
        /*width: 30px;*/
        /*height: 30px;*/
        float: right;
        border: none;
        font-size: 0px;
        margin-right: 10px;
    }

        .filter .button:hover {
            background-color: white;
        }

    .filter .filterButton {
        background: url('Images/filter.svg') no-repeat;
    }

    .filter .filterClearButton {
        background: url('Images/delete.svg') no-repeat;
    }


.filterGroup {
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 20px;
    padding-top: 3px;
    float: left;
}

    .filterGroup .filterLabel {
        white-space: nowrap;
        margin-right: 5px;
        float: left;
        /*text-align: right;*/
        min-width: 150px;
        padding-bottom: 5px;
    }

    .filterGroup .filterElement {
        float: left;
    }





/*.filterLabel {
    font-size: 12px;
    height: 20px;
    font-family: 'Roboto Regular';
}

.filterGroup {
    height: 35px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 20px;
    padding-top: 3px;
    float: left;
    width: 400px;
}*/

.editform {
    border-collapse: initial;
    font-size: 15px;
    opacity: 1;
    width: 100%;
    background: white;
}

    .editform th {
        background-color: darkgrey;
        color: white;
    }

    .editform td {
        padding: 5px;
    }

    .editform tr:nth-child(even) {
        background-color: #F6F6F6;
    }

    .editform tr:nth-child(odd) {
        background-color: #ECECEC;
    }

.editFormLabelContainer {
    max-width: 150px;
    min-width: 50px;
    width: 150px;
    vertical-align: top;
}

/*---------------------*/
/*Loading...*/
/*---------------------*/
#please-wait {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    #please-wait .modal {
        z-index: 1999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        -moz-opacity: 0.5;
        background-color: black;
        margin-left: 0;
        position: fixed;
        overflow: auto;
    }

    #please-wait .spinner {
        z-index: 2000;
        position: fixed;
        /*padding-top: 20px;
    padding-left: 20px;
    background: #E5E5E5 no-repeat 15px center;
        */
        width: 100%;
        left:0px;
        height: 100px;
        font-weight: bold;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 35%;
        display: inline;
    }
    #please-wait img {
        border: 2px solid #666;
        background-color: #FFFFFF;
    }

.informationmessage {
    color: blue;
    background-color: #d9edf7;
    border-color: #9acfea;
    display: inline-block;
    width: 100%;
}

    .informationmessage button {
        float: right;
        width: 24px;
        height: 20px;
    }

.warningmessage {
    color: green;
    background-color: #fcf8e3;
    border-color: red;
    display: inline-block;
    width: 100%;
}

    .warningmessage button {
        float: right;
        width: 24px;
        height: 20px;
    }

.errormessage {
    color: red;
    background-color: #f2dede;
    border-color: #dca7a7;
    display: inline-block;
    width: 100%;
}

    .errormessage button {
        float: right;
        width: 24px;
        height: 20px;
    }


@media screen and (min-width: 0px) and (max-width: 800px) {
    .hiddenformobile {
        display: none !important;
    }
    .hiddenfordesktop {
        display: block !important;
    }
    .visibleformobile {
        display: block !important;
    }
    .width100{
        width: 100% !important;
    }
}

@media screen and (min-width: 801px) {
    .hiddenformobile {
        display: block !important;
    }
    .hiddenfordesktop {
        display: none !important;
    }
    .visibleformobile {
        display: none !important;
    }
    .filterGroup{
        width: 410px;
    }
}
