
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  }
  
  body {
      font-family: 'Roboto', sans-serif;
      line-height: 30px;
      
  }
  
  .set-radius-zero {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
  }
  
  .content-wrapper {
      margin-top: 40px;
      min-height: 600px;
      padding-bottom: 80px;
       background-image: url("img/coklat2.jpg");
       
       background-repeat: repeat;
  }
  
  .page-head-line {
      font-weight: 900;
      padding-bottom: 10px;
      border-bottom: 2px solid #f79646;
      
      color: #f06;
      font-size: 20px;
      margin-bottom: 40px;
  }
  
  .btn {
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
  }
  
  .progress {
      height: 8px;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
  }
  .login-icon {
      height: 60px;
  width: 60px;
  padding: 13px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  cursor:pointer;
  background-color:#F0677C;
  -webkit-border-radius:50%;
      -moz-border-radius:50%;
  }
  /* =============================================================
     HEADER SECTION STYLES
   ============================================================ */
  header {
      background-color: #676bf0;
      color: #fff;
      padding: 10px;
      text-align: right;
  }
  
  
  /* =============================================================
     LOGO SECTION STYLES
   ============================================================ */
  .left-div {
      padding-left: 30px;
      margin-top: 40px;
      margin-bottom: 30px;
  }
  
  .navbar-brand {
      width: 250px;
      padding-top: 30px;
  }
  
  /* USER SETTINGS DIV */
  .user-settings-wrapper .nav > li > a {
      position: relative;
      display: block;
      padding: 15px 18px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      height: 60px;
      width: 60px;
      background-color: #F0677C;
      color: #fff;
  }
  
  .user-settings-wrapper {
      margin-top: 10px;
  }
  
      .user-settings-wrapper li {
          display: inline-block;
      }
  
      .user-settings-wrapper .dropdown-settings {
          width: 200px;
          padding: 10px;
      }
  
      .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
          text-decoration: none;
          background-color: #C36464!important;
      }
  
      .user-settings-wrapper img {
          height: 64px;
          width: 64px;
          border: 1px solid #000000;
      }
  
      .user-settings-wrapper .dropdown-menu {
          margin: 0px;
          border-radius: 0px!important;
          -moz-border-radius: 0px!important;
          -webkit-border-radius: 0px!important;
      }
  
      .user-settings-wrapper .btn {
          border-radius: 0px!important;
          -moz-border-radius: 0px!important;
          -webkit-border-radius: 0px!important;
      }
  
      .user-settings-wrapper .media-heading {
          padding-top: 10px;
      }
  
  /* MENU LINKS SECTION*/
  
  .menu-section {
      background-color: #693b13d7;
  }
  
  #menu-top a {
      color: #FFF;
      text-decoration: none;
      font-weight: 500;
      padding: 10px 10px 10px 10px;
      text-transform: uppercase;
  }
  
  .menu-top-active {
      background-color: #C36464;
  }
  
  .menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
      background-color: #F0677C!important;
  }
  
  .menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
      background-color: #F0677C!important;
  }
  
  
  
  .navbar-toggle {
      background-color: #F0677C;
      border: 1px solid #fff;
  }
  
  .navbar {
      margin-bottom: 0px;
  }
  /* =============================================================
     FOOTER SECTION STYLES
   ============================================================ */
  footer {
      padding: 10px;
      color: #fff;
      font-size: 12px;
      background-color: #693b13d7;
  }
  
      footer a, footer a:hover {
          color: #fff;
          text-decoration: none;
      }
  
  /*==============================================
      DASHBOARD  STYLES    
   =============================================*/
  
  /* DASHBOARD ICONS */
  
  .bk-clr-one {
      background-color: #B9B739;
  }
  
  .bk-clr-two {
      background-color: #F94C4C;
  }
  
  .bk-clr-three {
      background-color: #119c7e;
  }
  
  .bk-clr-four {
      background-color: #b739b9;
  }
  
  .dashboard-div-icon {
      height: 75px;
      width: 75px;
      border: 2px solid #fff;
      padding: 20px;
      border-radius: 50%;
      -webkit-border-radius:50%;
      -moz-border-radius:50%;
      font-size: 30px;
      margin-bottom: 20px;
      color: #fff;
  }
  
  .dashboard-div-wrapper {
      border-radius: 5px;
      text-align: center;
      padding: 15px;
      color: #fff;
      margin-bottom: 50px;
  }
  
      .dashboard-div-wrapper .progress {
          height: 2px;
      }
  
  /* NOTICE BOARD */
  
  
  .notice-board .panel {
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
  }
  
  .notice-board ul {
      padding-left: 0px;
      list-style: none;
  }
  
  .notice-board li {
      padding: 10px;
      border-bottom: 1px solid #5cb8e2;
  }
  
      .notice-board li span {
          margin-right: 10px;
          border: 1px solid #5cb8e2;
          padding: 5px;
      }
  
      .notice-board li a, li a:hover {
          text-decoration: none;
          color: #000;
      }
  
  /* SOCIAL BUTTONS */
  .btn-social {
      color: white;
      opacity: 0.8;
  }
  
      .btn-social:hover {
          color: white;
          opacity: 1;
          text-decoration: none;
      }
  
  .btn-facebook {
      background-color: #3b5998;
  }
  
  .btn-twitter {
      background-color: #00aced;
  }
  
  .btn-linkedin {
      background-color: #0e76a8;
  }
  
  .btn-google {
      background-color: #c32f10;
  }
  