/* Minification failed. Returning unminified contents.
(10596,1): run-time error CSS1019: Unexpected token, found '}'
(10955,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10956,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10971,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(10972,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11003,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11004,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18071,12): run-time error CSS1030: Expected identifier, found ' '
(18073,1): run-time error CSS1031: Expected selector, found ';'
(18073,1): run-time error CSS1025: Expected comma or open brace, found ';'
(18458,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18460,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18487,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18489,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18516,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18518,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18532,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18534,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18548,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18550,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18577,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18579,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18606,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18608,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18635,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18637,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18664,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18666,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18680,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18682,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18696,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18698,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18725,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18727,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18754,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18756,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18770,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18772,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Motorola Solutions Confidential Proprietary */
/* Copyright 2022 Motorola Solutions, Inc. All Rights Reserved. */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(/Content/fonts/glyphicons-halflings-regular.eot);
	src: url(/Content/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/Content/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/Content/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\002a";
}

.glyphicon-plus:before {
	content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-jpy:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-rub:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	-webkit-border-radius: 6px;
	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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.img-circle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.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;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%;
}

.h1,
h1 {
	font-size: 36px;
}

.h2,
h2 {
	font-size: 30px;
}

.h3,
h3 {
	font-size: 24px;
}

.h4,
h4 {
	font-size: 18px;
}

.h5,
h5 {
	font-size: 14px;
}

.h6,
h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

.small,
small {
	font-size: 85%;
}

.mark,
mark {
	padding: .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;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dd,
dt {
	line-height: 1.42857143;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

abbr[data-original-title],
abbr[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 .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
}

pre {
	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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.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;
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.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,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.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 > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

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;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
	background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
	background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}

input[type=file] {
	display: block;
}

input[type=range] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	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],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type=search] {
	-webkit-appearance: none;
}

.form-group {
	margin-bottom: 15px;
}

.checkbox,
.radio {
	position: relative;
	display: block;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
	margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

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;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.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;
}

.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;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	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 .form-control-feedback {
	color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	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 .form-control-feedback {
	color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	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 .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.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;
	-ms-touch-action: manipulation;
	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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.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;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.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;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.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;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.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;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.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;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.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;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.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;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	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;
}

.dropdown,
.dropup {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	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);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.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,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-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 > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
	position: relative;
	float: left;
}

.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: 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-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-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-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 {
	-webkit-border-radius: 0;
	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 {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.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 {
	float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	-webkit-border-radius: 0;
	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 {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.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 input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .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[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.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;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

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;
}

.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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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 .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.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-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}

.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 > li > a > img {
	max-width: none;
}

.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;
	-webkit-border-radius: 4px 4px 0 0;
	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 #ddd;
	border-bottom-color: transparent;
}

.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;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.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 {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.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-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;
	-webkit-border-radius: 4px;
	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;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	-webkit-border-radius: 1px;
	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-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.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-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	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-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-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-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,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link: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-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
	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-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-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-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,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.breadcrumb > .active {
	color: #777;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.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:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.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 {
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-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 {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-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,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
	text-decoration: none;
	background-color: #eee;
}

.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;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-webkit-border-radius: .25em;
	border-radius: .25em;
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.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;
}

.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;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.jumbotron > hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.jumbotron .container {
	max-width: 100%;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
	margin-right: auto;
	margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7;
}

.thumbnail .caption {
	padding: 9px;
	color: #333;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: 700;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	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: #186ebf;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	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-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right,
.media > .pull-right {
	padding-left: 10px;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}

.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-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.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,
.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,
.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 .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
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,
button.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
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,
button.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
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,
button.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.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;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .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-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.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 > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	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;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	-webkit-border-radius: 3px;
	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: .2;
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.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);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	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: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.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-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: .9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.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);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	line-break: auto;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	content: "";
	border-width: 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 > .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 > .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 > .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;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
	line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 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%;
}

.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: .5;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.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-md,
.visible-sm,
.visible-xs {
	display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important;
}

.visible-print {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

.visible-print-inline {
	display: none !important;
}

.visible-print-inline-block {
	display: none !important;
}

/*# sourceMappingURL=bootstrap.css.map */

@media screen and (-webkit-min-device-pixel-ratio: 0) {

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
	line-height: 34px;
}

.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month],
input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm {
	line-height: 30px;
}

.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month],
input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].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 all and (transform-3d), (-webkit-transform-3d) {

.carousel-inner > .item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.carousel-inner > .item.active.right,
.carousel-inner > .item.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.carousel-inner > .item.active.left,
.carousel-inner > .item.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.carousel-inner > .item.active,
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@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;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
	float: left;
}

.col-sm-12 {
	width: 100%;
}

.col-sm-11 {
	width: 91.66666667%;
}

.col-sm-10 {
	width: 83.33333333%;
}

.col-sm-9 {
	width: 75%;
}

.col-sm-8 {
	width: 66.66666667%;
}

.col-sm-7 {
	width: 58.33333333%;
}

.col-sm-6 {
	width: 50%;
}

.col-sm-5 {
	width: 41.66666667%;
}

.col-sm-4 {
	width: 33.33333333%;
}

.col-sm-3 {
	width: 25%;
}

.col-sm-2 {
	width: 16.66666667%;
}

.col-sm-1 {
	width: 8.33333333%;
}

.col-sm-pull-12 {
	right: 100%;
}

.col-sm-pull-11 {
	right: 91.66666667%;
}

.col-sm-pull-10 {
	right: 83.33333333%;
}

.col-sm-pull-9 {
	right: 75%;
}

.col-sm-pull-8 {
	right: 66.66666667%;
}

.col-sm-pull-7 {
	right: 58.33333333%;
}

.col-sm-pull-6 {
	right: 50%;
}

.col-sm-pull-5 {
	right: 41.66666667%;
}

.col-sm-pull-4 {
	right: 33.33333333%;
}

.col-sm-pull-3 {
	right: 25%;
}

.col-sm-pull-2 {
	right: 16.66666667%;
}

.col-sm-pull-1 {
	right: 8.33333333%;
}

.col-sm-pull-0 {
	right: auto;
}

.col-sm-push-12 {
	left: 100%;
}

.col-sm-push-11 {
	left: 91.66666667%;
}

.col-sm-push-10 {
	left: 83.33333333%;
}

.col-sm-push-9 {
	left: 75%;
}

.col-sm-push-8 {
	left: 66.66666667%;
}

.col-sm-push-7 {
	left: 58.33333333%;
}

.col-sm-push-6 {
	left: 50%;
}

.col-sm-push-5 {
	left: 41.66666667%;
}

.col-sm-push-4 {
	left: 33.33333333%;
}

.col-sm-push-3 {
	left: 25%;
}

.col-sm-push-2 {
	left: 16.66666667%;
}

.col-sm-push-1 {
	left: 8.33333333%;
}

.col-sm-push-0 {
	left: auto;
}

.col-sm-offset-12 {
	margin-left: 100%;
}

.col-sm-offset-11 {
	margin-left: 91.66666667%;
}

.col-sm-offset-10 {
	margin-left: 83.33333333%;
}

.col-sm-offset-9 {
	margin-left: 75%;
}

.col-sm-offset-8 {
	margin-left: 66.66666667%;
}

.col-sm-offset-7 {
	margin-left: 58.33333333%;
}

.col-sm-offset-6 {
	margin-left: 50%;
}

.col-sm-offset-5 {
	margin-left: 41.66666667%;
}

.col-sm-offset-4 {
	margin-left: 33.33333333%;
}

.col-sm-offset-3 {
	margin-left: 25%;
}

.col-sm-offset-2 {
	margin-left: 16.66666667%;
}

.col-sm-offset-1 {
	margin-left: 8.33333333%;
}

.col-sm-offset-0 {
	margin-left: 0;
}

.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 {
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .checkbox,
.form-inline .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .checkbox label,
.form-inline .radio label {
	padding-left: 0;
}

.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio] {
	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 .dropdown-menu {
	right: 0;
	left: auto;
}

.navbar-right .dropdown-menu-left {
	right: auto;
	left: 0;
}

.nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 4px 4px 0 0;
	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;
	-webkit-border-radius: 4px 4px 0 0;
	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 {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.navbar-header {
	float: left;
}

.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	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-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-right: 0;
	margin-left: 0;
}

.navbar-static-top {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
}

.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 .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 {
	margin-bottom: 0;
	vertical-align: middle;
}

.navbar-form .checkbox,
.navbar-form .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.navbar-form .checkbox label,
.navbar-form .radio label {
	padding-left: 0;
}

.navbar-form .checkbox input[type=checkbox],
.navbar-form .radio input[type=radio] {
	position: relative;
	margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}

.navbar-form {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

.navbar-left {
	float: left !important;
}

.navbar-right {
	float: right !important;
	margin-right: -15px;
}

.navbar-right ~ .navbar-right {
	margin-right: 0;
}

.modal-dialog {
	width: 650px;
	margin: 30px auto;
}

.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-sm {
	width: 300px;
}

}

@media screen and (min-width: 768px) {

.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px;
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 60px;
	padding-left: 60px;
}

.jumbotron .h1,
.jumbotron h1 {
	font-size: 63px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 30px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	margin-right: -10px;
}

.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px;
}

.carousel-indicators {
	bottom: 20px;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.visible-sm {
	display: block !important;
}

table.visible-sm {
	display: table !important;
}

tr.visible-sm {
	display: table-row !important;
}

td.visible-sm,
th.visible-sm {
	display: table-cell !important;
}

.visible-sm-block {
	display: block !important;
}

.visible-sm-inline {
	display: inline !important;
}

.visible-sm-inline-block {
	display: inline-block !important;
}

.hidden-sm {
	display: none !important;
}

}

@media (min-width: 992px) {

.container {
	width: 970px;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
	float: left;
}

.col-md-12 {
	width: 100%;
}

.col-md-11 {
	width: 91.66666667%;
}

.col-md-10 {
	width: 83.33333333%;
}

.col-md-9 {
	width: 75%;
}

.col-md-8 {
	width: 66.66666667%;
}

.col-md-7 {
	width: 58.33333333%;
}

.col-md-6 {
	width: 50%;
}

.col-md-5 {
	width: 41.66666667%;
}

.col-md-4 {
	width: 33.33333333%;
}

.col-md-3 {
	width: 25%;
}

.col-md-2 {
	width: 16.66666667%;
}

.col-md-1 {
	width: 8.33333333%;
}

.col-md-pull-12 {
	right: 100%;
}

.col-md-pull-11 {
	right: 91.66666667%;
}

.col-md-pull-10 {
	right: 83.33333333%;
}

.col-md-pull-9 {
	right: 75%;
}

.col-md-pull-8 {
	right: 66.66666667%;
}

.col-md-pull-7 {
	right: 58.33333333%;
}

.col-md-pull-6 {
	right: 50%;
}

.col-md-pull-5 {
	right: 41.66666667%;
}

.col-md-pull-4 {
	right: 33.33333333%;
}

.col-md-pull-3 {
	right: 25%;
}

.col-md-pull-2 {
	right: 16.66666667%;
}

.col-md-pull-1 {
	right: 8.33333333%;
}

.col-md-pull-0 {
	right: auto;
}

.col-md-push-12 {
	left: 100%;
}

.col-md-push-11 {
	left: 91.66666667%;
}

.col-md-push-10 {
	left: 83.33333333%;
}

.col-md-push-9 {
	left: 75%;
}

.col-md-push-8 {
	left: 66.66666667%;
}

.col-md-push-7 {
	left: 58.33333333%;
}

.col-md-push-6 {
	left: 50%;
}

.col-md-push-5 {
	left: 41.66666667%;
}

.col-md-push-4 {
	left: 33.33333333%;
}

.col-md-push-3 {
	left: 25%;
}

.col-md-push-2 {
	left: 16.66666667%;
}

.col-md-push-1 {
	left: 8.33333333%;
}

.col-md-push-0 {
	left: auto;
}

.col-md-offset-12 {
	margin-left: 100%;
}

.col-md-offset-11 {
	margin-left: 91.66666667%;
}

.col-md-offset-10 {
	margin-left: 83.33333333%;
}

.col-md-offset-9 {
	margin-left: 75%;
}

.col-md-offset-8 {
	margin-left: 66.66666667%;
}

.col-md-offset-7 {
	margin-left: 58.33333333%;
}

.col-md-offset-6 {
	margin-left: 50%;
}

.col-md-offset-5 {
	margin-left: 41.66666667%;
}

.col-md-offset-4 {
	margin-left: 33.33333333%;
}

.col-md-offset-3 {
	margin-left: 25%;
}

.col-md-offset-2 {
	margin-left: 16.66666667%;
}

.col-md-offset-1 {
	margin-left: 8.33333333%;
}

.col-md-offset-0 {
	margin-left: 0;
}

.modal-lg {
	width: 900px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {

.visible-md {
	display: block !important;
}

table.visible-md {
	display: table !important;
}

tr.visible-md {
	display: table-row !important;
}

td.visible-md,
th.visible-md {
	display: table-cell !important;
}

.visible-md-block {
	display: block !important;
}

.visible-md-inline {
	display: inline !important;
}

.visible-md-inline-block {
	display: inline-block !important;
}

.hidden-md {
	display: none !important;
}

}

@media (min-width: 1200px) {

.container {
	width: 1170px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
	float: left;
}

.col-lg-12 {
	width: 100%;
}

.col-lg-11 {
	width: 91.66666667%;
}

.col-lg-10 {
	width: 83.33333333%;
}

.col-lg-9 {
	width: 75%;
}

.col-lg-8 {
	width: 66.66666667%;
}

.col-lg-7 {
	width: 58.33333333%;
}

.col-lg-6 {
	width: 50%;
}

.col-lg-5 {
	width: 41.66666667%;
}

.col-lg-4 {
	width: 33.33333333%;
}

.col-lg-3 {
	width: 25%;
}

.col-lg-2 {
	width: 16.66666667%;
}

.col-lg-1 {
	width: 8.33333333%;
}

.col-lg-pull-12 {
	right: 100%;
}

.col-lg-pull-11 {
	right: 91.66666667%;
}

.col-lg-pull-10 {
	right: 83.33333333%;
}

.col-lg-pull-9 {
	right: 75%;
}

.col-lg-pull-8 {
	right: 66.66666667%;
}

.col-lg-pull-7 {
	right: 58.33333333%;
}

.col-lg-pull-6 {
	right: 50%;
}

.col-lg-pull-5 {
	right: 41.66666667%;
}

.col-lg-pull-4 {
	right: 33.33333333%;
}

.col-lg-pull-3 {
	right: 25%;
}

.col-lg-pull-2 {
	right: 16.66666667%;
}

.col-lg-pull-1 {
	right: 8.33333333%;
}

.col-lg-pull-0 {
	right: auto;
}

.col-lg-push-12 {
	left: 100%;
}

.col-lg-push-11 {
	left: 91.66666667%;
}

.col-lg-push-10 {
	left: 83.33333333%;
}

.col-lg-push-9 {
	left: 75%;
}

.col-lg-push-8 {
	left: 66.66666667%;
}

.col-lg-push-7 {
	left: 58.33333333%;
}

.col-lg-push-6 {
	left: 50%;
}

.col-lg-push-5 {
	left: 41.66666667%;
}

.col-lg-push-4 {
	left: 33.33333333%;
}

.col-lg-push-3 {
	left: 25%;
}

.col-lg-push-2 {
	left: 16.66666667%;
}

.col-lg-push-1 {
	left: 8.33333333%;
}

.col-lg-push-0 {
	left: auto;
}

.col-lg-offset-12 {
	margin-left: 100%;
}

.col-lg-offset-11 {
	margin-left: 91.66666667%;
}

.col-lg-offset-10 {
	margin-left: 83.33333333%;
}

.col-lg-offset-9 {
	margin-left: 75%;
}

.col-lg-offset-8 {
	margin-left: 66.66666667%;
}

.col-lg-offset-7 {
	margin-left: 58.33333333%;
}

.col-lg-offset-6 {
	margin-left: 50%;
}

.col-lg-offset-5 {
	margin-left: 41.66666667%;
}

.col-lg-offset-4 {
	margin-left: 33.33333333%;
}

.col-lg-offset-3 {
	margin-left: 25%;
}

.col-lg-offset-2 {
	margin-left: 16.66666667%;
}

.col-lg-offset-1 {
	margin-left: 8.33333333%;
}

.col-lg-offset-0 {
	margin-left: 0;
}

.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 (max-width: 767px) {

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
}

.table-responsive > .table {
	margin-bottom: 0;
}

.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
	white-space: nowrap;
}

.table-responsive > .table-bordered {
	border: 0;
}

.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}

.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}

.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

}

@media (max-width: 767px) {

.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
	padding: 5px 15px 5px 25px;
}

.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}

.navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li > a:hover {
	background-image: none;
}

.navbar-form .form-group {
	margin-bottom: 5px;
}

.navbar-form .form-group:last-child {
	margin-bottom: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #080808;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}

.visible-xs {
	display: block !important;
}

table.visible-xs {
	display: table !important;
}

tr.visible-xs {
	display: table-row !important;
}

td.visible-xs,
th.visible-xs {
	display: table-cell !important;
}

.visible-xs-block {
	display: block !important;
}

.visible-xs-inline {
	display: inline !important;
}

.visible-xs-inline-block {
	display: inline-block !important;
}

.hidden-xs {
	display: none !important;
}

}

@media print {

*,
:after,
:before {
	color: #000 !important;
	text-shadow: none !important;
	background: 0 0 !important;
	-webkit-box-shadow: none !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^="javascript:"]:after,
a[href^="#"]: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;
}

h2,
h3,
p {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	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;
}

}

@-webkit-keyframes progress-bar-stripes {

from {
	background-position: 40px 0;
}

to {
	background-position: 0 0;
}

}

@keyframes progress-bar-stripes {

from {
	background-position: 40px 0;
}

to {
	background-position: 0 0;
}

}


/* Motorola Solutions Confidential Proprietary */
/* Copyright 2022 Motorola Solutions, Inc. All Rights Reserved. */
.mobile-only {
    display: none !important;
}

.form-group {
    margin-bottom: 20px !important;
}

#deviceForm .form-group {
    margin: 0 0 10px 0 !important;
}

.panel-padding {
    padding-bottom: 76px !important;
}

.form-control-no-padding {
     padding-left: 0;
}

.bold-header {
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
}
.site-input { 
    margin-bottom: 5px;
}

.nowrap-nav a {
    white-space: nowrap;
}

.non-editable{
    margin-top: 16px;
    font-weight: normal;
}

.form-group-taller{
    margin-bottom: 100px;
}

.position-dropdown, .priority-dropdown {
    width: 55px;
    margin-right: 10px;
    float: left;
    background-color: white;
}

