﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: black;
}

body {
    background: rgba(0, 0, 0, 0) repeating-radial-gradient(circle at right top, rgba(48, 178, 209, 0.3), rgba(123, 195, 92, 0.3) 350px) repeat scroll 0 0;
}

img {
    height: auto;
    width: 100%;
}

/*LOGIN*/
div.login {
    text-align: center;
}

    div.login h2 {
        font-size: 3em;
    }

    div.login a {
        text-decoration: none;
        font-size: 1.6em;
        padding: .5em 2em;
        border-radius: 3px;
        transform: skew(-10deg);
        -o-transform: skew(-10deg);
        -moz-transform: skew(-10deg);
        -webkit-transform: skew(-10deg);
        display: inline-block;
        color: white;
        background: #14B3E5;
    }

        div.login a span {
            transform: skew(10deg);
            -o-transform: skew(10deg);
            -moz-transform: skew(10deg);
            -webkit-transform: skew(10deg);
            font-weight: bold;
        }

        div.login a:hover {
            background-color: #8ebc00;
            color: black;
        }

    div.login div.information {
        margin-top: 3em;
        color: #A0A0A0;
    }


/*HEADER*/
.header {
    background: #0C5F9C none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 5em;
    line-height: 40px;
    position: relative;
    width: 100%;
}

    .header a.menu-icon {
        background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center / 3em 3em;
        display: block;
        height: 3em;
        left: 10px;
        margin-top: 1em;
        position: absolute;
        top: 0;
        width: 3em;
    }

    .header .logo {
        float: right;
        height: 5em;
        padding-top: 5px;
        width: 10em;
        margin-right: 1em;
    }
/*MENU*/
nav.mm-menu {
    background: rgba(66, 66, 66, 0.3) none repeat scroll 0 0;
    color: white;
    z-index: 1;
}

    nav.mm-menu > div.mm-panel.mm-hasnavbar {
        padding-top: 10px;
    }

div.mm-navbar {
    display: none !important;
}

ul.mm-listview li span {
    text-align: center;
}

div.nav-desktop {
}

div.nav-desktop {
    display: none;
}

    div.nav-desktop nav.menu-desktop ul {
        float: left;
        list-style: outside none none;
        padding: 0;
    }

nav.menu-desktop ul li {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    opacity: 0.9;
}

    nav.menu-desktop ul li.userGuide,
    nav.menu-desktop ul li.userGuide:hover {
        background: none;
    }

        nav.menu-desktop ul li.userGuide a {
            background: url('/images/question.png') center no-repeat;
            background-size: 45px 45px;
            width: 20px;
            cursor: pointer;
            padding: 20px;
        }

    nav.menu-desktop ul li:first-of-type {
        margin-left: 1em;
    }

    nav.menu-desktop ul li:hover {
        background: #fff none repeat scroll 0 0;
        border-bottom: 6px solid red;
        opacity: 1;
    }

    nav.menu-desktop ul li a {
        color: black;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        padding: 10px;
        text-decoration: none;
    }
/*HEADER-CONTENT-FOOTER DISTRIBUTION*/
.wrap {
    height: 100%;
    min-height: 100%;
}

div.content-container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    min-height: calc(100vh - 5em);
    opacity: 0.7;
    width: 100%;
}

    div.content-container .content {
        padding: 1em;
    }

div.footer {
    display: none;
}

/*REQUEST FORM*/

