

/*Fonts*/

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/css/fonts/SourceSansPro-Regular.woff2') format('woff2'),
      url('/css/fonts/SourceSansPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/css/fonts/SourceSansPro-Semibold.woff2') format('woff2'),
      url('/css/fonts/SourceSansPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*main styles*/
:root {
  --navy-blue: #1C2431;
  --lt-blue: #283142;
  --green: #36af47;
  --yellow: #F0981B;
  --mint: #42BA9C;
  --blue: #3f4a5a;
  --border-grey: rgba(49, 61, 79, 1);
  --input-grey: #8b939f;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color:#fff;
  background: var(--navy-blue);
}
header {
  background: #2B373D;
}
.container {
  max-width: 1350px;
} 
.row-block {
  display: block;
}
.table td, .table th {
  padding: 10px;
}
li {
  list-style: none;
}
button:focus {
  outline: none;
}
form div {
  margin-bottom:10px;
}
label {
  font-size:small;
}
h1 {
  font-size: 32px;
  margin: 30px 0 50px;
  color: #fff;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  margin: 15px 0;
}

/*Scrollbar styles*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #2C373D;
}
::-webkit-scrollbar-thumb:hover {
  background: #2C373D;
}


/*Homepage*/
.home-banner {
  background: #1B262D;
}
.home-banner .container {
  max-width: 960px;
}
.home-banner h1 {
  color: #fff;
  width: 100%;
  font-size: 42px;
  text-transform: Capitalize;
  text-align: left;
  margin: 50px 0 15px;
}
.home-banner p {
  font-weight: 300; 
  text-align: left;
  color: #89909e;
  font-size: 27px;
  margin: 10px auto 0;
  display: block;
}
.home-banner img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
}
.home-banner a {
  text-decoration: none;
}
.home-banner button {
  color: #36af47;
  font-weight: 700;
  font-size:24px;
  padding: 20px 50px;
  background: #000;
  border:none;
  margin: 20px 0 50px;
  display: block;
  box-shadow: 0 0 15px 5px rgba(54, 175, 71, 0.1);
}
.home-banner button:hover, .home-banner button:active {
  color: #000;
  background-color: #36af47;
  box-shadow: 0 0 15px 5px rgba(54, 175, 71, 0.8);
}
.home-banner button i {
  font-size: 20px;
  margin-left:10px;
}
.half-wrap {
  width: 50%;
}
.no-wrap {
  width: 100%;
}


/*Navigation*/
nav {
  align-content: flex-end;
  margin-top: 30px;
}
nav a {
  color: #767d8c;
  padding-right: 15px;
  font-weight: bold;
  font-size: 16px;
}
nav a:hover {
  color: #C5C8CA;
  text-decoration: none;
}
nav ul {
  text-align: right;
}
nav ul li {
  display: inline-block;
}

/*Logo*/
.logo {
  padding-left: 0;
}
.logo img {
  width: 100%;
  max-width: 200px;
  padding: 10px 0;
}

/*Login*/
#login-user-form{
  width:100%;
  max-width: 400px;
  margin: 50px auto 200px;
}

/*Register*/
#register-user-form{
  width:100%;
  max-width: 400px;
  margin: 50px auto 200px;
}

/*Dashboard*/
#dashboard {
  font-family: 'Source Sans Pro';
  margin-bottom: 180px;
}
#dashboard .no-websites h2 {
  margin: 300px 0;
}
#dashboard .col-md-7, .col-md-5 {
  padding: 0 10px 0 0;
}
#dashboard h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#addwebsite {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 100%;
  max-width: 249px;
  background: var(--lt-blue);
  border: 1px solid var(--border-blue) !important;
  color: #fff;
}
#addwebsite:focus, #add-website-form button:focus {
  box-shadow: none;
}
#add-website-submit i {
  position: relative;
  top: 1px;
  left: -3px;
  height: 38px;
}
.add-website-error img {
  max-width: 24px;
}
#add-website-form {
  width:100%;
  max-width: 500px;
}
#add-website-form button {
  margin: 5px 0;
  background: var(--lt-blue);
  border: 1px solid var(--border-grey) !important;
  color: var(--input-grey);
  font-size:15px;
}
.domain-panel td {
  border-top: 1px solid rgba(255,255,255, 0.1);
}
#dashboard .title-action {
  width: 100%;
  max-width: 50px;
}
.website-name {
  font-size: 15px;
  color: #fff;
}
.action {
  text-align: center;
  position: relative;
}
.action img {
  cursor: pointer;
  display: block;
  width: 19px;
  height: 19px;
  position: relative;
  left: 15px;
  top: 5px;
}
.sub-menu {
  display: block;
  background: #000;
  width: 60px;
  position: absolute;
  top: 40px;
  left:0;
  text-align: left;
  padding: 3px 5px;
  z-index:99;
}
.sub-menu a {
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
}
.hidden {
  display: none;
}
.domain-panel th {
  color: var(--input-grey);
  font-weight: bold;
  font-size: 13px;
  border: none !important;
}
td.website-name {
  min-width: 220px;
}
.website-name a  {
  color: #fff;
}
.website-name a:hover {
  color: var(--green);
}
.watchlist-title {
  width: 100%;
}
.domain-panel {
  background-color: var(--lt-blue);
  border-radius: 8px;
  margin-top: 15px;
  margin-left: 0;
  min-height: 250px;
  max-height: 650px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.default-status button {
  display: inline-block;
  background: var(--green);
  width: 125px;
  height: 25px;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  padding: 3px 0px !important;
  color: #fff;
  border:none;
}
.website-down button {
  position: relative;
  background: var(--yellow);
}
.unknown button {
  position: relative;
  background: grey;
}
td.action{
  padding: 10px 5px;
}
.reload-container {
  position: relative;
}
#reload-icon {
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
  top: -1px;
  right: 15px;
  font-size: 13px;
  color: #444;
}
#reload-icon img {
  cursor: pointer;
  max-width: 24px;
  position: relative;
  right: 2px;
  top:-1px;
}

