﻿html {
    position: relative;
    min-height: 100%;
}

.main-sidebar {
    width: 280px;
}

.content-wrapper, .main-footer {
    margin-left: 280px;
}

/*Wrapping element 
 Set some basic padding to keep content from hitting the edges*/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.label {
    color: #337ab7;
}


/* Sticky footer styles */
.footer {
    position: absolute;
    bottom: 10px;
    height: 40px;
}

    .footer .text-muted {
        margin: 0;
        display: inline-block;
    }

.body-content > .row:first-child {
    margin-bottom: 15px;
}

.k-tabstrip ul li.k-item {
    width: 100px;
}

h1 a {
    color: #e0e0e0;
    text-decoration: none;
}

    h1 a:hover,
    h1 a:active {
        color: #ffffff;
        text-decoration: none;
    }

.img-responsive {
    padding-top: 25px;
}

/* Styling menu toggle button */
.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

/* Styling menu and header for smaller resolutions */
@media (max-width: 768px) {

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }


    .k-rpanel {
        position: relative;
        box-sizing: border-box;
    }

        .k-rpanel .k-menu {
            float: none;
            display: block;
            box-sizing: border-box;
        }

            .k-rpanel .k-menu .k-item {
                display: block;
                clear: both;
                float: none;
                width: 100%;
            }
}

/* HeaderBar Style*/
.navbar-text {
    color: #f6f6f6;
    line-height: 20px;
}

.align-right {
    text-align: right;
}

#editor-label {
    text-align: center;
}

.form-fit-width {
    width: 100%;
}

.delete-alert {
    margin-left: 2rem;
    margin-right: 2rem;
}

.doublon-alert {
    margin-left: 2rem;
    margin-right: 2rem;
}
/* Edit Pages*/
.edit-textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.edit-validation-error {
    color: #dd6d6d;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.form-checkbox-wrap {
    padding-top: 7px;
}

/* Organisation List */
.list-delete-icon {
    font-size: 1.5em;
    color: red;
}

.list-icon {
    font-size: 1.5em;
}

.list-delete-row {
    text-align: center;
}

.list-btn-create {
    padding-bottom: 1rem;
}

.grid-container {
    height: 1000px;
}

.table-fixed-layout {
    table-layout: fixed;
}

    .table-fixed-layout td {
        word-wrap: break-word;
    }

/* Custom Grid Buttons (Button homogenization) */
.grid-btn {
    margin: 0.8rem;
}

/*
    Use the DejaVu Sans font for display and embedding in the PDF file.
    The standard PDF fonts have no support for Unicode characters.
*/
.k-scheduler {
    font-family: "DejaVu Sans", "Arial", sans-serif;
}

/* Hide toolbar, navigation and footer during PDF export */
.k-pdf-export .k-scheduler-toolbar,
.k-pdf-export .k-scheduler-navigation .k-nav-today,
.k-pdf-export .k-scheduler-navigation .k-nav-prev,
.k-pdf-export .k-scheduler-navigation .k-nav-next,
.k-pdf-export .k-scheduler-footer {
    display: none;
}

/*Disable links coloring for info-box*/
.info-box-link {
    color: inherit;
    text-decoration: none;
}
/*Smooth hover on info-box*/
.info-box:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* Breadcumb */
.breadcrumb {
    margin-bottom: 5px;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
}

    .breadcrumb-arrow li:first-child a {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top;
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px;
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: "";
        }

        .breadcrumb-arrow li span {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px;
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #3c8dbc;
            border: 1px solid #3c8dbc;
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #3c8dbc;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #2494be;
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #4fc1e9;
            border: 1px solid #4fc1e9;
        }

            .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
                border-left-color: #4fc1e9;
            }

        .breadcrumb-arrow li a:active {
            background-color: #2494be;
            border: 1px solid #2494be;
        }

            .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
                border-left-color: #2494be;
            }

        .breadcrumb-arrow li span {
            color: #434a54;
        }

/*Summary page styles*/

.summary-category-title {
    color: #2980b9;
}

.summary-category-icon {
    opacity: 0;
    transition: opacity 0.5s;
}

body {
    line-height: 1;
    font-size: 12px;
}

.sidebar-menu {
    line-height: 1.5;
    font-size: 14px;
}

