@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/templates/insuranceportal/assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("/templates/insuranceportal/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/templates/insuranceportal/assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/templates/insuranceportal/assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/templates/insuranceportal/assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/templates/insuranceportal/assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  padding-top: 0 !important; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  bottom: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  bottom: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*! jQuery UI - v1.12.1 - 2016-11-29
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 0; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/templates/insuranceportal/assets/images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/templates/insuranceportal/assets/images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/templates/insuranceportal/assets/images/jquery-ui/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/templates/insuranceportal/assets/images/jquery-ui/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/templates/insuranceportal/assets/images/jquery-ui/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/templates/insuranceportal/assets/images/jquery-ui/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("/templates/insuranceportal/assets/images/jquery-ui/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/templates/insuranceportal/assets/fonts/Roboto.eot");
  /* IE9 Compat Modes */
  src: url("/templates/insuranceportal/assets/fonts/Roboto.eot?#iefix") format("embedded-opentype"), url("/templates/insuranceportal/assets/fonts/Roboto.woff2") format("woff2"), url("/templates/insuranceportal/assets/fonts/Roboto.woff") format("woff"), url("/templates/insuranceportal/assets/fonts/Roboto.ttf") format("truetype"), url("/templates/insuranceportal/assets/fonts/Roboto.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("/templates/insuranceportal/assets/fonts/Roboto-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/templates/insuranceportal/assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/templates/insuranceportal/assets/fonts/Roboto-Medium.woff2") format("woff2"), url("/templates/insuranceportal/assets/fonts/Roboto-Medium.woff") format("woff"), url("/templates/insuranceportal/assets/fonts/Roboto-Medium.ttf") format("truetype"), url("/templates/insuranceportal/assets/fonts/Roboto-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #eeeeee;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.clearfix {
  clear: both; }

a {
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    text-decoration: underline;
    outline: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none; }

/*p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400; }*/

p strong {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a; }

h3 {
  font-size: 24px;
  line-height: 28px;
  color: black;
  font-weight: 400; }

h4 {
  font-size: 20px;
  line-height: 24px;
  color: black;
  font-weight: 400; }

h5 {
  font-size: 18px;
  line-height: 22px;
  color: black;
  font-weight: 500; }

i.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px; }

