/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent prevent overflow in all browsers (opinionated).
 */

html {
  line-height: 1.15; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  word-break: break-word; /* 4 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * 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
 * ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

/**
 * 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
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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 size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 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 {
  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 Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
 */

::-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 Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * 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;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

.animated{animation-duration:1s;animation-fill-mode:forwards}.animated.bounceIn{animation-duration:.7s}.animated.bounceOut{animation-duration:.5s}.animated.bounceIn{animation-name:bounceIn}.animated.bounceOut{animation-name:bounceOut}.animated.fadeIn{animation-name:fadeIn;animation-duration:.7s}.animated.fadeOut{animation-name:fadeOut;animation-duration:.3s}.animated.bounceInDown{animation-name:bounceInDown}.animated.bounceOutUp{animation-name:bounceOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:perspective(1px) scale3d(0.3, 0.3, 0.3)}20%{transform:perspective(1px) scale3d(1.1, 1.1, 1.1)}40%{transform:perspective(1px) scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:perspective(1px) scale3d(1.03, 1.03, 1.03)}80%{transform:perspective(1px) scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:perspective(1px) scale3d(1, 1, 1)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.rrt-confirm-holder{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999999}.rrt-confirm-holder .shadow{width:100%;height:100%;background-color:rgba(50,58,68,.8)}.rrt-confirm-holder .rrt-confirm{width:320px;background-color:#fff;position:absolute;z-index:9;top:20%;left:50%;margin-left:-160px;box-shadow:3px 3px 20px #333;border-radius:4px;overflow:hidden}.rrt-confirm-holder .rrt-confirm .rrt-message{width:100%;padding:5%;min-height:50px;font-size:1em;background-color:#fff;text-align:center;font-family:"open-sanscondensed-light",sans-serif;clear:both}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{flex-grow:1;height:50px;text-transform:capitalize;border:none;background-color:rgba(0,0,0,0);padding:0;margin:0;float:left;border-top:1px solid #f0f0f0;font-size:14px;overflow:hidden;cursor:pointer}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr *:before,.redux-toastr *:after{box-sizing:border-box}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:350px;position:fixed;z-index:99999999;padding:0 10px}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center{top:0}.redux-toastr .top-right,.redux-toastr .bottom-right{right:0}.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{bottom:0}.redux-toastr .top-left,.redux-toastr .bottom-left{left:0}.redux-toastr .top-center,.redux-toastr .bottom-center{left:50%;margin-left:-175px}@media(max-width: 320px){.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:320px}.redux-toastr .top-center,.redux-toastr .bottom-center{margin-left:-160px}}.redux-toastr .toastr{background-color:#fcfcfc;width:100%;min-height:70px;overflow:hidden;margin:10px 0;border-radius:4px;position:relative;z-index:2;color:#333;opacity:.94;box-shadow:2px 2px 10px rgba(0,0,0,.4)}.redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0px 0px 10px rgba(0,0,0,.6);opacity:1}.redux-toastr .toastr .toastr-status{width:100%;height:5px}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;text-align:center;overflow:hidden}.redux-toastr .toastr .rrt-left-container{width:80px;top:0;left:0;position:absolute;bottom:0}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:70px;height:70px;position:absolute;top:50%;margin-top:-35px;left:5px;line-height:60px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;vertical-align:middle;margin-top:5px}.redux-toastr .toastr .rrt-middle-container{width:65%;margin-left:80px;position:relative;float:left;font-family:Arial,Helvetica,sans-serif,sans-serif;font-size:1em;text-align:left;padding:10px 5px}.redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:bold;margin-bottom:5px}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{width:10%;height:100%;position:absolute;top:0;right:0;background-color:rgba(0,0,0,0);font-size:22px;border:none;outline:none;opacity:.5;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Arial sans-serif;color:#000}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr .close-toastr span{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning,.redux-toastr .toastr.rrt-error{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333 !important}.redux-toastr .toastr.rrt-message{opacity:1;border:1px solid #dbdbdb}.redux-toastr .toastr.rrt-message .rrt-title{width:90%;height:50px;text-align:center;overflow:hidden;font-size:1.2em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:50px;padding:0 20px}.redux-toastr .toastr.rrt-message .rrt-text{width:100%;max-height:400px;overflow:hidden;overflow-y:auto;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;background-color:#fff;padding:15px;font-size:1.1em;margin-bottom:20px}.redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{height:5px;margin:0 -20px -20px -60px;position:absolute;bottom:20px;width:100%}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

@font-face {
  font-family: 'icomoonv2';
  src:  url(/admin/icomoon.5183f9d5c7acc6ec649a4d396d5dd2f6.eot);
  src:  url(/admin/icomoon.5183f9d5c7acc6ec649a4d396d5dd2f6.eot#iefix) format('embedded-opentype'),
    url(/admin/icomoon.43155eb17a4cb01e2c2573817caac290.ttf) format('truetype'),
    url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJpY29tb29uLjJmYTU3ODRlNGUzYTM1ZDIwOWQxZWI3N2ZlMDBjYmQ2LndvZmYiOw==) format('woff'),
    url(/admin/icomoon.c8020e9054d0c18fa8d44e8bd254a643.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icomoonv2-"], [class*=" icomoonv2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoonv2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoonv2-phone:before {
  content: "\e942";
}
.icomoonv2-phone-hang-up:before {
  content: "\e943";
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/admin/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/admin/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot?#iefix) format('embedded-opentype'), url(/admin/448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJnbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLmZhMjc3MjMyN2Y1NWQ4MTk4MzAxZmRiOGJjZmM4MTU4LndvZmYiOw==) format('woff'), url(/admin/glyphicons-halflings-regular.e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'), url(/admin/glyphicons-halflings-regular.89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #354052;
  background-color: #f1f1f1;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00afef;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0077a3;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 44px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f1f1f1;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #101010;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #101010;
  background-color: #fff;
  background-image: none;
  border: 1px solid #636363;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #101010;
}
.form-control::-webkit-input-placeholder {
  color: #101010;
}
.form-control::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #101010;
}
.form-control::-webkit-input-placeholder {
  color: #101010;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #697d9e;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #00afef;
  border-color: #00afef;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #008abc;
  border-color: #005270;
}
.btn-default:hover {
  color: #fff;
  background-color: #008abc;
  border-color: #0082b2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #008abc;
  border-color: #0082b2;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #007098;
  border-color: #005270;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #00afef;
  border-color: #00afef;
}
.btn-default .badge {
  color: #00afef;
  background-color: #fff;
}
.btn-primary {
  color: #00afef;
  background-color: #fff;
  border-color: #00afef;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #00afef;
  background-color: #e6e6e6;
  border-color: #005270;
}
.btn-primary:hover {
  color: #00afef;
  background-color: #e6e6e6;
  border-color: #0082b2;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #00afef;
  background-color: #e6e6e6;
  border-color: #0082b2;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #00afef;
  background-color: #d4d4d4;
  border-color: #005270;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #fff;
  border-color: #00afef;
}
.btn-primary .badge {
  color: #fff;
  background-color: #00afef;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled: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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled: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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled: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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled: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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00afef;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0077a3;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #101010;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #636363;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00afef;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #d7d7d7;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f1f1f1;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f1f1f1;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 10px;
  font-size: 23px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00afef;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0077a3;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00afef;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.42857143;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00afef;
}
.thumbnail .caption {
  padding: 9px;
  color: #354052;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.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-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 17px 17px 17px 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-left: 5px;
  margin-bottom: 0;
}
.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, 0.5);
    box-shadow: 0 5px 15px rgba(0, 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: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #00afef;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00afef;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00afef;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00afef;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #00afef;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #00afef;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00afef;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00afef;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00afef;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url(/admin/icomoon.147774ad26a4f97bf40dcc9363c1e93b.eot);
  src: url(/admin/icomoon.147774ad26a4f97bf40dcc9363c1e93b.eot#iefix) format('embedded-opentype'), url(/admin/icomoon.8a70adb6adc42ebff69f9ff63f9b0a1c.ttf) format('truetype'), url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJpY29tb29uLjdjYjJjZmZlN2NiOWQ4M2VhNmMzYzQ4MzE0NDJlNDRmLndvZmYiOw==) format('woff'), url(/admin/icomoon.fe0a0af14f3776f19a19c1751e3b4956.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icomoon-"],
[class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-envelope:before {
  content: "\e91d";
}
.icomoon-email:before {
  content: "\e91d";
}
.icomoon-mail:before {
  content: "\e91d";
}
.icomoon-letter:before {
  content: "\e91d";
}
.icomoon-contact:before {
  content: "\e91d";
}
.icomoon-lock:before {
  content: "\e92a";
}
.icomoon-user-md:before {
  content: "\e91e";
}
.icomoon-bell-o:before {
  content: "\e91b";
}
.icomoon-bell2:before {
  content: "\e91c";
}
.icomoon-icon_book_alt:before {
  content: "\e926";
}
.icomoon-icon_floppy_alt:before {
  content: "\e929";
}
.icomoon-icon_plus_alt:before {
  content: "\e924";
}
.icomoon-arrow_up_alt:before {
  content: "\e925";
}
.icomoon-chat-down:before {
  content: "\e922";
}
.icomoon-chat-up:before {
  content: "\e923";
}
.icomoon-user-in:before {
  content: "\e921";
}
.icomoon-open-eye:before {
  content: "\e927";
}
.icomoon-phone:before {
  content: "\e928";
}
.icomoon-icon_pencil-edit:before {
  content: "\e920";
}
.icomoon-icon_clock_alt:before {
  content: "\e91f";
}
.icomoon-icon_pencil:before {
  content: "\e91a";
}
.icomoon-icon_trash:before {
  content: "\e918";
}
.icomoon-icon_upload:before {
  content: "\e919";
}
.icomoon-icon_download:before {
  content: "\e917";
}
.icomoon-icon_check:before {
  content: "\e916";
}
.icomoon-arrow_carrot-right:before {
  content: "\e90c";
}
.icomoon-arrow_carrot-left:before {
  content: "\e915";
}
.icomoon-double-triangle:before {
  content: "\e906";
}
.icomoon-icon_close:before {
  content: "\e900";
}
.icomoon-icon_cog:before {
  content: "\e901";
}
.icomoon-icon_chat_alt:before {
  content: "\e902";
}
.icomoon-icon_contacts:before {
  content: "\e903";
}
.icomoon-icon_group:before {
  content: "\e904";
}
.icomoon-icon_calendar:before {
  content: "\e905";
}
.icomoon-arrow_triangle-down:before {
  content: "\e907";
}
.icomoon-icon_comment_alt:before {
  content: "\e908";
}
.icomoon-icon_search2:before {
  content: "\e909";
}
.icomoon-icon_house_alt:before {
  content: "\e90a";
}
.icomoon-bell:before {
  content: "\e90b";
}
.icomoon-credit:before {
  content: "\e90d";
}
.icomoon-doller:before {
  content: "\e90e";
}
.icomoon-envelop:before {
  content: "\e90f";
}
.icomoon-gift:before {
  content: "\e910";
}
.icomoon-irb:before {
  content: "\e911";
}
.icomoon-screen:before {
  content: "\e912";
}
.icomoon-signout:before {
  content: "\e913";
}
.icomoon-star:before {
  content: "\e914";
}
.icomoon-icon-outgoing:before {
  content: "\e933";
}
.icomoon-icon-incoming:before {
  content: "\e932";
}
.icomoon-icon-call-end:before {
  content: "\e934";
}
.icomoon-doctor:before {
  content: "\e931";
}
.icomoon-help-with-circle:before {
  content: "\e92b";
}
.icomoon-lab:before {
  content: "\e92c";
}
.icomoon-beta:before {
  content: "\e92c";
}
.icomoon-beaker:before {
  content: "\e92c";
}
.icomoon-test:before {
  content: "\e92c";
}
.icomoon-experiment:before {
  content: "\e92c";
}
.icomoon-envelope:before {
  content: "\e91d";
}
.icomoon-email:before {
  content: "\e91d";
}
.icomoon-mail:before {
  content: "\e91d";
}
.icomoon-letter:before {
  content: "\e91d";
}
.icomoon-contact:before {
  content: "\e91d";
}
.icomoon-bullhorn:before {
  content: "\e92d";
}
.icomoon-group:before {
  content: "\e92e";
}
.icomoon-users:before {
  content: "\e92e";
}
.icomoon-lock:before {
  content: "\e92a";
}
.icomoon-user-md:before {
  content: "\e91e";
}
.icomoon-bell-o:before {
  content: "\e91b";
}
.icomoon-bell2:before {
  content: "\e91c";
}
.icomoon-icon_creditcard:before {
  content: "\e930";
}
.icomoon-icon_pin_alt:before {
  content: "\e92f";
}
.icomoon-icon_book_alt:before {
  content: "\e926";
}
.icomoon-icon_floppy_alt:before {
  content: "\e929";
}
.icomoon-icon_plus_alt:before {
  content: "\e924";
}
.icomoon-arrow_up_alt:before {
  content: "\e925";
}
.icomoon-chat-down:before {
  content: "\e922";
}
.icomoon-chat-up:before {
  content: "\e923";
}
.icomoon-user-in:before {
  content: "\e921";
}
.icomoon-open-eye:before {
  content: "\e927";
}
.icomoon-phone:before {
  content: "\e928";
}
.icomoon-icon_pencil-edit:before {
  content: "\e920";
}
.icomoon-icon_clock_alt:before {
  content: "\e91f";
}
.icomoon-icon_pencil:before {
  content: "\e91a";
}
.icomoon-icon_trash:before {
  content: "\e918";
}
.icomoon-icon_upload:before {
  content: "\e919";
}
.icomoon-icon_download:before {
  content: "\e917";
}
.icomoon-icon_check:before {
  content: "\e916";
}
.icomoon-arrow_carrot-right:before {
  content: "\e90c";
}
.icomoon-arrow_carrot-left:before {
  content: "\e915";
}
.icomoon-double-triangle:before {
  content: "\e906";
}
.icomoon-icon_close:before {
  content: "\e900";
}
.icomoon-icon_cog:before {
  content: "\e901";
}
.icomoon-icon_chat_alt:before {
  content: "\e902";
}
.icomoon-icon_contacts:before {
  content: "\e903";
}
.icomoon-icon_group:before {
  content: "\e904";
}
.icomoon-icon_calendar:before {
  content: "\e905";
}
.icomoon-arrow_triangle-down:before {
  content: "\e907";
}
.icomoon-icon_comment_alt:before {
  content: "\e908";
}
.icomoon-icon_search2:before {
  content: "\e909";
}
.icomoon-icon_house_alt:before {
  content: "\e90a";
}
.icomoon-bell:before {
  content: "\e90b";
}
.icomoon-credit:before {
  content: "\e90d";
}
.icomoon-doller:before {
  content: "\e90e";
}
.icomoon-envelop:before {
  content: "\e90f";
}
.icomoon-gift:before {
  content: "\e910";
}
.icomoon-irb:before {
  content: "\e911";
}
.icomoon-screen:before {
  content: "\e912";
}
.icomoon-signout:before {
  content: "\e913";
}
.icomoon-star:before {
  content: "\e914";
}
* {
  max-height: 1000000px;
}
html {
  height: 100%;
}
body {
  min-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-lightbox-active,
body.body-datepicker-active {
  height: 100%;
  overflow-y: hidden;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
::-webkit-input-placeholder {
  color: #636363;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #636363;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #636363;
}
:-ms-input-placeholder {
  color: #636363;
}
a,
button,
[type] {
  white-space: normal;
  transition: all 0.25s;
}
a.hover-underline:hover {
  text-decoration: underline;
}
.btn {
  border-radius: 2px;
  border-width: 2px;
  padding: 5px 12px;
  font-weight: 600;
  white-space: normal;
  transition: all 0.25s;
  text-transform: uppercase;
}
.btn:focus,
.btn:active:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}
.btn.btn-default:focus,
.btn.btn-default:active:focus,
.btn.btn-default:hover {
  background: #76daff;
  border-color: #76daff;
}
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:hover {
  color: #fff;
  background: #00afef;
  border-color: #00afef;
}
.btn.btn-gray {
  color: #fff !important;
  background: #808080;
}
.btn.btn-gray:hover {
  background: #999;
}
.btn.btn-gray-outline {
  background: #fff;
  color: #808080;
  border: #808080 solid 2px;
}
.btn.btn-gray-outline:hover,
.btn.btn-gray-outline:focus,
.btn.btn-gray-outline:active:focus {
  color: #fff;
  background: #808080;
}
.table-responsive {
  overflow-x: hidden;
  overflow-y: hidden;
}
.table-responsive .table thead tr th {
  border-bottom: 0;
}
.label,
label {
  margin: 0;
  padding: 0;
  color: inherit;
  display: inline;
  white-space: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: break-word;
}
.form-control {
  border-width: 2px;
  padding: 5px 15px;
}
.form-control:focus {
  color: #949ca1;
  outline: none;
  box-shadow: none;
  border-color: #00afef;
}
.form-control:focus::-moz-placeholder {
  color: #949ca1;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #949ca1;
}
.form-control:focus::-webkit-input-placeholder {
  color: #949ca1;
}
.form-control:focus::-moz-placeholder {
  color: #949ca1;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #949ca1;
}
.form-control:focus::-webkit-input-placeholder {
  color: #949ca1;
}
.form-control[readonly] {
  background: #fff;
}
.form-control:hover {
  border-color: #00afef;
}
.has-error .form-control,
.has-error .jcf-select {
  border-color: #f00;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.datepicker-input {
  cursor: pointer;
}
#wrapper {
  position: relative;
  padding: 80px 0 0 0;
}
.field-row.label-top .field,
.field-row.label-top .label {
  vertical-align: top;
}
.caret-arrow {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 2px;
  display: inline-block;
  vertical-align: middle;
}
.caret-arrow:before {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 0 4px;
  margin: -3px 0 0;
  border-bottom-color: #354052;
  transition: border 0.25s ease;
}
.table th {
  cursor: pointer;
}
.table th:empty {
  cursor: default;
}
.table th:hover {
  color: #999;
}
.table th.up .caret-arrow:before {
  border-width: 0 4px 4px;
}
.table th.down .caret-arrow:before {
  border-width: 4px 4px 0;
  border-color: #354052 transparent transparent;
}
.table th.none .caret-arrow:before {
  border-width: 0 4px;
}
.table tbody > tr.tr-active > td,
.table tbody > tr:hover > td {
  background: #f1f1f1;
}
.field-row {
  font-size: 0;
  line-height: 0;
}
.field-row + .field-row {
  margin: 30px 0 0;
}
.lightbox .field-row + .field-row {
  margin: 15px 0 0;
}
.lightbox .field-row + .add-messaging-number-row {
  margin: 8px 0 -5px;
}
.field-row > * {
  font-size: 18px;
  line-height: 1.25;
}
.field-row .field-row {
  font-size: 0;
  line-height: 0;
}
.field-row .field-row > * {
  font-size: 18px;
  line-height: 1.25;
}
.field-row .field,
.field-row .label {
  display: inline-block;
  vertical-align: middle;
}
.field-row .label {
  width: 37%;
  padding: 0 10px 0 0;
}
.field-row .field {
  width: 63%;
  position: relative;
}
.field-row .row {
  margin: 0 -6px;
}
.field-row [class^="col-"],
.field-row [class*=" col-"] {
  padding: 0 6px;
}
.main-heading {
  color: #99cc66;
  font-weight: 700;
  margin: 34px 0;
  text-transform: uppercase;
}
.required > label:before {
  content: '* ';
}
.img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Verveine Regular';
  font-style: normal;
  font-weight: normal;
  src: url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJWZXJ2ZWluZVJlZ3VsYXIuODU4Y2M3YWRkMTc2NWNiY2ZiMDQzOWUyNzVmZDE2N2Iud29mZiI7) format('woff'), url(/admin/VerveineRegular.7132cf0c2a5612144c6febeada10b0d9.ttf) format('truetype');
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  src: url(/admin/ProximaNova-Regular.410504d49238e955ba7dc23a7f963021.otf) format('opentype');
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  src: url(/admin/ProximaNova-Bold.62d4d7d369292a9bf23762465ec6d704.otf);
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url(/admin/ProximaNova-Semibold.f14eee643541cf03a10f26c944cc29f5.otf);
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: normal;
  src: url(/admin/Heebo-Regular.3f5fef64b9bb3ef6ded20c917f3082f7.ttf);
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: url(/admin/Heebo-Light.29bad8e0b0e6cf92f1f7d22f7fcfba79.ttf);
}
.chart .tick,
.chart text {
  display: none;
}
.bar-chart-wrapper {
  position: relative;
  width: 97px;
  height: 105px;
}
.bar-chart-wrapper:after {
  content: '';
  position: absolute;
  bottom: -20px;
  height: 105px;
  left: 12px;
  width: 97px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
/* header */
#header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
  min-width: 970px;
  padding: 0 0 0 261px;
  height: 71px;
}
#header .disabled {
  cursor: not-allowed;
}
#header .container-fluid {
  padding: 0;
  background: #00afef;
}
#header .logo {
  top: 20px;
  left: 15px;
  width: 234px;
  position: absolute;
  margin: 0 0 0 0;
}
#header .logo a {
  display: block;
  outline: none;
}
#header .logo img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
#d-header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
  min-width: 970px;
  padding: 0;
  background: #fff;
  border-bottom: solid 2px #ccc;
}
#d-header .logo {
  width: 190px;
  margin: 10px 20px 10px 10px;
}
#d-header .logo a {
  display: block;
}
#d-header .logo img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
#d-header .opener {
  padding-top: 20px;
}
#d-header .logged-user-area {
  margin-right: -10px;
}
#d-header .logged-user-area .avatar-menu {
  height: auto;
}
#d-header .logged-user-area .avatar-menu > .well {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.emails,
.notifications {
  margin: 0;
}
.emails .opener,
.notifications .opener {
  color: #fff;
  display: block;
  min-width: 70px;
  font-size: 20px;
  line-height: 71px;
  position: relative;
  text-align: center;
}
.emails .opener:hover,
.notifications .opener:hover,
.emails .opener:focus,
.notifications .opener:focus,
.emails .opener.active,
.notifications .opener.active {
  outline: none;
  background: #76daff;
  cursor: pointer;
}
.emails .counter,
.notifications .counter {
  top: 19px;
  right: 21px;
  color: #fff;
  min-width: 16px;
  min-height: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  background: #f78e1e;
  border-radius: 100%;
}
.emails .icomoon-envelop,
.notifications .icomoon-envelop {
  top: -3px;
  font-size: 16px;
  position: relative;
}
/* notifications  */
.notifications {
  position: relative;
  margin: 0;
}
.notifications .icomoon-bell:before {
  content: "\e91c";
}
.emails .counter {
  top: 20px;
  right: 15px;
  display: none;
}
.emails .icomoon-envelop {
  top: 6px;
  font-size: 32px;
  position: relative;
}
.emails .icomoon-envelop:before {
  content: "\e91d";
}
.logged-user-drop,
.notifications-drop {
  top: 100%;
  position: absolute;
}
.notifications-drop {
  top: 100%;
  left: 0;
  width: 438px;
  position: absolute;
}
.notifications-drop .well {
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 0;
  position: relative;
  box-shadow: none;
  border: solid 2px #ccc;
}
.notifications-drop .title {
  color: #354052;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 8px 14px;
  text-transform: uppercase;
  border-bottom: #ccc solid 2px;
}
.notifications-drop ul {
  margin: 0;
  padding: 3px;
  font-size: 18px;
  line-height: 1.25;
  border-bottom: #ccc solid 2px;
}
.notifications-drop ul a {
  display: block;
  color: #354052;
  min-height: 65px;
  position: relative;
  padding: 14px 5px 14px 69px;
  transition: unset;
}
.notifications-drop ul a:hover {
  background: #00afef;
  color: #fff;
}
.notifications-drop ul a:hover time {
  color: #fff;
}
.notifications-drop ul a:hover a {
  color: #fff;
}
.notifications-drop ul a a {
  color: #354052;
  padding: 0;
  min-height: auto;
  transition: unset;
}
.notifications-drop ul a a:hover {
  color: #fff;
}
.notifications-drop ul a a:hover time {
  color: #fff;
}
.notifications-drop ul li:nth-child(3) a {
  padding: 6px 5px 7px 69px;
}
.notifications-drop ul li:nth-child(3) a a {
  padding: 0;
}
.notifications-drop ul time {
  font-size: 14px;
  line-height: 1.25;
  display: block;
  color: #949ca1;
  font-weight: 400;
  transition: all 0.25s;
}
.notifications-drop ul .img-circle {
  top: 50%;
  left: 11px;
  width: 43px;
  height: 43px;
  margin: -22px 0 0;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
}
.notifications-drop ul .img-circle img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.notifications-drop p {
  margin: 3px 0 0 0;
  transition: all 0.25s;
  /* css-3 */
  /* Mozilla, since 1999 */
  /* Opera 4-6 */
  /* Opera 7 */
  /* Internet Explorer 5.5+ */
  word-break: break-word;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  overflow-wrap: break-word;
}
.notifications-drop p strong {
  text-transform: capitalize;
}
.notifications-drop .btn-block {
  font-size: 18px;
  line-height: 22px;
  padding: 9px 10px;
}
.notifications-drop .btn-block a {
  color: #00afef;
}
.notifications-drop .btn-block a:hover {
  color: #76daff;
}
.help-drop {
  position: relative;
}
.link-help {
  color: #fff;
  font-weight: 800;
  min-width: 70px;
  font-size: 26px;
  line-height: 68px;
  text-align: center;
  min-height: 71px;
}
.active .link-help,
.link-help:focus,
.link-help:active:focus,
.link-help:hover {
  color: #fff;
  background: #76daff;
  cursor: pointer;
}
.chat-popup {
  color: #fff;
  font-size: 20px;
  line-height: 71px;
  min-width: 70px;
  text-align: center;
  position: relative;
  margin: 0 10px 0 0;
}
.btn-chat-popup .counter {
  top: 19px;
  right: 17px;
  color: #fff;
  min-width: 16px;
  min-height: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  background: #f78e1e;
  border-radius: 100%;
}
.chat-popup:focus,
.chat-popup:active,
.chat-popup:active:focus,
.chat-popup:hover {
  color: #fff;
  background: #76daff;
  cursor: pointer;
}
/* logged-user-area */
.logged-user-area {
  position: relative;
}
.logged-user-area .opener {
  font-size: 18px;
  line-height: 1.25;
  color: #101010;
  display: block;
  padding: 12px 11px 16px 19px;
}
.logged-user-area .opener > * {
  display: inline-block;
  vertical-align: middle;
}
.logged-user-area .opener .caret {
  margin: 4px 0 0 24px;
  border-width: 7px 5px 0;
  border-style: solid dashed;
  border-color: #fff transparent transparent;
}
#d-header .logged-user-area .opener .caret {
  border-color: #000 transparent transparent;
}
.logged-user-area .opener:focus {
  outline: none;
}
.logged-user-area.active .opener,
.logged-user-area .opener:hover {
  background: #76daff;
}
.logged-user-area .img-circle {
  width: 43px;
  height: 43px;
  overflow: hidden;
  margin: 0 13px 0 0;
  border-radius: 100%;
}
.logged-user-area .img-circle img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  border-radius: 100%;
  background-color: white;
  height: 100%;
}
.logged-user-area .logged-user-drop {
  top: 100%;
  right: 0;
  width: 240px;
  border-width: 0;
  background: none;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  box-shadow: none;
}
.logged-user-area .well {
  padding: 3px;
  margin: 0;
  position: relative;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: solid 2px #ccc;
}
.logged-user-area .well ul {
  margin: 0;
}
.logged-user-area .well ul a {
  color: #354052;
  display: block;
  padding: 9px 8px;
  text-transform: uppercase;
}
.logged-user-area .well ul a:hover {
  color: #fff;
  background: #00afef;
}
@media screen and (max-width: 1600px) {
  #header {
    padding: 0 0 0 220px;
  }
  #header .logo {
    width: 192px;
  }
  .notifications-drop .title {
    font-size: 15px;
  }
  .notifications-drop ul {
    font-size: 15px;
    line-height: 1.25;
  }
  .notifications-drop ul time {
    font-size: 12px;
  }
  .notifications-drop .btn-block {
    font-size: 15px;
  }
  .help-drop .default-slide {
    font-size: 15px;
    line-height: 1.25;
  }
  .logged-user-area .logged-user-drop {
    font-size: 15px;
    line-height: 1.25;
  }
  .logged-user-area .well ul {
    /*max-height: 184px;*/
  }
}
/* sidebar */
#sidebar {
  top: -29px;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 261px;
  position: fixed;
  background: #fff;
  padding: 100px 0 0px;
}
#sidebar .sidebar-holder {
  max-height: 100%;
  padding: 0 12px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* sidenav */