div.ccbRequestPage {
}

    div.ccbRequestPage form > div {
        margin: 0px 10px 10px 10px;
    }

    div.ccbRequestPage .date {
        text-align: right;
        font-weight: bold;
    }

        div.ccbRequestPage .date.right {
            float: right;
            margin-top: 5px;
        }

        div.ccbRequestPage .date .requestNumber {
            float: left;
        }

        div.ccbRequestPage .date .dateField {
            float: right;
        }

    div.ccbRequestPage .userInfo span {
        margin-bottom: 10px;
    }

        div.ccbRequestPage .userInfo span:first-of-type {
            font-size: 1.35em;
        }

    div.ccbRequestPage .FieldTitle,
    div.ccbFeedback .FieldTitle {
        display: block;
        font-weight: bold;
        /* margin-bottom: 5px; */
        margin-top: 5px;
        font-size: 1.3em;
    }

    div.ccbRequestPage .FieldValue {
        margin-bottom: 5px;
        width: 100%;
        padding: 2px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 3px;
    }

    div.ccbRequestPage textarea {
        /*min-height: 5em;*/
        overflow: auto;
        max-width: 100%;
    }

    div.ccbRequestPage .requestCheckbox input[type=checkbox],
    div.ccbRequestPage .systemRow input[type=radio] {
        display: none;
    }

        div.ccbRequestPage .requestCheckbox input[type=checkbox] + input[type=hidden] + label,
        div.ccbRequestPage .systemRow input[type=radio] + label {
            border: 1px solid #CCC;
            border-bottom: 2px solid #CCC;
            border-top: none;
            cursor: pointer;
            color: black;
            border-radius: 5px;
            font-weight: bold;
            margin: 5px auto;
            background: #fff url("/images/checkbox-Unchecked.png") 5px center no-repeat;
            display: block;
            padding: 5px 5px 5px 60px;
            min-height: 35px;
            line-height: 35px;
        }