.form-group {
    margin-bottom: 10px;
}

textarea.k-textbox {
    height: 5em;
    padding-left: 0.8em;
    line-height: 1.65em;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 240px;
}

#customView .k-listbox {
    width: 49%;
    height: 300px;
}

    #customView .k-listbox:first-of-type {
        width: 50%;
        margin-right: 1px;
    }

#customViewData > .k-grid {
    height: 100% !important;
}

#customViewData > #grid > .k-grid-content {
    height: 750px !important;
}

/*#customViewData > .k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#customViewData > .k-grid table {
    table-layout: fixed;
}*/

.open > .dropdown-menu {
    display: block;
    left: auto;
}

.btn-dropdown-form {
    text-align: left;
}

.k-grid tbody .k-button {
    min-width: 32px;
}

/* Switch*/
.material-switch {
    padding-top: 8px;
}

    .material-switch > input[type="checkbox"] {
        display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 40px;
    }

        .material-switch > label::before {
            background: rgb(0, 0, 0);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 16px;
            margin-top: -8px;
            position: absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 40px;
        }

        .material-switch > label::after {
            background: rgb(255, 255, 255);
            border-radius: 16px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 24px;
            left: -4px;
            margin-top: -8px;
            position: absolute;
            top: -4px;
            transition: all 0.3s ease-in-out;
            width: 24px;
        }

    .material-switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }

    .material-switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 20px;
    }

form .k-checkbox-label:before {
    width: 20px;
    height: 20px;
}

.k-input[readonly] {
    background-color: #ecf0f5;
}

.k-edit-cell textarea {
    height: 100px;
}

#home {
    line-height: 1.4;
}

    #home .k-map {
        height: 300px;
    }

    #home .label {
        color: #444;
    }

.col-nopadding {
    padding-left: 0;
    padding-right: 0;
}

.products-list .product-info {
    margin-left: 10px;
}

.sub-box {
    border-radius: 0px;
}

    .sub-box .box-title {
        font-size: 14px;
    }

#ganttTaskTemplate {
    width: 300px;
    text-align: left;
}

.k-input, .form-control {
    font-size: 12px;
}

.k-progressbar {
    width: 100%;
}


@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar img {
        display: none;
    }
}


/* Gestion de l'affichage très réduit ou très zoomé */
@media (max-width: 767px) {
    .sidebar-mini.sidebar-collapse .main-sidebar img {
        display: none;
    }
}
@media (max-width: 767px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 0px !important;
    }
}
@media (max-width: 767px) {
    .main-sidebar {
        width: 0px !important;
    }
}
@media (max-width: 767px) {
    .content-wrapper, .main-footer {
    margin-left: 0px;
    }
}
@media (max-width: 767px) {
    .content-wrapper, .main-header {
    max-height: 2080px;
    }
}



.k-task-template, .k-event-template {
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-control[disabled], fieldset[disabled] .form-control, .k-state-disabled .k-input, textarea[disabled], .k-editor-widget[disabled] {
    cursor: not-allowed !important;
    border: 1px solid #c9c9c9;
    color: #333;
    background-color: #eee;
    opacity: 0.7;
}

    .form-control[disabled]:hover, fieldset[disabled] .form-control:hover, .k-state-disabled .k-input:hover, textarea[disabled].k-textbox:hover, .k-editor-widget[disabled]:hover {
        background-color: #eee;
        color: #333;
        border-color: #c9c9c9;
    }

    .k-editor-widget[disabled] .k-editor-toolbar-wrap .k-editor-toolbar {
        cursor: not-allowed !important;
    }

        .k-editor-widget[disabled] .k-editor-toolbar-wrap .k-editor-toolbar li [role=button] {
            cursor: not-allowed !important;
        }

body[contenteditable='false'] {
    cursor: not-allowed !important;
}

.k-widget.k-multiselect.k-state-disabled {
    cursor: not-allowed !important;
}

    .k-widget.k-multiselect.k-state-disabled .k-multiselect-wrap {
        background-color: #eee;
        padding-right: 0;
    }

    .k-widget.k-multiselect.k-state-disabled .k-input {
        width: 0 !important;
        min-width: 0;
        border: 0;
    }

    .k-widget.k-multiselect.k-state-disabled .k-button {
        color: #333;
    }

.k-autocomplete.k-header.k-state-disabled {
    background-color: #eee;
}


.k-button.k-state-disabled, .k-button.k-state-disabled:hover, .k-button[disabled], .k-state-disabled .k-button, .k-state-disabled .k-button:hover {
    cursor: not-allowed !important;
}

.k-edit-cell textarea {
    width: 90%;
}


.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.k-grid table {
    table-layout: fixed;
}

.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
    padding-left: 0;
    padding-right: 0;
}

    .k-tabstrip > .k-content .col-md-1,
    .k-tabstrip > .k-content .col-md-2,
    .k-tabstrip > .k-content .col-md-3,
    .k-tabstrip > .k-content .col-md-4,
    .k-tabstrip > .k-content .col-md-5,
    .k-tabstrip > .k-content .col-md-6,
    .k-tabstrip > .k-content .col-md-7,
    .k-tabstrip > .k-content .col-md-8,
    .k-tabstrip > .k-content .col-md-9,
    .k-tabstrip > .k-content .col-md-10,
    .k-tabstrip > .k-content .col-md-11,
    .k-tabstrip > .k-content .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .k-tabstrip > .k-content .btn-group {
        margin-left: 10px;
    }