.sidenav {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
}
.sidenav ul {
  margin: 0 0 26px;
  padding: 0 0 25px;
  border-bottom: solid 2px #a0cf67;
}
.sidenav li + li {
  margin: 20px 0 0;
}
.sidenav a {
  display: block;
  color: #636363;
  min-height: 32px;
  position: relative;
  padding: 7px 5px 5px 50px;
  outline: none;
}
.sidenav a.menu-manage-sites-users {
  padding-right: 25px;
}
.sidenav a i::before {
  vertical-align: baseline;
}
.sidenav a > [class^="icomoon-"],
.sidenav a > [class*=" icomoon-"] {
  top: 50%;
  left: 0;
  width: 60px;
  font-size: 22px;
  text-indent: 13px;
  position: absolute;
  transition: all 0.25s;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.sidenav a .icomoon-icon_house_alt {
  color: #3cf;
  text-indent: 16px;
}
.sidenav a .icomoon-screen {
  font-size: 20px;
  text-indent: 12px;
  color: #99cc66;
}
.sidenav a .icomoon-irb {
  color: #c00;
  font-size: 19px;
  text-indent: 15px;
}
.sidenav a .icomoon-doller {
  color: #f0f;
  font-size: 28px;
  text-indent: 13px;
}
.sidenav a .icomoon-signout {
  color: #0c9;
  font-size: 24px;
  text-indent: 15px;
}
.sidenav a .icomoon-icon_calendar {
  color: #f60;
  text-indent: 16px;
}
.sidenav a .icomoon-icon_group {
  color: #c06;
  text-indent: 17px;
}
.sidenav a .icomoon-icon_contacts {
  color: #63c;
  text-indent: 16px;
}
.sidenav a .icomoon-gift {
  color: #f33;
  text-indent: 14px;
}
.sidenav a .icomoon-star {
  color: #ffe11a;
  text-indent: 15px;
}
.sidenav a .icomoon-help-with-circle {
  color: #0c9;
  font-size: 26px;
}
.sidenav a .icomoon-icon_note:before {
  display: block;
  content: " ";
  background: url(/admin/Icon4.ebd0c16db69fb4931db0f582157cdab0.png);
  background-size: contain;
  background-position: center;
  height: 27px;
  width: 58px;
  background-repeat: no-repeat;
}
.sidenav a .icomoon-icon_database:before {
  display: block;
  content: " ";
  background: url(/admin/Icon5.514e5450795be06c6217f9e45796a8af.png);
  background-size: contain;
  background-position: center;
  height: 29px;
  width: 54px;
  background-repeat: no-repeat;
}
.sidenav a .icomoon-icon_new:before {
  display: block;
  content: " ";
  background: url(/admin/Icon6.1d3ced726720d9852deb51f1a627c553.png);
  background-size: contain;
  background-position: center;
  height: 25px;
  width: 54px;
  background-repeat: no-repeat;
}
.sidenav a:hover,
.sidenav .active {
  color: #fff;
  background: #a0cf67;
}
.sidenav a:hover > [class^="icomoon-"],
.sidenav .active > [class^="icomoon-"],
.sidenav a:hover > [class*=" icomoon-"],
.sidenav .active > [class*=" icomoon-"] {
  color: #fff !important;
}
.sidenav a:hover .icomoon-icon_note:before,
.sidenav .active .icomoon-icon_note:before {
  background: url(/admin/Icon4_hover.135c5a96edcfaa9b54046e8e49aea35e.png);
  background-size: contain;
  background-position: center;
  height: 27px;
  width: 58px;
  background-repeat: no-repeat;
}
.sidenav a:hover .icomoon-icon_database:before,
.sidenav .active .icomoon-icon_database:before {
  background: url(/admin/Icon5_hover.9bebfe45da617182fb7b76965786d592.png);
  background-size: contain;
  background-position: center;
  height: 29px;
  width: 54px;
  background-repeat: no-repeat;
}
.sidenav a:hover .icomoon-icon_new:before,
.sidenav .active .icomoon-icon_new:before {
  background: url(/admin/Icon6_hover.aaa79554d0c43a7f15b3487afe154d0c.png);
  background-size: contain;
  background-position: center;
  height: 25px;
  width: 54px;
  background-repeat: no-repeat;
}
/* helpline */
.helpline {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px 3px;
}
.helpline h2 {
  font-size: 17px;
  line-height: 1.25;
  color: #00afef;
  font-weight: 600;
  margin: 0 0 13px 9px;
  letter-spacing: -0.05rem;
}
.helpline .area {
  position: relative;
  padding: 0 0 8px 10px;
  word-wrap: break-word;
}
.helpline .sub-logo {
  top: 4px;
  left: 11px;
  position: absolute;
}
.helpline p {
  margin: 0 0 7px;
}
.helpline p a {
  color: #666;
}
.helpline p a:hover {
  color: #404040;
}
.helpline p a:hover {
  color: #404040;
}
.helpline .bgn-chat {
  margin: 0 3px 0 0;
}
/* bgn-chat */
.bgn-chat {
  color: #fff;
  display: block;
  padding: 0 10px;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  border-radius: 3px;
  position: relative;
  text-align: center;
  background: #f78e1e;
}
.bgn-chat:focus,
.bgn-chat:active:focus,
.bgn-chat:hover {
  color: #fff;
  background: #ffc689;
}
.bgn-chat .text {
  z-index: 1;
  position: relative;
}
.bgn-chat .icomoon-bg {
  top: 0;
  left: 0;
  display: none;
  font-size: 40px;
  position: absolute;
  background: #afda7d;
}
.bgn-chat:before {
  font-size: 18px;
  line-height: 26px;
  content: attr(data-text);
}
.bgn-chat:hover:before {
  content: attr(data-hovertext);
}
@media screen and (max-width: 1600px) {
  #sidebar {
    width: 220px;
  }
  .sidenav {
    font-size: 14px;
    line-height: 22px;
  }
  .sidenav li + li {
    margin: 10px 0 0;
  }
  .sidenav a {
    padding-left: 55px;
  }
  .helpline {
    font-size: 12px;
  }
  .helpline h2 {
    font-size: 14px;
  }
  .helpline .area {
    padding-left: 9px;
  }
  .helpline .sub-logo {
    left: 0;
    top: 10px;
    width: 46px;
    height: auto;
  }
}
@media screen and (max-width: 1010px) {
  #sidebar {
    /*padding: 145px 0 20px;*/
  }
}
/* custom checkbox styles */
.jcf-checkbox {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  cursor: default;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.jcf-checkbox span {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  transition: all 0.25s linear;
  border: 2px solid #636363;
}
.jcf-checkbox span:before {
  opacity: 0;
  display: block;
  cursor: pointer;
  content: '\e916';
  text-indent: -2px;
  text-align: center;
  font: 14px/16px 'icomoon';
  transition: all 0.25s linear;
}
.jcf-checkbox [type="checkbox"] {
  display: none;
}
.jcf-checkbox:hover span,
.jcf-checkbox.jcf-checked span {
  border-color: #a0cf67;
}
.r-ss-selected .jcf-checkbox span,
.jcf-checkbox.jcf-checked span {
  background: #a0cf67;
}
.r-ss-selected .jcf-checkbox span:before,
.jcf-checkbox.jcf-checked span:before {
  opacity: 1;
}
/* custom radio styles */
.jcf-radio {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  cursor: default;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #636363;
}
.jcf-radio .jcf-radio span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.jcf-radio [type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-radio.jcf-checked span {
  display: block;
}
/* custom select styles */
.jcf-select {
  display: block;
  background: #fff;
  cursor: pointer;
  position: relative;
  border: 2px solid #636363;
  border-radius: 3px;
}
.jcf-select.jcf-drop-active,
.jcf-select.jcf-focus {
  border-color: #00afef;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after,
.jcf-select.jcf-focus .jcf-select-opener:after {
  border-top-color: #00afef;
}
.jcf-select.jcf-drop-active .jcf-select-text,
.jcf-select.jcf-focus .jcf-select-text {
  color: #00afef;
}
.jcf-select:hover {
  border-color: #00afef;
}
.jcf-select:hover .jcf-select-opener:after {
  border-top-color: #00afef;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  display: block;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  color: #101010;
  text-overflow: ellipsis;
  margin: 0 35px 0 13px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  cursor: pointer;
  width: 24px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after {
  left: 0;
  top: 50%;
  margin: -2px 0 0;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 4px 4px 0;
  border-top-color: #636363;
}
body > .jcf-select-drop {
  position: absolute;
  margin: 0;
  z-index: 8002;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #ccc;
}
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%;
}
.jcf-list .jcf-list-content {
  display: inline-block;
  vertical-align: top;
  overflow: auto;
  width: 100% !important;
}
.jcf-list ul {
  padding: 3px;
  margin: 0;
  max-height: 206px;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  display: block;
  padding: 9px 14px;
  color: #354052;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #00afef;
  color: #fff;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
/* custom textarea styles */
.jcf-textarea {
  display: block;
  border: 1px solid #b8c3c9;
  position: relative;
}
.jcf-textarea .jcf-scrollable-wrapper {
  width: 100% !important;
}
.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0;
}
.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0;
  display: block;
  width: 100% !important;
  min-height: 150px;
  max-height: 400px;
  height: 200px;
  font-size: 18px;
  line-height: 1.25;
}
.jcf-textarea .jcf-resize {
  position: absolute;
  cursor: se-resize;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/admin/resizer.cde4af547fda5010ff1b1cbfd0783828.png) no-repeat 50% 50%;
}
/* custom file input styles */
.jcf-file {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  overflow: hidden;
  background: #fff;
  position: relative;
  white-space: nowrap;
}
.jcf-file.jcf-focus .jcf-upload-button,
.jcf-file:hover .jcf-upload-button {
  background: #808080;
}
.jcf-file.jcf-focus .jcf-fake-input,
.jcf-file:hover .jcf-fake-input {
  color: #000;
  border-color: #66afe9;
}
.jcf-file[class^="jcf-extension-"] .jcf-fake-input,
.jcf-file[class*=" jcf-extension-"] .jcf-fake-input {
  display: block;
}
.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
.jcf-file .jcf-upload-button {
  top: 0;
  left: 0;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 8px;
  width: 223px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  background: #999;
  text-align: center;
  border-radius: 3px;
  display: none !important;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.jcf-file .jcf-upload-button:hover {
  background: #737373;
}
.jcf-file .jcf-upload-button:hover {
  background: #737373;
}
.jcf-file .jcf-fake-input {
  display: none;
  overflow: hidden;
  padding: 0 10px;
  font-size: 18px;
  line-height: 36px;
  border-radius: 3px;
  color: #101010;
  text-overflow: ellipsis;
  border: 2px solid #636363;
}
.jcf-file .jcf-fake-input .jcf-button-content {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}
.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 6px;
  bottom: 0;
  right: 3px;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 6px;
  width: 6px;
  left: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #808080;
  height: 1px;
  width: 6px;
  cursor: pointer;
  border-radius: 6px;
  transition: opacity 0.25s;
}
.jcf-focus .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  opacity: 1;
}
.jcf-scrollbar-horizontal {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 6px;
  overflow: hidden;
}
.jcf-scrollbar-slider {
  overflow: hidden;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #808080;
  height: 6px;
  cursor: pointer;
  border-radius: 6px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle,
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  transition: background 0.25s;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle:hover,
.jcf-scrollbar-vertical .jcf-scrollbar-handle:hover {
  background: #999;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  width: 0;
  height: 0;
  opacity: 0;
}
div.jcf-select-data-search {
  min-width: 251px;
}
div.jcf-select-data-search .jcf-select-drop-content {
  padding: 3px;
  background: #fff;
  border-radius: 2px;
}
div.jcf-select-data-search .jcf-list {
  position: relative;
  padding: 44px 0 0;
}
div.jcf-select-data-search .jcf-list ul {
  padding: 0;
}
div.jcf-select-data-search .search-holder {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
}
div.jcf-select-data-search .search-holder .icomoon-icon_search2 {
  top: 2px;
  right: 2px;
  width: 30px;
  color: #101010;
  cursor: pointer;
  font-size: 15px;
  line-height: 36px;
  position: absolute;
  text-align: center;
}
div.jcf-select-data-search .form-control {
  border-color: #ccc;
  padding: 5px 35px 5px 14px;
}
div.jcf-select-data-search .form-control:hover,
div.jcf-select-data-search .form-control:focus {
  border-color: #00afef;
}
.select-indication-slide .form-control,
div.jcf-select-data-search .form-control {
  border-color: #ccc;
  padding: 5px 35px 5px 14px;
}
.select-indication-slide .form-control:hover,
div.jcf-select-data-search .form-control:hover,
.select-indication-slide .form-control:focus,
div.jcf-select-data-search .form-control:focus {
  border-color: #00afef;
}
[type=checkbox].jcf-hidden,
[type=radio].jcf-hidden,
select.jcf-hidden {
  left: 0 !important;
}
.jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  opacity: 1;
  border-radius: 6px;
}
.jcf-scrollable,
.jcf-scrollable-wrapper {
  width: 100% !important;
}
.jcf-select-visible-first .jcf-list ul li:first-child {
  display: block !important;
}
div.jcf-select-min-width {
  min-width: 150px;
}
/* custom number input styles */
.jcf-number {
  display: block;
  position: relative;
}
.jcf-number .form-control {
  padding-right: 50px;
}
.jcf-number input {
  -moz-appearance: textfield;
}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #ccc;
  width: 20px;
  height: 15px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6;
}
.jcf-number .jcf-btn-dec.none,
.jcf-number .jcf-btn-inc.none {
  pointer-events: none;
}
.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 5px;
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent;
}
.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent;
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3;
}
.jcf-number .jcf-btn-dec.jcf-disabled,
.jcf-number .jcf-btn-inc.jcf-disabled {
  cursor: text;
}
.jcf-number.jcf-disabled input {
  background: #ddd;
}
/* main part styling */
body {
  min-width: 1024px !important;
}
body .dashboard-clients-admins {
  min-width: 1200px !important;
}
#main {
  padding: 0 10px;
}
#main div > .container-fluid,
#main .container-fluid {
  padding-bottom: 30px;
}
#main div > .container-fluid.no-padding,
#main .container-fluid.no-padding {
  padding-bottom: 0 !important;
}
.Select-arrow-zone {
  pointer-events: none !important;
}
.special-cursor-text input {
  cursor: text !important;
}
.global-invisible-item {
  display: none !important;
}
.report-page-source-select .Select-clear-zone {
  display: none !important;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.study-source-link:hover {
  text-decoration: underline;
  color: #76daff;
}
.study-source-link:focus {
  color: #00afef !important;
}
.report-page-totals-container {
  position: relative;
}
.report-page-totals-container .report-page-total-loading-container {
  width: 100%;
  height: 80px;
  background: #fff;
  top: 66px;
  position: absolute;
  z-index: 10;
  padding-top: 27px;
}
.studySourceMultiSelect .r-ss-option-group-heading {
  background-color: #ffffff !important;
  border: none !important;
  padding: 0 !important;
}
.studySourceMultiSelect .r-ss-option-group-heading .inner-heading {
  padding: 0.5rem 0.25rem;
}
.studySourceMultiSelect .r-ss-option-group-heading:hover {
  background-color: #00AFEF !important;
  color: #FFF !important;
}
.studySourceMultiSelect .studySourceSelectOption {
  padding: 7px;
}
.studySourceMultiSelect .hiddenSelectOption {
  display: none;
}
.studySourceMultiSelect .r-ss-dropdown-option {
  padding: 0 !important;
}
.studySourceMultiSelect .r-ss-option-group-heading {
  font-size: 18px !important;
}
.studySourceMultiSelectShort {
  width: 65%;
}
.field-before-dst-label {
  margin-bottom: 5px !important;
}
.dst-label {
  font-size: 14px !important;
  line-height: 1.25 !important;
}
.disabled-li {
  background-color: lightgray;
  cursor: not-allowed;
}
.disabled-li a {
  pointer-events: none;
  cursor: not-allowed !important;
}
.disabled-div {
  cursor: not-allowed !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.disabled-div a {
  opacity: 0.65;
  cursor: not-allowed !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.hidden {
  display: none;
}
input.btn:disabled,
button.btn:disabled {
  opacity: 0.65;
}
input[type=text]::-webkit-input-placeholder {
  color: #101010;
  opacity: 1;
}
input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #101010;
  opacity: 1;
}
input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #101010;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder {
  color: #101010;
  opacity: 1;
}
input[type=search]::-webkit-input-placeholder {
  color: #101010;
  opacity: 1;
}
input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #101010;
  opacity: 1;
}
input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #101010;
  opacity: 1;
}
input[type=search]:-ms-input-placeholder {
  color: #101010;
  opacity: 1;
}
.coming-soon-wrapper:hover .coming-soon-old {
  display: none !important;
}
.coming-soon-wrapper:hover .coming-soon-new:after {
  content: 'COMING SOON';
}
.btn-primary:active {
  color: white;
  background-color: #00afef;
  border-color: #00afef;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search {
  clear: both;
  margin: 0 0 30px;
  position: relative;
}
.form-search .btns-area {
  margin: 0 0 0 50px;
}
.form-search .btns-area .col.pull-right {
  padding: 0 6px;
}
.form-search .btns-area .col.pull-right:first-child {
  padding-right: 0;
}
.form-search .btn-primary {
  color: #00afef;
  font-weight: 600;
  padding: 6px 12px;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #00afef;
  text-transform: uppercase;
}
.form-search .btn-primary:hover,
.form-search .btn-primary:focus,
.form-search .btn-primary:focus:active {
  color: #fff;
  background: #00afef;
}
.form-search .col {
  padding: 0 6px;
}
.form-search .search-area,
.form-search .custom-select {
  width: 33.33%;
  padding: 0 6px;
  position: relative;
}
.form-search .search-area .form-control,
.form-search .custom-select .form-control {
  padding-right: 32px;
}
.form-search .search-holder > label,
.form-search [for="search3"],
.form-search [for="search2"],
.form-search [for="search"] {
  top: 50%;
  right: 10px;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.form-search .form-control {
  font-size: 18px;
  line-height: 1.25;
  padding: 5px 11px;
  border-radius: 3px;
}
.form-search .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-search .custom-select {
  width: 33.333%;
  padding: 0 6px;
}
.form-search .field {
  position: relative;
}
.form-search.alt .fields-holder {
  margin: 0;
}
.form-search.alt .search-area {
  width: 25%;
}
.form-search.alt .custom-select {
  width: 25%;
}
.form-search.alt .btn-gray-outline {
  padding: 5px 11px;
  color: #101010;
}
.form-search.alt .btn-gray-outline:hover,
.form-search.alt .btn-gray-outline:focus,
.form-search.alt .btn-gray-outline:active:focus {
  color: #fff;
  background: #00afef;
  border-color: #00afef;
}
.form-search.alt .btn-gray-outline .icomoon-icon_calendar {
  font-size: 90%;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 1600px) {
  .home-page .form-search .search-area,
  .home-page .form-search .custom-select {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1600px) {
  .form-search .custom-select,
  .form-search .search-area {
    margin: 0;
    width: 33.333%;
  }
  .form-search .custom-select.first-custom-select,
  .form-search .search-area.first-custom-select {
    padding-bottom: 0;
  }
}
.upload-btn {
  padding: 5px 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.upload-btn:before {
  content: attr(data-text);
  vertical-align: initial !important;
}
.upload-btn:hover:before {
  content: attr(data-hover-text);
}
/* custom-select */
.custom-select {
  position: relative;
}
.custom-select.parent-focuse .select-opener {
  border-color: #00afef;
}
.custom-select.parent-focuse .caret {
  border-top-color: #00afef;
}
.custom-select .select-opener {
  height: 40px;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 3px;
  color: #101010;
  padding: 0 30px 0 10px;
  border: 2px solid #636363;
}
.custom-select .select-opener:focus,
.custom-select .select-opener:hover,
.custom-select .select-opener:active:focus {
  outline: none;
}
.custom-select .select-text {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-select .select-text .caret {
  vertical-align: inherit;
}
.custom-select .opener {
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  cursor: pointer;
  position: absolute;
  text-align: center;
}
.custom-select .custom-select-drop {
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  min-width: 251px;
  border-radius: 4px;
  position: absolute;
  background: #fff;
  padding: 5px 3px 10px;
  border: solid 2px #ccc;
}
.custom-select .custom-select-drop .list {
  margin: 0;
  overflow-y: auto;
  max-height: 620px;
  overflow-x: hidden;
}
.custom-select .custom-select-drop .list li {
  color: #354052;
  display: block;
  cursor: pointer;
  padding: 9px 14px;
  font-size: 18px;
  line-height: 22px;
}
.custom-select .custom-select-drop .list li.selected,
.custom-select .custom-select-drop .list li:hover {
  color: #fff;
  background: #00afef;
}
.custom-select .search-holder {
  margin: 0 0 12px;
  position: relative;
}
.custom-select .search-holder .form-control {
  border-radius: 0;
  padding: 2px 11px;
  border-color: #ccc;
}
.custom-select .search-holder .form-control:focus {
  border-color: #00afef;
}
.custom-select .search-holder label {
  color: #101010;
  cursor: pointer;
}
.custom-select .caret {
  vertical-align: inherit;
}
.infoarea {
  color: #fff;
  position: relative;
  /* replacement for jquery */
}
.infoarea .box {
  overflow: hidden;
  background: #00afef;
  border-radius: 2px 2px 0 0;
  padding: 18px 10px 19px 31px;
}
.infoarea .box:last-child {
  background: #76daff;
  border-radius: 0 0 2px 2px;
  padding: 34px 21px 27px 29px;
}
.infoarea .signup-info .col + .col {
  width: 35.9%;
}
.infoarea .msg-info .box {
  background: #a0cf67;
  padding: 18px 10px 19px 29px;
}
.infoarea .msg-info .box:last-child {
  background: #c0e890;
  padding: 19px 10px 15px 29px;
}
.infoarea .msg-info .col + .col {
  width: 45.5%;
}
.infoarea .msg-info .number {
  padding: 14px 0;
}
.infoarea .rewards-info .box {
  background: #f78e1e;
  padding: 18px 10px 27px 32px;
}
.infoarea .rewards-info .box:last-child {
  background: #ffc689;
  padding: 20px 3px 14px 29px;
}
.infoarea .rewards-info .box:last-child .col + .col {
  padding-left: 15px;
}
.infoarea .rewards-info .number {
  padding: 8px 0 0;
}
.infoarea .rewards-info h2 {
  margin: 0 0 7px;
}
.infoarea .rewards-info .btn-info {
  margin-bottom: 5px;
}
.infoarea .rewards-info .counter {
  margin: 0;
}
.infoarea .col {
  width: 50%;
  padding: 0 5px 0 0;
}
.infoarea .img-holder {
  width: 130px;
  margin: 5px 27px 0 -3px;
}
.infoarea .img-holder img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.infoarea .textbox {
  overflow: hidden;
}
.infoarea h2 {
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 36px;
  line-height: 39px;
  word-break: break-all;
  text-transform: uppercase;
}
.infoarea .counter {
  color: #333;
  display: block;
  font-size: 30px;
  line-height: 39px;
}
.infoarea .sub-title {
  color: #333;
  display: block;
  margin: 0 0 -5px;
  font-size: 30px;
  line-height: 27px;
  word-break: break-all;
}
.infoarea .number {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 1.25;
  padding: 20px 34px 0 0;
  position: relative;
}
.infoarea .caret-holder {
  right: 0;
  bottom: 13px;
  position: absolute;
}
.infoarea .caret-holder .caret {
  display: block;
  margin: 3px 0 0;
  border-width: 0 8px 10px;
  border-style: solid dashed;
  border-color: transparent transparent white;
}
.infoarea .btn-info {
  background: #ffc689;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0 10px;
  min-width: 156px;
  font-weight: 600;
  max-width: 170px;
  border-color: #fff;
  margin: 0 16px 0 3px;
}
.infoarea .btn-info:hover {
  background: #ffa13c;
}
.infoarea .btn-info:hover {
  background: #ffa13c;
}
.infoarea .btn-info:hover,
.infoarea .btn-info:focus,
.infoarea .btn-info:active,
.infoarea .btn-info:active:focus {
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.infoarea .btn-info:before {
  font-size: 18px;
  line-height: 26px;
  content: attr(data-text);
}
.infoarea .btn-info:hover:before {
  content: attr(data-hovertext);
}
@media screen and (max-width: 1600px) {
  .infoarea .btn-info:before {
    font-size: 16px;
  }
}
.infoarea sub {
  bottom: 0;
  font-size: 42.11%;
  margin: 0 0 0 -5px;
}
.infoarea article > .box:nth-child(1) {
  height: 165px;
}
.infoarea article > .box:nth-child(2) {
  height: 140px;
}
@media screen and (max-width: 1600px) {
  .infoarea {
    /* replacement for jquery */
  }
  .infoarea article > .box:nth-child(1) {
    height: 147px;
  }
  .infoarea article > .box:nth-child(2) {
    height: 126px;
  }
  .infoarea h2 {
    font-size: 28px;
    line-height: 1.25;
  }
  .infoarea .img-holder {
    width: 80px;
    margin: 5px 27px 0 -3px;
  }
  .infoarea .counter,
  .infoarea .sub-title {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
  }
  .infoarea .number {
    font-size: 26px;
  }
  .infoarea .icomoon-icon_chat_alt {
    font-size: 30px;
  }
  .infoarea .icomoon-envelop {
    font-size: 25px;
  }
  .infoarea .rewards-info .box:last-child .col + .col {
    padding-left: 5px;
  }
  .infoarea .btn-info {
    min-width: inherit;
  }
  .infoarea .caret-holder {
    bottom: 10px;
  }
  .infoarea .caret-holder .caret {
    border-width: 0 6px 6px;
  }
}
.modal .modal-content .modal-header {
  background-color: #f78e1e;
  color: #fff;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal .modal-content .modal-header .modal-title strong {
  font-weight: 700;
}
.btns {
  font-size: 0;
  line-height: 0;
}
.btns .btn {
  padding: 5px 10px;
  margin: 0 0 0 12px;
}
/* table-holder */
.table-holder {
  background: #fff;
  border: #f78e1e solid 2px;
}
.table-holder header {
  color: #fff;
  background: #f78e1e;
  padding: 12px 16px 16px;
}
.table-holder header:before,
.table-holder header:after {
  content: " ";
  display: table;
}
.table-holder header:after {
  clear: both;
}
.table-holder header:before,
.table-holder header:after {
  content: " ";
  display: table;
}
.table-holder header:after {
  clear: both;
}
.table-holder h2 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.table-holder .links {
  font-size: 21px;
  line-height: 1.25;
  color: #fff;
  overflow: hidden;
  font-weight: 600;
}
.table-holder .links span {
  margin: 0 0 0 11px;
}
.table-holder .links .number {
  margin: 0;
  color: #030303;
}
.table-holder .btns-slide {
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 36px;
  position: relative;
}
.table-holder .btns-slide .btns {
  text-align: right;
  overflow: hidden;
  position: absolute;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  transition: left 1s;
}
.table-holder .btns-slide .btns .btn {
  padding: 4px 12px;
  background: #fff;
  font-size: 18px;
  line-height: 23px;
  border-width: 2px;
  margin: 0 0 0 12px;
  border-radius: 2px;
  vertical-align: top;
}
.table-holder .btns-slide .btns .btn:hover {
  color: #fff;
}
.table-holder .btns-slide .btns .btn-default {
  color: #00afef;
  border-color: #00afef;
}
.table-holder .btns-slide .btns .btn-default:hover {
  background: #00afef;
}
.table-holder .btns-slide .btns .btn-primary {
  color: #9c6;
  border-color: #9c6;
}
.table-holder .btns-slide .btns .btn-primary:hover {
  background: #9c6;
}
.table-holder .btns-slide .btns .btn-danger {
  color: #f93;
  border-color: #f93;
}
.table-holder .btns-slide .btns .btn-danger:hover {
  background: #f93;
}
.table-holder .btns-slide .btns .btn-info {
  color: #999;
  border-color: #999;
}
.table-holder .btns-slide .btns .btn-info:hover {
  background: #999;
}
.table-holder .tr-active > td {
  background: #f1f1f1;
}
.table-holder col:hover {
  background: #f1f1f1;
}
img.pqs-logo {
  width: 22px;
  position: relative;
  top: -2px;
}
.table {
  margin: 0;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.25;
  color: #354052;
}
.table .info {
  font-size: 0;
  line-height: 0;
  position: relative;
  padding: 0 0 0 57px;
  white-space: nowrap;
}
.table .info:before,
.table .info > * {
  display: inline-block;
  vertical-align: middle;
}
.table .info:before {
  content: '';
  width: 1px;
  height: 43px;
  margin: 0 0 0 -3px;
}
.table caption {
  background-color: #f78e1e;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  padding: 12px 16px 16px;
}
.table .img-holder {
  top: 2px;
  left: 0;
  width: 43px;
  height: 43px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
}
.table .img-holder img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.table p {
  margin: 0;
}
.table .desc {
  font-size: 18px;
  line-height: 1.42857;
  white-space: normal;
}
.table > thead > th,
.table > thead > tr > th,
.table .thead > tr > th,
.table .tr > th,
.table > thead .th,
.table > thead > tr .th,
.table .thead > tr .th,
.table .tr .th {
  cursor: pointer;
  border-width: 0;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 16px 13px;
  transition: all 0.25s ease;
}
.table > thead > th:hover,
.table > thead > tr > th:hover,
.table .thead > tr > th:hover,
.table .tr > th:hover,
.table > thead .th:hover,
.table > thead > tr .th:hover,
.table .thead > tr .th:hover,
.table .tr .th:hover {
  color: #999;
}
.table > thead > th:first-child .jcf-checkbox,
.table > thead > tr > th:first-child .jcf-checkbox,
.table .thead > tr > th:first-child .jcf-checkbox,
.table .tr > th:first-child .jcf-checkbox,
.table > thead .th:first-child .jcf-checkbox,
.table > thead > tr .th:first-child .jcf-checkbox,
.table .thead > tr .th:first-child .jcf-checkbox,
.table .tr .th:first-child .jcf-checkbox {
  margin-top: -3px;
}
@media screen and (max-width: 1600px) {
  .table > thead > th:first-child .jcf-checkbox,
  .table > thead > tr > th:first-child .jcf-checkbox,
  .table .thead > tr > th:first-child .jcf-checkbox,
  .table .tr > th:first-child .jcf-checkbox,
  .table > thead .th:first-child .jcf-checkbox,
  .table > thead > tr .th:first-child .jcf-checkbox,
  .table .thead > tr .th:first-child .jcf-checkbox,
  .table .tr .th:first-child .jcf-checkbox {
    margin-top: 0;
  }
}
.table > tbody > tr:hover > td {
  background: #f1f1f1;
}
.table > tbody > tr:hover > td span {
  font-weight: 600;
}
.table > tbody > tr > td {
  border-color: #fff;
  vertical-align: middle;
  padding: 20px 13px;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > td:last-child {
  vertical-align: middle;
  padding: 15px 13px;
}
.table > thead > tr .inactive,
.table > tbody > tr .inactive {
  color: #f78e1e;
}
.table .icomoon-credit {
  top: 5px;
  color: #a0cf67;
  font-size: 21px;
  position: relative;
  margin: 0 7px 0 2px;
}
.table .tr-active {
  background: #f1f1f1;
}
.table .tr-active > td,
.table .tr-active .td {
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .table {
    font-size: 14px;
  }
}
@media screen and (max-width: 1650px) {
  .table .img-holder {
    top: 0;
  }
  .table .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  .individual-study .form-search .btns-popups {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .individual-study .form-search .fields-holder {
    width: 100% !important;
    clear: both;
    position: relative !important;
  }
}
.caret-arrow {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.caret-arrow:before {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 0 4px;
  margin: -3px 0 0;
  border-bottom-color: #354052;
  transition: border 0.25s ease;
}
.list-head .col,
th,
.th {
  cursor: pointer;
}
.list-head .col:hover,
th:hover,
.th:hover {
  color: #999;
}
.list-head .col.up .caret-arrow:before,
th.up .caret-arrow:before,
.th.up .caret-arrow:before {
  border-width: 0 4px 4px;
}
.list-head .col.down .caret-arrow:before,
th.down .caret-arrow:before,
.th.down .caret-arrow:before {
  border-width: 4px 4px 0;
  border-color: #354052 transparent transparent;
}
.list-head .col.none .caret-arrow:before,
th.none .caret-arrow:before,
.th.none .caret-arrow:before {
  border-width: 0 4px;
}
/* study-portal */
.study-portal {
  padding: 0;
}
.study-portal .main-heading {
  margin-bottom: 26px;
}
.study-portal .video {
  margin-bottom: 30px;
}
.study-portal .video .label {
  display: block;
  text-transform: uppercase;
  text-align: left;
}
.form-study {
  margin: 0;
}
.form-study.form-success .form-fields {
  width: 100%;
  top: -9999px;
  left: -9999px;
  position: absolute;
}
.form-study .form-holder,
.form-study .order-summary {
  background: #fff;
  border: solid 2px #f78e1e;
}
.form-study .form-holder {
  font-size: 0;
  line-height: 0;
  width: 56.6%;
  padding: 25px;
  min-height: 511px;
}
.form-study .form-holder.ovh {
  width: auto;
  overflow: hidden;
}
.form-study .form-holder.alt {
  min-height: inherit;
}
.form-study .form-holder .tracking-source .field-row:last-child {
  margin: 0 0 30px;
}
.form-study .form-holder .tracking-source .field-row.add-more {
  margin: -7px 0 -4px;
}
.form-study .form-holder .tracking-source.active {
  margin: 0 0 30px;
}
.form-study .field-row {
  margin: 0 0 30px;
  position: relative;
}
.form-study .field-row:last-child {
  margin: 0;
}
.form-study .field-row > * {
  display: inline-block;
  vertical-align: middle;
}
.form-study .label {
  width: 36.8%;
  color: #354052;
  margin: -1px 0;
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
.form-study .label-blue {
  color: #00afef;
}
.form-study .lfilename {
  width: 52%;
}
.form-study .has-error + .lfilename .filename {
  color: red;
}
.form-study .label-top > * {
  vertical-align: top !important;
}
.form-study .custom-select,
.form-study .field {
  width: 63.2%;
}
.form-study .field {
  position: relative;
}
.form-study .field .field {
  width: 59.4%;
  margin: 0 4% 0 0;
  display: inline-block;
  vertical-align: middle;
}
.form-study .field .row {
  margin: 0 -6px;
}
.form-study .field .col {
  width: 50%;
  padding: 0 6px;
}
.form-study .textarea .label {
  vertical-align: top;
  margin: -3px 0 0;
}
.form-study .custom-select .select-opener {
  height: auto;
  border-radius: 3px;
}
.form-study .custom-select .select-text {
  line-height: 47px;
}
.form-study .jcf-select .jcf-select-text {
  margin: 0 35px 0 15px;
}
.form-study .caret {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.form-study .link {
  width: 35.5%;
  color: #00afef;
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.form-study .link:hover {
  color: #0077a3;
}
.form-study .link:hover {
  color: #0077a3;
}
.form-study h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
.form-study textarea.form-control {
  height: 197px;
  resize: vertical;
  min-height: 100px;
  max-height: 250px;
}
.form-study .fixed-block-holder {
  float: right;
  width: 43.4%;
}
.form-study .fixed-block {
  right: 0;
  top: 176px;
  height: 1px;
  padding: 0 20px;
  position: absolute;
  left: 261px !important;
}
.form-study .order-summery-container {
  margin: 0 0 0 25px;
}
.form-study .order-summery .head {
  color: #fff;
  background: #f78e1e;
  padding: 12px 14px 14px;
  border-bottom: #f78e1e solid 2px;
}
.form-study .order-summery .jcf-select .jcf-select-opener {
  width: 19px;
}
.form-study .order-summery .scroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 71vh;
}
.form-study .order-summery .scroll-holder {
  padding: 19px 25px 25px;
}
.form-study .table-holder {
  padding: 0;
  border-width: 0;
  border-radius: 0;
  margin: 0 0 61px;
}
.form-study .coupon-area {
  margin: 0 0 25px;
  position: relative;
  padding: 0 112px 0 0;
}
.form-study .coupon-area:before,
.form-study .coupon-area:after {
  content: " ";
  display: table;
}
.form-study .coupon-area:after {
  clear: both;
}
.form-study .coupon-area:before,
.form-study .coupon-area:after {
  content: " ";
  display: table;
}
.form-study .coupon-area:after {
  clear: both;
}
.form-study .coupon-area .btn {
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 1.25;
  width: 100px;
  border-width: 2px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
}
.form-study .coupon-area .form-control,
.form-study .coupon-area .btn {
  padding: 0 15px;
  border-radius: 2px;
}
.form-study .coupon-area .btn {
  min-height: 40px;
  padding: 6px 5px;
}
.form-study .coupon-area .btn-gray-outline:before {
  content: 'remove';
}
.form-study .total {
  font-size: 18px;
  line-height: 1.25;
  color: #354052;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.form-study .total .heading {
  float: left;
  margin: 0 5px 0 0;
}
.form-study .total .price {
  display: block;
  overflow: hidden;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .form-study .total {
    font-size: 14px;
    line-height: 1.25;
  }
}
.form-study .card-selection {
  margin: 0 0 30px;
}
.form-study [type=submit],
.form-study [type=button] {
  width: 100%;
  font-size: 18px;
  line-height: 1.25;
  display: block;
  min-height: 40px;
  font-weight: 700;
  border-radius: 3px;
  text-transform: uppercase;
}
.form-study .btn-block {
  position: relative;
}
.form-study .btn-block [type=submit] {
  width: auto;
  letter-spacing: 0;
  display: inline-block;
}
.form-study .upload-btn {
  min-width: 133px;
}
.form-study .thanks-msg {
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 18px;
  line-height: 1.25;
  width: 100%;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.25s, visibility 0.25s;
}
.form-study .thanks-msg .title {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
}
.form-study.form-success .thanks-msg {
  top: auto;
  left: auto;
  opacity: 1;
  position: relative;
  visibility: visible;
}
.form-study .option-hide {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.form-study .campaign-active + .option-hide {
  opacity: 1;
  position: relative;
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  .form-study .label {
    font-size: 15px;
  }
}
/* table-summary */
.table-summary {
  width: 100%;
  margin: 0 0 26px;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-summary th {
  font-size: 18px;
  line-height: 1.25;
  color: #354052;
  font-weight: 700;
  padding: 0 5px 15px 0;
  text-transform: uppercase;
  border-bottom: #f93 solid 2px;
}
.table-summary th:nth-child(2) {
  padding-right: 25px;
}
.table-summary th:nth-child(3) {
  padding-right: 22px;
}
.table-summary td {
  font-size: 18px;
  line-height: 1.25;
  color: #354052;
  vertical-align: top;
  padding: 16px 5px 4px 0;
}
.table-summary td:nth-child(2) {
  padding-right: 25px;
}
.table-summary td:nth-child(3) {
  padding-right: 22px;
}
.table-summary tbody > tr:first-child > td {
  padding-top: 27px;
}
@media screen and (max-width: 1600px) {
  .table-summary th,
  .table-summary td {
    font-size: 14px;
    padding: 0 1px 15px 1px;
    word-break: normal;
  }
  .table-summary th {
    font-weight: 700;
  }
}
#wrapper .tooltip .tooltip-inner {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  max-width: 259px;
  padding: 7px 5px;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
}
.refer-info {
  position: relative;
  margin: 0 20px 0 25px;
}
.refer-info .refer-holder {
  float: right;
  position: relative;
  padding: 0 177px 233px 0;
}
.refer-info .img-holder {
  right: 0;
  bottom: 0;
  position: absolute;
}
.refer-info .img-holder img {
  z-index: 2;
  position: relative;
}
.refer-info .img-holder .shadow {
  left: 50%;
  z-index: 1;
  bottom: -12px;
  position: absolute;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.refer-info .textbox {
  color: #000;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  width: 364px;
  height: 395px;
  margin: -3px 0 0 -2px;
  padding: 61px 9px 10px 20px;
  background: url(/admin/speech-bubble.0c8b240f55d35112b9caf7ff7ded0495.png) no-repeat;
}
.refer-info .title {
  display: block;
  text-transform: uppercase;
}
.refer-info p {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .refer-info .refer-holder {
    padding: 0 110px 165px 0;
  }
  .refer-info .img-holder {
    width: 186px;
    margin: 170px -17px 0 -180px;
  }
  .refer-info .img-holder img {
    display: block;
    max-width: 100%;
  }
  .refer-info .textbox {
    font-size: 14px;
    line-height: 1.25;
    width: 280px;
    height: 305px;
    padding: 43px 20px 10px 20px;
    background-size: 280px auto;
  }
}
.helpSupport-info {
  position: relative;
  margin: 0 20px 0 25px;
}
.helpSupport-info .helpSupport-holder {
  float: right;
  position: relative;
  padding: 0 177px 233px 0;
}
.helpSupport-info .img-holder {
  right: 0;
  bottom: 0;
  position: absolute;
}
.helpSupport-info .img-holder img {
  z-index: 2;
  position: relative;
}
.helpSupport-info .img-holder .shadow {
  left: 50%;
  z-index: 1;
  bottom: -12px;
  position: absolute;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.helpSupport-info .textbox {
  color: #000;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  width: 364px;
  height: 395px;
  margin: -3px 0 0 -2px;
  padding: 61px 9px 10px 20px;
  background: url(/admin/speech-bubble.0c8b240f55d35112b9caf7ff7ded0495.png) no-repeat;
}
.helpSupport-info .title {
  display: block;
  text-transform: uppercase;
}
.helpSupport-info p {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .helpSupport-info .helpSupport-holder {
    padding: 0 110px 165px 0;
  }
  .helpSupport-info .img-holder {
    width: 186px;
    margin: 170px -17px 0 -180px;
  }
  .helpSupport-info .img-holder img {
    display: block;
    max-width: 100%;
  }
  .helpSupport-info .textbox {
    font-size: 14px;
    line-height: 1.25;
    width: 280px;
    height: 305px;
    padding: 43px 20px 10px 20px;
    background-size: 280px auto;
  }
}
.video-info {
  position: relative;
  margin: 0 20px 0 25px;
}
.video-info .video-holder {
  float: right;
  position: relative;
  padding: 0 177px 233px 0;
}
.video-info .img-holder {
  right: 0;
  bottom: 0;
  position: absolute;
}
.video-info .img-holder img {
  z-index: 2;
  position: relative;
}
.video-info .img-holder .shadow {
  left: 50%;
  z-index: 1;
  bottom: -12px;
  position: absolute;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.video-info .textbox {
  color: #000;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  width: 364px;
  height: 395px;
  margin: -3px 0 0 -2px;
  padding: 61px 9px 10px 20px;
  background: url(/admin/speech-bubble.0c8b240f55d35112b9caf7ff7ded0495.png) no-repeat;
}
.video-info .title {
  display: block;
  text-transform: uppercase;
}
.video-info p {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .video-info .video-holder {
    padding: 0 110px 165px 0;
  }
  .video-info .img-holder {
    width: 186px;
    margin: 170px -17px 0 -180px;
  }
  .video-info .img-holder img {
    display: block;
    max-width: 100%;
  }
  .video-info .textbox {
    font-size: 14px;
    line-height: 1.25;
    width: 280px;
    height: 305px;
    padding: 43px 20px 10px 20px;
    background-size: 280px auto;
  }
}
.hover-tooltip {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  z-index: 9999;
  margin: 0 0 10px;
  font-weight: 700;
  padding: 7px 10px;
  background: #00afef;
  text-transform: uppercase;
}
.hover-tooltip:after {
  left: 50%;
  top: 100%;
  margin: 0 0 0 -10px;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 10px 10px 0;
  border-top-color: #00afef;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*****************************/
/* Payment information page */
/*****************************/
.payment-information .btn-block {
  margin: 0 0 30px;
}
.payment-information .btn-block .btn {
  padding: 5px 12px;
}
.payment-information .table-holder h2 {
  margin: 0;
  color: #fff;
}
.payment-information .table-holder header {
  border-width: 0;
}
.payment-information [data-time] > div {
  min-height: 42px;
  margin: 0 4px 0 0;
  position: relative;
  padding: 0 115px 0 0;
}
.payment-information [data-time] .btn-primary {
  top: 0;
  right: 0;
  position: absolute;
}
.payment-information [data-time] .date {
  line-height: 42px;
}
.payment-information .table > thead > tr > th {
  border-width: 0;
  padding: 16px 5px 16px 0;
}
.payment-information .table > thead > tr > th:first-child {
  padding-left: 17px;
}
.payment-information .table > tbody > tr > td {
  vertical-align: middle;
  padding: 19px 8px 18px 0;
}
.payment-information .table > tbody > tr > td:first-child {
  padding-left: 17px;
}
.payment-information .table > tbody > tr > td.action div {
  margin: 0 4px 0 0;
}
/********************/
/* Calendar Page */
/*******************/
.calendar-section {
  margin: 0;
}
.calendar-section .btn-block {
  margin: 0 0 30px;
}
.calendar-section .btn-block .btn {
  padding: 5px 12px;
}
.calendar-section .form-search .search-area,
.calendar-section .form-search .custom-select {
  width: 50%;
}
.calendar-section .form-search.alt .search-area,
.calendar-section .form-search.alt .custom-select {
  width: 25%;
}
.calendar-section.receipts .form-search .search-area,
.calendar-section.receipts .form-search .custom-select {
  width: 40%;
}
.calendar-section .table-holder {
  margin: 0;
}
.calendar-section .jcf-checkbox {
  margin: 0 18px 0 0;
  vertical-align: middle;
}
.calendar-section .table > thead > tr > th:first-child {
  padding-left: 11px;
}
.calendar-section .table > thead > tr .jcf-checkbox {
  margin: 0 13px 0 0;
}
.calendar-section .table > tbody {
  counter-reset: item;
}
.calendar-section .table > tbody > tr > td:first-child {
  padding-left: 11px;
}
.calendar-section .table > tbody > tr > td:first-child:after {
  display: inline-block;
  vertical-align: middle;
  content: counters(item, ".", decimal) " ";
  counter-increment: item;
}
.calendar-section .table > tbody > tr > td:nth-child(6),
.calendar-section .table > tbody > tr > td:nth-child(7) {
  color: #354052;
}
@media screen and (max-width: 1600px) {
  .calendar-section .table {
    font-size: 15px;
  }
  .calendar-section .table .jcf-checkbox,
  .calendar-section .table > thead > tr .jcf-checkbox {
    margin: 0 7px 0 0;
  }
  .calendar-section.receipts .form-search .btn.btn-gray-outline {
    margin-left: 0;
  }
}
/* calendar-slider */
.calendar-slider {
  overflow: hidden;
  position: relative;
  border: solid 2px #f78e1e;
}
.calendar-slider .head {
  top: 0;
  left: 0;
  right: 0;
  min-height: 59px;
  position: absolute;
  padding: 13px 10px;
  background: #f78e1e;
}
.calendar-slider .btn-prev,
.calendar-slider .btn-next {
  color: #fff;
  z-index: 3;
  display: block;
  width: 39px;
  height: 33px;
  font-size: 24px;
  line-height: 35px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  background: #ffc689;
}
.calendar-slider .btn-prev:hover,
.calendar-slider .btn-next:hover {
  color: #f78e1e;
  background: #fff;
}
.calendar-slider .mask {
  overflow: hidden;
}
.calendar-slider .slideset {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  width: 100% !important;
}
.calendar-slider .slide {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.25;
  white-space: normal;
  position: relative;
  width: 100% !important;
  padding: 59px 0 0;
}
.calendar-slider .month {
  top: 0;
  left: 50px;
  right: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 59px;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
}
.slider {
  position: relative;
  padding: 0 152px 0 0;
}
.scheduled-patients {
  top: 0;
  right: 0;
  bottom: 0;
  width: 140px;
  position: absolute;
  padding: 103px 0 0;
}
.scheduled-patients .heading {
  top: 0;
  left: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  background: #00afef;
  position: absolute;
  text-align: center;
  width: 140px;
  height: 103px;
  padding: 10px 5px 7px;
}
.scheduled-patients .heading .number {
  color: #333;
  display: block;
  font-weight: 400;
}
.scheduled-patients ul {
  margin: 0;
  height: 100%;
  font-size: 46px;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #76daff;
}
.scheduled-patients ul li {
  height: 16.66667%;
  white-space: nowrap;
}
.scheduled-patients ul li:before {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* calendar-table */
.calendar-table {
  width: 100%;
  background: #fff;
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
.calendar-table td,
.calendar-table th {
  text-align: left;
  border: #ff9933 solid;
  border-width: 0 0 2px 2px;
}
.calendar-table td:first-child,
.calendar-table th:first-child {
  border-width: 0 0 2px;
}
.calendar-table tr:last-child td {
  border-width: 0 0 0 2px;
}
.calendar-table tr:last-child td:first-child {
  border-width: 0;
}
.calendar-table th {
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 10px 10px 11px;
  text-transform: uppercase;
}
.calendar-table td {
  vertical-align: top;
}
.calendar-table td > div {
  position: relative;
}
.calendar-table .previous-month-date,
.calendar-table .next-month-date {
  padding: 12px;
  color: #949ca1;
}
.calendar-table .table-cell {
  padding: 12px;
  color: #354052;
  display: block;
  min-height: 148px;
  position: relative;
}
.calendar-table .today-date .table-cell,
.calendar-table .table-cell:hover {
  color: #fff;
  font-weight: 700;
  background: #a0cf67;
}
.calendar-table .list-holder {
  max-height: 80px;
  padding: 0 12px;
}
.calendar-table .btns {
  max-height: 224px;
  padding: 0 12px;
}
.calendar-table .paitents-list {
  top: -9999px;
  left: -9999px;
  position: absolute;
  padding: 0 0 20px;
}
.calendar-table .paitents-list .holder {
  height: 100%;
  overflow: hidden;
}
.calendar-table .paitents-list .frame,
.calendar-table .paitents-list .jcf-scrollable-wrapper {
  height: 100% !important;
}
.calendar-table .paitents-list .btn {
  font-size: 11px;
  line-height: 1.25;
  padding: 3px;
  display: block;
  margin: 0 0 3px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  color: #f78e1e;
  border-color: #f78e1e;
  /*&:hover {
				color: #fff;
				background: #f78e1e;
			}


			&:nth-child(2n+1) {
				color: #808080;
				border-color: #808080;

				&:hover {
					background: #808080;
				}
			}

			&:nth-child(3n+1) {
				color: #00afef;
				border-color: #00afef;

				&:hover {
					background: #00afef;
				}
			}

			&:nth-child(3n+1),
			&:nth-child(2n+1) {
				&:hover {
					color: #fff;
				}
			}*/
}
.calendar-table .paitents-list .btn:focus,
.calendar-table .paitents-list .btn:active,
.calendar-table .paitents-list .btn:active:focus {
  outline: none;
  box-shadow: none;
}
.calendar-table .paitents-list .btn:nth-child(3n+0) {
  color: #808080;
  border-color: #808080;
}
.calendar-table .paitents-list .btn:nth-child(3n+0):focus,
.calendar-table .paitents-list .btn:nth-child(3n+0):hover {
  color: #fff;
  background: #808080;
}
.calendar-table .paitents-list .btn:nth-child(3n+1) {
  color: #00afef;
  border-color: #00afef;
}
.calendar-table .paitents-list .btn:nth-child(3n+1):focus,
.calendar-table .paitents-list .btn:nth-child(3n+1):hover {
  color: #fff;
  background: #00afef;
}
.calendar-table .paitents-list .btn:nth-child(3n+2) {
  border-color: #f78e1e;
  color: #f78e1e;
}
.calendar-table .paitents-list .btn:nth-child(3n+2):focus,
.calendar-table .paitents-list .btn:nth-child(3n+2):hover {
  color: #fff;
  background: #f78e1e;
}
.calendar-table .paitents-list .btn span {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  text-overflow: ellipsis;
}
.calendar-table .paitents-list .btn .time,
.calendar-table .paitents-list .btn .patient-name {
  display: inline-block;
}
.calendar-table .paitents-list .btn .patient-name {
  max-width: 60px;
}
.calendar-table .paitents-list .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 4px;
  margin: 0 0 0 2px;
}
.calendar-table .patients-added .paitents-list {
  top: 45px;
  left: 0;
  right: 0;
  bottom: 5px;
}
.calendar-table .today-date .patients-list-trigger {
  color: #fff;
}
.calendar-table .today-date .patients-list-trigger:hover {
  color: #fff;
  opacity: 0.7;
}
.patients-list-trigger {
  bottom: 0;
  left: 50%;
  padding: 0;
  font-size: 13px;
  line-height: 1.25;
  color: #00afef;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.patients-list-trigger:hover {
  color: #76daff;
}
/* form-add-schedule */
.form-edit-schedule,
.form-add-schedule {
  position: relative;
}
.form-edit-schedule .row,
.form-add-schedule .row {
  margin: 0 -6px;
}
.form-edit-schedule .col,
.form-add-schedule .col {
  padding: 0 6px;
}
.form-edit-schedule .col.hours,
.form-add-schedule .col.hours {
  padding-left: 0;
}
.form-edit-schedule .col.time-mode,
.form-add-schedule .col.time-mode {
  padding-right: 0;
}
.form-edit-schedule.form-lightbox .col,
.form-add-schedule.form-lightbox .col {
  width: 33.3333%;
}
.show-on-select.form-lightbox .default-hide {
  opacity: 0;
  left: 15px;
  right: 15px;
  position: absolute;
  visibility: hidden;
  transition: all 0.25s linear;
}
.show-on-select.form-lightbox .selected + .default-hide {
  opacity: 1;
  left: auto;
  right: auto;
  margin: 0 0 15px;
  position: relative;
  visibility: visible;
}
/**********************/
/*	payment-information */
/**********************/
.payment-information .btn .fa {
  margin-right: 5px;
}
.payment-information .cards-list .table {
  border: 1px solid #f78e1e;
  background-color: #fff;
}
.payment-information .cards-list .table caption {
  background-color: #f78e1e;
  color: #fff;
  padding: 12px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}
.payment-information .cards-list .table .card-container .card-type .brand {
  display: block;
  height: 32px;
  width: 51px;
}
.payment-information .cards-list .table .card-container .card-type .visa {
  background-image: url(/admin/visa.4e37386fd2c84c83b58d4bc8c34cb92c.png);
}
.payment-information .cards-list .table .card-container .card-type .american-express {
  background-image: url(/admin/american-express.5bebe5196c8e2e8bdc62658b7784abc4.png);
}
.payment-information .cards-list .table .card-container .card-type .mastercard {
  background-image: url(/admin/mastercard.c663ffc952706eede5a61014ab30e522.png);
}
.payment-information .cards-list .table .card-container .card-type .discover {
  background-image: url(/admin/discover.a0d71c5537bde3961b4edc88019ba31e.png);
}
.payment-information .cards-list .table .card-container .card-type .jcb {
  background-image: url(/admin/jcb.ad26ac6c9dd998d4396cf43653ae7fd4.png);
}
.payment-information .cards-list .table .card-container .card-type .diners-club {
  background-image: url(/admin/diners-club.ece8921bd30cc62e0536e182d9efacb5.png);
}
.payment-information .cards-list .table .card-container .card-type .unknown {
  background-image: url(/admin/unknown.b5709875d3fbb646005fc2169e7569db.png);
}
/**********************/
/*	home */
/**********************/
.home-page .search-studies-panel {
  margin: 30px 0 0;
}
.home-page .search-studies-panel .form-search-studies {
  width: calc(100% - 237px);
}
.home-page .search-studies-panel .btn-list-new-study {
  padding: 6px 12px;
  line-height: 24px;
}
/**********************/
/*	patient-database */
/**********************/
.modal.edit-patient .modal-content .modal-header {
  background-color: #f78e1e;
  color: #fff;
}
.modal.edit-patient .modal-content .modal-header .modal-title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal.edit-patient .modal-content .modal-header .modal-title strong {
  font-weight: 700;
}
.site-select .Select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #101010;
  background-color: #fff;
  background-image: none;
  border: 2px solid #636363;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.patient-database-indication-hidden {
  display: none;
}
.patient-database .btns-popups {
  margin: 0 0 25px;
  overflow: hidden;
}
.patient-database .btns-popups .search-area {
  width: 25%;
  padding: 0 6px 0 0;
}
.patient-database .btns-popups .search-area .field {
  position: relative;
}
.patient-database .btns-popups .btns-container {
  padding-top: 25px;
}
.patient-database .btns-popups .col {
  width: auto;
  padding: 0 6px;
}
.patient-database .col {
  width: 45%;
}
.patient-database .table > thead > tr > th:first-child .jcf-checkbox {
  margin-top: 3px;
}
@media screen and (max-width: 1600px) {
  .patient-database .table > thead > tr > th:first-child .jcf-checkbox {
    margin: 0;
  }
}
.patient-database .table .jcf-checkbox {
  margin-top: 3px !important;
}
@media screen and (max-width: 1600px) {
  .patient-database .table .jcf-checkbox {
    margin: 0;
  }
}
.patient-database .form-search {
  margin: 0 -12px 5px 0;
}
.patient-database .form-search .fields-holder {
  margin: 0;
}
.patient-database .form-search .fields-holder > div {
  padding: 0 12px 25px 0;
}
.patient-database .form-search .col-holder {
  margin: 0 -6px;
}
.patient-database .form-search .bmi,
.patient-database .form-search .age-range,
.patient-database .form-search .gender,
.patient-database .form-search .indication,
.patient-database .form-search .select-holder,
.patient-database .form-search .search-area {
  margin: 0;
  width: 25%;
}
.patient-database .form-search .sign {
  display: block;
  padding: 0 1px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
}
.patient-database .form-search .title {
  font-size: 18px;
  line-height: 1.25;
  color: #354052;
  display: block;
  margin: 0 0 2px;
  text-transform: uppercase;
}
.patient-database .form-search .title:empty {
  min-height: 23px;
}
.patient-database .form-search .field {
  position: relative;
}
.patient-database .form-search .btn-area {
  display: none;
}
.patient-database .table-holder header {
  padding: 12px 16px 16px;
}
.patient-database .table .td,
.patient-database .table .th {
  display: inline-block;
  padding: 16px 5px 16px 7px;
  vertical-align: middle;
}
.patient-database .table .td:nth-child(2),
.patient-database .table .th:nth-child(2) {
  text-align: left;
}
.patient-database .table .index {
  text-align: center;
}
.patient-database .table .tr {
  display: flex;
  align-items: center;
}
.patient-database .table td:nth-child(1),
.patient-database .table th:nth-child(1),
.patient-database .table .td:nth-child(1),
.patient-database .table .th:nth-child(1) {
  width: 5.5%;
  min-width: 100px;
  padding-right: 0;
  padding-left: 11px;
}
.patient-database .table td:nth-child(1) > div,
.patient-database .table th:nth-child(1) > div,
.patient-database .table .td:nth-child(1) > div,
.patient-database .table .th:nth-child(1) > div {
  margin: 0px 13px 0px 0px;
}
.patient-database .table td:nth-child(1) > span,
.patient-database .table th:nth-child(1) > span,
.patient-database .table .td:nth-child(1) > span,
.patient-database .table .th:nth-child(1) > span {
  line-height: 23px;
}
.patient-database .table td:nth-child(2),
.patient-database .table th:nth-child(2),
.patient-database .table .td:nth-child(2),
.patient-database .table .th:nth-child(2) {
  width: 12.5%;
}
.patient-database .table td:nth-child(3),
.patient-database .table th:nth-child(3),
.patient-database .table .td:nth-child(3),
.patient-database .table .th:nth-child(3) {
  width: 14.7%;
  /* css-3 */
  /* Mozilla, since 1999 */
  /* Opera 4-6 */
  /* Opera 7 */
  /* Internet Explorer 5.5+ */
  word-break: break-word;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  overflow-wrap: break-word;
}
.patient-database .table td:nth-child(4),
.patient-database .table th:nth-child(4),
.patient-database .table .td:nth-child(4),
.patient-database .table .th:nth-child(4) {
  width: 11%;
}
.patient-database .table td:nth-child(5),
.patient-database .table th:nth-child(5),
.patient-database .table .td:nth-child(5),
.patient-database .table .th:nth-child(5) {
  width: 11.8%;
}
.patient-database .table td:nth-child(6),
.patient-database .table th:nth-child(6),
.patient-database .table .td:nth-child(6),
.patient-database .table .th:nth-child(6) {
  width: 5.5%;
}
.patient-database .table td:nth-child(7),
.patient-database .table th:nth-child(7),
.patient-database .table .td:nth-child(7),
.patient-database .table .th:nth-child(7) {
  width: 95px;
}
.patient-database .table td:nth-child(8),
.patient-database .table th:nth-child(8),
.patient-database .table .td:nth-child(8),
.patient-database .table .th:nth-child(8) {
  width: 55px;
}
.patient-database .table td:nth-child(9),
.patient-database .table th:nth-child(9),
.patient-database .table .td:nth-child(9),
.patient-database .table .th:nth-child(9) {
  width: 12.7%;
}
.patient-database .table td:nth-child(10),
.patient-database .table th:nth-child(10),
.patient-database .table .td:nth-child(10),
.patient-database .table .th:nth-child(10) {
  width: auto;
  flex: 1;
  padding-left: 0;
}
.patient-database .table .tr-active > td:nth-child(2) {
  letter-spacing: -0.05rem;
}
.patient-database .table .btn-block {
  position: relative;
  min-height: 43px;
  width: auto;
  line-height: 42px;
  margin: 0 7px 0 0;
  padding: 0 72px 0 0;
}
.patient-database .table .btn {
  top: 2px;
  right: 0;
  position: absolute;
}
.patient-database .table .btn i {
  display: none;
}
.patient-database .advance-search-opener {
  display: none;
}
@media screen and (max-width: 1600px) {
  .patient-database .advance-search-opener {
    top: auto;
    right: auto;
    float: right;
    display: block;
    position: relative;
  }
  .patient-database .form-search {
    margin: 0 -6px 5px;
  }
  .patient-database .form-search .btn-area {
    display: block;
  }
  .patient-database .form-search .fields-holder {
    margin: 0;
    padding: 0;
  }
  .patient-database .form-search .fields-holder > div {
    margin: 0;
    padding: 0 6px 25px;
  }
  .patient-database .form-search .select-holder,
  .patient-database .form-search .bmi,
  .patient-database .form-search .age-range,
  .patient-database .form-search .gender,
  .patient-database .form-search .indication,
  .patient-database .form-search .search-area {
    width: 25%;
    margin: 0;
  }
  .patient-database .form-search .col {
    width: 47.5%;
  }
  .patient-database .form-search .title:empty {
    min-height: 23px;
  }
  .patient-database .form-search.active .form-slide {
    opacity: 1;
    margin: 20px 0 0;
    visibility: visible;
  }
  .patient-database .form-search.active .btn-primary .icomoon-icon_search2:before {
    content: "\e900";
  }
  .patient-database .table .tr {
    display: flex;
    align-items: center;
  }
  .patient-database .table .td,
  .patient-database .table .th {
    display: inline-block;
    padding: 16px 5px 16px 7px;
    vertical-align: middle;
  }
  .patient-database .table td:nth-child(1),
  .patient-database .table th:nth-child(1),
  .patient-database .table .td:nth-child(1),
  .patient-database .table .th:nth-child(1) {
    width: 5.5%;
    min-width: 85px;
    padding-right: 0;
    padding-left: 11px;
  }
  .patient-database .table td:nth-child(2),
  .patient-database .table th:nth-child(2),
  .patient-database .table .td:nth-child(2),
  .patient-database .table .th:nth-child(2) {
    width: 10.5%;
  }
  .patient-database .table td:nth-child(3),
  .patient-database .table th:nth-child(3),
  .patient-database .table .td:nth-child(3),
  .patient-database .table .th:nth-child(3) {
    width: 14.7%;
    /* css-3 */
    /* Mozilla, since 1999 */
    /* Opera 4-6 */
    /* Opera 7 */
    /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    overflow-wrap: break-word;
  }
  .patient-database .table td:nth-child(4),
  .patient-database .table th:nth-child(4),
  .patient-database .table .td:nth-child(4),
  .patient-database .table .th:nth-child(4) {
    width: 11%;
  }
  .patient-database .table td:nth-child(5),
  .patient-database .table th:nth-child(5),
  .patient-database .table .td:nth-child(5),
  .patient-database .table .th:nth-child(5) {
    width: 11.8%;
  }
  .patient-database .table td:nth-child(6),
  .patient-database .table th:nth-child(6),
  .patient-database .table .td:nth-child(6),
  .patient-database .table .th:nth-child(6) {
    width: 5.5%;
  }
  .patient-database .table td:nth-child(7),
  .patient-database .table th:nth-child(7),
  .patient-database .table .td:nth-child(7),
  .patient-database .table .th:nth-child(7) {
    width: 80px;
  }
  .patient-database .table td:nth-child(8),
  .patient-database .table th:nth-child(8),
  .patient-database .table .td:nth-child(8),
  .patient-database .table .th:nth-child(8) {
    width: 45px;
  }
  .patient-database .table td:nth-child(9),
  .patient-database .table th:nth-child(9),
  .patient-database .table .td:nth-child(9),
  .patient-database .table .th:nth-child(9) {
    width: 11%;
  }
  .patient-database .table td:nth-child(10),
  .patient-database .table th:nth-child(10),
  .patient-database .table .td:nth-child(10),
  .patient-database .table .th:nth-child(10) {
    width: auto;
    flex: 1;
    padding-left: 0;
  }
  .patient-database .table > thead > tr > th {
    font-size: 14px;
    line-height: 1.25;
    padding-left: 5px;
  }
  .patient-database .table > thead > tr > th:first-child {
    padding-left: 11px;
  }
  .patient-database .table > tbody > tr > td {
    font-size: 14px;
    line-height: 1.25;
    padding-left: 5px;
  }
  .patient-database .table > tbody > tr > td:first-child {
    padding-left: 11px;
  }
  .patient-database .table .btn {
    top: 0;
    right: 0;
    position: absolute;
  }
  .patient-database .table .btn i {
    display: none;
  }
}
.link {
  font-size: 18px;
  line-height: 1.25;
}
.link .icomoon-icon_trash {
  top: 2px;
  color: #636363;
  font-size: 18px;
  position: relative;
}
.link .icomoon-icon_trash:hover {
  cursor: pointer;
  color: #999;
}
.category-list {
  margin: -3px 0 0;
}
.category-list .category + .category {
  margin: 11px 0 0;
}
.category-list .category .text {
  margin: 0 9px 0 0;
}
.default-slide {
  left: 0;
  top: 100%;
  z-index: 10;
  width: 240px;
  border-width: 0;
  background: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
}
.default-slide .well {
  margin: 0;
  padding: 3px;
  box-shadow: none;
  background: #fff;
  position: relative;
  border-radius: 0;
  border: solid 2px #ccc;
}
.default-slide .well ul {
  margin: 0;
  max-height: 160px;
}
.default-slide .well ul li {
  color: #354052;
  display: block;
  padding: 9px 8px;
  text-transform: uppercase;
}
.default-slide .well ul li:hover {
  color: #fff;
  background: #00afef;
  cursor: pointer;
}
.link-delete {
  top: 9px;
  left: 100% !important;
  font-size: 18px;
  line-height: 1.25;
  color: #636363;
  margin: 0 0 0 2px;
  position: absolute;
}
.link-delete:focus,
.link-delete:active:focus,
.link-delete:hover {
  color: #999;
  outline: none;
}
.add-new-source {
  font-size: 18px;
  line-height: 1.25;
  color: #636363;
}
.add-new-source:focus,
.add-new-source:active:focus,
.add-new-source:hover {
  color: #999;
  outline: none;
  cursor: pointer;
}
.add-new-source:before {
  content: '+';
  font-size: 110%;
}
.add-new-source .icomoon-icon_close {
  display: none;
}
.required > label:before {
  content: '* ';
}
.form-study .tracking-source .label:empty {
  min-height: 21px;
}
.tracking-source .new-fields-area,
.tracking-source .new-field {
  position: relative;
}
.tracking-source .new-fields-area {
  width: 100%;
  top: -9999px;
  left: -9999px;
  position: absolute;
}
.tracking-source .new-fields-area.fields-active {
  top: auto;
  left: auto;
  width: auto;
  position: relative;
}
.tracking-source .new-fields-area.add-more-active .field-row.add-more {
  top: auto;
  left: auto;
  position: relative;
}
.tracking-source .field-row.add-more,
.tracking-source .text-field {
  width: 100%;
  top: -9999px;
  left: -9999px;
  position: absolute;
}
.tracking-source .select-field.selected + .text-field {
  top: auto;
  left: auto;
  position: relative;
}
/************************/
/*	admin-portal	*/
/************************/
/* main part styling */
.admin-dashboard,
.admin-reports {
  padding: 102px 10px 0;
}
.admin-dashboard .active-table-row,
.admin-reports .active-table-row {
  background: #f1f1f1 !important;
  font-weight: 600;
}
.admin-dashboard .active-table-row:hover > td,
.admin-reports .active-table-row:hover > td {
  background: #f1f1f1 !important;
  font-weight: 600;
}
.admin-dashboard .dashboard-edit-study-pi,
.admin-reports .dashboard-edit-study-pi {
  width: 50%;
  padding: 0 6px;
}
.admin-dashboard .fixed-header,
.admin-reports .fixed-header {
  left: 0;
  right: 0;
  top: 62px;
  z-index: 99;
  position: fixed;
  background: #f1f1f1;
  padding: 42px 20px 30px;
}
.admin-dashboard .fixed-header .main-heading,
.admin-reports .fixed-header .main-heading {
  margin: 0;
}
.admin-dashboard .form-search,
.admin-reports .form-search {
  margin: 0 0 30px;
}
.admin-dashboard .form-search .row,
.admin-reports .form-search .row {
  margin: 0 -6px;
}
.admin-dashboard .form-search .col,
.admin-reports .form-search .col {
  padding: 0 6px;
}
.admin-dashboard .form-search .custom-select,
.admin-reports .form-search .custom-select,
.admin-dashboard .form-search .search-area,
.admin-reports .form-search .search-area {
  width: 25%;
}
.admin-dashboard .form-search.selects-form .row + .row,
.admin-reports .form-search.selects-form .row + .row {
  margin-top: 30px;
}
.admin-dashboard .table-study tbody td a:hover,
.admin-reports .table-study tbody td a:hover,
.admin-dashboard .table-study tbody td a:focus,
.admin-reports .table-study tbody td a:focus {
  text-decoration: underline;
  color: #76daff;
}
/* table-holder */
.table-holder {
  background: #fff;
  border: #f78e1e solid 2px;
}
.table-holder caption,
.table-holder header {
  color: #fff;
  background: #f78e1e;
  padding: 12px 16px 16px;
}
.table-holder caption:before,
.table-holder header:before,
.table-holder caption:after,
.table-holder header:after {
  content: " ";
  display: table;
}
.table-holder caption:after,
.table-holder header:after {
  clear: both;
}
.table-holder caption:before,
.table-holder header:before,
.table-holder caption:after,
.table-holder header:after {
  content: " ";
  display: table;
}
.table-holder caption:after,
.table-holder header:after {
  clear: both;
}
.table-holder caption {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}
.table-holder h2 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.table-holder .tr-active > td {
  background: #f1f1f1;
}
.filters-btns {
  margin: 8px 0 0;
}
.filters-btns .btn,
.filters-btns .admin-search-campaign {
  margin: 0 0 0 12px;
}
.filters-btns .btn:focus,
.filters-btns .admin-search-campaign:focus,
.filters-btns .btn:active,
.filters-btns .admin-search-campaign:active,
.filters-btns .btn:hover,
.filters-btns .admin-search-campaign:hover {
  background: #76daff;
  border-color: #76daff;
  color: #fff;
}
.filters-btns .btn {
  display: flex;
  align-items: center;
}
.filters-dropdown {
  position: relative;
}
.filters-dropdown div.slide {
  right: 0;
  top: 100%;
  z-index: 101;
  width: 203px;
  display: none;
  position: absolute;
}
.filters-dropdown .well {
  background: #fff;
  overflow-y: auto;
  max-height: 358px;
  overflow-x: hidden;
  border: solid 2px #ccc;
}
.filters-dropdown .selects,
.filters-dropdown .accordion {
  padding: 3px;
}
@media screen and (max-width: 1600px) {
  .filters-dropdown .well {
    max-height: 334px;
  }
}
.accordion {
  margin: 0;
}
.accordion .opener {
  color: #101010;
  display: block;
  overflow: hidden;
  line-height: 24px;
  position: relative;
  border-radius: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: solid 2px #636363;
  text-transform: uppercase;
  padding: 8px 40px 8px 12px;
}
.accordion .opener i {
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}
.accordion .opener i:before {
  display: block;
  transition: all 0.25s;
}
.accordion .active .opener,
.accordion .opener:hover {
  color: #101010;
  background: #fff;
  border-color: #00afef;
}
.accordion .active .opener .caret:before,
.accordion .opener:hover .caret:before {
  border-top-color: #00afef;
}
.accordion .active .opener {
  color: #00afef;
}
.accordion > li + li {
  margin: 15px 0 0;
}
.accordion .slide {
  padding: 12px;
  position: relative;
  border: solid 2px #ccc;
}
.accordion .slide li {
  line-height: 22px;
  padding: 0 0 0 30px;
  position: relative;
}
.accordion .slide li + li {
  margin: 5px 0 0;
}
.accordion .slide li.no-space {
  padding: 0;
}
.accordion .slide .create-new-filter {
  padding: 5px 12px;
}
.accordion .slide .create-new-filter:before {
  font-size: 0;
  line-height: 0;
  top: -9999px;
  display: none;
  left: -9999px;
}
.accordion .jcf-checkbox {
  top: 0;
  left: 0;
  position: absolute;
}
.accordion .jcf-checkbox:hover span,
.accordion .link-active .jcf-checkbox span {
  border-color: #a0cf67;
}
.accordion .link-active .jcf-checkbox span {
  background: #a0cf67;
}
.accordion .link-active .jcf-checkbox span:before {
  opacity: 1;
}
.accordion .link-active .jcf-checkbox:hover span {
  background: #c0e890;
  border-color: #c0e890;
}
.accordion .caret:before {
  border-color: #636363 transparent transparent;
  border-style: solid dashed;
  border-width: 4px 4px 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* filters-section */
.filters-section {
  position: relative;
}
.filters-section.bar-active {
  height: 160px;
  margin: 45px 0 30px;
}
.filters-section.bar-active .filters-bar {
  position: absolute;
  width: 100%;
}
.filters-section .filters-bar {
  background: #fff;
  border: solid 2px #00afef;
}
.filters-section .filters-bar .filters-holder {
  max-height: 86px;
  overflow-y: auto;
  padding: 15px 18px;
  overflow-x: hidden;
}
.filters-section .filters-bar .filters-holder:empty {
  display: none;
}
.filters-section .filters-bar .filters-holder + .filters-holder {
  border-top: solid 2px #f78e1e;
}
.filters-section .filters-bar .btns .btn {
  margin: 0 0 0 12px;
}
.filters-section .filters-bar .title {
  float: left;
  margin: 0 12px 0 0;
}
.filters-section.filters-added .filters-holder .btns {
  margin: 8px 0 0 0;
}
.filters-section.filters-added .filters-holder > .title {
  line-height: 52px;
}
.filters-section.filters-added .holder {
  margin: 0 0 -12px;
}
.filters-section.filters-added .top-head.fixed-position {
  margin: 14px 0 0;
}
.filters-section .holder {
  font-size: 0;
  line-height: 0;
}
.filters-section .holder > * {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 40px;
}
@media screen and (max-width: 1600px) {
  .filters-section .holder * {
    font-size: 14px;
  }
}
.filters-section .btn-close {
  font-size: 18px;
  line-height: 16px;
}
.filters-section .btn-close:after,
.filters-section .btn-close:before {
  top: 50%;
  left: 50%;
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  border-radius: 2px;
  background: #00afef;
  transition: all 0.25s;
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.filters-section .btn-close:after {
  width: 2px;
  height: 12px;
}
.filters-section .btn-close:hover:after,
.filters-section .btn-close:hover:before {
  background: #76daff;
}
.filters-section .btn-close i {
  display: none;
}
div[data-percentage],
.filter-search-area,
.filter-nearby-area {
  padding: 5px 12px;
  background: #f1f1f1;
  margin: 0 12px 12px 0;
  border: solid 2px #ccc;
}
div[data-percentage] > *,
.filter-search-area > *,
.filter-nearby-area > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
div[data-percentage] .form-control,
.filter-search-area .form-control,
.filter-nearby-area .form-control {
  width: 150px;
}
.filters-bar div[data-percentage] .title,
.filters-bar .filter-search-area .title,
.filters-bar .filter-nearby-area .title {
  line-height: 40px;
  text-transform: uppercase;
}
div[data-percentage] .btn-close,
.filter-search-area .btn-close,
.filter-nearby-area .btn-close {
  top: auto;
  margin: 0;
  left: auto;
  right: auto;
  cursor: pointer;
  transform: none;
  -ms-transform: none;
  position: relative;
}
div[data-percentage] .select,
.filter-search-area .select,
.filter-nearby-area .select {
  width: 90px;
}
.filter-box {
  display: none;
  line-height: 40px;
  position: relative;
  background: #f1f1f1;
  margin: 0 12px 12px 0;
  border: solid 2px #ccc;
  padding: 6px 44px 6px 12px;
}
.filter-box .btn-close {
  right: 12px;
}
.filter-box.active {
  display: inline-block;
}
.d-stats {
  background: #fff;
  margin: 0 0 30px;
  padding: 25px 0;
  border: solid 2px #f78e1e;
}
.d-stats .info-list {
  width: 20%;
  color: #333;
  padding: 0 23px;
}
.d-stats .info-list li + li {
  margin: 21px 0 0;
}
.d-stats .number {
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .d-stats .info-list {
    width: 18%;
  }
  .d-stats .info-list:first-child {
    width: 24%;
  }
}
.graph-area {
  background: #fff;
  margin: 0 0 30px;
  border: #f78e1e solid 2px;
}
.graph-area .head {
  color: #fff;
  background: #f78e1e;
  padding: 12px 18px 16px;
}
.graph-area .counter,
.graph-area h2 {
  font-size: 21px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.graph-area .counter {
  font-weight: 500;
}
.graph-area .graph-holder {
  padding: 25px;
}
.graph-area .graph-holder img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.caret-arrow {
  position: relative;
}
.top-head {
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  z-index: 98;
  display: none;
  margin: 0 0 30px;
  background: #fff;
  max-height: 76px;
  /*position: absolute;*/
  padding: 16px 18px;
  overflow-y: auto;
  border: #f78e1e solid 2px;
}
.top-head.fixed-position {
  width: auto;
  right: 20px;
}
.top-head .title {
  font-size: 21px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.top-head .title .text:before {
  content: attr(data-one);
}
.top-head .title.more-then-1 .text:before {
  content: attr(data-two);
}
.top-head.active {
  display: block;
}
.top-head.active .btn[data-class="btn-activate"],
.top-head.active .btn[data-class="btn-deactivate"] {
  display: block;
}
.top-head.active-all {
  display: block;
}
.top-head.active-all .btn {
  display: block;
}
.top-head.sticky {
  top: 267px !important;
}
.top-head .btn,
.top-head .title {
  float: left;
  margin: 0 12px 0 0;
}
.top-head .btn {
  display: none;
  margin-bottom: 12px;
}
.top-head .btns-area {
  overflow: hidden;
  margin: 0 0 -12px;
}
.study-tables {
  background: #fff;
  border: #f78e1e solid 2px;
}
.study-tables .head {
  padding: 16px 18px;
  background: #f78e1e;
}
.study-tables .head:before,
.study-tables .head:after {
  content: " ";
  display: table;
}
.study-tables .head:after {
  clear: both;
}
.study-tables .head:before,
.study-tables .head:after {
  content: " ";
  display: table;
}
.study-tables .head:after {
  clear: both;
}
.study-tables .head .title,
.study-tables .head h2 {
  color: #fff;
  font-size: 21px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.study-tables .head .btn {
  margin: 0 0 0 12px;
}
.study-tables .head .select {
  width: 200px;
}
.study-tables .table-inner,
.study-tables .table-left {
  padding: 108px 0 0;
  position: relative;
  overflow-x: scroll;
}
@media screen and (max-width: 1600px) {
  .study-tables .table-inner,
  .study-tables .table-left {
    padding: 90px 0 0;
  }
}
.study-tables .table-inner .table-top,
.study-tables .table-left .table-top {
  left: 0;
  top: 0;
  z-index: 3;
  position: absolute;
  border-bottom: 2px solid #ccc;
}
.study-tables .table-inner .table-top.range-over,
.study-tables .table-left .table-top.range-over {
  border-width: 0;
}
.study-tables .table-inner .table-top.sticky.sticky-selected,
.study-tables .table-left .table-top.sticky.sticky-selected {
  top: 343px !important;
}
.study-tables .table-inner .table-top.sticky.sticky-unselected,
.study-tables .table-left .table-top.sticky.sticky-unselected {
  top: 269px !important;
}
.study-tables .table-inner .table-top table,
.study-tables .table-left .table-top table {
  background: #fff;
}
.btns-active .study-tables .table-inner .table-top.range-over,
.btns-active .study-tables .table-left .table-top.range-over {
  top: 0 !important;
  transform: translate(0);
  -ms-transform: translate(0);
}
.btns-active .study-tables .table-inner .table-top.sticky.sticky-selected,
.btns-active .study-tables .table-left .table-top.sticky.sticky-selected {
  top: 343px !important;
}
.btns-active .study-tables .table-inner .table-top.sticky.sticky-unselected,
.btns-active .study-tables .table-left .table-top.sticky.sticky-unselected {
  top: 269px !important;
}
.study-tables .table-area {
  position: relative;
  padding: 0 0 0 996px;
}
@media screen and (max-width: 1600px) {
  .study-tables .table-area {
    padding: 0 0 0 826px;
  }
}
.study-tables .table-left {
  top: 0;
  left: 0;
  width: 996px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .study-tables .table-left {
    width: 826px;
  }
}
.study-tables .table {
  margin: 0;
}
.study-tables .table td .lightbox-opener,
.study-tables .table th a {
  color: #354052;
}
.study-tables .table td .lightbox-opener:hover,
.study-tables .table th a:hover {
  color: #999;
}
.study-tables .table-left .table > tbody {
  counter-reset: item;
}
.study-tables .table-left .table > tbody > tr > td:nth-child(3) {
  cursor: pointer;
}
.study-tables .table-left .table td,
.study-tables .table-left .table th {
  vertical-align: top;
  padding: 15px 10px 15px 0;
}
.study-tables .table-left .table td:first-child,
.study-tables .table-left .table th:first-child {
  width: 60px;
  padding-left: 11px;
}
.study-tables .table-left .table td:nth-child(2),
.study-tables .table-left .table th:nth-child(2) {
  width: 186px;
}
.study-tables .table-left .table td:nth-child(3),
.study-tables .table-left .table th:nth-child(3) {
  width: 60px;
}
.study-tables .table-left .table td:nth-child(4),
.study-tables .table-left .table th:nth-child(4) {
  width: 180px;
}
.study-tables .table-left .table td:nth-child(5),
.study-tables .table-left .table th:nth-child(5) {
  width: 325px;
}
.study-tables .table-left .table td:nth-child(6),
.study-tables .table-left .table th:nth-child(6) {
  width: 185px;
}
@media screen and (max-width: 1600px) {
  .study-tables .table-left .table td:nth-child(3),
  .study-tables .table-left .table th:nth-child(3) {
    width: 50px;
  }
  .study-tables .table-left .table td:nth-child(4),
  .study-tables .table-left .table th:nth-child(4) {
    width: 140px;
  }
  .study-tables .table-left .table td:nth-child(5),
  .study-tables .table-left .table th:nth-child(5) {
    width: 245px;
  }
  .study-tables .table-left .table td:nth-child(6),
  .study-tables .table-left .table th:nth-child(6) {
    width: 145px;
  }
}
.study-tables .table-left .table .counter {
  display: block;
  font-weight: 400;
}
.study-tables .table-left .table .indication,
.study-tables .table-left .table .tire,
.study-tables .table-left .table .name-sm,
.study-tables .table-left .table .name-bd {
  display: block;
}
.study-tables .table-left .table .name-sm:before {
  content: 'SM: ';
}
.study-tables .table-left .table .name-bd:before {
  content: 'BD: ';
}
.study-tables .table-left .table .name:before {
  content: 'AE: ';
}
.study-tables .table-left .table td .jcf-checkbox {
  margin: 10px 0 0;
}
.study-tables .table-left .table th .jcf-checkbox {
  margin: 3px 0 0;
}
.study-tables .table-right .table-top.sticky {
  overflow-x: hidden;
  overflow-y: hidden;
}
.study-tables .table-right .table {
  table-layout: fixed;
}
.study-tables .table-right .table td,
.study-tables .table-right .table th {
  vertical-align: top;
  padding: 15px 10px 15px 0;
}
.study-tables .table-right .table td:nth-child(1),
.study-tables .table-right .table th:nth-child(1) {
  width: 221px;
  padding-right: 47px;
}
.study-tables .table-right .table td:nth-child(2),
.study-tables .table-right .table th:nth-child(2) {
  width: 210px;
}
.study-tables .table-right .table td:nth-child(3),
.study-tables .table-right .table th:nth-child(3) {
  width: 150px;
}
.study-tables .table-right .table td:nth-child(4),
.study-tables .table-right .table th:nth-child(4) {
  width: 200px;
}
.study-tables .table-right .table td:nth-child(5),
.study-tables .table-right .table th:nth-child(5) {
  width: 170px;
}
.study-tables .table-right .table td:nth-child(6),
.study-tables .table-right .table th:nth-child(6) {
  width: 230px;
}
.study-tables .table-right .table td:nth-child(7),
.study-tables .table-right .table th:nth-child(7) {
  width: 170px;
}
.study-tables .table-right .table td:nth-child(8),
.study-tables .table-right .table th:nth-child(8) {
  width: 220px;
}
.study-tables .table-right .table td:nth-child(9),
.study-tables .table-right .table th:nth-child(9) {
  width: 160px;
}
.study-tables .table-right .table td:nth-child(10),
.study-tables .table-right .table th:nth-child(10) {
  width: 200px;
}
.study-tables .table-right .table td:nth-child(11),
.study-tables .table-right .table th:nth-child(11) {
  width: 200px;
}
.study-tables .table-right .table td:nth-child(12),
.study-tables .table-right .table th:nth-child(12) {
  width: 180px;
}
.study-tables .table-right .table td:nth-child(13),
.study-tables .table-right .table th:nth-child(13) {
  width: 210px;
}
.study-tables .table-right .table td:nth-child(14),
.study-tables .table-right .table th:nth-child(14) {
  width: 200px;
}
.study-tables .table-right .table td:nth-child(15),
.study-tables .table-right .table th:nth-child(15) {
  width: 200px;
}
.study-tables .table-right .table td:nth-child(16),
.study-tables .table-right .table th:nth-child(16) {
  width: 170px;
}
.study-tables .table-right .table td:nth-child(17),
.study-tables .table-right .table th:nth-child(17) {
  width: 170px;
}
.study-tables .table-right .table td:nth-child(18),
.study-tables .table-right .table th:nth-child(18) {
  width: 170px;
}
.study-tables .table-right .table td:nth-child(19),
.study-tables .table-right .table th:nth-child(19) {
  width: 170px;
}
@media screen and (max-width: 1600px) {
  .study-tables .table-right .table td:nth-child(2),
  .study-tables .table-right .table th:nth-child(2) {
    width: 170px;
  }
  .study-tables .table-right .table td:nth-child(4),
  .study-tables .table-right .table th:nth-child(4) {
    width: 160px;
  }
  .study-tables .table-right .table td:nth-child(5),
  .study-tables .table-right .table th:nth-child(5) {
    width: 140px;
  }
  .study-tables .table-right .table td:nth-child(6),
  .study-tables .table-right .table th:nth-child(6) {
    width: 190px;
  }
  .study-tables .table-right .table td:nth-child(7),
  .study-tables .table-right .table th:nth-child(7) {
    width: 150px;
  }
  .study-tables .table-right .table td:nth-child(8),
  .study-tables .table-right .table th:nth-child(8) {
    width: 190px;
  }
  .study-tables .table-right .table td:nth-child(9),
  .study-tables .table-right .table th:nth-child(9) {
    width: 140px;
  }
  .study-tables .table-right .table td:nth-child(10),
  .study-tables .table-right .table th:nth-child(10) {
    width: 120px;
  }
  .study-tables .table-right .table td:nth-child(11),
  .study-tables .table-right .table th:nth-child(11) {
    width: 170px;
  }
  .study-tables .table-right .table td:nth-child(12),
  .study-tables .table-right .table th:nth-child(12) {
    width: 150px;
  }
  .study-tables .table-right .table td:nth-child(13),
  .study-tables .table-right .table th:nth-child(13) {
    width: 180px;
  }
  .study-tables .table-right .table td:nth-child(14),
  .study-tables .table-right .table th:nth-child(14) {
    width: 170px;
  }
  .study-tables .table-right .table td:nth-child(15),
  .study-tables .table-right .table th:nth-child(15) {
    width: 170px;
  }
  .study-tables .table-right .table td:nth-child(16),
  .study-tables .table-right .table th:nth-child(16) {
    width: 140px;
  }
  .study-tables .table-right .table td:nth-child(17),
  .study-tables .table-right .table th:nth-child(17) {
    width: 140px;
  }
  .study-tables .table-right .table td:nth-child(18),
  .study-tables .table-right .table th:nth-child(18) {
    width: 140px;
  }
  .study-tables .table-right .table td:nth-child(19),
  .study-tables .table-right .table th:nth-child(19) {
    width: 140px;
  }
}
.study-tables .table-right .counter {
  display: block;
  font-weight: 400;
}
.study-tables .table-right .text {
  font-weight: 400;
  display: block;
}
.study-tables .table thead tr {
  height: 107px;
}
.study-tables .table tbody tr {
  height: 226px;
}
@media screen and (max-width: 1600px) {
  .study-tables .table thead tr {
    height: 90px;
  }
  .study-tables .table tbody tr {
    height: 186px;
  }
}
.study-tables .table-top-alt {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  position: absolute;
}
.study-tables .table-top-alt:not([style*=" top: 0px"]) .table {
  border-bottom: solid 2px #ccc;
}
.study-tables .table-top-alt .table {
  background: #fff;
}
.study-tables.alt .table-inner,
.study-tables.alt .table-left {
  padding-top: 70px;
}
.study-tables.alt .table-area {
  padding-left: 493px;
}
.study-tables.alt .table-left {
  width: 493px;
}
.study-tables.alt .table thead tr {
  height: 70px;
}
.study-tables.alt .table tbody tr {
  height: 90px;
}
@media screen and (max-width: 1600px) {
  .study-tables.alt .table thead tr {
    height: 70px;
  }
  .study-tables.alt .table tbody tr {
    height: 70px;
  }
}
.study-tables.alt .table-left .table tbody .jcf-checkbox {
  margin: 3px 0 0;
}
.study-tables.alt .table-left .table th .jcf-checkbox {
  margin: 0;
}
.study-tables.alt .table-left .table td,
.study-tables.alt .table-left .table th {
  vertical-align: top;
  padding: 15px 10px 15px 0;
}
.study-tables.alt .table-left .table td:first-child,
.study-tables.alt .table-left .table th:first-child {
  width: 54px;
  padding-left: 11px;
}
.study-tables.alt .table-left .table td:nth-child(2),
.study-tables.alt .table-left .table th:nth-child(2) {
  width: 40px;
}
.study-tables.alt .table-left .table td:nth-child(3),
.study-tables.alt .table-left .table th:nth-child(3) {
  width: 174px;
}
.study-tables.alt .table-left .table td:nth-child(3):before,
.study-tables.alt .table-left .table th:nth-child(3):before {
  content: '';
}
.study-tables.alt .table-left .table td:nth-child(4),
.study-tables.alt .table-left .table th:nth-child(4) {
  width: 176px;
}
.study-tables.alt .table-left .table a {
  color: #00afef;
}
.study-tables.alt .table-left .table a:hover {
  color: #76daff;
  text-decoration: underline;
}
.study-tables.alt .table-right .table td:nth-child(1),
.study-tables.alt .table-right .table th:nth-child(1) {
  width: 180px;
  padding-right: 27px;
}
.study-tables.alt .table-right .table td:nth-child(2),
.study-tables.alt .table-right .table th:nth-child(2) {
  width: 180px;
}
.study-tables.alt .table-right .table td:nth-child(3),
.study-tables.alt .table-right .table th:nth-child(3) {
  width: 180px;
}
.study-tables.alt .table-right .table td:nth-child(4),
.study-tables.alt .table-right .table th:nth-child(4) {
  width: 200px;
}
.study-tables.alt .table-right .table td:nth-child(5),
.study-tables.alt .table-right .table th:nth-child(5) {
  width: 190px;
}
.study-tables.alt .table-right .table td:nth-child(6),
.study-tables.alt .table-right .table th:nth-child(6) {
  width: 200px;
}
.study-tables.alt .table-right .table td:nth-child(7),
.study-tables.alt .table-right .table th:nth-child(7) {
  width: 240px;
}
.study-tables.alt .table-right .table td:nth-child(8),
.study-tables.alt .table-right .table th:nth-child(8) {
  width: 180px;
}
.study-tables.alt .table-right .table td:nth-child(9),
.study-tables.alt .table-right .table th:nth-child(9) {
  width: 180px;
}
.study-tables.alt .table-right .table td:nth-child(10),
.study-tables.alt .table-right .table th:nth-child(10) {
  width: 170px;
}
.study-tables.alt .table-right .table td:nth-child(11),
.study-tables.alt .table-right .table th:nth-child(11) {
  width: 200px;
}
.study-tables.alt .table-right .table td:nth-child(12),
.study-tables.alt .table-right .table th:nth-child(12) {
  width: 240px;
}
.study-tables.alt .table-right .table td:nth-child(13),
.study-tables.alt .table-right .table th:nth-child(13) {
  width: 170px;
}
.study-tables.alt .table-right .table td:nth-child(14),
.study-tables.alt .table-right .table th:nth-child(14) {
  width: 170px;
}
.study-tables.alt .table-right .table td:nth-child(15),
.study-tables.alt .table-right .table th:nth-child(15) {
  width: 170px;
}
.study-tables.alt .table-right .table td:nth-child(16),
.study-tables.alt .table-right .table th:nth-child(16) {
  width: 170px;
}
.study-tables.alt .table-right .table td:nth-child(17),
.study-tables.alt .table-right .table th:nth-child(17) {
  width: 170px;
}
@media screen and (max-width: 1600px) {
  .study-tables.alt .table-right .table td:nth-child(1),
  .study-tables.alt .table-right .table th:nth-child(1) {
    width: 160px;
  }
  .study-tables.alt .table-right .table td:nth-child(2),
  .study-tables.alt .table-right .table th:nth-child(2) {
    width: 150px;
  }
  .study-tables.alt .table-right .table td:nth-child(3),
  .study-tables.alt .table-right .table th:nth-child(3) {
    width: 150px;
  }
  .study-tables.alt .table-right .table td:nth-child(4),
  .study-tables.alt .table-right .table th:nth-child(4) {
    width: 170px;
  }
  .study-tables.alt .table-right .table td:nth-child(5),
  .study-tables.alt .table-right .table th:nth-child(5) {
    width: 170px;
  }
  .study-tables.alt .table-right .table td:nth-child(6),
  .study-tables.alt .table-right .table th:nth-child(6) {
    width: 180px;
  }
  .study-tables.alt .table-right .table td:nth-child(7),
  .study-tables.alt .table-right .table th:nth-child(7) {
    width: 210px;
  }
  .study-tables.alt .table-right .table td:nth-child(8),
  .study-tables.alt .table-right .table th:nth-child(8) {
    width: 150px;
  }
  .study-tables.alt .table-right .table td:nth-child(9),
  .study-tables.alt .table-right .table th:nth-child(9) {
    width: 140px;
  }
  .study-tables.alt .table-right .table td:nth-child(10),
  .study-tables.alt .table-right .table th:nth-child(10) {
    width: 150px;
  }
  .study-tables.alt .table-right .table td:nth-child(11),
  .study-tables.alt .table-right .table th:nth-child(11) {
    width: 190px;
  }
  .study-tables.alt .table-right .table td:nth-child(12),
  .study-tables.alt .table-right .table th:nth-child(12) {
    width: 190px;
  }
  .study-tables.alt .table-right .table td:nth-child(13),
  .study-tables.alt .table-right .table th:nth-child(13) {
    width: 150px;
  }
  .study-tables.alt .table-right .table td:nth-child(14),
  .study-tables.alt .table-right .table th:nth-child(14) {
    width: 150px;
  }
  .study-tables.alt .table-right .table td:nth-child(15),
  .study-tables.alt .table-right .table th:nth-child(15) {
    width: 150px;
  }
  .study-tables.alt .table-right .table td:nth-child(16),
  .study-tables.alt .table-right .table th:nth-child(16) {
    width: 150px;
  }
  .study-tables.alt .table-right .table td:nth-child(17),
  .study-tables.alt .table-right .table th:nth-child(17) {
    width: 150px;
  }
}
.study-tables.alt .table-right .table .caret-arrow {
  margin: 0 -7px 0 2px;
}
.study-tables.alt .table-right .text {
  font-weight: 400;
  display: block;
}
.study-tables .jcf-scrollable-wrapper,
.study-tables .scroll-holder {
  position: relative;
}
.study-tables .scroll-holder {
  height: 100% !important;
}
.study-tables .jcf-scrollbar-dec,
.study-tables .jcf-scrollbar-inc {
  width: 14px;
  height: 14px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  background: #00afef;
  transition: all 0.25s ease;
}
.study-tables .jcf-scrollbar-dec:hover,
.study-tables .jcf-scrollbar-inc:hover {
  background: #76daff;
}
.study-tables .jcf-scrollbar-dec:before,
.study-tables .jcf-scrollbar-inc:before {
  top: -6px;
  left: -3px;
  width: 100%;
  height: 100%;
  content: '\e915';
  position: absolute;
  font-family: 'icomoon';
}
.study-tables .jcf-scrollbar-inc:before {
  content: '\e90c';
}
.study-tables .jcf-scrollbar-dec,
.study-tables .jcf-scrollbar-inc {
  width: 3px;
  height: 0;
}
.study-tables .jcf-scrollbar-dec:before,
.study-tables .jcf-scrollbar-inc:before {
  display: none;
}
.study-tables .jcf-scrollbar-horizontal {
  left: 2px;
  height: 12px;
  bottom: -14px;
  background: #d8d8d8;
}
.study-tables .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  height: 6px;
  margin: 3px 0 0;
  vertical-align: top;
}
.scroll-fixed .study-tables .jcf-scrollbar-horizontal {
  right: 22px;
  bottom: 0;
  left: auto !important;
  position: fixed !important;
}
.table > tbody > tr td,
.table > thead > tr td,
.table > tbody > tr th,
.table > thead > tr th {
  border-width: 0;
  padding: 16px 5px 16px 12px;
}
.table > tbody > tr td:first-child,
.table > thead > tr td:first-child,
.table > tbody > tr th:first-child,
.table > thead > tr th:first-child {
  padding-left: 16px;
}
.table > thead > tr > th {
  border-width: 0;
  color: #333366;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.25s;
  text-transform: uppercase;
  padding: 16px 5px 16px 13px;
}
.caption-header {
  color: #fff;
  background: #f78e1e;
  padding: 12px 16px 16px;
}
.caption-header:before,
.caption-header:after {
  content: " ";
  display: table;
}
.caption-header:after {
  clear: both;
}
.caption-header:before,
.caption-header:after {
  content: " ";
  display: table;
}
.caption-header:after {
  clear: both;
}
.table-container {
  width: 100%;
  left: -9999px;
  margin: 0 0 30px;
  position: absolute;
}
.table-container.static {
  left: auto;
  width: auto;
  position: relative;
}
.table-container.btns-active {
  padding: 106px 0 0;
}
.bar-active .table-container {
  left: auto;
  width: auto;
  position: relative;
}
/************************/
/*	manage-site-user	*/
/************************/
.manage-site-user {
  margin: 0;
}
.manage-site-user .form-search .search-area {
  width: 25.8%;
}
.manage-site-user .form-search .col {
  margin: 0 0 0 12px;
}
.manage-site-user [data-plus] {
  top: auto;
  left: auto;
  right: auto;
  min-width: 200px;
  padding: 6px 12px;
  position: relative;
}
.manage-site-user [data-plus]:before {
  content: attr(data-plus) ' ';
}
.manage-site-user .table-holder + .table-holder {
  margin: 30px 0 0;
}
.manage-site-user [data-access]:before {
  content: attr(data-access);
}
@media screen and (max-width: 1600px) {
  .manage-site-user .form-search .search-area {
    width: 50%;
  }
  .manage-site-user .form-search .col {
    margin: 0;
    max-width: 25%;
    padding: 0 6px 12px;
  }
  .manage-site-user .form-search [data-plus] {
    display: block;
  }
}
.table-manage-user {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
.table-manage-user > thead > tr > th,
.table-manage-user > tbody > tr > th {
  padding: 16px 5px 16px 15px;
}
.table-manage-user > thead > tr > td,
.table-manage-user > tbody > tr > td {
  padding: 20px 5px 20px 15px;
}
.table-manage-user .btn-holder {
  line-height: 40px;
  min-height: 40px;
  margin: 0 7px 0 0;
  position: relative;
  padding: 0 100px 0 0;
}
.table-manage-user.alt .col1 {
  width: 16.2%;
}
.table-manage-user.alt .col2 {
  width: 20.1%;
}
.table-manage-user.alt .col3 {
  width: 13.8%;
}
.table-manage-user.alt .col4 {
  width: 19.7%;
}
.table-manage-user.alt .col5 {
  width: auto;
}
.table-manage-user.alt [colspan="5"] {
  width: 100%;
  padding: 0;
}
.table-manage-user.alt td td {
  padding: 20px 5px 20px 15px;
}
.table-manage-user .btn {
  min-width: 68px;
  padding: 5px 12px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.table-manage-user .btn.right {
  top: 0;
  right: 0;
  min-width: 100px;
  position: absolute;
}
.table-manage-user .btn.edit {
  top: auto;
  left: auto;
  padding: 0;
  right: auto;
  color: #00afef;
  border-width: 0;
  font-size: 20px;
  background: none;
  min-width: inherit;
  position: relative;
}
.table-manage-user .btn.edit:hover,
.table-manage-user .btn.edit:focus,
.table-manage-user .btn.edit:active,
.table-manage-user .btn.edit:active:focus {
  color: #76daff;
  background: none;
  box-shadow: none;
}
.table-manage-user .btn.add-more-trs {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  min-width: inherit;
  position: relative;
  background: #fff;
  border: solid #00afef 2px;
}
.table-manage-user .btn.add-more-trs:after,
.table-manage-user .btn.add-more-trs:before {
  top: 50%;
  left: 50%;
  content: '';
  background: #00afef;
  position: absolute;
  transition: all 0.25s;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.table-manage-user .btn.add-more-trs:before {
  width: 2px;
  height: 10px;
}
.table-manage-user .btn.add-more-trs:after {
  width: 10px;
  height: 2px;
}
.table-manage-user .btn.add-more-trs:hover {
  outline: none;
  background: #fff;
  border-color: #76daff;
  box-shadow: none !important;
}
.table-manage-user .btn.add-more-trs:hover:after,
.table-manage-user .btn.add-more-trs:hover:before {
  background: #76daff;
}
.table-manage-user .btn.add-more-trs.active {
  box-shadow: none !important;
}
.table-manage-user .btn.add-more-trs.active:before {
  transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
}
.table-manage-user table {
  width: 100%;
}
.table-manage-user .invisible {
  display: none;
}
.table-manage-user .tr-active > td {
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .table-manage-user {
    font-size: 14px;
    line-height: 1.25;
  }
}
.table-holder .table-manage-user.alt .tr-active > td {
  background: none;
  font-weight: 400;
}
.table-holder .table-manage-user.alt .tr-active > td table .tr-active > td {
  background: #f1f1f1;
  font-weight: 600;
}
/*	individual-study	*/
.individual-study {
  position: relative;
}
.individual-study .study-page-update-patient-bttns-container {
  margin-bottom: 25px;
}
.individual-study .main-head {
  font-size: 21px;
  line-height: 1.25;
  color: #101010;
  margin: 0 0 25px;
}
.individual-study .main-head p {
  margin: 0 0 15px;
}
.individual-study .info-cell {
  font-weight: 600;
  margin: 0 30px 0 0;
}
.individual-study .main-heading {
  margin: 0 0 34px;
}
.individual-study .form-search {
  margin: 0 0 32px;
}
.individual-study .form-search .fields-holder {
  position: absolute;
  top: 0;
  right: 690px;
  left: 0;
}
.individual-study .form-search .btns-popups {
  margin: 0 0 0 0px;
  font-size: 0;
  line-height: 0;
}
.individual-study .form-search .btns-popups .btn {
  padding: 6px 12px !important;
  line-height: 25px;
}
.individual-study .form-search > div {
  margin: 0;
}
.individual-study .form-search > div.btns {
  padding: 0;
  width: 39.5%;
}
.individual-study .form-search > div.btns > div {
  padding: 0 6px 12px;
}
.individual-study .form-search .btn-primary {
  top: auto;
  left: auto;
  right: auto;
  display: block;
  padding: 6px 4px;
  position: relative;
  min-width: inherit;
}
.individual-study .form-search .search-area {
  width: 33.33%;
}
.individual-study .form-search .select {
  width: 17.9%;
}
.individual-study .form-search .btn-email {
  width: 38%;
}
.individual-study .form-search .btn-import {
  width: 28%;
}
.individual-study .form-search .btn-download {
  width: 34%;
}
@media screen and (max-width: 1650px) {
  .individual-study .form-search > div.btns {
    width: auto;
    padding: 0;
  }
  .individual-study .form-search .btn-email {
    width: 251px;
  }
  .individual-study .form-search .btn-import {
    width: 150px;
  }
  .individual-study .form-search .btn-download {
    width: 200px;
  }
  .individual-study .form-search .btn-import {
    width: 143px;
  }
  .individual-study .form-search .search-area {
    width: 33.3333%;
    clear: right;
  }
  .individual-study .form-search .select {
    width: 33.3333%;
  }
}
/*	stats  */
.stats {
  margin: 0;
  background: #fff;
  position: relative;
  border: solid 2px #f78e1e;
}
.stats .head {
  color: #fff;
  overflow: hidden;
  padding: 16px 15px;
  background: #f78e1e;
}
.stats .head h2 {
  margin: 0;
  float: left;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
}
.stats .opener {
  width: 20px;
  height: 20px;
  float: right;
  background: #fff;
  border-radius: 2px;
  position: relative;
  border: solid 2px #00afef;
}
.stats .opener:after,
.stats .opener:before {
  top: 50%;
  left: 50%;
  content: '';
  background: #00afef;
  position: absolute;
  transition: all 0.25s;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.stats .opener:before {
  width: 2px;
  height: 10px;
}
.stats .opener:after {
  width: 10px;
  height: 2px;
}
.stats .opener:hover {
  outline: none;
  background: #fff;
  border-color: #76daff;
  box-shadow: none;
}
.stats .opener:hover:after,
.stats .opener:hover:before {
  background: #76daff;
}
.stats.active .opener:before {
  transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
}
.stats .row {
  margin: 0 -12px;
}
.stats [class^="col-"],
.stats [class*=" col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.stats .infoarea {
  margin: 0;
  padding: 25px 32px 13px;
}
.stats .infoarea .number {
  padding: 0 34px 0 0;
}
.stats .green .box {
  background: #a0cf67;
}
.stats .green .box:nth-child(2) {
  background: #c0e890;
}
.stats .orange .box {
  background: #f78e1e;
}
.stats .orange .box:nth-child(2) {
  background: #ffc689;
}
.stats .box,
.stats .box:last-child {
  padding: 8px 10px 16px 20px;
}
.stats .box {
  margin: 0 0 12px;
  position: relative;
}
.stats .box [class^="icomoon-"],
.stats .box [class*=" icomoon-"] {
  top: 20px;
  right: 20px;
  font-size: 30px;
  position: absolute;
}
.stats .box .icomoon-phone {
  font-size: 34px;
}
.stats .box .icomoon-chat-up {
  top: 21px;
  font-size: 36px;
}
.stats .box .icomoon-user-in {
  font-size: 29px;
}
.stats .box .icomoon-icon_clock_alt {
  top: 19px;
  font-size: 35px;
}
.stats .box .icomoon-chat-down {
  top: 21px;
  font-size: 38px;
}
.stats .number {
  display: block;
  font-size: 46px;
  margin: 0 0 17px;
}
.stats h3 {
  margin: 0;
  color: #333;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .stats .number {
    font-size: 32px;
  }
  .stats h3 {
    font-size: 20px;
  }
}
.btn-default.btn-enter {
  display: initial;
  top: 4px;
  right: 4px;
  padding: 1px 11px 1px 10px;
  position: absolute;
}
.btn-default.btn-enter + .form-control {
  padding-right: 61px;
}
.patients-list-area {
  min-height: 784px;
  position: relative;
}
.patients-list-area:before,
.patients-list-area:after {
  content: " ";
  display: table;
}
.patients-list-area:after {
  clear: both;
}
.patients-list-area:before,
.patients-list-area:after {
  content: " ";
  display: table;
}
.patients-list-area:after {
  clear: both;
}
.board-holder.margin-fix {
  margin-top: 140px;
}
.patients-list-area-holder {
  position: relative;
}
.patients-list-area-holder .patients-form-closer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  z-index: 1000;
  display: none;
  position: fixed;
  visibility: hidden;
  background-color: #fff;
}
.patients-list-area-holder .patients-list-area.form-active + .patients-form-closer {
  opacity: 0.5;
  display: block;
  visibility: visible;
}
/* nav-status */
.nav-status {
  float: left;
  width: 100%;
  z-index: 1;
  margin: 0;
  position: relative;
}
.nav-status .list-inline {
  height: 784px;
  min-height: 784px;
}
.nav-status ul {
  margin: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.nav-status ul li {
  padding: 0;
  display: table-cell;
  position: relative;
  vertical-align: top;
  cursor: default;
}
.nav-status .stick .opener {
  position: fixed;
  top: 71px;
  z-index: 1000;
}
.nav-status .stick .opener .number {
  top: 17px;
}
.nav-status .stick .slide {
  margin-top: 0;
}
.nav-status .opener {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1;
  min-height: 59px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  background: #f78e1e;
  text-transform: uppercase;
  padding: 16px 5px 16px 10px;
}
.nav-status .opener:before {
  content: '';
  width: 1px;
  height: 32px;
  margin: 0 0 0 -4px;
  display: inline-block;
  vertical-align: middle;
}
.nav-status .opener.active {
  background: #ffc689;
}
.nav-status .opener .text {
  white-space: normal;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.nav-status .opener .number {
  height: 26px;
  width: auto;
  min-width: 26px;
  color: #00afef;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #fff;
  margin-right: 8px;
}
.nav-status li.active .opener {
  background: #ffc689;
}
.nav-status li.hover {
  background: #C0E890;
}
.nav-status .slide {
  background: #fff;
  margin: 0 -2px 30px 0;
  border: solid 2px #ccc;
}
.nav-status .slide ul {
  margin: 0;
  padding: 0;
  display: block;
}
.nav-status .slide ul li {
  height: 178px;
  padding: 3px;
  display: block;
  position: relative;
  cursor: pointer;
}
.nav-status .slide ul li + li {
  border-top: solid 2px #ccc;
}
.nav-status .slide ul li.patient-selected .patient-inner,
.nav-status .slide ul li:hover .patient-inner {
  height: 100%;
  background: #00afef;
}
.nav-status .slide ul li.patient-selected a,
.nav-status .slide ul li:hover a {
  color: #fff;
}
.nav-status .slide ul li.patient-selected a:before,
.nav-status .slide ul li:hover a:before {
  opacity: 1;
}
.nav-status .slide ul li.patient-selected a time,
.nav-status .slide ul li:hover a time {
  color: #fff;
}
.nav-status .slide ul li.patient-selected a.has-counter,
.nav-status .slide ul li:hover a.has-counter {
  background: #fff;
}
.nav-status .slide ul li.patient-selected a.has-counter time,
.nav-status .slide ul li:hover a.has-counter time {
  display: none;
}
.nav-status .slide ul li.patient-selected a.has-counter .btn-reply,
.nav-status .slide ul li:hover a.has-counter .btn-reply {
  display: block;
}
.nav-status .slide ul li.patient-selected a.has-counter .msg,
.nav-status .slide ul li:hover a.has-counter .msg,
.nav-status .slide ul li.patient-selected a.has-counter time,
.nav-status .slide ul li:hover a.has-counter time {
  display: none;
}
.nav-status .slide ul li.patient-selected a.has-counter .counter-circle,
.nav-status .slide ul li:hover a.has-counter .counter-circle {
  display: none;
}
.nav-status .slide ul li.patient-selected a.has-counter .msg-alert,
.nav-status .slide ul li:hover a.has-counter .msg-alert {
  border-top: solid 2px #fff;
}
.nav-status .slide ul li .btn-reply {
  margin: 0 auto;
  display: none;
}
.nav-status .slide a {
  font-size: 16px;
  line-height: 1.25;
  display: block;
  color: #181818;
  padding: 11px 13px;
  transition: unset;
}
.nav-status .slide a > * {
  z-index: 2;
  position: relative;
}
.nav-status .slide a.patient-selected {
  color: #fff;
  background: #00afef;
}
.nav-status .slide a.patient-selected .msg-alert time {
  color: #fff;
}
.nav-status .slide a.bottom {
  padding-top: 0;
}
.nav-status .slide a.bottom time {
  transition: unset;
}
.nav-status .slide .phone,
.nav-status .slide .email {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
}
@media screen and (max-width: 1600px) {
  .nav-status .slide .phone,
  .nav-status .slide .email {
    font-size: 12px;
    line-height: 1.25;
  }
}
.nav-status .name {
  display: block;
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (max-width: 1600px) {
  .nav-status .name {
    font-size: 12px;
    line-height: 1.25;
  }
}
.nav-status .name span {
  display: block;
}
.nav-status .name span.first-name,
.nav-status .name span.last-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-status .counter {
  top: 15px;
  right: 18px;
  font-size: 22px;
  position: absolute;
}
.nav-status .counter .number {
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  background: #f78e1e;
  border-radius: 100%;
}
.nav-status .msg-alert {
  font-size: 14px;
  overflow: hidden;
  padding: 11px 0 0;
  border-top: solid 2px #ccc;
}
@media screen and (max-width: 1600px) {
  .nav-status .msg-alert {
    font-size: 12px;
    line-height: 1.25;
  }
}
.nav-status .msg-alert .msg {
  padding: 0 0 3px;
}
.nav-status .msg-alert p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-status .msg-alert .time {
  overflow: hidden;
}
.nav-status .msg-alert .counter-circle {
  position: absolute;
  margin: 0 0 0 5px;
  right: 0px;
}
.nav-status .msg-alert time {
  display: block;
  height: 20px;
  color: #949ca1;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
}
.nav-status .msg-alert .btn-primary {
  color: #9c6;
  border-color: #9c6;
  background: #fff;
}
.nav-status .msg-alert .btn-primary:focus,
.nav-status .msg-alert .btn-primary:active:focus,
.nav-status .msg-alert .btn-primary:hover {
  background: #9c6;
  color: #fff;
  border-color: #9c6;
}
@media screen and (max-width: 1600px) {
  .nav-status .opener {
    padding: 5px 5px 5px 10px;
    font-size: 12px;
    line-height: 1.25;
  }
  .nav-status .opener:before {
    height: 46px;
  }
  .nav-status .opener .text {
    margin-right: 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .nav-status .opener .number {
    height: 20px;
    min-width: 20px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .nav-status .opener .text {
    font-size: 10px;
  }
}
@media screen and (min-width: 1570px) {
  .nav-status .opener .text {
    font-size: 12px;
    margin-right: 10px;
  }
}
/* counter-circle */
.counter-circle {
  color: #fff;
  margin: 0 3px;
  min-width: 18px;
  font-weight: 600;
  min-height: 18px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  background: #a0cf67;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}
.table .counter-circle {
  margin-top: -2px;
}
/* coming-soon */
.coming-soon {
  position: relative;
  text-align: center;
}
.coming-soon .table-box {
  display: table;
  width: 100%;
  height: 79vh;
  table-layout: fixed;
}
.coming-soon .table-cell {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.coming-soon .sub-holder {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  padding: 0 0 280px 319px;
}
.coming-soon .img-holder {
  left: 0;
  bottom: 0;
  padding: 0 0 20px;
  position: absolute;
}
.coming-soon .img-holder .imgage {
  z-index: 2;
  position: relative;
}
.coming-soon .img-holder .bottom {
  left: 50%;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.coming-soon .msg {
  font-size: 80px;
  line-height: 1;
  width: 556px;
  height: 364px;
  padding: 80px 50px 100px;
  background: url(/admin/bubble2.44ba68364c1b0c6ae5808496baacb748.png) no-repeat;
  background-size: 100% 100%;
}
.pp {
  top: 0;
  left: 0;
  position: absolute;
}
.pp + #wrapper {
  z-index: 2;
  opacity: 0.65;
}
.datepicker-modal .modal-dialog {
  width: 590px;
}
.datepicker-modal .modal-body {
  padding: 25px 25px 0 25px;
}
.datepicker-modal .modal-body .schedule-form {
  margin-bottom: 25px;
}
.datepicker-modal .modal-body .rdr-Calendar {
  width: 100% !important;
  padding: 0 !important;
  border: #f78e1e solid 2px;
  border-bottom: none;
  border-radius: 0 !important;
}
.datepicker-modal .modal-body .rdr-Calendar .rdr-Day {
  width: 76px !important;
  height: 58px !important;
  font-size: 18px !important;
}
.datepicker-modal .modal-body .rdr-Calendar .rdr-WeekDay {
  height: 40px !important;
  font-size: 18px !important;
}
.datepicker-modal .modal-body .current-date {
  height: 42px;
  background-color: #f78e1e;
  display: block;
  margin-top: 0;
  border-left: 2px solid #f78e1e;
  border-right: 2px solid #f78e1e;
  border-bottom: 2px solid #f78e1e;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  transition: all 0.25s;
  margin-bottom: 25px;
}
.datepicker-modal .modal-body .current-date:hover {
  background-color: #a0cf67;
}
.fixed-table {
  position: relative;
}
.home-page .fixed-table {
  padding: 113px 0 0;
}
@media screen and (max-width: 1600px) {
  .home-page .fixed-table {
    padding: 127px 0 0;
  }
}
.fixed-table .fixed-table-sticky-header {
  top: 71px !important;
  background-color: #ffffff;
  z-index: 9;
}
.fixed-table .fixed-table-sticky-header[style*=" fixed;"] {
  border-bottom: solid 2px #ccc;
}
.global-pms-chat-call-record-text [class^="icomoon-"],
.global-pms-chat-call-record-text [class*=" icomoon-"],
.global-pms-chat-call-record-text [class^="icomoonv2-"],
.global-pms-chat-call-record-text [class*=" icomoonv2-"] {
  top: 5px;
  left: 0;
  width: 30px;
  color: #00afef;
  position: absolute;
}
.global-pms-chat-call-record-text [class^="icomoon-"].incoming,
.global-pms-chat-call-record-text [class*=" icomoon-"].incoming,
.global-pms-chat-call-record-text [class^="icomoonv2-"].incoming,
.global-pms-chat-call-record-text [class*=" icomoonv2-"].incoming {
  color: #f78e1e;
}
.post-holder.call,
.post-msg.call {
  padding-left: 35px !important;
}
.field.add-indications .btn {
  padding: 5px 12px;
}
.btn-default-padding {
  padding: 5px 12px !important;
}
.show-pdf-link {
  cursor: pointer;
}
.edit-site-holder {
  overflow: auto !important;
}
.form-lightbox .text-right .btn {
  margin-left: 12px;
}
.not-found-page {
  margin-top: 30px;
}
.not-found-page .img-holder > img {
  margin: 0 auto;
}
.not-found-page h3 {
  margin: 0;
}
.not-found-page h2 {
  margin: 5px;
  color: #f78e1e;
  text-transform: uppercase;
}
.not-found-page .buttons {
  margin: 50px 0 0 0;
}
.not-found-page .buttons .btn-live {
  background-color: #00aeef;
  border-color: #00aeef;
  border-radius: 0px;
  height: 40px;
  width: 186px;
  font-size: 19px;
  box-shadow: 0 5px 0px 0px #d0d2d3;
  margin: 16px 10px;
}
.not-found-page .buttons .btn-live:hover {
  background-color: #76daff;
  border-color: #76daff;
}
.not-found-page .buttons .btn-fire {
  margin: 16px 10px;
  background-color: #a0ce66;
  border-color: #a0ce66;
  border-radius: 0px;
  height: 40px;
  width: 186px;
  font-size: 19px;
  box-shadow: 0 5px 0px 0px #d0d2d3;
}
.not-found-page .buttons .btn-fire:hover {
  background-color: #c0e890;
  border-color: #c0e890;
}
.not-found-page .complaint_image {
  margin: 10px 0 0 168px;
}
.default-cursor {
  cursor: default !important;
}
.default-cursor th {
  cursor: default !important;
}
.Select-control .Select-input > input {
  padding: 6px 0;
  line-height: inherit !important;
}
.form-search .form-control {
  padding: 4px 11px 2px;
}
.tooltip-element {
  display: inline-block;
}
.active-table-row .tooltipClass,
.active-table-row:hover .tooltipClass {
  font-weight: bold;
}
.sponsor-report-tooltip,
.download-report-tooltip {
  font-weight: bold;
  font-size: 18px;
  padding: 3px 8px;
}
.sponsor-report-tooltip .tooltip-inner,
.download-report-tooltip .tooltip-inner {
  background-color: #76daff;
}
.sponsor-report-tooltip .tooltip-arrow,
.download-report-tooltip .tooltip-arrow {
  border-top-color: #76daff !important;
}
.tooltipClass.type-info {
  background-color: #00AFEF;
  font-size: 18px;
  font-weight: bold;
  pointer-events: auto;
  padding: 3px 8px;
}
.tooltipClass.type-info.place-top::after {
  border-top-color: #00AFEF;
}
.tooltipClass.type-info.place-right::after {
  border-right-color: #00AFEF;
}
.tooltipClass:hover {
  visibility: visible;
  opacity: 1;
}
.__react_component_tooltip.type-info.tooltipClass {
  background-color: #00AFEF;
  opacity: 1;
}
.__react_component_tooltip.type-info.tooltipClass.place-top::after {
  border-top-color: #00AFEF;
}
.__react_component_tooltip.type-info.tooltipClass.place-right::after {
  border-right-color: #00AFEF;
}
.notifications tbody tr td .desc a:hover,
.notifications tbody tr td .desc a:focus {
  font-weight: normal;
  text-decoration: underline;
  color: #76daff;
}
.notifications tbody tr:hover td .desc a {
  font-weight: normal;
}
.pie-chart.empty .arc path {
  fill: #ffffff !important;
  stroke: rgba(0, 0, 0, 0.5) !important;
}
.container {
  display: block;
  font-size: 24px;
}
.aside-chat .scroll-holder .custom-select-drop .field button {
  top: 29px;
  right: 29px;
}
a.btn.disabled,
fieldset[disabled] {
  pointer-events: all;
}
.r-ss-remove-button {
  opacity: 0.25;
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 0;
  color: #333;
  background-color: #ccc;
  font-size: 10px;
  border: 1px solid #333;
  cursor: pointer;
  z-index: 1;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.r-ss-remove-button > span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: 'X';
  line-height: normal;
}
.r-ss-remove-button:hover,
.r-ss-remove-button:focus {
  opacity: 1;
  color: #000;
  background-color: #eee;
}
.r-ss-wrap {
  position: relative;
  width: 100%;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -moz-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.r-ss-wrap.r-ss-expanded {
  z-index: 11;
  background-color: #FFF;
}
.r-ss-wrap * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.r-ss-button {
  background: none;
  background-color: none;
  border: none;
}
.r-ss-trigger:hover {
  border-color: #00afef;
  cursor: pointer;
}
.r-ss-trigger {
  background-color: #ffffff;
  position: relative;
  display: block;
  line-height: 31px;
  padding: 0.25rem 50px 0.25rem 15px;
  border-color: #333;
  border: 2px solid #636363;
  text-decoration: none;
  color: #333;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -moz-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  outline: none;
  word-wrap: break-word;
}
.r-ss-trigger .r-ss-selected-label {
  padding: 0 0.5rem;
  border-left: 1px solid #9e9e9e;
}
.r-ss-trigger .r-ss-selected-label:first-child {
  padding-left: 0;
  border-left: none;
}
.r-ss-trigger.r-ss-disabled {
  background-color: #eee;
  cursor: not-allowed !important;
}
.r-ss-trigger.r-ss-disabled:focus {
  border-color: rgba(51, 51, 51, 0.45);
}
.r-ss-trigger.r-ss-open {
  background-clip: padding-box;
}
.r-ss-trigger.r-ss-open:focus {
  border-color: rgba(51, 51, 51, 0.45);
}
.r-ss-trigger.r-ss-placeholder {
  color: #101010;
  cursor: pointer;
}
.r-ss-trigger:focus {
  border-color: black;
}
.r-ss-trigger .r-ss-selection-clear {
  top: 13px;
  right: 32px;
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 0;
  color: #999;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.r-ss-trigger .r-ss-selection-clear > span:before {
  position: absolute;
  top: -7.5px;
  right: 0;
  width: 100%;
  height: 100%;
  content: '×';
  line-height: normal;
}
.r-ss-trigger .r-ss-selection-clear:hover,
.r-ss-trigger .r-ss-selection-clear:focus {
  opacity: 1;
  color: #D0021B;
  outline: none;
}
.r-ss-trigger .carat {
  position: absolute;
  right: 12px;
  top: 17px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
}
.r-ss-trigger .carat.up {
  bottom: 1px;
  border-color: #999 transparent transparent transparent;
}
.r-ss-trigger .carat.down {
  bottom: 1px;
  border-color: #999 transparent transparent transparent;
}
.r-ss-trigger .carat.down:hover {
  border-color: #666 transparent transparent transparent;
}
.r-ss-search-aria-label {
  display: none;
}
.r-ss-search-inner {
  position: relative;
  height: 44px;
  padding: 2px 3px 0 3px;
  margin: 0 auto;
}
.r-ss-search-inner input {
  border-color: #ccc;
  border: 2px solid #ccc;
  text-decoration: none;
  color: #333;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -moz-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  width: 100%;
  height: 40px;
  padding: 5px 35px 5px 14px;
  font-size: 18px;
  line-height: 1.42857143;
}
.r-ss-search-inner .r-ss-search-clear {
  top: 13px;
  right: 31px;
  width: 18px;
  height: 18px;
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 0;
  color: #999;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.r-ss-search-inner .r-ss-search-clear > span:before {
  position: absolute;
  top: -7.5px;
  right: 0;
  width: 100%;
  height: 100%;
  content: '×';
  line-height: normal;
}
.r-ss-search-inner .r-ss-search-clear:hover,
.r-ss-search-inner .r-ss-search-clear:focus {
  opacity: 1;
  color: #D0021B;
  outline: none;
}
.r-ss-search-inner .r-ss-magnifier {
  position: absolute;
  top: 7px;
  right: 0.25rem;
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpiZMAPHIDYH4gNoPwLQLwQShME84H4PxCfB+IGIO6Hsv9D2QQ1vwfiACxyCVC5fnzO/o9DM7Ih/5G8hgJgTiUEQGr6mbBIgEzdSIQBB0BqmRjIBx9BBDYDHkCjjhDwxxWdxARiAFSNAznRGACVm49NowA0dN9jSUgNSAkJr+b/SNHoAFW8H4r7cTkbXbMAKdFBkWYQWE+JZmYg1gTiD0AcCKVJAgABBgCVaTZGiswDxwAAAABJRU5ErkJggg==');
  cursor: pointer;
}
.r-ss-dropdown {
  position: absolute;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFF;
  border: 2px solid #CCC;
  max-height: 364px;
  width: 100%;
}
.r-ss-dropdown .r-ss-options-wrap {
  position: relative;
  max-height: 316px;
  width: 100%;
  overflow-y: auto;
  padding: 3px;
}
.r-ss-dropdown .r-ss-dropdown-options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.r-ss-dropdown .r-ss-option-group-heading {
  width: 100%;
  word-wrap: break-word;
  padding: 0.25rem;
  background-color: #EDEDED;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  border-top: 1px solid rgba(51, 51, 51, 0.45);
  border-bottom: 1px solid rgba(51, 51, 51, 0.45);
  margin-top: 0.5rem;
  padding: 0.5rem 0.25rem;
}
.r-ss-dropdown .r-ss-option-group-heading:focus,
.r-ss-dropdown .r-ss-option-group-heading::selection,
.r-ss-dropdown .r-ss-option-group-heading.focused {
  outline: none;
  background-color: rgba(0, 136, 204, 0.1);
  border-color: 1px solid #000;
}
.r-ss-dropdown .r-ss-dropdown-option {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  word-wrap: break-word;
  padding: 7px;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.r-ss-dropdown .r-ss-dropdown-option:last-child {
  border-bottom: none;
}
.r-ss-dropdown .r-ss-dropdown-option:hover {
  background-color: #00AFEF;
  color: #FFF;
}
.r-ss-dropdown .r-ss-dropdown-option.active {
  background-color: rgba(51, 51, 51, 0.2);
}
.r-ss-dropdown .r-ss-dropdown-option.r-ss-selected {
  background-color: #00AFEF;
  color: #FFF;
}
.r-ss-dropdown .r-ss-dropdown-option:focus,
.r-ss-dropdown .r-ss-dropdown-option::selection {
  outline: none;
}
.r-ss-page-fetch-indicator {
  list-style: none;
  border-top: 1px solid rgba(51, 51, 51, 0.45);
  opacity: 0.5;
  margin: 0;
  padding: 0.25rem 0;
}
.r-ss-loader {
  display: block;
  margin: 0.5rem;
  background-image: url('data:image/gif;base64,R0lGODlhHwAfAPUAAP///zMzM+zs7Nra2snJyb6+vrS0tOLi4sbGxq6urunp6d/f37q6urKysr+/v9bW1vf397m5udzc3Orq6l5eXlFRUXJycs/Pz4yMjKenp3d3d/r6+oaGhmpqatHR0fn5+WxsbFpaWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==');
  background-position: center center;
  background-repeat: no-repeat;
  height: 31px;
}
.r-ss-tag {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 7px;
  margin: 0 0 0.25rem 0.95rem;
  background-color: #EDEDED;
  color: #333;
  max-width: 95%;
  min-height: 24px;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 1px 1px 1px #333;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.r-ss-tag:after {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 9px;
  height: 5px;
  width: 5px;
  background-color: #FFF;
  border: 1px solid #999;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.r-ss-tag:before {
  content: '';
  position: absolute;
  left: -23px;
  top: 0;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #EDEDED;
}
.r-ss-tag .r-ss-tag-remove {
  top: 2px;
  right: 2px;
  opacity: 0.25;
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 0;
  color: #333;
  background-color: #ccc;
  font-size: 10px;
  border: 1px solid #333;
  cursor: pointer;
  z-index: 1;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.r-ss-tag .r-ss-tag-remove > span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: 'X';
  line-height: normal;
}
.r-ss-tag .r-ss-tag-remove:hover,
.r-ss-tag .r-ss-tag-remove:focus {
  opacity: 1;
  color: #000;
  background-color: #eee;
}
.r-ss-dropdown-option .close-icon {
  display: none;
}
.r-ss-dropdown-option.r-ss-selected .close-icon {
  display: inline-block;
  right: 1px;
  top: 10px;
  color: #fff;
  position: absolute;
}
.r-ss-option-group-heading .close-icon {
  display: none;
}
.r-ss-option-group-heading .selected {
  position: relative;
  background-color: #00AFEF !important;
  color: #ffffff;
}
.r-ss-option-group-heading .selected .close-icon {
  display: inline-block;
  right: 1px;
  top: 6px;
  color: #fff;
  position: absolute;
}
.r-ss-search-inner .icomoon-icon_search2 {
  position: absolute;
  top: 4px;
  right: 11px;
  overflow: hidden;
  width: 21px;
  max-height: 100%;
  font-size: 15px;
  line-height: 36px;
  cursor: pointer;
  padding-left: 5px;
}
.r-ss-search-inner .icomoon-icon_search2:before {
  margin-right: 20px;
}
.r-ss-search-inner input:hover,
.r-ss-search-inner input:focus {
  border-color: #00afef;
}
.multi-select-checkbox .multi-select-checkbox-input .caret-arrow {
  right: 25px;
  position: absolute;
  top: 21px;
}
.multi-select-checkbox .multi-select-checkbox-input .caret-arrow:before {
  border-width: 4px 4px 0;
  border-color: #636363 transparent transparent;
}
.multi-select-checkbox .has-error {
  border-color: #f00;
}
.multi-select-checkbox .multi-select-checkbox-dropdown-wrap {
  border: 2px solid #ccc;
  padding: 3px;
}
.multi-select-checkbox .multi-select-checkbox-dropdown-wrap .multi-select-checkbox-dropdown-search-input {
  border-color: #ccc;
}
.multi-select-checkbox .multi-select-checkbox-dropdown-wrap .multi-select-checkbox-dropdown-list-row {
  padding: 8px 7px 8px 5px;
}
.multi-select-checkbox:hover {
  cursor: pointer;
}
.multi-select-checkbox-selected-wrap {
  margin: 15px 0 15px;
  border-radius: 3px;
  max-height: 200px;
  overflow: auto;
  border: 2px solid #636363;
}
.multi-select-checkbox-selected-wrap .multi-select-checkbox-selected-item-wrap {
  border-width: 0;
  background: none;
  font-size: 18px;
  line-height: 1.42857;
  padding: 7px 50px 7px 15px;
  position: relative;
}
.multi-select-checkbox-selected-wrap .multi-select-checkbox-selected-item-wrap:hover {
  font-weight: 600;
  background: #f1f1f1;
}
.multi-select-checkbox-selected-wrap .multi-select-checkbox-selected-item-wrap .btn-remove {
  top: 50%;
  right: 15px;
  color: #636363;
  position: absolute;
  transform: translate(0, -50%);
}
.multi-select-checkbox-selected-wrap .multi-select-checkbox-selected-item-wrap .btn-remove:hover {
  color: #999;
  cursor: pointer;
}
/***************************************************************************************
*************************** Admin Home Page ********************************************
****************************************************************************************/
#adminHomePage h1 {
  font-size: 40px;
  text-transform: uppercase;
}
#adminReportsPage h1 {
  font-size: 40px;
  text-transform: uppercase;
}
#btnsPopupsHolder {
  height: 40px;
  margin: 0 0 30px;
  width: 100%;
}
#btnsPopupsHolder .col {
  padding: 0 6px;
}
#infoSection {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
#infoSection a {
  color: #00afef;
  cursor: pointer;
}
#infoSection a:hover {
  color: #76daff;
  text-decoration: underline;
}
#infoSection h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
#infoSection h2 span {
  margin: 0 10px 0 0;
}
#infoSection .head {
  height: 40px;
  margin: 0 0 10px;
  width: 100%;
}
#infoSection .tiles section {
  background: #fff;
  border: 2px solid #00afef;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 10px;
}
#infoSection .title {
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#infoSection .part {
  border: 2px solid;
  float: left;
  height: 390px;
  margin: 10px;
  width: calc(25% - 20px);
}
#infoSection .clickable {
  cursor: pointer;
  color: #00afef;
}
#infoSection .clickable:hover {
  text-decoration: underline;
  color: #76daff;
}
#infoSection .part ul {
  margin: 10px;
  padding: 0;
}
#infoSection .part li {
  list-style: none;
}
#infoSection .part li label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  width: 35%;
}
#infoSection .part li span {
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  width: 65%;
}
@media screen and (max-width: 1199px) {
  #infoSection .part li span {
    width: 50%;
  }
  #infoSection .part li label {
    width: 50%;
  }
}
#infoSection .part.campaign li label {
  width: 50%;
}
#infoSection .part.campaign li span {
  width: 50%;
}
#infoSection .part.stat li label {
  width: 80%;
}
#infoSection .part.stat li span {
  text-align: right;
  width: 20%;
}
#infoSection .loading {
  text-align: center;
}
#infoSection .active-study {
  color: #a0cf67;
}
#infoSection .inactive-study {
  color: #f78e1e;
}
#mediaStatsBox {
  background: #fff;
  border: 2px solid #00afef;
  margin-bottom: 30px;
}
#mediaStatsTable {
  padding: 10px 20px;
}
#mediaStatsTable:hover {
  background-color: #00afef;
}
#mediaStatsTable table {
  cursor: pointer;
  width: 100%;
}
#mediaStatsTable tr {
  display: none;
  line-height: 35px;
}
#mediaStatsTable thead th {
  padding: 0 5px;
}
#mediaStatsTable thead th:first-child {
  padding: 0;
}
#mediaStatsTable th {
  text-transform: uppercase;
}
#mediaStatsTable td {
  text-align: center;
}
#mediaStatsTable thead tr {
  display: table-row;
}
#mediaStatsTable thead th {
  text-align: center;
}
#mediaStatsTable tr.alwaysVisible {
  display: table-row;
}
#mediaStatsTableSubheader {
  background-color: #00afef;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
}
#mediaStatsTableSubheader div {
  margin-right: 15px;
}
@media screen and (max-width: 1520px) {
  #mediaStatsTable th {
    font-size: 16px;
  }
  #mediaStatsTable tr {
    line-height: 32px;
  }
}
@media screen and (max-width: 1360px) {
  #mediaStatsTable th {
    font-size: 14px;
  }
  #mediaStatsTable tr {
    line-height: 28px;
  }
}
@media screen and (max-width: 1210px) {
  #mediaStatsTable th {
    font-size: 13px;
  }
  #mediaStatsTable tr {
    line-height: 26px;
  }
}
@media screen and (max-width: 1100px) {
  #mediaStatsTable th {
    font-size: 12px;
  }
}
#adminHomePage {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#adminHomePage .filters-btns .admin-search-campaign {
  min-width: 310px;
}
.expanded #mediaStatsTable tr {
  display: table-row;
}
.expendableSection .showMoreBtn {
  background: #ddd;
  display: block;
  font-weight: bold;
  outline: none;
  padding: 17px;
  text-align: center;
  width: 100%;
}
.expendableSection .showMoreBtn:hover {
  background: #ccc;
}
.color.red {
  color: #f33;
}
.color.yellow {
  color: #ffe11a;
}
.color.green {
  color: #a0cf67;
}
.color.purple {
  color: #873fbd;
}
.capitalize {
  text-transform: capitalize;
}
/***************************************************************************************
*************************** Admin Study Stats Page *************************************
****************************************************************************************/
#adminStudyStatsPage {
  padding: 20px;
}
#adminStudyStatsPage .campaignStats {
  background: #fff;
  border: 2px solid #00afef;
  margin: 0 0 30px;
}
#adminStudyStatsPage .campaignInfo {
  border-bottom: 2px solid #00afef;
  padding: 5px 20px;
}
#adminStudyStatsPage .campaignInfo span {
  margin-right: 30px;
}
#adminStudyStatsPage .campaignInfo strong {
  text-transform: uppercase;
}
.campaignStatsTable {
  padding: 10px 20px;
}
.campaignStatsTable table {
  width: 100%;
}
.campaignStatsTable tr {
  display: none;
  height: 35px;
}
.campaignStatsTable thead th {
  padding: 0 5px;
}
.campaignStatsTable thead th:first-child {
  padding: 0;
}
.campaignStatsTable th {
  text-transform: uppercase;
}
.campaignStatsTable thead tr {
  display: table-row;
}
.campaignStatsTable tr.alwaysVisible {
  display: table-row;
}
.expanded .campaignStatsTable tr {
  display: table-row;
}
#studyGeneralInfo {
  background: #fff;
  border: 2px solid #00afef;
  margin: 0 0 30px;
  padding: 20px;
}
#studyGeneralInfo ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 40%;
}
#studyGeneralInfo li {
  line-height: 30px;
}
#studyGeneralInfo strong {
  text-transform: uppercase;
}
@media screen and (max-width: 1520px) {
  .campaignStatsTable th {
    font-size: 16px;
  }
  .campaignStatsTable tr {
    line-height: 32px;
  }
}
@media screen and (max-width: 1360px) {
  .campaignStatsTable th {
    font-size: 14px;
  }
  .campaignStatsTable tr {
    line-height: 28px;
  }
}
@media screen and (max-width: 1210px) {
  .campaignStatsTable th {
    font-size: 13px;
  }
  .campaignStatsTable tr {
    line-height: 26px;
  }
}
/***************************************************************************************
*************************** Admin Reports Page *****************************************
****************************************************************************************/
#reportTabs {
  margin: 0 0 30px;
  width: 100%;
}
#reportTabs .tab {
  background: #fff;
  border: 2px solid #00afef;
  border-bottom: none;
  border-right: none;
  font-weight: 600;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}