.tlk-dropdown-label {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.position-dropdown option:disabled, .priority-dropdown option:disabled, .select-position option:disabled, .select-priority option:disabled {
    color: #DEDEDE;
}

.order-list {
    padding-left: 20px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-list-header {
    font-weight: bold;
    font-size: 14px;
    color: #000000 !important;
}

.info-header {
    color: #0063be;
    font-size: 18px;
    font-family: 'Univers', Tahoma, sans-serif;
    font-weight: 600;
    text-transform: inherit;
}

.config-diff {
    color: #FF0000;
    font-weight: bold;
}

.navbar-inline-text {
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 10px
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.version {
    font-weight: bold;
    font-size: 8pt;
}

.customer-wizard-panel {
    display: none;
}

.form-wizard {
    padding-top: 50px;
}

.ionDevice-wizard-panel {
    display:block;
}

.customer-wizard-panel img {
    /* padding-bottom: 20px; */
}

.customer-wizard-next, .customer-wizard-prev {
    font-weight: 700;
    font-size: 11pt;
    padding-top: 20px;
    background-color: transparent;
}

button.customer-wizard-next, button.customer-wizard-prev {
    color: #0063be;
}

.customer-wizard-prev {
    float: left;
}

.customer-wizard-next {
    float: right;
}

.mobile-content h3 {
    font-family: inherit;
    font-size: 14px;
}

.mobile-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mobile-content .form-wrapper h2 {
    border: none;
    padding: 0;
    font-size: 18px;
}

.mobile-content .btn-container {
    padding: 0;
    border: none;
}

.mobile-content .input-wrapper {
    padding: 7px;
}

.mobile-content .flag-container {
    display: none;
} 

.tip-float-right {
    position: absolute;
    right: 10px;
    top: 14px;
}

#logoutForm {
     margin-top: 7px;
}

.map-text {
    font-size: 12px;
    color: #000000;
}

.modal-note-text {
    font-weight: bold;
    font-size: 10pt;
}

.select-half {
    width: 50% !important;
}

.select-short {
    height: 24px !important;
    min-height: 24px !important;
}

.user-type-icon {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

.user-type-lengthy-icon {
    width: 18px;
    height: 20px;
	float: left;
	margin-right: 10px;
}

.user-type-wide-icon {
	width: 20px;
	height: 18px;
	float: left;
	margin-right:5px;
}

.tip-dropdown {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #979797;
    top: 46px;
    padding: 10px;
    z-index: 300;
    width: 100%;
    left: 0;
    font-size: 12px;
    box-shadow: 5px 5px 5px #aaaaaa;
    display: none;
    color: #000000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tip-wideout {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #979797;
    top: -1px;
    padding: 10px;
    z-index: 300;
    width: 100%;
    left: 105%;
    font-size: 12px;
    box-shadow: 5px 5px 5px #aaaaaa;
    display: none;
    color: #000000;
}

.upgrade {
    padding-right: 25px;
}

.partner-demo {
    display: none;    
}

.dropdown-menu {
    border-radius: 0;
    margin: 0;
}

.float-text {
    position: absolute;
    top: 2px;
    left: 186px;
    font-size: 10px;
}

hr {
    margin-left: -20px;
}

.health-modal-border {
    border-right:1px solid #D8D8D8;
}

.health-header {
    font-weight: bold;
}

.small-spacing-group { 
    min-height: 35px !important;
    margin-bottom: 0 !important;
}

.inline-textbox {
    border: 1px solid #cccccc !important;
    font-size: 14px !important;
}

.grey-banner {
    background-color: #EEEEEE;
    height: 40px;
    padding-top: 12px;
    margin-top: 20px;
}

.grey-banner span {
    font-size: 16px;
    color: #797979;
    font-weight: bold;
}

.field-description {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: #ccc;
}

.device-config-panel {
    display: none;
}

.device-config-button {
    cursor: pointer;
}

.map-view {
    text-align: right;
}

.input-text {
    padding-top: 15px !important;
    border: none !important;
}

.input-text a {
    font-weight: bold;
    text-decoration: underline;
}

.disabled-text input[type=text] {
    color: #ababab;
}

.disabled-text span {
    color: #ababab;
    position: relative;
    z-index: 10;
    background-color: transparent;
    border: none;
    padding: 3px 6px;
    font-size: 14px;
    word-wrap:break-word;
    line-height: 22px;
}

.trialComplete {
    padding-bottom: 41px !important;
}

#groupSideBar div {
    max-width: 95px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#radioSideBar a, #gatewaySideBar a {
    max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    color: #000000;
}

#userSideBar a {
    color: #000000;
}

#ManagePrivacyKeyRow {
    margin-bottom: 5px !important;
    min-height: 20px !important;
}

.modal-body .input-wrapper {
    padding: 2px 2px !important;
}

.modal-body .control-label, .modal-body .control-label.obligatory {
    padding: 6px 8px 0 !important;
}

.modal-body .control-label.obligatory:after {
    top: 5px !important;    
}

.modal-body .form-group {
    margin-bottom: 20px !important;
}

.modal-body .edit-form .form-group {
    min-height: auto;
}

.modal-body .select {
    min-height: 32px;
}

.modal-body .form-control {
    height: 32px;
}

.modal-body .input-wrapper.select-box {
    padding: 0 !important;
}

li [type="checkbox"]:not(:checked) + label.left-check,
li [type="checkbox"]:checked + label.left-check {
    position: static;
    padding-left: 25px;
    font-weight: normal;
    font-size: 12pt;
}

li [type="checkbox"]:not(:checked) + label.left-check:before,
li [type="checkbox"]:checked + label.left-check:before {
    left: 15px;
}

li [type="checkbox"]:not(:checked) + label.left-check:after,
li [type="checkbox"]:checked + label.left-check:after {
    left: 15px;
}

[type="checkbox"]:not(:checked) + label.left-check:before,
[type="checkbox"]:checked + label.left-check:before {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    width: 16px;
    height: 16px;
    border: 1px solid #979797;
    background: #fff;
}

[type="checkbox"]:not(:checked) + label.left-check:after,
[type="checkbox"]:checked + label.left-check:after {
    font-family: 'icons-cascadium';
    content: "\e90d";
    position: absolute;
    top: auto;
    left: 2px;
    font-size: 12px;
    line-height: 0.8;
    color: #329f41;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding-top: 4px;
    padding-left: 2px;
}

#talk-group-selection-area {
    max-width: 450px;
}

#users-list .checkbox-inline, #groups-list .checkbox-inline, #contacts-list .checkbox-inline {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#users-list .checkbox-inline, #locwatchers-list .checkbox-inline, #contacts-list .checkbox-inline, #devices-list .checkbox-inline {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#contacts-list .no-icon, #devices-list .no-icon {
    max-width: 80%;
}

.checkbox-long-inline {
    white-space: nowrap;
}

.tip-content .users .checkbox-inline {
    max-width: 225px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

span.text-trim {
    max-width: 142px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-padding-bottom {
    margin-bottom: 110px;
}

.form-link {
    font-weight: bold;
    margin-bottom: 0 !important;    
}

.license-count {    
    
    
}
.lic-count-style {
    color: black;
    font-weight: bold;
}

.license-count span {
    font-weight: bold;
}

.no-top-padding {
    padding-top: 0px !important;
}

.static-content {
    margin: 125px auto 0;
    width:980px;
}

.error-float {
    top: 30px;
    left: 16px;
}

#radioInputForm .error-message {
    right: 13px;
}

.iptextbox {
    width: 200px !important;
}

#radioSideBar .number {
	position: absolute;
	top: 7px;
	right: 11px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	color: #fff;
	background-color: #2d528c;
	font-size: 12px;
	line-height: 18px;
	padding: 4px 4px;
	min-width: 26px;
    width: 26px !important;
	text-align: center;
	pointer-events: none;
}

#radioSideBar  .number.empty {
	background-color: #c9282d;
}

#groupInputForm .error-message, #connectionInputForm .error-message {
    right: 13px;
}

.group-disabled {
    background-color: #DD0000 !important;    
}

.group-disabled .info-msg {
    color: #ffffff;
}

.logged-in-footer {
    height: auto !important;
    padding: 10px !important;
}

.logged-in-footer .foot-text {
	font-size: 10px !important;
}

.logged-in-footer .foot-text a {
	font-size: 12px !important;
    color: #ffffff !important;
}

.current-page-size {
    font-weight: 700;
}

.validation-summary-errors {
    color: #ff0000;
    font-size: 11pt;
}

.validation-summary-success {
    color: #38b249;
    font-size: 11pt;
}

.error-message-inline {
    color: #ff0000;
    font-size: 14px;
    line-height: 16px;
    padding-top: 16px;
    padding-left: 5px;
    position: relative;
    float: left;
    max-width: 435px;
    padding-bottom: 20px;
}

.error-message-long {
    width: 504px !important;
}

.error-message {
    white-space: normal !important;
}

.nowrap {
    white-space: nowrap !important;
}

.error-message-form {
    color: red;
    font-size: 14px;
    float: right;
}

.error-message-form-inline {
    color: red;
    font-size: 14px;
}

.user-delete-icon {
    float: right;
    display: none;
    padding-top: 2px;
    cursor: pointer;
    color: #ff0000;
}

.gateway-delete-icon {
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 4px;
	top: 15px;
    color: #ff0000 !important;
	margin-right: 12px;
    cursor: pointer;
}

.tooltip-inline {
    font-size: 12px;
}

.select-all-items-cb {
    position: relative;
    width: 5%;
}

.select-all-items-cb label {
    top: -10px;
}

.group-user, .group-user:hover {
    cursor: default;
    color: #000000;
}

.app-store-icon {
    width: 125px;
}

.google-play-icon {
    width: 125px;
}

.tip-padding {
    padding: 10px;
}

.tip-spacing {
    padding-top: 24px;
    display: block;
}

a.tip {
    text-decoration: none !important;
}

.tip-panel {
    overflow: initial !important;
}

.tip-content {
    height: auto !important;
    overflow: hidden !important;
}

.tooltip-inner {
    max-width: 350px !important;
	width:350px !important;
}

#sort-page-table .tooltip-inner {
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    max-width:250px !important;
    width:250px !important;
}

.bullet-list {
    list-style-type: circle;
    padding-left: 15px;
}

.status-prefix-circle{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #A7A9AC; 
}

h2.tip-header {
    font-size: 13px !important;
    text-transform: none !important;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-transform: none;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.info-icon-tip {
	width: 20px;
	height: 20px;
	background-color: transparent;
	display: block;
	float: right;
	margin-top: 0;
    margin-left: 7px;
	cursor: pointer;
}

.checkbox-right-icon-tip {
    width: 20px;
    height: 20px;
    background-color: transparent;
    display: block;
    margin-top: -8px;
    margin-left: 50px;
    cursor: pointer;
    color: #acacac;
    font-size: 20px !important;
}

.signalr-tip {
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 0;
    margin-left: 7px;
    cursor: pointer;
}

.progress{
    position: relative;
}

.progress span{
    position: absolute;
    display: block;
    width: 100%;
    color: #3a2b50;
}

.signalr-tip span {
    font-size: 15px !important;
}

.info-icon-tip span {
	color: #acacac;
	font-size: 20px !important;
}

.info-icon-tip span:hover, .icon-info:hover {
	color: #cdcdcd !important;
}

.info-icon-left {
    float: left;
    padding-left: 10px;
    padding-top: 18px;
}

.glyphicon-refresh-animate {
    animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

.inner-content .main .panel.box .ajax-loading {
    text-align: center;
	height: 35px;
	width: 100%;
}

.ajax-loading {
    display: none;
}

.btn-inline {
    margin-top: 9px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    min-width: auto !important;
    font-size: 14px !important;
}

.btn-inline-small {
    min-width: 70px !important;
}

.btn-inline-small-modbtn {
    min-width: 100px !important;
}

.staging-hr {
    width: 86%;
    margin-left: 2%;
    border-top: 1px solid #cfcfcf;
}

.staging-remove {
    margin-top: 32px;
}

.action-buttons {
    white-space: nowrap;
    height:50px;
    width: 90px;
    padding-top: 7px;
}

#add-group-box .action-buttons {
    padding-top: 5px;
}

.actions-select { 
    border: 0 none;
    box-shadow: none;
    color: #898989;
    font-size: 14px;
    height: 38px;
    line-height: 1.6;
    min-height: 28px;
    min-width:175px;
    cursor: pointer;
    padding-top: 8px;
}

#actions {
    display: none;
    border: 1px solid #eeeeee;
    height: 40px;
    width: 206px !important;
}

#actions button[type="button"] {
    border-left: 1px solid #eeeeee;
    height: 38px;
}

#actions .glyphicon {
    top:3px !important;
}

.actions-dropdown-menu {
    float:none;
    left:0;
    position:absolute;
    top:39px;
    border-radius: 0;
    box-shadow: none;
    min-width: 206px;
    padding: 0;
    margin: 0 -1px;
    border:1px solid #eeeeee;
    border-top-width: 0;
    background-color: #fdfdfd;
}

.actions-dropdown-menu > li > a {
    line-height:2;
    padding:3px 10px;
    font-size: 14px;
    /*text-transform: uppercase;*/
    color: #000000;
}

.notification-dropdown {
    min-width: 300px !important;
    right: 30px !important;
    top: 30px;
    overflow-y: auto;
    max-height: 200px;
}
@media(min-height: 500px) {
    .notification-dropdown {
        overflow-y: auto;
        max-height: 500px;
    }
}

.notification-dropdown li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 277px;
    cursor: pointer;
    margin-left: 10px !important;
    font-size: 13px;
    padding-top: 2px;
    overflow-y: hidden;
    max-height: 300px;
}

.notification-dropdown li span a {
    cursor: pointer;
    color: #0063be !important;
    font-size: 13px !important;
}

.notification-dropdown li span a:hover {
    text-decoration: underline;
}

.notification-dropdown li .glyphicon {
    top: 1px !important;
    padding-right: 5px;
    color: #38b249;
}

#notificationLink span {
    font-size: 16px;
    font-weight: bold;
    color: #ff7f50;
    padding-left: 5px;
    float: right;
}

#notificationLink {
    margin-right: 15px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > a:hover { 
    background-color: transparent;
    border-color: none;
}

#login-partial-links a, #login-partial-links a:hover {
    font-size: 13px;
    font-family: Arial;
    padding-left: 0;
    background-color: transparent;
    width: 100px;
}

.settings-icon {
    position: absolute;
    top: -5px;
    right: 10px;
}

#login-partial-links {
    right: 30px;
    left: auto;
    top: 10px;
}

ul.page-size {
    float: right;
    padding-right: 20px;
    list-style-type: none;
}

ul.page-size li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #DEDEDE;
}

.actions-triangle:before {
	content: "\e252";
}

.open .actions-triangle:before {
	content: "\e253";
}

.actions-triangle-inverted:before {
    content: "\e253";
}

.open .actions-triangle-inverted:before {
    content: "\e252";
}

.hide-on-collapse {
    display: none;
}

.r20-status{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 5px;
    top: 15px;
    background-color: #ccc;
    margin-right: 3px;
}

.status-alert::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;    
    border-color: transparent;
    border-style: solid;
    border-width: 1.35em;
    border-left-color: #b43939;
    border-top-color: #b43939;
}

.status-alert-exclamation {
    display: none;
}

.status-alert .status-alert-exclamation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0 0 10px;
    font-size: 20px;
    color: white;
    z-index: 19;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.status-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;    
    border-color: transparent;
    border-style: solid;
    border-width: 1.35em;
    border-left-color: #39b44a;
    border-top-color: #39b44a;
}

.site-unavailable-header {
    color: #343434;
    font-size: 32px;
    font-weight: bold;
}

.contact-us-icon {
    max-width: 50px;
    max-height: 50px;
    margin: auto;
}

.contact-us-icon-container {
    margin-top: 50px;
    margin-bottom: 20px;
}

.site-unavailable-body {
    max-width: 350px;
    margin: auto;
    color: #767676;
}

.site-unavailable-contact-us-body {
    max-width: 250px;
    margin: auto;
    margin-top: 25px;
    color: #767676;
}

.site-unavailable-contact-us {
    font-weight: bold;
    color: #343434 !important;
    font-size: 14px;
}

.status-info-icon {
    display: none;
}

.status-info .status-info-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0 0 10px;
    font-size: 20px;
    color: white;
    z-index: 19;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.panel.tall {
    border: none;
}

.gateway-identifier {
    position: absolute;
    top: 31px;
    left: 15px;
}

.gateway-padding { 
    padding-bottom:10px;
}

.radio-subscriber-inline input[type=text] {
    border: 1px solid #999999 !important;
    font-size: 12px !important;
    color: #666666 !important;
}

.radio-subscriber-inline select {
    border: 1px solid #999999 !important;
    width: 100% !important;
    height: 26px !important;
    font-size: 12px !important;
}

.radio-subscriber-inline label {
    font-weight: bold;
    font-size: 10px;
    padding: 0 !important;
}

.private-calls-inline {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999999;
}

.private-calls-inline label {
    font-size: 12px;
}

.radio-subscriber-inline .error-message {
    font-size: 10px !important;
    white-space: normal !important;
    position: inherit !important;
}

.radio-subscriber-inline .radio-system-name {
    text-decoration: underline;
}

.text-inline {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

[data-draggable="target"]
{
}

[data-draggable="target"][aria-dropeffect="move"]
{
	border-color:#0063be;
    border-width: 5px;
	background:#fff;
}

[data-draggable="target"][aria-dropeffect="move"]:focus, [data-draggable="target"][aria-dropeffect="move"].dragover
{
    border-color:#00CC33;
}

[data-draggable="item"]
{
	display:block;
	list-style-type:none;
	margin:0 0 1px 0;
	padding:10px 15px;
	line-height:1.3;
    max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

[data-draggable="item"]:focus
{
	outline:none;
}

[data-draggable="item"][aria-grabbed="true"]
{
	background:#0063be;
	color:#fff;
}

sup {
    font-size: 65% !important;
}

.modal-scroll {
    height: 300px !important;
    overflow: scroll;
    overflow-x: hidden;
}

.modal-scroll b {
    font-weight: 700;
}

.horizontal-scroll {
    overflow: auto;
    white-space: nowrap;
}

.inline-columns {
    display: inline-block;
    white-space: normal;
    width: 150px;
}

.form-padding-top {
    padding-top: 20px;
}

#billing_statement {
    font-size: 10px;
}

#billing_statement td {
    padding-right: 10px;
}

#billing_statement_logo_cell img {
    width: 300px;
}

.billing_statement_section_title {
    font-size: 20px;
    padding-top: 10px;
}

.billing_statement_detail_subsection_title {
    font-size: 16px;
    padding-top: 10px;
}

.download #billing_statement {
    font-size: 12px;
}

.download #billing_statement td {
    padding-right: 20px;
}

.download #billing_statement_logo_cell img {
    width: 400px;
}

.download .billing_statement_section_title {
    font-size: 30px;
    padding-top: 20px;
}

.download .billing_statement_detail_subsection_title {
    font-size: 20px;
    padding-top: 20px;
}

.long-name-table {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.long-name-float-table {
    max-width: 150px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.short-name-float-table {
    max-width: 100px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fit-name-table {
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline-note 
{
    font-style: italic;
    color: #990000 !important;
    font-weight: bold;
}

#upgrade-note {
    background: #dd0000;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    position: absolute;
    z-index: 101;
    top: 0;
    opacity: 1;
    width: 50%;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    left: 25%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#upgrade-note a, #upgrade-note a:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 1px 1px 1px #555555;
}

.update-device-link {
    color: red !important;
    font-weight: bold
}

.sidebar-update-device-link {
    line-height: 1;
    padding-left: 15px;
    padding-top: 7px;
}

.sidebar-update-device-link a {
    font-size: 12px;
    color: red !important;
}

#banner-dismiss-btn {
    background: inherit;
    border: none;
    font-size: 15px;
    padding-left: 10px;
    cursor: pointer;
}

#banner-dismiss-btn:hover {
    color: #DCDCDC;
}

@-webkit-keyframes spin2 {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from { transform: scale(1) rotate(0);}
    to { transform: scale(1) rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0);}
    to { transform: scale(1) rotate(360deg);}
}

@media (max-width: 360px) {
    #users-list .checkbox-inline, #groups-list .checkbox-inline, #contacts-list .checkbox-inline {
         max-width: 95px;
    }
}

@media (min-width: 361px) {
    #users-list .checkbox-inline, #groups-list .checkbox-inline, #contacts-list .checkbox-inline {
        max-width: 140px;
    }

    #devices-list .no-icon, #contacts-list .no-icon {
        max-width: 80%;
    }
}

@media (max-width: 1023px) {
    .action-tab {
        clear: both;
        float: left !important;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .mobile-only {
        display: inherit !important;
    }
    
    .mobile-hide {
        display: none;
    }

    .float-text {
        left: 0;
    }

    .error-message-long {
        width: auto !important;
    }

    #actions {
        width: 100% !important;
    }

    .actions-dropdown-menu {
        width: 100%;
    }

    [data-draggable="item"]
    {
	    max-width: none;
    }

    #groupSideBar div {
        max-width: none;
    }

    .mobile-wide {
        width: 100% !important;
    }

    .mobile-label {
        font-weight: bold;    
    }

    .health-header {
        font-size: 16px;
    }

    .static-content {
        margin: 0;
        margin-top: 60px;
        width: 100%;
    }

    .tip-wideout {
        position: absolute;
        background-color: #ffffff;
        border: 1px solid #979797;
        top: 54px;
        padding: 10px;
        z-index: 300;
        width: 100%;
        left: 0;
        font-size: 12px;
        box-shadow: 5px 5px 5px #aaaaaa;
        display: none;
        color: #000000;
    }
}

.radio-wizard-image {
    height: 100%;
    width: 500px;
    margin-left: 9%
}

@media (min-width: 768px) {
    .radio-wizard-image.finish-page { margin-left: 7%; }
}

