input[type="checkbox"]:disabled {
	border-color: #eee !important;
    background: linear-gradient(to top, #e6e6e6 0px, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.text-orange{
    color: orange !important;
}
.text-yellow{
    color: yellow !important;
}
.text-green{
    color: green !important;
}
.text-pink{
    color: pink !important;
}
.text-red{
    color: red !important;
}
.text-navy{
    color: navy !important;
}
.text-blue{
    color: blue !important;
}
.border-red{
    border: 1px solid red;
}
.border-orange{
    border: 1px solid orange;
}
.border-navy{
    border: 1px solid navy;
}
.border-blue{
    border: 1px solid blue;
}
.border-yellow{
    border: 1px solid yellow;
}
.z-index-high {
   z-index: 999;
}
.action-loader{
    width: 32px !important;
    height: 36px !important;
    margin-left: 10px !important;
    display: inline-block;
}
.flex-grid-title{
    margin: 5px 5px;
}
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/images/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}
.pos-top-7{
    position: relative;
    top: -7px;
}

.darglist{
    min-height: 100px;
    margin-bottom: 30px; 
}
.darglist ul{
    min-height: 90px;
}
.darglist ul li,#keywords-list li{
    cursor: pointer;
}

.dropFiles {
  width: 100%;
  min-height: 100px; 
  height: 100px; 
  border: 5px #0d6efd dashed; 
  text-align: center;
  font-size: 25px;
}

.highlightDropArea {
  border: 5px green dashed;
}

#progress {
  display: block;
  text-align: center;
  width: 0;
  height: 10px;
  background: red;
  transition: width 0.3s;
}

#progress.hide {
  opacity: 0;
  transition: opacity 1.3s;
}
.truncate-url-texts{
  width: 400px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.app-logo{
    width: 140px;
}   
.logged-in .app-logo{
    width: 41px !important;
}
.track_btn{
    color: rgb(15, 15, 0);
    background-color: #e6e6e6;
    padding: 5px;
    border-radius: 4px;
}
.track_btn:hover{
    background-color: #eee;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
  }
  
  #infowindow-content .title {
    font-weight: bold;
  }
  
  #infowindow-content {
    display: none;
  }
  
  #map #infowindow-content {
    display: inline;
  }
  
  .pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
  }
  
  #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;
  }
  
  #target {
    width: 345px;
  }
  .ranking_title{
    display: block;
    font-size: 15px;
  }
.pac-container { z-index: 100000 !important; }
.domain_label{
  display: inline-block;
  width: 100%;
}

.s-google-account { 
  color: #000;
  font-weight: bold;
}

.s-google-account--highlight {
    background: #ffffee; 
}
.alert{
  padding: 10px;
  text-align: center;
}
.error{
  color: red !important;
  background: rgba(255, 0, 0, 0.2);
}
.success{
  color: green !important;
  background: rgb(175, 225, 175,0.5);
}
#sub-headings li{
  list-style: none;
}
.re-write{
  color:green;
  cursor: pointer;
  margin-left: 10px;
}
.re-generate{
  color:green;
  cursor: pointer;
  margin-left: 10px;
  display: none;
}
.hide{
  display: none;
}
.show{
  display: inline-block;
}
.article_content h2:hover + .re-generate{
  display: inline !important;
}
.article_content h2:hover .re-generate{
  display: inline !important;
}
.article_content h2 p:hover + .re-generate{
  display: inline !important;
}
.article_content h2 p:hover .re-generate{
  display: inline !important;
}
.article_content p{
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 10px;
}
.article_content p .re-write{
 display: none;
}
.article_content p:hover .re-write{
  display: inline-block !important;
}
.article_content .show > .re-write{
  display: inline-block !important;
}

.re-generate:hover{
  color:greenyellow;
 
}
.article_content h1{
  font-size: 2em;
  display: inline !important;
}
.article_content h2{
  font-size: 1.5em;
  display: inline !important;
}
.article_content h3{
  font-size: 1.17em;
  display: inline !important;
}
 h2{
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h3{
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
 h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.article_content h1,.article_content h2,.article_content h3{
  display: inline-block;
}