﻿[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat !important;
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-clear-button {
        margin-right: 8px;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

input[readonly] {
    background: rgb(238,238,238) !important;
}

#search-input {
    border-radius: 5px 0px 0px 5px;
}

#nav-searchbox {
    display: flex;
    flex-direction: row;
}

#search-button {
    border-radius: 0px 5px 5px 0px;
    border: none;
    border-left: 1px solid #31404e;
    background: white;
    padding: 1px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-nopadding {
    padding-right: 0px !important;
}

.panel-css {
    width: 100%;
    height: auto;
    z-index: 500;
    background: #FFF;
}

.dividing-line {
    height: 1px;
    width: 100%;
    background: #ccc;
}

.flex-group-outer {
    display: flex;
    flex-direction: column;
}

.flex-group {
    display: flex;
    flex-direction: column;
}

.grow {
    flex-grow: 1;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-column .lbl {
    line-height: initial;
}

.flex-group-mobile-reversed {
    flex-direction: column-reverse;
}


.flex-group span input, .flex-group span label {
    margin: 0;
}


.flex-group span:not(.switchery):not(.auto-height):not(.badge):not(.mce-preview) {
    line-height: 30px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.margin-left-mobile {
    margin-left: 5px;
}

.additional-padding {
    height: 30px;
}

.margin-top-mobile {
    margin-top: 5px;
}

.add-edit-popup {
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    position: fixed;
    width: 90%;
    left: 5%;
    height: 80%;
    top: 10%;
    overflow: auto;
    z-index: 500;
    border-width: 2px;
    border-style: groove;
    border-color: transparent;
    background: #FFF;
}

.popup-padding {
    padding: 15px;
}

.list-box {
    width: 85vw;
}


@media only screen and (min-height: 548px) {
    .add-edit-popup {
        height: 50%;
        top: 25%;
    }
}

@media only screen and (min-width: 768px) {

    .flex-group-outer {
        display: flex;
        flex-direction: row;
    }

    .flex-group {
        display: flex;
        flex-direction: row;
    }

    .flex-row {
        flex-direction: row;
    }

    .flex-column {
        flex-direction: column;
    }

    .flex-group-mobile-reversed {
        flex-direction: row;
    }

    .margin-left-mobile {
        margin-left: 0px;
    }

    .margin-left {
        margin-left: 10px;
    }

    .margin-left-lbl {
        margin-left: 100px;
    }

    .margin-left-small {
        margin-left: 5px;
    }

    .margin-top-mobile {
        margin-top: 0px;
    }

    .margin-top {
        margin-top: 10px;
    }

    .margin-top-small {
        margin-top: 5px;
    }

    .add-edit-popup {
        position: fixed;
        width: 60%;
        left: 20%;
        overflow: auto;
        height: 50%;
        top: 25%;
    }


    .list-box {
        width: 400px;
    }
}
