﻿* {-webkit-box-sizing:unset;-moz-box-sizing:unset;box-sizing: unset;}
body {
    font-size: 16px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    padding: 10px 10px 0 0;
}



.clear {
    font-size: 1px;
    clear: both;
    height: 1px;
}

.user {
    float: left;
}

.rightmenu {
    display: none;
}

    .rightmenu a {
        display: inline-block;
    }

.m_header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 62px;
    z-index: 9999;
    background: #ccc;
    display: none;
    padding-right: 20px;
}

.menumodulsheader {
    cursor: pointer;
    text-decoration: underline;
    padding: 5px 5px;
    border-bottom: 1px solid #fff;
}

.modulsmenu a {
    display: block;
    font-size: 14px;
    padding: 5px 30px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #fff;
}

.mainmanu a {
    display: block;
    font-size: 15px;
    padding: 10px 5px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #fff;
}

.footer {
    font-size: 12px;
}

h1 {
    font-size: 20px;
}

    h1 span.bad {
        font-size: 14px;
        display: inline-block;
        margin: 3px 20px;
        color: #ff0000;
    }

    h1 span.good {
        font-size: 14px;
        display: inline-block;
        margin: 3px 20px;
        color: #699703;
    }

.numresults{
    direction: rtl;
    margin: 5px;
    display:inline-block;
    float:right;
}

.timedate{
    display:inline-block;
    float:left;
    margin: 5px;
    height: 20px;
}

.icons {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 3px 0px 3px 0px;
    overflow: hidden;
    background-color: #fff3cb;
    direction: rtl;
}

.fillterForm, .fillterData, .sorts {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    background-color: #fff3cb;
    direction: rtl;
}

    .fillterForm .formrow {
        display: block;
        margin-bottom: 5px;
    }

        .fillterForm .formrow span {
            width: 66px;
            display: inline-block;
        }

    .fillterForm .special {
        width: 65px;
    }

    .fillterForm .formrow img {
        vertical-align: bottom;
    }

.error{
    color:red;
}
.icons .icon {
    width: 48%;
    display: inline-block;
    text-align: center;
}

    .icons .icon img {
        float: none;
        display: block;
        margin: auto;
    }

.sorts .sort {
    text-decoration: underline;
    padding-bottom: 5px;
    font-size: 17px;
}

.btn {
    display: inline-block;
    width: 30%;
    background: #4E9CAF;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 1.5%;
    float: left;
    border-radius: 5px;
    border: none;
}

.fillterData .prop {
    display: inline-block;
}

    .fillterData .prop .label {
        width: 90px;
        display: inline-block;
    }

    .fillterData .prop .data {
        font-weight: bold;
    }

.fillterData img {
    float: left;
}


.faultreportbox {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px 10px 5px 10px;
    overflow: hidden;
}

    .faultreportbox.alt {
        background-color: #efefef;
    }

    .faultreportbox .priority {
        float: left;
    }

    .faultreportbox .gotoitem {
        float: left;
    }

    .faultreportbox .date {
        padding-top: 10px;
        float: left;
        font-size: 15px;
    }

    .faultreportbox .category {
        display: block;
        font-size: 17px;
        padding-bottom: 10px;
    }


    .faultreportbox .description {
        display: block;
        background: url('/content/images/info_small.png') no-repeat right;
        padding-right: 25px;
    }

    .faultreportbox .location {
        display: block;
        background: url('/content/images/location_small.png') no-repeat right;
        padding-right: 25px;
    }

    .faultreportbox .status {
        display: block;
        background: url('/content/images/info_small.png') no-repeat right;
        padding-right: 25px;
    }

    .faultreportbox .faultid {
        display: block;
        background: url('/content/images/label.png') no-repeat right;
        padding-right: 25px;
    }


.itemedit {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    overflow: hidden;
    direction: rtl;
}

    .itemedit .priority {
        float: left;
    }

    .itemedit .prop {
        display: inline-block;
        width: 90%;
    }

        .itemedit .prop .label {
            width: 90px;
            float: right;
        }

        .itemedit .prop .data {
            font-weight: bold;
            overflow: hidden;
            display: block;
        }

    .itemedit .btnlink {
        float: left;
    }

    .itemedit textarea {
        width: 100%;
        height: 50px;
    }

    .itemedit select {
        width: 100%;
        display: inline-block;
    }

    .itemedit input[type=text] {
        width: 100%;
        display: inline-block;
    }

    .itemedit .errorinput{
        border:1px solid red;
    }

    .btnplace {
        padding: 10px;
    }

    .btnplace input {
        width: 100%;
        height: 36px;
        background: #4E9CAF;
        border-radius: 5px;
        color: white;
        font-weight: bold;
        border:none;
    }

@media only screen and (max-width: 400px) {
    .fillterForm .formrow span {
        width: 50px;
    }

    .fillterForm .special {
        width: 65px;
    }
}

@media only screen and (max-width: 1000px) {
    #theboss {
        width: 100%;
    }

    #content {
        margin-left: 10px;
    }

}