@media (max-width: 767px) {
    .radio-wizard-image {
        width: 100%;
        margin-left: 0;
    }

}

.wifi-radio-group {
    padding: 0;
    width: 100%;
}

.dual-carrier-label{
    padding-top: 10px;
    max-height: 180px;
    height: 180px;
    background-color: lightgrey;
    text-align: center; 
    border-radius: 10px;
    margin-left: 21px;
    display: block;
}

.dual-carrier-label.selected{
    background-color: #0063BE;
    color: white;
}

.dual-carrier-label.selected:hover{
    background-color: #0063BE;
}

.dual-carrier-label:hover{
    background-color: rgba(67, 74, 83, 0.5);
    cursor: pointer;
}
 
.dual-carrier-img{
    width: auto;
    height: 130px;
    margin-top: 10px;
    border-radius: 10px;
    border-collapse: separate;
}

.cbsdDesc{
    font-weight: bold;
    font-size: 12px;
}

.radio-button-label{
    height: 47.71px;
    width: 100px;
    background-color: lightgrey;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    font-weight: normal;
    font-size: .875rem !important;
}

.radio-button-label.selected{
    background-color: #0063BE;
    color: white !important;
    font-weight: bolder;
}

.radio-button-label.selected:hover{
    background-color: #0063BE;
}

.radio-button-label:hover{
    background-color: rgba(67, 74, 83, 0.5);
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before{
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*For wizard images*/
.slider.round:before {
    border-radius: 50%;
}

.stepper .nav-tabs {
    position: relative;
}

.nav-tabs {
    border-bottom: none;
}

.stepper-label {
    width: 100%;
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #3297fd;
    white-space: nowrap;
}

.stepper-label .disabled {
    width: 100%;
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #3297fd;
    white-space: nowrap;
}

.stepper {
    min-height: 90px;
    text-align: center;
}
.stepper .nav-tabs > li {
    width: 20%;
    position: relative;
}

.stepper .nav-tabs > li > span {
    width: 10%;
    display: block;
}

.stepper .nav-tabs > li:after {
    content: '';
    position: absolute;
    background: #ccc;
    display: block;
    width: 100%;
    height: 3px;
    top: 30px;
    left: 50%;
    z-index: -1;
}

.stepper .nav-tabs > li.completed::after {
    background: #3297fd;
}

.stepper .nav-tabs > li:last-child::after {
    background: transparent;
}

.stepper .nav-tabs > li.active:last-child .round-tab {
    background: #fff;
}

.stepper .nav-tabs > li.active:last-child .round-tab::after {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .nav-tabs [data-toggle='none'] {
    width: 20px;
    height: 20px;
    margin: 20px auto 0 auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
}

.stepper .nav-tabs {
    background: transparent;
    border: none;
}

.stepper .nav-tabs > .active > [data-toggle='none'], .stepper .nav-tabs > .active > [data-toggle='none']:hover, .stepper .nav-tabs > .active > [data-toggle='none']:focus {
    color: #333;
    cursor: default;
    border: none;
    background: #f1f1f1;
    opacity: 1 !important;
}

.stepper .tab-pane {
    position: relative;
    padding-top: 50px;
}

.stepper .round-tab {
    width: 20px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #3297fd;
    color: #3297fd;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 10px;
}

.stepper .completed .round-tab {
    background: #6495ED;
}

.stepper .completed .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2px;
    display: block;
}

.stepper .active .round-tab {
    background: #fff;
    border: 5px solid #3297fd;
}

.stepper .active .round-tab::after {
    display: none;
}

.stepper .disabled .round-tab {
    background: #999;
    color: #f1f1f1;
    border-color: #ccc;
    opacity: 1 !important;
}

.stepper .disabled .round-tab::after {
    display: none;
    opacity: 1 !important;
}

.stepper .nav-tabs > li.disabled {
    opacity: 1 !important;
}

.progress-bar.indeterminate,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s infinite;
    animation: progress-bar-stripes 2s infinite;
}

.passwordIconStyle {
    position: absolute;
    top: 15px;
    margin-left: -18px;
    z-index: 999;
}

/*Style to avoid showing inbuilt eye icon provided on IE and edge browsers*/
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.localizationStyle {
    margin-left: 25px;
}

/* START : Show/Hide table columns*/
#lnkCustomize {
    cursor: pointer;
    width: 100px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: small;
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 20px;
    vertical-align: top;
}

#divCustomize {
    margin-top: 2px;
    width: 240px;
    height: 320px;
    z-index: 10;
    display: none;
    position: absolute;
    background-color: white;
    right: 0;
    border: 2px solid lightgrey;
    border-radius: 6px;
}

.lblCustomize {
    color: black;
    text-transform: uppercase;
    font-weight: lighter;
}

#hrCustomize {
    margin-top: -10px;
    margin-bottom: 10px;
    height: 2px;
    border-width: 0;
    color: gray;
    background-color: gray;
    margin-left: 2px;
}

#imgCustomize {
    height: 20px;
    width: 20px;
    float: left;
}

#divCloseCustomize {
    position: absolute;
    left: 30%;
    top: 80%;
}
/* END : Show/Hide table columns*/

/* START : Filter table columns*/
.div_lnkFilters {
    padding-left: 6px;
}

#lnkFilters {
    cursor: pointer;
    padding-left: 4px;
    width: 100px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: small;
    vertical-align: middle;
}

.lblFilter {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

#divFilters {
    margin-top: 2px;
    padding-top: 30px;
    width: 420px;
    height: 380px;   
    z-index: 10;
    display: none;
    position: absolute;
    background-color: white;
    left: 0;
    border: 2px solid lightgrey;
    border-radius: 6px;
    overflow:auto;
}

#lnkReset {
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

#btnCancelFilter {
    margin-right: 10px;
}

.chip {
    position: relative;
    height: 30px;
    width: 100px;
    border-radius: 10px;
    border: 2px solid grey;
    background-color: white;
    margin-right: 2px;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spnFilters {
    margin-right: 10px;
    font-size: 14px;
    text-wrap: none;
    line-height: 27px;
}

.closebtn {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(6px);
}
/* END : Filter table columns*/

/* BANNER START */
.banner-note {
    background: #c73d4b;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    position: fixed;
    white-space: normal;
    z-index: 101;
    top: 0;
    opacity: 1;
    width: auto;
    margin: 0;
    padding: 5px 10px 7px 10px;
    font-size: 14px;
    font-weight: bold;
    left: calc(50% - 200px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* BANNER END */

/* UGW Sync message class starts*/
.ugwMapMessageShow {
    display: block;
}

.ugwMapMessageNotShow {
    display: none;
}

.ugwMessageColor {
    background: #0063BE;
    color: white;
}

.ugwButtonColor {
    background: inherit;
    border: none;
    font-size: 15px;
}

#ugw-upgrade-note {
    background: #0063BE;
    color: white;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    position: absolute;
    z-index: 101;
    top: 0;
    opacity: 1;
    width: 50%;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    left: 25%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    #ugw-upgrade-note a, #ugw-upgrade-note a:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        text-shadow: 1px 1px 1px #555555;
    }
/* UGW syn message class end. */


/* TG LIST USERS SIDEBAR */

.list-users-sidebar {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 60px !important;
    bottom: 60px !important;
    right: 0;
    transition: 0.5s ease;
    background-color: white;
    overflow-x: hidden;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


    .list-users-sidebar a:hover {
        color: #f1f1f1;
    }

    .list-users-sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-right .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .list-users-sidebar {
        padding-top: 15px;
    }

        .list-users-sidebar a {
            font-size: 18px;
        }
}

#openListUsersSidebar {
    margin-left: 10px;
}


#closeListUsersSidebar {
    position: absolute;
    right: 0;
}

#list-users-searchbox {
    width: 80%;
    display: inline;
    transition: 0.5s ease;
}

#list-users-searchicon {
    transition: 0.5s ease;
}
.list-users-closebtn {
    font-size: xx-large;
    margin-right: 10px;
}

.list-users-sidebar-container {
    display: flex;
    margin: 8px;
    flex-direction: column;
    padding: 9px;
}

.list-users-sidebar .nav-tabs .active {
    font-size: 14px;
    color:#000;
    border: 0px solid #1a9bd4 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.list-users-sidebar .nav-tabs .active a, a:visited {
    color: #1a9bd4;
}

.list-users-sidebar .nav-tabs a, a:visited {
    color: #979797;
}

.edit-page-flex-container {
    display: flex;
    align-items: center;
}

    .edit-page-flex-container > div {
        margin: 8px;
        align-content: center;
        padding: 8px;
        justify-content: space-around;
        border-bottom: "1px solid #999";
        font-size: 16px;
        align-items: center;
    }
    
    .flex-box {
        display:flex;
    }



.field-mandatory::after {
    content: "*";
    padding: 0;
    margin: 0;
    color: #FF0000;
}

.tg-edit-name-container {
    display:flex;
    flex-direction:row;
    align-items:center;
}


.etg-name-input-contr {
    display: flex;
    flex-direction: column;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
    .tg-edit-name-container {
        flex-direction: column;
    }

    .etg-name-input-contr {
      flex-direction:column;
    }
}

.flex-column {
    display:flex;
    flex-direction:column;
}

/*Tab bar*/
.tab-bar {
    margin:0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.tab {
  /*  width: 100px;*/
    padding: 20px 0;
    background: white;
    color: #607D8B;
    overflow: hidden;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.indicator {
    width: 100px;
    height: 3px;
    background: #2196F3;
    position: absolute;
    margin-top: 58px;
    margin-left: 0;
    -webkit-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

.cercle {
    width: 0px;
    height: 0px;
    position: absolute;
}

.light .cercle {
    background: white
}

.dark .cercle {
    background: black
}

.anim {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-animation: touch 1.2s ease-out;
    animation: touch 1.2s ease-out;
}

@-webkit-keyframes touch {
    100% {
        width: 600px;
        height: 600px;
        border-radius: 600px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        margin: -300px;
    }
}

@keyframes touch {
    100% {
        width: 600px;
        height: 600px;
        border-radius: 600px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        margin: -300px;
    }
}
}

.make-th-sticky-top {
    position:sticky;
    top: 0;
    background-color:lightgray;
    z-index: 1;
}

.tg-edit-pg-asg-btn {
    padding-top: 9px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 9px !important;
    font-size: 14px;
}

.navbar-nav > li > a.tg-edit-pg-btn {
    padding-top: 9px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 9px !important;
    font-size: 14px;
}

.btn-small-text.tg-edit-pg-btn {
    width: 135px !important;
    height: 40px !important;
    min-width:unset;
}

.tab.users-side-panel-tab {
    padding: 10px 0 !important;
}

.indicator.users-side-panel-tab-ind {
    margin-top:35px !important;
}

.tg-edit-page-users-tbl-tab {
    width:auto;
}

.half-opacity{
    filter:opacity(0.5)
}

.user-type-icon-package {
    width: 50px;
    height: 50px;
    float: left;
    /*margin-right: 10px;*/
}

#sort-page-table .info-icon-tip span {
    color: #acacac;
    font-size: 13px !important;
}

.vi-li-icon {
    font-size: 15px !important;
    cursor: pointer;
}


.wizard-horizontal-scroller {
    overflow-x: auto;
}

.make-element-unclickable {
    pointer-events: none;
    color:grey !important;
}

.make-element-clickable {
    pointer-events: auto;
}

.woc-banner-container {
    position: absolute;
    left: 28%;
    right: 20%;
    height: 60px;
/*    background-color: #faebcc;
*/    padding: 1px;
    display: flex;
    background-color: #0063be;
    align-items: center;
    color:white;
}

.woc-banner-content-layout {
    /*    background-color: forestgreen;
*/ display: flex;
    align-items: center;
    width: 100%;
    padding: 5px;
    border-radius:3px;
    box-shadow: 0 0 4px;
}

.woc-banner-text-layout {
    font-size: x-small;
    flex-grow:1;
    font-weight:bold;
}

.woc-banner-action-layout {
    display: flex;
/*    background-color: orangered;
*/    flex-direction: column;
    align-items: center;
    flex-grow: 0;
    padding: 4px;
}

.small-checkbox {
    font-size:xx-small;
}

.woc-banner-text-layout > p {
    font-size:small;
}

.banner-pg-btn {
    width: 135px !important;
    height: 40px !important;
    min-width: unset;
    padding-top: 9px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 9px !important;
    font-size: 14px;
    font-weight: 600;
}


@media (min-width: 1200px) {
    .col-lg-2.banner-pg-tenant-layout-ctnr {
        width: 11%;
    }

    .col-lg-2.banner-pg-tnt-actions-layout-ctnr {
        width: 14%;
    }
}


#banner-Body-main, #banner-Body-main-previewBanner {
    width: 50%;
    position: absolute;
    left: 30%;
    z-index: 999999;
}

#banner-Body-message {
    background: white;
    color: black;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    margin-top: 1px;
    font-size: 14px;
    font-weight: bold;
    max-height: 40px;
    display: flex;
}

.banner-type-icon {
    float: left;
    padding: 10px;
    text-align: center;
    width: 50px;
    height: 40px;
    font-size: 1.25em;
    vertical-align: middle;
    background: #f4ad0d;
}

.previewBanner .banner-type-icon .active {
    display:block;
}
.previewBanner .banner-type-icon *:not(.active) {
    display: none;
}

.banner-contents {
    float: left;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 1px 5px;
    font-size: 1em;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
}

@media (max-width: 850px) {
    .banner-Body-message {
        white-space: nowrap;
    }
    .banner-Body-dismiss {
        border: 1px #4e95de solid;
        padding: 2px;
        font-size: 0.5em;
    }
}
@media (max-width: 750px) {
    .banner-Body-dismiss {
        border: 1px #4e95de solid;
        padding: 0px;
        font-size: 0.2em;
    }
}
.banner-Body-close {
    border: none;
    float: right;
    padding: 5px;
    color: dimgrey;
    font-size: xx-large;
    font-style: italic;
}

.banner-Body-close img {
    position: relative;
    top: -1px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.banner-actions {
    float: right;
    color: black;
    text-align: right;
    width: 25%;
    font-size: 1em;
    font-weight: normal;
    padding: 5px 5px 0 10px;
    display: contents;
}

.banner-Body-dismiss {
    border: 2px #4e95de solid;
    color: black;
    padding: 5px;
    margin: 4px;
    font-size: 0.9em;
    display: inline-block;
}

.banner-create-form .form-group .countries {
    padding: 19px 19px 5px;
    background-color: #ffffff;
    border: solid 1px #979797;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

a.banner-dismiss-btn, a.banner-dismiss-btn:visited, a.banner-dismiss-btn:link {
    font-size: 11px;
    font-weight: bold;
    color: white;
    border: 1px solid white;
    padding: 1px;
    text-decoration-color: white;
}

a.banner-close-btn, a.banner-close-btn:visited, a.banner-close-btn:link {
    color: white;
    font-size: x-large;
    margin-bottom: 5px;
    align-self: flex-end;
}

.unsortable-table-cols {
    pointer-events:none;
}

.make-icon-disabled {
    color: grey;
    /*//pointer-events:none;*/
    cursor:pointer;
}

a.make-icon-disabled:hover {
    color: grey;
}

.banner-timepicker-ctnr {
    display: flex;
    justify-content: space-evenly;
    padding:1px;
    align-items: center;
}
/* Motorola Solutions Confidential Proprietary */
/* Copyright 2022 Motorola Solutions, Inc. All Rights Reserved. */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1051;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Motorola Solutions Confidential Proprietary */
/* Copyright 2022 Motorola Solutions, Inc. All Rights Reserved. */
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
    position: relative;
    display: inline-block; }
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
.intl-tel-input .hide {
    display: none; }
.intl-tel-input .v-hide {
    visibility: hidden; }
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555; }
.intl-tel-input .country-list {
    position: absolute;
    width: 304px;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px; }
.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px; }
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal; } }
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
.intl-tel-input .country-list .country {
    padding: 5px 10px; }
.intl-tel-input .country-list .country .dial-code {
    font-size: 12px; color: #999; }
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
    vertical-align: middle; }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
    font-size:12px;margin-right: 6px; }
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent; }
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
.intl-tel-input.iti-container:hover {
    cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed; }

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%; }
.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
    width: 20px; }
.iti-flag.be {
    width: 18px; }
.iti-flag.ch {
    width: 15px; }
.iti-flag.mc {
    width: 19px; }
.iti-flag.ne {
    width: 18px; }
.iti-flag.np {
    width: 13px; }
.iti-flag.va {
    width: 15px; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px; } }
.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
.iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
.iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
.iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
.iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
.iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
.iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
.iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
.iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
.iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
.iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(/Content/img/flags.png);
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url(/Content/img/flags@2x.png); } }

.iti-flag.np {
    background-color: transparent; }
/* Motorola Solutions Confidential Proprietary */
/* Copyright 2022 Motorola Solutions, Inc. All Rights Reserved. */
/* By Athlon Front-End Team */

/*
################################################################
#    ___       ___       ___       ___       ___       ___     #
#   /\  \     /\  \     /\__\     /\__\     /\  \     /\__\    #
#  /::\  \    \:\  \   /:/__/_   /:/  /    /::\  \   /:| _|_   #
# /::\:\__\   /::\__\ /::\/\__\ /:/__/    /:/\:\__\ /::|/\__\  #
# \/\::/  /  /:/\/__/ \/\::/  / \:\  \    \:\/:/  / \/|::/  /  #
#   /:/  /   \/__/      /:/  /   \:\__\    \::/  /    |:/  /   #
#   \/__/               \/__/     \/__/     \/__/     \/__/    #
#################### http://weareathlon.com ####################
*/

/* ### CSS Reset ### */

/* ### Reset ### */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

body {
    margin: 0;
}

a {
    background: transparent;
    text-decoration: none;
}

button,
input {
    line-height: normal;
}

input[type="search"] {
    -webkit-appearance: textfield;
}
.tlk-contact-list-group {
    max-height: 250px;
    overflow: auto;
}
.associatedLabelText {
    display: block;
    margin-top: 5px;
    font-size: smaller;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
}

textarea:focus,
input:focus {
    outline: 0;
}

input {
    margin: 0;
    padding: 0;
}

/*Chargify subscription status https://help.chargify.com/subscriptions/subscription-states.html*/
.canceled, .expired, .on_hold, .past_due, .soft_failure, .trialing, .trial_ended, .unpaid {
    background: #c9282d !important;
    width:200px !important;
}
/* ### Core variables ### */

/* ### VARIABLES ###
-----
* Typography
* Breakpoints
* Paths
* Grid setup
* Colour palette
* Components
*/

/* Typography */

/* Breakpoints */

/* Grid setup */

/* --- Z-index Hell */

/* Colour palette */

/* Buttons */

/* Other */

/* ### Icon font ### */

/* FONTS */

@font-face {
    font-family: "ArialMT";
    font-style: normal;
    font-weight: normal;
    src: url(/Content/fonts/arialmt.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/arialmt.ttf) format("truetype");
}