div.cxbRow,
div.twoInOneRow {
    text-align: center;
}

    div.twoInOneRow .FieldTitle,
    div.twoInOneRow .FieldValue {
        text-align: left;
    }

    div.ccbRequestPage .requestCheckbox input[type=checkbox] + input[type=hidden] + label,
    div.cxbRow .detailCheckbox input[type=checkbox] + input[type=hidden] + label,
    div.twoInOneRow div {
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    div.ccbRequestPage .requestCheckbox input[type=checkbox] + input[type=hidden] + label,
    div.cxbRow .detailCheckbox input[type=checkbox] + input[type=hidden] + label {
        max-width: 25em;
    }

div.ccbRequestPage .requestCheckbox input[type=checkbox]:checked + input[type=hidden] + label,
div.ccbRequestPage .systemRow input[type=radio]:checked + label,
div.ccbRequestPage .requestCheckbox input[type=checkbox]:checked + input[type=hidden] + label:hover,
div.ccbRequestPage .systemRow input[type=radio]:checked + label:hover {
    /* border-color: #DDD; */
    /* background-color: #EAEAEA; */
    border-bottom: none;
    border-top: 2px solid #DDD;
    background-image: url("/images/checkbox-Checked.png");
    color: black;
}

div.ccbRequestPage .systemRow input[type=radio] + label {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-align: left;
}

li.list-item {
    cursor: pointer;
}

div.ccbRequestPage .systemRow input[type=radio]:checked + label {
    border-bottom: 1px solid #ccc;
}

select,
input[type=text],
textarea,
input[type=submit],
input[type=button] {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    display: block;
    font-size: 1.2em;
    margin: 0.5em auto;
    padding: 0.5em 0.25em;
    width: 100%;
    box-shadow: 0px 10px 15px -10px #eeeeee inset;
}

input[type=submit],
input[type=button],
div.ccbRequestPage a.cancelButton.k-button {
    color: black;
    font-weight: bold;
    background-color: white;
    border: 1px solid #9E9E9E;
}

div.ccbRequestPage a.cancelButton.k-button {
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.1em;
    width: 100%;
}

div.ccbDetailPage a.k-button {
    width: 100%;
    color: black;
    /* margin-bottom: 5px; */
    font-size: 1.2em;
    border-radius: 7px;
}

div.ccbDetailPage img {
    vertical-align: bottom;
    max-width: 48px;
}

div.ccbDetailPage a.k-button:hover,
input[type=submit]:hover,
input[type=button]:hover,
div.ccbRequestPage .requestCheckbox input[type=checkbox] + input[type=hidden] + label:hover,
div.ccbRequestPage .systemRow input[type=radio] + label:hover,
div.ccbRequestPage a.cancelButton.k-button:hover {
    background-color: #8ebc00;
    color: white;
    border-color: #8ebc00;
}

div.list-wrapper {
    text-align: center;
    margin-top: 10px;
}

div.ccbRequestPage fieldset.systemsDiv {
    width: 40%;
    border-radius: 5px;
}

    div.ccbRequestPage fieldset.systemsDiv.left {
        float: left;
        margin-left: 10px;
    }

    div.ccbRequestPage fieldset.systemsDiv.right {
        float: right;
        margin-right: 10px;
    }

    div.ccbRequestPage fieldset.systemsDiv legend {
        width: 90%;
        font-size: 1.1em;
        border: 1px solid #ccc;
        padding: .4em;
        border-radius: 5px;
        background-color: white;
        text-align: center;
        margin: 0 auto;
    }


    div.ccbRequestPage fieldset.systemsDiv ul {
        list-style: none;
    }

        div.ccbRequestPage fieldset.systemsDiv ul li {
            width: 100%;
            border: 1px solid #ccc;
            line-height: 2.2em;
            background-color: white;
            border-radius: 5px;
            padding-left: .2em;
            margin-bottom: 5px;
            color: black;
        }

            div.ccbRequestPage fieldset.systemsDiv ul li.list-item:hover {
                background-color: #8ebc00;
            }

            div.ccbRequestPage fieldset.systemsDiv ul li.placeholder {
                background-color: lightblue;
                color: purple;
            }

            div.ccbRequestPage fieldset.systemsDiv ul li.noCatItem {
                background-color: yellow;
                color: red;
            }

/* TERMS and COND POPUP WIN*/
div.termsCondMsj {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0px;
    border-radius: 5px;
    font-size: .85em;
}

    div.termsCondMsj span.termsCond {
        font-weight: bold;
        font-size: 1em;
        cursor: pointer;
        color: #1E1E98;
    }

div.termsCondWindow /*div.k-widget.k-window:last-of-type*/ {
    width: 95%;
    margin: 5px auto;
    left: 1.3em !important;
    top: 55em !important;
    min-height: 25% !important;
}

div.k-widget.k-window div.k-window-titlebar.k-header {
    text-align: center;
}

/*Detail FORM*/

div.ccbDetailPage {
}

    div.ccbDetailPage form > div {
        margin: 0px 10px 5px 10px;
    }

    div.ccbDetailPage div.buttons {
        margin-right: auto;
    }

        div.ccbDetailPage div.buttons a.right,
        div.ccbDetailPage div.buttons a.left {
            max-width: 6em;
        }

        div.ccbDetailPage div.buttons a.right {
            float: right;
        }


    div.ccbDetailPage .userInfo span {
        margin-bottom: 10px;
    }

        div.ccbDetailPage .userInfo span:first-of-type {
            font-size: 1.35em;
        }

    div.ccbDetailPage .headerDetails .left,
    div.ccbDetailPage .headerDetails .right,
    div.ccbDetailPage .headerDetails .feedbackLink {
        display: table-cell;
    }

    div.ccbDetailPage .headerDetails .left,
    div.ccbDetailPage .headerDetails .right {
        width: 45%;
    }

    div.ccbDetailPage .headerDetails .feedbackLink {
        width: 5%;
    }

        div.ccbDetailPage .headerDetails .feedbackLink img {
            width: auto;
            height: auto;
            max-width: 2em;
            vertical-align: bottom;
        }

    div.ccbDetailPage .headerDetails div .FieldTitle {
        display: inline-block;
    }

    div.ccbDetailPage .FieldTitle {
        display: block;
        font-weight: bold;
        /* margin-bottom: 5px; */
        margin-top: 5px;
        font-size: 1.3em;
        text-align: left;
    }

    div.ccbDetailPage .FieldValue {
        margin-bottom: 5px;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    div.ccbDetailPage .txtArea,
    div.ccbDetailPage .txtBox,
    div.ccbFeedback .txtArea {
        min-height: 3em;
        border: 1px solid #ccc;
        padding: 10px 5px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.26);
        font-size: 1.2em;
        max-height: 9em;
        overflow: auto;
    }

    div.ccbDetailPage .txtBox {
        min-height: 1em;
    }

    div.ccbDetailPage .detailCheckbox input[type=checkbox] {
        display: none;
    }

        div.ccbDetailPage .detailCheckbox input[type=checkbox] + input[type=hidden] + label {
            border: 1px solid #CCC;
            border-bottom: 2px solid #CCC;
            border-top: none;
            /*cursor: pointer;*/
            color: black;
            border-radius: 5px;
            font-weight: bold;
            margin: 5px auto;
            background: #fff url("/images/checkbox-Unchecked.png") 0px center no-repeat;
            /*display: block;*/
            padding: 5px 5px 5px 50px;
            min-height: 35px;
            line-height: 35px;
            background-color: #EAEAEA;
        }

        div.ccbDetailPage .detailCheckbox input[type=checkbox]:checked + input[type=hidden] + label {
            /* border-color: #DDD; */
            /* background-color: #BBB; */
            border-bottom: none;
            border-top: 2px solid #DDD;
            background-image: url("/images/checkbox-Checked.png");
        }

    div.ccbDetailPage .priorityList {
        text-align: center;
    }

        div.ccbDetailPage .priorityList .systemRow {
            display: inline-block;
            width: 100%;
        }

            div.ccbDetailPage .priorityList .systemRow label {
                width: 100%;
                text-align: left;
            }

    div.ccbDetailPage .k-dropdown {
        font-size: 1.2em;
        border-radius: 10px;
    }

        div.ccbDetailPage .k-dropdown .k-dropdown-wrap {
            border-radius: 10px;
        }

/* START TOOLTIP CODE FROM 
http://stackoverflow.com/questions/1055581/how-do-i-add-a-tool-tip-to-a-span-element
*/
[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
}
    /* Tooltip styling */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        display: none;
        position: absolute;
        background: #000;
        color: #fff;
        padding: 4px 8px;
        font-size: 14px;
        line-height: 1.4;
        min-width: 100px;
        text-align: center;
        border-radius: 4px;
    }