#reportTabs .tab:last-child {
  border-right: 2px solid #00afef;
}
#reportTabs .tab:hover,
#reportTabs .tab.active {
  background: #00afef;
  color: #fff;
  cursor: pointer;
}
#reportTabs .content-holder {
  background: #fff;
  border: 2px solid #00afef;
  padding: 10px;
}
#reportTabs section {
  display: none;
  font-size: 16px;
  margin: 0;
  min-height: 100px;
  visibility: hidden;
}
#reportTabs section.active {
  display: block;
  visibility: visible;
}
#reportTabs section.total {
  margin-top: -10px;
}
#reportTabs section table {
  width: 100%;
}
#reportTabs section .header {
  text-transform: uppercase;
}
#totalTabContent tr {
  line-height: 35px;
}
#totalTabContent th {
  text-transform: uppercase;
}
#totalTabContent td {
  text-align: center;
}
#totalTabContent thead th {
  padding: 0 5px;
}
#totalTabContent thead th:first-child {
  padding: 0;
}
@media screen and (max-width: 1330px) {
  #totalTabContent th {
    font-size: 14px;
  }
  #totalTabContent tr {
    line-height: 32px;
  }
}
#mediaSourceTabContent th {
  padding: 5px;
  text-transform: uppercase;
  vertical-align: top;
}
#mediaSourceTabContent th:first-child {
  padding-left: 0;
}
#mediaSourceTabContent td {
  padding: 5px;
  vertical-align: top;
}
#mediaSourceTabContent thead th {
  padding: 0 6px;
}
#mediaSourceTabContent thead th:first-child {
  padding: 0;
}
@media screen and (max-width: 1380px) {
  #mediaSourceTabContent th {
    font-size: 14px;
  }
}
#dispositionTable th {
  padding: 5px;
  text-transform: uppercase;
  vertical-align: top;
}
#dispositionTable th:first-child {
  padding-left: 0;
}
#dispositionTable td {
  padding: 5px;
  vertical-align: top;
}
#dispositionTable thead th {
  padding: 0 6px;
}
#dispositionTable thead th:first-child {
  padding: 0;
}
#studyEndDateRange th {
  padding: 5px;
  text-transform: uppercase;
  vertical-align: top;
}
#studyEndDateRange th:first-child {
  padding-left: 0;
}
#studyEndDateRange td {
  padding: 5px;
  vertical-align: top;
}
#studyEndDateRange thead th {
  padding: 0 6px;
}
#studyEndDateRange thead th:first-child {
  padding: 0;
}
/***************************************************************************************
*************************** Admin Study Edit Page **************************************
****************************************************************************************/
#adminStudyEditPage {
  height: calc(100vh - 80px);
  padding: 10px;
  min-width: 1200px;
}
#adminStudyEditPage .study-page-spinner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#adminStudyEditPage .study-blocks-wrapper {
  height: 100%;
}
#studyInfoSection {
  display: inline-block;
  height: 100%;
  overflow: auto;
  padding-right: 20px;
  vertical-align: top;
  width: 30%;
}
#studyInfoSection h2 {
  margin-top: 0;
}
#studyInfoSection .section {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}
#studyInfoSection .smallSection {
  margin-bottom: 20px;
}
#studyInfoSection .smallSection ul {
  margin-bottom: 20px;
}
#studyInfoSection .updateBtnSection {
  background: #ddd;
  margin: -20px 0 20px;
  padding: 10px;
  text-align: right;
}
#studyInfoSection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#studyInfoSection li {
  line-height: 30px;
  margin-bottom: 10px;
}
#studyInfoSection li.hasCheckbox div {
  display: inline-block;
  margin: 5px 10px 0 0;
  vertical-align: middle;
}
#studyInfoSection h3 {
  margin-top: 0;
}
#studyInfoSection .label {
  text-align: left;
}
#studyInfoSection .right-to-left .label {
  width: 63%;
}
#studyInfoSection .right-to-left .field {
  width: 37%;
}
#studyInfoSection .toggle {
  width: initial;
}
#studyInfoSection .required > label:before {
  content: '';
}
#studyInfoSection .landing-link:hover {
  color: #76daff !important;
  text-decoration: underline !important;
}
#studyEditSection {
  display: inline-block;
  height: 100%;
  padding: 60px 0 20px;
  vertical-align: top;
  width: 70%;
}
#editStudyTabs {
  min-width: 975px;
  height: 100%;
  width: 100%;
}
#editStudyTabs .tab {
  background: #fff;
  border: 2px solid #00afef;
  border-bottom: none;
  border-right: none;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  padding: 5px 4px 5px 8px;
  position: relative;
  text-transform: uppercase;
}
#editStudyTabs .tab:after {
  background-color: inherit;
  border: 2px solid #00afef;
  content: " ";
  display: block;
  height: 38px;
  position: absolute;
  right: -10px;
  top: -2px;
  transform: skewX(25deg);
  width: 40px;
  z-index: -1;
}
#editStudyTabs .tab:hover,
#editStudyTabs .tab.active {
  background: #00afef;
  color: #fff;
  cursor: pointer;
}
#editStudyTabs .content-holder {
  background: #fff;
  border: 2px solid #00afef;
  height: calc(100% - 36px);
  overflow-y: auto;
  padding: 20px;
}
#editStudyTabs section {
  display: none;
  font-size: 16px;
  height: 100%;
  margin: 0;
  visibility: hidden;
}
#editStudyTabs section.active {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1720px) {
  #editStudyTabs .tab {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  #editStudyTabs .tab {
    font-size: 12px;
    padding: 5px 2px 5px 4px;
  }
}
/************************** Notes tab **************************************/
#notesTabContent {
  height: 100%;
}
#notesTabContent form {
  padding: 0;
}
#notesTabContent .notesList {
  border: 2px solid #646464;
  height: calc(100% - 210px);
  margin-bottom: 20px;
  overflow-y: auto;
}
#notesTabContent .notesList .note-msg {
  margin: 25px;
  position: relative;
}
#notesTabContent .notesList .note-msg .note {
  border: 2px solid #636363;
  background-color: #f9f4b5;
  color: #101010;
}
#notesTabContent .notesList .note-msg .note-header {
  border-bottom: 2px solid #636363;
  background-color: #f8f197;
  height: 41px;
  position: relative;
  width: 100%;
}
#notesTabContent .notesList .note-msg .note-header .btn-trash {
  color: #636363;
  position: absolute;
  right: 10px;
  top: 7px;
}
#notesTabContent .notesList .note-msg .note-header .btn-trash:hover {
  color: #999;
  cursor: pointer;
}
#notesTabContent .notesList .note-msg .note-content {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 5px;
  min-height: 45px;
  position: relative;
  padding: 25px 25px 0;
}
#notesTabContent .notesList .note-msg .note-content p {
  color: #636363;
  word-wrap: break-word;
}
#notesTabContent .notesList .note-msg .note-userinfo {
  align-items: center;
  border-top: 2px solid #636363;
  display: flex;
  margin: 25px 25px 5px;
  position: relative;
}
#notesTabContent .notesList .note-msg .note-userinfo .img-holder {
  left: 0;
  position: relative;
  top: 0;
}
#notesTabContent .notesList .note-msg .note-userinfo .img-holder img {
  max-width: 96px;
  max-height: 96px;
  border-radius: 50%;
  padding-top: 5px;
}
#notesTabContent .notesList .note-msg .note-userinfo .info {
  flex: 1;
  margin-left: 15px;
  padding: 10px;
}
#notesTabContent .notesList .note-msg .note-userinfo .info .info-line {
  display: flex;
}
#notesTabContent .notesList .note-msg .note-userinfo .info .info-line .label {
  display: block;
  text-align: left;
  width: 65px;
}
#notesTabContent .notesList .note-msg .note-userinfo .info .info-line .content {
  border-bottom: 1px solid #636363;
  flex: 1;
  position: relative;
  top: -3px;
}
#notesTabContent .notesList .note-msg .note-userinfo .info .info-line .content span {
  color: #636363;
  padding: 0 0 5px;
}
#notesTabContent textarea {
  border-radius: 0;
  height: 130px;
  margin-bottom: 20px;
  resize: none;
}
#notesTabContent button {
  float: right;
}
#editStudyTabs label {
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
}
#editStudyTabs .field-row .label {
  text-align: left;
}
#MediaTrackingEdit {
  margin-bottom: 20px;
  margin-right: 20px;
}
/************************** Landing tab ************************************/
#landingPageEdit > form {
  margin-bottom: 30px;
}
#landingPageEdit > form .field-label {
  font-size: 18px;
}
#landingPageEdit .initial-text-message {
  margin-top: 30px;
}
#landingPageEdit .study-ad {
  margin-top: 30px;
}
#landingPageEdit .custom-info-fields {
  margin-top: 30px;
}
#landingPageEdit .rich-text-editor-container > div {
  border: 2px solid #636363;
}
#landingPageEdit .img-preview {
  margin: 10px 0;
}
/************************** Thank You tab **********************************/
.protocol-sp .sp-list {
  border: 2px solid #646464;
  margin: 25px 25px 0 25px;
}
.protocol-sp form {
  padding: 25px !important;
  margin-bottom: 25px;
}
.protocol-sp form textarea {
  resize: none;
  width: 100%;
}
#thankYouTabContent {
  height: 100%;
}
.dashboard-sponsor .custom-select,
.dashboard-protocol .custom-select,
.dashboard-cro .custom-select,
.dashboard-note .custom-select,
.dashboard-indication .custom-select {
  width: 25%;
}
.dashboard-sponsor .table tr:hover > td,
.dashboard-protocol .table tr:hover > td,
.dashboard-cro .table tr:hover > td,
.dashboard-note .table tr:hover > td,
.dashboard-indication .table tr:hover > td {
  font-weight: 600;
}
.dashboard-sponsor .table td,
.dashboard-protocol .table td,
.dashboard-cro .table td,
.dashboard-note .table td,
.dashboard-indication .table td,
.dashboard-sponsor .table th,
.dashboard-protocol .table th,
.dashboard-cro .table th,
.dashboard-note .table th,
.dashboard-indication .table th {
  border-color: #fff !important;
}
.dashboard-sponsor .table td:nth-child(1),
.dashboard-protocol .table td:nth-child(1),
.dashboard-cro .table td:nth-child(1),
.dashboard-note .table td:nth-child(1),
.dashboard-indication .table td:nth-child(1),
.dashboard-sponsor .table th:nth-child(1),
.dashboard-protocol .table th:nth-child(1),
.dashboard-cro .table th:nth-child(1),
.dashboard-note .table th:nth-child(1),
.dashboard-indication .table th:nth-child(1) {
  width: 40%;
}
.dashboard-sponsor .table td:nth-child(2),
.dashboard-protocol .table td:nth-child(2),
.dashboard-cro .table td:nth-child(2),
.dashboard-note .table td:nth-child(2),
.dashboard-indication .table td:nth-child(2),
.dashboard-sponsor .table th:nth-child(2),
.dashboard-protocol .table th:nth-child(2),
.dashboard-cro .table th:nth-child(2),
.dashboard-note .table th:nth-child(2),
.dashboard-indication .table th:nth-child(2) {
  width: 40%;
}
.dashboard-sponsor .table td:nth-child(6),
.dashboard-protocol .table td:nth-child(6),
.dashboard-cro .table td:nth-child(6),
.dashboard-note .table td:nth-child(6),
.dashboard-indication .table td:nth-child(6),
.dashboard-sponsor .table th:nth-child(6),
.dashboard-protocol .table th:nth-child(6),
.dashboard-cro .table th:nth-child(6),
.dashboard-note .table th:nth-child(6),
.dashboard-indication .table th:nth-child(6) {
  width: auto;
}
.dashboard-launch-study .glyphicon-edit {
  font-size: 25px;
  color: #8898AA;
  cursor: pointer;
}
.dashboard-launch-study .edit-block {
  clear: both;
  margin: 0 0 30px;
  position: relative;
}
.dashboard-launch-study .table-launch-studies .jcf-checkbox {
  vertical-align: middle;
}
.dashboard-launch-study .launch-submit-btn {
  margin-top: 20px;
}
.dashboard-protocol .table td,
.dashboard-protocol .table th {
  border-color: #fff !important;
}
.dashboard-protocol .table td:nth-child(1),
.dashboard-protocol .table th:nth-child(1) {
  width: 20%;
}
.dashboard-protocol .table td:nth-child(2),
.dashboard-protocol .table th:nth-child(2) {
  width: 5%;
}
.dashboard-protocol .table td:nth-child(3),
.dashboard-protocol .table th:nth-child(3) {
  width: 20%;
}
.dashboard-protocol .table td:nth-child(7),
.dashboard-protocol .table th:nth-child(7) {
  width: auto;
}
@media screen and (max-width: 1569px) {
  .dashboard-protocol .table td .btn,
  .dashboard-protocol .table th .btn {
    font-size: 14px;
  }
  .dashboard-protocol .table td:nth-child(1),
  .dashboard-protocol .table th:nth-child(1) {
    width: 15%;
  }
  .dashboard-protocol .table td:nth-child(2),
  .dashboard-protocol .table th:nth-child(2) {
    width: auto;
  }
  .dashboard-protocol .table td:nth-child(3),
  .dashboard-protocol .table th:nth-child(3) {
    width: 15%;
  }
  .dashboard-protocol .table td:nth-child(4),
  .dashboard-protocol .table th:nth-child(4) {
    width: 10%;
  }
  .dashboard-protocol .table td:nth-child(5),
  .dashboard-protocol .table th:nth-child(5) {
    width: auto;
  }
  .dashboard-protocol .table td:nth-child(6),
  .dashboard-protocol .table th:nth-child(6) {
    width: 20%;
  }
  .dashboard-protocol .table td:nth-child(6),
  .dashboard-protocol .table th:nth-child(6) {
    width: 20%;
  }
}
.dashboard-lightbox .no-margins {
  margin: 0 !important;
}
.dashboard-lightbox .field-row .label {
  padding-right: 10px !important;
  width: 37%;
}
.dashboard-lightbox .field-row .field {
  width: 63%;
}
.dashboard-lightbox .add-messaging-number-row {
  margin: 8px 0 10px !important;
}
.dashboard-lightbox .add-messaging-number-row .link-add-messaging-number {
  color: #636363;
}
.dashboard-lightbox .add-messaging-number-row .link-add-messaging-number:hover {
  color: #999;
  cursor: pointer;
}
.dashboard-vendor-admins .custom-select {
  width: 25%;
}
.dashboard-clients-admins .custom-select {
  width: 25%;
}
.dashboard-clients-admins .client-admins tr:hover > td {
  font-weight: 600;
}
.dashboard-clients-admins .client-admins td,
.dashboard-clients-admins .client-admins th {
  border-color: #fff !important;
}
.dashboard-clients-admins .client-admins td:nth-child(1),
.dashboard-clients-admins .client-admins th:nth-child(1) {
  width: 15%;
}
.dashboard-clients-admins .client-admins td:nth-child(2),
.dashboard-clients-admins .client-admins th:nth-child(2) {
  width: 15%;
}
.dashboard-clients-admins .client-admins td:nth-child(3),
.dashboard-clients-admins .client-admins th:nth-child(3) {
  width: 22%;
}
.dashboard-clients-admins .client-admins td:nth-child(4),
.dashboard-clients-admins .client-admins th:nth-child(4) {
  width: 20%;
}
.dashboard-clients-admins .client-admins td:nth-child(5),
.dashboard-clients-admins .client-admins th:nth-child(5) {
  width: auto;
}
.dashboard-clients-admins .client-admins .btns-area {
  padding-right: 5px;
}
.dashboard-clients-admins .pull-left {
  padding-left: 6px;
  padding-right: 6px;
}
.dashboard-clients-admins .pull-left a {
  margin-left: 0px;
}
.dashboard-manage-users .custom-select {
  width: 25%;
}
.dashboard-manage-users .table-manage-user tr:hover > td {
  font-weight: 600;
}
.dashboard-manage-users .table-manage-user td,
.dashboard-manage-users .table-manage-user .role-th {
  cursor: default;
}
.dashboard-manage-users .table-manage-user .role-th:hover {
  color: #333366;
}
.dashboard-manage-users .table-manage-user th {
  border-color: #fff !important;
}
.dashboard-manage-users .table-manage-user th:nth-child(1) {
  width: 16%;
}
.dashboard-manage-users .table-manage-user th:nth-child(2) {
  width: 28%;
}
.dashboard-manage-users .table-manage-user th:nth-child(3) {
  width: 14%;
}
.dashboard-manage-users .table-manage-user th:nth-child(4) {
  width: 11%;
}
.dashboard-manage-users .table-manage-user th:nth-child(5) {
  width: 11%;
}
.dashboard-manage-users .table-manage-user th:nth-child(6) {
  width: 10%;
}
.dashboard-manage-users .table-manage-user th:nth-child(7) {
  width: auto;
}
.table-responsive .table-dashboard-protocols th.number a,
.table-responsive .table-dashboard-protocols td.number a,
.table-responsive .table-dashboard-protocols th.orgfilename a,
.table-responsive .table-dashboard-protocols td.orgfilename a {
  text-decoration: underline;
}
.table-responsive .table-dashboard-protocols th.studyCount,
.table-responsive .table-dashboard-protocols td.studyCount {
  width: auto;
}
.table-responsive .table-dashboard-protocols th.hiddenProtocol,
.table-responsive .table-dashboard-protocols td.hiddenProtocol {
  width: auto;
}
.table-responsive .table-dashboard-protocols th .btn.nowrap,
.table-responsive .table-dashboard-protocols td .btn.nowrap {
  white-space: nowrap;
}
.table-responsive .table-dashboard-protocols th.studyCount {
  padding-left: 11px;
}
.table-responsive .table-dashboard-protocols th.hiddenProtocol {
  padding-left: 11px;
}
.protocol-form span.disabled {
  cursor: not-allowed;
}
.protocol-form .search-tag-input {
  max-width: 280px;
}
.protocol-form .add-tag-button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  min-width: 40px !important;
  padding: 7px 10px !important;
  margin-left: 15px;
}
.protocol-form .number-span {
  padding-right: 45px;
  margin-right: 20px;
  height: 40px;
  border: solid 2px #00afef;
  position: relative;
  display: inline-block;
  line-height: 35px;
  padding-left: 10px;
}
.dashboard-locked-users .custom-select {
  width: 25%;
}
.dashboard-locked-users .table-locked-user tr:hover > td {
  font-weight: 600;
}
.dashboard-locked-users .table-locked-user td,
.dashboard-locked-users .table-locked-user th {
  border-color: #fff !important;
}
.dashboard-locked-users .table-locked-user td:nth-child(1),
.dashboard-locked-users .table-locked-user th:nth-child(1) {
  width: 80%;
}
.dashboard-locked-users .table-locked-user td:nth-child(6),
.dashboard-locked-users .table-locked-user th:nth-child(6) {
  width: auto;
}
.dashboard-sponsor-admin .custom-select {
  width: 25%;
}
.dashboard-sponsor-admin .table-sponsor-admin tr:hover > td {
  font-weight: 600;
}
.dashboard-sponsor-admin .table-sponsor-admin td,
.dashboard-sponsor-admin .table-sponsor-admin th {
  border-color: #fff !important;
}
.dashboard-sponsor-admin .table-sponsor-admin td:first-child,
.dashboard-sponsor-admin .table-sponsor-admin th:first-child {
  width: 18%;
}
.dashboard-sponsor-admin .table-sponsor-admin td:nth-child(2),
.dashboard-sponsor-admin .table-sponsor-admin th:nth-child(2) {
  width: 18%;
}
.dashboard-sponsor-admin .table-sponsor-admin td:nth-child(3),
.dashboard-sponsor-admin .table-sponsor-admin th:nth-child(3) {
  width: 32%;
}
.dashboard-sponsor-admin .table-sponsor-admin td:nth-child(4),
.dashboard-sponsor-admin .table-sponsor-admin th:nth-child(4) {
  width: 30%;
}
.dashboard-sponsor-admin .table-sponsor-admin td:nth-child(5),
.dashboard-sponsor-admin .table-sponsor-admin th:nth-child(5) {
  width: auto;
}
.dashboard-portals .custom-select {
  width: 25%;
}
@media (max-width: 1280px) {
  .dashboard-portals .custom-select {
    width: 60%;
  }
}
@media (max-width: 2000px) {
  .dashboard-portals .custom-select {
    width: 50%;
  }
}
.dashboard-portals .first-custom-select {
  z-index: 6;
}
.dashboard-portals .selects-form .fields-holder {
  margin: 0;
}
.dashboard-portals .selects-form .second-row {
  margin-top: 30px;
}
.dashboard-add-messaging-number .inline-checkbox {
  display: inline-block;
}
.dashboard-add-messaging-number .inline-checkbox .label {
  display: inline-block;
  min-width: 70px;
  margin-top: -5px;
  text-align: left;
}
.dashboard-add-messaging-number .inline-checkbox .field {
  display: inline-block;
  margin-right: 10px;
}
.dashboard-add-messaging-number .custom-select {
  z-index: auto;
}
.dashboard-add-messaging-number .custom-select .btn {
  width: 100%;
}
.dashboard-add-messaging-number.form-lightbox .btn-primary {
  min-width: 40px;
  padding: 5px 12px;
}
.dashboard-exposure-level .custom-select {
  width: 25%;
}
.dashboard-exposure-level .table tr:hover > td {
  font-weight: 600;
}
.dashboard-exposure-level .table td:nth-child(1),
.dashboard-exposure-level .table th:nth-child(1) {
  width: 18%;
}
.dashboard-exposure-level .table td:nth-child(2),
.dashboard-exposure-level .table th:nth-child(2) {
  width: 15%;
}
.dashboard-exposure-level .table td:nth-child(3),
.dashboard-exposure-level .table th:nth-child(3) {
  width: 10%;
}
.dashboard-exposure-level .table td:nth-child(4),
.dashboard-exposure-level .table th:nth-child(4) {
  width: 11%;
}
.dashboard-exposure-level .table td:nth-child(5),
.dashboard-exposure-level .table th:nth-child(5) {
  width: 15%;
}
.dashboard-exposure-level .table td:nth-child(6),
.dashboard-exposure-level .table th:nth-child(6) {
  width: 15%;
}
.dashboard-exposure-level .table td:nth-child(7),
.dashboard-exposure-level .table th:nth-child(7) {
  width: 10%;
}
.dashboard-exposure-level .table td:nth-child(8),
.dashboard-exposure-level .table th:nth-child(8) {
  width: auto;
}
.dashboard-exposure-level .table .jcf-checkbox {
  cursor: default;
}
.dashboard-exposure-level .table .jcf-checkbox span {
  cursor: default;
}
.dashboard-exposure-level .table .jcf-checkbox span:before {
  cursor: default;
}
.dashboard-scroll-wrap {
  overflow-x: scroll;
}
.dashboard-scroll-wrap .dashboard-scroll-container {
  height: 0.1px;
}
.dashboard-scroll-wrap-fixed {
  position: fixed;
  bottom: 0px;
  z-index: 1;
  width: 300px;
}
.dashboard .special_ellipsis_link_container {
  line-height: 1 !important;
}
.dashboard .special_ellipsis_link {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 325px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.3 !important;
}
.dashboard .special_ellipsis_div {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 325px;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .dashboard .special_ellipsis_link {
    width: 245px;
  }
  .dashboard .special_ellipsis_div {
    width: 245px;
  }
}
.dashboard .dashboard-total-spinner {
  position: absolute;
  left: 50%;
}
.dashboard .dashboard-studies-spinner {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.dashboard .landing-link:hover {
  cursor: pointer;
}
.dashboard .table-left {
  overflow-x: hidden;
}
.dashboard .table-right .scroll-holder {
  overflow: hidden;
}
.dashboard .table-right .scroll-holder .table-inner {
  margin-bottom: -20px;
}
.dashboard .slider-on-top {
  z-index: 1000 !important;
}
.dashboard .btn-close {
  cursor: pointer;
}
.dashboard table td {
  word-wrap: break-word !important;
}
.messaging-number-row .label {
  word-wrap: break-word !important;
}
.dashboard-coupon .custom-select {
  width: 25%;
}
.dashboard-coupon .table tr:hover > td {
  font-weight: 600;
}
.dashboard-coupon .table td:nth-child(1),
.dashboard-coupon .table th:nth-child(1) {
  width: 18%;
}
.dashboard-coupon .table td:nth-child(2),
.dashboard-coupon .table th:nth-child(2) {
  width: 18%;
}
.dashboard-coupon .table td:nth-child(3),
.dashboard-coupon .table th:nth-child(3) {
  width: 10%;
}
.dashboard-coupon .table td:nth-child(4),
.dashboard-coupon .table th:nth-child(4) {
  width: 10%;
}
.dashboard-coupon .table td:nth-child(5),
.dashboard-coupon .table th:nth-child(5) {
  width: 12%;
}
.dashboard-coupon .table td:nth-child(6),
.dashboard-coupon .table th:nth-child(6) {
  width: 10%;
}
.dashboard-coupon .table td:nth-child(7),
.dashboard-coupon .table th:nth-child(7) {
  width: 14%;
}
.dashboard-coupon .table td:nth-child(8),
.dashboard-coupon .table th:nth-child(8) {
  width: 8%;
}
.dashboard-coupon .table .jcf-checkbox {
  cursor: default;
}
.dashboard-coupon .table .jcf-checkbox span {
  cursor: default;
}
.dashboard-coupon .table .jcf-checkbox span:before {
  cursor: default;
}
.dashboard-lightbox.coupon-form .jcf-radio {
  border: none !important;
  background: transparent;
  margin-top: 2px;
}
.dashboard-lightbox.coupon-form .jcf-radio input {
  cursor: pointer;
}
.dashboard-lightbox.coupon-form .text {
  margin-left: 10px;
}
.datepicker-input input:hover {
  cursor: pointer;
}
.set-timezone-modal .modal-content .modal-header .modal-title {
  text-align: center;
  text-transform: none;
}
.set-timezone-modal .modal-content .modal-body p {
  margin: 30px;
}
.set-timezone-modal .modal-content .modal-body div {
  text-align: center;
  margin: 20px;
}
.set-timezone-modal .modal-content .modal-body div a {
  padding: 5px 35px;
}
.dashboard-subscribers table tfoot td {
  border: none;
}
/*****************/
/* admin portal headerBar Component  */
/*****************/
.logged-user-area {
  cursor: pointer;
  width: 239px;
}
.logged-user-area .opener.active {
  background-color: #76daff;
}
.logged-user-area .opener span {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logged-user-area .opener .caret {
  margin: 4px 0 0 16px;
}
.logged-user-area .avatar-menu {
  overflow: hidden;
  position: absolute;
  width: 100%;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.logged-user-area .avatar-menu.avatar-menu-close {
  height: 0 !important;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
@media screen and (max-width: 1010px) {
  #header .logged-user-area {
    float: left !important;
  }
}
/*****************/
/* Render leads Component  */
/*****************/
.media-type-list .field-row {
  margin-bottom: 25px !important;
}
.media-type-item {
  margin-bottom: 25px;
}
.media-type-item .field-row {
  margin-bottom: 25px;
}
.media-type-item .field-row .delete-source-type {
  color: #636363;
  position: absolute;
  top: 9px;
}
.media-type-item .field-row .delete-source-type:hover {
  cursor: pointer;
  color: #999;
}
div.link-delete {
  padding: 0;
}
div.link-delete:hover {
  cursor: pointer !important;
}
/*****************/
/* admin portal CenteredModal Component  */
/*****************/
.img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.modal-frame {
  width: 100%;
  height: 100%;
  display: table !important;
}
.modal-frame .modal-dialog {
  display: table-cell;
  vertical-align: middle;
}
.modal-header {
  color: #fff;
  background: #f78e1e;
  position: relative;
}
.modal-header .modal-title {
  font-size: 21px;
  line-height: 1.25;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-header .modal-title strong {
  font-weight: 700;
}
.modal-header .modal-title span.dateRange {
  margin-left: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #101010;
}
.modal-content {
  max-width: 590px;
  margin: 0 auto;
  background: #fff;
  border: #f78e1e solid 2px;
  border-radius: 0 !important;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.modal-body {
  padding: 0;
  max-height: 80vh;
  overflow: auto;
}
.modal-body .confirm-body {
  padding: 20px;
}
.modal-body .confirm-body p {
  margin-bottom: 30px;
}
.modal-body .confirm-body .btn {
  margin-left: 10px;
}
.modal-dialog .close {
  top: 50%;
  opacity: 1;
  right: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  width: 26px;
  height: 26px;
  text-shadow: none;
  position: absolute;
  margin: -13px 0 0;
}
.modal-dialog .close i {
  display: block;
  transition: all 0.25s;
}
.modal-dialog .close:hover {
  color: #fff;
  margin: -11px -2px 0 0;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
/*****************/
/* admin portal FiltersForm Component  */
/*****************/
.form-filters .filter-field {
  width: 100%;
}
.form-filters .filter-field .r-ss-expanded .r-ss-dropdown {
  position: static;
}
.form-filters .r-ss-dropdown .r-ss-dropdown-option.r-ss-selected {
  background-color: #fff;
  color: #354052;
}
/*****************/
/* admin portal MoveStudyForm Component  */
/*****************/
.move-study-body {
  overflow: visible !important;
}
.move-study-form .title {
  font-size: 15px !important;
}
.move-study-form .field {
  border: none;
  width: 100% !important;
}
.move-study-form .field-row {
  margin-top: 10px !important;
}
.move-study-form .confirmation-text {
  margin-top: 15px;
}
.move-study-form .confirmation-text div {
  margin-top: 2px;
}
.move-study-form .confirmation-text .proceed-text {
  margin-top: 10px;
}
.move-study-form label {
  text-transform: none;
}
/*****************/
/* admin portal Filter Component  */
/*****************/
.filters-bar .select {
  min-width: 90px !important;
}
.filters-bar .select .form-control {
  width: 90px;
}
.filters-bar .form-control.percent-select {
  width: 86px;
}
.gray-outline {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px 25px;
  background: #ddd;
}
.gray-outline button:first-child {
  color: #999;
  border-color: #999;
  background-color: #fff;
}
.gray-outline button:first-child:hover {
  color: #fff;
  background: #999;
}
.gray-outline button:last-child {
  margin: 0 12px 0 0;
}
.filters-btns {
  display: flex;
}
.filters-btns .admin-search-type {
  flex-shrink: 1;
}
.filters-btns .admin-search-type .form-control {
  width: auto;
  border-radius: 3px 0 0 3px;
  border-right-width: 1px;
}
.filters-btns .admin-search-value {
  position: relative;
  flex-shrink: 1;
}
.filters-btns .admin-search-value .form-control {
  padding: 5px 50px 5px 15px;
  border-radius: 0 3px 3px 0;
  border-left-width: 1px;
}
.filters-btns .admin-search-campaign {
  flex-shrink: 1;
}
.filters-btns button {
  flex-shrink: 0;
}
.btn-close {
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  color: #00afef;
  margin: -10px 0 0;
  background: #fff;
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  border: solid 2px #00afef;
}
.btn-close:hover {
  color: #76daff;
  border-color: #76daff;
  cursor: pointer;
}
/* PatientThankYouEmailTab Component  */
/*****************/
.patient-thankyou-slider {
  height: 100%;
}
.patient-thankyou-slider .slider-area {
  height: 100%;
}
.patient-thankyou-slider .field-row {
  height: auto;
}
.patient-thankyou-slider .field-row .label {
  width: 20%;
}
.patient-thankyou-slider .field-row .field {
  height: 100%;
  width: 80%;
}
.patient-thankyou-slider .field-row .field > div {
  height: 100%;
}
.patient-thankyou-slider .field-row.sub {
  height: 40px;
}
.patient-thankyou-slider .field-row.sub textarea {
  height: 40px !important;
}
.patient-thankyou-slider .field-row.msg {
  height: calc(100% - 150px);
}
.patient-thankyou-slider .field-row.msg textarea {
  height: 100%;
  resize: none;
}
.patient-thankyou-slider .email-block-form {
  overflow-y: hidden !important;
  height: 100%;
}
.patient-thankyou-slider .email-block-form .frame {
  height: 95%;
}
.patient-thankyou-slider .email-block-form .frame .field-row .label {
  text-transform: uppercase;
}
.patient-thankyou-slider .email-block-form .frame .field-row textarea {
  height: 100%;
}
.patient-thankyou-slider .email-block-form .frame .field-row textarea.form-control {
  resize: none;
  white-space: pre-wrap;
}
/* StudyAdForm Component  */
/*****************/
.pdf-viewer-container {
  padding: 0;
  margin-bottom: 20px;
  min-height: 400px;
  max-height: 500px;
}
.remove-btn-row {
  position: absolute;
}
.remove-btn-row label {
  margin-left: 127px;
}
.drag-drop-uploader {
  width: 100%;
  margin: 0 auto;
}
.drag-drop-uploader .avatar-photo {
  position: relative;
  border: dashed 2px #ccc;
  margin-bottom: 25px;
}
.drag-drop-uploader .avatar-photo input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
}
.drag-drop-uploader .avatar-photo:hover {
  border: dotted 2px #ccc;
}
.drag-drop-uploader .avatar-photo:hover .info {
  color: #76daff;
}
.drag-drop-uploader .avatar-photo .info {
  vertical-align: middle;
  text-align: center;
  padding: 150px 0;
  color: #00afef;
}
.drag-drop-uploader .field-row .link {
  margin-left: 35%;
}
.drag-drop-uploader .avatar-photo.dragover {
  border: dotted 2px #ccc;
}
.drag-drop-uploader .avatar-photo.dragover .info {
  color: #76daff;
}
.drag-drop-uploader .avatar-editor {
  margin-bottom: 15px;
}
.drag-drop-uploader .hidden {
  display: none;
}
.drag-drop-uploader .icomoon-arrow_up_alt {
  display: block;
  font-size: 40px;
  margin: 0 0 5px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.drag-drop-uploader a {
  color: #00afef;
  text-decoration: none;
  cursor: pointer;
}
.drag-drop-uploader a:hover {
  color: #76daff;
  text-decoration: underline;
}
/* lightbox */
.lightbox {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 8001;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  transition: all 0.75s ease;
}
.lightbox.lightbox-active {
  opacity: 1;
  visibility: visible;
}
.lightbox .overlay {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox .lightbox-holder {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.lightbox .lightbox-frame {
  display: table-cell;
  vertical-align: middle;
}
.lightbox .modal-content {
  z-index: 3;
  margin: 0 auto;
  max-width: 590px;
  background: #fff;
  position: relative;
  border: #f78e1e solid 2px;
}
.lightbox .head {
  color: #fff;
  position: relative;
  background: #f78e1e;
  padding: 17px 50px 17px 15px;
}
.lightbox .title {
  font-size: 21px;
  line-height: 1.25;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.lightbox .close {
  top: 50%;
  opacity: 1;
  right: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  width: 26px;
  height: 26px;
  text-shadow: none;
  position: absolute;
  margin: -13px 0 0;
}
.lightbox .close i {
  display: block;
  transition: all 0.25s;
}
.lightbox .close:hover {
  color: #fff;
  margin: -11px -2px 0 0;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
.form-lightbox {
  padding: 25px;
}
.form-lightbox .field-row {
  font-size: 0;
  line-height: 0;
  margin: 0 0 15px;
  position: relative;
}
.form-lightbox .field-row:before,
.form-lightbox .field-row:after {
  content: " ";
  display: table;
}
.form-lightbox .field-row:after {
  clear: both;
}
.form-lightbox .field-row:before,
.form-lightbox .field-row:after {
  content: " ";
  display: table;
}
.form-lightbox .field-row:after {
  clear: both;
}
.form-lightbox .field-row > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.25;
}
.form-lightbox .schedule-patient-field-row {
  margin: 15px 0 15px 0;
}
.form-lightbox .label {
  width: 35%;
  color: #101010;
  margin: -1px 0;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.form-lightbox .field {
  width: 65%;
  position: relative;
}
.form-lightbox .row {
  margin: 0 -6px;
}
.form-lightbox .col-small {
  padding: 0 6px;
  width: 33.3333%;
}
.form-lightbox .col {
  width: 50%;
  padding: 0 6px;
}
.form-lightbox .btn-primary {
  padding: 5px;
  min-width: 100px;
}
.form-lightbox .jcf-select .jcf-select-text {
  min-height: 36px;
}
.form-lightbox .jcf-select .jcf-select-text span {
  transform: none;
}
.form-lightbox .jcf-select-year .jcf-select-text,
.form-lightbox .jcf-select-month .jcf-select-text {
  font-size: 0;
  line-height: 0;
}
.form-lightbox .jcf-select-year .jcf-select-text span:before,
.form-lightbox .jcf-select-month .jcf-select-text span:before {
  font-size: 18px;
  line-height: 36px;
}
.form-lightbox .jcf-select-month .jcf-select-text span:before {
  content: 'Select Month';
}
.form-lightbox .jcf-select-year .jcf-select-text span:before {
  content: 'Select Year';
}
.form-lightbox .changed .jcf-select-text {
  font-size: 18px;
  line-height: 36px;
}
.form-lightbox .changed .jcf-select-text span:before {
  display: none !important;
}
.form-lightbox .jcf-checkbox {
  margin: 0 6px 2px 0;
  vertical-align: middle;
}
.form-lightbox .jcf-checkbox + label {
  vertical-align: middle;
}
.form-lightbox .select-indication-slide {
  opacity: 0;
  visibility: hidden;
}
.form-lightbox .select-indication-slide.active {
  opacity: 1;
  visibility: visible;
}
.form-lightbox .select-indication-slide .search-holder {
  margin: 0 0 3px;
  position: relative;
}
.form-lightbox .select-indication-slide .search-holder .form-control {
  padding: 6px 35px 6px 15px;
}
.form-lightbox .select-indication-slide .search-holder label {
  top: 50%;
  right: 10px;
  position: absolute;
  font-size: 15px;
  line-height: 36px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.link {
  color: #101010;
}
.link a:hover {
  color: #999;
}
input:focus + .error-text {
  opacity: 1;
  margin: 0 0 0 9px;
  visibility: visible;
}
.error-text {
  top: 50%;
  left: 100%;
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  padding: 7px 10px;
  margin: 0 0 0 30px;
  position: absolute;
  text-align: center;
  border-radius: 3px;
  visibility: visible;
  background: #00afef;
  transition: all 0.25s;
  text-transform: uppercase;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.error-text span {
  display: block;
  overflow: hidden;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.error-text:before {
  top: 50%;
  right: 100%;
  margin: -6px 0 0;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 6px 6px 6px 0;
  border-right-color: #00afef;
}
/* date-range */
#date-range {
  overflow: auto;
}
#date-range .modal-content {
  max-width: 1350px;
}
#date-range .date-range-area {
  height: 100%;
  padding: 25px;
  overflow-y: auto;
  overflow-x: hidden;
}
#date-range .rdr-Day {
  font-size: 18px !important;
}
#date-range .rdr-WeekDay {
  font-size: 18px !important;
}
#date-range .calendars {
  margin: 0 0 15px;
}
#date-range .datepicker {
  position: relative;
}
#date-range .datepicker .datepicker-input.invisible {
  bottom: 100%;
  position: absolute;
}
#date-range .calendar {
  margin: 0;
  width: 100%;
}
#date-range .btn-block {
  padding: 0;
}
#date-range .select-end-date,
#date-range .select-start-date {
  max-width: 410px;
  width: 50%;
}
#date-range .time {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 1180px) {
  #date-range .select-end-date,
  #date-range .select-start-date {
    width: 100%;
    max-width: none;
    margin: 0 0 15px;
  }
  #date-range .select-end-date {
    margin: 0;
  }
}
.popup-sidenav {
  overflow-y: auto;
  font-size: 18px;
  line-height: 24px;
  width: 209px;
  height: 100%;
  overflow-x: hidden;
  padding: 20px 3px;
  text-transform: uppercase;
  border-right: 2px #f78e1e solid;
}
.popup-sidenav ul {
  margin: 0;
}
.popup-sidenav a {
  display: block;
  color: #101010;
  padding: 7px 18px;
}
.popup-sidenav a:hover,
.popup-sidenav .active a {
  color: #fff;
  background: #00afef;
}
/*	renew-study and upgrade-study */
#add-credits .modal-body,
#edit-study .modal-body,
#upgrade-study .modal-body,
#renew-study .modal-body {
  overflow: hidden;
}
#add-credits .modal-body .form-upgrade-study .with-loader,
#edit-study .modal-body .form-upgrade-study .with-loader,
#upgrade-study .modal-body .form-upgrade-study .with-loader,
#renew-study .modal-body .form-upgrade-study .with-loader,
#add-credits .modal-body .form-renew-study .with-loader,
#edit-study .modal-body .form-renew-study .with-loader,
#upgrade-study .modal-body .form-renew-study .with-loader,
#renew-study .modal-body .form-renew-study .with-loader {
  width: calc(100% - 20px);
  display: inline-block;
  vertical-align: middle;
}
#add-credits .modal-body .form-upgrade-study .lead-item,
#edit-study .modal-body .form-upgrade-study .lead-item,
#upgrade-study .modal-body .form-upgrade-study .lead-item,
#renew-study .modal-body .form-upgrade-study .lead-item,
#add-credits .modal-body .form-renew-study .lead-item,
#edit-study .modal-body .form-renew-study .lead-item,
#upgrade-study .modal-body .form-renew-study .lead-item,
#renew-study .modal-body .form-renew-study .lead-item {
  position: relative;
  margin: 0 !important;
  width: 100%;
  overflow: visible;
  display: inline-block;
}
#add-credits .modal-body .form-upgrade-study .lead-item .field-row,
#edit-study .modal-body .form-upgrade-study .lead-item .field-row,
#upgrade-study .modal-body .form-upgrade-study .lead-item .field-row,
#renew-study .modal-body .form-upgrade-study .lead-item .field-row,
#add-credits .modal-body .form-renew-study .lead-item .field-row,
#edit-study .modal-body .form-renew-study .lead-item .field-row,
#upgrade-study .modal-body .form-renew-study .lead-item .field-row,
#renew-study .modal-body .form-renew-study .lead-item .field-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#add-credits .modal-body .form-upgrade-study .lead-item .field-row span.label,
#edit-study .modal-body .form-upgrade-study .lead-item .field-row span.label,
#upgrade-study .modal-body .form-upgrade-study .lead-item .field-row span.label,
#renew-study .modal-body .form-upgrade-study .lead-item .field-row span.label,
#add-credits .modal-body .form-renew-study .lead-item .field-row span.label,
#edit-study .modal-body .form-renew-study .lead-item .field-row span.label,
#upgrade-study .modal-body .form-renew-study .lead-item .field-row span.label,
#renew-study .modal-body .form-renew-study .lead-item .field-row span.label {
  text-align: left;
}
#add-credits .modal-body .form-upgrade-study .lead-item .field-row span.label label,
#edit-study .modal-body .form-upgrade-study .lead-item .field-row span.label label,
#upgrade-study .modal-body .form-upgrade-study .lead-item .field-row span.label label,
#renew-study .modal-body .form-upgrade-study .lead-item .field-row span.label label,
#add-credits .modal-body .form-renew-study .lead-item .field-row span.label label,
#edit-study .modal-body .form-renew-study .lead-item .field-row span.label label,
#upgrade-study .modal-body .form-renew-study .lead-item .field-row span.label label,
#renew-study .modal-body .form-renew-study .lead-item .field-row span.label label {
  margin-left: 10px;
}
#add-credits .modal-body .form-upgrade-study button.link-delete,
#edit-study .modal-body .form-upgrade-study button.link-delete,
#upgrade-study .modal-body .form-upgrade-study button.link-delete,
#renew-study .modal-body .form-upgrade-study button.link-delete,
#add-credits .modal-body .form-renew-study button.link-delete,
#edit-study .modal-body .form-renew-study button.link-delete,
#upgrade-study .modal-body .form-renew-study button.link-delete,
#renew-study .modal-body .form-renew-study button.link-delete {
  padding: 0;
  left: inherit;
  right: -10px;
  top: 8px;
}
#add-credits .form-study .order-summery .scroll-holder,
#edit-study .form-study .order-summery .scroll-holder,
#upgrade-study .form-study .order-summery .scroll-holder,
#renew-study .form-study .order-summery .scroll-holder {
  max-height: none;
}
#add-credits .form-study .order-summery .scroll-holder [type="submit"],
#edit-study .form-study .order-summery .scroll-holder [type="submit"],
#upgrade-study .form-study .order-summery .scroll-holder [type="submit"],
#renew-study .form-study .order-summery .scroll-holder [type="submit"] {
  margin: 0;
}
#add-credits .form-study > .col,
#edit-study .form-study > .col,
#upgrade-study .form-study > .col,
#renew-study .form-study > .col {
  width: 50%;
  max-height: 78vh;
}
#add-credits .form-study .field-row,
#edit-study .form-study .field-row,
#upgrade-study .form-study .field-row,
#renew-study .form-study .field-row {
  margin: 0 0 15px;
}
#add-credits .form-study .field-row.add-more,
#edit-study .form-study .field-row.add-more,
#upgrade-study .form-study .field-row.add-more,
#renew-study .form-study .field-row.add-more {
  margin: -8px 0 9px;
}
#add-credits .form-study .tracking-source.active,
#edit-study .form-study .tracking-source.active,
#upgrade-study .form-study .tracking-source.active,
#renew-study .form-study .tracking-source.active {
  margin: 0 0 15px;
}
#add-credits .form-study .tracking-source .label,
#edit-study .form-study .tracking-source .label,
#upgrade-study .form-study .tracking-source .label,
#renew-study .form-study .tracking-source .label {
  width: 35.3%;
}
#add-credits .form-study .tracking-source .custom-select,
#edit-study .form-study .tracking-source .custom-select,
#upgrade-study .form-study .tracking-source .custom-select,
#renew-study .form-study .tracking-source .custom-select,
#add-credits .form-study .tracking-source .field,
#edit-study .form-study .tracking-source .field,
#upgrade-study .form-study .tracking-source .field,
#renew-study .form-study .tracking-source .field {
  width: 62.3%;
}
#add-credits .form-study .tracking-source label.call-tracking,
#edit-study .form-study .tracking-source label.call-tracking,
#upgrade-study .form-study .tracking-source label.call-tracking,
#renew-study .form-study .tracking-source label.call-tracking {
  margin: 0 0 0 -4px;
}
#add-credits .form-study .label,
#edit-study .form-study .label,
#upgrade-study .form-study .label,
#renew-study .form-study .label {
  width: 34.4%;
}
#add-credits .form-study .custom-select,
#edit-study .form-study .custom-select,
#upgrade-study .form-study .custom-select,
#renew-study .form-study .custom-select,
#add-credits .form-study .field,
#edit-study .form-study .field,
#upgrade-study .form-study .field,
#renew-study .form-study .field {
  width: 65.6%;
}
#add-credits .scroll,
#edit-study .scroll,
#upgrade-study .scroll,
#renew-study .scroll {
  max-height: 78vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#add-credits .holder-inner,
