@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.words__tool-container{
  border: 1px solid  #d9d9d9;
  padding: 10px 10px 0 10px;
  margin: 20px 0;
}
.words__tool-container div.separator{
  border: none;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #dcdcdc;
  clear:both;
  height:0;
  width: 100%;
}
.words__tool-container .words__tool h2{
  color: #0a84c0;
  font-size: 24px !important;
  font-family: 'Open Sans' !important;
  font-weight: bold !important;
  margin-bottom: 10px;
  text-align: center;
}
.words__tool-container .words__tool h3{
  margin-top: 5px;
  color: #9c9c9c;
  font-size: 16px;
  font-family: 'Open Sans';
  margin-bottom: 5px;
}
.words__tool-container .inner-title{
  color: #9c9c9c;
  font-size: 12px;
  margin: 2px 0;
  font-weight: normal;
  font-family: 'Arial';
  margin: 17px 0;
}
.words__tool-container .subtitle{
  color: #3096ff;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: bold;
  margin-bottom: 0;
}
.words__tool-container .subtitle span{
  background: #ffffff;
  padding-right: 5px;
}
.words__tool-container .results-block .subtitle.center{
  text-align: center;
  font-size: 12px;
}
.words__tool-container .results-block .subtitle.center span{
  padding: 0 5px;
}
.words__tool-container .subtitle:after{
  content: '';
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  display: block;
  margin-top: -10px;
}
.font-family{
  border: 1px solid  #d9d9d9;
  border-radius: 20px;
  color: #a5a5a5;
}
.font-family:after{
  content: '';
  display: block;
  float: none;
  clear: both;
}
.font-family > div{
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  height: 24px;
  line-height: 16px;
}
.font-family > div:first-child{
  width: 11%;
}
.font-family > div:nth-child(2){
  width: 11%;
}
.font-family > div:nth-child(3){
  width: 18%;
}
.font-family > div:nth-child(4){
  width: 21%;
}
.font-family > div:nth-child(5){
  width: 25%;
}
.font-family > div:nth-child(6){
  width: 14%;
}
.font-family > div:first-child, .font-size > div:first-child, .spacing > div:first-child{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.font-family > div:last-child, .font-size > div:last-child, .spacing > div:last-child{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.font-family > div > p {
  margin-bottom:0;
  border-right: 1px solid  #d9d9d9;
  line-height:15px;
  font-size: 15px;
  position: relative;
  top: -3px;
}
.font-family > .verdana{
  border:none;
}
.font-family > div:nth-child(6) p{
  border:none;
}
.font-family .arial{
  font-family: 'Arial';
}
.font-family .calibri{
  font-family: 'Calibri';
}
.font-family .comic-sans{
  font-family: 'Comic Sans MS';
}
.font-family .courier-new{
  font-family: 'Courier New';
}
.font-family .times-new-roman{
  font-family: 'Times New Roman';
}
.font-family .verdana{
  font-family: 'Verdana';
}
.font-size{
  border: 1px solid  #d9d9d9;
  border-radius: 20px;
  color: #a5a5a5;
}
.font-size > div:first-child p{
  font-size: 10px;
}
.font-size > div:nth-child(2) p{
  font-size: 11px;
}
.font-size > div:nth-child(3) p{
  font-size: 12px;
}
.font-size > div:nth-child(4) p{
  font-size: 13px;
}
.font-size:after{
  content: '';
  display: block;
  float: none;
  clear: both;
}
.font-size > div{
  float: left;
  width: 20%;
  text-align: center;
  padding: 5px 12px;
  position: relative;
  cursor: pointer;
  height: 34px;
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
}
.font-size > div:after{
  content: '';
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  top: -18px;
  padding: 0 5px;
  box-sizing: inherit;
}
.font-size > div.active-tool-param:after{
  border-bottom: 1px solid #3096ff;
}
.font-size > div > p {
  margin-bottom:0;
  border-right: 1px solid  #d9d9d9;
  margin-right: -13px;
  position: relative;
  top: -3px;
}
.font-size > div > p span{
  background: #ffffff;
  z-index: 1;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  font-family:'Open Sans';
}
.font-size > div.active-tool-param > p span{
  background: #6dcff5;
}
.font-size > div:last-child p{
  border: none;
}
.spacing{
  border: 1px solid  #d9d9d9;
  border-radius: 20px;
  color: #a5a5a5;
}
.spacing:after{
  content: '';
  display: block;
  float: none;
  clear: both;
}
.spacing > div{
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 16px;
  height: 24px;
  line-height: 14px;
}
.spacing  > div > p {
  margin-bottom:0;
  border-right: 1px solid  #d9d9d9;
  font-family: 'Open Sans';
  position: relative;
  top: -2px;
}
.spacing > div:last-child p{
  border:none;
}
.words__tool .clear-it{
  float: none;
  clear: both;
  width: 0;
  padding: 0;
}
.active-tool-param{
  color: #3096ff;
  background: #6dcff5;
}
.words-block{
  margin-top: 15px;
  margin-bottom: 15px;
}
.words-block .parts span{
  font-family:'Open Sans';
  font-size: 16px;
}
.words-block > div{
  float: left;
  width: 50%;
}
.words-block input{
  height: 25px;
  line-height: 15px;
  border-radius: 15px;
  font-size: 12px;
  width: 100%;
  box-sizing: content-box;
  padding:0 0 0 10px;
  position: relative;
  top: 0px;
  font-family: 'Open Sans';
  color: #bebebe;
  background: #ffffff;
  outline: none;
  border: 1px solid #d9d9d9;
}
.words-block textarea{
  height: 21px;
  font-size: 12px;
  overflow: auto;
  font-family: 'Open Sans';
  color: #bebebe;
  background: #ffffff;
  padding: 4px 0 0 10px;
  outline: none;
  resize: vertical;
  border-radius: 15px;
  max-height: 100px;
  border: 1px solid #d9d9d9;
  width: 100%;
}
#numberOfWords{
  color: #3096ff;
  font-weight: 600;
}
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
input::-webkit-input-placeholder {
  color: #d9d9d9;
}
.words-block textarea:focus{
  height: 100px;
}
.words-block input[type="text"]:focus, .words-block textarea:focus{
  border-color: #6dcff5;
  color: #bebebe;
  width: 100%;
}
.words-block .parts > div:first-child{
  float: left;
  width: 70%;
}
.words-block .parts > div:last-child{
  float: left;
  width: 30%;
  text-align: right;
}
.words-block .parts span{
  margin-right: 30px;
  color: #d9d9d9;
  position: relative;
  top: 3px;
}
#convert{
  display: block;
  width: 100%;
  border-radius: 15px;
  color: #0a84c0;
  border: 2px solid #0a84c0;
  background: #ffffff;
  height: 35px;
  line-height: 8px;
  margin: 35px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  cursor: pointer;
}
#convert:disabled{
  color: #ffffff;
  border: 2px solid #d9d9d9;
  background: #d9d9d9;
}
#convert:enabled:hover{
  color: #ffffff;
  border: 2px solid #0a84c0;
  background: #0a84c0;
  margin:35px 0;
  outline:none;
}
.words__tool-container .results-block{
  display: none;
}
.words__tool-container .result-pages{
    width: 100%;
    max-width: 196px;
    height: 130px;
    margin: 15px auto;
    background: #d9d9d9 url(../images/notebook-with-pencil.jpg) no-repeat;
    background-size: contain;
    text-align: center;
    border-radius: 15px;
    padding: 28px;
    position: relative;
}
.words__tool-container .result-pages h5{
  font-family:'Open Sans';
  font-size: 16px;
  font-weight: 100;
  color: #bbbbbb;
  margin: 0 0 30px 0;
}
.words__tool-container .results-block p{
  font-size: 25px;
  color: #3096ff;
  font-family: 'Open Sans';
  margin-bottom: 0;
  font-weight: 900;
}
.words__tool-container .banner{
  text-align: center;
}
.words__tool-container .banner .content .banner-button{
  color: #ffffff;
  text-transform: uppercase;
  background: #e46d5d;
  border-bottom: 3px solid #b8594c;
  font-family: 'Open Sans';
  font-weight: 300;
  padding: 3px 15px;
  display: inline-block;
  box-shadow: none;
  font-size: 16px;
  text-decoration: none;
}
.words__tool-container .banner .content{
    width: 97%;
    height: 172px;
    margin: 20px auto;
    background: url(../images/banner.png) no-repeat;
    background-size: contain;
    text-align: center;
    padding: 20px 9px;
}
.words__tool-container .banner .content .inner-content{
  text-align: center;
  width: 100%;
  max-width:286px;
}
.words__tool-container .banner .content p{
  font-size: 24px;
  color: #184a7e;
  font-family: 'Open Sans';
  font-weight: 300;
  max-width: 286px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.words__tool-container .banner .content p span {
  font-weight: bold;
  display: block;
}

.words__tool-container #grammar {
    text-align: center;
    display: none;
    margin-top: 20px;
}

