

/* =GENERAL
-------------------------------------------------------------- */

.strong {
    font-weight: bold;
}

.invoice-hidden {
    color: #ccc;
    color: rgba(0, 0, 0, 0.3);
}

.invisible {
    display: none;
}

.ajax__tab_xp .ajax__tab_body {
    padding: 0px !important;
    border-top: none !important;
    font-size: 12px !important;
    font-family: arial !important;
}

.ajax__tab_xp .ajax__tab_header {
    height: 21px;
}

.ui-multiselect-menu .ui-widget-header {
    background: none !important;
    width: unset;
}

.odd td {
    background-color: #efefef !important;
}

.odd even {
    background-color: #fff !important;
}

.odd .is-selected {
    background-color: transparent !important;
}

a img {
    border: none;
}

.warning {
    background: rgb(255,211,123); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDM3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVkN2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,211,123,1) 0%, rgba(255,237,123,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,211,123,1)), color-stop(100%,rgba(255,237,123,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,211,123,1) 0%,rgba(255,237,123,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,211,123,1) 0%,rgba(255,237,123,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,211,123,1) 0%,rgba(255,237,123,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,211,123,1) 0%,rgba(255,237,123,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd37b', endColorstr='#ffed7b',GradientType=0 ); /* IE6-8 */
    margin-right: 15px;
    border: 2px solid #b5b5b5;
    padding: 10px;
    margin-top: 20px;
}

    .warning h2 {
        padding: 0;
        margin-top: 0;
    }


    .warning a,
    .warning a:visited,
    .warning a:hover {
        color: #000;
    }

    .warning ul {
        padding-left: 10px;
        line-height: 15px;
    }

    .warning li {
        margin-bottom: 10px;
    }

body {
    font-family: Arial;
    font-size: 12px;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px !important;
    color: #323232;
}

a, a:visited {
    color: #188bc4;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        text-decoration: underline;
    }

.clearfix {
    clear: both;
}

.red {
    background-color: #C90000;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 5px;
    position: absolute;
    top: 50px;
    z-index: 100;
    left: 25px;
    display: none;
}

    .red.inline {
        position: relative;
        left: 0;
        top: 0;
        display: inline;
    }

.info {
    background-color: #155f84;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 5px;
    position: absolute;
    top: 50px;
    z-index: 100;
    left: 25px;
    display: none;
}

    .info.inline {
        position: relative;
        left: 0;
        top: 0;
        display: inline;
    }

.master-details .red {
    background-color: transparent;
    border-radius: 0;
    color: red;
    display: inline;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
}

.red ul {
    display: none;
}

.smaller {
    font-size: 11px;
}

input[type="password"], input[type="text"], input[type="tel"], input[type="search"], select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    /*background: url("jQuery/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6;*/
    box-shadow: inset 0px 0px 5px #cccccc;
    padding: 0 5px;
    padding-left: 8px;
    color: #000;
}

input[type="password"], input[type="text"], input[type="tel"], input[type="search"] {
    height: 25px;
}


    input[type="password"][disabled="disabled"], input[type="text"][disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"] {
        background: url("jQuery/images/ui-bg_highlight-soft_50_dddddd_1x100.png") repeat-x scroll 50% 50% #ddd;
        color: #000;
    }

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-image: url(img/buttons/drop.png);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    height: 28px;
    font-size: 12px;
    padding-top: 2px;
}

select {
    padding: 2px;
}

.nomargin-bottom {
    margin-bottom: 0px !important;
}

.nomargin-top {
    margin-top: 0px !important;
}

.nobold {
    font-weight: normal !important;
}

.gray-medium {
    color: #666;
}

a.gray {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

table {
    border-spacing: 0px !important;
    width: 100%;
}

u {
    text-decoration: none;
    color: #188bc4;
    font-weight: bold;
}

/* =WRAPPERS
-------------------------------------------------------------- */
div#wrapper {
    min-width: 992px;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 100px;
}

div#content-wrapper {
    background-color: #ffffff;
    position: relative;
}

div#content {
    width: 80%;
    float: left;
    /*overflow: hidden;*/
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 123px;
    border: 1px solid #ccc;
    border-bottom: none;
    min-height: 200px;
}

.ajax__tab_body div#content {
    border: 1px solid #999;
}

.ajax__tab_xp .ajax__tab_body {
    border: none !important;
}

/* Wider */
div#content-wrapper.wider div#content {
    /* overflow-x: hidden;*/ /* Disabled 2018-01-03. Screen jumping around. ksdmimo */
    background-color: transparent;
    width: 100%;
    border-top: none;
    z-index: 3;
}

/* =TOP MENU
-------------------------------------------------------------- */
div#header .filler {
    height: 32px;
}

div#button-menu {
    overflow: hidden;
    height: 70px;
}

    div#button-menu ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        border: none;
        height: 45px;
        margin-left: 18px;
        float: left;
        margin-top: 24px;
    }

        div#button-menu ul li {
            padding-left: 15px;
            padding-right: 15px;
            height: 40px;
            display: inline-block;
            font-size: 18px;
            font-weight: bold;
            float: left;
            margin-right: 6px;
            background: rgba(54,131,170,1);
            background: -moz-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,131,170,1)), color-stop(100%, rgba(19,95,133,1)));
            background: -webkit-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
            background: -o-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
            background: -ms-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
            background: linear-gradient(to bottom, rgba(82,95,120,1) 0%, rgba(49,61,75,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3683aa', endColorstr='#135f85', GradientType=0 );
            -webkit-border-top-left-radius: 7px;
            -webkit-border-top-right-radius: 7px;
            -moz-border-radius-topleft: 7px;
            -moz-border-radius-topright: 7px;
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
            margin-top: 5px;
            border: 1px solid #155f84;
        }

            div#button-menu ul li > * {
                float: left;
            }

            div#button-menu ul li.selected {
                height: 45px;
                margin-top: 0;
                background: rgba(54,131,170,1);
                background: -moz-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,0.79) 100%);
                background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,131,170,1)), color-stop(100%, rgba(19,95,133,0.79)));
                background: -webkit-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,0.79) 100%);
                background: -o-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,0.79) 100%);
                background: -ms-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,0.79) 100%);
                background: linear-gradient(to bottom, rgba(54,131,170,1) 0%, rgba(19,95,133,0.79) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3683aa', endColorstr='#135f85', GradientType=0 );
            }

            div#button-menu ul li a {
                height: 29px;
                display: inline-block;
                color: #ffffff;
                padding-top: 9px;
                text-decoration: none;
                background-position: bottom;
            }

