﻿@charset "utf-8";
/* CSS Document */
body {
    padding: 0;
    margin: 0;
    background: #f1f1f1;
    font-family: Calibri, 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
    background: #c5cbd1;
}

.clear {
    clear: both;
}

.text_center{
    text-align:center;
}

.margin_lr_10 {
    margin: 0 10px;
}

.pointer{
    cursor:pointer;
}

p, span, h1, h3, h4 {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

.ifit_color {
    width: 100%;
    height: 5px;
}

.ifit_holder {
    width: 1400px;
    margin: auto;
    max-width:100%;
}

.seperator {
    width: 100%;
    border-bottom: 4px solid #ececec;
    margin: 10px 0 10px 0;
}

.linkCursor:hover {
    cursor: pointer;
}

.linkCursor div {
    display: block;
}

.linkCursor p {
    display: inline;
}

.linkCursor b {
    display: inline;
}

.linkCursor b {
    color: #2785aa;
    text-decoration: underline;
}

.srLink:hover {
    cursor: pointer;
}

.srText div {
    display: block;
}

.srText p {
    display: inline;
}

.srText b {
    display: inline;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}
/*HEADER*/
.ifit_header {
    width: 100%;
    height: 40px;
    background: #2785aa;
}

.ifit_logo {
    float: left;
    width: 80px;
    height: 38px;
    margin: 8px 0px 0px 15px;
}

.ifit_loggedin {
    float: right;
    margin-right: 15px;
    text-align: right;
}

    .ifit_loggedin p {
        color: #bae6ff;
        font-size: 11px;
    }

        .ifit_loggedin p span {
            color: #fff;
        }

        .ifit_loggedin p a {
            color: #bae6ff;
        }

/*LICENCE*/
.ifit_licence {
    /*float:left;*/
    font-size: 14px;
    font-weight:600;
    background-color: red;
    color: white;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 5px 0 5px 0;
}
    .ifit_licence div {
        margin: 1px;
    } 

.ifit_licence a {
    color: white;
}
.ifit_licence a:hover {
    text-decoration:none;
}

.ifit_licenceAboutExpire {
    background-color: darkorange;
}
.ifit_licenceExpired {
    background-color: red;
}

/*VERTICALS MENU*/
input[type=submit]:focus {
    outline: 0;
}

.ifit_vertical {
    float: left;
    margin-top: 7px;
    width: 450px;
}

input.verticalMenu {
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    width: 138px;
    height: 38px;
    background-color: transparent;
    margin-top: -5px;
    margin-left: -20px;
}

    input.verticalMenu:focus {
        outline: 0;
    }

.menu_normal {
    background-image: url(/Content/images/verticalmenu/button.png);
    cursor: pointer;
    color: #fff;
    z-index: 999;
    position: relative;
}

.menu_selected {
    background-image: url(/Content/images/verticalmenu/button_select.png);
    cursor: pointer;
    color: #76b2cc;
    z-index: 10000;
    position: relative;
}

.menu_disabled {
    background-image: url(/Content/images/verticalmenu/button_disable.png);
    cursor: not-allowed;
    color: #ccc;
    z-index: 998;
    position: relative;
}

/*MAIN*/
.ifit_content {
    width: 100%;
    background: #fff;
    min-height: 580px;
    box-sizing:border-box;
    padding: 10px 15px 15px 15px;
}

.ifit_footer {
    width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border-top: #CCC 1px solid;
    padding: 5px 0 15px 0;
    height: 45px;
    margin-bottom: 5px;
}

.ifit_footer_left {
    float: left;
    margin-left: 15px; 
    width: 30%; 
    text-align: left;
}

.ifit_footer_centre {
    float: left; 
    width: 35%; 
    text-align: center;
}

.ifit_footer_right {
    float: right;
    margin-right: 15px; 
    width: 30%; 
    text-align: right;
}

.ifit_page_title {
    font-size: 30px;
    color: #596c7c;
    font-weight: bold;
    font-style: italic;
}

.ifit_layout580 {
    width: 580px;
    margin: auto;
    padding: 5px;
    padding-top: 40px;
}

    .ifit_layout580 p {
        font-size: 14px;
    }
    
.ifit_layout480 {
    width: 480px;
    margin: auto;
}

img.ifit_login_logo {
    width: 127px;
    height: 128px;
    float: right;
}

.ifit_input {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ifit_input label {
        font-size: 16px;
        color: #233541;
        line-height: 30px;
        font-weight: bold;
    }

.editor-labelcheckbox label {
    font-size: 16px;
    color: #233541;
    line-height: 20px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}

.editor-label label {
    font-size: 16px;
    color: #233541;
    line-height: 30px;
    font-weight: bold;
}

.editor-label label.white{
    color: white;
}

.ifit_button {
    background: #2785aa;
    border: 1px solid #1c6b8f;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 10px 18px 10px 18px;
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
}

a.ifit_button.arial{
    font-family:Arial;
}

.buttons {
    background: #2785aa;
    border: 1px solid #1c6b8f;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.ifit_button_disabled {
    background: #d0d0d0;
    border: 1px solid #ababab;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 10px 18px 10px 18px;
    text-decoration: none;
    cursor: pointer;
}

/*Had to split this one from above because of IE8 (can't use comma separated)*/
 .ifit_button:disabled {
    background: #d0d0d0;
    border: 1px solid #ababab;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 10px 18px 10px 18px;
    text-decoration: none;
    cursor: pointer;
}

.ifit_button_logout {
    background: #76b2cc;
    color: #fff;
    font-size: 12px !important;
    border: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    padding: 5px 18px 5px 18px;
    cursor: pointer;
    margin: 5px 0px 0px 10px;
    text-decoration: none;
    float: right;
}

input.input_date {
    width: 70%;
    background-image: url(/images/date_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
}

select.ifit_select {
    border: 1px solid #0088c4;
    height: 35px;
    width: 100%;
    padding-left: 5px;
    line-height: 30px;
}

input.numericTextBox {
    background-color: white;
    width: 40px !important;
}

.ifit_input_inline_left {
    float: left;
    margin: 0px 10px 0px 0px;
}

.ifit_input_inline_right {
    float: right;
}

.ifit_body {
    background: #efeeec;
    padding: 10px;
    margin-top: 10px;
    height: auto;
}

.ifit_error_msg {
    width: 75%;
    margin: 10px auto;
    background: #e9adad;
    border: 2px solid #ba0000;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ba0000;
    background-repeat: no-repeat;
    background-image: url(images/error_msg_icon.png);
    padding-left: 50px;
    background-position: 10px center;
}

.error {
    display: none;
    margin: 10px;
    background: #e9adad;
    border: 2px solid #ba0000;
    padding: 5px;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ba0000;
    background-repeat: no-repeat;
    background-image: url(images/error_msg_icon.png);
    padding-left: 50px;
    background-position: 10px center;
}

.error_page {
    margin: 10px;
    background: #e9adad;
    border: 2px solid #ba0000;
    padding: 5px;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ba0000;
    background-repeat: no-repeat;
    background-image: url(images/error_msg_icon.png);
    padding-left: 50px;
    background-position: 10px center;
}

.success {
    display: none;
    width: 80%;
    margin: 10px;
    background: #80b34f;
    border: 2px solid #639e2a;
    padding: 5px;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(images/success_msg_icon.png);
    padding-left: 50px;
    background-position: 10px center;
}

/** FORMS */
.ifit_left_column {
    float: left;
    width: 40%;
}

.ifit_right_column {
    float: right;
    width: 40%;
    margin-right: 50px;
}

.filter_date_column {
    float: left;
    width: 220px;
    padding-right: 50px;
}

.filter_norm_column {
    float: left;
    width: 250px;
    padding-right: 20px;
}

.ifit_full_column {
    float: left;
    width: 95%;
    margin-right: 50px;
}

.ifit_full_column textarea{
    border: 1px solid #0088c4;
    padding: 5px 0 0 5px;
    width: 100%;
    height: 100px;
    font-family: inherit;
    font-size: 14px;
}

.ifit_table_1 {
    width: 100%;
    border: none;
}

    .ifit_table_1 tr {
        background: #f8f7f7;
    }

        .ifit_table_1 tr:nth-child(even) {
            background: #e2eef5;
        }

        .ifit_table_1 tr:nth-child(odd) {
            background: #f8f7f7;
        }

    .ifit_table_1 td {
        text-align: center;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
    }

        .ifit_table_1 td.ifit_table_1_td1 {
            width: 5%;
            font-size: 16px;
            color: #233541;
            font-weight: bold;
        }

        .ifit_table_1 td.ifit_table_1_td2 {
            width: 22%;
            font-size: 14px;
            color: #020202;
            text-align: left;
            padding: 0 10px 0 10px;
        }

        .ifit_table_1 td.ifit_table_1_td3 {
            width: 28%;
            font-size: 14px;
            color: #020202;
            text-align: left;
            padding: 0 10px 0 10px;
        }

        .ifit_table_1 td.ifit_table_1_td4 {
            width: 5%;
            font-size: 14px;
            color: #020202;
            text-align: center;
            padding: 8px 10px 0 10px;
        }

        .ifit_table_1 td.ifit_table_1_td5 {
            width: 40%;
            font-size: 14px;
            color: #020202;
            text-align: left;
            padding: 0 10px 0 10px;
        }

.ifit_table_2 {
    width: 100%;
    margin: 10px 0 20px 0;
}

    .ifit_table_2 tr th {
        background: #2785aa;
        text-align: center;
        height: 30px;
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        padding: 5px;
        vertical-align: bottom;
    }

        .ifit_table_2 tr th a {
            color: #fff !important;
        }
        .ifit_table_2 tr th span {
            color: #fff !important;
        }

    .ifit_table_2 tr:nth-child(even) {
        background: #e2eef5;
    }

    .ifit_table_2 tr:nth-child(odd) {
        background: #ffffff;
    }

    .ifit_table_2 td {
        height: 25px;
        padding: 5px;
        font-size: 14px;
        color: #000;
        border-top-width: 1px !important;
    }

        .ifit_table_2 td img {
            vertical-align: sub;
            width: 30px;
        }

    .ifit_table_2 th input[type='checkbox'] {
        width: 20px;
        height: 20px;
    }

    .ifit_table_2 td input[type='checkbox'] {
        width: 20px;
        height: 20px;
    }

.table-fit-parent table td, .table-fit-parent table th{
    white-space: normal !important;
    word-wrap: break-word !important;
}

.ifit_table_input_auto td {
    line-height: 0 !important;
}

    .ifit_table_input_auto td input {
        width: auto !important;
        height: 20px !important;
        padding-left: 2px;
    }

.ifit_table_input_auto input[type='checkbox'] {
    width: 20px !important;
    height: 20px !important;
}

.ifit_table_input_auto tr td.input_width_30 input {
    width: 30px !important;
}

.ifit_table_input_auto tr td.input_width_150 input {
    width: 150px !important;
}

.ifit_table_input_auto tr td.input_width_210 input {
    width: 210px !important;
}

.ifit_table_input_auto tr td.input_width_240 input {
    width: 240px !important;
}

.k-filter-menu div label input[type='radio'] {
    margin: 8px 10px 10px 10px;
}

/* Style for showing count of items in container */

/* Define how each icon button should look like */
.icon_holder {
    color: white;
    display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
    position: relative; /* All 'absolute'ly positioned elements are relative to this one */
    padding: 2px 5px; /* Add some padding so it looks nice */
}

/* Make the count of items float in the top right corner of the icon */
.count_of_items {
    background-color: #5786a5;
    border-radius: 3px;
    color: white;
 
    padding: 0px 6px;
    font-size: 12px;
    font-weight: bold;
  
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
}

.search_ExportExcel {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.search_Active_Holder {
    float: right;
    margin-left: 10px;
    margin-top: 2px;
}

.search_Active_Label {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 20px;
    color: black;
}

.search_Counter_Label {
    font-size: 18px;
    font-weight: bold;
}

.search_Active_Checkbox {
    float: left;
    margin: 20px 20px 0 10px;
}

.ifit_table_requests {
    margin: 10px 0 20px 0;
    height: 100%;
    background: #ffffff;
    /*overflow-x: auto;*/
}

    .ifit_table_requests tr th {
        background: #2785aa;
        text-align: center;
        height: 30px;
        font-size: 12px;
        color: #fff;
        font-weight: normal;
        padding: 2px;
        vertical-align: bottom;
    }

.ifit_table_requests tr th a {
    color: #fff !important;

}

.ifit_table_requests tr:nth-child(even) {
    background: #e2eef5;
}

    .ifit_table_requests tr:nth-child(odd) {
        background: #ffffff;
    }

    .ifit_table_requests tr {
        color: #000000;
    }

    .ifit_table_requests td {
        height: 40px;
        font-size: 12px;
        border-top-width: 1px !important;
    }

.ifit_request .k-grid td {
    padding: 2px !important;
}

.ifit_table_requests th input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.ifit_table_requests td input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.k-grid TABLE {
    background-color: #ffffff;
}

/** REQUESTS **/
.k-button-Cancel {
    border: none;
    background: url(/Content/images/requests/cancel.png) no-repeat center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.k-button-Followup {
    border: none;
    background: url(/Content/images/requests/followup.png) no-repeat center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.k-button-Fulfill {
    border: none;
    background: url(/Content/images/requests/fulfill.png) no-repeat center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.k-button-Open {
    border: none;
    background: url(/Content/images/requests/open.png) no-repeat center;
    width: 25px;
    height: 17px;
    cursor: pointer;
}

.cancelledRequests {
    color: #AAAAAA !important;
    font-size: 11px !important;
}

.highPriorityRequests {
    color: #B40404 !important;
}

.unreadNotification {
    font-weight: bolder !important;
}

.ifit_request_line {
    float: left;
    width: 1250px;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.itemDetailsLink {
    padding-top: 75px;
}

.itemDetailsLink a {
    text-decoration: none;
    font-size: 15px;
}
    .ifit_mainmenu {
        width: 100%;
        height: 80px;
        margin-bottom: 15px;
    }

    .ifit_mainmenu ul {
        display: block;
        margin: 0;
        padding: 0;
    }

        .ifit_mainmenu ul li {
            float: left;
            list-style: none;
            margin-right: 20px;
            text-align: center !important;
        }

            .ifit_mainmenu ul li a {
                text-decoration: none;
                text-align: center;
            }

                .ifit_mainmenu ul li a img {
                    height: 70px;
                }

                .ifit_mainmenu ul li a span {
                    font-size: 12px;
                    color: #596c7c;
                    text-align: center;
                    display: block;
                }

.ifit_adminmenu {
    width: 100%;
    height: 80px;
}

    .ifit_adminmenu ul li {
        float: left;
        list-style: none;
        margin-right: 8px;
        margin-top: -8px;
    }

        .ifit_adminmenu ul li:hover {
            float: left;
            list-style: none;
            margin-right: 8px;
            margin-top: -8px;
            height: 80px;
            width: 80px;
            box-shadow: 0px 0px 1px 1px #2785aa;
        }

        .ifit_adminmenu ul li a {
            text-decoration: none;
            text-align: center;
            height: 80px;
            width: 80px;
        }

            .ifit_adminmenu ul li a img {
                height: 80px;
            }

            .ifit_adminmenu ul li a span {
                font-size: 11px;
                color: #596c7c;
                text-align: center;
                display: block;
                margin-top: -32px;
                height: 30px;
                vertical-align: middle;
            }

.ifit_admin_line {
   /* float: left;*/
    clear: both;
    width: 1200px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.k-dropdown-wrap span.k-input {
    border: none !important;
}

.k-pager-sizes span.k-input {
    border: none !important;
}

.k-pager-sizes .k-dropdown-wrap {
    background: #ddd;
}

.k-grouping-row td {
    text-align: left;
}
span#winAutoTrackError_wnd_title.k-window-title {
    padding-left: 20px;
}
#autoTrackErrorDiv {
    padding: 10px 20px 10px 20px;
}
#autoTrackErrorDiv p{
    font-size: 15px !important;
}
#autoTrackErrorDiv ul {
        list-style: none !important;
        font-weight: 900 !important;
        padding: 0px;
        margin: 0px;
        font-size: 15px !important;
    }
#showMoreDiv {
    border: 1px solid black;
    height:45%;
}
.iconAllign p {
    width: 100%;
}
.warningAutoTrack {
    float: left;
    width: 30px;
    height: 27px;
    margin: 0px 10px 0 0;
}
/** Notification Pop-up Style **/
.k-notification-wrap span {
    margin-top: 10px !important;
    padding: 15px !important;
    background: url(/Content/images/notif_unread.png) no-repeat center !important;
    background-size: contain !important;
    vertical-align: middle !important;
    text-align: right !important;
    width: 40px !important;
}

.k-notification-wrap {
    padding: .6em .5em;
    cursor: default;
    position: relative;
    white-space: nowrap;
    width: 270px;
    height: 60px;
    font-size: 14px;
    background-color: #e5f5fa;
}

    .k-notification-wrap > .k-i-note {
        vertical-align: text-bottom;
        margin-right: 4px;
        background-color: #e5f5fa;
    }

    .k-notification-wrap > .k-i-close {
        position: absolute;
        top: 7px;
        right: 4px;
        display: none;
    }

.k-notification-button .k-notification-wrap > .k-i-close {
    display: block;
}

.k-notification.k-notification-info {
    background-color: #e5f5fa;
    color: #0487c4;
    border-color: #b7e1f0;
}

.k-notification.k-notification-success {
    background-color: #eaf7ec;
    color: #349946;
    border-color: #c3e8ca;
}

.k-notification.k-notification-warning {
    background-color: #fff4d9;
    color: #0487c4;
    border-color: #fff0c8;
}

.k-notification.k-notification-error {
    background-color: #ffe0d9;
    color: #ef470a;
    border-color: #ffb7a8;
}

/************/
fieldset {
    border: none !important;
}

.ifit_select2 {
    width: 400px;
    height: 40px;
    border: 1px solid #0088c4;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 20px;
    color: #596c7c;
}

/***RESULTS MENU***/
.ifit_result_menu {
    height: 55px;
    border-radius: 5px;
}

    .ifit_result_menu ul {
        display: block;
        padding: 0;
        margin: 0;
    }

        .ifit_result_menu ul li {
            list-style: none;
            float: left;
            height: 55px;
            padding-left: 8px;
            padding-right: 8px;
            background: #2785aa;
            border: 1px solid #1c6b8f;
        }
            .ifit_result_menu ul li + li {
                margin-left: 10px;
            }

            .ifit_result_menu ul li.first {
                border-radius: 5px 0 0 5px;
            }

            .ifit_result_menu ul li.last {
                border-radius: 0 5px 5px 0;
            }

            .ifit_result_menu ul li.both {
                border-radius: 5px;
            }

            .ifit_result_menu ul li a img {
                padding: 12px 10px 12px 10px;
            }

            .ifit_result_menu ul li a {
                cursor: pointer;
                text-align: center;
            }


.ifit_result_menu ul li label, .ifit_result_menu ul li input
{
    font-family:Arial;
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
}


.ifit_result_menu_text {
    color: white;
    font-size: 14px;
    margin: 0 auto;
    padding: 2px 0 0 0;
}

.ifit_result_menu_inactive {
    color: lightgray;
    font-size: 14px;
    margin: 0 auto;
    padding: 2px 0 0 0;
}

.ifit_result_menu_img_wrapper {
    height: 55%;
}

    .ifit_result_menu_img_wrapper img {
        width: 50%;
        margin: auto;
        display: block;
        position: relative;
        bottom: -15%;
        padding-top: 0px !important;
    }

.validation_msg {
    color: #E00000;
    font-size: 12px;
    padding: 10px 0 0 0;
}

.ifit_links_r {
    float: right;
}

    .ifit_links_r a {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        color: #0088c4;
        background-image: url(images/icon_plus.png);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 35px;
        padding-top: 8px;
        padding-bottom: 8px;
        text-decoration: none;
    }

/***POPUPS***/
.k-window {
    background: #fff !important;
    border: none !important;
}

.k-window-titlebar {
    background-color: #fff !important;
    border: none !important;
}

    .k-window-titlebar .k-window-title {
        color: #1c6b8f;
        font-size: 20px;
        font-weight: bold;
    }

.k-window-actions a span {
    color: #fff !important;
}

/*remove the close(x) button in the window*/
#winCantFindMissing_wnd_title + .k-window-actions a {
    display: none;
}

#winDestroy_wnd_title + .k-window-actions a {
    display: none;
}

#winTracking_wnd_title + .k-window-actions a {
    display: none;
}

.editor-field input.k-input {
    padding-left: 5px;
    background-color: none !important;
    width: 100%;
    border: none;
    height: 30px;
    border-radius: 0 !important;
}

.editor-field span.k-dropdown-wrap {
    border: none;
}

.editor-field span.k-combobox {
    border: 1px solid #0088c4;
    width: 101%;
    border-radius: 0 !important;
}
.editor-field span.k-dropdown {
    border: 1px solid #0088c4;
    width: 100%;
    border-radius: 0 !important;
}

.editor-field .k-dropdown-wrap {
    border-radius: 0 !important;
}

.editor-field span.k-dropdown .k-state-default {
    background-color: #fff;
}



    .editor-field .k-dropdown-wrap .k-input {
        border: none !important;
    }

.editor-field .k-select {
    background: #fff !important;
    border: none !important;
    height: 30px !important;
}

.editor-field .k-picker-wrap .k-input {
    border: 1px solid #0088c4;
    width: 94% !important;
    border-radius: 0 !important;
    height: 30px;
    padding: 0 0 0 5px;
}

.editor-field input[type='text'], .editor-field input[type='password'] {
    border: 1px solid #0088c4;
    height: 30px;
    padding: 0 0 0 5px;
    width: 100%;
    line-height: 30px;
}

.editor-field textarea {
    border: 1px solid #0088c4;
    padding: 5px 0 0 5px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
}

.editor-field select {
    border: 1px solid #0088c4;
    height: 30px;
    padding-left: 5px;
    line-height: 30px;
    width: 102%;
}

.editor-field input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.search_location a {
    float: left;
    margin: 3px 0 0 10px;
    width: 25px;
    height: 25px;
    background: url(/Content/images/search.png) no-repeat center;
    cursor: pointer;
}

.search_wildCard p {
    float: left;
    margin: 3px 0 0 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.search_location div input[type='text'] {
    border: 1px solid #0088c4;
    height: 30px;
    padding-left: 5px;
    width: 90%;
    float: left;
}

.k-window-content {
    padding: 0px 15px 10px 10px !important;
}

.k-picker-wrap .k-input {
    border-radius: 0 !important;
}

.k-timepicker span input[disabled='disabled']{
    background-color: #EEE;
    height:28px !important;
}

.k-numerictextbox span input[disabled='disabled']{
    background-color: #EEE;
    height:28px !important;
}

.k-formatted-value {
    border-radius: 0 !important;
}

.editor-field .k-state-hover.k-picker-wrap, .editor-field .k-state-default.k-picker-wrap {
    background-color: #FFF !important;
}

.k-multiselect-wrap {
    border: 1px solid #0088c4 !important;
    border-radius: 0 !important;
    background-color: #FFF !important;
}

    .k-multiselect-wrap .k-input {
        border: none !important;
    }

.k-state-selected[role='gridcell'] {
    background-color: transparent !important;
}

.item_details_details {
    margin-top: 40px;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, 
.k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    text-indent: 0px !important;
}

.k-picker-wrap .k-select{
    width: auto !important;
}

.k-multiselect {
    background-image: none !important;
    border: none !important;
}

.k-tabstrip-wrapper {
    box-shadow: none !important;
}

.k-tabstrip .k-state-active.k-content {
    padding-bottom: 0px !important;
}

.k-tabstrip .k-state-active.k-content {
    border-color: #2785aa;
}

.k-state-selected:link, .k-state-selected:visited {
    background-color: #eaeaea !important;
    box-shadow: none !important;
}

.k-state-focused.k-numeric-wrap .k-input, .k-state-focused.k-picker-wrap .k-input {
    border: 1px solid #0088c4 !important;
    border-radius: 0 !important;
}

.k-numeric-wrap .k-input {
    padding: 0 0 0 5px !important;
}

[readonly].k-input {
    background-color: #efeeec !important;
}

.filter_panel {
    padding: 10px 0px 10px 10px; 
    margin-left: -300px;
    min-height: 300px; 
    width: 550px;
    z-index: 5;
    position: absolute;
    background-color: #ffffff; 
    border: 1px solid #CCCCCC; 
    border-radius: 5px;
    box-shadow: 0px 5px 15px black;
}

/***SUB-MENU***/

.ifit_sub_menu ul {
    display: block;
    padding: 0;
}

.ifit_sub_menu ul li {
    list-style: none;
    float: left;
    min-width: 75px;
    padding: 10px 8px 10px 8px;
    background: #2785aa;
    border: 1px solid #1c6b8f;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
}

.ifit_sub_menu ul li.first {
    border-radius: 5px 0 0 5px;
}

.ifit_sub_menu ul li.last {
    border-radius: 0 5px 5px 0;
}

.ifit_sub_menu ul li.both {
    border-radius: 5px;
}

.ifit_sub_menu ul li:hover, .ifit_sub_menu ul li.selected {
    background: #63A7C2;
}

.ifit_sub_menu ul li a {
    color: #fff;
    text-decoration: none;
}

/***HISTORY PAGE***/
.display_checkbox {
    float: right;
}

    .display_checkbox input {
        width: 20px;
        height: 20px;
    }

    .display_checkbox span {
        line-height: 20px;
        font-size: 14px;
        color: #2785aa;
        font-weight: bold;
        margin-right: 10px;
        vertical-align: top;
    }

/***SEARCH***/

.ifit_search form div label {
    border: 0px solid red;
    font-size: 16px;
    color: #233541;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    display: block;
    width: 200px;
    float: left;
}

.ifit_search form div div {
    margin-top: 10px;
}

.ifit_search_i_details div {
    margin-top: 10px;
}

.ifit_search form div select {
    border: 1px solid #0088c4;
    height: 30px;
    width: 66%;
    float: left;
    padding-left: 5px;
    line-height: 30px;
}

.ifit_search form div textarea {
    border: 1px solid #0088c4;
    height: 100px;
    width: 65%;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    line-height: 15px;
    float: left;
}

.ifit_search form div input[type='text'] {
    border: 1px solid #0088c4;
    height: 30px;
    width: 65%;
    float: left;
    line-height: 30px;
    padding-left: 5px;
}

.ifit_search form div input[data-role='datepicker'] {
    height: 25px;
    width: 65%;
    float: left;
    line-height: 25px;
}
/*Created for DatePicker Seperately*/
.ifit_search form div input[type='checkbox'] {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
}

/***Assign_Request***/
.assign_request {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #efeeec;
    margin-top: 10px 0px;
    height: auto;
}
.assign_request select {
    border: 1px solid #0088c4;
    height: 30px;
    width: 200px;
    float: left;
    padding-left: 5px;
    line-height: 30px;
}

.assign_request_left_column {
    float: left;
    width: 47%;
    padding: 15px;
}

.assign_request_right_column {
    float: right;
    width: 46%;
    padding:15px;
}

.assign_request textarea {
    border: 1px solid #0088c4;
    height: 55px;
    width: 200px;
    float: left;
    margin-top: 5px;
}

.assign_request input[type='text'] {
    border: 1px solid #0088c4;
    height: 30px;
    float: left;
    margin-top: 0px !important;
    width: 200px;
}

.assign_request form .editor-field {
    width: 200px !important;
}

.assign_request form input[data-role='datepicker'] {
    height: 25px;
    width: 180px;
    line-height: 25px;
    float: left;
}

.assign_request form input[data-role='datepicker'] span {
    padding-left: 5px;
}
   
.assign_request form input[type='checkbox'] {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 6px;
}

.assign_request .textBoxMultiLine {
    padding-right: 30px !important;
}

.assign_request label {
    font-size: 16px;
    color: #233541;
    font-weight: bold;
    display: block;
    width: 120px;
    float: left;
}

.assign_request_search_btn {
    float: right;
    margin: 30px 10px 10px 0px;
}

.assign_request_div {
    padding: 5px 3px;
}

.assign_request_grid {
    padding: 0px 3px;
}

.assign_error {
    margin-top: 5px;
}

.assign_error_message {
    padding: 15px 0 10px 0;
    font-weight: bold;
    font-size: 16px;
}
.assign_validation_prompt {
    font-size: 15px;
    margin-top: 30px;
}

/*collapsble panel*/
.collapsible_panel {
    background-color: #2785aa;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 96.5%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    max-height: 100%
}

.collapsible_panel:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.collapsible_panel.active:after {
    content: "\2212";
}


/***ITEM DETAILS***/
.item_details_details form {
    margin-top: 40px;
}

    .item_details_details form div label {
        font-size: 16px;
        color: #233541;
        font-weight: bold;
        display: block;
        width: 420px;
    }

    .item_details_details form div {
        width: 460px;
        margin: auto;
        margin-top: 10px;
    }

        .item_details_details form div select {
            border: 1px solid #0088c4;
            height: 35px;
            width: 91.4%;
            padding-left: 5px;
            line-height: 30px;
        }

        .item_details_details form div textarea {
            border: 1px solid #0088c4;
            height: 100px;
            width: 90%;
            padding-left: 5px;
            padding-top: 10px;
            line-height: 15px;
            float: left;
            background: #fff;
        }

        .item_details_details form div input[type='text'] {
            border-radius: 0 !important;
            border: 1px solid #0088c4;
            height: 30px;
            width: 90%;
            float: left;
            padding-left: 5px;
            line-height: 30px;
            background: #fff;
        }

.k-datepicker {
    padding-left: 0 !important;
border-radius: 0 !important;
border: none !important;
background: none !important;
border-top: none !important;
box-shadow: none !important;
    width: 100% !important;
}

.k-i-calendar {
    margin-left: 10px;
    margin-top: 5px;
}

.k-datepicker .k-select {
    border: none !important;
}

.k-datepicker .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
    border: none !important;
}

.k-datapicker .k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    border: none !important;
}

