@import "jq-ui-styles.css";

.badge + .text-status {
    display: block;
    padding-left: 17px;
    margin-top: -20px;
    line-height: 1.2;
}
.easy-chart-wrapper {margin-top: 10px}
.easy-chart .center-data {
    position: absolute;
    width: 90px;
    margin: auto;
    top: 45px;
    left: 23%;
    left: calc(50% - 45px);
}
.easy-chart strong {
    font-size: 28px;
    display: inline-block;
    margin-bottom: -5px;
}
.easy-chart .text-mutted-light {
    display: inline-block;
}


/* --- */
.index-stat .well {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f9f9f9;
}
.stat-all-graph-title, .graph-title {
    margin-top: 0;
}
.period-filter .btn.active {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
}
.period-stat-item {
    margin: 10px 50px 0 8px;
    display: inline-block;
}
.period-stat-item:last-child {
    margin-right: 0;
}
.dtable.panel-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.items-list {
    border-top: 2px solid #ddd;
    margin-top: 10px;
    padding-top: 22px;
}
.list-item {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
}
.websites-list .media-object {
    max-height: 48px;
    max-width: 48px;
}
.websites-list .media-left {
    text-align: center;
    width: 48px;
}

/* bootstrap fixes */
.media .media-object {
    max-width: initial;
}
.list-item.media,
.list-item .media-body {
    overflow: visible;
}
.list-item .media-object {border-radius: 4px}
.list-item.media:after,
.list-item .media-body:after{
    content:'';
    clear:both;
    display:block;
}
.list-item-descr {
    margin-bottom: 5px;
    color: #777;
}
.list-item-descr:last-child {margin-bottom: 0;}
.collapse {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.list-item-descr a{
    color: #777;
}
.media-heading a:hover{
    text-decoration: none;
}
.collapsed .count-segment {
    display: none;
}

.page-header-descr {
    margin-top: -8px;
}
.new-site-modal .close {
    margin-top: -50px;
    margin-right: -30px;
}
.new-site-modal .modal-body{
    padding: 60px 50px;
}
.new-site-modal .form-group {
    margin-top: 20px;
}
.new-site-modal .modal-dialog {
    margin-top: 18vh;
}
.new-site-modal .modal-content {border-radius: 0}
.form-option {margin-top: 0px}
.sitename {margin-top: 12px}
.stat-all-graph-title.overlayed-title {color: #888}

/* profile modal */
.profile-modal .blockOverlay {
    background-color: #fff !important;
    opacity: 0.9 !important;
}
@media (min-width: 1024px) {
	.profile-modal .modal-dialog {
		width: 780px;
		margin-top: 13vh;
	}
	.profile-stat {
		background-color: #f9f9f9;
		height: 100%;
	    position: absolute;
	    right: 15px;
	    top: 0;
	    border-bottom-right-radius: 5px;
	}
	.profile-modal .modal-body {
		padding: 15px 25px;
	}
	.profile-info {
		min-height: 290px;
		padding-top: 10px;
	}
}
.modal .profile-header {
    min-height: 200px;
    background-size: cover;
    position: relative;
    border-bottom: 0;
    background-color: #ECE8E0;
    box-shadow: inset 0 -6px 5px -3px rgba(0,0,0,.04);
    padding-left: 25px;
}
.modal .profile-header button.close {
	position: relative;
	z-index: 2;
}
.profile-header-data h2 {
	margin-top: 0;
	font-size: 20px;
	text-shadow: 0 1px 15px #fff;
}
.profile-header-data {
	position: relative;
	z-index: 1;
	padding-top: 10px;
	line-height: 1.2;
	
}
.profile-geo {
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: 0 1px 1px #fff;
}
.bg-opaque-h {
	position: absolute;
	width: 70%;
	top: 0;
	bottom: 0;
	left: 0;
	
	background: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05ffffff', endColorstr='#00ffffff',GradientType=1 );
	border-top-left-radius: 5px;
}
.profile-stat {
	padding: 25px 15px 15px
}
.profile-stat .period-stat-item {
	margin: 10px 7px;
}
.profile-stat .period-stat-item h2+span {
	font-size: 12px;
}
.profile-info dd {
	line-height: 1.15;
	margin-bottom: 20px;
	margin-top: 0;
}
dd .media-left {
	padding-right: 0;
}
.profile-info .table {
	margin-top: -15px;
}
.profile-info .table tr td:first-child, .profile-info .table tr th:first-child {
	padding-left: 0;
	width: 54%;
}
.profile-info .table th {
	border-top: 0;
}
#profileActivity {
	margin-right: 20px;
}
.dotted.color-active {
	background-color: rgba(255, 255, 255, .75);
	outline: 2px solid rgba(255, 255, 255, .75) !important;
}

/* browsers-sprite */
.browser {
	width: 24px;
	height: 14px;
}
.browser:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  background: url("/img/sprite-browsers.png") 0 0 no-repeat;
  vertical-align: middle;
}
.firefox:before {
  background-position: 0 0;
}
.chrome:before {
  background-position: -30px 0;
}
.safari:before {
  background-position: -60px 0;
}
.ie8:before {
  background-position: -90px 0;
}
.ie9:before {
  background-position: -90px 0;
}
.opera-13:before {
  background-position: -120px 0;
}
.opera-12:before {
  background-position: -150px 0;
}
.opera-mob:before {
  background-position: -150px 0;
}
.opera-mini:before {
  background-position: -150px 0;
}