#individualPhoto {
    max-width: 100%;
    height: 200px;
}


.btn-bookmark-remove {
    border: 2px solid #ffe500;
    background-color: #ecf0f5;
}

.btn-bookmark-add {
    background-color: #ffe500;
}

    .btn-bookmark-add a, .btn-bookmark-remove a {
        color: #000;
    }

.box-body .info-box:last-of-type {
    margin-bottom: 0;
}

.k-grid-content.k-auto-scrollable {
    height: auto !important;
    overflow-x: scroll;
}
.k-grid-content .k-loading-mask{
    position:fixed;
}

#left-pane .k-grid-content.k-auto-scrollable {
    height: 400px !important;
    overflow-x: auto;
    overflow-y: auto;
}

.k-grid .k-pager-sizes .k-dropdown {
    width: 100px;
}

.gridCellNumeric {
    text-align: right;
}

.gridCellGroupNumeric{
    text-align:right;
    padding-right: 1.286em !important;
    padding-left: 1.286em !important;
}

.k-footer-template > td, .k-group-footer > td {
    text-align: right;
}

.splitterAnalysis {
    height: 540px;
}

.chartAnalysis {
    height: 500px;
}

#modal-document .modal-dialog {
    width: 900px;
}

.mapAreaTooltip {
    background-color: #467386;
    color: #fff;
    padding: 5px;
    border: 1px solid black;
}

a.btn-bookmark-remove, a.btn-bookmark-add {
    color: #000;
}

#importpdf-mapping .alert {
    margin-bottom: 0;
    padding: 10px;
}

.import-pdf-different {
    background-color: #f39c12;
}

a[disabled] {
    pointer-events: none;
}

.grid-group {
    font-size: 1.2em;
}

.import-pdf-display .k-grouping-row td {
    background-color: #467386;
    color: white;
}

.k-grid .row-gridPayments-late {
    background-color: #cc0000;
    color: black;
}

    .k-grid .row-gridPayments-late a {
        color: black;
    }

    .k-grid .row-gridPayments-late:hover {
        background-color: #cc0000;
        color: #fff;
    }

        .k-grid .row-gridPayments-late:hover a {
            color: #fff;
        }

.k-grid .cell-gridPayments-late {
    background-color: #cc0000;
    color: black;
}

.k-grid .icon-gridPayments-late {
    color: #cc0000;
    font-size: 1.5em;
}
.k-grid .icon-gridKeyDates-late {
    color: #cc0000;
    font-size: 1.5em;
}

.chartType a {
    cursor: grab;
}

/*#div-grid-searchBox {
    padding-top: 6px;
}*/

.k-grid .k-icon {
    opacity: 0.8;
}
/*
.k-grid .k-widget .k-icon {
    color:black;
}
*/

.k-window .k-edit-buttons {
    border-color: #bfbfbf;
    background: #f2f2f2;
}

.ganttEdit .k-gantt-timeline .k-widget .k-tooltip {
    display: none;
}