.item_details_details form div input[type='checkbox'] {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 6px;
    clear: right;
}

.k-dropdown-wrap .k-input {
    height: 30px !important;
    width: 100% !important;
    padding: 0 0 0 5px !important;
    line-height: 30px !important;
}

/** ADMIN */
.k-grid-header .k-with-icon .k-link {
    margin-right: 0 !important;
}

.k-grid-header .k-header .k-link {
    overflow: visible !important;
}

.k-header .k-grid-filter, .k-header .k-header-column-menu {
    padding: 0 !important;
}

.field-validation-error {
    color: #ba0000;
}

/* Dialog */

/* -webkit-column-count: 2 !important; width:550px !important;  */
#dialog {
    height: 400px !important;
    overflow: auto !important;
}

    #dialog ul {
        -webkit-column-count: 2 !important;
    }

        #dialog ul li {
            list-style: none;
        }

            #dialog ul li img {
                width: 80px;
                border: none;
            }

            #dialog ul li a {
                border: none;
            }

/* OFFSITE STORAGE */
#offsiteStorage {
    width: 800px;
}

    #offsiteStorage .leftSideDIV {
    width: 390px;
    float: left;
}

    #offsiteStorage .rightSideDIV {
    width: 390px;
    float: right;
}

    #offsiteStorage .row {
    clear: both;
}

    #offsiteStorage .leftDIV {
    width: 140px;
    text-align: left;
    float: left;
}

    #offsiteStorage .leftRadioDIV {
    width: 20px;
    padding-top: 8px;
    float: left;
}

    #offsiteStorage .leftDIVText {
    width: 220px;
    float: left;
}

