.auth-clients.clear {
    height: auto;
    font: 400 13px 'Open Sans', Arial, sans-serif;
    overflow: hidden;
}

.auth-client .auth-link .auth-title {
    display: none;
}

.login .content .forget-password {
    float: none;
}

.table-very-condensed > tbody > tr > td,
.table-very-condensed > tbody > tr > th,
.table-very-condensed > tfoot > tr > td,
.table-very-condensed > tfoot > tr > th,
.table-very-condensed > thead > tr > td,
.table-very-condensed > thead > tr > th {
    padding: 1px 5px;
}

.nv-drop-zone {
    border: dotted 3px lightgray;
}

.nv-drop-zone.fileOver {
    border: dotted 3px green;
}

/* Default class applied to drop zones on over */
.another-file-over-class {
    border: dotted 3px green;
}

.modal-content {
    margin-top: 130px;
}

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: url('/images/sprite.png') !important;
}

.fullsize-select button {
    width: 100%;
}

.stat_daily_cols {
    width: 100%;
}

.stat_daily_cols td {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 3px 0;
}

.stat_daily_cols .top_row td {
    border-bottom: 1px solid #ddd;
    width: 45px;
}

.stat_daily_cols .right_col {
    border-left: 1px solid #ddd;
    background-color: #EDEDED;
    padding-left: 4px;
}

.stat_daily_cols .left_col {
    padding-right: 4px;
}

.table-stats .day_column {
    width: 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.table-scrollable > .table-stats > thead > tr > th,
.table-scrollable > .table-stats > tbody > tr > th,
.table-scrollable > .table-stats > tfoot > tr > th,
.table-scrollable > .table-stats > tfoot > tr > th,
.table-scrollable > .table-stats > tfoot > tr > td {
    white-space: normal;
}

.table-scrollable .calltracking-first-row th:first-child,
.table-scrollable > .table-calltracking-calls td:first-child {
    width: 8%;
}

.table-scrollable .calltracking-first-row th:nth-child(2) {
    width: 10%;
}

.table-scrollable > .table-calltracking-calls td:nth-child(2),
.table-scrollable > .table-calltracking-calls td:nth-child(3) {
    width: 5%;
}

.table-scrollable .calltracking-first-row th:nth-child(3),
.table-scrollable > .table-calltracking-calls td:nth-child(4) {
    width: 8%;
}

.table-scrollable .calltracking-first-row th:nth-child(4),
.table-scrollable > .table-calltracking-calls td:nth-child(5) {
    width: 32%;
}

.table-scrollable .calltracking-first-row th:nth-child(5),
.table-scrollable > .table-calltracking-calls td:nth-child(6) {
    width: 10%;
}

.table-scrollable .calltracking-first-row th:nth-child(6),
.table-scrollable > .table-calltracking-calls td:nth-child(7) {
    width: 13%;
}

.table-scrollable .calltracking-first-row th:nth-child(7) {
    width: 16%;
}

.table-scrollable > .table-calltracking-calls td.rating_calling,
.table-scrollable > .table-calltracking-calls td.rating_accept {
    width: 7%;
}

.table-scrollable > .table-calltracking-calls td:nth-child(10),
.table-scrollable > .table-calltracking-calls td:nth-child(11) {
    width: 2%;
}

.table-scrollable > .table-calltracking-requests th:first-child,
.table-scrollable > .table-calltracking-requests td:first-child {
    width: 35%;
}

.table-scrollable > .table-calltracking-requests th:nth-child(2),
.table-scrollable > .table-calltracking-requests td:nth-child(2) {
    width: 8%;
}

.table-scrollable > .table-calltracking-requests th:nth-child(3),
.table-scrollable > .table-calltracking-requests td:nth-child(3) {
    width: 12%;
}

.table-scrollable > .table-calltracking-requests th:nth-child(4),
.table-scrollable > .table-calltracking-requests td:nth-child(4) {
    width: 8%;
}

.table-scrollable > .table-calltracking-requests th:nth-child(5),
.table-scrollable > .table-calltracking-requests td:nth-child(5) {
    width: 37%;
}

.calltracking-targets-inactive {
    color: #9eacb4 !important;
}

.chart-legent {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 5px;
    display: block;
    background: #fff;
    line-height: 20px;
    padding: 5px 5px 5px 5px;
}

.chart-legent table {
    font-size: smaller;
    color: #545454
}

.chart-legent:hover {
    opacity: 0.5;
}

.chart-square-border {
    border: 1px solid #ccc;
    padding: 1px
}

.chart-label-text {
    cursor: pointer;
}

.chart-square {
    width: 4px;
    height: 0;
    border: 5px solid #eee;
    overflow: hidden
}

.chart-square.calls, .chart-square.phone_counts_recommended, .chart-square.part_callback.callbacks {
    border: 5px solid #d12610;
}

.chart-square.calls_u, .chart-square.leads, .chart-square.targets, .chart-square.phone_counts, .chart-square.part_callback.callbacks_u {
    border: 5px solid #DA6E17;
}

.chart-square.clicks, .chart-square.visitors {
    border: 5px solid #37b7f3;
}

.chart-square.impressions {
    border: 5px solid #949494;
}

.chart-square.requests {
    border: 5px solid #E8C615;
}

.chart-square.callbacks {
    border: 5px solid #ECF623;
}

.chart-square.expenses {
    border: 5px solid #30C310;
}

.chart-square.balance {
    border: 5px solid #00ABCA;
}

.chart-square.aims {
    border: 5px solid #00AB84;
}

.chart-square.all {
    border: 5px solid #000;
}

.chart-tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    padding: 4px;
    color: #fff;
    border-radius: 3px;
    background-color: #333;
    opacity: 0.80;
}

