/* Minification failed. Returning unminified contents.
(11244,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11245,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11246,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11247,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11248,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11249,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11250,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11251,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20063,26): run-time error CSS1039: Token not allowed after unary operator: '-color-secondary'
(20076,15): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
 */
/*------------------------------------------------------------------
Pages v2.1.2
Theme : Telstra V2
Generated From LESS
[Table of contents]

1. Layouts
2. View Ports
3. Panels
4. Typography
5. Buttons
6. Alerts
7. Notifications
8. Progress Indicators
9. Modals
10. Tabs & Accordians
11. Sliders
12. Form Elements
13. Tables & Datatables
14. Lists
15. Z-index
16. Misc
17. Print
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
Pages v2.1.2
Generated From LESS
[Table of contents]

1. Layouts
2. View Ports
3. Panels
4. Typography
5. Buttons
6. Alerts
7. Notifications
8. Progress Indicators
9. Modals
10. Tabs & Accordians
11. Sliders
12. Form Elements
13. Tables & Datatables
14. Lists
15. Z-index
16. Misc
17. Print
-------------------------------------------------------------------*/

/*!
* direction.less v0.1.0
*/
/*------------------------------------------------------------------
[1. Layouts]
*/

html {
  height: 100%;
}
/* Body Triggers for layout options
------------------------------------------------------------------
*/

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
  direction: ltr;
}
body.fixed-header .header {
  position: fixed;
  left: 0;
  top: 0;
}
body.mobile .sidebar-menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
body.mobile .sidebar-menu > ul {
  height: auto !important;
  overflow: visible !important;
  -webkit-overflow-scrolling: touch !important;
}
body.mobile .page-sidebar .sidebar-menu .menu-items li:hover a {
  color: #4c598a;
}
body.mobile .page-sidebar .sidebar-menu .menu-items li:hover .icon-thumbnail {
  color: #4c598a !important;
}
body.mobile .page-sidebar .sidebar-menu .menu-items li.active > a,
body.mobile .page-sidebar .sidebar-menu .menu-items li.open > a {
  color: white;
}
body.mobile .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail,
body.mobile .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail {
  color: white;
}
body.mobile .drager {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.sidebar-visible .page-sidebar .scroll-element {
  visibility: visible;
}
body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
  -webkit-transform: translate3d(-14px, 0, 0);
  transform: translate3d(-14px, 0, 0);
  -ms-transform: translate(-14px, 0);
}
body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
  -ms-transform: translate(48px, 0);
}
body.no-header .page-container .page-content-wrapper .content {
  padding-top: 0px;
}
body.no-header .header {
  border-bottom-color: transparent;
}
body.dashboard {
  background: #fef9ef;
}
body.dashboard .page-container {
  background: #fef9ef;
}
body.rtl [class^="col-"],
body.rtl [class*="col-"] {
  float: left;
}
/* Page Loader
------------------------------------
*/

.pace .pace-progress {
  background: #0d54ff;
  height: 3px;
}
.pace .pace-progress-inner {
  box-shadow: none;
}
.pace .pace-activity {
  -webkit-animation: none;
  animation: none;
  top: 73px;
  background: url(/Content/Partner/tau/app/img/progress/progress-circle-success.svg) no-repeat top left;
  background-size: 100% auto;
  margin: 0 auto;
  border-width: 0;
  border-radius: 0;
  width: 28px;
  height: 40px;
  right: 19px;
  left: auto;
}
/* Header
------------------------------------
*/

.header {
  position: relative;
  display: block;
  height: 80px;
  width: 100%;
  padding: 0 20px 0 0;
  z-index: 900;
  background-color: white;
  border-bottom: 1px solid rgba(186, 192, 208, 0.7);
}
.header a {
  color: #3b4751;
}
.header a.btn {
  color: #8b91a0;
}
.header a.btn-warning {
  color: #eaeef1;
}
.header .pull-left,
.header .pull-right {
  z-index: 10;
  position: relative;
}
.header .header-inner {
  height: 80px;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}
