@font-face {
    font-family: NotoSansBold;
    src: url(../fonts/NotoSansBold/NotoSansBold.ttf) format("truetype");
}

@font-face {
    font-family: NotoSansRegular;
    src: url(../fonts/NotoSansRegular/NotoSansRegular.ttf) format("truetype");
}

@font-face {
    font-family: ALSRuble;
    src: url(../fonts/rouble.otf) format("opentype");
}

/* Remove arrows on  input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: NotoSansRegular;
    color: #171717;
}

h1 {
    font-family: NotoSansBold;
}

a, a:hover,
a:visited, a:focus {
    color: #4671ff;
}

.checkbox-submit-type-upload-excel {
    display: inline-block;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkbox-submit-type-upload-excel input[type=radio] {
    display: none;
}

.checkbox-submit-type-upload-excel label {
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    line-height: 34px;
    border: 1px solid #0275d8;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #0275d8;
}

.checkbox-submit-type-send-sms {
    display: inline-block;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkbox-submit-type-send-sms input[type=radio] {
    display: none;
}

.checkbox-submit-type-send-sms label {
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    line-height: 34px;
    border: 1px solid #5cb85c;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #5cb85c;
}

.submit-type-send-sms-cancel label {
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    line-height: 34px;
    border: 1px solid #b84c47;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #b84c47;
}

.caret {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.caret.open {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.b-breadcrumbs {
    padding: 25px 15px 5px 2px;
    margin-bottom: -20px;
    list-style: none;
}

.b-breadcrumbs > li {
    display: inline-block;
}

.b-breadcrumbs > li a {
    font-size: 12px;
    color: #747779;
}

.b-breadcrumbs > li.active {
    color: #4671ff;
    opacity: 0.8;
    font-family: NotoSansBold;
}

.b-breadcrumbs > li + li:before {
    padding: 0 5px 0 0;
    color: #747779;
    content: "●";
    font-size: 12px;
}

.b-header .navbar {
    background-color: #fff;
    border-bottom: none;
    -webkit-box-shadow: 4px -2px 25px 0px rgba(23, 23, 23, 0.3);
    box-shadow: 4px -2px 25px 0px rgba(23, 23, 23, 0.3);
    min-height: 58px;
    padding-left: 15px;
}

.b-header .navbar-header {
    margin-right: 30px;
    width: 55px;
}

.b-header .navbar-inverse .btn-link,
.b-header .navbar-inverse .navbar-nav > li > a,
.b-header .navbar-brand {
    color: #171717;
}

.b-header .navbar-inverse .navbar-nav > li > a:hover {
    color: #747779;
}

.b-header .navbar-inverse .navbar-nav > .active > a,
.b-header .navbar-inverse .navbar-nav > .active > a:hover,
.b-header .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.b-header .navbar-toggle {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #4671ff;
    background-color: transparent;
}

.b-header .navbar-toggle .icon-bar {
    background-color: #4671ff;
}

.b-header .navbar-toggle:hover,
.b-header .navbar-toggle:focus {
    background-color: #4671ff;
}

.b-header .navbar-toggle:hover .icon-bar,
.b-header .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.b-header .navbar-inverse .navbar-toggle:hover, .b-header .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.b-header .logo {
    max-width: 50px;
    height: auto;
    margin-top: -11px;
}

.b-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-header-content .navbar-select-language {
    min-width: 120px;
    padding-top: 4px;
    padding-left: 20px
}

.b-header-content .b-search {
    padding-top: 8px;
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.b-header-content .menu-item {
    display: none;
}

.b-header-content .menu-item a {
    color: #4671ff !important;
}

.b-header-content .menu-item.active {
    font-weight: 800;
}

.b-header-content .login-button {
    display: table-cell;
    vertical-align: top;
}

.b-header-content .login-button li > a {
    padding-top: 8px;
    padding-bottom: 10px;
}

.b-search {
    display: inline-block;
    position: relative;
}

.b-search .search-input {
    outline: none;
    background: transparent;
    border: none;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.b-search .search-container {
    padding: 8px 18px;
    border: 1.5px solid #fff;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.b-search .search-container.active {
    border: 1.5px solid rgba(70, 113, 255, 0.8);
    background: rgba(255, 255, 255, 0.7);
}

.b-search .search-container::before {
    display: inline-block;
    content: '';
    background-image: url(../gfx/search-icon.png);
    width: 19px;
    height: 18px;
    vertical-align: middle;
    margin-right: 7px;
}

/*.b-search .search-container::after {
    display: inline-block;
    content: 'x';
    width: 19px;
    height: 18px;
    vertical-align: middle;
    margin-right: 7px;
}*/

