/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


body, *, html, input {
	font-size:14px;
  font-weight: 400;
  font-family: 'Muli', sans-serif;
}

body {
  padding-top: 90px;
}
.clientareahome section#main-body {
padding: 0;
}
:focus,
:active{border: 0,outline:none;}

.container {
  padding: 0;
}
h1 {
  color: #00afef!important;
  line-height: 30px!important;
  margin-bottom: 20px!important;
  margin-top: 10px!important;
  width: 100%!important;
  font-size: 28px!important;
  letter-spacing: 0!important;
}


/* HEADER */

/*LOGIN */

body.login {
  background: #00afef;
}

.logo{
  text-indent: -9999px;
  left: 0;
  top: 12px;
  width: 250px;
  height: 40px;
  position: absolute;
  background: url('../img/freenom-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.header {
  background: url('../img/bg_header.png') no-repeat center bottom;
  background-size: cover;
  padding: 10px 20px 10px;
  position: absolute;
  width: 100%;
  margin: 0;
  z-index: 100;
  top: 0px;
}
ul.menu {
  float: right;
  margin: 0;
  padding: 0;
}
  ul.menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
  }
    ul.menu li ul.submenu {
      position: absolute;
      left: -9999px;
      background: #f8f5f5;
      width: 230px;
      padding: 0;
    }
      ul.menu li ul.submenu::after {
        position: absolute;
        left: 0;
        bottom: -20px;
        height: 20px;
        width: 100%;
        display: block;
        content: "";
        background: url('../img/bg-menu.png') no-repeat center top;
        background-size: contain;
      }
      ul.menu li ul.submenu::before {
        position: absolute;
        left: 0;
        top: -10px;
        height: 20px;
        width: 100%;
        display: block;
        content: "";
        background: url('../img/bg-menu-top.png') no-repeat center top;
        background-size: contain;
      }
      ul.menu li:hover ul.submenu {
        left: -20px;
      }
      ul.menu li ul.submenu li {
        width: 100%;
      }
      ul.menu li ul.submenu li a {
        float: left;
        width: 100%;
        line-height: 34px;
      }
        ul.menu li ul.submenu li:last-child a {
          border: 0;
        }
    ul.menu > li > a,
    ul.menu > li {
    }
      ul.menu li{
        line-height: 70px;
        color: inherit;
        color: #00aeef;
        cursor: pointer;
      }
      ul.menu li span,
      ul.menu li.languages,
      ul.menu li a {
        text-decoration: none;
        padding: 0 15px;
        line-height: 70px;
        color: inherit;
        color: #00aeef;
        cursor: pointer;
      }

        ul.menu li.signin {
          padding: 0 15px;
        }
        ul.menu li.signin span,
        ul.menu li.signin > a,
        ul.menu li.languages > a {
          color: #FFF;
        }

        ul.menu li.languages span {
          color: #FFF;
          padding: 0;
        }
        ul.menu li.languages:hover ul.submenu{
          left: auto;
          right: 0;
        }
/* SVG'S */

.blob.signin,
.blob.language {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: -1;
}

.blob.language {
  left: -5px;
  top: 13px;
}

.blob.checkout {
  position: absolute;
  top: -7px;
  right: 0;
  z-index: -1;
}

/* SOCIAL LOGIN */

.logincontainer {
  max-width: 360px!important;
  background: #FFF;
  position: relative;
  padding: 30px;
  margin-top: 180px;
  margin-bottom: 200px;
}
  .logincontainer::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 100%;
    display: block;
    content: "";
    background: url('../img/bg-menu-white.png') no-repeat center top;
    background-size: contain;
  }
  .logincontainer::before {
    position: absolute;
    left: 0;
    top: -10px;
    height: 20px;
    width: 100%;
    display: block;
    content: "";
    background: url('../img/bg-menu-top-white.png') no-repeat center top;
    background-size: contain;
  }