/* Hide toolbars during export */
.k-pdf-export .k-gantt-toolbar {
    display: none;
}

.k-grid tr:hover {
    background-color: #eee;
}

.k-grid td ul .k-button {
    margin-top: 2px;
}

.k-grid tbody td {
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: 1px solid #ddd;
    padding-left: 1em;
}

    .k-grid tbody td.k-command-cell .k-button {
        height: 20px;
    }

.k-grid tbody .k-alt {
    background-color: #eee;
}

.k-grid tbody .k-command-cell {
    text-align: right;
}

.k-grid tbody td.k-command-cell {
    border-left: 0px;
}

.k-grid tbody td > .k-grid-delete {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}


.k-grid tbody .k-alt td .k-grid-delete, .k-grid tr:hover .k-grid-delete {
    background-color: #eee;
}

.k-grid thead.k-grid-header {
    font-size: 14px;
}


.k-filter-menu {
    font-size: 12px !important;
}

    .k-filter-menu li.k-item, .k-filter-menu li.k-item .k-label {
        font-weight: normal;
    }

.k-grid .k-pager-wrap {
    min-height: 40px;
}

.k-grid .k-header.k-grid-toolbar {
    height: 40px;
}

.k-grid .grid-btn {
    margin: 2px;
}

.k-active-filter, .k-state-active, .k-state-active:hover {
    color: #333 !important;
}

.k-grid-header th.k-header {
    padding-left: 1em;
}

.k-grid tfoot.k-grid-footer tr.k-footer-template td {
    border-top: 1px solid #6E92A1;
}

td > input[type="checkbox"] {
    text-align: center;
}

.k-grid .k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: white;
}

.k-grid .k-grid-header .k-filter-menu {
    font-size: 12px !important;
}


/* Search */
.search-container {
    height: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.search-input-group .input-group-addon {
    background: white !important;
}

.search-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.search-input-group button {
    border: 0;
    background: transparent;
}

mark {
    background: yellow;
}

/* stepwizard */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding: 2px;
}

    .stepwizard-step .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 15px;
    }

    .stepwizard-step .btn-process-pass, .stepwizard-step .btn-process-pass:hover, .stepwizard-step .btn-process-pass:active, .stepwizard-step .btn-process-pass:focus {
        background-color: #007E33;
        color: #fff;
        padding: 0;
        text-align: center;
    }

    .stepwizard-step p {
        font-size: 14px;
        font-weight: bold;
    }

    .stepwizard-step .box {
        text-align: left;
    }


    .stepwizard-step li.validation-ok {
        color: #007E33;
    }

        .stepwizard-step li.validation-ok:before {
            content: "\f00c";
            font-family: FontAwesome;
        }

    .stepwizard-step li.validation-ko {
        color: #cc0000;
    }

        .stepwizard-step li.validation-ko:before {
            content: "\f00d";
            font-family: FontAwesome;
        }

    .stepwizard-step li.validation-na:before {
        content: "\f128";
        font-family: FontAwesome;
    }

    .stepwizard-step .products-list > .item:before, .stepwizard-step .products-list > .item:after {
        display: inline;
    }

    .stepwizard-step .box.box-validation-ko.box-solid {
        border: 1px solid #cc0000;
    }

        .stepwizard-step .box.box-validation-ko.box-solid > .box-header {
            background-color: #cc0000;
            color: #fff;
        }

    .stepwizard-step .box.box-validation-pass.box-solid {
        border: 1px solid #aaa;
    }

        .stepwizard-step .box.box-validation-pass.box-solid > .box-header {
            background-color: #aaa;
            color: #000;
        }

        .stepwizard-step .box.box-validation-pass.box-solid li.item {
            color: #aaa;
        }

    .stepwizard-step .box.box-validation-ok.box-solid {
        border: 1px solid #007E33;
    }

        .stepwizard-step .box.box-validation-ok.box-solid > .box-header {
            background-color: #007E33;
            color: #fff;
        }

    .stepwizard-step .box-footer {
        text-align: center;
    }

    .stepwizard-step .box-validation-pass {
        display: none;
    }