/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}

[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}

[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}

[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 100;
}

/* END TOOLTIP CODE FROM 
http://stackoverflow.com/questions/1055581/how-do-i-add-a-tool-tip-to-a-span-element
*/

div.ccbRequestPage .editorButtons {
    text-align: center;
}

    div.ccbRequestPage .editorButtons input[type=submit],
    div.ccbDetailPage input[type=submit],
    div.ccbDetailPage input[type=button] {
        display: inline-block;
    }

/* for detail page button hide/display*/
div.ccbDetailPage .editorButtons {
    text-align: center;
}

div.ccbDetailPage .actionButtons {
    text-align: center;
    /* display: inline-block; */
}

div.ccbDetailPage .saveactionButtons {
    text-align: center;
    /* display: inline-block; */
}


/* REQUIRED FIELDS ERROR MESSAGE*/
div.ccbRequestPage .required,
div.ccbRequestPage .k-picker-wrap.required,
div.ccbDetailPage .required,
div.ccbDetailPage .k-picker-wrap .required,
div.ccbDetailPage .k-picker-wrap .k-state-default .required,
div.ccbFeedback .required,
div.errorMessage {
    border-color: red;
}

div.ccbRequestPage .validation-summary-valid,
div.ccbDetailPage .validation-summary-valid,
div.errorMessage {
    border: 1px solid red;
    border-radius: 10px;
    background-color: #FBE3E3;
    color: black;
    text-align: center;
    padding-top: 1em;
}

    div.ccbRequestPage .validation-summary-valid > span {
        font-weight: bold;
        font-size: 1.1em;
    }

    div.ccbDetailPage .validation-summary-valid > span {
        font-weight: bold;
        font-size: 1.1em;
    }

    div.ccbRequestPage .validation-summary-valid > ul {
        text-align: left;
    }

    div.ccbDetailPage .validation-summary-valid > ul {
        text-align: left;
    }