.pluginLoginButton {
  width: 100%!important;
  max-width: 100%!important;
}
.abcRioButton {
    background: none;
    border: 2px solid #DDD !important;
    width: 100% !important;
    float: left !important;
    border-radius: 0 !important;
    height: auto!important;
    overflow: hidden !important;
    border-radius: 3px!important;
    height: 40px !important;
    box-shadow: 0 0 0 0!important;
    margin-top: 10px!important;
    margin-bottom: 15px!important;
}
.login-form .btn-primary {
  float: left!important;
  font-size: 16px!important;
  line-height: 24px!important;
}
.login-form .btn-default {
  float: right!important;
  font-size: 13px!important;
  line-height: 24px!important;
  border: 0 !important;
}
.socialLogin {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DDD;
}

.hero {
  min-height: 650px;
}
  .login .hero {
    min-height: auto;
  }

  .face {
    background: url('../img/face-eyes-closed.png') no-repeat center center;
    background-size: auto auto;
    background-size: contain;
    width: 750px;
    height: 775px;
    display: block;
    position: absolute;
    left: -300px;
    top: -50px;
    z-index: 0;
  }
    .login .face {
      background: url('../img/face.png') no-repeat center center;
      background-size: auto auto;
      background-size: contain;
      left: -300px;
			top: -70px;
    }

/* CLIENTAREAHOME */

body.clientareahome {
  background: #00afef;
}
  .home-messages {
    background: #FFF;
    padding: 30px;
    margin-top: 60px;
  }

  .home-messages::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 100%;
    display: block;
    content: "";
    background: url('../img/bg-menu-white.png') no-repeat center top;
    background-size: contain;
  }
  .home-messages::before {
    position: absolute;
    left: 0;
    top: -10px;
    height: 20px;
    width: 100%;
    display: block;
    content: "";
    background: url('../img/bg-menu-top-white.png') no-repeat center top;
    background-size: contain;
  }

/* ---- */

section#footer {
  background: #FFF;
  border: 0;
}

#menu-footer {
  background: url('../img/bg-footer.png') no-repeat center top;
  padding: 60px 0 40px;
  margin-top: 30px;
}
  .clientareahome #menu-footer {
    margin-top: -30px;
  }
  #menu-footer h3{
    color: #00afef;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  #menu-footer,
  #menu-footer .address,
  #menu-footer a:hover,
  #menu-footer a{
    color: #34437a;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;

  }

/* sidebars */

.list-group,
.panel-heading {
  position: relative;
  background: #f8f5f5!important;
}

  .sidebar .list-group::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 100%;
    display: block;
    content: "";
    background: url('../img/bg-menu.png') no-repeat center top;
    background-size: contain;
  }
  .sidebar .panel-heading::before {
    position: absolute;
    left: 0;
    top: -10px;
    height: 20px;
    width: 100%;
    display: block;
    content: "";
    background: url('../img/bg-menu-top.png') no-repeat center top;
    background-size: contain;
  }

  .sidebar .panel-sidebar {
    border: 0;
    background: #f8f5f5;
  }
    .sidebar .panel-sidebar a{
      border: 0;
      background: none;
    }
  .panel {
    margin-bottom: 30px!important;
  }
  .panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background: #00afef;
  }


 /*pages*/

 .page-title {
   color: black !important;
   line-height: 30px!important;
   margin-bottom: 20px!important;
   margin-top: 10px!important;
   width: 100%!important;
   font-size: 20px!important;
   letter-spacing: 0!important;
 }
#tabOverview .col-sm-6 {
  margin-bottom: 10px;
}
section#main-body {
  padding: 30px 0 ;
  background: none!important;
}
	.login section#main-body {
	  margin-bottom: -170px;
	}
div.dataTables_wrapper div.dataTables_info,
.dataTables_wrapper .dataTables_info {
  background: none;
  padding: 0!important;
  color: inherit;
  margin: 20px 0;
}
table.dataTable thead  {
  font-size: 12px!important;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
  display: none!important;
}

