﻿html, body {
        width: 100%;
        height: 100%;
    }

    #map-canvas {
        width: 100%;
        height: 100%;
        position: relative;
    }

.container {
   
    width: 100% !important;
}

  main.background {
            background-color: white !important;
            background-image: none;
        }

        .page-wrapper {
            width: 100%;
            background-color: white;
        }

        .panel {
            margin-bottom: -10px;
            background-color: #fff;
            border: 0px solid transparent;
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
            box-shadow: 0 1px 1px rgba(0,0,0,0.05);
        }



.wrapper-content {
    padding: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
}



.k-grouping-header, .k-pager-wrap {
    background-color: white;
    color: white;
}

.k-grid th.k-header,
.k-grid-header {
    background: #079ae0 !important;
    font-size: large;
    font-weight:bold !important;
    color:white !important;
}

/*.k-grid-content > table > tbody > .k-alt {
    background: #304054;
    color: #4089cd;
}*/

/*Kendo Grid Bottom*/
.k-state-selected {
    background-color:#FFA500 !important;
    border-color:#FFA500 !important;
    color:black !important;
}



.k-icon {
    background-color:transparent !important;
}

.k-pager-wrap {
    background-color:transparent !important;
}

.k-grid .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
}

/*Header font color*/
.k-header, .k-treemap-title, .k-grid-header .k-header > .k-link {
    color: white !important;
}


/*Chaning button inside grid*/

 .k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
        min-width: 64px;
        color: #333;
        background-color: transparent;
        border-color: transparent;
        -webkit-box-shadow: none;
        padding: 5px 10px;
        box-shadow: none;
    }
        


/*Cursor Change*/
.k-grid table tr:hover td {
        /*background: rgb(107, 188, 242) !important;*/
        background-color: #4b2b94 !important;
        color:white !important;
        cursor: pointer !important;
    }
.RowHeader {
    padding: 0px;
    margin-top: 15px;
    text-align: left;
}

/*================== Kendo Grid Button =====================*/
/*.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    background-color: yellow;
    color: #304054;
    border: 1px thin #304054;
}*/






/* White icon */
.k-icon.k-filter {
    background-position: -48px -80px;
    color:white !important;
}


/*Kendo Grid Bottom*/
.k-state-selected {
    background-color:yellow !important;
    border-color:yellow !important;
    color:black !important;
}

.k-icon {
    background-color:transparent !important;
}

.k-pager-wrap {
    background-color:transparent !important;
}

.k-grid .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
}

/*Header font color*/
.k-header, .k-treemap-title, .k-grid-header .k-header > .k-link {
    color: white !important;
}

/*Change the nasty orange border color*/
.k-state-focused.k-state-selected, .k-list>.k-state-focused.k-state-selected, .k-listview>.k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
  -webkit-box-shadow: inset 0 0 3px 4px yellow !important;
   box-shadow: inset 0 0 3px 4px yellow !important;
   color:black !important;
}

.k-calendar .k-content .k-link {
    color: black !important;
}

/*Change paging style*/

.k-header, .k-grid-header-wrap, .k-grid .k-grouping-header, .k-grid-header, .k-pager-wrap, .k-pager-wrap .k-textbox, .k-pager-wrap .k-link, .k-grouping-header .k-group-indicator, .k-gantt-toolbar .k-state-default {

    border-color: transparent !important;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
  margin-top: -0.4em;
  padding-top: 5px;
  min-width: 2.429em;
  background-color: transparent !important;
  border-color: transparent !important;
}

/*Paging dropdown*/
.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 {
  height: 1.65em;
  line-height: 1.65em;
  padding: .177em 0;
  text-indent: .33em;
  border: 0;
  margin: 0;
  background-color: white !important;
}

/*Paging dropdown arrow*/
.k-state-default > .k-select {
  border-color: white;
  background-color: skyblue;
}

.k-animation-container {
      border-color: transparent;
  background-color: transparent;
}

/*Cursor Change*/
.k-grid table tr:hover td {
        background: rgb(107, 188, 242) !important;
        cursor: pointer !important;
    }
.RowHeader {
    padding: 0px;
    margin-top: 15px;
    text-align: left;
}

/*================== Kendo Grid Button =====================*/
/*.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    background-color: yellow;
    color: #304054;
    border: 1px thin #304054;
}*/



 input {
    width:100%;
    vertical-align: text-bottom;
}


 /*kendo calender arrow*/

 .k-calendar .k-link.k-nav-fast {
    color: white !important;
}

 .k-calendar .k-icon.k-i-arrow-e, .k-calendar .k-state-hover .k-icon.k-i-arrow-e {
  background-position: -16px -16px;
  opacity: 1;
  background-color: red !important;
}

 .k-calendar .k-icon.k-i-arrow-w, .k-calendar .k-state-hover .k-icon.k-i-arrow-w {
  background-position: -16px -48px;
  opacity: 1;
  background-color: red !important;
}

.full-width {
    width:100%;
}

.half-width {
    width:50%;
}

.metro .table.bordered td, .metro .table.bordered th {
    border-left: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid;
    vertical-align: middle;
}



/*================== Google map =====================*/
#map-canvas {
    width: 100%;
}

    #map-canvas img {
        max-width: none;
    }

.metro .table th{
  border: 1px #eaeaea solid;
}


.k-filename {
    position: relative;
    display: inline-block;
    min-width: 10em;
    max-width: 16.667em;
    vertical-align: middle;
    margin-left: 1em;
    padding-bottom: .167em;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.navbar-header {
    z-index: 1;
    background-color: transparent !important;
    padding-top: 16px !important;
}


hr {
    border: 0;
    height: 1px;
    background-color: #88b9e3;
}

.panel > .heading > .icon {

    background-color: Transparent;

}


.m-menu, .m-menu > li > a, .m-menu .m-menu-item > a{
    color: white;
    background-color: #079ae0 !important;
}

.input-control input, .input-control textarea, .input-control select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px black solid;
    width: 100%;
    height: 100%;
    padding: .3125rem;
    z-index: 0;
}

.button {
    border: 1px black solid;
}

@media (min-width: 768px)
{
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }


}