#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#drawing-map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: white;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}

#search-area-modal {
    z-index: 20;
    top: 30px;
}

.modal-backdrop {
    z-index: 10;
}

.red-label, .green-label, .red-label-left {
    color: black;
    background-color: white;
    font-family: Consolas, 'Arial', sans-serif;
    font-size: 12px;
    text-align: center;
    width: auto;
    max-width: 75px;
    border: 1px solid black;
    white-space: nowrap;
    padding: 2px 5px;
}

.red-label {
    color: red;
}

.green-label {
    color: green;
}

input.form-control {
    height: 34px;
}

@media all and (min-width:1024px) {
    /* put your css styles in here */
    #dialogPartnerEdit {
        width: 85vw !important;
        top: 2% !important;
        height: 95vh !important;
    }

    #drawing-map {
        height: 75vh;
    }

    #partner-location-map {
        height: 75vh;
    }
}

#partner-edit-modal-dialog {
    width: 95vw;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#tech-skill-div, #special-rates-div, #locations-div {
    height: 40vh;
}

    #tech-skill-div table, #special-rates-div table, #locations-div table, #legal-content table {
        font-size: 0.8em;
    }

        #tech-skill-div table tr th:nth-child(5) {
            width: 100px;
        }

#tech-panel-body {
    height: auto;
}

#techs-content label.control-label, #techs-content label.form-check-label {
    font-size: 0.8em;
}

#modal-body-content {
    height: 50vh;
    font-size: 0.8em;
}

.checkboxControlGroup {
    margin-right: 10px;
}

#tech-rating-badge{
    background-color: #337ab7;
}

#rates-content label , #rates-content label  {
    font-size: 0.8em;
}