﻿.newButton {
    padding: 1em 0 .5em 1em;
}

.UpperButton {
    padding: .25em 1em;
}

.kendoGridHeader {
    padding: .4em 0 .4em 1em;
    background-color: white;
    /* border-top: 1px solid grey;*/
}

.helperLinks {
    padding: 1em 0 .25em 1em;
}

/*Make the borders between column headers more forgiving to clicking*/
.k-grid-header th.k-header {
    padding-right: 1em;
}

.k-grid-header th.k-header, .k-filter-row th {
    border-right-width: 1px;
}

    .k-grid-header th.k-header:last-child, .k-filter-row th:last-child {
        border-right-width: 0;
    }

.k-grid td {
    border-right-width: 1px;
}

    .k-grid td:last-child {
        border-right-width: 0;
    }


.helperButton {
    margin-right: .25em;
    border: 1px solid black;
    border-radius: 3px;
    background-color: #5299d8;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: .4em;
    transition: all 300ms;
    color: #fff !important;
    border: none !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Roboto;
}

    .helperButton:hover {
        background-color: #0179d7;
        cursor: pointer;
    }


.gridConfigDrop {
    float: right;
    padding-right: 1em;
}

    .gridConfigDrop button {
        background-color: #e0e0e0;
        border: 1px solid gray;
    }

.jsLink {
    cursor: pointer;
    padding: 3px 3px 3px 5px;
}

    .jsLink:hover {
        background-color: lightgrey;
    }

.jsLinkDefault {
    background-color: lightgrey;
    padding: 3px 5px 3px 5px;
}

    .jsLinkDefault:hover {
        background-color: white;
    }

.gridTitle {
    font-weight: bold;
    font-size: 20px;
}

.rw-grid .k-filter-row .k-filtercell .k-dropdown-operator {
    right: 0;
}

.rw-grid .k-filter-row .k-filtercell > span {
    padding-right: 0;
}

.rw-grid .k-filter-row .k-filtercell .k-button {
    margin-right:0;
}


/* map picker widget*/

#mapWidget {
    position: absolute;
    top: 0;
    left: auto;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: rgba(255,255,255,0.5);
}

.hidden {
    display: none;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
    border-bottom: 1px solid #757575;
}

#mapcontainer {
    font-family: Roboto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    box-shadow: 3px 3px 7px #9e9e9e;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
    width: 550px;
    min-width: 550px;
    background-color:#fff;
}

#topbar {
    background-color: #424242;
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    height: 40px;
    width: 100%;
    line-height: 31px;
    padding: 5px 20px;
}

#mapcontainer label {
    font-size: 13px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #757575;
}

#mapcontainer .input {
    border: 0;
    padding: 7px;
    font-weight: 400;
    font-size: 13px;
}

#mapcontainer input[type=text].focus {
    background-color: #FFF59D;
    color: #000;
    outline: none;
    border: none;
}

#mapcontainer .input {
    background-color: #eee;
    color: #000;
}

#mapcontainer input[type=text]:disabled {
    background-color: #fff;
}

#mapcontainer .inputerror {
    background-color: #eee;
    outline: none;
    border: 1px solid #EF5350;
}

#latlong {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#close {
    position: absolute;
    right: 15px;
    top: 8px;
}

#mapcontainer .btnsubmit {
    background-color: #fff;
    color: #43A047;
    padding: 10px;
    font-size: 24px;
    transition: linear all 300ms;
    cursor: pointer;
    margin-bottom: 14px;
    margin-top: -10px;
}

    #mapcontainer .btnsubmit:hover {
        color: #A5D6A7;
    }

.iconpin {
    background-image: url(../Resources/images/icons/pin_drop.svg);
    background-size:cover;
    background-color:#1976d2;
}
