label.control-label.required:after {
    content: "*";
    color: #e74c3c;
}

#img_stat_loader{
    margin: 0 auto  0;
    display: block;
}

#img_stat__dashboard_loader, .img_stat__dashboard_loader{
    margin: 80px auto  0;
    display: block;
}

table.table-stats tfoot tr, table.table-stats thead tr{
    background-color: #edf0f5;
    font-weight: bold;
}

table.table-stats tr td, table.table-stats tr th{
    text-align: center;
    font-size: 12px;
    padding: 4px;
}

table.tablesorter.table-stats tbody td{
    vertical-align: middle;
}

span.select2 input.select2-search__field{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* tables */
table.tablesorter {
    background-color: #CDCDCD;
    margin: 10px 0px 15px;
    width: 100%;

}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    padding: 4px;
}

table.tablesorter thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {

    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/homer/vendor/jquery-tablesorter/images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/homer/vendor/jquery-tablesorter/images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

table.tablesorter tbody td.td-hover {
    background-color: #ddfaff;
}

table.tablesorter tbody td.td-hover-center {
    background-color: #b0eeff;
}

input[class=apply-btn]{
    color: #000;
}

.dashboard-new-offers{
    text-align: center;
    width: 85%;
    margin: auto;
}
.dashboard-new-offers div.offer-block{
    text-align: center;
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
    height: 130px;
    display: block;
    float: left;
}

.dashboard-new-offers img{
    margin:10px 10px 0;
    max-height: 90px;
    vertical-align: middle;
    max-width: 85%;
}

.dashboard-new-offers div.row.img-offer{
    height: 100px;
}

.dashboard-new-offers div.row.img-under-title{
    width: 95%;
    margin: 5px auto 0;
}

.dashboard-new-offers a:hover{
    text-decoration: underline;
}

.carousel-indicators{
    bottom: -20px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    opacity: 1;
}

.lead-subinfo{
    text-align: left;
    display: block
}

ul.stat-menu {
    list-style: none;
    border-bottom: 2px solid #d9dbdd;
    padding: 0;
}
ul.stat-menu > li {
    display: inline;
    margin: 0;
}
ul.stat-menu > li > a {
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
    padding: 6px 5px;
    font-size: 11px;
}
ul.stat-menu > li > a.active {
    border-bottom: 2px solid #34495e;/*rgba(52, 73, 94, 1)*/
}
ul.stat-menu > li > a:active,
ul.stat-menu > li > a:focus,
ul.stat-menu > li > a:hover {
    text-decoration: none;
}

#myCarousel .carousel-control {
    width: 40px;
}

.table.table-bordered tbody tr td.ac.ac-child{
    background: #FFFFFF;
    padding: 4px;
    font-size: 12px;
    color: #999999;

}
td.ac.ac-child:first-child{
    color: #6F93E2;

}

#export-sheet{
    margin-right: 12px;
    color: #97999C;
}

#export-sheet:hover{
    color: #34495e;
}

a.date_to_hour, a.date_to_versions, a.device_to_model{
    text-decoration: none;
    border-bottom: #909790 dotted 1px;
}

td.link_conversion a{
    font-weight: bold;
    color: #2d74ae;
}

table.table-stats tr.tr-sub td{
    font-size: 10px;
}

div.panel-body.dashboard-fixed-news-block{
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 200px;
}
div.panel-body.dashboard-news-block{
    height: 180px;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 11px;
}

div.panel-body.dashboard-news-block h6{
    color: #3DB5E8;
}

div.panel-body.dashboard-news-block h6>a{
    color: #3DB5E8;
    font-weight: bold;
}

div.panel-body.dashboard-news-block h6>a:hover{
    text-decoration: underline;
}

.link-vk, .link-tw, .link-fb, .link-rss {
	background-image:url(/img/sprite.png);
	background-repeat:no-repeat;
}

.link-vk, .link-tw, .link-fb, .link-rss, .link-blog {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 26px;
    margin: 0 0 3px;
    vertical-align: middle;
}

.link-tw {
    background-position: 0 -30px;
}

.link-fb {
    background-position: 0 -60px;
}

.link-vk {
    background-position: -150px -30px;
}

.link-rss {
    background-position: -150px -60px;
}

h1.error-header{
    text-align: center;
    padding: 20px;
}

div.image-wrapper img{
    max-width: 100%;
    margin-top: 10px;
}

img.preview-offer{
    width: 50%;
}

img.preview-offer-list{
    max-height: 100px;
    max-width: 100px;
}

.back-link {
    float: left;
    width: 100%;
    margin: 10px;
}

td.no-wrap{
    white-space: nowrap;
}

ul.dd-list.dd-list-links a:hover{
    text-decoration: underline;
}

.loader_mini{
    width: 12px;
}

td.today-hosts, td.today-conversions{
    text-align: center;
}

.margin-top-10{
    margin-top: 10px;
}
.margin-top-5{
    margin-top: 10px;
}

table.tablesorter.table-valign-middle td, table.table-valign-middle td{
    vertical-align: middle !important;
}

div.carousel-offer .carousel-inner{
    height: 150px;
}

div.carousel-offer ol.carousel-indicators{
    display: none;
}

a.underline{
    text-decoration: underline;
}

.sticky-footer-wrap {
    min-height: 100%;
    height: auto !important;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

.table-row-left {
    text-align: left !important;
}

.table-row-right {
    text-align: right !important;
}

/* Set the fixed height of the footer here */
.sticky-footer-push,
.sticky-footer {
    height: 60px;
}

.text-left{
    text-align: left !important;
}

img.logo{
    max-height: 80px;
}

#postback_row{
    display: none;
}

img.excel-icon{
    width: 20px;
}

.description a {
    text-decoration: underline;
}

.text-inline{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-thin {
    font-weight: 100
}

.image-wrapper.description {
    overflow-wrap: break-word;
}

.dataTables_processing {
    top: 5em !important;
    bottom: 1em !important;
    height: auto !important;
    background: rgba(255, 255, 255, 0.5) !important;
    z-index: 100 !important;
    padding-top: 25px !important;
}
.offers-block {
    text-align: center;
    vertical-align: baseline;
}
.offer-block img.loading-dashboard {
    vertical-align: middle;
}
#offers-table_length {
    float: right;
}

.panel-body.dashboard-manager-block{
    padding-top: 0px;
}
.dashboard-manager-block p{
    margin-bottom: 0px;
}
#offers-table {
    table-layout: fixed;
}
#offers-table td {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#offers-table td:first-child {
    -o-text-overflow: inherit;
    text-overflow: inherit;
}

.footer-link-block {
    display: inline-block;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #dadada;
}