/* Menu layoutedit collapse */
#btnMenuToggle {
    cursor: pointer;
    margin-bottom: 3px;
}

    #btnMenuToggle.btn-menu-collapse {
        color: red;
    }

    #btnMenuToggle.btn-menu-expand {
        color: green;
    }

.wipdev, .wipdev a{
    text-decoration:line-through;
    text-decoration-color:red;
}

.full-width{
    width:100%;
}
.half-width{
    width:50%;
}

.k-treelist tbody td.k-command-cell .k-button {
        border:1px solid #AAA;
        background-color: #f2f2f2;
        border-color: #bfbfbf;
        background-position: 50% 50%;
        padding-top:0;
        padding-bottom:0;
        min-width: 50px;
    }

.k-treelist tbody td.k-command-cell .k-button .k-icon{
    margin:0;
}

.list-add-icon {
    font-size: 1.5em;
    color: green;
}
.list-edit-icon {
    font-size: 1.5em;
    color: #467386;
}

.k-grid .k-header .header-title-container{
    line-height: 40px;
    max-height: 40px;
    max-width: 50%;
    display: inline-flex;
    overflow-y: hidden;
    margin-left:5px;
}
.k-grid .k-header .header-title{
    vertical-align:middle;
    font-size: 17px;
    font-weight : bold;
}

.k-treelist tbody button.k-button {
    min-width: 50px;
}
.treelist-lf-1{
    background-color:#EBEBEB !important;
}
.treelist-lf-2{
    background-color:#F5F5F5 !important;
}

.treelist-lf-3{
    background-color:#FFFFFF !important;
}

td.cellReadonly{
    background-color:#6E92A1 !important;
}

#customViewData >.k-grid tr:last-of-type td
{
    border-bottom: 1px solid rgb(191, 191, 191);
}

.action-completed {
    background-color: #48C9B0 !important;
}

.action-notcompleted {
    background-color: #F08080 !important;
}

#modal-kpi .modal-dialog{
    width:90%;
}
#modal-kpi .modal-footer{
    text-align:left;
}

#modal-depense .modal-dialog{
    width:95%;
}

#modal-budget .modal-dialog{
    width:95%;
}

#modal-imputations .modal-dialog{
    width:50%;
}

#modal-indicateur .modal-dialog{
    width:90%;
}

.rowKpiLF1{
    color:red;
}
.rowKpiLF2{
    color:green;
}
.rowKpiLF3{
    color:blue;    
}

#customView-header{
    background-color : #467386;
    padding:5px;
    height:45px;
}

#customView-current{
    color : #ffffff;
    height:100%;
}

.header-two-lines .k-grid-header th.k-header>.k-link
{
    min-height: 29px;
    height: 10px;
    white-space: normal;
}

/* Fixed header Grid */
.fixed-header {
    top: 0;
    position: fixed;
    width: auto;
    z-index: 1;
}

/* back to top */
#return-to-top {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* top scroll bar */
.dummyScrollWrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 15px;
    border-top-style: solid;
    border-top-color: inherit;
}

.dummyScroll {
    height: 20px;
}

.k-tabstrip-scrollable .k-tabstrip-items 
{
    white-space: normal;
}

.cellMandatory {
    border: solid 1px #dd4b39 !important;
}

/*#region Password*/
.rule-box {
    margin-bottom: 15px;
    padding: 10px 0px 10px 5px;
    background-color: #EFEFEF;
    border-radius: 10px;
    font-size: 11px !important;
}

.rule-title {
    padding: 5px 0px 15px 20px;
    font-size: 15px !important;
}

.rule-label {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.rule-box span {
    display: block;
    padding-top: 5px;
}

.rule-error {
    color: #9F0900;
}

.rule-success {
    color: #00801D;
}

/* NavBar alert message */
.header-alert-message {
    background-color: rgba(234, 0, 0, 0.50);
    color: white;
    border: 1px solid transparent;
    margin: 10px !important;
    padding: 7px;
    float: left;
    border-radius: 5px;
}

    .header-alert-message i {
        padding: 0px 5px 0px 5px;
    }
/*#endregion Password*/

.k-edit-cell input[type="checkbox"] {
    margin-left: 0em;
}

.cell-checkbox {
    text-align: center !important;
    margin: -8px;
    padding: 0 !important;
} 