﻿
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Chrome Scroll Bar style */
::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 8px;
  width: 8px;
  background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0);
  background-clip: content-box;
  background-color: #A0A0A0;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 8px;
  background-clip: content-box;
  background-color: rgba(0,0,0,0.5);
}

::-webkit-scrollbar-corner {
  background-color: #e6e6e6;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Pagination / Pager*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
  .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d5dbdd;
}

.pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
  z-index: 2;
  background-color: #f3f7f9;
  border-color: #d5dbdd;
}

.pagination > li:first-child > a,
  .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
  .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
  .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
  .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
  .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
  .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
  .pager .next > span {
  float: right;
}

.pager .previous > a,
  .pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Margins */
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
  clear: both;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

@media (max-width:768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }

  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }

  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }

  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }

  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }

  .sm-margin-bottom-70 {
    margin-bottom: 70px;
  }

  .sm-margin-bottom-80 {
    margin-bottom: 80px;
  }

  .sm-margin-bottom-90 {
    margin-bottom: 90px;
  }

  .sm-margin-bottom-100 {
    margin-bottom: 100px;
  }
}

@media (max-width:992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }

  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }

  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }

  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }

  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }

  .md-margin-bottom-70 {
    margin-bottom: 70px;
  }

  .md-margin-bottom-80 {
    margin-bottom: 80px;
  }

  .md-margin-bottom-90 {
    margin-bottom: 90px;
  }

  .md-margin-bottom-100 {
    margin-bottom: 100px;
  }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PROGRESS STEPS START xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.progress-steps ul.step-anchor {
    border-radius: 4px;
    list-style: none;
    overflow: hidden;
    margin: 2px 0 0 0;
    padding: 0;
    white-space: nowrap;
    height: 14px;
    padding-right: 10px;
}

.progress-steps > span,
.progress-steps span.step-title {
    font-size: 11px;
    margin-right: 3px;
    color: #64798d;
    padding: 0 3px 0 3px;
    width: 33px;
    text-align: center;
}

.progress-steps ul.step-anchor li + li:before {
    padding: 0;
}

.progress-steps ul.step-anchor > li {
    position: relative;
    display: block;
    float: left;
}

    .progress-steps ul.step-anchor > li > a {
        color: #ffffff;
        text-decoration: none;
        padding: 0 0 0 15px;
        position: relative;
        display: block;
        float: left;
        border-radius: 0;
        outline-style: none;
        background: #a7afb7;
        height: 14px;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1px;
    }

        .progress-steps ul.step-anchor > li > a:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #a7afb7;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            left: 100%;
            z-index: 2;
        }

        .progress-steps ul.step-anchor > li > a:before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #ffffff;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            margin-left: 1px;
            left: 100%;
            z-index: 1;
        }

    .progress-steps ul.step-anchor > li:first-child > a {
        padding-left: 6px;
    }

    .progress-steps ul.step-anchor > li.active > a {
        border-color: #4f5f6f !important;
        color: #fff !important;
        background: #4f5f6f !important;
    }

        .progress-steps ul.step-anchor > li.active > a:after {
            border-left: 10px solid #4f5f6f !important;
        }

    .progress-steps ul.step-anchor > li.done > a {
        border-color: #11c26d !important;
        color: #fff !important;
        background: #11c26d !important;
    }

        .progress-steps ul.step-anchor > li.done > a:after {
            border-left: 10px solid #11c26d;
        }

    .progress-steps ul.step-anchor > li.danger > a {
        border-color: #f25e5c !important;
        color: #fff !important;
        background: #f25e5c !important;
    }

        .progress-steps ul.step-anchor > li.danger > a:after {
            border-left: 10px solid #f25e5c;
        }

    .progress-steps ul.step-anchor > li.disabled > a, .progress-steps ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }

.left-arrow {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 3px 3px 3px 1px;
}

.right-arrow {
    right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 3px 2px 3px 0px;
}

.table-arrow img {
    width: 11px;
}

.table-arrow {
    background-color: #e4eaec;
    position: absolute;
    width: 14px;
    top: 10%;
    border: 1px solid #d5dbdd;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PROGRESS STEPS END xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/