.dataTables_wrapper {
  margin-top: 10px;
}
  .dataTables_wrapper table.table-list {
    margin-top: 30px!important;
  }
  .dataTables_wrapper .dataTables_filter label {
    padding: 0;
  }
  .dataTables_wrapper .dataTables_filter label .form-control {
    background: #EFEFEF;
    margin-top: -5px;
    padding: 5px!important;
  }
  .dataTables_wrapper table.table-list thead th:nth-child(2n),
  .dataTables_wrapper table.table-list thead th {
    border: 0!important;
  }
  .dataTables_wrapper table.table-list tr {
    background: #FFF;
  }
  .dataTables_wrapper table.table-list thead th.sorting_asc,
  .dataTables_wrapper table.table-list thead th.sorting_desc {
    background: none;
  }
  .dataTables_wrapper .dataTables_length {
    background: none;
  }
  .status {
    display: inline;
    float: right;
    font-size: 10px;
    line-height: 12px;
    padding-top: 3px;
    border: 1px solid #DDD;
    border-radius: 3px;
  }


  /* cursor additions */
  /* Style the Page Header area to look like the Domains Hero */
section#header {
    background-color: #00bcf2; /* Freenom Blue */
    background-image: linear-gradient(to right, #00bcf2, #009cde);
    padding: 40px 0;
    margin-bottom: 30px;
    color: #ffffff;
}

/* Ensure the header text is white */
section#header h1 {
    color: #ffffff !important;
    font-weight: 300;
    text-align: center;
}

/* Style the Page Header area to look like the Domains Hero */
section#header {
    background-color: #00bcf2; /* Freenom Blue */
    background-image: linear-gradient(to right, #00bcf2, #009cde);
    padding: 40px 0;
    margin-bottom: 30px;
    color: #ffffff;
}

/* Ensure the header text is white */
section#header h1 {
    color: #ffffff !important;
    font-weight: 300;
    text-align: center;
}

/* REPLACEMENT for Section Headers (Flexbox Method) */
#registration .sub-heading {
    display: flex;
    align-items: center;
    text-align: center;
    border-top: 0 !important; /* Ensure we kill the old border */
    height: auto;
    margin: 20px 0;
}

/* The line BEFORE the text */
#registration .sub-heading::before {
    content: '';
    flex: 1;
    border-bottom: 1px solid #DDD;
    margin-right: 15px;
}

/* The line AFTER the text */
#registration .sub-heading::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #DDD;
    margin-left: 15px;
}

/* The text itself */
#registration .sub-heading span {
    top: 0;
    background: transparent; /* No background needed now */
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: #058;
    font-weight: bold;
}


/* Fix input box sizing and text overflow */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea,
.form-control {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    line-height: 1.42857143 !important;
    width: 100%;
    max-width: 100%;
}

/* Specific fix for Phone Number dropdown if needed */
.intl-tel-input {
    width: 100%;
}

/* Ensure labels don't overlap or break layout */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/* Fix container width to prevent horizontal scroll or scrunched content */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* Fix icon overlap in input fields */
.prepend-icon .field,
.input-group .form-control {
    padding-left: 45px !important; /* Make space for the icon */
}

/* Ensure the icon stays positioned correctly */
.prepend-icon .field-icon,
.input-group-addon {
    width: 40px;
    text-align: center;
    z-index: 5; /* Ensure icon is above the input background but below text cursor if needed */
}

/* If you are using standard Bootstrap input groups */
.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
}

/* Fix International Phone Input */
.intl-tel-input {
    width: 100%;
    display: block;
}

/* Ensure the input inside the phone container respects the flag width */
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
    padding-left: 50px !important; /* Space for the flag */
}

/* If there is a prepend-icon AND intl-tel-input, we might need more space or hide one */
.prepend-icon .intl-tel-input input {
    padding-left: 80px !important; /* Space for Icon + Flag if both exist */
}
/* Adjust icon position if it overlaps the flag */
.prepend-icon .intl-tel-input ~ .field-icon {
    left: 40px;
}