/* =TOP MENU - submenu
------------------------------ */
div#sub-menu {
    background-color: #858585;
    height: 69px;
    position: relative;
}

    div#sub-menu > div {
        padding-top: 14px;
        margin-left: 17px;
    }

        div#sub-menu > div > div {
            display: inline-block;
            margin-right: 18px;
            float: left;
        }

            div#sub-menu > div > div > span {
                height: 42px;
                display: inline-block;
                float: left;
            }

            div#sub-menu > div > div .left {
                display: none;
            }

            div#sub-menu > div > div .middle {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,d6d6d6+100 */
                background: #f9f9f9; /* Old browsers */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #f9f9f9 0%, #d6d6d6 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* IE10+ */
                background: linear-gradient(to bottom, #f9f9f9 0%,#d6d6d6 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
                padding-left: 7px;
                padding-right: 10px;
                max-width: 1245px;
            }

            div#sub-menu > div > div .right {
                display: none;
            }

        div#sub-menu > div > .home {
            min-width: 50px;
        }

            div#sub-menu > div > .home .middle {
                padding-right: 17px;
            }

        div#sub-menu > div > .search {
        }

            div#sub-menu > div > .search.wider {
            }

                div#sub-menu > div > .search.wider .middle .text {
                    max-width: 310px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

        div#sub-menu > div > .timer {
            min-width: 80px;
            float: left;
            margin-right: 15px;
        }


        div#sub-menu > div > .help {
            min-width: 277px;
            float: right;
            margin-right: 15px;
            position: absolute;
            right: 0;
        }

        div#sub-menu > div > .pagination {
            min-width: 177px;
            float: right;
            margin-right: 15px;
            font-size: 14px;
        }


            div#sub-menu > div > .pagination .middle i {
                vertical-align: middle;
                margin-top: 0px;
            }

            div#sub-menu > div > .pagination .middle > * {
                display: inline-block;
                margin-top: 10px;
            }

    div#sub-menu .search {
        color: #188bc4;
        font-size: 14px;
        font-weight: bold;
    }

    div#sub-menu .text {
        display: inline-block;
        height: 30px;
        float: left;
        margin-top: 14px;
    }

    div#sub-menu .search .middle * {
        margin-right: 4px;
    }

    div#sub-menu .search .middle input[type="submit"] {
        margin-right: 0;
    }

    div#sub-menu .search .middle .text {
        margin-left: 10px;
        margin-right: 15px;
    }

    /* Buttons */
    div#sub-menu .btn-search {
        display: inline-block;
        background-image: url("img/btn-search.png");
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 6px;
        margin-right: 9px;
    }

    div#sub-menu .btn-new {
        display: inline-block;
        background-image: url("img/btn-new.png");
        width: 54px;
        height: 30px;
        float: left;
        margin-top: 6px;
        margin-right: 0px;
    }

    div#sub-menu .btn-save {
        display: inline-block;
        background-image: url("img/btn-save.png");
        width: 61px;
        height: 30px;
        float: left;
        margin-top: 6px;
        margin-right: 0px;
    }

    div#sub-menu .btn-copy {
        display: inline-block;
        background-image: url("img/btn-copy.png");
        width: 61px;
        height: 30px;
        float: left;
        margin-top: 6px;
        margin-right: 0px;
    }

    div#sub-menu .btn-timer {
        display: inline-block;
        /*background-image:url("img/btn-timer.png");*/
        width: 61px;
        height: 30px;
        float: left;
        margin-top: 6px;
        margin-right: 0px;
        text-decoration: none;
        color: #333333;
        font-family: Arial;
        font-size: 16px;
        font-weight: bolder;
    }



    div#sub-menu .btn-delete {
        display: inline-block;
        background-image: url("img/btn-delete.png");
        width: 61px;
        height: 30px;
        float: left;
        margin-top: 6px;
        margin-right: 0px;
    }

    div#sub-menu .btn-hazard {
        display: inline-block;
        background-image: url("img/btn-hazard.png");
        width: 127px;
        height: 30px;
        float: left;
        margin-top: 6px;
        margin-right: 8px;
    }

    div#sub-menu .btn-support {
        display: inline-block;
        background-image: url("img/btn-support.png");
        width: 128px;
        height: 30px;
        float: left;
        margin-top: 6px;
        margin-right: 0px;
    }

    div#sub-menu input[type='text'] {
        height: 13px;
        float: left;
        margin-top: 7px;
        width: 220px;
        height: 27px;
    }

    div#sub-menu .date {
        margin-top: 5px !important;
        font-weight: bold;
    }

    div#sub-menu input.datefield {
        height: 28px;
        width: 100px;
        text-align: center;
        background: rgba(54,131,170,1);
        background: -moz-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,131,170,1)), color-stop(100%, rgba(19,95,133,1)));
        background: -webkit-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
        background: -o-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
        background: -ms-linear-gradient(top, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
        background: linear-gradient(to bottom, rgba(54,131,170,1) 0%, rgba(19,95,133,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3683aa', endColorstr='#135f85', GradientType=0 );
        border: 1px solid #155f84;
        text-shadow: 0px 0px 1px #ffffff;
        color: #ffffff;
        font-weight: bold;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: none !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }

    div#sub-menu div span i {
        background-repeat: no-repeat;
        display: inline-block;
        height: 16px;
        margin-left: 10px;
        margin-top: 13px;
        vertical-align: -2px;
        width: 16px;
    }


/* =TOP MENU - login
------------------------------ */
div#loggedin {
    float: right;
}

    div#loggedin input[type="text"],
    div#loggedin input[type="password"] {
        width: 119px;
        height: 16px;
    }

.error {
    font-size: 11px;
    color: #cc0000;
}

div#loggedin .login {
    margin-top: 4px;
}

    div#loggedin .login > * {
        margin-right: 6px;
    }