.morris-hover.morris-default-style {
    border: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    border-radius: 4px;
    background: rgba(255,255,255,0.9);
    z-index: 1;
    font-family: 'Open Sans', Arial, Helvetica, 'Helvetica Neue', sans-serif;
}
.morris-hover.morris-default-style:after {
    content: '';
    bottom: -7px;
    right: 41%;
    right: calc(50% - 7px);
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(255,255,255,0.9);
    border-bottom: 0;
    position: absolute;    
}

.push-form {
    float: left;
    margin-right: 20px;
    max-width: 500px;
}

.push .toggle-info {
    display: inline-block;
    padding: 8px 18px;
    background: #D1E1E4;
    border: 2px solid #D1E1E4;
    border-radius: 30px;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
}
.push .toggle-info.collapsed {
    background: #fff;
}

.push .toggle-info:hover, .push .toggle-info {
    background: #D1E1E4;
}
.push-info {
    padding-top: 70px;
    margin-top: -22px;
    border-top: 2px solid #D1E1E4;
}
.push-info h2 {
    font-weight: normal;
}
.push-info .lead {
    font-size: 16px;
    margin-bottom: 10px;
}
.spacer {
    height: 40px;
}
@media (min-width: 992px) {
    .push.empty-alert {
        background: url("/img/push/laptop-notify.png") no-repeat -50px -100px;

        padding: 80px 60px;
    }
    .en .push.empty-alert {
        background: url("/img/push/laptop-notify-en.png") no-repeat -50px -100px;
    }
    .push-heading {
        padding-left: 445px;
        text-align: left;
        height: 350px;
    }
    .push-info > h2, .push-info > p {
        padding-left: 100px;
        padding-right: 100px;
    }
    .spacer {
        height: 90px;
    }
    .push-info .media-body {
        line-height: 1.2;
    }
    .push-info .media-body p:last-child {
        margin-bottom: 0;
    }
    .push-code {
        margin-left: -60px;
        margin-right: -60px;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
}

.subscr-graph-dropdown a.active {
    font-weight: bold;
    color: #f25a3e;
}
/* task-view */
.stat-task-graph {
    width: 100%;
    height: 248px;
    padding: 5px;
    background: #fafafa;
}

.morris_graph rect[height="0"] {
    height: 1px;
    stroke-width: 1;
    stroke: rgba(0,0,0,.1);
}
.dl-variables {
    margin-top: 3px;
    margin-bottom: 10px;
}
.dl-variables dt {
    text-align: left;
    margin-bottom: 3px;
    width: 130px;
    color: #666;
}
.dl-variables dd {
    margin-bottom: 0;
    margin-left: 150px;
}
.form-group-sm {
    margin-bottom: 5px;
}