#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
	display: block;
	padding: 0.8em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float: right;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
    font-size: 12px;
    font-weight: normal;
    color: rgba(111,120,127,.5);
    margin-top: 3px;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
    font-size: 12px;
    font-weight: normal;
    color: rgba(111,120,127,.5);
    margin-top: 3px;
}


.wid-container {
    margin-top: 50px;
}

.wid-header-wrapper {
    margin-top: 25px;
}

.wid-content-wrapper {
    margin-top: 25px;
}

.wid-no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.wid-inp-lbl {
    color: #6f787f;
    margin-bottom: 0;
    padding: 0 0 8px;
    font-weight: 700;
    font-size: 14px;
}

.wid-text-bold {
    font-weight: bold;
}

.wid-form-inline {
  margin-bottom: 15px;
}

.wid-inp-field {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #555;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  width: 100%;
  transition: 0.2s;
  box-shadow: none !important;
}
.wid-inp-field:focus {
  border: 1px solid #30a5ff;
  box-shadow: none !important;
}

.wid-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    margin-top: 0px;
}

.wid-btn-foreground-lg { 
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #333;
    background-color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    width: 100%;
    height: 34px;
}

.wid-inp-upload{
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #555;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  width: 80%; 
  transition: 0.2s;
  box-shadow: none !important;
}

.wid-inp-upload:focus {
  border: 1px solid #30a5ff;
  box-shadow: none !important;
}

.panel-group .wid-panel{
    margin-bottom: 20px;
    border-radius: 0px;
}

.panel-default>.wid-panel-heading {
    color: #333;
    background-color: #FFFFFF;
    border-color: #ddd;
}

.wid-title {

}

.wid-smalleye {
    padding: 0;
    width: 45px!important;
    height: 45px!important;
    margin: 6px!important;
}

.wid-eyepattern {
    width: 50px;
    height: 50px;
    border: 1px solid #cecece;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 2px 2px 6px 1px #cecece;
}

.wid-eyepattern img {
    width: 100%;
    height: 100%;
}

.color-group .form-check-label {
    cursor: pointer;
    font-weight: 400;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-label {
    margin-bottom: 0;
    color: #6f787f;
    padding: 0 0 8px;
    font-size: 14px;
    line-height: 14px;
}

.wid-lbl-tag {
    position: relative;
    top: -2px;
    left: 5PX;
}

.wid-shape-options {
    margin-left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wid-shape-options .wid-shape {
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    padding: 6px;
    width: 60px;
    height: 60px;
    border: 3px solid transparent;
    margin: 0 8px 8px 0;
    background: #fff;
    border-radius: .25rem;
    float: left;
    opacity: .99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}


.wid-shape-group {
    margin-bottom: 0px;
}


.wid-shape-options .wid-shape img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.wid-qr-img {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.square-color {
    height: 34px;
    border: none;
}

.d-inline-block {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block!important;
}

.wid-sq-block-trans {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.wid-btn-exchange {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 0px;
    font-size: 14px;
    width: 100%; 
    height: 100%;
}

.d-inline-block-lft {
      width: 7%;
}

.d-inline-block-rgt {
    width: 93%;
}

@media (max-width: 576px) {  
  .wid-btn {
    margin-top: 8px;
  }

  .wid-inp-upload{
    width: 100%; 
  }

  .wid-btn-exchange {
    font-size: 10px;  
  }
}

@media (min-width: 768px) {
  .form-inline .form-control{
    display: inline-block;
    width: 80%;
    vertical-align: middle;
  }
}

@media (max-width: 1199px) {
  .form-inline .form-control{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }

  .wid-btn {
    margin-top: 8px;
  }

  .wid-inp-upload{
    width: 100%; 
  }
}