.header .header-inner .toggle-sidebar {
  display: none;
}
.header.transparent {
  background-color: transparent !important;
}
.header .brand {
  vertical-align: middle;
  width: 280px;
  text-align: center;
}
.header .bubble {
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background-color: rgba(226, 32, 91, 0.77);
  color: white;
  position: relative;
  top: -6px;
  float: right;
  right: -5px;
}
.header .notification-list {
  display: inline-block;
}
.header .search-link {
  display: inline-block;
  margin-left: 15px;
  color: #1a2e61;
  opacity: 0.7;
  font-size: 16px;
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.header .search-link i {
  margin-right: 15px;
  font-size: 16px;
}
.header .search-link:hover {
  opacity: 1;
}
/* Bootstrap navbar
------------------------------------
*/

.navbar {
  top: -1px;
}
.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-default {
  background-color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-toggle {
  border-radius: 0;
  background-color: transparent !important;
}
/* Main Menu Sidebar
------------------------------------
*/

.page-sidebar {
  width: 280px;
  background-color: #131a35;
  z-index: 1000;
  left: -210px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.page-sidebar a,
.page-sidebar button {
  color: #4c598a;
}
.page-sidebar a:hover,
.page-sidebar button:hover,
.page-sidebar a:active,
.page-sidebar button:active {
  color: white;
}
.page-sidebar a:visited,
.page-sidebar button:visited,
.page-sidebar a:focus,
.page-sidebar button:focus {
  color: #4c598a;
}
.page-sidebar .scroll-element {
  visibility: hidden;
}
.page-sidebar .sidebar-header {
  /* Side-bar header */
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #111730;
  border-bottom: 1px solid #0f152b;
  color: white;
  width: 100%;
  padding: 0 20px;
  padding-left: 30px;
  clear: both;
  z-index: 10;
  position: relative;
}
.page-sidebar .sidebar-header .sidebar-header-controls {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
}
.page-sidebar .sidebar-header .sidebar-slide-toggle i {
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
}
.page-sidebar .sidebar-header .sidebar-slide-toggle.active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.page-sidebar .close-sidebar {
  position: absolute;
  right: 19px;
  top: 14px;
  padding: 9px;
  z-index: 1;
}
.page-sidebar .close-sidebar > i {
  color: rgba(255, 255, 255, 0.57);
}
.page-sidebar .sidebar-overlay-slide {
  /* Side-bar Top Slider */
  width: 100%;
  height: 100%;
  background-color: #111730;
  display: block;
  z-index: 9;
  padding: 100px 20px 20px 20px;
}
.page-sidebar .sidebar-overlay-slide.from-top {
  top: -100%;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-sidebar .sidebar-overlay-slide.from-top.show {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.page-sidebar .sidebar-menu {
  /* Side-bar Menu */
  height: calc(100% - 80px);
  position: relative;
  width: 100%;
}
.page-sidebar .sidebar-menu .outer-tab-nav-section {
  display: inline-block;
  width: 45px;
  position: absolute;
  height: 100%;
  background-color: #0aa699 !important;
}
.page-sidebar .sidebar-menu .menu-items {
  /* Side-bar Menut Items */
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 10px);
  width: 100%;
}
.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {
  color: white;
}
.page-sidebar .sidebar-menu .menu-items li:hover > a,
.page-sidebar .sidebar-menu .menu-items li.open > a,
.page-sidebar .sidebar-menu .menu-items li.active > a {
  color: white;
}
.page-sidebar .sidebar-menu .menu-items li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 65%;
}
.page-sidebar .sidebar-menu .menu-items > li {
  display: block;
  padding: 0;
  clear: right;
}
.page-sidebar .sidebar-menu .menu-items > li:after,
.page-sidebar .sidebar-menu .menu-items > li:before {
  display: table;
  content: " ";
  clear: both;
}
.page-sidebar .sidebar-menu .menu-items > li > a {
  font-family: Arial, sans-serif;
  display: inline-block;
  padding: 0 3px;
  padding-left: 32px;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  clear: both;
}
.page-sidebar .sidebar-menu .menu-items > li > a.open {
  background: #313131;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
  float: right;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .arrow:before {
  float: right;
  display: inline;
  font-size: 16px;
  font-family: 'FontAwesome';
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .arrow.open:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page-sidebar .sidebar-menu .menu-items > li > a > .badge {
  margin-top: 12px;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .title {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 65%;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .details {
  font-size: 12px;
  opacity: 0.4;
  display: block;
  clear: both;
}
.page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title {
  line-height: 28px;
}
.page-sidebar .sidebar-menu .menu-items > li > a.detailed > .details {
  line-height: 16px;
}
.page-sidebar .sidebar-menu .menu-items > li.active > ul.sub-menu {
  display: block;
}
.page-sidebar .sidebar-menu .menu-items > li > .icon-thumbnail:first-letter {
  text-transform: uppercase;
}
.page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu li {
  padding-left: 10px;
  padding-right: 3px;
}
.page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu .icon-thumbnail {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
}
.page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
}
.page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 18px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 300;
  text-shadow: none;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0 0 10px 0;
  background-color: #0f1429;
  padding: 18px 0 10px 0;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
  background: none;
  padding: 0px 20px 0 40px;
  margin-top: 1px;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li:hover > .icon-thumbnail {
  color: white;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
  display: inline-block;
  padding: 5px 0px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  white-space: normal;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  background-color: #131a35;
  font-size: 14px;
}
.page-sidebar .sidebar-menu .muted {
  color: #576775;
  opacity: 0.45;
}
.page-sidebar .icon-thumbnail [class^="bg-"],
.page-sidebar [class*="bg-"] {
  color: white;
}
[data-toggle-pin="sidebar"] > i:before {
  content: "\f10c";
}
/* Sidebar icon holder
------------------------------------
*/

.icon-thumbnail {
  display: inline-block;
  background: #0f1429;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  float: right;
  margin-right: 14px;
  color: #4c598a;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: bold;
}
.icon-thumbnail > i {
  font-size: 14px;
}
.nav-collapse.collapse {
  height: 100% !important;
}
/* Secondary App Menu */
.toggle-secondary-sidebar {
  display: none;
}
.secondary-sidebar {
  background: #12193c;
  width: 250px;
  float: left;
  padding-left: 47px;
  height: 100%;
  position: fixed;
}
.secondary-sidebar.not-fixed {
  position: inherit;
}
.secondary-sidebar .btn-compose {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.secondary-sidebar .menu-title {
  color: rgba(76, 89, 138, 0.5);
  opacity: 0.5;
  font-size: 10.8px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0.03em;
}
.secondary-sidebar .main-menu {
  padding-left: 0;
}
.secondary-sidebar .main-menu > li {
  list-style: none;
}
.secondary-sidebar .main-menu > li.active > a {
  color: #f44e1a;
}
.secondary-sidebar .main-menu > li.active > a:hover {
  color: #f44e1a;
}
.secondary-sidebar .main-menu > li.active > a > .title {
  position: relative;
}
.secondary-sidebar .main-menu > li.active > a > .title:after {
  background: #f44e1a;
  border-radius: 50%;
  content: "";
  height: 7px;
  position: absolute;
  right: -14px;
  top: 6.5px;
  width: 7px;
}
.secondary-sidebar .main-menu > li a {
  font-size: 14px;
  color: #4c598a;
  line-height: 37px;
}
.secondary-sidebar .main-menu > li a:hover {
  color: white;
}
.secondary-sidebar .main-menu > li a > .title i {
  margin-right: 6px;
  opacity: 0.9;
}
.secondary-sidebar .sub-menu {
  margin-left: 23px;
}
.secondary-sidebar .sub-menu li {
  list-style: none;
  padding: 0;
}
.secondary-sidebar .sub-menu li.active a {
  color: white !important;
}
.secondary-sidebar .sub-menu li a {
  color: rgba(76, 89, 138, 0.5);
  line-height: 25px;
}
.secondary-sidebar .sub-menu li a:hover {
  color: white;
}
.secondary-sidebar .sub-menu li a .badge,
.secondary-sidebar .main-menu li a .badge {
  background: transparent;
  font-size: 13px;
  color: #4c598a;
  line-height: 25px;
}
.split-view {
  position: relative;
  height: 100%;
}
.split-view .split-list {
  float: left;
  width: 360px;
  background: white;
  height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #bac0d0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.split-view .split-list.slideLeft {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.split-view .split-list .list-refresh {
  position: absolute;
  right: 18px;
  top: 5px;
  color: #1a2e61;
  opacity: 0.34;
  z-index: 101;
}
.split-view .split-list .list-view-fake-header,
.split-view .split-list .list-view-group-header {
  background: #dde0e7;
  height: 30px;
  color: rgba(26, 46, 97, 0.7);
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 10.8px;
  padding-left: 13px;
  padding-top: 6px;
  letter-spacing: 0.04em;
  width: 100%;
}
.split-view .split-list .item {
  height: 117px;
  list-style: none;
  position: relative;
  border-bottom: 1px solid rgba(186, 192, 208, 0.7);
  cursor: pointer;
}
.split-view .split-list .item .inline {
  width: 230px;
}
.split-view .split-list .item .inline > * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: arial;
}
.split-view .split-list .item .recipients {
  letter-spacing: 0.01em;
}
.split-view .split-list .item .checkbox {
  float: left;
  clear: left;
  display: none;
}
.split-view .split-list .item .subject {
  font-family: 'Helvetica';
  font-size: 14.33px;
  color: #6ccbfe;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
  display: -webkit-box;
  white-space: normal;
  line-height: 18px;
}
.split-view .split-list .item .body {
  font-size: 12.6px;
  opacity: 0.52;
  height: 22px;
}
.split-view .split-list .item .datetime {
  color: #050811;
  font-family: arial;
  font-size: 11.1px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.split-view .split-details {
  position: relative;
  overflow: auto;
  height: 100%;
}
.split-view .split-details .no-result {
  bottom: 0;
  left: 0;
  margin-top: -34px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.split-view .split-details .actions {
  height: 50px;
  float: left;
}
.split-view .split-details .actions li {
  list-style: none;
  position: relative;
}
.split-view .split-details .actions li:last-child:after {
  display: none;
}
.split-view .split-details .actions li:after {
  content: "";
  height: 14px;
  position: absolute;
  right: -4px;
  top: 18px;
  width: 1px;
  background: rgba(0, 0, 0, 0.07);
}
.split-view .split-details .actions li a {
  font-size: 13.1px;
  color: #1a2e61;
  font-weight: 600;
  padding: 0 13px;
  line-height: 50px;
  white-space: nowrap;
}
.inner-content {
  margin-top: 0px;
  padding: 0px;
  overflow: auto;
  min-height: 100%;
  margin-left: 250px;
}
/* Quick View
------------------------------------
*/

.quickview-wrapper {
  position: fixed;
  right: -285px;
  top: 0;
  width: 285px;
  background: white;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  border-left: 1px solid rgba(222, 227, 231, 0.56);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.quickview-wrapper.open {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
}
.quickview-wrapper .quickview-toggle {
  position: absolute;
  right: 12px;
  top: 2px;
  color: #4c598a;
  padding: 6px;
  opacity: 0.4;
}
.quickview-wrapper .quickview-toggle:hover {
  opacity: 1;
}
.quickview-wrapper .nav-tabs {
  /* Quickview Tabs */
  background-color: #131a35;
  position: relative;
  padding: 0 43px;
}
.quickview-wrapper .nav-tabs > li > a {
  padding: 11px;
  color: #4c598a;
  opacity: 0.6;
  border: 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  min-width: 62px;
}
.quickview-wrapper .nav-tabs > li > a:hover {
  color: #4c598a;
  opacity: 1;
}
.quickview-wrapper .nav-tabs > li.active > a,
.quickview-wrapper .nav-tabs > li.active > a:hover,
.quickview-wrapper .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 0;
  color: #bdc1d4;
  opacity: 1;
}
.quickview-wrapper .nav-tabs ~ .tab-content {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  top: 38px;
  bottom: 0;
  height: auto;
}
.quickview-wrapper .nav-tabs ~ .tab-content > div {
  height: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content ul {
  margin: 0;
  padding: 0;
}
.quickview-wrapper .nav-tabs ~ .tab-content ul li {
  list-style: none;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes {
  /* Quickview Notes */
  background: #fbf9e3;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes a,
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes button {
  color: #968974;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list {
  position: relative;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar {
  height: 50px;
  padding: 0 25px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul {
  margin-top: 10px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li {
  display: inline-block;
  height: auto;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a {
  height: 22px;
  line-height: 22px;
  display: block;
  padding: 0 5px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a:hover,
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a.selected {
  background: #968974;
  color: #fbf9e3;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar .btn-remove-notes {
  background: transparent;
  bottom: 8px;
  display: block;
  left: 50%;
  margin-left: -40%;
  position: absolute;
  width: 83%;
  border: 1px solid #968974;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul {
  padding: 0;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li {
  cursor: pointer;
  height: 42px;
  padding: 0 25px;
  display: block;
  clear: both;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left {
  float: left;
  width: 65%;
  height: 100%;
  padding-top: 9px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left .checkbox {
  display: none;
  float: left;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left .checkbox label {
  margin-right: 0;
  vertical-align: text-top;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left p {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .right {
  font-size: 10.5px;
  text-align: right;
  width: 35%;
  line-height: 41px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .right .date {
  margin-right: 10px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li:hover {
  background: #f4ecd1;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note {
  /* Quickview Note */
  background-image: url(/Content/Partner/tau/app/img/notes_lines.png);
  background-repeat: repeat-y;
  background-position: 27px top;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note > div {
  display: table;
  height: 100%;
  width: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar {
  background: #fcfcfa;
  height: 55px;
  width: 100%;
  display: table-row;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.33);
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li {
  display: inline-block;
  border-right: 1px solid #edecec;
  float: left;
  line-height: 55px;
  padding: 0;
  text-align: center;
  width: 55px;
  height: auto;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a {
  color: #a5a5a5;
  display: block;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a:hover {
  background: #fffaf6;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a.active {
  color: #333333;
  background: #f9f1ea;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar:after {
  position: absolute;
  content: "";
  width: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body {
  display: table-row;
  height: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body > div {
  display: table;
  height: 100%;
  width: 100%;
  padding: 0 20px 0 45px;
  white-space: normal;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top {
  height: 50px;
  display: table-row;
  clear: both;
  line-height: 50px;
  text-align: center;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > a {
  float: left;
  color: #b0b0a8;
  margin-left: 10px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > span {
  font-style: italic;
  color: #b0b0a8;
  font-size: 11px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content {
  display: table-row;
  height: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content form {
  height: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor {
  font-size: 12px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor:focus {
  outline: none;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor::-moz-selection {
  background: #fef8ae;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor::selection {
  background: #fef8ae;
}
/* Page Container
------------------------------------
*/

.page-container {
  width: 100%;
  height: 100%;
  padding-left: 70px;
}
.page-container .page-content-wrapper {
  min-height: 100%;
  position: relative;
}
.page-container .page-content-wrapper .content {
  /* Content holder */
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 72px;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-container .page-content-wrapper .content.full-width {
  width: 100%;
}
.page-container .page-content-wrapper .content .content-inner {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-left: 30px;
  position: relative;
}
.page-container .page-content-wrapper .content:only-child {
  padding-bottom: 0px;
}
.page-container .page-content-wrapper .content.overlay-footer {
  padding-bottom: 0px;
}
.page-container .page-content-wrapper .footer {
  /* Footer */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.page-container .page-content-wrapper .footer.fixed {
  position: fixed;
}
.page-title {
  margin-top: 0px;
}
/* Breadcrumbs
------------------------------------
*/

.breadcrumb {
  font-family: 'Montserrat';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 15px 0;
  margin: 0;
  border: none;
  text-transform: uppercase;
  display: block;
}
.breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Montserrat';
  font-size: 11px !important;
  font-weight: 400;
  color: #7b7d82;
}
.breadcrumb a.active {
  font-weight: 600;
  color: #0090d9;
}
.breadcrumb li {
  padding-left: 0px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: bold;
}
.breadcrumb a,
.breadcrumb i,
.breadcrumb span,
.breadcrumb li {
  color: #7b7d82;
  font-weight: 300;
  text-shadow: none;
}
/* Overlay Search
------------------------------------
*/

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1010;
  padding-left: 64px;
  overflow: auto;
}
.overlay .inline-block {
  display: inline-block;
}
.overlay .overlay-brand {
  margin-left: 7px;
}
.overlay > div {
  width: 100%;
  height: 260px;
  display: block;
  overflow: hidden;
}
.overlay .has-results {
  overflow: visible;
}
.overlay .overlay-search {
  font-weight: 700;
  font-size: 77px;
  height: 100px;
  letter-spacing: -1.925px;
  line-height: 100px;
  width: 100%;
  padding-left: 0 !important;
}
.overlay .overlay-close {
  position: absolute;
  right: 20px;
  top: 25px;
}
.group-container {
  white-space: nowrap !important;
}
.group-container .single-group {
  vertical-align: top;
  display: inline-block;
  white-space: normal;
}
.jumbotron {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  background-color: #dde0e7;
}
.jumbotron .inner {
  position: relative;
  z-index: 2;
}
.jumbotron.lg {
  height: 600px;
}
.jumbotron .cover-photo {
  width: 100%;
  height: inherit;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-size: cover;
  background-color: #0d54ff;
}
.jumbotron .cover-photo img {
  display: none;
}
.jumbotron h1 {
  font-size: 44px;
}
/* Pages Image Icon Sent - Pixel Perfect
------------------------------------
*/

.icon-set {
  background: url(/Content/Partner/tau/app/img/icons/top_tray.png) no-repeat;
  position: relative;
  display: block;
}
.icon-set.globe-fill {
  background-position: -1px -1px;
  width: 17px;
  height: 17px;
  top: 2px;
}
.icon-set.clip {
  background-position: -20px -2px;
  width: 16px;
  height: 16px;
}
.icon-set.grid-box {
  background-position: -41px -2px;
  width: 14px;
  height: 14px;
}
.icon-set.menu-hambuger {
  background-position: -58px -3px;
  width: 15px;
  height: 13px;
}
.icon-set.menu-hambuger-plus {
  background-position: -77px -1px;
  width: 18px;
  height: 15px;
}
.dropzone {
  overflow: hidden;
}
.dropzone .dz-default.dz-message {
  width: 100%;
}
.scroll {
  position: relative;
  overflow: auto;
}
/* Pages Scroll bar
------------------------------------
*/

.scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scroll-wrapper > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 4px;
}
.scroll-wrapper > .scroll-element .scroll-element_outer {
  opacity: 0.3;
}
.scroll-wrapper > .scroll-element .scroll-element_size {
  background-color: rgba(0, 0, 0, 0.07);
  opacity: 0;
}
.scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #697686;
}
.scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 4px;
  min-width: 24px;
  top: auto;
}
.scroll-wrapper > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.scroll-wrapper > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 4px;
}
.scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.scroll-wrapper > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scroll-wrapper.auto-hide > .scroll-element .scroll-element_track {
  display: none;
}
.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */

.scroll-wrapper > .scroll-element:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
}
.scroll-wrapper > .scroll-element.scroll-x:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 10px;
  min-height: 7px;
}
.scroll-wrapper > .scroll-element.scroll-y:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 7px;
}
/* Other overides */

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(26, 46, 97, 0.07);
  z-index: 10;
  position: relative;
}
.navbar-center,
.navbar-center > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  *zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top;
}
.navbar-nav li a {
  min-width: 50px;
}
.pager {
  margin: 0;
}
/* Horizontal Menu */

@media (min-width: 992px) {
  .horizontal-menu [data-pages="sidebar"] + .page-container {
    padding-left: 70px;
  }
}
.horizontal-menu [data-pages="sidebar"] + .page-container .header .brand {
  padding-left: inherit;
  text-align: center;
}
.horizontal-menu #horizontal-menu-toggle {
  display: block !important;
}
.horizontal-menu .page-container {
  padding-left: 0;
}
.horizontal-menu .header .brand {
  padding-left: 35px;
  text-align: left;
}
.horizontal-menu .header-seperation {
  display: none;
}
.horizontal-menu .bar {
  width: 100%;
  background-color: white;
  position: fixed;
  display: table;
  z-index: 50;
}
.horizontal-menu .bar-inner {
  display: table-cell;
  width: 100%;
}
.horizontal-menu .bar-inner > ul {
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
.horizontal-menu .bar-inner > ul > li {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 10px 15px;
  vertical-align: middle;
}
.horizontal-menu .bar-inner > ul > li.classic {
  position: relative;
}
.horizontal-menu .bar-inner > ul > li.open > a {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li.mega.open,
.horizontal-menu .bar-inner > ul > li.horizontal.open {
  position: inherit;
}
.horizontal-menu .bar-inner > ul > li > a {
  color: black;
}
.horizontal-menu .bar-inner > ul > li > a > .arrow {
  display: inline-block;
}
.horizontal-menu .bar-inner > ul > li > a > .arrow:before {
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  margin-left: 8px;
  opacity: 0.5;
  position: relative;
  vertical-align: middle;
}
.horizontal-menu .bar-inner > ul > li a {
  opacity: 0.7;
}
.horizontal-menu .bar-inner > ul > li a .description {
  opacity: 0.7;
  transition: opacity 0.1s linear 0s;
}
.horizontal-menu .bar-inner > ul > li a:hover {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li a:hover .description {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li.open {
  background: white;
}
.horizontal-menu .bar-inner > ul > li.open > .classic {
  max-height: 999px;
}
.horizontal-menu .bar-inner > ul > li.open > .classic > li {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li.open > .mega,
.horizontal-menu .bar-inner > ul > li.open > .horizontal {
  display: block;
}
.horizontal-menu .bar-inner > ul > li > .classic {
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: white;
  list-style: none;
  left: 0;
  right: 0;
  top: 40px;
  min-width: 220px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.horizontal-menu .bar-inner > ul > li > .classic > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #22262e;
  opacity: 0;
  -webkit-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
}
.horizontal-menu .bar-inner > ul > li > .classic > li a {
  color: black;
}
.horizontal-menu .bar-inner > ul > li > .classic > li a .description {
  display: block;
  font-size: 12px;
  color: #0c152c;
}
.horizontal-menu .bar-inner > ul > li > .classic > li:last-child {
  border-bottom: 0;
}
.horizontal-menu .bar-inner > ul > li > .horizontal {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: white;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #e5e9ec;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li {
  margin: 15px;
  color: black;
  display: inline-block;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li a {
  color: black;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li a .description {
  display: block;
  font-size: 12px;
  color: #0c152c;
}
.horizontal-menu .bar-inner > ul > li > .mega {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: white;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9ec;
}
.horizontal-menu .bar-inner > ul > li > .mega > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: black;
}
.horizontal-menu .bar-inner > ul > li > .mega > li a {
  color: black;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading {
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
  margin-top: 20px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
  padding-left: 0;
  padding-bottom: 5px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
  color: black;
}
@media (min-width: 980px) {
  .horizontal-menu .page-content {
    margin-left: 0;
  }
  .horizontal-menu .page-content .content {
    padding-top: 123px;
  }
}
/*------------------------------------------------------------------
[2. View Ports]
*/

.view-port {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  white-space: nowrap;
  word-spacing: 0;
  font-size: 0;
  overflow: hidden;
}
.view-port > * {
  font-size: initial;
}
.view-port .navbar {
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 0;
  border-left: 0;
  display: table;
  width: 100%;
  top: 0;
  border-top: 0;
}
.view-port .navbar .navbar-inner {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.view-port .navbar .action {
  position: absolute;
  top: 0;
  line-height: 50px;
  z-index: 1;
}
.view-port .navbar .action.pull-right {
  right: 0;
}
.view-port .navbar .view-heading {
  font-size: 15px;
  text-align: center;
}
.view-port .navbar > p {
  line-height: 12px;
  font-size: 12px;
  margin: 0;
}
.view-port .navbar.navbar-sm {
  min-height: 35px;
}
.view-port .navbar.navbar-sm .navbar-inner {
  height: 35px;
}
.view-port .navbar.navbar-sm .action {
  line-height: 35px;
}
.view-port .view {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.view-port .view:first-child:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: -1;
}
.view-port .view:only-child {
  margin: 0;
}
.view-port.from-top > .view:last-child {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
}
.view-port.push > .view:first-child {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
}
.view-port.push > .view:last-child {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
}
.view-port.push-parrallax > .view:first-child {
  -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
  transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
  -ms-transform: translate(-25%, 0);
}
.view-port.push-parrallax > .view:first-child:before {
  opacity: 0;
  z-index: 100;
}
.view-port.push-parrallax > .view:last-child {
  -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
  transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
}
/*------------------------------------------------------------------
[4. Panels]
*/

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.panel .panel-heading {
  background: transparent;
  border-radius: 0px;
  border-bottom: 0px;
  padding: 20px 20px 7px 20px;
  position: relative;
  z-index: 3;
  min-height: 48px;
}
.panel .panel-heading.separator:after {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  left: 16px;
  right: 16px;
  position: absolute;
  bottom: 0;
}
.panel .panel-heading + .panel-body {
  padding-top: 0;
  height: calc(100% - 50px);
}
.panel .panel-heading .panel-title {
  /*            font-family: 'Montserrat';
            text-transform: uppercase;*/
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.panel .panel-heading .panel-controls {
  float: right;
  margin-top: -3px;
}
.panel .panel-heading .panel-controls ul {
  margin: 0;
  padding: 0;
}
.panel .panel-heading .panel-controls ul li {
  display: inline-block;
  list-style: none;
  line-height: 0;
}
.panel .panel-heading .panel-controls:after {
  content: "";
  display: table;
  clear: both;
}
.panel .panel-heading.panel-heading-hover .panel-title {
  opacity: 0.4;
}
.panel .panel-heading.panel-heading-hover:hover .panel-title {
  opacity: 1;
}
.panel.panel-default {
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.panel.panel-bordered {
  border: 1px solid rgba(186, 192, 208, 0.7);
}
.panel.panel-condensed .panel-heading {
  padding: 13px 13px 0 13px;
  min-height: 30px;
}
.panel.panel-condensed .panel-heading .panel-title {
  opacity: 0.4;
}
.panel.panel-condensed .panel-body {
  padding: 13px;
}
.panel.panel-hover .panel-heading .panel-title {
  opacity: 0.4;
}
.panel.panel-hover:hover .panel-heading .panel-title {
  opacity: 1;
}
.panel.panel-transparent {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel.panel-transparent > .panel-body {
  background: transparent;
}
.panel.full-height {
  height: calc(100%);
}
.panel.full-height .panel-body {
  height: auto;
  width: 100%;
  height: 100%;
}
.panel.panel-featured {
  -webkit-box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
  box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
  width: calc(100% - 50px);
  float: right;
}
.panel.panel-featured .panel-title h4 {
  font-family: 'Montserrat';
  font-size: 16px;
  text-transform: uppercase;
  color: #dde0e7;
}
.panel.panel-featured .panel-body h3 {
  line-height: 34px;
  font-size: 26px;
}
.panel.panel-featured .footer .username {
  line-height: 8px;
  padding-top: 10px;
  font-size: 16px;
}
.panel.panel-featured .footer .buttons li {
  display: inline;
  list-style: none;
  font-weight: bold;
  margin-left: 20px;
}
.panel.panel-featured .footer .buttons li:first-child {
  margin-left: 0;
}
.panel.panel-featured .footer .buttons .heart {
  color: #f44e1a;
}
.panel.panel-featured .footer .buttons .comment {
  color: #1a2e61;
}
.panel.panel-featured .ribbon {
  width: 38px;
  height: 38px;
  margin-left: -39px;
  float: left;
  -webkit-box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
}
.panel.panel-featured .ribbon.green {
  background: #f44e1a;
}
.panel.panel-featured .ribbon.blue {
  background: #0d54ff;
}
.panel.hover-fill:hover {
  background: #dde0e7;
}
.panel.hover-stroke:hover {
  border: 1px solid #bac0d0;
}
.panel .panel-body {
  padding: 20px;
  height: 100%;
  width: 100%;
}
.panel .panel-body.no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.panel .panel-body.no-bottom-padding {
  padding-bottom: 0;
}
.panel .panel-body.no-top-padding {
  padding-top: 0;
}
.panel .panel-body .title {
  margin-top: 0px;
}
.panel .panel-body.scrollable {
  margin-bottom: 20px;
}
/* Portlets
------------------------------------
*/

.portlet-progress {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  display: none;
  z-index: 2;
}
.portlet-progress > .progress,
.portlet-progress > .progress.progress-small {
  height: 3px;
}
.portlet-progress > .progress-circle-indeterminate,
.portlet-progress > .portlet-bar-indeterminate {
  display: block;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
}
.portlet-progress > .progress-circle-indeterminate {
  width: 35px;
  height: 35px;
}
.panel-maximized {
  position: fixed !important;
  left: 70px;
  top: 79px;
  bottom: 0;
  right: 0;
  z-index: 600;
  margin: 0;
}
/* Pages notification holder */

.panel .pgn-wrapper {
  position: absolute;
  z-index: 602;
}
.panel-heading a:not(.btn) {
  color: #1a2e61 !important;
  opacity: 0.4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-heading a:not(.btn).portlet-refresh {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.panel-heading a:not(.btn).portlet-refresh.refreshing {
  opacity: 1;
}
.panel-heading .dropdown ul li a,
.panel-heading .dropdown-menu li a {
  padding: 0 20px;
}
.panel-heading a[data-toggle]:hover {
  opacity: 1;
}
.portlet-icon {
  -moz-osx-font-smoothing: grayscale;
  font-family: "pages-icon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
.portlet-icon-close:before {
  content: "\e60a";
}
.portlet-icon-maximize:before {
  content: "\e634";
}
.portlet-icon-refresh:before {
  content: "\e600";
}
.portlet-icon-collapse:before {
  content: "\e62c";
}
.portlet-icon-settings:before {
  content: "\e655";
}
.portlet-icon-refresh-lg-master,
.portlet-icon-refresh-lg-white {
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.portlet-icon-refresh-lg-master.fade,
.portlet-icon-refresh-lg-white.fade {
  opacity: 0.1;
}
.portlet-icon-refresh-lg-master {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-lg-master-static.svg);
}
.portlet-icon-refresh-lg-white {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-lg-white-static.svg);
}
.portlet-icon-refresh-lg-master-animated,
.portlet-icon-refresh-lg-white-animated {
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.portlet-icon-refresh-lg-master-animated.active,
.portlet-icon-refresh-lg-white-animated.active {
  opacity: 1;
}
.portlet-icon-refresh-lg-master-animated {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-lg-master.svg);
}
.portlet-icon-refresh-lg-white-animated {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-lg-white.svg);
}
/* For demo purpose only */

.panel-scroll {
  height: 100px;
}
.sortable .panel-heading {
  cursor: move;
}
/* To prevent lag while dragging */

.ui-sortable-handle {
  transition: max-height 0.3s ease 0s;
}
.sortable .grid .grid-title {
  cursor: move;
}
.ui-sortable {
  min-height: 0px !important;
}
.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important;
}
.ui-sortable-placeholder * {
  visibility: hidden;
}
.sortable-box-placeholder {
  background-color: #dde0e7;
  border: 1px dashed #bac0d0;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.sortable-box-placeholder * {
  visibility: hidden;
}
.sortable .panel {
  transition: none;
}
.sortable-column {
  padding-bottom: 100px;
}
.demo-portlet-scrollable {
  height: 158px;
}
/*------------------------------------------------------------------
[5. Typography]
*/

/* Standard elements
--------------------------------------------------
*/

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #1a2e61;
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
}
/* Headings
------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #0c152c;
}
h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.08px;
}
h2 {
  font-size: 31px;
  line-height: 40px;
}
h3 {
  font-size: 27px;
  line-height: 35px;
}
h4 {
  font-size: 22px;
  line-height: 31.88px;
}
h5 {
  font-size: 18px;
  line-height: 25.88px;
}
h3 small,
h4 small,
h5 small {
  font-weight: 300;
}
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px;
}
/* Lins and Others
------------------------------------
*/

a {
  text-shadow: none !important;
  color: #0d54ff;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
a:focus,
a:hover,
a:active {
  color: #f44e1a;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
  text-decoration: none;
}
a[ng-click] {
  cursor: pointer;
}
br {
  line-height: normal;
  clear: both;
}
code {
  color: #c63f15;
  background-color: #dde0e7;
}
code:hover {
  background-color: #f89576;
}
p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal;
}
small,
.small {
  line-height: 18px;
}
label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px;
}
ul > li,
ol > li {
  padding-left: 3px;
  line-height: 24px;
}
ul.lg-icon > li,
ol.lg-icon > li {
  font-size: 21px;
}
ul.lg-icon > li span,
ol.lg-icon > li span {
  font-size: 14px;
}
ul.no-style,
ol.no-style {
  list-style: none;
  padding-left: 5px;
}
address {
  margin-bottom: 0px;
}
address a {
  color: #1a2e61;
}
blockquote {
  padding: 0 0 0 18px;
  border-left: 0;
}
blockquote:before {
  content: '';
  font-family: FontAwesome;
  content: "\f10d";
  margin-right: 13px;
  float: left;
}
blockquote p {
  font-size: 16px;
}
blockquote small {
  line-height: 29px;
  color: #8b91a0;
  padding-left: 30px;
}
blockquote small:before {
  content: "";
}
blockquote.pull-right {
  border-right: 0;
}
blockquote.pull-right:before {
  float: right;
  content: '';
  font-family: FontAwesome;
  content: "\f10d";
  margin-left: 13px;
  margin-right: 0;
}
blockquote.pull-right small {
  padding-right: 30px;
}
blockquote.pull-right small:after {
  content: "";
}
hr {
  border-color: #bac0d0;
}
hr.double {
  border-width: 2px;
}
hr.dotted {
  border-style: dotted none none;
}
/* Font Sizes
------------------------------------
*/

.small-text {
  font-size: 12px !important;
}
.normal-text {
  font-size: 13px !important;
}
.large-text {
  font-size: 15px !important;
}
/* Font Weights
------------------------------------
 */

.normal {
  font-weight: normal;
}
.semi-bold {
  font-weight: 400 !important;
}
.bold {
  font-weight: bold !important;
}
.light {
  font-weight: 300 !important;
}
/* Misc
------------------------------------
*/

.logo {
  margin: 18px 14px;
}
.all-caps {
  text-transform: uppercase;
}
.muted {
  color: #97ace3;
}
.hint-text {
  opacity: 0.7;
}
.no-decoration {
  text-decoration: none !important;
}
/* Monochrome Colors
------------------------------------
 */

.bg-master {
  background-color: #1a2e61;
}
.bg-master-light {
  background-color: #bac0d0;
}
.bg-master-lighter {
  background-color: #dde0e7;
}
.bg-master-lightest {
  background-color: #edeef2;
}
.bg-master-dark {
  background-color: #0c152c;
}
.bg-master-darker {
  background-color: #070c1a;
}
.bg-master-darkest {
  background-color: #050811;
}
/* Contextual Colors
------------------------------------
*/

/* Primary
------------------------------------
*/

.bg-primary {
  background-color: #0d54ff;
}
.bg-primary-dark {
  background-color: #0b44cf;
}
.bg-primary-darker {
  background-color: #083299;
}
.bg-primary-light {
  background-color: #2565ff;
}
.bg-primary-lighter {
  background-color: #6e98ff;
}
/* Complete
------------------------------------
*/

.bg-complete {
  background-color: #f44e1a;
}
.bg-complete-dark {
  background-color: #c63f15;
}
.bg-complete-darker {
  background-color: #922f10;
}
.bg-complete-light {
  background-color: #f56031;
}
.bg-complete-lighter {
  background-color: #f89576;
}
/* Success
------------------------------------
*/

.bg-success {
  background-color: #0d54ff;
}
.bg-success-dark {
  background-color: #0b44cf;
}
.bg-success-darker {
  background-color: #083299;
}
.bg-success-light {
  background-color: #2565ff;
}
.bg-success-lighter {
  background-color: #6e98ff;
}
/* Info
------------------------------------
*/

.bg-info {
  background-color: #6ccbfe;
}
.bg-info-dark {
  background-color: #57a4ce;
}
.bg-info-darker {
  background-color: #417a98;
}
.bg-info-light {
  background-color: #7bd0fe;
}
.bg-info-lighter {
  background-color: #a7e0fe;
}
/* Danger
------------------------------------
*/

.bg-danger {
  background-color: #f44e1a;
}
.bg-danger-dark {
  background-color: #c63f15;
}
.bg-danger-darker {
  background-color: #922f10;
}
.bg-danger-light {
  background-color: #f56031;
}
.bg-danger-lighter {
  background-color: #f89576;
}
/* Warning
------------------------------------
 */

.bg-warning {
  background-color: #ffae87;
}
.bg-warning-dark {
  background-color: #cf8d6d;
}
.bg-warning-darker {
  background-color: #996851;
}
.bg-warning-light {
  background-color: #ffb693;
}
.bg-warning-lighter {
  background-color: #ffceb7;
}
/* More Color Options
------------------------------------
*/

/* Menu
------------------------------------
*/

.bg-menu-dark {
  background-color: #0f1429;
}
.bg-menu {
  background-color: #131a35;
}
.bg-menu-light {
  background-color: #4c598a;
}
/* Gradients
------------------------------------
*/

.gradient-grey {
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
}
.gradient-black {
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
}
/* Other Colors
------------------------------------
*/

.bg-white {
  background-color: white;
}
.bg-transparent {
  background-color: transparent !important;
}
/* Text Colors */

.link {
  opacity: 0.7;
}
.link:hover {
  opacity: 1;
}
.text-master {
  color: #1a2e61 !important;
}
.text-master-light {
  color: #bac0d0 !important;
}
.text-black {
  color: #0c152c !important;
}
.text-white {
  color: white !important;
}
.text-complete {
  color: #f44e1a !important;
}
.text-success {
  color: #0d54ff !important;
}
.text-info {
  color: #6ccbfe !important;
}
.text-warning {
  color: #ffae87 !important;
}
.text-warning-dark {
  color: #cf8d6d !important;
}
.text-danger {
  color: #f44e1a !important;
}
.text-primary {
  color: #0d54ff !important;
}
/* Text Aligngments
------------------------------------
*/

.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
/* Labels
------------------------------------
*/

.label {
  padding: 6px 10px 4px;
  font-size: 13px;
  text-shadow: none;
  background-color: #edeef2;
  font-weight: 600;
  color: #1a2e61;
}
.label-success {
  background-color: #0d54ff;
  color: white;
}
.label-warning {
  background-color: #ffae87;
  color: white;
}
.label-important,
.label-danger {
  background-color: #f44e1a;
  color: white;
}
.label-info {
  background-color: #6ccbfe;
  color: white;
}
.label-complete {
  background-color: #f44e1a;
  color: white;
}
.label-inverse {
  background-color: #c63f15;
  color: white;
}
.label-white {
  background-color: white;
  color: #1a2e61;
}
.label-xs {
  font-size: 8px;
}
.label-sm {
  font-size: 10px;
}
.label-md {
  font-size: 14px;
}
.label-lg {
  font-size: 18px;
}
/* Font Sizes
------------------------------------
*/

.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
/* Line-heights
------------------------------------
*/

.lh-normal {
  line-height: normal;
}
.lh-10 {
  line-height: 10px;
}
.lh-11 {
  line-height: 11px;
}
.lh-12 {
  line-height: 12px;
}
.lh-13 {
  line-height: 13px;
}
.lh-14 {
  line-height: 14px;
}
.lh-15 {
  line-height: 15px;
}
.lh-16 {
  line-height: 16px;
}
/* Font Faces
------------------------------------
*/

.font-arial {
  font-family: Arial, sans-serif !important;
}
.font-montserrat {
  font-family: 'Montserrat' !important;
}
.font-georgia {
  font-family: Georgia !important;
}
.font-heading {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, sans-serif;
}
/* Wells
------------------------------------
*/

.well {
  background-color: #bac0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background-image: none;
}
.well.well-large {
  padding: 24px;
  width: auto;
}
.well.well-small {
  padding: 13px;
  width: auto;
}
.well.green {
  background-color: #f44e1a;
  color: white;
  border: none;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jumbotron p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: inherit;
}
.jumbotron p.small {
  font-size: 85%;
}
/* Responsive Handlers : Typo
------------------------------------
*/

@media (max-width: 1400px) {
  body,
  p {
    font-size: 14px;
    line-height: 20px;
  }
  h1 {
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.08px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 35.88px;
  }
  h4 {
    font-size: 18px;
    line-height: 33.88px;
  }
  h5 {
    font-size: 16px;
    line-height: 25.88px;
  }
  small,
  .small {
    font-size: 89%;
    line-height: 17px;
  }
}
/* For Windows : Fixes
------------------------------------
*/

/*------------------------------------------------------------------
[6. Buttons]
*/

/*
[Buttons Base Styles]
*/

.btn {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #dde0e7;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-image: none !important;
  color: #1a2e61;
  background-color: white;
  text-shadow: none;
  box-shadow: none;
  line-height: 28px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
.btn:hover {
  background-color: #fafafa;
  border: 1px solid rgba(26, 46, 97, 0.27);
}
.btn.active {
  border-color: #bac0d0;
  background: white;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none !important;
  outline-style: none;
}
.btn .caret {
  margin-left: 3px;
}
.btn .caret.single {
  margin-left: 0px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  box-shadow: none;
}
.input-group-btn .btn {
  line-height: inherit;
}
button:focus {
  outline: none !important;
}
/*
Alternate buttons
--------------------------------------------------
*/

.btn-primary,
.btn-primary:focus {
  color: white;
  background-color: #0d54ff;
  border-color: #0d54ff;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #0b44cf;
  border-color: #0b44cf;
  color: white;
}
.btn-primary.hover,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #2565ff;
  border-color: #2565ff;
  color: white;
}
.btn-primary.active:hover {
  background: #0b48db;
  border-color: #0b48db;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0d54ff;
  border-color: #0d54ff;
}
.btn-primary .badge {
  color: #0d54ff;
  background-color: white;
}
.btn-secondary,
.btn-secondary:focus {
  color: white;
  background-color: #f5ede2;
  border-color: #f5ede2;
}
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open .dropdown-toggle.btn-secondary {
  background-color: #c6c0b7;
  border-color: #c6c0b7;
  color: white;
}
.btn-secondary.hover,
.btn-secondary:hover,
.open .dropdown-toggle.btn-secondary {
  background-color: #f6efe5;
  border-color: #f6efe5;
  color: white;
}
.btn-secondary.active:hover {
  background: #d3ccc2;
  border-color: #d3ccc2;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #f5ede2;
  border-color: #f5ede2;
}
.btn-secondary .badge {
  color: #f5ede2;
  background-color: white;
}
.btn-success,
.btn-success:focus {
  color: white;
  background-color: #0d54ff;
  border-color: #0d54ff;
}
.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
  background-color: #0b44cf;
  border-color: #0b44cf;
  color: white;
}
.btn-success.hover,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  background-color: #2565ff;
  border-color: #2565ff;
  color: white;
}
.btn-success.active:hover {
  background: #0b48db;
  border-color: #0b48db;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0d54ff;
  border-color: #0d54ff;
}
.btn-success .badge {
  color: #0d54ff;
  background-color: white;
}
.btn-complete,
.btn-complete:focus {
  color: white;
  background-color: #f44e1a;
  border-color: #f44e1a;
}
.btn-complete.active,
.btn-complete:active,
.btn-complete.active:focus,
.btn-complete:active:focus,
.btn-complete:active:hover,
.open .dropdown-toggle.btn-complete {
  background-color: #c63f15;
  border-color: #c63f15;
  color: white;
}
.btn-complete.hover,
.btn-complete:hover,
.open .dropdown-toggle.btn-complete {
  background-color: #f56031;
  border-color: #f56031;
  color: white;
}
.btn-complete.active:hover {
  background: #d24316;
  border-color: #d24316;
}
.btn-complete.disabled,
.btn-complete[disabled],
fieldset[disabled] .btn-complete,
.btn-complete.disabled:hover,
.btn-complete[disabled]:hover,
fieldset[disabled] .btn-complete:hover,
.btn-complete.disabled:focus,
.btn-complete[disabled]:focus,
fieldset[disabled] .btn-complete:focus,
.btn-complete.disabled:active,
.btn-complete[disabled]:active,
fieldset[disabled] .btn-complete:active,
.btn-complete.disabled.active,
.btn-complete[disabled].active,
fieldset[disabled] .btn-complete.active {
  background-color: #f44e1a;
  border-color: #f44e1a;
}
.btn-complete .badge {
  color: #f44e1a;
  background-color: white;
}
.btn-info,
.btn-info:focus {
  color: white;
  background-color: #6ccbfe;
  border-color: #6ccbfe;
}
.btn-info.active,
.btn-info:active,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info {
  background-color: #57a4ce;
  border-color: #57a4ce;
  color: white;
}
.btn-info.hover,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  background-color: #7bd0fe;
  border-color: #7bd0fe;
  color: white;
}
.btn-info.active:hover {
  background: #5dafda;
  border-color: #5dafda;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #6ccbfe;
  border-color: #6ccbfe;
}
.btn-info .badge {
  color: #6ccbfe;
  background-color: white;
}
.btn-warning,
.btn-warning:focus {
  color: white;
  background-color: #ffae87;
  border-color: #ffae87;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning {
  background-color: #cf8d6d;
  border-color: #cf8d6d;
  color: white;
}
.btn-warning.hover,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  background-color: #ffb693;
  border-color: #ffb693;
  color: white;
}
.btn-warning.active:hover {
  background: #db9674;
  border-color: #db9674;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffae87;
  border-color: #ffae87;
}
.btn-warning .badge {
  color: #ffae87;
  background-color: white;
}
.btn-danger,
.btn-danger:focus {
  color: white;
  background-color: #f44e1a;
  border-color: #f44e1a;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger {
  background-color: #c63f15;
  border-color: #c63f15;
  color: white;
}
.btn-danger.hover,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  background-color: #f56031;
  border-color: #f56031;
  color: white;
}
.btn-danger.active:hover {
  background: #d24316;
  border-color: #d24316;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f44e1a;
  border-color: #f44e1a;
}
.btn-danger .badge {
  color: #f44e1a;
  background-color: white;
}
.btn-default,
.btn-default:focus {
  color: #5e5e5e;
  background-color: white;
  border-color: #dde0e7;
}
.btn-default.active,
.btn-default:active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  background-color: #edeef2;
  border-color: #bac0d0;
  color: #0c152c;
}
.btn-default.hover,
.btn-default:hover {
  background-color: #edeef2;
  border-color: rgba(26, 46, 97, 0.27);
  color: #070c1a;
}
.btn-default.active:hover {
  background: #f0f0f0;
}
.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
  border: none;
  text-decoration: none;
  outline: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
/*
Button Sizes
--------------------------------------------------
*/

.btn-lg,
.btn-group-lg > .btn {
  padding-left: 28px;
  padding-right: 28px;
  line-height: 23px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11.9px;
  line-height: 20px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 9px;
  font-size: 10.5px;
}
.btn-cons {
  margin-right: 5px;
  min-width: 120px;
}
/*
Rounded buttons
--------------------------------------------------
*/

.btn-rounded {
  border-radius: 100px;
}
/*
 Dropdown menus
--------------------------------------------------
*/

.btn-group.open .dropdown-toggle,
.open .dropdown-toggle,
.open.dropdown-default .dropdown-toggle {
  box-shadow: none;
}
/* Pages default dropdown */

.dropdown-default {
  display: inline-block;
}
.dropdown-default.open > .btn.dropdown-toggle {
  border-color: transparent !important;
  background: transparent !important;
  z-index: 891 !important;
}
.dropdown-default.open .dropdown-menu {
  opacity: 1;
  transform: scale(1, 1);
  z-index: 700;
}
.dropdown-default.open .dropdown-menu li {
  visibility: visible;
}
.dropdown-default.open.dropup > .btn-primary + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-success + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-complete + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-warning + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-danger + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-info + .dropdown-menu:after {
  top: auto;
  bottom: 0;
}
.dropdown-default.open > .btn-primary + .dropdown-menu:after,
.dropdown-default.open > .btn-success + .dropdown-menu:after,
.dropdown-default.open > .btn-complete + .dropdown-menu:after,
.dropdown-default.open > .btn-warning + .dropdown-menu:after,
.dropdown-default.open > .btn-danger + .dropdown-menu:after,
.dropdown-default.open > .btn-info + .dropdown-menu:after {
  top: 0;
  height: 42px;
}
.dropdown-default.open > .btn-primary + .dropdown-menu:after {
  background-color: #0d54ff;
}
.dropdown-default.open > .btn-secondary + .dropdown-menu:after {
  background-color: #f5ede2;
}
.dropdown-default.open > .btn-success + .dropdown-menu:after {
  background-color: #0d54ff;
}
.dropdown-default.open > .btn-complete + .dropdown-menu:after {
  background-color: #f44e1a;
}
.dropdown-default.open > .btn-warning + .dropdown-menu:after {
  background-color: #ffae87;
}
.dropdown-default.open > .btn-danger + .dropdown-menu:after {
  background-color: #f44e1a;
}
.dropdown-default.open > .btn-info + .dropdown-menu:after {
  background-color: #6ccbfe;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
  margin-bottom: -47px;
  padding-bottom: 49px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
  bottom: 49px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
  margin-bottom: -34px;
  padding-bottom: 36px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
  bottom: 36px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
  margin-bottom: -29px;
  padding-bottom: 31px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
  bottom: 31px;
}
.dropdown-default.dropup .dropdown-menu {
  margin-bottom: -40px;
  padding: 0 3px 44px 0 !important;
  transform-origin: center bottom 0;
}
.dropdown-default.dropup .dropdown-menu:after {
  bottom: 43px;
  top: auto !important;
}
.dropdown-default .btn.dropdown-toggle {
  text-align: left;
  padding-right: 27px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg {
  padding-right: 42px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg .caret {
  right: 26px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
  margin-top: -47px;
  padding-top: 49px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
  top: 49px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm {
  padding-right: 26px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm .caret {
  right: 16px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
  margin-top: -34px;
  padding-top: 36px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
  top: 36px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs {
  padding-right: 21px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs .caret {
  right: 8px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
  margin-top: -29px;
  padding-top: 31px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
  top: 31px;
}
.dropdown-default .btn.dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.dropdown-default .btn-rounded {
  padding-left: 17px;
  padding-right: 17px;
}
.dropdown-default .btn-rounded + .dropdown-menu {
  border-radius: 17px;
}
.dropdown-default .dropdown-menu {
  margin-top: -40px;
  padding-top: 42px;
  overflow: hidden;
  backface-visibility: hidden;
  display: block;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: center top 0;
  -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  z-index: -1;
}
.dropdown-default .dropdown-menu:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 42px;
  background: #bac0d0;
  width: 100%;
}
.dropdown-default .dropdown-menu li {
  visibility: hidden;
}
.dropdown-menu {
  position: absolute;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(26, 46, 97, 0.2);
  box-shadow: 0px 0px 5px rgba(26, 46, 97, 0.2);
  border: none;
  border-radius: 3px;
  font-size: 13px;
  margin: 0;
  background: #edeef2;
  min-width: 50px;
  z-index: 700 !important;
}
.dropdown-menu .divider {
  background-color: #bac0d0;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0px;
}
.dropdown-menu > li {
  padding-left: 0px;
}
.dropdown-menu > li:first-child {
  padding-top: 9px;
}
.dropdown-menu > li:last-child {
  padding-bottom: 9px;
}
.dropdown-menu > li.dropdown-header {
  padding: 3px 20px;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
  color: #070c1a;
  text-decoration: none;
  background-color: #dde0e7;
  background-image: none;
}
.dropdown-menu > li.disabled > a,
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus {
  color: #3054b1;
}
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}
.dropdown-menu > li > a {
  line-height: 35px;
  color: #1a2e61;
  padding: 0 20px;
  border-radius: 3px;
  text-align: left;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #070c1a;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}
.dropdown-backdrop {
  z-index: 600;
}
/*
Animated buttons
--------------------------------------------------
*/

.btn-animated {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-animated > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-animated:before {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 2.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-animated:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-animated.from-top:before {
  left: 0;
  top: -100%;
}
.btn-animated.from-top:hover:before,
.btn-animated.from-top.show-icon:before {
  top: 0;
}
.btn-animated.from-top:hover > span,
.btn-animated.from-top.show-icon > span {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.btn-animated.from-left:before {
  left: -100%;
  top: 0;
}
.btn-animated.from-left:hover:before,
.btn-animated.from-left.show-icon:before {
  left: 0;
}
.btn-animated.from-left:hover > span,
.btn-animated.from-left.show-icon > span {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.btn-animated.fa:before {
  font-family: FontAwesome;
}
.btn-animated.pg:before {
  font-family: "pages-icon";
}
/*
Tag buttons
--------------------------------------------------
*/

.btn-tag {
  line-height: 17px;
  border-radius: 17px 3px 3px 17px;
  padding: 5px 19px;
}
.btn-tag:hover,
.btn-tag.hover {
  border-color: transparent;
}
.btn-tag.btn-tag-light {
  background: #fafdff;
  color: #5b8ca5;
  border: 1px solid #cbe4f0;
}
.btn-tag.btn-tag-light:hover {
  background: white;
}
.btn-tag.btn-tag-dark {
  background: #bac0d0;
  color: #1a2e61;
}
.btn-tag.btn-tag-dark:hover {
  background: #c0c6d4;
}
.btn-tag.btn-tag-rounded {
  border-radius: 17px;
}
/*
Misc buttons
--------------------------------------------------
*/

.btn-toolbar .btn {
  padding-left: 14px;
  padding-right: 14px;
}
.pager .disabled > button,
.pager .disabled > button:hover,
.pager .disabled > button:focus,
.pager .disabled > span {
  cursor: not-allowed;
  opacity: 0.5;
}
/*------------------------------------------------------------------
[7. Alerts]
*/

.alert {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px;
  font-size: 13px;
  border-width: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.alert.bordered {
  border-width: 1px;
}
.alert .link {
  color: #ce8f22;
  font-weight: bold;
}
.alert .alert-heading {
  color: #ce8f22 !important;
  margin-bottom: 5px;
  font-weight: 600;
}
.alert .btn-small {
  position: relative;
  top: -3.5px;
}
.alert .button-set .btn {
  position: relative;
  top: 8px;
}
.alert .close {
  background: url(/Content/Partner/Default/less/img/icons/noti-cross.png) no-repeat scroll 0 0 transparent;
  background-position: -9px -10px;
  width: 10px;
  height: 9px;
  position: relative;
  opacity: 0.8;
  top: 4.5px;
  float: right;
  margin-left: 20px;
  font-size: 0;
}
.alert .close:hover {
  opacity: 1;
}
/* Alert : Color Options
------------------------------------
*/

.alert-danger,
.alert-error {
  background-color: #f89576;
  color: #922f10;
  border-color: #922f10;
}
.alert-danger .close,
.alert-error .close {
  background-position: -95px -10px !important;
}
.alert-warning {
  background-color: #ffceb7;
  color: #996851;
  border-color: #996851;
}
.alert-info {
  background-color: #f89576;
  color: #922f10;
  border-color: #922f10;
}
.alert-info .close {
  background-position: -67px -10px !important;
}
.alert-success {
  background-color: #6e98ff;
  color: #083299;
  border-color: #083299;
}
.alert-success .close {
  background-position: -38px -10px !important;
}
.alert-default {
  background-color: white;
  color: #1a2e61;
  border-color: #bac0d0;
}
.alert-default .close {
  background-position: -67px -10px !important;
}
/*------------------------------------------------------------------
[8. Notifications]
*/

/* Badges
--------------------------------------------------
*/

.badge {
  text-shadow: none;
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  background-color: #bac0d0;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #1a2e61;
}
.badge-success {
  background-color: #0d54ff;
  color: white;
}
.badge-warning {
  background-color: #ffae87;
  color: white;
}
.badge-important {
  background-color: #f44e1a;
  color: white;
}
.badge-danger {
  background-color: #f44e1a;
  color: white;
}
.badge-info {
  background-color: #6ccbfe;
  color: white;
}
.badge-inverse {
  background-color: #922f10;
  color: white;
}
.badge-white {
  background-color: white;
  color: #1a2e61;
}
.badge-disable {
  background-color: #0c152c;
  color: #1a2e61;
}
/* Notification popup
--------------------------------------------------
*/

.popover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  z-index: 890;
}
.notification-toggle {
  top: 35px;
  left: -26px;
  padding: 0;
}
.notification-toggle:before {
  border-bottom: 0px !important;
}
.notification-toggle:after {
  border-bottom: 0px !important;
}
.notification-panel {
  background-color: white;
  border: 1px solid #bac0d0;
}
.notification-panel .notification-body {
  height: auto;
  max-height: 350px;
  position: relative;
  overflow: hidden;
}
.notification-panel .notification-body .notification-item {
  position: relative;
  margin-left: 25px;
  background-color: white;
  padding-right: 26px;
}
.notification-panel .notification-body .notification-item.unread .heading {
  opacity: 1;
}
.notification-panel .notification-body .notification-item.unread .option {
  background-color: #6e98ff;
}
.notification-panel .notification-body .notification-item.unread .option .mark {
  color: #2565ff;
}
.notification-panel .notification-body .notification-item .heading {
  line-height: 43px;
  margin-right: 5px;
  background: white;
  border-bottom: 1px solid #bac0d0;
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  opacity: 0.7;
}
.notification-panel .notification-body .notification-item .heading:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: white;
  right: 0;
  top: 1px;
}
.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper {
  cursor: pointer;
}
.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper i {
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.notification-panel .notification-body .notification-item .heading .time {
  font-size: 11px;
  margin-right: 8px;
}
.notification-panel .notification-body .notification-item .heading.open {
  display: block;
}
.notification-panel .notification-body .notification-item .heading.open .more-details {
  display: block;
}
.notification-panel .notification-body .notification-item .heading.open .thumbnail-wrapper i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper.d24 {
  line-height: 20px;
}
.notification-panel .notification-body .notification-item .more-details {
  display: none;
  background-color: white;
  width: 100%;
  height: 100%;
  clear: both;
  position: relative;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner {
  margin-left: 10px;
  padding-left: 28px;
  padding-top: 15px;
  margin-bottom: 20px;
  position: relative;
  border-left: 1px solid rgba(186, 192, 208, 0.7);
  text-align: left;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner:after {
  width: 14px;
  height: 14px;
  position: absolute;
  content: '';
  background-color: white;
  left: -7px;
  top: 25px;
  border: 1px solid rgba(186, 192, 208, 0.9);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner:before {
  color: #a3abc0;
  position: absolute;
  bottom: 0;
  left: -5px;
  content: ' \25CF';
  font-size: 13px;
  line-height: 5px;
  background-color: white;
  height: 9px;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner .hint-text {
  opacity: 0.44;
}
.notification-panel .notification-body .notification-item .option {
  font-size: 10px;
  position: absolute;
  height: 44px;
  width: 26px;
  right: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  background-color: #edeef2;
  height: 100%;
}
.notification-panel .notification-body .notification-item .option .mark {
  background-color: transparent;
  color: #a3abc0;
}
.notification-panel .notification-body .notification-item .option .mark:before {
  content: ' \25CF';
  font-size: 12px;
}
.notification-panel .notification-body .notification-item:last-child .heading {
  border-bottom: 0px;
}
.notification-panel .notification-footer {
  padding: 10px;
  display: block;
  border-top: 1px solid #bac0d0;
}
.notification-panel .notification-footer a {
  color: #1a2e61;
}
/* Simple alerts
--------------------------------------------------
*/

.alerts-container {
  position: fixed;
  width: 350px;
  right: 20px;
  z-index: 999;
  top: 100px;
}
.alerts-container[data-placement$='-left'] {
  left: 100px;
  right: auto;
}
.alerts-container[data-placement$='-right'] {
  right: 20px;
  left: auto;
}
.alerts-container[data-placement^='top-'] {
  top: 100px;
  bottom: auto;
}
.alerts-container[data-placement^='bottom-'] {
  top: auto;
  bottom: 20px;
}
.alerts-container[data-placement='bottom-right'] .alert:last-child,
.alerts-container[data-placement='bottom-left'] .alert:last-child {
  margin-bottom: 0;
}
.alerts-container .alert {
  position: relative;
}
.alerts-container .alert .close {
  position: absolute;
  right: 9px;
  top: 15px;
}
/* Pages Notifications plugin
--------------------------------------------------
*/

body.menu-pin > .pgn-wrapper[data-position$='-left'],
body.menu-pin > .pgn-wrapper[data-position="top"],
body.menu-pin > .pgn-wrapper[data-position="bottom"] {
  left: 250px;
}
.pgn-wrapper {
  position: fixed;
  z-index: 1000;
}
.pgn-wrapper[data-position$='-left'] {
  left: 30px;
}
.pgn-wrapper[data-position$='-right'] {
  right: 20px;
}
.pgn-wrapper[data-position^='top-'] {
  top: 20px;
}
.pgn-wrapper[data-position^='bottom-'] {
  bottom: 20px;
}
.pgn-wrapper[data-position='top'] {
  top: 0;
  left: 0;
  right: 0;
}
.pgn-wrapper[data-position='bottom'] {
  bottom: 0;
  left: 0;
  right: 0;
}
.pgn {
  position: relative;
  margin: 10px;
}
.pgn .alert {
  margin: 0;
}
/* Simple 
------------------------------------
*/

.pgn-simple .alert {
  padding-top: 13px;
  padding-bottom: 13px;
  max-width: 500px;
  animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  max-height: 250px;
  overflow: hidden;
}
/* Bar 
------------------------------------
*/

.pgn-bar {
  overflow: hidden;
  margin: 0;
}
.pgn-bar .alert {
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  max-height: 91px;
}
.pgn-wrapper[data-position='top'] .pgn-bar .alert {
  animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  transform-origin: top left;
  -webkit-transform-origin: top left;
}
.pgn-wrapper[data-position='bottom'] .pgn-bar .alert {
  animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
}
.pgn-bar .alert span {
  opacity: 0;
  animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
/* Circle 
------------------------------------
*/

.pgn-circle .alert {
  border-radius: 300px;
  animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
  -webkit-animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
  height: 60px;
  overflow: hidden;
  padding: 6px 55px 6px 6px;
  -webkit-transform: translateZ(0);
  position: relative;
}
.pgn-wrapper[data-position$='-right'] .pgn-circle .alert {
  float: right;
}
.pgn-wrapper[data-position$='-left'] .pgn-circle .alert {
  float: left;
}
.pgn-circle .alert > div > div.pgn-thumbnail > div {
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
}
.pgn-circle .alert > div > div.pgn-thumbnail > div > img {
  width: 100%;
  height: 100%;
}
.pgn-circle .alert > div > div.pgn-message > div {
  opacity: 0;
  height: 47px;
  padding-left: 9px;
  animation: fadeIn 0.3s 0.5s ease forwards;
  -webkit-animation: fadeIn 0.3s 0.5s ease forwards;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.pgn-circle .alert > div > div.pgn-message > div p:only-child {
  padding: 12px 0;
}
.pgn-circle .alert .close {
  margin-top: -12px;
  position: absolute;
  right: 18px;
  top: 50%;
  opacity: 0;
  animation: fadeIn 0.3s 0.5s ease forwards;
  -webkit-animation: fadeIn 0.3s 0.5s ease forwards;
}
.pgn-circle .alert p {
  margin-bottom: 0;
}
.pgn-circle .alert > div {
  display: table;
  height: 100%;
}
.pgn-circle .alert > div > div {
  display: table-cell;
  vertical-align: middle;
}
@keyframes fadeInCircle {
  0% {
    opacity: 0;
    width: 60px;
  }
  100% {
    opacity: 1;
    width: 60px;
  }
}
@-webkit-keyframes fadeInCircle {
  0% {
    opacity: 0;
    width: 60px;
  }
  100% {
    opacity: 1;
    width: 60px;
  }
}
@keyframes resizeCircle {
  0% {
    width: 60px;
  }
  100% {
    width: 300px;
  }
}
@-webkit-keyframes resizeCircle {
  0% {
    width: 60px;
  }
  100% {
    width: 300px;
  }
}
/* Flip 
------------------------------------
*/

.pgn-wrapper[data-position^='top-'] .pgn-flip {
  top: -30px;
}
.pgn-wrapper[data-position^='bottom-'] .pgn-flip {
  bottom: -30px;
}
.pgn-wrapper[data-position^='bottom-'] .pgn-flip .alert {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.pgn-flip .alert {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  border-radius: 0;
  padding: 25px 35px;
  max-width: 500px;
  max-height: 250px;
  overflow: hidden;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out;
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Pages Notification customizations */

body > .pgn-wrapper[data-position="top"] {
  top: 80px;
  left: 70px;
}
body > .pgn-wrapper[data-position="bottom"] {
  left: 70px;
}
body > .pgn-wrapper[data-position$='-left'] {
  left: 90px;
  right: auto;
}
body > .pgn-wrapper[data-position^='top-'] {
  top: 100px;
  bottom: auto;
}
.pgn-circle .alert .close {
  margin-top: -4px;
}
body > .pgn-wrapper {
  z-index: 900;
}
@media (max-width: 979px) {
  body > .pgn-wrapper[data-position="top"] {
    left: 0;
  }
  body > .pgn-wrapper[data-position="bottom"] {
    left: 0;
  }
}
@media (max-width: 767px) {
  body > .pgn-wrapper[data-position$='-left'],
  body > .pgn-wrapper[data-position$='-right'] {
    left: 10px !important;
    right: 10px !important;
  }
  body > .pgn-wrapper[data-position$='-right'] .alert,
  body > .pgn-wrapper[data-position$='-left'] .alert {
    max-width: 100%;
    width: 100%;
  }
}
/* Notifications demo
--------------------------------------------------
*/

.notification-positions {
  border-radius: 4px;
  border: 3px dashed #bac0d0;
  height: 370px;
  position: relative;
}
.notification-positions > div > .position:not(:only-child) {
  max-width: 50%;
}
.notification-positions .position {
  padding: 15px;
}
.notification-positions .position img {
  border: 3px solid transparent;
}
.notification-positions .position:hover {
  cursor: pointer;
}
.notification-positions .position.active img {
  border-color: #0090d9;
}
.notification-positions .position.pull-top,
.notification-positions .position.pull-bottom {
  left: 0;
  right: 0;
}
.notification-positions .position img {
  width: 100%;
}
/*------------------------------------------------------------------
[9. Progress Indicators]
*/

.progress {
  height: 4px;
  background-color: rgba(26, 46, 97, 0.2);
  background-image: none;
  box-shadow: none;
  border-radius: 0;
}
.progress.transparent {
  background-color: rgba(0, 0, 0, 0.28);
}
.progress.progress-small {
  height: 3px;
}
/* Circular Progress : indeterminate color
------------------------------------
*/

.progress-bar-indeterminate {
  background: url(/Content/Partner/tau/app/img/progress/progress-bar-master.svg) no-repeat top left;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.progress-bar-indeterminate.progress-bar-primary {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-bar-primary.svg);
  background-color: transparent;
}
.progress-bar-indeterminate.progress-bar-complete {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-bar-complete.svg);
  background-color: transparent;
}
.progress-bar-indeterminate.progress-bar-success {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-bar-success.svg);
  background-color: transparent;
}
.progress-bar-indeterminate.progress-bar-info {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-bar-info.svg);
  background-color: transparent;
}
.progress-bar-indeterminate.progress-bar-warning {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-bar-warning.svg);
  background-color: transparent;
}
.progress-bar-indeterminate.progress-bar-danger {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-bar-danger.svg);
  background-color: transparent;
}
.progress-bar-indeterminate.progress-bar-master {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-bar-master.svg);
  background-color: transparent;
}
/* Progress Bar
------------------------------------
*/

.progress-bar {
  box-shadow: none;
  border-radius: 0;
  background-color: #1a2e61;
  background-image: none;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* Progress Bar : Color Options
------------------------------------
*/

.progress-bar-primary {
  background-color: #0d54ff;
  background-image: none;
}
.progress-bar-complete {
  background-color: #f44e1a;
  background-image: none;
}
.progress-bar-success {
  background-color: #0d54ff;
  background-image: none;
}
.progress-bar-info {
  background-color: #6ccbfe;
  background-image: none;
}
.progress-bar-warning {
  background-color: #ffae87;
  background-image: none;
}
.progress-bar-danger {
  background-color: #f44e1a;
  background-image: none;
}
.progress-bar-white {
  background-color: white;
  background-image: none;
}
.progress-bar-black {
  background-color: black;
  background-image: none;
}
.progress-info .bar,
.progress .bar-info {
  background-color: #417a98;
  background-image: none;
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #996851;
  background-image: none;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #922f10;
  background-image: none;
}
.progress-white .bar,
.progress .bar-white {
  background-color: white;
  background-image: none;
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #0d54ff;
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #6ccbfe;
}
/* Circular Progress : indeterminate 
------------------------------------
*/

.progress-circle-indeterminate {
  background: url(/Content/Partner/tau/app/img/progress/progress-circle-master.svg) no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 0 auto;
}
.progress-circle-indeterminate.progress-circle-warning {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-warning.svg);
}
.progress-circle-indeterminate.progress-circle-danger {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-danger.svg);
}
.progress-circle-indeterminate.progress-circle-info {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-info.svg);
}
.progress-circle-indeterminate.progress-circle-primary {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-primary.svg);
}
.progress-circle-indeterminate.progress-circle-success {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-success.svg);
}
.progress-circle-indeterminate.progress-circle-complete {
  background-image: url(/Content/Partner/tau/app/img/progress/progress-circle-complete.svg);
}
/* Circular Progress 
------------------------------------
*/

.progress-circle {
  display: block;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 45px;
  -webkit-backface-visibility: hidden;
}
.progress-circle.progress-circle-warning .pie .half-circle {
  border-color: #ffae87;
}
.progress-circle.progress-circle-danger .pie .half-circle {
  border-color: #f44e1a;
}
.progress-circle.progress-circle-info .pie .half-circle {
  border-color: #6ccbfe;
}
.progress-circle.progress-circle-primary .pie .half-circle {
  border-color: #0d54ff;
}
.progress-circle.progress-circle-success .pie .half-circle {
  border-color: #0d54ff;
}
.progress-circle.progress-circle-complete .pie .half-circle {
  border-color: #f44e1a;
}
.progress-circle.progress-circle-thick .pie .half-circle,
.progress-circle.progress-circle-thick .shadow {
  border-width: 5px;
}
.progress-circle .pie {
  clip: rect(0, 45px, 45px, 22.5px);
  height: 45px;
  position: absolute;
  width: 45px;
}
.progress-circle .pie .half-circle {
  border: 3px solid #1a2e61;
  border-radius: 50%;
  clip: rect(0, 22.5px, 45px, 0);
  height: 45px;
  position: absolute;
  width: 45px;
}
.progress-circle .shadow {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
/*------------------------------------------------------------------
[10. Modals]
*/

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .close:focus {
  outline: 0;
}
.modal .modal-dialog {
  transition: all 0.2s !important;
  margin-top: 120px;
}
.modal .modal-content {
  border: 1px solid #f2f6f7;
  border-radius: 3px;
  box-shadow: none;
}
.modal .modal-header {
  text-align: center;
  border-bottom: 0;
  padding: 25px 25px 0 25px;
}
.modal .modal-header p {
  color: #8b91a0;
}
.modal .modal-body {
  box-shadow: none;
  padding: 25px;
  padding-top: 0;
  white-space: normal;
}
.modal .modal-footer {
  border-top: none;
  box-shadow: none;
  margin-top: 0;
  padding: 25px;
  padding-top: 0;
}
.modal .drop-shadow {
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important;
}
.modal.fade {
  opacity: 1 !important;
}
.modal.fade.stick-up .modal-dialog {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  margin-top: -5px;
}
.modal.fade.stick-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-up {
  height: 100%;
  top: auto;
}
.modal.fade.slide-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-up.disable-scroll {
  overflow: hidden;
}
.modal.fade.slide-up .modal-dialog {
  display: table;
  height: 100%;
  -webkit-transform: translate3d(0, 75%, 0);
  transform: translate3d(0, 75%, 0);
  -ms-transform: translate(0, 75%);
}
.modal.fade.slide-up .modal-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal.fade.center-scale .modal-dialog {
  display: table;
  height: 100%;
}
.modal.fade.center-scale .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.modal.fade.center-scale .modal-content .modal-header {
  border-bottom: 0px;
}
.modal.fade.center-scale.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.fade.center-scale .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.modal.fade.fill-in {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.modal.fade.fill-in > .close {
  margin-top: 20px;
  margin-right: 20px;
  opacity: 0.6;
}
.modal.fade.fill-in > .close > i {
  font-size: 16px;
}
.modal.fade.fill-in .modal-dialog {
  display: table;
  height: 100%;
}
.modal.fade.fill-in .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.modal.fade.fill-in .modal-content .modal-header {
  border-bottom: 0px;
}
.modal.fade.fill-in.in {
  background-color: rgba(255, 255, 255, 0.85);
}
.modal.fade.fill-in.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.fade.fill-in .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.modal.fade.slide-right .close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  z-index: 10;
}
.modal.fade.slide-right.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-right .modal-dialog {
  position: absolute;
  right: 0;
  margin: 0;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
}
.modal.fade.slide-right .modal-dialog .modal-content-wrapper {
  height: 100%;
}
.modal.fade.slide-right .modal-dialog .modal-content {
  height: 100%;
}
.modal.fade.slide-right .modal-dialog .modal-body {
  background-color: white;
}
.modal.fade.slide-right .modal-content {
  border-radius: 0px;
}
.fill-in-modal .modal-backdrop {
  background-color: transparent;
}
.modal-backdrop {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.modal-backdrop.in {
  opacity: 0.3;
}
/* Responsive Handlers: Modals
------------------------------------
*/

@media (max-width: 768px) {
  .modal.fill-in .modal-dialog {
    width: calc(100% - 20px);
  }
  .modal.slide-up .modal-dialog {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .modal.stick-up .modal-dialog {
    margin: -5px auto;
  }
  .modal.slide-up .modal-dialog {
    margin: 0 auto;
  }
  .modal.fill-in .modal-dialog {
    margin: 0 auto;
  }
  .modal .modal-content {
    box-shadow: none;
  }
}
/*------------------------------------------------------------------
[11. Tabs & Accordians]
*/

/* Tabs
------------------------------------
*/

.nav-tabs > li {
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #bac0d0;
  color: #1a2e61;
  background-color: #bac0d0;
}
.nav-tabs > li > a {
  border-radius: 0;
  padding: 15px 20px;
  margin-right: 0;
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: rgba(26, 46, 97, 0.7);
  font-size: 12px;
  min-width: 70px;
  text-transform: uppercase;
  border-color: transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: transparent;
  border-color: transparent;
  color: #1a2e61;
}
.nav-tabs > li > a .tab-icon {
  margin-right: 6px;
}
.nav-tabs ~ .tab-content {
  overflow: hidden;
  padding: 15px;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left,
.nav-tabs ~ .tab-content > .tab-pane.slide-right {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding,
.nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
  opacity: 0 !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.active,
.nav-tabs ~ .tab-content > .tab-pane.slide-right.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding {
  -webkit-transform: translate3d(10%, 0, 0) !important;
  transform: translate3d(10%, 0, 0) !important;
  -ms-transform: translate(10%, 0) !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
  -webkit-transform: translate3d(-10%, 0, 0) !important;
  transform: translate3d(-10%, 0, 0) !important;
  -ms-transform: translate(-10%, 0) !important;
}
.nav-tabs.nav-tabs-left:after,
.nav-tabs.nav-tabs-right:after {
  border-bottom: 0px;
}
.nav-tabs.nav-tabs-left > li,
.nav-tabs.nav-tabs-right > li {
  float: none;
}
.nav-tabs.nav-tabs-left {
  float: left;
  padding-right: 0;
}
.nav-tabs.nav-tabs-left ~ .tab-content {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs.nav-tabs-right {
  float: right;
  padding-right: 0;
}
.nav-tabs.nav-tabs-right ~ .tab-content {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* Tabs : Simple
------------------------------------
*/

.nav-tabs-simple {
  border-bottom: 0px;
}
.nav-tabs-simple:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 3px;
  z-index: 120;
}
.nav-tabs-simple > li {
  margin-bottom: 0;
}
.nav-tabs-simple > li:after {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
  background-color: #f44e1a;
  height: 0px;
  content: '';
  z-index: 125;
}
.nav-tabs-primary.nav-tabs-simple > li:after {
  background-color: #0d54ff;
}
.nav-tabs-success.nav-tabs-simple > li:after {
  background-color: #0d54ff;
}
.nav-tabs-complete.nav-tabs-simple > li:after {
  background-color: #f44e1a;
}
.nav-tabs-danger.nav-tabs-simple > li:after {
  background-color: #f44e1a;
}
.nav-tabs-warning.nav-tabs-simple > li:after {
  background-color: #ffae87;
}
.nav-tabs-info.nav-tabs-simple > li:after {
  background-color: #6ccbfe;
}
.nav-tabs-simple > li.active a,
.nav-tabs-simple > li.active a:hover,
.nav-tabs-simple > li.active a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs-simple > li.active:after,
.nav-tabs-simple > li:hover:after {
  height: 3px;
}
.nav-tabs-simple.nav-tabs-left:after,
.nav-tabs-simple.nav-tabs-right:after {
  border-bottom: 0px;
}
.nav-tabs-simple.nav-tabs-left > li:after,
.nav-tabs-simple.nav-tabs-right > li:after {
  width: 0px;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.nav-tabs-simple.nav-tabs-left > li.active:after,
.nav-tabs-simple.nav-tabs-right > li.active:after,
.nav-tabs-simple.nav-tabs-left > li:hover:after,
.nav-tabs-simple.nav-tabs-right > li:hover:after {
  width: 3px;
}
.nav-tabs-simple.nav-tabs-left > li:after {
  right: 0;
}
.nav-tabs-simple.nav-tabs-right > li:after {
  left: 0;
}
/* Tabs : Line Triangles
------------------------------------
*/

.nav-tabs-linetriangle {
  border-bottom: 0;
}
.nav-tabs-linetriangle:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 0;
}
.nav-tabs-linetriangle > li.active > a {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.nav-tabs-linetriangle > li.active > a:hover,
.nav-tabs-linetriangle > li.active > a:focus,
.nav-tabs-linetriangle > li.active > a:active {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs-linetriangle > li.active > a:after,
.nav-tabs-linetriangle > li.active > a:before {
  border: medium solid transparent;
  content: "";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 1;
  top: 100%;
}
.nav-tabs-linetriangle > li.active > a:after {
  border-top-color: #f7f7f7;
  border-width: 10px;
  margin-left: -10px;
}
.nav-tabs-linetriangle > li.active > a:before {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 11px;
  margin-left: -11px;
}
.nav-tabs-linetriangle > li > a span {
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tabs-linetriangle > li > a,
.nav-tabs-linetriangle > li > a:hover,
.nav-tabs-linetriangle > li > a:focus {
  overflow: visible;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
.nav-tabs-linetriangle ~ .tab-content {
  background: white;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs:after {
  border-bottom: none;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f7f7f7;
  margin-top: 1px;
  margin-right: 2px;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after,
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
  top: auto;
  right: -23px;
  left: auto;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs:after {
  border-bottom: none;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f7f7f7;
  margin-top: 1px;
  margin-left: -9px;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after,
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
  top: auto;
  left: -12px;
  right: auto;
}
@media screen and (max-width: 58em) {
  .nav-tabs-linetriangle {
    font-size: 0.6em;
  }
}
/* Tabs : Fill-up
------------------------------------
*/

.nav-tabs-fillup {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.nav-tabs-fillup > li {
  overflow: hidden;
}
.nav-tabs-fillup > li > a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
}
.nav-tabs-fillup > li > a:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none repeat scroll 0 0 #0d54ff;
  border: 1px solid #0d54ff;
  content: "";
  height: calc(100% + 1px);
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0px);
  transform: translate3d(0, 100%, 0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.nav-tabs-primary.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #0d54ff;
  border: 1px solid #0d54ff;
}
.nav-tabs-success.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #0d54ff;
  border: 1px solid #0d54ff;
}
.nav-tabs-complete.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #f44e1a;
  border: 1px solid #f44e1a;
}
.nav-tabs-warning.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #ffae87;
  border: 1px solid #ffae87;
}
.nav-tabs-danger.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #f44e1a;
  border: 1px solid #f44e1a;
}
.nav-tabs-info.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #6ccbfe;
  border: 1px solid #6ccbfe;
}
.nav-tabs-fillup > li > a span {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 5px, 0px);
  transform: translate3d(0px, 5px, 0px);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
.nav-tabs-fillup > li.active {
  z-index: 100;
}
.nav-tabs-fillup > li.active > a,
.nav-tabs-fillup > li.active > a:hover,
.nav-tabs-fillup > li.active > a:focus {
  border-color: transparent;
  background: transparent;
  color: white;
}
.nav-tabs-fillup > li.active > a:after {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
}
.nav-tabs-fillup > li.active > a span {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  -ms-transform: translate(0px, -5px);
}
.nav-tabs-fillup > li.active .icon:before {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  -ms-transform: translate(0px, -5px);
}
.nav-tabs-fillup .icon:before {
  -webkit-transform: translate3d(0px, 5px, 0px);
  transform: translate3d(0px, 5px, 0px);
  -ms-transform: translate(0px, 5px);
  -webkit-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  display: block;
  margin: 0;
}
.nav-tabs-fillup ~ .tab-content {
  background: white;
}
.nav-tabs-fillup.nav-tabs-left,
.nav-tabs-fillup.nav-tabs-right {
  border-bottom: none;
}
.nav-tabs-fillup.nav-tabs-left:after,
.nav-tabs-fillup.nav-tabs-right:after {
  border-bottom: none;
}
.nav-tabs-fillup.nav-tabs-left > li > a:after,
.nav-tabs-fillup.nav-tabs-right > li > a:after {
  width: calc(100% + 1px);
  height: 100%;
}
.nav-tabs-fillup.nav-tabs-left > li.active a:after,
.nav-tabs-fillup.nav-tabs-right > li.active a:after {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
}
.nav-tabs-fillup.nav-tabs-left > li > a:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
}
.nav-tabs-fillup.nav-tabs-left > li > a span {
  -webkit-transform: translate3d(5px, 0, 0px);
  transform: translate3d(5px, 0, 0px);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-fillup.nav-tabs-left > li.active a span {
  -webkit-transform: translate3d(-5px, 0, 0px);
  transform: translate3d(-5px, 0, 0px);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-left > li.active .icon:before {
  -webkit-transform: translate3d(-5px, 0, 0px);
  transform: translate3d(-5px, 0, 0px);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li > a:after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  left: -1px;
}
.nav-tabs-fillup.nav-tabs-right > li > a span {
  -webkit-transform: translate3d(-5px, 0, 0px);
  transform: translate3d(-5px, 0, 0px);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li.active a span {
  -webkit-transform: translate3d(5px, 0, 0px);
  transform: translate3d(5px, 0, 0px);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li.active .icon:before {
  -webkit-transform: translate3d(5px, 0, 0px);
  transform: translate3d(5px, 0, 0px);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-header {
  overflow: scroll;
  width: 100%;
}
.nav-tabs-header .nav-tabs {
  width: auto;
  white-space: nowrap;
}
.nav-tabs-header .nav-tabs > li {
  display: inline-block;
  float: inherit;
}
.nav-tabs-header.nav-tabs-linetriangle {
  height: 61px;
  overflow-y: hidden;
}
.nav-tabs-header.nav-tabs-linetriangle:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 3px;
  z-index: 120;
  content: "";
  clear: both;
}
.nav-tabs-header.nav-tabs-linetriangle ~ .tab-content {
  position: relative;
  top: -12px;
}
.nav-tabs-header ~ .tab-content {
  overflow: hidden;
  padding: 15px;
}
.nav-tab-dropdown .cs-select {
  width: 100% !important;
  max-width: 100%;
}
/* Panel Groups
------------------------------------
*/

.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel-heading {
  padding: 13px 18px 10px 22px;
}
.panel-group .panel-heading.collapsed {
  background-color: white;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.panel-group .panel-heading .panel-title {
  width: 100%;
}
.panel-group .panel-heading .panel-title > a {
  color: #1a2e61;
  font-size: 13px;
  font-weight: normal;
  display: block;
  opacity: 1;
}
.panel-group .panel-heading .panel-title > a:hover {
  color: #1a2e61 !important;
}
.panel-group .panel-heading .panel-title > a:hover:after {
  color: #1a2e61 !important;
}
.panel-group .panel-heading .panel-title > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  position: absolute;
  right: 13px;
  top: 36%;
  color: #1a2e61;
}
.panel-group .panel-heading .panel-title > a.collapsed {
  color: rgba(26, 46, 97, 0.7);
  opacity: 1;
}
.panel-group .panel-heading .panel-title > a.collapsed:after {
  content: "\f055";
  color: rgba(26, 46, 97, 0.7);
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.panel-group .panel .panel-body {
  height: auto;
}
.nav-pills > li > a {
  border-radius: 0;
  color: #1a2e61;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #1a2e61;
  background-color: #bac0d0;
}
@media (max-width: 767px) {
  .nav.nav-tabs.nav-stack-sm li {
    float: none;
  }
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:after,
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:before {
    display: none;
  }
}
/*------------------------------------------------------------------
[15. Form Elements]
*/

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px 0 0;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select[multiple],
select[size] {
  height: auto !important;
}
input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form legend {
  margin: 15px 0px 10px 0px;
}
.form-control {
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #0c152c;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #dde0e7;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus::-moz-placeholder {
  color: inherit;
  opacity: 0.33;
}
.form-control:focus:-ms-input-placeholder {
  color: inherit;
  opacity: 0.33;
}
.form-control:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.33;
}
.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.55;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.55;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.55;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #eeeff3;
  color: rgba(26, 46, 97, 0.66);
}
/* Input Sizes
--------------------------------------------------
*/

.input-sm,
.form-horizontal .form-group-sm .form-control {
  font-size: 13px;
  min-height: 32px;
  height: 32px;
  padding: 8px 9px;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  border-radius: 3px;
  font-size: 18px;
  height: 45px;
  padding: 11px 13px;
}
.input-xlg {
  height: 51px;
  font-size: 18px;
  line-height: 22px;
}
/* Checkboxes and Radio buttons
--------------------------------------------------
*/

.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px;
}
.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px !important;
  margin-right: 15px;
  font-size: 18px;
}
.radio label:before,
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: white;
  border: 1px solid #bac0d0;
}
.radio label {
  margin-bottom: 6px;
}
.radio label:before {
  top: 2.5px;
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + label:before {
  border-width: 5px;
}
.radio input[type="radio"]:focus + label {
  color: #0c152c;
}
.radio input[type="radio"]:focus + label:before {
  background-color: #bac0d0;
}
.radio input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #0d54ff;
}
.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #0d54ff;
}
.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #6ccbfe;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #ffae87;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f44e1a;
}
.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #f44e1a;
}
.checkbox input[type=radio][disabled] + label:after {
  background-color: #bac0d0;
}
.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap;
}
.checkbox label:before {
  top: 1.4px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.2px;
  top: 0px;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 3px;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8.5px;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: white;
}
.checkbox input[type="checkbox"]:focus + label {
  color: #0c152c;
}
.checkbox input[type="checkbox"]:focus + label:before {
  background-color: #bac0d0;
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}
.checkbox.right label:before {
  right: -35px;
  left: auto;
}
.checkbox.right input[type=checkbox]:checked + label {
  position: relative;
}
.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  right: -27px;
  left: auto;
}
body.rtl .checkbox label::after {
  left: -1.2px;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #0d54ff;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #0d54ff;
}
.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #f44e1a;
}
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #ffae87;
}
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #f44e1a;
}
.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #6ccbfe;
}
.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: white;
}
.input-group-addon:first-child {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.input-group .form-control:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
/* Form layouts
--------------------------------------------------
*/

@media only screen and (min-width: 768px) {
  form .row {
    margin-left: 0;
    margin-right: 0;
  }
  form .row [class*='col-']:not(:first-child),
  form .row [class*='col-']:not(:last-child) {
    padding-right: 7px;
    padding-left: 7px;
  }
  form .row [class*='col-']:first-child {
    padding-left: 0;
  }
  form .row [class*='col-']:last-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form .row [class*="col-md-"]:not(:first-child),
  form .row [class*="col-md-"]:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }
}
/* Form layouts  : Horizontal
--------------------------------------------------
*/

.form-horizontal .form-group {
  border-bottom: 1px solid #bac0d0;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0;
}
.form-horizontal .form-group:last-child {
  border-bottom: none;
}
.form-horizontal .form-group:hover .control-label {
  opacity: 0.6;
}
.form-horizontal .form-group.focused .control-label {
  opacity: 1;
}
.form-horizontal .form-group .control-label {
  text-align: left;
  opacity: 0.42;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
/* Form layouts  : Attached
--------------------------------------------------
*/

.form-group-attached .form-group.form-group-default {
  border-radius: 0;
  margin-bottom: 0;
}
.form-group-attached > div {
  margin: 0;
}
.form-group-attached > div:first-child.row > [class*='col-']:first-child .form-group-default {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.form-group-attached > div:first-child.row > [class*='col-']:last-child .form-group-default {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.form-group-attached > div:first-child.form-group-default {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.form-group-attached > div:last-child.row > [class*='col-']:first-child .form-group-default {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.form-group-attached > div:last-child.row > [class*='col-']:last-child .form-group-default {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.form-group-attached > div:last-child.form-group-default {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.form-group-attached > div.row > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.form-group-attached > div.row > [class*='col-']:not(:only-child):not(:last-child) > .form-group-default {
  border-right-color: transparent;
}
.form-group-attached > div:not(:last-child) .form-group-default,
.form-group-attached > div:not(:last-child).form-group-default {
  border-bottom-color: transparent;
}
/* Form layouts  : Responsive Handlers
--------------------------------------------------
*/

@media (max-width: 767px) {
  .form-group-attached .form-group-default {
    border-right-color: rgba(0, 0, 0, 0.15) !important;
  }
}
@media only screen and (min-width: 768px) {
  .form-group-attached > div.row > [class*='col-'] .form-group {
    height: 100%;
    width: 100%;
  }
}
/* Form Groups
--------------------------------------------------
*/

.form-group {
  margin-bottom: 10px;
}
.form-group label:not(.error) {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.form-group label .help {
  margin-left: 8px;
}
.form-group .help {
  font-size: 12px;
  color: rgba(26, 46, 97, 0.55);
}
.form-group-default {
  background-color: white;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.form-group-default.required:after {
  color: #f44e1a;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.form-group-default.disabled {
  background: #eeeff3;
  color: rgba(26, 46, 97, 0.23);
}
.form-group-default.disabled input {
  opacity: 0.6;
}
.form-group-default.disabled.focused {
  background: #eeeff3;
}
.form-group-default.disabled.focused label {
  opacity: 1;
}
.form-group-default.focused {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #dde0e7;
}
.form-group-default.focused label {
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.form-group-default.has-error {
  background-color: rgba(244, 78, 26, 0.1);
}
.form-group-default.has-success .form-control-feedback,
.form-group-default.has-error .form-control-feedback {
  display: none !important;
}
.form-group-default.has-success .form-control,
.form-group-default.has-success .form-control:focus,
.form-group-default.has-error .form-control,
.form-group-default.has-error .form-control:focus {
  border: none;
  box-shadow: none;
}
.form-group-default.input-group {
  padding: 0;
}
.form-group-default.input-group > label {
  margin-top: 6px;
  padding-left: 12px;
}
.form-group-default.input-group > label.inline {
  margin-top: 16px;
  float: left;
}
.form-group-default.input-group > .form-control {
  margin-top: -2px;
  margin-bottom: 3px;
  padding-left: 12px;
}
.form-group-default.input-group .input-group-addon {
  height: calc(50px);
  min-width: calc(50px);
  border-radius: 0;
  border: none;
}
.form-group-default.input-group.focused .input-group-addon {
  border-color: rgba(0, 0, 0, 0.1);
}
.form-group-default .form-control {
  border: none;
  height: 25px;
  min-height: 25px;
  padding: 0;
  margin-top: -4px;
  background: none;
}
.form-group-default .form-control.error {
  color: #0c152c;
}
.form-group-default .form-control:focus {
  background: none;
}
.form-group-default textarea.form-control {
  padding-top: 5px;
}
.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.form-group-default label.label-lg {
  font-size: 13px;
  left: 13px;
  top: 9px;
}
.form-group-default label.label-sm {
  font-size: 11px;
  left: 11px;
  top: 6px;
}
.form-group-default label.highlight {
  opacity: 1;
}
.form-group-default label.fade {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.form-group-default > .input-lg {
  height: 29px;
  min-height: 29px;
  padding-left: 1px;
}
.form-group-default > .input-sm {
  min-height: 18px;
  height: 18px;
}
.form-group-default.form-group-default-select {
  overflow: visible;
}
.form-group-default.form-group-default-select .ui-select-container.ui-select-bootstrap.dropdown .ui-select-match {
  padding-top: 6px;
  height: 23px;
}
.form-group-default.form-group-default-select .ui-select-container .select2-choices {
  border: 0px;
}
.form-group-default.form-group-default-select2 {
  padding: 0;
}
.form-group-default.form-group-default-select2 > label {
  position: absolute;
  z-index: 10;
  padding: 7px 12px 0 12px;
}
.form-group-default.form-group-default-select2 > label.label-lg {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-select2 > label.label-sm {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-select2 .select2-container .select2-choice {
  padding-top: 20px;
  height: 52px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-choice .select2-arrow b:before {
  top: 20px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-choice .select2-chosen {
  padding-left: 3px;
  padding-top: 1px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-choices {
  padding-top: 20px;
  height: 52px;
  border: 0px;
}
.form-group-default.form-group-default-select2 > .input-lg {
  height: auto;
  padding: 0;
}
.form-group-default.form-group-default-select2 > .input-lg .select2-choice {
  padding-top: 20px;
  height: 56px;
}
.form-group-default.form-group-default-select2 > .input-sm {
  height: auto;
  padding: 0;
}
.form-group-default.form-group-default-select2 > .input-sm .select2-choice {
  padding-top: 20px;
  height: 46px;
}
.form-group-default.form-group-default-selectFx {
  padding: 0;
}
.form-group-default.form-group-default-selectFx > label {
  position: absolute;
  z-index: 10;
  padding: 7px 12px 0 12px;
}
.form-group-default.form-group-default-selectFx > label.label-lg {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-selectFx > label.label-sm {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-placeholder {
  padding-top: 28px;
  height: 52px;
  padding-left: 12px;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select {
  height: auto;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select > span:after,
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select .cs-selected span:after {
  top: 39px;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-lg .cs-placeholder {
  height: 60px;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-sm .cs-placeholder {
  height: 50px;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .dropdown-placeholder {
  vertical-align: top;
}
/* Form validation
--------------------------------------------------
*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #0b44cf;
}
.has-success .form-control {
  border-color: #0b44cf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #08349e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  background: #dde0e7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(26, 46, 97, 0.47);
}
.has-success .form-control-feedback {
  color: #0b44cf;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #cf8d6d;
}
.has-warning .form-control {
  border-color: #cf8d6d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #c26f47;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  background: #dde0e7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(26, 46, 97, 0.47);
}
.has-warning .form-control-feedback {
  color: #cf8d6d;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #f44e1a;
}
.has-error .form-control {
  border-color: #f44e1a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #d1390a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  background: #dde0e7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(26, 46, 97, 0.47);
}
.has-error .form-control-feedback {
  color: #f44e1a;
}
.error {
  font-size: 14px;
  color: #f44e1a;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 4px;
  display: block;
}
/* Addon inputs
--------------------------------------------------
*/

.input-group-addon {
  background: #dde0e7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(26, 46, 97, 0.47);
  font-size: 14px;
  padding: 6px 9px;
  display: table-cell;
  border-radius: 3px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}
.input-group-addon i {
  position: relative;
  top: 1px;
}
.input-group-addon.primary {
  background-color: #0d54ff;
  border: 1px solid #0d54ff;
  color: white;
}
.input-group-addon.primary .arrow {
  color: #0d54ff;
}
.input-group-addon.success {
  background-color: #0090d9;
  color: white;
}
.input-group-addon.success .arrow {
  color: #0090d9;
}
.input-group-addon.info {
  background-color: #1f3853;
  color: white;
}
.input-group-addon.info .arrow {
  color: #1f3853;
}
.input-group-addon.warning {
  background-color: #fbb05e;
  color: white;
}
.input-group-addon.warning .arrow {
  color: #fbb05e;
}
.input-group-addon.danger {
  background-color: #f35958;
  color: white;
}
.input-group-addon.danger .arrow {
  color: #f35958;
}
.input-group-addon .arrow {
  position: relative;
  right: -6px;
  color: #d1dade;
  z-index: 100;
}
.input-group-addon .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 23px;
  position: absolute;
  left: 17px;
  top: -2px;
}
.input-group-addon:last-child .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-size: 23px;
  position: absolute;
  left: -23px;
  top: -2px;
}
.input-group-addon:last-child input {
  border-left: 0px;
}
/* Plugins
--------------------------------------------------
Datepicker
https://github.com/eternicode/bootstrap-datepicker
*/

.datepicker {
  padding: 16px 25px;
  border-radius: 2px;
  font-size: 12px;
}
.datepicker:after {
  border-bottom-color: #edeef2;
}
.datepicker thead tr .datepicker-switch {
  color: #6f7b8a;
  font-size: 13px;
}
.datepicker thead tr .next,
.datepicker thead tr .prev {
  color: #0d54ff;
  content: '';
  font-size: 0px;
}
.datepicker thead tr .next:before,
.datepicker thead tr .prev:before {
  color: #0d54ff;
  font-family: 'FontAwesome';
  font-size: 10px;
}
.datepicker thead tr .prev:before {
  content: "\f053";
}
.datepicker thead tr .next:before {
  content: "\f054";
}
.datepicker thead tr .dow {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0d54ff;
  text-transform: uppercase;
  font-size: 11px;
}
.datepicker thead tr th {
  width: 31px;
  height: 29px;
}
.datepicker tbody tr .odd {
  color: #d0d3d8;
}
.datepicker table tr td {
  width: 31px;
  height: 29px;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #bac0d0;
}
.datepicker table tr td.day:hover {
  background: #dde0e7;
}
.datepicker table tr td.active {
  background-color: #0d54ff !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  text-shadow: none;
  font-weight: 600;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #dde0e7;
  background-image: none;
  color: white;
}
.datepicker table tr td span {
  border-radius: 4px;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.datepicker table tr td span.active {
  background-color: #0d54ff !important;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-image: none;
  border: none;
  text-shadow: none;
}
.datepicker.dropdown-menu {
  border-color: #bac0d0;
  color: #1a2e61;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
  border-color: #bac0d0;
}
.datepicker-inline {
  width: auto;
}
.input-daterange .input-group-addon {
  text-shadow: none;
  border: 0;
}
/* Timepicker
https://github.com/m3wolf/bootstrap3-timepicker
*/

.bootstrap-timepicker-widget table td a i {
  font-size: 12px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget .bootstrap-timepicker-widget input {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  background: white;
}
/* Daterangepicker
http://www.dangrossman.info/
*/

.daterangepicker {
  background: white;
}
.daterangepicker .calendar .calendar-date {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.daterangepicker .calendar .prev,
.daterangepicker .calendar .next,
.daterangepicker .calendar th {
  color: #0d54ff;
  text-transform: uppercase;
  font-size: 11px;
}
.daterangepicker .calendar .month {
  color: #6f7b8a;
  font-size: 13px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0d54ff;
  border-color: #0d54ff;
}
/* Select2
http://ivaynberg.github.io/select2/
*/

.form-group-default .select2-container .select2-choice,
.select2-container-multi .select2-choices {
  border-color: transparent;
}
.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px;
}
.select2-container .select2-choice .select2-arrow {
  right: 0;
  left: auto;
  background: transparent;
  border-left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 2px;
  right: 5px;
  font-size: 12px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  margin-left: 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #dde0e7;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  -webkit-transform: scale(scale(1, -1));
  -ms-transform: scale(scale(1, -1));
  transform: scale(scale(1, -1));
}
.select2-drop.select2-drop-above {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #dde0e7;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.select2-search input {
  background: white !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.select2-results {
  margin: 3px 10px 10px 3px;
}
.select2-results li {
  color: #1a2e61;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #0c152c;
}
.select2-results li.select2-result-with-children > .select2-result-label:first-child {
  padding-top: 8px;
}
.select2-results .select2-highlighted {
  background: #dde0e7;
  border-radius: 3px;
}
.select2-results .select2-highlighted .select2-result-label {
  color: #1a2e61;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #1a2e61;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px;
}
.select2-drop-active {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-top: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
  z-index: 890;
}
.select2-container-multi .select2-choices {
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #bac0d0;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 21px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.select2-container-multi.select2-container-active .select2-search-choice {
  background-color: white !important;
}
.select2-container-multi .select2-search-choice-close {
  left: 6px;
}
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}
.select2-search-choice-close:hover {
  text-decoration: none;
}
.select2-search-choice-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
  color: #1a2e61;
}
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px;
}
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
}
.select2-drop-mask {
  z-index: 700;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background: #dde0e7;
  border-radius: 3px;
  color: #1a2e61;
}
.ui-select-bootstrap > .ui-select-choices {
  background-color: white;
}
.ui-select-choices-group-label {
  color: #0c152c;
  font-weight: bold;
}
.modal-open .select2-drop-active {
  z-index: 1051;
}
.modal-open .datepicker.dropdown-menu {
  z-index: 1051 !important;
}
.modal-open .select2-drop-mask {
  z-index: 1050;
}
.modal-open .cs-skin-slide.cs-active {
  z-index: 1050;
}
.dropdown-placeholder {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-mask {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 600;
}
/* Bootstrap Tags input
https://github.com/timschlechter/bootstrap-tagsinput
*/

.form-group-default .bootstrap-tagsinput {
  border: 0px;
  padding-left: 0;
}
.bootstrap-tagsinput {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding-bottom: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
.bootstrap-tagsinput.active-element {
  background-color: #bac0d0;
}
.bootstrap-tagsinput input {
  border: none;
  margin-bottom: 0px;
  min-height: 25px;
  min-width: 10em !important;
}
.bootstrap-tagsinput .tag {
  vertical-align: middle;
  padding: 6px 9px;
  padding-right: 6px;
  border-radius: 3px;
  line-height: 30px;
}
.bootstrap-tagsinput .tag[data-role="remove"] {
  margin-left: 4px;
}
.bootstrap-tagsinput .tag[data-role="remove"]:hover:active,
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: none;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  font-family: 'pages-icon';
  content: "\e60a";
  padding: 0;
}
/* Bootstrap3 wysihtml5
https://github.com/Waxolunist/bootstrap3-wysihtml5-bower
*/

.wysiwyg5-wrapper {
  position: relative;
}
.wysiwyg5-wrapper .wysihtml5-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 50px;*/
  background: #dde0e7;
  border-top: 1px solid #bac0d0;
}
.wysiwyg5-wrapper .wysihtml5-toolbar .btn {
  background: none repeat scroll 0 0 transparent;
  border-color: transparent;
  border-right-color: #bac0d0;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  border-width: 1px;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.wysiwyg5-wrapper .wysihtml5-toolbar .btn:hover .editor-icon {
  opacity: 0.8;
}
.wysiwyg5-wrapper .wysihtml5-toolbar .btn.active .editor-icon {
  opacity: 1;
}
.wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle {
  padding-left: 10px;
  padding-right: 20px;
}
.wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle .current-font {
  opacity: 0.5;
  font-size: 14px;
}
.wysiwyg5-wrapper .wysihtml5-toolbar > li {
  margin: 0;
  padding: 0;
}
.wysiwyg5-wrapper .wysiwyg {
  width: 100%;
  min-height: 200px;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 50px !important;
  border: 0;
}
.wysiwyg5-wrapper .wysiwyg:focus {
  background-color: #edeef2;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wysiwyg5-wrapper .expand-wysiwyg {
  bottom: 0;
  color: #a5a5a5;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
}
.wysiwyg5-wrapper .wysihtml5-sandbox {
  border: none !important;
  padding: 16px 16px 50px !important;
  width: 100% !important;
}
.wysiwyg5-wrapper .wysihtml5-sandbox.expanded {
  height: 100% !important;
}
.toggle-wysiwyg {
  position: absolute;
  right: 15px;
  top: 0;
}
.toggle-wysiwyg li {
  display: inline-block;
  font-weight: 600;
}
.editor-icon {
  background-image: url(/Content/Partner/Default/less/img/editor_tray.png);
  display: inline-block;
  height: 40px;
  margin-top: 5px;
  opacity: 0.4;
  vertical-align: top;
  width: 40px;
}
.editor-icon-headline {
  background-position: 0 0;
  width: 31px;
}
.editor-icon-bold {
  background-position: -40px 0;
}
.editor-icon-italic {
  background-position: -80px 0;
}
.editor-icon-underline {
  background-position: -120px 0;
}
.editor-icon-link {
  background-position: -160px 0;
}
.editor-icon-quote {
  background-position: -200px 0;
}
.editor-icon-ul {
  background-position: -240px 0;
}
.editor-icon-ol {
  background-position: -280px 0;
}
.editor-icon-outdent {
  background-position: -320px 0;
}
.editor-icon-indent {
  background-position: -360px 0;
}
.editor-icon-image {
  background-position: -400px 0;
}
.editor-icon-html {
  background-position: -440px 0;
}
/* Summernote
https://github.com/HackerWins/summernote
*/

.summernote-wrapper .note-editor {
  border-color: #bac0d0;
}
.summernote-wrapper .note-editor .note-toolbar {
  padding: 0;
  background-color: #dde0e7;
  border-bottom: none;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group {
  margin: 0 -1px 0 0;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn {
  font-size: 12px;
  font-weight: 600;
  height: 50px;
  min-width: 47px;
  line-height: 50px;
  padding: 0 5px;
  border-radius: 0;
  background-color: #dde0e7;
  border-color: transparent;
  border-right-color: #bac0d0;
  border-bottom-color: #bac0d0;
  color: #1a2e61;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.active,
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:active {
  background-color: #bac0d0;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.dropdown-toggle {
  min-width: 61px;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:last-child),
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:only-child) {
  margin-right: 1px;
}
.summernote-wrapper .note-editor .note-statusbar {
  background-color: transparent;
}
.summernote-wrapper .note-editor .note-statusbar .note-resizebar {
  border-top-color: transparent;
}
.summernote-wrapper .note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #bac0d0;
}
.summernote-wrapper .note-popover .popover .popover-content .dropdown-menu li a i,
.summernote-wrapper .note-toolbar .dropdown-menu li a i {
  color: #0d54ff;
}
input,
input:focus {
  -webkit-transition: none !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #dde0e7 inset !important;
}
input.error:-webkit-autofill,
input.error:-webkit-autofill:focus,
.has-error input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f9e9e9 inset !important;
}
/* Pages SelectFx */

/* Default custom select styles */

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: white;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */

}
.cs-select select {
  display: none;
}
.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Placeholder and selected option */

.cs-select > span {
  padding-right: 3em;
}
.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-select > span::after {
  content: '\25BE';
  right: 1em;
}
.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em;
}
.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
/* Options */

.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: white;
  visibility: hidden;
}
.cs-select.cs-active .cs-options {
  visibility: visible;
}
.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cs-select ul span {
  padding: 1em;
}
.cs-select ul li.cs-focus span {
  background-color: #dddddd;
}
/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
  cursor: default;
}
div.cs-skin-slide {
  color: white;
  /*font-size: 1.5em;*/
  width: 300px;
}
@media screen and (max-width: 30em) {
  div.cs-skin-slide {
    font-size: 1em;
    width: 250px;
  }
}
div.cs-skin-slide::before {
  content: '';
  background: #282b30;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.cs-skin-slide.cs-active::before {
  -webkit-transform: scale3d(1.1, 3.5, 1);
  transform: scale3d(1.1, 3.5, 1);
}
.cs-skin-slide > span {
  height: 80px;
  line-height: 32px;
  -webkit-transition: text-indent 0.3s, opacity 0.3s;
  transition: text-indent 0.3s, opacity 0.3s;
}
@media screen and (max-width: 30em) {
  .cs-skin-slide > span {
    height: 60px;
    line-height: 28px;
  }
}
.cs-skin-slide.cs-active > span {
  text-indent: -290px;
  opacity: 0;
}
.cs-skin-slide.cs-active > span::after {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.cs-skin-slide .cs-options {
  background: transparent;
  width: 70%;
  height: 400%;
  padding: 1.9em 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 30em) {
  .cs-skin-slide .cs-options {
    padding-top: 3em;
  }
}
.cs-skin-slide .cs-options li {
  opacity: 0;
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cs-skin-slide.cs-active .cs-options li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cs-skin-slide.cs-active .cs-options li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* more options need more delay declaration */

.cs-skin-slide .cs-options li span {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 65%;
  padding: 0.8em 1em 0.8em 2.5em;
}
.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
  color: #eb7e7f;
  background: transparent;
}
.cs-skin-slide .cs-selected span::after {
  content: '';
}
/* Pages Select  overriding */

.form-group-default .cs-skin-slide > span {
  padding: 0 30px 0 0;
  height: 22px;
  line-height: 21px;
}
.form-group-default .cs-wrapper {
  width: 100%;
}
.cs-wrapper {
  display: inline-block;
}
.form-control.cs-select:not(.cs-active) {
  width: 100% !important;
}
.cs-select {
  background-color: transparent;
}
.cs-select span {
  text-overflow: initial;
}
.cs-select .cs-placeholder {
  width: 100%;
}
div.cs-skin-slide {
  width: auto;
  font-family: Arial, sans-serif;
  color: #5e5e5e;
}
div.cs-skin-slide:before {
  background-color: transparent;
}
div.cs-skin-slide.cs-transparent {
  background: none;
}
div.cs-skin-slide.cs-transparent .cs-backdrop {
  border-color: transparent;
  background: none;
}
div.cs-skin-slide.cs-transparent.cs-active .cs-backdrop {
  background: #edeef2;
}
div.cs-skin-slide > span {
  height: 35px;
  padding: 6px 33px 6px 17px;
  line-height: 23px;
  z-index: 1;
}
div.cs-skin-slide.cs-active {
  z-index: 890;
}
div.cs-skin-slide.cs-active:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
div.cs-skin-slide.cs-active .cs-backdrop {
  border: transparent;
  background: #edeef2;
  box-shadow: -1px 0 1px #cccccc, 1px 0 1px #cccccc;
}
div.cs-skin-slide > span:after,
div.cs-skin-slide.cs-active > span:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #5e5e5e;
}
div.cs-skin-slide .cs-options {
  height: auto;
  padding: 9px 0;
  width: auto;
  padding: 10px;
  max-height: 350px;
  transform: translate3d(1, 1, 1);
  overflow: hidden;
  z-index: 1;
}
div.cs-skin-slide .cs-options ul {
  width: 100%;
  display: table;
}
div.cs-skin-slide .cs-options ul li {
  display: table-row;
}
div.cs-skin-slide .cs-options ul li span {
  display: table-cell;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  padding: 5px 0;
  text-transform: none;
  max-height: 350px;
  overflow-y: auto;
}
div.cs-skin-slide .cs-options ul li span:hover,
div.cs-skin-slide .cs-options ul li.cs-focus span,
div.cs-skin-slide .cs-options ul li.cs-selected span {
  color: #0c152c;
}
.cs-backdrop {
  background: none repeat scroll 0 0 white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
  transition-delay: 0.3s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
  transition-delay: 0.35s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(8) {
  transition-delay: 0.4s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(9) {
  transition-delay: 0.45s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(10) {
  transition-delay: 0.5s;
}
.cs-skin-slide.cs-active .cs-options li:nth-child(11) {
  transition-delay: 0.55s;
}
/* Dropzone for Angular */

.dropzone[dropzone="dropzone"] input[type="file"] {
  visibility: hidden;
}
/* end overrides */

/* Demo specifc classes */

.demo-form-wysiwyg {
  height: 250px;
}
.budget-topup-input[readonly] {
  background-color: initial;
  opacity: initial;
  color: initial;
}
/*------------------------------------------------------------------
[16. Tables and Datatables]
*/

/* Generic Tables 
------------------------------------
*/

.table {
  margin-top: 5px;
}
.table thead tr th {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 13px;
  padding-top: 14px;
  padding-bottom: 14px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(186, 192, 208, 0.7);
  color: rgba(12, 21, 44, 0.35);
}
.table thead tr th[class*='sorting_']:not([class='sorting_disabled']) {
  color: #0c152c;
}
.table thead tr th:first-child {
  padding-left: 18px !important;
}
.table thead tr th .btn {
  margin-top: -20px;
  margin-bottom: -20px;
}
.table tbody tr td {
  background: white;
  border-bottom: 1px solid rgba(186, 192, 208, 0.7);
  border-top: 0px;
  padding: 20px;
  font-size: 13.5px;
}
.table tbody tr td .btn-tag {
  background: rgba(12, 21, 44, 0.07);
  display: inline-block;
  margin: 5px;
  border-radius: 4px;
  padding: 5px;
  color: #62605a !important;
}
.table tbody tr td .btn-tag:hover {
  background: rgba(12, 21, 44, 0.15);
}
.table tbody tr td[class*='sorting_'] {
  color: black;
}
.table tbody tr.selected td {
  background: #ffceb7;
}
.table.table-hover tbody tr:hover td {
  background: #f89576 !important;
}
.table.table-hover tbody tr.selected:hover td {
  background: #ffceb7 !important;
}
.table.table-striped tbody tr td {
  background: #f7f7f7 !important;
}
.table.table-striped tbody tr:nth-child(2n+1) td {
  background: white !important;
}
.table.table-borderless tbody tr td {
  border-top: 0;
}
.table.table-condensed {
  table-layout: fixed;
}
.table.table-condensed thead tr th {
  padding-left: 20px;
  padding-right: 20px;
}
.table.table-condensed tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.table.table-condensed thead tr th,
.table.table-condensed tbody tr td,
.table.table-condensed tbody tr td *:not(.dropdown-default) {
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.table-condensed thead tr th.reset-overflow *,
.table.table-condensed tbody tr td.reset-overflow *,
.table.table-condensed tbody tr td *:not(.dropdown-default).reset-overflow * {
  overflow: initial !important;
}
.table.table-condensed.table-detailed > tbody > tr.shown > td {
  background: #ffceb7;
}
.table.table-condensed.table-detailed > tbody > tr.shown > td:first-child:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td {
  background: rgba(247, 247, 247, 0.4);
  padding: 0px 40px;
}
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline {
  background: transparent;
}
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline tr,
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline td {
  background: transparent;
  font-weight: 600;
}
.table.table-condensed.table-detailed > tbody > tr.row-details > td:first-child:before {
  content: '';
}
.table.table-condensed.table-detailed > tbody > tr > td:hover {
  cursor: pointer;
}
.table.table-condensed.table-detailed > tbody > tr > td:first-child:before {
  content: "\f054";
  display: inline-block;
  margin-right: 8px;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.table.table-condensed.table-detailed .table-inline td {
  border: none;
  text-align: left;
}
.table.table-borderless > tbody > tr > td {
  border-bottom: 0px;
}
.fht-table {
  margin-bottom: 0 !important;
}
/* Data-tables 
------------------------------------
*/

.table.dataTable.no-footer {
  border: none;
}
.dataTables_scroll:hover .dataTables_scrollBody:before {
  content: "";
  top: 0;
  height: 0;
}
.dataTables_scrollBody {
  overflow-y: auto;
  border: none !important;
}
.dataTables_scrollBody:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
}
.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate ul > li > a {
  padding: 5px 10px;
  color: #1a2e61;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.dataTables_wrapper .dataTables_paginate ul > li > a:hover {
  opacity: 0.65;
}
.dataTables_wrapper .dataTables_paginate ul > li.next > a,
.dataTables_wrapper .dataTables_paginate ul > li.prev > a {
  opacity: 1;
}
.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: 0.35;
}
.dataTables_wrapper .dataTables_paginate ul > li.disabled a:hover {
  opacity: 0.35;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: 25px !important;
}
.dataTables_paginate.paging_bootstrap.pagination {
  padding-top: 0;
  padding-right: 20px;
}
.dataTables_wrapper .dataTables_info {
  clear: none;
  font-size: 12px;
  padding: 0 33px;
  color: #1a2e61;
}
.dataTables_wrapper .dataTables_paginate ul > li {
  display: inline-block;
  padding-left: 0;
  font-size: 11px;
}
.dataTables_scrollHeadInner {
  padding-right: 0 !important;
}
.export-options-container {
  position: relative;
}
.dataTables_wrapper .dataTables_paginate ul > li.active > a {
  font-weight: bold;
  color: #1a2e61;
  opacity: 1;
}
.export-options-container a {
  color: inherit;
  opacity: 1;
}
.exportOptions .DTTT.btn-group a {
  display: block !important;
}
table.dataTable thead .sorting_asc:after {
  background-image: url(/Content/Partner/Default/less/img/icons/sort_asc.png);
}
table.dataTable thead .sorting_desc:after {
  background-image: url(/Content/Partner/Default/less/img/icons/sort_desc.png);
}
table.dataTable thead .sorting:after {
  background-image: url(/Content/Partner/Default/less/img/icons/sort_both.png);
}
table.dataTable thead .sorting_asc_disabled:after {
  background-image: url(/Content/Partner/Default/less/img/icons/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled:after {
  background-image: url(/Content/Partner/Default/less/img/icons/sort_desc_disabled.png);
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 12px;
  content: "";
  width: 19px;
  height: 19px;
  background-position: center center;
  opacity: 1;
}
/* Responsive Handlers : Tables */

@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_info {
    float: left;
  }
  .dataTables_paginate.paging_bootstrap.pagination {
    float: right;
  }
}
@media (max-width: 480px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
    clear: both;
    display: block;
  }
}
/* Demo classes */

.demo-table-search thead th:nth-child(1) {
  width: 20%;
}
.demo-table-search thead th:nth-child(2) {
  width: 22%;
}
.demo-table-search thead th:nth-child(3) {
  width: 24%;
}
.demo-table-search thead th:nth-child(4) {
  width: 15%;
}
.demo-table-search thead th:nth-child(5) {
  width: 19%;
}
.demo-table-dynamic thead th:nth-child(1) {
  width: 25%;
}
.demo-table-dynamic thead th:nth-child(2) {
  width: 30%;
}
.demo-table-dynamic thead th:nth-child(3) {
  width: 20%;
}
.demo-table-dynamic thead th:nth-child(4) {
  width: 25%;
}
.fit-content {
  width: 1%;
  white-space: nowrap;
}
/*------------------------------------------------------------------
[17. Charts]
*/

.line-chart .nvd3 line.nv-guideline {
  /* Vertical bar on hover in interactive chart */
  stroke-width: 30px;
  stroke-opacity: 0.04;
  stroke: black;
}
.line-chart .nvd3 .nv-groups path.nv-area {
  /*  filled area */
  fill-opacity: 0.1;
}
.line-chart .nvd3 .nv-groups path.nv-line {
  /*  Line */
  stroke-opacity: 0.3;
}
.line-chart .nvd3 .nv-axis line {
  /*  grid lines */
  stroke-opacity: 0.5;
}
.line-chart[data-x-grid="false"] .nv-x .tick line {
  display: none;
}
.line-chart[data-y-grid="false"] .nv-y .tick line {
  display: none;
}
.line-chart .domain {
  /* domain */
  opacity: 0;
}
.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  /* Toggle points */
  fill-opacity: 1;
  stroke-opacity: 0.5;
}
.line-chart .nvtooltip table td.legend-color-guide div {
  border-radius: 100px;
}
.line-chart thead .nv-pointer-events-none strong {
  color: #466dce;
}
.line-chart .nv-pointer-events-none {
  font-size: 12px;
}
.line-chart .nv-pointer-events-none .value.nv-pointer-events-none {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 11px;
  color: #466dce;
}
.line-chart .nvtooltip table {
  margin: 12px 10px 14px 15px;
}
.line-chart .nvtooltip.xy-tooltip.nv-pointer-events-none {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.line-chart[data-stroke-width="1"] .nvd3 .nv-groups path.nv-line {
  /* Line widths */
  stroke-width: 1px;
}
.line-chart[data-stroke-width="1"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  /* Line widths */
  stroke-width: 2px;
}
.line-chart[data-stroke-width="2"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 2px;
}
.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 3px;
}
.line-chart[data-stroke-width="3"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 3px;
}
.line-chart[data-stroke-width="3"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 4px;
}
.line-chart .tick text,
.line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
  fill: rgba(26, 46, 97, 0.5);
  font-family: "Montserrat";
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
}
.line-chart .nvd3.nv-scatter .nv-groups .nv-point.hover,
.line-chart .nvd3 .nv-groups .nv-point.hover {
  fill: inherit !important;
  stroke: inherit !important;
}
/* Line widths
------------------------------------
*/

.line-chart[data-line-color="master"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="master"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="master"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #1a2e61;
}
.line-chart[data-line-color="success"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="success"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="success"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #0d54ff;
}
.line-chart[data-line-color="primary"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="primary"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="primary"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #0d54ff;
}
.line-chart[data-line-color="info"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="info"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="info"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #6ccbfe;
}
.line-chart[data-line-color="complete"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="complete"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="complete"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #f44e1a;
}
.line-chart[data-line-color="warning"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="warning"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="warning"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #ffae87;
}
.line-chart[data-line-color="danger"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="danger"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="danger"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #f44e1a;
}
.line-chart[data-line-color="white"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="white"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="white"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: white;
}
.line-chart[data-line-color="black"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="black"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="black"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: black;
}
/* Area Fill colors
------------------------------------
*/

.line-chart[data-area-color="master"] .nvd3 .nv-groups path.nv-area {
  fill: #1a2e61;
}
.line-chart[data-area-color="success"] .nvd3 .nv-groups path.nv-area {
  fill: #0d54ff;
}
.line-chart[data-area-color="info"] .nvd3 .nv-groups path.nv-area {
  fill: #6ccbfe;
}
.line-chart[data-area-color="complete"] .nvd3 .nv-groups path.nv-area {
  fill: #f44e1a;
}
.line-chart[data-area-color="primary"] .nvd3 .nv-groups path.nv-area {
  fill: #0d54ff;
}
.line-chart[data-area-color="warning"] .nvd3 .nv-groups path.nv-area {
  fill: #ffae87;
}
.line-chart[data-area-color="danger"] .nvd3 .nv-groups path.nv-area {
  fill: #f44e1a;
}
.line-chart[data-area-color="white"] .nvd3 .nv-groups path.nv-area {
  fill: white;
}
.line-chart[data-area-color="black"] .nvd3 .nv-groups path.nv-area {
  fill: black;
}
/* Point fill colors
------------------------------------
*/

.line-chart[data-point-color="master"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #1a2e61;
}
.line-chart[data-point-color="success"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #0d54ff;
}
.line-chart[data-point-color="info"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #6ccbfe;
}
.line-chart[data-point-color="complete"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #f44e1a;
}
.line-chart[data-point-color="primary"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #0d54ff;
}
.line-chart[data-point-color="warning"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #ffae87;
}
.line-chart[data-point-color="danger"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #f44e1a;
}
.line-chart[data-point-color="white"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: white;
}
#nvd3-line svg,
#nvd3-line2 svg,
#nvd3-area svg {
  height: 500px;
}
/* Rickshaw Charts
------------------------------------
*/

.rickshaw-chart.rickshaw_graph .detail {
  padding-left: 15px;
  transform: translateX(-15px);
  width: 30px;
  background: rgba(0, 0, 0, 0.04);
  right: -15px;
}
.rickshaw-chart.rickshaw_graph .detail .item,
.rickshaw-chart.rickshaw_graph .detail .x_label {
  transform: translateX(15px);
}
.rickshaw-chart.rickshaw_graph .detail:after {
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: block;
}
.rickshaw-chart .y_grid .tick.major line {
  stroke-dasharray: 3px, 5px;
  opacity: 0.7;
}
.rickshaw-chart.rickshaw_graph .detail .x_label {
  display: none;
}
.rickshaw-chart.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em;
}
.rickshaw-chart.rickshaw_graph .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0;
}
.rickshaw-chart.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #a0a0a0;
  opacity: 0.5;
}
#tab-rickshaw-realtime #rickshaw-realtime_y_axis {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 40px;
  left: 0;
  z-index: 1;
}
#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks path,
#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 path {
  fill: none;
  stroke: none;
}
#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks text,
#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 text {
  opacity: 0.35;
  font-family: 'Montserrat';
  font-size: 11px;
}
#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .dot {
  border-radius: 50px;
}
#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .x_label {
  display: none;
}
#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em;
}
#tab-rickshaw-bars #rickshaw-stacked-bars .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0;
}
#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #a0a0a0;
  opacity: 0.5;
}
#tab-rickshaw-slider #rickshaw-slider {
  height: 500px;
}
#tab-rickshaw-slider .rickshaw_graph .x_grid_d3 .tick {
  stroke-opacity: 0;
}
#tab-rickshaw-slider .rickshaw_graph .y_ticks path,
#tab-rickshaw-slider .rickshaw_graph .x_ticks_d3 path {
  stroke: none;
}
#tab-rickshaw-slider .rickshaw_graph .y_ticks text,
#tab-rickshaw-slider .rickshaw_graph .x_ticks_d3 text {
  font-family: 'Montserrat';
  font-size: 11px;
}
#tab-rickshaw-slider .rickshaw_range_slider_preview .frame {
  opacity: 0;
}
#tab-rickshaw-slider .rickshaw_range_slider_preview .left_handle,
#tab-rickshaw-slider .rickshaw_range_slider_preview .right_handle {
  fill: black;
  fill-opacity: 0.1 !important;
}
#tab-rickshaw-slider .slider {
  position: absolute;
  top: 0;
  height: 93px;
  overflow: hidden;
}
#tab-rickshaw-slider .chart {
  position: absolute;
  bottom: 40px;
  top: 150px;
  left: 33px;
  right: 0;
  width: auto;
}
#tab-rickshaw-slider .chart .x_tick.plain .title {
  font-family: 'Montserrat';
  font-size: 11px;
}
#tab-rickshaw-slider .y_axis {
  bottom: 0;
  position: absolute;
  top: 150px;
  width: 40px;
  left: -6px;
}
#tab-rickshaw-slider .rickshaw_graph .x_tick {
  border-color: transparent;
}
#tab-rickshaw-slider .rickshaw_graph .x_tick .title {
  bottom: -24px;
  left: -15px;
}
/*------------------------------------------------------------------
[18. List]
*/

.list-view-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.list-view-container {
  position: relative;
}
.list-view-container .list-quickscroll ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 120;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-view-container .list-quickscroll ul li a {
  font-size: 0.7em;
  vertical-align: baseline;
}
.list-view-group-container {
  margin: 0;
  min-height: 1px;
  overflow: hidden;
  padding: 26px 0 0 0;
  position: relative;
}
.list-view-group-container:last-child ul {
  border: 0;
}
.list-view-group-header,
.list-view-fake-header {
  background: #edeef2;
  color: #232830;
  font: normal 11px/14px 'Montserrat', Arial;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 0 5px 15px;
  position: absolute;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 10;
}
.list-view-group-header {
  bottom: auto;
  min-height: 1px;
  top: 0;
  width: 100%;
  border-top: 0;
}
.list-view-fake-header {
  width: 100%;
  z-index: 100;
  font-size: 11px !important;
  line-height: 14px !important;
}
.list-view-fake-header.list-view-hidden {
  visibility: hidden;
}
.list-view-group-container.list-view-animated .list-view-group-header {
  bottom: 0;
  top: auto;
}
input.list-view-search {
  font-size: 15px;
  color: #232830;
}
.no-top-border .list-view-fake-header {
  border-top: 0;
}
.list-view ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.list-view li {
  padding-left: 15px;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  display: table;
}
.list-view li:hover {
  background-color: #f89576;
}
.list-view li.active {
  background-color: #ffceb7;
}
.list-view li p {
  margin: 0;
  line-height: 19px;
}
.list-view li > a {
  margin-right: 15px;
  display: table;
  width: 100%;
}
.list-view.boreded li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.list-view.boreded li:last-child > a {
  border-bottom: 0;
}
.list-view.boreded li + li {
  border-top: 0;
}
[data-ios="true"] .list-view-group-header,
[data-ios="true"] .list-view-fake-header {
  width: 288px;
  /*scrollbars aren't visible in iOS devices, so make the headers wider */

}
.list-group-item {
  border: 1px solid #dde0e7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #2565ff;
  border-color: #2565ff;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group.list-striped .list-group-item {
  border-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
}
.list-group.list-striped .list-group-item:first-of-type {
  border-top-width: 1px;
}
.list-group.list-striped .list-group-item:last-of-type {
  border-bottom-width: 1px;
}
.list-group.list-striped .list-group-item:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.07);
}
/*------------------------------------------------------------------
[27. Pricing]
*/

.pricing-table td[class*="bg-"],
.pricing-table th[class*="bg-"] {
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.02);
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.pricing-table > thead > tr > th {
  border-bottom-width: 1px;
}
.pricing-table tr td:nth-child(2),
.pricing-table tr th:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  /* Force table to not be like tables anymore */
  
  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table th,
  .pricing-table td,
  .pricing-table tr {
    display: block;
  }
  .pricing-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pricing-table tr {
    margin-top: 25px;
  }
  .pricing-table tr td:nth-child(2),
  .pricing-table tr th:nth-child(2) {
    border-left: none;
  }
  .pricing-table td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .pricing-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    margin-top: -11px;
    left: 17px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .pricing-table td:before {
    content: attr(data-title);
  }
}
/* Pricing Layouts */

.pricing-layout-overflow-top {
  position: relative;
  margin-top: -232px;
}
/*------------------------------------------------------------------
[27. Widgets]
*/

.widget {
  position: relative;
}
.widget > div {
  position: relative;
  z-index: 1;
}
.widget:after {
  background-size: cover;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.69;
}
.widget-1:after {
  background-image: url(/Content/Partner/Default/assets/img/dashboard/pages_hero.jpg);
  background-size: cover;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.69;
}
.widget-1:before {
  background-image: url(/Content/Partner/tau/app/img/linear_gradient.png);
  background-repeat: repeat-x;
  content: " ";
  left: 0;
  right: 0;
  height: 325px;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.widget-1 > .panel-body .company:nth-child(2) > div {
  display: table;
  margin: 0 auto;
  width: 127px;
}
.widget-1 > .panel-body > * {
  z-index: 1;
}
.widget-1 > .panel-body > *:not(.pull-bottom) {
  position: relative;
}
.widget-1 > .panel-body .pull-bottom {
  padding: 0 49px 56px 42px;
}
.widget-1 span.label {
  color: white;
  background: rgba(255, 255, 255, 0.3);
}
.widget-2:after {
  background-image: url(/Content/Partner/Default/assets/img/social/person-cropped.jpg);
}
.widget-3 a {
  text-decoration: none;
}
.widget-3 .pg-map {
  font-size: 30px;
}
.widget-3 .widget-3-fav {
  background: rgba(0, 0, 0, 0.07);
  vertical-align: middle;
  padding: 6px 11px;
  display: block;
}
.widget-4 .row-sm-height:nth-child(1) {
  height: 30px;
}
.widget-4 .row-sm-height:nth-child(2) {
  height: 30px;
}
.widget-4-chart {
  height: 100%;
  width: 100%;
  bottom: 0;
  position: absolute;
  right: 0;
}
.widget-4-chart.line-chart .tick text,
.widget-4-chart .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
  transform: translate(-10px, -32px);
}
.widget-4-chart .nvtooltip .nv-pointer-events-none thead {
  display: none;
}
.widget-4-chart .nvtooltip .nv-pointer-events-none tbody .nv-pointer-events-none .key {
  display: none;
}
.widget-5-chart-container {
  overflow: hidden;
}
.widget-5-chart {
  height: auto;
  width: auto;
  bottom: 20px;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 40px;
}
.widget-6 {
  background: #616f92;
}
.widget-6 .label {
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.67);
}
.widget-7 .slide-back .row-sm-height:nth-child(1) {
  height: 60%;
}
.widget-7 .slide-back .row-sm-height:nth-child(2) {
  height: 40%;
}
.widget-7-chart {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.widget-7-chart.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-opacity: 1;
}
.widget-7-chart .nvd3 circle.nv-point:nth-child(4) {
  fill: #f44e1a !important;
  stroke: #f44e1a !important;
}
.widget-8 {
  height: 145px;
}
.widget-8 .row-xs-height:first-child {
  height: 41px;
}
.widget-8-chart {
  height: 100px;
  width: 50%;
  bottom: 0;
  position: absolute;
  right: 0;
}
.widget-8-chart .line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-opacity: 0.3;
}
.widget-8-chart .line-chart .nvd3 .nv-groups path.nv-line {
  stroke-opacity: 0.15;
}
.widget-8-chart .nvtooltip {
  display: none;
}
.widget-9 {
  height: 145px;
}
.widget-9 .row-xs-height:first-child {
  height: 26px;
}
.widget-9 .progress {
  background: rgba(0, 0, 0, 0.1);
}
.widget-10 {
  height: 145px;
}
.widget-11 sup {
  margin-right: -4px;
}
.widget-11 .widget-11-table {
  height: 380px;
}
.widget-11 .widget-11-table tr td:first-child {
  width: 40%;
}
.widget-11-2 sup {
  margin-right: -4px;
}
.widget-11-2 .widget-11-2-table {
  height: 273px;
}
.widget-12 .list-inline a {
  padding: 3px 4px;
  border-radius: 3px;
  opacity: 0.7;
}
.widget-12 .list-inline .active a {
  opacity: 1;
}
.widget-12 .nvd3-line svg {
  height: 316px;
}
.widget-12 .company-stat-boxes .close {
  line-height: 0;
}
.widget-12 .widget-12-search {
  margin-top: -3px;
}
.widget-14 .row-xs-height:nth-child(1) {
  height: 30px;
}
.widget-14 .row-xs-height:nth-child(2) {
  height: 120px;
}
.widget-14 .row-xs-height:nth-child(3) {
  height: 297px;
}
.widget-14-chart_y_axis {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 35px;
  left: 0;
  z-index: 2;
}
.widget-14-chart_y_axis .rickshaw_graph .y_ticks path,
.widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 path {
  fill: none;
  stroke: none;
}
.widget-14-chart_y_axis .rickshaw_graph .y_ticks text,
.widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 text {
  opacity: 0.35;
  font-family: 'Montserrat';
  font-size: 11px;
}
.widget-14-chart_y_axis .y_ticks.plain g:first-child {
  opacity: 0 !important;
}
.widget-14-chart-legend .ui-sortable li {
  padding-right: 0;
}
.widget-14-chart-legend .ui-sortable li .action {
  display: none;
}
.widget-14-chart-legend .ui-sortable li:last-child {
  margin-top: 7px;
}
.widget-15 #widget-15-tab-1 > div {
  height: 170px;
}
.widget-15-2 {
  height: 469px;
}
.widget-15-2 #widget-15-2-tab-1 .full-width {
  height: 180px;
}
.widget-16-header .pull-left:last-child {
  width: 69%;
}
.widget-16-chart {
  height: 100px;
}
.widget-16-chart.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 2px;
}
.widget-17 {
  height: 467px;
}
.widget-17 .widget-17-weather {
  width: 90%;
}
.widget-18-post {
  height: 342px;
  background: url(/Content/Partner/Default/assets/img/social/quote.jpg);
  background-position: center center;
  background-size: cover;
}
.widget-19-post {
  height: 237px;
  background: #00a79a;
}
.widget-19-post img {
  top: 50%;
  margin-top: -70px;
}
.btn-circle-arrow {
  border: 1px solid white;
  border-radius: 100px;
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.btn-circle-arrow i {
  font-size: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -4px;
}
/*** Large screens ***/

@media only screen and (min-width: 1824px) {
  .ar-3-2:before {
    padding-top: calc(55% - 5px) !important;
  }
  .ar-2-3:before {
    padding-top: calc(135% - 5px) !important;
  }
}
@media (max-width: 991px) {
  .panel {
    height: auto !important;
  }
  .widget-8,
  .widget-9,
  .widget-10 {
    height: 180px !important;
  }
}
@media (max-width: 480px) {
  .widget-1-wrapper {
    height: 340px;
  }
}
@media (max-width: 420px) {
  .widgets-container {
    margin-top: 80px;
  }
}
@media (max-width: 610px) {
  .widget-item,
  .widgets-container {
    width: 100% !important;
  }
}
/*------------------------------------------------------------------
[28. Misc : Helper Classes]
*/

.custom {
  height: 150px;
}
.icon-list .fa-item {
  display: block;
  color: #050811;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
}
.icon-list .fa-item > i {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.push-on-sidebar-open {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-backface-visibility: hidden;
}
/* Thumbnail for icons and profile pics
------------------------------------
*/

.thumbnail-wrapper {
  display: inline-block;
  overflow: hidden;
  float: left;
}
.thumbnail-wrapper.circular {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.thumbnail-wrapper.bordered {
  border-width: 4px;
  border-style: solid;
}
.thumbnail-wrapper.bordered.d16 {
  width: 20px;
  height: 20px;
}
.thumbnail-wrapper.bordered.d16 > * {
  line-height: 12px;
}
.thumbnail-wrapper.bordered.d24 {
  width: 28px;
  height: 28px;
}
.thumbnail-wrapper.bordered.d24 > * {
  line-height: 24px;
}
.thumbnail-wrapper.bordered.d32 {
  width: 36px;
  height: 36px;
}
.thumbnail-wrapper.bordered.d32 > * {
  line-height: 28px;
}
.thumbnail-wrapper.bordered.d48 {
  width: 52px;
  height: 52px;
}
.thumbnail-wrapper.bordered.d48 > * {
  line-height: 44px;
}
.thumbnail-wrapper.d16 {
  width: 16px;
  height: 16px;
}
.thumbnail-wrapper.d16 > * {
  line-height: 16px;
}
.thumbnail-wrapper.d24 {
  width: 24px;
  height: 24px;
}
.thumbnail-wrapper.d24 > * {
  line-height: 24px;
}
.thumbnail-wrapper.d32 {
  width: 32px;
  height: 32px;
}
.thumbnail-wrapper.d32 > * {
  line-height: 32px;
}
.thumbnail-wrapper.d39 {
  width: 39px;
  height: 39px;
}
.thumbnail-wrapper.d39 > * {
  line-height: 39px;
}
.thumbnail-wrapper.d48 {
  width: 48px;
  height: 48px;
}
.thumbnail-wrapper.d48 > * {
  line-height: 50px;
}
.thumbnail-wrapper > * {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* Profile dropdown
------------------------------------
*/

.profile-dropdown {
  background: white;
  padding: 0;
}
.profile-dropdown:before {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.profile-dropdown:after {
  position: absolute;
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}
.profile-dropdown li:last-child {
  margin-top: 11px;
  padding: 0;
}
.profile-dropdown li:last-child > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 19px;
}
.profile-dropdown li > a {
  opacity: 0.5;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  padding-left: 17px;
  padding-right: 37px;
  min-width: 138px;
}
.profile-dropdown li > a > i {
  margin-right: 5px;
}
.profile-dropdown li > a:hover {
  opacity: 1;
}
.profile-dropdown-toggle {
  background: transparent;
  border: none;
}
/* Scroll
------------------------------------
*/

.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Overides
------------------------------------
*/

.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-overflow {
  overflow: hidden !important;
}
.auto-overflow {
  overflow: auto !important;
}
.reset-overflow {
  overflow: initial !important;
}
.center-margin {
  margin-left: auto;
  margin-right: auto;
}
.inherit-size {
  width: inherit;
  height: inherit;
}
.inherit-height {
  height: inherit;
}
.image-responsive-height {
  width: 100%;
}
.image-responsive-width {
  height: 100%;
}
.overlayer {
  position: absolute;
  display: block;
  z-index: 21;
}
.overlayer.fullwidth {
  width: 100%;
}
.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10;
}
.overlay-fixed {
  position: fixed !important;
  top: auto !important;
}
.top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}
.top-right {
  position: absolute !important;
  top: 1px;
  right: 0;
}
.bottom-left {
  position: absolute !important;
  bottom: 1px;
  left: 0;
}
.bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.pull-bottom {
  position: absolute !important;
  bottom: 0;
}
.pull-up {
  position: absolute !important;
  top: 0;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-center {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: table;
  z-index: 1;
}
.cursor {
  cursor: pointer;
}
.scroll-x-hidden {
  overflow-x: hidden !important;
}
/* Generic Padding Helpers
------------------------------------
*/

.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.padding-0 {
  padding: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.padding-15 {
  padding: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.padding-25 {
  padding: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.padding-30 {
  padding: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.padding-35 {
  padding: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.padding-45 {
  padding: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.padding-50 {
  padding: 50px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.padding-55 {
  padding: 55px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.padding-60 {
  padding: 60px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.padding-65 {
  padding: 65px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.padding-70 {
  padding: 70px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.padding-75 {
  padding: 75px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.padding-80 {
  padding: 80px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-r-85 {
  padding-right: 85px !important;
}
.p-l-85 {
  padding-left: 85px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.padding-85 {
  padding: 85px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.padding-90 {
  padding: 90px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-r-95 {
  padding-right: 95px !important;
}
.p-l-95 {
  padding-left: 95px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.padding-95 {
  padding: 95px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.padding-100 {
  padding: 100px !important;
}
/* Generic Margin Helpers
------------------------------------
 */

.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.margin-0 {
  margin: 0px !important;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.margin-5 {
  margin: 5px !important;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.margin-10 {
  margin: 10px !important;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.margin-15 {
  margin: 15px !important;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.margin-20 {
  margin: 20px !important;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.margin-25 {
  margin: 25px !important;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.margin-30 {
  margin: 30px !important;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.margin-35 {
  margin: 35px !important;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.margin-40 {
  margin: 40px !important;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.margin-45 {
  margin: 45px !important;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.margin-50 {
  margin: 50px !important;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.margin-55 {
  margin: 55px !important;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.margin-60 {
  margin: 60px !important;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.margin-65 {
  margin: 65px !important;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.margin-70 {
  margin: 70px !important;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.margin-75 {
  margin: 75px !important;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.margin-80 {
  margin: 80px !important;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.margin-85 {
  margin: 85px !important;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.margin-90 {
  margin: 90px !important;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.margin-95 {
  margin: 95px !important;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.margin-100 {
  margin: 100px !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100%;
}
.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.block {
  display: block;
}
.b-blank {
  border-color: black;
}
/* Border Helpers
------------------------------------
*/

.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0;
}
.b-r {
  border-right-width: 1px;
}
.b-l {
  border-left-width: 1px;
}
.b-t {
  border-top-width: 1px;
}
.b-b {
  border-bottom-width: 1px;
}
.b-a {
  border-width: 1px;
}
.b-dashed {
  border-style: dashed;
}
.b-thick {
  border-width: 2px;
}
.b-transparent {
  border-color: rgba(0, 0, 0, 0.15);
}
.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.3);
}
.b-grey {
  border-color: #bac0d0;
}
.b-white {
  border-color: white;
}
.b-primary {
  border-color: #0d54ff;
}
.b-complete {
  border-color: #0d54ff;
}
.b-success {
  border-color: #0d54ff;
}
.b-info {
  border-color: #6ccbfe;
}
.b-danger {
  border-color: #f44e1a;
}
.b-warning {
  border-color: #ffae87;
}
/* Border Radius
------------------------------------
*/

.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-rad-lg {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.no-border {
  border: none !important;
}
/** Profile Wrappers **/

.profile-img-wrapper {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.profile-img-wrapper.big {
  height: 68px;
  width: 68px;
}
.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px;
}
.relative {
  position: relative;
}
/* Demo Purposes */

.icon-set-preview {
  transition: opacity 0.1s linear;
}
#icon-list {
  transition: all 0.1s ease-in-out;
}
.error-number {
  font-weight: bold;
  font-size: 90px;
  line-height: 90px;
}
.error-container-innner {
  margin-left: auto;
  margin-right: auto;
  width: 360px;
}
.error-container {
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  width: 38%;
}
.visible-xlg {
  display: none;
}
.hidden-xlg {
  display: block;
}
.sm-gutter .row > [class^="col-"],
.sm-gutter .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.sm-gutter .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* Aspect ratio */

.ar-1-1 .panel,
.ar-2-1 .panel,
.ar-1-2 .panel,
.ar-3-2 .panel,
.ar-2-3 .panel {
  margin: 0;
}
.ar-1-1 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}
.ar-1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/

}
.ar-1-1 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ar-2-1 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}
.ar-2-1:before {
  content: "";
  display: block;
  padding-top: calc(50% -  5px);
  /* initial ratio of 1:1*/

}
.ar-2-1 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ar-1-2 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}
.ar-1-2:before {
  content: "";
  display: block;
  padding-top: calc(150% -  5px);
  /* initial ratio of 1:1*/

}
.ar-1-2 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ar-3-2 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}
.ar-3-2:before {
  content: "";
  display: block;
  padding-top: calc(75% -  5px);
  /* initial ratio of 1:1*/

}
.ar-3-2 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ar-2-3 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}
.ar-2-3:before {
  content: "";
  display: block;
  padding-top: calc(125% -  5px);
  /* initial ratio of 1:1*/

}
.ar-2-3 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.v-align-bottom {
  vertical-align: bottom !important;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-middle {
  vertical-align: middle !important;
}
/* vertical alignment styles */

.col-top {
  vertical-align: top !important;
}
.col-middle {
  vertical-align: middle !important;
}
.col-bottom {
  vertical-align: bottom !important;
}
/* columns of same height styles
------------------------------------
*/

.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell !important;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell !important;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell !important;
    float: none !important;
  }
}
/*------------------------------------------------------------------
[29. Print]
*/

@media print {
  .header,
  .page-sidebar,
  .quickview-wrapper,
  .overlay {
    display: none;
  }
  .page-container {
    padding-left: 0;
  }
  .page-content-wrapper .content {
    border-top: 0;
  }
  .page-content-wrapper .content .panel {
    border: none;
  }
  .page-content-wrapper .content .panel .panel-body {
    padding: 0;
  }
  [class^='padding-'],
  [class*='padding-'],
  .table tbody tr td {
    padding: 10px;
  }
}
/*
    Dropzone customizations
*/

.dz-preview {
  padding: 10px;
}
.dz-preview .dz-thumbnail img {
  /*            max-width: 100px; // Set the width of the thumbnail
            max-height: 100px; // Set the height of the thumbnail*/
  object-fit: contain;
}
.dropzone .dz-file-preview {
  width: 90%;
}
/* Dropzone thumbnail sizing */

.thumbnail-preview {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visible-xlg {
  display: none;
}
.hidden-xlg {
  display: block;
}
/*** Large screens ***/

@media (min-width: 1824px) {
  .visible-xlg {
    display: block !important;
  }
  .hidden-xlg {
    display: none !important;
  }
  .quickview-wrapper .tab-content #quickview-notes > .inner {
    width: 570px;
  }
  .container-fluid.container-fixed-lg {
    margin-right: auto;
    margin-left: auto;
  }
  .menu-pin .container-fluid.container-fixed-lg {
    width: 100%;
  }
  .visible-xlg {
    display: block !important;
  }
  .hidden-xlg {
    display: none !important;
  }
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .col-xlg-12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.6667%;
  }
  .col-xlg-10 {
    width: 83.3333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.6667%;
  }
  .col-xlg-7 {
    width: 58.3333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.6667%;
  }
  .col-xlg-4 {
    width: 33.3333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.6667%;
  }
  .col-xlg-1 {
    width: 8.33333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.6667%;
  }
  .col-xlg-pull-10 {
    right: 83.3333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.6667%;
  }
  .col-xlg-pull-7 {
    right: 58.3333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.6667%;
  }
  .col-xlg-pull-4 {
    right: 33.3333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.6667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333%;
  }
  .col-xlg-pull-0 {
    right: 0;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.6667%;
  }
  .col-xlg-push-10 {
    left: 83.3333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.6667%;
  }
  .col-xlg-push-7 {
    left: 58.3333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.6667%;
  }
  .col-xlg-push-4 {
    left: 33.3333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.6667%;
  }
  .col-xlg-push-1 {
    left: 8.33333%;
  }
  .col-xlg-push-0 {
    left: 0;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0;
  }
}
/*** Desktops ***/

@media (min-width: 1600px) {
  
}
/*** Medium Size Screen ***/

@media only screen and (max-width: 1400px) {
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
    bottom: 50px;
  }
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-widgets {
    display: none;
  }
  .footer-widget {
    padding: 11px 21px !important;
  }
}
/*** Desktops & Laptops ***/

@media only screen and (min-width: 980px) {
  body.ie9.menu-pin .page-sidebar {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
  }
  body.menu-pin {
    overflow-x: hidden;
    
  }
  body.menu-pin .header .brand {
    width: 245px;
  }
  body.menu-pin .page-container {
    padding-left: 0;
  }
  body.menu-pin .page-container .page-content-wrapper .content {
    padding-left: 250px;
  }
  body.menu-pin .page-container .page-content-wrapper .footer {
    left: 250px;
  }
  body.menu-pin [data-toggle-pin="sidebar"] > i:before {
    content: "\f192";
  }
  body.menu-pin .page-sidebar {
    transform: translate(210px, 0) !important;
    -webkit-transform: translate(210px, 0) !important;
    -ms-transform: translate(210px, 0) !important;
  }
  body.menu-pin .page-sidebar {
    width: 250px;
  }
  body.menu-pin .page-sidebar .sidebar-header .sidebar-header-controls {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
  body.menu-pin .page-sidebar .menu-items .icon-thumbnail {
    -webkit-transform: translate3d(-14px, 0, 0);
    transform: translate3d(-14px, 0, 0);
    -ms-transform: translate(-14px, 0);
  }
  body.menu-behind .page-sidebar {
    z-index: 899;
  }
  body.menu-behind .header .brand {
    text-align: left;
    padding-left: 40px;
  }
  body.box-layout {
    background-color: white;
  }
  body.box-layout > .container,
  body.box-layout > .full-height > .container {
    height: 100%;
    padding: 0;
    background-color: #edeef2;
  }
  body.box-layout .header {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  body.box-layout .header > .container {
    background-color: white;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    padding: 0 20px 0 0;
  }
  body.box-layout .page-sidebar {
    left: auto;
    transform: none !important;
    -webkit-transform: none !important;
  }
  body.box-layout .page-container .page-content-wrapper .footer {
    width: auto;
  }
  .header .brand {
    position: relative;
  }
  .header .user-info-wrapper .user-details .user-name {
    font-size: 16px;
  }
  .header .user-info-wrapper .user-details .user-other {
    font-size: 10px;
  }
  .header .user-info-wrapper .user-pic {
    position: relative;
    top: -6px;
  }
  .notification-panel {
    width: 400px;
  }
}
/*** General Small Screen Desktops ***/

/*** General tablets and phones ***/

@media (max-width: 991px) {
  .page-container {
    padding-left: 0;
  }
  body.sidebar-open .page-container {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
    overflow: hidden;
    position: fixed;
  }
  body.sidebar-open .push-on-sidebar-open {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
    overflow: hidden;
  }
  body.sidebar-open.ie .header {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
  }
  body.box-layout > .container {
    padding: 0;
    height: 100%;
  }
  body.box-layout .header > .container {
    padding: 0;
  }
  body.box-layout .header > .container .pull-right .sm-action-bar {
    right: 0;
  }
  body.menu-opened.horizontal-menu {
    overflow-y: hidden;
  }
  body.menu-opened.horizontal-menu .bar {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
  }
  .header {
    padding: 0 10px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: white !important;
  }
  .header .header-inner {
    text-align: center;
  }
  .header .header-inner .mark-email {
    left: 45px;
    position: absolute;
    top: 23px;
  }
  .header .header-inner .quickview-link {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .header .brand {
    width: auto;
  }
  .header .notification-list,
  .header .search-link {
    display: none;
  }
  .header > .pull-left,
  .header > .pull-right {
    position: relative;
  }
  .header > .pull-right .sm-action-bar {
    right: 0;
  }
  .sm-action-bar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }
  .sm-action-bar > a {
    padding: 10px;
    display: inline-block;
  }
  .pace .pace-activity {
    top: 60px;
  }
  .page-sidebar {
    width: 250px;
    z-index: auto;
    left: 0 !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 30px 0 36px;
  }
  .page-container {
    padding-left: 0;
    position: relative;
    transition: transform 0.25s ease;
    -webkit-transition: -webkit-transform 0.25s ease;
  }
  .page-container .page-content-wrapper .content {
    overflow-x: hidden;
    height: auto;
  }
  .page-container .header {
    transition: transform 0.25s ease;
  }
  .icon-thumbnail {
    margin-right: 24px;
  }
  .page-sidebar {
    display: none;
    z-index: auto;
  }
  .page-sidebar.visible {
    display: block;
  }
  .page-sidebar .page-sidebar-inner {
    z-index: 1;
    left: 0 !important;
    width: 260px;
  }
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    top: 40px;
    bottom: 0;
  }
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu ul > li > a > .badge {
    display: inline-block;
  }
  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    display: none;
    border-radius: 10px;
  }
  .secondary-sidebar .btn-compose {
    display: none;
  }
  .inner-content {
    margin: 0;
  }
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
  body > .pgn-wrapper[data-position="top"] {
    top: 60px;
    left: 0;
  }
  body > .pgn-wrapper[data-position="bottom"] {
    left: 0;
  }
  body > .pgn-wrapper[data-position$='-left'] {
    left: 20px;
    right: auto;
  }
  .sm-table {
    display: table;
    width: 100%;
  }
  .user-profile-wrapper {
    position: absolute;
    right: 50px;
    top: -9px;
  }
  /*** Horizontal Menu **/
  
  .horizontal-menu .bar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 250px;
    background-color: white;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    right: 0;
    z-index: 1000;
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
    border-left: 1px solid rgba(222, 227, 231, 0.56);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .horizontal-menu .bar .bar-inner > ul > li {
    display: block;
  }
  .horizontal-menu .bar .bar-inner > ul > li > a .arrow {
    float: right;
    padding-right: 25px;
  }
  .horizontal-menu .bar .bar-inner > ul > li .classic {
    position: relative;
    background-color: transparent;
    top: 0;
  }
  .horizontal-menu .bar .bar-inner > ul > li .mega,
  .horizontal-menu .bar .bar-inner > ul > li.horizontal {
    position: relative;
  }
  .horizontal-menu .bar .bar-inner > ul > li > .horizontal {
    position: relative;
    top: 0;
    border-bottom: 0;
  }
  .horizontal-menu .bar .bar-inner > ul > li > .horizontal li {
    display: block;
  }
}
/* Landscape view of all tablet devices */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-sidebar .sidebar-menu .menu-items ul {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  .page-container .page-content-wrapper .content {
    padding-top: 80px;
  }
  body.box-layout > .container {
    width: 100%;
  }
  .error-page .error-container {
    width: auto;
  }
  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -155px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 9999;
    display: none;
    border-radius: 10px;
  }
  .secondary-sidebar .btn-compose {
    display: none;
  }
  .split-details {
    margin-left: 0;
  }
  .toggle-secondary-sidebar {
    font-size: 18px;
    display: block;
    left: 50%;
    margin-left: -36px;
    position: absolute;
  }
  .toggle-secondary-sidebar ~ .brand {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .sm-b-r,
  .sm-b-l,
  .sm-b-t,
  .sm-b-b {
    border-width: 0;
  }
  .sm-b-r {
    border-right-width: 1px;
  }
  .sm-b-l {
    border-left-width: 1px;
  }
  .sm-b-t {
    border-top-width: 1px;
  }
  .sm-b-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 1200px) {
  .row-same-height {
    overflow: hidden;
  }
  .row-same-height > [class*="col-lg"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
}
@media (min-width: 992px) {
  .row-same-height {
    overflow: hidden;
  }
  .row-same-height > [class*="col-md"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
  .horizontal-menu .bar {
    display: table !important;
  }
  .horizontal-menu .bar + div {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .row-same-height {
    overflow: hidden;
  }
  .row-same-height > [class*="col-sm"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
  .box-layout .container .jumbotron,
  .container-fluid .jumbotron {
    padding: 0;
  }
  .dataTables_wrapper.form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: absolute;
  }
}
/* Portrait view of all tablet devices */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 27px;
  }
  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 27px 0 31px;
  }
  .icon-thumbnail {
    margin-right: 21px;
  }
  .error-page .error-container {
    width: auto;
  }
}
@media (max-width: 979px) {
  .toggle-secondary-sidebar {
    font-size: 18px;
    position: static;
    display: block;
  }
  .toggle-secondary-sidebar ~ .brand {
    display: none !important;
  }
  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 9999;
    display: none;
    border-radius: 10px;
  }
  .secondary-sidebar .btn-compose {
    display: none;
  }
  .split-view .split-list {
    width: 100%;
    height: auto;
    bottom: 50px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2000;
    float: none;
  }
  .split-view .split-list .item {
    padding: 8px;
  }
  .split-view .split-list .item .inline {
    margin-left: 5px;
    width: 188px;
  }
  .split-view .split-details {
    margin-left: 0;
    width: 100%;
  }
  .split-view .split-details .email-content-wrapper {
    overflow: auto;
    padding: 0;
    height: calc(100% - 50px);
  }
  .split-view .split-details .email-content-wrapper .email-content {
    width: 90%;
  }
  .compose-wrapper {
    display: block !important;
  }
  .compose-wrapper .btn-compose {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header .notification-list,
  .header .search-link {
    display: none;
  }
  .header .header-inner {
    height: 60px;
  }
  .header .user-info-wrapper {
    display: none;
  }
  .header .search-link {
    height: 19px;
    width: 16px;
    overflow: hidden;
  }
  .jumbotron,
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .page-container .page-content-wrapper .content {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .page-sidebar .sidebar-header {
    padding: 0 12px;
  }
  .page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 20px;
  }
  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 25px 0 28px;
  }
  .icon-thumbnail {
    margin-right: 20px;
  }
  .secondary-sidebar {
    top: 60px;
  }
  .split-details {
    margin-left: 0;
  }
  .email-composer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm-pull-bottom,
  .sm-pull-up {
    position: relative !important;
  }
  .sm-p-t-0 {
    padding-top: 0px !important;
  }
  .sm-p-r-0 {
    padding-right: 0px !important;
  }
  .sm-p-l-0 {
    padding-left: 0px !important;
  }
  .sm-p-b-0 {
    padding-bottom: 0px !important;
  }
  .sm-padding-0 {
    padding: 0px !important;
  }
  .sm-p-t-5 {
    padding-top: 5px !important;
  }
  .sm-p-r-5 {
    padding-right: 5px !important;
  }
  .sm-p-l-5 {
    padding-left: 5px !important;
  }
  .sm-p-b-5 {
    padding-bottom: 5px !important;
  }
  .sm-padding-5 {
    padding: 5px !important;
  }
  .sm-p-t-10 {
    padding-top: 10px !important;
  }
  .sm-p-r-10 {
    padding-right: 10px !important;
  }
  .sm-p-l-10 {
    padding-left: 10px !important;
  }
  .sm-p-b-10 {
    padding-bottom: 10px !important;
  }
  .sm-padding-10 {
    padding: 10px !important;
  }
  .sm-p-t-15 {
    padding-top: 15px !important;
  }
  .sm-p-r-15 {
    padding-right: 15px !important;
  }
  .sm-p-l-15 {
    padding-left: 15px !important;
  }
  .sm-p-b-15 {
    padding-bottom: 15px !important;
  }
  .sm-padding-15 {
    padding: 15px !important;
  }
  .sm-p-t-20 {
    padding-top: 20px !important;
  }
  .sm-p-r-20 {
    padding-right: 20px !important;
  }
  .sm-p-l-20 {
    padding-left: 20px !important;
  }
  .sm-p-b-20 {
    padding-bottom: 20px !important;
  }
  .sm-padding-20 {
    padding: 20px !important;
  }
  .sm-p-t-25 {
    padding-top: 25px !important;
  }
  .sm-p-r-25 {
    padding-right: 25px !important;
  }
  .sm-p-l-25 {
    padding-left: 25px !important;
  }
  .sm-p-b-25 {
    padding-bottom: 25px !important;
  }
  .sm-padding-25 {
    padding: 25px !important;
  }
  .sm-p-t-30 {
    padding-top: 30px !important;
  }
  .sm-p-r-30 {
    padding-right: 30px !important;
  }
  .sm-p-l-30 {
    padding-left: 30px !important;
  }
  .sm-p-b-30 {
    padding-bottom: 30px !important;
  }
  .sm-padding-30 {
    padding: 30px !important;
  }
  .sm-p-t-35 {
    padding-top: 35px !important;
  }
  .sm-p-r-35 {
    padding-right: 35px !important;
  }
  .sm-p-l-35 {
    padding-left: 35px !important;
  }
  .sm-p-b-35 {
    padding-bottom: 35px !important;
  }
  .sm-padding-35 {
    padding: 35px !important;
  }
  .sm-p-t-40 {
    padding-top: 40px !important;
  }
  .sm-p-r-40 {
    padding-right: 40px !important;
  }
  .sm-p-l-40 {
    padding-left: 40px !important;
  }
  .sm-p-b-40 {
    padding-bottom: 40px !important;
  }
  .sm-padding-40 {
    padding: 40px !important;
  }
  .sm-p-t-45 {
    padding-top: 45px !important;
  }
  .sm-p-r-45 {
    padding-right: 45px !important;
  }
  .sm-p-l-45 {
    padding-left: 45px !important;
  }
  .sm-p-b-45 {
    padding-bottom: 45px !important;
  }
  .sm-padding-45 {
    padding: 45px !important;
  }
  .sm-p-t-50 {
    padding-top: 50px !important;
  }
  .sm-p-r-50 {
    padding-right: 50px !important;
  }
  .sm-p-l-50 {
    padding-left: 50px !important;
  }
  .sm-p-b-50 {
    padding-bottom: 50px !important;
  }
  .sm-padding-50 {
    padding: 50px !important;
  }
  .sm-m-t-5 {
    margin-top: 5px !important;
  }
  .sm-m-r-5 {
    margin-right: 5px !important;
  }
  .sm-m-l-5 {
    margin-left: 5px !important;
  }
  .sm-m-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-m-t-10 {
    margin-top: 10px !important;
  }
  .sm-m-r-10 {
    margin-right: 10px !important;
  }
  .sm-m-l-10 {
    margin-left: 10px !important;
  }
  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-m-t-15 {
    margin-top: 15px !important;
  }
  .sm-m-r-15 {
    margin-right: 15px !important;
  }
  .sm-m-l-15 {
    margin-left: 15px !important;
  }
  .sm-m-b-15 {
    margin-bottom: 15px !important;
  }
  .sm-m-t-20 {
    margin-top: 20px !important;
  }
  .sm-m-r-20 {
    margin-right: 20px !important;
  }
  .sm-m-l-20 {
    margin-left: 20px !important;
  }
  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-m-t-25 {
    margin-top: 25px !important;
  }
  .sm-m-r-25 {
    margin-right: 25px !important;
  }
  .sm-m-l-25 {
    margin-left: 25px !important;
  }
  .sm-m-b-25 {
    margin-bottom: 25px !important;
  }
  .sm-m-t-30 {
    margin-top: 30px !important;
  }
  .sm-m-r-30 {
    margin-right: 30px !important;
  }
  .sm-m-l-30 {
    margin-left: 30px !important;
  }
  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-m-t-35 {
    margin-top: 35px !important;
  }
  .sm-m-r-35 {
    margin-right: 35px !important;
  }
  .sm-m-l-35 {
    margin-left: 35px !important;
  }
  .sm-m-b-35 {
    margin-bottom: 35px !important;
  }
  .sm-m-t-40 {
    margin-top: 40px !important;
  }
  .sm-m-r-40 {
    margin-right: 40px !important;
  }
  .sm-m-l-40 {
    margin-left: 40px !important;
  }
  .sm-m-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-m-t-45 {
    margin-top: 45px !important;
  }
  .sm-m-r-45 {
    margin-right: 45px !important;
  }
  .sm-m-l-45 {
    margin-left: 45px !important;
  }
  .sm-m-b-45 {
    margin-bottom: 45px !important;
  }
  .sm-m-t-50 {
    margin-top: 50px !important;
  }
  .sm-m-r-50 {
    margin-right: 50px !important;
  }
  .sm-m-l-50 {
    margin-left: 50px !important;
  }
  .sm-m-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-no-margin {
    margin: 0px;
  }
  .sm-no-padding {
    padding: 0px;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-reset {
    float: none !important;
  }
  .sm-block {
    display: block;
  }
  .error-container {
    width: auto;
  }
  .sm-image-responsive-height {
    width: 100%;
    height: auto;
  }
}
/*** Phones ***/

@media (max-width: 480px) {
  body {
    width: 100%;
  }
  body .header {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  body .header .header-inner {
    height: 60px;
    text-align: center;
  }
  body .header .header-inner .toggle-secondary-sidebar {
    font-size: 16px;
    top: 12px;
  }
  body .header .header-inner .mark-email {
    left: 35px;
    top: 14px;
  }
  body .header .header-inner .quickview-link {
    top: 14px;
  }
  body .header .notification-list,
  body .header .search-link {
    display: none;
  }
  body .header .dropdown-submenu {
    top: 12px;
  }
  body .header .notification-list,
  body .header .search-link {
    display: none;
  }
  body #overlay-search {
    font-size: 48px;
    height: 118px;
    line-height: 46px;
  }
  .page-sidebar .sidebar-header {
    height: 60px;
    line-height: 60px;
  }
  .panel .panel-heading {
    padding-left: 15px;
  }
  .panel .panel-body {
    padding: 15px;
  }
  .error-page {
    padding: 15px;
  }
  .error-page .error-container {
    margin-top: 30px;
    width: auto;
  }
  .error-page .pull-bottom {
    position: relative;
  }
  .map-controls {
    left: 10px;
  }
  .register-container {
    height: auto !important;
  }
  .error-container-innner {
    width: auto;
  }
}
/*** Retina Display Images **/

@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: 200/100), only screen and (min-device-pixel-ratio: 2) {
  .icon-set {
    background: url(/Content/partner/tau/app/img/icons/top_tray_2x.png);
    position: relative;
    background-size: 95px 19px;
  }
  .editor-icon {
    background-image: url(/Content/partner/tau/app/img/editor_tray_2x.png);
    background-size: 480px 40px;
  }
  .alert .close {
    background: url(/Content/partner/tau/app/img/icons/noti-cross-2x.png) no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    background-size: 114px 29px;
  }
}
/* Positioning of the campaign performance networks menu */

.performance-network-menu {
  position: relative;
  top: -40px;
  left: 5px;
  z-index: 9999;
}
.custom-error-message {
  max-width: 600px;
  margin: 3rem auto;
  padding: 1.5rem;
  border: 1px solid #e0aeb0;
  border-radius: 4px;
  background-color: #fde2e2;
  font-family: sans-serif;
}
.custom-error-message h2 {
  margin-top: 0;
  color: #a94442;
}
.custom-error-message p {
  color: #333333;
  word-wrap: break-word;
}
.payment-custom-error-message {
  background-color: #fff5f5;
  border: 1px solid #f5c2c2;
  border-radius: 8px;
  padding: 16px;
  max-width: 600px;
}
.error-layout {
  display: flex;
  align-items: flex-start;
  /* Align icon with top of text block */
  gap: 10px;
  /* Space between icon and text */

}
.error-icon {
  font-size: 22px;
  /* Icon size */
  color: #a94442;
  /* Red-ish for error */
  flex-shrink: 0;
  /* Prevent icon from resizing */
  margin-top: 4px;
  /* Align better with H2 text */

}
.error-text {
  text-align: justify;
  /* Justify text in the paragraph */

}
.error-text h2 {
  margin: 0;
  font-size: 2em;
  /* Slightly larger title to match icon visually */
  font-weight: 500;
  color: #a94442;
  line-height: 1.2;
  /* Tighten heading spacing */

}
.error-text p {
  margin: 8px 0 0 0;
  color: #555555;
  line-height: 1.5;
}
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * Licensed for exclusive use on TELSTRA branded websites.
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */

/* ==========================================
     Font family:
     TelstraText-Regular
     TelstraText-Bold
     TelstraText-Light
 ========================================== */

@font-face {
  font-family: "TelstraText-Regular";
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Regular.eot);
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Regular.eot#iefix) format("embedded-opentype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Regular.woff) format("woff"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Regular.ttf) format("truetype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Regular.svg#TelstraTextRegular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelstraText-Bold";
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Bold.eot);
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Bold.eot#iefix) format("embedded-opentype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Bold.woff) format("woff"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Bold.ttf) format("truetype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Bold.svg#TelstraTextBold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelstraText-Light";
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Light.eot);
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Light.eot#iefix) format("embedded-opentype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Light.woff) format("woff"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Light.ttf) format("truetype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-text/TelstraText-Light.svg#TelstraTextLight) format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * Licensed for exclusive use on TELSTRA branded websites.
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */

/* ==========================================
     Font family:
     TelstraText-Regular
     TelstraText-Bold
     TelstraText-Light
 ========================================== */

@font-face {
  font-family: "TelstraText-Regular";
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Regular.eot);
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Regular.eot#iefix) format("embedded-opentype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Regular.woff) format("woff"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Regular.ttf) format("truetype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Regular.svg#TelstraTextRegular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelstraText-Bold";
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Bold.eot);
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Bold.eot#iefix) format("embedded-opentype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Bold.woff) format("woff"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Bold.ttf) format("truetype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Bold.svg#TelstraTextBold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelstraText-Light";
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Light.eot);
  src: url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Light.eot#iefix) format("embedded-opentype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Light.woff) format("woff"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Light.ttf) format("truetype"), url(/Content/Partner/tau/app/less/tau/fonts/telstra-display/TelstraDisplay-Light.svg#TelstraTextLight) format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-master: #1a2e61;
  --color-primary: #0d54ff;
  --color-secondary: #f5ede2;
  --color-success: #0d54ff;
  --color-complete: #f44e1a;
  --color-warning: #ffae87;
  --color-danger: #f44e1a;
  --color-info: #6ccbfe;
}
body {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: scrollbar;
  -ms-overflow-x: hidden;
  -ms-overflow-y: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'TelstraDisplay-Regular', Aria, 'Helvetica Neue', Helvetical, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.2;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
  font-weight: bold;
}
h5 {
  font-size: 16px;
}
p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 100%;
}
.progress-wrapper {
  position: relative;
}
.progress-wrapper[data-size="5"] {
  width: 5em;
  height: 5em;
}
.progress-wrapper[data-size="4"] {
  width: 4em;
  height: 4em;
}
.progress-wrapper[data-size="3"] {
  width: 3em;
  height: 3em;
}
.progress-wrapper[data-size="2"] {
  width: 2em;
  height: 2em;
}
.progress-wrapper[data-size="1"] {
  width: 1em;
  height: 1em;
}
.progress-wrapper[data-position="center"] {
  margin: 0 auto;
}
.progress-wrapper .double-bounce {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0d54ff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.progress-wrapper .double-bounce:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
table,
.table {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.white-space-wrap {
  white-space: normal;
}
label.white-space-wrap {
  white-space: normal;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */

}
ul.no-style {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
hr {
  border-color: #cfd3de;
}
.logo-link {
  display: inline-block;
}
.logo-link img {
  max-width: 100px;
  max-height: 40px;
}
.logo-link .subTitle {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  color: #1a2e61;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #1a2e61;
  display: none;
}
@media only screen and (min-width: 768px) {
  .logo-link .subTitle {
    display: inline;
    font-size: 20px;
  }
}
/*
.font-arial {
    font-family: Arial, sans-serif !important;
}

.font-montserrat {
    font-family: 'Montserrat' !important;
}

.font-georgia {
    font-family: Georgia !important;
}

.font-gravur {
    font-family: @font-family-text-regular;
}

.font-gravur-bold {
    font-family: @font-family-text-bold;
}

.font-akkurat {
    font-family: @font-family-text-regular;
}

.font-akkurat-bold {
    font-family: @font-family-text-bold;
}*/

.font-heading {
  font-family: 'TelstraDisplay-Regular', Aria, 'Helvetica Neue', Helvetical, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.table thead tr th {
  font-family: 'TelstraDisplay-Regular', Aria, 'Helvetica Neue', Helvetical, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(186, 192, 208, 0.3);
}
.table tbody tr td {
  border-bottom: 1px solid rgba(186, 192, 208, 0.2);
}
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #f0f0f0 inset !important;
  -webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset !important;
}
.form-control:focus {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.form-group-default.focused {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #f0f0f0;
}
.form-group-default .form-control:focus {
  background: #f0f0f0;
}
.input-group-addon {
  border-left: 0;
  border-color: #f0f0f0;
}
.input-group-addon:first-child {
  border-left-color: #f0f0f0;
}
.input-group-addon:last-child {
  border-right-color: #f0f0f0;
}
.form-group label:not(.error) {
  text-transform: none;
  font-size: 14px;
}
.form-group label.required::after {
  color: #b32034;
  content: "*";
  font-family: arial;
  font-size: 16px;
  padding: 0 5px;
  vertical-align: top;
}
.form-group textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
}
.form-group-addon {
  position: relative;
}
.form-group-addon .fa {
  position: absolute;
  left: 12px;
  top: calc(50% - 7px);
}
.form-control.selectized + .selectize-control {
  padding: 0;
}
.form-control.selectized + .selectize-control .selectize-input {
  border: none;
  background: none;
  box-shadow: none;
}
.form-control.selectized + .selectize-control.invalid,
.form-control.selectized + .selectize-control.error {
  border-color: #f44e1a;
}
.datepicker.dropdown-menu {
  border-color: #f0f0f0;
}
.datepicker-dropdown:before {
  border-bottom-color: #f0f0f0;
}
.datepicker:after {
  border-bottom-color: white;
}
.input-group-addon {
  background: #f0f0f0;
}
.input-group.required::after {
  color: #f44e1a;
  content: "*";
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 2;
}
.input-group.selectize::after {
  right: 30px;
}
.input-group.selectize .selectize-input {
  padding-right: 40px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-results .select2-highlighted {
  background: #f0f0f0;
}
select.select2.m-r-60 + .select2 {
  margin-right: 60px;
}
select.select2.m-r-60 + .select2 .select2-selection {
  border-color: #edeef2;
}
.radio input[type=radio]:focus + label:before {
  background-color: #f0f0f0;
}
.btn {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  border-radius: 30px;
}
.btn-flex {
  display: flex;
  align-items: center;
}
a:focus,
a:hover,
a:active {
  color: #0d54ff;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: capitalize;
}
.text-transform-none {
  text-transform: initial;
}
.flex-row-column {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .flex-row-column {
    flex-direction: column;
  }
}
.flex-row-column > [class^="col"] {
  display: flex;
}
.flex-row-column > [class^="col"] > div {
  width: 100%;
}
.flex-row-column .flex-column {
  flex-direction: column;
}
.flex-row-column .flex-grow-2 {
  flex-grow: 2;
}
.d-flex {
  display: flex;
}
.image-widget img {
  width: 100%;
}
.panel .panel-heading .panel-title {
  font-family: 'TelstraDisplay-Regular', Aria, 'Helvetica Neue', Helvetical, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: none;
}
.loader {
  width: 56px;
  height: 56px;
  border: 8px solid rgba(13, 84, 255, 0.15);
  border-top-color: #0d54ff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spin {
  -webkit-animation-name: spin;
  animation-name: spin;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.checkbox-btn {
  margin-bottom: 15px;
  display: inline-block;
}
.checkbox-btn input[type="checkbox"] {
  width: 0;
  height: 0;
  display: none;
}
.checkbox-btn input:checked + label {
  background-color: #1a2e61;
  color: white;
}
.checkbox-btn label {
  display: block;
  color: #1a2e61;
  padding: 12px 27px;
  border-radius: 27px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  cursor: pointer;
}
.checkbox-btn.centered {
  text-align: center;
}
.checkbox-btn-primary input:checked + label {
  background-color: #0d54ff;
  border-color: #0d54ff;
  color: white;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  border-color: #edeef2;
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap .select2-results {
  margin: 8px;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  border-radius: 2px;
  background-color: rgba(237, 238, 242, 0.5);
  color: inherit;
}
.form-group-default-select2 > label {
  position: relative !important;
  z-index: 1 !important;
}
.form-group-default-select2.required .select2-container {
  width: 100% !important;
}
.form-group-default-select2 .select2-container--focus .select2-selection {
  box-shadow: none;
}
.form-group-default-select2 .select2-container .select2-selection {
  border: none;
  padding: 0 24px 0 12px;
  height: 25px;
}
.form-group-default-select2 .select2-container .select2-selection__arrow b {
  top: 6px;
}
.form-group.textarea textarea {
  min-height: 90px;
}
.form-group label.required::after {
  color: #ffae87;
  content: "*";
  font-family: arial;
  font-size: 16px;
  padding: 0 5px;
  vertical-align: top;
}
.form-group label.required + .help .fa {
  margin-left: 0;
}
.form-group .help {
  display: block;
  line-height: 1.2;
}
.form-group .help .fa {
  font-size: 20px;
  color: rgba(26, 46, 97, 0.55);
  margin-left: 10px;
}
.form-group .select2-container {
  width: 100%;
}
.form-group .select2-container .select2-arrow [role="presentation"]::before {
  content: "\f0dc";
}
.form-group .select2-container-active .select2-choice {
  background-color: #edeef2;
}
.form-group.opening-time-picker.required .form-label:after,
.form-group.special-opening-time-picker.required .form-label:after {
  content: "*";
}
.form-group.opening-time-picker .timepicker-start-time,
.form-group.special-opening-time-picker .timepicker-start-time,
.form-group.opening-time-picker .timepicker-end-time,
.form-group.special-opening-time-picker .timepicker-end-time {
  position: relative;
}
.form-group.opening-time-picker .timepicker-start-time + .icon,
.form-group.special-opening-time-picker .timepicker-start-time + .icon,
.form-group.opening-time-picker .timepicker-end-time + .icon,
.form-group.special-opening-time-picker .timepicker-end-time + .icon {
  display: none;
}
.form-group.opening-time-picker .form-control-wrapper input[type="checkbox"],
.form-group.special-opening-time-picker .form-control-wrapper input[type="checkbox"] {
  display: none;
}
.form-group.opening-time-picker .form-control-wrapper input[type="checkbox"] + label,
.form-group.special-opening-time-picker .form-control-wrapper input[type="checkbox"] + label {
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
  border: 1px solid #edeef2;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  background-color: #edeef2;
  color: #1a2e61;
}
@media only screen and (max-width: 768px) {
  .form-group.opening-time-picker .form-control-wrapper input[type="checkbox"] + label,
  .form-group.special-opening-time-picker .form-control-wrapper input[type="checkbox"] + label {
    border: 1px solid #dde0e7;
  }
}
.form-group.opening-time-picker .form-control-wrapper input[type="checkbox"]:checked + label,
.form-group.special-opening-time-picker .form-control-wrapper input[type="checkbox"]:checked + label {
  margin-bottom: 0;
  background-color: #0d54ff;
  color: white;
  border-color: #0d54ff;
}
.form-group.opening-time-picker .form-control-wrapper select,
.form-group.special-opening-time-picker .form-control-wrapper select {
  width: 100%;
  border-color: #edeef2;
  padding: 5px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.form-group.opening-time-picker .form-control-wrapper select::-ms-expand,
.form-group.special-opening-time-picker .form-control-wrapper select::-ms-expand {
  display: none;
}
.form-group.opening-time-picker .form-control-wrapper select + .icon,
.form-group.special-opening-time-picker .form-control-wrapper select + .icon {
  display: block;
  position: absolute;
  top: 8px;
  right: 12px;
  width: 16px;
  height: 16px;
  z-index: 99;
  cursor: pointer;
}
.form-group.opening-time-picker .form-control-wrapper select + .icon svg,
.form-group.special-opening-time-picker .form-control-wrapper select + .icon svg {
  display: block;
  width: 100%;
  color: #1a2e61;
  fill: #1a2e61;
}
.form-group.opening-time-picker .form-control-wrapper select:focus + .icon svg,
.form-group.special-opening-time-picker .form-control-wrapper select:focus + .icon svg {
  color: #0d54ff;
  fill: #0d54ff;
}
.form-group.opening-time-picker .form-control-wrapper [class*="timepicker"],
.form-group.special-opening-time-picker .form-control-wrapper [class*="timepicker"] {
  position: relative;
}
.form-group.opening-time-picker .form-control-wrapper [class*="timepicker"] .form-control,
.form-group.special-opening-time-picker .form-control-wrapper [class*="timepicker"] .form-control {
  height: 32px;
  min-height: 32px;
  padding-right: 36px;
}
.form-group.opening-time-picker .form-control-wrapper [class*="timepicker"] .form-control + .icon,
.form-group.special-opening-time-picker .form-control-wrapper [class*="timepicker"] .form-control + .icon {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 12px;
  width: 16px;
  height: 16px;
  z-index: 99;
  cursor: pointer;
}
.form-group.opening-time-picker .form-control-wrapper [class*="timepicker"] .form-control + .icon svg,
.form-group.special-opening-time-picker .form-control-wrapper [class*="timepicker"] .form-control + .icon svg {
  display: block;
  width: 100%;
  color: #1a2e61;
  fill: #1a2e61;
}
.form-group.opening-time-picker .form-control-wrapper .datepicker-date input.form-control,
.form-group.special-opening-time-picker .form-control-wrapper .datepicker-date input.form-control {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.opening-time-picker .weekdays {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .opening-time-picker .weekdays > [class^="col-"] {
    margin-bottom: 5px;
  }
}
.special-opening-time-picker.required .form-label:after {
  content: "*";
}
.special-opening-time-picker .date {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .special-opening-time-picker .date > [class^="col-"] {
    margin-bottom: 5px;
  }
  .special-opening-time-picker .date > [class^="col-"]:last-of-type {
    text-align: center;
  }
}
.special-opening-time-picker .date [class*="datepicker"] {
  position: relative;
  /*margin-bottom: 5px;*/

}
.special-opening-time-picker .date [class*="datepicker"] .form-control {
  min-height: 32px;
  padding-right: 36px;
}
.special-opening-time-picker .date [class*="datepicker"] .form-control + .icon {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 12px;
  width: 16px;
  height: 16px;
  z-index: 99;
  cursor: pointer;
}
.special-opening-time-picker .date [class*="datepicker"] .form-control + .icon svg {
  display: block;
  width: 100%;
  color: #1a2e61;
  fill: #1a2e61;
}
.special-opening-time-picker .date [class*="datepicker"] select {
  width: 100%;
  border-color: #edeef2;
  padding: 5px;
  text-align-last: center;
  padding-right: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.special-opening-time-picker .date [class*="datepicker"] select::-ms-expand {
  display: none;
}
.special-opening-time-picker .date [class*="datepicker"] select + .icon {
  display: block;
  position: absolute;
  top: 8px;
  right: 2px;
  width: 16px;
  height: 16px;
  z-index: 99;
  cursor: pointer;
}
.special-opening-time-picker .date [class*="datepicker"] select + .icon svg {
  display: block;
  width: 100%;
  color: #1a2e61;
  fill: #1a2e61;
}
.special-opening-time-picker .date [class*="datepicker"] select:focus + .icon svg {
  color: #0d54ff;
  fill: #0d54ff;
}
.special-opening-time-picker .date .datepicker-date input.form-control {
  background: #0d54ff;
  color: white;
  text-align: center;
  padding: 2px;
  border-radius: 3px;
  border-color: #0d54ff;
  cursor: pointer;
}
.form-group-default.focused {
  background-color: #edeef2;
}
.radio .help .fa {
  font-size: 20px;
  color: rgba(26, 46, 97, 0.55);
}
.select2-drop .select2-results .select2-highlighted {
  background-color: #0d54ff;
}
.select2-drop .select2-results .select2-highlighted .select2-result-label {
  color: white;
}
.select2-container .select2-choice {
  border-radius: 3px;
}
.datepicker.dropdown-menu {
  border-color: #edeef2;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQQAAAC0CAYAAABytVLLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKAmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wMi0xNFQwMTo1ODo1OCswMTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDctMDRUMTM6MDM6MTQrMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTgtMDctMDRUMTM6MDM6MTQrMDI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MWNmOWY5ODktODViOC02YzQwLTllMGQtYzc4ODBjOWRhNzI0IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWQ5YzhmOGMtY2VlNS1iMzQ3LThmYTctMGRiNTA0MTIyZGIwIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M2VlZDQyYjMtZmY4YS01ODQ0LTlkOWMtODc0MWE1MjBlODZkIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozZWVkNDJiMy1mZjhhLTU4NDQtOWQ5Yy04NzQxYTUyMGU4NmQiIHN0RXZ0OndoZW49IjIwMTgtMDItMTRUMDE6NTg6NTgrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxYjE3NGMxMy1iMzU4LTJkNDUtYjRiNi00MTZmZmJlMzkzZjMiIHN0RXZ0OndoZW49IjIwMTgtMDctMDRUMTM6MDE6MDIrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZmJlZjVjZGItMjQ2OS0yODRhLTk3YTEtYWEwZGNlNTVlYjBlIiBzdEV2dDp3aGVuPSIyMDE4LTA3LTA0VDEzOjAzOjE0KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjFjZjlmOTg5LTg1YjgtNmM0MC05ZTBkLWM3ODgwYzlkYTcyNCIgc3RFdnQ6d2hlbj0iMjAxOC0wNy0wNFQxMzowMzoxNCswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmYmVmNWNkYi0yNDY5LTI4NGEtOTdhMS1hYTBkY2U1NWViMGUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2YjZmZTdlNC1kYzRmLTQ0NDktYmExMC04Njk4NzQxYzdkNDYiIHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWVkNDJiMy1mZjhhLTU4NDQtOWQ5Yy04NzQxYTUyMGU4NmQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7YBtDGAAABl0lEQVR4Ae3BwU1bUQAEwP17Sqdpwo1QkstA4kIH3F4caakBLM/M9f7xeQLw0ABMAzANwDQA0wBMAzANwDQA0wBMAzANAAAAAAAAAAAAAAAAAAAAAAAAwNO43j8+TwAeGoBpAKYBmAZgGoBpAKYBmAZgGoBpAKYBAAAAAAAAAAAAAAAAAAAAAAAAeBpX3r5OAB4agGkApgGYBmAagGkApgGYBmAagGkApgEAAAAAAAAAAAAAAAAA+EnXOSffrusK8LoagGkApgGYBmCuvH2d/IS/f64Av0oDMA3ANADTAEwDMA3ANADTAEwDMA3ANABznXPy7bquAK+rAZgGYBoAAAAAAAAAAAAAAAAAAIAncLuf3O4nwEtoAKYBmAZgGoBpAKYBmAZgGoBpAKYBmAZgGoBpAKYBmAZgGoBpAAAAAAAAAAAAAAAAAH6d2/3kdj8BXkIDMA3ANADTAEwDMA3ANADTAEwDMA3ANADTAEwDMA3ANADTAEwDMNc5JwD/NQDTAEwDMA3ANADTAEwDMA3ANADTAEwDMP8AQAAfv2h+hxwAAAAASUVORK5CYII=) repeat-x;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-grid-pol {
  background: #e1e4e9;
}
.irs-grid-text {
  color: #999999;
}
.irs-line {
  height: 12px;
  top: 25px;
}
.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.irs-line-mid {
  height: 12px;
  background-position: 0 0;
}
.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
}
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.irs-slider {
  width: 16px;
  height: 22px;
  top: 20px;
  background-position: 0 -120px;
}
.irs-slider.single::after {
  content: '';
  display: block;
  width: 10px;
  height: 22px;
  margin-left: calc(50% - 5px);
  border-radius: 2px;
  cursor: pointer;
  background: #0047f3;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
}
.irs-slider.single:hover::after {
  background: #0040d9;
}
.irs-min,
.irs-max {
  color: #999999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.irs-from,
.irs-to,
.irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #0d54ff;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.irs-from::after,
.irs-to::after,
.irs-single::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0d54ff;
}
.irs-single {
  font-size: 14px;
  top: -8px;
}
.irs-shadow {
  height: 3px;
  top: 34px;
  background: black;
  opacity: 0.25;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -150px;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: rgba(13, 84, 255, 0.6) !important;
  background-image: none;
  color: white;
}
.datepicker table tr td .day:hover {
  background: #f0f0f0;
}
.datepicker .month:not(.active):hover,
.datepicker .day:not(.active):hover {
  background-color: #eeeeee !important;
}
.datepicker .month.disabled,
.datepicker .day.disabled {
  cursor: not-allowed !important;
  color: #1a2e61;
}
.datepicker .month.disabled {
  background-color: #eeeeee;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
  border-color: transparent;
  border-bottom-color: #f0f0f0;
}
.btn-fileSelect {
  position: relative;
  overflow: hidden;
}
.btn-fileSelect input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  cursor: inherit;
  display: block;
}
.btn-secondary {
  color: #1a2e61;
}
.btn-secondary:hover {
  background-color: #c6c0b7;
}
/*------------------------------------------------------------------
[11. Tabs & Accordians]
*/

/* Tabs
------------------------------------
*/

.nav-tabs > li {
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: #0d54ff;
  border-bottom-width: medium;
  color: #1a2e61;
  font-weight: bold;
  background-color: transparent;
}
.nav-tabs > li > a {
  border-radius: 0;
  padding: 15px 20px;
  margin-right: 0;
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: rgba(26, 46, 97, 0.7);
  font-size: 12px;
  min-width: 70px;
  border-color: transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: transparent;
  border-color: transparent;
  color: #1a2e61;
  font-weight: bolder;
}
.nav-tabs > li > a .tab-icon {
  margin-right: 6px;
}
.nav-tabs ~ .tab-content {
  overflow: hidden;
  padding: 15px;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left,
.nav-tabs ~ .tab-content > .tab-pane.slide-right {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding,
.nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
  opacity: 0 !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.active,
.nav-tabs ~ .tab-content > .tab-pane.slide-right.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding {
  -webkit-transform: translate3d(10%, 0, 0) !important;
  transform: translate3d(10%, 0, 0) !important;
  -ms-transform: translate(10%, 0) !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
  -webkit-transform: translate3d(-10%, 0, 0) !important;
  transform: translate3d(-10%, 0, 0) !important;
  -ms-transform: translate(-10%, 0) !important;
}
.nav-tabs.nav-tabs-left:after,
.nav-tabs.nav-tabs-right:after {
  border-bottom: 0px;
}
.nav-tabs.nav-tabs-left > li,
.nav-tabs.nav-tabs-right > li {
  float: none;
}
.nav-tabs.nav-tabs-left {
  float: left;
  padding-right: 0;
}
.nav-tabs.nav-tabs-left ~ .tab-content {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs.nav-tabs-right {
  float: right;
  padding-right: 0;
}
.nav-tabs.nav-tabs-right ~ .tab-content {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* Tabs : Simple
------------------------------------
*/

.nav-tabs-simple {
  border-bottom: 0px;
}
.nav-tabs-simple:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 3px;
  z-index: 120;
}
.nav-tabs-simple > li {
  margin-bottom: 0;
}
.nav-tabs-simple > li:after {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
  background-color: #f44e1a;
  height: 0px;
  content: '';
  z-index: 125;
}
.nav-tabs-primary.nav-tabs-simple > li:after {
  background-color: #0d54ff;
}
.nav-tabs-success.nav-tabs-simple > li:after {
  background-color: #0d54ff;
}
.nav-tabs-complete.nav-tabs-simple > li:after {
  background-color: #f44e1a;
}
.nav-tabs-danger.nav-tabs-simple > li:after {
  background-color: #f44e1a;
}
.nav-tabs-warning.nav-tabs-simple > li:after {
  background-color: #ffae87;
}
.nav-tabs-info.nav-tabs-simple > li:after {
  background-color: #6ccbfe;
}
.nav-tabs-simple > li.active a,
.nav-tabs-simple > li.active a:hover,
.nav-tabs-simple > li.active a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs-simple > li.active:after,
.nav-tabs-simple > li:hover:after {
  height: 3px;
}
.nav-tabs-simple.nav-tabs-left:after,
.nav-tabs-simple.nav-tabs-right:after {
  border-bottom: 0px;
}
.nav-tabs-simple.nav-tabs-left > li:after,
.nav-tabs-simple.nav-tabs-right > li:after {
  width: 0px;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.nav-tabs-simple.nav-tabs-left > li.active:after,
.nav-tabs-simple.nav-tabs-right > li.active:after,
.nav-tabs-simple.nav-tabs-left > li:hover:after,
.nav-tabs-simple.nav-tabs-right > li:hover:after {
  width: 3px;
}
.nav-tabs-simple.nav-tabs-left > li:after {
  right: 0;
}
.nav-tabs-simple.nav-tabs-right > li:after {
  left: 0;
}
/* Tabs : Line Triangles
------------------------------------
*/

.nav-tabs-linetriangle {
  border-bottom: 0;
}
.nav-tabs-linetriangle:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 0;
}
.nav-tabs-linetriangle > li.active > a {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.nav-tabs-linetriangle > li.active > a:hover,
.nav-tabs-linetriangle > li.active > a:focus,
.nav-tabs-linetriangle > li.active > a:active {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs-linetriangle > li.active > a:after,
.nav-tabs-linetriangle > li.active > a:before {
  border: medium solid transparent;
  content: "";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 1;
  top: 100%;
}
.nav-tabs-linetriangle > li.active > a:after {
  border-top-color: #f7f7f7;
  border-width: 10px;
  margin-left: -10px;
}
.nav-tabs-linetriangle > li.active > a:before {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 11px;
  margin-left: -11px;
}
.nav-tabs-linetriangle > li > a span {
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tabs-linetriangle > li > a,
.nav-tabs-linetriangle > li > a:hover,
.nav-tabs-linetriangle > li > a:focus {
  overflow: visible;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
.nav-tabs-linetriangle ~ .tab-content {
  background: white;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs:after {
  border-bottom: none;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f7f7f7;
  margin-top: 1px;
  margin-right: 2px;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after,
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
  top: auto;
  right: -23px;
  left: auto;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs:after {
  border-bottom: none;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f7f7f7;
  margin-top: 1px;
  margin-left: -9px;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after,
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
  top: auto;
  left: -12px;
  right: auto;
}
@media screen and (max-width: 58em) {
  .nav-tabs-linetriangle {
    font-size: 0.6em;
  }
}
/* Tabs : Fill-up
------------------------------------
*/

.nav-tabs-fillup {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.nav-tabs-fillup > li {
  overflow: hidden;
}
.nav-tabs-fillup > li > a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
}
.nav-tabs-fillup > li > a:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none repeat scroll 0 0 #0d54ff;
  border: 1px solid #0d54ff;
  content: "";
  height: calc(100% + 1px);
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0px);
  transform: translate3d(0, 100%, 0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.nav-tabs-primary.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #0d54ff;
  border: 1px solid #0d54ff;
}
.nav-tabs-success.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #0d54ff;
  border: 1px solid #0d54ff;
}
.nav-tabs-complete.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #f44e1a;
  border: 1px solid #f44e1a;
}
.nav-tabs-warning.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #ffae87;
  border: 1px solid #ffae87;
}
.nav-tabs-danger.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #f44e1a;
  border: 1px solid #f44e1a;
}
.nav-tabs-info.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #6ccbfe;
  border: 1px solid #6ccbfe;
}
.nav-tabs-fillup > li > a span {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 5px, 0px);
  transform: translate3d(0px, 5px, 0px);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
.nav-tabs-fillup > li.active {
  z-index: 100;
}
.nav-tabs-fillup > li.active > a,
.nav-tabs-fillup > li.active > a:hover,
.nav-tabs-fillup > li.active > a:focus {
  border-color: transparent;
  background: transparent;
  color: white;
}
.nav-tabs-fillup > li.active > a:after {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
}
.nav-tabs-fillup > li.active > a span {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  -ms-transform: translate(0px, -5px);
}
.nav-tabs-fillup > li.active .icon:before {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  -ms-transform: translate(0px, -5px);
}
.nav-tabs-fillup .icon:before {
  -webkit-transform: translate3d(0px, 5px, 0px);
  transform: translate3d(0px, 5px, 0px);
  -ms-transform: translate(0px, 5px);
  -webkit-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  display: block;
  margin: 0;
}
.nav-tabs-fillup ~ .tab-content {
  background: white;
}
.nav-tabs-fillup.nav-tabs-left,
.nav-tabs-fillup.nav-tabs-right {
  border-bottom: none;
}
.nav-tabs-fillup.nav-tabs-left:after,
.nav-tabs-fillup.nav-tabs-right:after {
  border-bottom: none;
}
.nav-tabs-fillup.nav-tabs-left > li > a:after,
.nav-tabs-fillup.nav-tabs-right > li > a:after {
  width: calc(100% + 1px);
  height: 100%;
}
.nav-tabs-fillup.nav-tabs-left > li.active a:after,
.nav-tabs-fillup.nav-tabs-right > li.active a:after {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
}
.nav-tabs-fillup.nav-tabs-left > li > a:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
}
.nav-tabs-fillup.nav-tabs-left > li > a span {
  -webkit-transform: translate3d(5px, 0, 0px);
  transform: translate3d(5px, 0, 0px);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-fillup.nav-tabs-left > li.active a span {
  -webkit-transform: translate3d(-5px, 0, 0px);
  transform: translate3d(-5px, 0, 0px);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-left > li.active .icon:before {
  -webkit-transform: translate3d(-5px, 0, 0px);
  transform: translate3d(-5px, 0, 0px);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li > a:after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  left: -1px;
}
.nav-tabs-fillup.nav-tabs-right > li > a span {
  -webkit-transform: translate3d(-5px, 0, 0px);
  transform: translate3d(-5px, 0, 0px);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li.active a span {
  -webkit-transform: translate3d(5px, 0, 0px);
  transform: translate3d(5px, 0, 0px);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li.active .icon:before {
  -webkit-transform: translate3d(5px, 0, 0px);
  transform: translate3d(5px, 0, 0px);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-header {
  overflow: scroll;
  width: 100%;
}
.nav-tabs-header .nav-tabs {
  width: auto;
  white-space: nowrap;
}
.nav-tabs-header .nav-tabs > li {
  display: inline-block;
  float: inherit;
}
.nav-tabs-header.nav-tabs-linetriangle {
  height: 61px;
  overflow-y: hidden;
}
.nav-tabs-header.nav-tabs-linetriangle:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 3px;
  z-index: 120;
  content: "";
  clear: both;
}
.nav-tabs-header.nav-tabs-linetriangle ~ .tab-content {
  position: relative;
  top: -12px;
}
.nav-tabs-header ~ .tab-content {
  overflow: hidden;
  padding: 15px;
}
.nav-tab-dropdown .cs-select {
  width: 100% !important;
  max-width: 100%;
}
/* Panel Groups
------------------------------------
*/

.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel-heading {
  padding: 13px 18px 10px 22px;
}
.panel-group .panel-heading.collapsed {
  background-color: white;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.panel-group .panel-heading .panel-title {
  width: 100%;
}
.panel-group .panel-heading .panel-title > a {
  color: #1a2e61;
  font-size: 13px;
  font-weight: normal;
  display: block;
  opacity: 1;
}
.panel-group .panel-heading .panel-title > a:hover {
  color: #1a2e61 !important;
}
.panel-group .panel-heading .panel-title > a:hover:after {
  color: #1a2e61 !important;
}
.panel-group .panel-heading .panel-title > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  position: absolute;
  right: 13px;
  top: 36%;
  color: #1a2e61;
}
.panel-group .panel-heading .panel-title > a.collapsed {
  color: rgba(26, 46, 97, 0.7);
  opacity: 1;
}
.panel-group .panel-heading .panel-title > a.collapsed:after {
  content: "\f055";
  color: rgba(26, 46, 97, 0.7);
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.panel-group .panel .panel-body {
  height: auto;
}
.nav-pills > li > a {
  border-radius: 0;
  color: #1a2e61;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #1a2e61;
  background-color: #bac0d0;
}
@media (max-width: 767px) {
  .nav.nav-tabs.nav-stack-sm li {
    float: none;
  }
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:after,
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:before {
    display: none;
  }
}
.nav-tabs-simple > li > a {
  text-transform: none;
  font-size: 14px;
}
.nav-tabs-simple > li > a .tab-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 160px;
  display: block;
}
.nav-tabs-simple > li:after {
  background-color: #0d54ff;
}
.row.banner.flex {
  padding-bottom: 30px;
  padding-top: 10px;
}
.banner {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 140px;
  background-color: #f5ede2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: black;
}
.banner h1,
.banner h2 {
  color: black;
}
.banner p {
  font-size: 18px;
  line-height: 1.5;
}
.banner svg.icons {
  display: none;
  color: black;
  fill: black;
  width: 50px;
}
.banner.flex {
  display: flex;
}
.banner.flex [class^="col"] {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  padding-right: 0;
  align-items: flex-start;
}
.banner.flex [class^="col"] .flex-text {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .banner.flex [class^="col"] {
    flex-direction: row;
    padding-right: 120px;
    align-items: center;
  }
  .banner.flex [class^="col"] .flex-text {
    padding-right: 60px;
  }
}
.banner.flex-container [class^="col"] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
}
.banner .flex-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner .flex-image {
    display: block;
  }
}
.banner-tab {
  margin-top: -40px;
  margin-left: 25px;
  color: black;
}
.banner-subtab {
  color: black;
}
.banner-subtab ul {
  margin-bottom: 0;
}
.banner-subtab ul .list-inline {
  padding-left: 0;
  margin-left: inherit;
}
/*.panel-heading {
    .banner-subtab {
        padding-top:20px;
        padding-bottom:0px;
    }
}*/

.list-inline li {
  margin-top: 5px;
  cursor: pointer;
  padding: 5px;
}
.current-tab {
  font-weight: bold;
  background-color: #f5ede2 !important;
}
.banner-tab-item {
  background-color: #fcfaf6;
  margin-right: 5px;
}
.banner-tab-item a {
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}
.banner-tab-item:hover {
  color: black;
  background-color: #c6c0b7 !important;
}
.banner-subtab-item {
  color: black;
  background-color: #fcfaf6;
  margin-right: 5px;
}
.banner-subtab-item:hover {
  color: black;
  background-color: #c6c0b7;
}
.banner-subtab-item a {
  color: black;
}
.current-subtab {
  font-weight: bold;
  border-color: black;
  color: black;
  background-color: #f5ede2 !important;
}
.current-subtab:hover {
  color: black;
  background-color: #c6c0b7 !important;
}
a.disabled {
  /* Make the disabled links grayish*/
  color: #bac0d0;
  /* And disable the pointer events */
  pointer-events: none;
}
.subtab-support {
  padding: 20px !important;
}
.subtab-support-panel {
  background-color: white !important;
}
.subtab-support-panel .banner-subtab {
  background-color: #f5ede2 !important;
  padding-left: 20px;
  min-height: 70px;
  margin-bottom: 0px;
  flex: content;
  align-content: flex-end;
}
.notification-container .pgn-wrapper {
  position: relative;
  z-index: auto;
}
.notification-container .pgn-wrapper .pgn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.notification-container .alert {
  max-height: inherit;
  padding: 0;
  margin-bottom: 30px;
}
.notification-container .alert button.close {
  margin-top: 20px;
  margin-right: 20px;
  z-index: 99;
}
.notification-container .alert .panel {
  background-color: inherit;
}
.notification-container .alert .panel .icon {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 16px;
}
.notification-container .alert .panel h2,
.notification-container .alert .panel p {
  color: black;
}
.notification-container .alert-default .btn {
  background: #ffae87;
  border-color: #ffae87;
  color: black;
  font-weight: bold;
}
.notification-container .alert-default .btn:hover {
  background: #ffb693;
  border-color: #ffb693;
}
.pgn-wrapper {
  display: flex;
  flex-direction: column;
}
.pgn-wrapper[data-position^=top-] {
  top: 90px;
}
.pgn-wrapper[data-position$='-right'] {
  right: 12px;
}
.pgn-wrapper .pgn-circle .alert {
  border-radius: 0;
  height: auto;
  padding: 15px;
  margin-bottom: 15px;
}
.pgn-wrapper .pgn-circle .alert .pgn-message > div {
  height: auto;
  padding-right: 20px;
}
.pgn-wrapper .pgn-circle .alert .close {
  top: 15px;
  right: 10px;
  opacity: 1;
  background: none;
  width: 22px;
  height: 22px;
  font-size: 18px;
  text-shadow: none;
}
.pgn-wrapper .pgn-circle .alert-default {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(26, 46, 97, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(26, 46, 97, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(26, 46, 97, 0.5);
}
.pgn-wrapper .pgn-circle .alert-info {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(244, 78, 26, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(244, 78, 26, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(244, 78, 26, 0.5);
}
.pgn-wrapper .pgn-circle .alert-success {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
}
.pgn-wrapper .pgn-circle .alert-danger {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(244, 78, 26, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(244, 78, 26, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(244, 78, 26, 0.5);
}
.pgn-wrapper .pgn-circle .alert-warning {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(255, 174, 135, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(255, 174, 135, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(255, 174, 135, 0.5);
}
.panel-what-s-next .scroll-wrapper {
  max-height: 240px;
}
.panel-what-s-next .panel-body {
  /*&::before {
            content: "";
            display: block;
            //background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJjaGVjay1mb3JtIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQzNC4xNjggNDM0LjE2OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM0LjE2OCA0MzQuMTY4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI2MyYzJjMiIgZD0iTTMzMi4zMTgsMjMwLjE5NlYzNC45NjdINDAuOTN2MzY0LjIzNWgxMzQuMDM4YzkuNjE2LDAsMTcuNDgzLDcuODY3LDE3LjQ4MywxNy40ODNzLTcuODY3LDE3LjQ4My0xNy40ODMsMTcuNDgzSDIzLjQ0NmMtOS42MTYsMC0xNy40ODMtNy44NjctMTcuNDgzLTE3LjQ4M1YxNy40ODNDNS45NjMsNy44NjcsMTMuODMxLDAsMjMuNDQ2LDBoMzI2LjM1NGM5LjYxNiwwLDE3LjQ4Myw3Ljg2NywxNy40ODMsMTcuNDgzdjIxMi43MTNjMCw5LjYxNi03Ljg2NywxNy40ODMtMTcuNDgzLDE3LjQ4M1MzMzIuMzE4LDIzOS44MTIsMzMyLjMxOCwyMzAuMTk2eiBNNDIyLjM1NywyNzIuNzM5Yy03LjI4NS02LjQxMS0xOC4zNTctNS44MjgtMjQuNzY4LDEuNDU3bC05NS44NjcsMTA2LjY0OGwtNDguMDc5LTQ2LjMzMWMtNi45OTMtNi43MDItMTguMDY2LTYuNDExLTI0Ljc2OCwwLjU4M3MtNi40MTEsMTguMDY2LDAuNTgzLDI0Ljc2OGw2MS4xOTEsNTguODZjMy4yMDUsMy4yMDUsNy41NzYsNC45NTQsMTIuMjM4LDQuOTU0YzAuMjkxLDAsMC4yOTEsMCwwLjU4MywwYzQuNjYyLTAuMjkxLDkuMzI0LTIuMzMxLDEyLjIzOC01LjgyOGwxMDcuODE0LTEyMC4wNTJDNDMwLjIyNCwyOTAuMjIyLDQyOS42NDEsMjc5LjE1LDQyMi4zNTcsMjcyLjczOXogTTI2OC4yMTIsMTAxLjk4NkgxMTAuODYzYy05LjYxNiwwLTE3LjQ4Myw3Ljg2Ny0xNy40ODMsMTcuNDgzczcuODY3LDE3LjQ4MywxNy40ODMsMTcuNDgzaDE1Ny4zNDljOS42MTYsMCwxNy40ODMtNy44NjcsMTcuNDgzLTE3LjQ4M1MyNzcuODI4LDEwMS45ODYsMjY4LjIxMiwxMDEuOTg2eiBNMjg1LjY5NiwyMTUuNjI3YzAtOS42MTYtNy44NjctMTcuNDgzLTE3LjQ4My0xNy40ODNIMTEwLjg2M2MtOS42MTYsMC0xNy40ODMsNy44NjctMTcuNDgzLDE3LjQ4M2MwLDkuNjE2LDcuODY3LDE3LjQ4MywxNy40ODMsMTcuNDgzaDE1Ny4zNDlDMjc3LjgyOCwyMzMuMTEsMjg1LjY5NiwyMjUuMjQzLDI4NS42OTYsMjE1LjYyN3ogTTExMC44NjMsMjkxLjM4OGMtOS42MTYsMC0xNy40ODMsNy44NjctMTcuNDgzLDE3LjQ4M2MwLDkuNjE2LDcuODY3LDE3LjQ4MywxNy40ODMsMTcuNDgzaDQ2LjYyMmM5LjYxNiwwLDE3LjQ4My03Ljg2NywxNy40ODMtMTcuNDgzYzAtOS42MTYtNy44NjctMTcuNDgzLTE3LjQ4My0xNy40ODNIMTEwLjg2M3oiLz48L2c+PC9zdmc+);
            //-webkit-mask-image: url(/Content/Partner/tau/app/less/@{custom-modules-assets-url}/img/icons/tasks-solid.svg), url(/Content/Partner/tau/app/less/@{default-assests-url}/img/icons/tasks-solid.svg);
            //mask-image: url(/Content/Partner/tau/app/less/@{custom-modules-assets-url}/img/icons/tasks-solid.svg), url(/Content/Partner/tau/app/less/@{default-assests-url}/img/icons/tasks-solid.svg);
            //background-color: @color-master-lighter;
            //fill: @color-master-lighter;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: absolute;
            top: 20px;
            right: 20px;
            width: 30px;
            height: 30px;
        }*/
  padding: 0;
}
.panel-what-s-next-heading {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: #f5ede2;
}
.panel-what-s-next-heading .icon-visibility {
  display: none;
}
.panel-what-s-next-heading h4 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.panel-what-s-next-wrapper {
  padding: 20px;
  padding-top: 0;
}
.panel-what-s-next .task-list li {
  display: flex;
  color: #1a2e61;
  font-size: 16px;
  border-bottom: 1px solid #e7ecf9;
  margin-right: 20px;
}
.panel-what-s-next .task-list li:last-child {
  border-bottom: none;
}
.panel-what-s-next .task-list li a {
  color: #1a2e61;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.panel-what-s-next .task-list li .step-number {
  min-width: 32px;
  display: inline-flex;
  font-size: 16px;
  color: #dde0e7;
}
.panel-what-s-next .task-list li .step-number > span {
  display: flex;
  width: 32px;
  height: 32px;
  border: 1px solid #dde0e7;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.panel-what-s-next .task-list li .step-text {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-weight: bold;
}
.panel-what-s-next .task-list li .step-description {
  display: block;
  line-height: 1.5;
  margin-top: 4px;
  font-weight: normal;
}
.panel-what-s-next .task-list li.timeline-completed .step-number > span {
  background-color: #f44e1a;
  border-color: #f44e1a;
  color: white;
}
.panel-what-s-next .task-list li.timeline-inprogress .step-number > span {
  background-color: #ffae87;
  border-color: #ffae87;
  color: white;
  font-weight: bold;
}
.panel-what-s-next .task-list li.timeline-pending .step-number > span {
  background-color: #ffddd1;
  border-color: #ffddd1;
  color: black;
}
.panel-tips-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel-tips .swiper-wrapper {
  padding-top: 10px;
  padding-bottom: 40px;
}
.panel-tips .swiper-pagination {
  bottom: 0;
}
.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(128, 128, 128, 0.15);
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
}
.dropzone[data-dz-height="300"] {
  min-height: 220px;
  max-height: 300px;
}
.dropzone-overflow {
  overflow-y: auto;
}
.dropzone.dz-started .dz-default.dz-message {
  display: none;
}
.dropzone .dz-default.dz-message {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 180px;
}
.dropzone .dz-default.dz-message > span {
  font-size: 16px;
  color: #bac0d0;
}
@media only screen and (min-width: 480px) {
  .dropzone .dz-default.dz-message > span {
    font-size: 18px;
  }
}
.dropzone .dz-image-preview img {
  overflow: hidden;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}
.dropzone .dz-image-preview textarea,
.dropzone .dz-image-preview input {
  width: 100%;
}
.dropzone + .dz-total-upload-progress .dz-total-upload {
  height: 2px;
  width: 0;
  display: block;
  background-color: #6ccbfe;
}
.dz-custom-preview {
  width: 160px;
  margin: 15px;
  padding: 10px 15px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.dz-custom-preview .dz-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f44e1a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dz-custom-preview .dz-remove > i {
  color: white;
}
.dz-custom-preview .dz-details-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
.dz-custom-preview .dz-details-header .dz-filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.dz-custom-preview .dz-details-header .dz-size {
  font-size: 10px;
  display: flex;
}
.dz-custom-preview .dz-details-body img {
  width: 100%;
  margin-bottom: 5px;
}
.dz-custom-preview .dz-details-body textarea {
  max-width: 100%;
}
.dz-custom-preview .dz-details [data-dz-errormessage] {
  color: #f44e1a;
  font-size: 12px;
  line-height: 1.2;
}
.dz-custom-preview .dz-progress .dz-upload {
  height: 2px;
  width: 0;
  display: block;
  background-color: #6ccbfe;
}
.dz-custom-preview.dz-error .dz-progress {
  display: none;
}
.dz-custom-default-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dz-custom-default-message .dz-custom-icon {
  font-size: 30px;
}
.dz-custom-default-message .dz-custom-message {
  margin-top: 20px;
}
.dz-custom-default-message .dz-custom-file-extension {
  font-size: 14px;
  margin-top: 10px;
}
.nav-group {
  background-color: white;
}
.nav-group .nav-lists {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-group .nav-item {
  padding: 0;
  border-right: 1px solid #edeef2;
}
.nav-group .nav-item .nav-link {
  color: #1a2e61;
  font-weight: bold;
  display: block;
  padding: 15px 25px;
}
.nav-group .nav-item .nav-link.current {
  color: #0d54ff;
}
.nav-group .nav-item .nav-link:hover {
  color: #0d54ff;
}
.nav-group .nav-item .nav-link.disabled {
  background-color: rgba(237, 238, 242, 0.5);
  color: #dde0e7;
  cursor: not-allowed;
  pointer-events: none;
}
.nav-group .nav-item .nav-link .nav-link-icon {
  margin-right: 10px;
}
.nav-group .nav-item .nav-link .nav-link-text {
  font-size: 18px;
}
.page-nav {
  background-color: white;
  position: relative;
}
.page-nav .nav-item .nav-link {
  display: inline-block;
  padding: 14px 25px;
  font-size: 18px;
  color: #dde0e7;
  font-weight: bold;
}
.page-nav .nav-item .nav-link:hover {
  color: rgba(13, 84, 255, 0.8);
}
.page-nav .nav-item.current .nav-link {
  color: #0d54ff;
}
.page-nav .nav-item.disabled {
  background-color: rgba(237, 238, 242, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
.page-nav .nav-item.disabled .nav-link {
  color: #dde0e7;
}
.page-nav .swiper-wrapper .swiper-slide {
  width: auto;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  border-right: 1px solid #edeef2;
}
.page-nav .swiper-button-prev,
.page-nav .swiper-button-next {
  background-color: #0d54ff;
}
.page-nav .swiper-button-prev::before,
.page-nav .swiper-button-next::before {
  color: white;
}
.page-nav .swiper-button-prev {
  left: 0;
}
.page-nav .swiper-button-next {
  right: 0;
}
.page-nav .swiper-scrollbar {
  height: 4px;
}
.page-nav .swiper-scrollbar-drag {
  background: #0d54ff;
}
.panel-preview .iframe-preview {
  width: 100%;
  min-height: 800px;
}
.preview-iphone .header,
.preview-macbook .header {
  font-size: 18px;
  letter-spacing: 0.029em;
  font-weight: 200;
  margin-left: 40px;
  margin-bottom: 20px;
}
.preview-macbook {
  display: none;
  float: left;
  margin-top: 87px;
}
@media only screen and (min-width: 768px) {
  .preview-macbook {
    display: inline-block;
  }
}
.preview-macbook .macbook {
  color: #545454;
  margin: 0 20px;
  overflow: hidden;
  height: 375px;
  width: 650px;
  background-color: gray;
  border-radius: 20px 20px 10px 10px;
}
.preview-macbook .macbook .macbook-screen {
  height: 330px;
  width: 620px;
  margin: 30px 15px 15px;
  background-color: white;
}
.preview-macbook .macbook .ads-ad {
  list-style: none;
  margin-bottom: 5px;
  padding: 11px 16px;
  line-height: 18px;
  margin-left: 40px;
  margin-top: 40px;
  width: 580px;
}
.preview-macbook .macbook .ads-ad .ad_cclk h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 0;
  padding: 0;
}
.preview-macbook .macbook .ads-ad .ad_cclk h3 a {
  color: #1a0dab;
}
.preview-macbook .macbook .ads-ad .ads-visurl ._mB {
  margin-right: 7px;
  margin-left: 0;
  background-color: white;
  border-radius: 3px;
  color: #006621;
  display: inline-block;
  font-size: 11px;
  border: 1px solid #006621;
  padding: 1px 3px 0 2px;
  line-height: 11px;
  vertical-align: baseline;
}
.preview-macbook .macbook .ads-ad .ads-visurl cite {
  color: #006621;
  vertical-align: bottom;
  font-style: normal;
}
.preview-iphone .iphone .ads-ad a,
.preview-macbook .macbook .ads-ad ._yEo > li a {
  color: #1a0dab;
}
.preview-macbook .macbook .ads-ad .ads-visurl ._WGk {
  display: inline-block;
  max-width: 558px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-macbook .macbook .ads-ad .st {
  line-height: 1.4;
  word-wrap: break-word;
  font-size: small;
  font-family: arial, sans-serif;
}
.preview-macbook .macbook .ads-ad ._yEo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
}
.preview-macbook .macbook .ads-ad ._yEo > li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.preview-macbook .macbook .ads-ad ._yEo > li + li:before {
  content: ' · ';
}
.preview-iphone {
  display: inline-block;
  float: left;
}
.preview-iphone .iphone {
  width: 340px;
  height: 610px;
  margin: 0 20px;
  overflow: hidden;
  background-color: gray;
  border-radius: 30px 30px 20px 20px;
}
.preview-iphone .iphone .iphone-screen {
  height: 510px;
  width: 300px;
  margin: 50px 20px 20px;
  background-color: #f2f2f2;
}
.preview-iphone .iphone .ads-ad {
  list-style: none;
  margin: 0 8px 5px;
  line-height: 20px;
}
.preview-iphone .iphone .ads-ad.mnr-c:not(:empty) {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.preview-iphone .iphone .ads-ad .ad_cclk h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px;
  margin: 0;
}
.preview-iphone .iphone .ads-ad .ad_cclk ._uWj {
  padding: 11px 16px 10px;
}
.preview-iphone .iphone .ads-ad .ads-visurl ._mB {
  margin-right: 7px;
  margin-left: 0;
  background-color: white;
  border-radius: 3px;
  color: #006621;
  display: inline-block;
  font-size: 11px;
  border: 1px solid #006621;
  padding: 1px 3px 0 2px;
  line-height: 11px;
  vertical-align: baseline;
}
.preview-iphone .iphone .ads-ad .ads-visurl cite {
  color: #006621;
  vertical-align: bottom;
  font-size: 14px;
  font-style: normal;
}
.preview-iphone .iphone .ads-ad .ads-visurl ._WGk {
  display: inline-block;
  max-width: 558px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-iphone .iphone .ads-ad ._RYh {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}
.preview-iphone .iphone .ads-ad .ads-ad-as {
  font-size: 14px;
  padding: 9px 16px 11px;
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: arial, sans-serif;
}
.preview-iphone .iphone .ads-ad .ads-ad-as ._mDc {
  -webkit-line-clamp: 2;
}
.preview-iphone .iphone .ads-ad .ads-ad-as ._icr {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.preview-iphone .iphone .ads-ad .ads-ad-as ._uEo,
.preview-iphone .iphone .ads-ad .ads-ad-as ._wEo {
  margin: 0 -5px -13px 0;
  padding: 13px 0 6px;
}
.preview-iphone .iphone .ads-ad .ads-ad-as ._uEo li,
.preview-iphone .iphone .ads-ad .ads-ad-as ._vEo > li,
.preview-iphone .iphone .ads-ad .ads-ad-as ._wEo > li {
  line-height: inherit;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 5px 13px 0;
  vertical-align: top;
  width: 50%;
}
.preview-iphone .iphone .ads-ad .ads-ad-as ._uEo li,
.preview-iphone .iphone .ads-ad .ads-ad-as ._wEo li,
.preview-iphone .iphone .ads-ad .ads-ad-as ._zEo li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ads-section {
  border-top: 1px solid #ebebeb;
  margin: 11px -16px -11px;
  height: 40px;
  line-height: 40px;
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ads-section ._qjm {
  padding-right: 16px;
  padding-left: 16px;
  height: 40px;
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ads-section ._qjm:hover {
  text-decoration: none;
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ads-section .ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ads-section ._bjm {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAwhJREFUaAXtmVlr1kAUhlt32yp137He1QXE7QfovQiC3gheCv4Cf44geKfgrVIURAURqYILSBWq4i7uirvvUxsI800mc5Ix8SIHHr7k5GTmvLOn7evrrGuBrgW6FmizBfoDlY/q2V6xRBTFfdOzS+KsaMVmBGrdr2dLRVHyvDpH7BEruWnDQgKGDAktM8QmDQ0J+GqoacAQmzQ0lYDBpFkZCgsJ+GwoZ4EhNmloSMArQ03rDLFJQ0MCXhpqWqNYVqTGLSTghSEbyhkxxCcLDQmYNNbSylIaEvBWAizz4LFRcJLwkAAqmIio5bdizghrj0UUXR4ysyTkl55vD8Sw2Z0QNwIx//TRrJLS6YH3YqEnjiF2XDzzPGvMVTaE6IHxgmxOyt9q8uRVJoCYqwIhru12HW3cl80BcvoiOFav4iZnLJusPJaVKvd6msuYHqCm84LVxrV9cpTNI/edpPcxPUCFHOyGBUeGvM3XTb+4n3c2eR0rgJxY53eJ2dzkbIOuOXY8z/kau7QI+K6s6IlNnuzwPRAsrY2aRQCJPREMI/fcw1zaLG4JJn1jZhVAYvfEVsH4zxtDi79k3BWNiagi4IcSZD5wxHBXsQH5tk0/jxlOaxWLaL4lPgrffiN3sbGCVLWNevGwcEVQ3k9xWlznpsB2yH8w94yGeSgeiQ/i0zTsM6+F1+oIoMCd4oC35L/Oi/o5J1gA8kbLHxWxewh/OGMv6rEqQyhfCJOaoUJv+BpjvfwMqTci+0Qd0vURwXCLNb65L/iC6wqgTETAFuEbTkx2Jj1ingp6zD2WyBU0emrMF+FrNV9cjI9WOiQWxQRXiDnmeydFD2Tl8t3ApF0u3H0ii6nz6+2BlAJIjpXkpngnRoR77JCrsjUiIMuOOXFNDIrVIsVQbVSAcp5aOu/olx6ZJ1aIOkIaF6B8p4wD4G0xLhhii8VcYTG+RVoTkCXK+WhCXBaTgv/u0DMx+wG78RXRY3W6tKewig4+lNgjstWLFYy9g14CzkinBIfIzroW6Fqga4H/rAX+AGZSb3E7CDVbAAAAAElFTkSuQmCC);
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ads-section ._Sxg {
  display: inline-block;
  background-repeat: no-repeat;
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ads-section ._cBb {
  background-position: left center;
  background-size: 24px 24px;
  float: left;
  height: 40px;
  width: 24px;
  margin-right: 16px;
  color: #757575;
}
.preview-iphone .iphone .ads-ad .ads-ad-as .ads-section ._k3o {
  color: #222222;
}
.iphone-google-search-header ._RAf {
  display: block;
  height: 64px;
  position: relative;
  width: 100%;
}
.iphone-google-search-header ._RAf ._Ejh {
  padding: 16px 0 14px;
  position: absolute;
  left: 50%;
  margin-left: -46px;
}
.iphone-google-search-header ._RAf ._Djh {
  background: url(https://www.google.com/images/nav_logo242_hr.png) 0 -374px no-repeat;
  background-size: 167px;
  height: 36px;
  width: 92px;
}
.iphone-google-search-header #sfcnt {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  overflow: visible;
  font-size: small;
  font-family: Roboto-Regular, HelveticaNeue, Arial, sans-serif;
}
.iphone-google-search-header ._cy:not(:empty),
.iphone-google-search-header .mnr-c:not(:empty) {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 0 0 10px;
}
.iphone-google-search-header #tsf {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: 39px;
}
.iphone-google-search-header .msb {
  background-color: white;
  border-radius: 2px;
  position: relative;
  z-index: 3;
}
.iphone-google-search-header .msfo {
  overflow: hidden;
  display: -webkit-box;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0;
  padding-right: 38px;
}
.iphone-google-search-header .msfi {
  box-sizing: border-box;
  width: 100%;
  background-color: white !important;
  padding: 0;
  height: 39px;
  -webkit-border-top-left-radius: 2px;
}
.iphone-google-search-header .sb_ifc {
  padding: 7px 0;
  display: -ms-flexbox;
  display: flex;
}
.iphone-google-search-header .sb_chc {
  display: -webkit-box;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -5px 0;
}
.iphone-google-search-header .lst.lst-tbb {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-left: 16px;
}
.iphone-google-search-header .lst {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 25px;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.iphone-google-search-header .gsst_b {
  display: -webkit-box;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  width: 28px;
  text-align: center;
  white-space: nowrap;
}
.iphone-google-search-header .gsst_a {
  cursor: pointer;
  text-decoration: none !important;
}
.iphone-google-search-header .sbcb_a {
  color: #757575;
  cursor: pointer;
  font: 27px/25px arial, sans-serif;
}
.iphone-google-search-header .lsbb {
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  background-color: #3b78e7;
  border: 1px solid #3367d6;
  margin: 0;
}
.iphone-google-search-header .sbico {
  background: 0 0;
  color: white;
  height: 24px;
  width: 24px;
  margin: auto;
}
.iphone-google-search-header ._wtf {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  line-height: 24px;
  position: relative;
  width: 24px;
}
.iphone-google-search-header ._wtf svg {
  display: block;
  height: 100%;
  width: 100%;
}
.iphone-google-search-header a._sWr {
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.9);
}
.iphone-google-search-header a.duf3 {
  color: rgba(0, 0, 0, 0.54);
  float: right;
  font-style: italic;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.iphone-google-search-header .sbdd_a {
  margin-top: -1px;
  z-index: 989;
}
.iphone-google-search-header #msc {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 40px;
  line-height: 28px;
  overflow: hidden;
  position: relative;
}
.iphone-google-search-header #msd {
  visibility: inherit !important;
}
.iphone-google-search-header ._zKj {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(248, 248, 248, 0)), color-stop(100%, #f8f8f8));
  height: 40px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 2;
}
.iphone-google-search-header #hdtb-sc {
  display: block;
  overflow-y: hidden;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}
.iphone-google-search-header #hdtb-msb {
  padding-right: 8px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.iphone-google-search-header #hdtb-more,
.iphone-google-search-header #hdtb-msb .hdtb-imb,
.iphone-google-search-header #hdtb-msb .hdtb-imb.hdtb-msel,
.iphone-google-search-header #hdtb-tls {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  margin: 0;
  padding: 0 16px;
  text-align: center;
  background-color: #f8f8f8;
}
.iphone-google-search-header #hdtb-msb .hdtb-mitem.hdtb-msel,
.iphone-google-search-header #hdtb-msb .hdtb-mitem.hdtb-msel-pre {
  border-bottom: 2px solid #4285f4;
  box-sizing: border-box;
  color: #4285f4;
}
.iphone-google-search-header #hdtb-msb #hdtb-tls,
.iphone-google-search-header #hdtb-msb .hdtb-imb,
.iphone-google-search-header #hdtb-msb .hdtb-imb a {
  font-family: Roboto-Medium, Roboto-Regular, Roboto-Medium, HelveticaNeue-Medium, HelveticaNeue, sans-serif-medium, Arial, sans-serif !important;
}
.iphone-google-search-header .hdtb-mitem a {
  display: inline-block;
}
.iphone-google-search-header #hdtb-more-mn a,
.iphone-google-search-header .hdtb-mitem a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}
.iphone-google-search-header #hdtb-msb #hdtb-more,
.iphone-google-search-header #hdtb-msb #hdtb-tls {
  color: rgba(0, 0, 0, 0.54);
}
.iphone-google-search-header #hdtb-tls,
.iphone-google-search-header #hdtb-tls:focus {
  padding: 0 16px 0 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  outline: 0;
}
.iphone-google-search-header #hdtb-tls {
  text-decoration: none;
}
.macbook-google-search-header {
  padding-top: 20px;
  background: #fafafa;
}
.macbook-google-search-header #tsf {
  position: relative;
  width: auto;
  max-width: 784px;
  background: 0 0;
}
.macbook-google-search-header div.tsf-p {
  margin: -1px 0 0;
  padding-right: 0;
  padding-left: 150px;
  position: relative;
}
.macbook-google-search-header #logocont {
  z-index: 1;
  padding-left: 13px;
  padding-right: 10px;
  padding-top: 7px;
  left: 0;
  position: absolute;
}
.macbook-google-search-header .g,
.macbook-google-search-header .std,
.macbook-google-search-header body,
.macbook-google-search-header h1,
.macbook-google-search-header html,
.macbook-google-search-header input {
  font-size: small;
  font-family: arial, sans-serif;
}
.macbook-google-search-header .c h2,
.macbook-google-search-header h1 {
  font-weight: 400;
}
.macbook-google-search-header #logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.macbook-google-search-header #logo img {
  border: 0;
  width: initial;
}
.macbook-google-search-header .sfibbbc {
  padding-bottom: 2px;
  padding-top: 25px;
  margin-top: -3px;
  width: 455px;
}
.macbook-google-search-header .sbtc {
  position: relative;
}
.macbook-google-search-header .sbibtd {
  line-height: 0;
  overflow: visible;
  white-space: nowrap;
}
.macbook-google-search-header #sfdiv {
  max-width: none;
  overflow: hidden;
}
.macbook-google-search-header .sbibod {
  background-color: white;
  height: 44px;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.macbook-google-search-header .sbico-c {
  background: 0 0;
  border: 0;
  float: right;
  height: 44px;
  line-height: 44px;
  margin-top: -1px;
  outline: 0;
  padding-right: 16px;
  position: relative;
  top: -1px;
}
.macbook-google-search-header .sbico._wtf {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  line-height: 24px;
  position: relative;
  width: 24px;
  cursor: pointer;
  vertical-align: middle;
  color: #4285f4;
}
.macbook-google-search-header ._wtf svg {
  display: block;
  height: 100%;
  width: 100%;
}
.macbook-google-search-header .lst-c {
  overflow: hidden;
}
.macbook-google-search-header .sbib_a {
  vertical-align: top;
  background: white;
  -webkit-box-sizing: border-box;
}
.macbook-google-search-header #gs_st0 {
  padding: 0 2px 0 8px;
  margin-top: -1px;
  position: static;
  float: right;
}
.macbook-google-search-header .sbib_c {
  vertical-align: top;
}
.macbook-google-search-header .gsst_b {
  font-size: 16px;
  -webkit-user-select: none;
  white-space: nowrap;
}
.macbook-google-search-header .gsst_a {
  text-align: center;
  width: 24px;
  padding: 0 8px;
  display: inline-block;
}
.macbook-google-search-header .gsri_a {
  width: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACrElEQVR42u2Xz2sTQRSAX8VSb1K8iNqKooJH2Ux6Ksn+iPQqxZMIehJB0do/IMhmQWsvHr2KSEGk0tSLIoWIYNUKij20F2/N7iaUZnYT0kYzzhMKs0HDJiTdLcwHDwKZSd63781LBiQSSW9JZdkhzfKm1Rz9mjZp/W9YdEU3vXv4HsQZ40FtNG36q5rls//Ej4tmbSS2T15Mvp3ExOPmEMQNbBtMMEyoljcFcQN7PqyAlqNfIG7gYQ0tYNIaxA1MrJPY3wImbUqBKAXSFv0tBSIVMOkvKRDtGKWN/T6FdqRAxFNoWwpEPIXqUqBT6ALU/UVgu8GW4GD3f6f9TRDYNJTDrk7YbtiqUumHwIYoUJuHERDAS0r4CvgFECgbY+cFAR7KT+g1POmCKFDNw6WggHc3fBtVb4CAoyauBgXIG+g1Xh5mRAGah6cggBd11fK/h7lOprIs0H6uRl6KAo5O7kOv4QmPiwJ4Jqqv4FiwCtXjvD2+tRmfK6kZ/ygI2HritK0rDVGgrClJ6DWMwYC/AGuCBMYcIC2V0CzvjmbRz3j3xUjn6CfeYreUJ2wQkGD75INPX1mFfsEFrrcIYCvdhC4paWQakxajpJMr0C9YFg54i7AsClRmh9/xnr0NHcInzZStk2aLwAcGMAD9pPIazvFKVDD5rdnhJeHLX5RTyRPQHpz5o66emMc9wdlPtvA8wF7Aq2BUHh1525qEo5JtR1WeOXpickO9cJIpyuD6xJmhYiZ5ytWSl3mlnuOaf+2zDaLDXmJrSgZ/MYVEugo+gSh+FkSBa4yd5Ul87DZ5XpFl/AyIEjzYjkau8WqshU2cr13HPbgX4gJOD97n465GZlyVvC9mSKloKI2iTnbwNT+gBX54H+IaXAtxJzE3ycSAFqSAFJACUkAikXD+AHj5/wx2o5osAAAAAElFTkSuQmCC) -3px 0 no-repeat;
  background-size: 24px 24px;
  display: inline-block;
  height: 23px;
  vertical-align: middle;
}
.macbook-google-search-header .sbib_b {
  -webkit-box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 5px 9px 0;
}
.macbook-google-search-header #top_nav {
  margin-top: 20px;
}
.macbook-google-search-header #top_nav #hdtb {
  background: #fafafa;
  color: #666666;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  margin-top: -21px;
  outline: 0;
  position: relative;
  z-index: 102;
}
.macbook-google-search-header #top_nav #hdtb .hdtb-mitem a,
.macbook-google-search-header #top_nav #hdtb.notl div {
  outline: 0;
}
.macbook-google-search-header #top_nav #hdtb #hdtbSum {
  height: 58px;
  background: #fafafa;
  padding: 0;
  position: relative;
  z-index: 102;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb {
  float: left;
  position: relative;
  white-space: nowrap;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 500px;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-mitem.hdtb-imb,
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-mitem.hdtb-msel {
  line-height: 15px;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-mitem.hdtb-msel {
  padding: 28px 16px 12px;
  border-bottom: 3px solid #4285f4;
  color: #4285f4;
  font-weight: 700;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-mitem:first-child.hdtb-msel {
  margin-left: 150px;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-mitem.hdtb-imb {
  padding-top: 28px;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-mitem {
  display: inline-block;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-mitem a {
  color: #777777;
  display: inline-block;
  margin: 0 8px;
  padding: 0 8px;
  text-decoration: none;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-mitem a.hdtb-dd-b {
  padding-bottom: 8px;
  padding-top: 8px;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb #hdtb-tls {
  text-decoration: none;
  color: #777777;
}
.macbook-google-search-header #top_nav #hdtb #hdtb-msb .hdtb-tl {
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  line-height: 19px;
  cursor: pointer;
  margin-left: -1px;
  padding: 4px 15px;
}
.faq-section {
  margin-bottom: 30px;
}
.faq-accordion-list {
  padding: 0;
  margin-bottom: 15px;
}
.faq-accordion-list.highlight {
  background-color: rgba(13, 84, 255, 0.2);
}
.faq-accordion-list.highlight .faq-accordion {
  border-color: rgba(13, 84, 255, 0.2);
}
.faq-accordion-list .faq-accordion {
  position: relative;
  border: 2px solid #edeef2;
  background-color: transparent;
  color: #0d54ff;
  font-weight: bold;
  transition: all linear 0.15s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.faq-accordion-list .faq-accordion.active {
  background-color: #edeef2;
}
.faq-accordion-list .faq-accordion.active .faq-control::before {
  transform: rotate(90deg);
}
.faq-accordion-list .faq-accordion.active + .faq-description {
  display: block;
  overflow: hidden;
  max-height: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  padding: 15px;
}
.faq-accordion-list .faq-description {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.faq-accordion-list .faq-title {
  padding: 15px;
}
.faq-accordion-list .faq-control {
  width: 54px;
  height: auto;
  position: relative;
  cursor: pointer;
  background-color: #0d54ff;
  flex: 0 0 auto;
}
.faq-accordion-list .faq-control::before,
.faq-accordion-list .faq-control::after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.25s ease-out;
}
.faq-accordion-list .faq-control::before {
  top: calc(50% - 12px);
  left: calc(50% - 1px);
  width: 2px;
  height: 24px;
}
.faq-accordion-list .faq-control::after {
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
}
.faq-quick-links {
  display: inline-block;
}
.faq-quick-links li {
  float: left;
  list-style: disc;
  margin-left: 15px;
  margin-right: 15px;
}
.tools.panel .flex [class^="col"] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tools.panel a {
  color: inherit;
  display: block;
  border: 1px solid #dde0e7;
  padding: 40px;
  width: 100%;
  margin-bottom: 20px;
}
.tools.panel a svg.icons {
  width: 60px;
  display: block;
  margin: 0 auto;
  color: #0d54ff;
  fill: #0d54ff;
}
.tools.panel a h4 {
  margin-bottom: 0;
}
.tools.panel a:hover {
  background: #0d54ff;
  border-color: #0d54ff;
  transition: all 0.3s;
}
.tools.panel a:hover svg.icons {
  color: white;
  fill: white;
}
.tools.panel a:hover h4,
.tools.panel a:hover p {
  color: white;
}
.panel-widget-heading {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.panel-widget-heading h4 {
  padding: 20px;
}
.panel-widget-heading .icon-visibility {
  display: none;
}
.panel-widget-heading-upgrade {
  background-image: url(/Content/Partner/tau/assets/img/upgrade.jpg), url(/Content/Partner/default/assets/img/upgrade.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 500px;
}
.panel-widget-wrapper {
  padding: 20px;
}
.panel-widget-footer {
  bottom: 0;
  padding: 20px;
  padding-top: 0;
}
.panel-widget-footer .icon {
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
  display: inline-block;
}
.panel-widget .panel-body {
  padding: 0;
}
.nvd3 .nv-groups path.nv-line {
  stroke-width: 1px;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: '';
  font: normal normal normal 20px/1 FontAwesome;
  color: #0d54ff;
  text-rendering: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-button-prev::before {
  content: '\f053';
}
.swiper-button-next::before {
  content: '\f054';
}
.error-page,
.no-active-order-page,
.not-authorized-page {
  background-image: url(/Content/Partner/tau/assets/img/error-background-general.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.error-page::after,
.no-active-order-page::after,
.not-authorized-page::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(13, 84, 255, 0.75);
  position: absolute;
  top: 0;
  z-index: -1;
}
.error-page .page-container,
.no-active-order-page .page-container,
.not-authorized-page .page-container {
  padding-left: 0;
}
.error-page .page-content-wrapper,
.no-active-order-page .page-content-wrapper,
.not-authorized-page .page-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page .page-content-wrapper .content,
.no-active-order-page .page-content-wrapper .content,
.not-authorized-page .page-content-wrapper .content {
  height: 100vh;
  min-height: 568px;
  display: flex;
  align-items: center;
}
.error-page .error-content-row,
.no-active-order-page .error-content-row,
.not-authorized-page .error-content-row {
  text-align: center;
}
.error-page .error-content-row .panel,
.no-active-order-page .error-content-row .panel,
.not-authorized-page .error-content-row .panel {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
}
.error-page .error-content,
.no-active-order-page .error-content,
.not-authorized-page .error-content {
  margin: 15px;
}
.error-page .error-content .icons,
.no-active-order-page .error-content .icons,
.not-authorized-page .error-content .icons {
  color: rgba(0, 0, 0, 0.4);
  fill: rgba(0, 0, 0, 0.4);
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.error-page .error-content h1,
.no-active-order-page .error-content h1,
.not-authorized-page .error-content h1 {
  line-height: 1.1;
  font-size: 24px;
}
@media only screen and (min-width: 480px) {
  .error-page .error-content,
  .no-active-order-page .error-content,
  .not-authorized-page .error-content {
    margin: 30px;
  }
}
.error-page .footer,
.no-active-order-page .footer,
.not-authorized-page .footer {
  background-color: rgba(255, 255, 255, 0.75);
}
.login-page .page-content-wrapper {
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .login-page .header .minify-contact-wrapper {
    padding-top: 27px;
  }
}
.icon-spin {
  display: inline-block;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.icon-spin .svg {
  width: 100%;
}
.icon-primary {
  fill: #0d54ff;
}
.icon-muted {
  fill: #dde0e7;
}
.m-20 {
  margin: 20px;
}
.icon-h4 {
  height: 30px;
  width: 30px;
}
.setup .page-container {
  padding-left: 0;
}
.product-setup .flex-height {
  display: flex;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .product-setup .flex-height {
    /* IE10+ specific styles go here */
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .product-setup .flex-height {
    flex-direction: row;
  }
}
.product-setup .flex-height .panel:first-child {
  flex: 2 0;
}
@media only screen and (min-width: 768px) {
  .product-setup .flex-height .panel:first-child {
    margin-right: 15px;
  }
}
.product-setup .flex-height .panel:last-child {
  flex: 1 0;
}
.product-setup .product-assistant {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-setup .product-assistant h4 {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .product-setup .product-assistant h4 {
    font-size: 18px;
  }
}
.panel-product-setup > .panel-body {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .panel-product-setup > .panel-body {
    padding-top: 20px;
  }
}
.panel-product-setup > .panel-body > .row {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 480px) {
  .panel-product-setup > .panel-body > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.panel-product-setup > .panel-body > .row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.panel-product-setup .product-title {
  padding: 15px 20px;
  background: #40b7d7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #40b7d7 0%, #a2c951 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #40b7d7 0%, #a2c951 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #40b7d7 0%, #a2c951 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40b7d7', endColorstr='#a2c951', GradientType=1);
  /* IE6-9 */

}
.panel-product-setup .product-title h3 {
  margin: 0;
}
@media only screen and (min-width: 320px) {
  .panel-product-setup .product-image {
    padding: 0 !important;
  }
}
.panel-product-setup .product-image.has-bg {
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .panel-product-setup .product-image.has-bg {
    background-size: 100%;
    min-height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-sm-block {
    display: block !important;
  }
}
.product-setup-wrapper {
  border: none;
}
.product-setup-wrapper > .panel-body {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .product-setup-wrapper > .panel-body {
    padding: 20px;
  }
}
.product-setup-tabs {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .product-setup-tabs {
    background-color: white;
    z-index: 98;
    position: relative;
    top: 0;
  }
}
.product-setup-tabs .custom-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.product-setup-tabs .custom-tabs li {
  display: block;
  width: 100%;
  border-top: 6px solid #fbfbfc;
  position: relative;
  padding: 0;
  margin: 0;
}
.product-setup-tabs .custom-tabs li.active,
.product-setup-tabs .custom-tabs li.completed {
  border-color: #0d54ff;
}
.product-setup-tabs .custom-tabs li.active .tab-icon {
  display: flex;
}
.product-setup-tabs .custom-tabs li a {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.product-setup-tabs .custom-tabs li .tab-icon {
  display: none;
  position: absolute;
  top: calc(50% - 17px);
  right: -14px;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #0d54ff;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .product-setup-tabs .custom-tabs li .tab-icon {
    z-index: 99;
  }
}
.product-setup-tabs .custom-tabs li .tab-icon span {
  margin-top: 2.5px;
}
.product-setup-tabs .custom-tabs li:last-child .tab-icon {
  right: 0;
}
.product-setup-title {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .product-setup-title {
    padding-top: 30px;
    padding-bottom: 0;
    background-color: transparent;
  }
}
.product-setup-title h1,
.product-setup-title h2,
.product-setup-title h3,
.product-setup-title p {
  margin-top: 0;
}
.product-setup-banner.panel {
  border: none;
  margin: 0;
}
.product-setup-banner.panel > .panel-body {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .product-setup-banner.panel > .panel-body {
    padding: 0;
  }
}
.banner {
  height: initial;
}
@media only screen and (min-width: 768px) {
  .banner.flex [class^="col"] {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .banner.flex [class^="col"] {
    padding-right: 120px;
  }
}
.product-setup-panel.panel > .panel-body {
  padding: 0;
}
.product-setup-panel .tab-content .panel {
  border: none;
  background-color: #edeef2;
}
@media only screen and (min-width: 768px) {
  .product-setup-panel .tab-content .panel {
    background-color: white;
  }
}
.product-setup-panel .tab-content .panel.bg-white {
  background-color: white;
}
.product-setup-form .form-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .product-setup-form .form-actions {
    justify-content: flex-end;
  }
}
.product-setup-form .form-actions li {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .product-setup-form .form-actions li {
    width: auto;
  }
}
.product-setup-form .form-actions li.previous {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .product-setup-form .form-actions li.previous {
    justify-content: flex-end;
  }
}
.product-setup-form .form-actions li.next {
  display: flex;
  justify-content: flex-end;
}
.selectize-group {
  margin-bottom: 0;
}
.selectize-control {
  width: 100%;
}
.selectize-control .selectize-input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.selectize-control .selectize-input::before {
  content: "\f002";
  font: normal normal normal 13px/1 FontAwesome;
  width: 0;
  height: 0;
  margin-right: 5px;
  color: #dde0e7;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -6px;
}
.selectize-control .selectize-input.loading::before {
  content: "\f111";
  -webkit-animation: blink 0.5s linear infinite;
  -moz-animation: blink 0.5s linear infinite;
  animation: blink 0.5s linear infinite;
}
.selectize-control .selectize-input::after {
  border-color: #dde0e7 transparent transparent transparent !important;
}
.selectize-control .selectize-input input {
  margin-left: 25px !important;
}
.selectize-control .selectize-input .item .remove {
  border: 0;
  position: relative;
  margin-left: 8px;
}
.selectize-control .selectize-input.full.has-items {
  padding-left: 35px !important;
  height: auto;
}
.selectize-control .selectize-input.not-full.has-items {
  height: auto;
}
.selectize-control .selectize-input.not-full.has-items .item {
  padding: 5px 15px !important;
  border-radius: 20px;
  margin: 0 8px 8px 0;
  display: none;
}
.selectize-control .selectize-input.not-full.has-items input {
  width: 100% !important;
}
.selectize-dropdown-content .create {
  background-color: rgba(26, 46, 97, 0.1);
  color: black !important;
}
.selectize-dropdown-content .icon {
  margin-right: 10px;
}
.selectize-dropdown-content .create-text {
  float: right;
  padding-left: 10px;
  font-weight: bold;
}
.selectize-dropdown-content .option {
  color: #303030;
}
.panel-setup-progress .panel-title {
  background-color: #f5ede2;
  color: #1a2e61;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.panel-setup-progress .panel-title p {
  padding: 0;
  margin: 0;
}
.panel-setup-progress .setup-progress-list {
  padding: 0;
}
.panel-setup-progress .setup-progress-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  margin-bottom: 15px;
  color: #bac0d0;
}
.panel-setup-progress .setup-progress-list-item-icon {
  display: none;
  font-size: 12px;
  margin-top: 7px;
}
.panel-setup-progress .setup-progress-list-item-number {
  display: flex;
}
.panel-setup-progress .setup-progress-list-item-icon,
.panel-setup-progress .setup-progress-list-item-number {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #bac0d0;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.panel-setup-progress .setup-progress-list-item-detail {
  display: flex;
  flex-direction: column;
}
.panel-setup-progress .setup-progress-list-item-detail .progress-time {
  font-style: italic;
}
.panel-setup-progress .setup-progress-list-item.completed .setup-progress-list-item-number,
.panel-setup-progress .setup-progress-list-item.completed .setup-progress-list-item-icon {
  background-color: #0d54ff;
  border-color: #0d54ff;
  color: white;
}
.panel-setup-progress .setup-progress-list-item.completed .setup-progress-list-item-number {
  display: none;
}
.panel-setup-progress .setup-progress-list-item.completed .setup-progress-list-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.panel-setup-progress .setup-progress-list-item.active .setup-progress-list-item-number,
.panel-setup-progress .setup-progress-list-item.active .setup-progress-list-item-icon {
  background-color: #0d54ff;
  border-color: #0d54ff;
  color: white;
}
.panel-setup-progress .setup-progress-list-item.active .setup-progress-list-item-detail .progress-text {
  color: #0d54ff;
}
.panel-setup-progress .setup-progress-list-item.active .setup-progress-list-item-detail .progress-time {
  color: #1a2e61;
}
.panel-setup-progress .setup-support {
  background-color: #edeef2;
  padding: 20px;
}
.panel-setup-progress .setup-support .support-item {
  font-size: 20px;
}
.panel-setup-progress .setup-support .support-item svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.panel-no-border {
  border: none !important;
}
@media only screen and (min-width: 768px) {
  .panel-boxshadow {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
.large-spinner {
  height: 100px;
  width: 100px;
}
.small-spinner {
  height: 20px;
  width: 20px;
}
.custom-radio-btn-group {
  position: relative;
}
.custom-radio-btn-group .radio-button {
  text-align: center;
  width: calc(50% - 15px);
  margin-right: 15px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .custom-radio-btn-group .radio-button {
    width: calc(25% - 15px);
  }
}
.custom-radio-btn-group .radio-button label {
  cursor: pointer;
}
.custom-radio-btn-group .radio-button.selected label {
  background-color: #0d54ff;
  color: white;
  border-color: #0d54ff;
  transition: all 0.3s;
}
.custom-radio-btn-group .radio-button.selected label:hover {
  background-color: #0d54ff;
}
.custom-radio-btn-group .radio-button [type="radio"] {
  width: 0;
  height: 0;
  display: none;
}
.custom-radio-btn-group .radio-button [type="radio"]:checked + label {
  background-color: #0d54ff;
  color: white;
  border-color: #0d54ff;
  transition: all 0.3s;
}
.custom-radio-btn-group .radio-button label {
  display: block;
  color: #1a2e61;
  padding: 12px;
  border-radius: 27px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  background-color: white;
}
.custom-radio-btn-group .radio-button label:hover {
  background-color: #edeef2;
  transition: all 0.3s;
}
.custom-radio-btn-group .radio-button .remove-item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}
.custom-radio-btn-group .radio-button .remove-item::before {
  content: "\e60a";
  font: normal normal normal 14px/1 pages-icon;
  border-radius: 50%;
  border: 1px solid #bac0d0;
  color: #bac0d0;
  background-color: white;
  padding: 2px 3px 3px;
}
.custom-radio-btn-group .radio-button .remove-item:hover::before {
  border-color: #0d54ff;
  color: #0d54ff;
  transition: all 0.3s;
}
.template-box .h3 {
  font-size: 20px;
}
.template-box img {
  width: 100%;
}
.template-box label {
  cursor: pointer;
}
.template-box [type="radio"] + label:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.template-box [type="radio"]:checked + label {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.template-box .panel {
  width: 100%;
}
.template-box .panel.panel-choose-template {
  background-color: white;
}
.template-box .panel-heading,
.template-box .panel-body,
.template-box .panel-footer {
  display: block;
}
.template-box .panel-footer {
  background-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.07);
}
.float-contact {
  top: initial;
  bottom: 15px;
  right: initial;
  width: 100%;
  position: fixed;
}
.float-contact-icon {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
}
@media only screen and (min-width: 480px) {
  .float-contact {
    position: fixed;
    display: block;
    top: calc(38.2% - 25px);
    right: 0;
    z-index: 999;
    width: auto;
  }
  .float-contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .float-contact-icon .fa {
    font-size: 22px;
    line-height: 38px;
  }
}
.page-container .page-content-wrapper .content {
  position: relative;
  padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .page-container .page-content-wrapper .footer {
    margin-bottom: 0;
  }
}
#schedule-callback-modal .modal-dialog {
  height: auto;
}
.schedule-callback-modal .modal-dialog {
  border: 1px solid #f44e1a;
}
.notification-toggle {
  top: 28px;
  left: initial;
  right: -15px;
}
.notification-panel {
  border: none;
}
.notification-panel .notification-body .notification-item .heading {
  border-bottom-color: #cccccc;
}
.notification-panel .notification-body .notification-item .heading > a {
  width: 70%;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 14px;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner {
  border: none;
  padding: 5px 17px;
  margin-bottom: 10px;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner * {
  line-height: 1.3;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner::before,
.notification-panel .notification-body .notification-item .more-details .more-details-inner::after {
  display: none;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner h5,
.notification-panel .notification-body .notification-item .more-details .more-details-inner h6 {
  margin: 0;
}
.notification-panel .notification-footer {
  border-top-color: #cccccc;
}
.header {
  border-bottom: 1px solid #edeef2;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(65, 65, 65, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(65, 65, 65, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(65, 65, 65, 0.1);
}
.header ul [class^="fa"],
.header ul [class^="pg"] {
  font-size: 16px;
}
.header .brand {
  width: auto;
}
.header .minify-contact-wrapper {
  height: 80px;
  font-size: 16px;
  color: #1a2e61;
  padding-top: 16px;
  /*        i[class*="fa"] {
            color: @color-master-lighter;
        }*/

}
.header .minify-contact-wrapper i[class*="icon"] {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
  /*            svg {
                width: 100%;
                //fill: @color-master-lighter;
            }*/

}
.header .minify-contact-wrapper a {
  color: #1a2e61;
}
.header .minify-contact-wrapper a:hover {
  color: #0b44cf;
  text-decoration: underline;
}
.header .minify-contact-wrapper .minify-contact-item {
  float: inline-start;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .bubble {
  border-radius: 50%;
  height: 16px;
  width: 16px;
  right: 0;
  font-size: 10px;
  font-weight: bold;
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6744b;
}
.header .action-list {
  font-size: 16px;
  /*color: @color-master-light;*/

}
.header .action-list a {
  font-weight: normal;
}
.header .support-phone-mobile {
  height: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header .support-phone-mobile {
    height: 80px;
  }
}
.header .support-phone {
  height: 80px;
  display: flex;
  align-items: center;
}
.text-shadow-black {
  text-shadow: 0 0 10px black;
}
.login-wrapper,
.signup-wrapper {
  display: flex;
  justify-content: center;
  align-items: top;
}
@media only screen and (min-width: 768px) {
  .login-wrapper,
  .signup-wrapper {
    align-items: center;
  }
}
.login-wrapper .login-card,
.signup-wrapper .login-card {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .login-wrapper .login-card,
  .signup-wrapper .login-card {
    max-width: 550px;
  }
}
.page-sidebar .sidebar-overlay-slide a > i {
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0040d9;
  font-size: 18px;
}
.page-sidebar .sidebar-overlay-slide a:hover i {
  background-color: #4078ff;
}
@media only screen and (max-width: 768px) {
  .page-sidebar .sidebar-menu {
    height: calc(100%);
  }
}
.page-sidebar .sidebar-menu .menu-items > li > a {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
}
.page-sidebar .sidebar-menu .menu-items li {
  margin-bottom: 10px;
}
.page-sidebar .sidebar-menu .menu-items li.title .title {
  font-size: 24px;
  color: white;
}
.page-sidebar .sidebar-menu .menu-items li a {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0.5;
}
.page-sidebar .sidebar-menu .menu-items li a span.details {
  width: 100%;
  white-space: normal;
  line-height: 1 !important;
  color: white;
}
.page-sidebar .sidebar-menu .menu-items li ul.sub-menu > li > a {
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.page-sidebar .sidebar-menu .menu-items li ul.sub-menu > li > a .details {
  font-size: 12px;
  opacity: 0.4;
  display: block;
  clear: both;
}
.page-sidebar .sidebar-menu .menu-items li.main a {
  margin-bottom: 10px;
  font-size: 20px;
}
.page-sidebar .sidebar-menu .menu-items li.main a span {
  border-bottom: 1px solid white;
  width: 100%;
}
.page-sidebar .sidebar-menu .menu-items li:hover a {
  opacity: 1;
}
.page-sidebar .sidebar-menu .menu-items li.active a {
  opacity: 1;
}
.page-sidebar .sidebar-menu .menu-items li.active .icon-thumbnail {
  background: #0d54ff;
}
.page-sidebar .sidebar-menu .pull-down {
  position: absolute;
  bottom: -80px;
  z-index: 999;
  left: 0;
  width: 100%;
  background-color: #131a35;
}
@media only screen and (min-width: 768px) {
  .page-sidebar .sidebar-menu .pull-down {
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-sidebar .sidebar-menu .pull-down {
    position: relative;
    bottom: 0;
  }
}
.page-content-wrapper .content .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.products .panel-body:before,
.panel-product .panel-body:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .products .panel-body:before,
  .panel-product .panel-body:before {
    background-image: none;
  }
}
.products .panel-body .product-name,
.panel-product .panel-body .product-name {
  padding-right: 50px;
}
.products .panel-body .product-image,
.panel-product .panel-body .product-image {
  overflow: hidden;
}
.products .panel-body .product-image img,
.panel-product .panel-body .product-image img {
  width: 100%;
}
.products.atom .panel-body:before,
.panel-product.atom .panel-body:before {
  background-image: none;
  font-family: 'FontAwesome';
  content: "\f5d2";
  color: #aeaeae;
  font-size: 28px;
  text-align: right;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.products.social .panel-body:before,
.panel-product.social .panel-body:before {
  background-image: none;
  font-family: 'FontAwesome';
  content: "\f1e0";
  color: #aeaeae;
  font-size: 28px;
  text-align: right;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.products.sem .panel-body:before,
.panel-product.sem .panel-body:before {
  background-image: none;
  font-family: 'FontAwesome';
  content: "\f0a1";
  color: #aeaeae;
  font-size: 28px;
  text-align: right;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.product-ref {
  color: #777777;
}
.product-ref p {
  line-height: 2;
}
.product-ref p span {
  display: inline-block;
}
.panel-product h2 {
  margin-right: 0;
  word-break: break-all;
  color: #f44e1a;
}
@media only screen and (min-width: 768px) {
  .panel-product h2 {
    margin-right: 50px;
  }
}
.panel-product .product-text p span {
  margin-right: 15px;
}
.panel-booster .panel-body:before {
  font-family: 'FontAwesome';
  content: "\f0e7";
  color: #aeaeae;
  font-size: 28px;
  text-align: right;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.panel-performance .panel-heading {
  background-color: #f5ede2;
}
.panel-performance .panel-heading a {
  opacity: 1;
}
.panel-gmb-insights .panel-body:before {
  font-family: 'FontAwesome';
  content: "\f200";
  color: #aeaeae;
  font-size: 28px;
  text-align: right;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.panel-revision-history th[colspan="1"],
.panel-revision-history td[colspan="1"] {
  width: 8.33%;
}
.panel-revision-history th[colspan="2"],
.panel-revision-history td[colspan="2"] {
  width: 16.66%;
}
.panel-revision-history th[colspan="3"],
.panel-revision-history td[colspan="3"] {
  width: 24.99%;
}
.panel-revision-history th[colspan="4"],
.panel-revision-history td[colspan="4"] {
  width: 33.33%;
}
.panel-revision-history th[colspan="5"],
.panel-revision-history td[colspan="5"] {
  width: 41.66%;
}
.panel-revision-history th[colspan="6"],
.panel-revision-history td[colspan="6"] {
  width: 50%;
}
.panel-revision-history th[colspan="7"],
.panel-revision-history td[colspan="7"] {
  width: 58.33%;
}
.panel-revision-history th[colspan="8"],
.panel-revision-history td[colspan="8"] {
  width: 66.66%;
}
.panel-revision-history th[colspan="9"],
.panel-revision-history td[colspan="9"] {
  width: 75%;
}
.panel-revision-history th[colspan="10"],
.panel-revision-history td[colspan="10"] {
  width: 83.33%;
}
.panel-revision-history th[colspan="11"],
.panel-revision-history td[colspan="11"] {
  width: 91.66%;
}
.panel-revision-history th[colspan="12"],
.panel-revision-history td[colspan="12"] {
  width: 100%;
}
.panel-box i.fa,
.panel-box i[class^="pg-"] {
  font-size: 40px;
  color: #0d54ff;
}
.panel-notification .notification-header {
  display: flex;
  align-items: center;
}
.panel-notification .notification-header .header-number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  margin-left: 15px;
  background-color: #f6744b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-notification .notification-body .notification-item {
  padding: 20px 15px 20px 15px;
  position: relative;
  background-color: rgba(237, 238, 242, 0.3);
}
.panel-notification .notification-body .notification-item.new {
  background-color: rgba(13, 84, 255, 0.1);
}
.panel-notification .notification-body .notification-item.new .notification-content::before {
  color: rgba(13, 84, 255, 0.8);
}
.panel-notification .notification-body .notification-item .notification-more {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  cursor: pointer;
}
.panel-notification .notification-body .notification-item .notification-more-icon {
  width: 5px;
  height: 5px;
  background-color: rgba(221, 224, 231, 0.9);
  border-radius: 50%;
}
.panel-notification .notification-body .notification-item .notification-more-icon::before,
.panel-notification .notification-body .notification-item .notification-more-icon::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: rgba(221, 224, 231, 0.9);
  border-radius: 50%;
  position: absolute;
}
.panel-notification .notification-body .notification-item .notification-more-icon::before {
  top: 0;
}
.panel-notification .notification-body .notification-item .notification-more-icon::after {
  bottom: 0;
}
.panel-notification .notification-body .notification-item .notification-more-text {
  display: none;
  position: absolute;
  padding: 5px;
  right: 30px;
  top: 0;
  opacity: 0;
  box-shadow: 0 0 20px #edeef2;
  color: #1a2e61;
  min-width: 120px;
}
.panel-notification .notification-body .notification-item .notification-more-text .notification-more-action {
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #1a2e61;
}
.panel-notification .notification-body .notification-item .notification-more-text .notification-more-action:hover {
  color: white;
  background-color: #0d54ff;
}
.panel-notification .notification-body .notification-item .notification-more.active .notification-more-icon {
  background-color: #0d54ff;
  transition: all 0.3s;
}
.panel-notification .notification-body .notification-item .notification-more.active .notification-more-icon::before,
.panel-notification .notification-body .notification-item .notification-more.active .notification-more-icon::after {
  background-color: #0d54ff;
  transition: all 0.3s;
}
.panel-notification .notification-body .notification-item .notification-more.active .notification-more-text {
  display: block;
  background-color: white;
  opacity: 1;
}
.panel-notification .notification-body .notification-item .notification-content {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.panel-notification .notification-body .notification-item .notification-content::before {
  content: "\f06a";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  color: rgba(13, 84, 255, 0.8);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 10px;
}
.panel-notification .notification-body .notification-item .notification-content-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  .panel-notification .notification-body .notification-item .notification-content-heading {
    flex-direction: row;
  }
}
.panel-notification .notification-body .notification-item .notification-content-heading h5,
.panel-notification .notification-body .notification-item .notification-content-heading .notification-time {
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .panel-notification .notification-body .notification-item .notification-content-heading h5,
  .panel-notification .notification-body .notification-item .notification-content-heading .notification-time {
    margin: 10px 0;
  }
}
.panel-notification .notification-time {
  margin-right: 20px;
}
.panel-notification .notification-next-action {
  position: relative;
  padding-left: 30px;
}
.panel-notification .notification-next-action::before {
  content: "\f059";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  color: #777777;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 10px;
}
.panel-packages .package-box {
  border: 1px solid rgba(221, 224, 231, 0.5);
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.3s;
}
@media only screen and (min-width: 480px) {
  .panel-packages .package-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-packages .package-box {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .panel-packages .package-box {
    padding: 40px;
  }
}
.panel-packages .package-box.current {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  border-color: rgba(13, 84, 255, 0.5);
  transition: all 0.3s;
}
.panel-packages .package-box:not(.current):hover {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  transition: all 0.3s;
}
.panel-packages .package-action h4 {
  font-size: 30px;
}
.panel-packages .package-action h4,
.panel-packages .package-action .label {
  display: inline-block;
}
.panel-packages .package-features li {
  position: relative;
  padding: 0 0 8px 36px;
}
.panel-packages .package-features li:before {
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.panel-packages .package-features li.included:before {
  content: "\f00c";
  color: #0d54ff;
}
.panel-packages .package-features li.excluded:before {
  content: "\f00d";
  color: #f44e1a;
}
.panel-widget .panel-body .panel-widget-heading {
  background-color: #f5ede2 !important;
}
.panel-widget .panel-body .panel-widget-heading h4 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.flex-box {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .flex-box {
    flex-direction: row;
  }
}
.flex-box > [class^="col-"] {
  display: flex;
  flex-direction: row;
}
.callout {
  border: 1px solid rgba(221, 224, 231, 0.5);
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.callout p,
.callout a {
  font-size: inherit;
  margin: 0;
  text-align: center;
}
.callout p {
  padding: 15px 0;
}
.callout a {
  padding: 15px;
  display: flex;
  align-items: center;
}
.callout a i[class*="icon"] {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .callout {
    flex-direction: row;
    font-size: 20px;
  }
  .callout p,
  .callout a {
    text-align: left;
  }
  .callout a {
    border-left: 1px solid rgba(221, 224, 231, 0.5);
  }
}
@media only screen and (min-width: 992px) {
  .callout a {
    padding: 15px 20px;
  }
}
.panel-addons .addon-box {
  border: 1px solid rgba(221, 224, 231, 0.5);
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.3s;
}
@media only screen and (min-width: 480px) {
  .panel-addons .addon-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-addons .addon-box {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .panel-addons .addon-box {
    padding: 40px;
  }
}
.panel-addons .addon-box.current {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(13, 84, 255, 0.5);
  border-color: rgba(13, 84, 255, 0.5);
  transition: all 0.3s;
}
.panel-addons .addon-box:not(.current):hover {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(221, 224, 231, 0.5);
  transition: all 0.3s;
}
.panel-addons .addon-action h4,
.panel-addons .addon-action .label {
  display: inline-block;
}
.panel-seo .panel-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.panel-seo .panel-heading-title {
  flex: 1 0 auto;
}
@media only screen and (min-width: 768px) {
  .panel-seo .panel-heading-title {
    flex: 2 0 auto;
  }
}
.panel-seo .panel-heading-actions {
  flex: 3 0;
}
@media only screen and (min-width: 768px) {
  .panel-seo .panel-heading-actions {
    flex: 1 0;
  }
}
.panel-seo .pdf-not-available {
  height: 35vh;
  min-height: 300px;
  border: 2px solid rgba(221, 224, 231, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.panel-seo .pdf-not-available p {
  font-size: 20px;
}
.panel-seo .pdf-not-available img {
  width: 80px;
  opacity: 0.4;
}
.panel-campaign-details .panel {
  margin-bottom: 0;
}
.panel-ad-performing .ad-performing-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel-ad-performing .ad-performing-heading [class^=col] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel-ad-performing .action-group {
  display: flex;
}
.panel-ad-performing .action-group div {
  min-width: 160px;
}
.panel-ad-performing .ad-performing-type-group {
  padding: 20px;
  text-align: center;
  border: 1px solid #edeef2;
}
.panel-ad-performing .ad-performing-type-text,
.panel-ad-performing .ad-performing-type-number {
  display: block;
}
.panel-ad-performing .ad-performing-type-text {
  font-size: 20px;
}
.panel-ad-performing .ad-performing-type-number {
  font-size: 24px;
  font-weight: bold;
}
.panel-ad-performing .table-out-bordered {
  border: 1px solid rgba(221, 224, 231, 0.6) !important;
}
.panel-ad-performing .table-out-bordered thead {
  background-color: #edeef2;
}
.ad-group-list .scroll-wrapper {
  height: 190px;
  overflow: hidden;
  border: 1px solid #edeef2;
}
.ad-group-list .ad-group-item {
  display: inline-block;
  padding: 15px;
}
.ad-group-list .ad-group-item .radio-button {
  text-align: center;
  display: block;
  position: relative;
}
.ad-group-list .ad-group-item .radio-button input[type=radio] {
  width: 0;
  height: 0;
  display: none;
}
.ad-group-list .ad-group-item .radio-button input[type=radio]:checked + label {
  background-color: #0d54ff;
  color: white;
  border-color: #0d54ff;
  transition: all 0.3s;
}
.ad-group-list .ad-group-item .radio-button label {
  display: block;
  padding: 12px;
  border-radius: 3px;
  margin: 0;
  border: 1px solid #edeef2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  min-width: 180px;
}
.ad-group-list .ad-group-item .radio-button label:hover {
  background-color: #edeef2;
}
/*.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}*/

.panel-performance > .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 1px solid #d3dcf3;
}
@media only screen and (min-width: 768px) {
  .panel-performance > .panel-heading {
    flex-direction: row;
  }
}
.panel-performance > .panel-heading a.select2-choice {
  padding-top: 5px;
  padding-bottom: 0;
  opacity: 1;
}
.panel-performance > .panel-heading .select2-container:not(.full-width) {
  min-width: 200px;
}
.panel-performance > .panel-body.performance-metrics {
  background-color: #fcfaf6;
}
.panel-performance > .panel-body.performance-metrics .cost-type {
  color: #aeaeae;
  vertical-align: middle;
}
.panel-performance > .panel-body.performance-metrics .button--cost-type__left {
  border-radius: 20px 0 0 20px;
  border: 0;
  line-height: 20px;
}
.panel-performance > .panel-body.performance-metrics .button--cost-type__right {
  border-radius: 0 20px 20px 0;
  border: 0;
  line-height: 20px;
}
.panel-performance > .panel-body.performance-metrics .performance-metric-circle {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
  padding-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .panel-performance > .panel-body.performance-metrics .performance-metric-circle {
    width: 90px;
    height: 90px;
    padding-top: 15px;
  }
}
.panel-performance > .panel-body.performance-metrics .performance-metric-circle .icons {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 480px) {
  .panel-performance > .panel-body.performance-metrics .performance-metric-circle .icons {
    width: 20px;
    height: 20px;
  }
}
.panel-performance > .panel-body.performance-metrics .performance-metric-circle strong {
  display: block;
}
.panel-performance .panel-graph .panel-heading {
  background-color: #edeef2;
  padding-top: 7px;
}
.panel-performance .panel-graph .panel-body.error span.fa,
.panel-performance .panel-graph .panel-body.no-data span.fa {
  font-size: 32px;
}
.panel-performance .panel-graph .panel-body.error .performance-graph > div,
.panel-performance .panel-graph .panel-body.no-data .performance-graph > div {
  display: none;
}
.panel-performance .performance-graph {
  padding-top: 20px;
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.panel-performance .performance-graph > div {
  width: 100%;
}
.panel-performance .performance-graph svg {
  min-height: 200px;
}
.panel-performance .performance-graph svg .nv-legend-text {
  text-transform: capitalize;
}
.panel-performance .performance-graph svg + .nvtooltip table tbody tr td.key {
  text-transform: capitalize;
}
.panel-performance .performance-graph .loader {
  display: none;
}
.panel-performance .performance-graph.loading:not(.error) > div {
  display: none;
}
.panel-performance .performance-graph.loading:not(.error) .loader {
  display: block;
}
.panel-gmb-insights > .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .panel-gmb-insights > .panel-heading {
    flex-direction: row;
  }
}
.panel-gmb-insights > .panel-heading a.select2-choice {
  padding-top: 5px;
  padding-bottom: 0;
  opacity: 1;
}
.panel-gmb-insights > .panel-heading .select2-container:not(.full-width) {
  min-width: 200px;
}
.panel-gmb-insights .panel-graph .panel-heading {
  background-color: #edeef2;
  padding-top: 7px;
}
.panel-gmb-insights .panel-graph .panel-body.error span.fa,
.panel-gmb-insights .panel-graph .panel-body.no-data span.fa {
  font-size: 32px;
}
.panel-gmb-insights .panel-graph .panel-body.error .gmb-insights-graph > div,
.panel-gmb-insights .panel-graph .panel-body.no-data .gmb-insights-graph > div {
  display: none;
}
.panel-gmb-insights .gmb-insights-graph {
  padding-top: 20px;
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.panel-gmb-insights .gmb-insights-graph > div {
  width: 100%;
}
.panel-gmb-insights .gmb-insights-graph svg {
  min-height: 200px;
}
.panel-gmb-insights .gmb-insights-graph svg .nv-legend-text {
  text-transform: capitalize;
}
.panel-gmb-insights .gmb-insights-graph svg + .nvtooltip table tbody tr td.key {
  text-transform: capitalize;
}
.panel-gmb-insights .gmb-insights-graph .loader {
  display: none;
}
.panel-gmb-insights .gmb-insights-graph.loading:not(.error) > div {
  display: none;
}
.panel-gmb-insights .gmb-insights-graph.loading:not(.error) .loader {
  display: block;
}
.panel-graph-gmb-queries .total-searchs {
  font-size: 62px;
  font-weight: bold;
  color: #0d54ff;
  margin-top: 20px;
}
.panel-graph-gmb-queries .nvd3-svg .nv-pieChart .nv-pieLabels text {
  font-weight: bold;
  color: white !important;
  fill: white !important;
  font-size: 16px;
}
.panel-budget-topup,
.panel-budget-monthly {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .panel-budget-topup,
  .panel-budget-monthly {
    padding: 40px;
  }
}
.panel-budget-monthly .estimated-clicks-box {
  padding: 10px 20px;
  border: 1px solid #edeef2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.panel-budget-monthly .budget-action-monthly {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .panel-budget-monthly .budget-action-monthly {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .panel-budget-monthly .budget-action-monthly {
    width: 80%;
  }
}
.panel-budget-topup .budget-action-topup {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .panel-budget-topup .budget-action-topup {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .panel-budget-topup .budget-action-topup {
    width: 80%;
  }
}
.panel-estimated-click {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .panel-estimated-click {
    padding: 40px;
  }
}
.panel-estimated-click .estimated-clicks {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .panel-estimated-click .estimated-clicks {
    font-size: 32px;
  }
}
.panel-faq-content.affix {
  position: fixed;
  top: 110px;
}
.panel-faq-content.affix-top {
  position: relative;
}
.schedule {
  position: relative;
}
.schedule.form-group-default.required:after {
  right: 60px;
}
.schedule input:read-only {
  background-color: transparent;
  color: inherit;
}
.schedule input:read-only:active,
.schedule input:read-only:focus {
  background-color: #e6e6e6;
}
.schedule-datetimepicker {
  display: none;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  position: absolute;
  top: -177px;
  right: 260px;
  background: white;
  z-index: 9;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.schedule-datetimepicker::before,
.schedule-datetimepicker::after {
  right: -22px;
  bottom: 95px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.schedule-datetimepicker::before {
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  bottom: 94px;
}
.schedule-datetimepicker::after {
  border-color: transparent;
  border-left-color: white;
  border-width: 10px;
  right: -20px;
}
.schedule-datetimepicker.position-bottom {
  top: 70px;
  right: auto;
  left: 0;
}
.schedule-datetimepicker.position-bottom::before,
.schedule-datetimepicker.position-bottom::after {
  top: -20px;
  left: calc(50% - 5px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.schedule-datetimepicker.position-bottom::before {
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: -22px;
  left: calc(50% - 6px);
}
.schedule-datetimepicker.position-bottom::after {
  border-color: transparent;
  border-bottom-color: white;
  border-width: 10px;
  top: -20px;
}
.schedule-datetimepicker.position-top {
  top: auto;
  right: auto;
  left: 15px;
  bottom: 64px;
}
.schedule-datetimepicker.position-top::before,
.schedule-datetimepicker.position-top::after {
  top: auto;
  bottom: -20px;
  left: calc(50% - 5px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.schedule-datetimepicker.position-top::before {
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  bottom: -22px;
  left: calc(50% - 6px);
}
.schedule-datetimepicker.position-top::after {
  border-color: transparent;
  border-top-color: white;
  border-width: 10px;
  bottom: -20px;
}
.schedule-datetimepicker #schedule-datetimepicker-date .datepicker {
  padding: 20px 0 20px 20px;
}
.schedule-datetimepicker #schedule-datetimepicker-date .datepicker-days .day.today.active {
  background-color: #0d54ff !important;
  color: white;
}
.schedule-datetimepicker #schedule-datetimepicker-date .datepicker-days .day:hover {
  background: #edeef2;
}
.schedule-datetimepicker #schedule-datetimepicker-date .datepicker td.disabled.disabled-date {
  cursor: not-allowed;
}
.schedule-datetimepicker #schedule-datetimepicker-time {
  padding: 20px 20px 20px 0;
  color: #6f7b8a;
}
.schedule-datetimepicker #schedule-datetimepicker-time .timepicker .radio-button {
  margin-bottom: 5px;
}
.schedule-datetimepicker #schedule-datetimepicker-time .timepicker p {
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
}
.schedule-datetimepicker #schedule-datetimepicker-time .timepicker .time-group {
  overflow-y: scroll;
  height: 200px;
  padding-right: 10px;
}
.schedule-datetimepicker #schedule-datetimepicker-time .timepicker .time-group label {
  width: 100%;
  background: #edeef2;
  line-height: 1;
  padding: 8px;
  cursor: pointer;
  color: black;
  font-weight: 400;
  opacity: 1;
}
.schedule-datetimepicker #schedule-datetimepicker-time .timepicker .time-group input {
  width: 0;
  height: 0;
  display: none;
}
.schedule-datetimepicker #schedule-datetimepicker-time .timepicker .time-group input:checked + label {
  background: #0d54ff;
  color: white;
}
.schedule-time-zone {
  padding-top: 10px;
  font-size: 11px;
  line-height: 1;
}
.schedule-time-zone .text {
  padding-top: 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schedule .scrollbar-external_wrapper {
  position: relative;
}
.schedule .scrollbar-external_wrapper .scrollbar-external {
  overflow: auto;
}
.schedule .scrollbar-external_wrapper .external-scroll_y {
  background-color: #efefef;
  cursor: pointer;
  display: none;
  position: absolute;
}
.schedule .scrollbar-external_wrapper .external-scroll_y.scroll-scrolly_visible {
  display: block;
  height: 200px;
  right: 0;
  top: 30px;
  width: 5px;
}
.schedule .scrollbar-external_wrapper .external-scroll_y div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.schedule .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
  background: #c9c9c9;
  z-index: 12;
  height: 100px;
}
.schedule.input-group {
  position: static;
}
.schedule-body .schedule-success {
  position: relative;
}
.schedule-body .schedule-success svg {
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
}
.schedule-body .schedule-success-content {
  margin-left: 50px;
  font-size: 12px;
}
.schedule-body .schedule-success-content b {
  font-size: 12px;
}
.schedule-body a {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.schedule-body a i[class*="icon"] {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
}
/* Fix issue on IE */

.ie .schedule .schedule-datetimepicker::before,
.ie .schedule .schedule-datetimepicker::after {
  border-color: transparent !important;
}
@media (max-width: 768px) {
  .schedule-datetimepicker {
    top: -370px;
    right: 15px;
    min-width: initial;
    max-width: initial;
    height: 360px;
    overflow-y: scroll;
  }
  .schedule-datetimepicker::before,
  .schedule-datetimepicker::after {
    display: none;
  }
  #schedule-datetimepicker-date {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #schedule-datetimepicker-date .datepicker {
    padding: 20px 20px 10px 20px !important;
  }
  #schedule-datetimepicker-date .datepicker .table-condensed {
    margin: 0 auto;
  }
  #schedule-datetimepicker-time {
    padding: 10px 20px 20px !important;
  }
}
.downloads.panel .flex [class^="col"] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.downloads.panel a {
  color: inherit;
  display: block;
  border: 1px solid #dde0e7;
  padding: 40px;
  width: 100%;
  margin-bottom: 20px;
}
.downloads.panel a svg.icons {
  width: 60px;
  display: block;
  margin: 0 auto;
  color: #0d54ff;
  fill: #0d54ff;
}
.downloads.panel a h4 {
  margin-bottom: 0;
}
.downloads.panel a:hover {
  background: #0d54ff;
  border-color: #0d54ff;
  transition: all 0.3s;
}
.downloads.panel a:hover svg.icons {
  color: white;
  fill: white;
}
.downloads.panel a:hover h4,
.downloads.panel a:hover p {
  color: white;
}
.tools.panel .flex [class^="col"] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tools.panel a {
  color: inherit;
  display: block;
  border: 1px solid #dde0e7;
  padding: 40px;
  width: 100%;
  margin-bottom: 20px;
}
.tools.panel a svg.icons {
  width: 60px;
  display: block;
  margin: 0 auto;
  color: #0d54ff;
  fill: #0d54ff;
}
.tools.panel a h4 {
  margin-bottom: 0;
}
.tools.panel a:hover {
  background: #0d54ff;
  border-color: #0d54ff;
  transition: all 0.3s;
}
.tools.panel a:hover svg.icons {
  color: white;
  fill: white;
}
.tools.panel a:hover h4,
.tools.panel a:hover p {
  color: white;
}
.accordion-wrapper {
  overflow: hidden;
}
.accordion-wrapper .accordion-section {
  position: relative;
  margin-bottom: 10px;
}
.accordion-wrapper.hasTable .accordion-section-content {
  padding: 0;
}
.accordion-wrapper .accordion-section-title {
  width: 100%;
  border: 2px solid #efefef;
  transition: all linear 0.15s;
  text-align: left;
  text-decoration: none;
  color: black;
  font-weight: bold;
  position: relative;
  display: flex;
  pointer-events: none;
}
.accordion-wrapper .accordion-section-title-link {
  padding: 15px;
  display: inline-block;
  width: calc(100% - 51px);
}
.accordion-wrapper .accordion-section-title-link:last-child {
  width: 100%;
}
.accordion-wrapper .accordion-section-title .accordion-ctrl {
  display: none;
  background-color: #0d54ff;
}
.accordion-wrapper .accordion-section-title .accordion-ctrl::after,
.accordion-wrapper .accordion-section-title .accordion-ctrl::before {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.25s ease-out;
}
.accordion-wrapper .accordion-section-title .accordion-ctrl::before {
  top: calc(50% - 12px);
  left: calc(50% - 1px);
  width: 2px;
  height: 24px;
}
.accordion-wrapper .accordion-section-title .accordion-ctrl::after {
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
}
.accordion-wrapper .accordion-section-title .accordion-ctrl .text {
  line-height: 51px;
  position: absolute;
  white-space: nowrap;
  right: 0;
  opacity: 0;
  color: #f44e1a;
}
.accordion-wrapper .accordion-section-title .accordion-ctrl:last-of-type {
  width: 51px;
  height: 51px;
  position: relative;
  cursor: pointer;
}
.accordion-wrapper .accordion-section-title .cancelSubscription {
  display: none;
  opacity: 0;
}
.accordion-wrapper .accordion-section-title.noMandatory {
  padding-right: 15px;
  pointer-events: none;
}
.accordion-wrapper .accordion-section-title.noMandatory::after {
  display: none;
}
.accordion-wrapper .accordion-section-content {
  padding: 15px;
  text-align: left;
  display: none;
}
@media only screen and (min-width: 480px) {
  .accordion-wrapper .accordion-section-content {
    padding: 15px 70px 15px 15px;
  }
}
.accordion-wrapper .accordion-section-content .table-responsive table thead tr th:first-child {
  width: 1%;
}
.accordion-wrapper .accordion-section-content .table-responsive table thead tr th:nth-child(2) {
  width: 48%;
}
.accordion-wrapper .accordion-section-content .table-responsive table thead tr th:nth-child(3) {
  width: 48%;
}
.accordion-wrapper .accordion-section-content .table-responsive table thead tr th:last-child {
  width: 3%;
}
.accordion-wrapper .accordion-section-content .checkbox input[type="checkbox"] + label::after {
  left: 1px;
}
.accordion-wrapper .accordion-section-content .addonCtrl button {
  visibility: hidden;
}
.accordion-wrapper.active .accordion-ctrl::before {
  transform: rotate(90deg);
}
.accordion-wrapper.active .accordion-section-title {
  background-color: #efefef;
}
.accordion-wrapper.editMode .accordion-section-title,
.accordion-wrapper.editMode .accordion-section-title-link {
  cursor: default;
}
.accordion-wrapper.editMode .accordion-ctrl {
  background-color: #f44e1a;
  cursor: pointer;
}
.accordion-wrapper.editMode .accordion-ctrl::after,
.accordion-wrapper.editMode .accordion-ctrl::before {
  transform: rotate(45deg) !important;
}
.accordion-wrapper.editMode .accordion-ctrl .text {
  opacity: 1;
  transform: translateX(-70px);
  transition: all 0.25s ease-out;
}
.accordion-wrapper.editMode .addonCtrl button {
  visibility: visible;
}
.accordion-wrapper.hasContent .accordion-section-title {
  pointer-events: auto;
}
.accordion-wrapper.hasContent .accordion-ctrl {
  display: block;
}
.status .swiper-container {
  width: calc(100% - 60px);
  height: 240px;
  margin: 20px auto;
  min-width: calc(100% - 100px);
}
.status .swiper-slide {
  text-align: center;
  font-size: 15px;
  background: white;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;
  padding-top: 65px;
}
.status .swiper-slide a {
  color: #1a2e61;
  line-height: 1;
}
.status .swiper-slide::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-color: white;
  position: absolute;
  border: 2px solid;
  border-color: #dfdfdf;
  border-radius: 50%;
  left: calc(50% - 11px);
  bottom: calc(50% - 4px);
  z-index: 2;
}
.status .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #dfdfdf;
  position: absolute;
  left: 0;
  bottom: calc(50% + 6px);
}
.status .swiper-slide .blurbs {
  position: absolute;
  text-align: center;
  left: calc(50% - 60px);
  top: 150px;
  background-color: #0d54ff;
  padding: 5px 10px 10px;
  color: white;
  width: 120px;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  line-height: 1.2;
  word-break: break-word;
}
.status .swiper-slide .blurbs::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 60px 20px 60px;
  border-color: transparent transparent #0d54ff transparent;
}
.status .swiper-slide.timeline-completed::after,
.status .swiper-slide.timeline-completed::before {
  background-color: #0d54ff;
  border-color: #0d54ff;
}
.status .swiper-slide.timeline-completed:hover .blurbs {
  opacity: 0.7;
  visibility: visible;
  transition: opacity 200ms;
}
.status .swiper-slide.timeline-inprogress::before {
  background-color: white;
  border-color: #0d54ff;
}
.status .swiper-slide.timeline-inprogress::after {
  background: #0d54ff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMUM5MkQwIiBzdG9wLW9wYWNpdHk9IjEiLz4gICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFDOTJEMCIgc3RvcC1vcGFjaXR5PSIxIi8+ICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMUM5MkQwIiBzdG9wLW9wYWNpdHk9IjEiLz4gICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPiAgPC9saW5lYXJHcmFkaWVudD4gIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: -moz-linear-gradient(left, #0d54ff 0%, #0d54ff 0%, #0d54ff 50%, #dfdfdf 50%, #dfdfdf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0d54ff 0%, #0d54ff 0%, #0d54ff 50%, #dfdfdf 50%, #dfdfdf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0d54ff 0%, #0d54ff 0%, #0d54ff 50%, #dfdfdf 50%, #dfdfdf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d54ff', endColorstr='#dfdfdf', GradientType=1);
  /* IE6-8 */

}
.status .swiper-slide.timeline-inprogress .blurbs {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms;
}
.status .swiper-slide:first-child::after {
  left: 50%;
}
.status .swiper-slide:last-child::after {
  left: inherit;
  right: 50%;
}
.status .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJhcnJvdy10aW1lbGluZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAwKSI+PHBvbHlnb24gZmlsbD0iI0ZGQTUwMCIgcG9pbnRzPSI2LDEzLjQgNC42LDEyIDguNiw4IDQuNiw0IDYsMi42IDExLjQsOCAiLz48L2c+PC9zdmc+);
}
.status .swiper-button-next.swiper-button-disabled {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDE2KSI+PHBvbHlnb24gZmlsbD0iI2RmZGZkZiIgcG9pbnRzPSI2LC0yLjYgNC42LC00IDguNiwtOCA0LjYsLTEyIDYsLTEzLjQgMTEuNCwtOCIvPjwvZz48L3N2Zz4=);
}
.status .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJhcnJvdy10aW1lbGluZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAwKSI+PHBvbHlnb24gZmlsbD0iI0ZGQTUwMCIgcG9pbnRzPSI2LDEzLjQgNC42LDEyIDguNiw4IDQuNiw0IDYsMi42IDExLjQsOCAiLz48L2c+PC9zdmc+);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.status .swiper-button-prev.swiper-button-disabled {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDE2KSI+PHBvbHlnb24gZmlsbD0iI2RmZGZkZiIgcG9pbnRzPSI2LC0yLjYgNC42LC00IDguNiwtOCA0LjYsLTEyIDYsLTEzLjQgMTEuNCwtOCIvPjwvZz48L3N2Zz4=);
}
.status .swiper-button-next,
.status .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 60% 60%;
  border: 2px solid;
  border-color: #0d54ff;
  border-radius: 50%;
}
.status .swiper-button-next.swiper-button-disabled,
.status .swiper-button-prev.swiper-button-disabled {
  border-color: #dfdfdf;
}
.verification-code-panel {
  width: 100%;
  margin-top: 20px;
  display: inline-flex;
}
.verification-code-input {
  width: 30%;
}
.verification-code-btn {
  margin-top: 10px;
}
.pin-example {
  font-style: italic;
}
.verification-code-right-panel {
  margin-left: 10px;
}
.msg {
  color: #f44e1a;
  margin-top: 20px;
}
.product-process {
  text-align: center;
}
.product-process .process-content {
  display: block;
}
.product-process .process-content h4,
.product-process .process-content p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-process .round-number {
  width: 60px;
  height: 60px;
  border: 2px solid #0d54ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product-process .round-number .text {
  font-size: 30px;
  font-weight: bold;
  color: #0d54ff;
}
.product-process .link-text {
  padding: 15px;
  color: white;
  background: #0d54ff;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s;
}
.product-process .link-text [class^="fa"] {
  padding-left: 15px;
}
.product-process a {
  color: #999999;
}
.product-process a:not(.disabled):hover .panel-default {
  background: #0d54ff;
}
.product-process a:not(.disabled):hover .panel-default .round-number {
  border: 2px solid white;
}
.product-process a:not(.disabled):hover .panel-default .round-number .text {
  color: white;
}
.product-process a:not(.disabled):hover .panel-default h4,
.product-process a:not(.disabled):hover .panel-default p {
  color: white;
}
.product-process a.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.product-process a.disabled .panel-default {
  opacity: 0.66;
  background-color: #cccccc;
  border-color: #666666;
}
.product-process a.disabled .round-number {
  border: 2px solid #666666;
}
.product-process a.disabled .round-number .text {
  color: #666666;
}
.product-process a.disabled h4,
.product-process a.disabled p {
  color: #666666;
}
.product-process a.disabled .link-text {
  background: #666666;
}
.product-process a.completed {
  cursor: default;
}
.product-process .row.flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .product-process .row.flex {
    flex-direction: row;
  }
}
.product-process .row.flex .panel {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .product-process .row.flex .panel {
    padding: 20px 20px 10px;
  }
}
.product-process .row.flex .panel p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .product-process .row.flex .panel p {
    margin-bottom: 20px;
  }
}
.approve .nav-tabs-simple::after,
.overview .nav-tabs-simple::after,
.requirements .nav-tabs-simple::after,
.revision .nav-tabs-simple::after {
  height: 0;
  border: none;
}
.approve .nav-tabs-simple li,
.overview .nav-tabs-simple li,
.requirements .nav-tabs-simple li,
.revision .nav-tabs-simple li {
  display: block;
  width: 100%;
}
.approve .nav-tabs-simple li::after,
.overview .nav-tabs-simple li::after,
.requirements .nav-tabs-simple li::after,
.revision .nav-tabs-simple li::after {
  height: 0;
}
.approve .nav-tabs-simple li a,
.overview .nav-tabs-simple li a,
.requirements .nav-tabs-simple li a,
.revision .nav-tabs-simple li a {
  font-weight: bold;
  text-transform: none;
  font-size: 14px;
  border-right: none;
}
.approve .nav-tabs-simple li:last-child a,
.overview .nav-tabs-simple li:last-child a,
.requirements .nav-tabs-simple li:last-child a,
.revision .nav-tabs-simple li:last-child a {
  border-right: none;
}
.approve .nav-tabs-simple li.active a,
.overview .nav-tabs-simple li.active a,
.requirements .nav-tabs-simple li.active a,
.revision .nav-tabs-simple li.active a {
  color: #0d54ff;
  border-right-color: #bac0d0;
}
.approve .nav-tabs-simple li.disabled a,
.overview .nav-tabs-simple li.disabled a,
.requirements .nav-tabs-simple li.disabled a,
.revision .nav-tabs-simple li.disabled a {
  opacity: 0.65;
}
@media only screen and (min-width: 768px) {
  .approve .nav-tabs-simple li,
  .overview .nav-tabs-simple li,
  .requirements .nav-tabs-simple li,
  .revision .nav-tabs-simple li {
    display: inline-block;
    width: auto;
  }
}
.approve .previewer iframe {
  width: 100%;
  min-height: 600px;
}
.approve #approveContentDiv {
  background-color: #dde0e7;
}
.revision .previewer iframe {
  width: 100%;
  min-height: 600px;
}
.revision #revisionContentDiv {
  background-color: #dde0e7;
}
.form-wizard {
  background-color: #dde0e7;
}
#rootwizard .tab-content {
  background: transparent;
  padding: 0;
}
#rootwizard .nav-tabs-linetriangle {
  margin-top: -48px;
  z-index: 99;
}
#rootwizard .nav-tabs-linetriangle > li a {
  color: white;
  font-weight: bold;
  text-transform: none;
}
#rootwizard .nav-tabs-linetriangle > li.active a::after,
#rootwizard .nav-tabs-linetriangle > li.active a::before {
  border-top-color: transparent;
  bottom: 0;
  top: auto;
}
#rootwizard .nav-tabs-linetriangle > li.active a::before {
  border-bottom-color: #f0f0f0;
}
#rootwizard .nav-tabs-linetriangle > li.active a::after {
  border-bottom-color: #f0f0f0;
}
#rootwizard .nav-tabs-linetriangle::after {
  border: none;
}
@media (max-width: 768px) {
  #rootwizard .nav-tabs-linetriangle {
    margin-top: 0;
    background: #6e98ff;
    margin-left: -15px;
    margin-right: -15px;
  }
  #rootwizard .nav-tabs-linetriangle > li {
    float: left;
  }
  #rootwizard .nav-tabs-linetriangle > li a {
    color: #0d54ff;
  }
  #rootwizard .nav-tabs-linetriangle > li.active {
    background: #0d54ff;
  }
  #rootwizard .nav-tabs-linetriangle > li.active a {
    color: white;
  }
}
#rootwizard form .row.DisabledBrief {
  margin-left: -15px;
  margin-right: -15px;
}
.panel-profile .profile-wrapper .flex > [class^="col"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .panel-profile .profile-wrapper .flex > [class^="col"] {
    flex-direction: row;
    align-items: center;
  }
}
.panel-profile .profile-wrapper .label {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
  width: 100px;
  background-color: transparent;
}
.panel-profile .profile-wrapper.profileEditor .profile-info-wrapper {
  width: 100%;
}
.panel-profile .profile-img-border {
  display: block;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .panel-profile .profile-img-border {
    margin-bottom: 0;
  }
}
.panel-profile .profile-img-border .profile-img {
  border: 4px solid #edeef2;
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.panel-profile .profile-img-border .profile-img img {
  width: 100%;
}
.panel-companyInfo .label {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
  width: 130px;
  background-color: transparent;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gixi {
  width: 110px;
  height: 110px;
}
@media only screen and (min-width: 992px) {
  #website-preview {
    padding-left: 70px !important;
  }
}
.template-preview {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: hidden;
  background-color: white;
  margin-top: 80px;
}
.template-preview .modal-dialog {
  margin: 0;
}
.template-preview .modal-lg {
  width: 100%;
  height: calc(100vh - 42px);
}
.template-preview .modal-header {
  background-color: #0d54ff;
  padding: 10px 25px;
  text-align: right;
}
.template-preview .modal-content {
  display: block !important;
}
.template-preview .modal-body {
  padding: 0;
}
.template-preview iframe {
  width: 100%;
  height: calc(100vh - 42px);
}
.template-preview .btn {
  padding: 3px 10px;
  color: #0d54ff;
}
.template-preview .btn .btn-text {
  font-size: 14px;
}
.label-max {
  width: 100%;
  display: block;
}
.label-info {
  background-color: #0d54ff;
  border-radius: 15px;
  font-weight: 500;
}
.label-warning {
  color: black;
}
/*# sourceMappingURL=app.css.map */

.setup-complete-text {
  font-weight: bold;
  color: #0d54ff;
  font-size: 20px;
}
.setup-complete-redirect-text {
  text-align: center;
  margin-top: 100px;
  font-style: italic;
}
.setup-complete-redirect-button {
  background-color: #0d54ff !important;
  border-color: #0d54ff !important;
}
.upload-images-row {
  margin-bottom: -21px;
  line-height: 28px;
  padding-bottom: 0;
}
.upload-images-row .larger-text {
  font-size: 15px;
  font-weight: 600;
}
.upload-images-row .smaller-text {
  font-size: 10px;
}
.upload-images-row .minus-toggle,
.upload-images-row .plus-toggle {
  float: right;
  padding: 5px 0;
  background-color: #0d54ff;
  color: white;
  font-size: 27px;
  font-weight: 600;
  width: 40px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.icon-question {
  height: 18px;
  width: 18px;
}
.selectize-control.tags .selectize-input.not-full.has-items .item {
  display: inline-block !important;
}
.selectize-control.tags .selectize-input::before {
  display: none !important;
}
.selectize-control.tags .selectize-input {
  border: solid;
  border-width: 1px;
  border-color: lightseagreen;
}
.checkbox-inputs .checkbox > label {
  white-space: inherit;
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.oe-blockui {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: var(--color-secondary);
  color: white;
  text-align: center;
  font-family: 'TelstraText-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.loader-img {
  width: 50px;
  height: 50px;
}
.blockui-text {
  font-size: 18px;
  font-family: 'TelstraDisplay-Regular', Aria, 'Helvetica Neue', Helvetical, sans-serif, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: var(--color-primary);
  margin: 0;
}
.blockPage {
  left: 45% !important;
  transform: translate(-30%, 0);
}

