/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 15 May, 2019, 11:52:03 AM
    Author     : Dhaval
*/
@font-face {
    font-family: 'CircularStd';
    font-display:swap;
    src: url('../fonts/circular/CircularStd-Bold.woff2') format('woff2'),url('../fonts/circular/CircularStd-Bold.woff') format('woff'), url('../fonts/circular/CircularStd-Bold.ttf') format('truetype'), url('../fonts/circular/CircularStd-Bold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    font-display:swap;
    src: url('../fonts/circular/CircularStd-Book.woff2') format('woff2'),url('../fonts/circular/CircularStd-Book.woff') format('woff'), url('../fonts/circular/CircularStd-Book.ttf') format('truetype'), url('../fonts/circular/CircularStd-Book.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    font-display:swap;
    src: url('../fonts/circular/CircularStd-Medium.woff2') format('woff2'),url('../fonts/circular/CircularStd-Medium.woff') format('woff'), url('../fonts/circular/CircularStd-Medium.ttf') format('truetype'), url('../fonts/circular/CircularStd-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    font-display:swap;
    src: url('../fonts/graphik/Graphik-400-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    font-display:swap;
    src: url('../fonts/graphik/Graphik-500-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    font-display:swap;
    src: url('../fonts/graphik/Graphik-600-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    font-display:swap;
    src: url('../fonts/graphik/Graphik-700-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  font-family: Graphik;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Graphik;
}
/* General Links */
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

.wrapper {
    height: auto;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e3e8ee;
}
.milestone-create-page .wrapper {
    background-color: #f8f9fb;
}
.settings-page .wrapper {
    background-color: #f8f9fb;
}
.content {
    padding: 20px 0;
}
.settings-page .content {
    padding-top: 60px;
}

@media (min-width: 1400px) {
    .container {
        width: 1430px;
    }
}
@media (max-width: 768px) {
    .settings-page .content {
        padding-top: 20px;
    }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 5px;
  box-shadow: none;
  border-color: #d9d9ea;
  background-color: #f7f7fc;
  padding: 16px 19px 17px;
  height: 51px;
}
.form-control:focus {
  border-color: #424770;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #4a4a4a;
  opacity: 0.44;
  font-size: 14px;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
form .form-group.has-error label {
  color: #dd4b39;
}
form .form-group.has-error .form-control,
form .form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
form .form-group.has-error .help-block {
  color: #dd4b39;
}
.form-group.has-error span.help-block[role="alert"] strong {
    font-weight: normal;
}

/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-lg {
  padding: 14px;
  font-size: 18px;
  line-height: normal;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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:focus {
  outline: none;
}
.btn-primary {
  background-color: #424770;
  border-color: #424770;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary.hover,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #222854;
  border-color: #222854;
  outline: 0;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-icon {
    font-size: 18px;
    line-height: 35px;
    color: #424770;
}
.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active {
    color: #424770;
    box-shadow: none;
}
.icon-add:before {
    content: "";
    width: 26px;
    height: 26px;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: inherit;
    background-image: url(../img/add.svg);
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon-filter:before {
    content: "";
    width: 26px;
    height: 26px;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: inherit;
    background-image: url(../img/icon-filter.svg);
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}
.box-expenses .box-header .icon-add:before {
    margin-bottom: 0;
}
.btn-box-tool {
    padding: 5px 0 5px 5px;
    background: transparent;
    line-height: 1.42857143;
}
.btn-modal {
    font-size: 18px;
    line-height: normal;
    padding: 14px;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
    background-color: rgba(6, 6, 6, 0.3);
}
.modal-backdrop {
    background-color: #060606;
}
.modal-backdrop.in {
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.modal-content {
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    border: 0;
}
@media (min-width: 768px) {
    .modal-sm {
        width: 490px; /* New width for small modal */
    }
    .modal-content {
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    }
}
.modal-header {
    border-bottom: none;
}
.modal-body {
    padding: 10px 45px;
}
.modal-footer {
    border-top: none;
    padding: 15px 45px 35px;
}
.close-btn-wrapper {
    display: block;
    position: relative;
}
.close-btn-wrapper:before, .close-btn-wrapper:after {
    display: table;
    content: " ";
}
.close-btn-wrapper:after {
    clear: both;
}
.close {
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.close img {
    object-fit: contain;
}
.modal-title {
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #424770;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 52px;
  font-weight: 300;
}
.login-logo a {
  color: #444;
  display: inline-block;
  padding-bottom: 18px;
}
.app-name {
  font-size: 26px;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #424770;
}
.login-page {
  background: #f8f9fb;
}
.login-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 700px;
}
.login-box {
  width: 490px;
}
@media (max-width: 768px) {
  .login-box {
    width: 90%;
  }
}
.login-box-body {
  background: #fff;
  padding: 32px 44px 20px;
  border-top: 0;
  color: #4a4a4a;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 #d4d5d7;
  border: solid 1px #e4e6ec;
}
.login-box-header {
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
.login-form, .forgot-form, .reset-pass-form {
  padding: 35px 0 28px;
}
.login-form label, .forgot-form label, .reset-pass-form label {
  margin: 0 0 10px 5px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.login-box .form-group {
  margin-bottom: 26px;
}
.forgot-link {
  padding: 15px 0 32px;
}
.forgot-link a {
  font-size: 16px;
  color: #4a4a4a;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.forgot-link a:active,
.forgot-link a:focus,
.forgot-link a:hover {
    color: #8b95e8;
}

/*
 * Header
 * ----------------------
 */
.main-header {
    margin-bottom: 0;
    background-color: #424770;
    border-bottom: 0;
    min-height: 59px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    height: 59px;
    display: flex;
    margin: 0;
    padding: 15px 20px;
    align-items: center;
    justify-content: center;
}
.navbar>.container a.navbar-brand.dropdown-toggle {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    border-radius: 50%;
    border: solid 2px #ffffff;
}
.navbar-brand>img.header-logo {
    width: 19px;
    height: auto;
    object-fit: contain;
}
.dropdown .navbar-brand.dropdown-toggle>img.header-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar-header ul.dropdown-menu {
    top: calc(100% + 55px);
    left: calc(100% - 50px);
    min-width: 220px;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
}
.navbar-header ul.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 22px;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.navbar-header ul.dropdown-menu>li {
    padding-bottom: 10px;
}
.navbar-header ul.dropdown-menu>li:first-child {
    padding-top: 5px;
}
.navbar-header ul.dropdown-menu>li:last-child {
    padding-bottom: 5px;
}
.navbar-header ul.dropdown-menu>li>a {
    padding: 0;
    position: relative;
}
.navbar-header ul.dropdown-menu>li>a:focus, .navbar-header ul.dropdown-menu>li>a:hover {
    color: #8b95e8;
    text-decoration: none;
    background-color: transparent;
}
.navbar-header ul.dropdown-menu .online-icon {
    position: absolute;
    left: 24px;
    bottom: 0;
    height: 15px;
    width: 15px;
    background-image: url(../img/online-icon.svg);
}
.navbar-header ul.dropdown-menu img.user-image {
    width: 35px;
    height: auto;
    border-radius: 50%;
    object-fit: contain;
}
.navbar-header ul.dropdown-menu span.user-name {
    font-size: 15px;
    color: #4a4a4a;
    padding-left: 15px;
}
.navbar-header ul.dropdown-menu>li>a:focus span.user-name, .navbar-header ul.dropdown-menu>li>a:hover span.user-name {
    color: #8b95e8;
}
.navbar-nav {
    display: flex;
    height: 59px;
    align-items: center;
    justify-content: flex-start;
}
.navbar-nav.navbar-right {
    margin: 0;
    justify-content: flex-end;
}
.navbar-header .navbar-toggle {
    border-color: #424770;
    padding: 22px 20px 21px 15px;
    margin: 0;
}
.navbar-header .navbar-toggle:focus,
.navbar-header .navbar-toggle:hover {
    background-color: transparent;
    border-color: transparent;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-header .navbar-toggle:focus .icon-bar,
.navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #8b95e8;
}
.navbar-collapse.in .navbar-nav, .navbar-collapse.collapsing .navbar-nav {
    display: block;
    height: auto;
    align-items: normal;
    justify-content: normal;
}
.navbar-collapse.in .navbar-nav, .navbar-collapse.collapsing .navbar-nav {
    margin-bottom: 0;
}
.navbar-collapse.in .navbar-nav.navbar-right, .navbar-collapse.collapsing .navbar-nav.navbar-right {
    margin: 0 -15px;
}
.navbar-collapse.in .navbar-nav>li>a,
.navbar-collapse.collapsing .navbar-nav>li>a,
.navbar-collapse.in .navbar-nav>li>.dropdown>a,
.navbar-collapse.collapsing .navbar-nav>li>.dropdown>a {
    padding: 10px 15px;
}
.navbar-nav>li>a {
    color: #8b95e8;
    padding: 15px 20px;
}
.navbar-nav>li.active>a {
    color: #ffffff;
}
.navbar-nav.navbar-right>li>form.search-form, .navbar-nav.navbar-right>li>a {
    font-size: 14px;
    color: #fff;
    padding: 15px 0 15px 20px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.main-header.search-open .navbar-nav.navbar-right>li>form.search-form, .main-header.search-open .navbar-nav.navbar-right>li>a {
    padding: 15px 0;
}
.navbar-nav.navbar-right>li>form.search-form .search-btn-dark,
.navbar-nav.navbar-right>li>form.search-form .search-btn-light {
    line-height: 1;
    cursor: pointer;
}
.overview-sales .search-wrapper,
.summary-page .search-wrapper,
.user-page .search-wrapper,
.target-page .search-wrapper,
.settings-page .search-wrapper {
    display: none;
}
.navbar-nav.navbar-right>li>form.search-form .search-btn-dark:before,
.navbar-nav.navbar-right>li>form.search-form .search-btn-light:before {
    content: url('../img/search.svg');
}
.navbar-nav.navbar-right>li>a:before {
    content: url('../img/logout.svg');
    margin-right: 10px;
    line-height: 1;
}
.navbar-collapse.in .navbar-nav.navbar-right>li>a, .navbar-collapse.collapsing .navbar-nav.navbar-right>li>a {
    font-size: 14px;
    color: #8b95e8;
    display: block;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
}
.navbar-collapse.in .navbar-nav.navbar-right>li>a:before, .navbar-collapse.collapsing .navbar-nav.navbar-right>li>a:before {
    content: "";
    margin-right: 0;
    line-height: 20px;
}

.navbar-nav>li>.dropdown>a {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: normal;
    color: #8b95e8;
    padding: 15px 20px;
    position: relative;
    display: block;
}
.navbar-nav>li>.dropdown.open>a {
    background-color: transparent;
    border: 0;
}
.navbar-nav>li.active>.dropdown>a, .navbar-nav>li>.dropdown>a:focus, .navbar-nav>li>.dropdown>a:hover {
    color: #ffffff;
    background-color: transparent;
}
@media (min-width: 768px) {
    .navbar-nav>li>.dropdown:hover .dropdown-menu {
        display: block;
        top: 50px;
        left: 20px;
        min-width: 150px;
        margin: 0;
        padding: 15px 0px;
        border: none;
        border-radius: 3px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
    }
}
@media (max-width: 767px) {
    .navbar-nav>li>.dropdown.open .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
    }
}
.navbar-nav>li>.dropdown>.dropdown-menu>li>a {
    font-size: 16px;
    letter-spacing: normal;
    padding: 5px 15px;
    color: #424770;
}
.navbar-nav>li>.dropdown>.dropdown-menu>li:first-child>a {
    padding: 0px 15px 5px;
}
.navbar-nav>li>.dropdown>.dropdown-menu>li:last-child>a {
    padding: 5px 15px 0px;
}
.navbar-nav>li>.dropdown>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown>.dropdown-menu>.active>a,
.navbar-nav>li>.dropdown>.dropdown-menu>.active>a:focus,
.navbar-nav>li>.dropdown>.dropdown-menu>.active>a:hover {
    color: #8b95e8;
    background-color: transparent;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        font-size: 18px;
        line-height: 29px;
        letter-spacing: normal;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        padding: 15px 20px 15px 0;
    }
    .navbar>.container .dropdown .navbar-brand.dropdown-toggle, .navbar>.container-fluid .dropdown .navbar-brand.dropdown-toggle {
        padding: 10px 0;
    }
    .navbar>.container .navbar-header .dropdown .navbar-brand.dropdown-toggle, .navbar>.container-fluid .navbar-header .dropdown .navbar-brand.dropdown-toggle {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        padding: 15px;
    }
    .navbar>.container .dropdown .navbar-brand.dropdown-toggle, .navbar>.container-fluid .dropdown .navbar-brand.dropdown-toggle {
        margin: 12px 0 12px 15px;
    }
    .navbar-header .navbar-toggle {
        padding: 22px 15px 21px 15px;
    }
    .navbar-header ul.dropdown-menu {
        left: 60px;
        top: 10px;
    }
    .navbar-header ul.dropdown-menu:before {
        top: 10px;
        left: -10px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #fff;
        border-left: none;
    }
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #ffffff;
    background-color: transparent;
}

/*
 * Search Box
 * ----------
*/
.search-form .search-input {
    display: none;
    position: relative;
    width: 100%;
    height: 29px;
    line-height: 29px;
    border: none;
    background: 0 0;
    padding: 0 15px;
    color: #fff;
    font-size: 29px;
    outline: 0;
}
.search-form .search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-form .search-input:-ms-input-placeholder {
  color: #fff;
}
.search-form .search-input::-webkit-input-placeholder {
  color: #fff;
}
/*.main-header.search-open {
    background: #fff;
    box-shadow: 0 1px 3px 0 #d4d5d7;
}*/
.navbar-right .search-close-btn,
.main-header.search-open .navbar-header,
.main-header.search-open .navbar-nav:not(.navbar-right),
.main-header.search-open .search-form  .search-btn-light,
.main-header.search-open .navbar-right .logout-wrapper,
.navbar-nav.navbar-right>li>form.search-form .search-btn-dark {
    display: none;
}
.main-header.search-open .navbar-right,
.main-header.search-open .navbar-right .search-wrapper {
    width: 100%;
    justify-content: flex-start;
}
.main-header.search-open .navbar-nav.navbar-right>li>form.search-form .search-btn-dark {
    display: inline-flex;
    line-height: 29px;
    height: 19px;
}
.main-header.search-open .search-form .search-input {
    display: inline-flex;
}
.main-header.search-open .navbar-right .search-close-btn {
    display: inline-flex;
    width: 16px;
    height: 19px;
    line-height: 29px;
    cursor: pointer;
}
.search-close-btn:before,
.search-close-btn:after {
    position: absolute;
    right: 7px;
    content: ' ';
    height: 19px;
    width: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}
.search-close-btn:after {
    transform: rotate(-45deg);
}
/*
 * Page Header
 * -----------
 */
.page-header {
    margin: 0;
    padding: 5px 0;
    border: 0;
    background-color: #ffffff;
}
.page-header .page-title h1 {
    margin: 0;
    font-size: 22px;
    color: #424770;
    line-height: 2.23;
}
.page-header .right-block {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0;
    top: 5px;
}
.page-header a.tab-link {
    font-size: 22px;
    color: #8b95e8;
    line-height: 2;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    border-bottom: 5px solid transparent;
}
.page-header a.tab-link.active {
    border-bottom: 5px solid #424770;
    color: #424770;
}
.sub-title {
    margin-top: 0;
}
/*
 * Filter Bar
 * -----------
 */
.filter-bar {
    display: none;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #e3e8ee;
    background-color: #ffffff;
}
.filter-bar.is-active {
    display: block;
}
.filter-bar .form-group {
    padding-right: 20px;
}
.filter-bar .form-group:last-child {
    padding-right: 0px;
}
.filter-bar .form-control {
    height: 41px;
    padding: 12px 15px 11px 15px;
    background-color: #ffffff;
}
.form-inline .form-action {
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.filter-bar .btn {
    padding: 9.5px 24px;
}
.btn-inverse {
    color: #424770;
    background-color: #fff;
    border-color: #fff;
}
.btn-inverse.hover,
.btn-inverse:hover,
.btn-inverse.focus,
.btn-inverse:focus,
.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:active:focus {
    color: #fff;
    background-color: #424770;
    border-color: #424770;
    outline: 0;
}
.padding-none {
    padding: 0;
}
/*
 * Page: Sidebar
 * ----------------------
 */
.sidebar {
    padding-left: 55px;
}
.sidebar .menu {
    background-color: #ffffff;
    border: 1px solid #e3e3f0;
    border-radius: 3px;
    list-style: none;
}
.sidebar .menu .menu-item {
    border-bottom: 1px solid #e6e6f2;
    display: block;
    padding: 18px 20px;
    position: relative;
    font-size: 16px;
    color: #424770;
}
.sidebar .menu .menu-item.active,
.sidebar .menu .menu-item:active,
.sidebar .menu .menu-item:hover,
.sidebar .menu .menu-item:focus {
    color: #8b95e8;
}
.sidebar .menu .menu-item:last-child {
    border-bottom: 0;
}
@media (max-width: 991px) {
    .sidebar {
        padding-left: 0px;
    }
}

/*
 * Box
 * ----------------------
 */
.box {
    border-radius: 5px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: #ffffff;
}
.setting-box {
    width: 490px;
    margin: 0 auto;
}
.setting-box.full-width {
    width: 980px;
}
.box.box-expenses {
    width: 690px;
    margin: 0 auto;
}
.box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after {
    content: " ";
    display: table
}

.box-header:after,.box-body:after,.box-footer:after {
    clear: both
}
.box-header {
    color: #424770;
    display: block;
    padding: 10px;
    position: relative;
}
.box-expenses .box-header {
    padding: 15px;
}
.box-header .box-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    line-height: 1;
}
.box-expenses .box-header .box-title {
    display: inline-block;
    line-height: 1.3;
}
.box-header>.box-tools {
    position: absolute;
    right: 15px;
    top: 9px;
}
.setting-box .box-body {
    padding: 25px 45px 45px;
}
/*.box-expenses .box-body {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}*/
.setting-box .box-header {
    padding-top: 25px;
    margin: 0 auto;
}
.statistics-box {
    position: relative;
    padding: 20px 30px;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #d4d5d7;
    background-color: #ffffff;
}
.statistics-box:before, .statistics-box:after {
    content: "";
    display: table;
}
.statistics-box:after {
    clear: both;
}
.info-box {
    display: block;
    position: relative;
    width: 14%;
    max-width: 200px;
    padding: 0 10px;
    float: left;
}
.info-box:first-child {
    padding-left: 0;
}
.info-box:last-child {
    padding-right: 0;
}
.info-box:before, .info-box:after {
    content: "";
    display: table;
}
.info-box:after {
    clear: both;
}
.payment-page .info-box {
    width: 20%;
    max-width: 275px;
}
.info-box-text {
    display: block;
    font-size: 14px;
    line-height: 1.71;
    color: #000000;
    word-break: break-all;
}
.info-box-number {
    display: block;
    font-size: 30px;
    line-height: normal;
    color: #424770;
    word-break: break-all;
}

.avatar-upload-wrapper {
    margin-bottom: 35px;
}
.avatar-upload {
    position: relative;
    max-width: 108px;
    margin: 0 auto;
    text-align: center;
}
.avatar-upload .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #424770;
    border: 2px solid #ffffff;
    cursor: pointer;
    font-weight: normal;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #8b95e8;
}
.avatar-upload .avatar-edit input + label:after {
    content: url('../img/edit.svg');
    width: 12px;
    height: 12px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 112px;
    height: 112px;
    position: relative;
    border: 2px solid transparent;
    border-radius: 100%;
}
.avatar-upload.has-error .avatar-preview, .avatar-upload.has-success .avatar-preview {
    border: 2px solid;
    width: 112px;
    height: 112px;
}
.avatar-upload.has-error .avatar-preview {
    border-color: #dd4b39;
}
.avatar-upload.has-success .avatar-preview {
    border-color: #00a65a;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e3e8ee;
}
.avatar-upload-wrapper .help-block {
    text-align: center;
    color: #dd4b39;
    margin-bottom: 0;
}
.profile-form .form-group label,
.change-password-form .form-group label,
.project-form .form-group label,
.milestone-form .form-group label,
.user-target-form .form-group label,
.remark-form .form-group label {
    margin: 0 0 10px 5px;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}
div.checkbox.switcher:first-child {
    margin-top: 0px;
}
div.checkbox.switcher:last-child {
    margin-bottom: 0px;
}
div.checkbox.switcher label, div.radio.switcher label {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
div.checkbox.switcher label *, div.radio.switcher label * {
    vertical-align: middle;
}
div.checkbox.switcher label input, div.radio.switcher label input {
    display: none;
}
div.checkbox.switcher label input + span, div.radio.switcher label input + span {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 28px;
    background: #e5e9f1;
    border: 1px solid #d6dbe4;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}
div.checkbox.switcher label span + small {
    flex: 1;
}
div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
    background: #424770;
    border-color: #424770;
}
div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
    left: 50%;
}
/*
 * General: Table
 * ----------------------
 */
.table.table-custom {
    counter-reset: rowNumber;
    margin-top: 15px;
}
.table.table-master-expense {
    margin: 0;
}
.table.table-custom tbody>tr:not(.progressive-loader) {
    counter-increment: rowNumber;
}
.table.table-custom tbody>tr:not(.progressive-loader)>td:first-child::before {
    content: counter(rowNumber);
    display: block;
    float: left;
    border-radius: 5px;
    background-color: #424770;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    min-width: 30px;
    min-height: 30px;
    line-height: 1;
    margin-right: 20px;
    margin-top: 5px;
    padding: 6px;
}
.table.table-custom.milestone-table tbody>tr:not(.progressive-loader)>td:first-child::before {
    margin-right: 0px;
    margin-top: 0px;
}
.table.table-custom.projects-table.ui-sortable tbody>tr>td:first-child::before {
    margin-left: 30px;
}
.modal-content .table.table-custom tbody>tr>td:first-child::before,
.table.table-custom tbody>tr:not(.progressive-loader)>td.no-counter::before,
/*.table.milestone-table tbody>tr:not(.progressive-loader)>td:first-child::before,*/
.table.verification-table tbody>tr:not(.progressive-loader)>td:first-child::before {
    content: "";
    display: none;
}
.table.table-custom>tbody>tr>td.no-counter {
    background-color: #fff;
}
.table.table-custom>caption+thead>tr:first-child>td,
.table.table-custom>caption+thead>tr:first-child>th,
.table.table-custom>colgroup+thead>tr:first-child>td,
.table.table-custom>colgroup+thead>tr:first-child>th,
.table.table-custom>thead:first-child>tr:first-child>td,
.table.table-custom>thead:first-child>tr:first-child>th {
    border: 0;
}
.table.table-custom>caption+thead>tr>td,
.table.table-custom>caption+thead>tr>th,
.table.table-custom>colgroup+thead>tr>td,
.table.table-custom>colgroup+thead>tr>th,
.table.table-custom>thead>tr>td,
.table.table-custom>thead>tr>th {
    font-size: 12px;
    line-height: normal;
    color: #4a4a4a;
    font-weight: normal;
}
.modal-content .table.table-custom>thead>tr>th {
    color: #fff;
}
.table>thead>tr:first-child>td, .table>thead>tr:first-child>th {
    text-align: center;
    vertical-align: middle;
}
.table>thead>tr:first-child>td:first-child, .table>thead>tr:first-child>th:first-child {
    text-align: left;
    padding: 10px 20px;
}
.table>tbody>tr>th,
.table>tbody>tr>td {
    border: 1px solid #e3e8ee;
    vertical-align: middle;
    text-align: center;
}
.table>tbody>tr>th.text-left,
.table>tbody>tr>td.text-left {
    text-align: left;
}
.table>tbody>tr>th.text-right,
.table>tbody>tr>td.text-right {
    text-align: right;
}
/*.table.milestone-table tbody>tr>td:first-child,*/
.table.verification-table tbody>tr>td:first-child {
    text-align: left;
}
.table.milestone-table tbody>tr>td.no-counter:first-child,
.table.verification-table tbody>tr>td.no-counter:first-child {
    text-align: center;
}
.table>tbody>tr>td:first-child {
    border-left: 0;
    padding: 13px 20px 10px;
}
.table>tbody>tr>td:last-child {
    border-right: 0;
}
.table>tbody>tr:first-child>td:first-child, .modal-content .table>thead>tr:first-child>th:first-child {
    border-top-left-radius: 3px;
}
.modal-content .table>tbody>tr:first-child>td:first-child {
    border-top-left-radius: 0px;
}
.table>tbody>tr:last-child>td:first-child {
    border-bottom-left-radius: 3px;
}
.table>tbody>tr:first-child>td:last-child, .modal-content .table>thead>tr:first-child>th:last-child {
    border-top-right-radius: 3px;
}
.modal-content .table>tbody>tr:first-child>td:last-child {
    border-top-right-radius: 0px;
}
.table>tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 3px;
}
.table>tbody>tr:first-child>td,
.table>tbody>tr:first-child>th {
    border-top: 0;
}
.table>tbody>tr:last-child>td,
.table>tbody>tr:last-child>th {
    border-bottom: 0;
}
.table.table-custom tbody {
    font-size: 16px;
    box-shadow: 0 1px 3px 0 #d4d5d7;
    background-color: #fff;
}
.modal-content .table.table-custom tbody {
    box-shadow: none;
}
.modal-content .table.table-custom thead {
    background-color: #424770;
}
.table.milestone-table tbody,
.table.verification-table tbody {
    font-size: 16px;
}
.table.table-custom tr>td:first-child {
    width: 58%;
}
.table.table-custom tr>td:nth-child(2) {
    width: 13%;
}
.table.table-custom tr>td:nth-child(3) {
    width: 15%;
}
.table.table-custom tr>td:last-child {
    width: 14%;
}
.table.projects-table tr>td:first-child {
    width: 35%;
}
.table.projects-table.less-column tr>td:first-child {
    width: 33%;
}
.table.projects-table tr>td:nth-child(2) {
    width: 10%;
}
.table.projects-table tr>td:nth-child(3) {
    width: 12%;
}
.table.projects-table tr>td:nth-child(4),
.table.projects-table tr>td:nth-child(5),
.table.projects-table tr>td:nth-child(6),
.table.projects-table tr>td:nth-child(7) {
    width: 8%;
}
.table.projects-table tr>td:nth-child(8) {
    width: 9%;
}
.table.projects-table tr>td:last-child {
    width: 2%;
}
.table.projects-table.less-column tr>td:nth-child(4),
.table.projects-table.less-column tr>td:nth-child(5),
.table.projects-table.less-column tr>td:nth-child(6),
.table.projects-table.less-column tr>td:nth-child(7),
.table.projects-table.less-column tr>td:last-child {
    width: 9%;
}
.table.milestone-table tr>td:first-child {
    width: 25%;
}
.table.milestone-table.less-column tr>td:first-child {
    width: 27%;
}
.table.milestone-table tr>td:nth-child(2) {
    width: 17%;
}
.table.milestone-table tr>td:nth-child(3),
.table.milestone-table tr>td:nth-child(4),
.table.milestone-table tr>td:nth-child(5),
.table.milestone-table tr>td:nth-child(6),
.table.verification-table tr>td:nth-child(4),
.table.verification-table tr>td:nth-child(5),
.table.verification-table tr>td:nth-child(6) {
    width: 7%;
}
.table.milestone-table tr>td:nth-child(7),
.table.verification-table tr>td:nth-child(7) {
    width: 7.5%;
}
.table.milestone-table tr>td:nth-child(8) {
    width: 8.5%;
}
.table.milestone-table tr>td:nth-child(9) {
    width: 3%;
}
.table.milestone-table tr>td:nth-child(10) {
    width: 9%;
}
.table.milestone-table tr>td:last-child {
    width: 2%;
}
.table.milestone-table.less-column tr>td:last-child {
    width: 9%;
}
.table.verification-table tr>td:first-child {
    width: 27.5%;
}
.table.verification-table.full-column tr>td:first-child {
    width: 26.5%;
}
.table.verification-table tr>td:nth-child(2) {
    width: 20%;
}
.table.verification-table.full-column tr>td:nth-child(2) {
    width: 19%;
}
.table.verification-table tr>td:nth-child(3) {
    width: 13%;
}
.table.verification-table.full-column tr>td:nth-child(3) {
    width: 12%;
}
.table.verification-table.full-column tr>td:nth-child(7) {
    width: 4%;
}
.table.verification-table.full-column tr>td:nth-child(8) {
    width: 7.5%;
}
.table.verification-table tr>td:last-child {
    width: 11%;
}
.table.verification-table.full-column tr>td:last-child {
    width: 10%;
}
.verify-wrapper {
    position: relative;
}
.verify-date-cell:hover {
    text-decoration: underline;
    cursor: pointer;
}
.change-verify-form {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 1px;
    height: 1px;
}
.change-verify-form .datepicker {
    visibility: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    display: inline;
    outline: 0;
}

.table.overview-table {
    margin: 10px 0 0;
}
.modal-content .table.overview-table, .modal-content .table.summary-info-table {
    margin: 0;
}
.table.overview-table:first-child {
    counter-reset: overviewRowNumber;
}
.table.overview-table tbody>tr:not(.progressive-loader):first-child {
    counter-increment: overviewRowNumber;
    background-color: #fcf8e3;
}
.table.overview-table tbody>tr:not(.progressive-loader)>td:first-child::before {
    content: counter(overviewRowNumber);
}
.table.overview-table tbody>tr:not(:first-child)>td:first-child::before {
    content: "";
    display: none;
}
.table.overview-table tbody>tr:not(:first-child)>td:first-child {
    text-align: left;
    padding-left: 70px;
}
.modal-content .table.overview-table tbody>tr:not(:first-child)>td:first-child {
    padding-left: 20px;
}
.table.overview-table tr>td:first-child, .table.overview-table tr>th:first-child {
    width: 32%;
}
.table.overview-table.less-column tr>td:first-child, .table.overview-table.less-column tr>th:first-child {
    width: 34%;
}
.table.overview-table tr>td:nth-child(2),
.table.overview-table tr>td:nth-child(3),
.table.overview-table tr>td:nth-child(4),
.table.overview-table tr>td:nth-child(5),
.table.overview-table tr>th:nth-child(2),
.table.overview-table tr>th:nth-child(3),
.table.overview-table tr>th:nth-child(4),
.table.overview-table tr>th:nth-child(5) {
    width: 7.75%;
}
.table.overview-table tr>td:nth-child(6), .table.overview-table tr>th:nth-child(6) {
    width: 11.75%;
}
.table.overview-table tr>td:nth-child(7), .table.overview-table tr>th:nth-child(7) {
    width: 9.25%;
}
.table.overview-table tr>td:nth-child(8), .table.overview-table tr>th:nth-child(8) {
    width: 4.75%;
}
.table.overview-table tr>td:nth-child(9), .table.overview-table tr>th:nth-child(9) {
    width: 9.25%;
}
.table.overview-table tr>td:last-child, .table.overview-table tr>th:last-child {
    width: 2%;
}
.table.overview-table.less-column tr>td:last-child, .table.overview-table.less-column tr>th:last-child {
    width: 9.25%;
}
.modal-content .table.overview-table tr>td:first-child, .modal-content .table.overview-table tr>th:first-child {
    width: 33%;
}
.modal-content .table.overview-table tr>td:last-child, .modal-content .table.overview-table tr>th:last-child {
    width: 10.25%;
}
.modal-content .table.summary-info-table tr>th:first-child,
.modal-content .table.summary-info-table tr>td:first-child {
    width: 20%;
    text-align: left;
}
.modal-content .table.summary-info-table tr>th:nth-child(2),
.modal-content .table.summary-info-table tr>td:nth-child(2) {
    width: 30%;
    text-align: left;
}
.modal-content .table.summary-info-table tr>th:nth-child(3),
.modal-content .table.summary-info-table tr>td:nth-child(3),
.modal-content .table.summary-info-table tr>th:nth-child(4),
.modal-content .table.summary-info-table tr>td:nth-child(4) {
    width: 12%;
    text-align: right;
}
.modal-content .table.summary-info-table tr>th:nth-child(5),
.modal-content .table.summary-info-table tr>td:nth-child(5) {
    width: 15%;
}
.modal-content .table.summary-info-table tr>th:last-child,
.modal-content .table.summary-info-table tr>td:last-child {
    width: 11%;
}
.modal-content .table.summary-info-table tr>td.no-counter {
    text-align: center;
}
.table.overview-sales-table {
    margin: 10px 0 0;
}
.table.overview-sales-table:first-child {
    counter-reset: salesOverviewRowNumber;
}
.table.overview-sales-table tbody>tr:first-child {
    background-color: #fcf8e3;
}
.table.overview-sales-table tbody>tr:not(:first-child) {
    counter-increment: overviewRowNumber;
}
.table.table-custom.overview-sales-table tbody>tr:first-child>td:first-child::before {
    display: none;
}
.table.table-custom.overview-sales-table tbody>tr:not(:first-child)>td:first-child::before {
    content: counter(overviewRowNumber);
    display: block;
    float: left;
    border-radius: 5px;
    background-color: #424770;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    min-width: 30px;
    min-height: 30px;
    line-height: 1;
    margin-right: 20px;
    margin-top: 5px;
    padding: 6px;
}
.table.overview-sales-table tr>th:first-child, .table.overview-sales-table tr>td:first-child {
    width: 46%;
}
.table.overview-sales-table tr>th:nth-child(2), .table.overview-sales-table tr>td:nth-child(2) {
    width: 14%;
}
.table.overview-sales-table tr>th:nth-child(3), .table.overview-sales-table tr>td:nth-child(3) {
    width: 10%;
}
.table.overview-sales-table tr>th:nth-child(4),
.table.overview-sales-table tr>td:nth-child(4),
.table.table-custom.overview-sales-table tr>th:last-child,
.table.table-custom.overview-sales-table tr>td:last-child {
    width: 15%;
}
.table.table-custom.overview-sales-table tr>td.no-counter {
    width: 100%;
}
.overview-sales-table .sales-associate-img {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.overview-sales-table .sales-associate-img img {
    display: inline;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border-radius: 50%;
}
.overview-sales-table .sales-associate-name {
    font-size: 18px;
    color: #4a4a4a;
    text-align: left;
    padding-left: 15px;
}
.overview-sales-table .project-title, .overview-sales-table .project-client {
    padding-left: 0px;
}

.table.user-table tr>td:first-child {
    width: 22%;
}
.table.user-table tr>td:nth-child(2) {
    width: 26%;
}
.table.user-table tr>td:nth-child(3),
.table.user-table tr>td:nth-child(5) {
    width: 15%;
}
.table.user-table tr>td:nth-child(4) {
    width: 12%;
}
.table.user-table tr>td:last-child {
    width: 10%;
}
.table.user-table tbody>tr>td:first-child::before,
.table.summary-table tbody>tr>td:first-child::before {
    margin-top: 0px;
}
.table.summary-table tr>td:first-child {
    width: 18%;
}
.table.summary-table tr>td:nth-child(2),
.table.summary-table tr>td:nth-child(3),
.table.summary-table tr>td:nth-child(5),
.table.summary-table tr>td:nth-child(6),
.table.summary-table tr>td:nth-child(7),
.table.summary-table tr>td:nth-child(8) {
    width: 12%;
}
.table.summary-table tr>td:nth-child(4) {
    width: 10%;
}
.table.overview-table tbody>tr:not(:first-child)>td .handle, .table.projects-table tbody>tr>td .handle {
    position: absolute;
    left: 30px;
    top: calc(50% - 10px);
    cursor: grab;
}
.table.projects-table tbody>tr>td .handle {
    left: 20px;
}
.table.overview-table tbody>tr:not(:first-child)>td, .table.projects-table tbody>tr>td {
    position: relative;
}
.table.table-custom tbody>tr.void-milestone td {
    opacity: .5;
}
.table.table-custom.overview-table tbody>tr.void-milestone td:last-child,
.table.table-custom.milestone-table tbody>tr.void-milestone td:last-child {
    opacity: 1;
}
.modal-content .table.table-custom.overview-table tbody>tr.void-milestone td:last-child {
    opacity: .5;
}
.table.expense-table tr>td:first-child {
    width: 25%;
}
.table.expense-table tr>td:nth-child(2) {
    width: 15%;
}
.table.expense-table tr>td:nth-child(3) {
    width: 35%;
}
.table.expense-table tr>td:nth-child(4) {
    width: 10%;
}
.table.expense-table tr>td:last-child {
    width: 15%;
}
.table.table-custom.expense-table tbody>tr:not(.progressive-loader)>td:first-child::before {
    margin: 0;
}
.table.revenue-table tbody>tr:not(.progressive-loader)>td:first-child::before {
    display: none;
}
.table.table-custom.revenue-table>tbody>tr>td {
    padding: 5px 20px 5px;
}
.table.revenue-table tr>td:first-child {
    width: 20%;
    text-align: left;
}
.table.revenue-table tr>td:not(:first-child) {
    width: 6.15%;
    text-align: right;
}
.table.table-custom>tbody>tr.revenue-heading>td, td.revenue-total {
    font-weight: 500;
    background: #fcf8e3;
}
.table.table-custom.revenue-table>tbody>tr.revenue-heading>td:not(:first-child) {
    font-size: 18px;
}
.table.revenue-table>tbody>tr:not(.revenue-heading)>td:nth-child(even):not(:last-child) {
    background-color: #f9f9f9;
}
.table.table-custom>tbody>tr.transparent>td {
    background-color: #e3e8ee;
    border: 0;
}
.table.revenue-table>tbody>tr>td.remark-corner {
    position: relative;
}
.table.revenue-table>tbody>tr>td.remark-corner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #f4b400;
}
.revenue-page .tooltip {
    -webkit-filter: drop-shadow(rgba(0,0,0,0.3) 0 0 10px);
    filter: drop-shadow(rgba(0,0,0,0.3) 0 0 10px);
}
.revenue-page .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.revenue-page .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}
.revenue-page .tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}
.revenue-page .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.revenue-page .tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}
.revenue-page .tooltip-inner {
    max-width: 300px;
    padding: 12px;
    color: #333;
    background-color: #fff;
    font-family: Graphik;
    font-size: 14px;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
tr.ui-sortable-helper {
    background-color: #fff;
}
.table.overview-table tbody>tr.ui-sortable-helper>td .handle {
    cursor: grabbing;
}
.project-info {
    display: block;
    position: relative;
    text-align: left;
    margin-left: 50px;
    cursor: pointer;
}
.ui-sortable .project-info {
    margin-left: 80px;
}
.project-title, .milestone-title {
    display: block;
    color: #4a4a4a;
    text-align: left;
    padding-left: 50px;
}
.milestone-title-wrapper {
    padding-left: 50px;
    text-align: left;
    color: #4a4a4a;
}
.overview-table .milestone-title-wrapper,
.summary-info-table .milestone-title-wrapper,
.verification-table .milestone-title-wrapper {
    padding-left: 0;
}
.milestone-name, .milestone-comment {
    display: block;
}
.milestone-comment {
    font-size: 12px;
}
.milestone-comment a {
    color: #a91c3c;
}
.milestone-comment a:before {
    content: url(../img/comment.svg);
    margin-right: 10px;
    width: 14px;
    height: 14px;
    vertical-align: -webkit-baseline-middle;
}
.project-client {
    display: block;
    font-size: 12px;
    color: #9b9b9b;
    text-align: left;
    padding-left: 50px;
}
.milestone-table .project-title,
.verification-table .project-title,
.milestone-table .project-client,
.verification-table .project-client,
.projects-table .project-title,
.projects-table .project-client,
.modal-content .overview-table .project-title,
.modal-content .overview-table .project-client {
    padding-left: 0px;
}
.summary-info {
    cursor: pointer;
}
.summary-info:hover {
    text-decoration: underline;
}
.name-separator {
    padding: 0 5px;
    color: #424770;
}
.label {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: normal;
    color: #4a4a4a;
    border-radius: 5px;
}
.project-details .label {
    border-radius: 3px;
    padding: 3px 12px;
    font-size: 11px;
    vertical-align: middle;
}
.label-active {
    background-color: #82cf2d;
}
.label-hold {
    background-color: #ffc400;
}
.label-pending {
    background-color: #f8e71c;
}
.label-invoiced {
    background-color: #cde1f9;
}
.label-done {
    background-color: #51bdf9;
}
.label-remaining {
    background-color: #9d9d9d;
}
.label-status-pending {
    background-color: #f1f1f1;
    color: #9d9d9d;
    font-weight: bold;
}
.label-status-admin {
    background-color: #ecf7df;
    color: #62bc00;
    font-weight: 500;
}
.label-status-delivery {
    background-color: #c0e6ff;
    color: #3e9cda;
    font-weight: 500;
}
.label-status-manager {
    background-color: #fff7e9;
    color: #ffae00;
    font-weight: 500;
}
.label-status-sales {
    background-color: #ceffed;
    color: #4ab790;
    font-weight: 500;
}
.label-status-account {
    background-color: #e5ebff;
    color: #85a2ce;
    font-weight: 500;
}
.label-status-hr {
    background-color: #ffd7d7;
    color: #ff6572;
    font-weight: 500;
}
.label.label-status-smanager {
    background-color: #c7c7f3;
    color: #5877ce;
    font-weight: 500;
}
.label-due {
    background-color: #ffecec;
    color: #fa243e;
    font-weight: bold;
}
.label-planned {
    background-color: #fff7e9;
    color: #ffae00;
    font-weight: bold;
}
.label-paid {
    background-color: #ecf7df;
    color: #62bc00;
    font-weight: bold;
}
.due-date {
    color: #d0021b;
}
.text-green {
    color: #7ed321;
}
.text-grey {
    color: #9b9b9b;
}
button.dots {
    width: 40px;
    height: 20px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
button.dots:focus {
    outline: none;
}
button.dots.dots:after, button.dots.dots:before,
button.dots.dots span {
    width: 10%;
    height: 20%;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    background: #ced7e2;
    transform: rotate(0deg);
    transition: all 0.4s;
    left: 1%;
    right: 1%;
    margin: 0 auto;
}
button.dots.dots:after, button.dots.dots:before {
    content: "";
}
button.dots.dots:after {
    top: 0%;
    margin-top: 0;
}
button.dots.dots:before {
    bottom: 0%;
    margin-bottom: -10%;
}
button.dots.dots span {
    top: 50%;
    margin-top: 0;
}
.table.table-custom .dropdown-menu {
    position: absolute;
    right: 65%;
    top: -15%;
    left: auto;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 8px 1px rgba(55, 59, 98, 0.27);
    background-color: #ffffff;
}
.table.table-custom .dropdown-menu li a {
    padding: 10px 0;
    font-size: 12px;
    color: #4a4a4a;
}
.table.table-custom .dropdown-menu>li>a:focus, .table.table-custom .dropdown-menu>li>a:hover {
    color: #8b95e8;
    background-color: transparent;
}
.table.table-custom .dropdown-menu>li>a:before {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    vertical-align: -webkit-baseline-middle;
}
.table.table-custom .dropdown-menu>li>a.add-btn:before {
    content: url('../img/dropdown-add.svg');
}
.table.table-custom .dropdown-menu>li>a.edit-btn:before {
    content: url('../img/dropdown-edit.svg');
}
.table.table-custom .dropdown-menu>li>a.delete-btn:before {
    content: url('../img/delete.svg');
}
.table.table-custom .dropdown-menu>li>a.comment-btn:before {
    content: url('../img/comment.svg');
}
.table.table-custom .dropdown-menu>li>a.status-btn.active:before, .table.table-custom .dropdown-menu>li>a.status-btn.complete:before {
    content: url('../img/mark-active.svg');
}
.table.table-custom .dropdown-menu>li>a.status-btn.hold:before {
    content: url('../img/mark-hold.svg');
}
.table.table-custom .dropdown-menu>li>a.status-btn.invoiced:before {
    content: url('../img/reciept.svg');
}
.table.table-custom .dropdown-menu>li>a.payment-btn:before {
    content: url('../img/calendar.svg');
}
.table.table-custom .dropdown-menu>li>a.void-btn:before {
    content: url('../img/mark-void.svg');
}
.table.table-custom .dropdown-menu>li>a.void-btn.active:before {
    content: url('../img/mark-valid.svg');
}
.table.table-master-expense tr>td:first-child {
    width: 45%;
}
.table.table-master-expense tr>td:nth-child(2) {
    width: 25%;
}
.table.table-master-expense tr>td:nth-child(3) {
    width: 20%;
}
.table.table-master-expense tr>td:last-child {
    width: 10%;
}
.table.table-custom.table-master-expense tbody>tr>td:first-child::before {
    display: none;
}
/*
 * General: Spinner
 * ----------------------
 */
.spinner {
  position: relative;
}
.spinner:before, .spinner:after {
  content: "";
  position: relative;
  display: block;
}
.spinner:before {
  animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  width: 1em;
  height: 1em;
  background-color: #424770;
}
.spinner:after {
  animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  bottom: -.5em;
  height: .25em;
  border-radius: 50%;
  background-color: rgba(139, 149, 232, 0.5);
}

@keyframes spinner {
  50% {
    border-radius: 50%;
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(720deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(0.5);
    background-color: rgba(#000,0.1);
  }
}

.bxslider-wrap {
    visibility: hidden;
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0px;
}
.bx-viewport {
    height: 49px;
    padding: 0 35px;
}
.bxslider li a {
    font-size: 18px;
    color: #8892e4;
    line-height: 2.72;
}
.bxslider li a.active, .bxslider li a:hover {
    color: #424770;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -24px;
    width: 37px;
    height: 48px;
    background-color: #fff;
    z-index: 1039;
}
.bx-wrapper .bx-prev {
    left: -2px;
    background: url(../img/slider-arrow.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
    right: 0px;
    background: url(../img/slider-arrow.png) no-repeat -37px 0px;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background-position: 0 -48px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: -37px -48px;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.no-margin {
    margin: 0 !important;
}
.margin-t-17 {
  margin-top: 17px;
}
.m-l-r-10 {
    margin: 0 10px;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-t-35 {
    margin-top: 35px;
}
.no-padding {
    padding: 0 !important;
}
.p-15 {
    padding: 15px;
}
.p-t-0 {
    padding-top: 0px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-b-0 {
    padding-bottom: 0px;
}
.p-l-0 {
    padding-left: 0px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-l-10 {
    padding-left: 10px;
}
.f-14 {
    font-size: 14px;
}
.f-30 {
    font-size: 30px;
}
.w-100 {
    width: 100%;
}
.visible-hide {
    visibility: hidden;
}
.visible-show {
    visibility: visible;
}
.align-items-end {
    align-items: flex-end;
}
.modal-slg {
    width: 650px;
}
.modal-xlg {
    width: 1440px;
}
.modal-slg .modal-header {
    border-bottom: 1px solid #e5e5e5;
}
.modal-slg .modal-header .title-wrapper {
    display: block;
    position: relative;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.modal-slg .modal-header .close-btn-wrapper {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-slg .modal-body {
    padding: 5px;
    max-height: 245px;
    overflow-y: auto;
}
.remark-card {
    position: relative;
    margin: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ebecf3;
}
.remark-card:before, .remark-card:after {
    display: table;
    content: " ";
}
.remark-card:after {
    clear: both;
}
.remark-card .user-name {
    font-size: 18px;
    font-weight: 500;
    color: #424770;
}
.remark-card .time {
    position: absolute;
    top: 10px;
    right: 15px;
}
.remark-card .remark {
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
}
.modal-slg .modal-footer {
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}
textarea#remark {
    width: 100%;
    height: 50px;
    min-height: 50px;
    max-height: 135px;
    resize: none;
    padding: 14px 20px;
    overflow: auto;
}
.help-block:empty {
    display: none !important;
}
.modal-slg .help-block {
    float: left;
    margin-bottom: 0;
}
.empty-row {
    margin: 5px 10px;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
}
ul.bxslider {
    height: 48px;
}

/* Progressive Loader */
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
.progressive-loader {
    display: none;
}
.animated-progress {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right,#f0f0f0 8%,#e2e2e2 18%,#f0f0f0 33%);
    background-size: 800px 104px;
    position: relative;
}
.statistics-box .animated-progress {
    display: inline-block;
    width: 14%;
    max-width: 200px;
    height: 50px;
}
.loader-background {
    background: #fff;
    position: absolute;
}
.statistics-box .loader-background.header-top {
    top: 0;
    left: 75px;
    right: 0;
    height: 13px;
}
.statistics-box .loader-background.header-bottom {
    top: 13px;
    left: 0;
    right: 0;
    height: 15px;
}
.statistics-box .loader-background.sub-header-top {
    top: 28px;
    left: 120px;
    right: 0;
    height: 22px;
}
.overview-table .animated-progress {
    height: 35px;
}
.progressive-loader .table.table-custom.overview-table tbody>tr:nth-child(2) .animated-progress, .progressive-loader .table.table-custom.overview-table tbody>tr:nth-child(3) .animated-progress {
    height: 20px;
}
.animated-progress, .progressive-loader .table.table-custom tbody>tr:nth-child(3)>td:first-child .animated-progress {
    height: 35px;
}
.progressive-loader .table.table-custom.overview-table tbody>tr:first-child .animated-progress {
    background: linear-gradient(to right,#e0dbc1 8%,#b3ad94 18%,#e0dbc1 33%);
    background-size: 800px 104px;
}
.progressive-loader .table.table-custom tbody>tr>td:first-child::before {
    display: none;
}
.table.table-custom tbody>tr .animated-progress .loader-background {
    background-color: transparent;
    position: relative;
    display: block;
}
.table-custom .animated-progress .loader-background:before,
.table-custom .animated-progress .loader-background:after {
    content: "";
    position: absolute;
    background: #fff;
}
.overview-table tr:first-child .animated-progress .loader-background:before,
.overview-table tr:first-child .animated-progress .loader-background:after {
    background: #fcf8e3;
}
.overview-table .loader-background.p-title:before {
    top: 0;
    left: 35px;
    height: 15px;
    width: 20px;
}
.overview-table .loader-background.p-title:after {
    top: 0;
    left: 150px;
    right: 0;
    height: 15px;
}
.overview-table .loader-background.p-divider:before {
    top: 15px;
    left: 35px;
    right: 0;
    height: 12px;
}
.overview-table .loader-background.p-client:before {
    top: 27px;
    left: 35px;
    height: 8px;
    width: 20px;
}
.overview-table .loader-background.p-client:after {
    top: 27px;
    right: 0;
    height: 8px;
    width: 130px;
}
.overview-table .animated-progress.p-amount, .overview-table .animated-progress.p-date {
    height: 20px;
}
.overview-table .animated-progress.p-amount .loader-background:before,
.overview-table .animated-progress.p-date .loader-background:before {
    left: 0;
    width: 20px;
    height: 20px;
}
.overview-table .animated-progress.p-date .loader-background:after {
    right: 0;
    width: 20px;
    height: 20px;
}
.overview-table .loader-background.m-title-padding:before,
.overview-table .loader-background.m-amount-padding:before,
.overview-table .loader-background.m-date-padding:before,
.overview-table .loader-background.m-invoice-padding:before {
    left: 0;
    right: 0;
    height: 5px;
}
.overview-table .loader-background.m-title-padding:after,
.overview-table .loader-background.m-amount-padding:after,
.overview-table .loader-background.m-date-padding:after,
.overview-table .loader-background.m-invoice-padding:after {
    top: 15px;
    left: 0;
    right: 0;
    height: 5px;
}
.overview-table .loader-background.m-title-padding-top:before {
    top: 20px;
    left: 0;
    right: 0;
    height: 5px;
}
.overview-table .loader-background.m-title-top:before {
    top: 5px;
    left: 0;
    width: 5px;
    height: 10px;
}
.overview-table .loader-background.m-title-top:after {
    top: 5px;
    right: 0;
    width: 110px;
    height: 10px;
}
.overview-table .loader-background.m-title-bottom:before {
    top: 25px;
    left: 0;
    width: 5px;
    height: 10px;
}
.overview-table .loader-background.m-title-bottom:after {
    top: 25px;
    left: 110px;
    right: 0;
    height: 10px;
}
.overview-table .loader-background.m-amount:before {
    top: 5px;
    left: 0;
    width: 22px;
    height: 10px;
}
.overview-table .loader-background.m-date:before {
    top: 5px;
    left: 0;
    width: 20px;
    height: 10px;
}
.overview-table .loader-background.m-date:after {
    top: 5px;
    right: 0;
    width: 20px;
    height: 10px;
}
.overview-table .loader-background.m-invoice:before {
    top: 5px;
    left: 0;
    width: 25px;
    height: 10px;
}
.overview-table .loader-background.m-invoice:after {
    top: 5px;
    right: 0;
    width: 25px;
    height: 10px;
}

.progressive-loader .table.table-custom.overview-sales-table tbody>tr:first-child .animated-progress {
    background: linear-gradient(to right,#e0dbc1 8%,#b3ad94 18%,#e0dbc1 33%);
    background-size: 800px 104px;
}
.overview-sales-table tr:first-child .animated-progress .loader-background:before,
.overview-sales-table tr:first-child .animated-progress .loader-background:after {
    background: #fcf8e3;
}
.progressive-loader .table.table-custom.overview-sales-table tbody>tr:not(:first-child)>td:first-child::before {
    display: none;
}
.overview-sales-table tbody>tr:first-child .animated-progress {
    height: 32px;
}
.progressive-loader .table.table-custom.overview-sales-table tbody>tr:not(:first-child) .animated-progress,
.progressive-loader .table.table-custom.overview-sales-table tbody>tr:not(:first-child)>td:first-child .animated-progress {
    height: 34px;
}
.overview-sales-table .loader-background.sales-name:before {
    top: 8px;
    left: 35px;
    height: 16px;
    width: 20px;
}
.overview-sales-table .loader-background.sales-name:after {
    top: 8px;
    left: 290px;
    right: 0;
    height: 16px;
}
.overview-sales-table .loader-background.sales-padding:before,
.overview-sales-table .loader-background.s-padding:before {
    top: 0;
    left: 35px;
    right: 0;
    height: 8px;
}
.overview-sales-table .loader-background.sales-padding:after,
.overview-sales-table .loader-background.s-padding:after {
    top: 24px;
    left: 35px;
    right: 0;
    height: 8px;
}
.overview-sales-table .loader-background.s-padding:before,
.overview-sales-table .loader-background.s-padding:after {
    left: 0;
}
.overview-sales-table tbody>tr:not(:first-child) .loader-background.s-padding:before,
.overview-sales-table tbody>tr:not(:first-child) .loader-background.s-padding:after {
    height: 8.5px;
}
.overview-sales-table tbody>tr:not(:first-child) .loader-background.s-padding:after {
    top: 25.5px;
}
.overview-sales-table .loader-background.s-center:before {
    top: 8px;
    left: 0px;
    width: 20%;
    height: 16px;
}
.overview-sales-table .loader-background.s-center:after {
    top: 8px;
    right: 0px;
    width: 20%;
    height: 16px;
}
.overview-sales-table tbody>tr:not(:first-child) .loader-background.s-center:before,
.overview-sales-table tbody>tr:not(:first-child) .loader-background.s-center:after {
    top: 8.5px;
    height: 17px;
}
.overview-sales-table .loader-background.s-title:before,
.overview-sales-table .loader-background.s-title:after {
    top: 0;
    height: 15px;
}
.overview-sales-table .loader-background.s-title:before {
    left: 35px;
    width: 20px;
}
.overview-sales-table .loader-background.s-title:after {
    left: 35%;
    right: 0;
}
.overview-sales-table .loader-background.s-divider:before {
    top: 15px;
    left: 35px;
    right: 0;
    height: 10px;
}
.overview-sales-table .loader-background.s-client:before,
.overview-sales-table .loader-background.s-client:after {
    top: 25px;
    height: 9px;
}
.overview-sales-table .loader-background.s-client:before {
    left: 35px;
    width: 20px;
}
.overview-sales-table .loader-background.s-client:after {
    right: 0;
    width: 50%;
}

.summary-table .animated-progress {
    height: 30px;
}
.summary-table .loader-background.padding:before {
    left: 0;
    right: 0;
    height: 7px;
}
.summary-table .loader-background.padding:after {
    top: 23px;
    left: 0;
    right: 0;
    height: 7px;
}
.summary-table tr>td:first-child .loader-background.padding:before,
.summary-table tr>td:first-child .loader-background.padding:after {
    left: 30px;
}
.summary-table .loader-background.manager-name:before {
    top: 7px;
    left: 30px;
    right: 0;
    height: 16px;
    width: 20px;
}
.summary-table .loader-background.manager-name:after {
    top: 7px;
    left: 200px;
    right: 0;
    height: 16px;
}
.summary-table .loader-background.amount:before {
    top: 7px;
    left: 0px;
    height: 16px;
    width: 30px;
}
.summary-table .loader-background.amount:after {
    top: 7px;
    right: 0;
    height: 16px;
    width: 30px;
}
.projects-table .progressive-loader.show,
.milestone-table .progressive-loader.show {
    display: table-row !important;
}
.projects-table .animated-progress {
    height: 39px;
}
.projects-table .loader-background.p-padding:before {
    left: 0;
    right: 0;
    height: 4.5px;
}
.projects-table .loader-background.p-padding:after {
    top: 34.5px;
    left: 0;
    right: 0;
    height: 4.5px;
}
.projects-table .loader-background.padding:before {
    left: 0;
    right: 0;
    height: 9.5px;
}
.projects-table .loader-background.padding:after {
    top: 29.5px;
    left: 0;
    right: 0;
    height: 9.5px;
}
.projects-table .loader-background.p-title:before {
    top: 0;
    left: 30px;
    height: 15px;
    width: 20px;
}
.projects-table .loader-background.p-title:after {
    top: 0;
    right: 0;
    height: 15px;
    width: 130px;
}
.projects-table .loader-background.p-divider:before {
    top: 15px;
    left: 30px;
    right: 0;
    height: 12px;
}
.projects-table .loader-background.p-client:before {
    top: 27px;
    left: 30px;
    height: 8px;
    width: 20px;
}
.projects-table .loader-background.p-client:after {
    top: 27px;
    left: 190px;
    right: 0;
    height: 8px;
}
.projects-table .loader-background.center:before {
    top: 9.5px;
    left: 0;
    width: 20px;
    height: 20px;
}
.projects-table .loader-background.center:after {
    top: 9.5px;
    right: 0;
    width: 20px;
    height: 20px;
}
.projects-table .loader-background.dual-amount:before {
    left: 0;
    width: 25px;
    height: 15px;
}
.projects-table .loader-background.dual-amount:after {
    right: 0;
    width: 25px;
    height: 15px;
}
.projects-table .loader-background.dual-amount-divider:before {
    top: 15px;
    left: 0px;
    right: 0;
    height: 8px;
}
.projects-table .loader-background.dual-amount-divider:after {
    height: 5px;
    top: 34px;
    left: 0;
    right: 0;
}
.projects-table .loader-background.action:before {
    top: 9.5px;
    left: 0;
    width: 15px;
    height: 20px;
}
.projects-table .loader-background.action:after{
    top: 9.5px;
    right: 0;
    width: 15px;
    height: 20px;
}
.milestone-table .progressive-loader .animated-progress {
    margin: 2.5px 0;
    height: 30px;
}
.milestone-table .loader-background.padding:before {
    left: 0px;
    right: 0;
    height: 5px;
}
.milestone-table .loader-background.padding:after {
    top: 25px;
    left: 0px;
    right: 0;
    height: 5px;
}
.milestone-table td:first-child .loader-background.padding:before,
.milestone-table td:first-child .loader-background.padding:after {
    left: 30px;
}
.milestone-table .loader-background.milestone-name:before {
    top: 5px;
    left: 30px;
    right: 0;
    height: 20px;
    width: 20px;
}
.milestone-table .loader-background.milestone-name:after {
    top: 5px;
    left: 220px;
    right: 0;
    height: 20px;
}
.milestone-table .loader-background.project-name:after {
    right: 0;
    width: 40px;
    height: 15px;
}
.milestone-table .loader-background.project-divider:before {
    top: 15px;
    left: 0px;
    right: 0;
    height: 8px;
}
.milestone-table .loader-background.client-name:after {
    top: 23px;
    right: 0;
    width: 100px;
    height: 12px;
}
.milestone-table .loader-background.action:before {
    left: 0;
    width: 15px;
    height: 30px;
}
.milestone-table .loader-background.action:after{
    right: 0;
    width: 15px;
    height: 30px;
}
.milestone-table .loader-background.center:before {
    top: 5px;
    left: 0;
    width: 10px;
    height: 20px;
}
.milestone-table .loader-background.center:after {
    right: 0;
    top: 5px;
    width: 10px;
    height: 20px;
}

.datepicker-dropdown {
    z-index: 1099 !important;
}

.sort-by {
    display: block;
    color: #4a4a4a;
    width: 100%;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    padding-right: 18px;
    position: relative;
}
.sort-by:hover, .sort-by:active, .sort-by:focus {
    color: #4a4a4a;
}
.sort-by.both:before,
.sort-by.both:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
}
.sort-by.both:before {
    border-bottom-color: #666;
    margin-top: -9px;
}
.sort-by.both:after {
    border-top-color: #666;
    margin-top: 1px;
}
.sort-by.up:before {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: calc( 50% + 2px );
    position: absolute;
    width: 0;
}
.sort-by.up:before {
    border-bottom-color: #666;
    margin-top: -9px;
}
.sort-by.down:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: calc( 50% - 2px );
    position: absolute;
    width: 0;
}
.sort-by.down:after {
    border-top-color: #666;
}

/*@media all and (max-width: 1199px) and (min-width: 993px) {
    .container {
        width: calc(100% - 26px);
    }
    .navbar-nav>li>a {
        padding: 15px;
    }
}*/
@media (max-width: 1199px) {
    .navbar-nav>li>a, .navbar-nav>li>.dropdown>a {
        padding: 15px;
    }
    .navbar-nav>li>.dropdown:hover .dropdown-menu {
        left: 15px;
    }
}
@media (max-width: 991px) {
    .navbar-nav>li>a, .navbar-nav>li>.dropdown>a {
        padding: 15px 5px;
        font-size: 16px;
    }
    .navbar-nav>li>.dropdown:hover .dropdown-menu {
        left: 5px;
    }
    .navbar-nav.navbar-right>li>a {
        padding: 15px 0px 15px 5px;
    }
    .info-box {
        width: 33.33%
    }
    .info-box:first-child, .info-box:nth-child(2), .info-box:nth-child(3) {
        margin-bottom: 10px;
    }
}
@media (max-width: 667px) {
    .info-box {
        width: 49%;
        max-width: 300px;
        margin-bottom: 10px;
    }
    .info-box:nth-child(5), .info-box:nth-child(6) {
        margin-bottom: 0;
    }
}
