@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

.note-editable.panel-body {
  overflow-y: scroll;
}

/*------------- Form ---------------*/

.nb-form {
  position: fixed;
  z-index: 0;
  width: 300px;
  background: #fff;
  right: 60px;
  bottom: -255px;
  transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.nb-form:hover {
  /* bottom: 60px; */
}

/*-- User Icon --*/

.nb-form .user-icon {
  position: absolute;
  top: -19px;
  right: 1px;
  display: block;
  width: 68px;
  margin: 10px auto 15px;
  border-radius: 0%;
}

/*-- Title --*/

.nb-form .title {
  background: #ff7600;
  /*#5cb85c;
    /* background: #ff7900; */
  font-size: 16px !important;
  padding: 5px 5px !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.nb-form .title .close_msg {
  color: red;
  float: right;
  margin-right: 2px;
  display: none;
}

/*-- Text --*/

.nb-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.nb-form p.message {
  margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
  padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.nb-form input[type="submit"] {
  display: block;
  width: 171px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #fff !important;
  border: none;
}

.nb-form input[type="submit"]:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02),
    0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.nb-form textarea {
  min-height: 110px;
}

.nb-form ::-webkit-input-placeholder {
  color: #000;
}

.nb-form ::-moz-placeholder {
  color: #000;
}

.nb-form :-ms-input-placeholder {
  color: #000;
}

.nb-form :-moz-placeholder {
  color: #000;
}

.nb-form input[type="submit"] {
  /* background: #ff7600; */
  background: #ff7600;
}

.navbar-logo-img {
  margin-top: -3px;
  width: 60px;
}

@media screen and (max-width: 676px) {
  .navbar-logo-img {
    margin-top: -33px;
    width: 60px;
  }


  .home {
    width: 100%;
    height: 155px !important;

  }

  .copyright_content {
    font-size: 8px !important;
  }

  /* .copyright p{
      font-size: 10px;
    } */
  .nb-form:hover .user-icon {}

  .nb-form .user-icon {
    right: 21px;
  }

  .nb-form .message {
    display: none;
  }

  .nb-form form {
    padding-top: 15px;
  }

  .nb-form {
    right: 50%;
    bottom: -275px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}

#labelclientes {
  margin-left: 30px;
}

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board {
  width: 75%;
  margin: 60px auto;
  height: 700px;
  background: #fff;
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}

.board>div.board-inner {
  background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
  background-size: 30%;
}

p.narrow {
  width: 60%;
  margin: 10px auto;
}

.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}

span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}

span.round-tabs.one {
  color: rgb(34, 194, 34);
  border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
  background: #fff !important;
  border: 2px solid rgb(255, 118, 0, 1);
  color: rgb(34, 194, 34);
}

span.round-tabs.two {
  color: #febe29;
  border: 2px solid #febe29;
}

li.active span.round-tabs.two {
  background: #fff !important;
  border: 2px solid rgb(255, 118, 0, 1);
  color: #febe29;
}

span.round-tabs.three {
  color: #3e5e9a;
  border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
  background: #fff !important;
  border: 2px solid rgb(255, 118, 0, 1);
  color: #3e5e9a;
}

span.round-tabs.four {
  color: #f1685e;
  border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
  background: #fff !important;
  border: 2px solid rgb(255, 118, 0, 1);
  color: #f1685e;
}

span.round-tabs.five {
  color: #999;
  border: 2px solid #999;
}

li.active span.round-tabs.five {
  background: #fff !important;
  border: 2px solid rgb(255, 118, 0, 1);
  color: #999;
}

.nav-tabs>li.active>a span.round-tabs {
  background: #fafafa;
}

.nav-tabs>li {
  left: 3%;
  top: 1%;
}

/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs>li:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;
}

.nav-tabs>li.active:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ddd;
}

.nav-tabs>li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.nav-tabs>li a:hover {
  background: transparent;
}

.tab-content {}

.tab-pane {
  position: relative;
  padding-top: 50px;
}

.tab-content .head {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}

@media (max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }

  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .tab-content .head {
    font-size: 20px;
  }

  .nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .nav-tabs>li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }

  .btn-outline-rounded {
    padding: 12px 20px;
  }
}

.btn-circle.btn-lg {
  width: 40px;
  height: 40px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.33;
  border-radius: 25px;
}

.feedback {
  position: fixed;
}

.feedback textarea {
  height: 150px;
}

.feedback .screenshot {
  position: relative;
  top: -24px;
  right: 10px;
  opacity: 0.6;
}

.feedback .screenshot:hover {
  opacity: 1;
}

.feedback .reported p,
.feedback .failed p {
  height: 190px;
}

.feedback.left {
  left: 1px;
  bottom: 65px;
}

.feedback.right {
  right: 5px;
  bottom: 65px;
}

.feedback .dropdown-menu {
  width: 290px;
  height: 320px;
  bottom: 50px;
}

.feedback.left .dropdown-menu {
  left: 0px;
}

.feedback.right .dropdown-menu {
  right: 0px;
}

.feedback .hideme {
  display: none;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 50% !important;
  margin: 0 5px;
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 20px;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #eee;
  border: 3px dotted rgba(0, 0, 0, 0.1);
}

.form-signin-heading {
  text-align: center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left,
      #c4e17f,
      #c4e17f 12.5%,
      #f7fdca 12.5%,
      #f7fdca 25%,
      #fecf71 25%,
      #fecf71 37.5%,
      #f0776c 37.5%,
      #f0776c 50%,
      #db9dbe 50%,
      #db9dbe 62.5%,
      #c49cde 62.5%,
      #c49cde 75%,
      #669ae1 75%,
      #669ae1 87.5%,
      #62c2e4 87.5%,
      #62c2e4);
  background-image: -moz-linear-gradient(left,
      #c4e17f,
      #c4e17f 12.5%,
      #f7fdca 12.5%,
      #f7fdca 25%,
      #fecf71 25%,
      #fecf71 37.5%,
      #f0776c 37.5%,
      #f0776c 50%,
      #db9dbe 50%,
      #db9dbe 62.5%,
      #c49cde 62.5%,
      #c49cde 75%,
      #669ae1 75%,
      #669ae1 87.5%,
      #62c2e4 87.5%,
      #62c2e4);
  background-image: -o-linear-gradient(left,
      #c4e17f,
      #c4e17f 12.5%,
      #f7fdca 12.5%,
      #f7fdca 25%,
      #fecf71 25%,
      #fecf71 37.5%,
      #f0776c 37.5%,
      #f0776c 50%,
      #db9dbe 50%,
      #db9dbe 62.5%,
      #c49cde 62.5%,
      #c49cde 75%,
      #669ae1 75%,
      #669ae1 87.5%,
      #62c2e4 87.5%,
      #62c2e4);
  background-image: linear-gradient(to right,
      #c4e17f,
      #c4e17f 12.5%,
      #f7fdca 12.5%,
      #f7fdca 25%,
      #fecf71 25%,
      #fecf71 37.5%,
      #f0776c 37.5%,
      #f0776c 50%,
      #db9dbe 50%,
      #db9dbe 62.5%,
      #c49cde 62.5%,
      #c49cde 75%,
      #669ae1 75%,
      #669ae1 87.5%,
      #62c2e4 87.5%,
      #62c2e4);
}