div#loggedin .top > * {
    display: inline-block;
    width: 140px;
}

#logout {
    margin-top: 23px;
    margin-right: 18px;
}

    #logout span {
        margin-top: 10px;
    }
/* TOP MENU - support */
#supportInboxContainer {
    float: right;
    margin-top: 23px;
    margin-right: 18px;
}

    #supportInboxContainer #supportInboxListContainer {
        width: 220px;
        position: absolute;
        background: #f1f1f1;
        border: 1px solid #cccccc;
        z-index: 9999;
        max-height: 350px;
        overflow-y: scroll;
    }

        #supportInboxContainer #supportInboxListContainer #support-top-menu {
            background: white;
            padding: 2px 4px;
        }

        #supportInboxContainer #supportInboxListContainer .support-entry {
            display: block;
            padding: 5px;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #cccccc;
            color: #333;
            cursor: pointer;
        }

            #supportInboxContainer #supportInboxListContainer .support-entry.support-unread {
                border-left: 1px solid red;
            }

            #supportInboxContainer #supportInboxListContainer .support-entry .support-info {
                display: block;
                color: #A0A0A0;
            }

        #supportInboxContainer #supportInboxListContainer h2 {
            font-size: 14px;
            color: #333333;
            font-weight: bold;
            margin: 0;
        }

        #supportInboxContainer #supportInboxListContainer.support-list-hidden {
            display: none;
        }

    #supportInboxContainer .support-badge {
        padding: 2px 6px;
        border-radius: 999px;
        line-height: .75em;
        color: white;
        background: rgba(255,0,0,1);
        text-align: center;
        min-width: 2em;
        font-size: 12px;
        font-weight: bold;
    }

/* =LEFT MENU
-------------------------------------------------------------- */
div#filler {
    height: 21px;
    background-color: #858585;
    border-bottom: 1px solid #858585;
}

div#left-menu {
    width: 20%;
    float: left;
    border-left: 0px;
    border-top: 0px;
}

    div#left-menu ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        border: none;
    }

        div#left-menu ul li span.count {
            font-weight: normal;
        }

        div#left-menu ul li {
            background-color: #f1f1f1;
            border-bottom: 1px solid #cccccc;
            border-left: 1px solid #cccccc;
            border-top: 1px solid #ffffff;
        }

            div#left-menu ul li a {
                border-right: 5px solid #e5e5e5;
                display: block;
                font-size: 14px;
                color: #333333;
                text-decoration: none;
                padding-top: 13px;
                padding-left: 19px;
                padding-bottom: 11px;
            }

            div#left-menu ul li.sub-status {
                background-color: #fff; /*
            border-bottom: 1px solid #cccccc;
            border-left: 1px solid #cccccc;*/
                border-top: none;
            }

                div#left-menu ul li.sub-status a {
                    border-right: 5px solid #e5e5e5;
                    display: block;
                    font-size: 12px;
                    color: #333333;
                    text-decoration: none;
                    padding-top: 11px;
                    padding-left: 25px;
                    padding-bottom: 11px;
                }

                    div#left-menu ul li.sub-status a.selected {
                        border-right: 5px solid #188bc4;
                    }

            div#left-menu ul li i {
                /*	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
	margin-right:10px;
	position:relative;
	margin-left:-23px;
	vertical-align:-2px;*/
            }

            div#left-menu ul li.selected {
                background-color: #ffffff;
            }

                div#left-menu ul li.selected a {
                    border-right: 5px solid #188bc4;
                }

/* =CONTENT
-------------------------------------------------------------- */
th {
    text-align: left;
    font-weight: bold;
}

/* =CONTENT - job table
------------------------------ */
.list-table {
    width: 100%;
    table-layout: fixed;
}

    .list-table thead th {
        background-color: #f1f1f1;
        border-top: 0;
        border-left: 0;
        border-bottom: 1px solid #cccccc;
    }

    .list-table td {
        padding-top: 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #cccccc;
        vertical-align: top;
        line-height: 150%;
        padding-left: 5px;
    }

        .list-table td td {
            padding: 2px;
            border: none;
            vertical-align: top;
            line-height: 150%;
        }

        .list-table td.summary span {
            display: inline-block;
            margin-right: 15px;
        }

    .list-table .filler {
        width: 6px;
        padding: 0;
        margin: 0;
    }

    .list-table th {
        padding-top: 4px;
        padding-bottom: 3px;
        padding-left: 5px;
    }

    .list-table a {
        font-weight: bold;
    }

    .list-table table {
        width: 100%;
    }

    .list-table .inactive-model {
        text-decoration: line-through;
    }

th.job {
    /*	width:270px;*/
}

th.type {
    width: 66px;
}

th.category {
    width: 96px;
}

th.created-date {
    width: 106px;
}

th.category {
    width: 98px;
}

th.timer {
    width: 78px;
}

th.status {
    width: 90px;
}

/* =CONTENT - selected job
------------------------------ */
.wider #filler {
    height: 10px;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    border-top: 1px solid black;
    z-index: -5;
    border: none;
    background-color: #fff;
    height: 5px;
}

/* List menu */
div#tab-holder ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
    margin-top: -3px;
}

div#tab-holder li {
    display: inline-block;
    background-image: url("img/tab.png");
    height: 28px;
    border: 1px solid #b5b5b5;
    border-bottom: none;
    margin-right: 1px;
    float: left;
    margin-top: 2px;
}

    div#tab-holder li.selected {
        background-color: #ffffff;
        background-image: url("img/tab-selected.png");
        background-repeat: repeat-x;
        display: inline-block;
        border-top: 3px solid #188bc4;
        border-bottom: none;
        height: 29px;
        margin-top: 0px;
        z-index: 2;
    }

    div#tab-holder li a {
        color: #333333;
        text-decoration: none;
        line-height: 28px;
        padding: 0px 8px 0px 8px;
    }

/* Content */

/*#master-details-content {
    background-image: url("img/select-job-order-bg.png");
    background-repeat: repeat-y;
    background-position: 41% 100%;
    position: relative;
    border-left: 1px solid #b5b5b5;
}*/

div#tabs {
    border: 1px solid #b5b5b5;
    border-top: none;
}