#offsiteStorage .ifit_button_Add {
    background: #2785aa;
    border: 1px solid #1c6b8f;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    cursor: pointer;
    text-decoration: none;
    width: 40px;
    background: #1E8ADC;
    border: 1px solid #0b6db6;
    border-radius: 0px;
}

/* AUDIT OFFSITE STORAGE */
#auditOffsiteStorage {
    width: 800px;
}

    #auditOffsiteStorage .leftSideDIV {
    width: 250px;
    padding-right: 30px;
    float: left;
}

    #auditOffsiteStorage .middleSideDIV {
    width: 220px;
    padding-right: 30px;
    float: left;
}

    #auditOffsiteStorage .rightSideDIV {
    width: 220px;
    padding-right: 30px;
    float: left;
}

/*Export To Excel*/
.exportToExcel {
    float: right; 
    cursor: pointer;
    background-image: url("Images/export_excel.png");
    background-repeat: no-repeat;
    background-position: right top;
    width: 40px;
    height: 40px;
}

/*Request Pending*/
.searchResultIcon {
    float: right; 
    cursor: default;
    width: 32px;
    height: 32px;
    margin-right: 3px;
}

/*General*/
.pullLeft {
    float: left;
}

.pullRight {
    float: right;
}

.width30 {
    width: 30px;
}