/*Quick Display*/
.quick-display {
  background-color: var(--lt-blue);
  border-radius: 8px;
  margin-top: 15px;
  padding:15px;
  margin-left: 0;
}
.success-box {
  color:var(--green);
}
.error-box {
  color:var(--yellow);
}
.last-check-box {
  color:var(--mint);
}
.quickcheck-box {
  padding: 20px;
  border-radius: 5px;
  background: #11161f;
  text-align: center;
  min-width: 200px;
  max-width: 220px;
}
.quickcheck-box h3 {
  font-weight: bold;
  font-size: 18px;
}
.quickcheck-box img {
  position: relative;
  right: 4px;
  top:-2px;
}
.quickcheck-box .stat {
  font-size: 80px;
  font-weight: bold;
}
.quickcheck-box .stat-text {
  color: var(--blue);
  font-weight: bold;
  font-size: 14px;
}
.websites-events {
  margin-bottom: 5px;
  font-size: 15px;
}

/*Errors Display*/
.error-display {
  background-color: var(--lt-blue);
  border-radius: 8px;
  margin-top: 15px;
  padding:15px;
  margin-left: 0;
}
.error-display h3 {
  font-size:14px;
  font-weight: bold;
}
.error-display img {
  position:relative;
  right: 3px;
  max-width: 16px;
}
.error-display hr {
  background: rgba(255,255,255, 0.1);
}

/*Success & Errors*/
#success-flash {
  opacity: 0;
  display:block;
  width: 100%;
  max-width: 367px;
  height: 36px;
  background: var(--green);
  color: #fff;
  border:none;
  border-radius: 3px;
  cursor: initial;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-indent: 25px;
}
#success-flash .cross-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}
#success-flash .info-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}
.register-errors, .login-errors {
  text-align:center;
  color: red;
  font-size: 14px;
}
.add-website-error {
  color: red;
  font-size:small;
}
.error-text {
  position: relative;
  top:1px;
  left:2px;
}


/*Footer*/
footer {
  padding: 50px 0 0;
  margin: 30px 0 0;
  background: #11161f;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: 'Source Sans Pro';
}
footer h3 {
  font-size: 20px;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
}
.footer-logo img {
  max-width: 200px;
  position: relative;
  top: -20px;
}
.copyright {
  background: rgb(43 55 61);
  padding: 10px 0;
  text-align: center;
  color: #7b8082;
  font-family: 'Source Sans Pro';
}
.copyright img {
  width: 100%;
  max-width: 30px;
  margin-top: -10px;
}
.copyright .fa-heart {
  color: red;
}
.email-link {
  color: var(--yellow);
}
.freelance-text {
  color:var(--input-grey);
  font-family: 'Parisienne', cursive;
  font-size:14px;
}





/*Pricing css*/
html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
} 

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
#dashboard .container {
  max-width: 100%;
  max-width:1400px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.grid-1-5 {
  border: 1px solid #444;
  min-height: 300px;
  padding: 1.25em;
  position: relative;
  text-align: center;
  transition: all .2s ease-in-out;
  margin: 0 3px 20px;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .grid-1-5 {
    float: left;
    width: 50%;
  }
  .grid-1-5:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .grid-1-5 {
    width: 30%;
  }
  .grid-1-5:nth-child(3n+1) {
    clear: left;
  }
  .grid-1-5:nth-child(odd) {
    clear: none;
  }
}
@media screen and (min-width: 1120px) {
  .grid-1-5 {
    width: 30%;
  }
  .grid-1-5:nth-child(odd), .grid-1-5:nth-child(3n+1) {
    clear: none;
  }
}