div#tab-content {
    z-index: 1;
    margin-top: -1px;
    border-top: 1px solid #b5b5b5;
}

div#general-wrapper {
    display: flex;
    overflow: auto;
    min-height: 800px;
}

div#general-wrapperwide {
    overflow: auto;
    padding: 20px;
    min-height: 200px;
}


div#tab-content #general-wrapper > div {
    float: left;
    padding: 25px;
    line-height: 150%;
    background-color: #f9f9f9;
    min-height: 810px;
}


div#tab-content .of3 hr {
    border: 0;
    height: 1px;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
    margin: 15px 0;
}

div#tab-content .customer.of3 hr {
    width: 262px;
}

/* Containers */
.container-1.of3 {
    width: 33%; /* 315 */
    margin-right: 0.5%;
    border-right: 1px solid #bababa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container-2.of3 {
    width: 33%; /* 318 */
    margin-right: 0.5%;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #bababa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container-3.of3 {
    width: 33%; /* 311 */
    border-left: 1px solid #cfcfcf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container-1.of2 {
    width: 400px; /* 448 */
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-right: 14px;
}

.container-2.of2 {
    width: 400px; /* 448 */
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.container-1.of1 {
    width: 100%; /* 448 */
    margin-right: 14px;
}

    .container-1.of1 select {
        width: 51.5% !important;
    }

.single-container {
    width: 40%;
    margin-right: 0.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div#tab-content a.header {
    display: inline-block;
    margin-top: 20px;
}

h2 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 15px;
    text-transform: uppercase;
}

table.small {
    width: 100%;
    font-size: 11px;
}

    table.small td {
        padding: 0px;
        padding-right: 3px;
    }

/* Inputs */
#content label {
    display: inline-block;
    width: 25%;
    font-size: 12px;
    padding: 10px 0;
    margin-right: 4%;
}

#full-label-width label {
    width: 80%;
    margin-left: 3px;
}

select.error,
input.error {
    background-color: #EC8989;
    box-shadow: 0 1px 1px #840808 inset;
}

div#wrapper div#content div label.textarea-label {
    width: 100%;
}

#content .container-2.of3 textarea, #content .container-3.of3 textarea, #content .container-1.of3 textarea {
    width: 94% !important;
    padding: 6px;
    border: 1px solid #999999;
    font-size: 12px;
    color: #333333;
}

#content input[type="tel"],
#content input[type="text"],
#content .text-style-box {
    display: inline-block;
    width: 65%;
    height: 25px;
    padding: 0px 5px;
    border: 1px solid #999999;
    font-size: 12px;
    color: #333333;
    margin: 5px 0;
}

#content .customer input[type="tel"],
#content .customer input[type="text"],
#content .customer .text-style-box {
    width: 65%;
}

#content .customer select {
    width: 68%;
}

#content span.wrapper-for-table {
    width: 50%;
    vertical-align: top;
}

#content input[type="checkbox"] {
    margin: 5px 0;
}

div.with-checkbox {
    margin-top: -4px;
    vertical-align: middle;
}

    div.with-checkbox label {
        margin-top: -2px;
    }

    div.with-checkbox span {
        display: inline-block;
        padding-top: 7px;
        padding-left: 2px;
    }

#content input.shorter,
#content .customer input.shorter {
    width: 40% !important;
}

#content input.shortest,
#content .customer input.shortest {
    width: 21% !important;
}

#content select,
.select-button {
    width: 68%;
    height: 28px;
    margin: 5px 0;
    border: 1px solid #999999;
    padding: 0;
    padding-top: 2px;
    padding-left: 0;
}

.no-col #master-details-input input[type="text"],
.no-col #content select,
.no-col #content input[type="tel"],
.no-col #content input[type="text"],
.no-col #content .text-style-box {
    width: auto;
    padding-right: 15px;
}

.no-col #content label {
    width: 10%;
}

.date-input,
.time-input {
    width: 34% !important;
}


/* =CONTENT - selected job order
------------------------------ */
h2.margined {
    margin-top: 20px;
}

h2.margined-top {
    margin-top: 20px;
}


div#content-wrapper.wider div#content.framed {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 24px;
    border-left: 1px solid rgb(153,153,153);
    border-right: 1px solid rgb(153,153,153);
}

table.master-details {
    width: 100%;
    /*table-layout:fixed;*/
    margin-bottom: 15px;
    border-left: 1px solid #b5b5b5;
}



    table.master-details thead tr th {
        background-color: #f1f1f1;
        border-bottom: 1px solid #b5b5b5;
        border-top: 1px solid #b5b5b5;
        font-weight: bold;
        padding: 5px;
    }

        table.master-details thead tr th.is-selected {
            background-color: transparent;
            border: none;
            border-left: 1px solid #b5b5b5;
        }

    table.master-details tr td {
        padding: 10px 5px;
        border-bottom: 1px solid #b5b5b5;
        vertical-align: top;
    }

.master-details.list-table {
    border-right: 1px solid #b5b5b5 !important;
}

tr.selected td.is-selected {
    background-image: url("img/selected-order.png");
    background-repeat: no-repeat;
    background-position: center;
}

table.master-details .ajax__calendar tr td {
    padding: 0;
    border-bottom: none;
}

table.master-details td.last,
table.master-details th.last {
    border-right: 1px solid #b5b5b5;
}

#master-details-wrapper {
    width: 62%;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0px 20px 20px;
    -webkit-transition: width 1s; /* Safari */
    transition: width 0.1s;
    background-image: url("img/border.png");
    background-repeat: repeat-y;
    background-position: 100%;
    position: relative;
    border-left: 1px solid #b5b5b5;
    overflow-y: auto;
}

    #master-details-wrapper.full-width {
        width: 100%;
        -webkit-transition: width 0.1s; /* Safari */
        transition: width 1s;
        padding-right: 20px;
    }

/*----------- -------------*/
.manage-customer .dataTables_wrapper {
    padding-bottom: 35px;
}

.dataTables_wrapper.selectable .dataTables_info {
    margin-left: 30px;
}

.dataTables_wrapper.selectable {
    margin-right: 15px;
}

    .dataTables_wrapper.selectable .master-details.list-table .is-selected {
        width: 18px;
        padding: 0;
        background-image: url("img/selected-order.png");
        background-position: center center;
        background-repeat: no-repeat;
    }


