@charset "UTF-8";
.help-block { color:#FF4E4B; }
a.close { text-decoration: none; }
.no-padding { padding-left: 0;padding-right: 0; }

.sign-out-sty > a:first-child { display: block; padding: 10px 0; }

.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}

.box-pdf {
    background: none !important;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@font-face {
    font-family: 'erasbd';
    src: url('../fonts/ErasITC-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ErasITC-Bold.woff') format('woff'), url('../fonts/ErasITC-Bold.ttf')  format('truetype'), url('../fonts/ErasITC-Bold.svg#ErasITC-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'erasemi';
    src: url('../fonts/ErasITC-Demi.eot?#iefix') format('embedded-opentype'),  url('../fonts/ErasITC-Demi.woff') format('woff'), url('../fonts/ErasITC-Demi.ttf')  format('truetype'), url('../fonts/ErasITC-Demi.svg#ErasITC-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bg-aqua-cyan, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #ee46dc !important;
}

.bg-aqua-cyan{
    color:#fff !important
}

.bg-aqua-cyan{
    background-color:#ee46dc !important
}