.form-date {
    padding: 0 10px 0 30px !important;
    width: 170px !important;
    background-position: 5px center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.text-normal {
    font-weight: normal !important;
}

.card {
    padding: 10px;
    background-color: #e5e5e5;
    border-radius: 2px;
    border: 1px solid #fff;

}

.ml-0,
.row {
    margin-left: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.control-label {
    width: 100%
}

.internal_page select {
    width: 100% !important;
}

@media(max-device-width: 600px) {
    .region-content {
        padding: 10px;
    }

    .divAsLink {
        padding: 0 !important;
    }
}

.divAsLink {
    color: #003a6e;
    margin-bottom: 0px;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.divAsLink:hover {
    color: #f7b500;
}

#map {
   /* display: none;*/
    margin-right: 15px;
}

.select-wrapper {
    display: inline-block;
    position: relative;
    width: auto !important;
}

#map>div {
    position: relative !important;
    min-height: 500px;
}

@media(min-device-width: 600px) {
    .form-w {
        width: 30%;
        float: left;
        padding: 20px 10px;
    }
}

.form-w-buttom {
    width: 100%;
    float: right;
}

.form-w-buttom button {
    float: right;
}

.ajax-result {
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.divAsLink {
    padding: 30px 10px 0;
    line-height: 30px;
}

.map-w {
    position: relative;
    width: 100%;
    max-width: 500px;
    top: 90px;
    z-index: 10;
    left: 0;
}

.map-w #map {
    height: auto;
}

.p-0 {
    padding: 0 !important;
}
.mb-30{
    margin-bottom: 30px;
}
input[type="date"]{
    height: 35px;
}

/* CSS Outage Datagaps */
#outage-datagaps-form .radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px !important;
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}

.filter-border {
    border: 1px solid white;
    padding: 10px;
}

.form-w-buttom button {
    float: right;
    margin-right: 20px;
}

@media(max-width: 901px) {
    .outage-datagaps-form .tab-content {
        width: 100%;
        overflow: scroll;
    }
}