div.errorMessage {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    padding: .5em;
}

/*REQUEST FORM TELERIK OVERRIDE*/
div.ccbRequestPage .FieldValue.k-input,
div.ccbDetailPage .FieldValue.k-input,
div.ccbRequestPage .k-widget.k-numerictextbox.FieldValue {
    padding: 0px;
    margin: 0px;
    border: none;
}

div.ccbRequestPage .FieldValue.k-input,
div.ccbDetailPage .FieldValue.k-input {
    padding: 5px 0px;
    font-size: 1.2em;
}

div.ccbRequestPage .k-numeric-wrap .FieldValue.k-input {
    font-size: 1.1em;
    border-radius: 5px;
}

div.ccbRequestPage table.k-editor {
    border-radius: 5px;
}

div.ccbRequestPage .k-picker-wrap.k-state-default {
    height: 2.6em;
    border-radius: 5px;
    padding-right: 0;
}

    div.ccbRequestPage .k-picker-wrap.k-state-default input {
        text-align: center;
    }

    div.ccbRequestPage .k-picker-wrap.k-state-default span.k-select {
        display: none;
    }

div.ccbRequestPage .k-widget.k-datetimepicker.k-header.FieldValue {
    border: none;
    padding: 0px;
}

body div.ccbRequestPage .k-datetimepicker .k-select span.k-icon,
body div.ccbDetailPage .k-datetimepicker .k-select span.k-icon {
    margin-top: 10px;
}

div.ccbRequestPage .k-numeric-wrap:before {
    padding-bottom: 0px;
}

div.ccbRequestPage .k-input {
    color: black;
}

div.ccbRequestPage .k-widget.k-editor.k-editor-inline,
div.ccbDetailPage .k-widget.k-editor.k-editor-inline,
div.ccbFeedback .k-widget.k-editor.k-editor-inline {
    min-height: 5em;
    border-radius: 10px;
    max-height: 10em;
    overflow: auto;
}

div.ccbRequestPage .k-autocomplete, div.ccbRequestPage .k-combobox,
div.ccbRequestPage .k-datepicker, div.ccbRequestPage .k-timepicker,
div.ccbRequestPage .k-datetimepicker, div.ccbRequestPage .k-colorpicker,
div.ccbRequestPage .k-numerictextbox, div.ccbRequestPage .k-dropdown,
div.ccbRequestPage .k-selectbox, div.ccbRequestPage .k-textbox,
div.ccbRequestPage .k-toolbar .k-split-button {
    display: inline;
    /*font-size: 1.2em;*/
}

div.ccbRequestPage .k-dropdown {
    font-size: 1.25em;
}

.k-state-hover.k-autocomplete, .k-state-hover.k-picker-wrap,
.k-state-hover.k-numeric-wrap, .k-state-hover.k-dropdown-wrap,
.k-state-default.k-autocomplete, .k-state-default.k-picker-wrap,
.k-state-default.k-numeric-wrap, .k-state-default.k-dropdown-wrap,
.k-dropdown-wrap.k-state-disabled {
    border-radius: 5px;
}

div.ccbRequestPage .k-widget.k-listview {
    padding: .5em;
    border-radius: 5px;
    text-align: center;
    min-height: 15em;
    max-height: 15em;
    margin: 0;
    overflow: auto;
}

    div.ccbRequestPage .k-widget.k-listview .k-listview-content {
        overflow: hidden;
    }

div.ccbRequestPage .priorityList .k-widget.k-listview {
    min-height: inherit;
}

