.fa-fw {
    width: 1.28571429em!important;
    text-align: center;
    height: auto!important;
}

.btn .fa-spin{
    font-size: 18px;
    padding: 0px;
    margin-bottom: -1px;
    margin-top: 0px;
    top: 0px;
    display: none;
    
}
/* Placeholder css start */
.ph-item{background-color:#fff;border:1px solid #e6e6e6;border-radius:2px;direction:ltr;display:flex;flex-wrap:wrap;margin-bottom:30px;overflow:hidden;padding:30px 15px 15px;position:relative}.ph-item,.ph-item *,.ph-item :after,.ph-item :before{box-sizing:border-box}.ph-item:before{-webkit-animation:phAnimation .8s linear infinite;animation:phAnimation .8s linear infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;bottom:0;content:" ";left:50%;margin-left:-250%;pointer-events:none;position:absolute;right:0;top:0;width:500%;z-index:1}.ph-item>*{display:flex;flex:1 1 auto;flex-flow:column;margin-bottom:15px;padding-left:15px;padding-right:15px}.ph-row{display:flex;flex-wrap:wrap;margin-top:-7.5px}.ph-row div{background-color:#ced4da;height:10px;margin-top:7.5px}.ph-row .big,.ph-row.big div{height:20px}.ph-row .empty{background-color:hsla(0,0%,100%,0)}.ph-col-2{flex:0 0 16.6666666667%}.ph-col-4{flex:0 0 33.3333333333%}.ph-col-6{flex:0 0 50%}.ph-col-8{flex:0 0 66.6666666667%}.ph-col-10{flex:0 0 83.3333333333%}.ph-col-12{flex:0 0 100%}[class*=ph-col]{direction:ltr}[class*=ph-col]>*+.ph-row{margin-top:0}[class*=ph-col]>*+*{margin-top:7.5px}.ph-avatar{background-color:#ced4da;border-radius:50%;min-width:60px;overflow:hidden;position:relative;width:100%}.ph-avatar:before{content:" ";display:block;padding-top:100%}.ph-picture{background-color:#ced4da;height:120px;width:100%}@-webkit-keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}
/* Placeholder css end */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8!important;
  border: 1px solid #D6E9C6!important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE!important;
  border: 1px solid #EED3D7!important;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.dataTable td .btn-sm, .btn-group-sm > .btn {
    padding: 2px 5px;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 0px;
    border-top-width: 0px;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 50px;
    display: inline-block;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #768192;
    background-color: #ffffff;
    border-bottom: none;
}
.nav-tabs {
    border-bottom: 0px solid;
    border-color: #c4c9d0;
}

.nav-tabs .nav-link {
    border: 1px solid #a2a2a247;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #768192;
}

.upload_logo_link img{
    height: 150px;
}

.remove_logo {
    float: right;
    margin-bottom: -16px;
    position: relative;
    z-index: 10;
    margin-right: -7px;
    font-size: 17px;
    background: #ffF;
    width: 16px;
    height: 15px;
    border-radius: 50%;
    color: red;
    font-weight: 900;
    padding: 0px 2px;
    line-height: 11px;
}

.upload_link_holder
{
    position: relative;
    display: inline-block;    
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #321fdb!important;
    border-color: #321fdb!important;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #303c54;
}
a, a:hover {
    color: #303c54;
}

.page-item.active .page-link {
    background-color: #3c4b64;
    border-color: #3c4b64;
}

.c-sidebar {
    background: #02606f;
}

.c-sidebar .c-sidebar-nav-link:hover, .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    color: #fff;
    background: #03bedc;
}


.c-sidebar-nav-dropdown-items .c-sidebar-nav-link {
    font-size: 12px;
    padding-left: 80px!important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon
{
    font-size: 12px;
    padding-top: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #02606f;
    border-color: #02606f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00a9d6;
    border-color: #00a9d6;
}


@media (max-width: 425px) {
  table.dataTable td,table.dataTable th, table.dataTable tr{
    display: block !important;
    border: none;
    font-weight: bold;
  }

  /* table.dataTable tr {
    margin: 0.8rem 0.2rem;
      padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .9);
    width: 98%;
    border-radius: 5px;
  } */
  table.dataTable tr {
  margin: 0.8rem 0.2rem;
    padding: 0.5rem;
    width: 98%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-top: 3px solid #321fdb;
  }

  table.dataTable td:before{
    content: " " attr(data-column-name) ": ";
    font-weight: normal;
    display: block;
    float: left;
    min-width: 40%;
    text-align: left;
  }
  table.dataTable td.dataTables_empty:before{
    display: none;
  }
  /* table.dataTable td {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem;
    text-align: left;
    background-color: white;
    border: 1px solid transparentize( #58C25F, 0.5 );
  }
  table.dataTable td:before {
      float: left;
      margin: -0.5rem 0.5rem -0.5rem -0.5rem;
      padding: 0.625rem 0.5rem 0.625rem;
      font-size: 0.75em;
      font-weight: bold;
      background: transparentize( #58C25F, 0.9 );
      color: #58C25F;
      content: " " attr(data-column-name) ": ";
    } */
  table.dataTable td:empty {
    display:flex !important;
  }
  table.dataTable thead {
    display:none !important;
  }
  table.dataTable {
    border:none !important;
  }

  .filter{
    margin-top: 10px!important;
    float:left!important;
  }
}