.hint {
    line-height: 24px;
    color: #aaa;
    font-style: italic;
    font-size: 15px;
}


/* New Clinical Prep 29/02/2016 */
#appointmentDateAMPM_LeftDIV {
    float: left;
    width: 59%;
}

    #appointmentDateAMPM_LeftDIV .appointmentDate {
    float: left;
    width: 55%;
}

    #appointmentDateAMPM_LeftDIV #appointmentAMPM {
        float: right;
        width: 41%;
        vertical-align: bottom;
        padding-top: 48px;
        font-size: 16px;
        font-weight: bold;
    }

    #appointmentDateAMPM_LeftDIV .appointmentAMPM_Radio {
    float: left;
    padding-left: 10px;
    color: black;
}
#assignContainer {
    float: right;
    padding-top: 35px;
    width: 41%;
}

#specialtyClinics_LeftDIV {
    clear: both;
    float: left;
    width: 59%;
}

    #specialtyClinics_LeftDIV #divSpecialty {
    float: left;
    width: 55%;
}

    #specialtyClinics_LeftDIV #divClinic {
    float: right;
    width: 40%;
}

#appointmentDateSearch_RightDIV {
    float: right;
    padding-top: 35px;
    width: 38%;
}

#divBarcode {
    float: left;
    width: 58%;
}