div.ccbRequestPage .priorityList .product-view.k-widget.systemRow {
    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
    max-width: 25em;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
}

div.ccbRequestPage .k-input, div.ccbDetailPage .k-input,
div.ccbRequestPage input.k-textbox,
div.ccbRequestPage textarea.k-textbox, div.ccbRequestPage .k-textbox > input,
div.ccbRequestPage .k-multiselect-wrap {
    color: black;
}

/*Feedback view*/
div.ccbFeedback .message {
    border: 1px solid #5B98F5;
    background-color: #3A83F3;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 15px;
    color: white;
    font-size: 1.2em;
}

div.ccbFeedback .feedbackBox {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 10px;
    margin: 5px 2px;
}

    div.ccbFeedback .feedbackBox > div:first-of-type {
        display: table;
        width: 100%;
    }

        div.ccbFeedback .feedbackBox > div:first-of-type span {
            font-weight: bold;
            display: table-cell;
        }

            div.ccbFeedback .feedbackBox > div:first-of-type span.right {
                text-align: right;
            }

div.ccbFeedback .txtArea,
div.ccbFeedback .formArea {
    margin: 10px 0px;
    min-height: inherit;
    padding: 5px;
}

div.ccbFeedback .txtArea {
    background: #dedede;
}

div.ccbFeedback input[type=submit],
div.ccbFeedback input[type=button] {
    font-weight: normal;
    border: 1px solid #dedede;
    font-size: 1em;
}

div.ccbFeedback .add,
div.ccbFeedback .edit,
div.ccbFeedback .update {
    float: left;
}

div.ccbFeedback .clear,
div.ccbFeedback .cancel {
    float: right;
}

div.ccbFeedback .back {
    text-align: right;
}

    div.ccbFeedback .back a.cancelButton.k-button {
        font-weight: normal;
        font-size: 1em;
        border-radius: 10px;
        padding: 5px 10px;
        width: 100%;
    }

div.ccbFeedback .addFormArea {
    margin-top: 1em;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
}

    div.ccbFeedback .addFormArea .FieldTitle {
        color: #777;
    }

    div.ccbFeedback .addFormArea .FieldTitle,
    div.ccbFeedback > div:first-of-type > .FieldTitle {
        font-size: 1em;
    }

/*HOME CSS and OVERRIDE TELERIK*/
.twoColumns {
    width: 100%;
    display: table;
}

    .twoColumns > div {
        display: table-cell;
        vertical-align: middle;
    }

    .twoColumns div.filterOnToolbar > div {
        display: table-cell;
        vertical-align: middle;
    }

    .twoColumns div.filterOnToolbar div.left {
        width: 85%;
    }

        .twoColumns div.filterOnToolbar div.left .k-dropdown,
        .twoColumns div.filterOnToolbar div.left input.k-textbox {
            width: 95%;
            margin: 5px 0px;
            font-size: 1em;
        }

        .twoColumns div.filterOnToolbar div.left input.k-textbox {
            height: 3em;
        }

div.twoColumns .k-dropdown {
    max-width: 10em;
}

div.twoColumns .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default {
    height: 3em;
}

    div.twoColumns .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default > span {
        line-height: 3em;
    }

.clearFilter,
.filter {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-size: 48px 48px;
    height: 3em;
    width: 3em;
    vertical-align: middle;
    margin-left: 5px;
}

.clearFilter {
    background: url('/images/funnel-clear.png') no-repeat center;
}

.filter {
    background: url('/images/funnel-unchecked.png') no-repeat center;
}

    .clearFilter:hover,
    .filter:hover {
        background-color: #96BB43;
        background-size: 36px 36px;
    }

div.exportIcons {
    text-align: right;
    width: 3em;
    vertical-align: middle;
}

    div.exportIcons img {
        max-height: 3em;
        max-width: 3em;
        cursor: pointer;
        margin-top: 5px;
    }

