.text-strong {
    font-weight: bold;
}

a {
    cursor: pointer !important;
}

span.sort:after,
span.sort_asc:after,
span.sort_desc:after {
    position: absolute !important;
    top: 8px;
    right: 8px;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

span.sort:after {
    opacity: 0.2;
    content: "\e150"; /* sort */
}

span.sort_asc:after {
    content: "\e155"; /* sort-by-attributes */
}

span.sort_desc:after {
    content: "\e156"; /* sort-by-attributes-alt */
}

.small-box.bg-black {
    background-color: #444 !important;
}

td.legendLabel {
    padding-left: 5px;
    font-size: 14px;
}

.box-header {
    padding-left: 15px !important;
}

.angular-grid tbody tr td {
    border: 1px solid #f4f4f4 !important;
}

.modal-content {
    margin: 180px auto;
    border-radius: 15px;
}

.modal-content h4 {
    text-align: center;
    font-size:26px;
    padding-top:15px;
    color:#222;
}

.modal-content .modal-header {
    border-bottom: 0;
}

.settings-modal .columns-s-wrap {
    display: inline-block;
    width: 200px;
}

.settings-modal .columns-s-wrap.columns-visible {
    float: left;
    margin-right: 14px;
    line-height: 20px;
    text-align: center;
}

.settings-modal .columns-s-wrap.columns-all {
    line-height: 20px;
    text-align: center;
}

.settings-modal ul.list-group {
    min-height: 289px !important;
}

.settings-modal .columns-s-wrap span {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.settings-modal .columns-s-wrap ul li {
    background-color: #f5f5f5;
}

.settings-modal .list-group-item span {
    display: block;
    margin: 10px !important;
}

.filter-modal td {
    vertical-align: middle !important;
}

.wait {
    cursor: wait !important;
}

.cities.value {
    max-width: 69px !important;
    overflow-x: hidden;
    display: inline-block;
    white-space: nowrap !important;

    border-bottom: 1px dotted #c0c0c0;
}

.t-center {
    text-align: center !important;
}

.box.box-primary {
    border-top-color: #605ca8;
}

blockquote {
    font-size: 15px;
}

.bold {
    font-weight:bold;
}

#big-loader {
    width: 31px;
    height: 31px;
    position: fixed;
    top: 47%;
    left: 47%;
    display: none;
    z-index: 1000 !important;
    opacity:0.6;
}

#big-loader.bottom {
    top: 98% !important;
}

.green {
    color: #00a65a !important;
}

.gold, .yellow {
    color: gold !important;
}

.red {
    color: red !important;
}

.blue {
    color: blue !important;
}

.white {
    color: white !important;
}

.dgreen {
    color: #3d8a33;
}

.ui-sortable-handle {
    padding: 0;
}

.navbar-custom-menu .tooltip-inner {
    padding: 0;
    border: 0;
}

ul.menu li {
    font-size: 13px;
}

#user-notifications-menu {
    width: auto;
}

ul.dropdown-menu li.header {
    font-size: 13px !important;
    font-weight:bold;
}

.box-header h3.box-title  {
    font-size: 16px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size:13px;
}

img.offer-tag {
    margin-left: 5px;
}

.padding-r1 {
    padding-right: 10px !important;
}

.padding-l1 {
    padding-left: 10px !important;
}

.padding-t1 {
    padding-top: 10px !important;
}

.padding-b1 {
    padding-bottom: 10px !important;
}

.padding-r2 {
     padding-right: 15px !important;
 }

.padding-l2 {
    padding-left: 15px !important;
}

.padding-t2 {
    padding-top: 15px !important;
}

.padding-b2 {
    padding-bottom: 15px !important;
}

.padding-r3 {
    padding-right: 20px !important;
}

.padding-l3 {
    padding-left: 20px !important;
}

.padding-t3 {
    padding-top: 20px !important;
}

.padding-b3 {
    padding-bottom: 20px !important;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.margin-l1 {
    margin-left: 10px;
}

.margin-r1 {
    margin-right: 10px;
}

.margin-t1 {
    margin-top: 10px;
}

.margin-b1 {
    margin-bottom: 10px;
}

.margin-l2 {
    margin-left: 15px;
}

.margin-r2 {
    margin-right: 15px;
}

.margin-t2 {
    margin-top: 15px;
}

.margin-b2 {
    margin-bottom: 15px;
}

.margin-l3 {
    margin-left: 20px;
}

.margin-r3 {
    margin-right: 20px;
}

.margin-t3 {
    margin-top: 20px;
}

.margin-b3 {
    margin-bottom: 20px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.line-through {
    text-decoration: line-through;
}

table.table td.best .star {
    background: rgba(0, 0, 0, 0) url("../img/icons-sprite.png") no-repeat scroll -33px -2px;
    display: block;
    height: 20px;
    right: 16px;
    top: 22px;
    width: 20px;
    outline: none;
}

table.table td.best .star.active {
    background-position: -33px -27px;
}

i.active {
   color: orange;
}

.hint-box > .icon {
    text-align: center;
    position: relative;
}

.hint-box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #63B76C;
    vertical-align: middle;
}

.hint-box > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
}

.hint-box > .icon > .info {
    margin-top: -24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

.hint-box > .icon > .info > h3.title {
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.hint-box > .icon > .info > p {
    font-size: 14px;
    color: #444;
    margin: 10px 20px;
    text-align: left;
}

.hint-box > .icon > .info > .more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.hint-box .space {
    height: 30px;
}

.modal-loader {
    text-align: center;
    min-height: 100px;
    vertical-align: middle;
    padding-top: 25px;
}

.main-page {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #fff !important;
}

.start-active {
    color: orange;
}

.offer-viewed {
    background-color: #fff !important;
}

.group-stats p {
    margin: 0;
}

.no-margin {
    margin-left: 0 !important;
}

.main-footer {
    min-height: 60px !important;
    height: 100% !important;
}

.social-footer {
    padding-right: 60px;
}
.social-footer ul {
    overflow: hidden;
    padding: 0;
    text-align: center;
    display: block;
    width: 250px;
    margin: 0 auto;
}

.social-footer ul li {
    float: left;
    margin-right: 0;
    list-style: none;
}

.social-footer ul li a {
    background: url(../img/social-sprite.png) no-repeat;
    display: block;
    width: 50px;
    height: 34px;
}

.social-footer ul li a.fac {
    background-position: -63px 0;
}

.social-footer ul li a.od {
    background-position: -118px 0;
}

.social-footer ul li a.tube {
    background-position: -170px 0;
}

.social-footer ul li a.twit {
    background-position: -227px 0;
}

.social-footer ul li a:hover {
    background-position: 0 -46px;
}

.social-footer ul li a.fac:hover {
    background-position: -63px -45px;
}

.social-footer ul li a.od:hover {
    background-position: -118px -45px;
}

.social-footer ul li a.tube:hover {
    background-position: -170px -45px;
}

.social-footer ul li a.twit:hover {
    background-position: -227px -45px;
}
.main-footer .footer-phone {
    font-size: 22px;
    font-weight: bold;
}

.main-footer .footer-mail {
    font-size: 22px;
    font-weight: bold;
}

.error {
    border: 2px solid red;
}