.b-search .remove-request-btn {
    display: none;
    position: absolute;
    right: 15px;
    top: 22px;
    color: #4671ff;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #747779;
}

::-moz-placeholder {
    color: #747779;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #747779;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #747779;
}

.b-wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background-color: #fff;

    /*width: 2068px;*/
}

.b-wrap ::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

.b-wrap ::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #dbe0e6;
    border-radius: 50px;
    background-color: #dbe0e6;
}

.b-wrap ::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #9a9da1;
    background-color: #9a9da1;
}

.b-wrap ::-webkit-scrollbar-track {
    border-width: 0;
}

.b-wrap ::-webkit-scrollbar-track:hover {
    background-color: transparent;
}

.b-wrap > .container-fluid {
    padding-top: 50px;
}

.b-wrap > .container-fluid > .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.b-wrap .content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 150px;
    background-color: #fff;
}

.b-wrap .sidebar {
    background-color: #fff;
    padding: 52px 0 0;
    min-height: calc(100vh - 110px);
    text-align: right;
    position: fixed;
    z-index: 4;
}

.b-wrap .sidebar .nav li {
    border-right: 2px solid transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.b-wrap .sidebar .nav li.order-icon a::before {
    background-image: url(../gfx/menu/order-icon.png);
    content: '';
    width: 20px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto 5px;
}

.b-wrap .sidebar .nav li.order-icon.active a::before,
.b-wrap .sidebar .nav li.order-icon:hover a::before {
    background-image: url(../gfx/menu/order-icon-active.png);
    content: '';
}

.b-wrap .sidebar .nav li.client-icon a::before {
    background-image: url(../gfx/menu/client-icon.png);
    content: '';
    width: 43px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto 5px;
}

.b-wrap .sidebar .nav li.client-icon.active a::before,
.b-wrap .sidebar .nav li.client-icon:hover a::before {
    background-image: url(../gfx/menu/client-icon-active.png);
    content: '';
}

.b-wrap .sidebar .nav li.driver-icon a::before {
    background-image: url(../gfx/menu/driver-icon.png);
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto 5px;
}

.b-wrap .sidebar .nav li.driver-icon.active a::before,
.b-wrap .sidebar .nav li.driver-icon:hover a::before {
    background-image: url(../gfx/menu/driver-icon-active.png);
    content: '';
}

.b-wrap .sidebar .nav li.profile-icon a::before {
    background-image: url(../gfx/menu/profile-icon.png);
    content: '';
    width: 26px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto 5px;
}

.b-wrap .sidebar .nav li.profile-icon.active a::before {
    background-image: url(../gfx/menu/profile-icon-active.png);
    content: '';
}

.b-wrap .sidebar .nav li.report-icon a::before {
    background-image: url(../gfx/menu/report-icon.png);
    content: '';
    width: 28px;
    height: 26px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto 5px;
}

.b-wrap .sidebar .nav li.report-icon.active a::before,
.b-wrap .sidebar .nav li.report-icon:hover a::before {
    background-image: url(../gfx/menu/report-icon-active.png);
    content: '';
}

.b-wrap .sidebar .nav li.market-icon a::before {
    background-image: url(../gfx/menu/marketing-icon.png);
    content: '';
    width: 28px;
    height: 26px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto 5px;
}

.b-wrap .sidebar .nav li.market-icon.active a::before,
.b-wrap .sidebar .nav li.market-icon:hover a::before {
    background-image: url(../gfx/menu/marketing-icon-active.png);
    content: '';
}

.b-wrap .sidebar .nav li.dashboard-icon a::before {
    background-image: url(../gfx/menu/dashboard-icon.png);
    content: '';
    width: 21px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto 5px;
}

.b-wrap .sidebar .nav li.dashboard-icon.active a::before,
.b-wrap .sidebar .nav li.dashboard-icon:hover a::before {
    background-image: url(../gfx/menu/dashboard-icon-active.png);
    content: '';
}

.b-wrap .sidebar .nav li,
.b-wrap .sidebar .nav li:hover,
.b-wrap .sidebar .nav li a,
.b-wrap .sidebar .nav li a:hover {
    background-color: #fff;
}

.b-wrap .sidebar .nav li a,
.b-wrap .sidebar .nav li a:hover {
    padding: 25px 20px 25px 20px;
}

.b-wrap .sidebar .nav li a {
    color: #4671ff;
    text-align: center;
}

.b-wrap .sidebar .nav li:hover,
.b-wrap .sidebar .nav li.active {
    border-right: 2px solid #4671ff;
}

.b-footer {
    height: 60px;
    background-color: #fff;
    border-top: none;
    padding-top: 20px;
    /*width: 1490px;*/
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.b-header-content button.logout {
    padding: 19px;
    border: none;
}

@media (max-width: 767px) {
    .b-header-content button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.b-header-content button.logout:focus,
.b-header-content button.logout:hover {
    text-decoration: none;
}

.b-header-content button.logout:focus {
    outline: none!important;
}

.kv-editable-link {
    border-bottom: none;
}

.row-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content .table tbody td:last-child a,
.content .table tbody td:last-child span.stop-delete {
    font-size: 20px;
    /*margin: 0 12px;*/
}

.content tbody td:last-child span.stop-delete {
    color: #183957;
}

.content tbody td {
    white-space: normal;
}

.content tbody td:last-child {
    white-space: nowrap;
}

.no-underline,
.no-underline:focus,
.no-underline:hover {
    text-decoration: none;
}

.bg-gray {
    background-color: #f5f5f5;
}

.b-title-page-section {
    padding-right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-title-page-section h1 {
    display: inline-block;
    margin-right: 25px;
}

.b-title-page-section .archive-orders-icon {
    font-size: 23px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #4671ff;
}

.b-title-page-section .cards-orders-icon {
    display: inline-block;
    margin-bottom: 18px;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #4671ff;
    background-image: url(../gfx/cards-format-icon-active.png);
}

.b-title-page-section .list-orders-icon {
    display: inline-block;
    margin-bottom: 14px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #4671ff;
    background-image: url(../gfx/list-format-icon-active.png);
    background-repeat: no-repeat;
}

.b-title-page-section .order-btn {
    background-color: #4671ff;
    border-radius: 50px;
    border: 2px solid #4671ff;
    height: 50px;
    padding: 12px 40px;
    font-size: 16px;
    margin-top: -12px;

    position: fixed;
    right: 25px;
    top: 120px;
    z-index: 19;
}

.b-title-page-section .order-btn:before {
    display: inline-block;
    content: '';
    background-image: url(../gfx/plus-circle-icon-w.png);
    margin-right: 10px;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.b-title-page-section .order-btn:hover,
.b-title-page-section .order-btn:active {
    background-color: #fff;
    color: #4671ff;
    border: 2px solid #4671ff;
}

.b-title-page-section .order-btn:hover::before,
.b-title-page-section .order-btn:active::before {
    background-image: url(../gfx/plus-circle-icon.png);
}

.b-title-page-section .title-link {
    font-family: NotoSansBold;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    top: 95px;
    right: 55px;
}

.b-title-page-section .title-link:hover {
    opacity: 1;
}

.b-formats-list {
    margin-bottom: -15px;
}

.b-coins-sum {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
}

.b-coins-sum .item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.b-back-btn {
    border-radius: 50px;
    height: 50px;
    padding: 12px 30px;

    background-color: transparent;
    color: #4671ff;
    border: 2px solid #4671ff;
    margin-top: 38px;
}

.b-back-btn .caret {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #4671ff;
    border-top-width: 8px;
    border-right-width: 8px;
    border-left-width: 8px;
    margin-right: 5px;
}

.b-back-btn:hover,
.b-back-btn:active,
.b-back-btn:focus {
    background-color: #4671ff;
    color: #fff;
    border-color: #4671ff;
}

.b-back-btn:hover .caret,
.b-back-btn:active .caret,
.b-back-btn:focus .caret {
    color: #fff;
}

.b-table-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 5px;
}

.b-table-titles .title {
    display: inline-block;
    font-family: NotoSansBold;
    opacity: 0.4;
    font-size: 14px;
}

.b-table-titles .title.number,
.b-table-item .number {
    width: 25px;
    padding: 0 10px;
}

.b-table-titles .title.fio,
.b-table-item .fio {
    width: 260px;
    padding: 0 10px;
}

.b-table-titles .title.status,
.b-table-item .status {
    width: 170px;
    padding: 0 10px;
}

.b-table-titles .title.phone,
.b-table-item .phone {
    width: 210px;
    padding: 0 10px;
}

.b-table-titles .title.district,
.b-table-item .district {
    width: 160px;
    padding: 0 10px;
}

.b-table-titles .title.orders,
.b-table-item .orders {
    width: 325px;
    padding: 0 10px;
}

.b-table-titles .title.delete,
.b-table-item .delete {
    width: 120px;
}

.b-table-titles .title.contract,
.b-table-item .contract {
    width: 110px;
    padding: 0 10px;
}

.b-table-titles .title.email,
.b-table-item .email {
    width: 266px;
    padding: 0 10px;
}

.b-table-titles .title.address,
.b-table-item .address {
    width: 255px;
    padding: 0 10px;
}

.b-table-titles .address .address-item,
.b-table-item .address .address-item {
    font-size: 14px;
    margin-bottom: 10px;
}

.b-table-titles .title.recent-order,
.b-table-item .recent-order {
    width: 210px;
    padding: 0 10px;
}

.b-table-item .fio a,
.b-table-item .orders a {
    opacity: 0.8;
}

.b-table-item .orders a {
    margin-right: 10px;
}

.b-table-item .fio.small-info a {
    color: #ff426b;
}

.b-table-item .number {
    color: #747779;
    font-size: 12px;
}

.b-table-item .delete {
    text-align: center;
}

.b-table-item .delete a {
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    color: #747779;
    text-decoration: none;
}

.b-table-titles .title.orders a {
    padding-left: 10px;
}

/*------alert-----*/
.error-line {
    display: block;
    padding: 10px 110px;
    height: 60px;
    font-size: 14px;
    line-height: 44px;
    color: #000222;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 60px;
    z-index: 3;
}

.error-line .alert-glyphicon {
    color: #000222;
    opacity: .46;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 40px;
    margin-top: 0;
    width: 1em;
    float: left;
}

.error-line .alert-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    line-height: 20px;
}

.error-line .error-line_close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 10px;
    z-index: 2;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    outline: none;
    -webkit-transition: all, 0.3s, ease-out;
    -o-transition: all, 0.3s, ease-out;
    transition: all, 0.3s, ease-out;
}

.error-line .error-line_close:before, .error-line .error-line_close:after {
    content: "";
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    -webkit-transition: all, 0.3s, ease-out;
    -o-transition: all, 0.3s, ease-out;
    transition: all, 0.3s, ease-out;
}

.error-line .error-line_close:before {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.error-line .error-line_close:after {
    bottom: 7px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.error-line .error-line_close:hover:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.error-line .error-line_close:hover:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.error-line {
    padding: 10px 110px 10px 30px;
    left: 0px;
    z-index: 20;
    -webkit-transition: all, 0.2s, ease-out;
    -o-transition: all, 0.2s, ease-out;
    transition: all, 0.2s, ease-out;
}

#preloader {
    display: none;
    position: fixed;
    top: 70px;
    right: 10px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**Callouts*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

/*Order count report*/
.b-report-page .client-filter {

}

.b-report-page .border-right {
    border-right: #dddddd solid 1px;
}

.b-report-page tr > td:last-child, .b-report-page tr > th:last-child {
    border-right: none;
}

.b-report-page tr > td {
    text-align: right;
}

.b-report-page tr > td:first-child {
    text-align: left;
}

.b-report-page tr > th {
    text-align: center;
}

.b-report-page .user-leave-return tr > th {
    text-align: left;
}

.b-report-page .user-leave-return tr > th.text-right {
    text-align: right;
}

.b-report-page .user-leave-return tbody td:last-child a {
    font-size: inherit;
}

.b-title-page-section .title-btn {
    margin-bottom: 17px;
}

.b-sms-tip-btn {
    background-color: #81d5cd;
    color: white;
}

.b-utm-badge-info {
    top: -15%;
    right: 5%;
    background-color: #10d5d2;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    border-radius: 5px;
    padding: 1px;
}

.b-utm-source-input {
    position: relative;
    width: 30%;
}

.b-utm-medium-input {
    position: relative;
    width: 30%;
}

.b-utm-campaign-input {
    position: relative;
    width: 40%;
}

.b-sms-phone-import-info {
    background-image: -o-linear-gradient(top, #e2f0e5 0%, #d8dfe5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2f0e5), to(#d8dfe5));
    background-image: linear-gradient(to bottom, #e2f0e5 0%, #d8dfe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #d8dfe5;
    border-width: 1px;
    border-style: solid;
    padding: 30px;
    border-radius: 10px;
}

.b-roi-info-page .table tbody td:last-child a,
.b-roi-info-page .table tbody td:last-child span.stop-delete {
    font-size: inherit;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    .b-report-page canvas {
        display: none !important;
    }

    .b-header .navbar {
        padding-left: 0;
    }

    .b-header .navbar-header {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .b-header .navbar-brand {
        padding-left: 0;
        padding-right: 0;
    }

    .b-header .navbar-collapse {
        padding-top: 5px;
    }

    .b-header-content {
        padding-bottom: 5px;
        width: 100%;
        border-top: 1px solid #ccc;
    }

    .b-header-content .b-search {
        padding-top: 0;
        display: none;
    }

    .b-header-content ul li {
        margin-left: -8px;
    }

    .b-header-content ul li:last-child {
        margin-top: 12px;
    }

    .b-header-content .menu-item {
        display: block;
    }

    .b-header-content .login-button li > a {
        padding-bottom: 5px;
    }

    .b-wrap .page-title {
        padding: 0;
        text-align: left;
    }

    .b-wrap .sidebar {
        display: none;
    }

    .b-wrap .content {
        padding-left: 20px;
    }

    .b-wrap ol {
        padding-left: 15px;
    }

    .b-report-page tr > th {
        text-align: left;
    }

    .b-report-page tr > td {
        text-align: left;
    }

    .b-title-page-section {
        display: block;
        margin-top: 0;
        padding-right: 0;
    }

    .b-coins-sum {
        font-size: 20px;
    }
}

.btn-white-on-blue {
    font-family: Roboto;
    background-color: #545BFF;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-white-on-blue:hover,
.btn-white-on-blue:active,
.btn-white-on-blue:focus {
    background-color: #3024ff;
    color: #fff;
    outline: none;
}

.downloads-and-activity-page .total-stats {
    padding: 15px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-search .search-input,
.b-search .select2-container--krajee .select2-selection {
    outline: 0;
    vertical-align: middle;
    width: 100%;
    padding: 8px 18px 8px 35px;
    border: 0.2rem solid #eee;
    border-radius: 2rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
}

.b-search .select2-container--krajee .select2-selection {
    padding: 2px 12px;
}

.b-search .select2-container--krajee .select2-selection input {
    padding: 8px;
}

.b-search .select2-container .select2-search--inline .select2-search__field,
.b-search .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    outline: 0;
}

.b-search .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder, .b-search .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #b4b6b7;
}

.b-search .select2-container .select2-search--inline .select2-search__field::-moz-placeholder, .b-search .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #b4b6b7;
}

.b-search .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder, .b-search .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #b4b6b7;
}

.b-search .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder, .b-search .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #b4b6b7;
}

.b-search .select2-container .select2-search--inline .select2-search__field::placeholder,
.b-search .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #b4b6b7;
}

.b-search .select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.b-search .select2-container--krajee .select2-selection--multiple .select2-selection__rendered ::-webkit-scrollbar {
    display: none;
}

.b-search .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 0;
}

.b-search .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 4px;
}

.b-search .select2-container--krajee .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b-search .search-input:focus,
.b-search .select2-container--krajee.select2-container--open .select2-selection,
.b-search .select2-container--krajee .select2-selection:focus {
    border: 0.2rem solid rgba(70, 113, 255, 0.8);
    outline: 0;
}

.select2-container .search-city-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0.2rem solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    border-radius: 0 0 2rem 2rem;
}

.select2-container .search-city-dropdown ul li {
    padding: 6px 20px;
}

.select2-container.select2-container--open .search-city-dropdown {
    border-color: rgba(70, 113, 255, 0.8);
}

.b-search .select2-container--krajee.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}

.b-search .city-search {
    max-width: 400px;
}

.forgot-password-row .forgot-password {
    margin-top: 10px;
    text-align: right;
}

.money-earned .money-coins-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
}

.money-earned .money-coins-container .coins {
    width: 45%;
    text-align: left;
}

.money-earned .money-coins-container .money {
    width: 45%;
}

.b-roi-page {
    overflow-x: hidden;
}