/* New Clinical Prep WCPP PLUGIN 6/05/2016 */
.clinicalPrepNoPluginError {
    display: none;
    margin: 0px;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ba0000;    
}

.clinicalPrepLoadingPrinters {
    display: none;
    padding: 5px;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.clinicalPrepLoadingIcon {
    float: left;
    padding: 2px 10px 0px 0px;
}

.formTemplateButtons {
    clear: both;
    width: 100%;
}

.formTemplateLeft {
    float: left;
    width: 52%;
}

.formTemplateRight {
    float: right;
    width: 47%;
    padding-top: 38px;
}
.clinicalPrepNoPluginError {display:none; }
.clinicalPrepLoadingPrinters{display:none; padding:5px;min-height:30px;line-height:30px;font-size:16px;}
.clinicalPrepLoadingIcon{float: left; padding: 2px 10px 0px 0px;}

.ifit_left_column_print {
    float: left;
    width: 56%;
}

.ifit_right_column_print {
    float: right;
    width: 35%;
}

.ifit_left_column_print_direct {
    float: left;
    width: 100%;
}



/*View Notifications*/
.notif_label {
    color: #989898;
    font-size: 16px;
    padding-left: 15px;
}

.notif_title {
    color: #545454;    
    font-size: 20px;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 15px;
    margin-top : 3px;
    margin-bottom : 3px;
}

.warning {
    float: left;
    width: 30px;
    height: 27px;
    margin: 15px 10px 0 0;
}

.tableServiceBroker{
    width: 100%;
}

.tableServiceBroker tr {
    height: 60px;
    background: #f8f7f7;
}

    .tableServiceBroker tr:nth-child(even) {
        background: #e2eef5;
    }

    .tableServiceBroker tr:nth-child(odd) {
        background: #f8f7f7;
    }

.tableServiceBroker td:first-child, .tableServiceBroker th:first-child {
    text-align: left;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.tableServiceBroker td {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: black;
}

.tableServiceBroker th {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: black;
}

/* ASSET NOTIFICATIONS */
#assetNotifications {
    border: 0px solid red;
    width: 800px;
}

    #assetNotifications .leftSideDIV {
    width: 390px;
    float: left;
}

    #assetNotifications .rightSideDIV {
    width: 390px;
    float: right;
}

    #assetNotifications .row {
    clear: both;
}

    #assetNotifications .leftDIV {
    width: 140px;
        text-align: left;
    float: left;
}

    #assetNotifications .leftRadioDIV {
    width: 20px;
    padding-top: 8px;
    float: left;
}

    #assetNotifications .leftDIVText {
    width: 220px;
    float: left;
}

    #assetNotifications .ifit_button_Add {
    background: #2785aa;
    border: 1px solid #1c6b8f;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    cursor: pointer;
    text-decoration: none;
}