.chart-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.chart-title {
    position: absolute;
    margin-top: 9px;
    margin-left: 63px;
    font-weight: 600;
    color: #9eacb4;
    font-size: 13px;
    z-index: 0;
    background-color: #fff;
    display: block;
}

.table-vcentered td {
    vertical-align: middle !important;
}

.table-centered th, .table-centered td {
    text-align: center;
}

.loading-message.loading-message-intable {
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    vertical-align: middle !important;
    margin-left: -35px !important;
    min-width: 60px !important;
    width: 60px !important;
}

.table-aleft td {
    text-align: left !important;
}

.multiSelect > button {
    min-height: 34px !important;
}

.label-mini {
    font-size: 12px;
    padding: 2px 8px;
}

.page-sidebar-closed .page-sidebar {
    display: none !important;
}

.rating_calling {
    color: rgb(83, 118, 255);
    white-space: nowrap;
}

.rating_accept {
    color: rgb(210, 136, 0);
    white-space: nowrap;
}

.profile_not_confirmed {
    color: #a94442 !important;
}

.profile_not_confirmed_icon {
    color: #FF5D5D !important;
}

.help {
    cursor: help !important;
}

.help-popover .fa-question-circle {
    color: lightgray !important;
}

.help-popover-a {
    color: #697882 !important;
}

.help-popover-a:active {
    color: #a0a0a0 !important;
}

.socnet_icon {
    margin: 0 10px 0 0;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    float: left;
    position: relative;
    display: inherit;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    box-sizing: content-box;
}

.socnet_icon.vk {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -38px no-repeat;
    margin-bottom: 5px;
}

