/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px;
  overflow-x: hidden; }

body {
  color: #4e4e4e;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #217cce; }

::selection {
  color: #fff;
  background: #217cce; }

input:hover, input:focus, input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover,
button:focus,
button:active {
  outline: 0; }

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd; }
  hr:before {
    display: table;
    content: ""; }
  hr:after {
    display: table;
    clear: both;
    content: ""; }

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999; }
  .browserupgrade a {
    font-weight: bold;
    color: #ff0; }

.cf:before {
  display: table;
  content: ""; }

.cf:after {
  display: table;
  clear: both;
  content: ""; }
.cf{
  clear: both;
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  margin: 0;
  padding: 0; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 38px;
  padding: 7px 8px;
  border: 1px solid rgba(78, 78, 78, 0.45);
  font: 1rem Arial, Helvetica, sans-serif;
  color: #4e4e4e;
  border-radius: 3px;
  margin-bottom: 15px; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus {
    border: 1px solid #217cce; }

textarea {
  height: 68px;
  resize: none; }

select {
  border: 1px solid rgba(78, 78, 78, 0.45);
  width: 100%;
  height: 38px;
  padding: 7px 8px;
  font: 1rem Arial, Helvetica, sans-serif;
  color: #4e4e4e;
  border-radius: 3px;
  margin-bottom: 15px; }
  select:focus {
    border: 1px solid #217cce; }

table {
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%; }

th {
  border: 2px solid #ddd;
  font-weight: 600;
  padding: 8px;
  text-align: left;
  background: #007db3;
  color: #fff;
  word-wrap: break-word; }

td {
  border: 2px solid #ddd;
  padding: 8px; }

tr,
td,
th {
  vertical-align: middle; }

.btn {
  display: inline-block;
  padding: 8px 25px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font: 1rem Arial, Helvetica, sans-serif;
  background: #217cce;
  color: #fff;
  border: 0;
  text-decoration: none;
  border-radius: 4px; }
  @media screen and (min-width: 1300px) {
    .btn {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; } }
  .btn:hover {
    background: #1a62a2; }

.btn-outline {
  background: transparent;
  color: #217cce;
  border: 2px solid #217cce;
  padding: 6px 20px; }
  .btn-outline:hover {
    background: #217cce;
    color: #fff; }

.btn-sm {
  padding: 5px 10px;
  font-size: 0.875rem; }

body {
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px; }
.header ul li{
  list-style: none;
  display: inline-block;
  margin: 0 28px 0 0;
  text-transform: uppercase;
  font-size: 15px;
}
.fa.fa-info-circle{
font-size: 13px;
color: #007db3;
}
.header ul{
      margin-top: 24px;
}
.header ul li a{
  color: #fff;
  text-decoration: none;
}
.header ul li a:hover{
  color: #e87722;
}

.header {
  padding: 20px 0;
  background: #003c71;
   }
 .welcome-user {
     display: inline-block;
    margin: 30px 0 0;
    float: right;
    font-size: 1.2rem; }
 .welcome-user .Welcome {
      color: #003c71; }
.welcome-user .user-name {
      color: #e87722; }

.campaign-records .welcome-user {
    display: block;
    font-size: 1.2rem; 
    width: 100%;
    text-align: right;
  }
.content-area p {
  text-align: left;
  font-size: 1rem;
  line-height: 25px; 
  margin-bottom: 0;

}

.content-area h1 {
  color: #003c71;
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  display: inline-block;

   }

.content-area h2 {
  color: #007db3;
      font-size: 1.3rem;
    margin: 30px 0 20px;
   }
  

.content-area .second-box {
  padding-top: 0px; }

.footer {
  padding: 15px;
  background: #f7f8f8;
  margin: 0; }
  .footer ul li {
    border-right: 1px solid #003c71;
    padding-right: 12px; }
    .footer ul li:last-child {
      border-right: 0; }
    .footer ul li a {
      color: #3c3c3c;
      font-size: 1rem;
      font-weight: bold;
      text-decoration: none; }
      .footer ul li a:hover {
        color: #003c71;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .footer p {
    text-align: center;
    font-size: 14px;
    line-height: 25px; }
  .footer ul {
    text-align: center; }
    .footer ul li {
      display: inline-block; }

.ftr-logo {
  text-align: center; }
  .ftr-logo img {
    width: 200px; }

.radio-button {
  display: inline-block;
  margin: 0 10px 15px 0; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #007db3;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #007db3;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.form-group label {
  margin: 0 0 10px;
  display: block;
  font-size: 1rem;
  line-height: 25px; }
  .form-group label sup {
    color: red !important; }

.form-group .sm-text {
  font-size: 0.8rem;
  margin: 0 0 1rem;
  display: block;
  line-height: 20px;
  color: #6a737b; }

.btn {
  background: #007db3 !important;
  font-size: 14px;
  padding: 0.9rem 3.5rem;
  font-weight: bold;
  margin-right: 10px; }
  .btn:hover {
    background: #003c71 !important; }

.btn-right {
  float: right; }

.form-group input {
  border: 2px solid #ced4da; }
a.active{
	    color: #e87722!important;
}
p.utm-labels {
    color: #212529!important;
    font-weight: bold;
    margin: 8px 0 0;
    font-size: 13px!important;
}
.form-group select {
  border: 2px solid #ced4da; }
.finaldiv-urls{
  border: 1px solid #007db3;
  padding: 10px;
  margin: 0 0 30px;
  background: #f7f8f8
}
.finaldiv-urls p{
  font-size: 14px;
  color: #007db3;
  line-height: 22px;
}
.finaldiv-urls li{
  list-style: none;
  position: relative;
  padding: 0 0 0 11px;
  margin: 0 0 8px;
  line-height: 20px;
}
.finaldiv-urls  li:before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #007db3;
  top: 7px;
  left: 0;
  border-radius: 100%;
  font-size: 14px;
}
.footer-top {
  width: 100%;
  background: #f7f8f8;
  padding: 20px 0 0;
  margin: 40px 0 0; }
  .footer-top p {
    text-align: center;
    color: #003c71;
    font-size: 1rem; }
  .footer-top hr {
    border: 0;
    margin: 2rem 0 0;
    background: #b4b9bd;
    width: 100%;
    height: 2px; }

a.paginate_button:hover{
 background: #007db3!important;
}
a.paginate_button.current{
  background: #007db3!important;
}
.previous:hover{
color: #fff!important;
cursor: pointer;

}
div#utm-records_paginate {
    margin-top: 15px;
}
.content .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  border: 0!important;
}
.content .dataTables_wrapper .dataTables_paginate .paginate_button.current{
 color: #fff!important;
}
.content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
  color: #fff!important;
  cursor: pointer;
}
.optional-outer {
  display: block;
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px; }
  .optional-outer h4 {
    margin-top: 0;
    color: #003c71; }

.mb-0 {
  margin-bottom: 0 !important; }

textarea {
  border: 2px solid #ced4da;
  background: #fff;
  height: 60px !important; }

.text-right {
  text-align: right !important; }

.mt-1 {
  margin-top: 1rem !important; }

label.error {
  position: absolute;
  right: 14px;
  top: 0;
  background: #e87722;
  color: #fff !important;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 2px;
  text-align: center; }
  label.error:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #e87722;
    bottom: -7px;
    content: "";
    height: 0;
    right: 10px;
    position: absolute;
    width: 0; }

.form-group {
  position: relative; }


.select2-container--default .select2-selection--single {
  height: 38px !important;
  padding: 5px 0;
  border: 1px solid #ced4da !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
  right: 3px !important; }

.repeat-div {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 20px;
  padding: 5px 0 10px; 

}

#examples {
  overflow: hidden; }

#examples > hr {
  margin: 20px 10px; }

.content {
  overflow: auto;
  position: relative;
  margin: 10px 0;
  width: 1300px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.content.hidden {
  display: none; }

.content.light {
  color: #333; }

.transitions #examples {
  -webkit-perspective: 1000;
  -moz-perspective: 1000; }

.transitions .content {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out; }

.btn {
  color: #fff !important; }

.modal-content {
  word-wrap: break-word; }

@media (max-width: 767px) {
  .header {
    text-align: center; }
  .header .welcome-user {
    text-align: center;
    margin-top: 20px;
    float: none; }
  .logo img {
    width: 150px; }
  .content-area h1 {
    font-size: 1.5rem; }
  a.fancybox.btn {
    width: 100%;
    text-align: center; }
  .btn-right {
    float: none;
    text-align: center; }
  .btn {
    margin: 10px 0; }

.header ul li{
  margin: 6px 0;
  display: block;
}
.header ul{
  padding-left: 0;
}
.content-area .second-box {
    padding-top: 5px;
}
     }
.repeat-div.repeats1{
margin-top: 0!important;
}
.mt-2{
  margin-top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .main-nav {
    background: #217cce; }
    .main-nav > ul {
      margin: 0;
      padding: 0; }
      .main-nav > ul > li {
        display: inline-block;
        position: relative; }
        .main-nav > ul > li:last-child {
          margin: 0; }
        .main-nav > ul > li.submenu:after {
          content: "";
          position: absolute;
          height: 0;
          width: 0;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          border-top: 6px solid #fff;
          right: 2px;
          top: 16px;
          pointer-events: none; }
        .main-nav > ul > li > a {
          color: #fff;
          display: block;
          padding: 10px  15px;
          text-decoration: none; }
        .main-nav > ul > li:hover:hover {
          background: #1a62a2; }
        .main-nav > ul > li:hover > a {
          color: #fff; }
        .main-nav > ul > li:hover > ul {
          visibility: visible;
          opacity: 1; }
        .main-nav > ul > li ul {
          position: absolute;
          margin: 0;
          padding: 0;
          background: #1a62a2;
          width: 250px;
          visibility: hidden;
          opacity: 0;
          display: block !important;
          z-index: 5; }
          .main-nav > ul > li ul li {
            display: block;
            border-bottom: 1px solid #16548c;
            position: relative; }
            .main-nav > ul > li ul li:last-child {
              border: 0; }
            .main-nav > ul > li ul li a {
              padding: 8px 20px;
              display: block;
              text-decoration: none;
              font-size: 0.875rem;
              color: #fff; }
            .main-nav > ul > li ul li:hover > ul {
              visibility: visible;
              opacity: 1;
              left: 250px;
              top: 0; }
            .main-nav > ul > li ul li:hover > a {
              background: #134776; }
            .main-nav > ul > li ul li.submenu::after {
              content: "";
              position: absolute;
              height: 0;
              width: 0;
              border-bottom: 3px solid transparent;
              border-left: 6px solid #fff;
              border-top: 3px solid transparent;
              right: 5px;
              top: 13px;
              pointer-events: none; }
  .mob-btn {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .main-nav {
    position: fixed;
    width: 260px;
    top: 0;
    right: -260px;
    background: #217cce;
    height: 100%;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    z-index: 1005;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    overflow-y: auto; }
    .main-nav ul {
      margin: 0;
      padding: 0;
      display: block;
      margin-top: 0px; }
      .main-nav ul.mnav {
        margin-bottom: 30px; }
      .main-nav ul li {
        display: block;
        border-bottom: 1px solid #1a62a2;
        position: relative;
        text-transform: capitalize;
        font-size: 13px; }
        .main-nav ul li span {
          display: none; }
        .main-nav ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 1em;
          display: block;
          padding: 10px;
          padding-right: 40px; }
          .main-nav ul li a:hover {
            background: #1a62a2; }
        .main-nav ul li.submenu i {
          position: absolute;
          width: 43px;
          height: 39px;
          top: 0;
          right: 0;
          cursor: pointer;
          -webkit-transition: all ease 0.5s;
          -moz-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
          .main-nav ul li.submenu i:after {
            content: "";
            height: 0;
            width: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 6px solid #b3b3b3;
            position: absolute;
            right: 17px;
            top: 18px;
            z-index: 10; }
      .main-nav ul ul {
        margin: 0;
        display: none; }
        .main-nav ul ul li:last-child {
          border-bottom: 0; }
        .main-nav ul ul li:first-child {
          border-top: 1px solid #656b74; }
        .main-nav ul ul li a {
          padding-left: 20px; }
        .main-nav ul ul li ul a {
          padding-left: 30px; }
  .show-menu .main-nav {
    right: 0; }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001; }
  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: 18px; }
    .mob-btn span {
      display: block;
      width: 30px;
      height: 3px;
      border-radius: 1px;
      background: #217cce; }
    .mob-btn span + span {
      margin-top: 5px; } }
.sub-head p{
  display: inline-block;
      margin-left: 10px;
      width: calc(100% - 30px);
      margin-top: 0;
}
.sub-head .sub-count{
    background: #007db3;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-head{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.user-icon{
     width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
        border: 2px solid #fff;
    margin: 9px 0;
}
.us-icon{
  text-align:right;
}
@media only screen and (max-width: 767px) {
.us-icon{
  text-align:center;
}
}
.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}
.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}
.modal-header h4{
  display: inline-block;
  font-size: 18px;
}
.modal-header .close {
    margin-top: -2px;
    float: right;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 20px;
}
.modal-open{
      padding-right: 0!important;
}

.error-nolabel label.error{
      top: -35px!important;
}
.url_adv_val{
  color: red;
  font-weight: 500;
  font-style: italic;
}
.url_adv_label{
      font-weight: 500;
    font-style: italic;
}
.reg-and-country .form-group{
  float:left;
  width: 46%;
  margin: 0 21px 0 0;
}
.reg-and-country .form-group:last-child{
   margin: 0;
}
.form .repeat-div .row{
  padding-bottom:7px;
}
@media (max-width: 767px) {
  .finaldiv-urls{
    word-break: break-all;
  }
}
.modal-header{
  background: #003c71;
  color: #fff;
  border-radius: 0!important;
}
.modal-header .close{
  color: #fff;
}
.modal-header .close:hover{
  color: #fff;
}

.url-popup p{
  font-size: 14px;
  color: #003c71;
  line-height: 22px;
}
.url-popup li{
  list-style: none;
  position: relative;
  padding: 0 0 0 11px;
  margin: 0 0 8px;
  line-height: 20px;
  font-size: 14px;
}
.url-popup li:before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #007db3;
  top: 7px;
  left: 0;
  border-radius: 100%;
  
}
.copy-button{
  background: transparent!important;
    color: #000!important;
    font-size: 14px;
}
.copy-button:hover{
   color: #003c71!important;
   background: transparent!important;
}
.url-popup .modal-footer{
      padding: 6px 0;
}
.ui-tooltip.ui-widget.ui-widget-content{
  max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    box-shadow: inherit;
}
.modal-body .fa.fa-info-circle {
    font-size: 15px;
    color: #007db3;
    margin-left: 4px;
 }
}

	