/* TABLE ARCHIVE */
#tableArchive {
    width: 970px;
}

    #tableArchive .leftSideDIV {
    width: 550px;
    float: left;
}

    #tableArchive .rightSideDIV {
    width: 400px;
    float: right;
}

    #tableArchive .row {
    clear: both;
}

    #tableArchive .leftDIV {
    width: 270px;
    text-align: left;
    float: left;
}

    #tableArchive .leftDIVText {
    width: 270px;
    float: left;
}

    #tableArchive .leftSmallDIV {
    width: 120px;
    text-align: left;
    float: left;
}

    #tableArchive .leftLargeDIVText {
    width: 250px;
    float: left;
}

    #tableArchive .leftRadioDIV {
        width: 20px;
        padding-top: 8px;
        float: left;
}

    #tableArchive .leftRadioHeaderDIV {
    width: 20px;
    padding-top: 5px;
    float: left;
}

    #tableArchive .ifit_button_Add {
    background: #2785aa;
    border: 1px solid #1c6b8f;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    cursor: pointer;
    text-decoration: none;
    width: 40px;
    background: #1E8ADC;
    border: 1px solid #0b6db6;
    border-radius: 0px;
}
    #btnAssignContainer{
        float: right;
    }

.leftPosition {
    float: left;
    width: 50%
}
.rightPosition {
    float: right;
    width: 45%
}
.k-detail-row {
    background: #eee !important;
}
.k-detail-cell td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.k-detail-row .k-header {
    padding-top: 0px !important;
    background: #76B7D5;
}

.ifit_patient_visit {
    margin: 10px 0 20px 0;
    height: 100%;
    background: #ffffff;
}

.ifit_patient_visit tr th {
    background: #2785aa;
    text-align: center;
    height: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding: 2px;
    vertical-align: bottom;
}

.ifit_patient_visit tr th a {
    color: #fff !important;
}
    .ifit_patient_visit tr {
     color: #000000;
    }
    .ifit_patient_visit td {
        height: 40px;
        font-size: 12px;
        border-top-width: 1px !important;
    } 
    .ifit_patient_visit th input[type='checkbox'] {
     width: 20px;
     height: 20px;
    }
    .ifit_patient_visit td input[type='checkbox'] {
        width: 20px;
        height: 20px;
        background: #b6ff00;
    }
    .k-alt.k-master-row  {
        background-color: #e2eef5 !important;
    }

    .ifit_patient_visit .k-detail-row .k-alt {
        background-color: #f5f5f5 !important;
    }

.note {
    display: none;
    margin: 10px;
    background: #ffeeba;
    border: 2px solid #8a6d3b;
    padding: 5px;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #8a6d3b;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
}

.ifit_button_FollowupClosePV {
    background: #2785aa;
    border: 1px solid #1c6b8f;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 10px 18px 10px 18px;
    cursor: pointer;
    text-decoration: none;
    float: right;
    margin-top: 20px;
    min-width: 70px !important;
}
.ifit_table_PV_filter {
    width: 100%;
    float: left;
}
.ifit_td_PV_filter{
    width:25%;
    vertical-align:top;
}
.ifit_div_PV_filter {
    float: left;
    width: 98%;
    margin-right: 2%;
}
.validation-summary {
    display: none;
}

.validation-summary.validation-summary-errors {
        display: block;
        margin: 10px;
        background: #e9adad;
        border: 2px solid #ba0000;
        padding: 5px;
        font-size: 16px;
        background-repeat: no-repeat;
        background-image: url(images/error_msg_icon.png);
        padding-left: 50px;
        background-position: 10px center;
        min-height: 30px;
        line-height: 30px;
}

.validation-summary-valid {
    display: none;
}

span.validation-summary-errors {
    border-bottom-color: #D9FFB2;
    display: block;
}

.validation-summary-errors ul {
    list-style-type: none !important;
    color: #ba0000;
    margin: 10px;
    background: #e9adad;
    border: 2px solid #ba0000;
    padding: 5px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url(images/error_msg_icon.png);
    padding-left: 50px;
    background-position: 10px center;
    min-height: 30px;
    line-height: 30px;
    background-color: #FEE2E2;
}

ul.validation-summary-errors {
    margin: 0;
    padding: 0;
    border-top: none;
    color: #ba0000;
}
.ifit_table_PV_filter .k-dropdown-wrap {
    background-color: white !important;
    border: 1px solid #2785AA !important;
}

.autoTrackError {
    top: 30% !important;
    position:page !important;
}

#form .k-upload-button {
    background: #639e2a !important;
    border: 1px solid #639e2a !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 8px 0px 8px 0px !important;
    margin-left: 0px !important;
    cursor: pointer !important;
    text-decoration: none;
    min-width: 120px !important;
}

.linkOpenImage {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-family: Calibri, 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    padding-right:10px;
    text-transform:uppercase;
}
.content {
    display: none;
}
#spinnerPanel_ChkAll {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display:none
}
html .k-grid tr:hover {
    background: transparent;
}

html .k-grid tr.k-alt:hover {
    background: #E2EEF5;
}
.k-icon.k-clear-value.k-i-close {
    display: none !important;
}

.k-multiselect .k-select {
    background: none !important;
}

#ddlAppointmentSite-list .k-state-selected {
    background-color: #E9E9E9 !important;
    border:0 !important;
    color: black !important;
    box-shadow: none !important
}
#ddlLocationSite-list .k-state-selected {
    background-color: #E9E9E9 !important;
    border: 0 !important;
    color: black !important;
    box-shadow: none !important
}
#ddlLocationType-list .k-state-selected {
    background-color: #E9E9E9 !important;
    border: 0 !important;
    color: black !important;
    box-shadow: none !important
}
#ddlParent-list .k-state-selected {
    background-color: #E9E9E9 !important;
    border: 0 !important;
    color: black !important;
    box-shadow: none !important
}
#ddlChild-list .k-state-selected {
    background-color: #E9E9E9 !important;
    border: 0 !important;
    color: black !important;
    box-shadow: none !important
}

.locationTabstrip .k-content{
    display:none !important;  
}
.k-grid .k-i-filter{
    color:black !important;
}
.k-grid .k-i-more-vertical {
    color: black !important;
}

#smartFind .k-upload{
    background: none;
    border: none;
}
.ifit_table_2 tr:nth-child(even):hover {
    background: #e2eef5;
}
.k-window .k-i-close{
    color:black !important;
}
.activeTab{
    background:#63a7c2 !important;
}

.search_result_menu ul li + li {
    margin-left: 0px !important;
}

.no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: visible;
}

/***Create button***/
.createButton ul {
    display: block;
    padding: 0;
    margin: 0;
}

    .createButton ul li {
        list-style: none;
        float: left;
        height: 55px;
        padding-left: 10px;
        padding-right: 10px;
        background: #2785aa;
        border: 1px solid #1c6b8f;
    }
        .createButton ul li + li {
            margin-left: 10px;
        }

        .createButton ul li.first {
            border-radius: 5px 0 0 5px;
        }

        .createButton ul li.last {
            border-radius: 0 5px 5px 0;
        }

        .createButton ul li.both {
            border-radius: 5px;
        }

        .createButton ul li a img {
            padding: 12px 10px 12px 10px;
        }

        .createButton ul li a {
            cursor: pointer;
            text-align: center;
        }}

/* Prioritized values screen */
.prioritized-section label {
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
}

#allValues {
    width: 300px;
    font-family: inherit;
    font-size: 14px;
}

#prioritizedValues {
    margin-left: 253px;
    font-family: inherit;
    font-size: 14px;
}

