@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
.providers-list {
  padding-right: 10px;
  width: 750px;
  margin: 0 auto;
}
.providers-list h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.providers-list select {
  border: 1px solid #ccc;
  margin: 6px 0 0;
}
.providers-list .btn{
  text-decoration: none;
}
.search-addon {
  position: relative;
  color: #555;
  display: block;
}
.providers-list input[type=text] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  padding-left: 5px!important;
  font-size: 16px;
}
.providers-list input[type=text]:focus {
  border-color: #848484;
}
.search-addon .form-control {
  padding-right: 40px!important;
}
.search-addon .glyphicon {
  position: absolute;
  z-index: 2;
  right: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}
.providers-table {
  border: 2px solid #c7c7c7;
  position: relative;
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 5px 10px #e6e6e6;
  margin: 10px auto;
}
.providers-table td .table {
  border-bottom: 2px solid #ccc;
}
.providers-table td {
  vertical-align: middle!important;
  font-size: 16px;
}
.providers-table td input[type=text]{
  border:1px  solid #ccc;
}
.providers-table td strong {
  font-size: 17px;
}
.providers-table td a, .providers-table td a:focus {
  text-decoration: none;
  box-shadow: none;
}
.action-btn {
  text-align: right;
}
.action-btn .btn {
  outline: none;
  font-size: 15px;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 32px;
  position: relative;
}
.action-btn .btn .dashicons {
  display: inline;
}
.providers-table .pagination {
  margin: 0;
}
.providers-table .pagination .page-numbers {
  display: inline-block;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.providers-table .pagination .page-numbers:hover{
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.providers-table .pagination .current.page-numbers {
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.vertical-alignment-helper {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.sh-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9;
}
.line-loader{
  margin: 100px auto;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 10px;
}
.line-loader > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.line-loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.line-loader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.line-loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.line-loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.field-msg {
  font-size: 11px;
  float: right;
}

.providers-list-preview h1 {
  color: #3a5371!important;
  font-size: 26px!important;
  margin-top:0;
  line-height: 32px!important;
  margin-bottom: 20px;
}
.providers-list-preview ul {
  margin: 0;
  display: table;
  padding: 0;
  width: 100%;
}
.providers-list-preview ul li {
  list-style: none;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Lato'!important;
  display: table-cell;
  width: 30%;
  margin-right: 3%;
  float: left;
  vertical-align: top;
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px dashed #dcdcdc;
  transition: all 0.3s;
}
.providers-list-preview ul li:hover {
  background-color: #efefef;
  padding-left: 10px;
  font-weight: bold;
}
.successmsg .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  opacity: 0.4;
  z-index: 1;
}
.successmsg {
  z-index: 100000;
}

@media only screen and (max-width: 767px) {

  /* Force table to not be like tables anymore */
  .no-more-tables table, 
  .no-more-tables thead, 
  .no-more-tables tbody, 
  .no-more-tables th, 
  .no-more-tables td, 
  .no-more-tables tr { 
    display: block; 
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables tr { border-bottom: 1px solid #ccc; }

  .no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 40%!important; 
    white-space: normal;
    text-align:left;
  }

  .no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 8px;
    left: 15px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  .no-more-tables td:before { content: attr(data-title); }
  .providers-list {
    width: 100%;
  }
  .providers-table {
    padding: 0;
  }
  .providers-list .search-addon > input[type=text] {
    margin-top: 10px;
  }
  .providers-table .table{
    margin:0;
  }
  .providers-table .pagination {
    margin: 10px 10px 8px;
  }
}

/* new css */
.selction-area {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 2px solid #ccc;
}
.providers-list #service_category {
  height: auto;
}
.mt-12{
  margin-top: 12px;
}
.bootstrap-filestyle > .form-control {
  border: 1px solid #ccc!important;
  background-color: #fff!important;
}
.btn-align{
  text-align: right;
}
@media(max-width: 767px)
{
  .btn-align{
    text-align: left;
  }
  .providers-list {
    padding-right: 0;
}
}
/* error msg classes */
.provider_error {
  position: absolute;
  border: 1px solid red;
  padding: 5px 10px;
  bottom: -29px;
  left: 0;
  display: block;
  background-color: #fee8e5;
  border-radius: 3px;
  color: red;
  font-size: 14px;
  font-weight: normal;
  z-index: 10;
}
.provider_error:before, .provider_error:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ccc transparent;
  display: block;
  left: 15px;
  right: auto;
  border-width: 0 11px 11px;
  width: 0;
}
.provider_error:before {
  border-width: 0 8px 8px;
  top: -8px;
  border-color: #f00 transparent;
}
.provider_error:after {
  border-width: 0 8px 8px;
  top: -7px;
  border-color: #fee8e5 transparent;
}
.left-15 {
  left: 15px;
}