.price {
    text-align: left;
}

table.master-details tr td.td-add {
    background-image: url("img/bg-gradient.png");
    background-color: #e5e5e5;
    background-repeat: repeat-x;
}

table.master-details tr td.td-pad, table.master-details tr th.td-pad {
    padding: 15px;
}

table.master-details tr td.td-pad-left, table.master-details tr th.td-pad-left {
    padding-left: 10px;
}

.td-number {
    width: 70px;
}

.td-description {
    width: 400px;
}

.td-orderdetaildescription {
}

.td-qty {
    width: 60px;
}

.td-ware-house {
    width: 90px;
}

.td-price {
    width: 50px;
}

.td-discount {
    width: 65px;
}

.td-amount {
    width: 140px;
    padding-right: 5px;
}

.is-selected {
    width: 5px;
    border-bottom: medium none !important;
    border-top: none !important;
}

#master-details-wrapper i {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 3px;
}

#master-details-input {
    float: right;
    right: 0px;
    top: 0px;
    width: 38%;
    background-color: #eeeeee;
    border-bottom: 1px solid #b5b5b5;
    padding: 20px 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
}

.master-details-bg {
    /*min-height: 292px;*/
    border-right: 1px solid #b5b5b5;
}

/*tr.selected {
    background-color: #188bc4;
    color: #fff;
}*/

/*tr.selected a {
        color: #fff !important;
    }*/

#master-details-input input {
    display: inline-block;
}

#master-details-input label {
    display: inline-block;
    width: 23%;
}

#master-details-input .textarea-label {
    display: inline-block;
    width: 75%;
}

div#master-details-input input[type="tel"],
div#master-details-input input[type="text"],
div#master-details-input select
/*div#master-details-input textarea*/ {
    width: 71%;
    display: inline-block;
    margin-top: 6px;
    height: 25px;
}

div#master-details-input select {
    width: 74% !important;
    height: 28px;
}

div#master-details-input input[type="tel"].larger,
div#master-details-input input[type="text"].larger {
    width: 77%;
}

div#master-details-input input[type="button"] {
    margin-right: 15px;
    margin-top: 15px;
    margin-left: 0px;
}

/* =CONTENT - customer index
------------------------------ */
.machine {
    width: 197px;
    float: left;
    margin-right: 1px;
}

.machine-top {
    height: 32px;
    background-image: url("img/customer-index-bg-top.png");
    line-height: 32px;
    text-align: center;
}

    .machine-top a {
        font-weight: bold;
    }

.machine-body1 {
    min-height: 45px;
    background-image: url("img/customer-index-bg1.png");
    border-bottom: 1px solid #cccccc;
}

    .machine-body1 div.text {
        padding: 10px;
        padding-right: 21px;
        font-size: 11px;
        position: relative;
    }

.machine-body2 {
    height: 129px;
    background-image: url("img/customer-index-bg2.png");
    text-align: center;
}

.colored-indicator {
    position: absolute;
    right: 4px;
    top: 11px;
    width: 36px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

    .colored-indicator.green {
        background-image: url("img/customer-index-green.png");
    }

    .colored-indicator.red {
        background-image: url("img/customer-index-red.png");
    }

.machine-service {
    float: left;
    width: 96px;
    height: 30px;
    background-image: url("img/customer-index-service.png");
    float: left;
}

.machine-parts {
    float: left;
    width: 101px;
    height: 30px;
    background-image: url("img/customer-index-parts.png");
}

/* =CONTENT - admin index
------------------------------ */
.admin-table {
    width: 100%;
    table-layout: fixed;
}

    .admin-table th {
        padding-top: 3px;
        padding-bottom: 2px;
    }

    .admin-table .filler {
        width: 19px;
    }

    .admin-table thead th {
        background-color: #f1f1f1;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #cccccc;
    }

    .admin-table td {
        padding-top: 14px;
        padding-bottom: 13px;
        border-bottom: 1px solid #cccccc;
        vertical-align: top;
        line-height: 150%;
    }

th.name {
    width: 320px;
}

th.document-type {
    width: 145px;
}

th.document-category {
    width: 145px;
}

th.document-relations {
    width: 190px;
}


/* =FOOTER
-------------------------------------------------------------- */
.footer-variant-1 #footer-texts {
    height: 63px;
    border: none;
    background-color: #858585;
    width: 100%;
    float: right;
    color: #ffffff;
    font-weight: bold;
    z-index: 1000;
}

#footer-texts div {
    padding: 10px;
    line-height: 150%;
}

/* Variant 2 */
.footer-variant-2 #footer-texts {
    height: 63px;
    border: none;
    border-bottom: 1px solid #000000;
    background-color: #858585;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
}

/* =ICONS
-------------------------------------------------------------- */
i.home {
    background-image: url("img/icons/icon-home.png");
}

i.back {
    background-image: url("img/icons/icon-back.png");
}

i.my-jobs {
    background-image: url("img/icons/icon-my-jobs.png");
}

i.new {
    background-image: url("img/icons/icon-new.png");
}

i.planned {
    background-image: url("img/icons/icon-planned.png");
}

i.in-progress {
    background-image: url("img/icons/icon-in-progress.png");
}

i.waiting {
    background-image: url("img/icons/icon-waiting.png");
}

i.waiting-part {
    background-image: url("img/icons/icon-waiting-part.png");
}

i.job-completed {
    background-image: url("img/icons/icon-job-completed.png");
}

i.warranty {
    background-image: url("img/icons/icon-warranty.png");
}

i.job-approved {
    background-image: url("img/icons/icon-job-approved.png");
}

i.invoice-sent {
    background-image: url("img/icons/icon-invoice-sent.png");
    height: 18px !important;
    vertical-align: -4px !important;
}

i.payment-recieved {
    background-image: url("img/icons/icon-payment-recieved.png");
}

i.closed {
    background-image: url("img/icons/icon-closed.png");
}

i.deleted {
    background-image: url("img/icons/icon-deleted.png");
}

i.add {
    background-image: url("img/icons/icon-add.png");
}

