/* CHECK IF I CAN BRAKE THE WHITE SPACE IN SMALLER SCREENS */
@media (max-width: 1400px){
  .container {
    width: auto !important;
  }
}

#app_mockup_introduce_1 .row{
  margin: 0;
}

.prescribed{
  color: #545454;
}

.table-bordered>tbody>tr>td{
  vertical-align: middle;
}

.header-panel {
  /*background: #fcfcf6 url("../img/top_bg_subpage_01.jpg") no-repeat 250px -60px;*/
  top: 0px;
}

/* NEW HEADER */
div#new-account-header{
  background: #8ed2c5;
  opacity: 0.9;
  margin-top: 45px;
}

    div#new-account-header div:hover, div#new-account-header a:hover{
      background-color: #8ed2c5;
      text-decoration: none;
    }

    div#new-account-header .h2{
      font-size: 42px;
      font-weight: 300;
    }

    div#new-account-header a, div#new-account-header h2, div#new-account-header P{
      color: #fff;
    }

    div#new-account-header .h2, div#new-account-header p, .account-info h1, .account-info p, .account-info div.edit, .account-info div.form-group{
      text-align: left;
    }

    div#new-account-header .blocks{
      border-right: 1px solid #fff;
    }

    div#new-account-header .active{
      background-color: #8ed2c5;
    }

/* HEADLINE */

#app_mockup_introduce_1 h1{
  font-size: 24px;
  text-transform: uppercase;
  color: #8ed2c5;
  font-weight: 300;
}

    #app_mockup_introduce_1 h1>span{
      font-weight: 600;
      border-bottom: 1px solid;
      color: #8ed2c5;
    }

    /* .account-info{
      padding-left: 35px;
    } */
        .account-info h1{
          color: #5b5b5b !important;
          font-weight: 600 !important;
        }



        .account-info .btn-bill{
            color: #fff;
            background-color: #8ed2c5;
            border-color: transparent;
            padding: 5px 25px;
            text-transform: capitalize !important;
            margin: 15px 0px;
        }

        .account-info .btn-change-pass{
            color: #fff;
            background-color: #545454;
            border-color: transparent;
            padding: 5px 25px;
            text-transform: capitalize !important;
            margin: 15px 0px;
        }

        .account-info .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
        }

        .account-info .form-control {
          box-shadow: none;
          -webkit-box-shadow: none; */
          display: block;
          background-color: #e6e6e6;
          border: none;
          border-radius: 0;
        }


        .receipt-info h1{
          color: #8ed2c5 !important;
          font-weight: 600 !important;
        }
/* RECENT ORDERS */
.btn-view{
    color: #fff;
  padding: 0px 25px;
  text-transform: capitalize !important;

}

    .view-btn{
       background-color: #8ed2c5 !important;
    }

.from-the-blog img{
      margin-bottom: 10px;
  }
/* ADD TO CART */
.cart{
  position: absolute;
  right: 110px;
  top: 90px;
  background: #fff;
  z-index: 999999;
  padding: 15px;
  text-align: left;
  width: 350px;
}

    .cart .cart-info:first-child{
     border-top: 1px solid;
     border-color: #8ed2c5;
    }

    .cart .cart-info{
     border-bottom: 1px solid;
     border-color: #8ed2c5;
     padding-top: 10px;
     padding-bottom: 10px;
     margin-bottom: 10px;
    }

    .cart .subtotal{
      border-bottom: 1px solid;
      border-color: #8ed2c5;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
        .cart .cart_subtotal{
          color: #545454;
          font-weight: 600;
        }

    .cart .continue-blend{
      border-bottom: 1px solid;
      border-color: #8ed2c5;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }

        .cart .cart_subtotal, .cart .btn-checkout, .cart .change-quanity{
          text-align: right;
        }

        .cart .change-quanity{
          color: #545454;
        }

        .cart .btn-checkout .btn-sm{
          font-size: 13px !important;
          padding: 5px 20px;
          background: #545454;
          color: #fff;
          border: none;
        }

    .arrow-up {
      width: 0; 
      height: 0; 
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff;
      margin-top: -20px;
      margin-left: 92%;
    }

    #cart_overview, #icon-close{
      cursor: pointer;
    }

#overlay {
  background: rgba(45,208,176,0.9);
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.client-view{
  width: 25% !important;
}

.practisioner-information h5{
  font-weight: 700;
}


.practisioner-information h2{
  font-weight: 700;
  text-transform: uppercase;
}

.practisioner-information .table-bordered>thead>tr>th,
.practisioner-information .table-bordered>tbody>tr>th,
.practisioner-information .table-bordered>tfoot>tr>th,
.practisioner-information .table-bordered>thead>tr>td,
.practisioner-information .table-bordered>tbody>tr>td,
.practisioner-information .table-bordered>tfoot>tr>td {
    border: 1px solid #8ed2c5;
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

  .header-panel-overlay {
    /*background: #fcfcf6 url("../img/top_bg_subpage_01.jpg") no-repeat 75px -60px;*/
    height: auto;
  }
  
  /* BLOCK HEADER MENU */
  div#new-account-header .h2, div#new-account-header h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .view-btn {
    background-color: #8ed2c5 !important;
    margin-bottom: 5px;
  }

  .arrow-up {
    margin-left: 86%;
  }

  .send-to-client{
    margin-bottom: 5px;
  }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {

  .header-panel-overlay {
    /*background: #fcfcf6 url("../img/top_bg_subpage_01.jpg") no-repeat 75px 60px;*/
    height: auto;
  }

  div#new-account-header .blocks {
    border-bottom: 1px solid #fff;
    border-right: none;
  }

  div#new-account-header .h2 {
    font-size: 35px;
    text-align: center;
  }

  /* .from-the-blog img{
      margin-bottom: 10px;
  } */

  .btn {
    font-size: 14px !important;
  }

  .date-time div{
    margin-bottom: 5px;
  }

  .twitter_ctrl_previous{
    margin-left: 0;
  }

  .cart {
    right: 15px;
    top: 85px;
    width: auto;
  }
      .arrow-up {
        margin-left: 85%;
      }

  div#new-account-header {
    margin-top: 180px;
  }
}