/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
  /*  background-color: #f8f8f8;*/
  background-color: #ffffff;


}

.depth {
    display: block;
    padding: 20px;
    color: #585858;
    font: bold 1em Arial, sans-serif;
    position: relative;
    line-height: 2em;
}
.hide{
  display: none;
}
.depth:before, .depth:after {
    content: attr(title);
    padding: 20px;
    color: rgba(255,255,255,.1);
    position: absolute;
}

.depth:before { top: 1px; left: 1px }
.depth:after  { top: 2px; left: 2px }

#wrapper {
    width: 100%;

}
.product img{
  max-width: 80px;
}
#page-wrapper {
  z-index: 9999999;
    padding: 0 15px;
    min-height: 100vmin;
  /*  background-color: #fff;*/

}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        z-index: 9999999;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}






.span12{text-align:center;}
.span13{text-align:right;}
.span12 p{text-align:center; color:#727070 }

/* EDIT */
.personal-cart-information .input-group .input-group-btn{
  height: 10px;
}
.page-banner-section {
  padding: 10px 0;
  /*background: #f7f7f7;*/
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.page-banner-section h1 {
  color: #434343;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 10px 0 45px;
  margin-bottom: 5px;
}
.page-banner-section ul {
  margin: 0;
  padding: 0;
}
.page-banner-section ul li {
  display: inline-block;
  margin-left: 3px;
}
.page-banner-section ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  font-size: 12px;
}
.page-banner-section ul li a:hover {
  color: #afd65a;
}
.page-banner-section ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #888888;
  margin-right: 7px;
}
.page-banner-section ul li:first-child:before {
  display: none;
}

/*-------------------------------------------------*/
/* =  Product page
/*-------------------------------------------------*/
.product-section {
  padding:  90px 0 0;
}
.product-section .product-section-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #dedede;
}
.product-section .product-section-box .product-gallery .image-holder img {
  width: 50%;
  margin-bottom: 8px;
  margin-left: 20%;
}
.product-section .product-section-box .product-gallery ul.other-products {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-left: 10%;
}
.product-section .product-section-box .product-gallery ul.other-products li {
  list-style: none;
  float: left;
  margin-right: 35px;
  width: 81px;

}
.product-section .product-section-box .product-gallery ul.other-products li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}
.product-section .product-section-box .product-gallery ul.other-products li a img {
  width: 100%;
}
.product-section .product-section-box .product-gallery ul.other-products li:last-child {
  margin-right: 0;
}
.product-section .product-section-box .product-details {
  overflow: hidden;
}
.product-section .product-section-box .product-details h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin-bottom: 12px;
}
.product-section .product-section-box .product-details span {
  display: inline-block;
  color: #afd65a;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 16px;
}
.product-section .product-section-box .product-details p {
  margin-bottom: 22px;
}
.product-section .product-section-box .product-details h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 18px;
}

.product-section .product-section-box .product-details form.personal-cart-information label {
  display: block;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 7px;
  font-weight: 400;
}
.product-section .product-section-box .product-details form.personal-cart-information select {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin-bottom: 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  color: #888888;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.product-section .product-section-box .product-details form.personal-cart-information a{
  display: block; margin-left: 15px;
  width: 95%;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 16px;

  outline: none;
}

