.vld-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
align-items: center;
display: none;
justify-content: center;
overflow: hidden;
z-index: 9999;
}
.vld-overlay.is-active {
display: flex;
}
.vld-overlay.is-full-page {
z-index: 9999;
position: fixed;
}
.vld-overlay .vld-background {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
background: #fff;
opacity: 0.5;
}
.vld-overlay .vld-icon,
.vld-parent {
position: relative;
}
@font-face {
font-family: Roboto Condensed;
font-display: block;
src: url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Light.eot) format("embedded-opentype"), url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Light.woff) format("woff"), url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Light.ttf) format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: Roboto Condensed;
font-display: block;
src: url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Regular.eot) format("embedded-opentype"), url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Regular.woff) format("woff"), url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Roboto Condensed;
font-display: block;
src: url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Bold.eot) format("embedded-opentype"), url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Bold.woff) format("woff"), url(//tramhiepphat.com/wp-content/themes/halink/fonts/RobotoCondensed-Bold.ttf) format("truetype");
font-weight: 700;
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;
}
.fa-lg {
font-size: 2em;
line-height: 0.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.2857142857em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.1428571429em;
list-style-type: none;
}
.fa-ul>li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.1428571429em;
width: 2.1428571429em;
top: 0.1428571429em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571em;
}
.fa-border {
padding: 0.2em 0.25em 0.15em;
border: 0.08em solid #eee;
border-radius: 0.1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right {
margin-left: 0.3em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: 0.3em;
}
.fa.pull-right {
margin-left: 0.3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s linear infinite;
animation: fa-spin 2s linear infinite;
}
.fa-pulse {
-webkit-animation: fa-spin 1s steps(8) infinite;
animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
0% {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scaleX(-1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
-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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-feed:before,
.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-floppy-o:before,
.fa-save:before {
content: "\F0C7";
}
.fa-square:before {
content: "\F0C8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
content: "\F0DC";
}
.fa-sort-desc:before,
.fa-sort-down:before {
content: "\F0DD";
}
.fa-sort-asc:before,
.fa-sort-up:before {
content: "\F0DE";
}
.fa-envelope:before {
content: "\F0E0";
}
.fa-linkedin:before {
content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\F0E2";
}
.fa-gavel:before,
.fa-legal:before {
content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\F0E4";
}
.fa-comment-o:before {
content: "\F0E5";
}
.fa-comments-o:before {
content: "\F0E6";
}
.fa-bolt:before,
.fa-flash:before {
content: "\F0E7";
}
.fa-sitemap:before {
content: "\F0E8";
}
.fa-umbrella:before {
content: "\F0E9";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
content: "\F150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
content: "\F151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
content: "\F152";
}
.fa-eur:before,
.fa-euro:before {
content: "\F153";
}
.fa-gbp:before {
content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\F155";
}
.fa-inr:before,
.fa-rupee:before {
content: "\F156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
content: "\F157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
content: "\F158";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
content: "\F191";
}
.fa-dot-circle-o:before {
content: "\F192";
}
.fa-wheelchair:before {
content: "\F193";
}
.fa-vimeo-square:before {
content: "\F194";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
content: "\F19C";
}
.fa-graduation-cap:before,
.fa-mortar-board: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-pp: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
content: "\F1C5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
content: "\F1C6";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
content: "\F1CD";
}
.fa-circle-o-notch:before {
content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
content: "\F1D0";
}
.fa-empire:before,
.fa-ge:before {
content: "\F1D1";
}
.fa-git-square:before {
content: "\F1D2";
}
.fa-git:before {
content: "\F1D3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
content: "\F1D4";
}
.fa-tencent-weibo:before {
content: "\F1D5";
}
.fa-qq:before {
content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\F1D7";
}
.fa-paper-plane:before,
.fa-send:before {
content: "\F1D8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
content: "\F1D9";
}
.fa-history:before {
content: "\F1DA";
}
.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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-intersex:before,
.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-genderless:before {
content: "\F22D";
}
.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-bed:before,
.fa-hotel:before {
content: "\F236";
}
.fa-viacoin:before {
content: "\F237";
}
.fa-train:before {
content: "\F238";
}
.fa-subway:before {
content: "\F239";
}
.fa-medium:before {
content: "\F23A";
}
.fa-y-combinator:before,
.fa-yc:before {
content: "\F23B";
}
.fa-optin-monster:before {
content: "\F23C";
}
.fa-opencart:before {
content: "\F23D";
}
.fa-expeditedssl:before {
content: "\F23E";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\F244";
}
.fa-mouse-pointer:before {
content: "\F245";
}
.fa-i-cursor:before {
content: "\F246";
}
.fa-object-group:before {
content: "\F247";
}
.fa-object-ungroup:before {
content: "\F248";
}
.fa-sticky-note:before {
content: "\F249";
}
.fa-sticky-note-o:before {
content: "\F24A";
}
.fa-cc-jcb:before {
content: "\F24B";
}
.fa-cc-diners-club:before {
content: "\F24C";
}
.fa-clone:before {
content: "\F24D";
}
.fa-balance-scale:before {
content: "\F24E";
}
.fa-hourglass-o:before {
content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\F253";
}
.fa-hourglass:before {
content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\F255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
content: "\F256";
}
.fa-hand-scissors-o:before {
content: "\F257";
}
.fa-hand-lizard-o:before {
content: "\F258";
}
.fa-hand-spock-o:before {
content: "\F259";
}
.fa-hand-pointer-o:before {
content: "\F25A";
}
.fa-hand-peace-o:before {
content: "\F25B";
}
.fa-trademark:before {
content: "\F25C";
}
.fa-registered:before {
content: "\F25D";
}
.fa-creative-commons:before {
content: "\F25E";
}
.fa-gg:before {
content: "\F260";
}
.fa-gg-circle:before {
content: "\F261";
}
.fa-tripadvisor:before {
content: "\F262";
}
.fa-odnoklassniki:before {
content: "\F263";
}
.fa-odnoklassniki-square:before {
content: "\F264";
}
.fa-get-pocket:before {
content: "\F265";
}
.fa-wikipedia-w:before {
content: "\F266";
}
.fa-safari:before {
content: "\F267";
}
.fa-chrome:before {
content: "\F268";
}
.fa-firefox:before {
content: "\F269";
}
.fa-opera:before {
content: "\F26A";
}
.fa-internet-explorer:before {
content: "\F26B";
}
.fa-television:before,
.fa-tv:before {
content: "\F26C";
}
.fa-contao:before {
content: "\F26D";
}
.fa-500px:before {
content: "\F26E";
}
.fa-amazon:before {
content: "\F270";
}
.fa-calendar-plus-o:before {
content: "\F271";
}
.fa-calendar-minus-o:before {
content: "\F272";
}
.fa-calendar-times-o:before {
content: "\F273";
}
.fa-calendar-check-o:before {
content: "\F274";
}
.fa-industry:before {
content: "\F275";
}
.fa-map-pin:before {
content: "\F276";
}
.fa-map-signs:before {
content: "\F277";
}
.fa-map-o:before {
content: "\F278";
}
.fa-map:before {
content: "\F279";
}
.fa-commenting:before {
content: "\F27A";
}
.fa-commenting-o:before {
content: "\F27B";
}
.fa-houzz:before {
content: "\F27C";
}
.fa-vimeo:before {
content: "\F27D";
}
.fa-black-tie:before {
content: "\F27E";
}
.fa-fonticons:before {
content: "\F280";
}
.fa-reddit-alien:before {
content: "\F281";
}
.fa-edge:before {
content: "\F282";
}
.fa-credit-card-alt:before {
content: "\F283";
}
.fa-codiepie:before {
content: "\F284";
}
.fa-modx:before {
content: "\F285";
}
.fa-fort-awesome:before {
content: "\F286";
}
.fa-usb:before {
content: "\F287";
}
.fa-product-hunt:before {
content: "\F288";
}
.fa-mixcloud:before {
content: "\F289";
}
.fa-scribd:before {
content: "\F28A";
}
.fa-pause-circle:before {
content: "\F28B";
}
.fa-pause-circle-o:before {
content: "\F28C";
}
.fa-stop-circle:before {
content: "\F28D";
}
.fa-stop-circle-o:before {
content: "\F28E";
}
.fa-shopping-bag:before {
content: "\F290";
}
.fa-shopping-basket:before {
content: "\F291";
}
.fa-hashtag:before {
content: "\F292";
}
.fa-bluetooth:before {
content: "\F293";
}
.fa-bluetooth-b:before {
content: "\F294";
}
.fa-percent:before {
content: "\F295";
}
.fa-gitlab:before {
content: "\F296";
}
.fa-wpbeginner:before {
content: "\F297";
}
.fa-wpforms:before {
content: "\F298";
}
.fa-envira:before {
content: "\F299";
}
.fa-universal-access:before {
content: "\F29A";
}
.fa-wheelchair-alt:before {
content: "\F29B";
}
.fa-question-circle-o:before {
content: "\F29C";
}
.fa-blind:before {
content: "\F29D";
}
.fa-audio-description:before {
content: "\F29E";
}
.fa-volume-control-phone:before {
content: "\F2A0";
}
.fa-braille:before {
content: "\F2A1";
}
.fa-assistive-listening-systems:before {
content: "\F2A2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
content: "\F2A3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
content: "\F2A4";
}
.fa-glide:before {
content: "\F2A5";
}
.fa-glide-g:before {
content: "\F2A6";
}
.fa-sign-language:before,
.fa-signing:before {
content: "\F2A7";
}
.fa-low-vision:before {
content: "\F2A8";
}
.fa-viadeo:before {
content: "\F2A9";
}
.fa-viadeo-square:before {
content: "\F2AA";
}
.fa-snapchat:before {
content: "\F2AB";
}
.fa-snapchat-ghost:before {
content: "\F2AC";
}
.fa-snapchat-square:before {
content: "\F2AD";
}
.fa-pied-piper:before {
content: "\F2AE";
}
.fa-first-order:before {
content: "\F2B0";
}
.fa-yoast:before {
content: "\F2B1";
}
.fa-themeisle:before {
content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\F2B4";
}
.fa-handshake-o:before {
content: "\F2B5";
}
.fa-envelope-open:before {
content: "\F2B6";
}
.fa-envelope-open-o:before {
content: "\F2B7";
}
.fa-linode:before {
content: "\F2B8";
}
.fa-address-book:before {
content: "\F2B9";
}
.fa-address-book-o:before {
content: "\F2BA";
}
.fa-address-card:before,
.fa-vcard:before {
content: "\F2BB";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
content: "\F2BC";
}
.fa-user-circle:before {
content: "\F2BD";
}
.fa-user-circle-o:before {
content: "\F2BE";
}
.fa-user-o:before {
content: "\F2C0";
}
.fa-id-badge:before {
content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\F2C3";
}
.fa-quora:before {
content: "\F2C4";
}
.fa-free-code-camp:before {
content: "\F2C5";
}
.fa-telegram:before {
content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\F2CB";
}
.fa-shower:before {
content: "\F2CC";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
content: "\F2CD";
}
.fa-podcast:before {
content: "\F2CE";
}
.fa-window-maximize:before {
content: "\F2D0";
}
.fa-window-minimize:before {
content: "\F2D1";
}
.fa-window-restore:before {
content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\F2D4";
}
.fa-bandcamp:before {
content: "\F2D5";
}
.fa-grav:before {
content: "\F2D6";
}
.fa-etsy:before {
content: "\F2D7";
}
.fa-imdb:before {
content: "\F2D8";
}
.fa-ravelry:before {
content: "\F2D9";
}
.fa-eercast:before {
content: "\F2DA";
}
.fa-microchip:before {
content: "\F2DB";
}
.fa-snowflake-o:before {
content: "\F2DC";
}
.fa-superpowers:before {
content: "\F2DD";
}
.fa-wpexplorer:before {
content: "\F2DE";
}
.fa-meetup:before {
content: "\F2E0";
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
@font-face {
font-family: Glyphicons Halflings;
src: url(//tramhiepphat.com/fonts/glyphicons-halflings-regular.eot);
src: url(//tramhiepphat.com/fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"), url(//tramhiepphat.com/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(//tramhiepphat.com/fonts/glyphicons-halflings-regular.woff) format("woff"), url(//tramhiepphat.com/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(//tramhiepphat.com/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
0% {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
html input[type="button"] {
-webkit-appearance: button;
cursor: pointer;
}
html input[disabled] {
cursor: default;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.42857143;
color: #333;
background-color: #fff;
width: 100%;
}
article,
aside,
details,
figcaption,
figure {
display: block;
}
figure {
margin: 0;
}
footer,
header {
display: block;
}
header {
z-index: 999;
position: relative;
}
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
color: #000;
text-decoration: none;
}
a:active {
outline: 0;
}
a:hover {
outline: 0;
}
a:focus,
a:hover {
color: #000000;
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
abbr[title] {
cursor: help;
border-bottom: 1px dotted #777;
}
b,
strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin: 20px 0 10px;
font-size: 36px;
}
h1 .small,
h1 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 65%;
}
mark {
color: #000;
background: #ff0;
padding: 0.2em;
background-color: #fcf8e3;
}
small {
font-size: 80%;
font-size: 85%;
}
sub {
bottom: -0.25em;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
img {
border: 0;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
hr {
height: 0;
box-sizing: content-box;
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
pre {
overflow: auto;
font-family: monospace, monospace;
font-size: 1em;
font-family: Menlo, Monaco, Consolas, Courier New, monospace;
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
code {
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
code,
kbd {
font-family: monospace, monospace;
font-size: 1em;
font-family: Menlo, Monaco, Consolas, Courier New, monospace;
padding: 2px 4px;
font-size: 90%;
}
kbd {
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
box-shadow: none;
}
samp {
font-family: monospace, monospace;
font-size: 1em;
font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
button {
margin: 0;
font: inherit;
color: inherit;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
cursor: pointer;
font-family: inherit;
font-size: inherit;
line-height: inherit;
outline: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
margin: 0;
font: inherit;
color: inherit;
line-height: normal;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
input::-moz-focus-inner {
padding: 0;
border: 0;
}
optgroup {
margin: 0;
font: inherit;
color: inherit;
font-weight: 700;
}
select {
text-transform: none;
}
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
textarea {
overflow: auto;
}
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled] {
cursor: default;
}
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
margin: 4px 0 0;
margin-top: 1px\9;
line-height: normal;
}
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="radio"] {
box-sizing: border-box;
padding: 0;
margin: 4px 0 0;
margin-top: 1px\9;
line-height: normal;
}
input[type="radio"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield;
box-sizing: border-box;
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
min-width: 0;
margin: 0;
}
fieldset,
legend {
padding: 0;
border: 0;
}
legend {
display: block;
width: 100%;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border-bottom: 1px solid #e5e5e5;
}
table {
border-spacing: 0;
border-collapse: collapse;
background-color: transparent;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
td,
th {
padding: 0;
}
th {
text-align: left;
}
*,
:after,
:before {
box-sizing: border-box;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: border 0.2s ease-in-out;
}
.thumbnail>img,
.thumbnail a>img {
display: block;
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
}
.thumbnail .caption {
padding: 9px;
color: #333;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner>.item {
position: relative;
display: none;
transition: left 0.6s ease-in-out;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
.carousel-inner>.active {
display: block;
left: 0;
}
.carousel-inner>.next {
left: 100%;
}
.carousel-inner>.next,
.carousel-inner>.prev {
display: block;
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner>.prev {
left: -100%;
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
left: 0;
}
.carousel-inner>.active.left {
left: -100%;
}
.carousel-inner>.active.right {
left: 100%;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h2 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 20px;
margin-bottom: 10px;
font-size: 30px;
}
h2 .small,
h2 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 65%;
}
h3 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 20px;
margin-bottom: 10px;
font-size: 24px;
}
h3 .small,
h3 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 65%;
}
h4 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 10px;
margin-bottom: 10px;
font-size: 18px;
}
h4 .small,
h4 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 75%;
}
h5 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 10px;
margin-bottom: 10px;
font-size: 14px;
}
h5 .small,
h5 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 75%;
}
h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px;
}
h6 .small,
h6 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 75%;
}
.h1 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 20px;
margin-bottom: 10px;
font-size: 36px;
}
.h1 .small,
.h1 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 65%;
}
.h2 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 20px;
margin-bottom: 10px;
font-size: 30px;
}
.h2 .small,
.h2 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 65%;
}
.h3 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 20px;
margin-bottom: 10px;
font-size: 24px;
}
.h3 .small,
.h3 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 65%;
}
.h4 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 10px;
margin-bottom: 10px;
font-size: 18px;
}
.h4 .small,
.h4 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 75%;
}
.h5 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 10px;
margin-bottom: 10px;
font-size: 14px;
}
.h5 .small,
.h5 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 75%;
}
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px;
}
.h6 .small,
.h6 small {
font-weight: 400;
line-height: 1;
color: #777;
font-size: 75%;
}
p {
margin: 0 0 10px;
font-size: 17px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
.small {
font-size: 85%;
}
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul {
margin-top: 0;
margin-bottom: 10px;
}
ul ol,
ul ul {
margin-bottom: 0;
}
.menu-mobile-nav-container>ul>li:hover ul.sub-menu li {
display: block;
}
.menu-mobile-nav-container>ul>li>ul.sub-menu li {
display: none;
padding-left: 20px;
}
ol {
margin-top: 0;
margin-bottom: 10px;
}
ol ol,
ol ul {
margin-bottom: 0;
}
.list-inline,
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
margin-left: -5px;
}
.list-inline>li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt {
font-weight: 700;
}
dd,
dt {
line-height: 1.42857143;
}
dd {
margin-left: 0;
}
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
margin-bottom: 0;
}
blockquote footer {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before {
content: "\2014\A0";
}
blockquote small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote small:before {
content: "\2014\A0";
}
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote .small:before {
content: "\2014\A0";
}
.blockquote-reverse {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.blockquote-reverse footer:before {
content: "";
}
.blockquote-reverse footer:after {
content: "\A0\2014";
}
.blockquote-reverse small:before {
content: "";
}
.blockquote-reverse small:after {
content: "\A0\2014";
}
.blockquote-reverse .small:before {
content: "";
}
.blockquote-reverse .small:after {
content: "\A0\2014";
}
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
blockquote.pull-right footer:before {
content: "";
}
blockquote.pull-right footer:after {
content: "\A0\2014";
}
blockquote.pull-right small:before {
content: "";
}
blockquote.pull-right small:after {
content: "\A0\2014";
}
blockquote.pull-right .small:before {
content: "";
}
blockquote.pull-right .small:after {
content: "\A0\2014";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container>.navbar-collapse,
.container>.navbar-header {
margin-right: -15px;
margin-left: -15px;
}
.container .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.container:after,
.container:before {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header {
margin-right: -15px;
margin-left: -15px;
}
.container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.container-fluid:after,
.container-fluid:before {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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,
.col-lg-auto,
.col-md,
.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,
.col-md-auto,
.col-sm,
.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,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.row {
display: flex;
flex-wrap: wrap;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:after,
.row:before {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.col-xs-1 {
float: left;
width: 8.33333333%;
}
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1,
.col-xs-2 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-2 {
float: left;
width: 16.66666667%;
}
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-3 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-3 {
float: left;
width: 25%;
}
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-4 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-4 {
float: left;
width: 33.33333333%;
}
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-5 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-5 {
float: left;
width: 41.66666667%;
}
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-6 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-6 {
float: left;
width: 50%;
}
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-7 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-7 {
float: left;
width: 58.33333333%;
}
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-8 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-8 {
float: left;
width: 66.66666667%;
}
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-9 {
float: left;
width: 75%;
}
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-10 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-10 {
float: left;
width: 83.33333333%;
}
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xs-11 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-11 {
float: left;
width: 91.66666667%;
}
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xs-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-12 {
float: left;
width: 100%;
}
.col-lg-12,
.col-md-12,
.col-sm-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table>thead>tr>th {
vertical-align: top;
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table>thead>tr>td,
.table>thead>tr>th {
padding: 8px;
line-height: 1.42857143;
border-top: 1px solid #ddd;
}
.table>thead>tr>td {
vertical-align: top;
}
.table>thead>tr>td.active,
.table>thead>tr>th.active {
background-color: #f5f5f5;
}
.table>thead>tr>td.success,
.table>thead>tr>th.success {
background-color: #dff0d8;
}
.table>thead>tr>td.info,
.table>thead>tr>th.info {
background-color: #d9edf7;
}
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
background-color: #fcf8e3;
}
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
background-color: #f2dede;
}
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
border-top: 0;
}
.table>thead>tr.active>td,
.table>thead>tr.active>th {
background-color: #f5f5f5;
}
.table>thead>tr.success>td,
.table>thead>tr.success>th {
background-color: #dff0d8;
}
.table>thead>tr.info>td,
.table>thead>tr.info>th {
background-color: #d9edf7;
}
.table>thead>tr.warning>td,
.table>thead>tr.warning>th {
background-color: #fcf8e3;
}
.table>thead>tr.danger>td,
.table>thead>tr.danger>th {
background-color: #f2dede;
}
.table>tbody>tr>td,
.table>tbody>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table>tbody>tr>td.active,
.table>tbody>tr>th.active {
background-color: #f5f5f5;
}
.table>tbody>tr>td.success,
.table>tbody>tr>th.success {
background-color: #dff0d8;
}
.table>tbody>tr>td.info,
.table>tbody>tr>th.info {
background-color: #d9edf7;
}
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning {
background-color: #fcf8e3;
}
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger {
background-color: #f2dede;
}
.table>tbody+tbody {
border-top: 2px solid #ddd;
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th {
background-color: #f5f5f5;
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th {
background-color: #dff0d8;
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th {
background-color: #d9edf7;
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th {
background-color: #fcf8e3;
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th {
background-color: #f2dede;
}
.table>tfoot>tr>td,
.table>tfoot>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active {
background-color: #f5f5f5;
}
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success {
background-color: #dff0d8;
}
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info {
background-color: #d9edf7;
}
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning {
background-color: #fcf8e3;
}
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger {
background-color: #f2dede;
}
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
background-color: #f5f5f5;
}
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
background-color: #dff0d8;
}
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
background-color: #d9edf7;
}
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
background-color: #fcf8e3;
}
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
background-color: #f2dede;
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th {
border-top: 0;
}
.table .table {
background-color: #fff;
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
border: solid #ddd;
border-width: 1px 1px 2px;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th {
border: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
background-color: #f5f5f5;
}
.table-hover>tbody>tr:hover>.active {
background-color: #e8e8e8;
}
.table-hover>tbody>tr:hover>.success {
background-color: #d0e9c6;
}
.table-hover>tbody>tr:hover>.info {
background-color: #c4e3f3;
}
.table-hover>tbody>tr:hover>.warning {
background-color: #faf2cc;
}
.table-hover>tbody>tr:hover>.danger {
background-color: #ebcccc;
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
background-color: #e8e8e8;
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
background-color: #d0e9c6;
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
background-color: #c4e3f3;
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
background-color: #faf2cc;
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
background-color: #ebcccc;
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
background-color: #e8e8e8;
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
background-color: #d0e9c6;
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
background-color: #c4e3f3;
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
background-color: #faf2cc;
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
background-color: #ebcccc;
}
.table-responsive {
min-height: 0.01%;
overflow-x: auto;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
input[type="file"] {
display: block;
}
input[type="file"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
output {
padding-top: 7px;
}
.form-control,
output {
display: block;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
width: 100%;
height: 34px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control[disabled] {
cursor: not-allowed;
}
.form-control[disabled],
.form-control[readonly] {
background-color: #eee;
opacity: 1;
}
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
cursor: not-allowed;
}
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"] {
cursor: not-allowed;
}
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
box-shadow: none;
opacity: 0.65;
}
fieldset[disabled] a.btn {
pointer-events: none;
}
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
background-color: #fff;
border-color: #ccc;
}
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
background-color: #337ab7;
border-color: #2e6da4;
}
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
background-color: #5cb85c;
border-color: #4cae4c;
}
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
background-color: #5bc0de;
border-color: #46b8da;
}
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
background-color: #f0ad4e;
border-color: #eea236;
}
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a;
}
fieldset[disabled] .btn-link {
background-color: transparent;
box-shadow: none;
}
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
color: #777;
text-decoration: none;
}
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
color: #ccc;
}
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
color: #444;
}
textarea.form-control {
height: auto;
padding: 10px 12px;
border-radius: 0;
margin: 10px 0;
}
.form-group {
margin-bottom: 15px;
}
.radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}
.radio input[type="radio"] {
position: absolute;
margin-top: 4px\9;
margin-left: -20px;
}
.radio+.radio {
margin-top: -5px;
}
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}
.checkbox input[type="checkbox"] {
position: absolute;
margin-top: 4px\9;
margin-left: -20px;
}
.checkbox+.checkbox {
margin-top: -5px;
}
.radio-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
}
.radio-inline input[type="radio"] {
position: absolute;
margin-top: 4px\9;
margin-left: -20px;
}
.radio-inline+.radio-inline {
margin-top: 0;
margin-left: 10px;
}
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
}
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px\9;
margin-left: -20px;
}
.checkbox-inline+.checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
cursor: not-allowed;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.input-sm+.form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm .form-control+.form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.input-lg+.form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg .form-control+.form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.has-feedback label~.form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
top: 0;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-group-lg+.form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.input-group-sm+.form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .form-control-feedback,
.has-success.radio-inline label,
.has-success.radio label {
color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .form-control-feedback,
.has-warning.radio-inline label,
.has-warning.radio label {
color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .form-control-feedback,
.has-error.radio-inline label,
.has-error.radio label {
color: #a94442;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
min-height: 27px;
}
.form-horizontal .checkbox-inline,
.form-horizontal .radio-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
.form-horizontal .form-group:before {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
display: table;
content: " ";
clear: both;
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
color: #333;
text-decoration: none;
}
.btn:active {
background-image: none;
outline: 0;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active.focus,
.btn:active:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover {
color: #333;
text-decoration: none;
}
.btn .caret {
margin-left: 0;
}
.btn .badge,
.btn .label {
position: relative;
top: -1px;
}
.btn.active {
background-image: none;
outline: 0;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.active:focus,
.btn.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.focus {
color: #333;
text-decoration: none;
}
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.disabled,
.btn[disabled] {
cursor: not-allowed;
filter: alpha(opacity=65);
box-shadow: none;
opacity: 0.65;
}
a.btn.disabled {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active {
background-image: none;
}
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default.active {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
background-image: none;
}
.btn-default.active:focus,
.btn-default.active:hover {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.open>.dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
background-image: none;
}
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.open>.dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
background-image: none;
}
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.open>.dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
background-image: none;
}
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.open>.dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
background-image: none;
}
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.open>.dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
background-image: none;
}
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.open>.dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
background-image: none;
}
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.open>.dropdown-menu {
display: block;
}
.open>a {
outline: 0;
}
.btn-default.active.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
background-color: #fff;
border-color: #ccc;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active {
background-image: none;
}
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary.active {
color: #fff;
background-color: #286090;
border-color: #204d74;
background-image: none;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:active,
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active {
background-image: none;
}
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success.active {
color: #fff;
background-color: #449d44;
border-color: #398439;
background-image: none;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus {
border-color: #1b6d85;
}
.btn-info:focus,
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
}
.btn-info:active,
.btn-info:hover {
border-color: #269abc;
}
.btn-info:active {
color: #fff;
background-color: #31b0d5;
background-image: none;
}
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-info.focus {
border-color: #1b6d85;
}
.btn-info.active,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
}
.btn-info.active {
border-color: #269abc;
background-image: none;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active {
background-image: none;
}
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning.active {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
background-image: none;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active {
background-image: none;
}
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger.active {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
background-image: none;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-link {
font-weight: 400;
color: #337ab7;
border-radius: 0;
}
.btn-link,
.btn-link:active {
background-color: transparent;
box-shadow: none;
border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
border-color: transparent;
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link.active,
.btn-link[disabled] {
background-color: transparent;
box-shadow: none;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
color: #777;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-lg .caret {
border-width: 5px 5px 0;
}
.btn-group-lg>.btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-group-sm>.btn,
.btn-sm {
padding: 5px 10px;
}
.btn-group-sm>.btn,
.btn-sm,
.btn-xs {
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-xs .badge {
padding: 1px 5px;
}
.btn-xs .badge {
top: 0;
}
.btn-group-xs>.btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-xs>.btn .badge {
top: 0;
padding: 1px 5px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block+.btn-block {
margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.in,
.fade.show {
opacity: 1 !important;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition-timing-function: ease;
transition-duration: 0.35s;
transition-property: height, visibility;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup {
position: relative;
}
.dropup .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid\9;
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu>.disabled>a {
color: #777;
}
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right {
float: right !important;
}
.pull-right>.dropdown-menu {
right: 0;
left: auto;
}
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid\9;
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group>.btn {
position: relative;
float: left;
}
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
z-index: 2;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group>.btn:first-child {
margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group>.btn+.dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group>.btn.active {
z-index: 2;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-left: -1px;
}
.btn-group>.dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group>.btn-group {
float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active {
outline: 0;
}
.btn-group>.btn-lg+.dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group-vertical>.btn {
position: relative;
float: left;
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover {
z-index: 2;
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical>.btn.active {
z-index: 2;
}
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-vertical>.btn-group:before {
display: table;
content: " ";
}
.btn-group-vertical>.btn-group:after {
display: table;
content: " ";
clear: both;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
margin-left: 5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-group.open .dropdown-toggle {
outline: 0;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
box-shadow: none;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified>.btn-group .btn {
width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn input[type="radio"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
display: table-cell;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group .form-control:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group .form-control:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
height: 46px;
line-height: 46px;
}
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
height: auto;
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
height: 30px;
line-height: 30px;
}
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
height: auto;
}
.input-group-addon {
display: table-cell;
width: 1%;
white-space: nowrap;
vertical-align: middle;
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
margin-top: 0;
}
.input-group-addon:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
}
.input-group-addon:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
}
.input-group-btn {
display: table-cell;
width: 1%;
vertical-align: middle;
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-btn:first-child>.btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-right: -1px;
}
.input-group-btn:first-child>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-btn:first-child>.btn-group {
margin-right: -1px;
}
.input-group-btn:first-child>.btn-group>.btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-btn:first-child>.dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-btn:last-child>.btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
z-index: 2;
margin-left: -1px;
}
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-btn:last-child>.btn-group {
z-index: 2;
margin-left: -1px;
}
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-btn>.btn {
position: relative;
}
.input-group-btn>.btn+.btn {
margin-left: -1px;
}
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
z-index: 2;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav>li,
.nav>li>a {
position: relative;
display: block;
}
.nav>li>a {
padding: 10px 15px;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: #eee;
}
.nav>li>a>img {
max-width: none;
}
.nav>li.disabled>a {
color: #777;
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav:after,
.nav:before {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
float: left;
margin-bottom: -1px;
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid;
border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified>li {
float: none;
}
.nav-tabs.nav-justified>li>a {
margin-bottom: 5px;
text-align: center;
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto;
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
border: 1px solid #ddd;
}
.nav-pills>li {
float: left;
}
.nav-pills>li>a {
border-radius: 4px;
}
.nav-pills>li>a>.badge {
margin-left: 3px;
}
.nav-pills>li+li {
margin-left: 2px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
color: #fff;
background-color: #337ab7;
}
.nav-pills>.active>a>.badge {
color: #337ab7;
background-color: #fff;
}
.nav-stacked>li {
float: none;
}
.nav-stacked>li+li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified>li {
float: none;
}
.nav-justified>li>a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto;
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified>li>a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
border: 1px solid #ddd;
}
.tab-content>.tab-pane {
display: none;
}
.tab-content>.active {
display: block;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.navbar-collapse:after,
.navbar-collapse:before {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-top .navbar-collapse {
max-height: 340px;
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
.navbar-brand {
float: left;
height: 50px;
padding: 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none;
}
.navbar-brand>img {
display: block;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-form {
padding: 10px 15px;
margin: 8px -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb>li {
display: inline-block;
}
.breadcrumb>li+li:before {
padding: 0 5px;
color: #ccc;
content: "/\A0";
}
.breadcrumb>.active {
color: #777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination>li {
display: inline;
}
.pagination>li>a {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination>li>a:focus,
.pagination>li>a:hover {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination>li>span:focus,
.pagination>li>span:hover {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg>li>a,
.pagination-lg>li>span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm>li>a,
.pagination-sm>li>span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager li {
display: inline;
}
.pager li>a {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li>a:focus,
.pager li>a:hover {
text-decoration: none;
background-color: #eee;
}
.pager li>span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager .next>a,
.pager .next>span {
float: right;
}
.pager .previous>a,
.pager .previous>span {
float: left;
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.pager:after,
.pager:before {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.label {
display: inline;
padding: 0.2em 0.6em 0.3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em;
}
.label:empty {
display: none;
}
a.label:focus,
a.label:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
padding: 0.2em 0.6em;
}
.label-success[href]:focus,
.label-success[href]:hover {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
a.badge:focus,
a.badge:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active>.badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
color: inherit;
}
.list-group-item.active:hover .list-group-item-text {
color: #c7ddef;
}
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small {
color: inherit;
}
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small {
color: inherit;
}
.list-group-item.active .list-group-item-text {
color: #c7ddef;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item>.badge {
float: right;
}
.list-group-item>.badge+.badge {
margin-right: 5px;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron>hr {
border-top-color: #d5d5d5;
}
.jumbotron .container {
max-width: 100%;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
border-color: #337ab7;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: 700;
}
.alert>p {
margin-bottom: 0;
}
.alert>p+p {
margin-top: 5px;
}
.alert>ul {
margin-bottom: 0;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
transition: width 0.6s ease;
}
.progress-striped .progress-bar {
background-size: 40px 40px;
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-striped {
background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-bar-danger {
background-color: #d9534f;
}
.media {
margin-top: 15px;
overflow: hidden;
zoom: 1;
}
.media:first-child {
margin-top: 0;
}
.media>.pull-right {
padding-left: 10px;
}
.media>.pull-left {
padding-right: 10px;
}
.media-body {
overflow: hidden;
zoom: 1;
width: 10000px;
display: table-cell;
vertical-align: top;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right {
padding-left: 10px;
}
.media-left,
.media-right {
display: table-cell;
vertical-align: top;
}
.media-left {
padding-right: 10px;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group+.panel-footer {
border-top-width: 0;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
color: #555;
width: 100%;
text-align: left;
}
button.list-group-item .list-group-item-heading {
color: #333;
}
button.list-group-item:focus,
button.list-group-item:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.list-group-item.disabled:hover .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled:hover .list-group-item-text {
color: #777;
}
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.disabled .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text {
color: #777;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
color: #3c763d;
background-color: #d0e9c6;
}
button.list-group-item-success {
color: #3c763d;
}
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
button.list-group-item-success:focus,
button.list-group-item-success:hover {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
color: #31708f;
background-color: #c4e3f3;
}
button.list-group-item-info {
color: #31708f;
}
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
button.list-group-item-info:focus,
button.list-group-item-info:hover {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
color: #8a6d3b;
background-color: #faf2cc;
}
button.list-group-item-warning {
color: #8a6d3b;
}
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
color: #a94442;
background-color: #ebcccc;
}
button.list-group-item-danger {
color: #a94442;
}
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel>.list-group {
margin-bottom: 0;
}
.panel>.list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel>.panel-collapse>.list-group {
margin-bottom: 0;
}
.panel>.panel-collapse>.list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel>.panel-collapse>.table {
margin-bottom: 0;
}
.panel>.panel-collapse>.table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.panel>.table {
margin-bottom: 0;
}
.panel>.table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel>.table:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child {
border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child {
border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel>.table:first-child>tbody:first-child>tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child {
border-top-left-radius: 3px;
}
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child {
border-top-right-radius: 3px;
}
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child {
border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tfoot:last-child>tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child {
border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel>.table+.panel-body {
border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
border-top: 0;
}
.panel>.table-responsive {
margin-bottom: 0;
border: 0;
}
.panel>.table-responsive>.table {
margin-bottom: 0;
}
.panel>.table-responsive>.table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child {
border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child {
border-top-right-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child {
border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child {
border-top-right-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child {
border-bottom-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child {
border-bottom-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel>.table-responsive+.panel-body {
border-top: 1px solid #ddd;
}
.panel>.table-responsive>.table-bordered {
border: 0;
}
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0;
}
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0;
}
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child {
border-left: 0;
}
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child {
border-right: 0;
}
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
border-bottom: 0;
}
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child {
border-left: 0;
}
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child {
border-right: 0;
}
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child {
border-left: 0;
}
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child {
border-right: 0;
}
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th {
border-bottom: 0;
}
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child {
border-left: 0;
}
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child {
border-right: 0;
}
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-left: 0;
}
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right: 0;
}
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom: 0;
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
border-top: 1px solid #ddd;
}
.panel>.table-bordered {
border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child {
border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child {
border-right: 0;
}
.panel>.table-bordered>thead>tr>td:first-child {
border-left: 0;
}
.panel>.table-bordered>thead>tr>td:last-child {
border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th {
border-bottom: 0;
}
.panel>.table-bordered>tbody>tr>th:first-child {
border-left: 0;
}
.panel>.table-bordered>tbody>tr>th:last-child {
border-right: 0;
}
.panel>.table-bordered>tbody>tr>td:first-child {
border-left: 0;
}
.panel>.table-bordered>tbody>tr>td:last-child {
border-right: 0;
}
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th {
border-bottom: 0;
}
.panel>.table-bordered>tfoot>tr>th:first-child {
border-left: 0;
}
.panel>.table-bordered>tfoot>tr>th:last-child {
border-right: 0;
}
.panel>.table-bordered>tfoot>tr>td:first-child {
border-left: 0;
}
.panel>.table-bordered>tfoot>tr>td:last-child {
border-right: 0;
}
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th {
border-bottom: 0;
}
.panel-body {
padding: 15px;
}
.panel-body:after,
.panel-body:before {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
color: inherit;
}
.panel-heading+.list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
}
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel+.panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #337ab7;
}
.panel-primary>.panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info>.panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning>.panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger>.panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: 0.2;
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: 0.5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
body.modal-open {
padding-right: 0 !important;
}
#popup-payment .modal-dialog {
max-width: 372px;
}
.centered-modal.show {
display: flex !important;
}
.centered-modal .modal-dialog {
margin: auto;
}
.modal.in .modal-dialog {
transform: translate(0);
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
outline: 0;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: rgba(0, 0, 0, 0.8);
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.5;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:after,
.modal-header:before {
display: table;
content: " ";
}
.modal-header:after {
clear: both;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
margin-left: 0;
}
.modal-footer:after,
.modal-footer:before {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: 0.9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
left: 5px;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
line-break: auto;
}
.popover>.arrow {
border: 11px solid transparent;
}
.popover>.arrow,
.popover>.arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
}
.popover>.arrow:after {
content: "";
border: 10px solid transparent;
}
.popover.top {
margin-top: -10px;
}
.popover.top>.arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.popover.top>.arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right {
margin-left: 10px;
}
.popover.right>.arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.popover.right>.arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom {
margin-top: 10px;
}
.popover.bottom>.arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom>.arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left {
margin-left: -10px;
}
.popover.left>.arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left>.arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.carousel {
position: relative;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent;
filter: alpha(opacity=50);
opacity: 0.5;
}
.carousel-control:focus,
.carousel-control:hover {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: 0.9;
}
.carousel-control .icon-prev {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
left: 50%;
margin-left: -10px;
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev:before {
content: "\2039";
}
.carousel-control .icon-next {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
right: 50%;
margin-right: -10px;
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.carousel-control .icon-next:before {
content: "\203A";
}
.carousel-control .glyphicon-chevron-left {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
left: 50%;
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
right: 50%;
margin-right: -10px;
}
.carousel-control.left {
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
background-repeat: repeat-x;
}
.clearfix:after,
.clearfix:before {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
.navbar-header:after,
.navbar-header:before {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
display: none !important;
}
@media print {
*,
:after,
:before {
color: #000 !important;
text-shadow: none !important;
background: 0 0 !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " ("attr(href) ")";
}
abbr[title]:after {
content: " ("attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
blockquote,
pre {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
img,
tr {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p {
orphans: 3;
widows: 3;
}
h2,
h3 {
orphans: 3;
widows: 3;
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn>.caret,
.dropup>.btn>.caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #ddd !important;
}
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
td.visible-print,
th.visible-print {
display: table-cell !important;
}
.visible-print-block {
display: block !important;
}
.visible-print-inline {
display: inline !important;
}
.visible-print-inline-block {
display: inline-block !important;
}
.hidden-print {
display: none !important;
}
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
.container {
width: 750px;
}
.container>.navbar-collapse,
.container>.navbar-header {
margin-right: 0;
margin-left: 0;
}
.col-sm-1 {
float: left;
width: 8.33333333%;
}
.col-sm-2 {
float: left;
width: 16.66666667%;
}
.col-sm-3 {
float: left;
width: 25%;
}
.col-sm-4 {
float: left;
width: 33.33333333%;
}
.col-sm-5 {
float: left;
width: 41.66666667%;
}
.col-sm-6 {
float: left;
width: 50%;
}
.col-sm-7 {
float: left;
width: 58.33333333%;
}
.col-sm-8 {
float: left;
width: 66.66666667%;
}
.col-sm-9 {
float: left;
width: 75%;
}
.col-sm-10 {
float: left;
width: 83.33333333%;
}
.col-sm-11 {
float: left;
width: 91.66666667%;
}
.col-sm-12 {
float: left;
width: 100%;
}
.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;
}
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
width: auto;
}
.form-inline .input-group>.form-control {
width: 100%;
}
.form-inline .control-label,
.form-inline .radio {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio {
display: inline-block;
margin-top: 0;
}
.form-inline .radio label {
padding-left: 0;
}
.form-inline .radio input[type="radio"] {
position: relative;
margin-left: 0;
}
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
.navbar-right~.navbar-right {
margin-right: 0;
}
.nav-tabs.nav-justified>li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified>li>a {
margin-bottom: 0;
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
border-bottom-color: #fff;
}
.nav-justified>li {
display: table-cell;
width: 1%;
}
.nav-justified>li>a {
margin-bottom: 0;
}
.nav-tabs-justified>li>a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
border-bottom-color: #fff;
}
.navbar {
border-radius: 4px;
}
.navbar>.container-fluid .navbar-brand,
.navbar>.container .navbar-brand {
margin-left: -15px;
}
.navbar-header {
float: left;
}
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top {
border-radius: 0;
}
.navbar-fixed-top .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.navbar-static-top {
border-radius: 0;
}
.navbar-static-top .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.navbar-fixed-bottom {
border-radius: 0;
}
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header {
margin-right: 0;
margin-left: 0;
}
.navbar-toggle {
display: none;
}
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav>li {
float: left;
}
.navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
box-shadow: none;
}
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .form-control,
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
width: auto;
}
.navbar-form .input-group>.form-control {
width: 100%;
}
.navbar-form .control-label,
.navbar-form .radio {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio {
display: inline-block;
margin-top: 0;
}
.navbar-form .radio label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"] {
position: relative;
margin-left: 0;
}
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
.navbar-left {
float: left !important;
}
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
.col-md-1 {
float: left;
width: 8.33333333%;
}
.col-md-2 {
float: left;
width: 16.66666667%;
}
.col-md-3 {
float: left;
width: 25%;
}
.col-md-4 {
float: left;
width: 33.33333333%;
}
.col-md-5 {
float: left;
width: 41.66666667%;
}
.col-md-6 {
float: left;
width: 50%;
}
.col-md-7 {
float: left;
width: 58.33333333%;
}
.col-md-8 {
float: left;
width: 66.66666667%;
}
.col-md-9 {
float: left;
width: 75%;
}
.col-md-10 {
float: left;
width: 83.33333333%;
}
.col-md-11 {
float: left;
width: 91.66666667%;
}
.col-md-12 {
float: left;
width: 100%;
}
.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;
}
.modal-lg {
width: 900px;
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
.col-lg-1 {
float: left;
width: 8.33333333%;
}
.col-lg-2 {
float: left;
width: 16.66666667%;
}
.col-lg-3 {
float: left;
width: 25%;
}
.col-lg-4 {
float: left;
width: 33.33333333%;
}
.col-lg-5 {
float: left;
width: 41.66666667%;
}
.col-lg-6 {
float: left;
width: 50%;
}
.col-lg-7 {
float: left;
width: 58.33333333%;
}
.col-lg-8 {
float: left;
width: 66.66666667%;
}
.col-lg-9 {
float: left;
width: 75%;
}
.col-lg-10 {
float: left;
width: 83.33333333%;
}
.col-lg-11 {
float: left;
width: 91.66666667%;
}
.col-lg-12 {
float: left;
width: 100%;
}
.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;
}
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
td.visible-lg,
th.visible-lg {
display: table-cell !important;
}
.visible-lg-block {
display: block !important;
}
.visible-lg-inline {
display: inline !important;
}
.visible-lg-inline-block {
display: inline-block !important;
}
.hidden-lg {
display: none !important;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
line-height: 34px;
}
.input-group-sm input[type="date"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"],
.input-group-sm input[type="time"],
input[type="date"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm {
line-height: 30px;
}
.input-group-lg input[type="date"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"],
.input-group-lg input[type="time"],
input[type="date"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
input[type="time"].input-lg {
line-height: 46px;
}
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 200px;
}
}
@media (transform-3d) {
.carousel-inner>.item {
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
perspective: 1000px;
}
.carousel-inner>.item.active.right,
.carousel-inner>.item.next {
left: 0;
transform: translate3d(100%, 0, 0);
}
.carousel-inner>.item.active.left,
.carousel-inner>.item.prev {
left: 0;
transform: translate3d(-100%, 0, 0);
}
.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
left: 0;
transform: translateZ(0);
}
}
@media (-webkit-transform-3d) {
.carousel-inner>.item {
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
perspective: 1000px;
}
.carousel-inner>.item.active.right,
.carousel-inner>.item.next {
left: 0;
transform: translate3d(100%, 0, 0);
}
.carousel-inner>.item.active.left,
.carousel-inner>.item.prev {
left: 0;
transform: translate3d(-100%, 0, 0);
}
.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
left: 0;
transform: translateZ(0);
}
}
header {
padding: 0;
width: 100%;
}
header .header-menu {
margin: 0;
background: #fff;
position: relative;
}
header .header-menu .header-menu-top {
height: 100px;
padding: 0;
}
header .header-menu .header-menu-top iframe {
position: absolute;
top: 35px;
left: 165px;
height: 20px;
}
header .header-menu .header-menu-top .logo {
display: inline-block;
padding: 0 0 0px;
}
header .header-menu .header-menu-top .logo img {
max-height: 50px; }  header .header-menu .header-menu-top form.search {
font-family: Roboto, sans-serif;
position: relative;
}
header .header-menu .header-menu-top form.search .results {
position: absolute;
top: 10px;
}
header .header-menu .header-menu-top form.search ul.search-result {
position: relative;
background-color: #fff;
width: 400px;
text-align: left;
display: block;
z-index: 1000;
border: 2px solid #00bfff;
}
.close-search {
position: absolute;
right: -10px;
top: -10px;
z-index: 999999;
background: #fff;
width: 18px;
height: 18px;
text-align: center;
border-radius: 50%;
line-height: 16px;
cursor: pointer;
border: 1px solid #e8e8e8;
}
header .header-menu .header-menu-top form.search ul.search-result li {
width: 100%;
border-bottom: 1px dotted #ccc;
}
header .header-menu .header-menu-top form.search ul.search-result li:last-child {
border-bottom: none;
}
header .header-menu .header-menu-top form.search ul.search-result li a {
display: block;
text-overflow: ellipsis;
overflow: hidden;
color: #000;
text-transform: none;
position: relative;
padding: 3px 120px 3px 8px;
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
header .header-menu .header-menu-top form.search ul.search-result li a img {
width: 50px;
height: 50px;
position: relative;
top: 0;
}
header .header-menu .header-menu-top form.search ul.search-result li:hover {
background-color: #f8f8f8;
}
header .header-menu .header-menu-top form.search input {
height: 33px !important;
border: 1px solid #000;
border-radius: 5px;
width: 100%;
outline: 0;
padding-right: 40px;
padding-left: 10px;
}
header .header-menu .header-menu-top form.search img.search-icon {
position: absolute;
right: 5px;
top: 7px;
width: 20px;
right: 10px;
}
header .header-menu .header-menu-top .contact {
font-family: Roboto, sans-serif;
font-size: 12px;
font-weight: 500;
position: relative;
top: 23px;
padding-right: 0;
text-align: right;
color: #fff;
line-height: 15px;
letter-spacing: 1px;
}
@media (min-width: 1200px) {
header .header-menu .header-menu-top .contact {
width: 47%;
}
}
header .header-menu .header-menu-top .contact p {
margin-bottom: 5px;
font-weight: 500;
}
header .header-menu .header-menu-top .contact p span {
color: #000;
font-size: 16px;
font-weight: 900;
position: relative;
top: 1px;
letter-spacing: 1.5px;
}
header .header-menu .header-menu-top .contact a {
color: #fff;
}
header .header-menu .header-menu-top .contact a:hover {
color: #fff !important;
}
header .header-menu .header-menu-top .form-control {
height: 31px !important;
font-size: 12px !important;
border-radius: 5px !important;
line-height: 30px !important;
}
header .header-menu .main-menu {
position: static;
text-transform: uppercase;
}
header .header-menu .main-menu>li:hover>a span {
display: block;
}
header .header-menu .main-menu>li .sub-menu {
display: block;
background-color: #fff;
border: none;
box-shadow: none;
margin: 0;
padding: 15px 5px;
top: 70px;
z-index: 999;
position: absolute;
width: 100%;
transform: rotateX(-90deg);
transform-origin: 0 0 0;
transition: all 0.5s ease;
}
header .header-menu .main-menu>li:hover .sub-menu {
transform: rotate3d(0, 0, 0, 0deg);
}
header .header-menu .main-menu>li .sub-menu.dropdown-menu {
border-radius: 0;
}
header .header-menu .main-menu>li .sub-menu span.title {
font-weight: 900;
font-size: 14px;
display: inline-block;
text-transform: uppercase;
border-bottom: 2px solid #d3d3d3;
padding-bottom: 3px;
}
header .header-menu .main-menu>li .sub-menu .menu-list ul {
padding-top: 5px;
}
header .header-menu .main-menu>li .sub-menu .menu-list ul li {
padding: 2px 0;
display: block;
margin-top: 5px;
}
header .header-menu .main-menu>li .sub-menu .menu-list ul li a {
color: #000;
text-transform: uppercase;
font-size: 14px;
cursor: pointer;
}
header .header-menu .main-menu>li .sub-menu .menu-list ul li a:hover {
text-decoration: underline !important;
}
header .header-menu .main-menu>li .sub-menu .menu-list.menu-collection-large li {
width: 50%;
display: inline-block;
float: left;
}
header .header-menu .main-menu>li .sub-menu .menu-sort {
padding-left: 0;
}
header .header-menu .main-menu>li .sub-menu .menu-sort ul {
padding-top: 5px;
}
header .header-menu .main-menu>li .sub-menu .menu-sort ul li {
padding: 2px 0;
display: block;
margin-top: 5px;
}
header .header-menu .main-menu>li .sub-menu .menu-sort ul li a {
color: #000;
text-transform: uppercase;
font-size: 14px;
cursor: pointer;
}
header .header-menu .main-menu>li .sub-menu .menu-sort ul li a:hover {
text-decoration: underline !important;
}
header .header-bottom {
cursor: pointer;
margin-top: 5px;
margin-bottom: 5px;
}
header .header-bottom span {
padding-right: 44px !important;
float: left;
}
header .header-bottom span:last-child {
padding: 0 !important;
}
header .header-bottom img {
height: 38px;
}
header .modal-dialog {
width: 100%;
margin: 0;
padding: 0;
}
header .modal-content {
height: auto;
border-radius: 0;
}
header .modal-content .close-btn {
background-color: #fff;
float: right;
height: 45px;
width: 50px;
text-align: center;
padding: 10px 5px 0;
}
header .modal-content .close-btn i {
font-size: 20px;
color: #aaa;
display: block;
}
header .modal-content .close-btn p {
font-size: 8px;
}
header .modal-body {
font-size: 10px;
background-color: #fff;
}
header .modal-body .modal-category {
padding: 2px;
font-weight: 600;
}
header .modal-body .modal-item {
text-align: center;
text-transform: uppercase;
border: 1px solid #ddd;
width: 100%;
}
header .modal-body .modal-item img {
height: 50px;
padding: 5px 0;
}
header .modal-body .modal-item a {
color: #000;
}
header .modal-body .modal-item .title-modal {
padding: 5px;
}
header .modal-body .modal-phone i {
padding: 0 4px;
font-size: 12px;
}
header .modal-body .discount {
color: #000000 !important;
padding: 5px;
}
.black-bg {
width: 100%;
height: 100%;
display: none;
z-index: 998;
position: fixed;
background-color: rgba(0, 0, 0, 0.7);
}
#menuModal {
background: rgba(0, 0, 0, 0.7);
}
#menuModal .modal-dialog {
margin: 0;
}
#menuModal .modal-dialog .modal-content {
width: 100%;
background: #e6e7e8;
border-radius: 0;
margin-top: 47px;
border: none;
padding: 10px 0;
position: relative;
}
#menuModal .modal-dialog .modal-content .btn-close {
text-align: center;
display: block;
position: absolute;
right: 0;
top: -47px;
background: #e6e7e8;
padding: 15px;
}
#menuModal .modal-dialog .modal-content .btn-close img {
width: 80%;
}
#menuModal .modal-dialog .modal-content .title {
font-size: 20px;
letter-spacing: 1px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 8px;
padding-left: 25px;
border-bottom: 1px solid #aaa;
position: relative;
}
#menuModal .modal-dialog .modal-content .title .drop {
display: inline;
height: 42px;
width: 42px;
position: absolute;
right: 20px;
top: -8px;
}
#menuModal .modal-dialog .modal-content .title .drop img {
display: block;
width: 23px;
position: absolute;
}
#menuModal .modal-dialog .modal-content .title .drop img.minus-btn {
top: 20px;
right: 10px;
display: none;
}
#menuModal .modal-dialog .modal-content .title .drop img.add-btn {
top: 10px;
right: 10px;
}
#menuModal .modal-dialog .modal-content .title.saleoff {
color: #000000;
display: block;
}
#menuModal .modal-dialog .modal-content .title.dropdown a {
color: #000;
display: inline-block;
padding-right: 67%;
padding-bottom: 5px;
}
#menuModal .modal-dialog .modal-content .title.dropdown .dropdown-menu {
width: 100%;
position: relative;
top: 5px;
background: inherit;
box-shadow: none;
border: none;
}
#menuModal .modal-dialog .modal-content .title.dropdown.open img.minus-btn {
display: inline-block;
}
#menuModal .modal-dialog .modal-content .title.dropdown.open img.add-btn {
display: none;
}
#menuModal .modal-dialog .modal-content .title .menu-container {
padding: 0 10px;
text-transform: none;
font-weight: 500;
font-size: 15px;
font-family: Roboto, sans-serif;
}
#menuModal .modal-dialog .modal-content .title .menu-container li {
margin-bottom: 5px;
}
#menuModal .modal-dialog .modal-content .hotline {
font-size: 11px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
text-align: center;
}
#menuModal .modal-dialog .modal-content .hotline a {
color: #000000;
font-size: 18px;
position: relative;
top: 1px;
}
.btn-like-fb {
display: block;
background-color: #4267b2;
position: relative;
color: #fff;
border-radius: 3px;
height: 20px;
line-height: 20px;
width: 85px;
text-align: center;
font-size: 11px;
}
.btn-like-fb img {
width: 16px;
margin-right: 4px;
}
.btn-like-fb:hover {
color: #fff !important;
}
.body-checkout .header-menu-top {
padding-bottom: 10px !important;
}
.body-checkout .header-menu-top .col-sm-4.col-xs-2 {
width: 100%;
text-align: center;
}
.body-checkout header .header-menu .header-menu-top .contact {
width: 100%;
}
.brand .list-brand {
padding: 0 0 20px;
}
.brand .list-brand ul {
width: 14.28571%;
display: inline-block;
}
.brand .list-brand ul li {
width: 100%;
font-size: 13px;
margin-bottom: 5px;
}
.brand .list-brand ul li a {
font-size: 13px;
color: #000;
}
.brand .filter-sidebar {
display: none;
}
.collection {
margin-bottom: 20px;
}
.seo-content .colection-description {
overflow: hidden;
display: block;
width: 100%;
margin-top: 20px;
}
.seo-content h2 {
font-size: 18px;
}
.seo-content h3 {
font-size: 17px;
}
.seo-content {
position: relative;
clear: both;
}
.newslist {
display: block;
overflow: hidden;
}
.collection .category-title {
margin: 0 0 20px;
font-weight: 700;
letter-spacing: 0.5px;
font-size: 15px !important;
}
.collection .list-filter {
display: none;
padding: 0 0 10px;
}
.collection .list-filter span {
background-color: #ddd;
color: #fff;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
padding: 0 10px;
height: 22px;
line-height: 22px;
font-size: 13px;
font-weight: 400;
color: #000;
}
.collection .list-filter span:last-child {
cursor: pointer;
background-color: #444;
color: #fff;
}
.collection .list-filter span img {
margin-left: 8px;
cursor: pointer;
width: 10px;
position: relative;
top: -1px;
}
.collection .item-sort {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
.collection .item-sort ul {
left: auto;
right: 0;
margin: 0;
padding: 5px 0;
}
.collection .item-sort ul li {
padding: 5px 10px 5px 30px;
position: relative;
}
.collection .item-sort ul li i {
position: absolute;
left: 8px;
bottom: 8px;
display: none;
}
.collection .item-sort ul li.active i {
display: inline-block;
}
.collection .collection-pagination {
display: none;
}
.collection .list-all-brand-filter {
padding-left: 5px;
padding-right: 5px;
}
.collection .list-all-brand-filter ul {
width: 14.28571%;
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.collection .list-all-brand-filter ul li {
width: 100% !important;
font-size: 12px;
margin-bottom: 5px;
display: block !important;
}
.collection .list-all-brand-filter ul li a {
color: #aaa;
}
.collection .list-all-brand-filter ul li a:hover {
text-decoration: underline;
}
.collection .list-all-brand ul {
width: 25%;
display: inline-block;
float: left;
margin-bottom: 40px;
}
.collection .list-all-brand ul li {
width: 100%;
font-style: italic;
font-size: 13px;
margin-bottom: 5px;
}
.collection .list-all-brand ul li a {
color: #aaa;
}
.collection .list-all-brand ul li a:hover {
text-decoration: underline;
}
.collection .cover {
margin-bottom: 20px;
padding: 0;
}
.collection .cover img {
max-width: 100%;
}
.collection .collection-left .title {
padding-top: 15px;
font-size: 15px;
font-weight: 700;
color: #444;
}
.collection .collection-left .content {
font-size: 12px;
padding-top: 7px;
color: #444;
text-align: justify;
}
.collection .list-brand-filter .bootstrap-tagsinput {
background-color: transparent;
outline: 0;
border: 0;
width: 100%;
box-shadow: none;
padding-left: 0;
padding-top: 0;
margin-bottom: 5px;
display: none;
}
.collection .list-brand-filter .bootstrap-tagsinput .label-info {
padding: 5px 10px;
font-size: 12px;
border-radius: 5px;
font-weight: 400;
background-color: #aaa;
display: inline-block !important;
margin-bottom: 5px;
}
.collection .list-brand-filter .bootstrap-tagsinput .label-info span {
margin-left: 5px;
box-shadow: none;
}
.collection .list-brand-filter .bootstrap-tagsinput .label-info.removeAll {
background-color: #444 !important;
cursor: pointer;
}
.collection .list-brand-filter .bootstrap-tagsinput input {
background-color: transparent;
outline: 0;
border: 0;
display: none;
}
.collection .content {
text-align: justify;
margin-bottom: 20px;
}
.col20 {
display: block;
width: 20%;
float: left;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
flex: 0 0 20%;
max-width: 20%;
}
.wrapper-item-product-loop:hover {
border: 1px solid #ddd;
}
.wrapper-item-product-loop .wrap-image {
padding: 0 5px;
}
.wrapper-item-product-loop .wrap-image .exclusive-img {
position: absolute;
width: 40px;
top: 10px;
left: 5px;
}
.wrapper-item-product-loop .wrap-image img {
padding: 15px;
max-width: 100%;
width: auto;
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.icon-badge {
position: absolute;
z-index: 3;
width: 60px;
height: 60px;
top: 10px;
}
.wrapper-item-product-loop .title,
.wrapper-item-product-loop .title a {
text-align: center;
color: #000;
display: -webkit-box;
height: 32px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 400;
font-size: 15px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin-bottom: 5px;
letter-spacing: 0.5px;
padding: 0 10px;
}
@media only screen and (min-width: 1025px) {
.wrapper-item-product-loop .title,
.wrapper-item-product-loop .title a {
height: 35px; 
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.wrapper-item-product-loop .title,
.wrapper-item-product-loop .title a {
height: 36px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.wrapper-item-product-loop .title,
.wrapper-item-product-loop .title a {
height: 34px;
}
}
.wrapper-item-product-loop .price .price-compare {
font-size: 13px;
}
.wrapper-item-product-loop .price .main-price {
color: #f10505;
font-weight: 400;
font-size: 15px;
}
.main-price bdi{
color: #f10505;
}
.main-price bdi span{
color: #f10505 !important;
}
.wrapper-item-product-loop .out-of-stock {
color: #fff;
background-color: rgba(0, 0, 0, 0.8);
padding: 10px;
text-align: center;
position: absolute;
left: 0;
bottom: 0;
font-weight: 700;
width: 100%;
z-index: 999;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.hidden-md {
display: none !important;
}
}
@media screen and (min-width: 767px) {
.wrapper-item-product-loop:hover .btn-order {
display: block;
}
.wrapper-item-product-loop:hover .variant-image img:hover {
border: 1px solid #ddd;
}
}
@media screen and (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
footer {
background-color: #fff;
}
footer img {
max-width: 100%;
}
footer .hotline-n-subscribe .hotlines .hotline {
margin: 20px 0;
height: 55px;
background-repeat: no-repeat !important;
background-position: 50% !important;
background-size: contain !important;
}
footer .hotline-n-subscribe .subscribe {
position: relative;
text-align: left;
padding: 15px 0 15px 30px;
}
footer .subscribe .receive-info {
padding-left: 0;
margin-bottom: 5px;
color: #fff;
text-transform: uppercase;
font-size: 24px;
line-height: 25px;
}
footer .subscribe input {
width: 59%;
height: 32px;
outline: 0;
border: 0;
}
footer .subscribe input[type="email"] {
border: 1px solid #ddd;
background: #eee;
}
footer .subscribe input[type="submit"] {
color: #fff;
}
footer .subscribe .btn-subscribe {
position: absolute;
left: 64%;
bottom: 17px;
padding: 5px 20px;
background-color: #000;
border-radius: 5px;
color: #fff;
box-shadow: none;
outline: 0;
border: 0;
}
.slider-brand .item {
width: auto;
margin: auto;
text-align: center;
padding: 0 5px;
}
.slider-brand .item a {
display: block;
border: 1px solid #dfdfdf;
border-radius: 4px;
overflow: hidden;
}
.slider-brand .item img {
display: block;
max-height: 40px;
max-width: 100% !important;
padding: 5px;
}
.body-checkout #toTop {
display: none !important;
}
.pd-r10 {
padding-right: 10px;
}
.homepage .slider-homepage .index-slider-carousel {
position: relative;
}
.homepage .slider-homepage .index-slider-carousel:hover .owl-nav {
display: block;
}
.homepage .slider-homepage .index-slider-carousel .owl-nav {
display: none;
}
.homepage .slider-homepage .index-slider-carousel .owl-next,
.homepage .slider-homepage .index-slider-carousel .owl-prev {
position: absolute;
top: 40%;
}
.homepage .slider-homepage .index-slider-carousel .owl-next img,
.homepage .slider-homepage .index-slider-carousel .owl-prev img {
width: 55px;
}
.homepage .slider-homepage .index-slider-carousel .owl-prev {
float: left;
left: 10px;
}
.homepage .slider-homepage .index-slider-carousel .owl-next {
float: right;
right: 10px;
}
.homepage .index-img {
margin-top: 30px;
margin-bottom: 30px;
}
.homepage .index-img img {
width: 100%;
}
.homepage .category {
padding-top: 40px;
}
.homepage .category .collection-group {
border-top: 1px solid #d3d3d3;
position: relative;
margin-bottom: 50px;
}
.homepage .category .collection-group.celebs {
border-top: none;
margin-bottom: 0;
}
.homepage .category .collection-group .list-brand li {
display: inline-block;
width: 25%;
}
.homepage .category .collection-group .list-brand a {
display: block;
margin-bottom: 15px;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
.homepage .category .collection-group .list-brand a span.middle-inline-block {
height: 100%;
display: inline-block;
vertical-align: middle;
}
.homepage .category .collection-group .list-brand a img {
max-width: 80%;
}
.homepage .category .collection-group .collection-title {
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
.homepage .category .collection-group .collection-title h2,
.homepage .category .collection-group .collection-title span {
font-size: 20px;
margin: 0;
background: #fff;
position: relative;
top: -15px;
padding: 0 10px;
color: #333;
display: inline-block;
line-height: 1.42857143;
}
.homepage .category .collection-group .collection-title.viet-celebs span {
font-size: 20px;
letter-spacing: 1.5px;
top: auto;
background: 0 0;
}
.homepage .category .collection-group .introduce {
text-align: center;
margin-top: 30px;
font-size: 15px;
line-height: 18px;
font-weight: 400;
letter-spacing: 0.5px;
}
.homepage .category .collection-group .introduce p:first-child {
margin: 0;
}
.homepage .category .collection-group .celebs-content-title {
font-size: 27px;
font-weight: 700;
margin-bottom: 20px;
}
.homepage .category .collection-group .celebs-list {
margin-top: 10px;
}
.homepage .category .collection-group .celebs-list .index-slider-carousel {
margin: 0 -7px;
}
.homepage .category .collection-group .celebs-list .index-slider-carousel .item-wrapper {
text-align: center;
padding: 0 7px;
}
.homepage .category .collection-group .celebs-list .index-slider-carousel .item-wrapper a {
color: #000;
font-size: 16px;
font-weight: 600;
margin-top: 10px;
}
.homepage .category .collection-group .celebs-list .index-slider-carousel .item {
background-size: cover;
background-position: 50%;
padding-bottom: 140%;
position: relative;
}
.homepage .category .collection-group.top-brand .item {
width: 60%;
margin: auto;
}
.homepage .category .news-index {
padding: 15px 0;
flex-wrap: nowrap;
}
.homepage .category .news-index .row {
display: flex;
flex-wrap: wrap;
width: 100%;
}
@media screen and (max-width: 500px){
.homepage .category .news-index .row .col-xs-8{
}
}
.homepage .category .news-index .news-title {
text-align: left;
margin: 5px 0;
}
.homepage .category .news-index .news-title,
.homepage .category .news-item .news-title a {
color: #000;
font-size: 17px;
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.homepage .category .news-index .news {
margin-bottom: 15px;
}
.homepage .category .news-index .news .left {
background-size: cover !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
padding-bottom: 56%;
width: 100%;
display: block;
}
.homepage .category .news-index .news:last-child {
margin-bottom: 0;
}
.homepage .category .news-index .news .news-title {
margin-top: 0;
width: auto;
}
.homepage .category .news-index .news .description {
font-family: Roboto, sans-serif;
font-size: 12px;
font-weight: 500;
text-align: left;
color: #000;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: 85px;
position: relative;
}
.homepage .category .news-index .news .description div {
max-height: 100%;
overflow: hidden;
}
.homepage .category .news-index .news a {
line-height: 20px;
}
.homepage .category .news-index .news .news-image a {
height: auto;
display: block;
overflow: hidden;
position: relative;
width: auto;
}
.homepage .category .news-index .news a img {
display: block;
width:100%;
margin: auto;
}
.homepage .category .news-index .news a.cover {
display: block;
}
.homepage .category .news-index .news .bottom-line a {
color: #000000;
font-style: italic;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.5px;
}
.homepage .category .news-index .number-1-news a.cover {
display: block;
position: absolute;
width: 100%;
height: calc(100% - 7px);
padding-right: 30px;
overflow: hidden;
}
.homepage .category .news-index .number-1-news a.cover img {
max-width: 100%;
max-height: 100%;
}
.homepage .top-brand {
position: relative;
border-top: 1px solid #dadbdc;
}
.homepage .top-brand .title {
position: absolute;
height: 25px;
width: 100px;
text-align: center;
font-size: 17px;
font-weight: 600;
top: -13px;
left: calc(50% - 50px);
background-color: #fff;
}
.homepage .top-brand .brands {
padding: 0 15px;
}
.homepage .top-brand .brands ul {
width: 25%;
display: inline-block;
float: left;
}
.homepage .top-brand .brands ul li {
width: 100%;
margin-bottom: 5px;
}
.homepage .top-brand .brands ul li a {
font-size: 9px;
color: #000;
}
.orange {
color: #000000;
}
.red {
color: red;
}
.btn-cancel-coupon {
cursor: pointer;
}
.body-checkout .checkout .checkout-title .cart {
padding-left: 0;
}
.related>.container {
margin-bottom: 30px;
}
.related .related-type {
padding-bottom: 3px;
border-bottom: 1px solid #eee;
}
.related .related-type h2,
.related .related-type span {
text-transform: uppercase;
}
.related .related-type a,
.related .related-type h2,
.related .related-type span {
font-size: 20px;
font-weight: 500;
color: #000;
display: inline-block;
margin: 0;
}
.related .related-type a.view-more-product {
font-size: 15px;
color: #ef6723;
}
.related .related-type a .border,
.related .related-type h2 .border,
.related .related-type span .border {
height: 3px !important;
background-color: #000 !important;
width: 100%;
position: relative;
top: 5px;
border: none !important;
}
.related .list-product-related {
padding-top: 30px;
flex-wrap: nowrap;
}
.show-more {
text-align: center;
margin-top: 10px;
}
.show-more:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 20px;
height: 100px;
background: hsla(0, 0%, 100%, 0);
background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(85%, hsla(0, 0%, 100%, 0.8)), color-stop(100%, #fff));
background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.8) 85%, #fff);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
}
.btn-viewmore {
display: block;
background-color: #000000;
color: #fff !important;
outline: 0;
box-shadow: none;
font-size: 15px;
margin: 20px auto 0;
padding: 8px;
transition: all 0.3s ease-in-out;
}
.btn-viewmore:hover {
color: #000000;
border: 1px solid #eee;
background-color: #fff;
}
.more-product {
text-align: center;
}
.btn-viewmore-post,
.btn-viewmore-product {
display: inline-block;
}
.show-read-more .content {
overflow: hidden;
}
.show-read-more:not(.seo-content) .read-more {
display: block;
color: #000000;
border: 1px solid #ddd;
text-align: center;
margin: 15px 0;
padding: 8px 0;
z-index: 9999;
position: relative;
}
.show-read-more:not(.seo-content) .show-more:before {
content: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, 0.91)), color-stop(55%, #fff));
content: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.91) 50%, #fff 55%);
display: block;
height: 100px;
}
.seo-content .read-more {
color: #000000;
}
.best_seller {
margin-top: 125px !important;
}
.best_seller .news-image {
padding-bottom: 35% !important;
}
.icon-360-mobile {
position: absolute;
left: 15px;
width: 50px !important;
z-index: 999;
}
.icon-combo-qua-tang {
position: absolute;
top: 10px;
right: 25px;
border: none !important;
}
.success {
margin-top: 20px;
margin-bottom: 40px;
width: 80% !important;
}
.wrapper-item-product-loop {
text-align: center;
position: relative;
cursor: pointer;
border: 1px solid transparent;
padding: 0;
display: block;
margin-bottom: 0; }
.wrapper-item-product-loop.stock {
padding: 0 0 10px;
}
.wrapper-item-product-loop.stock .percent {
top: 215px;
}
.wrapper-item-product-loop.stock .price {
padding: 0 10px;
height: 22px;
}
.wrapper-item-product-loop.stock .price .main-price {
font-size: 17px;
}
.wrapper-item-product-loop.stock .description {
padding: 5px 10px;
text-align: left;
}
.wrapper-item-product-loop.stock .description label {
font: 13px/18px Arial, Helvetica, sans-serif;
color: #6f6f6f;
display: block;
}
.wrapper-item-product-loop.stock .description label span {
color: #3a3a3a;
}
.wrapper-item-product-loop.stock .description .condition {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.wrapper-item-product-loop .wrap-image {
display: block;
position: relative;
margin-bottom: 10px;
padding-bottom: 100%;
}
.wrapper-item-product-loop .percent {
display: block;
color: #fff;
background-color: #da3833;
position: absolute;
font-size: 12px;
top: 15px;
right: 15px;
padding: 5px 7px;
border-radius: 0px;
}
.wrapper-item-product-loop .brand {
color: #000;
font-size: 16px;
display: block;
position: relative;
font-weight: 700;
text-transform: uppercase;
}
.wrapper-item-product-loop .title {
margin-top: 0;
}
.wrapper-item-product-loop .price {
text-align: center;
margin-top: 10px;
height: 45px;
letter-spacing: 0.5px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.wrapper-item-product-loop .price span {
display: inline-block;
padding: 0 2px 0 0;
font: 14px/18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #6a6464;
}
.wrapper-item-product-loop .price .price-compare {
text-decoration: line-through;
font-size: 14px;
font-weight: 500;
}
.wrapper-item-product-loop .variant-image {
position: absolute;
left: 0;
top: 5px;
width: 100%;
text-align: left;
display: none;
z-index: 99;
white-space: nowrap;
overflow-x: hidden;
overflow-y: hidden;
max-width: 100% !important;
flex-basis: 45px !important;
flex-direction: row;
justify-content: center;
padding: 0 5px;
}
.wrapper-item-product-loop .variant-image img {
max-height: 100% !important;
padding: 0;
width: auto !important;
display: inline-block !important;
max-width: 45px;
height: 45px;
margin: 3px;
}
.wrapper-item-product-loop:hover .variant-image {
display: flex;
}
.wrapper-item-product-loop:hover .variant-image img {
border: 1px solid #fff;
cursor: pointer;
margin-top: 0;
}
.wrapper-item-product-loop:hover .variant-image img:hover {
border: 1px solid #ddd;
}
.wrapper-item-product-loop:hover .variant-image img.active {
border: 1px solid #000000;
}
.wrapper-item-product-loop .variant-image .owl-nav {
position: relative;
top: -30px;
font-size: 20px;
}
.wrapper-item-product-loop .variant-image .owl-nav .owl-next {
float: right;
position: relative;
z-index: 99999;
}
.wrapper-item-product-loop .variant-image .owl-nav .owl-prev {
position: relative;
z-index: 99999;
}
span.middle-inline-block {
height: 100%;
display: inline-block;
vertical-align: middle;
}
.error {
border-color: red;
}
.pd-0 {
padding: 0;
}
.pd-left-0 {
padding-left: 0;
}
.pd-right-0 {
padding-right: 0; }
a {
text-decoration: none !important;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
img {
max-width: 100%;
}
.product-mobile {
border: 1px solid #aaa;
}
.breadcrumb {
font-size: 15px;
font-weight: 500;
background-color: #fff;
padding: 15px 0;
margin: 0;
}
.breadcrumb li {
display: inline-block;
padding-right: 5px;
}
.breadcrumb li a {
color: #000;
}
.breadcrumb li:nth-child(2n) {
padding: 0 10px;
}
.saleoff .banner {
margin-bottom: 15px;
}
.saleoff .banner img {
max-width: 100%;
}
#pagination .page-item {
display: inline-block;
margin: 0 3px;
}
#pagination .page-item.disabled {
display: none;
}
#pagination .page-item a {
border-radius: 0 !important;
padding: 4px 10px;
font-size: 12px;
}
#pagination .page-item a,
#pagination .page-item a:hover {
background-color: #ddd;
color: #000;
}
#pagination .page-item.active a {
border: 1px solid #444;
}
#pagination .page-item.active a,
#pagination .page-item.active a:hover {
background-color: #444;
color: #fff;
}
.main-title {
font-weight: 700;
text-align: center;
margin: 40px 0 30px;
}
.index-slider-carousel {
padding: 0;
}
.owl-carousel a {
display: block;
}
.owl-carousel .owl-item {
padding: 0 !important;
width: 100%;
}
.owl-carousel .owl-dots {
text-align: center;
margin-top: 5px;
}
.owl-carousel .owl-dots .owl-dot {
border: 2px solid #ccc;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ccc;
display: inline-block;
text-align: center;
margin: 3px;
}
.owl-carousel .owl-dots .active {
border: 2px solid #000000;
background-color: #000000;
}
.owl-item {
padding: 0 10px;
}
.title-index-product {
position: relative;
border-bottom: 1px dashed #aaa;
text-align: center;
background-color: inherit;
}
@media screen and (min-width: 769px) {
.title-index-product {
text-transform: uppercase;
}
}
.title-index-product h2 {
position: absolute;
top: -20px;
padding: 10px;
display: inline-block;
font-size: 18px;
left: calc(50% - 106px);
width: auto;
margin: 0;
background-color: #fff;
text-transform: uppercase;
}
.title-index-product .color-title {
background-color: inherit !important;
}
.product-index {
background-color: #fff;
float: left;
}
.product-index-mobile {
margin-top: 15px;
margin-bottom: 20px;
padding: 0;
display: block;
}
.product-index-mobile .title-index-product-mobile {
position: relative;
border-bottom: 1px dashed #000;
text-align: center;
margin-bottom: 25px;
}
.product-index-mobile .title-index-product-mobile h2 {
position: absolute;
top: -10px;
display: inline-block;
background-color: #fff;
font-size: 18px;
left: calc(50% - 100px);
width: 200px;
margin: 0;
}
.index-mobile-menu {
background-color: #fdf200;
padding: 5px 10px;
}
.index-mobile-menu .menu {
padding: 5px;
}
.index-mobile-menu .menu .box {
background-color: #fff;
border: none;
border-radius: 5px;
display: inline-block;
text-align: center;
padding: 7px;
width: 100%;
font-size: 10px;
font-weight: 700;
}
.index-mobile-menu .menu .box a {
color: #000;
}
.index-mobile-menu .menu .discount a {
color: #000000 !important;
}
.variant-image .owl-stage-outer {
z-index: 99;
padding: 0 !important;
}
.carousel-index {
margin: 20px 0;
padding: 0;
}
.carousel-index .product-loop img {
width: auto !important;
}
.carousel-index .owl-stage-outer {
z-index: 99;
}
.carousel-index .owl-nav {
position: absolute;
width: 100%;
bottom: calc(50% - 30px);
}
.carousel-index .owl-nav span img {
max-width: 30px;
}
.carousel-index .owl-nav .owl-prev {
left: -50px !important;
z-index: 100;
position: relative;
float: left;
}
.carousel-index .owl-nav .owl-next {
left: 50px !important;
z-index: 100;
position: relative;
float: right;
}
.variant-carousel .owl-nav .owl-next,
.variant-carousel .owl-nav .owl-prev {
left: 0 !important;
}
.branch .title {
text-transform: uppercase;
color: #aaa;
padding: 0 15px;
font-size: 15px;
font-weight: 700;
}
.branch .detail {
padding: 20px;
min-height: 200px;
}
.branch .info {
margin-top: 10px;
}
.branch .info img {
max-width: 30px;
padding-right: 5px;
padding-bottom: 10px;
}
.branch .info .name {
text-transform: uppercase;
display: inline-block;
font-size: 15px;
font-weight: 600;
color: #000;
cursor: pointer;
}
.branch .info .address {
color: #aaa;
padding: 3px 5px 3px 33px;
font-size: 14px;
height: 60px;
}
.branch .info .open-time {
padding-left: 33px;
color: #000000;
margin: 0;
font-size: 14px;
}
.branch .avarta img {
max-width: 200px;
margin: auto;
display: block;
}
.video .banner {
margin: 0;
padding: 0;
}
.video .banner img {
width: 100%;
}
.video .content {
padding: 20px 0;
}
.video .content .clip {
text-align: center;
padding: 10px 15px;
font-size: 15px;
font-weight: 600;
}
.video .content .clip iframe {
width: 100%;
height: 180px;
}
.video .content .clip p {
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
padding: 10px;
font-size: 12px;
height: 40px;
}
.video .content .clip a {
color: #000;
}
.content.row h1 {
font-size: 15px;
margin-top: 5px !important;
margin-bottom: 15px !important;
font-weight: 700;
text-transform: uppercase;
}
.product-slider-carousel {
padding: 15px 0;
}
.product-slider-carousel img {
max-width: 170px;
margin: auto;
}
.product-slider-carousel .owl-dots {
position: relative;
text-align: center;
font-size: 14px;
top: 10px;
}
.product-slider-carousel .owl-dots .owl-dot {
border: 1px solid #ddd;
background-color: #ddd;
border-radius: 50%;
width: 6px;
height: 6px;
display: inline-block;
margin: 2px;
}
.product-slider-carousel .owl-dots .active {
border: 1px solid #000;
background-color: #000;
}
.product-detail-mobile {
padding: 0;
}
.product-detail-mobile .title {
font-size: 22px;
font-weight: 700;
display: block;
margin-top: 0;
}
.product-detail-mobile .price {
margin: 30px 0 5px;
position: relative;
text-align: center;
}
.product-detail-mobile .price .price-vnd {
color: #000000;
font-size: 25px;
font-weight: 700;
display: inline-block;
}
.product-detail-mobile .price .price-compare {
text-decoration: line-through;
font-size: 14px;
display: inline-block;
padding-left: 10px;
}
.product-detail-mobile .save-money {
text-align: center;
font-size: 17px;
color: #aaa;
}
.related-mobile {
padding: 0;
border: none !important;
}
.related-mobile .title-related {
text-align: center;
font-size: 18px;
padding: 15px;
font-weight: 700;
width: 100%;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-top: 0;
margin-bottom: 20px;
}
.error-page {
margin: 20px auto;
}
.error-page img {
margin: auto;
}
.error-page .back-to-home {
text-align: center;
padding-top: 15px;
}
.error-page .back-to-home button {
background-color: #000;
border: none;
padding: 10px 20px;
font-size: 14px;
border-radius: 5px;
}
.error-page .back-to-home a {
color: #fff;
text-transform: uppercase;
font-weight: 700;
}
.error-page .back-to-home a:hover {
color: #aaa;
}
.btn-homepage {
margin: 0 0 20px;
outline: 0;
border: 0;
height: 35px;
line-height: 35px;
font-size: 14px;
padding: 0 15px;
display: inline-block;
}
.btn-homepage,
.btn-homepage:hover {
background-color: #000000 !important;
color: #fff !important;
}
.btn>img {
display: none;
max-width: 17px;
margin-right: 10px;
}
.btn.disabled>img {
display: inline-block;
}
.disabled {
opacity: 0.6;
pointer-events: none;
}
button.close {
outline: 0;
}
section img {
max-width: 100%;
}
.dropdown-backdrop {
display: none;
}
#modalMenuMobile .title-modal {
font-size: 11px !important;
}
.product-loop .variant-carousel .owl-item img {
width: 50px !important;
}
.product-loop .variant-carousel .owl-nav {
position: absolute;
bottom: 0;
left: 0;
height: 0;
width: 100%;
z-index: 9999;
}
.product-loop .variant-carousel .owl-nav img {
height: 25px !important;
border: 0 !important;
}
.product-loop .variant-carousel .owl-nav img:hover {
border: 0 !important;
}
.product-loop .variant-carousel .owl-nav .disabled {
display: none !important;
}
.product-loop .variant-carousel .owl-nav .owl-next {
float: right;
position: relative;
top: -50px;
height: 25px;
line-height: 25px;
width: 25px;
text-align: center;
font-size: 25px;
color: #000;
display: inline-block;
z-index: 9999;
}
.product-loop .variant-carousel .owl-nav .owl-next:hover {
background-color: #aaa;
color: #fff;
border-radius: 3px;
}
.product-loop .variant-carousel .owl-nav .owl-prev {
position: relative;
top: -50px;
height: 25px;
line-height: 25px;
width: 25px;
text-align: center;
font-size: 25px;
color: #000;
display: inline-block;
z-index: 9999;
}
.product-loop .variant-carousel .owl-nav .owl-prev:hover {
background-color: #aaa;
color: #fff;
border-radius: 3px;
}
.product-related-carousel .variant-carousel .owl-nav {
top: auto !important;
}
.zoomContainer {
z-index: 998 !important;
}
.zoomContainer .zoomWindow {
border: 1px solid #ddd !important;
}
.zoomContainer .zoomLens {
width: 120px !important;
height: 120px !important;
}
.lazy:not(.loaded) {
margin: 0 auto;
display: block;
}
.v-lazy-image.blur {
-webkit-filter: blur(10px);
filter: blur(10px);
transition: -webkit-filter 0.7s;
transition: filter 0.7s;
transition: filter 0.7s, -webkit-filter 0.7s;
}
.v-lazy-image-loaded.blur {
-webkit-filter: blur(0);
filter: blur(0);
}
.v-lazy-image {
opacity: 0;
transition: opacity 1s ease-in-out;
}
.v-lazy-image-loaded {
opacity: 1;
}
.news-index .news-item {
margin-bottom: 7px;
}
.news-item .date {
font-size: 16px;
}
.lg-backdrop {
z-index: 9988888040 !important;
}
.lg-outer {
z-index: 9999999999 !important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
border-color: #000000 !important;
}
.lg-outer .lg-thumb {
margin: auto;
}
.lg-outer:not(.gallery-video-lightbox) .lg-img-wrap {
padding-bottom: 0px;
}
.lg-outer:not(.gallery-video-lightbox) .lg-img-wrap.no-thumb {
padding-bottom: 0;
}
.lg-outer .lg-thumb-item {
border-radius: 0 !important;
}
.lg-outer .lg-thumb-item img {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.lg-outer .lg-thumb-outer,
.lg-toolbar {
background-color: transparent !important;
}
.lg-outer .lg-thumb-outer {
transform: none !important;
transition: none !important;
}
.zoom-icon:before {
content: "";
background: url(//tramhiepphat.com/assets/img/search-plus.png);
width: 13px;
height: 13px;
display: inline-block;
background-size: contain;
}
#images-product {
position: relative;
display: block;
text-align: center;
}
#images-product .click-p {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 200px;
text-align: center;
opacity: 1;
color: #000;
margin-bottom: 0;
}
#images-product:hover .click-p {
opacity: 1;
}
.lg-next,
.lg-prev,
.lg-toolbar {
opacity: 0 !important;
}
.lg-outer:hover .lg-next,
.lg-outer:hover .lg-prev,
.lg-outer:hover .lg-toolbar {
opacity: 1 !important;
}
.order-fail {
background: #f0f0f0;
}
.single-post .content a {
color: #000000;
}
.related-webiste li {
margin-bottom: 8px;
}
header #topbar {
background: #fff;
font-size: 14px;
padding: 4px 0;
}
header #topbar .row {
flex-wrap: nowrap;
}
header #topbar .innerTopLeft li,
header #topbar .innerTopRight li {
float: left;
margin: 0 25px 0 0;
}
header #topbar .innerTopLeft li a,
header #topbar .innerTopRight li a {
transition: opacity 0.15s linear, color 0.15s linear, background 0.15s linear;
color: #2d2d2d;
}
header #topbar .innerTopRight {
float: right;
}
header #topbar .innerTopRight ul {
display: flex;
justify-content: flex-end;
}
header #topbar .innerTopRight ul li {
float: right;
}
header #topbar .innerTopRight ul li:last-child {
margin-right: 0;
}
header .header-menu-top .btn-like-fb {
margin-bottom: 10px;
}
header .header-menu-top .search-widget {
width: 255px;
}
header .header-menu-top form.search {
width: 235px;
height: 35px;
position: relative;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
margin-left: 10px;
margin-right: 10px;
}
header .header-menu-top form.search .mia-search-results .autocomplete-suggestions:after,
header .header-menu-top form.search .mia-search-results .autocomplete-suggestions:before {
bottom: 100%;
left: 80px;
content: " ";
height: 0;
width: 0;
position: absolute;
border: 9px solid hsla(0, 0%, 85.5%, 0);
border-bottom-color: #dadada;
margin-left: -9px;
}
header .header-menu-top form.search .mia-search-results .autocomplete-suggestions:after {
border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
border-width: 8px;
margin-left: -8px;
}
header .header-menu-top form.search .mia-search-results .autocomplete-suggestions .autocomplete-suggestion:hover {
background-color: #f8f8f8;
}
header .header-menu-top form.search .mia-search-results .price {
font: 14px/18px Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;
font-weight: 400;
letter-spacing: 1px;
display: block;
}
header .header-menu-top form.search .mia-search-results .price-compare {
font: 14px/18px Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #777;
font-weight: 400;
text-decoration: line-through;
font-size: 11px;
display: block;
}
header .header-menu-top form.search .mia-search-results .view-all-results {
flex: 1 1 100%;
height: 50px;
background-color: #fff;
color: #333;
text-align: center;
letter-spacing: 0.2px;
font-weight: 600;
line-height: 50px;
cursor: pointer;
transition: background-color 0.25s ease;
-webkit-animation: wd-fadeIn 0.3s ease both;
animation: wd-fadeIn 0.3s ease both;
}
header .header-menu-top form.search .mia-search-results .view-all-results>a,
header .header-menu-top form.search .mia-search-results .view-all-results>span {
padding: 0;
color: #000000;
}
header .header-menu-top .whb-col-right {
flex-grow: 1;
}
header .header-menu-top>.whb-col-right>.main-menu {
display: flex;
width: 100%;
}
header .header-menu-top>.whb-col-right>.main-menu>li {
display: table-cell;
color: #000;
font-size: 13px;
text-transform: uppercase;
flex-grow: 1;
min-width: 80px;
height: 70px;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}
header .header-menu-top>.whb-col-right>.main-menu>li>a {
font-size: 18px;
color: #f10505;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
align-items: center;
height: 70px;
}
header .header-menu-top>.whb-col-right>.main-menu>li>a.active {
background: #fff;
}
header .header-menu-top>.whb-col-right>.main-menu>li>.sub-menu>li a {
background: #fff;
color: #000 !important;
}
header .header-menu-top>.whb-col-right>.main-menu>li>.sub-menu>li:hover a {
background: #000;
color: #fff !important;
}
header .header-menu-top>.whb-col-right>.main-menu>li>a {
text-decoration: none;
outline: none;
transition: all 0.2s ease-in-out;
font-weight: 600;
}
header .header-menu-top>.whb-col-right>.main-menu>li:hover a {
background: #000;
color: #fff !important;
}
.whb-flex-row {
flex-wrap: nowrap;
justify-content: space-between;
}
.whb-column,
.whb-flex-row {
display: flex;
flex-direction: row;
}
.whb-column {
align-items: center;
}
.whb-col-left,
.whb-mobile-left {
justify-content: flex-start;
}
.whb-flex-flex-middle .whb-col-center {
flex: 1 1 0%;
}
.whb-col-right,
.whb-mobile-right {
justify-content: flex-end;
}
[class^="iconmia-"] {
background-repeat: no-repeat;
display: inline-block;
height: 25px;
width: 25px;
line-height: 25px;
vertical-align: middle;
margin: 2px auto;
}
.iconmia-vali {
background-image: url(//tramhiepphat.com/assets/img/icon/luggage-svgrepo-com.svg);
}
.iconmia-backpack {
background-image: url(//tramhiepphat.com/assets/img/icon/backpack-svgrepo-com.svg);
}
.iconmia-hand-bag {
background-image: url(//tramhiepphat.com/assets/img/icon/hand-bag-handbag-svgrepo-com.svg);
}
.iconmia-accessories {
background-image: url(//tramhiepphat.com/assets/img/icon/accessories.svg);
}
.iconmia-new {
background-image: url(//tramhiepphat.com/assets/img/icon/new.svg);
}
.iconmia-news {
background-image: url(//tramhiepphat.com/assets/img/icon/news.svg);
}
.iconmia-saleoff {
background-image: url(//tramhiepphat.com/assets/img/icon/saleoff.svg);
}
.logobalo {
background-image: url(//tramhiepphat.com/assets/img/logo_balo.png);
width: 135px;
}
.logobalo,
.logomia {
height: 20px;
display: block;
background-size: contain;
background-repeat: no-repeat;
}
.logomia {
background-image: url(//tramhiepphat.com/assets/img/logo_mia.png);
}
.no-padding {
padding: 0;
}
.fade-enter-active,
.fade-leave-active {
transition-duration: 0.3s;
transition-property: opacity;
transition-timing-function: ease;
}
.fade-enter,
.fade-leave-active {
opacity: 0;
}
body {
font-size: 17px;
}
.wrapper-item-product-loop .item-product-loop .brand .percent {
left: 5px;
}
a:hover {
color: #000000 !important;
}
.col20 {
padding-left: 0;
padding-right: 0;
}
.list-product .col-sm-4 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.list-product .row {
padding-left: 15px;
padding-right: 15px;
}
.list-product .col-md-3 {
padding-left: 0;
padding-right: 0;
}
.wrapper-item-product-loop .item-product-loop .title a {
padding: 0 10px;
}
.sidebar .item .item-child {
padding-left: 30px;
}
#modal-order .product-bottom .news-support .support .blank-div,
.product .product-bottom .news-support .support .blank-div {
top: 70px;
right: -20px;
}
#modal-order .product-bottom .news-support .news,
.product .product-bottom .news-support .news {
margin-right: 0;
border: 2px solid #d3d3d3;
}
#modal-order .product-bottom .news-support .news .title,
.product .product-bottom .news-support .news .title {
border: 0;
border-bottom: 1px solid #d3d3d3;
}
#modal-order .product-bottom .news-support .news .content .news-see-more .bottom-line,
.product .product-bottom .news-support .news .content .news-see-more .bottom-line {
color: #898282;
}
header .header-menu .main-menu>li .sub-menu .menu-list.menu-collection-large li {
width: 100%;
}
.news-detail .left .relative-news .item a {
line-height: 20px;
}
header .header-menu .main-menu>li:hover>a {
color: #fff !important;
}
.contact a:hover {
border-bottom: 2px solid #fff;
}
.branch .avarta img {
max-width: 100%;
max-height: 334px;
}
.branch .detail {
padding: 20px 15px;
}
.news-detail .left .content .date {
margin-top: 15px;
margin-bottom: 10px;
font-size: 14px;
font-style: italic;
color: grey;
}
.news-detail .right {
margin-top: 0;
}
.branch .info .address {
height: auto;
padding-bottom: 10px;
}
.branch .info img {
max-width: 65px;
padding-right: 10px;
}
.info .address {
border-top: 1px solid #555;
margin-top: 5px;
padding-top: 5px !important;
}
.branch .info .name,
.branch .info .open-time,
.info .address {
color: #4c4c4c !important;
}
.homepage .category .news-index .news .bottom-line a {
color: #000000;
}
.nav-tabs,
.related .related-type {
border-bottom: 1px solid #eee;
}
.branch .info .address,
.branch .info .open-time {
padding-left: 0;
}
#modal-order .detail .in-stock-branch ul li .left img,
.product .detail .in-stock-branch ul li .left img {
max-width: 60px;
}
header .header-menu .main-menu>li>a.saleoff {
color: #fff;
}
list-product-index .col20 {
padding-left: 0;
padding-right: 0;
}
footer .branchs .group-branchs .branch .location {
padding-bottom: 10px;
}
.wrapper-item-product-loop .item-product-loop .wrap-image img {
height: auto;
padding: 0;
max-height: 216px;
}
.wrapper-item-product-loop .item-product-loop {
padding: 55px 0 10px;
}
header .header-bottom span {
padding-right: 10px !important;
}
.wrapper-item-product-loop .item-product-loop .price .price-compare {
font-size: 13px;
}
.homepage .category .collection-group {
margin-bottom: 30px;
}
footer .hotline-n-subscribe .subscribe input {
height: 38px;
width: 70%;
}
.form-control {
padding: 0 12px;
border-radius: 5px 0 0 5px;
}
footer .hotline-n-subscribe .subscribe .btn-subscribe {
position: unset;
height: 39px;
padding: 0 20px;
border-radius: 0 5px 5px 0;
}
footer .branchs .group-branchs .group-title .title,
footer .top-brands .top-brands-title .title {
font-size: 15px;
}
footer .branchs .group-branchs .branch .district,
footer .branchs .group-branchs .branch .location .address {
font-size: 14px;
}
.sidebar .item .item-child {
font-weight: 400;
}
.collection .list-filter span {
background-color: #f1f1f2;
border: 1px solid #eaeaeb;
}
.collection .list-filter span:last-child {
border: 0;
}
#pagination .page-item a {
border: 1px solid #eee;
background-color: #fff;
padding: 6px 12px;
}
.content h2,
.content h3 {
font-size: 18px !important;
margin-top: 10px;
}
.item ul li span:hover {
color: #000000;
}
.title-filter:hover {
color: #000 !important;
}
.sidebar .filter-sidebar .item ul li label {
width: 13px;
height: 13px;
}
.sidebar .filter-sidebar .item-color ul li {
width: 21px !important;
height: 21px !important;
border-radius: 10px;
border: 1px solid #c1bfbf;
}
.sidebar .filter-sidebar .item-color ul li i {
top: 3px;
left: 3px;
color: #000;
}
.sidebar .filter-sidebar .item-price li:not(:first-child):not(:last-child):hover {
background-color: #fff;
}
#modal-order .modal-dialog .modal-body {
padding: 20px;
}
#modal-order .list-image {
padding: 0;
}
.homepage .category .collection-group .list-brand a img {
max-height: 70px;
}
footer .copyright {
padding: 10px 0 !important;
text-align: center;
}
.slick-slider {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
position: relative;
display: block;
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
transform: translateZ(0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:after,
.slick-track:before {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.js .slider-single>div:nth-child(1n + 2),
.slick-arrow.slick-hidden {
display: none;
}
.js .slider-single.slick-initialized>div:nth-child(1n + 2) {
display: block;
}
.slider-single h3 {
line-height: 10rem;
}
.slider-nav h3:before {
content: "";
display: block;
padding-top: 75%;
}
.slider-nav h3 span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.slider-nav .slick-slide {
cursor: pointer;
}
.slick-slide.is-active h3 {
color: #c00;
background-color: #fff;
}
.lightbox__close {
font-size: 40px !important;
}
.lightbox__thumbnail img {
border: 1px solid #ddd;
}
.hooper-navigation.is-vertical .hooper-prev {
top: -34px !important;
left: 5px !important;
}
.hooper-navigation.is-vertical .hooper-prev:active,
.hooper-prev:focus {
outline: none;
box-shadow: none;
background-color: transparent;
}
.hooper-navigation.is-vertical .hooper-next {
bottom: -31px !important;
z-index: 999;
left: 4px !important;
}
.hooper-navigation.is-vertical .hooper-next:active,
.hooper-next:focus {
outline: none;
box-shadow: none;
background-color: transparent;
}
.tooltip .tooltip-arrow {
z-index: 1;
}
.tooltip.popover .popover-inner {
background: #f9f9f9;
color: #000;
padding: 24px;
border-radius: 5px;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.tooltip.popover .popover-arrow {
border-color: #f9f9f9;
}
.vue-lb-container {
align-items: center;
background-color: rgba(0, 0, 0, 0.95) !important;
}
#fb-root {
position: absolute;
max-height: 45px;
bottom: 55px;
right: 0;
}
.footer-fixed {
position: fixed;
bottom: 50px;
right: 15px;
z-index: 999;
}
.fb-customerchat iframe {
right: 40px !important;
bottom: 160px !important;
}
body.cart .fb-customerchat,
body.cart .fb_dialog,
body.order-success .fb-customerchat,
body.order-success .fb_dialog {
display: none !important;
}
#toTop {
float: right;
width: 35px;
height: 35px;
line-height: 35px;
z-index: 80;
text-align: center;
color: #fff;
background: #ef6723;
font-size: 20px;
border-radius: 5px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-transition: all 0.2s linear;
opacity: 0;
margin-left: 10px;
margin-top: 5px;
}
#toTop.visible {
opacity: 0.7;
}
#toTop:hover {
color: #fff !important;
opacity: 1;
}
.relative-footer {
float: right;
position: relative;
}
.stickcart {
clear: both;
background: #fff;
border-radius: 40px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
font-size: 14px;
padding: 0 10px 0 0;
width: 130px;
}
.stickcart,
.stickcart span {
display: block;
color: #ef6723;
}
.stickcart span {
padding: 4px 0 0;
white-space: nowrap;
}
.stickcart strong {
white-space: nowrap;
color: #ef6723;
}
.stickcart div {
float: left;
width: 38px;
height: 38px;
border-radius: 40px;
background: #ef6723;
margin: 2px 5px 2px 2px;
}
.icon-mia-cartstick {
background-image: url(//tramhiepphat.com/assets/img/cart-icon.svg);
background-repeat: no-repeat;
width: 22px;
height: 18px;
display: block;
margin: 11px 0 0 9px;
}
.input-group.is-danger>.input,
.input-icons.is-danger>.input,
.input.is-danger {
border-color: #f22435;
}
.buymore {
position: relative;
padding: 0 0 0 15px;
line-height: 36px;
color: #000000;
}
.buymore:after,
.buymore:before {
content: "";
width: 0;
height: 0;
border-right: 7px solid #000000;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
position: absolute;
left: 0;
top: 1px;
}
.buymore:after {
margin-left: 2px;
border-width: 9px;
border-right-color: #f0f0f0;
top: -1px;
}
.customer-info .is-danger:not(input) {
display: inline-block;
font-size: 12px;
color: #dd4b39;
margin-bottom: 5px;
text-align: left !important;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
.menu-popover-enter,
.menu-popover-leave-to {
opacity: 0;
transform: rotateY(50deg);
}
.menu-popover-enter-to,
.menu-popover-leave {
opacity: 1;
transform: rotateY(0deg);
}
.menu-popover-enter-active,
.menu-popover-leave-active {
transition: opacity, transform 0.2s ease-out;
}
.vld-overlay.is-full-page {
z-index: 998 !important;
}
.news-detail .date {
width: 100%;
}
.chat-without-cart {
float: right;
width: 62px;
height: 50px;
}
.chat-without-cart #fb-root {
position: relative;
max-height: 45px;
right: unset;
bottom: unset;
}
.chat-without-cart .fb-customerchat iframe {
bottom: 110px !important;
}
#footer .homepage .container .collection-group .celebs-list img {
height: 280px;
}
#footer .homepage .container .collection-group .celebs-list .slider-title {
color: #000;
font-size: 15px;
margin-top: 10px;
text-align: center;
}
#footer footer .bg-banner-bar {
background-color: #000000;
margin: 35px 0;
}
#footer footer .bg-banner-bar .main-wrapper {
max-width: 1070px;
margin: 0 auto;
position: relative;
}
#footer footer .bg-banner-bar .main-wrapper .row {
flex-wrap: nowrap;
}
#footer footer .bg-banner-bar .main-wrapper .banner-bar-item {
border-right: 1px solid #000000;
}
#footer footer .bg-banner-bar .main-wrapper .banner-bar-item .banner-bar-content {
display: flex;
padding: 15px;
align-items: center;
height: 75px;
}
#footer footer .bg-banner-bar .main-wrapper .banner-bar-item .banner-bar-content .icon {
width: 50px;
margin-right: 10px;
flex: 0 0 40px;
}
#footer footer .bg-banner-bar .main-wrapper .banner-bar-item .content {
text-transform: uppercase;
font-size: 15px;
color: #fff;
line-height: 18px;
letter-spacing: 0.75px;
}
#footer footer .bg-banner-bar .main-wrapper .banner-bar-item:last-child {
border-right: none;
}
#footer footer .hotline-item {
display: block;
font-size: 16px;
color: #000;
margin-bottom: 20px;
}
#footer footer .hotline-item .all-week {
font-size: 17px;
font-weight: 100;
display: block;
}
#footer footer .hotline-item .orange a {
color: #CC3333;
font-size: 30px;
}
#footer footer .hotline-item .orange a span.icon {
margin-right: 5px;
float: left;
margin-top: 12px;
background: #CC3333;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
font-size: 12px;
color: #fff;
border-radius: 50%;
}
#footer footer .hotline-item .orange .free {
font-size: 14px;
}
#footer .mailing {
margin: 15px 0 0;
}
#footer .mailing .mailing-title {
text-transform: uppercase;
margin-bottom: 5px;
font-size: 15px;
}
#footer .mailing .email {
font-size: 17px;
padding: 3px 0;
font-weight: 100;
}
#footer .mailing .email a {
color: #000;
}
#footer .social-icon {
margin-top: 0;
}
.related-webiste p {
font-size: 13px;
margin-bottom: 6px;
}
footer .menu-policy .row {
flex-wrap: nowrap;
}
footer .menu-policy .introduce .intro,
footer .menu-policy .policies .policy {
margin-bottom: 5px;
}
footer .menu-policy .social-icon .icon {
margin-right: 10px;
height: 35px;
width: 35px;
margin-bottom: 5px;
}
footer .menu-policy .social-icon .bo-cong-thuong,
footer .menu-policy .social-icon .icon {
display: inline-block;
background-size: contain !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
}
footer .menu-policy .social-icon .bo-cong-thuong {
height: 45px;
width: 130px;
}
#home .item-product-loop ::-webkit-scrollbar {
display: none;
}
.home .sao-viet {
padding-top: 0 !important;
}
.slider-brand .slider-brand-title {
text-align: center;
margin-bottom: 15px;
margin-top: 8px;
display: none;
}
.slider-brand .slider-brand-title a,
.slider-brand .slider-brand-title span {
font-size: 20px;
color: #000;
}
.slider-brand .brand-slider-carousel {
margin: 0 -5px;
}
.view-all {
display: block;
overflow: hidden;
position: relative;
line-height: 40px;
font-size: 15px;
color: #ef6723;
border: 1px solid #eee;
text-align: center;
border-radius: 3px;
margin: 10px auto 20px;
width: 240px;
}
.view-all:hover {
background: #ef6723;
border-color: #ef6723;
color: #fff !important;
}
.hex {
width: 15px;
height: 15px;
vertical-align: middle;
margin-top: -3px;
border-radius: 50%;
}
#product-list,
.hex {
display: inline-block;
}
#product-list {
width: 100%;
clear: both;
}
#product-list .no-product {
padding: 20px;
text-align: center;
background: #f1f1f2;
}
#product-list .collection-title {
text-transform: uppercase;
font-size: 18px;
padding: 10px;
width: 100%;
background: #f1f1f1;
margin-bottom: 10px;
}
#product-list .collection-group {
width: 100%;
}
#product-list .collection-group .btn-viewmore-product {
color: #fff;
}
#product-list .homepage .container #products {
display: flex;
flex-wrap: wrap;
width: 100%;
}
#product-list .homepage .container .filter {
padding: 15px 0;
border-bottom: 1px solid #eee;
}
#product-list .homepage .container .filter .title {
color: #000;
display: inline-block;
}
#product-list .homepage .container .filter select {
border: none;
}
#product-list .homepage .container .filter span .group-filter {
position: relative;
}
#product-list .homepage .container .filter span .group-filter .icon-filter {
padding-right: 20px;
}
#product-list .homepage .container .filter span .group-filter .group-filter-list {
display: block;
position: absolute;
height: auto;
width: 800px;
z-index: 9999;
overflow: visible;
background: #fff;
border: 1px solid #d9d9d9;
border-radius: 4px;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
padding: 5px 10px;
right: 129px;
margin-top: 9px;
}
#product-list .homepage .container .filter span .group-filter .group-filter-list .row .text-uppercase {
font-size: 14px;
font-weight: 700;
}
#product-list .homepage .container .filter span .group-filter .group-filter-list .row .filter-list div {
padding-bottom: 5px;
}
#product-list .homepage .container .filter span .group-filter .group-filter-list .row .filter-list div label {
font-weight: inherit;
cursor: pointer;
}
#product-list .homepage .container .filter span .group-filter .group-filter-list .row .filter-list-color a {
padding-left: 0;
padding-right: 5px;
}
#product-list .homepage .container .filter span .group-filter .group-filter-list .row .filter-list-color a label {
height: 25px;
width: 25px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
border: 1px solid #bbb;
cursor: pointer;
}
#product-list .homepage .container .filter span .group-filter .group-filter-list .row .filter-list-color a .active:after {
content: url(//tramhiepphat.com/assets/img/icon-arrow.png);
position: absolute;
}
#product-list .homepage .container .filter span .group-filter .group-filter-list:after {
border-width: 9px;
margin-left: 1px;
content: "";
width: 0;
height: 0;
position: absolute;
bottom: 100%;
right: 1%;
border-bottom: 10px solid #d9d9d9;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
#product-list .homepage .container h1.category-title {
margin: 0;
font-weight: 700;
letter-spacing: 0.5px;
font-size: 15px !important;
text-transform: uppercase;
}
#product-list .homepage .container .list-filter {
padding: 10px 0;
display: flex;
}
#product-list .homepage .container .list-filter .filter-selected {
width: calc(100% - 200px);
display: block;
}
#product-list .homepage .container .list-filter .category-title {
margin: 0;
font-weight: 700;
letter-spacing: 0.5px;
font-size: 15px !important;
text-transform: uppercase; text-align: right;
padding-top: 5px;
width: 100%;
}
#product-list .homepage .container .list-filter span {
background-color: #f1f1f2;
border: 1px solid #eaeaeb;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
padding: 0 10px;
height: 22px;
line-height: 22px;
font-size: 13px;
font-weight: 400;
color: #000;
cursor: pointer;
}
#product-list .homepage .container .list-filter span img {
margin-left: 8px;
cursor: pointer;
width: 10px;
position: relative;
top: -1px;
max-width: 100%;
border: 0;
vertical-align: middle;
}
#product-list .homepage .container .list-filter .btn-remove-all-filter {
border: 0;
cursor: pointer;
background-color: #c10017;
color: #fff;
}
.filter .item {
display: inline-block;
cursor: pointer;
padding: 0 5px;
}
#filter .filter {
position: relative;
}
#filter .filter .item.open .popover-filter {
transform: scale(1);
opacity: 1;
min-height: 46px;
}
.color-option input[type="checkbox"] {
display: none;
}
.color-option input[type="checkbox"]:checked+label:after {
content: url(//tramhiepphat.com/assets/img/icon-arrow.png);
position: absolute;
}
.popover-filter {
overflow: visible;
background: #fff;
border: 1px solid #d9d9d9;
border-radius: 4px;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
padding: 15px 10px 10px;
z-index: 200;
min-width: 200px;
position: relative;
position: absolute;
top: 50px;
opacity: 1;
transform-origin: top;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-transform: scaleY(0);
display: block;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.popover-filter .filter-content {
overflow-y: auto;
overflow-x: hidden;
}
.popover-filter .filter-content .filter-list {
display: grid;
grid-column-gap: 15px;
}
.popover-filter .filter-content .filter-list.columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.popover-filter .filter-content .filter-list.columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.popover-filter .filter-content .filter-list.columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.popover-filter .filter-content .options {
display: block;
margin-bottom: 10px;
cursor: pointer;
position: relative;
min-width: 195px;
}
.popover-filter .filter-content .options.filter-sort {
min-width: 180px;
}
.popover-filter .filter-content .options:last-child {
margin-bottom: 0;
}
.popover-filter .filter-content .options li {
margin-bottom: 10px;
cursor: pointer;
}
.popover-filter .filter-content .options li label {
white-space: nowrap;
}
.popover-filter .filter-content .options li label:before {
border: 1px solid silver;
}
.popover-filter .filter-content .options li:last-child {
margin-bottom: 0;
}
.popover-filter .filter-content .filter-special .option {
min-width: 250px;
}
.popover-filter .filter-content .filter-sort .option {
min-width: 170px;
}
.popover-filter .filter-content .filter-list-color {
padding-right: 10px;
max-width: 250px;
}
.popover-filter .filter-content .filter-list-color a {
padding-left: 0;
padding-right: 5px;
transition: none;
}
.popover-filter .filter-content .filter-list-color a label {
height: 25px;
width: 25px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
border: 1px solid #eee;
cursor: pointer;
margin-bottom: 0;
}
.popover-filter .filter-content .filter-list-color a .active:after {
content: url(//tramhiepphat.com/assets/img/icon-arrow.png);
position: absolute;
}
.popover-filter .filter-content .filter-price label {
font-weight: 400;
cursor: pointer;
font: 14px/18px Arial, Helvetica, sans-serif;
}
.popover-filter .close-filter {
position: absolute;
right: -5px;
top: -11px;
background: none;
border-radius: 50%;
border: 1px solid #ddd;
color: #ddd;
z-index: 999;
width: 20px;
height: 20px;
padding: 0;
font-size: 12px;
background: #fff;
outline: none;
}
.popover-filter .popover-arrow {
top: 0;
border: 0;
position: absolute;
left: 20px;
}
.popover-filter .popover-arrow:after,
.popover-filter .popover-arrow:before {
content: "";
width: 0;
height: 0;
position: absolute;
bottom: 100%;
left: 45%;
border-bottom: 10px solid #d9d9d9;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.popover-filter .popover-arrow:after {
border-width: 9px;
border-bottom-color: #fff;
margin-left: 1px;
}
.item-sort .popover-filter {
right: 0;
}
.item-sort .popover-filter .popover-arrow {
left: auto;
right: 45px;
}
.popover {
width: 500px;
}
.popover .wrapper .tooltip-inner .container-checkbox ul li {
width: 21px !important;
height: 21px !important;
border-radius: 10px;
border: 1px solid #c1bfbf;
display: inline-block !important;
padding: 0 !important;
margin: 2px;
cursor: pointer;
position: relative;
min-width: 0 !important;
}
.filter-content::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.13);
background-color: rgba(0, 0, 0, 0.13);
}
.filter-content::-webkit-scrollbar {
width: 4px;
height: 4px;
margin: 0;
padding: 0;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.13);
}
.filter-content::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.15);
}
.featured-brands {
padding-top: 10px;
}
.featured-brands .brand-items {
clear: both;
display: flex;
flex-flow: row wrap;
flex: 1 100%;
}
.featured-brands .brand-items a {
display: inline-block;
width: 16.75%;
border: 1px solid #eee;
height: 42px;
line-height: 42px;
vertical-align: middle;
text-align: center;
margin-left: -1px;
margin-bottom: -1px;
transition: all 0.3s ease;
color: #288ad6;
}
.featured-brands .brand-items a img {
display: inline-block;
max-height: 25px;
vertical-align: middle;
border: 0;
padding: 0 5px;
}
.featured-brands .brand-items a:hover {
box-shadow: 0 0 3px #ddd;
}
.ptrung-thu-vang-ngan-qua-tang .main-wrapper.clearfix {
background: #203c6b url(https://mia.vn/uploads/trung-thu-2019/trung-thu-2019-star.png) 0 0;
}
.MobileTheme.pmung-quoc-khanh-vali-699 .container {
max-width: 580px !important;
}
.pmung-quoc-khanh-vali-699 .clock-count-down {
clear: both;
position: relative;
width: auto;
max-width: 550px;
margin: 0 auto 20px;
}
.max-width-300 {
max-width: 300px;
}
.pmung-quoc-khanh-vali-699 .margin-top-85 {
margin: -50px auto 20px;
}
.pmung-quoc-khanh-vali-699 .border-radius-left,
.pmung-quoc-khanh-vali-699 .border-radius-right {
border-radius: 7px 7px 7px 7px;
margin-bottom: 10px;
}
.pmung-quoc-khanh-vali-699 .col-sm-4 {
float: left;
width: 33.3%;
}
.pmung-quoc-khanh-vali-699 .col-sm-6 {
float: left;
width: 50%;
}
.pmung-quoc-khanh-vali-699 .margin-top-item {
margin-top: -12px;
}
.pmung-quoc-khanh-vali-699 .clock-count-down .box-count-down {
background: #fff;
border-radius: 15px;
padding: 10px 0 0;
position: relative;
z-index: 999;
overflow: hidden;
}
.pmung-quoc-khanh-vali-699 .clock-count-down .box-count-down iframe {
max-height: 107px;
}
.pmung-quoc-khanh-vali-699 .homepage .category {
padding: 0;
}
.pmung-quoc-khanh-vali-699 .main-wrapper.clearfix {
background: #a40809 url(https://mia.vn/uploads/mung-quoc-khanh-vali-699/Mung-quoc-khanh-699-bg.png) top no-repeat;
}
@media (max-width: 991px) {
.MobileTheme.pmung-quoc-khanh-vali-699 .clock-count-down {
max-width: 345px;
}
}
@media (min-width: 992px) {
.pmung-quoc-khanh-vali-699 .clock-count-down .box-count-down {
padding: 15px 0;
}
.pmung-quoc-khanh-vali-699 .clock-count-down .box-count-down iframe {
min-height: 135px;
max-height: auto;
}
.max-width-300 {
max-width: 100%;
}
.pmung-quoc-khanh-vali-699 .border-radius-left {
border-radius: 7px 0 0 7px;
}
.pmung-quoc-khanh-vali-699 .border-radius-right {
border-radius: 0 7px 7px 0;
}
.pmung-quoc-khanh-vali-699 .margin-top-85 {
margin: -85px auto 40px;
}
.pmung-quoc-khanh-vali-699 .clock-count-down {
clear: both;
position: relative;
width: auto;
max-width: 450px;
margin: 0 auto 20px;
}
.pmung-quoc-khanh-vali-699 .clock-count-down:before {
right: 100%;
margin-right: -100px;
}
.col-md-25 {
width: 20%;
}
.pmung-quoc-khanh-vali-699 .margin-top-item {
margin: -40px 0 0;
}
.pmung-quoc-khanh-vali-699 .display_flex {
display: flex;
}
.pmung-quoc-khanh-vali-699 .display_flex .col-md-4 {
width: calc(33.3% - 20px);
}
}
html {
overflow-x: auto !important;
}
.event_072019 {
background: #b20108;
}
.event_072019 header .header-bottom {
background: #fff;
margin-top: 0;
margin-bottom: 0;
padding-bottom: 5px;
padding-top: 5px;
display: none;
}
.event_mia_desktop .event_072019 .load-more {
display: block;
overflow: hidden;
position: relative;
line-height: 40px;
font-size: 15px;
color: #000000;
border: 1px solid #eee;
text-align: center;
border-radius: 4px;
margin: 10px auto;
width: 400px;
background: #fff;
cursor: pointer;
}
.event_072019 .product-list {
overflow: hidden;
}
.event_072019 .item_product_event .wrap-image {
display: block;
position: relative;
}
.event_072019 .item_product_event .out-of-stock {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
background: rgba(0, 0, 0, 0.7);
text-align: center;
color: #fff;
padding: 10px 0;
}
.event_072019 .event_counter {
border-radius: 15px;
background: #f4f4f4;
max-width: 500px;
margin: 0 auto;
padding: 15px;
position: relative;
}
.event_072019 .start_clock {
border-radius: 15px;
border: 3px solid #ff6612;
padding: 10px;
}
.event_072019 .table_counter {
width: 100%;
margin: 0 auto;
max-width: 370px;
}
.event_072019 .table_counter td {
width: 25%;
padding: 15px 10px 0;
text-align: center;
}
.event_072019 .data_tab {
display: none;
}
.event_072019 .table_counter td p {
display: block;
background: #b20108;
color: #fff;
line-height: 70px;
font-size: 40px;
font-family: Arial, Tahoma;
border-radius: 4px;
}
.event_072019 #title_counter {
background: #f4f4f4;
margin: -20px auto 5px;
line-height: 25px;
font-size: 25px;
font-weight: 700;
max-width: 300px;
text-align: center;
}
.event_072019 .bg-banner-bar {
background-color: #b20108;
padding: 10px 0;
}
.event_072019 .title-bar {
display: block;
background-size: cover;
height: 70px;
line-height: 70px;
border-radius: 5px;
text-align: center;
font-size: 28px;
text-transform: uppercase;
margin-top: 25px;
margin-bottom: 10px;
color: #000;
}
.event_072019 ul.title-bar li {
float: left;
box-sizing: border-box;
width: 15%;
list-style: none;
font-size: 35px;
font-weight: 700;
cursor: pointer;
}
.event_072019 ul.title-bar li:first-child {
width: 30%;
font-size: 28px;
text-align: left;
padding-left: 20px;
font-weight: 400;
}
.event_072019 h3.title-bar {
list-style: none;
font-size: 35px;
font-weight: 700;
}
.event_072019 .list_product_event {
float: left;
box-sizing: border-box;
width: 20%;
padding: 5px;
margin: 5px 0;
}
.event_072019 .item_product_event_full {
float: left;
box-sizing: border-box;
width: 80%;
padding: 5px;
margin: 5px 0;
}
.event_072019 .item_product_event {
position: relative;
background: #fff;
border-radius: 7px;
overflow: hidden;
min-height: 315px;
}
.event_072019 .item_product_event_full .item_product_event {
background-size: cover;
}
.event_072019 .item_border_box {
padding-top: 195px;
max-width: 250px;
}
.event_072019 .item_product_event .title {
border-bottom: 1px dashed #ccc;
padding: 7px 0 5px;
margin: 0 15px 7px;
display: block;
font-size: 13px;
font-weight: 400;
color: #000;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.event_072019 .item_product_event .title a {
color: #000;
}
.clear_fix,
.data_tab:after,
.event_072019 .item_product_event .button_product:after {
content: " ";
display: block;
clear: both;
}
.event_072019 .item_product_event .button_product {
padding: 0 15px;
}
.event_072019 .item_product_event .button_product .price {
float: left;
width: 50%;
box-sizing: border-box;
}
.event_072019 .item_product_event .button_product .btn-add {
float: right;
width: 50%;
box-sizing: border-box;
background: #d50202;
color: #fff;
border-radius: 5px;
text-align: center;
line-height: 35px;
height: 35px;
padding: 0;
}
.event_072019 .item_product_event .button_product .price .main-price {
display: block;
color: #f26622;
font-size: 1.2em;
}
.event_072019 .item_product_event .button_product .price .price-compare {
font-size: 0.8em;
text-decoration: line-through;
color: #000;
}
.event_072019 .item_product_event .button_product .btn-add:hover {
color: #fff !important;
}
.event_072019 .item_product_event .brand,
.item_product_event .brand:hover {
display: block;
text-align: center;
color: #000 !important;
text-transform: uppercase;
font-size: 1.3em;
}
.event_072019 .item_product_event .main-image {
height: 204px;
width: auto;
max-width: 100%;
}
.event_072019 .bar-active {
text-decoration: underline;
}
.event_072019 .banner-bar {
text-align: center;
}
.event_072019 .banner-bar-item img {
width: 30%;
margin: 10px 1.5%;
box-sizing: border-box;
max-width: 150px;
height: auto;
}
.breadcrumb {
clear: both;
}
.header-bottom .container {
position: relative;
}
.header-bottom,
.landing-page {
clear: both;
}
.MobileTheme .collection-title span:after,
.MobileTheme .collection-title span:before {
display: none;
}
html {
overflow-x: hidden;
}
.homepage {
clear: both;
}
@media (max-width: 767px) {
.saleoff-img {
position: relative;
}
footer .hotline-n-subscribe {
background: unset;
}
.news .news-update {
margin-left: 0 !important;
}
.homepage .category .collection-group.top-brand .item {
width: 100%;
}
.top-brand-footer .brands ul li a {
font-size: 12px;
}
#menuModal .modal-dialog .modal-content .title.saleoff {
padding-bottom: 5px;
}
.sidebar-mobile .filter .item {
padding-bottom: 10px;
}
.sidebar-mobile .filter .item .dropdown-toggle {
font-size: 13px;
}
.related .list-product-related {
padding-top: 20px;
}
.breadcrumb {
padding-top: 10px;
padding-left: 0;
}
.news .news-update img {
margin-top: 0;
}
.news .news-update .news-name .date {
padding: 5px 0;
}
.news .news-update .news-name .news-content {
padding-top: 0;
}
.wrapper-item-product-loop .item-product-loop .wrap-image .exclusive-img {
width: 40px !important;
}
.homepage .category .news-index .row {
margin-right: 0;
}
.homepage .category .news-index .row .col-sm-6 {
padding: 0;
}
.social-icon {
padding-left: 0;
}
.togo {
display: block;
color: #000;
}
.homepage .category .collection-group .list-brand a img {
height: 45px;
}
.homepage .category .collection-group .list-brand a {
padding-left: 10px;
padding-right: 10px;
}
.top-icon-menu {
padding: 5px;
background: #000000;
margin-bottom: 10px;
}
.top-icon-menu p {
margin-bottom: 0;
padding-top: 3px;
}
.top-icon-menu .col-xs-3 {
padding-left: 0;
padding-right: 10px;
}
.top-icon-menu a {
display: inline-block;
width: 100%;
text-transform: uppercase;
color: #000;
font-weight: 700;
padding-top: 5px;
height: 35px;
margin: 0 0 1.1% 1.1%;
background: #e3e3e3;
border: 1px solid #e8a400;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: #e5e5e5;
background: -o-linear-gradient(top, #fff, #e5e5e5);
}
.landing-page {
padding: 0;
}
.fb_reset {
display: none;
}
.homepage .category .collection-group .collection-title.viet-celebs span {
font-size: 20px;
}
footer .menu-policy .introduce .intro,
footer .menu-policy .mailings .mailing .email,
footer .menu-policy .policies .policy a {
font-size: 14px;
}
.homepage .category .news-index .news .description {
height: 30px;
font-size: 14px;
}
.homepage .category .news-index .news a {
line-height: 20px;
letter-spacing: 0.5px;
font-weight: 400;
text-transform: none;
font-size: 17px;
display: inline-block;
}
#menuModal .modal-dialog .modal-content .title {
font-size: 15px;
padding-left: 15px;
}
#menuModal .modal-dialog .modal-content .title .drop img {
width: 15px;
}
.intro,
.policy {
margin-bottom: 10px !important;
}
.list-icon-category ul li a {
text-transform: none !important;
}
.index-img {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.index-img .pd-left-0 {
margin-bottom: 10px;
}
.list-icon-category ul li {
width: 16.66667%;
padding-right: 2%;
}
.hot-top {
padding: 10px 15px;
background-color: red;
color: #fff !important;
text-align: center;
font-weight: 700;
display: block;
}
.homepage .category .collection-group .celebs-list .index-slider-carousel .item-wrapper a {
font-weight: 400;
font-style: italic;
font-size: 14px;
}
.innerInfoFooter .list-branchs .district {
font-weight: 400 !important;
}
}
.title_vali li {
font-size: 20px !important;
width: 20%;
flex: 0 0 33.333% !important;
font-weight: 700 !important;
font-size: 16px;
padding-left: 0 !important;
text-align: center !important;
}
.load-more {
display: block;
position: relative;
line-height: 40px;
font-size: 15px;
color: #000000;
border: 1px solid #eee;
text-align: center;
border-radius: 4px;
margin: 10px auto;
background: #fff;
cursor: pointer;
}
.load-more,
.product-list {
overflow: hidden;
}
body.event_072019.event_mia_mobile .title-bar,
body.event_072019.event_mia_mobile li,
body.event_072019.event_mia_mobile li:first-child {
font-size: 14px !important;
width: 33.3%;
align-self: center;
font-weight: 700;
height: 40px;
line-height: 40px;
}
body.event_072019.event_mia_mobile .title-bar {
width: 100%;
}
body.event_072019.event_mia_mobile .item_product_event {
min-height: 275px;
}
body.event_072019.event_mia_mobile .item_product_event .main-image {
height: auto;
width: auto;
max-width: 100%;
min-height: 162px;
}
body.event_072019.event_mia_mobile .item_border_box {
padding-top: 0;
max-width: auto;
}
body.event_072019.event_mia_mobile .list_product_event {
width: 50%;
}
body.event_072019.event_mia_mobile .banner-bar-item img {
margin-top: 0;
margin-bottom: 0;
}
body.event_072019.event_mia_mobile .bg-banner-bar {
padding: 0;
margin: 0 0 -20px;
}
body.event_072019.event_mia_mobile #title_counter {
max-width: 170px;
font-size: 18px;
}
body.event_072019.event_mia_mobile .event_counter {
max-width: 325px;
}
body.event_072019.event_mia_mobile .table_counter td p {
line-height: 50px;
font-size: 30px;
}
body.event_072019.event_mia_mobile .load-more {
max-width: 100%;
}
.checkout .customer-wrapper .customer-info .purchase .btn-order:hover,
.news-detail .left .back-to-news-page a:hover {
color: #fff !important;
}
.clickcall {
display: inline-block;
height: 42px;
line-height: 42px;
border: 1px solid #eee;
background-color: #000000;
position: fixed;
bottom: 0;
left: 0;
color: #fff;
font-weight: 500;
z-index: 10000;
width: 50%;
text-transform: uppercase;
font-size: 12.5px;
text-align: center;
}
.clickcall span {
text-transform: none;
display: block;
top: -28px;
position: relative;
font-size: 10px;
left: 30px;
}
.clickcall img {
width: 22px;
margin-left: 5px;
}
.clickcall:hover {
color: #fff !important;
}
@media screen and (min-width: 374px) {
.clickcall {
font-size: 14px;
font-weight: 700;
}
}
.homepage .category .collection-group .list-brand a img {
max-height: 60px;
}
.homepage .category .collection-group .list-brand li,
.homepage .category .collection-group.top-brand .item {
width: auto !important;
}
.homepage .category .collection-group.top-brand .item ul {
text-align: center;
}
#nav-description img {
width: 100% !important;
height: 100%;
}
#nav-description iframe {
width: 100% !important;
}
.btn-show-footer {
text-transform: uppercase;
display: inline-block;
width: 100%;
color: #000;
}
.table-chinh-sach tr td {
padding: 5px;
}
.detailtechPro {
width: 100% !important;
}
footer .copyright {
color: #999 !important;
font-size: 12px !important;
border-top: 1px solid #eee;
}
.btn-like-fb {
width: 85px !important;
}
.box-more {
text-align: center;
background-color: #ff5a00;
padding: 15px 0;
}
.box-more a {
text-decoration: none;
color: #fff !important;
font-size: 20px;
font-weight: 700;
}
.box-more a:hover {
text-decoration: underline !important;
}
.count_time {
display: block;
width: 100%;
max-width: 665px;
margin: -40px auto;
background: #f01615;
padding: 10px;
height: auto;
position: relative;
box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.75);
text-align: center;
}
@media only screen and (max-width: 700px) {
.count_time {
height: 200px;
margin: -10px auto;
}
}
footer:after {
content: " ";
display: block;
clear: both;
}
.event_072019 footer {
background-color: #fff;
}
.pmua-vali-trung-iphone-11-pro .news-detail {
background: #fd2b34;
}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.no-js .owl-carousel {
display: block;
}
.owl-carousel .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
to {
opacity: 0;
}
}
.owl-height {
transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//tramhiepphat.com/images/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.preload * {
transition: none !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none;
}
body.lg-on {
overflow: hidden;
position: fixed;
}
@-webkit-keyframes wd-rotate {
to {
transform: rotate(1turn);
}
}
@keyframes wd-rotate {
to {
transform: rotate(1turn);
}
}
.label-info {
background-color: #337ab7;
}
.header-menu-top input::-webkit-input-placeholder {
font-size: 12px;
}
.header-menu-top input::-moz-placeholder {
font-size: 12px;
}
.header-menu-top input:-ms-input-placeholder {
font-size: 12px;
}
.header-menu-top input:-moz-placeholder {
font-size: 12px;
}
::-webkit-input-placeholder {
font-size: 14px;
}
::-moz-placeholder {
font-size: 14px;
}
:-ms-input-placeholder {
font-size: 14px;
}
:-moz-placeholder {
font-size: 14px;
}
#brand-list .list-brand ul li {
width: 100%;
font-size: 13px;
margin-bottom: 5px;
}
#brand-list .list-brand ul li a {
font-size: 13px;
color: #000;
}
.fade.active {
opacity: 1;
}
.tooltip .tooltip-inner {
background: #000;
color: #fff;
}
.tooltip .tooltip-arrow {
border-color: #000;
}
.tooltip[x-placement^="bottom"] {
margin-top: 5px;
}
.tooltip {
display: block !important;
z-index: 10000;
}
.tooltip .tooltip-inner {
background-color: #fff !important;
color: #9a9393;
border-radius: 16px;
padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
width: 0;
height: 0;
border-style: solid;
position: absolute;
margin: 5px;
border-color: #9a9393;
}
.tooltip[x-placement^="top"] {
margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
border-width: 5px 5px 0;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
bottom: -5px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
margin-top: -10px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
border-width: 0 5px 5px;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-top-color: transparent !important;
top: -5px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
border-width: 5px 5px 5px 0;
border-left-color: transparent !important;
border-top-color: transparent !important;
border-bottom-color: transparent !important;
left: -5px;
top: calc(50% - 5px);
margin-left: 0;
margin-right: 0;
}
.tooltip[x-placement^="left"] {
margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
border-width: 5px 0 5px 5px;
border-top-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
right: -5px;
top: calc(50% - 5px);
margin-left: 0;
margin-right: 0;
}
.tooltip[aria-hidden="true"] {
visibility: hidden;
opacity: 0;
transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"] {
visibility: visible;
opacity: 1;
transition: opacity 0.15s;
}
.styled-checkbox {
position: absolute;
opacity: 0;
}
.styled-checkbox+label {
position: relative;
cursor: pointer;
padding: 0;
font-weight: 500;
margin-bottom: 0;
}
.styled-checkbox+label:before {
content: "";
margin-right: 10px;
display: inline-block;
vertical-align: text-top;
width: 16px;
height: 16px;
background: #fff;
border: 1px solid silver;
border-radius: 4px;
}
.styled-checkbox:hover+label:before {
background: #f35429;
}
.styled-checkbox:focus+label:before {
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked+label:before {
background: #000000;
border: none;
}
.styled-checkbox:disabled+label {
color: #b8b8b8;
cursor: auto;
}
.styled-checkbox:disabled+label:before {
box-shadow: none;
background: #ddd;
}
.styled-checkbox:checked+label:after {
content: "";
position: absolute;
top: 3px;
left: 5px;
box-sizing: border-box;
width: 6px;
height: 10px;
transform: rotate(45deg);
border: 2px solid #fff;
border-top: 0;
border-left: 0;
}
.styled-radio input[type="radio"] {
position: absolute;
opacity: 0;
}
.styled-radio input[type="radio"]+label {
margin-bottom: 0;
color: #333;
font-weight: 400;
cursor: pointer;
}
.styled-radio input[type="radio"]+label:before {
content: "";
border-radius: 100%;
border: 1px solid #7d7d7d;
display: inline-block;
width: 1.2em;
height: 1.2em;
top: -1px;
position: relative;
margin-right: 0.5em;
vertical-align: middle;
cursor: pointer;
text-align: center;
}
.styled-radio input[type="radio"]:checked+label:before,
.styled-radio input[type="radio"]:hover+label:before {
background-color: #000000;
box-shadow: inset 0 0 0 3px #fff;
border: 1px solid #000000;
}
.styled-radio input[type="radio"]:focus+label:before {
outline: none;
border-color: #000000;
}
.styled-radio input[type="radio"]:disabled+label:before {
box-shadow: inset 0 0 0 4px #b4b4b4;
border-color: #747474;
background: #747474;
}
.styled-radio input[type="radio"]+label:empty:before {
margin-right: 0;
}
.container {
width: 100%;
max-width: 1070px;
}
.lg-video {
top: 32px;
right: 0;
bottom: 0;
left: 0;
position: absolute !important;
z-index: 10;
padding: 0 !important;
height: auto !important;
}
.lg-has-thumb .lg-video {
bottom: 82px;
}
.lg-toolbar .lg-icon {
padding: 5px 0;
}
.dark-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
opacity: 1;
visibility: visible;
background: rgba(0, 0, 0, 0.6);
transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
#floating-container {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
width: 70px;
height: 70px;
}
.floating-button .hamburger {
border-radius: 30px;
background: #000000;
color: #fff;
width: 60px;
height: 60px;
transition: all 0.25s;
position: absolute;
bottom: 20px;
left: 20px;
z-index: 99997;
cursor: pointer !important;
outline: none;
padding: 10px;
display: inline-block;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
transition-duration: 0.15s;
}
.floating-button .hamburger .count {
display: block;
white-space: nowrap;
position: absolute;
top: -5px;
right: 5px;
width: 20px;
height: 20px;
border-radius: 50%;
color: #000000;
text-align: center;
letter-spacing: 0;
font-size: 13px;
font-weight: 700;
line-height: 18px;
background: #fff;
border: 1px solid #000000;
}
#floating-container.open .count {
display: none;
}
.hamburger-box {
width: 40px;
height: 38px;
display: inline-block;
position: relative;
text-align: center;
line-height: 38px;
font-size: 30px;
}
.hamburger-box i.hamburger-default {
position: absolute;
top: 4px;
bottom: 0;
left: 0;
display: block;
right: 0;
-webkit-animation: bell-out 0.3s;
animation: bell-out 0.3s;
transition: all 0.3s;
}
#floating-container.open .hamburger-box i.hamburger-default {
-webkit-animation: bell-in 0.15s linear;
animation: bell-in 0.15s linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
#floating-container .hamburger-close {
opacity: 0;
position: absolute;
top: 2px;
bottom: 0;
left: 0;
display: block;
right: 0;
transform: rotate(-70deg);
transition: all 0.3s;
-webkit-animation: edit-out 0.3s;
animation: edit-out 0.3s;
background: url(//tramhiepphat.com/images/x-button-icon.png?0f9e85c6c426821d01f28d5728abed7b) no-repeat;
background-position: 50%;
}
#floating-container.open .hamburger-close {
-webkit-animation: close-in 0.2s;
animation: close-in 0.2s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.floating-menu {
visibility: hidden;
position: fixed;
left: 20px;
padding-bottom: 10px;
bottom: 80px;
z-index: 100;
}
.floating-menu li a {
display: inline-block;
padding: 8px 15px;
background: #fff;
box-shadow: 0 0 5px #424242;
border-radius: 5px;
margin-bottom: 10px;
}
#floating-container.open ul {
visibility: visible;
-webkit-animation: scale-in 0.5s;
animation: scale-in 0.5s;
}
.birdseed-beacon {
border-radius: 100px;
background: #000000;
overflow: visible;
bottom: 20px;
right: 20px;
z-index: 99996;
-webkit-animation: beaconA 1.5s infinite;
animation: beaconA 1.5s infinite;
}
.birdseed-beacon,
.birdseed-beacon span {
width: 60px;
height: 60px;
margin: 0;
padding: 0;
position: absolute;
}
.birdseed-beacon span {
content: "";
border-radius: 100px;
border: 2px solid #000000;
display: block;
bottom: 0;
right: 0;
z-index: 99995;
-webkit-animation: beaconB 1.5s infinite;
animation: beaconB 1.5s infinite;
}
@-webkit-keyframes scale-in {
0% {
transform: scale(0);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@keyframes scale-in {
0% {
transform: scale(0);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes beaconA {
to {
transform: scale(1.5);
opacity: 0;
}
0% {
font-size: scale(1);
opacity: 0.8;
}
}
@keyframes beaconA {
to {
transform: scale(1.5);
opacity: 0;
}
0% {
font-size: scale(1);
opacity: 0.8;
}
}
@-webkit-keyframes beaconB {
to {
transform: scale(1.3);
opacity: 1;
}
0% {
font-size: scale(1);
opacity: 0.5;
}
}
@keyframes beaconB {
to {
transform: scale(1.3);
opacity: 1;
}
0% {
font-size: scale(1);
opacity: 0.5;
}
}
@-webkit-keyframes close-in {
0% {
opacity: 0;
transform: rotate(-70deg);
}
to {
opacity: 1;
transform: rotate(0deg);
}
}
@keyframes close-in {
0% {
opacity: 0;
transform: rotate(-70deg);
}
to {
opacity: 1;
transform: rotate(0deg);
}
}
@-webkit-keyframes close-out {
0% {
opacity: 1;
transform: rotate(0deg);
}
to {
opacity: 0;
transform: rotate(-70deg);
}
}
@keyframes close-out {
0% {
opacity: 1;
transform: rotate(0deg);
}
to {
opacity: 0;
transform: rotate(-70deg);
}
}
@-webkit-keyframes bell-in {
0% {
opacity: 1;
transform: rotate(0deg);
}
to {
opacity: 0;
transform: rotate(180deg);
}
}
@keyframes bell-in {
0% {
opacity: 1;
transform: rotate(0deg);
}
to {
opacity: 0;
transform: rotate(180deg);
}
}
@-webkit-keyframes bell-out {
0% {
opacity: 0;
transform: rotate(180deg);
}
to {
opacity: 1;
transform: rotate(0deg);
}
}
@keyframes bell-out {
0% {
opacity: 0;
transform: rotate(180deg);
}
to {
opacity: 1;
transform: rotate(0deg);
}
}
header .header-menu-top>.whb-col-right>.main-menu>li {
position: relative;
}
header .header-menu-top>.whb-col-right>.main-menu>li>ul {
width: 230px;
border: 1px solid #eee;
border-top: 0px;
position: absolute;
top: 70px;
right: -85px;
background-color: #fff;
z-index: 100000000;
text-align: left;
padding: 10px; font-size: 14px;
display: none;
}
header .header-menu-top>.whb-col-right>.main-menu>li:hover>ul {
display: block;
}
header .header-menu-top>.whb-col-right>.main-menu>li>ul>li {
list-style: none;
padding: 5px 10px;
position: relative;
z-index: 999999999999999;
}
header .header-menu-top>.whb-col-right>.main-menu>li>ul>li:hover>a {
color: #000000 !important;
}
.slider-large-image-mobile .owl-nav {
height: 0px;
margin: 0px;
margin: 0px;
}
.owl-carousel .owl-stage-outer {
max-height: 520px;
}
.dot {
width: 10px;
height: 10px;
background-color: #f33;
border-radius: 100%;
position: relative;
display: inline-block;
margin: 0px 10px;
}
.dot:after {
content: " ";
display: block;
border: 1px solid #f33;
width: 10px;
height: 10px;
opacity: 1;
background-color: rgba(238, 46, 36, 0.2);
border-radius: 100%;
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
-webkit-animation-name: sonar;
animation-name: sonar;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
display: block;
margin: 0px;
}
.dot-yellow {
background-color: #fff80d;
}
.dot-yellow:after {
border: 1px solid #fff80d;
}
.dot-white {
background-color: #fff;
}
.dot-white:after {
border: 1px solid #fff;
}
.dot-blue {
background-color: #045fe6;
}
.dot-blue:after {
border: 1px solid #045fe6;
}
.dot-green {
background-color: #008000;
}
.dot-green:after {
border: 1px solid #008000;
}
@-webkit-keyframes sonar {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(3);
transform: scale(3);
opacity: 0;
}
}
@keyframes sonar {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(3);
transform: scale(3);
opacity: 0;
}
}
.top-head-html .left-on-desktop {
float: left;
}
.top-head-html .right-on-desktop {
float: right;
}
.top-head-html .right-on-desktop a {
display: block;
color: white;
padding-left: 15px;
line-height: 35px;
}
.top-head-html a:hover {
color: yellow !important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
opacity: 0.7;
}
.arrow-mobile-left,
.arrow-mobile-right {
position: absolute;
top: 50%;
height: 40px;
width: 40px;
border: none;
margin-top: -20px;
}
.arrow-mobile-left {
left: 10px;
}
.arrow-mobile-right {
right: 10px;
}
.product-wrapper .nav-tabs {
border-bottom: none;
margin-bottom: 15px;
clear: both;
}
.product-wrapper .product .product-bottom .description .nav-tabs {
text-align: center;
}
.product-wrapper .product .product-bottom .description .nav-tabs li {
float: none;
display: inline-block;
}
.product-wrapper .product .product-bottom .description .nav-tabs li a {
color: #aaa;
padding: 7px 15px;
}
.product-wrapper .product .product-bottom .description .nav-tabs li a.active {
color: #000;
border-bottom: 3px solid #000;
}
.product-wrapper .product .product-bottom .description .nav-tabs li a:hover,
.product-wrapper .product .product-bottom .description .nav-tabs li a:focus {
color: unset !important;
background: none !important;
}
.clearfix:before,
.clearfix:after,
.clearfix {
clear: both;
}
.chat-without-cart .fb_dialog_content iframe:first-child {
bottom: 50px !important;
right: 50px !important;
}
.chat-without-cart .fb_dialog_content iframe:nth-child(2) {
bottom: 90px !important;
right: 60px !important;
}
.chat-with-cart .fb_dialog_content iframe:first-child {
bottom: 100px !important;
right: 45px !important;
}
.chat-with-cart .fb_dialog_content iframe:nth-child(2) {
bottom: 140px !important;
right: 50px !important;
}
.news-detail .content {
font-size: 17px;
}
.news-detail .content h1 {
font-size: 30px;
line-height: 40px;
}
.news-detail .content h1.title {
color: #000000;
}
.news-detail .content h2 {
font-size: 25px !important;
line-height: 40px;
}
.searchsubmit {
width: 40px;
height: 33px;
border: 0;
background: none;
position: absolute;
right: 0;
top: 0;
font-size: 0px;
}
.searchsubmit:before {
position: absolute;
top: 50%;
left: 50%;
visibility: hidden;
margin-top: -9px;
margin-left: -9px;
opacity: 0;
transition: opacity 0.1s ease, visibility 0.1s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid #bbb;
border-left-color: #000;
border-radius: 50%;
vertical-align: middle;
}
.searchsubmit:after {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
margin-top: -10px;
margin-left: -10px;
width: 20px;
font-size: 20px;
line-height: 20px;
transition: opacity 0.2s ease;
content: "";
background-image: url(//tramhiepphat.com/wp-content/themes/halink/images/search-icon.png);
height: 20px;
background-size: contain; }
.search-loading .searchsubmit:before {
visibility: visible;
opacity: 1;
transition: opacity 0.2s ease, visibility 0.2s ease;
-webkit-animation: wd-rotate 450ms infinite linear;
animation: wd-rotate 450ms infinite linear;
}
.search-loading .searchsubmit:after {
opacity: 0;
transition: opacity 0.1s ease;
}
.search-results-wrapper {
position: relative;
}
.autocomplete-suggestions {
position: relative;
background-color: #fff;
width: 400px;
text-align: left;
z-index: 1000;
border: 1px solid #ddd;
}
.autocomplete-suggestions .autocomplete-suggestion {
width: 100%;
border-bottom: 1px dotted #ccc;
cursor: pointer;
transition: background-color 0.25s ease;
}
.autocomplete-suggestion .suggestion-thumb {
width: 50px;
height: 50px;
position: relative;
top: 0;
display: inline-block;
margin-right: 5px;
}
.suggestion-title {
display: inline;
font-size: 14px;
}
.suggestion-title.no-found-msg {
padding: 10px;
display: block;
}
.suggestion-thumb img {
width: inherit;
height: 50px;
position: relative;
top: 0;
}
.suggestion-price {
position: absolute;
top: 17px;
right: 10px;
font-size: 15px;
text-align: right;
}
.autocomplete-suggestion a {
display: block;
text-overflow: ellipsis;
overflow: hidden;
color: #000;
text-transform: none;
position: relative;
padding: 3px 120px 3px 8px;
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.homepage .category .sliderkh {
margin-top: 10px;
}
.homepage .category .sliderkh .slider-title {
color: #000;
font-size: 15px;
margin-top: 10px;
text-align: center;
}
.site-logo img { width: 100%;
left: 0px;
right: 0px;
top: 0px;
}
.sliderbrand .item {
display: block;
border: 1px solid #dfdfdf;
border-radius: 4px;
overflow: hidden;
}
.sliderbrand img {
width: 80% !important;
max-height: 40px !important;
min-height: 40px !important;
}
.slider-brand-title {
font-size: 20px;
}
.woocommerce-result-count {
display: none !important;
}
form.woocommerce-ordering {
display: none !important;
} p#breadcrumbs {
margin-bottom: 0px;
}
.chosen-container {
width: auto !important;
}
.woof_container {
display: inline-block !important;
}
.woof_submit_search_form_container {
margin: 0 !important;
}
#product-list .homepage .container .filter .title {
display: block !important;
}
.filter .item-collection {
padding: 10px 0 0;
}
.woof_container {
padding-bottom: 0px;
margin-bottom: 0px;
}
.woof_products_top_panel li {
background-color: #f1f1f2;
border: 1px solid #eaeaeb;
margin-right: 10px;
margin-bottom: 10px;
padding: 0 2px 0 10px;
height: 22px;
line-height: 22px;
font-size: 13px;
font-weight: 400;
color: #000;
cursor: pointer;
}
.woof_reset_search_form {
padding: 5px 7px !important;
margin-top: 5px !important;
background-color: #c10017 !important;
color: #fff !important;
}
span.onsale {
display: none !important;
}
.wpgs .wpgs-nav {
display: none !important;
}
.product .detail .title {
font-size: 20px;
color: #000;
margin-top: 0;
margin-bottom: 5px;
line-height: 22px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
font-size: 27px;
}
.woocommerce div.product form.cart .variations td {
display: contents;
color: #000;
font-size: 15px;
}
.contentwhochoose p {
display: block;
overflow: hidden;
font-size: 14px;
color: #333;
padding: 0 15px 10px 20px;
line-height: 20px;
}
.contentwhochoose p:before {
content: "";
margin-left: -20px;
background: url(//tramhiepphat.com/wp-content/themes/halink/images/check.png);
width: 14px;
height: 14px;
background-size: 14px 14px;
margin-right: 5px;
float: left;
margin-top: 2px;
}  .single_add_to_cart_button {
background-color: #c33 !important;
border: 1px solid #c33 !important;
color: #fff !important;
padding: 10px 20px !important;
}
.woocommerce .quantity .qty{
height: 37px;
}
.product .detail>form.mycart,
.product .detail>form.variations_form {
display: block !important;
}
button.mybuttoncart {
width: 100%;
padding: 17px 0 !important;
font-size: 20px !important;
background-color: #CC3333 !important;
}
.woofc-count.woofc-count-bottom-right {
right: 10px;
}
.woofc-count {
width: 40px;
height: 40px;
line-height: 40px;
background-color: #4892ca;
bottom: 60px;
}
.woofc-count:hover {
bottom: 60px;
}
.woofc-count span {
height: 20px;
width: 20px;
line-height: 20px;
}
.woofc-count i {
color: #fff;
line-height: 40px;
}
.woocommerce-message {
display: none !important;
}
.woofc-action .woofc-action-inner>div:hover a {
color: #fff !important;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
background-color: #000000;
color: #fff;
}
.cart_totals .wc-proceed-to-checkout:hover a.checkout-button {
opacity: 0.85 !important;
background-color: #000000 !important;
color: #fff !important;
}
.woocommerce-cart table.cart img {
width: 60px;
}
.col-md-6 .woocommerce-billing-fields .woocommerce-input-wrapper input,
form.wpcf7-form .wpcf7-form-control-wrap input {
border-radius: 6px;
height: 35px !important;
padding: 0.375rem 0.75rem;
border: 1px solid #ced4da;
width: 100%;
}
.col-md-6 .woocommerce-additional-fields .woocommerce-input-wrapper textarea,
form.wpcf7-form .wpcf7-form-control-wrap textarea {
border-radius: 6px;
padding: 0.375rem 0.75rem;
border: 1px solid #ced4da;
width: 100%;
}
form.wpcf7-form input.wpcf7-submit {
line-height: 1;
cursor: pointer;
text-decoration: none;
overflow: visible;
padding: 0.618em 1em;
font-weight: 700;
border-radius: 3px;
left: auto;
color: #fff;
background-color: #000000;
border: 0;
box-shadow: none;
text-shadow: none;
}
.myname {
color: #000000;
font-size: 25px;
font-weight: 600;
margin-bottom: 20px;
}
.myaddress,
.mymail,
.myphone {
margin-bottom: 10px;
}
ul.chinhsach li,
ul.post li {
margin-bottom: 8px;
}
.woocommerce-checkout-payment .form-row button.button {
background-color: #de2b13 !important;
color: #fff;
border: none;
padding: 15px 54px;
border-radius: 5px;
text-transform: uppercase;
}
.woocommerce-checkout-payment .form-row button.button:hover {
opacity: 0.85 !important;
background-color: #000000 !important;
color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-bottom: 2px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0px solid #d3ced2;
background-color: #fff;
margin: 0;
padding: 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 0px solid !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border: 0px solid #d3ced2;
bottom: 0px;
width: 0px;
height: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
border: 0px solid #d3ced2;
bottom: 0px;
width: 0px;
height: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #aaa;
text-transform: uppercase;
}
.content-product img {
border: 1px solid #eee;
max-width: 100%;
height: auto !important;
}
.content-product h3 {
text-align: center;
text-transform: uppercase;
font-weight: 600;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel section {
font-size: 15px;
letter-spacing: 1px;
padding-top: 15px;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel section table {
border: 1px solid #aaa;
padding: 10px;
border-collapse: collapse;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel section table td {
border: 1px solid #aaa;
padding: 10px;
}
.woocommerce div.product form.cart .reset_variations {
background: #f1f1f2;
padding: 3px 5px;
}
.product-grid-item .price .main-price>del {
display: none;
}
.product-grid-item .price .main-price>ins {
text-decoration: none;
}
.product-grid-item .price .main-price>.amount,
.product-grid-item .price .main-price>.amount>.woocommerce-Price-currencySymbol,
.product-grid-item .price .main-price .main-price .amount,
.product-grid-item .price .main-price .main-price .amount .woocommerce-Price-currencySymbol {
color: #f10505;
font-weight: 600;
}
.product-grid-item .price .main-price .price-compare .amount {
text-decoration: inherit;
}
.news-detail .right .hot-news .item {
height: 80px;
padding: 0 10px;
margin-bottom: 12px;
}
.news-detail .right .hot-news .item .avatar {
height: 100%;
background-size: cover !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
padding: 0;
}
.news-detail .right .hot-news .item .avatar img {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.news-detail .right .hot-news .item .news-title {
padding-left: 10px;
padding-right: 0;
}
.news-detail .right .hot-news .item .news-title h3 {
margin: 0;
}
.news-detail .right .hot-news .item .news-title a {
font-size: 15px;
line-height: 18px;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box !important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 4;
color: #000;
display: block;
}
.news-detail .right .hot-news .viewed {
color: #bbb;
font-size: 14px;
margin-top: 5px;
}
.news .news-update {
position: relative;
border-bottom: 1px solid #eee;
padding: 10px 0;
}
.news-content>p {
margin: 0 !important;
}
.news-detail .right .hot-news .title {
background-color: #eee;
font-size: 18px;
line-height: 18px;
margin-bottom: 10px;
margin-top: 0;
padding: 10px;
width: 100%;
text-transform: uppercase;
}
.news-detail .right .hot-news {
padding: 0;
color: #000;
border: 1px solid #ddd;
margin-bottom: 15px;
}
.left .navigation .nav-links {
width: 100%;
text-align: center;
}
.page-numbers {
padding: 5px 10px;
border: 1px solid #ccc;
}
.page-numbers.current {
background: #000000;
color: #fff;
}
.news-detail .left .content h1.title {
text-transform: none;
font-size: 30px;
margin: 0 !important;
font-weight: 400;
letter-spacing: inherit;
text-align: initial;
}
.news-detail .left .relative-news {
margin-bottom: 40px;
}
.title.widget-title {
border-bottom: 1px solid #eee;
margin-bottom: 15px;
padding-bottom: 0;
}
.title.widget-title h2 {
font-size: 20px;
font-weight: 500;
color: #000;
display: inline-block;
margin: 0;
line-height: 30px;
}
.title.widget-title h2:after {
content: "";
width: 100%;
height: 3px;
background-color: #000;
position: relative;
top: 2px;
display: block;
}
.news-detail .left .relative-news .item {
padding-top: 10px;
height: 90px;
}
.news-detail .left .relative-news .item .avatar {
padding: 0;
height: 100%;
background-size: cover !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
}
.news-detail .left .relative-news .item a {
display: block;
color: #000;
}
.news-detail .left .relative-news .item .news-title h3 {
font-size: 18px;
line-height: 16px;
letter-spacing: 1px;
margin-bottom: 5px;
margin-top: 0;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 1;
}
.news-detail .left .relative-news .item .news-content {
font-size: 15px;
text-overflow: ellipsis;
overflow: hidden;
text-transform: none;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 2;
}
.container h1.title {
color: #000000;
text-align: center;
font-size: 30px;
margin-top: 5px;
}
.container h1.main-title-product {
text-align: left !important;
}
.news-detail .right .row {
margin: 0;
}
#modal-order .detail,
.product .detail {
letter-spacing: 1px;
}
#modal-order .detail .in-stock-branch,
.product .detail .in-stock-branch {
margin-bottom: 10px;
margin-top: 5px;
}
#modal-order .detail .in-stock-branch>button,
.product .detail .in-stock-branch>button {
width: 100%;
line-height: 25px;
text-align: center;
padding: 0;
background-color: #fff;
border-radius: 0;
box-shadow: none;
outline: 0;
height: 40px;
font-size: 15px;
color: #777;
border: 1px solid #777;
font-weight: 500;
letter-spacing: 0.5px;
}
#modal-order .detail .in-stock-branch button .caret,
.product .detail .in-stock-branch button .caret {
margin-left: 5px;
}
#modal-order .detail .in-stock-branch>ul,
.product .detail .in-stock-branch>ul {
width: 100%;
border-radius: 0;
border: 1px solid #777;
margin-top: 0;
border-top: 0;
padding: 0;
background: #f5f5f5;
z-index: 999999;
}
#modal-order .detail .in-stock-branch li.result-branch ul li,
.product .detail .in-stock-branch li.result-branch ul li {
padding: 7px 10px;
cursor: pointer;
display: block;
font-size: 14px;
float: left;
width: 100%;
}
#modal-order .detail .in-stock-branch li.result-branch ul li:hover,
.product .detail .in-stock-branch li.result-branch ul li:hover {
background-color: #ddd;
}
#modal-order .detail .in-stock-branch li.result-branch .left,
.product .detail .in-stock-branch li.result-branch .left {
float: left;
text-align: center;
color: #2d2d2d;
font-size: 7px;
line-height: 20px;
}
#modal-order .detail .in-stock-branch li.result-branch .left img,
.product .detail .in-stock-branch li.result-branch .left img {
max-width: 60px;
}
#modal-order .detail .in-stock-branch li.result-branch .left span,
.product .detail .in-stock-branch li.result-branch .left span {
font-weight: 700;
display: block;
font-size: 9px;
padding-top: 3px;
}
#modal-order .detail .in-stock-branch li.result-branch .right,
.product .detail .in-stock-branch li.result-branch .right {
width: calc(100% - 65px);
float: left;
padding-left: 5px;
}
.in-stock-branch .filter-branch {
display: flex !important;
justify-content: space-between;
padding: 10px;
}
.in-stock-branch .filter-branch>div {
width: 49%;
}
.in-stock-branch .filter-branch>div select {
border-radius: 0;
}
.in-stock-branch .result-branch .viewmorest {
display: block;
overflow: hidden;
position: relative;
line-height: 30px;
font-size: 14px;
color: #000000;
cursor: pointer;
float: left;
width: 100%;
text-align: center;
}
#modal-order .detail p,
.product .detail p {
margin-bottom: 5px;
}
#modal-order .detail .title,
.product .detail .title {
font-size: 20px;
color: #000;
margin-top: 0;
margin-bottom: 5px;
line-height: 22px;
}
#modal-order .detail .title a,
.product .detail .title a {
color: #000;
}
#modal-order .detail .brand,
.product .detail .brand {
padding-bottom: 3px;
font-size: 15px;
width: 75%;
}
#modal-order .detail .brand a,
.product .detail .brand a {
color: #000;
}
#modal-order .detail .brand a span,
.product .detail .brand a span {
color: #000000;
}
#modal-order .detail .brand a:hover,
.product .detail .brand a:hover {
color: #000 !important;
}
#modal-order .detail .brand a span:hover,
.product .detail .brand a span:hover {
text-decoration: underline !important;
}
#modal-order .detail .price,
.product .detail .price {
font: 14px/18px Helvetica, Arial, sans-serif;
line-height: 25px;
margin-bottom: 0;
}
#modal-order .detail .price .main-price,
.product .detail .price .main-price {
color: #000000;
font-size: 27px;
}
#modal-order .detail .intro-description,
.product .detail .intro-description {
border: 1px solid #ddd;
margin: 0 auto 10px;
padding: 15px;
border-radius: 3px;
}
#modal-order .detail .intro-description .intro-title,
.product .detail .intro-description .intro-title {
color: #000;
font-size: 1.5em;
padding-left: 0;
}
#modal-order .detail .intro-description p,
.product .detail .intro-description p {
font-size: 15px;
font-weight: 300;
}
#modal-order .list-icon-object,
.product .list-icon-object {
text-align: center;
padding: 5px 0;
margin-bottom: 10px;
}
#modal-order .list-icon-object .item-object,
.product .list-icon-object .item-object {
display: inline-block;
width: 80px;
height: 70px;
font-size: 12px;
margin: 5px;
cursor: pointer;
line-height: 1.7;
color: #333;
}
#modal-order .list-icon-object .item-object .icon,
.product .list-icon-object .item-object .icon {
display: block;
border: 1px solid #ddd;
line-height: 40px;
padding: 10px;
font-size: 30px;
}
#modal-order .detail .price .price-compare,
.product .detail .price .price-compare {
color: #000;
text-decoration: line-through;
margin-left: 5px;
font-size: 16px;
}
#modal-order .detail .discount,
.product .detail .discount {
font-style: italic;
font-size: 13px;
font-weight: 500;
margin-bottom: 10px;
}
#modal-order .detail .discount span,
.product .detail .discount span {
font: 14px/18px Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 13px;
}
#modal-order .detail .short-description,
.product .detail .short-description {
color: #777;
font-size: 15px;
margin-bottom: 25px;
}
#modal-order .detail .list-variant,
.product .detail .list-variant {
margin-top: 10px;
margin-bottom: 10px;
}
#modal-order .detail .list-variant li,
.product .detail .list-variant li {
display: inline-block;
margin-right: 5px;
border: 1px solid #ddd;
margin-bottom: 5px;
cursor: pointer;
}
#modal-order .detail .list-variant li.active,
.product .detail .list-variant li.active {
border: 1px solid #ef6723;
}
#modal-order .detail .list-variant li img,
.product .detail .list-variant li img {
max-width: 60px;
padding: 3px;
}
#modal-order .detail .owl-carousel-variant,
.product .detail .owl-carousel-variant {
margin: 10px 0;
}
#modal-order .detail .owl-carousel-variant .owl-stage-outer,
.product .detail .owl-carousel-variant .owl-stage-outer {
z-index: 99;
}
#modal-order .detail .owl-carousel-variant .owl-stage-outer .owl-stage,
.product .detail .owl-carousel-variant .owl-stage-outer .owl-stage {
transform: translateZ(0);
}
#modal-order .detail .owl-carousel-variant .owl-stage-outer .owl-stage .owl-item,
.product .detail .owl-carousel-variant .owl-stage-outer .owl-stage .owl-item {
cursor: pointer;
padding-left: 0;
}
#modal-order .detail .owl-carousel-variant .owl-nav,
.product .detail .owl-carousel-variant .owl-nav {
position: absolute;
bottom: 10px;
width: 100%;
}
#modal-order .detail .owl-carousel-variant .owl-nav span,
.product .detail .owl-carousel-variant .owl-nav span {
font-size: 18px;
}
#modal-order .detail .owl-carousel-variant .owl-nav span.owl-next,
.product .detail .owl-carousel-variant .owl-nav span.owl-next {
display: inline-block;
position: relative;
left: 5px;
z-index: 9999;
}
#modal-order .detail .owl-carousel-variant .owl-nav span.owl-next img,
.product .detail .owl-carousel-variant .owl-nav span.owl-next img {
max-width: 20px;
}
#modal-order .detail .owl-carousel-variant .owl-nav span.owl-prev,
.product .detail .owl-carousel-variant .owl-nav span.owl-prev {
display: inline-block;
position: relative;
left: -10px;
z-index: 9999;
}
#modal-order .detail .owl-carousel-variant .owl-nav span.owl-prev img,
.product .detail .owl-carousel-variant .owl-nav span.owl-prev img {
max-width: 20px;
}
#modal-order .detail .owl-carousel-variant .owl-nav span.disabled,
.product .detail .owl-carousel-variant .owl-nav span.disabled {
display: none;
}
#modal-order .detail .introduce,
.product .detail .introduce {
margin-top: 20px;
margin-bottom: 20px;
}
#modal-order .detail .introduce .title,
.product .detail .introduce .title {
font-size: 17px;
}
#modal-order .detail .introduce ul li,
.product .detail .introduce ul li {
font-size: 13px;
padding-bottom: 10px;
}
#modal-order .detail .introduce ul li .fa,
.product .detail .introduce ul li .fa {
margin-right: 5px;
color: #000000;
}
#modal-order .detail .btn-order-product,
.product .detail .btn-order-product {
padding: 15px 0;
background-color: #000000;
color: #fff;
width: 100%;
text-align: center;
cursor: pointer;
box-shadow: none;
outline: 0;
font-size: 16px;
line-height: 18px;
}
#modal-order .detail .btn-order-product span,
.product .detail .btn-order-product span {
font-size: 12px;
font-weight: 400;
}
#modal-order .detail .hotline,
.product .detail .hotline {
text-align: center;
margin: 10px 0;
padding: 0;
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
}
#modal-order .detail .hotline a,
.product .detail .hotline a {
color: #000;
cursor: default;
}
#modal-order .detail .hotline>div,
.product .detail .hotline>div {
padding: 3px 0 0;
}
#modal-order .detail .hotline>div p,
.product .detail .hotline>div p {
border-right: 1px solid #000;
}
#modal-order .detail .hotline>div p span.phone,
.product .detail .hotline>div p span.phone {
font-size: 18px;
letter-spacing: 1px;
}
#modal-order .detail .hotline>div:first-child p,
.product .detail .hotline>div:first-child p {
border-left: 1px solid #000;
}
#modal-order .product-bottom,
.product .product-bottom {
padding: 0 0 30px;
flex-wrap: nowrap;
}
#modal-order .product-bottom:not(.layout-1) .description,
.product .product-bottom:not(.layout-1) .description {
margin-bottom: 0;
}
#modal-order .product-bottom .description section,
.product .product-bottom .description section {
font-size: 15px;
letter-spacing: 1px;
padding-top: 15px;
}
.product .product-bottom .description section a {
color: #000000;
}
#modal-order .product-bottom .description img,
.product .product-bottom .description img {
max-width: 100%;
}
#modal-order .product-bottom .description .title,
.product .product-bottom .description .title {
font-size: 20px;
font-weight: 700;
margin-top: 0;
}
#modal-order .product-bottom .description .nav-tabs li,
.product .product-bottom .description .nav-tabs li {
padding: 0;
}
#modal-order .product-bottom .description .nav-tabs li.active a,
.product .product-bottom .description .nav-tabs li.active a {
color: #000;
}
#modal-order .product-bottom .description .nav-tabs li.active .border,
.product .product-bottom .description .nav-tabs li.active .border {
height: 3px;
background-color: #000;
}
#modal-order .product-bottom .description .nav-tabs li a,
.product .product-bottom .description .nav-tabs li a {
font-size: 16px;
padding-left: 0;
padding-right: 0;
margin-right: 0;
border: 0;
border-radius: 0;
color: #aaa;
padding-bottom: 5px;
}
#modal-order .product-bottom .description .nav-tabs li a:hover,
.product .product-bottom .description .nav-tabs li a:hover {
background: 0 0;
}
#modal-order .product-bottom .description .nav-tabs li .border,
.product .product-bottom .description .nav-tabs li .border {
width: 50%;
height: 0;
}
#modal-order .product-bottom .description table,
.product .product-bottom .description table {
border-collapse: collapse;
}
#modal-order .product-bottom .description table,
#modal-order .product-bottom .description td,
#modal-order .product-bottom .description th,
.product .product-bottom .description table,
.product .product-bottom .description td,
.product .product-bottom .description th {
border: 1px solid #aaa;
padding: 10px;
}
#modal-order .product-bottom .news-support,
.product .product-bottom .news-support {
position: relative;
}
#modal-order .product-bottom .news-support .support .content-div,
.product .product-bottom .news-support .support .content-div {
position: relative;
top: 40px;
padding: 10px 10px 30px;
z-index: 900;
border: 2px solid #d3d3d3;
background: #fff;
}
#modal-order .product-bottom .news-support .support .content-div .title,
.product .product-bottom .news-support .support .content-div .title {
font-weight: 700;
font-size: 21px;
letter-spacing: 1px;
margin: 15px 0 30px 15px;
text-transform: uppercase;
}
#modal-order .product-bottom .news-support .support .content-div p,
.product .product-bottom .news-support .support .content-div p {
font-size: 16px;
font-weight: 400;
letter-spacing: 1px;
line-height: 30px;
margin-bottom: 15px;
color: #000000;
}
#modal-order .product-bottom .news-support .support .content-div p span,
.product .product-bottom .news-support .support .content-div p span {
margin-right: 10px;
}
#modal-order .product-bottom .news-support .support .content-div p span img,
.product .product-bottom .news-support .support .content-div p span img {
width: 30px;
}
#modal-order .product-bottom .news-support .support .blank-div,
.product .product-bottom .news-support .support .blank-div {
position: absolute;
right: -20px;
top: 80px;
z-index: 800;
background: #fff;
border: 2px solid #d3d3d3;
}
#modal-order .product-bottom .news-support .news,
.product .product-bottom .news-support .news {
position: relative;
left: 35px;
border: 1px solid #aaa;
padding: 0;
margin-right: 40px;
margin-top: 20px;
margin-bottom: 20px;
}
.product-box-title {
border-bottom: 1px solid #ddd;
width: 100%;
font-size: 1.2em;
}
.layout-1 .product-box-title {
border: none;
text-align: center;
}
.product-box-title span {
display: inline-block;
margin-bottom: -2px;
border-bottom: 3px solid #333;
padding: 0 0 5px;
}
#modal-order .product-bottom .news-support .news .title,
.product .product-bottom .news-support .news .title {
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
margin-top: 0;
padding: 10px 10px 5px;
border-bottom: 1px solid #aaa;
background: #ddd;
}
#modal-order .product-bottom .news-support .news .content,
.product .product-bottom .news-support .news .content {
padding: 0 10px;
margin-top: 10px;
}
#modal-order .product-bottom .news-support .news .content .row,
.product .product-bottom .news-support .news .content .row {
display: flex;
margin-bottom: 15px;
}
#modal-order .product-bottom .news-support .news .content .news-image,
.product .product-bottom .news-support .news .content .news-image {
width: 30% !important;
padding-bottom: 22%;
background-size: cover;
background-position: 50%;
}
#modal-order .product-bottom .news-support .news .content .news-see-more,
.product .product-bottom .news-support .news .content .news-see-more {
padding-left: 10px;
padding-right: 0;
position: relative;
}
#modal-order .product-bottom .news-support .news .content .news-see-more .news-title,
.product .product-bottom .news-support .news .content .news-see-more .news-title {
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.5px;
color: #000;
display: -webkit-box;
line-height: 13px;
}
#modal-order .product-bottom .news-support .news .content .news-see-more .bottom-line,
.product .product-bottom .news-support .news .content .news-see-more .bottom-line {
position: absolute;
bottom: -3px;
left: 10px;
text-decoration: underline !important;
color: #ccc;
font-style: italic;
font-size: 12px;
letter-spacing: 1px;
}
#modal-order .product-bottom .news-support .news .news-list,
.product .product-bottom .news-support .news .news-list {
margin-top: 20px;
margin-bottom: 12px;
padding: 0 10px;
}
#modal-order .product-bottom .news-support .news .news-list a,
.product .product-bottom .news-support .news .news-list a {
color: #ccc;
text-decoration: underline !important;
font-style: italic;
font-size: 11px;
letter-spacing: 1px;
}
#modal-order .detail .intro-description p a,
.product .detail .intro-description p a {
color: #000000;
font-size: 13px;
}
.product .detail .intro-description p a:hover {
text-decoration: underline !important;
}
.product-detail-slider-carousel {
margin: 20px 0;
}
.product-detail-slider-carousel .item {
height: 300px;
background-size: cover !important;
background-position: 50%;
background-repeat: no-repeat;
}
.product-detail-slider-carousel .owl-item {
padding: 0;
}
.product-detail-slider-carousel .owl-item img {
max-width: 100%;
width: auto !important;
height: auto !important;
}
.product-detail-slider-carousel .owl-nav {
position: absolute;
font-size: 24px;
width: 100%;
top: calc(50% - 44px);
}
.product-detail-slider-carousel .owl-nav .owl-prev {
position: relative;
left: -15px;
display: inline-block;
background-color: #ddd;
padding: 5px 15px;
border-radius: 5px;
}
.product-detail-slider-carousel .owl-nav .owl-prev.disabled {
opacity: 0.7;
}
.product-detail-slider-carousel .owl-nav .owl-next {
background-color: #ddd;
padding: 5px 15px;
border-radius: 5px;
position: relative;
right: -15px;
display: inline-block;
}
.product-detail-slider-carousel .owl-nav .owl-next.disabled {
opacity: 0.7;
}
.product-detail-slider-carousel .owl-dots {
text-align: center;
margin-top: 10px;
}
.product-detail-slider-carousel .owl-dots .owl-dot {
display: inline-block;
margin: 0 3px;
}
.product-detail-slider-carousel .owl-dots .owl-dot span {
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #bbb;
}
.product-detail-slider-carousel .owl-dots .owl-dot.active span {
background-color: #000000;
border-color: #000000;
}
.lg-outer:not(.gallery-video-lightbox) .lg-actions .lg-next,
.lg-outer:not(.gallery-video-lightbox) .lg-actions .lg-prev {
background-color: transparent !important;
top: 0 !important;
z-index: 1080;
width: 70px;
height: 100%;
}
.lg-outer:not(.gallery-video-lightbox) .lg-actions .lg-next:before,
.lg-outer:not(.gallery-video-lightbox) .lg-actions .lg-prev:after {
top: 50%;
position: absolute;
}
.lg-outer:not(.gallery-video-lightbox) .lg-actions .lg-next:before {
right: 0;
}
.lg-outer:not(.gallery-video-lightbox) .lg-actions .lg-prev:after {
left: 0;
}
.area_promotion {
border: 1px solid rgba(0, 0, 0, 0.75);
padding: 20px 10px 5px;
position: relative;
overflow: visible;
margin: 20px 0;
width: 100%;
}
.area_promotion b {
background: #CC3333;
color: #fff;
font-size: 13px;
font-weight: 600;
position: absolute;
top: -13px;
left: 10px;
vertical-align: middle;
line-height: 23px;
clear: both;
padding: 0 10px;
text-transform: uppercase;
}
.area_promotion .promotion-info {
min-height: 20px;
font-size: 14px;
font-weight: 300;
}
.area_promotion .promotion-info a,
.area_promotion .promotion-info i {
color: #ef6723;
}
.area_promotion .promotion-info .promotion-list li {
margin-bottom: 5px;
}
.area_promotion .promotion-info .promotion-list li:before {
content: "\F00C";
font-family: FontAwesome;
color: #ef6723;
margin-right: 5px;
}
.area_promotion .promotion-info span.highlight,
.area_promotion .promotion-info span.price {
color: #ef6723;
font: 14px/18px Arial, Helvetica, sans-serif;
}
.area_promotion .promotion-info span.price:after {
content: "\20AB";
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px;
}
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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,
.col-lg-auto,
.col-md,
.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,
.col-md-auto,
.col-sm,
.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,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
position: relative;
padding-right: 15px;
padding-left: 15px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-1>* {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2>* {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3>* {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-4>* {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5>* {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6>* {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
order: -1;
}
.order-last {
order: 13;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
.offset-5 {
margin-left: 41.6666666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.3333333333%;
}
.offset-8 {
margin-left: 66.6666666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.3333333333%;
}
.offset-11 {
margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1>* {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2>* {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3>* {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-sm-4>* {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5>* {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6>* {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1>* {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2>* {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3>* {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-md-4>* {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5>* {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6>* {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1>* {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2>* {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3>* {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-lg-4>* {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5>* {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6>* {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1>* {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2>* {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3>* {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-xl-4>* {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5>* {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6>* {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table td,
.table th {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px;
}
.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary>td,
.table-primary>th {
background-color: #b8daff;
}
.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
background-color: #d6d8db;
}
.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf;
}
.table-success,
.table-success>td,
.table-success>th {
background-color: #c3e6cb;
}
.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb;
}
.table-info,
.table-info>td,
.table-info>th {
background-color: #bee5eb;
}
.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5;
}
.table-warning,
.table-warning>td,
.table-warning>th {
background-color: #ffeeba;
}
.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger>td,
.table-danger>th {
background-color: #f5c6cb;
}
.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7;
}
.table-light,
.table-light>td,
.table-light>th {
background-color: #fdfdfe;
}
.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6;
}
.table-dark,
.table-dark>td,
.table-dark>th {
background-color: #c6c8ca;
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe;
}
.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #454d55;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm>.table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md>.table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg>.table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl>.table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive>.table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row>.col,
.form-row>[class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: inline-flex;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem;
}
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
border-color: #28a745;
padding-right: calc(0.75em + 2.3125rem);
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
color: #28a745;
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
display: block;
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
color: #28a745;
}
.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
border-color: #28a745;
}
.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
border-color: #34ce57;
background-color: #34ce57;
}
.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
border-color: #28a745;
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: calc(0.75em + 2.3125rem);
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
color: #dc3545;
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
display: block;
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
color: #dc3545;
}
.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
border-color: #dc3545;
}
.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
border-color: #e4606d;
background-color: #e4606d;
}
.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
border-color: #dc3545;
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
justify-content: center;
}
.form-inline .form-group,
.form-inline label {
display: flex;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-group {
flex: 0 0 auto;
flex-flow: row wrap;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .custom-select,
.form-inline .input-group {
width: auto;
}
.form-inline .form-check {
display: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
align-items: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none;
}
.btn-group-lg>.btn,
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-group-sm>.btn,
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block+.btn-block {
margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle:after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
margin-left: 0;
}
.dropright .dropdown-toggle:after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
display: none;
}
.dropleft .dropdown-toggle:before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
margin-left: 0;
}
.dropleft .dropdown-toggle:before {
vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group-vertical>.btn,
.btn-group>.btn {
position: relative;
flex: 1 1 auto;
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
z-index: 1;
}
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
margin-left: -1px;
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
margin-right: 0;
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
width: 100%;
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
margin-bottom: 0;
}
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
position: relative;
flex: 1 1 0%;
min-width: 0;
margin-bottom: 0;
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
margin-left: -1px;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3;
}
.input-group>.custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group>.custom-file {
display: flex;
align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
z-index: 3;
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
margin-top: 0;
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
height: calc(1.5em + 1rem + 2px);
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
padding-right: 1.75rem;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.custom-control-inline {
display: inline-flex;
margin-right: 1rem;
}
.custom-control-input {
position: absolute;
left: 0;
z-index: -1;
width: 1rem;
height: 1.25rem;
opacity: 0;
}
.custom-control-input:checked~.custom-control-label:before {
color: #fff;
border-color: #007bff;
background-color: #007bff;
}
.custom-control-input:focus~.custom-control-label:before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked)~.custom-control-label:before {
border-color: #80bdff;
}
.custom-control-input:not(:disabled):active~.custom-control-label:before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff;
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
color: #6c757d;
}
.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
background-color: #e9ecef;
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.custom-control-label:before {
pointer-events: none;
background-color: #fff;
border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
}
.custom-control-label:after {
background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
border-color: #007bff;
background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
border-radius: 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label:after {
transition: none;
}
}
.custom-switch .custom-control-input:checked~.custom-control-label:after {
background-color: #fff;
transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.custom-select::-ms-expand {
display: none;
}
.custom-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.custom-file {
display: inline-block;
margin-bottom: 0;
}
.custom-file,
.custom-file-input {
position: relative;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
z-index: 2;
margin: 0;
opacity: 0;
}
.custom-file-input:focus~.custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
background-color: #e9ecef;
}
.custom-file-input:lang(en)~.custom-file-label:after {
content: "Browse";
}
.custom-file-input~.custom-file-label[data-browse]:after {
content: attr(data-browse);
}
.custom-file-label {
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
font-weight: 400;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
position: absolute;
top: 0;
right: 0;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
}
.custom-file-label:after {
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 0.75rem);
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
width: 100%;
height: 1.4rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-range:focus {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-ms-transition: none;
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
cursor: default;
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-control-label:before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
.tab-content>.tab-pane {
display: none;
}
.tab-content>.active {
display: block;
}
.navbar {
position: relative;
padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat 50%;
background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-xl {
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-xl {
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: hsla(0, 0%, 100%, 0.5);
border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
color: #fff;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card>hr {
margin-right: 0;
margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link+.card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-bottom: -0.75rem;
border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
flex-shrink: 0;
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
display: flex;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
flex: 1 0 0%;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.card-group>.card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap;
}
.card-group>.card {
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0;
}
.card-group>.card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-header,
.card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-footer,
.card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-header,
.card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-footer,
.card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0;
}
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion>.card {
overflow: hidden;
}
.accordion>.card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion>.card>.card-header {
border-radius: 0;
margin-bottom: -1px;
}
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item+.breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item:before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item+.breadcrumb-item:hover:before {
text-decoration: underline;
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:focus,
a.badge:hover {
text-decoration: none;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.badge-primary {
color: #fff;
background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
color: #fff;
background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
color: #fff;
background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
color: #fff;
background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
color: #fff;
background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
color: #fff;
background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
color: #212529;
background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
color: #fff;
background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
color: #212529;
background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
color: #fff;
background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-secondary hr {
border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
color: #202326;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
0% {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 1rem;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress,
.progress-bar {
display: flex;
overflow: hidden;
}
.progress-bar {
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.media {
display: flex;
align-items: flex-start;
}
.media-body {
flex: 1;
}
.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.list-group-item+.list-group-item {
border-top-width: 0;
}
.list-group-item+.list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
.list-group-horizontal {
flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row;
}
.list-group-horizontal-sm .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-sm .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-sm .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-sm .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row;
}
.list-group-horizontal-md .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-md .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-md .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-md .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row;
}
.list-group-horizontal-lg .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-lg .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-lg .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-lg .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row;
}
.list-group-horizontal-xl .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xl .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-xl .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xl .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.list-group-flush .list-group-item {
border-right-width: 0;
border-left-width: 0;
border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
color: #004085;
background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
color: #383d41;
background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
color: #155724;
background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
color: #0c5460;
background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
color: #856404;
background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
color: #721c24;
background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
color: #818182;
background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
color: #1b1e21;
background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: 0.75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
a.close.disabled {
pointer-events: none;
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: hsla(0, 0%, 100%, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast.showing {
opacity: 1;
}
.toast.show {
display: block;
opacity: 1;
}
.toast.hide {
display: none;
}
.toast-header {
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: hsla(0, 0%, 100%, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
padding: 0.75rem;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
display: block;
height: calc(100vh - 1rem);
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
content: none;
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer>* {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered:before {
height: calc(100vh - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow:before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
top: 0;
left: 0;
z-index: 1060;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover,
.popover .arrow {
position: absolute;
display: block;
}
.popover .arrow {
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"]>.arrow:before,
.bs-popover-top>.arrow:before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"]>.arrow:after,
.bs-popover-top>.arrow:after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"]>.arrow:before,
.bs-popover-right>.arrow:before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"]>.arrow:after,
.bs-popover-right>.arrow:after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"]>.arrow:before,
.bs-popover-bottom>.arrow:before {
top: 0;
border-width: 0 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"]>.arrow:after,
.bs-popover-bottom>.arrow:after {
top: 1px;
border-width: 0 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"]>.arrow:before,
.bs-popover-left>.arrow:before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"]>.arrow:after,
.bs-popover-left>.arrow:after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner:after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-next,
.carousel-control-prev {
transition: none;
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
position: absolute;
right: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
@-webkit-keyframes spinner-border {
to {
transform: rotate(1turn);
}
}
@keyframes spinner-border {
to {
transform: rotate(1turn);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid;
border-right: 0.25em solid transparent;
border-radius: 50%;
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
}
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow 0.75s linear infinite;
animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded-sm {
border-radius: 0.2rem !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix:after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive:before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9:before {
padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
padding-top: 56.25%;
}
.embed-responsive-4by3:before {
padding-top: 75%;
}
.embed-responsive-1by1:before {
padding-top: 100%;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-top {
top: 0;
}
.fixed-bottom,
.fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
white-space: nowrap;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.stretched-link:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: transparent;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-lighter {
font-weight: lighter !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-weight-bolder {
font-weight: bolder !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #0056b3 !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
color: #19692c !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674 !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
} header nav .mia-mobile-left,
header nav .mia-mobile-right {
flex: 1 1 0%;
}
header nav .mia-mobile-left {
justify-content: flex-start;
z-index: 999;
}
header nav .mia-mobile-right {
justify-content: flex-end;
}
header nav .mobile-search-icon {
display: flex;
align-items: center;
flex-direction: row;
justify-content: center;
height: 40px;
color: #fff;
font-weight: 400;
line-height: 1;
z-index: 999;
position: relative;
background: #000;
border-radius: 0;
}
.mobile-menu-open .mobile-nav-icon { width: 52%;
}
.mobile-menu-open {
overflow: hidden;
position: fixed;
width: 100%;
}
.mia-close-side {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1059;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.8);
transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.mia-close-side-opened {
opacity: 1;
visibility: visible;
transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav {
position: fixed;
top: 0;
bottom: 0;
z-index: 1061;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
width: 340px;
transition: transform 0.25s ease;
}
.menu-mobile-wrapper {
padding: 10px 0;
background-color: #fff;
margin-bottom: 47px;
}
.mobile-nav.slide-from-top {
width: 100%;
height: 100%;
}
.slide-from-left {
right: auto;
left: 0;
transform: translate3d(-340px, 0, 0);
}
.slide-from-top {
bottom: auto;
top: 0;
transform: translate3d(0, -100%, 0);
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
-sand-transform: translate3d(0, -100%, 0);
}
.mobile-nav.slide-from-top.act-mobile-menu {
top: 70px;
}
.mobile-nav.act-mobile-menu {
transform: none;
}
.w-nav-icon {
display: flex;
align-items: center;
padding-bottom: 10px;
vertical-align: middle;
font-size: 30px;
position: relative;
height: inherit;
width: 1.1em;
top: -1px;
z-index: inherit;
}
.w-nav-icon i {
top: 50%;
transform: translateY(-50%);
transition: transform 0.15s cubic-bezier(0, 1, 0.8, 1);
color: #fff;
}
.search-open .mobile-search-icon .fa-search {
display: none;
}
.search-open .mobile-search-icon .w-nav-icon {
opacity: 1;
visibility: visible;
display: inline-block;
}
.mobile-search-icon .w-nav-icon {
opacity: 0;
visibility: hidden;
display: none;
}
.w-nav-icon h3 {
color: #000;
content: "";
display: flex;
height: 100%;
align-items: center;
width: inherit;
font-size: 20px;
font-weight: bold;
}
.w-nav-icon i,
.w-nav-icon i:after,
.w-nav-icon i:before {
color: #f50000;
content: "";
display: block;
position: absolute;
height: 0;
width: inherit;
border-bottom: 0.15em solid;
}
.mobile-menu-open .w-nav-icon i,
.mobile-menu-open .w-nav-icon i:after,
.mobile-menu-open .w-nav-icon i:before,
.search-open .w-nav-icon i,
.search-open .w-nav-icon i:after,
.search-open .w-nav-icon i:before {
border-bottom: 0.1em solid;
}
.w-nav-icon i:before {
top: -0.35em;
transition: top 0.15s cubic-bezier(0, 1, 0.8, 1) 0.15s, opacity 0.15s cubic-bezier(0, 1, 0.8, 1);
}
.w-nav-icon i:after {
top: 0.35em;
transition: top 0.15s cubic-bezier(0, 1, 0.8, 1) 0.15s, transform 0.15s cubic-bezier(0, 1, 0.8, 1);
}
.mobile-menu-open .w-nav-icon i {
color: #000;
}
.mobile-menu-open .mobile-nav-icon .w-nav-icon i,
.search-open .mobile-search-icon .w-nav-icon i {
transform: translateY(-50%) rotate(45deg);
transition-delay: 0.15s;
}
.mobile-menu-open .mobile-nav-icon .w-nav-icon i:before,
.search-open .mobile-search-icon .w-nav-icon i:before {
top: 0;
opacity: 0;
transition: top 0.15s cubic-bezier(0, 1, 0.8, 1), opacity 0.15s cubic-bezier(0, 1, 0.8, 1) 0.15s;
}
.mobile-menu-open .mobile-nav-icon .w-nav-icon i:after,
.search-open .mobile-search-icon .w-nav-icon i:after {
top: 0;
transform: rotate(90deg);
transition: top 0.15s cubic-bezier(0, 1, 0.8, 1), transform 0.15s cubic-bezier(0, 1, 0.8, 1) 0.15s;
}
.mobile-nav {
max-width: 640px;
margin: 0 auto;
}
.mobile-nav .btn-close {
text-align: center;
display: block;
position: absolute;
right: 0;
top: -58px;
background: #e6e7e8;
padding: 15px;
}
.mobile-nav .btn-close img {
width: 80%;
}
.mobile-nav .title {
font-size: 15px;
letter-spacing: 1px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 8px;
padding-left: 15px;
border-bottom: 1px solid #aaa;
position: relative;
}
.mobile-nav .title .drop {
display: inline-block;
height: 42px;
width: 42px;
position: absolute;
right: 20px;
top: -8px;
}
.mobile-nav .title .drop img {
display: block;
width: 23px;
position: absolute;
}
.mobile-nav .title .drop img.minus-btn {
top: 20px;
right: 10px;
display: none;
}
.mobile-nav .title .drop img.add-btn {
top: 10px;
right: 10px;
}
.mobile-nav .title.saleoff {
color: #fc2330;
display: block;
}
.mobile-nav .title.dropdown a {
color: #000;
display: inline-block;
padding-right: 67%;
padding-bottom: 5px;
}
.mobile-nav .title.dropdown .dropdown-menu {
width: 100%;
position: relative !important;
top: 5px !important;
transform: none !important;
background: inherit;
box-shadow: none;
border: none;
}
.mobile-nav .title.dropdown .dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.mobile-nav .title.dropdown.open img.minus-btn {
display: inline-block;
}
.mobile-nav .title.dropdown.open img.add-btn {
display: none;
}
.mobile-nav .title .menu-container {
padding: 0 10px;
text-transform: none;
font-weight: 500;
font-size: 15px;
font-family: Roboto, sans-serif;
}
.mobile-nav .title .menu-container li {
margin-bottom: 5px;
}
.mobile-nav .hotline {
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.5px;
text-align: center;
margin-top: 8px;
}
@media screen and (max-width: 405px) and (min-width: 341px) {
.mobile-nav .hotline {
font-size: 13px;
}
}
.menu-mobile-nav-container ul li a {
display: block;
padding: 3px 15px;
line-height: 26px;
overflow-x: hidden;
letter-spacing: 0.3px;
letter-spacing: 1px;
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
color: #000;
}
.menu-mobile-nav-container ul li a.saleoff {
color: #fc2330;
}
.menu-mobile-nav-container ul li.menu-item-has-children>a {
padding-right: 43px;
}
.menu-mobile-nav-container>ul>li {
border-bottom: 1px solid #aaa;
position: relative;
}
.menu-mobile-nav-container ul.sub-menu-dropdown li a {
padding-left: 40px;
font-weight: 400;
text-transform: capitalize;
}
.menu-mobile-nav-container ul.sub-menu-dropdown {
display: none;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
.menu-mobile-nav-container ul.sub-menu-dropdown.show {
max-height: 500px;
transition: max-height 0.25s ease-in;
}
.menu-mobile-nav-container .icon-sub-menu {
position: absolute;
top: 0;
right: 0;
height: 32px;
width: 64px;
padding-right: 0;
border-bottom: none;
cursor: pointer;
}
.menu-mobile-nav-container .icon-sub-menu:after,
.menu-mobile-nav-container .icon-sub-menu:before {
content: " ";
position: absolute;
right: 0;
top: 50%;
margin-top: -1px;
width: 12px;
height: 1px;
display: inline-block;
background-color: #565656;
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.menu-mobile-nav-container .icon-sub-menu:before {
transform: translateX(1px) rotate(0deg);
-webkit-transform: translateX(1px) rotate(0deg);
-moz-transform: translateX(1px) rotate(0deg);
-o-transform: translateX(1px) rotate(0deg);
-ms-transform: translateX(1px) rotate(0deg);
-sand-transform: translateX(1px) rotate(0deg);
}
.menu-mobile-nav-container .icon-sub-menu:after {
transform: translateX(1px) rotate(90deg);
-webkit-transform: translateX(1px) rotate(90deg);
-moz-transform: translateX(1px) rotate(90deg);
-o-transform: translateX(1px) rotate(90deg);
-ms-transform: translateX(1px) rotate(90deg);
-sand-transform: translateX(1px) rotate(90deg);
}
.menu-mobile-nav-container .icon-sub-menu.is-active:after,
.menu-mobile-nav-container .icon-sub-menu.is-active:before {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-sand-transform: rotate(0deg);
}
.menu-mobile-nav-container .icon-sub-menu:after,
.menu-mobile-nav-container .icon-sub-menu:before {
right: 25%;
margin-right: -5px;
}
.mobile-nav-icon {
outline: none;
font-size: 22px;
color: #fff;
padding-left: 15px;
padding-right: 15px;
border-radius: 0;
height: 47px;
}
.container {
max-width: 640px !important;
}
#searchBox.show {
display: block !important;
width: 100%;
}
#searchBox {
position: absolute;
top: 60px;
right: 0;
width: 0;
margin: 0 !important;
padding: 12px 12px;
display: none;
background: white;
transition: width 0.3s;
-webkit-backface-visibility: hidden;
}
#searchBox .mobile-search-box {
flex: 0 0 100%;
}
#searchBox .mobile-search-box form {
position: relative;
}
#searchBox .mobile-search-box form .price {
font: 14px/18px Arial, Helvetica, sans-serif;
font-size: 15px;
color: #f04e23;
font-weight: 400;
display: block;
}
#searchBox .mobile-search-box form .price-compare {
font: 14px/18px Arial, Helvetica, sans-serif;
color: #777;
font-weight: 400;
text-decoration: line-through;
font-size: 13px;
display: block;
}
#searchBox .mobile-search-box form .view-all-results {
flex: 1 1 100%;
height: 50px;
background-color: #fff;
color: #ef6723;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.2px;
font-weight: 600;
line-height: 50px;
cursor: pointer;
transition: background-color 0.25s ease;
-webkit-animation: wd-fadeIn 0.3s ease both;
animation: wd-fadeIn 0.3s ease both;
}
#searchBox .mobile-search-box form .view-all-results a {
padding: 0;
color: #f04e23;
}
#searchBox .mobile-search-box .input-group-append {
right: 10px !important;
position: absolute;
top: 7px;
width: 20px !important;
height: 20px !important;
padding-right: 0;
opacity: 0.7;
z-index: 999;
}
#searchBox .mobile-search-box input {
height: 33px !important;
border: 0;
border-radius: 5px;
margin-left: 16%;
width: calc(85% - 58px);
outline: 0;
font-size: 12px;
padding: 0;
}
#searchBox .mobile-search-box input:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#searchBox .mobile-search-box form.search ul.search-result {
display: block;
padding-left: 0;
position: absolute;
top: 47px;
width: 100%;
z-index: 999;
background: #fff;
left: 0;
border: 1px solid #e2e2e2;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
#searchBox .mobile-search-box form.search ul.search-result li {
display: block;
background: #fff;
overflow: hidden;
list-style: none;
border-bottom: 1px dotted #ccc;
}
#searchBox .mobile-search-box form.search ul.search-result li a {
display: block;
text-overflow: ellipsis;
overflow: hidden;
color: #000;
text-transform: none;
position: relative;
padding: 3px 100px 3px 8px;
font-size: 15px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
#searchBox .mobile-search-box form.search ul.search-result li a .price {
font: 14px/18px Arial, Helvetica, sans-serif;
position: absolute;
top: 18px;
right: 10px;
font-size: 15px;
color: #f04e23;
font-weight: 400;
}
#searchBox .mobile-search-box form.search ul.search-result li a .price-compare {
font: 14px/18px Arial, Helvetica, sans-serif;
position: absolute;
top: 40px;
right: 10px;
color: #777;
font-weight: 400;
text-decoration: line-through;
font-size: 13px;
}
#searchBox .mobile-search-box form.search ul.search-result li a img {
width: 50px;
height: 50px;
position: relative;
top: 0;
right: 7px;
}
#searchBox .mobile-search-box form.search ul.search-result li:hover {
background-color: #dedede;
}
#searchBox .close-search {
align-self: center;
}
.search-open #searchBox {
width: 100%;
}
.search-open #searchBox .searchsubmit {
right: 47px;
}
.search-open #searchBox .mobile-search-box input {
margin-left: 10px;
padding: 0.375rem 60px 0.375rem 0.75rem;
} a.cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 10px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: #4892ca url(//tramhiepphat.com/wp-content/themes/halink/images/cd-top-arrow.svg) no-repeat center 50%;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
a.cd-top.cd-is-visible,
a.cd-top.cd-fade-out,
.no-touch a.cd-top:hover {
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s;
}
a.cd-top,
a.cd-top:visited,
a.cd-top:hover {
color: #cccccc;
text-decoration: none;
}
a.cd-top.cd-is-visible { visibility: visible;
opacity: 1;
}
a.cd-top.cd-fade-out { opacity: 1;
} .fixmenu {
position: fixed;
z-index: 100;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.fixmenu .header-menu {
background: #fff;
} form.wpcf7-form .wpcf7-form-control-wrap textarea,
form.wpcf7-form .wpcf7-form-control-wrap input {
font-weight: 500;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper,
.woocommerce-billing-fields span.woocommerce-input-wrapper {
width: 100%;
}
@media only screen and (max-width: 500px){
#searchBox .mobile-search-box input {
margin-left: 85px;
width: calc(85% - 85px) !important;
}
}
@media only screen and (max-width: 374px){
#searchBox .mobile-search-box input {
width: calc(85% - 95px) !important;
}
}
#billing_country_field {
display: none;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
display: none;
}
.woocommerce-customer-details{
display: none;
}
.woocommerce-billing-fields__field-wrapper p{
width: 100% !important;
}
.woofc-count span {
background-color: #ff0000 !important;
}
.woo-product-gallery-slider .slick-list.draggable{
max-height: 130px;
}
.woo-product-gallery-slider .slick-list.draggable .slick-slide{
padding: 5px;
}
.starrating {
display: flex;
width: 100%;
text-align: center;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}
.starrating .star-rating  span {
color:#ffd300;
}
.mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.mobile-menu li { position: relative; }
.mobile-menu ul ul { display: none; padding-left: 20px; }
.mobile-menu a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
background: #f9f9f9;
border-bottom: 1px solid #ddd;
text-decoration: none;
color: #333;
font-size: 17px;
}
.mobile-menu .toggle-icon {
margin-left: 10px;
transition: transform 0.2s ease;
}
.mobile-menu .active > ul { display: block; }
div#news-video {
font-size: 17px;
}