﻿.navbar-collapse
{padding-left:0px;
 padding-right:0px;
}
.nav > li > a {
    padding: 10px 5px;
}

.AppsCon a {
    margin: 5px 16px;
}

.login1 {
    margin-top: 3%;
}
.subInnerM .navbar-nav > li.userN a {
    padding: 0px 0 0;
    color: #888888;
    font-size: 12px;
}
    .subInnerM .navbar-nav > li.userN a.sign-out {
        color: #38B5E6;
        padding-top: 0px;
        font-size: 14px;
    }
        .subInnerM .navbar-nav > li.userN a.sign-out:hover {
            
            font-weight:bold;
        }

.status p {
    color: #000000;
    font-size: 16px;
}
.approve, .approve:focus {
    color: #fff !important;
    background: #1e6c22 !important;
}
.decline, .decline:focus {
    color: #fff !important;
    background: #7e1313 !important;
}

a.reqModalButton {
    cursor: pointer;
    color: #fff !important;
    display: block;
}

span.InputList label
{
    font-size:12px;
}

h3 {
    color: #428bca;
    font-size:20px;
    margin-bottom:30px;
}
h4 {
    color: #428bca;
    font-size: 18px;
}


/*******************map********************/

#map-con {
    position: relative;
    height: 198px;
    overflow: hidden;
    border: 2px #ddd solid;
    /* margin-top: 34px; */
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}



#map {
    width: 100%;
    height: 456px;
    background-color: #ededed;
}

.gm-style-pbc {
    display: none !important
}


.custom-icons .iconGrid {
    width: 27px;
    height: 27px;
    cursor: default;
}
    .custom-icons .iconGrid.green {
        background-color: #22B71E;
    }
    .custom-icons .iconGrid.red {
        background-color: #DD0308;
    }
    .custom-icons .iconGrid i {
        font-size: 21px;
    }




i.red {
    color: #BB0000;
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 3px;
}

i.green {
    color: #599500;
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 3px;
}

i.blue {
    color: #007ACC;
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 3px;
}

.red, .validator {
    color: #BB0000;
}