
body{background: #f4f4f4;font-family: 'Open Sans', sans-serif;}

a:focus, a:hover{text-decoration: none;}
.action-ico-btn:hover{background-color: #eff0f1;}
/*----------BT custom ---------*/
.btn-primary {
    color: #fff;
    background-color: #23ad94;
    border-color: #23ad94;
    border-radius: 0px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1d8674;
    border-color: #1d8674;
}

.btn-default {
     display: block;
    padding: 10px 0!important;
}

.download-btn{text-align: right;color: #26b69e;}
.download-btn-label{text-align: right;padding-top: 1em;}
.download-btn .lnr{display: inline-block;padding: 0 5px;font-weight: 600;outline: none;}
#myChart {
  width: 100%;
  height: 100%;
}


@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: auto;
  }
}

/*---------BT custom ends----------*/

 span{font-size:15px;}

.box{
    padding:60px 0px;
}
.box-part{
    background: #fff;
    box-shadow: 0px 2px 20px 0px #e9edef;
    display: inline-block;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    margin: 15px 0px;
    flex: 1;
    position: relative;

}
.text{
    margin:20px 0px;
}
.fa{
    color:#4183D7;
}
.dashboard{
    position: relative;
    right: 0;

}
.navbar-inverse {
    background-color: #2A3F54;
    border-color: #2A3F54;
}