#prioritized .k-listbox {
    width: 300px;
    height: 310px;
}
#prioritized .prioritized-section {
    max-width: none;
    width: 650px;
}

#prioritized .k-listbox:first-of-type {
   width: 300px;
   margin-right: 1px;
    }

/* Track Tab Battery voltage indicator*/
.trackcircle-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.trackgreen {
    background-color: green;
}

.trackamber {
    background-color: #FFBF00;
}

.trackred {
    background-color: red;
}

.trackNA {
    background-color: #666666;
}

.ifit_batteryStatusindicator {
    font-size: 18px;
    color: #596c7c;
    font-weight: bold;
    vertical-align: super;
}

/*== new custom css ==*/
.editor-label p, .editor-field p, .editor-field {
    font-size: 16px;
}
.editor-label label {
    font-size: 16px;
}
.ifit_header {
    background: #0A1F8F;
}
.ifit_color {
    background-color: #0A1F8F !important;
}
.ifit_page_title {
    font-style: normal;
}
.ifit_input a {
    color: #186ADE !important;
}
.ifit_input a:hover {
    color: #1E3A8A !important;
}
.ifit_button {
    text-transform: capitalize;
    background: #1E8ADC;
    border: 1px solid #0b6db6;
    border-radius: 0px;
    min-width: auto;
}
.ifit_content .ifit_button {
    min-width:120px;
}
.editor-field input[type='text'], .editor-field input[type='password'] {
    border: 1px solid #d1d5db;
}
.editor-field input[type='text']:focus-visible,
.editor-field input[type='password']:focus-visible,
.ifit_search form div textarea:focus-visible,
.ifit_search form div input[type='text']:focus-visible {
    outline: 2px solid #186ADE;
    border-radius: 4px;
}
.ifit_button_logout {
    text-transform: capitalize;
    border-radius: 4px;
}
.forgotten-password {
    float: left;
    font-size: 18px;
    color: #2785aa;
    text-decoration: underline;
    width: 100%;
    margin-bottom: 14px;
}
.ifit_page_title {
    color: #030712;
    border-bottom: 1px solid #f1f1f1;
}
.ifit_content {
    min-height: calc(100vh - 100px);
}
.error {
    background-color: #FEE2E2;
}
.btn-secondary, .ifit_result_menu ul li.btn-secondary {
    color: #fff;
    background-color: #676767;
    border-color: #525252;
    border-radius: 0;
}
.ifit_sub_menu ul li, .ifit_result_menu ul li {
    background: #f1f1f1;
    border: 1px solid #c8c8c8;
    color: #000;
}
.ifit_result_menu ul li .ifit_result_menu_text {
    color: #000;
}
.ifit_result_menu ul li:hover{
    background-color: #1e8adc;
}
.ifit_result_menu ul li a img {
    filter: invert(1);
}
.ifit_result_menu ul li:hover .ifit_result_menu_text {
    color:#ffffff;
}
.ifit_result_menu ul li:hover a img {
    filter: invert(0);
}
    .ifit_sub_menu ul li:hover, .ifit_sub_menu ul li.selected {
        background: #1E8ADC;
        color: #fff;
    }
.textBoxMultiLine {
    margin-right: 140px;
}
.ifit_search form div.textBoxMultiLine input[type='checkbox'] {
    margin-left: 4px;
}
.search_wildCard p {
    width: 12px;
    margin: 3px 0 0 3px;
}
body .k-list-container {
    background-color: #f3f3f3;
}
body .k-list > .k-state-hover, body .k-state-hover {
    background-color: #dedede;
}
body .k-button {
    background-color: #f9fafb;
}
.ifit_table_2 tr th, .ifit_table_requests tr th {
    background: #d6e8f1;
    color: #000;
}
    .ifit_table_2 tr th a, .ifit_table_requests tr th a, .ifit_table_2 tr th.k-header span {
        color: #0a0a0a !important;
        font-weight: bold;
    }
body .k-pager-wrap {
    background-color: #f9fafb;
    color: #313131;
}
body .k-state-selected {
    background-color: #186ADE;
    border-color: #186ADE;
}
body #btnReturnToSearch1, body #btnBackToSearchRes, body #btnBack, body .ifit_button.admin {
    color: #186ADE;
    background-color: #eeeeee;
    border-color: #ffffff;
    text-decoration: underline;
}
body #btnReturnToSearch1:hover, body #btnBackToSearchRes:hover {
    color: #1E3A8A;
}
.ifit_body {
    background: #ffffff;
}
.k-header .k-grid-filter, .k-header .k-header-column-menu {
    padding: .5em .1em .4em !important;
}
body .k-grid-header th.k-header {
    vertical-align: middle;
}
.k-window-titlebar .k-window-title {
    color: #030712;
}
body .k-panelbar > .k-item > .k-link {
    padding: 3px 1em;
}
body .k-panelbar .k-link > .k-image {
    vertical-align: text-bottom;
}
.k-picker-wrap .k-icon.k-i-calendar {
    margin: 0;
    font-size: 24px;
}
.ifit_result_menu ul li#Create, .ifit_result_menu ul li.both {
    height: 40px;
    border-radius: 0px;
}
.ifit_result_menu ul li.both {
    padding:0;
}
.ifit_result_menu ul li#Create #imgCreate, .ifit_result_menu ul li #PrintLabelsSecRO, .ifit_result_menu ul li #aPrint #imgPrint {
    height: 24px;
    padding: 10px 10px 10px 10px;
}
.ifit_result_menu ul li#Create + li {
    position: relative;
    height:40px;
}
.editor-label label[for='chkToggleShowAllLocations'] {
    padding-left: 24px;
    padding-top: 4px;
    display: inline-block;
}
.ifit_result_menu ul li#Create + li .editor-field {
    position: absolute;
    top: 8px;
}
.legend-status {
    display: flex;
    margin-top: 10px;
}

.legend-status > div {
    margin-top: 8px;
    border-right: 1px solid #c4b9b9;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #f1f1f1;
    padding-top: 2px;
    font-size: 16px;
    color: #000;
}

.legend-status > div .trackcircle-icon {
    margin-right: 0px;
}

.legend-status > div .ifit_batteryStatusindicator {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.editor-field .k-picker-wrap .k-input {
    width: 100% !important;
}
.ifit_left_column {
    width: 41%;
}
.ifit_right_column {
    width: 41%;
    margin-right: 120px;
}
.back_to_page {
    color: #186ADE;
    background-color: #eeeeee;
    border-color: #ffffff;
    text-decoration: underline;
}
li[style="background: #63a7c2;"], li.selected {
    position: relative;
}
    li[style="background: #63a7c2;"]::after, li.selected::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: calc(50% - 12px);
        width: 0px;
        height: 0px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #1E8ADC;
        z-index: 1;
    }