.grid-1-5:hover {
  background-color: #53455b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53455B', endColorstr='#FF201D22');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNDU1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMWQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #53455b), color-stop(100%, #201d22));
  background-image: -moz-linear-gradient(top, #53455b 0%, #201d22 100%);
  background-image: -webkit-linear-gradient(top, #53455b 0%, #201d22 100%);
  background-image: linear-gradient(to bottom, #53455b 0%, #201d22 100%);
  border-top: 2px solid #ec7a37;
  border-bottom: 2px solid #ff4f69;
  box-shadow: 0px 0px 10px 0px #323232;
  transform: scale(1.025);
  z-index: 2;
}
.grid-1-5:hover:before, .grid-1-5:hover:after {
  content: "";
  position: absolute;
  background-color: #f67d35;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF67D35', endColorstr='#FFFF4F68');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2N2QzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNGY2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f67d35), color-stop(100%, #ff4f68));
  background-image: -moz-linear-gradient(top, #f67d35 0%, #ff4f68 100%);
  background-image: -webkit-linear-gradient(top, #f67d35 0%, #ff4f68 100%);
  background-image: linear-gradient(to bottom, #f67d35 0%, #ff4f68 100%);
  top: -2px;
  bottom: -2px;
  width: 2px;
}
.grid-1-5:hover:before {
  left: -2px;
}
.grid-1-5:hover:after {
  right: -2px;
}
.grid-1-5:hover .button {
  background-color: #ee7a36;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEE7A36', endColorstr='#FFEB495D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlN2EzNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNDk1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ee7a36), color-stop(100%, #eb495d));
  background-image: -moz-linear-gradient(left, #ee7a36 0%, #eb495d 100%);
  background-image: -webkit-linear-gradient(left, #ee7a36 0%, #eb495d 100%);
  background-image: linear-gradient(to right, #ee7a36 0%, #eb495d 100%);
}

h2, h3, p, ul {
  margin: 0;
}

h2 {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0.5em;
}

h3 {
  font-size: 1.5em;
  letter-spacing: 0.0625em;
  margin: 0 0 0.3333333333333333em;
}

p {
  font-size: 0.875em;
}

p, ul {
  margin: 0 0 1.5em;
}

ul {
  color: #796583;
  font-size: 0.75em;
  list-style-type: none;
  padding: 0;
}
ul li {
  margin: 0 0 0.8333333333333333em;
}

.button {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 0.75em 1.5em;
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  margin-left: -60px;
  text-decoration: none !important;
  width: 120px;
}

.uppercase, .button, h2 {
  text-transform: uppercase;
}

sup, .small {
  font-size: 0.6125em;
}







/*Responsive*/
@media screen and (max-width:920px) {
  #dashboard {
    padding: 0 10px;
  }
  #dashboard .sub-menu li {
    margin: 0;
  }
  #dashboard .sub-menu {
    right: unset;
    left:-40px;
    top: 10px;
  }
  #addwebsite {
    max-width: 150px;
  }
  .domain-panel {
    background-color: var(--lt-blue);
    border-radius: 8px;
    margin-top: 15px;
    margin-left: 0;
    max-height: 100%;
    overflow-x: auto;
    overflow-y: auto;
  }
  td.website-name {
    min-width: 0;
    font-size: 12px;
  }
  #dashboard h2#qc-title {
    margin-top: 15px;
  }
  .quick-display .col-md-4 {
    width: auto;
    padding: 0;
    margin: 0 auto;
  }
  .quickcheck-box {
    padding: 10px;
    min-width: 0;
    max-width: 120px;
  }
  .quickcheck-box h3 {
    font-size: 13px;
  }
  .quickcheck-box .stat {
    font-size: 50px;
  }
  .quickcheck-box img {
    max-width: 12px;
  }
  .quickcheck-box .stat-text {
    font-size: 11px;
  }
  .logo, nav {
    width: 100%;
    max-width: 50%;
  }

}
@media screen and (max-width:480px) {
  #dashboard {
    margin-bottom: 40px;
  }
  #dashboard .no-websites h2 {
    margin: 150px 0;
  }
  .footer-logo img {
    margin: 0 auto;
    display: block;
  }
  .freelance-text {
    text-align: center;
  }
  footer {
    padding: 20px 0;
    position: relative;
  }
  #login-user-form{
    margin: 50px 15px;
  }
  #register-user-form{
    margin: 50px 15px;
  }
  .form-control {
    max-width: 90%;
  }
}
@media screen and (max-width:330px) {
  .quick-display .col-md-4 {
    width: 100%;
  }
  .quickcheck-box {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