i.icon.i-filter {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-filter.svg"); }

i.icon.i-view {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-view.svg"); }

i.icon.i-menu {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu.svg"); }

i.icon.i-clear {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-clear.svg"); }

i.icon.i-clear.c-white {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-clear-white.png"); }

i.icon.i-search {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-search.svg"); }
i.icon.i-add {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-add-widget.png"); }

.btn {
  border: 0 solid transparent;
  border-radius: 3px !important;
  font-size: 13px;
  line-height: 36px;
  font-weight: 500;
  padding: 0 18px;
  text-transform: uppercase;
  text-align: center; }

.btn,
.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  font-weight: 500 !important; }

.btn:hover,
.btn:focus,
.btn:active {
  cursor: pointer; }

.btn-primary {
  background-color: #00abc7;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.28); }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  background-color: #005361;
  color: white; }

.btn-success {
  background-color: #89c049;
  color: white; }

.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  background-color: #6f9f37;
  color: white; }

.btn-default {
  background-color: #9b9b9b;
  color: white; }

.btn-default:hover,
.btn-default:focus,
.btn-default.active {
  background-color: #828282;
  color: white; }

.filterForm .btn.chooseOne {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }

input,
input:hover,
input:focus,
input:active {
  outline: none; }

label,
label:hover,
label:focus,
label:active {
  outline: none;
  font-weight: 400; }

::before,
::before:hover,
::before:focus,
::before:active {
  outline: none; }

::after,
::after:hover,
::after:focus,
::after:active {
  outline: none; }

.form-control,
.form-control:focus,
.form-control:active {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #757575;
  font-size: 15px;
  padding: 4px 0;
  height: 38px;
  line-height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

textarea.form-control,
textarea.form-control:focus,
textarea.form-control:active {
  height: auto; }

.form-control.datepicker {
  background-color: transparent;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-calendar.png");
  background-repeat: no-repeat;
  background-position: center right; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-select-arrow.png");
  background-repeat: no-repeat;
  background-position: center right; }

select::-ms-expand {
  display: none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0; }

.radio label::after {
  background-color: #005e99; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #005e99;
  border-color: #005e99; }

.nav-tabs {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 20px; }

.nav-tabs > li {
  width: auto; }

.nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  padding: 15px 9px;
  height: 55px;
  line-height: 24px;
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 14px; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
  border-bottom: 2px solid #005e99;
  color: black; }

.nav-tabs li i.icon {
  float: left;
  margin-right: 10px; }

.tab-content > .tab-pane {
  padding: 20px; }

.panel-default > .panel-heading {
  background-color: white;
  border-radius: 3px;
  padding: 0; }

.panel-default .panel-title {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 18px;
  color: black;
  font-weight: 500; }

.panel-default .panel-title a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  background-color: transparent;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-arrow-up.png");
  background-position: center right 15px;
  background-repeat: no-repeat; }

.panel-default .panel-title:first-child button span.more-info {
  position: absolute;
  display: inline-block;
  left: 36%;
  right: 10%;
  top: 0;
  bottom: 0;
  background-color: transparent;
  vertical-align: middle;
  font-size: 15px;
  line-height: 58px;
  font-weight: 400;
  color: black; }

.panel-default .panel-title:first-child button span.more-info.half {
  width: 25%; }

.panel-default .panel-title:first-child button span.more-info.half-second {
  left: 61%;
  right: 10%; }



.panel-default .panel-title a.collapsed {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-arrow-down.png"); }

.panel-default > .panel-collapse > .panel-body {
  padding: 30px; }

.panel-default > .panel-collapse > .panel-body .row-text {
  padding-top: 8px;
  padding-bottom: 8px; }

.panel-default > .panel-collapse > .panel-body .panel-label {
  color: #666; }

.panel-default .panel-title a span.more-info {
  position: absolute;
  display: inline-block;
  left: 36%;
  right: 10%;
  top: 0;
  bottom: 0;
  background-color: transparent;
  vertical-align: middle;
  font-size: 15px;
  line-height: 58px;
  font-weight: 400;
  color: black; }

.panel-default .panel-title a span.more-info.half {
  width: 25%; }

.panel-default .panel-title a span.more-info.half-second {
  left: 61%;
  right: 10%; }

.line-block {
  background-color: white;
  padding: 20px 30px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07); }

.line-block.payment > .row > div:last-child {
  text-align: right;
  color: #005e99; }

.line-block.payment .overdude {
  color: red !important; }

.line-block.next-peyment,
.line-block.widget-box {
  min-height: 270px;
  margin-bottom: 0; }

.nex-pay-wrapper > Â .col-md-8 {
  padding-right: 5px; }

.nex-pay-wrapper > .col-md-4 {
  padding-left: 5px; }

@media only screen and (max-width: 799px) {
  .panel-default .panel-title a span.more-info {
    display: none; }
  .panel-default .panel-title {
    font-size: 16px; }
  .nex-pay-wrapper > .col-md-4 {
    padding-left: 15px; } }

.container {
  width: 100%; }

@media (min-width: 340px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 800px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1060px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.main-wrapper {
  position: relative; }

.main-content {
  width: 1000px;
  margin-top: 95px;
  margin-bottom: 0;
  margin-left: 290px;
  margin-right: 30px;
  padding-bottom: 30px;
  background-color: transparent; }

.main-content .mc-content {
  margin-bottom: 30px; }

.main-content .mc-content,
.main-content .mc-footer {
  background-color: white;
  border-radius: 4px;
  padding: 30px 15px; }

body[data-no-bg="true"] .main-content .mc-content {
  background-color: transparent !important;
  padding: 0; }

body[data-no-bg="true"] .main-content .mc-content > .container > .row > .col-sm-12 {
  padding: 0; }

body[data-no-bg="true"] .main-content .mc-content .white-bg-block {
  background-color: white;
  border-radius: 3px;
  padding: 30px 50px;
  margin-bottom: 30px; }

body[data-no-bg="true"] .main-content .mc-content .white-bg-block:last-child {
  margin-bottom: 0; }

.body-subpage-small .main-content {
  width: 740px; }

.main-content .mc-footer {
  clear: both;
  background-color: #ccc;
  position: relative; }

.main-content .mc-footer .having-trouble {
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right; }

.main-content .mc-footer .having-trouble h6 {
  margin: 0 0 4px;
  padding: 0;
  font-size: 14px;
  font-weight: 500; }

.main-content .mc-footer .having-trouble h3 {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 20px;
  font-weight: 500; }

.main-content .mc-footer p {
  padding-top: 25px !important;
  font-size: 15px;
  line-height: 1.6; }

.main-content .mc-footer ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-content .mc-footer ul.footer-menu li {
  float: left;
  margin: 0 0 0 25px;
  padding: 0; }

.main-content .mc-footer ul.footer-menu li:first-child {
  margin-left: 0; }

.main-content .mc-footer ul.footer-menu li a {
  font-size: 14px;
  color: black; }

.body-left-menu .main-content .mc-left-menu {
  width: 100%; }

.body-left-menu .main-content .mc-left-menu,
.body-left-menu .main-content .mc-content,
.body-left-menu .main-content .mc-footer {
  width: 740px;
  margin-left: 0;
  margin-right: 0; }

.body-right-menu .main-content .mc-right-menu,
.body-right-menu .main-content .mc-content,
.body-right-menu .main-content .mc-footer {
  width: 740px;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (max-width: 1319px) {
  .main-content {
    margin-left: 30px;
    margin-right: 0; } }

@media only screen and (max-width: 1059px) {
  .main-content {
    width: 100%;
    /*margin-left: 0;
		margin-right: 0;
		padding-left: $main-content-margin;
		padding-right: $main-content-margin;*/ }
  /*.body-subpage-small .main-content {
		margin-left: 0;
		margin-right: auto;
	}*/
  .body-left-menu .main-content .mc-left-menu,
  .body-left-menu .main-content .mc-right-menu {
    margin-bottom: 30px; }
  .body-left-menu .main-content .mc-left-menu,
  .body-left-menu .main-content .mc-content,
  .body-left-menu .main-content .mc-footer {
    width: 100%;
    max-width: 740px; }
  .body-right-menu .main-content .mc-right-menu,
  .body-right-menu .main-content .mc-right-menu {
    margin-bottom: 30px; }
  .body-right-menu .main-content .mc-right-menu,
  .body-right-menu .main-content .mc-content,
  .body-right-menu .main-content .mc-footer {
    width: 100%;
    max-width: 740px; } }

@media only screen and (min-width: 1060px) {
  .body-left-menu .main-content .mc-content,
  .body-left-menu .main-content .mc-footer {
    float: left; }
  .body-right-menu .main-content .mc-content,
  .body-right-menu .main-content .mc-footer {
    float: left; }
  .body-left-menu .main-content .mc-left-menu {
    float: right;
    width: 260px;
    padding-left: 30px; }
  .body-right-menu .main-content .mc-right-menu {
    float: right;
    width: 260px;
    padding-left: 30px; } }

@media only screen and (max-width: 799px) {
  .main-content {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .body-subpage-small .main-content {
    width: 100%;
    max-width: 100%; }
  .body-left-menu .main-content .mc-left-menu,
  .body-left-menu .main-content .mc-content,
  .body-left-menu .main-content .mc-footer {
    width: 100%;
    max-width: 100%; }
  .body-right-menu .main-content .mc-right-menu,
  .body-right-menu .main-content .mc-content,
  .body-right-menu .main-content .mc-footer {
    width: 100%;
    max-width: 100%; }
  .main-content .mc-footer {
    padding: 15px 0; }
  .main-content .mc-footer .having-trouble {
    position: static;
    text-align: left !important;
    padding-top: 50px; }
  .main-content .mc-footer ul.footer-menu li {
    float: none;
    margin: 0 0 15px 0; }
  body[data-no-bg="true"] .main-content .mc-content .white-bg-block {
    padding: 15px; } }

.main-content .mc-footer p {
  margin: 0;
  padding: 0; }

.main-sidebar {
  position: fixed;
  top: 65px;
  bottom: 0;
  left: 0;
  width: 260px;
  background-color: white;
  z-index: 990;
  padding: 30px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2); }

@media only screen and (max-width: 1319px) {
  .main-sidebar {
    left: -260px;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    visibility: hidden;
    opacity: 0; } }

body.sidebar-active .main-sidebar {
  left: 0;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  visibility: visible;
  opacity: 1;
  overflow-y: auto; }

.main-rightbar {
  background-color: white;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  width: 260px;
  z-index: 990;
  position: fixed;
  top: 65px;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto; }

body.rightbar-active .main-rightbar {
  visibility: visible;
  opacity: 1; }

@media only screen and (max-width: 1059px) {
  .main-rightbar {
    left: auto;
    right: -260px; } }

@media only screen and (max-width: 1059px) {
  .main-rightbar {
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent; }
  body.rightbar-active .main-rightbar {
    right: 0;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    visibility: visible;
    opacity: 1; } }

@media only screen and (max-width: 799px) {
  .main-rightbar .btn-primary {
    margin: 5px 0; } }

.main-rightbar h4 {
  margin: 20px; }

.main-rightbar h4 .rightbar-toggler {
  float: right;
  color: black; }

.main-rightbar .btn-primary {
  width: 100%; }

.main-rightbar .btn-primary.applyFilter {
  margin-top: 15px; }

.main-rightbar .nav-tabs > li > a {
  padding-right: 10px;
  padding-left: 10px; }

.main-rightbar i.icon {
  width: 20px;
  height: 20px;
  background-size: 20px; }

.main-rightbar .row .col-sm-6:first-child {
  padding-right: 5px; }

.main-rightbar .mgBottom {
  margin-bottom: 5px; }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: #005e99;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.75); }

.main-header .mh-header {
  /*max-width: $main-content-width + $main-sidebar-width +$main-content-margin * 2;*/
  max-width: 1060px;
  height: 100%;
  padding: 0 30px;
  background-color: transparent; }
  .main-header .mh-header .sidebar-toggler {
    float: left;
    display: none;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-top: 17px;
    padding: 8px 5px;
    background-color: transparent; }
  .main-header .mh-header .sidebar-toggler span.icon-bar {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 0 4px 0;
    background-color: white; }
  .main-header .mh-header .header-link {
    background-color: transparent;
    position: relative;
    float: right;
    display: block;
    margin-left: 25px;
    height: 65px;
    padding: 35px 0 0 0;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: white;
    border: 0;
    text-decoration: none;
    text-transform: uppercase; }
  .main-header .mh-header .dropdown {
    float: right; }
    .main-header .mh-header .dropdown .dropdown-menu {
      left: auto;
      right: -10px;
      margin-top: 7px;
      min-width: 250px;
      border-radius: 3px;
      border: 0; }
    .main-header .mh-header .dropdown .dropdown-menu > li {
      clear: both; }
    .main-header .mh-header .dropdown .dropdown-menu > li > a {
      font-size: 15px;
      color: black;
      text-transform: none;
      font-weight: 400;
      padding: 10px 20px;
      overflow: hidden; }
  .main-header .mh-header .header-link .icon {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 10px;
    height: 25px;
    width: 25px; }
  .main-header .mh-header .header-link .icon.profile {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-header-profile.png");
    background-size: auto 25px; }
  .main-header .mh-header .header-link .icon.profile.logged-in {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-header-profile-avatar.png");
    border-radius: 50%; }
  .main-header .mh-header .header-link .icon.phone {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-header-phone.png"); }
  .main-header .mh-header .header-link .icon.language {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-header-language.png"); }
  .main-header .mh-header .header-link .icon.notification {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-header-notif.png"); }
  .main-header .mh-header .header-link .icon.dashboard {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-home-white.png"); }
  .main-header .mh-header span.number {
    display: block;
    float: right;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #00abc7;
    color: white;
    padding: 0;
    font-size: 13px;
    border-radius: 40px; }
  .main-header .mh-header .header-link span.number {
    position: absolute;
    float: none;
    margin-left: 13px;
    top: 8px;
    left: 50%;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 25px;
    background-color: white;
    color: #005e99; }
  .main-header .mh-header span.title {
    display: block;
    float: left; }
  .main-header .mh-header .page-title {
    display: inline-block;
    min-width: 100px;
    margin-top: 10px;
    background-color: transparent; }
    .main-header .mh-header .page-title .logo {
      display: block;
      line-height: 25px;
      font-size: 18px;
      font-weight: 400;
      color: white;
      background-color: transparent; }
    .main-header .mh-header .page-title .breadcrumb {
      display: inline-block;
      padding: 0;
      margin: 0;
      border-radius: 0;
      background-color: transparent;
      color: white; }
    .main-header .mh-header .page-title .breadcrumb * {
      float: left;
      min-height: auto;
      height: auto;
      border: 0;
      padding: 0;
      margin: 0;
      color: white;
      font-size: 13px;
      letter-spacing: 0.2px; }
    .main-header .mh-header .page-title .breadcrumb span {
      padding: 0 5px; }

@media only screen and (max-width: 1319px) {
  .main-header .mh-header {
    max-width: 800px; }
  .main-header .mh-header .sidebar-toggler {
    display: block; } }

@media only screen and (max-width: 799px) {
  .main-header .mh-header {
    padding-left: 15px;
    padding-right: 15px; }
    .main-header .mh-header .sidebar-toggler {
      margin-right: 10px; }
    .main-header .mh-header .page-title .logo {
      font-size: 14px; }
    .main-header .mh-header .page-title .breadcrumb {
      font-size: 13px; }
    .main-header .mh-header .page-title .breadcrumb * {
      font-size: 13px; }
    .main-header .mh-header .header-link {
      width: 45px;
      margin-left: 0; }
    .main-header .mh-header .header-link span {
      display: none; }
    .main-header .mh-header .header-link .icon {
      top: 50%;
      margin-top: -12px; }
    .main-header .mh-header .header-link.agent,
    .main-header .mh-header .header-link.notif {
      display: none; } }

.md-new-quote ul.steps-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .md-new-quote ul.steps-list li.step {
    margin: 0;
    padding: 0; }
  .md-new-quote ul.steps-list li.step a {
    position: relative;
    display: inline-block;
    line-height: 35px;
    padding: 0 0 0 30px;
    font-size: 13px;
    color: black;
    margin-bottom: 25px;
    background-color: transparent;
    background-image: url("/templates/insuranceportal/assets/images/css/icon-steps-car.svg");
    background-repeat: no-repeat;
    background-position: center left;
    opacity: 0.5;
    background-size: 24px 24px; }
  .md-new-quote ul.steps-list li.step.premium a {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-steps-premium.svg"); }
  .md-new-quote ul.steps-list li.step.coversAndPackages a {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-steps-packages.svg"); }
  .md-new-quote ul.steps-list li.step.personalInformation a {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-steps-personal-information.svg"); }
  .md-new-quote ul.steps-list li.step.review a {
    background-image: url("/templates/insuranceportal/assets/images/css/icon-steps-review.svg"); }
  .md-new-quote ul.steps-list li.step a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 1px;
    height: 25px;
    background-color: #bdbdbd; }
  .md-new-quote ul.steps-list li.review a:before {
    display: none; }
  .md-new-quote ul.steps-list li.step a span {
    display: inline-block;
    margin-right: 10px; }
  .md-new-quote ul.steps-list li.last {
    display: none; }
  .md-new-quote ul.steps-list li.step.active a,
  .md-new-quote ul.steps-list li.step a:hover {
    cursor: pointer;
    color: black;
    text-decoration: none;
    opacity: 1; }

.md-new-quote .drop-zone-box {
  border: 4px dashed #eee;
  padding: 0px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #aaa;
  margin-bottom: 5px; }

.md-new-quote .summary {
  background-color: white;
  border-radius: 4px;
  padding: 12px 0 0 0;
  margin-top: 40px;
  -webkit-transition: all 1s ease-out; }

.md-new-quote .summary h5 {
  margin: 0;
  padding: 0 16px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 400; }

.md-new-quote .summary h6 {
  margin: 14px 0 0 0;
  padding: 0 16px;
  line-height: 13px;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #888; }

.md-new-quote .summary .data-text {
  padding: 0 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6; }

.md-new-quote .summary .summary-footer {
  margin-top: 14px;
  font-size: 15px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #66c4ff; }

.md-new-quote .summary .summary-footer span.number {
  float: right;
  font-size: 18px;
  font-weight: 500; }

.md-new-quote .summary-toggler {
  display: inline-block;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-indent: -5000px;
  font-size: 0.2px;
  background-color: transparent;
  border: 0;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-summary-basket.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

/* FORM STYLE */
.md-new-quote .step-intro {
  border-left: 2px solid #005e99;
  padding-left: 20px;
  margin-bottom: 30px; }

.md-new-quote .step-intro h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400; }

.md-new-quote hr.line {
  margin: 15px -30px; }

.md-new-quote h2 {
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500; }

.md-new-quote .row-field {
  /* padding-top: 15px; padding-bottom: 15px; */
  clear: both; }

.md-new-quote .row-field label.form-label {
  font-size: 18px;
  line-height: 22px;
  padding-top: 20px;
  margin-bottom: 0;
  color: #666;
  font-weight: 400; }

.md-new-quote .row-field label.form-label strong {
  font-weight: 500; }

.md-new-quote .row-field .btn-primary {
  color: black;
  width: 100%;
  margin: 0 0 8px 0;
  background-color: #c7f7ff; }

.md-new-quote .row-field .btn-primary:hover,
.md-new-quote .row-field .btn-primary.active {
  background-color: #00abc7;
  color: white; }

.md-new-quote .row-field app-tooltip {
  float: right;
  width: 20px; }

.md-new-quote .row-field app-tooltip + .form-control,
.md-new-quote .row-field app-tooltip + .buttons-group,
.md-new-quote .row-field app-tooltip + .ng2-auto-complete-wrapper {
  float: left;
  width: 88%; }

.md-new-quote .row-field app-tooltip .btn-default {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 0;
  margin-top: 14px;
  background: transparent url("/templates/insuranceportal/assets/images/css/icon-tooltip.png") no-repeat center center; }

.md-new-quote .gridComponent .row-field > div:first-child {
  display: none; }

.md-new-quote .gridComponent .row-field > div:nth-child(2) {
  width: 100%;
  margin-bottom: 0; }

.md-new-quote .gridComponent .form-control.onlyShowValue, .md-new-quote .gridComponent input.onlyShowValue, .md-new-quote .gridComponent .form-control[disabled] {
  margin-top: 0; }

.md-new-quote .gridComponent .mat-form-field-infix {
  padding: inherit;
  border-top: inherit; }

.ng2-auto-complete-wrapper {
  background-position: top 8px right;
  background-repeat: no-repeat;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-arrow-down.png"); }

.formItem.right input {
  text-align: right; }

.md-new-quote .row-field app-validation-message {
  clear: both;
  display: inline-block;
  width: 100%;
  color: #a94442;
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px; }

.md-new-quote .row-field.prev-next-block {
  background-color: #00abc7;
  margin: 0 -30px -30px -30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0;
  height: 80px; }
  .md-new-quote .row-field.prev-next-block .btn-default {
    padding: 0;
    margin: 0;
    height: 80px;
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    white-space: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .md-new-quote .row-field.prev-next-block .btn-default:hover,
  .md-new-quote .row-field.prev-next-block .btn-default:focus,
  .md-new-quote .row-field.prev-next-block .btn-default:active {
    outline: none; }
  .md-new-quote .row-field.prev-next-block .btn-default.prev {
    text-align: left;
    padding-left: 60px;
    background-image: url("/templates/insuranceportal/assets/images/css/icon-step-arrow-left.png");
    background-position: left 15px center; }
  .md-new-quote .row-field.prev-next-block .btn-default.prev:hover {
    background-position: center left 10px; }
  .md-new-quote .row-field.prev-next-block .btn-default.prev:disabled:hover {
    background-position: center left 20px; }
  .md-new-quote .row-field.prev-next-block .btn-default.next {
    text-align: right;
    padding-right: 60px;
    background-image: url("/templates/insuranceportal/assets/images/css/icon-step-arrow-right.png");
    background-position: right 20px center; }
  .md-new-quote .row-field.prev-next-block .btn-default.next:hover {
    background-position: center right 10px; }
  .md-new-quote .row-field.prev-next-block .btn-default.next:disabled:hover {
    background-position: center right 20px; }
  .md-new-quote .row-field.prev-next-block .btn-default span.title {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #07515a;
    font-weight: 500;
    text-transform: uppercase; }
  .md-new-quote .row-field.prev-next-block .btn-default span.step-title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: white;
    font-weight: 500;
    text-transform: none; }

.md-new-quote td.right {
  text-align: right; }

.md-new-quote .formItem {
  padding: 5px 0;
  margin: 5px 0; }

.md-new-quote .mainCover .formRadioButton hr.line,
.md-new-quote .premiumSummary hr.line,
.md-new-quote .additionalCovers .additionalCoverCheckbox hr.line {
  display: none; }

.md-new-quote .mainCover .formRadioButton,
.md-new-quote .additionalCovers .additionalCoverCheckbox,
.md-new-quote .premiumSummary {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 0 15px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }

.md-new-quote .additionalCovers .additionalCoverCheckbox {
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out; }

.md-new-quote .additionalCovers .additionalCoverCheckbox:hover {
  border: 1px solid #005e99; }

.md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child {
  height: 80px;
  position: relative; }

.md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child:hover {
  cursor: pointer; }

.md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child .checkbox label.form-label {
  position: absolute;
  top: 31px;
  left: 30px;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  color: black;
  padding: 0 0 0 15px; }

.md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child .float-block-01,
.md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child .float-block-02 {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 80px;
  font-size: 13px;
  color: #707070; }

.md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child .float-block-01 {
  right: 203px;
  width: 120px;
  height: 80px;
  text-align: left; }

.md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child .float-block-02 {
  right: 0;
  width: 200px;
  height: 80px;
  text-align: left;
  padding-right: 50px; }

.md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child strong {
  display: inline-block;
  width: 100%;
  padding-top: 23px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: black; }

.md-new-quote .mainCover .formRadioButton {
  min-height: 80px;
  position: relative;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out; }
  .md-new-quote .mainCover .formRadioButton:hover {
    cursor: pointer; }
  .md-new-quote .mainCover .formRadioButton .radio label.form-label {
    position: absolute;
    top: 31px;
    left: 30px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    color: black;
    padding: 0 0 0 15px; }
  .md-new-quote .mainCover .formRadioButton .float-block-01,
  .md-new-quote .mainCover .formRadioButton .float-block-02 {
    position: absolute;
    top: 0;
    display: inline-block;
    height: 80px;
    font-size: 13px;
    color: #707070;
    letter-spacing: 0.2px; }
  .md-new-quote .mainCover .formRadioButton .float-block-01 {
    right: 250px;
    width: 130px;
    height: 80px;
    text-align: right; }
  .md-new-quote .mainCover .formRadioButton .float-block-02 {
    right: 0;
    width: 200px;
    height: 80px;
    text-align: left;
    padding-right: 50px; }
  .md-new-quote .mainCover .formRadioButton strong {
    display: inline-block;
    width: 100%;
    padding-top: 23px;
    font-size: 15px;
    line-height: 20px;
    color: black;
    font-weight: 400; }
  .md-new-quote .mainCover .formRadioButton h2 {
    margin-top: 50px; }

.md-new-quote .mainCover .formRadioButton.selected:hover,
.md-new-quote .additionalCovers .additionalCoverCheckbox .row-field.selected:first-child:hover {
  cursor: default; }

.md-new-quote .mainCover .formRadioButton:hover,
.md-new-quote .mainCover .formRadioButton.selected,
.md-new-quote .mainCover .formRadioButton.selected:hover {
  border: 1px solid #005e99; }

.md-new-quote .mainCover .formRadioButton {
  margin-bottom: 15px; }

.md-new-quote .premiumSummary {
  padding: 30px 20px; }
  .md-new-quote .premiumSummary .col-md-6 .form-control {
    text-align: right;
    font-size: 16px;
    color: black;
    font-weight: 400; }
  .md-new-quote .premiumSummary .col-md-6.form-label {
    text-align: left;
    font-size: 15px;
    color: black; }
  .md-new-quote .premiumSummary .formItem {
    margin: 0;
    padding: 0; }
  .md-new-quote .premiumSummary .totalSum .row-field {
    border-top: solid 3px #000000;
    margin-top: 30px; }
  .md-new-quote .premiumSummary .totalSum .col-md-6.form-label {
    padding-top: 15px; }

.md-new-quote .checkboxWrapper .checkbox > input[type="checkbox"] {
  display: none; }

.md-new-quote .checkboxWrapper .checkbox label::before {
  z-index: -50; }

.chooseRate .formRadioButton {
  float: left;
  width: 48%;
  border: 1px solid #005e99;
  border-radius: 4px;
  margin: 1%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .chooseRate .formRadioButton:hover {
    cursor: pointer; }
  .chooseRate .formRadioButton .radio {
    padding-top: 0;
    height: 20px;
    min-height: 20px; }
  .chooseRate .formRadioButton label.form-label {
    padding-top: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    height: 20px;
    min-height: 20px;
    color: #005e99; }
  .chooseRate .formRadioButton ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0; }
  .chooseRate .formRadioButton ul li {
    margin: 5px 0;
    padding: 0 0 0 30px;
    color: #005e99;
    font-size: 15px;
    line-height: 24px;
    background-image: url("/templates/insuranceportal/assets/images/css/icon-check.png");
    background-repeat: no-repeat;
    background-position: center left; }
  .chooseRate .formRadioButton.selected {
    background-color: #005e99; }
  .chooseRate .formRadioButton.selected .radio label.form-label {
    background-color: #005e99;
    color: white; }
  .chooseRate .formRadioButton.selected ul li {
    color: white;
    background-image: url("/templates/insuranceportal/assets/images/css/icon-check-white.png"); }

.formRadioButton.disabledRadio {
  cursor: no-drop !important; }

.formRadioButton.disabledRadio > * {
  opacity: 0.65; }

.formRadioButton.disabledRadio * {
  cursor: no-drop !important; }

.chooseRate.frequencyOfPayment .formRadioButton {
  width: 23%;
  height: auto;
  min-height: 180px;
  text-align: center; }

.chooseRate.frequencyOfPayment .formRadioButton label.form-label {
  text-align: left; }

.chooseRate.frequencyOfPayment .formRadioButton.selected {
  color: #fff; }

.chooseRate.frequencyOfPayment .formRadioButton.selected label.form-label {
  color: #fff; }

.chooseRate.frequencyOfPayment .formRadioButton .radio + div {
  margin-top: 30px; }

.chooseRate.frequencyOfPayment strong {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  text-align: center;
  margin: 10px auto;
  font-weight: 400; }

.md-new-quote .sliderWrapper .md-slider {
  float: left;
  width: 63%;
  padding: 8px 0; }

.md-new-quote .sliderWrapper input.form-control {
  width: 28%;
  float: right;
  border: 0;
  text-align: right;
  padding-top: 10px;
  margin-right: 20px; }

.md-new-quote .sliderWrapper .after {
  display: block;
  position: absolute;
  right: 40px;
  top: 12px; }

.md-new-quote .sliderWrapper .md-slider-track {
  background-color: #9b9b9b; }

.md-new-quote .sliderWrapper .md-slider-thumb {
  background-color: #00abc7;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.md-new-quote .sliderWrapper .md-slider-thumb:hover {
  cursor: pointer; }

.md-new-quote .sliderWrapper .md-slider-active .md-slider-thumb {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.md-new-quote .sliderWrapper .md-slider-ticks {
  background-color: #00abc7; }

.md-new-quote .sliderWrapper .md-slider-track-fill {
  background-color: #00abc7; }

.md-new-quote .review .col-md-6 .form-control {
  text-align: right;
  font-size: 16px;
  color: black;
  font-weight: 400; }

.md-new-quote .review .col-md-6.form-label {
  text-align: left;
  font-size: 15px;
  color: black;
  padding-top: 15px; }

.md-new-quote .review .review-item-wrapper {
  border: 1px solid #efefef;
  border-radius: 3px;
  padding: 20px; }

.md-new-quote .review .review-item-wrapper hr.line {
  display: none;
  padding: 20px; }

.md-new-quote .rollable {
  position: relative; }

.md-new-quote .rollable .toggleButton {
  position: absolute;
  top: 40px;
  right: 0;
  cursor: pointer;
  color: transparent;
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent center center no-repeat;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-arrow-up.png"); }

.md-new-quote .rollable.hiddenFormItem .toggleButton {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-arrow-down.png"); }

.md-new-quote .rollable.review-item-wrapper .toggleButton {
  top: 25px; }

.md-new-quote .mat-form-field {
  width: 88%; }
  .md-new-quote .mat-form-field input.mat-input-element {
    border: 0 solid transparent !important;
    font-size: 14px !important; }

.mat-calendar-body-selected {
  background-color: #00abc7 !important; }

.mat-calendar-body-cell:focus .mat-focus-indicator::before{
  position: absolute;
}

.mat-form-field-ripple {
  background-color: #00abc7 !important; }

.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
  background-color: #00abc7 !important; }

.mat-slider-horizontal {
  width: 60%; }

.md-new-quote .datepicker-container {
  width: 100% !important; }
  .md-new-quote .datepicker-container .datepicker-input-container {
    width: 100% !important;
    margin-top: -1px; }
  .md-new-quote .datepicker-container .datepicker-input {
    width: 80% !important;
    text-align: left !important;
    border-bottom: 1px solid #757575 !important; }
  .md-new-quote .datepicker-container .ion-ios-calendar-outline:hover {
    font-size: 19px; }
  .md-new-quote .datepicker-container .ion-ios-calendar-outline:hover {
    color: #005e99; }

.md-new-quote .datepicker-calendar .datepicker-calendar-top {
  background-color: #005e99 !important; }

.md-new-quote .datepicker-calendar .a-button.u-is-primary {
  background-color: #005e99 !important;
  border: 1px solid #005e99 !important; }

.md-new-quote .datepicker-calendar .a-button.u-is-secondary {
  background-color: transparent !important;
  color: #005e99 !important;
  border: 1px solid #005e99 !important; }

.md-new-quote .datepicker-calendar .day.today {
  color: #005e99 !important; }

.md-new-quote .datepicker-calendar .day.selected {
  background-color: #005e99 !important; }

.md-new-quote .datepicker-calendar .day:hover {
  background-color: #005e99 !important; }

.md-new-quote .datepicker-calendar .year:hover {
  background-color: #005e99 !important; }

.md-new-quote .formRadioButton .light, .md-new-quote .formRadioButton.selected .dark {
  display: none; }

.md-new-quote .formRadioButton .dark, .md-new-quote .formRadioButton.selected .light {
  display: inline-block; }

.md-new-quote .radioDescription {
  text-align: center; }

.md-new-quote tr.newToAdd {
  background: none !important; }

.md-new-quote tr.newToAdd td > * {
  display: none; }

.md-new-quote tr.newToAdd td.newToAddBtn > * {
  display: block; }

.md-new-quote .calculatedDescription {
  margin-top: 30px; }

.md-new-quote .chooseRate.frequencyOfPayment .formRadioButton {
  height: auto; }

.md-new-quote .chooseRate.clearfix .formRadioButton.selected {
  color: #fff; }

.md-new-quote .row-field.description {
  padding: 25px; }

@media (min-width: 768px) {
  .md-new-quote .modal-dialog {
    margin: 130px auto; } }

.md-new-quote .product-item {
  float: left;
  display: block;
  width: 46%;
  margin: 2%;
  text-align: right;
  padding: 50px 20px;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c7c7c7;
  background-position: center; }
  .md-new-quote .product-item h4 {
    color: white;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px; }

@media only screen and (min-width: 1060px) {
  body.body-scroll-from-top .md-new-quote .mc-left-menu-fixed {
    width: 230px;
    position: fixed;
    top: 90px; }
  .md-new-quote .summary-toggler {
    display: none; } }

@media only screen and (max-width: 1059px) {
  .md-new-quote .mc-left-menu {
    overflow: hidden; }
  .md-new-quote .save-quote {
    display: inline-block;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-indent: -5000px;
    font-size: 0.2px;
    background-color: transparent;
    border: 0;
    background-image: url("/templates/insuranceportal/assets/images/css/icon-summary-save.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px; }
  .md-new-quote .save-quote,
  .md-new-quote .summary-toggler {
    float: right;
    -webkit-box-shadow: 0px 2px 5px 0px transparent;
    -moz-box-shadow: 0px 2px 5px 0px transparent;
    box-shadow: 0px 2px 5px 0px transparent; }
  .md-new-quote .summary-toggler {
    margin-left: 10px; }
  .md-new-quote ul.steps-list {
    float: left;
    width: auto; }
  .md-new-quote .summary {
    clear: both;
    display: none;
    margin-top: 70px; }
  .md-new-quote .mc-content {
    clear: both; }
  .md-new-quote ul.steps-list li.step {
    display: none; }
  .md-new-quote ul.steps-list li.step.active {
    display: block; }
  .md-new-quote ul.steps-list li.step a {
    margin-bottom: 0;
    line-height: 30px; }
  /*PALI*/
  /*.md-new-quote ul.steps-list li.step a:before {*/
  /*  display: none; }*/
  .md-new-quote ul.steps-list li.last {
    display: block; }
  .md-new-quote .steps-list-toggler {
    display: inline-block;
    clear: both;
    margin-left: 30px; }
  body.steps-list-active .md-new-quote ul.steps-list li.step {
    display: block; } }

body.summary-active .md-new-quote .summary {
  display: block; }

@media only screen and (max-width: 799px) {
  .md-new-quote .mc-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .md-new-quote .row-field.prev-next-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0; }
  .md-new-quote .step-intro h1 {
    font-size: 18px; }
  .chooseRate .formRadioButton {
    float: none;
    width: 100%;
    margin: 5px 0; }
  .md-new-quote .additionalCovers .additionalCoverCheckbox,
  .md-new-quote .mainCover .formRadioButton {
    overflow: hidden;
    padding-bottom: 20px; }
  .md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child .checkbox label.form-label,
  .md-new-quote .mainCover .formRadioButton .radio label.form-label {
    padding-left: 5px;
    padding-right: 20px;
    left: 20px;
    padding-top: 3px;
    line-height: 17px; }
  .md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child .float-block-01,
  .md-new-quote .mainCover .formRadioButton .float-block-01 {
    position: static;
    float: left;
    width: 45%;
    margin-top: 0px;
    text-align: left;
    padding-left: 25px; }
  .md-new-quote .additionalCovers .additionalCoverCheckbox > div > div > div > div > app-checkbox > .row-field:first-child .float-block-02,
  .md-new-quote .mainCover .formRadioButton .float-block-02 {
    position: static;
    float: right;
    width: 40%;
    margin-top: 0px;
    padding: 0; }
  .md-new-quote .mainCover .formRadioButton h2 {
    margin-top: 100px; }
  .chooseRate.frequencyOfPayment .formRadioButton {
    float: none;
    width: 100% !important; }
  .md-new-quote .premiumSummary .col-md-6.form-label {
    float: left;
    width: 50%;
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 0;
    font-size: 13px;
    font-weight: 300; }
  .md-new-quote .premiumSummary div.col-md-6 {
    float: right;
    width: 50%; }
  .md-new-quote .premiumSummary .totalSum .col-md-6.form-label {
    padding-top: 9px; }
  .md-new-quote .review .col-md-6.form-label {
    float: none;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-right: 0;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    border-top: 1px solid #e9e9e9; }
  .md-new-quote .review div.col-md-6 {
    width: 100%; }
  .md-new-quote .review div.col-md-6 .form-control {
    height: 100%;
    float: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 16px; }
  .md-new-quote .row-field.prev-next-block .btn-default span.step-title span {
    display: none; }
  .form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 70px; }
  .md-new-quote .product-item {
    width: 100%;
    float: none;
    padding-top: 70px;
    padding-bottom: 70px; }
  .md-new-quote .product-item h4 {
    font-size: 22px; }
  .md-new-quote table.gridComponent {
    margin-top: 10px;
    border-bottom: 1px solid #ddd; }
  .md-new-quote table.gridComponent td {
    padding: 0 15px;
    border-top: 0 solid transparent !important; }
  .md-new-quote table.gridComponent td button.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .md-new-quote table.gridComponent,
  .md-new-quote table.gridComponent tr,
  .md-new-quote table.gridComponent td,
  .md-new-quote table.gridComponent th,
  .md-new-quote table.gridComponent thead,
  .md-new-quote table.gridComponent tbody {
    width: 100%;
    display: block;
    clear: both; }
  .md-new-quote table.gridComponent thead {
    display: none; }
  .md-new-quote table.gridComponent .row-field > div:first-child {
    display: block; } }

.main-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-sidebar ul li {
  margin: 0;
  padding: 0;
  opacity: 0.5; }

.main-sidebar ul li a {
  display: block;
  margin: 0;
  padding: 12px 30px 12px 80px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  background: transparent url("/templates/insuranceportal/assets/images/css/icon-menu-home.svg") no-repeat center left 30px;
  background-size: 24px 24px; }

.main-sidebar ul li a.menu-quotes {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-quotes.svg"); }

.main-sidebar ul li a.menu-clients {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-agents.svg"); }

.main-sidebar ul li a.menu-policies {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-policies.svg"); }

.main-sidebar ul li a.menu-products {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-products.svg"); }

.main-sidebar ul li a.menu-agents {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-clients.png"); }

.main-sidebar ul li a.menu-quotes {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-quotes.png"); }

.main-sidebar ul li a.menu-private-motors {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-private-motors.svg"); }

.main-sidebar ul li a.menu-life {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-life.png"); }

.main-sidebar ul li a.menu-non-life {
  background-image: url("/templates/insuranceportal/assets/images/css/icon-menu-non-life.png"); }

.main-sidebar ul li a:hover {
  color: black; }

.main-sidebar > ul > li.open,
.main-sidebar > ul > li:hover {
  opacity: 1; }

.main-sidebar > ul > li.open > a {
  color: black;
  background-color: #eee; }

.main-sidebar > ul > li.open > ul > li.open > a {
  color: black;
  background-color: #e7e7e7; }

.main-sidebar > ul > li.open > ul > li.open,
.main-sidebar > ul > li.open > ul > li:hover {
  opacity: 1; }

.main-sidebar div.main-nav-headline {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 1.3;
  color: #777;
  padding: 12px 15px;
  margin: 15px 0 0 0; }

.dataTable {
  width: 100% !important;
  clear: both; }

.table-responsive {
  margin-top: 5px;
  clear: both; }

.dataTable.table > tbody > tr,
.dataTable.table > tbody > tr > td,
.dataTable.table > tbody > tr > th,
.dataTable.table > tfoot > tr > td,
.dataTable.table > tfoot > tr > th,
.dataTable.table > thead > tr > td,
.dataTable.table > thead > tr > th {
  background-color: transparent !important;
  border: 0 solid transparent !important;
  padding: 0 !important; }

.dataTable.table > thead {
  display: none; }

.dataTable .table-row {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07); }
  .dataTable .table-row > div {
    clear: both;
    padding: 15px 20px;
    overflow: hidden; }
  .dataTable .table-row > a.href-link {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 68px;
    width: 50px;
    background-color: transparent;
    background-image: url("/templates/insuranceportal/assets/images/css/icon-arrow-right-black.png");
    background-repeat: no-repeat;
    background-position: 15px 27px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .dataTable .table-row > a.href-link:hover {
    background-position: 20px 27px; }
  .dataTable .table-row > a.href-link-full {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent; }
.dataTable .table-row .table-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff; }
.policy-change-list.policy-change-list.policy-change-list .dataTable .table-row .table-content {
    /*width: 898px;*/
    /*height: 134px;*/
    border-radius: 8px;
    border: solid 1px #b8b8b8;
    box-shadow: 10px 10px 8px white;
    width: 100%;
  }
  .dataTable .table-row .table-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    border-top: 1px solid #ddd; }
  .dataTable .table-row .block {
    float: left;
    width: 25%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dataTable .table-row .block span {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
.policy-change-list.policy-change-list.policy-change-list .dataTable .table-row .block span {
    overflow: initial;
}
  .dataTable .table-row .block .short-name {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background-color: #e67735;
    border-radius: 50%; }
  .dataTable .table-row .block .name {
    font-size: 15px;
    line-height: 22px;
    color: #333; }
  .dataTable .table-row .block .number {
    font-size: 13px;
    line-height: 16px;
    color: #aaa; }
  .dataTable .table-row .block .title {
    font-size: 13px;
    line-height: 15px;
    color: #aaa; }
  .dataTable .table-row .block .value {
    font-size: 15px;
    line-height: 18px;
    color: #333; }
  .dataTable .table-row .block .icon {
    float: left;
    display: block;
    width: 30px;
    height: 33px;
    margin-right: 15px;
    margin-top: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url("/templates/insuranceportal/assets/images/css/icon-steps-car.svg");
    background-size: 24px 24px; }
  .dataTable .table-row .editor_edit {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 15px;
    right: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .dataTable .table-row:hover .editor_edit {
    opacity: 1;
    visibility: visible; }

.md-agent-list .mc-content .dataTable .table-row .table-content .block {
  width: 33%; }

.md-agent-list .mc-content .dataTable .table-row .table-content .block.block-01 {
  width: 40%; }

.md-agent-list .mc-content .dataTable .table-row .table-content .block.block-02 {
  width: 30%; }

.md-agent-list .mc-content .dataTable .table-row .table-content .block.block-03 {
  width: 30%; }

.md-agent-list .mc-content .dataTable .table-row .table-footer .block.block-01 {
  width: 40%; }

.md-agent-list .mc-content .dataTable .table-row .table-footer .block.block-02 {
  width: 60%; }

.md-agent-list .mc-content .dataTable tr.selected .table-row .table-content,
.md-agent-list .mc-content .dataTable tr.selected .table-row .table-footer {
  background-color: #b3e2ff; }

.md-qoutes-list .mc-content .dataTable .table-row .table-content .block.block-01 {
  width: 34%; }

.md-policy-list .dataTable .table-row .table-content .block {
  width: 33%; }

.md-policy-list .dataTable .table-row .table-footer .block {
  float: left;
  width: 16.66666%; }

.md-clients-list .dataTable .table-row .table-content .block {
  float: left;
  width: 35%; }

.md-clients-list .dataTable .table-row .table-content .block-01 {
  width: 50%; }

.md-clients-list .dataTable .table-row .table-content .block-02 {
  width: 20%; }

.md-clients-list .dataTable .table-row .table-content .block-03 {
  width: 20%; }

.md-clients-list .dataTable .table-row .table-content .block-04 {
  width: 10%; }

.md-clients-list .dataTable .table-row .table-footer .block-01 {
  width: 50%; }

.md-clients-list .dataTable .table-row .table-footer .block-02 {
  width: 50%; }

.md-clients-list .dataTable .table-row .table-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.md-clients-list a.href-link.a-policies {
  top: 0;
  right: 18%; }

.md-clients-list a.href-link.a-quotes {
  top: 0;
  right: 0; }

.md-pac-list .mc-content {
  padding: 0;
  background-color: transparent; }
  .md-pac-list .mc-content h4 {
    display: block;
    float: left;
    line-height: 36px;
    margin: 5px 15px 5px 0; }
  .md-pac-list .mc-content .selected-filter {
    display: block;
    max-width: 100%;
    padding: 0; }
  .md-pac-list .mc-content .selected-filter .filter-label {
    display: block;
    float: left;
    margin: 10px 10px 10px 0;
    padding: 0 10px 0 17px;
    height: 36px;
    line-height: 36px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #d8d8d8;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .md-pac-list .mc-content .selected-filter .filter-label .icon {
    background-color: #6b6b6b;
    border-radius: 50%;
    padding: 2px;
    margin: 6px 0 0 10px;
    float: right;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-size: 14px 14px; }
  .md-pac-list .mc-content .selected-filter .filter-label:hover {
    background-color: #ccc;
    cursor: pointer; }
  .md-pac-list .mc-content .selected-filter .filter-label:hover .icon {
    background-color: #005e99; }
  .md-pac-list .mc-content .rightbar-toggler.filter {
    float: right;
    color: black;
    margin: 10px 25px 0 25px; }
  .md-pac-list .mc-content .rightbar-toggler.view {
    float: right;
    color: black;
    margin-top: 10px; }
  .md-pac-list .mc-content .search {
    display: block;
    float: right;
    color: black;
    margin-top: 10px;
    position: relative; }
  .md-pac-list .mc-content .search:hover {
    cursor: pointer; }
  .md-pac-list .mc-content .search input {
    display: none;
    position: absolute;
    right: 150%;
    top: -7px;
    width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    border-radius: 3px;
    border: 0;
    color: black;
    -webkit-box-shadow: 0px 15px 30px 1px rgba(0, 0, 0, 0.09) !important;
    -moz-box-shadow: 0px 15px 30px 1px rgba(0, 0, 0, 0.09) !important;
    box-shadow: 0px 15px 30px 1px rgba(0, 0, 0, 0.09) !important; }

.datatables-search-active .md-pac-list .mc-content .search input {
  display: block; }

div.dataTables_wrapper {
  position: relative; }
  div.dataTables_wrapper div.dataTables_processing {
    z-index: 3000;
    background-color: #005e99;
    color: white;
    top: 0 !important;
    padding: 10px 0 !important;
    height: auto !important;
    margin-top: 0 !important; }
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_info {
    color: #b2b2b2;
    font-size: 13px;
    font-weight: 500 !important;
    text-align: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin: 0;
    display: block;
    float: left;
    line-height: 1.5; }
  div.dataTables_wrapper div.dataTables_length {
    width: auto;
    padding-right: 10px; }
  div.dataTables_wrapper div.dataTables_info {
    width: auto;
    padding-left: 10px;
    border-left: 1px solid #b2b2b2; }
  div.dataTables_wrapper div.dataTables_paginate {
    float: right;
    width: 45%; }
  div.dataTables_wrapper div.dt-buttons {
    display: block;
    width: 100%;
    clear: both;
    margin: 0; }
  div.dataTables_wrapper div.dataTables_length label {
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 0 !important; }
  div.dataTables_wrapper div.dataTables_length select {
    color: black;
    font-size: 13px;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 5px !important;
    width: 50px !important;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #b2b2b2; }
  div.dataTables_wrapper div.dt-buttons .btn-default {
    margin-top: 15px;
    margin-right: 10px; }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding: 0;
    margin: 0 !important; }
  div.dataTables_wrapper .pagination > li > a,
  div.dataTables_wrapper .pagination > li > span {
    color: #b2b2b2;
    font-size: 13px;
    font-weight: 500;
    border: 0;
    padding: 0 8px;
    background-color: transparent;
    line-height: 1.5; }
  div.dataTables_wrapper .pagination > li > a:hover,
  div.dataTables_wrapper .pagination > .active > a,
  div.dataTables_wrapper .pagination > .active > a:hover,
  div.dataTables_wrapper .pagination > .active > span,
  div.dataTables_wrapper .pagination > .active > span:hover {
    border: 0;
    background-color: transparent;
    color: black; }

.modal-body {
  overflow: hidden; }
  .modal-body .editor_upload {
    padding: 10px 15px; }
  .modal-body .editor_upload .btn-default {
    display: inline-block;
    background-color: #00abc7; }
  .modal-body .upload,
  .modal-body .clearValue {
    display: inline-block; }
  .modal-body .clearValue .btn-default {
    display: inline-block;
    margin-left: 10px; }
  .modal-body .editor_upload .form-control {
    display: none; }
  .modal-body .editor_upload .drop {
    min-height: 80px;
    width: 100%;
    color: #aaa;
    border: 4px dashed #eee;
    margin: 10px 0;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 1; }

.modal .DTE_Footer button.btn-default {
  background-color: #00abc7; }

.table-responsive {
  border: 0; }

.ui-datepicker {
  width: 240px;
  margin-left: -10px;
  border: solid 1px #e2e2e2 !important; }

.ui-widget.ui-widget-content {
  border: 0;
  background-color: white; }

.ui-widget-header {
  background-color: transparent;
  border: 0; }

.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  color: black;
  font-weight: 400; }

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-radius: 50%;
  border: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0; }

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  background-color: #005e99;
  color: white; }

.ui-datepicker td span, .ui-datepicker td a {
  font-size: 16px;
  font-weight: 400; }

.ui-datepicker th {
  color: #a3aeb0;
  font-size: 16px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background-color: #f1f1f1;
  color: #005e99; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #005e99;
  color: white; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 0; }

@media only screen and (max-width: 799px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate,
  div.dataTables_wrapper div.dt-buttons {
    clear: both;
    float: none;
    width: 100%;
    padding: 10px 0 !important;
    text-align: center !important; }
  div.dataTables_wrapper div.dt-buttons .btn-default {
    float: none !important; }
  div.dataTables_wrapper div.dataTables_info {
    border: 0; }
  .dataTable .table-row > div {
    padding: 15px; }
  .dataTable .table-row .editor_edit {
    visibility: visible;
    opacity: 1; }
  .md-clients-list a.href-link.a-policies {
    top: 115px;
    right: 50%; }
  .md-clients-list a.href-link.a-quotes {
    top: 115px;
    right: 0; }
  .md-pac-list .mc-content .search input {
    top: 110%;
    right: -98px;
    z-index: 10;
    width: 285px; }
  .md-clients-list .dataTable .table-row .table-content .block.block-01,
  .md-clients-list .dataTable .table-row .table-content .block.block-02 {
    float: none;
    width: 100%; }
  .md-clients-list .dataTable .table-row .table-content .block.block-02 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee; }
  .md-clients-list .dataTable .table-row .table-content .block.block-03 {
    width: 50%; }
  .md-clients-list .dataTable .table-row .table-content .block.block-04,
  .md-clients-list .dataTable .table-row .table-content .block.block-05 {
    width: 25%; }
  .md-agent-list .mc-content .dataTable .table-row .table-content .block.block-01 {
    float: none;
    width: 100%;
    padding-bottom: 15px; }
  .md-agent-list .mc-content .dataTable .table-row .table-content .block.block-02 {
    width: 40%; }
  .md-agent-list .mc-content .dataTable .table-row .table-content .block.block-03 {
    width: 60%; }
  .md-agent-list .mc-content .dataTable .table-row .table-footer .block.block-01 {
    padding-bottom: 15px; }
  .md-agent-list .mc-content .dataTable .table-row .table-footer .block.block-01,
  .md-agent-list .mc-content .dataTable .table-row .table-footer .block.block-02 {
    width: 100%;
    float: none; }
  .md-policy-list .dataTable .table-row .table-content .block.block-01 {
    width: 100%;
    float: none;
    padding-bottom: 15px; }
  .md-policy-list .dataTable .table-row .table-content .block.block-02,
  .md-policy-list .dataTable .table-row .table-content .block.block-03 {
    width: 50%; }
  .md-policy-list .dataTable .table-row .table-footer .block {
    width: 50%; }
  .md-policy-list .dataTable .table-row .table-footer .block.block-01,
  .md-policy-list .dataTable .table-row .table-footer .block.block-02,
  .md-policy-list .dataTable .table-row .table-footer .block.block-03,
  .md-policy-list .dataTable .table-row .table-footer .block.block-04 {
    padding-bottom: 15px; }
  .md-qoutes-list .dataTable .table-row .table-content .block.block-01,
  .md-qoutes-list .dataTable .table-row .table-content .block.block-02,
  .md-qoutes-list .dataTable .table-row .table-content .block.block-03 {
    width: 100% !important;
    float: none;
    padding-bottom: 15px; }
  .md-qoutes-list .dataTable .table-row .table-content .block.block-03 {
    padding-bottom: 0; } }

.md-widgets .mc-content {
  background-color: transparent;
  padding: 0; }

.md-widgets .gridster-wrapper {
  width: 760px;
  margin: 10px auto 0 -10px; }

.gridster {
  position: relative; }

.gridster > * {
  margin: 0 auto;
  -webkit-transition: height .4s, width .4s;
  -moz-transition: height .4s, width .4s;
  -o-transition: height .4s, width .4s;
  -ms-transition: height .4s, width .4s;
  transition: height .4s, width .4s; }

.gridster .gs-w {
  z-index: 2;
  position: absolute; }

.ready .gs-w:not(.preview-holder) {
  -webkit-transition: opacity .3s, left .3s, top .3s;
  -moz-transition: opacity .3s, left .3s, top .3s;
  -o-transition: opacity .3s, left .3s, top .3s;
  transition: opacity .3s, left .3s, top .3s; }

.ready .gs-w:not(.preview-holder), .ready .resize-preview-holder {
  -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  transition: opacity .3s, left .3s, top .3s, width .3s, height .3s; }

.gridster .preview-holder {
  z-index: 1;
  position: absolute;
  background-color: #ddd;
  border-color: #ddd;
  opacity: 0.3; }

.gridster .player-revert {
  z-index: 10 !important;
  -webkit-transition: left .3s, top .3s !important;
  -moz-transition: left .3s, top .3s !important;
  -o-transition: left .3s, top .3s !important;
  transition: left .3s, top .3s !important; }

.gridster .dragging,
.gridster .resizing {
  z-index: 10 !important;
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important; }

.gs-resize-handle {
  position: absolute;
  z-index: 1; }

.gs-resize-handle-both {
  width: 20px;
  height: 20px;
  bottom: -8px;
  right: -8px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=");
  background-position: top left;
  background-repeat: no-repeat;
  cursor: se-resize;
  z-index: 20; }

.gs-resize-handle-x {
  top: 0;
  bottom: 13px;
  right: -5px;
  width: 10px;
  cursor: e-resize; }

.gs-resize-handle-y {
  left: 0;
  right: 13px;
  bottom: -5px;
  height: 10px;
  cursor: s-resize; }

.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
  opacity: 1; }

.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
  opacity: 0; }

.gs-resize-disabled .gs-resize-handle {
  display: none !important; }

[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
  display: none !important; }

.gridster ul {
  list-style: none; }

.gridster > * {
  padding: 0;
  width: 100% !important; }

.gridster .gs-w {
  list-style: none; }

.gridster .gs-w[data-sizex="1"] {
  width: 253.333px; }

.gridster .gs-w[data-col="1"] {
  left: 0; }

.gridster .gs-w[data-sizex="2"] {
  width: 506.666px; }

.gridster .gs-w[data-col="2"] {
  left: 253.333px; }

.gridster .gs-w[data-sizex="3"] {
  width: 58%; }

.gridster .gs-w[data-col="3"] {
  left: 506.666px; }

.gridster .gs-w[data-sizex="4"] {
  width: 78%; }

.gridster .gs-w[data-col="4"] {
  left: 61%; }

.gridster .gs-w[data-sizex="5"] {
  width: 98%; }

.gridster .gs-w[data-col="5"] {
  left: 81%; }

.md-widgets .read-more {
  text-align: center;
  padding: 30px 0; }

.md-widgets .widgets li.opened {
  width: 58%;
  height: 58%;
  -webkit-transition: height .4s, width .4s;
  -o-transition: height .4s, width .4s;
  transition: height .4s, width .4s; }

.md-widgets .widgets li {
  /*overflow:hidden;*/
  padding: 10px;
  background-color: transparent !important; }

.md-widgets .widgets li .inner {
  overflow: hidden;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  background-color: white;
  border-radius: 4px;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07); }

.md-widgets .widgets li .widget-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  line-height: 100%; }

.md-widgets .widgets li .widget-link .center-block {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center; }

.md-widgets .widgets li .widget-link .center-block img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-height: 40px; }

.md-widgets .widgets li .widget-link .center-block span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 13px;
  color: #fff; }

.md-widgets .widgets li .widget-link img {
  max-width: 100%; }

.md-widgets .widgets li .widget-link span {
  display: block; }

.md-widgets .widgets li .widget-wrapper {
  width: 100%;
  height: 100%; }
  .md-widgets .widgets li .widget-wrapper h4.headline {
    font-size: 15px;
    line-height: 15px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: 500; }
  .md-widgets .widgets li .widget-wrapper .widget-data {
    margin: 10px 0 0 0;
    height: 100%; }
    .md-widgets .widgets li .widget-wrapper .widget-data.one-item {
      padding-top: 70px; }
    .md-widgets .widgets li .widget-wrapper .widget-data.two-item {
      padding-top: 40px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .chartdiv {
      height: 93%; }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers {
      margin-bottom: 20px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers.half {
      float: left;
      width: 50%; }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers.thirth {
      float: left;
      width: 33.3333%; }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers .number {
      font-size: 30px;
      line-height: 30px;
      color: #000;
      font-weight: 400;
      position: relative; }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers .number span.currency {
      display: inline-block;
      margin-left: 3px;
      font-size: 14px;
      line-height: 14px;
      color: #000; }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers .number span.rate {
      display: inline-block;
      position: absolute;
      right: 0;
      bottom: 2px;
      float: right;
      font-size: 13px;
      line-height: 15px;
      color: #000;
      background-repeat: no-repeat;
      background-position: center right;
      padding-right: 15px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers .number span.rate.red {
      color: #e22727;
      background-image: url("/templates/insuranceportal/assets/images/css/icon-rate-red.png"); }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers .number span.rate.green {
      color: #19bd1b;
      background-image: url("/templates/insuranceportal/assets/images/css/icon-rate-green.png"); }
    .md-widgets .widgets li .widget-wrapper .widget-data .numbers .title {
      clear: both;
      font-size: 13px;
      line-height: 13px;
      color: #717171;
      margin-top: 5px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .table-wrapper {
      margin-left: -15px;
      margin-right: -15px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .table > thead > tr > th {
      border: 0;
      font-size: 13px;
      line-height: 24px;
      color: #717171;
      padding: 0 18px;
      font-weight: 400; }
    .md-widgets .widgets li .widget-wrapper .widget-data .table > tbody > tr > td {
      border: 0;
      font-size: 13px;
      line-height: 16px;
      color: black;
      padding: 12px 18px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .table > tbody > tr:hover > td {
      background-color: #99d8ff;
      cursor: pointer; }

.md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats {
  margin-left: -15px;
  margin-right: -15px; }
  .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link {
    display: block;
    width: 100%;
    height: 49px;
    padding: 10px 15px;
    clear: both;
    overflow: hidden; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link:hover {
      background-color: #f4f4f4; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link > span {
      float: left;
      display: block; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.name {
      width: 32%;
      font-size: 13px;
      line-height: 13px;
      color: black;
      padding-top: 10px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block {
      width: 29%;
      height: 25px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block.first {
      padding-right: 10px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block.second {
      padding-left: 10px; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block span.title {
      display: inline-block;
      width: 100%;
      font-size: 11px;
      line-height: 11px;
      color: #005e99; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block.second span.title {
      color: #00abc7; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block span.line {
      float: left;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #99d8ff; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block.second span.line {
      background-color: #c7f7ff; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block span.line span.current {
      display: block;
      width: 30%;
      float: left;
      height: 2px;
      background-color: #005e99; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.progress-block.second span.line span.current {
      background-color: #00abc7; }
    .md-widgets .widgets li .widget-wrapper .widget-data .progress-bar-stats a.href-link span.arrow {
      width: 10%;
      height: 25px;
      background-image: url("/templates/insuranceportal/assets/images/css/icon-arrow-right-black.png");
      background-repeat: no-repeat;
      background-position: center right; }

.md-widgets .available-apps ul {
  margin: 0 -5px;
  padding: 0;
  overflow: hidden; }

.md-widgets .available-apps li {
  float: left;
  width: 23.6%;
  margin: 5px;
  height: 50px;
  margin: 5px;
  list-style: none;
  padding: 0 15px;
  position: relative;
  text-align: left;
  font-size: 13px;
  line-height: 50px;
  color: black;
  background-color: white;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: center right 20px; }

.md-widgets .available-apps li:hover {
  cursor: pointer;
  background: #00abc7 url("/templates/insuranceportal/assets/images/css/icon-add-widget.png") no-repeat center right 10px;
  background-color: rgba(0, 171, 199, 0.2); }

.md-widgets .available-apps li span.title {
  display: inline-block;
  margin: 0 auto; }

.md-widgets .available-apps .show-more-wrapper {
  display: block;
  text-align: right;
  padding: 0;
  margin-bottom: 15px; }

.md-widgets .available-apps .show-more {
  display: inline-block;
  padding: 0;
  width: 32px;
  height: 32px; }

.md-widgets .available-apps .show-more > span {
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-indent: -10000px;
  font-size: 0.1px;
  color: #fff; }

.md-widgets .available-apps .show-more:active,
.md-widgets .available-apps .show-more:focus {
  background-color: transparent;
  outline: none; }

.md-widgets .available-apps .show-more .more {
  background: transparent url("/templates/insuranceportal/assets/images/css/icon-add-widget.png") no-repeat center center; }

.md-widgets .available-apps .show-more .less {
  background: transparent url("/templates/insuranceportal/assets/images/css/icon-hide-widget.png") no-repeat center center;
  display: none; }

.md-widgets .available-apps h4 {
  float: left;
  line-height: 31px;
  margin: 8px 0 0 0; }

.md-widgets .contextMenu {
  position: absolute;
  z-index: 999999;
  padding: 0;
  margin: 0;
  height: auto;
  max-width: 150px;
  border: 0;
  background: #fafafa; }
  .md-widgets .contextMenu li {
    display: block;
    height: auto;
    line-height: 35px;
    padding: 0px 20px;
    margin: 0;
    color: #4b595e;
    font-size: 13px;
    font-weight: normal;
    min-width: 140px; }
  .md-widgets .contextMenu li .glyphicon {
    margin-right: 10px;
    color: #647075; }
  .md-widgets .contextMenu li:hover {
    background-color: #4b595e;
    color: #fff;
    cursor: pointer; }
  .md-widgets .contextMenu li:hover .glyphicon {
    color: #fff; }

.md-widgets .settings-menu-controller {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block; }
  .md-widgets .settings-menu-controller > div {
    width: 150px !important;
    right: 0;
    left: auto; }
  .md-widgets .settings-menu-controller > div a {
    display: inline-block;
    width: 100%;
    float: none;
    font-size: 14px;
    color: black;
    line-height: 30px;
    padding: 0 15px; }
  .md-widgets .settings-menu-controller > div a:hover,
  .md-widgets .settings-menu-controller > div a:focus,
  .md-widgets .settings-menu-controller > div a:active {
    outline: none;
    text-decoration: none;
    background-color: #f1f1f1; }
  .md-widgets .settings-menu-controller .btn {
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    height: 24px;
    min-height: auto;
    line-height: 24px; }
  .md-widgets .settings-menu-controller .btn-default {
    background-color: transparent;
    color: #999; }
  .md-widgets .settings-menu-controller .btn-default:hover,
  .md-widgets .settings-menu-controller .btn-default:focus,
  .md-widgets .settings-menu-controller .btn-default.active {
    background-color: transparent;
    color: #999; }

.settingsModalBlock {
  width: 100%;
  height: auto; }

.settingsModalBlock .iframe-content iframe {
  width: 100%;
  height: 100%;
  min-height: 800px; }

@media only screen and (max-width: 799px) {
  .md-widgets .gridster-wrapper {
    width: auto !important;
    margin: 10px auto; }
  .md-widgets .gridster-wrapper .gridster > ul {
    text-align: center;
    width: auto !important;
    height: auto !important; }
  .md-widgets .available-apps h4 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
  .gridster .gs-w {
    position: static !important;
    width: 253.333px !important;
    height: 290px !important;
    display: inline-block;
    text-align: left; }
  .md-widgets .settings-menu-controller,
  .gs-resize-handle-both,
  .md-widgets .available-apps {
    display: none; } }

.md-policy-detail .mc-content {
  background-color: transparent;
  padding: 0; }

.md-policy-detail .tab-pane > h6 {
  margin-bottom: 10px;
  margin-top: 30px; }

.md-policy-detail h4 {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 25px;
  line-height: 30px; }

.md-policy-detail h4.panel-title {
  text-align: left;
  margin: 0; }

.md-policy-detail h4.back-link {
  color: black;
  margin: 0;
  text-align: left; }

.md-policy-detail h4.back-link a {
  color: black;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-step-arrow-left-black.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px; }

.md-policy-detail .tab-content > .tab-pane {
  padding: 20px 0; }

.md-policy-detail .nav-tabs {
  padding: 0; }

.md-policy-detail .nav-tabs > li > a {
  padding-left: 30px;
  padding-right: 30px; }

.md-policy-detail .nav-tabs > li > a:hover {
  border-bottom: 1px solid #dcdcdc;
  color: black; }

.md-policy-detail .nav-tabs > li.active > a,
.md-policy-detail .nav-tabs > li.active > a:focus,
.md-policy-detail .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border-bottom: 2px solid #005e99; }

.md-report-claim .panel-default .panel-title a {
  font-size: 15px;
  font-weight: 400; }

.md-report-claim .panel-default:first-child {
  margin-bottom: 10px; }

.md-report-claim #drop-zone {
  min-height: 100px;
  width: 100%;
  color: #666;
  border: 5px dashed #666;
  padding: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1; }

.md-report-claim #drop-zone:hover {
  border-color: #333;
  color: #333; }

.md-report-claim #filelist {
  margin: 20px 0; }

.md-report-claim .progress {
  height: auto;
  margin: 0 0 13px 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.md-report-claim .progress .progress-bar {
  height: 3px; }

.md-report-claim .progress > span {
  background-color: transparent;
  font-size: 13px;
  line-height: 20px; }

.md-report-claim .form-control.invalid {
  border-color: #cc000f;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-input-invalid.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 30px; }

@media only screen and (max-width: 799px) {
  .panel-default > .panel-collapse > .panel-body {
    padding: 10px; }
  .panel-default .panel-title a {
    padding-left: 10px;
    padding-right: 40px; } }

.md-login .control-label {
  text-align: left !important;
  padding-top: 17px; }

.md-login .btn-info {
  margin-top: 20px !important; }

.talk-to-agent h4.back-link {
  color: black;
  margin: 0;
  text-align: left; }

.talk-to-agent h4.back-link a {
  color: black;
  background-image: url("/templates/insuranceportal/assets/images/css/icon-step-arrow-left-black.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px; }

@media only screen and (max-width: 799px) {
  .talk-to-agent {
    text-align: center; } }

.front-end-hp .btn {
  margin: 10px 0; }

.front-end-hp span.or {
  margin: 10px; }

@media only screen and (max-width: 799px) {
  .front-end-hp span.or {
    display: block; } }

/*# sourceMappingURL=style.css.map */