i.machines {
    background-image: url("img/icons/icon-machines.png");
}

i.open-jobs {
    background-image: url("img/icons/icon-open-jobs.png");
}

i.organisation {
    background-image: url("img/icons/icon-organisation.png");
}

i.contacts {
    background-image: url("img/icons/icon-contacts.png");
}

i.documents {
    background-image: url("img/icons/icon-documents.png");
}

i.suppliers {
    background-image: url("img/icons/icon-suppliers.png");
}

i.machine-models {
    background-image: url("img/icons/icon-machine-models.png");
}

i.job-categories {
    background-image: url("img/icons/icon-job-categories.png");
}

i.users {
    background-image: url("img/icons/icon-users.png");
}

i.settings {
    background-image: url("img/icons/icon-settings.png");
}

i.left-arrow {
    background-image: url("img/left-arrow.png");
    width: 24px !important;
    height: 24px !important;
}

i.right-arrow {
    background-image: url("img/right-arrow.png");
    width: 24px !important;
    height: 24px !important;
}

/* Percentage */
._1of10 {
    width: 10%;
}

._2of10 {
    width: 20%;
}

._3of10 {
    width: 30%;
}

._4of10 {
    width: 40%;
}

._5of10 {
    width: 50%;
}

._6of10 {
    width: 60%;
}

._7of10 {
    width: 70%;
}

._8of10 {
    width: 80%;
}

._9of10 {
    width: 90%;
}


.ui-multiselect-menu {
    position: absolute;
    z-index: 10;
}

    .ui-multiselect-menu.multi-planning-class {
        width: 300px !important;
    }

.ui-multiselect-checkboxes.ui-helper-reset {
    overflow-y: auto;
    overflow-x: hidden !important;
}

.ui-multiselect-menu .ui-multiselect-close {
    display: none;
}

.ui-multiselect,
button.ui-multiselect {
    display: inline-block;
    width: 69% !important;
    height: auto;
    min-height: 25px;
    padding: 5px;
    border: 1px solid #999999 !important;
    border-radius: 2px;
    box-shadow: inset 0px 0px 5px #cccccc;
    font-size: 12px;
    color: #858585;
    background-color: #FFFFFF !important;
    background-image: none;
    margin: 5px 0;
    position: relative;
    text-align: left;
    font-size: 12px;
    font-family: Arial;
}

.ui-widget .ui-multiselect-filter input,
.ui-multiselect-checkboxes li {
    font-size: 12px;
    font-family: Arial;
}

.ui-multiselect-checkboxes li {
    padding-left: 5px;
}

    .ui-multiselect-checkboxes li:hover {
        background-color: magenta;
    }

#calendar .fc-toolbar .fc-left .ui-multiselect {
    width: 150px !important;
    margin-left: 0;
    background-color: #f5f5f5 !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
    overflow: hidden;
}

.preview {
    color: #A0A0A0 !important;
    padding-left: 20px !important;
}

    .preview:hover {
        color: black !important;
    }

.ui-multiselect-menu li label {
    width: unset !important;
    overflow: hidden;
    white-space: nowrap;
}

.ui-multiselect-filter-label {
    display: block;
}

    .ui-multiselect-filter-label input {
        width: 90% !important;
        margin-left: 0px;
    }

.repair-code .ui-multiselect {
    width: 100% !important;
}

.ui-multiselect.ui-state-active {
    border: 1px solid #999999 !important;
}

.ui-multiselect .ui-icon.ui-icon-triangle-2-n-s {
    right: 0;
    position: absolute;
    display: none;
}

.ui-multiselect-open {
    right: 0;
    position: absolute;
}

.ui-widget-header {
    border: none !important;
}

.ui-multiselect.ui-state-default span,
.ui-multiselect.ui-widget-content span .ui-multiselect.ui-state-default span,
.ui-multiselect.ui-widget-header .ui-state-default span {
    color: #000 !important;
    font-weight: normal !important;
}

.dataTables_info {
    color: #555;
}

.ui-multiselect-menu .ui-corner-all.ui-state-hover span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-multiselect-filter {
    overflow: hidden;
    width: 100%;
    padding: 5px;
}

    .ui-multiselect-filter input {
        width: 90%;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    /*background: url("Jquery/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #0073EA !important; */
    background: none !important;
    /*color: #fff !important;*/
    font-weight: normal !important;
}

    .ui-state-hover .ui-icon,
    .ui-state-focus .ui-icon,
    .ui-state-active .ui-icon {
        background: url("Jquery/images/ui-icons_666666_256x240.png") repeat scroll -66px 0 rgba(0, 0, 0, 0) !important;
    }


.ui-widget-header ul.ui-helper-reset {
    display: none;
}

.ui-icon-triangle-2-n-s {
    background-position: -66px -16px !important;
}

.ui-multiselect-checkboxes .ui-state-hover,
.ui-multiselect-checkboxes .ui-widget-content .ui-state-hover,
.ui-multiselect-checkboxes .ui-widget-header .ui-state-hover,
.ui-multiselect-checkboxes .ui-state-focus,
.ui-multiselect-checkboxes .ui-widget-content .ui-state-focus,
.ui-multiselect-checkboxes .ui-widget-header .ui-state-focus {
    background: none !important;
    border: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: none !important;
    color: #000 !important;
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: none;
}

.ui-multiselect-menu.ui-corner-all input[type="radio"] {
    display: none;
}

.ui-multiselect-menu.ui-multiselect-single .ui-corner-all span {
    padding-left: 10px;
}

.ui-multiselect-menu li label {
    width: 100%;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ui-multiselect-menu li:hover {
    background-color: #63A7C9;
}

    .ui-multiselect-menu li:hover span {
        color: #fff;
    }

.ui-widget-content {
    color: #000 !important;
}

.confirmation-documents-container {
    position: relative;
}

.confirmation-documents {
    position: absolute;
    right: 45px;
    top: 90px;
}

/* MapsToolbar.ascx */
.customer-description-container {
    line-height: 150%;
    padding-bottom: 10px;
}

.maps-attention {
    cursor: pointer;
    margin: 3px;
}

.tooltipster-content h1 {
    background: url("../Styles/img/icons/marker-16x16.png") center left no-repeat;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 0;
    color: #333;
}

.tooltipster-content a {
    margin-bottom: 3px;
    display: block;
}

.tooltipster-default {
    background-color: #f1f1f1 !important;
}

.map-toolbar {
    float: right !important;
    display: none;
}

    .map-toolbar .button {
        float: right;
    }

    .map-toolbar .toggle-show-list {
        display: none;
    }

    .map-toolbar .appointments-from-date {
        margin-right: 10px;
        margin-top: 5px;
        width: 135px !important;
    }

    .map-toolbar .appointments-section {
        display: none;
    }

#map-canvas .info-cust-name {
    font-size: 14px;
}