#edit-study .holder-inner,
#upgrade-study .holder-inner,
#renew-study .holder-inner {
  padding: 25px;
}
#add-credits .form-study:before,
#edit-study .form-study:before,
#upgrade-study .form-study:before,
#renew-study .form-study:before {
  content: '';
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  position: absolute;
  background: #f78e1e;
}
#edit-study .form-study::before {
  content: none;
}
#edit-study .form-study strong.label {
  vertical-align: top;
}
#edit-study .btn-submit {
  width: auto;
}
/*	edit-info	*/
#edit-info .label-top .label {
  vertical-align: top;
}
#edit-info .img-preview {
  padding: 5px;
  margin: 0 0 15px;
  border-radius: 3px;
  border: solid 2px #636363;
}
#edit-info .img-preview img {
  display: block;
  max-width: 100%;
  cursor: pointer;
}
#edit-info .upload-btn {
  float: left;
  min-width: 137px;
  margin: 0 8px 0 0;
}
#edit-info .jcf-file[class^="jcf-extension-"],
#edit-info .jcf-file[class*=" jcf-extension-"] {
  display: block;
  overflow: hidden;
}
.emails-list-holder {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  border-radius: 3px;
  border: solid #636363 2px;
}
.emails-list-holder .btn-primary {
  display: block;
  border-width: 0;
  border-radius: 0;
}
.emails-list-holder .heading-area {
  position: relative;
  padding: 6px 7px 8px 40px;
  border-bottom: solid #636363 2px;
}
.emails-list-holder .heading-area-no-border {
  position: relative;
  padding: 8px 7px 8px 40px;
}
.emails-list-holder .jcf-checkbox {
  top: 9px;
  left: 7px;
  position: absolute;
}
.emails-list-holder .btn-holder {
  padding: 9px 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border-top: 2px solid #636363;
}
.emails-list-holder .btn-holder a {
  color: #00afef;
}
.emails-list-holder .btn-holder a:hover {
  color: #76daff;
  text-decoration: underline;
  cursor: pointer;
}
.emails-list-holder .btn-holder a[disabled] {
  color: #808080;
  cursor: not-allowed;
}
.emails-list-holder .btn-holder a[disabled]:hover {
  text-decoration: none;
}
.emails-list-holder strong.email {
  font-weight: 400;
}
.list-emails {
  margin: 0;
}
.list-emails li {
  position: relative;
  padding: 6px 7px 8px 40px;
}
.list-emails li:hover {
  font-weight: 700;
  background: #f1f1f1;
}
.list-emails li .email {
  word-wrap: break-word;
}
.list-emails li .icomoon-icon_trash {
  color: #636363;
}
.list-emails li .icomoon-icon_trash:hover {
  color: #999;
  cursor: pointer;
}
[src="images/error.png"] {
  margin: 0 auto;
}
#image-perview .img-holder {
  padding: 25px;
  min-height: 150px;
}
#image-perview .img-holder img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#manage-edit-user .switchers-area,
#manage-add-user .switchers-area {
  width: 100%;
  top: -9999px;
  left: -9999px;
  position: absolute;
}
#manage-edit-user [data-form="all"] .switchers-area,
#manage-add-user [data-form="all"] .switchers-area {
  top: auto;
  left: auto;
  width: auto;
  position: relative;
}
#manage-edit-user [data-form="new-location"] .new-site-location,
#manage-add-user [data-form="new-location"] .new-site-location {
  top: auto;
  left: auto;
  width: auto;
  position: relative;
}
#manage-edit-user .btn-block .btn,
#manage-add-user .btn-block .btn {
  margin: 0 0 0 8px;
}
#add-credits .sign {
  top: 7px;
  left: 15px;
  position: absolute;
  pointer-events: none;
  transition: all 0.25s;
}
#add-credits input#price,
#add-credits input#quantity {
  padding-left: 15px;
  transition: color 0.25s, border 0.25s;
}
#add-credits input#price:focus + .sign,
#add-credits input#quantity:focus + .sign {
  color: #949ca1;
}
#add-credits .jcf-focus + .sign {
  color: #949ca1;
}
#add-credits .value-plus .jcf-number #quantity.form-control {
  padding-left: 15px;
}
#add-credits .value-plus .sign {
  display: none;
}
#text-email-blast .modal-opener,
#import-info .modal-opener,
#text-email-blast .add-patient-info-import,
#import-info .add-patient-info-import,
#text-email-blast .upload-patient-info,
#import-info .upload-patient-info {
  padding: 3px;
  height: 150px;
  display: block;
  color: #00afef;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#text-email-blast .modal-opener:hover,
