

.cds-maps-wp-box {
    padding: 20px;
    position: relative;
}

div#cds-maps-wp-box .no-api-key {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 400px;
    background: white;
    z-index: 1000;
}

div#cds-maps-wp-box #map_preview{
  height: 350px;
  width: 90%;
  margin: auto;
}

div#cds-maps-wp-box .no-api-key>div {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
}

div#cds-maps-wp-box .no-api-key button {
    margin: 10px 0px;
    padding: 8px 20px;
    background-color: #444;
    color: white;
    border: 1px solid #444;
    transition: color .5s, backgorund-color 1s;
    cursor: pointer;
}

div#cds-maps-wp-box .no-api-key button:hover {
    color: #444;
    background-color: white;
}

div#cds-maps-wp-box .no-api-key label {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    line-height: 21px;
}

div#cds-maps-wp-box .no-api-key input {
    width: 90%;
    padding: 6px 20px;
    border: 1px solid #444 !important;
    outline: none;
    box-shadow: none !important;
}

div#cds-maps-wp-box .inside {
    padding: 0px;
}

nav#nav_tab {
    margin-left: 17px;
}

div#cds-maps-wp-box.closed {
    height: auto;
}

.locations .location {
    background-color: #444;
    border: 1px solid #444;
    transition: background-color .3s,color .7s;
    color: white;
    width: 100px;
    position: relative;
    height: 160px;
    padding: 5px 20px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.locations .location span {
    width: 100px;
    height: 20px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.locations .location i {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

div#cds-maps-wp-box .locations {
    margin: 10px;
    height: auto;
    display: inline-block;
    position: relative;
}


div#cds-maps-wp-box input#search-location {
    border: 1px solid #444;
    padding: 6px 20px;
    margin: 6px 0px;
    display: block;
}

div#cds-maps-wp-box .locations .location:hover {
    background-color: white;
    color: #444;
}

div#cds-maps-wp-box .locations .location .details input, div#cds-maps-wp-box .locations .location .details textarea {
    width: 100%;
    resize: none;
    margin-bottom: 10px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #444 !important;
}

div#cds-maps-wp-box div#tabs ul[role="tablist"] {
    display: inline-block;
}

div#cds-maps-wp-box div#tabs ul[role="tablist"] li {
    float: left;
    margin-right: 5px;
}

div#cds-maps-wp-box div#tabs ul[role="tablist"] li a {
    padding: 8px 15px;
    background: #444;
    border: 1px solid #444;
    color: white;
    text-decoration: none;
    transition: color 1s, background-color .5s;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .7px;
}

div#cds-maps-wp-box div#tabs ul[role="tablist"] li a:hover,div#tabs ul[role="tablist"] li.ui-tabs-active a {
    color: #444;
    background-color: white;
}

div#cds-maps-wp-box textarea#json-style {
    width: 60%;
    box-shadow: inset -1px -1px 20px 5px #d8d8e0;
    height: 200px;
    resize: none;
    border:1px solid #444;
    outline:none;
    color:#444;
    padding:20px;
}

div#cds-maps-wp-box .results {
    margin-top: 30px;
}

.results code {
    display: block;
    margin: 10px;
    padding: 8px;
    background: transparent;
    text-shadow: 0px 1px 20px #444;
}

button[name="button_gen_short_wp-maps-cds"] {
    border: 1px solid #444444;
    transition: color .6s, background-color 1s;
    color: #444;
    cursor: pointer;
    background: white;
    padding: 8px 20px;
}

button[name="button_gen_short_wp-maps-cds"]:hover {
    background: #444;
    color: white;
}

div#cds-maps-wp-settings {
    background-color: #f9f9f9;
    padding: 30px;
}

div#cds-maps-wp-settings input {
    padding: 6px 15px;
    margin: 10px 0px;
    border: 1px solid #444;
    color: #444;
}

div#cds-maps-wp-settings input[type="submit"] {
    background-color: #444;
    color: white;
    transition: color 1s, background-color .7s;
    border: 1px solid #444;
    padding: 6px 20px;
    cursor: pointer;
}

div#cds-maps-wp-settings input[type="submit"]:hover {
    background-color: white;
    color: #444;
}