#map-canvas .info-cust-addr {
    font-size: 11px;
    font-style: italic;
}

#map-canvas .info-job-container {
    padding-top: 10px;
    padding-left: 5px;
}

    #map-canvas .info-job-container a {
        font-weight: 700;
    }

#map-canvas .info-assignee-container {
    margin-top: 3px;
}

#map-canvas .info-assignees td {
    padding: 0 5px;
}

#map-canvas .marker-badge {
    background: rgba(59,59,59,1);
    background: -moz-linear-gradient(top, rgba(59,59,59,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59,59,59,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(59,59,59,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(59,59,59,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(59,59,59,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(59,59,59,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#000000', GradientType=0 );
    opacity: 0.9;
    border: 1px solid #000;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    width: 18px;
}

#map-canvas {
    min-height: 600px;
}

    #map-canvas div {
        font-family: Arial;
    }

    #map-canvas .gm-style-iw {
        white-space: nowrap;
    }

.clearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

    .clearable.x {
        background-position: right 5px center;
    }

    .clearable.onX {
        cursor: pointer;
    }

/*Telleverk*/

#counterlist {
    margin: 3em;
}

    #counterlist h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    #counterlist h3 {
        font-size: 14px;
        color: #188bc4;
        margin-top: 8px;
    }

    #counterlist table {
        margin: 10px 0 30px 0;
    }

    #counterlist th {
        padding-bottom: 10px;
    }

    #counterlist td,
    #counterlist tr {
        padding: 1em .5em;
        width: 15em;
        border: 1px dotted #ccc;
    }

        #counterlist tr:nth-child(even) {
            background-color: #efefef;
        }

.remove-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #63a7c9;
    padding: 2px 3px;
    font-size: 10px;
}

    .remove-button:hover {
        text-decoration: none !important;
        opacity: 0.5;
        transition: 0.2s ease;
    }

/*Customer Jobs Panel*/

#MainContent_jobTabContainer_generalTabPanel_customerJobsPanel h2,
#MainContent_jobTabContainer_generalTabPanel_machineJobsPanel h2 {
    margin-bottom: 0;
}

/*Validation summary*/

.valsummary {
    /*position: absolute;
    top: 74px;
    left: 548px;*/
    z-index: 999;
}

/*.search input[type=text],*/
.search-field ul li {
    padding: 2px 0 2px 2px !important;
}

.search-field ul {
    box-shadow: 0px 2px 2px 0 #ccc;
    max-height: 300px;
    padding: 0 5px 5px 5px;
    overflow-y: auto;
}

/*.search,*/
.search-field {
    position: relative;
}

    /*.search::before,*/
    .search-field::before {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        content: "\f002";
        font: normal normal normal 14px/1 FontAwesome !important;
        display: block;
        width: 14px;
        height: 14px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 2%;
        /*opacity: 0.5;*/
        background-color: #fff;
        color: #999;
        padding: 3px;
        margin-top: -3px;
    }

/*############ Contract ##############*/

.contract select,
.contract input {
    font-size: 12px !important;
}

.contract .grand-total {
    font-weight: 700;
    text-align: right;
}

.contract .row-index {
    color: #BFBFBF;
    font-weight: bold;
}

.contract .contract-details-footer td {
    border-top: 1px solid #B5B5B5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contract .detail-article td,
.contract .detail-header td {
    border: none;
}

.contract .detail-header td {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #B5B5B5;
}

.contract .detail-article td {
    padding-bottom: 2px;
    padding-top: 2px;
}

.contract .detail-header a {
    font-weight: bold;
}

.contract .detail-article .detail-product {
    padding-left: 10px;
}

.contract .detail-article a {
    font-weight: normal;
}

.contract .department-customer-row td {
    background-color: #EEEEEE;
    border-bottom: none;
}

    .contract .department-customer-row td.is-selected {
        background-color: transparent;
    }

.contract .dataTable thead td.is-selected {
    background-color: transparent;
    background-image: none;
}

.contract .fg-toolbar {
}

div#master-details-input input[type="tel"].half,
div#master-details-input input[type="text"].half {
    width: 28% !important;
    margin: 5px 0;
}

#master-details-input label.half-label {
    width: 10% !important;
    margin-right: 4px;
    text-align: center;
}

#content input[type="tel"].half, #content input[type="text"].half, #content .text-style-box.half {
    width: 30% !important;
    margin: 5px 0;
}

/*###################*/

.fg-toolbar.ui-toolbar {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.dataTables_wrapper {
    border-left: 1px solid #b5b5b5;
}

.master-details-bg .fg-toolbar.ui-toolbar {
    border-top: 1px solid #b5b5b5 !important;
    border-right: 1px solid #b5b5b5 !important;
    margin-right: 15px;
}

.master-details-bg table + .fg-toolbar.ui-toolbar {
    border-bottom: 1px solid #b5b5b5 !important;
    /*margin: -31px 15px 0 0;*/
    position: relative !important;
    width: auto !important;
}

.dataTables_wrapper table.master-details {
    border-left: none !important;
    border-right: none !important;
}


    .dataTables_wrapper table.master-details th:last-child {
        border-right: none !important;
    }

.dataTables_wrapper input[type="text"], .dataTables_wrapper select {
    margin-bottom: 0 !important;
}

#content > .dataTables_wrapper {
    border: none;
}


.no-border {
    border: none !important;
}

.detail-consumption {
    margin-bottom: -10px;
}

    .detail-consumption .price-table-wrapper table {
        /*margin-top: -23px;*/
        border-bottom: 1px solid #b5b5b5;
    }

    .detail-consumption > label {
        margin-top: 5px;
    }

