﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: lighter;
}
/* #endregion */


/* #region Footer styles */
.footer {
    position:  absolute;
    bottom: -4px;
    width: 100%;
    font-size: 0.85em;
    overflow:hidden;
}
/* #endregion */

/* #region custom Kendo UI styles */


/*h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}*/

/*.placeholder img {
    display: inline-block;
}*/

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

#responsive-panel {
    padding: 0;
    width: 100%;
}

    #responsive-panel .k-menu {
        padding: .5rem;
    }
/* #endregion */

/*Reduce the indentation*/
.k-treeview .k-item {
    padding: 0 0 0 8px;
}


@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-widget.k-menu-horizontal > .k-item {
        border: none;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .hide-for-mobile{
        visibility:collapse;
        height: 0px;
        width: 0px;
    }

    .k-window {
        width: unset !important;
    }

}

.k-grid .k-button-decrease {
    visibility: collapse;
    height: 0px;
    width: 0px;
}

.k-grid .k-button-increase {
    visibility: collapse;
    height: 0px;
    width: 0px;
}

.k-grid .k-slider-track{
    width: 100%;
    left: 0px !important;
}




.background-image-blended-container {
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}

.background-image-blended-content {
    vertical-align: central;
    padding-top: 25%;
    text-align:center;
}

.dropdown-icon{
    margin-right:4px;
}

/*
    Increase the width of the edit form.
    The default one is 400px.
*/

.k-edit-form-container {
    width: 800px;
}

/*
    Decrease the width of the edit form labels. The default one is 30%.
    The new width should depend on the column titles.
    Switch the text alignment to the left. By default, it is to the right.
*/

.k-popup-edit-form .k-edit-label {
    width: 20%;
    text-align: left;
}

/*
    Increase the width of the textbox containers. The default one is 60%.
    The sum of label and editor percentage widths should be around 90%, to make up for existing paddings.
*/
.k-popup-edit-form .k-edit-field {
    width: 70%;
}

    /*
    Expand the edit textboxes and any other Kendo UI widgets.
    In case of unexpected side effects, use widget-specific classes, instead of .k-widget.
*/
    .k-popup-edit-form .k-edit-field > .k-textbox,
    .k-popup-edit-form .k-edit-field > .k-widget:not(.k-tooltip) {
        width: 98%;
    }

.popup-title-row{
    margin-top:6px;
    font-weight: bold;
    font-size:small;
}


.k-button {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

/*@media (min-width: 1200px) {
    .container {
        max-width: unset !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: unset !important;
    }
}*/


.gantt-default-task {
    background-color: gray;
    color: white;
}

.gantt-complete-task {
    background-color: green;
    color: black;
}

.gantt-late-task {
    background-color: red;
    color: white;
}

.gantt-current-task {
    border-color:red;
}

.k-gantt .k-tooltip{
    width: 300px;
}

.measureHistoryViewerGrid-icon {
    /*height: 50px;
    width: 50px;*/
    width:50px;
    font-weight: bolder;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.measureHistoryViewerGrid-icon:hover {
    width: 20px;
    height: 20px;
}



.k-content {
    overflow-x: hidden !important;
    width: unset !important;
}

.k-editor .k-content {
    width: 100% !important;
}

.k-widget{
    border: none !important;
}
.k-window-content {
}


.k-window-content .container {
    width: 100% !important;
    margin:0px !important;
    padding:0px !important;
}


.k-window > .k-content {
    max-width: unset !important;
}



.k-window > .k-window-content {
    max-width: unset !important;
}

.k-window-content .container {
    max-width: unset !important;
}






.pull-right {
    float: right;

}

#layout-header-toolbar{
    padding-bottom:10px;
}

.k-tabstrip > .k-content{
    overflow:hidden;
}

#operations-tab-strip-main{
    height: 100%;
}

.k-icon {
    background-color: unset !important;
}

.k-i-expand {
    font-size: x-large;
}

.k-i-collapse {
    font-size: x-large;
}

.k-window > div.k-popup-edit-form {
    padding: 1em !important;
}

/*.container-fluid {
    margin: 0px;
    padding: 0px;
}*/

.container-fluid {
    margin: unset !important;
    padding: unset !important;
}

td > .container-fluid {
    margin: 8px !important;
    padding: 8px !important;
}


.k-resources-wrap:hover, .k-resource:hover, .k-resources-wrap, .k-resource {
    background-color: unset !important;
    color: unset !important;
}

.reportSelectorDDL_li {
    width: auto;
   margin-left:6px;
    /*right: 0px;
    position: absolute;*/
}


.report-viewer-wrapper {
    width: 100%;
    height: 600px;
    min-height:400px;
}

.row{
    padding-bottom:4px;
    /*padding-top: 2px;*/
}

.expand-grid {
    /*margin: 0;
    padding: 0;
    border-width: 0;*/
    height: 100% ;
}

.k-dropzone{
    padding:0px;
    margin:0px;
}

.k-upload-button{
    
    margin-right: 0px !important;
}

html, body, .planning-gantt {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-width: 0;
}

.assetsMap-treeview-input-item:hover {
    background-color:transparent;
}