/*
 Theme Name:   SEOCrawler Child
 Theme URI:    http://demo.goodlayers.com/seocrawler
 Description:  Goodlayers SEOCrawler Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     seocrawler
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  seocrawler-child

 START YOUR CHILD THEME CSS HERE
*/
.seocrawler-logo {
    padding-top: 10px !important;
}
.seocrawler-body .form-group h3 {
	font-size: 17px;
    font-weight: 700;
    color: #000;
}
.seocrawler-body .form-group .form-group {
    margin-bottom: 1rem;
}
.seocrawler-body .form-group .form-inline {
    display: flex;
}

.seocrawler-body .form-group .form-control {
    display: block;
    flex: 1 1 auto;
    width: 62%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem 0 0 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 576px){
.seocrawler-body .form-group .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
}
}
.seocrawler-body .form-group .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0 0.25rem 0.25rem 0;
    flex: 1 1 auto;
    width: 58px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.seocrawler-body .form-group .btn {
    background: #ea4517;
    color: rgba(255,255,255,1);
}
pre {
    background: rgba(52,58,64,1);
    color: rgba(255,255,255,1);
    padding: 7.5px;
    margin: 15px 0;
    font-size: 14px;
    display: block;
    clear: both;
}
table.tool-dnslookup tr:nth-child(odd) {
    color: #ffffff;
}
table.tool-dnslookup tr:nth-child(odd) {
    background-color: rgba(52,58,64,1);
}
table.tool-dnslookup tr:nth-child(even) {
    color: #ffffff;
}
table.tool-dnslookup tr:nth-child(even) {
    background-color: rgba(52,58,64,1);
}
table.tool-dnslookup tr td {
    padding: 5px 15px;
}
table.tool-dnslookup tr td p {
    margin-bottom: 0;
    text-align: left;
}
.dnslookup-page .clearfix {
    clear: both;
}
.red {
    color: red !important;
}
.seocrawler-body .dnslookup-page .form-group .form-group {
    margin-bottom: 0;
}
div#map_canvas {
    height: 380px;
}