.price-table-wrapper {
    margin-left: 23%;
    margin-top: 5px;
    padding-left: 3px;
    width: 74%;
}

    .price-table-wrapper td {
        vertical-align: middle !important;
    }

div#master-details-input .price-table-wrapper input[type="tel"], div#master-details-input .price-table-wrapper input[type="text"], div#master-details-input .price-table-wrapper select {
    width: 90% !important;
    margin-bottom: 6px;
}

div#master-details-input .price-table-wrapper table.master-details tr td {
    padding: 0 5px;
}

div#master-details-input .price-table-wrapper table.master-details .ajax__calendar tr td {
    padding: 0;
}

fieldset {
    border-style: solid none none;
    border-width: 2px medium medium;
    margin-top: 12px;
    border-top: 2px solid #ddd;
    padding: 0;
}

    fieldset legend {
        font-weight: bold;
        padding: 5px;
        margin-left: 8px;
    }

.contract #master-details-wrapper .master-details .preview {
    display: none;
}

.contract #master-details-wrapper.full-width .master-details .preview {
    display: table-cell;
}

.contract #master-details-wrapper.full-width .master-details .preview-hide {
    display: none;
}

.contract #master-details-wrapper .master-details .terminated {
    text-decoration: line-through;
}

.order-details-row {
    display: none;
}

.order-detail-customer-name {
    font-size: 14px;
    font-weight: bold;
}

.machine-model-input {
    overflow: hidden;
}

.margined-top {
    margin-top: 30px;
}

.comments {
    padding-left: 10px;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0;
}
.comments2 {
    font-size: 11px;
    font-style: italic;
    padding-left: 2px;
    margin: 10px 0;
}

    .comments > div {
        margin-bottom: 5px;
    }

.list-divider {
    border-width: 1px;
    color: #b5b5b5;
    border-style: dashed;
}

.showoption-textbox,
.searcharticle-textbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.showoption-textbox {
    margin-left: 2px;
    width: 32%;
}

.searcharticle-textbox {
    margin-left: 29px;
    width: 30%;
}

.inportdata-container {
    width: 100%;
}

.details-container {
    float: right;
    width: 75%;
    margin-right: -33px;
}


/* Machine model description text*/
.model-description {
    font-style: italic;
    line-height: 130%;
    margin-left: 30%;
    overflow: hidden;
    padding-bottom: 5px;
}

.overview-summary-table th {
    width: 1%;
    white-space: nowrap;
    padding-right: 20px;
}

.overview-summary-table td,
.overview-comment-container {
    font-style: italic;
}

.history-wrapper {
    margin-right: -25px;
    margin-top: 5px;
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch;
}

.fc-cell-content.ui-droppable .fc-cell-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 85%;
}

.count-appointments {
    display: inline-block;
    font-size: 0.8em;
    color: #888;
    margin-left: 10px;
    padding-bottom: 3px;
    position: absolute;
    right: 10px;
}

    .count-appointments:before {
        content: '(';
    }

    .count-appointments:after {
        content: ')';
    }


/* Dateless appointments */
.dateless-appointments {
    cursor: pointer;
    position: absolute;
    right: 30px;
    margin-top: 2px;
}

#dateless_appointments_popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    border: 1px solid #ccc;
    padding: 20px 50px;
    position: absolute;
    top: 25%;
    left: 40%;
    text-align: left;
    width: 500px;
    -webkit-box-shadow: 0px 0px 64px -6px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 64px -6px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 64px -6px rgba(0,0,0,0.39);
    display: none;
}

    #dateless_appointments_popup h2 {
        margin-bottom: 0;
    }

        #dateless_appointments_popup h2 + p {
            margin-top: 0;
        }

    #dateless_appointments_popup .edit-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: justify;
    }

ul.dateless-appointments-list {
    list-style: none;
    padding-left: 0;
    margin: 22px 0;
}

.dateless-appointments-list li {
    margin-bottom: 10px;
}

.dateless-appointment-title {
    font-weight: 600;
    cursor: pointer;
}

    .dateless-appointment-title:hover {
        text-decoration: underline;
    }

.dateless-appointment-edit-container {
    padding: 0 15px 25px;
    border: 1px solid #2d2d2d;
    border-radius: 6px;
    display: none;
    margin-bottom: 15px;
}

    .dateless-appointment-edit-container h3 {
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 20px;
    }

.dateless-appointment-description {
    padding-left: 15px;
}

#dateless_appointments_popup label {
    width: 26%;
    display: inline-block;
    float: left;
    font-size: 14px;
}

#dateless_appointments_popup .job-title {
    cursor: pointer;
    text-decoration: underline;
}

#dateless_appointments_popup .job-title,
#dateless_appointments_popup .job-type,
#dateless_appointments_popup .machine {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    width: 70%;
}

div.changeCustomerPanel {
    padding: 10px;
    margin-bottom: 15px;
    clear: both;
    border: 1px solid #999999;
    border-radius: 2px;
}

#changeCustomerButton {
    height: 20px;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 12px;
}

table.appointments tr.dates td {
    padding-top: 0;
    font-style: italic;
    font-size: 11px;
}

table.appointments tr.usr:first-child td {
    padding-top: 0;
}

table.appointments tr.usr td {
    padding-bottom: 0;
}

.contract-warning {
    font-size: 10px;
    font-style: italic;
    color: grey;
}

.contract-warning-triangle {
    color: orange;
    margin-right: 5px;
}

.tabMenu,
.tabMenu:hover,
.tabMenu:focus,
.tabMenu:active {
    color: black;
    text-decoration: none;
    font-weight: normal;
}

.editor-datetime-table {
    margin: 0 !important;
}

.childjob {
    padding: 2px !important;
    line-height: 120% !important;
}

.problem {
    color: #FA5858 !important;
    line-height: 120% !important;
}

.notice {
    color: #FACC2E !important;
    line-height: 120% !important;
}

.ok {
    color: #3ADF00 !important;
    line-height: 120% !important;
}

.neutral {
    color: #999999 !important;
    line-height: 120% !important;
}

.ol-readonly td {
    background-color: #fcb3b3 !important;
}