.ifit_button:disabled {
    background: #1E8ADC;
    border: 1px solid #0b6db6;
    opacity: 0.6;
    cursor: no-drop;
    border-radius: 0;
}
.ifit_button_logout {
    background: #1E8ADC;
}
.search-history {
    border: 1px solid #e0e0e0;
    padding: 4px;
    background-color: #d5f0c7;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: -10px;
}
.ifit_button:disabled {
    text-transform: capitalize;
}
.k-widget.k-grid {
    margin-top:23px;
}
.k-pager-wrap .k-state-selected {
    background-color: #1E8ADC;
    border-color: #0b6db6;
}
.no-menu .ifit_content {
    background: transparent;
}
.no-menu .ifit_layout580 {
    width: 390px;
    margin: auto;
    padding: 5px;
    padding-top: 40px;
    background-color: #ffffff;
    padding: 15px;
    margin-top: 20px;
}
.no-menu img.ifit_login_logo {
    width: 85px;
    height: auto;
}
.popover-version {
    border: 0px solid #cdcbcb;
    padding: 2px 6px;
    color: #585858;
    margin-top: 25px;
}
.popover-version .icon {
    color: #235fa8;
}
.ifit_footer {
    margin-bottom: 0px;
    margin-top: 20px;
}
.k-tabstrip .k-tabstrip-items .k-state-default .k-link {
    color: #000;
    font-size: 14px;
    background-color: #c1c1c1;
}
.k-tabstrip .k-tabstrip-items .k-state-active .k-link {
    background: #1E8ADC;
    border: 2px solid white;
    color: #fff;
}
.k-grid-showTagHistory {
    white-space: nowrap;
}
.ifit_logo {
    margin: 0px 0px 0px 15px;
}
.ifit_logo > a {
    font-size: 32px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
}
.ifit_logo > a > span {
    color: #76b7d5;
}

/*-- new login screen design--*/
.no-menu #header, .no-menu .ifit_footer {
    display: none;
}
.no-menu .ifit_holder {
    width: 100%;
    display: flex;
    min-height: 100vh;
}
.no-menu .ifit_login-bg {
    width: calc(100% - 360px);
    background-color: #e9f2fd;
    display: flex;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #badbf5;
    box-shadow: inset 0px 0px 3px #c3c3c3;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*box-shadow: inset 0 0 0 2000px rgb(226 241 253 / 78%);*/
}
.no-menu .ifit_content {
    width: 360px;
    height: 100%;
}
.no-menu .ifit_layout580 {
    max-width: 360px;
    width: auto;
    background: none;
    padding-bottom: 5px;
}
body.no-menu {
    background: #f8fafc;
}
.no-menu .ifit_button {
    width:100%;
}
.no-menu .editor-field input[type='text'],
.no-menu .editor-field input[type='password'] {
    width: calc(100% - 5px);
}
.no-menu .login_copyright {
    max-width: 294px;
    border-top: 1px solid #0000001a;
    margin: 0 auto;
    padding-top: 5px;
}
.no-menu .ifit_page_title {
    font-weight: 500;
}
.no-menu .ifit-explorer {
    color: #0070d2;
    float: left;
    font-size: 32px;
    margin-top: 15px;
    font-style: italic;
}
.no-menu .customer_support {
    position:fixed;
    bottom:25px;
    padding-left:15px;
}
/*--menu active design--*/
.ifit_mainmenu ul li a:hover, .ifit_mainmenu ul li a.active {
    outline: 4px solid #1e8adc;
    box-shadow: 2px 5px 6px #00000052;
    border-radius: 5px;
    background-color: #1e8adc;
}
.ifit_mainmenu ul li a {
    display:block;
}
.ifit_mainmenu ul li a.active img, .ifit_mainmenu ul li a:hover img {
    background-color: #fff;
    border-radius: 8px;
}
.ifit_mainmenu ul li a.active span, .ifit_mainmenu ul li a:hover span {
    color: #fff;
}
/*-- end menu active design --*/
.ifit_page_title label[for="ConfigContactDetails"] {
    font-size: 30px;
    font-weight: 500;
}
tbody .k-button.k-state-active, tbody .k-button:active {
    background-color: #1E8ADC;
    border-color: #0b6db6;
}
tbody .k-button:focus, tbody .k-button:focus:hover {
    border-color: #0b6db6;
    box-shadow: 0 0 2px 1px #1E8ADC !important;
}
.editor-field.checkbox-label {
    display: flex;
    margin-top: 10px;
}
.editor-field.checkbox-label label {
    color: #233541;
    font-weight: bold;
    margin-left: 7px;
}
#form .k-upload-button {
    border-radius: 0 !important;
}
.k-filter-menu-container .k-primary {
    border-color: #bbb;
    color: #2e2e2e;
}
.k-filter-menu-container .k-primary:hover {
    color: #2e2e2e;
    border-color: #b6b6b6;
    background-color: #a99f9a;
}
.k-filter-menu-container .k-primary:focus, k-filter-menu-container .k-primary:focus:hover {
    border-color: #0b6db6;
    box-shadow: 0 0 2px 1px #1E8ADC !important;
}
.k-filter-menu-container .k-primary:active {
    background-color: #1E8ADC;
    border-color: #0b6db6;
}
.k-animation-container .k-list > .k-state-focused.k-state-selected,
.k-animation-container .k-listview > .k-state-focused.k-state-selected,
.k-animation-container .k-state-focused.k-state-selected,
.k-animation-container td.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 3px 1px #c54700 !important;
}
.k-animation-container .k-item.k-state-selected {
    background-color: #1E8ADC;
    border-color: #0b6db6;
}
#lblTagLimitDesc {
    background-color: #d6e8f1;
    padding: 5px;
}
#lblTagLimit {
    background-color: #cecdcd;
    padding: 5px;
    margin-top: 5px;
}
.ifit_result_menu ul li.both .editor-label label.white {
    color:#000;
}
.ifit_result_menu ul li.both:hover .editor-label label.white {
    color: #fff;
}
.k-tabstrip-top > .k-tabstrip-items .k-item {
    margin-right:1.5px !important;
}
.ifit_result_menu ul li.btn-secondary a img {
    filter: invert(0);
}


li, label, div{
    position: relative;
}

   /* li[title]:hover::before {
        content: attr(tmp_title);
        position: absolute;
        top: 103%;
        left: 0;
        color: #fff;
        background-color: #0A1F8F;
        padding: 5px;
        border-radius: 5px;
        z-index: 1;
        font-size: 13.5px;
        line-height: 14px;
        width: 100%;
    }*/

    label[title]:hover::before {
        content: attr(tmp_title);
        position: absolute;
        top: 103%;
        left: auto;
        color: #fff;
        background-color: #0A1F8F;
        padding: 5px;
        border-radius: 5px;
        z-index: 1;
        font-size: 13.5px;
        line-height: 14px;
        width: 250px;
        font-weight: normal;
    }

    div[data-tip]:hover::before {
        top: 40px;
        left: auto;
        content: attr(data-tip);
        position: absolute;
        color: #fff;
        background-color: #0A1F8F;
        padding: 5px;
        border-radius: 5px;
        z-index: 1;
        font-size: 13.5px;
        line-height: 14px;
        width: 250px;
        font-weight: normal;
    }

    div.trackcircle-icon[data-tip]:hover::before {
        top: 12px;
        left: 8px;
        content: attr(data-tip);
        width: auto;
        white-space: nowrap;
    }

div[data-tip]:hover::before{
    opacity: 1;
}

    .geoJSONSuccess {
        display: none;
        width: 100%;
        margin: 10px;
        padding: 5px;
        line-height: 30px;
        font-size: 16px;
        background-repeat: no-repeat;
        background-image: url(images/icon_true.png);
        padding-left: 50px;
        background-position: 10px center;
    }

.geoJSONerror {
    display: none;
    margin: 10px;
    padding: 5px;
    line-height: 30px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url(images/icon_false.png);
    padding-left: 50px;
    background-position: 10px center;
}

.filecustomebutton {
    color: white;
    float: left;
    padding: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-right: 10px;
    font-size: 18px;
    border-radius: 10px;
    background: #1E8ADC;
    border: 1px solid #0b6db6;
}

.alertSummaryText {
    border: 1.5px solid #999494;
    padding: 4px;
    background-color: #d5f0c7;
    border-radius: 5px;
    margin-top: 10px;
}