#import-info .modal-opener:hover,
#text-email-blast .add-patient-info-import:hover,
#import-info .add-patient-info-import:hover,
#text-email-blast .upload-patient-info:hover,
#import-info .upload-patient-info:hover {
  color: #fff;
}
#text-email-blast .modal-opener:hover .table,
#import-info .modal-opener:hover .table,
#text-email-blast .add-patient-info-import:hover .table,
#import-info .add-patient-info-import:hover .table,
#text-email-blast .upload-patient-info:hover .table,
#import-info .upload-patient-info:hover .table {
  background: #00afef;
}
#text-email-blast .modal-opener [class^="icomoon-"],
#import-info .modal-opener [class^="icomoon-"],
#text-email-blast .add-patient-info-import [class^="icomoon-"],
#import-info .add-patient-info-import [class^="icomoon-"],
#text-email-blast .upload-patient-info [class^="icomoon-"],
#import-info .upload-patient-info [class^="icomoon-"],
#text-email-blast .modal-opener [class*=" icomoon-"],
#import-info .modal-opener [class*=" icomoon-"],
#text-email-blast .add-patient-info-import [class*=" icomoon-"],
#import-info .add-patient-info-import [class*=" icomoon-"],
#text-email-blast .upload-patient-info [class*=" icomoon-"],
#import-info .upload-patient-info [class*=" icomoon-"] {
  display: block;
  font-size: 40px;
  margin: 0 0 10px;
}
#text-email-blast .modal-opener [class^="icomoon-"].icomoon-envelop,
#import-info .modal-opener [class^="icomoon-"].icomoon-envelop,
#text-email-blast .add-patient-info-import [class^="icomoon-"].icomoon-envelop,
#import-info .add-patient-info-import [class^="icomoon-"].icomoon-envelop,
#text-email-blast .upload-patient-info [class^="icomoon-"].icomoon-envelop,
#import-info .upload-patient-info [class^="icomoon-"].icomoon-envelop,
#text-email-blast .modal-opener [class*=" icomoon-"].icomoon-envelop,
#import-info .modal-opener [class*=" icomoon-"].icomoon-envelop,
#text-email-blast .add-patient-info-import [class*=" icomoon-"].icomoon-envelop,
#import-info .add-patient-info-import [class*=" icomoon-"].icomoon-envelop,
#text-email-blast .upload-patient-info [class*=" icomoon-"].icomoon-envelop,
#import-info .upload-patient-info [class*=" icomoon-"].icomoon-envelop {
  font-size: 34px;
}
#text-email-blast .modal-opener .text,
#import-info .modal-opener .text,
#text-email-blast .add-patient-info-import .text,
#import-info .add-patient-info-import .text,
#text-email-blast .upload-patient-info .text,
#import-info .upload-patient-info .text {
  display: block;
}
#text-email-blast .modal-opener .table,
#import-info .modal-opener .table,
#text-email-blast .add-patient-info-import .table,
#import-info .add-patient-info-import .table,
#text-email-blast .upload-patient-info .table,
#import-info .upload-patient-info .table {
  width: 100%;
  height: 100%;
  color: inherit;
  display: table;
  font-size: 18px;
  table-layout: fixed;
  transition: all 0.25s ease;
  cursor: pointer;
}
#text-email-blast .modal-opener .table-cell,
#import-info .modal-opener .table-cell,
#text-email-blast .add-patient-info-import .table-cell,
#import-info .add-patient-info-import .table-cell,
#text-email-blast .upload-patient-info .table-cell,
#import-info .upload-patient-info .table-cell {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.or {
  left: 0;
  top: 50%;
  right: 0;
  z-index: 2;
  height: 2px;
  margin: -1px 0 0;
  background: #ccc;
  position: absolute;
}
.or span {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  background: #fff;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  text-indent: -2px;
  border: solid 2px #ccc;
  margin: -20px 0 0 -20px;
  text-transform: uppercase;
}
.add-patient-info-import {
  padding-top: 4px;
}
.upload-patient-info {
  padding-bottom: 4px;
}
.text-email-blast-form {
  overflow: hidden;
  position: relative;
}
.text-email-blast-form:before {
  top: 0;
  bottom: 0;
  width: 2px;
  left: 300px;
  content: '';
  position: absolute;
  background: #f78e1e;
}
.text-email-blast-form.no-sidebar:before {
  display: none;
}
.text-email-blast-form.no-sidebar .form-holder .scroll-holder {
  top: auto;
  left: auto;
  right: auto;
  min-height: 444px;
  max-height: 78vh;
  position: relative;
}
@media screen and (max-height: 600px) {
  .text-email-blast-form.no-sidebar .form-holder .scroll-holder {
    min-height: 300px;
  }
}
.text-email-blast-form.no-sidebar .sub-holder {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  min-height: inherit;
}
.text-email-blast-form .has-error textarea,
.text-email-blast-form .has-error .form-control:not([disabled]) {
  color: #f00;
}
.text-email-blast-form .has-error textarea::-moz-placeholder,
.text-email-blast-form .has-error .form-control:not([disabled])::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
.text-email-blast-form .has-error textarea:-ms-input-placeholder,
.text-email-blast-form .has-error .form-control:not([disabled]):-ms-input-placeholder {
  color: #f00;
}
.text-email-blast-form .has-error textarea::-webkit-input-placeholder,
.text-email-blast-form .has-error .form-control:not([disabled])::-webkit-input-placeholder {
  color: #f00;
}
.text-email-blast-form .has-error textarea::-moz-placeholder,
.text-email-blast-form .has-error .form-control:not([disabled])::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
.text-email-blast-form .has-error textarea:-ms-input-placeholder,
.text-email-blast-form .has-error .form-control:not([disabled]):-ms-input-placeholder {
  color: #f00;
}
.text-email-blast-form .has-error textarea::-webkit-input-placeholder,
.text-email-blast-form .has-error .form-control:not([disabled])::-webkit-input-placeholder {
  color: #f00;
}
.text-email-blast-form .sidebar .scroll-holder {
  max-height: 80vh;
  overflow: auto;
}
.text-email-blast-form .form-holder {
  overflow: hidden;
}
.text-email-blast-form .form-holder .head {
  padding: 17px 50px 17px 25px;
}
.text-email-blast-form .form-holder .scroll-holder {
  left: 302px;
  right: 0;
  top: 0;
  z-index: 2;
  bottom: 0;
  padding: 0;
  position: absolute;
  overflow: visible;
}
.text-email-blast-form .form-holder .sub-holder {
  padding: 0;
  height: 100%;
}
.text-email-blast-form .form-holder .sub-holder .btn-gray-outline {
  margin: 0 12px 0 0;
}
.text-email-blast-form .form-holder .footer {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 21px 25px 20px;
  border-top: solid 2px #f78e1e;
}
.text-email-blast-form .form-holder .characters-counter {
  color: #a0cf67;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: auto;
  right: 124px;
  bottom: 26px;
}
.text-email-blast-form .form-holder .subject-field.to input {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.text-email-blast-form .form-holder .subject-field.to input::-webkit-input-placeholder {
  font-weight: bold;
}
.text-email-blast-form .form-holder .subject-field.to input::-moz-placeholder {
  font-weight: bold;
}
.text-email-blast-form .form-holder .subject-field.to input:-moz-placeholder {
  font-weight: bold;
}
.text-email-blast-form .form-holder .subject-field.to input:-ms-input-placeholder {
  font-weight: bold;
}
.text-email-blast-form .form-holder .sender-field-holder {
  overflow: hidden;
  border-color: #ccc;
  border-width: 0 0 2px;
  border-bottom-style: solid;
}
.text-email-blast-form .form-holder .sender-field-holder .sender-field-prev {
  font-weight: bold;
  float: left;
  margin-top: 8px;
  margin-left: 25px;
}
.text-email-blast-form .form-holder .sender-field-holder .sender-field {
  float: left;
  width: calc(100% - 72px);
}
.text-email-blast-form .form-holder .sender-field-holder .sender-field input {
  border: none;
}
.text-email-blast-form .form-holder .sender-field .form-control,
.text-email-blast-form .form-holder .subject-field .form-control {
  box-shadow: none;
  border-radius: 0;
  padding: 6px 25px;
  border-color: #ccc;
  border-width: 0 0 2px;
}
.text-email-blast-form .form-holder .sender-field.has-error .form-control:not([disabled]),
.text-email-blast-form .form-holder .subject-field.has-error .form-control:not([disabled]),
.text-email-blast-form .form-holder .email-message.has-error .form-control:not([disabled]) {
  color: #354052;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.text-email-blast-form .form-holder .sender-field.has-error .form-control:not([disabled])::-webkit-input-placeholder,
.text-email-blast-form .form-holder .subject-field.has-error .form-control:not([disabled])::-webkit-input-placeholder,
.text-email-blast-form .form-holder .email-message.has-error .form-control:not([disabled])::-webkit-input-placeholder {
  color: #354052;
}
.text-email-blast-form .form-holder .sender-field.has-error .form-control:not([disabled])::-moz-placeholder,
.text-email-blast-form .form-holder .subject-field.has-error .form-control:not([disabled])::-moz-placeholder,
.text-email-blast-form .form-holder .email-message.has-error .form-control:not([disabled])::-moz-placeholder {
  color: #354052;
}
.text-email-blast-form .form-holder .sender-field.has-error .form-control:not([disabled]):-moz-placeholder,
.text-email-blast-form .form-holder .subject-field.has-error .form-control:not([disabled]):-moz-placeholder,
.text-email-blast-form .form-holder .email-message.has-error .form-control:not([disabled]):-moz-placeholder {
  color: #354052;
}
.text-email-blast-form .form-holder .sender-field.has-error .form-control:not([disabled]):-ms-input-placeholder,
.text-email-blast-form .form-holder .subject-field.has-error .form-control:not([disabled]):-ms-input-placeholder,
.text-email-blast-form .form-holder .email-message.has-error .form-control:not([disabled]):-ms-input-placeholder {
  color: #354052;
}
.text-email-blast-form .form-holder textarea {
  padding: 8px 5px 25px 25px;
  width: 100%;
  height: 100%;
  resize: none;
  border-width: 0;
}
.text-email-blast-form .form-holder textarea:focus {
  outline: none;
}
.text-email-blast-form .custom-select-drop {
  margin: 0 0 15px;
  position: relative;
}
.text-email-blast-form .custom-select-drop .search-holder {
  position: relative;
}
.text-email-blast-form .custom-select-drop .icomoon-icon_search2 {
  top: 50%;
  right: 10px;
  font-size: 16px;
  position: absolute;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.text-email-blast-form .custom-select-drop .list {
  left: 0;
  right: 0;
  margin: 0;
  top: 100%;
  z-index: 3;
  max-height: 0;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  border: solid #ccc 0;
  text-transform: capitalize;
  transition: all 0.25s linear;
}
.text-email-blast-form .custom-select-drop .list.active {
  max-height: 400px;
  border-width: 2px;
}
.text-email-blast-form .custom-select-drop .list li {
  margin: 3px;
  cursor: pointer;
  padding: 9px 8px;
}
.text-email-blast-form .custom-select-drop .list li:hover {
  color: #fff;
  background: #00afef;
}
.text-email-blast-form .category {
  margin: 0 0 15px;
}
.text-email-blast-form .category .heading {
  display: block;
  margin: 0 0 15px;
}
.text-email-blast-form .check-list li {
  line-height: 22px;
  position: relative;
  padding: 0 0 0 30px;
}
.text-email-blast-form .check-list li + li {
  margin: 5px 0 0;
}
.text-email-blast-form .check-list .jcf-checkbox {
  top: 1px;
  left: 0;
  position: absolute;
}
.text-email-blast-form .emails-counter {
  top: 3px;
  left: 70px;
  color: #636363;
  font-size: 18px;
  min-width: 140px;
  position: absolute;
  background: #f1f1f1;
  transition: all 0.5s ease;
  padding: 3px 42px 3px 10px;
}
.text-email-blast-form .emails-counter:hover {
  font-weight: 600;
}
.text-email-blast-form .emails-counter .btn-close {
  top: 54%;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #636363;
  margin: -10px 0 0;
  font-size: 18px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  border: none;
  background: none;
}
.text-email-blast-form .emails-counter .btn-close:hover {
  margin: -11px -2px 0 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.text-email-blast-form .emails-counter .counter {
  margin: 0;
}
.text-email-blast-form .emails-counter .counter:empty:before {
  content: '0';
}
.text-email-blast-form .form-control.recievers {
  padding-right: 180px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.text-email-blast-form .form-control.recievers::-webkit-input-placeholder {
  font-weight: bold;
}
.text-email-blast-form .form-control.recievers::-moz-placeholder {
  font-weight: bold;
}
.text-email-blast-form .form-control.recievers:-moz-placeholder {
  font-weight: bold;
}
.text-email-blast-form .form-control.recievers:-ms-input-placeholder {
  font-weight: bold;
}
.text-email-blast-form input.form-control[disabled] {
  background: #fff;
  cursor: default;
}
.dateRange-helper {
  position: relative;
  overflow-y: visible;
  width: 100%;
}
.dateRange-helper .emit-border {
  min-height: 80px;
  display: inline-block;
  width: 209px;
  border-right: 2px #f78e1e solid;
}
.dateRange-helper .right-part {
  float: right;
  padding: 0 25px;
  display: inline-block;
}
.dateRange-helper .right-part span.left,
.dateRange-helper .right-part span.right {
  display: inline;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  transition: all 0.25s;
  vertical-align: top;
  line-height: 40px;
  width: 100%;
}
.dateRange-helper .right-part span.left:hover,
.dateRange-helper .right-part span.right:hover {
  cursor: inherit;
}
.dateRange-helper .right-part span.right {
  padding-right: 10px;
  padding-left: 0;
}
.dateRange-helper .right-part span.outer-left {
  padding-right: 5px;
  float: left;
  width: 50%;
}
.dateRange-helper .right-part span.outer-right {
  padding-left: 0;
  float: right;
  width: 50%;
}
.dateRange-helper .right-part .btn-block {
  margin: 15px 0 25px;
}
.rdrDateRangePickerWrapper {
  width: 100%;
  display: block !important;
}
.rdrDateRangePickerWrapper .rdrDefinedRangesWrapper {
  width: 207px !important;
  float: none !important;
  vertical-align: top !important;
  overflow-y: auto;
  font-size: 18px;
  line-height: 24px;
  height: 100%;
  overflow-x: hidden;
  padding: 20px 3px;
  text-transform: uppercase;
  display: inline-block !important;
}
.rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrInputRanges {
  display: none;
}
.rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrStaticRanges .rdrStaticRange {
  outline: none;
  text-transform: uppercase;
  text-align: left;
  color: #101010;
  padding: 7px 18px;
}
.rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrStaticRanges .rdrStaticRange:hover {
  color: #fff;
  background: #00aeef;
}
.rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrStaticRanges .rdrStaticRange span {
  outline: none;
}
.rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrStaticRanges .rdrStaticRange.rdrStaticRangeSelected {
  background: #00aeef;
}
.rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrStaticRanges .rdrStaticRange.rdrStaticRangeSelected span {
  color: #fff;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper {
  padding: 30px !important;
  border: none !important;
  display: inline-block !important;
  width: calc(100% - 207px) !important;
  border-left: 2px solid #f78e1e !important;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonthAndYearPickers {
  display: none;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrDateDisplayWrapper {
  display: none;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths {
  border: 2px solid #f78e1e;
  border-top: none;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth {
  width: 100%;
  position: relative;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth:first-child {
  border-right: 1px solid #f78e1e;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth:last-child {
  border-left: 1px solid #f78e1e;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrMonthName {
  padding: 2px 0 5px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  top: -35px;
  left: 0;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrStartEdge,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrEndEdge {
  display: block;
  background: #a0cf67 !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrStartEdge ~ .rdrDayNumber span,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrEndEdge ~ .rdrDayNumber span {
  font-weight: 700;
  color: #fff !important;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrInRange {
  display: block;
  background: #ededed !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrInRange ~ .rdrDayNumber span {
  color: #95a5a6 !important;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay:hover,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrDayHovered {
  font-weight: 700;
  background: #a0cf67 !important;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay:hover .rdrDayNumber span,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrDayHovered .rdrDayNumber span {
  color: #fff !important;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay:hover .rdrInRange,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrDayHovered .rdrInRange {
  background: transparent !important;
}
.rdrCalendarWrapper {
  padding: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-collapse: inherit;
  border: #f78e1e solid 2px;
  border-bottom: none;
  width: 100% !important;
  display: inline-block !important;
  min-height: 520px;
}
.rdrCalendarWrapper .rdrMonthAndYearWrapper {
  overflow: hidden;
  color: #fff;
  background: #f78e1e;
  margin: 0 !important;
  padding: 0 !important;
  height: 40px !important;
}
.rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrNextPrevButton {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 6px 10px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 50%;
  float: right;
  z-index: 2;
}
.rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrNextPrevButton i {
  text-align: center;
  width: 29px;
  height: 29px;
  padding: 0;
  margin: 0;
  border: none;
}
.rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrNextPrevButton i:before {
  float: right;
  width: 28px;
  height: 28px;
  color: #fff;
  margin: 0 0 0 auto;
  border: none;
  display: block;
  cursor: pointer;
  background: #ffc689;
  border-radius: 3px;
  content: "\E90C";
  font: 24px/28px icomoon;
  transition: all 0.25s ease;
}
.rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrNextPrevButton.rdrPprevButton i:before {
  content: "\E915";
}
.rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrNextPrevButton:hover i:before {
  color: #f78e1e;
  background: #fff;
}
.rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrMonthAndYearPickers {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth {
  width: 100% !important;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrWeekDays {
  color: #fff;
  background: #ffc689;
  font-size: 18px !important;
  width: 100% !important;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrWeekDays .rdrWeekDay {
  line-height: 22px !important;
  padding: 8px 0 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  height: 40px !important;
  width: 14.28% !important;
  transition: all 0.25s !important;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrWeekDays .rdrWeekDay:hover {
  cursor: inherit;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay {
  outline: none;
  padding: 0;
  line-height: 58px !important;
  transition: all 0.25s !important;
  width: 14.28% !important;
  height: 16.6% !important;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay:hover,
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrDayHovered {
  font-weight: 700;
  background: #a0cf67 !important;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay:hover .rdrDayNumber span,
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrDayHovered .rdrDayNumber span {
  color: #fff !important;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrSelected {
  display: block;
  background: #a0cf67 !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay .rdrSelected ~ .rdrDayNumber span {
  font-weight: 700;
  color: #fff !important;
}
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay.rdrDayDisabled,
.rdrCalendarWrapper .rdrMonths .rdrMonth .rdrDays .rdrDay.rdrDayPassive {
  opacity: 0.4;
}
.rdr-DateRange,
.rdr-Calendar {
  position: relative;
  overflow: hidden;
  display: table;
}
.rdr-DateRange .rdr-PredefinedRanges,
.rdr-Calendar .rdr-PredefinedRanges {
  width: 207px !important;
  float: none !important;
  vertical-align: top !important;
  overflow-y: auto;
  font-size: 18px;
  line-height: 24px;
  height: 100%;
  overflow-x: hidden;
  padding: 20px 3px;
  text-transform: uppercase;
  border-right: 2px #f78e1e solid;
  display: table-cell !important;
}
.rdr-DateRange .rdr-PredefinedRanges a,
.rdr-Calendar .rdr-PredefinedRanges a {
  font-size: inherit !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  background: #FFFFFF !important;
  color: #101010 !important;
  padding: 7px 18px !important;
  white-space: normal;
  transition: all 0.25s;
}
.rdr-DateRange .rdr-PredefinedRanges a:hover,
.rdr-Calendar .rdr-PredefinedRanges a:hover,
.rdr-DateRange .rdr-PredefinedRanges a.active,
.rdr-Calendar .rdr-PredefinedRanges a.active {
  color: #fff !important;
  background: #00afef !important;
}
.rdr-DateRange a.rdr-PredefinedRangesItemActive,
.rdr-Calendar a.rdr-PredefinedRangesItemActive {
  background-color: #00afef !important;
  color: white !important;
}
.rdr-DateRange .calendar-container,
.rdr-Calendar .calendar-container {
  display: table-cell;
  padding: 25px 25px 0 25px;
}
.rdr-DateRange .calendar-container .calendar-2,
.rdr-Calendar .calendar-container .calendar-2 {
  float: left;
  width: 50%;
  padding-right: 6px;
}
.rdr-DateRange .calendar-container .calendar-2 .next.rdr-MonthAndYear-button,
.rdr-Calendar .calendar-container .calendar-2 .next.rdr-MonthAndYear-button {
  width: 29px !important;
}
.rdr-DateRange .calendar-container .calendar-2 .next.rdr-MonthAndYear-button i,
.rdr-Calendar .calendar-container .calendar-2 .next.rdr-MonthAndYear-button i {
  display: none !important;
}
.rdr-DateRange .calendar-container .calendar-1,
.rdr-Calendar .calendar-container .calendar-1 {
  float: right;
  width: 50%;
  padding-left: 6px;
}
.rdr-DateRange .calendar-container .calendar-1 .prev.rdr-MonthAndYear-button,
.rdr-Calendar .calendar-container .calendar-1 .prev.rdr-MonthAndYear-button {
  width: 29px !important;
}
.rdr-DateRange .calendar-container .calendar-1 .prev.rdr-MonthAndYear-button i,
.rdr-Calendar .calendar-container .calendar-1 .prev.rdr-MonthAndYear-button i {
  display: none !important;
}
.rdr-DateRange .calendar-container .rdr-Calendar,
.rdr-Calendar .calendar-container .rdr-Calendar {
  width: 100% !important;
}
.rdr-DateRange .rdr-Calendar,
.rdr-Calendar .rdr-Calendar {
  padding: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-collapse: inherit;
  border: #f78e1e solid 2px;
  width: 50% !important;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper {
  overflow: hidden;
  color: #fff;
  background: #f78e1e;
  margin: 0 !important;
  padding: 0 !important;
  height: 40px !important;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-divider,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-divider {
  visibility: hidden;
  display: none;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-month,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-month,
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-year,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-year {
  padding: 6px 10px 6px 0;
  font-size: 20px !important;
  line-height: 25px !important;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  height: 100%;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button {
  padding: 0 !important;
  margin: 6px 10px !important;
  font-size: 0;
  line-height: 0;
  display: inherit !important;
  box-sizing: border-box;
  height: auto !important;
  width: auto !important;
  border-radius: 0 !important;
  background: none !important;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button:hover i:before,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button:hover i:before {
  color: #f78e1e !important;
  background: #fff !important;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button i,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button i {
  display: block;
  width: 29px !important;
  height: 29px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  text-align: center;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button.prev,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button.prev {
  margin-left: 3px !important;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button.prev i:before,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button.prev i:before {
  width: 28px;
  height: 28px;
  color: #fff;
  margin: 0;
  border: none;
  display: block;
  cursor: pointer;
  background: #ffc689;
  border-radius: 3px;
  content: "\e915";
  font: 24px/28px 'icomoon';
  transition: all 0.25s ease;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button.next,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button.next {
  margin-right: 3px !important;
}
.rdr-DateRange .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button.next i:before,
.rdr-Calendar .rdr-MonthAndYear .rdr-MonthAndYear-innerWrapper .rdr-MonthAndYear-button.next i:before {
  float: right;
  width: 28px;
  height: 28px;
  color: #fff;
  margin: 0 0 0 auto;
  border: none;
  display: block;
  cursor: pointer;
  background: #ffc689;
  border-radius: 3px;
  content: "\e90c";
  font: 24px/28px 'icomoon';
  transition: all 0.25s ease;
}
.rdr-DateRange .rdr-WeekDays,
.rdr-Calendar .rdr-WeekDays {
  color: #fff;
  background: #ffc689;
  font-size: 18px !important;
  width: 100% !important;
}
.rdr-DateRange .rdr-WeekDays .rdr-WeekDay,
.rdr-Calendar .rdr-WeekDays .rdr-WeekDay {
  line-height: 22px !important;
  padding: 8px 0 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  height: inherit !important;
  width: 14.28% !important;
  transition: all 0.25s !important;
}
.rdr-DateRange .rdr-WeekDays .rdr-WeekDay:hover,
.rdr-Calendar .rdr-WeekDays .rdr-WeekDay:hover {
  cursor: inherit;
}
.rdr-DateRange .rdr-Days span,
.rdr-Calendar .rdr-Days span {
  width: 14.28% !important;
  height: 16.6% !important;
}
.rdr-DateRange .rdr-Days span.rdr-Day,
.rdr-Calendar .rdr-Days span.rdr-Day {
  padding: 0;
  line-height: 58px !important;
  transition: all 0.25s !important;
  width: 100% !important;
  height: 100% !important;
}
.rdr-DateRange .rdr-Days span.rdr-Day:hover,
.rdr-Calendar .rdr-Days span.rdr-Day:hover {
  color: #fff !important;
  font-weight: 700;
  background: #a0cf67 !important;
}
.rdr-DateRange .rdr-Days span.rdr-Day.is-inRange,
.rdr-Calendar .rdr-Days span.rdr-Day.is-inRange {
  background: #ededed !important;
}
.rdr-DateRange .rdr-Days span.rdr-Day.is-inRange:hover,
.rdr-Calendar .rdr-Days span.rdr-Day.is-inRange:hover {
  color: #fff !important;
  font-weight: 700;
  background: #a0cf67 !important;
}
.rdr-DateRange .rdr-Days span.rdr-Day.is-selected,
.rdr-Calendar .rdr-Days span.rdr-Day.is-selected {
  color: #fff !important;
  font-weight: 700;
  background: #a0cf67 !important;
}
@media screen and (min-width: 801px) {
  .rdr-DateRange .rdr-Calendar,
  .rdr-Calendar .rdr-Calendar {
    width: 47% !important;
  }
}
@media screen and (max-width: 800px) {
  .rdr-DateRange .rdr-Calendar,
  .rdr-Calendar .rdr-Calendar {
    width: inherit !important;
  }
  .rdr-DateRange .rdr-Calendar:nth-child(3),
  .rdr-Calendar .rdr-Calendar:nth-child(3) {
    margin-left: 21% !important;
  }
  .rdr-DateRange .dateRange-helper .btn-block,
  .rdr-Calendar .dateRange-helper .btn-block {
    text-align: center;
  }
}
/* chat room */
.btn-chat-popup {
  color: #fff;
  min-width: 70px;
  font-size: 20px;
  line-height: 71px;
  text-align: center;
  position: relative;
}
.btn-chat-popup:focus,
.btn-chat-popup:active,
.btn-chat-popup:active:focus,
.btn-chat-popup:hover {
  color: #fff;
}
#chat-popup .modal-content {
  max-width: 1024px;
  overflow: hidden;
  position: relative;
}
#chat-popup .modal-content:after {
  top: 60px;
  bottom: 0;
  width: 2px;
  content: '';
  left: 300px;
  z-index: 13;
  background: #f78e1e;
  position: absolute;
}
#chat-popup .scroll-holder {
  max-height: 64vh;
  padding: 86px 0 0;
}
@media screen and (max-height: 500px) {
  #chat-popup .scroll-holder {
    max-height: 56vh;
  }
}
#chat-popup .aside-chat .scroll-holder {
  padding: 0;
  max-height: 100%;
}
#chat-popup .post-msg:first-child {
  margin-top: 0;
}
#chat-popup .custom-select-drop {
  position: relative;
  padding: 25px 25px 15px;
}
#chat-popup .search-holder {
  position: relative;
}
#chat-popup .search-holder .form-control:focus ~ .list {
  border-width: 2px;
  max-height: 160px;
}
#chat-popup .search-holder i {
  top: 50%;
  right: 10px;
  font-size: 16px;
  position: absolute;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
#chat-popup .search-holder .list {
  left: 0;
  top: 100%;
  padding: 0;
  z-index: 10;
  width: 100%;
  max-height: 0;
  overflow: auto;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  border: solid 0 #ccc;
  transition: all 0.25s;
}
#chat-popup .search-holder .list li {
  margin: 3px;
  cursor: pointer;
  padding: 7px 8px;
}
#chat-popup .search-holder .list li:hover {
  color: #fff;
  background: #00afef;
}
.aside-chat {
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  position: absolute;
}
.aside-chat ul {
  margin: 0;
  padding: 3px;
  font-size: 14px;
  line-height: 1.25;
}
.aside-chat ul a {
  display: block;
  color: #181818;
  position: relative;
  white-space: nowrap;
  line-height: 1.125;
  padding: 12px 12px 12px 67px;
}
.aside-chat ul a:before {
  opacity: 0;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #00afef;
  transition: all 0.25s ease;
}
.aside-chat ul a > * {
  z-index: 2;
  position: relative;
}
.aside-chat a:hover,
.aside-chat .active a {
  color: #fff;
}
.aside-chat a:hover:before,
.aside-chat .active a:before {
  opacity: 1;
}
.aside-chat a:hover time,
.aside-chat .active a time {
  color: #fff;
}
.aside-chat .user-img {
  top: 50%;
  left: 12px;
  width: 43px;
  height: 43px;
  margin: -21px 0 0;
  position: absolute;
  border-radius: 100%;
}
.aside-chat .user-img img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.aside-chat .name,
.aside-chat p {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.aside-chat p {
  margin: 0 0 5px;
}
.aside-chat p:first-letter {
  text-transform: capitalize;
}
.aside-chat .name {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: none;
}
.aside-chat time {
  color: #949ca1;
  display: block;
  font-size: 14px;
  white-space: normal;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.aside-chat .counter-circle {
  top: 0;
  right: 0;
  position: absolute;
}
.aside-chat .counter-circle:empty {
  display: none;
}
.chatroom {
  position: relative;
  margin: 0 0 0 300px;
}
.chat-area.js-tab-hidden {
  width: 100%;
  top: -9999px;
  left: -9999px;
  position: absolute;
}
.chat-area {
  padding: 0 0 87px;
}
.chat-area header {
  top: 0;
  left: 0;
  right: 17px;
  z-index: 12;
  color: #101010;
  background: #fff;
  line-height: 30px;
  position: absolute;
  text-align: center;
  padding: 17px 18px 14px;
}
.chat-area header .name {
  display: block;
  font-size: 21px;
  margin: 0 0 -5px;
  font-weight: 700;
  text-transform: uppercase;
}
.chat-area header a {
  text-transform: capitalize;
}
.chat-area header a:hover,
.chat-area header a:focus {
  color: #76daff;
  text-decoration: underline;
}
.chat-area header a .protocol {
  text-transform: none;
}
.chat-area header .category {
  display: block;
  position: relative;
  top: -6px;
}
.chat-area footer {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 87px;
  background: #fff;
  position: absolute;
  border-top: solid 2px #f78e1e;
}
.chat-area footer textarea.form-control {
  height: 87px;
  resize: none;
  border-width: 0;
  padding: 8px 150px 10px 26px;
}
.chat-area footer .btn-default {
  top: 50%;
  right: 25px;
  min-height: 40px;
  margin: -20px 0 0;
  position: absolute;
}
.chat-area .img-holder {
  top: 0;
  left: 0;
  width: 43px;
  height: 43px;
  position: absolute;
}
.chat-area .img-holder img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.chat-area .post-msg time,
.chat-area .post-msg .email {
  display: block;
  text-transform: none;
}
.chat-area .post-msg time {
  font-size: 14px;
  color: #949ca1;
}
.chat-area .scroll-holder {
  overflow-y: auto;
  overflow-x: hidden;
}
/* sticky shopping cart */
.sticky-shopping-cart {
  top: 90px !important;
  /* header height */
}
/* toastr adjust padding */
#app .redux-toastr .toastr .rrt-middle-container {
  padding: 22px 5px;
}
#app .redux-toastr .toastr .rrt-left-container .toastr-icon {
  margin-top: 6x;
}
#app .redux-toastr .toastr .rrt-middle-container .rrt-title {
  margin-bottom: 0;
}
#app .redux-toastr .toastr .rrt-left-container .rrt-holder {
  padding-top: 3px;
}

.container {
  display: block;
  font-size: 24px;
}
.aside-chat .scroll-holder .custom-select-drop .field button {
  top: 29px;
  right: 29px;
}
a.btn.disabled,
fieldset[disabled] {
  pointer-events: all;
}

