/* Colors */
/* Font sizes */
/* Fonts */
/* line-height */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/** Render the `main` element consistently in IE. */
main { display: block; }

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

/* Grouping content ========================================================================== */
/** 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 */ }

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

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

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

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

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

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

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

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

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

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

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

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

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

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

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

/** 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. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

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

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

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

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

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

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

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

* { box-sizing: border-box; }

.container { width: 100%; max-width: 1920px; margin: 0 auto; background-color: #f5f5f2; }

.position { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.container-fluid { width: 100%; padding-left: 15px; padding-right: 15px; padding-bottom: 21px; }

.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.col-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }

.col-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.col-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }

.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }

.col-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }

.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }

.col-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }

.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

@media (max-width: 767px) { .col-sm-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sm-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sm-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sm-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .col-md-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-md-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-md-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .col-lg-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-lg-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-lg-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .col-xl-1 { -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-xl-5 { -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-xl-8 { -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-xl-11 { -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.sidebar { width: 188px; position: fixed; top: 0; left: 0; overflow-y: auto; bottom: 0; z-index: 9999; }

.sidenav-list { font-size: 14px; line-height: 42px; font-family: "Roboto", sans-serif; font-weight: 300; }

.sidenav-list ul { padding-left: 0; margin: 0; list-style-type: none; }

.sidenav-list ul a { text-decoration: none; color: #818181; }

.sidenav, .sidenav-logo { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; height: 39px; background-color: #191919; }

.sidenav:hover .sidenav-name-hover, .sidenav-logo:hover .sidenav-name-hover { background-color: #282828; color: #fff; width: 100%; border-left: 4px solid #f58220; }

.sidenav:hover .icon, .sidenav-logo:hover .icon { fill: #fff; }

.sidenav-name-hover { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; padding-left: 20px; }

.name-position { padding-left: 14px; }

.icon { fill: #818181; }

.general-icon { height: 15px; width: 16px; }

.details-icon { height: 13px; width: 14px; }

.links-icon { height: 8px; width: 16px; }

.banners-icon { height: 13px; width: 14px; }

.personal-data-icon { height: 13px; width: 9px; }

.payout-icon { height: 13px; width: 13px; }

.postback-icon { height: 14px; width: 13px; }

.sidenav-logo { height: 60px; }

.logo-size { height: 23px; width: 86px; margin: 18px 0 0 20px; }

.hamburger-icon { height: 20px; width: 23px; margin: 23px -20px 0 31px; cursor: pointer; }

#hamburger-menu, #hamburger-menu-smaller { display: none; }

.sidenav-manager-user { background-color: #191919; height: 100%; position: relative; }

.sidenav-manager-user img { margin-left: 18px; }

.sidenav-list ul:last-child { padding-bottom: 27px; border-bottom: 1px solid #333; background-color: #191919; }

.sidenav-text { font-size: 14px; line-height: 42px; color: #818181; font-family: "Roboto", sans-serif; text-transform: uppercase; margin: 0 0 0 18px; padding: 0; }

.sidenav-name { font-size: 14px; line-height: 42px; color: #56819f; font-family: "Roboto", sans-serif; font-weight: 300; display: inline-block; position: absolute; top: 30px; }

.manager-status { margin-right: 11px; position: relative; }

.manager-status:after { position: absolute; content: ""; top: -27px; left: 51px; width: 11px; height: 11px; border-radius: 5px; background-color: #04ae00; }

.notification-status-sidebar { position: relative; }

.notification-status-sidebar:after { position: absolute; content: ""; top: 5px; left: 8px; width: 8px; height: 8px; border-radius: 4px; background-color: #f58220; }

.sidebar-smaller-screens { width: 188px; position: fixed; top: 0; left: 0; overflow-y: auto; bottom: 0; }

.toggle-menu { width: 188px; position: fixed; top: 0; left: 0; overflow-y: auto; bottom: 0; transform: translateX(0em); transition: all .8s ease-out; display: none; z-index: 9999; }

.hidden { display: none; }

.active { display: inline-block; }

.hamburger-icon-mobile { height: 20px; width: 23px; margin: 23px -14px 0 20px; cursor: pointer; }

.img-position { padding-top: 24px; }

.manager-status-mobile { margin-right: 11px; position: relative; }

.manager-status-mobile:after { position: absolute; content: ""; top: -15px; left: 35px; width: 11px; height: 11px; border-radius: 5px; background-color: #04ae00; }

@media (max-width: 767px) { .sidebar { display: none; }
  .sidebar-mobile { width: 70px; position: fixed; top: 0; left: 0; z-index: 999; overflow-y: auto; bottom: 0; overflow-x: hidden; }
  .sidebar-smaller-screens { display: none; } }

@media (min-width: 768px) { .sidebar { display: none; }
  .sidebar-mobile { display: none; }
  .sidebar-smaller-screens { display: inline-block; } }

@media (min-width: 992px) { .sidebar { display: inline-block; }
  .sidebar-smaller-screens { display: none; } }

.navbar { position: fixed; top: 0; right: 0; height: 60px; width: 100%; z-index: 1; border: 1px solid #e3e3e3; background-color: #fff; border-left: none; }

.nav-top { margin: 0; padding: 0; list-style-type: none; display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; }

.nav-top li { display: inline-block; }

.nav-top-elements { display: block; height: 100%; line-height: 42px; font-family: "Roboto", sans-serif; text-decoration: none; padding: 8px 20px 6px; }

.nav-top-elements:hover { background: #f5f5f2; }

.user-profile { font-size: 13px; color: #56819f; font-family: "Roboto", sans-serif; font-weight: 300; text-decoration: none; display: inline-block; margin: 0; }

.user-money { text-decoration: none; font-size: 20px; color: #9c9c9c; font-family: "Roboto", sans-serif; display: inline-block; margin: 0; padding: 0 20px; }

.nav-border-right { border-right: 1px solid #e3e3e3; }

.nav-border-left { border-left: 1px solid #e3e3e3; }

.quit-icon { height: 15px; width: 19px; fill: #9c9c9c; }

.profile-icon { height: 17px; width: 17px; fill: #9c9c9c; margin-right: 20px; }

.notification-icon { height: 17px; width: 16px; fill: #9c9c9c; }

.notification-status { position: relative; }

.notification-status:after { position: absolute; content: ""; top: -4px; left: 8px; width: 8px; height: 8px; border-radius: 4px; background-color: #f58220; }

.arrow-icon { height: 7px; width: 11px; fill: #9c9c9c; }

.wallet-icon { height: 18px; width: 17px; fill: #9c9c9c; }

@media (max-width: 767px) { .navbar { display: none; } }

@media (min-width: 768px) { .navbar { display: none; } }

@media (min-width: 992px) { .navbar { display: inline-block; } }

.links { margin: 0 auto; height: 58px; max-width: 700px; background-color: #fff; border-bottom: 1px solid #e3e3e3; padding: 20px 0 0 10px; line-height: 17px; }

.links:hover { background-color: #f1f3f3; }

.links:hover .icons { display: inline-block; cursor: pointer; }

.name-links { font-size: 16px; color: #a6a6a6; font-family: "Roboto", sans-serif; font-weight: bold; }

.link-links { font-size: 16px; color: #56819f; font-family: "Roboto", sans-serif; font-weight: 300; text-decoration: none; }

.icons { display: none; }

.link-icon { height: 8px; width: 16px; fill: #f58220; }

.trash-icon { height: 15px; width: 14px; fill: #9c9c9c; }

.content-links-small-screens { display: none; }

.name-links-mobile { font-size: 16px; color: #a6a6a6; font-family: "Roboto", sans-serif; font-weight: bold; text-decoration: none; }

.links-mobile { margin: 0 auto; height: 58px; max-width: 200px; background-color: #fff; border-bottom: 1px solid #e3e3e3; padding: 20px 0 0 10px; line-height: 17px; }

.links-mobile:hover { background-color: #f1f3f3; }

.links-mobile:hover .icons { display: inline-block; cursor: pointer; }

.icon-mobile { display: inline-block; cursor: pointer; }

.link-icon-mobile { height: 14px; width: 30px; fill: #f58220; }

.trash-icon-mobile { height: 17px; width: 22px; fill: #9c9c9c; }

@media (max-width: 767px) { .content-links-desktop { display: none; }
  .content-links-small-screens { display: block; }
  .trash-icon-mobile, .link-icon-mobile { cursor: pointer; } }

@media (min-width: 768px) { .content-links-desktop { display: none; }
  .content-links-small-screens { display: block; }
  .trash-icon-mobile, .link-icon-mobile { cursor: pointer; } }

@media (min-width: 992px) { .content-links-desktop { display: block; }
  body .content-links-small-screens { display: none; } }

.statistic { margin: 0 auto; max-width: 700px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.statistic-big { height: 64px; width: 309px; border-bottom: 1px solid #e3e3e3; padding-top: 20px; }

.statistic-small { height: 41px; width: 309px; border-bottom: 1px solid #e3e3e3; padding-top: 10px; padding-bottom: 40px; }

.statistic-text { font-size: 16px; line-height: 42px; color: #a6a6a6; font-family: "Roboto", sans-serif; font-weight: bold; }

.statistic-number { font-size: 16px; line-height: 42px; color: #333333; font-family: "Roboto", sans-serif; font-weight: 300; text-align: right; }

.statistic-first-half { padding-right: 66px; display: block; }

@media (max-width: 767px) { .statistic-first-half, .statistic-second-half { margin: 0 auto; padding-left: 20px; }
  .statistic-first-half { padding-right: 0; }
  .statistic-small, .statistic-big { width: 200px; margin-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) { .statistic { -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; }
  .statistic-first-half { padding-right: 0; }
  .statistic-first-half, .statistic-second-half { margin: 0 33px; } }

.content { background-color: #f5f5f2; margin-left: 206px; width: 100%; }

.content-general { background-color: #fff; margin-top: 70px; }

.general-statistic { padding: 32px 0 35px; border-bottom: 1px solid #e3e3e3; }

.graph { display: block; margin: auto; padding-bottom: 30px; max-width: 100%; }

.chart-title { margin: 0 auto; max-width: 700px; padding: 76px 0 40px 0; }

@media (max-width: 767px) { .content { margin-left: 60px; }
  .content-general { margin-top: 0; }
  .chart-title { padding-left: 20px; } }

@media (min-width: 768px) { .content-general { margin-top: 0; }
  .chart-title { padding-left: 20px; } }

@media (min-width: 992px) { .content-general { margin-top: 70px; } }

.btn { border-radius: 3px; background-color: #f58220; border: 0; }

.btn:hover { background-color: #ffa200; cursor: pointer; }

.btn-refresh-position { padding-left: 11px; }

.btn-refresh { width: 41px; height: 40px; }

.refresh-icon { fill: #fff; width: 15px; height: 15px; }

.refresh { color: #fff; }

.btn-orange { width: 127px; height: 42px; color: #fff; font-family: "Roboto", sans-serif; line-height: 42px; font-weight: 300; }

.btn-add-position { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; padding: 20px 0 26px; }

.page-header { font-size: 16px; line-height: 42px; color: #a6a6a6; font-family: "Roboto", sans-serif; text-transform: uppercase; border-bottom: 1px solid #e3e3e3; margin-bottom: 0; padding-left: 14px; }

.section-header { font-size: 16px; line-height: 42px; color: #a6a6a6; font-family: "Roboto", sans-serif; font-weight: bold; }

.p-text { font-size: 14px; line-height: 42px; color: #333; font-family: "Roboto", sans-serif; font-weight: 300; }

.link-big, .link-small { font-size: 16px; line-height: 17px; color: #56819f; font-family: "Roboto", sans-serif; font-weight: 300; text-decoration: none; }

.link-big:hover, .link-small:hover { color: #ffa200; }

.link-small { font-size: 13px; line-height: 42px; }

.input-date-position { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; }

.input-date { padding-left: 15px; position: relative; width: 325px; height: 40px; border-radius: 3px; background-color: #fff; border: 1px solid #e3e3e3; }

.input-date:hover { border: 1px solid #b1b1b1; }

.input-date:after { position: absolute; content: ""; height: 28px; background-color: #e3e3e3; width: 1px; top: 5px; left: 150px; }

.date { display: inline-block; border: none; height: 35px; font-size: 14px; line-height: 42px; color: #333; font-family: "Roboto", sans-serif; font-weight: 300; outline: none; padding-top: 6px; }

.date-start { width: 150px; }

.date-end { width: 100px; }

.calendar-icon { fill: #9c9c9c; width: 13px; height: 13px; position: absolute; top: 12px; right: 16px; }

.calendar-icon:hover { cursor: pointer; }

@media (max-width: 767px) { .input-date { padding-left: 5px; height: 73px; margin: 0 auto; width: 117px; }
  .input-date:after { height: 1px; width: 70px; top: 36px; left: 5px; }
  .calendar-icon { top: 28px; right: 12px; }
  .date-start { width: 100px; }
  .btn-refresh-position { text-align: center; padding-top: 10px; margin: 0 auto; } }