div.content div.centeredContent div.k-widget.k-grid div.k-grid-content {
    min-height: 100%;
    height: 100% !important;
}

div.homeView form div.viewHeader {
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
    padding: 5px 0px;
    font-size: 1.5em;
    font-weight: bold;
}

div.homeView div.message {
    color: #25758C;
    font-size: .85em;
    text-align: right;
}

div.homeView tr td:nth-child(1),
div.homeView th:nth-child(1),
div.homeView tr td:nth-child(3),
div.homeView th:nth-child(3),
div.homeView tr td:nth-child(5),
div.homeView th:nth-child(5),
div.homeView tr td:nth-child(6),
div.homeView th:nth-child(6),
div.homeView tr td:nth-child(7),
div.homeView th:nth-child(7),
div.homeView tr td:nth-child(8),
div.homeView th:nth-child(8),
div.homeView tr td:nth-child(9),
div.homeView th:nth-child(9),
div.homeView .k-grouping-header {
    display: none;
}

div.homeView table th.k-header {
    background-color: #96BB43;
}

    div.homeView table th.k-header a.k-link {
        font-weight: bold;
        color: black;
    }

div.homeView table tbody tr {
    color: black;
}

    div.homeView table tbody tr:hover {
        background-color: #96BB43;
        cursor: pointer;
    }

.feedback {
    padding-right: 30px;
    background: url('/images/message.png') no-repeat right;
    background-size: 19px 19px;
    font-size: .95em;
}


/*MEDIA QUERIES*/
@media only screen and (min-width: 22.2em) {
    div.twoColumns .k-dropdown {
        max-width: 100%;
    }
}

@media screen and (min-width: 34em) {
    div.cxbRow .requestCheckbox input[type=checkbox] + input[type=hidden] + label,
    div.cxbRow .detailCheckbox input[type=checkbox] + input[type=hidden] + label,
    div.twoInOneRow div {
        width: 49%;
    }
}

@media only screen and (min-width: 34.37em) {
    div.homeView tr td:nth-child(1),
    div.homeView th:nth-child(1) {
        display: table-cell;
    }
}

@media only screen and (max-width: 36.5em) {
    div.homeView .k-pager-wrap .k-pager-sizes {
        display: none;
    }
}

@media screen and (min-width: 37.5em) {
    .saveButton {
        float: left;
    }

    .publishButton {
        float: right;
    }

    div.ccbRequestPage .priorityList .product-view.k-widget.systemRow {
        width: 30%;
        display: inline-block;
    }


    div.ccbFeedback .back a.cancelButton.k-button {
        width: auto;
    }
}

@media only screen and (min-width: 39em) {
    input[type=submit],
    input[type=button] {
        width: 9em;
    }

    div.ccbRequestPage a.cancelButton.k-button {
        width: auto;
    }
}

@media only screen and (min-width:41em) {
    div.homeView tr td:nth-child(3),
    div.homeView th:nth-child(3) {
        display: table-cell;
    }
}

@media screen and (min-width: 43.75em) {
    div.ccbRequestPage .k-picker-wrap.k-state-default {
        padding-right: 3.9em;
    }

        div.ccbRequestPage .k-picker-wrap.k-state-default input {
            text-align: left;
        }

        div.ccbRequestPage .k-picker-wrap.k-state-default span.k-select {
            display: inherit;
            border: none;
            border-left: 1px solid #ccc;
        }

    div.homeView tr td:nth-child(5),
    div.homeView th:nth-child(5) {
        display: table-cell;
    }

    div.ccbDetailPage .priorityList .systemRow {
        width: 32.5%;
    }
}

@media only screen and (max-width: 47em) {
    div.homeView .k-pager-wrap .k-pager-info {
        display: none;
    }
}