.socnet_icon.fb {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -143px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.tw {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -178px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.google {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -213px no-repeat;
    margin-bottom: 5px;
}

.socnet_icon.instagram {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -878px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.yandex {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -248px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.youtube {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -668px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.flickr {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -388px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.lj {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -283px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.linkedin {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -458px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.wm {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -633px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.foursquare {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -703px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.tumblr {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -738px no-repeat;
    margin-bottom: 5px;
}

.socnet_icon.opneid {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -318px no-repeat;
    margin-bottom: 10px;
}

.socnet_icon.uid {
    background: url(https://ulogin.ru/img/panel.png?version=1.5.00) 0 -598px no-repeat;
    margin-bottom: 10px;
}

.socnets div {
    margin: 0 !important;
    width: 32px !important;
}

.socnets div div {
    margin: 0 !important;
    width: 32px !important;
}

.socnets .item {
    display: inline-block;
    margin: 0 7px 6px 0 !important;
}

.nav-tabs > li > div,
.nav-pills > li > div {
    font-size: 14px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > div {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > div {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > div:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > div.active {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav > li > div > a:hover {
    text-decoration: none;
}

.text-delta {
    font-size: 11px;
}

.text-muted-more {
    color: #c1c1c1;
}

/** quon targets **/

.table-targets .form-target:nth-child(2n) {
    background-color: #f9f9f9;
}

.table-targets .form-group-targets {
    background: #EDEDED;
}

.table-targets-cell {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle !important;
}

.table-targets-cell .editable-span {
    cursor: pointer;
}

.table-targets a, .table-postback a {
    text-decoration: none;
}

.table-targets .table-group-targets {
    display: table-row;
    margin: 10px;
    background-color: #ededed;
    text-align: left;
    font-weight: 600;
}

.table-targets .table-targets-name {
    min-width: 100px;
    padding-left: 20px;
    text-align: left;
}

.table-targets .table-postback-enabled {
    min-width: 100px;
}

.table-targets input[type=range] {
    width: 80%;
}

.quon-targets-list {
    padding-left: 0;
}

.quon-targets-list li {
    list-style-position: inside;
}

.editable-range output {
    padding-top: 0;
}

.editable-wrap-inner {
    display: inline-block;
}

.form-control-inner {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 4px;
}

.fa-triangle-unmoder {
    color: #D40000;
    margin-left: 5px;
    margin-top: 2px;
}

.fa-triangle-special {
    color: #FF4500;
    margin-left: 5px;
    margin-top: 2px;
}

.lp-domain {
    padding: 7px 0;
    max-width: 100%;
    word-wrap: break-word;
}

.fa-moder {
    margin-left: 5px;
    margin-top: 3px;
}

.fa-eraser-unmoder {
    margin-left: 5px;
    margin-top: 2px;
}

.chart-dataset div.child-first {
    width: 101%;
}

.timeTargetingTable {
    border-collapse: collapse;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin: 10px 0;
}

.timeTargetingTable td.tcube {
    padding: 5px;
    border: 1px solid #c1c1c1;
    line-height: 5px;
    background: #4a8000;
    color: #fff;
    cursor: pointer;
}

.timeTargetingTable td.tcube-selected {
    color: #000;
}

.timeTargetingAreaColorBlock {
    display: inline-block;
    width: 95px;
    margin-left: 15px;
    vertical-align: top;
    padding: 5px;
}

.timeTargetingAreaColorBlock table {
    border-collapse: collapse;
    line-height: 5px;
    margin-top: 5px;
}

.timeTargetingAreaColorBlock td {
    padding: 5px;
}

.timeTargetingArea {
    border: 1px solid #d9d9d9;
    width: 25px;
    height: 26px;
    cursor: pointer;
}

.project_list_element_inactive {
    opacity: 0.3;
}

.beta {
    font-size: 10px;
}

.page-header-fixed .page-container {
    margin-top: 0;
    padding-top: 10px
}

.form-group.input-margin {
    margin-right: 0;
    margin-left: 0;
}

.portlet-calltracking-common {
    margin-bottom: 0;
}

.portlet-context {
    margin-bottom: 15px;
}

.portlet-google {
    margin-top: 1em;
}

.portlet-images {
    padding: 0 !important;
    margin-bottom: 0;
}

.portlet-title-images {
    border-bottom: none;
    text-align: center;
}

.caption-images {
    float: none;
}

.h4-images {
    font-size: 18px;
    line-height: 18px;
    color: #666;
}

.col-div-image {
    margin-top: 10px;
    text-align: center;
}

.div-image-a {
    display: inline-block;
    margin: 0 auto;
}

.caption-company {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.caption-company-head {
    margin-left: -15px;
    margin-bottom: 15px;
}

.col-left {
    padding-left: 0;
}

.col-center {
    padding-left: 0;
    padding-right: 0;
}

.col-right {
    padding-right: 0;
}

.inactive_sb_mi {
    color: #dedede !important;
}

.inline-editable:hover {
    text-decoration: none;
}

.planned-income {
    background: #f9f9f9 !important;
    opacity: 0.5;
}

.popover.popover-long {
    max-width: 450px;
    word-wrap: break-word;
}

.group-tab a:hover {
    text-decoration: none;
}

.spec-item {
    margin: 0 7px 0 0;
    color: #999;
}

.spec-item-error {
    color: #ebccd1;
    font-weight: bold;
}

.spec-item:not(:last-child)::after {
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-left: 7px;
    content: '';
    vertical-align: middle;
    background-color: #999;
}

.nav > li > a {
    padding: 10px 15px 14px 15px;
}

.tabbable-line > .nav-tabs > li.active > a, .tabbable-line > .nav-tabs > li:hover > a {
    padding-bottom: 10px !important;
}

.invoice-select {
    display: block;
    min-height: 25px;
    color: #999;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.invoice-select a {
    color: #999;
    cursor: pointer;
    text-decoration: none;
}

.invoice-select a.active {
    color: #333;
    border-bottom: 2px solid #F3565D;
    position: relative;
}

/* Link */
.redlink {
    color: #cb5a5e;
}

.redlink:hover, .redlink:focus, .redlink:active, .redlink.active {
    color: #c23f44;
}

.yellowlink {
    color: #c49f47;
}

.yellowlink:hover, .yellowlink:focus, .yellowlnk:active, .yellowlink.active {
    color: #af8c38;
}

/* Top bar tabs */
.topbar-nav-tabs li {
    display: inline-block;
    background: #f2f6f9;
    border-radius: 3px 3px 0 0;
    padding: 10px 35px 10px 35px;
    margin-right: 10px;
    margin-bottom: -2px;
    cursor: pointer;
}

.topbar-nav-tabs li.active {
    background: #fff;
}

.topbar-nav-tabs li.active > span {
    color: #666666;
}

.topbar-nav-tabs li:hover {
    cursor: pointer;;
}

.topbar-nav-tabs > li > span {
    font-size: 16px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: #9eacb4;
}

.topbar-nav-tabs li.separete {
    margin-left: 20px;
}

.topbar-nav-links a {
    color: #697882;
}

.topbar-nav-links a.active {
    font-weight: 800 !important;
}

.projects_header {
    position: relative;
    z-index: 1000 !important;
    width: 100% !important;
    margin-top: 75px !important;
    background: #e9ecf3;
}

.projects_header-single {
    background: #e9ecf3;
}

.projects_header-nav-single {
    background: #e9ecf3;
    margin-left: 20px;
}

.projects_header > ul {
    padding: 21px 15px 0 0
}

.projects_header-single > h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    display: inline-block
}

.projects_header-single > h4 {
    margin-left: 20px !important;
    font-weight: 400 !important;
    display: inline-block;
    color: #697882;
}

.new-project {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    text-decoration: none;
}

.new-project-bg {
    display: inline-block;
    width: 13px;
    height: 12px;
    background-color: #fdfafc;
}

.new-project-i {
    position: absolute;
    left: 2px;
    top: -1px;
    color: #06c9de;
}

.breadcrumb-single li {
    color: #697882;
    margin-right: 10px;
}

.breadcrumb-single > li > span > a {
    color: #697882;
    font-weight: 400
}

.breadcrumb-single > li > span > a.active {
    color: #697882;
}

.breadcrumb-single > li > span {
    font-weight: 800;
    color: #697882;
}

.breadcrumb-single li:hover {
    background: #e9ecf3;
}

.dates-list .active {
    font-weight: 800 !important;
    color: #697882;
}

/* context modals */
.modal-title-context {
    text-transform: uppercase;
}

/* calltrack dashboard */
.bg-gray {
    background-color: #e9ecf3 !important;
}

.bg-white {
    background-color: #fff !important;
}

.portlet-dashboard {
    border-bottom: none !important;
}

.portlet-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.portlet-clear {
    margin-bottom: 0;
    padding-bottom: 10px !important;
}

.fa-commerce {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

/* context dashboard */
.stat-period a {
    color: #5b9bd1 !important;
    text-decoration: none;
}

.stat-period span {
    margin: 0 5px;
}

.period-active a, .period-active a:active, .period-active a:hover {
    text-decoration: underline;
    font-weight: 700;
}

.bid-modifier-popup .modal-dialog {
    width: 1400px;
}

.confirm-bid-modifier-popup .modal-dialog {
    width: 1400px;
}

.group-new {
    background-color: #00A8FF;
}

.group-active {
    background-color: green;
}

.group-stopped {
    background-color: red;
}

.group-archived {
    background-color: #eeeeee;
}

.budget-month span {
    text-decoration: underline;
}

/* balance */
.portlet-invoice {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-balance {
    padding-top: 32px !important;
}

.header-balance-refill {
    padding-top: 27px !important;
    padding-left: 3px;
    padding-right: 3px;
}

.header-balance-emergency {
    padding-left: 2px;
    padding-right: 2px;
}

/* mediaplan */
.mediaplan-head-row th {
    text-align: center;
}

.mediaplan-group-settings {
    padding-top: 5px;
}

.mediaplan-group-settings .fa {
    font-size: 26px !important;
    line-height: 26px !important;
}

.mediaplan-group-settings a {
    margin-right: 15px;
    color: #333333;
    text-decoration: none;
}

.mediaplan-additions:nth-child(odd) {
    background-color: #fff !important;
}

.mediaplan-hierarchy-vertical {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 19px;
    width: 2px;
    height: 18px;
}

.mediaplan-hierarchy-horizontal {
    background-color: #000;
    position: absolute;
    top: 18px;
    left: 19px;
    width: 64px;
    height: 1px;
}

.mediaplan-fa-minus {
    font-size: 22px !important;
    vertical-align: middle;
}

.mediaplan-no-ads {
    padding-right: 3px;
}

.mediaplan-error-ads, .mediaplan-no-ads {
    color: indianred;
}

.mediaplan-sort-area {
    margin-top: 5px;
}

.mediaplan-sort-span {
    width: 20px;
    cursor: pointer;
}

/** ads-editor */
.ads-editor-input {
    width: 20px;
    height: 20px;
    position: relative;
    left: 0;
    top: 3px;
}

.ads-editor-label {
    font-size: 17px;
    padding: 0 30px 0 7px;
    cursor: pointer
}

.ads-editor-no-image {
    width: 120px !important;
    height: 120px !important;
    float: left;
    margin: 0 25px 30px 0;
}

/** context minuswords dialog */
.minuswords-header {
    background-color: white;
}

.minuswords-footer {
    text-align: left;
    background-color: lightgray;
}

.minuswords-footer .btn-save {
    background-color: #ffdc3d;
    color: #000;
}

.minuswords-footer .service-link {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 20px;
}

.minuswords-textarea {
    border: 2px solid #ffdc3d;
}

.minuswords-content {
    border: 5px solid gray;
    border-radius: 0;
}

/* keywords */
.keywords-url {
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
    position: absolute;
    top: -3px;
}

.keywords-url-error {
    color: indianred;
}

.keywords-url-warning {
    color: grey;
}

.keywords-next-step {
    position: absolute;
    top: -7px;
    margin-left: 20px;
    font-size: 18px;
    color: black;
    border: solid 1px indianred;
    border-radius: 4px !important;
}