.product-section .product-section-box .product-details ul.product-features {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.product-section .product-section-box .product-details ul.product-features li {
  list-style: none;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin-bottom: 10px;
}
.product-section .product-section-box .product-details ul.product-features li:before {
  content: '\f138';
  font-family: 'FontAwesome';
  color: #afd65a;
  font-size: 13px;
  margin-right: 12px;
}
.product-section .product-section-box .product-details button {
  display: inline-block;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  float: left;
}
.product-section .product-section-box .product-details input[type="text"] {
  display: inline-block;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  outline: none;
}
.product-section .product-section-box .product-details a {
  float: left;
  padding: 8px 20px;
  margin: 0 0 0 24px;
}
.product-section .product-section-box .product-tabs {
  margin-top: 60px;
}
.tab-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 18px;
  background: transparent;
  border: 1px solid #dedede !important;
  border-left: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.tab-box ul.nav-tabs li:first-child a {
  border-left: 1px solid #dedede !important;
}
.tab-box ul.nav-tabs li.active a {
  color: #afd65a;
}
.tab-box .tab-content {
  border: 1px solid #dedede;
  border-top: none;
  padding: 14px 20px 8px;
}
.tab-box .tab-content p {
  margin-bottom: 6px;
}

.tab-box .tab-content img{
 display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/*-------------------------------------------------*/
/* =  shoping cart page
/*-------------------------------------------------*/
.shoping-section {
  padding: 0;
}
.shoping-section img{
 max-width: 80px;
}

.shoping-section table.main-table {
  margin-bottom: 16px;
}
.shoping-section table.main-table tr th {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
.shoping-section table.main-table tr th:nth-child(2) {
  text-align: left;
  padding-left: 15px;
}
.shoping-section table.main-table tr th:first-child {
  max-width: 92px;
}
.shoping-section table.main-table tr td {
  border: 1px solid #dddddd;
  border-top: none;
  border-right: none;
  padding: 15px;
  text-align: center;
  color: #888888;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  vertical-align: middle;
}
.shoping-section table.main-table tr td h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin: 0;
  min-width: 675px;
}
.shoping-section table.main-table tr td span {
  color: #afd65a;
}
.shoping-section table.main-table tr td a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.shoping-section table.main-table tr td div {
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
}
.shoping-section table.main-table tr td div button {
  display: inline-block;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  float: left;
}
.shoping-section table.main-table tr td div input[type="text"] {
  display: inline-block;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  outline: none;
}
.shoping-section table.main-table tr td div input[type="text"] .hide{
  display: none;

}

.shoping-section table.main-table tr td:first-child {
  border-left: none;
  text-align: left;
  max-width: 92px;
  padding: 15px 0;
}
.shoping-section table.main-table tr td:nth-child(2) {
  border-left: none;
  text-align: left;
  vertical-align: top;
}
.shoping-section .shoping-cart-buttons {
  overflow: hidden;
  margin-bottom: 55px;
  border-bottom: 1px solid #dddddd;
}
.shoping-section .shoping-cart-buttons a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #434343;
  background: #eeeeee;
  margin: 0 0 15px;
}
.shoping-section .shoping-cart-buttons a:hover {
  background: #afd65a;
  color: #ffffff;
}
.shoping-section .shoping-cart-buttons a.continue-shop {
  float: left;
}
.shoping-section .shoping-cart-buttons a.update-shop {
  float: right;
}
.shoping-section form.personal-cart-information {
  margin: 0;
}
.shoping-section form.personal-cart-information h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid #dddddd;
}
.shoping-section form.personal-cart-information label {
  display: block;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 7px;
  font-weight: 400;
}
.shoping-section form.personal-cart-information select {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin-bottom: 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  color: #888888;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.shoping-section form.personal-cart-information input[type="text"],
.shoping-section form.personal-cart-information textarea
 {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin-bottom: 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  color: #888888;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.shoping-section form.personal-cart-information a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #434343;
  background: #eeeeee;
  margin: 0 0 15px;
}
.shoping-section form.personal-cart-information a:hover {
  background: #afd65a;
  color: #ffffff;
}
.shoping-section form.personal-cart-information ul.total-table {
  margin: 0;
  padding: 0;
}
.shoping-section form.personal-cart-information ul.total-table li {
  list-style: none;
}
.shoping-section form.personal-cart-information ul.total-table li p {
  padding: 12px 20px;
  font-size: 18px;
  margin: 0;
  color: #666666;
}
.shoping-section form.personal-cart-information ul.total-table li p span {
  float: right;
}
.shoping-section form.personal-cart-information ul.total-table li a {
  margin-top: 20px;
  float: right;
  color: #ffffff;
  background: #afd65a;
}
.shoping-section form.personal-cart-information ul.total-table li a:hover {
  opacity: 0.7;
}
.shoping-section form.personal-cart-information ul.total-table li:first-child {
  border-bottom: 1px solid #dddddd;
}
.shoping-section form.personal-cart-information ul.total-table li:first-child p {
  color: #434343;
}
.shoping-section form.personal-cart-information ul.total-table li.total p {
  background: #f7f7f7;
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
}
.shoping-section form.personal-cart-information ul.total-table li.total p span {
  color: #666666;
}


.profile-userpic img {
  float: none;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 70%;
  max-height: 70%;
  -webkit-border-radius: 30% !important;
  -moz-border-radius: 30% !important;
  border-radius: 30% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 5px;
    margin-bottom: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
/* /EDIT */
.navbar{
  background-color: #fff;

}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}


.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.navbar-brand2 {
  float: left;
  height: 50px;
  padding: 0px 0px 0px 250px;
  font-size: 18px;
  line-height: 20px;

}
.navbar-brand2:hover,
.navbar-brand2:focus {
  text-decoration: none;
}
.navbar-brand2 > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand2,
  .navbar > .container-fluid .navbar-brand2 {
    margin-left: -15px;
  }
}
.sidebar{
  background-color: #FFFFFF;
}
.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 2px solid #e7e7e7;
    font-size: 16px;



}
.sidebar ul li a{
    color: #6D6A6A;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus{
    /*  background-color: #B6B6B4; */
    background-color: #FFFFFF;
    color: #5a7391;
}

.sidebar ul li a.active {
    background-color: #FFFFFF;
    color: #5a7391;

    border-top: 2px solid #5a7391;
    border-bottom: 2px solid #5a7391;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
      /*  margin-top: 51px; */
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

 .page-header{
  font-size: 28px;
  color: #5a7391;
}
.page-header .right{

 float: right;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
