.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}



tr.footable-header > th:first-child {
    border-left: 1px solid #dcdcdc !important;
}
tr.footable-header > th:last-child {
    border-right: 1px solid #dcdcdc !important;
}


.table.table-hover thead th {
    font-family: geometria;
    font-weight: 500
}

.table.table-hover tbody tr:hover {
    background: #fcfae3 !important
}

.table.table-hover tbody .footable-detail-row td {
    padding: 5px 0 !important
}

.table.table-hover tbody .footable-detail-row .footable-details th {
    border-top: 0 !important;
    border-bottom: 0 !important;
    vertical-align: middle;
    background-color: transparent !important
}

.table.table-hover tbody .footable-detail-row .footable-details td {
    border-top: 0 !important
}

.table.table-hover tbody .footable-detail-row .footable-details td > * {
    width: 100% !important
}

.table.table-hover tbody .footable-detail-row .form-control {
    width: 100%
}

.table.partners__table .footable-detail-row td {
    padding: 0 !important
}

.table.my-finance thead {
    background-color: #F7F5F5 !important
}

.table.my-finance thead th {
    font-weight: 400
}

table.table.table-hover {
    z-index: 5000;
}

.table.table-hover th {
    padding: 16px 10px;
    border-top: 1px solid #DCDCDC !important;
    border-bottom: 1px solid #DCDCDC !important;
    color: #fff;
    font-family: Geometria;
    font-weight: 500;
    font-size: 14px
}

.table.table-hover td {
    padding: 16px 10px;
}

.table.table-hover td .form-group {
    margin-bottom: 0
}

.table.table-hover td .glyphicon-trash {
    color: #ff4545
}

.table.table-hover td.col-nr {
    vertical-align: middle;
    text-align: center;
}





.table.table-hover thead th {
    font-family: geometria;
    font-weight: 500
}

.table.table-hover tbody tr:hover {
    background: #fcfae3 !important
}

.table.table-hover tbody .footable-detail-row td {
    padding: 5px 0 !important
}

.table.table-hover tbody .footable-detail-row .footable-details th {
    border-top: 0 !important;
    border-bottom: 0 !important;
    vertical-align: middle;
    background-color: transparent !important
}

.table.table-hover tbody .footable-detail-row .footable-details td {
    border-top: 0 !important
}

.table.table-hover tbody .footable-detail-row .footable-details td > * {
    width: 100% !important
}

.table.table-hover tbody .footable-detail-row .form-control {
    width: 100%
}

.table.partners__table .footable-detail-row td {
    padding: 0 !important
}

.table.my-finance thead {
    background-color: #F7F5F5 !important
}

.table.my-finance thead th {
    font-weight: 400
}

.modal-body label, .modal-header .modal-title {
    font-weight: 700
}

.table.my-finance tfoot td {
    padding: 16px 0
}

.dropdownMenu2 .btn-default, .dropdownMenu3 .btn-default {
    width: 100% !important;
    height: 40px !important;
    border-radius: 20px !important;
    border: 1px solid #B6B6B6 !important;
    color: #7D8C8F !important;
    text-align: left !important;
    background: url(/images/arrow-select.png) right 15px top 15px no-repeat #fff !important
}

.dropdownMenu2 .btn-default:hover, .dropdownMenu3 .btn-default:hover {
    color: #44B770
}

.dropdown_title {
    padding-left: 10px !important
}

.dropdownMenu2.open .btn-default, .dropdownMenu3.open .btn-default {
    border: 1px solid #44B770 !important
}

.dropdownMenu2 .dropdown-menu, .dropdownMenu3 .dropdown-menu {
    width: 92%;
    left: 4%;
    border-radius: 0 0 20px 20px;
    margin-top: 0 !important;
    border: 1px solid #44B770 !important;
    border-top: none !important;
    height: auto;
    max-height: 300px;
    overflow-x: hidden
}

.dropdownMenu2 .dropdown-menu a:hover, .dropdownMenu3 .dropdown-menu a:hover {
    background: 0 0 !important;
    color: #44B770 !important
}

.dropdown-menu > li > a {
    white-space: normal
}

@media screen and (max-width: 767px) {
    .panel .panel-heading {
        padding: 10px
    }
}

.footable-toggle {
    opacity: 1 !important
}

.footable-toggle.fooicon:before {
    content: '';
    display: block;
    width: 24px;
    height: 16px;
    background: url(../images/arrow-table.png) center/17px auto no-repeat
}

.footable-toggle.glyphicon-menu-right:before {
    background: url(../images/arrow-table.png) center/17px auto no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}










.dashboard__nav {
    margin-bottom: 28px
}

.dashboard__nav ._btn {
    margin-right: 18px
}

.dashboard__action {
    margin-bottom: 37px
}

.dashboard__add-project-btn {
    padding: 0 33px;
    background-color: #44b770;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(55, 104, 4, .35);
    color: #fff;
    line-height: 33px
}

.dashboard__add-project-btn:hover {
    color: #fff
}

.dashboard__filter {
    margin-top: 10px
}

.dashboard__filter-text {
    margin-right: 20px
}

.dashboard__filter-project-btn {
    padding: 0 33px;
    font-size: 12px;
    line-height: 23px;
    border-radius: 12px;
    border: 1px solid #dbd9d9;
    box-shadow: none;
    text-shadow: none;
    margin-right: 10px
}

