﻿@font-face {
    font-family: 'TMSans Regular';
    src: url('Fonts/TMSans-Regular.eot');
    src: url('Fonts/TMSans-Regular.woff') format('woff'),
         url('Fonts/TMSans-Regular.ttf') format('truetype'),
         url('Fonts/TMSans-Regular.svg#TradeGothicCondensed') format('svg'),
         url('Fonts/TMSans-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TMSans Bold';
    src: url('Fonts/TMSans-Bold.eot');
    src: url('Fonts/TMSans-Bold.woff') format('woff'),
         url('Fonts/TMSans-Bold.ttf') format('truetype'),
         url('Fonts/TMSans-Bold.svg#TradeGothicBoldCondensed') format('svg'),
         url('Fonts/TMSans-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('Fonts/GillSans.eot');
  src: url('Fonts/GillSans.woff') format('woff'),
       url('Fonts/GillSans.ttf') format('truetype'),
       url('Fonts/GillSans.svg#GillSans') format('svg'),
       url('Fonts/GillSans.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
#croppic { background-image: url(placeholder.png); }
.cropControlReset { background-image: url(fieldError.png) !important; }
.cropControlZoomIn { background-image: url(zoomin.png) !important; }
.cropControlZoomOut { background-image: url(zoomout.png) !important; }
.cropControlRotateLeft { background-image: url(rotateleft.png) !important; }
.cropControlRotateRight { background-image: url(rotateright.png) !important; }

.dropdown-toggle { background: #fff url('custom-dropdown-arrow.png') no-repeat right 10px center !important; }

.dropdown-toggle[disabled] { opacity: 1; background: #eee url('custom-dropdown-arrow.png') no-repeat right 10px center !important; }

.owlNavLeft, .owlNavLeftEmail { background: url('flexise-button-previous.png') no-repeat center center; }
.owlNavRight, .owlNavRightEmail { background: url('flexise-button-next.png') no-repeat center center; }

.form-control.valid { background: url('form-control-valid.png') no-repeat right 10px center; }
.input-validation-error { background: url('form-control-invalid.png') no-repeat right 10px center; }
.definitely-not-valid { background: url('form-control-invalid.png') no-repeat right 10px center !important; }

.btn-arrow-left { background-image: url('btn-arrow-left.png'); background-position: left 15px center; background-repeat: no-repeat; }
.btn-arrow-right { background-image: url('btn-arrow-right.png'); background-position: right 15px center; background-repeat: no-repeat; }

.select-card-group-container {
    display: none;
}

#_evidon_banner a {
    color: #024ddf;
}

.gift-scam-warning-div {
    margin: 10px;
    margin-left: 40px;
    padding: 10px;
}