.navbar-default {
    background-color: #2C3E50;
    border-color: #2C3E50;
    border-radius: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-brand {color: #fff;}
.nav>li>a{display: inline-block;}
.navbar-default .navbar-nav>li>a {color: #fff;}
.custom-breadcrumb{background-color:transparent;text-align: left;padding: 0;margin: 0;}
.custom-breadcrumb li a{font-size: 24px;color: #000;font-weight: 300;}
.box-part img{border-radius: 15px;width: 100%;max-height: 200px;max-width: 250px;}
.action-ico-btn{background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 3;
    color: #32465b;
    outline:none;}

.action-ico-btn .lnr{font-weight: bold;font-size: 18px;}
button.action-ico-btn{border: none;}
.chapter-completion .lnr{font-size: 18px;font-weight: 600;}
.green-icon{color: #32a251;}
.yellow-icon{color: #d8b139;}
.red-icon{color: #d04026;}
.chapter-completion i{font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    padding-left: 5px;
    /* line-height: 2; */
    vertical-align: text-bottom;}

.custom-title{padding-bottom: 3em;}



.container-b {
    position: relative;
    margin-top: 10em;
    height: 100%;
    width: 100%;
    right: 0;
    -webkit-transition:  right 0.4s ease-in-out;
    -moz-transition:  right 0.4s ease-in-out;
    -ms-transition:  right 0.4s ease-in-out;
    -o-transition:  right 0.4s ease-in-out;
    transition:  right 0.4s ease-in-out;

}

.container-b.open-sidebar {
    right: 240px;
}


.menu a.home {

    display: inline-block;
    background: url(../imagenes/bpi.png) no-repeat 4px 10px;


 }

.menu a.explore {

    display: inline-block;
    background: url(../imagenes/gasi.png) no-repeat 4px 10px;
 }

.menu a.users {

    display: inline-block;
    background: url(../imagenes/bicici.png) no-repeat 4px 10px;
}

.menu a.signout {

    display: inline-block;
    background: url(../imagenes/bai.png) no-repeat 4px 10px;
}
.submenu{display: none;}
.menu li{list-style: none;
    color: #000;
    padding: 10px 0;
    font-size: 18px;
    border-bottom: solid 1px #dedede;}

.menu li a{color: #000;}
.menu{margin: 0px;
    padding: 0;
    text-align: left;}

.submenu span{}

.green-tile{display: inline-block;
    width: 15px;
    height: 15px;
    background: #34d27c;
    margin-right: 5px;}

.red-tile{display: inline-block;
    width: 15px;
    height: 15px;
    background: #ea5644;
    margin-right: 5px;}

 .yellow-tile{display: inline-block;
    width: 15px;
    height: 15px;
    background: #f3cb0b;
    margin-right: 5px;}

  .blue-tile{display: inline-block;
    width: 15px;
    height: 15px;
    background: #3ca2e0;
    margin-right: 5px;}

.menu li a i{font-size: 16px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    padding: 0 5px;}

.submenu li a{font-size: 14px;}

.menu li a .lnr{font-size: 12px;font-weight: bolder;}

.product-figure img{border-radius: 0px;}
.product-description{text-align: left;padding: 20px;}
.product-description h4{
  font-size: 19px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
  min-height: 78px;
  text-overflow: ellipsis;
  line-height: 19px;
  max-height: 64px;
}
.product-description p{
      max-height: 22px;
}
.chapter-completion{padding-top: 10px;}
/*.detail-product-figure{max-width: 300px;}*/
.table-action-ico .lnr{font-size: 20px;font-weight: 600;color: #000;}

.custom-form-section{max-width: 700px;margin: 0 auto;background: #fff;padding: 3em 2em;}
.custom-registation-form{padding: 3em 2em;}
.img-container{

    height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-container img{
    object-fit: contain;
    vertical-align: middle;
}
.form-control {
    color: #000;
}

.custom-tab{margin-top: 2em;}
.custom-tab .nav-tabs > li.active > a, .custom-tab .nav-tabs > li.active > a:hover, .custom-tab .nav-tabs > li.active > a:focus{background-color: #23ad94;
    border: 1px solid #23ad94;color: #fff;}
.custom-breadcrumb .lnr{font-size: 24px;}
.custom-tab .nav-tabs > li a{color: #000;}
.custom-tab .tab-content > .tab-pane{padding: 15px;}



.custom-tbl {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #aaa;
  overflow: hidden;
  border-collapse: collapse;
}


/*thead*/
.custom-tbl thead {
  position: relative;
  display: block; /*seperates the header from the body allowing it to be positioned*/
  width: 100%;
  max-width: 1550px;
  overflow: visible;
}

.custom-tbl thead th {
  background-color: #e6e6e6;
  min-width: 150px;
  height: 120px;
  border: 1px solid #cecece;
  font-weight: 600;
}

.custom-tbl thead th:nth-child(1) {/*first cell in the header*/
  position: relative;
  display: block; /*seperates the first cell in the header from the header*/
  background-color: #e6e6e6;
}


/*tbody*/
.custom-tbl tbody {
  position: relative;
  display: block; /*seperates the tbody from the header*/
  width: 100%;
  max-width: 1550px;
  height: 100%;
  overflow: scroll;
}

.custom-tbl tbody td {
  background-color: #f9f9f9;
  min-width: 150px;
  border: 1px solid #cecece;
  padding: 5px 10px;
  height: 70px;
}

.custom-tbl tbody tr td:nth-child(1) {  /*the first cell in each tr*/
  position: relative;
  display: block; /*seperates the first column from the tbody*/

  background-color: #e6e6e6;
}
#test td textarea{max-width: 100px;}



.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-flex > [class*='col-'] {
   display: flex;
   flex-direction: column;
}

.view-btn-block{
    position: absolute;
    width: 100%;
    bottom: 8px;
    right: 0px;
    left: 0px;
    overflow-y: auto;
    padding: 0 10px;}


 .container-b .menu{height: 50vh;overflow: auto;}
 .view-item-action-button{margin-top: 1em;}



.title.callbackView {
  margin: 20px 80px;
  font-weight: 700
}
#callbackView {
  margin: 10px 80px;
  padding: 20px 30px;
  border-radius: 4px;
  border: 1px solid #999;
  font-size: 13px;
  word-break: break-all
}
.header_action input{max-width: 100px;}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: scroll;
  max-height: 500px;
}
.table-scroll table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  border: 1px solid #000;
  background: #fff;
  vertical-align: middle;
  min-width: 150px;
  min-height: 150px;
}
.table-scroll thead th {
  background: #fff;
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #666;
  color: #fff;
  z-index:4;
}


.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f1f1f1;
}
.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
  z-index: 10;
}
/*th{
  min-width: 300px;
}
*/
.reset-btn{
    display: block;
    padding: 10px 0!important;
    min-width: 130px;
    background: #697d92;
    border: none;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
}
.btn-default .lnr{
    font-weight:600;
    position: relative;
    top: 2px;
}
.table-width{
    min-width: 300px!important;
}
.text-content{
    max-height: 250px;
/*    text-overflow: ellipsis;
    overflow: hidden;*/
}
.table-cell{
    max-height: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.show-more{
    display: inline-block;
    color: #286396;
}
.review_items{
  min-height: 245px;
}

.reset-password-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
}

.reset-password-form input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.change-password-button {
    display: block;
    margin: 0px auto;
}

#custom-search-form {
    margin:0;
    margin-top: 5px;
    padding: 0;
}

#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;
}

.search-bar {
    position: relative;

}

.search-bar input {
    position: relative;
    padding-left: 20px;
    font: 1em "Helvetica", sans-serif;
    width: 265px;
    height: 50px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    background-color: #fff;
    outline: none;
    color: #000;
}

.search-icon {
    position: relative;
    left: -4px;
    top: 2px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background-color: #2c3e50;}

.fa-search{color:#fff;}

.search-icon {
    cursor: pointer;
    font-size: 1em;
}

.xml_style {
  border-radius: 0px !important;
}

.custom-logo-section{
  max-width: 700px;
  margin: 0 auto;
  padding: 3em 2em;}

.footer{
  background: #e8e8e8;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}
.footer_text{
  font-size: 14px;
  line-height: 2;
}


.transparent-btn{
    /* color: transparent; */
    border: none;
    background: transparent;
}


.no-form-filled .supplier-box{background-color:#E2E3BD;}
.no-form-filled .supplier-box .view-form-btn{background-color:#EFAA2F;}