.dashboard__table .my-projects td .checkbox {
    display: inline-block;
    margin-right: 5px
}

.dashboard__table .my-projects td .checkbox label {
    padding-left: 0
}

.dashboard__table .my-projects td .fooicon {
    top: -3px
}


.my-projects {
    font-size: 14px;
    margin-bottom: 40px
}

.my-projects a {
    color: inherit
}

.my-projects thead {
    border: solid #DCDCDC;
    border-width: 1px 1px 0
}

.my-projects thead tr th {
    border: none
}

.my-projects tfoot {
    border: solid #DCDCDC;
    border-width: 0 1px 1px
}

.my-projects tfoot strong {
    font-weight: 500
}

.my-projects tfoot, .my-projects thead {
    background-color: #F7F5F5
}

.my-projects tfoot tr td, .my-projects tfoot tr th, .my-projects thead tr td, .my-projects thead tr th {
    font-size: 12px;
    padding: 8px 15px !important;
    line-height: 1.42857143;
    font-weight: 400;
    color: #727272
}

.my-projects tfoot tr td:first-child, .my-projects tfoot tr th:first-child, .my-projects thead tr td:first-child, .my-projects thead tr th:first-child {
    padding: 0 !important
}

.my-projects tfoot tr td .checkbox, .my-projects tfoot tr th .checkbox, .my-projects thead tr td .checkbox, .my-projects thead tr th .checkbox {
    display: inline-block;
    margin: 0 0 8px;
    padding: 0 15px
}

.my-projects tfoot tr td .checkbox label, .my-projects tfoot tr th .checkbox label, .my-projects thead tr td .checkbox label, .my-projects thead tr th .checkbox label {
    padding: 5px
}

.my-projects tfoot tr td img, .my-projects tfoot tr th img, .my-projects thead tr td img, .my-projects thead tr th img {
    display: inline-block;
    margin-top: -2px
}

.my-projects tbody > tr:hover {
    background-color: #fcfae3
}

.my-projects tbody > tr > td {
    vertical-align: middle
}

.my-projects tfoot > tr > td {
    padding: 4px 15px;
    vertical-align: baseline
}

.my-finance thead tr th a, .my-projects tfoot > tr > td .glyphicon-play, .my-projects tfoot > tr > td .glyphicon-stop {
    vertical-align: text-bottom
}

.my-projects tfoot > tr > td p {
    display: inline-block;
    line-height: 22px;
    vertical-align: baseline
}

.my-projects .target-name {
    font-weight: 700
}

.my-projects .target-link {
    font-size: 12px
}

.glyphicon-play, .glyphicon-stop {
    font-size: 22px;
    margin: 0;
    padding: 0
}

.my-projects .budget-link {
    color: #FF4747
}

.my-projects p {
    margin: 0
}


.pagination {
    margin-top: 0;
    width: 100%
}

.limit__link, .pagination li a {
    margin-left: 4px;
    line-height: 39px;
    width: 38px;
    height: 38px;
    text-decoration: none !important;
    text-align: center
}

.pagination li.next a, .pagination li.prev a {
    border: none;
    font-size: 24px;
    border-radius: 50%
}

.pagination li.active a {
    border: 1px solid #7d8c8f;
    background: #7d8c8f;
    color: #fff
}

.pagination li a {
    float: none;
    padding: 0;
    border-radius: 333px;
    color: #7d8c8f;
    margin-right: 4px;
    display: inline-block;
    border: 1px solid #7d8c8f
}

.limit__item._active .limit__link, .pagination li a:hover {
    color: #fff;
    background: #7d8c8f
}

.pagination li a:hover {
    opacity: .8
}

@media screen and (max-width: 1139px) {
    .pagination li:last-child, .pagination li:nth-child(1), .pagination li:nth-child(10), .pagination li:nth-child(2), .pagination li:nth-child(3), .pagination li:nth-child(4), .pagination li:nth-child(5), .pagination li:nth-child(6), .pagination li:nth-child(7), .pagination li:nth-child(8), .pagination li:nth-child(9) {
        display: inline-block
    }

    .pagination li {
        display: none
    }
}

@media screen and (max-width: 639px) {
    .pagination li:nth-child(10), .pagination li:nth-child(9) {
        display: none
    }
}

@media screen and (max-width: 479px) {
    .pagination li:nth-child(6), .pagination li:nth-child(7), .pagination li:nth-child(8) {
        display: none
    }

    .pagination li a {
        margin-right: 3px
    }
}

.limit {
    float: right;
    display: inline-block;
    margin-bottom: 40px
}

.limit__list:after, .limit__list:before {
    content: " ";
    display: table
}

.limit__title {
    margin-top: 10px;
    float: left
}

.limit__list {
    float: left;
    *zoom: 1
}

.limit__item {
    float: left;
    list-style-type: none
}

.limit__link {
    border-radius: 333px;
    color: #7d8c8f;
    margin-right: 4px;
    display: inline-block;
    border: 1px solid #7d8c8f
}

.limit__link:hover {
    opacity: .8;
    color: #fff;
    background: #7d8c8f
}

@media screen and (max-width: 1199px) {
    .pagination {
        text-align: center
    }

    .limit {
        width: 100%;
        float: none;
        text-align: center
    }

    .limit__list, .limit__title {
        display: inline-block;
        float: none;
        padding: 0
    }

    .limit__title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 15px
    }
}

.no-box-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