@media only screen and (max-width: 50em) {
    div.homeView table tbody tr td {
        height: 50px;
        min-height: 50px;
    }

    div.homeView div.k-pager-wrap > .k-link {
        height: 3em;
        line-height: 3em;
        min-width: 3em;
    }

    div.homeView .k-pager-wrap .k-pager-numbers {
        left: 6.8em;
    }

        div.homeView .k-pager-wrap,
        div.homeView .k-pager-wrap .k-pager-numbers li .k-link,
        div.homeView .k-pager-wrap .k-pager-sizes .k-dropdown-wrap .k-input,
        div.homeView .k-pager-wrap .k-pager-sizes .k-dropdown-wrap .k-select {
            line-height: 3em;
        }

            div.homeView .k-pager-wrap .k-pager-sizes .k-dropdown-wrap {
                height: 3em;
            }
}

@media screen and (min-width: 50em) {
    div.ccbDetailPage a.k-button {
        width: auto;
        padding: 6px 12px;
        /* color: black; */
    }

    div.homeView table tbody tr td {
        max-width: 20em;
    }

    div.content-container {
        min-height: calc(100vh - 5em - 60px);
        padding-bottom: 60px;
    }

    div.nav-mobile {
        display: none;
    }

    div.nav-desktop {
        display: inherit;
    }

    div.footer {
        background: #0C5F9C none repeat scroll 0 0;
        bottom: 0;
        color: white;
        display: block;
        height: 60px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    div.centeredContent {
        width: 95%;
        margin: 0 auto;
        padding: 1em;
        border: 1px solid #ccc;
        border-radius: 10px;
        background-color: #DEE6EC;
        max-width: 80em;
    }

    div.ccbRequestPage .userInfo span:first-of-type {
        float: left;
    }

    div.ccbRequestPage .userInfo span:last-of-type {
        float: right;
    }

    div.ccbRequestPage fieldset.systemsDiv {
        width: 44%;
    }


    div.ccbRequestPage .k-widget.k-listview {
        background-color: #DEE6EC;
        border-color: #ccc;
    }

    div.cxbRow .requestCheckbox input[type=checkbox] + input[type=hidden] + label,
    div.cxbRow .detailCheckbox input[type=checkbox] + input[type=hidden] + label {
        width: 35%;
    }

    div.homeView tr td:nth-child(4),
    div.homeView th:nth-child(4) {
        display: table-cell;
    }

    div.ccbDetailPage .priorityList .systemRow {
        width: 32.9%;
    }

    /*GRID Toolbar*/
    div.twoColumns .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default {
        height: 2em;
    }

        div.twoColumns .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default > span {
            line-height: 2em;
        }

    .clearFilter,
    .filter {
        background-size: 24px 24px;
        height: 2em;
        width: 2em;
    }

    .twoColumns div.filterOnToolbar div.left {
        width: 86%;
    }

        .twoColumns div.filterOnToolbar div.left > div {
            display: table-cell;
            width: 45%;
            vertical-align: middle;
        }

            .twoColumns div.filterOnToolbar div.left > div:first-of-type {
                width: 15em;
            }

            .twoColumns div.filterOnToolbar div.left > div:last-of-type {
                width: 25em;
            }

        .twoColumns div.filterOnToolbar div.left input.k-textbox {
            height: 2em;
            font-size: 1.1em;
        }

    div.exportIcons img {
        max-height: 2em;
        max-width: 2em;
        /* margin-top: 10px; */
    }

    div.ccbRequestPage .date.right {
        float: none;
        margin-top: 0px;
    }

    /*here should be shown all hidden columns from grid view Desktop mode*/
    div.homeView tr td:nth-child(6),
    div.homeView tr th:nth-child(6),
    div.homeView tr td:nth-child(7),
    div.homeView tr th:nth-child(7),
    div.homeView tr td:nth-child(8),
    div.homeView tr th:nth-child(8),
    div.homeView tr td:nth-child(9),
    div.homeView tr th:nth-child(9) {
        display: table-cell;
    }
}


/*DEFAULT CLASSES*/
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
}