.words__tool-container #grammar a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #3297ff;
    padding: 8px 15px;
    border-radius: 12px;
}

.words__tool-container #grammar a:hover {
    background: #62acf9;
}

.words__tool-container #quite_informal {
    display: none;
    background: #fdd8d3;
    color: #f77462;
}

.words__tool-container #quite_informal p {
    color: #f77462;
}

.words__tool-container #quite_informal a {
    background: #f77462;
}

.words__tool-container #quite_informal a:hover {
    background: #f98778;
}

.words__tool-container #banner_informal {
    background: #afd5ff;
    color: #3096ff;
}

.words__tool-container #banner_informal a {
    background: #3096ff;
}

.words__tool-container #banner_informal a:hover {
    background: #5dacfd;
}

.words__tool-container .res_block {
    border-radius: 8px;
    margin: 20px;
    padding: 20px;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.words__tool-container .res_block:after {
    font-family: 'icomoon';
    content: '\e900';
    position: absolute;
    font-size: 50px;
    left: -25px;
    top: -5px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.words__tool-container .res_block p {
    font-size: 16px;
    font-weight: normal;
}

.words__tool-container .res_block p span {
    font-weight: bold;
}

.words__tool-container .res_block a {
    border-radius: 6px;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.validate-words{
  display: none;
  color: red;
  font-size: 12px;
  font-family:'Open Sans';
  position: absolute;
}