@font-face {
    font-family: "Univers";
    font-style: normal;
    font-weight: normal;
    src: url(/Content/home/fonts/univers-47-condensed-light-latin-1.eot?#iefix) format('embedded-opentype'), url(/Content/home/fonts/univers-47-condensed-light-latin-1.ttf) format("truetype");
}

@font-face {
    font-family: "Univers47";
    font-style: normal;
    font-weight: normal;
    src: url(/Content/fonts/univers-47-condensed-light-latin-1.ttf) format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    src: url(/Content/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/Content/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/Content/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/Content/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/Content/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Univers-Condensed";
    font-style: normal;
    font-weight: normal;
    src: url(/Content/home/fonts/univers-57-condensed-latin-1.eot?#iefix) format('embedded-opentype'), url(/Content/home/fonts/univers-57-condensed-latin-1.ttf) format("truetype");
}

@font-face {
    font-family: "Univers-CondensedBold";
    font-style: normal;
    font-weight: normal;
    src: url(/Content/home/fonts/univers-67-condensed-bold-latin-1.eot?#iefix) format('embedded-opentype'), url(/Content/home/fonts/univers-67-condensed-bold-latin-1.ttf) format("truetype");
}

/* ICONS */

@font-face {
    font-family: 'icons-cascadium';
    src: url(/Content/fonts/icons-cascadium.eot?yq79g9);
    src: url(/Content/fonts/icons-cascadium.eot?yq79g9#iefix) format("embedded-opentype"), url(/Content/fonts/icons-cascadium.ttf?yq79g9) format("truetype"), url(/Content/fonts/icons-cascadium.woff?yq79g9) format("woff"), url(/Content/fonts/icons-cascadium.svg?yq79g9#icons-cascadium) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons-cascadium' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-account:before {
    content: "\e901";
}

.icon-add:before {
    content: "\e902";
}

.icon-close:before {
    content: "\e903";
}

.icon-delete:before {
    content: "\e904";
}

.icon-drawer:before {
    content: "\e905";
}

.icon-edit:before {
    content: "\e906";
}

.icon-import:before {
    content: "\e907";
}

.icon-partner:before {
    content: "\e908";
}

.icon-complete:before {
    content: "\e909";
}

.icon-notification:before {
    content: "\e90a";
}

.icon-search:before {
    content: "\e90b";
}

.icon-arrow:before {
    content: "\e90c";
}

.icon-checkmark:before {
    content: "\e90d";
}

.icon-info:before {
    content: "\e90e";
}

.icon-download:before {
    content: "\e90f";
}

.icon-calendar:before {
    content: "\e910";
}

.icon-alert:before {
    content: "\e900";
}

/* ### Mixins, helpers and functions ### */

/* ### Sass Mixins ### */

/* ### Utility Mixins ### */

/* Media queries */

/* Target different screen resolutions here */

/* EXAMPLE
  @include bp(mobile) {
    width: 100%;
  }
*/

/**
 * vertical-center
 * Vertically center any element. Needs support for CSS tranforms.
 * Usage:
 * @include vertical-center;
 */

/* EXAMPLE
  @include reset-ul();
*/

/**
 * Text replacement (instead of text-indent)
 * Usage: @include text-replacement();
 */

/* Retina Display Media Query */

/* EXAMPLE
  @include retina-display() {
    width: 100%;
  }
*/

/* Sass Mixin for Typekit and other webfont */

/*
Example usage:
@include font (300, italic);
@include font (300, normal , 2);
*/

/* Generate REMs from PX */

/* EXAMPLE
  @include rem('font-size',32px);
*/

/* ### Partials ### */

/* ### BUTTONS and LINKS### */

button,
input[type="submit"] {
    border: 0;
    outline: none;
}

a,
a:visited {
    color: #0063be;
    -webkit-transition: color .25s;
    transition: color .25s;
}

a:hover, a:visited:hover {
    color: inherit;
    opacity: 0.9;
}

.btn-small-text {
    font-size: 12px !important;
    width: 235px;
}

.btn {
    display: inline-block;
    padding: 15px 5px 12px;
    color: #fff !important;
    min-width: 192px;
    font-size: 14px;
    font-size: 0.850rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-family: "Univers-Condensed", Arial, Tahoma, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #38b249;
    background: -webkit-gradient(linear, left top, left bottom, from(#38b249), to(#2b8838));
    background: -webkit-linear-gradient(top, #38b249 0%, #2b8838 100%);
    background: linear-gradient(to bottom, #38b249 0%, #2b8838 100%);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: background .3s;
    transition: background .3s;
}

.btn:hover {
    background: #1a6524;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a6524), to(#15411b));
    background: -webkit-linear-gradient(top, #1a6524 0%, #15411b 100%);
    background: linear-gradient(to bottom, #1a6524 0%, #15411b 100%);
    color: #ffffff !important;
}

.btn.blue {
    background: #0063be;
    background: -webkit-gradient(linear, left top, left bottom, from(#0063be), to(#3f81c1));
    background: -webkit-linear-gradient(top, #0063be 0%, #3f81c1 100%);
    background: linear-gradient(to bottom, #0063be 0%, #3f81c1 100%);
}

.btn.blue:hover {
    background: #1d4c78;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d4c78), to(#1d2e49));
    background: -webkit-linear-gradient(top, #1d4c78 0%, #1d2e49 100%);
    background: linear-gradient(to bottom, #1d4c78 0%, #1d2e49 100%);
}

.btn.orange {
    background: #FF6644;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6644), to(#CC3344));
    background: -webkit-linear-gradient(top, #FF6644 0%, #CC3344 100%);
    background: linear-gradient(to bottom, #FF6644 0%, #CC3344 100%);
}

.btn.orange:hover {
    background: #CC3344;
    background: -webkit-gradient(linear, left top, left bottom, from(#CC3344), to(#FF6644));
    background: -webkit-linear-gradient(top, #CC3344 0%, #FF6644 100%);
    background: linear-gradient(to bottom, #CC3344 0%, #FF6644 100%);
}

.btn.black {
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
    background: -webkit-linear-gradient(top, #000 0%, #666 100%);
    background: linear-gradient(to bottom, #000 0%, #666 100%);
}

.btn.black:hover {
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#999));
    background: -webkit-linear-gradient(top, #000 0%, #999 100%);
    background: linear-gradient(to bottom, #000 0%, #999 100%);
}

.btn.red {
    background: #c73d4b;
    background: -webkit-gradient(linear, left top, left bottom, from(#c73d4b), to(#922b37));
    background: -webkit-linear-gradient(top, #c73d4b 0%, #922b37 100%);
    background: linear-gradient(to bottom, #c73d4b 0%, #922b37 100%);
}

.btn.red:hover {
    background: #a4333e;
    background: -webkit-gradient(linear, left top, left bottom, from(#a4333e), to(#71212b));
    background: -webkit-linear-gradient(top, #a4333e 0%, #71212b 100%);
    background: linear-gradient(to bottom, #a4333e 0%, #71212b 100%);
}

.btn.create-new {
    background: #329f41;
    font-size: 13.7px;
    color: #ffffff;
    min-width: 100%;
    max-width: 110px;
    padding: 12px;
    text-transform: capitalize;
}

.btn.large {
    min-width: 240px;
}

.btn.action-button {
    min-width: 80px;
    font-size: 13px;
    font-weight: normal;
    float: left;
    border-left: 0;
    text-decoration: none !important;
}

.btn:visited,
.btn input[type="submit"].btn:visited {
    color: #ffffff;
}

.btn.grey {
    background-color: #4b4b4b;
}

.btn.btn-sm {
    padding: 8px 10px;
    min-width: 100px;
    max-width: 150px;
}

/* Slick styles */

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    display: none;
}

[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;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-45px);
    -ms-transform: translateX(-50%) translateY(-45px);
    transform: translateX(-50%) translateY(-45px);
}

.slick-dots > li {
    display: inline-block;
    font-size: 0;
}

.slick-dots > li button {
    position: relative;
    width: 22px;
    height: 45px;
    border: none;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slick-dots > li button:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 4px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: solid 2px #979797;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}

.slick-dots > li.slick-active button:before {
    background-color: #979797;
}

/* Bootstrap slider tests */

/* Delete later */

.carousel.custom .row {
    margin: 0;
}

.carousel.custom .carousel-indicators {
    position: static;
    display: none;
    width: 100%;
    margin: 0 auto 10px;
}

.carousel.custom .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #fff;
    border: solid 2px #979797;
}

.carousel.custom .carousel-indicators li.active {
    margin: 0 5px;
    background-color: #979797;
}

.carousel.custom .carousel-inner {
    overflow: visible;
}

.carousel.custom .item {
    display: block;
    text-align: center;
}

.carousel.custom .item-inner {
    text-align: left;
}

/* ### HEADER and Accent### */

/* Header */

.page-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 60px;
    font-size: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.page-head .container,
.page-head .container-fluid {
    display: table;
    vertical-align: middle;
}

.page-head .container-fluid {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 0;
}

.page-head .logo {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}

.page-head .logo a {
    vertical-align: middle;
    display: block;
}

.page-head .logo a img {
    display: inline-block;
    vertical-align: middle;
    width: 301px;
    height: auto;
}

.page-head .top-nav {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding: 18px 45px 17px 0;
}

.page-head .top-nav .hamburger-toggle {
    display: none;
}

.page-head .top-nav .nav-menu-wrapper {
    opacity: 1;
    height: auto;
}

.page-head .top-nav .nav-menu-wrapper .nav-menu,
.page-head .top-nav .nav-menu-inner {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-head .top-nav .nav-menu-wrapper .nav-menu li,
.page-head .top-nav .nav-menu-inner li {
    display: inline-block;
    margin-left: 40px;
}

.page-head .top-nav .nav-menu-wrapper .nav-menu li:first-child,
.page-head .top-nav .nav-menu-inner li:first-child {
    margin-left: 0;
}

.page-head .top-nav .nav-menu-wrapper .nav-menu li a,
.page-head .top-nav .nav-menu-inner li a {
    font-family: "Univers-Condensed", Arial, Tahoma, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: normal;
}

.page-head .top-nav .nav-menu-wrapper .nav-menu li a > span,
.page-head .top-nav .nav-menu-inner li a > span {
    float: left;
    font-size: 24px;
    margin-right: 10px;
}

.page-head .top-nav.logged {
    padding: 12px 20px 0 0;
}

.page-head .top-nav.logged .mobile-only {
    display: none;
}

.page-head .top-nav.logged .nav-menu-inner {
    float: right;
}

.page-head .top-nav.logged .nav-menu-inner li {
    margin-left: 20px;
}

.page-head .top-nav.logged .nav-menu-inner li a {
	padding: 6px 20px;
	color: #444;
	font-size: 13px;
	text-transform: initial;
	font-family: "Univers-Condensed", Arial, Tahoma, sans-serif;
}

.page-head .top-nav.logged .nav-menu-inner li.upgrade a {
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #329f41;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #0063be;
}

.accent {
    width: 100%;
    height: 320px;
    margin-top: 60px;
    padding: 20px 0;
    position: relative;
}

.accent .content-wrapper {
    width: 100%;
}

.accent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/Content/img/design/mototrbo_placeholder_hero.jpg) top right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #ffffff;
}

.accent.partner {
    height: 220px;
}

.accent.partner:before {
    background: url(/Content/img/design/wave-partner.jpg) top right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.accent.partner .banner-text {
    padding: 10px 20px 20px;
    width: 50%;
    background-color: transparent;
    color: #444;
}

.accent.partner .banner-text h2 {
    margin-bottom: 25px;
    text-transform: none;
}

.accent.partner p {
    margin-bottom: 25px;
}

.accent .banner-text {
    background-color: rgba(255, 255, 255, 0.9);
    width: 420px; /*  position: absolute; */
    padding: 20px;
}

.accent .banner-text h2 {
    font-family: "Univers-CondensedBold", Arial, Tahoma, sans-serif;
    display: block;
    margin-bottom: 10px;
}

.accent .banner-text h3 {
    font-family: "Univers", Arial, Tahoma, sans-serif;
    display: inline-block;
    margin-bottom: 20px;
}

.accent .banner-text .btn {
    font-family: "Univers-Condensed", Arial, Tahoma, sans-serif;
    display: inline-block;
}

/* FOOTER */

.page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background-color: #0063be;
    color: #ffffff;
    padding: 10px 0 20px;
    z-index: 9;
}

.page-footer .foot-nav {
    width: 100%;
    display: block;
}

.page-footer .foot-nav ul li {
    display: inline-block;
}

.page-footer .foot-nav ul li a {
    display: inline-block;
    padding: 20px 70px 20px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.page-footer .foot-text {
    font-size: 12px;
    font-size: 0.75rem;
}

.page-footer.left-aligned .content-wrapper {
    float: left;
}

/* ### FORMS ### */

/* Text inputs */

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

input[type="text"],
input[type="password"] {
    min-height: inherit;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 15px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.select {
    min-height: 48px;
    height: 48px;
    width: auto;
    padding: 0;
    min-width: 100%;
    line-height: 24px;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    outline: 1px solid #979797;
    background-color: #ffffff;
}

.select:focus {
    outline-offset: 0 !important;
}

/*.select:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #ccc;
    margin: -0.125em 0.5em 0 0;
}*/

.select-round {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.checkbox label {
    padding: 0;
}

.checkbox input {
    bottom: 5px;
}

.checkbox .bold {
    font-weight: bold;
}

/*Nitro firmware update classes*/
.Available {
    background-color: #c9282d !important;
}

.Latest {
    background-color: #38b249 !important;
}

.Failure {
    background-color: #c9282d;
}

.Warning {
    background-color: #ff7900;
}

.Info {
    background-color: #0063be;
}

.Clear {
    background-color: #55c44e;
}

.Unknown {
    background-color: #dde5fc;
}

.Failure-text {
    color: #c9282d !important;
}

.Warning-text {
    color: #ff7900 !important;
}

.Info-text {
    color: #0063be !important;
}

.Clear-text {
    color: #55c44e !important;
}

.Unknown-text {
    color: #dde5fc !important;
}

/* Checkbox */

/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) ~ label,
[type="checkbox"]:checked ~ label {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    padding-left: 28px;
    cursor: pointer;
    opacity: 1;
    margin-right: 25px;
}

[type="checkbox"]:not(:checked) ~ label:last-child,
[type="checkbox"]:checked ~ label:last-child {
    margin-right: 0;
}

/* checkbox aspect */

[type="checkbox"]:not(:checked) ~ label:before,
[type="checkbox"]:checked ~ label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #979797;
    background: #fff;
}

/* checked mark aspect */

[type="checkbox"]:not(:checked) ~ label:after,
[type="checkbox"]:checked ~ label:after {
    font-family: 'icons-cascadium';
    content: "\e90d";
    position: absolute;
    top: 4px;
    left: 2px;
    font-size: 12px;
    line-height: 0.8;
    color: #329f41;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked) ~ label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) ~ label:before,
[type="checkbox"]:disabled:checked ~ label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked ~ label:after {
    color: #999;
}

[type="checkbox"]:disabled ~ label {
    color: #aaa;
}

/* Radio */

/* Base for label styling */

[type="radio"]:not(:checked),
[type="radio"]:checked {
     position: absolute;
     left: -9999px;
}

#feedbackSurvey [type="radio"]:not(:checked), #feedbackSurvey [type="radio"]:checked {
    position: inherit;
    left: 0;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    cursor: pointer;
    opacity: 1;
    margin-right: 25px;
}

[type="radio"]:not(:checked) + label:last-child,
[type="radio"]:checked + label:last-child {
    margin-right: 0;
}

/* checkbox aspect */

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #979797;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* checked mark aspect */

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #818181;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/* checked mark aspect changes */

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* disabled checkbox */

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label {
    color: #aaa;
}

/* Form containers */

.form-wrapper {
    margin: 0 auto;
    width: 650px;
    height: 100%;
    position: relative;
    padding: 30px 0;
    font-size: 0;
}

.form-wrapper.login {
    max-width: 500px;
}

.form-wrapper h2 {
    text-align: center;
    font-family: Arial, "Univers", Arial, Tahoma, sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    text-transform: none;
    border-bottom: 2px solid #bebebe;
    padding-bottom: 30px;
    color: #6a6a6a;
}

.form-wrapper p {
    font-size: 16px;
}

.form-wrapper.roles h2,
.form-wrapper.roles p,
.form-wrapper.roles .row {
    margin-bottom: 30px;
}

.form-wrapper.roles .table-responsive .table tr {
    border-bottom: 1px solid #eee;
}

.form-wrapper.roles .table-responsive .table tr td,
.form-wrapper.roles .table-responsive .table tr th {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: bottom;
}

.form-wrapper.roles .table-responsive .table tr td select,
.form-wrapper.roles .table-responsive .table tr th select {
    min-height: 32px;
}

.form-wrapper.roles .row .form-group {
    border-top: 2px solid #bebebe;
    padding-top: 30px;
}

.form-wrapper.roles .row .form-group .buttons {
    text-align: center;
}

.form-wrapper.roles .row .form-group .buttons .btn:first-of-type {
    margin-right: 20px;
}

.form-wrapper.roles.nhs {
    padding: 0 0 60px;
}

.form-wrapper.roles.nhs h2,
.form-wrapper.roles.nhs p,
.form-wrapper.roles.nhs .row {
    margin-bottom: 10px;
}

.form-wrapper.roles.nhs .table-responsive .table tr td,
.form-wrapper.roles.nhs .table-responsive .table tr th {
    padding: 12px;
    border-top: 0;
}

.form-wrapper.roles.nhs .table-responsive .table tr td ul li,
.form-wrapper.roles.nhs .table-responsive .table tr th ul li {
    width: 49%;
    display: inline-block;
}

.form-wrapper.roles.nhs .table-responsive .table tr td a,
.form-wrapper.roles.nhs .table-responsive .table tr th a {
    color: #0063be;
    text-decoration: none;
}

.form-wrapper.roles.nhs .table-responsive .table tr:first-of-type {
    border-top: 0;
}

.form-wrapper.roles.nhs:last-of-type .row,
.form-wrapper.roles.nhs:last-of-type h2 {
    margin-bottom: 0;
}

.form-wrapper.roles.nhs:last-of-type .table-responsive .table tr {
    border-bottom: 0;
}

.form-wrapper.roles.nhs:last-of-type .table-responsive .table tr td {
    padding: 14px 24px;
}

.input-wrapper {
    position: relative;
    width: auto;
    min-width: 233px;
    padding: 11px 2px;
    background-color: transparent;
    border: 1px solid #979797;
}

.input-wrapper[disabled] {
    background-color: #d3d3d3;
}

.table-responsive .input-wrapper {
    min-width: 0;
}

.input-wrapper input {
    position: relative;
    z-index: 10;
    background-color: transparent;
    border: none;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 18px;
    width: 90%;
}

.input-wrapper input[disabled] {
    background-color: transparent;
}

.input-wrapper textarea {
    position: relative;
    z-index: 10;
    background-color: transparent;
    border: none;
    padding: 3px 3px;
    font-size: 14px;
    line-height: 18px;
    resize: none;
    height: 140px;
    width: 100%;
}

.input-wrapper em {
    padding: 0 10px;
}

.input-wrapper.select-box {
    padding: 0;
    border: 0;
    min-width: inherit !important;
}

.input-wrapper.exp-date-wrap {
    width: 50%;
}

.input-wrapper.exp-date-wrap:first-of-type {
    width: 35%;
    margin-right: 10px;
}

.input-wrapper.fancy:before,
.input-wrapper.fancy:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 6px;
    bottom: 0;
    background-color: #979797;
}

.input-wrapper.fancy:before {
    left: 0;
}

.input-wrapper.fancy:after {
    right: 0;
}

.input-wrapper.fancy {
    padding: 2px;
    border: none;
    border-bottom: 1px solid #979797;
}

.input-wrapper select {
    font-size: 14px;
    color: #000;
    border: none;
    padding-left: 2px;
}

.textarea-wrapper textarea {
    min-height: 85px;
    display: block;
    -webkit-appearance: none;
    padding: 5px 8px;
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #979797;
}

.form-block {
    width: 50%;
    display: inline-block;
}

.form-block input[type="text"],
.form-block input[type="password"] {
    width: 100%;
}

.form-block.error input[type="text"],
.form-block.error input[type="password"],
.form-block.error input[type="date"] {
    padding-right: 45px;
}

.form-block.error .error-message {
    display: block;
}

.form-block.disabled {
    opacity: 0.3;
}

.form-block:nth-of-type(2n+1) {
    padding: 30px 15px 0 0;
}

.form-block:nth-of-type(2n) {
    padding: 30px 0 0 15px;
}

.select-ip {
    margin-bottom: 0;
}

.select-ip .form-block {
    padding-left: 40px;
}

.select-ip .form-block label {
    font-size: 14px;
    font-weight: bold;
    color: #6a6a6a;
}

.select-ip .form-block:first-of-type {
    text-align: right;
    padding-right: 40px;
}

/* todo: keep this line if we update again from athlon */
.error-message {
    position: absolute;
    color: red;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

.success-message {
    position: absolute;
    color: #38b249;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

.example {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #6a6a6a;
}

.btn-container {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 20px;
    padding-top: 30px;
    border-top: 2px solid #bebebe;
    font-size: 16px;
    font-size: 1rem;
}

.btn-container .btn {
    width: 100%;
    max-width: 310px;
    border: 0;
    float: right;
    margin: 0 0 0 15px;
}

.btn-container .btn:first-of-type {
    float: left;
    margin: 0 15px 0 0;
}

.btn-container .btn.wide {
    max-width: 100%;
}

.form-login .form-block {
    width: 100%;
    position: relative;
    display: block;
}

.form-login .form-block:nth-of-type(2n+1),
.form-login .form-block:nth-of-type(2n) {
    padding: 30px 0 0;
}

.form-login .form-block input[type="password"] {
    padding-right: 150px;
}

.forgot-pass {
    font-size: 16px;
    position: absolute;
    color: #6a6a6a;
    font-weight: 100;
    border-bottom: 1px solid #6a6a6a;
    right: 20px;
    top: 72px;
    z-index: 20;
}

.forgot-pass:hover { /* border-bottom: 1px solid #2298C9; */
    text-decoration: none;
}

.wedge-add {
    width: 200px;
    margin: 0 auto;
    padding: 37px 0 0;
}

.wedge-add .row {
    position: relative;
    margin-bottom: 37px;
}

.wedge-add .row.btn-loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #acacac url(/Content/img/design/ajax-loader.gif) 50% 50% no-repeat;
}

.wedge-add .btn {
    width: 100%;
    text-transform: capitalize;
}

.wedge-add .service-tag {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
}

.wedge-add .service-tag span {
    display: block;
    margin-bottom: 24px;
}

.select-area {
    padding: 10px 0;
}

.select-area label,
.select-area select {
    font-size: 14px;
    font-weight: normal;
}

.select-area select {
    padding: 4px;
}

.control-label.obligatory {
    padding: 16px 8px 0 !important;
}

.control-label.padding-label {
    padding: 16px 8px 0 !important;
}
.form-block .mandatory::after, .control-label.obligatory:after {
    content: "*";
    color: #FF0000;
}
.control-label.obligatory:after {
    position: absolute;
    right: 0;
    top: 16px;
}

/* ### App styles ### */

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em; /* width: 200px; */
    cursor: pointer;
}

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white; /* border: 1px solid $dk-border-color; */
    -webkit-border-radius: 0.4em;
    border-radius: 0.4em;
    padding: 0 1.5em 0 0.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dk-selected:before,
.dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
}

.dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0;
}

.dk-selected:after {
    top: 0;
    height: 100%; /* border-left: 1px solid $dk-border-color; */
    margin: 0 1.5em 0 0;
}

select:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0;
}

.dk-selected-disabled {
    color: #BBBBBB;
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
}

.dk-select-open-up .dk-select-options {
    -webkit-border-radius: 0.4em 0.4em 0 0;
    border-radius: 0.4em 0.4em 0 0;
    margin-bottom: -1px;
    bottom: 100%;
}

.dk-select-open-down .dk-select-options {
    -webkit-border-radius: 0 0 0.4em 0.4em;
    border-radius: 0 0 0.4em 0.4em;
    margin-top: -1px;
    top: 100%;
}

.dk-select-multi .dk-select-options {
    max-height: 10em;
}

.dk-select-options {
    background-color: white;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0.4em;
    border-radius: 0.4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.25em 0;
    width: auto;
    z-index: 100;
}

.dk-option-selected {
    background-color: #3297fd;
    color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit;
}

.dk-option {
    padding: 0.5em;
}

.dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff;
}

.dk-select-options .dk-option-disabled {
    color: #BBBBBB;
    background-color: transparent;
}

.dk-optgroup {
    border: solid #CCCCCC;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
    margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0;
}

.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}

.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: bold;
    width: 100%;
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0;
}

.dk-optgroup-options li {
    padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #3297fd;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
    border-width: 0 0.25em 0.25em;
    border-bottom-color: #3297fd;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
    border-left-color: #3297fd;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #3297fd;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
    outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
    outline: none;
    border-color: #3297fd;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
    border-top-color: #3297fd;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
    border-left-color: #3297fd;
}

.dk-select-disabled {
    opacity: 0.6;
    color: #BBBBBB;
    cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
    border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
    border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
    border-left-color: inherit;
}

select[data-dkcacheid] {
    display: none;
}

.dk-select-custom {
    width: 100%;
}

.dk-select-custom .dk-selected {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #979797;
    height: 48px;
    line-height: 48px;
}

.dk-select-custom .dk-selected:after {
    display: none;
}

.dk-select-custom .dk-selected:before {
    border-top-color: #979797;
}

.dk-select-custom .dk-selected .dk-select-options {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #979797;
}

.dk-select-custom .dk-select-open-down .dk-select-options {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #979797;
}

.dk-select-custom.select-round .dk-selected {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
    border-color: #979797;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.dk-select-options .dk-option-highlight,
.dk-option-selected {
    background-color: #0063be;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
    border-bottom-color: #0063be;
}

/* ### Application specific styles ### */

/* Generic */

html {
    position: relative;
    min-height: 100%;
    -ms-overflow-style: scrollbar;
}

body {
    overflow-x: hidden;
    font-family: Arial, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #6a6a6a;
    background-color: #ffffff; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    text-rendering: optimizeLegibility !important;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    height: 100%;
    margin-bottom: 140px;
}

.grey-bkg {
    background-color: #ebebeb;
}

img {
    width: 100%;
    /* border: 0; */
}

a img {
    display: block;
}

a.text-link {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #000;
}

a.text-link.grey {
    color: #6a6a6a;
    border-bottom: none;
    font-weight: bold;
}

a:hover,
a:visited {
    text-decoration: none;
    /*color: inherit;*/
    opacity: 0.9;
}

p {
    font-size: 16px;
    font-size: 1rem;
}

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

/* Layout */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}

.table-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.table-wrapper .table-cell-wrapper {
    display: table-cell;
    vertical-align: middle;
}

/* Base desktop styles */

/* Base mobile styles */

[data-loadingorder] {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.lazy-loading {
    opacity: 0;
}

.over-all {
    z-index: 90 !important;
}

/* Headings */

h1 { /* Logo */
}

h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000000;
    font-style: normal;
    word-wrap: break-word;
    display: block;
    line-height: 1.1;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: Arial, Tahoma, sans-serif;
    color: #343434;
    word-wrap: break-word;
    font-style: normal;
    display: block;
    width: 100%;
}

h4 {
    margin-bottom: 18px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #343434;
    word-wrap: break-word;
    font-weight: bold;
}

h5 {
    font-size: 20px !important;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    word-wrap: break-word;
}

.t-t-cap {
    text-transform: capitalize;
}

.t-a-r {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.no-padding {
    padding: 0 !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.border-b {
    margin-left: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #979797;
}

.alert {
    font-size: 14px;
    padding: 15px 20px;
}

.alert.alert-warning {
    background-color: #d8d8d8;
    color: #000;
    border-color: transparent;
}

.alert strong {
    display: block;
    font-weight: bold;
}

.alert .alert-msg,
.alert .icon-alert {
    display: inline-block;
    vertical-align: middle;
}

.alert .icon-alert {
    margin-right: 5px;
    color: #c9282d;
    font-size: 27px;
}

.alert .alert-msg {
    width: 94%;
}

.side-lines span {
    position: relative;
}

.side-lines span:before,
.side-lines span:after {
    position: absolute;
    top: 8px;
    left: -150px;
    content: " ";
    width: 136px;
    height: 1px;
    background-color: #979797;
}

.side-lines span:after {
    left: auto;
    right: -190px;
    width: 175px;
}

/* Layout */

.content {
    overflow: hidden;
    width: 1024px;
    margin: 60px auto 0;
    /*padding: 60px 40px;*/
}

.content h2 {
    text-transform: none;
    font-size: 40px;
    text-align: center;
}

.content h2.t-a-l {
    text-align: left;
}

.content-wrapper {
    margin: 0 auto;
    width: 1024px;
    height: 100%;
    position: relative;
    padding: 0 40px;
}

/* Accents list */

.accents {
    font-size: 0;
    overflow: hidden;
    margin: 60px auto 0 auto;
    width: 900px;
}

.accents li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: none;
    padding: 47px 60px 360px 70px;
    margin-bottom: -300px;
    font-size: 16px;
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
}

.accents li:nth-child(2n+1) {
    border-left: none;
}

.accents li:nth-child(1),
.accents li:nth-child(2) {
    padding-top: 0;
    margin-top: -1px;
}

.accents li:nth-child(1),
.accents li:nth-child(2) {
    padding-top: 0;
}

.accents .accent-icon {
    width: 100px;
    margin-bottom: 10px;
}

.price {
    position: relative;
    z-index: 1;
    height: auto;
    padding: 10px;
    pointer-events: none;
    font-family: "Univers-CondensedBold", Arial, Tahoma, sans-serif;
    text-align: center;
    color: #585858;
}

.price .currency {
    display: inline-block;
    margin-top: 26px;
    vertical-align: top;
    font-size: 40px;
}

.price .value {
    font-size: 100px;
    line-height: 1;
    height: 100px;
    padding: 0 8px;
}

.price .value-coins {
    position: absolute;
    font-size: 40px;
    top: 36px;
}

.price .details {
    font-size: 20px;
}

.panel-title {
    font-size: 18px;
    letter-spacing: 0.2px;
    text-align: left;
    font-weight: bold;
}

.panel-body {
    padding: 0;
    margin: 12px 0;
}

.talkgroups-overview {
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.panel-body .talkgroups-overview.show {
    display: block;
}

.panel-body .talkgroups-overview .header {
    background-color: #acacac;
}

.panel-body .talkgroups-overview h4 {
    padding: 15px 17px 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.panel-body .talkgroups-overview .nav-tabs > li {
    width: 50%;
}

.panel-body .talkgroups-overview .nav-tabs > li > a {
    background-color: #acacac;
    color: #ffffff;
    border: none;
    font-size: 14px;
}

.panel-body .talkgroups-overview .nav-tabs > li.active a {
    border-bottom: 3px solid #0063be;
}

.panel-body .talkgroups-overview .tab-content {
    padding: 13px 17px;
    max-height: 374px;
    overflow: auto;
}

.panel-body .talkgroups-overview .tab-content li {
    margin-bottom: 16px;
    font-size: 12px;
}

.panel-body .talkgroups-overview .tab-content li a {
    font-size: 12px;
}

.inner-content .main .panel.box .talkgroups-overview .nav {
    display: block;
    position: static;
    overflow: hidden;
    width: 100%;
    background-color: #acacac;
}

.total-price {
    font-size: 36px;
    letter-spacing: 0.5px;
    font-family: "Univers", Arial, Tahoma, sans-serif;
    display: inline;
}

/* Panels, Sections */

.list-group-item {
    padding: 0 0 20px 0;
    margin-top: 10px;
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #cccccc;
}

.left-aside {
    min-width: 184px;
    height: 100%;
    background-color: #434a53;
    position: fixed; /* margin-top: 60px; */
    float: left;
    display: inline-block;
    margin-left: -15px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
}

.left-aside .main-nav {
    width: 100%;
}

.left-aside .main-nav .list-group {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.left-aside .main-nav .list-group .list-group-item {
    background-color: transparent;
    border: 1px solid #30343b;
    border-left: 0;
    border-right: 0;
    padding: 0;
    padding: 20px 30px;
}

.left-aside .main-nav .list-group .list-group-item a {
    color: #e9e7e9;
    font-size: 14px;
    line-height: 16px;
    display: block;
    width: 100%;
    font-weight: bold;
}

.left-panel {
    color: #000000;
    font-size: 14px;
    font-family: Arial;
    padding-left: 100px;
}

.right-panel {
    color: #000000;
    font-size: 18px;
    padding: 0 50px;
}

.right-panel .input-wrapper {
    display: inline-block;
    width: auto;
}

.right-panel .input-wrapper input[type="text"] {
    width: 155px;
    text-align: right;
}

.right-panel .action-link {
    display: inline-block;
    margin-left: 30px;
    color: #000000;
    border-bottom: 1px solid #000;
    font-size: 14px;
}

.panel {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel.panel-default {
    width: 100%;
    border: none;
    padding: 40px 30px 0;
}

.panel.panel-default .panel-body {
    margin-bottom: 48px;
}

.panel.panel-default .panel-body.additional {
    margin-bottom: 0;
    background-color: #f3f5f6;
    padding: 10px 10px 0;
}

.panel.panel-default .panel-body.additional .table-list {
    margin-bottom: 10px;
}

.panel.panel-default .row {
    padding: 20px 0;
    overflow: hidden;
}

.panel.panel-default .row.summary {
    padding: 40px 0;
    margin-top: 40px;
    background-color: #ccc;
    overflow: hidden;
    color: #000000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.panel.panel-default .row.summary .row {
    padding: 0;
    overflow: visible;
}

.panel.panel-default .row.summary .btn {
    margin-top: 20px;
}

.panel.panel-default .row.summary .panel-body {
    font-size: 14px;
}

.panel.panel-default.full-width .panel-body {
    margin-bottom: 0;
}

.panel p {
    text-align: center;
}

.panel figure {
    padding: 0 25px;
}

.panel .price-tag {
    margin-bottom: 30px;
}

.panel .btn-container {
    margin-top: 50px;
    border-top: none;
    text-align: center;
    padding: 0 55px;
}

.panel .btn-container .btn {
    width: auto;
}

.panel.shipping-wrap {
    padding: 0 50px 30px;
}

.panel.shipping-wrap h2 {
    margin-left: 0;
    text-align: left;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 20px;
}

.panel.shipping-wrap .row {
    position: relative;
    overflow: visible;
}

.panel.shipping-wrap .btn {
    width: 100%;
}

.panel.shipping-wrap .exp-date-wrap {
    display: inline-block;
    vertical-align: top;
}

.confirmation-msg {
    text-align: center;
    width: 610px !important;
}

.confirmation-msg .confirmation-sign {
    margin-bottom: 40px;
}

.confirmation-msg .confirmation-sign .icon-complete {
    font-size: 214px;
    color: #07a550;
}

.confirmation-msg .confirmation-sign .icon-alert {
    font-size: 214px;
    color: #dd3300;
}

.confirmation-msg h2 {
    margin-bottom: 40px;
}

.confirmation-msg p {
    padding: 0 40px;
    color: #000000;
}

.confirmation-msg .btn {
    margin: 40px auto;
}

.plans-container {
    font-size: 0;
    margin-top: 0;
}

.plans-container .plans-content .item-inner {
    width: 100%;
    max-width: 280px;
    padding: 30px 5% 40px;
    height: 100%;
    min-height: 870px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}

.plans-container .plans-content .item-inner.standard {
    background-color: #0063be;
}

.plans-container .plans-content .item-inner.plus {
    background-color: #aab300;
}

.plans-container .plans-content .item-inner.premium {
    background-color: rgba(228, 125, 25, 0.9);
}

.plans-container .plans-content .item-inner.enterprise {
    background-color: #ac2200;
}

.plans-container .plans-content .item-inner h3 {
    color: #ffffff;
    font-family: "Univers-CondensedBold", Arial, Tahoma, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 0;
    min-height: 65px;
}

.plans-container .plans-content .item-inner > p {
    font-weight: bold;
    padding: 10px 10px 0;
    text-align: center;
    min-height: 50px;
}

.plans-container .plans-content .item-inner .price-tag {
    display: block;
    color: #ffffff;
    font-family: "Univers-CondensedBold", Arial, Tahoma, sans-serif;
    position: relative;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.plans-container .plans-content .item-inner .price-tag .price {
    padding: 0;
}

.plans-container .plans-content .item-inner .price-tag .price span {
    color: #ffffff;
}

.plans-container .plans-content .item-inner .price-tag .price span.value {
    letter-spacing: -0.5px;
    padding: 0 5px;
}

.plans-container .plans-content .item-inner .price-tag .price span.value-coins {
    top: 22px;
}

.plans-container .plans-content .item-inner .btn {
    width: 192px;
    margin: 30px 0;
    color: white;
}

.plans-container .plans-content .item-inner .plan-details {
    font-size: 16px;
    text-align: left;
}

.plans-container .plans-content .item-inner .plan-details li {
    line-height: 1.1;
    padding: 26px 12px 0;
}

.plans-container .plans-content .item-inner .plan-details li a {
    color: #FFFF00 !important;
}

.info-panel {
    width: 100%;
    display: block;
    padding: 60px 0;
}

.info-panel.grey {
    background-color: #e0e0e0;
}

.info-panel.grey .content-wrapper {
    width: 100%;
    max-width: 660px;
}

.info-panel .content-wrapper {
    text-align: center;
}

.info-panel .content-wrapper .banner-text {
    display: inline-block;
    width: 100%;
    max-width: 392px;
}

.info-panel .content-wrapper .banner-text h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.status:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 5px;
    top: 15px;
    background-color: #ccc;
    margin-right: 12px;
}

.status.left {
    line-height: 48px;
    padding-left: 22px;
}

.status.left:before {
    left: 20px;
    top: 18px;
}

.status.positive:before {
    color: #39b44a;
    background-color: #39b44a;
}

.status.negative:before {
    color: #b43939;
    background-color: #b43939;
}

.status.neutral:before {
    color: #ffa500;
    background-color: #ffa500;
}

.status.unknown:before {
    color: #aaaaaa;
    background-color: #aaaaaa;
}

.list-of.users, .list-of.groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; /* flex: 1; */
}

.list-of.users .nav, .list-of.groups .nav {
    overflow-y: scroll;
    min-height: 200px;
    max-height: 400px;
    -webkit-overflow-scrolling: touch; /*  flex: 1; */
}

.list-of.radio-system .nav, .list-of.gateways .nav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /*  flex: 1; */
    margin-bottom: 55px;
}

.list-of.radio-system .nav > li > a, .list-of.gateways .nav > li > a {
    padding-right: 40px;
}

/* todo: keep this line if we update again from athlon */
.nav > li > a:hover {
    background-color: #fff;
}

.list-of .panel-header {
    min-height: 40px;
    background-color: #e7e7e7;
    padding: 10px 15px;
}

.list-of-expando {
    min-height: 75px !important;
}

.list-of .panel-header:after {
    content: "";
    display: table;
    clear: both;
}

.list-of .panel-header h3 {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

.list-of .panel-header .navbar-right {
    float: right;
}

.list-of .panel-header .navbar-form {
    margin: 1px 0 0;
    padding: 0;
    display: inline-block;
}

.list-of .panel-header .navbar-form a {
    display: inline-block;
    margin-left: 17px;
    font-size: 16px;
    text-decoration: none;
}

.list-of .panel-header .navbar-form a:first-child {
    margin-left: 0;
}

.list-of .panel-header .navbar-form .form-group {
    display: none;
}

.list-of .nav {
    font-size: 14px;
    color: #000;
    background-color: #fff;
}

.list-of .nav > li span {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: #ccc;
}

.list-of .nav.groups > li span {
    width: 124px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.add-box {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.add-box span {
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    position: absolute;
    overflow: hidden;
    width: 80px;
    height: 4px;
    border: 2px solid #979797;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.panel.box.tall .add-box span {
    top: 50%;
}

.panel.box.tall .js-create-new-gateway .add-box span {
    top: 25%;
}

.add-box span:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -40px;
    margin-top: -1px;
}

.add-box:hover span {
    border: 2px solid #246bb4;
}

.info-msg {
    display: block;
    font-size: 12px;
    padding: 12px 0;
    color: #888;
    line-height: 16px;
    font-style: italic;
}

.info-msg-bold {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-msg-groupbox {
    display: block;
    font-size: 12px;
    padding: 12px 0 0 0;
    color: #888;
    line-height: 16px;
    font-style: italic;
}

.panel-body-msg-groupbox {
    background-color: #ff000025;
    text-decoration: none;
    height: 100% !important;
}

.panel-link {
    display: block;
    padding: 0 15px;
    line-height: 56px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
}

.table-responsive {
    overflow: visible;
}

.table-responsive .table {
    color: #000;
    font-size: 14px;
    border-color: transparent;
}

.table-responsive .table a {
    /*text-decoration: underline;*/
}

.table-responsive .table .sorter {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}

.table-responsive .table .sorter.reverse {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-responsive .table tr {
    border-bottom: 1px solid #eeeeee;
}

.table-responsive .table tr td {
    position: relative;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 13px;
}

.table-responsive .table tr td.padding-bottom {
    padding-bottom: 3px;
}

.table-responsive .table tr td.padding-bottom label {
    bottom: 13px;
}

.table-responsive .table tr td .status {
    padding-left: 18px;
}

.table-responsive .table tr td .status:before {
    top: 19px;
    left: 11px;
}

.table-responsive .table tr.highlighted td {
    background-color: #f5f9fc;
}

.table-responsive .table thead tr th {
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    border-bottom: none;
}

.table-responsive .table thead tr th.sort-by {
    cursor: pointer;
}

.table-responsive .table .add-user td {
    vertical-align: middle;
    padding-bottom: 2px;
    padding-top: 2px;
}

.table-responsive .table .add-user .input-wrapper input {
    max-width: 100%;
}

.table-responsive .table .add-user .dk-select-custom .dk-selected {
    width: 100%;
    height: 32px;
    line-height: 30px;
}

.inner-content {
    margin-top: 60px;
    background-color: transparent;
    margin-bottom: 20px;
}

.inner-content .sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    z-index: 8;
    display: block;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.inner-content .sidebar .nav-sidebar {
    width: 100%;
    padding-bottom: 60px;
}

.inner-content .sidebar .nav-sidebar li {
    background-color: transparent;
    border-bottom: 1px solid #30343b;
    padding: 0;
}

.inner-content .sidebar .nav-sidebar li a {
    color: #e9e7e9;
    font-size: 14px;
    line-height: 16px;
    /*display: block;*/
    width: 100%;
    padding: 20px 30px;
    font-weight: bold;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
}

.inner-content .sidebar .nav-sidebar li a span {
    display: inline-block;
    float: left;
}

.inner-content .sidebar .nav-sidebar li a:hover {
    background-color: rgba(48, 52, 59, 0.8);
}

.inner-content .sidebar .nav-sidebar li.active {
    background-color: #30343b;
}

.inner-content .sidebar .nav-sidebar li.active a {
    color: #1a9bd4;
}

.inner-content .sidebar .nav-sidebar.bottom {
    display: none;
    position: absolute;
    left: 0;
}

.inner-content .sidebar .nav-sidebar.bottom.visible {
    display: block;
}

.inner-content .sidebar .nav-sidebar.bottom li {
    border-bottom: 0;
}

.inner-content .sidebar .nav-sidebar.bottom li a {
    background-color: #e9e9e9;
    color: #ca4242;
}

.inner-content .sidebar.left-fixed {
    left: 0;
    top: 60px;
    width: 184px;
    background-color: #fff;
    background-color: #434a53;
    border-right: 1px solid #eee;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
}

.inner-content .sidebar.left-fixed .nav-menu-inner {
    display: none;
}

.inner-content .sidebar.right-fixed {
    right: 0;
    width: 170px;
    background-color: #e7e7e7;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inner-content .sidebar.right-fixed .list-of:nth-of-type(2) {
    border-top: solid 2px #979797;
}

.inner-content .main {
    padding: 20px 0 0 186px;
    position: relative;
}

.inner-content .main > .row {
    margin-right: -15px !important;
}

.inner-content .main .panel {
    min-height: 260px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
    display: inline-block;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    float: left;
}

.inner-content .main .panel.panel-default {
    max-width: 380px;
    min-height: 260px;
    height: 100%;
}

.inner-content .main .panel.hide-footer {
    min-height: auto !important;
}

.inner-content .main .panel.panel-default.full-width {
    max-width: 98%;
}

.inner-content .main .panel.panel-default.half-width {
    max-width: 48%;
}

.inner-content .main .panel.panel-default.full-width .panel-body:first-of-type {
    margin-bottom: 15px;
}

.inner-content .main .panel.panel-default.info {
    background-color: #d8d8d8;
    font-size: 14px;
    min-height: 171px;
}

.inner-content .main .panel.panel-default.info .panel-body {
    padding: 0 15px;
}

.inner-content .main .panel.box {
    width: auto;
    min-width: 200px;
    width: 220px;
    height: 235px;
    min-height: inherit;
    margin: 0 20px 20px 0;
}

.inner-content .main .panel.box.large {
    min-width: 100%;
}

.inner-content .main .panel.box.tall {
    height: 470px;
    padding-top: 10px;
}

.inner-content .main .panel.box.highlight {
    border: 5px solid #0063be;
}

.inner-content .main .panel.box.hover .panel-header {
    background-color: #ebebeb;
}

.inner-content .main .panel.box.hover .panel-header h2 {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-content .main .panel.box.hover .navbar-form,
.inner-content .main .panel.box.hover .users {
    display: block;
}

.inactive20 {
    text-transform: none;
    padding-bottom: 15px;
    text-align: center;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex > li {
    margin: 10px;
    border: 1px solid #ccc;
    padding: 30px 50px;
    height: auto;
    margin: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    width: 350px;
}

.flex > li:not([option]) {
    opacity: .5;
}

.flex > li:hover:not([disabled]) {
    border: 1px solid #0063be;
    opacity: 1;
    cursor: pointer;
}

.flex > li[selected] {
    border: 1px solid #0063be;
    background-color: #0063be;
    color: #ffffff;
    opacity: 1;
}

.nitro-selected {
    background-color: #0063be;
    color: #ffffff;
}

.flex > li[selected] h4 {
    color: #ffffff;
}

.inner-content .main .panel.box > a {
    display: block;
    min-height: 100%;
}

.inner-content .main .panel.box .input-wrapper {
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 190px;
}

.inner-content .main .panel.box .textarea-wrapper {
    max-width: 190px;
}

.inner-content .main .panel.box .action-buttons {
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
}

.inner-content .main .panel.box .action-buttons button {
    max-width: inherit;
    min-width: inherit;
    width: 50%;
    height: 35px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #9f3232;
    color: #fff;
    font-size: 18px;
}

.inner-content .main .panel.box .action-buttons button.yes {
    background-color: #329f41;
}

.inner-content .main .panel.box .action-buttons button.yes span {
    font-size: 18px;
}

.inner-content .main .panel.box .step-box .action-buttons button:not(.hollow-btn) {
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 40px;
    max-width: inherit;
    min-width: inherit;
    width: 44.2%;
}

.inner-content .main .panel.box .step-box .action-buttons button.yes:not(.hollow-btn) {
    background-color: #329f41;
    margin-left: 20px;
}

.inner-content .main .panel.box .nav {
    display: none;
    clear: both;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background-color: #fff;
    overflow: auto;
    font-size: 12px;
}

.inner-content .main .panel.large-box {
    width: 100%;
    padding: 10px;
    min-height: inherit;
    float: left;
}

.inner-content .main .panel .panel-header {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding: 15px;
    height: 48px;
    text-transform: none;
    font-family: arial;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    float: left;
}

.inner-content .main .panel .panel-header h2 {
    float: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-family: arial;
    text-transform: none;
    max-width: 195px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-content .main .panel .panel-header .navbar-form {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    display: none;
}

.inner-content .main .panel .panel-header .navbar-form a {
    display: inline-block;
    color: #0063be;
    margin-right: 6px;
}

.inner-content .main .panel .panel-header .navbar-form a:last-child {
    margin-right: 0;
}

.inner-content .main .panel .panel-header .info-icon {
    width: 20px;
    height: 20px;
    background-color: transparent;
    display: block;
    float: right;
    margin-top: -3px;
    cursor: pointer;
}

.inner-content .main .panel .panel-header .info-icon span {
    color: #acacac;
    font-size: 20px;
}

.inner-content .main .panel .panel-body {
    position: relative;
    height: auto;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    float: left;
}

.inner-content .main .panel .panel-body.centered {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-content .main .panel .panel-body ul li {
    padding-right: 0;
    padding-left: 0;
    color: #000;
}
.woc-custom-inline-block {
    height: 100%;
    overflow: hidden;
}

li.woc-custom-inline-block span:not(.hidden-md) {
    word-break: break-word;
    padding: 0 5px;
}

.inner-content .main .panel .panel-body ul li span:not(.hidden-md) {
    display: block;
    /*padding-right: 25px;*/
    font-size: 14px;
    line-height: 18px;
    color: #888;
    position: relative;
}

.inner-content .main .panel .panel-body ul li span:not(.hidden-md).negative {
    color: #b43939;
}

.inner-content .main .panel .panel-body ul li span:not(.hidden-md).count {
    font-family: "Univers-Condensed", Arial, Tahoma, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    color: #000;
    word-wrap: break-word;
}

.inner-content .main .panel .panel-body ul li span:not(.hidden-md).small-count {
    font-family: "Univers-Condensed", Arial, Tahoma, sans-serif;
    font-size: 28px;
    line-height: 1.1;
    color: #000;
    word-wrap: break-word;
}

.inner-content .main .panel .panel-body ul li span:not(.hidden-md).title {
    margin-bottom: 2px;
    color: #000;
    font-weight: bold;
}

.inner-content .main .panel .panel-body ul li span:not(.hidden-md).status {
    vertical-align: top;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: bold;
}

.inner-content .main .panel .panel-body ul li span:not(.hidden-md).status:before {
    vertical-align: top;
    left: 1px;
    top: 4px;
}

.inner-content .main .panel .panel-body.additional {
    padding: 10px 15px 20px;
    border-top: 1px solid #ebebeb; /* Table list  */
}

.inner-content .main .panel .panel-body.additional .table-responsive .table thead tr th {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
}

.inner-content .main .panel .panel-body.additional .table-responsive .table tr {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.inner-content .main .panel .panel-body.additional .table-responsive .table tr td {
    max-width: 22%;
    padding-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid transparent;
}

.inner-content .main .panel .panel-body.additional .table-responsive .table tr td .status:before {
    top: 14px;
}

.inner-content .main .panel .panel-body.additional .table-list {
    width: 100%;
    font-size: 0;
}

.inner-content .main .panel .panel-body.additional .table-list li {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0;
}

.inner-content .main .panel .panel-body.additional .table-list li span.status {
    color: #000000;
}

.inner-content .main .panel .panel-body.additional .table-list.head li,
.inner-content .main .panel .panel-body.additional .table-list.head li span {
    padding: 10px 0;
    font-weight: bold;
}

.inner-content .main .panel .panel-body.additional .table-list.cols-5 li {
    width: 20%;
}

.inner-content .main .panel .panel-footer {
    float: left;
    display: block;
    background-color: #f6f6f6;
    color: #000;
    border-top: 1px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
}

.inner-content .main .panel .panel-footer a,
.inner-content .main .panel .panel-footer span {
    display: block;
    padding: 0 15px;
    line-height: 56px;
    font-weight: bold;
    font-size: 14px;
}

.inner-content .main .panel .panel-footer .panel-plain-content {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.inner-content .main .panel .panel-footer .panel-plain-content b {
    font-weight: bold;
}

.inner-content .main .panel .links-container {
    margin-top: -15px;
    background-color: #d8d8d8;
    float: left;
    display: block;
    width: 100%;
}

.inner-content .main .panel .links-container a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #0063be;
    padding: 0 15px;
    line-height: 56px;
}

.inner-content .main .text-bar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin-top: -10px;
}

.inner-content .main .action-bar {
    padding-left: 0;
    padding-right: 0;
}

.inner-content .main .action-bar .nav li a {
    font-size: 16px;
    color: #0063be;
}

.inner-content .main .action-bar .nav li a span {
    margin-right: 10px;
    font-size: 15px;
}

.inner-content .main .action-bar .navbar-form {
    padding: 0;
    margin-right: 20px;
}

.inner-content .main .action-bar .navbar-form .form-group {
    border: solid 1px #eeeeee;
    position: relative;
    height: 40px;
    width: 306px;
}

.inner-content .main .action-bar .navbar-form .form-group input[type="text"] {
    font-size: 14px;
    line-height: 1.3;
    color: #898989;
    width: auto;
    height: 38px;
    min-height: 28px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* todo: keep this line if we update again from athlon */
.inner-content .main .action-bar .navbar-form .form-group button[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    background-color: #fff;
    border-left: 1px solid #eeeeee;
}

/* todo: keep this line if we update again from athlon */
.inner-content .main .action-bar .navbar-form .form-group button[type="button"]:hover {
    background-color: #fff;
}

.edit-form {
    border: 0;
    margin-bottom: 60px;
}

.banner-create-form {
    border: 0;
    margin-bottom: 60px;
}

.edit-form .form-group {
    min-height: 48px;
}

.banner-create-form .form-group {
    min-height: 48px;
}


.edit-form .form-group label:not(.checkbox-inline),
.edit-form .form-group h4 {
    color: #6a6a6a;
    padding: 16px 6px 0 0;
}

.banner-create-form .form-group label:not(.checkbox-inline),
.banner-create-form .form-group h4 {
    color: #6a6a6a;
    padding: 16px 6px 0 0;
}

.edit-form .form-group .checkbox {
    padding-top: 15px;
}

.banner-create-form .form-group .checkbox {
    padding-top: 15px;
}

.edit-form .form-group .link {
    line-height: 48px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    color: #6a6a6a;
}

.banner-create-form .form-group .link {
    line-height: 48px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    color: #6a6a6a;
}

.edit-form .form-group.deactivate {
    position: absolute;
    left: 70%; /* line-height: 48px; */
}

.banner-create-form .form-group.deactivate {
    position: absolute;
    left: 70%; /* line-height: 48px; */
}




.edit-form .form-group.deactivate input[type="checkbox"],
.edit-form .form-group.deactivate label {
    display: inline-block;
}

.banner-create-form .form-group.deactivate input[type="checkbox"],
.banner-create-form .form-group.deactivate label {
    display: inline-block;
}


.edit-form .form-group .buttons {
    margin-top: 20px;
}

.banner-create-form .form-group .buttons {
    margin-top: 20px;
}


.edit-form .form-group .buttons .btn {
    margin-right: 20px;
}

.banner-create-form .form-group .buttons .btn {
    margin-right: 20px;
}

/* todo: keep this line if we update again from athlon */
.edit-form .form-group .users {
    padding: 19px 19px 5px;
    background-color: #ffffff;
    border: solid 1px #979797;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.banner-create-form .form-group .countries {
    padding: 19px 19px 5px;
    background-color: #ffffff;
    border: solid 1px #979797;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.edit-form .form-group .users li {
    position: relative;
    margin-bottom: 10px;
}

.banner-create-form .form-group .countries li {
    position: relative;
    margin-bottom: 10px;
}

.edit-form .form-group .users li [type="checkbox"]:not(:checked) + label,
.edit-form .form-group .users li [type="checkbox"]:checked + label {
    position: static;
    /*text-decoration: underline;*/
}

.banner-create-form .form-group .countries li [type="checkbox"]:not(:checked) + label,
.banner-create-form .form-group .countries li [type="checkbox"]:checked + label {
    position: static;
    /*text-decoration: underline;*/
}

.edit-form .form-group .users li [type="checkbox"]:not(:checked) + label,
.edit-form .form-group .users li [type="checkbox"]:checked + label {
    padding-left: 0;
}

.banner-create-form .form-group .countries li [type="checkbox"]:not(:checked) + label,
.banner-create-form .form-group .countries li [type="checkbox"]:checked + label {
    padding-left: 0;
}

.edit-form .form-group .users li [type="checkbox"]:not(:checked) + label:before,
.edit-form .form-group .users li [type="checkbox"]:checked + label:before {
    left: auto;
    right: 10px;
}

.banner-create-form .form-group .countries li [type="checkbox"]:not(:checked) + label:before,
.banner-create-form .form-group .countries li [type="checkbox"]:checked + label:before {
    left: auto;
    right: 10px;
}

.edit-form .form-group .users li [type="checkbox"]:not(:checked) + label:after,
.edit-form .form-group .users li [type="checkbox"]:checked + label:after {
    left: auto;
    right: 12px;
}

.banner-create-form .form-group .countries li [type="checkbox"]:not(:checked) + label:after,
.banner-create-form .form-group .countries li [type="checkbox"]:checked + label:after {
    left: auto;
    right: 12px;
}

.edit-form .form-group .users li:first-child [type="checkbox"]:not(:checked) + label,
.edit-form .form-group .users li:first-child [type="checkbox"]:checked + label {
    text-decoration: none;
}

.banner-create-form .form-group .countries li:first-child [type="checkbox"]:not(:checked) + label,
.banner-create-form .form-group .countries li:first-child [type="checkbox"]:checked + label {
    text-decoration: none;
}

.edit-form .form-group .col-lg-4 {
    max-width: 311px;
}

.banner-create-form .form-group .col-lg-4 {
    max-width: 311px;
}

.edit-form .form-group.top-border {
    padding-bottom: 10px;
}

.banner-create-form .form-group.top-border {
    padding-bottom: 10px;
}

.edit-form .form-group.top-border:before {
    content: "";
    position: absolute;
    background-color: #979797;
    height: 1px;
    width: 550px;
    left: 25%;
}

.banner-create-form .form-group.top-border:before {
    content: "";
    position: absolute;
    background-color: #979797;
    height: 1px;
    width: 550px;
    left: 25%;
}

.edit-form .form-group.top-border .checkbox {
    padding-top: 40px;
}

.banner-create-form .form-group.top-border .checkbox {
    padding-top: 40px;
}

.edit-form .optional {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.banner-create-form .optional {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.edit-form .disabled {
    opacity: .5;
}

.banner-create-form .disabled {
    opacity: .5;
}

.action-buttons button {
    max-width: 60px;
    min-width: 35px;
    width: 48%;
    height: 35px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #9f3232;
    color: #fff;
    position: relative;
}

.action-buttons button span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.action-buttons button.yes {
    background-color: #329f41;
}

.action-buttons button.yes span {
    font-size: 18px;
}

/* Shipping/Billing Page */

.cc-list {
    width: 160px;
    height: 100%;
    display: block;
    margin: 36px 0 0;
    height: 25px;
    font-size: 0;
}

.cc-list li {
    display: inline-block;
    background: url(/Content/img/design/credit_cards_sprite.jpg) no-repeat;
    width: 43px;
    height: 25px;
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
}

.cc-list li.master-card {
    background-position: 0 0;
}

.cc-list li.discover {
    background-position: -45px 0;
}

.cc-list li.aexpress {
    background-position: -89px 0;
    width: 30px;
}

.cc-list li.visa {
    background-position: -122px 0;
}

.billing .row {
    overflow: visible;
}

.shipping-info {
    font-size: 14px;
    margin-bottom: 20px;
}

.shipping-info .change-wrap {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.shipping-info .row {
    padding: 20px 0 0;
}

.shipping-info .change {
    text-decoration: underline;
    color: #000000;
    letter-spacing: 0.2px;
}

.summary-box {
    width: 280px;
    position: fixed;
    z-index: 12;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ccc;
    color: #000000;
    padding: 25px;
    font-size: 14px;
    color: #000000;
    margin-top: 2px;
}

.summary-box h3 {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: solid 2px #979797;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.summary-box .row {
    width: 100%;
}

.summary-box .row .title {
    display: inline-block;
    width: 52%;
}

.summary-box .row .info {
    display: inline-block;
    width: 45%;
    text-align: right;
    float: right;
}

.summary-box .row .text-link {
    float: right;
}

.summary-box .row.sumup {
    border-top: solid 2px #979797;
    margin-top: 10px;
    padding: 20px 0;
}

/* Fixes */

.panel.shipping-wrap .summary-box .row {
    margin-left: 0;
    padding: 6px 0;
}

.panel .summary-box .sumup {
    padding-top: 20px;
}

.content .form-wrapper h2 {
    font-size: 25px;
}

.panel .col-xs-6.col-sm-6.col-md-6:nth-child(2n+1) {
    clear: left;
}

.form-group .input {
    outline: 0;
}

/* Table list  */

/* Fix */

.inner-content .main .panel .panel-body ul.table-list li span {
    color: inherit;
    display: inline;
}

.inner-content .main .panel .panel-body ul.table-list:not(.head) li span {
    font-weight: normal;
}

/* Modal */

.modal-body {
    padding: 0 20px 20px 20px;
}

.modal-dialog {
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    top: 40px;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modal-dialog .modal-content {
    font-size: 14px;
    color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    font-size: 14px;
    width: 100%;
}

.modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    float: left;
    width: 100%;
    padding: 20px 20px 15px;
}

.modal-dialog .modal-content .modal-body {
    float: left;
    width: 100%;
    position: relative;
}

.modal-dialog .modal-content .modal-body ul {
    font-size: 14px;
}

.modal-dialog .modal-content .modal-body figure {
    width: 240px;
    height: 45px;
    border: solid 1px #eeeeee;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.modal-dialog .modal-content .modal-body figure span {
    float: left;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.modal-dialog .modal-content .modal-body figure span.icon-download {
    float: right;
    border-left: 1px solid #eee;
    font-size: 20px;
    width: 52px;
}

.modal-dialog .modal-content .modal-footer {
    float: left;
    width: 100%;
    padding: 30px 15px;
}

.modal-dialog .modal-content .modal-body b {
    font-weight: 700;
}

.radio-system-config {
    width: 100%;
    padding: 20px;
}

.radio-system-config .upload-container,
.radio-system-config .fileupload-progress {
    width: 248px;
}

.radio-system-config {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.radio-system-config .modal-content {
    border: 0;
}

.radio-system-config .modal-header {
    background: #F6F6F6;
}

.radio-system-config .modal-header .modal-title {
    font-size: 16px;
    text-align: left;
}

.modal-header .modal-title span {
    font-size: 10px;
    float: right;
}

.radio-system-config .modal-body {
    border-bottom: 0;
    padding: 0 5px 0 5px;
}

.radio-system-config .modal-body .edit-form {
    padding-top: 20px;
    margin-bottom: 0 !important;
}

.radio-system-config .modal-body .edit-form .form-group {
    margin: 0;
}

.radio-system-config .modal-body .edit-form .form-group .link {
    color: #0E63B7;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #0E63B7;
    text-decoration: none;
}

.radio-system-config .modal-body .edit-form .form-group .buttons,
.radio-system-config .modal-body .edit-form .form-group .action-buttons {
    margin-top: 0;
}

.radio-system-config .modal-body .edit-form .form-group .buttons .hollow-btn,
.radio-system-config .modal-body .edit-form .form-group .action-buttons .hollow-btn {
    text-align: center;
    height: 16px;
    width: 48%;
    line-height: 16px;
    border-right: 1px solid #979797;
}

.radio-system-config .modal-body .edit-form .form-group .buttons .hollow-btn.blue-text,
.radio-system-config .modal-body .edit-form .form-group .action-buttons .hollow-btn.blue-text {
    border-right: none;
}

.radio-system-config .modal-footer {
    border-top: 0;
    padding: 0 15px 10px 15px !important;
}

.radio-system-config .modal-footer .form-group .buttons button.hollow-btn {
    height: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 20px;
    border-right: 1px solid #979797;
}

.radio-system-config .modal-footer .form-group .buttons button.hollow-btn.blue-text {
    border-right: none;
}

.obligatory-message {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #bbb;
}

.timezone-message {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.error-text {
    display: block;
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
}

.obligatory-message:before {
    content: "*";
    color: #FF0000;
    position: absolute;
    left: 10px;
    top: 10px;
}

.obligatory-message.double:before {
    content: "**";
    left: 5px;
}

.obligatory-message.double.after:before {
    content: "";
}

.obligatory-message.double.after:after {
    content: "**";
    color: #FF0000;
}

/* File upload */

.fileupload-buttonbar button.btn {
    font-size: 13px;
    min-width: 80px;
    max-width: 100px;
    padding: 12px 18px;
}

.fileupload-form {
    float: left;
}

.fileupload-form > div {
    display: block;
    width: 100%;
    float: left;
}

.fileupload-form .error {
    display: none;
    color: red;
    font-size: 13px;
    padding: 10px 15px;
    text-align: left;
    float: left;
}

.fileupload-form.no-file .error {
    display: block;
}

div.upload-container {
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    height: 45px;
    position: relative;
    width: 300px;
    margin-right: 16px;
    float: left;
    overflow: hidden;
    opacity: 1;
}

div.upload-container input[type=file] {
    display: input-block;
    width: 100%;
    height: 45px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

div.upload-container.fade {
    height: 0;
    opacity: 0;
}

.fileupload-progress {
    font-weight: bold;
    width: 300px;
    margin-right: 16px;
    float: left;
    height: 45px;
    position: absolute;
    text-align: left;
}

.fileupload-progress.fade {
    height: 0;
    opacity: 0;
}

.fileupload-progress .progress {
    height: 10px;
    background-color: #f1f1f1;
    margin-top: 6px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: solid 1px #eeeeee;
}

.fileupload-progress .progress-bar {
    height: 8px;
    background-color: #0063be;
}

.fileupload-progress .upload-msg {
    margin-bottom: 10px;
}

.upload-button {
    background-color: #fff;
    border: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    width: auto;
    padding: 13px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #eee;
}

.upload-button.blurred {
    opacity: .5;
    cursor: default;
}

.upload-button.blurred:hover {
    background-color: #38b249;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38b249), to(#2b8838));
    background-image: -webkit-linear-gradient(#38b249 0%, #2b8838 100%);
    background-image: linear-gradient(#38b249 0%, #2b8838 100%);
}

.file-name {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    float: left;
    padding: 0 10px 0 15px;
    width: auto;
    text-overflow: ellipsis;
    max-width: 185px;
    line-height: 45px;
    text-align: left;
}

.btn.upload-button {
    min-width: 80px;
    font-size: 13px;
    font-weight: normal;
    float: left;
    border-left: 0;
}

/* Tooltips */

.tooltip.in {
    opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
    top: 1px;
    border-bottom-color: #fff;
}

.tooltip .tooltip-inner {
    color: #000000;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 9px;
    /*position: fixed;*/
}

.info-icon-left.tipDisplaynameTemplate {
    display: inline;
    float: right;
    padding: 0px;
    width:10px;
}

ul.ulDisplaynameTemplate {
    list-style: circle;
    margin-left: 15px;
}

a.info-icon-tip[data-tip="tip-DisplaynameTemplate"] span {
    color: #547ddc;
}
a.info-icon-tip[data-tip="tip-DisplaynameTemplate"] {
    margin: 3px;
    color: blue !important;
}

.tip {
    cursor: pointer;
    text-decoration: underline;
}

.tip:hover {
    opacity: 1 !important;
    text-decoration: none !important;
}

.tip + .tooltip .tooltip-inner {
    width: 400px;
    padding: 0;
}

.tip + .tooltip .tooltip-inner label {
    margin-top: -7px;
}

.tip-content {
    overflow: scroll;
    overflow-x: hidden;
    height: 247px;
}

.tip-content .users {
    padding: 19px 19px 5px;
}

.tip-content .users li {
    position: relative;
    text-align: left;
    margin-bottom: 16px;
    font-size: 14px;
}

.tip-content .users li [type="checkbox"]:not(:checked) + label,
.tip-content .users li [type="checkbox"]:checked + label {
    position: static;
    text-decoration: underline;
}

.tip-content .users li [type="checkbox"]:not(:checked) + label,
.tip-content .users li [type="checkbox"]:checked + label {
    padding-left: 0;
}

.tip-content .users li [type="checkbox"]:not(:checked) + label:before,
.tip-content .users li [type="checkbox"]:checked + label:before {
    left: auto;
    right: 10px;
}

.tip-content .users li [type="checkbox"]:not(:checked) + label:after,
.tip-content .users li [type="checkbox"]:checked + label:after {
    left: auto;
    right: 12px;
}

.tip-content .users li:first-child [type="checkbox"]:not(:checked) + label,
.tip-content .users li:first-child [type="checkbox"]:checked + label {
    text-decoration: none;
}
ul.ulUserTemplateList span {
    vertical-align: text-top;
    line-height: 2;
}
ul.ulMandownList {
    list-style-type: circle !important;
    padding-left: 20px !important;
}
ul.ulMandownList span {
        vertical-align: text-top;
        line-height: 1;
    }
ul.ulLoneWorkerList {
    list-style-type: circle !important;
    padding-left: 20px !important;
}
ul.ulLoneWorkerList span {
    vertical-align: text-top;
    line-height: 1;
}
.pagination {
    margin: 0 0 20px;
}

.group-box .panel-header {
    float: left;
    width: 100%;
    background-color: #ebebeb;
    padding-bottom: 9px !important;
}

.group-box .panel-header h2 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    text-transform: none;
}

.group-box .panel-header .navbar-form {
    margin: 0 0 6px;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
}

.group-box .panel-header .navbar-form a {
    display: inline-block;
    color: #0063be;
    margin-right: 6px;
}

.group-box .panel-header .navbar-form a:last-child {
    margin-right: 0;
}

.group-box .users {
    clear: both;
    max-height: 160px;
    overflow: auto;
    font-size: 12px;
}

.infographic-list {
    text-align: center;
    font-size: 0;
}

.infographic-list li {
    position: relative;
    display: inline-block;
    width: 23%;
    margin: 0 5%;
    vertical-align: middle;
}

.infographic-list li:first-child:before {
    display: none;
}

.infographic-list li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    left: -35%;
    width: 30%;
    margin-top: -1px;
    height: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #888;
    vertical-align: middle;
}

.infographic-list li > div {
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}

.infographic-list li > div img {
    height: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.infographic-list li > div span {
    display: block;
}

.infographic-list li > div strong {
    position: relative;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    color: #000000;
}

.infographic-list li > div strong.status:before {
    top: 4px;
    left: -15px;
}

.infographic-list li > div .info-msg {
    padding: 20px 0px 0;
}

.step-box {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    overflow-y: hidden;
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px;
}

.step-box.border-top {
    border-top: 1px solid #ccc;
    text-align: left;
    padding: 15px;
}

.step-box:nth-of-type(3n) {
    padding-bottom: 20px;
}

.step-box.status-box {
    height: 80px;
}

.step-box img {
    height: auto;
    max-width: 60%;
    display: block;
    margin: 0 auto;
}

.step-box .gateway-img {
    padding-top: 10px;
    margin: 10px auto;
}

.step-box .img-wrap {
    position: relative;
}

.step-box .img-wrap .edit-field {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.step-box .img-wrap a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #3fb250;
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 13px;
}

.step-box .img-wrap a:before {
    position: absolute;
    top: 8px;
    left: 8px;
}

.step-box .img-wrap .icon-disconnect {
    margin-left: 15px;
    background-color: #c9282d;
    font-size: 20px;
}

.step-box .img-wrap .icon-disconnect:before {
    top: 4px;
    left: 4px;
}

.step-box .img-wrap .icon-delete {
    background-color: #c9282d;
}

.step-box .img-wrap .icon-info {
    background-color: #0063be;
}

.step-box .img-wrap:hover img {
    opacity: .4;
}

.step-box .img-wrap:hover .edit-field {
    display: block;
}

.step-box > span,
.step-box .action-field > span {
    display: block;
}

.step-box strong {
    position: relative;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    color: #000000;
}

.step-box strong.status:before {
    top: 5px;
    left: -12px;
}

.step-box .info-msg {
    padding: 20px 0px 0;
}

.connection-status {
    vertical-align: middle;
    margin: 30px auto;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 20px;
    background-color: #888;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

.connection-status > span:before {
    content: '?';
    top: 0;
}

.connection-status.positive {
    background-color: #3fb250;
}

.connection-status.positive > span:before {
    content: "\e90d";
    font-family: 'icons-cascadium';
    top: 0;
}

.connection-status.negative {
    background-color: #b43939;
}

.connection-status.negative > span:before {
    content: "X";
    font-size: 12px;
    top: 0;
}

.connection-status:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 26px;
    background-color: #888;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: -2px;
}

.connection-status:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 4px;
    height: 26px;
    background-color: #888;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: -2px;
    top: 52px;
}

.action-field {
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
}

.js-create-new-gateway {
    display: block;
    color: #979797;
    border: 1px solid #979797;
    font-size: 12px;
    font-weight: bold;
    width: 110px;
    height: auto;
    max-height: 110px;
    padding: 20px 10px;
    text-align: center;
    margin: 0 auto;
}

.js-create-new-gateway .add-box {
    width: 38px;
    height: 38px;
}

.js-create-new-gateway .add-box span {
    top: 30%;
    width: 38px;
    height: 1px;
}

.js-create-new-gateway span {
    display: block;
}

.js-create-new-gateway .add-box span:nth-of-type(2) {
    margin-left: -20px;
}

.hide {
    display: none !important;
}

.enter-code, .enter-device {
    margin-top: -20px;
    height: 130px;
}

.enter-code.show, .enter-device.show {
    display: block;
}

.enter-code .input-wrapper input, .enter-device .input-wrapper input {
    text-align: center;
}

/* Bootstrap fixes */

    .input-group {
    padding: 0;
}

.input-group input[type="text"] {
    height: 50px;
}

.input-group input[type="text"]:focus {
    background-color: transparent;
    border: 0;
    opacity: none;
}

.input-group-addon {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    width: 50px;
    height: 48px;
    background-color: #d8d8d8;
    text-align: center;
    cursor: pointer;
}

.input-group-addon span {
    font-size: 24px;
    color: #000;
    line-height: 48px;
}

.datepicker.dropdown-menu {
    max-width: 300px;
    min-width: 283px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 60px;
    min-height: 280px;
    margin-left: -1px;
    padding: 10px 0;
}

.datepicker.dropdown-menu .datepicker-days table {
    width: 96%;
    margin-right: 4%;
}

.datepicker.dropdown-menu .datepicker-days table tr .datepicker-switch,
.datepicker.dropdown-menu .datepicker-days table tr th.today {
    text-align: center;
    font-weight: bold;
}

.datepicker.dropdown-menu .datepicker-days table tr td.today {
    color: #38b249;
    font-size: 16px;
    font-weight: bold;
}

.datepicker.dropdown-menu .datepicker-days table tr td,
.datepicker.dropdown-menu .datepicker-days table tr th {
    text-align: right;
    cursor: pointer;
}

button.hollow-btn,
.action-buttons > button.hollow-btn,
.modal-footer .form-group .buttons .hollow-btn {
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    display: inline-block;
}

button.hollow-btn.blue-text,
.action-buttons > button.hollow-btn.blue-text,
.modal-footer .form-group .buttons .hollow-btn.blue-text {
    color: #0E63B7;
}

.search-criteria.content {
    padding: 0 0 40px;
    width: 930px;
}

.search-criteria h2 {
    margin-right: 6%;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
}

.search-criteria .input-wrapper {
    margin-right: 20px;
    padding: 11px 14px;
    max-width: 325px;
}

.search-criteria .btn {
    max-width: 140px;
    min-width: 140px;
}

.partners-list-results {
    width: 100%;
    margin-top: 20px;
    padding: 0 30px;
    border: none;
}

.bootstrap-touchspin {
    float: left;
    max-width: 174px;
}

.bootstrap-touchspin button {
    padding: 0;
    width: 42px;
    height: 42px;
    min-width: 42px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #246bb4;
    border: none;
    font-size: 45px;
}

.bootstrap-touchspin button:hover {
    background: #2d528c;
}

.bootstrap-touchspin .input-group-btn:first-child > .btn {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bootstrap-touchspin .input-group-btn:last-child > .btn {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.bootstrap-touchspin.input-group input[type="text"] {
    margin: 0 5px;
    max-width: 80px;
    height: 42px;
    border: 1px solid #979797;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.bootstrap-touchspin.input-group input[type="text"].date {
    max-width: 110px;
}

.bootstrap-touchspin.input-group input[type="text"].year {
    max-width: 154px;
}

.bootstrap-touchspin .bootstrap-touchspin-down,
.bootstrap-touchspin .bootstrap-touchspin-up {
    font-size: 0;
}

.bootstrap-touchspin .bootstrap-touchspin-down:before,
.bootstrap-touchspin .bootstrap-touchspin-up:before {
    position: absolute;
    top: 12px;
    left: 11px;
    content: "\e939";
    font-size: 20px;
    font-family: 'icons-cascadium';
}

.bootstrap-touchspin .bootstrap-touchspin-up:before {
    content: "\e929";
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    right: 6px;
    z-index: 10;
}

.bootstrap-touchspin .input-group-btn-vertical button {
    width: 15px;
    min-width: 15px;
    height: 21px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:before {
    top: 11px;
    border: solid transparent;
    border-width: 0 0.25em 0.3em;
    border-bottom-color: #979797;
    content: "";
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:before {
    top: auto;
    bottom: 11px;
    border: solid transparent;
    border-width: 0.3em 0.25em 0;
    border-top-color: #979797;
    content: "";
}

.bootstrap-touchspin + em {
    margin-left: 10px;
    line-height: 42px;
}

@media (min-width: 1024px) {

    .desktop-hide {
        display: none !important;
    }

    .btn-large {
        margin-bottom: 10px;
    }

}

@media (max-width: 1023px) {

    .carousel.custom .item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-wrapper {
        width: 100%;
        padding: 60px 40px;
    }

    .form-wrapper.roles.nhs {
        padding: 30px 40px;
    }

    .tablet-hide {
        display: none !important;
    }

    .content {
        width: 100%;
        padding: 45px 0;
    }

    .content-wrapper {
        width: 100%;
    }

    .accents {
        width: 100%;
    }

    .accents li {
        width: 100%;
        margin-bottom: 0;
        padding: 0 95px 75px;
        border: none;
        text-align: center;
    }

    .accents .accent-icon {
        margin: 0 auto;
    }

    .right-panel .action-link {
        margin-left: 0;
        margin-top: 10px;
    }

    .panel.shipping-wrap h2 {
        padding-left: 0;
    }

    .panel.shipping-wrap > div {
        padding-left: 0;
    }

    .panel.shipping-wrap .row {
        margin-left: -15px;
    }

    .panel .btn-container {
        padding: 0;
        margin-top: 20px;
    }

    .panel .btn-container .btn {
        float: none;
        margin: 30px 20px 0;
    }

    .info-panel {
        padding: 45px 30px;
    }

    .inner-content .main .panel.panel-default {
        max-width: 48%;
    }

    .edit-form {
        padding-top: 30px;
    }

    .banner-create-form {
        padding-top: 30px;
    }

    .btn-large {
        margin-bottom: 10px;
    }

    .action-buttons button {
        width: 46%;
        min-width: 20px;
    }

    .page-head .logo a img {
        width: 171px;
    }

    .table-responsive .table thead tr th {
        font-size: 9px;
    }

    .plans-container .plans-content .item-inner .price-tag .price span.value-coins {
        top: 5px;
    }

    .plans-container .plans-content .item-inner .btn {
        width: 112px;
        min-width: 112px;
    }

    .price .currency {
        margin-top: 5px;
    }

    .price .currency, .price .value-coins, .price .details {
        font-size: 20px;
    }

    .price .value {
        font-size: 50px
    }

    .inner-content .main .panel.panel-default.half-width {
        max-width: 98%;
    }
}

@media (max-width: 767px) {

    .edit-form {
        padding-top: 0;
    }

    .banner-create-form {
        padding-top: 0;
    }

    .confirmation-msg {
        width: 100% !important;
    }

    .modal-footer {
        text-align: center;
    }

    .modal-body p, .modal-body .users {
        padding: 0 20px 20px 20px;
    }

    .edit-form .form-group .buttons {
        text-align: center;
    }

    .banner-create-form .form-group .buttons {
        text-align: center;
    }

    .btn {
        width: 100%;
    }

    .btn.btn-inline-small.modal-button {
        width: 100%;
    }

    .modal-footer .btn, .edit-form .form-group .buttons .btn {
        min-width: 100px;
    }

    .modal-footer .btn, .banner-create-form .form-group .buttons .btn {
        min-width: 100px;
    }

    .edit-form .form-group .buttons .btn-large {
        width: 100%;
    }

    .banner-create-form .form-group .buttons .btn-large {
        width: 100%;
    }

    .radio-system-config {
        padding: 0;
    }

    .step-box img {
        max-width: 30%;
    }

    span.field-validation-error {
        font-size: 11px;
    }

    .control-label.obligatory:after {
        right: auto;
    }

    .plans-container .plans-content .item-inner {
        margin-bottom: 10px;
    }

    .carousel.custom .carousel-indicators {
        display: block;
    }

    .carousel.custom .item {
        display: none;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .carousel.custom .item.active,
    .carousel.custom .item.prev,
    .carousel.custom .item.next {
        display: block;
    }

    .page-head .logo {
        width: auto;
        height: auto;
    }

    .page-head .logo a {
        width: 230px;
        height: auto;
    }

    .page-head .logo a img {
        width: 100%;
        height: auto;
    }

    .page-head .top-nav {
        text-align: right;
        padding: 18px 0 10px 0;
    }

    .page-head .top-nav .hamburger-toggle {
        display: inline-block;
        position: absolute;
        top: 0;
        z-index: 20;
        width: 60px;
        height: 60px;
        padding: 16px;
        line-height: 60px;
        right: 0;
        cursor: pointer;
    }

    .page-head .top-nav .hamburger-toggle span {
        display: block;
        overflow: hidden;
        color: #0063be;
        margin: 4px 0 4px;
        width: 28px;
        height: 0;
        border: 2px solid;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-backface-visibility: hidden;
    }

    .page-head .top-nav .hamburger-toggle.opened span {
        background-color: #004e83;
        margin: 4px 0 -2px;
    }

    .page-head .top-nav .hamburger-toggle.opened span:nth-child(1) {
        -webkit-transform: translateY(6px) rotate(135deg);
        -ms-transform: translateY(6px) rotate(135deg);
        transform: translateY(6px) rotate(135deg);
        -webkit-animation: firstArrow .6s forwards ease-in-out;
        animation: firstArrow .6s forwards ease-in-out;
    }

    .page-head .top-nav .hamburger-toggle.opened span:nth-child(2) {
        opacity: 0;
        -webkit-animation: secondArrow .6s forwards;
        animation: secondArrow .6s forwards;
    }

    .page-head .top-nav .hamburger-toggle.opened span:nth-child(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
        -webkit-animation: thirdArrow .6s forwards ease-in-out;
        animation: thirdArrow .6s forwards ease-in-out;
    }

    .page-head .top-nav .hamburger-toggle.closed span:nth-child(1) {
        -webkit-animation: firstArrowBack .6s reverse forwards ease-in-out;
        animation: firstArrowBack .6s reverse forwards ease-in-out;
    }

    .page-head .top-nav .hamburger-toggle.closed span:nth-child(2) {
        -webkit-animation: secondArrowBack .6s reverse forwards;
        animation: secondArrowBack .6s reverse forwards;
    }

    .page-head .top-nav .hamburger-toggle.closed span:nth-child(3) {
        -webkit-animation: thirdArrowBack .6s reverse forwards ease-in-out;
        animation: thirdArrowBack .6s reverse forwards ease-in-out;
    }

    .page-head .top-nav .nav-menu-wrapper {
        opacity: 0;
        height: 0;
        position: absolute;
        top: 59px;
        left: -1px;
        width: 102%;
        background-color: #0063be;
        overflow: hidden;
    }

    .page-head .top-nav .nav-menu-wrapper.opened {
        opacity: 1;
        height: auto;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
    }

    .page-head .top-nav .nav-menu-wrapper .nav-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-left: 0;
    }

    .page-head .top-nav .nav-menu-wrapper .nav-menu li a {
        display: block;
        background-color: #0063be;
        color: #ffffff;
        font-size: 12px;
        font-size: 0.75rem;
        text-align: left;
        width: 100%;
        height: 59px;
        padding: 20px;
    }

    .page-head .top-nav .nav-menu-wrapper .nav-menu li a > span {
        display: none;
    }

    .page-head .top-nav .nav-menu-wrapper .nav-menu li a:hover {
        background-color: #0063be;
    }

    .page-head .top-nav .nav-menu-wrapper .nav-menu li.my-account {
        font-size: 0;
    }

    .page-head .top-nav .nav-menu-wrapper .nav-menu li.my-account a .icon-account {
        font-size: 24px;
    }

    .page-head .top-nav .nav-menu-inner li a em {
        display: none;
    }

    .page-head .top-nav.logged .mobile-only {
        display: block;
        float: left;
        width: 100%;
    }

    .page-head .top-nav.logged .mobile-only li {
        width: 100%;
        background-color: #434a53;
        border-bottom: 1px solid #30343b;
        padding: 0;
        text-align: left;
    }

    .page-head .top-nav.logged .mobile-only li a {
        color: #e9e7e9;
        font-size: 14px;
        line-height: 16px;
        display: block;
        width: 100%;
        padding: 20px 10px 20px 30px;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-head .top-nav.logged .mobile-only li a:hover {
        background-color: rgba(48, 52, 59, 0.8);
    }

    .page-head .top-nav.logged .mobile-only li.active {
        background-color: #30343b;
    }

    .page-head .top-nav.logged .mobile-only li.active a {
        color: #1a9bd4;
    }

    .page-head .top-nav.logged .nav-menu-inner {
        float: left;
        width: 100%;
        background-color: #f6f6f6;
    }

    .page-head .top-nav.logged .nav-menu-inner li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        margin-left: 0;
        padding: 0;
    }

    .page-head .top-nav.logged .nav-menu-inner li a {
        font-size: 14px;
        padding: 16px 10px 16px 30px;
        color: #000;
        text-transform: capitalize;
        text-align: left;
    }

    .page-head .top-nav.logged .nav-menu-inner li a em {
        display: inline;
    }

    .page-head .top-nav.logged .nav-menu-inner li.upgrade a {
        color: #000;
        text-transform: capitalize;
        background-color: transparent;
    }

    .accent {
        height: auto;
        padding: 0;
    }

    .accent:before {
        content: '';
        display: block;
        height: 220px;
        position: static;
        background: url(/Content/img/design/mototrbo_placeholder_hero.jpg) top right no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: #ffffff;
    }

    .accent .banner-text {
        height: auto;
        width: auto;
        padding: 20px 20px 0 0;
    }

    .page-footer {
        height: 280px;
    }

    .page-footer .foot-nav {
        margin-bottom: 10px;
    }

    .page-footer .foot-nav ul li {
        display: block;
        width: 100%;
    }

    .page-footer .foot-nav ul li a {
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    .page-footer .foot-text {
        text-align: center;
    }

    .form-wrapper {
        padding: 40px 20px;
    }

    .form-wrapper.roles.nhs {
        padding: 10px 20px;
    }

    .form-wrapper p {
        text-align: center;
        padding: 0 30px;
    }

    .form-wrapper .table-responsive {
        border: 0;
    }

    .form-wrapper .table-responsive .table tr:first-of-type {
        border-top: 1px solid #eee;
    }

    .form-wrapper .table-responsive .table tr td {
        width: 50%;
        display: inline-block;
        border: 0;
    }

    .form-wrapper .table-responsive .table tr td:first-of-type,
    .form-wrapper .table-responsive .table tr td:nth-of-type(2n) {
        padding-top: 16px;
    }

    .form-wrapper .table-responsive .table tr td:nth-of-type(3n),
    .form-wrapper .table-responsive .table tr td:nth-of-type(4n) {
        padding-bottom: 16px;
    }

    .form-wrapper.roles .row .form-group .buttons .btn:first-of-type {
        margin-bottom: 20px;
    }

    .form-wrapper.roles.nhs .table-responsive .table tr td,
    .form-wrapper.roles.nhs .table-responsive .table tr th {
        width: 100%;
        display: block;
    }

    .form-wrapper.roles.nhs .table-responsive .table tr td ul li,
    .form-wrapper.roles.nhs .table-responsive .table tr th ul li {
        width: 49%;
        display: inline-block;
    }

    .form-wrapper.roles.nhs:last-of-type .table-responsive .table tr td {
        padding: 14px;
    }

    .input-wrapper.exp-date-wrap {
        width: 49%;
    }

    .input-wrapper.exp-date-wrap:first-of-type {
        width: 49%;
        margin-right: 0;
    }

    .form-block {
        width: 100%;
        display: block;
    }

    .form-block:nth-of-type(2n+1),
    .form-block:nth-of-type(2n) {
        padding: 30px 0 0;
    }

    .select-ip .form-block {
        width: 49%;
        display: inline-block;
    }

    .select-ip .form-block:first-of-type {
        text-align: left;
    }

    .btn-container .btn {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: 20px 0 0 0;
    }

    .form-login .form-block input[type="password"] {
        padding-right: 20px;
    }

    .forgot-pass {
        position: relative;
        top: 10px;
        left: 0;
    }

    body {
        margin-bottom: 280px;
    }

    .table-wrapper .table-cell-wrapper {
        text-align: left;
    }

    .mobile-hide {
        display: none !important;
    }

    .alert .alert-msg {
        width: 79%;
    }

    .content-wrapper {
        padding: 0 20px;
    }

    .accents {
        padding: 0 20px;
    }

    .accents li {
        padding-left: 0;
        padding-right: 0;
    }

    .total-price {
        display: block;
        padding: 20px 0;
    }

    .left-panel {
        padding-left: 20px;
    }

    .right-panel {
        padding: 0 20px;
    }

    .right-panel .input-wrapper {
        margin-right: 10px;
    }

    .right-panel .input-wrapper input {
        padding: 3px 20px;
    }

    .right-panel .input-wrapper,
    .right-panel em {
        float: left;
        width: 48%;
    }

    .right-panel em {
        min-height: 48px;
        line-height: 48px;
    }

    .login {
        padding-top: 0 !important;
    }

    .login p {
        font-size: 12px;
        padding: 0;
    }

    .panel {
        width: 100%;
        padding: 0 15px;
    }

    .panel.panel-default {
        padding: 40px 15px 0;
    }

    .panel.panel-default.shipping-wrap {
        padding: 0 10px;
    }

    .panel.shipping-wrap h2 {
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .panel.shipping-wrap > div {
        padding-left: 15px;
    }

    .panel.shipping-wrap > div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .panel.shipping-wrap .row {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: visible;
    }

    .panel.shipping-wrap .row div[class^='col-'] {
        margin-bottom: 20px;
    }

    .panel.shipping-wrap .col-md-3 {
        float: left;
        width: 100%;
    }

    .panel .row.summary .panel-body {
        margin: 5px 0 0;
    }

    .plans-container .plans-content .item-inner {
        max-width: 100%;
    }

    .plans-container .plans-content .item-inner > p {
        text-align: center;
    }

    .plans-container .plans-content .item-inner .btn {
        max-width: 100%;
        min-width: inherit;
    }

    .table-responsive .table tr td {
        /*width: 50%;*/
        white-space: normal !important;
    }

    border: none

;
    .table th:last-child {
        width: 50%;
    }

    .inner-content .main .panel.panel-default {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .inner-content .main .panel .panel-body.additional .table-list {

    }

    .inner-content .main .panel .panel-body.additional .table-list.head,
    .inner-content .main .panel .panel-body.additional .table-list:last-of-type {
        border-bottom: 0;
    }

    .inner-content .main .panel .panel-body.additional .table-list li {
        width: 50%;
        vertical-align: top;
    }

    .inner-content .main .panel .panel-body.additional .table-list li.time {
        width: 100% !important;
        color: rgba(0, 0, 0, 0.3);
        font-style: italic;
        margin-bottom: 10px;
    }

    .inner-content .main .panel .panel-body.additional .table-list li.time span {
        display: inline;
        padding-right: 0;
        color: rgba(0, 0, 0, 0.3);
    }

    .inner-content .main .panel .panel-body.additional .table-list.cols-5 li,
    .inner-content .main .panel .panel-body.additional .table-list.cols-4 li {
        width: 100%;
    }

    .inner-content .main .panel .panel-body.additional .table-list.cols-5 li.cols-3,
    .inner-content .main .panel .panel-body.additional .table-list.cols-5 li.cols-2,
    .inner-content .main .panel .panel-body.additional .table-list.cols-4 li.cols-3,
    .inner-content .main .panel .panel-body.additional .table-list.cols-4 li.cols-2 {
        width: 50%;
        font-size: 0;
    }

    .inner-content .main .panel .panel-body.additional .table-list.cols-5 li.cols-3 ul li,
    .inner-content .main .panel .panel-body.additional .table-list.cols-5 li.cols-2 ul li,
    .inner-content .main .panel .panel-body.additional .table-list.cols-4 li.cols-3 ul li,
    .inner-content .main .panel .panel-body.additional .table-list.cols-4 li.cols-2 ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .inner-content .sidebar.left-fixed {
        display: none;
        position: fixed;
        left: 0;
        top: 60px;
        bottom: 0;
        width: 100%;
        z-index: 20;
        background-color: #fff;
    }

    .inner-content .sidebar.left-fixed.opened {
        display: block;
    }

    .inner-content .sidebar.left-fixed .nav-sidebar {
        background-color: #434a53;
    }

    .inner-content .sidebar.left-fixed .nav-menu-inner {
        display: block;
        float: left;
        width: 100%;
        background-color: #f6f6f6;
    }

    .inner-content .sidebar.left-fixed .nav-menu-inner li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        margin-left: 0;
        padding: 0;
    }

    .inner-content .sidebar.left-fixed .nav-menu-inner li a {
        font-size: 14px;
        padding: 16px 10px 16px 30px;
        color: #000;
        text-transform: capitalize;
        text-align: left;
    }

    .inner-content .sidebar.left-fixed .nav-menu-inner li a em {
        display: inline;
    }

    .inner-content .sidebar.left-fixed .nav-menu-inner li.upgrade a {
        color: #000;
        text-transform: capitalize;
        background-color: transparent;
    }

    .inner-content .sidebar.right-fixed {
        display: none;
        width: 50%;
    }

    .inner-content .main {
        padding: 20px 15px 0 0;
    }

    .inner-content .main .action-bar {
        display: block;
    }

    .inner-content .main .action-bar .nav li {
        float: left;
    }

    .inner-content .main .action-bar .nav li a {
        font-size: 16px;
        color: #0063be;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inner-content .main .action-bar .nav li a span {
        margin-right: 10px;
        font-size: 15px;
    }

    .inner-content .main .action-bar .navbar-form {
        margin-left: 0;
        margin-bottom: 0 !important;
        width: 100%;
        float: left;
    }

    .navbar-nav {
        margin: 0 !important;
        padding-bottom: 20px;
    }

    .inner-content .main .action-bar .navbar-form .form-group {
        width: 50%;
    }

    .inner-content .main .action-bar .navbar-form .form-group input[type="text"] {
        width: 100%;
    }

    .inner-content .main .action-bar .navbar-form .form-group button[type="submit"] {
        width: 29px;
        max-width: 18%;
    }

    .inner-content .main .panel.panel-default.full-width, .inner-content .main .panel.panel-default.half-width {
        max-width: 100%;
    }

    .inner-content .main .panel.box {
        width: 100%;
    }

    .inner-content .main .panel.box.hover .panel-header h2 {
        max-width: 62%;
    }

    .inner-content .main .panel.box.hover .navbar-form {
        display: inline-block;
        float: right;
    }

    .inner-content .main .panel.box .input-wrapper,
    .inner-content .main .panel.box .textarea-wrapper {
        max-width: 100%;
    }

    .inner-content .main .panel.box .panel-header {
        cursor: pointer;
    }

    .inner-content .main .panel .links-container a:last-child {
        float: right;
    }

    .inner-content .nav-sidebar.bottom,
    .inner-content .nav-sidebar.bottom.visible {
        display: none !important;
    }

    .edit-form .form-group .col-lg-4 {
        max-width: 100%;
    }

    .banner-create-form .form-group .col-lg-4 {
        max-width: 100%;
    }

    .edit-form .form-group .side-lines {
        padding-top: 40px;
        padding-left: 0;
        overflow-x: hidden;
    }

    .banner-create-form .form-group .side-lines {
        padding-top: 40px;
        padding-left: 0;
        overflow-x: hidden;
    }

    .edit-form .form-group .side-lines span:before {
        display: none;
    }

    .banner-create-form .form-group .side-lines span:before {
        display: none;
    }

    .edit-form .form-group label:not(.checkbox-inline),
    .edit-form .form-group h4 {
        padding: 16px 16px 0;
    }

    .banner-create-form .form-group label:not(.checkbox-inline),
    .banner-create-form .form-group h4 {
        padding: 16px 16px 0;
    }

    .edit-form .form-group .link {
        line-height: 28px;
    }

    .banner-create-form .form-group .link {
        line-height: 28px;
    }

    .edit-form .form-group .buttons .btn {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner-create-form .form-group .buttons .btn {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .edit-form .form-group.top-border:before {
        width: 100%;
        left: 0;
    }

    .banner-create-form .form-group.top-border:before {
        width: 100%;
        left: 0;
    }

    .edit-form .form-group.deactivate {
        position: relative;
        left: 0;
    }

    .banner-create-form .form-group.deactivate {
        position: relative;
        left: 0;
    }

    label.AddOnPackagesLabel {
        display: none;
    }

    .form-group.AddOnPackagesLabelTop {
        margin: -12pt;
    }

    .action-buttons {
        text-align: center;
    }

    .action-buttons button {
        min-width: 48%;
    }

    .cc-list {
        margin: 20px 0 0;
    }

    .shipping-info .change-wrap {
        bottom: 0;
    }

    .summary-box {
        width: 100%;
        position: static;
        margin-top: 20px;
    }

    .zip-code {
        display: inline-block;
        z-index: 10;
        width: 100%;
        margin-bottom: 20px;
    }

    #logout-modal .modal-dialog {
        float: left;
        z-index: 21;
    }

    .import-modal {
        width: 100%;
        padding: 20px;
    }

    .import-modal .upload-container,
    .import-modal .fileupload-progress {
        width: 248px;
    }

    .modal-dialog .modal-content .modal-body {
        padding: 0 5px 20px;
    }

    .modal-dialog .modal-content .modal-body ul li {
        width: 100%;
        display: block;
    }

    .modal-dialog .modal-content .modal-body figure {
        position: relative;
        bottom: auto;
        right: auto;
        float: left;
        margin: 20px 20px 0;
    }

    .fileupload-form .btn {
        width: auto;
    }

    div.upload-container {
        margin-bottom: 20px;
    }

    .upload-button.margin-top {
        margin-top: 43px;
    }

    .infographic-list li {
        width: 100%;
        margin: 5% 0;
    }

    .infographic-list li:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: -10%;
        left: 50%;
        height: 60px;
        width: 4px;
    }

    .infographic-list li div {
        padding: 30px;
    }

    .infographic-list li div img {
        max-width: 200px;
    }

    .infographic-list li div .create-new {
        margin-top: 50px;
    }
}

@-webkit-keyframes firstArrow {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    63% {
        -webkit-transform: translateY(6px) rotate(90deg);
        transform: translateY(6px) rotate(90deg);
    }

    70% {
        -webkit-transform: translateY(6px) rotate(90deg);
        transform: translateY(6px) rotate(90deg);
    }

    100% {
        -webkit-transform: translateY(6px) rotate(135deg);
        transform: translateY(6px) rotate(135deg);
    }

}

@keyframes firstArrow {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    63% {
        -webkit-transform: translateY(6px) rotate(90deg);
        transform: translateY(6px) rotate(90deg);
    }

    70% {
        -webkit-transform: translateY(6px) rotate(90deg);
        transform: translateY(6px) rotate(90deg);
    }

    100% {
        -webkit-transform: translateY(6px) rotate(135deg);
        transform: translateY(6px) rotate(135deg);
    }

}

@-webkit-keyframes secondArrow {

    0% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

@keyframes secondArrow {

    0% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

@-webkit-keyframes thirdArrow {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    63% {
        -webkit-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg);
    }

    70% {
        -webkit-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg);
    }

    100% {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

}

@keyframes thirdArrow {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    63% {
        -webkit-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg);
    }

    70% {
        -webkit-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg);
    }

    100% {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

}

@-webkit-keyframes firstArrowBack {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    63% {
        -webkit-transform: translateY(6px) rotate(90deg);
        transform: translateY(6px) rotate(90deg);
    }

    70% {
        -webkit-transform: translateY(6px) rotate(90deg);
        transform: translateY(6px) rotate(90deg);
    }

    100% {
        -webkit-transform: translateY(6px) rotate(135deg);
        transform: translateY(6px) rotate(135deg);
    }

}

@keyframes firstArrowBack {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    63% {
        -webkit-transform: translateY(6px) rotate(90deg);
        transform: translateY(6px) rotate(90deg);
    }

    70% {
        -webkit-transform: translateY(6px) rotate(90deg);
        transform: translateY(6px) rotate(90deg);
    }

    100% {
        -webkit-transform: translateY(6px) rotate(135deg);
        transform: translateY(6px) rotate(135deg);
    }

}

@-webkit-keyframes secondArrowBack {

    0% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

@keyframes secondArrowBack {

    0% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

@-webkit-keyframes thirdArrowBack {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    63% {
        -webkit-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg);
    }

    70% {
        -webkit-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg);
    }

    100% {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

}

@keyframes thirdArrowBack {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    63% {
        -webkit-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg);
    }

    70% {
        -webkit-transform: translateY(-6px) rotate(90deg);
        transform: translateY(-6px) rotate(90deg);
    }

    100% {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

}

@-webkit-keyframes spin {

    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }

}

@keyframes spin {

    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }

}

span[notifyfilename] {
    color: dodgerblue;
    cursor: pointer;
}
