#page-wrapper {
	min-height: calc(100vh - 60px) !important;
}
.pseudo-link {
	border-bottom: 1px dotted;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
}
.color-inherit {
	color: inherit;
}

.template_ad_type:hover {
	cursor: pointer;
	background-color: #f3f3f4;
}
.template_ad_type.active {
	cursor: pointer;
	background-color: #1ab394 !important;
	color: #ffffff;
}

.table-layout-fixed {
	table-layout: fixed;
}

.table-armata {
	table-layout: fixed;
}
.table-armata th {
	background-color: #1ab394 !important;
	color: #fff !important;
	padding: 4px !important;
}
.table-armata td {
	padding: 4px !important;
	vertical-align: middle !important;
}

.table-armata-gray {
	table-layout: fixed;
}
.table-armata-gray th {
	background-color: #f5f5f6 !important;
	padding: 4px !important;
}
.table-armata-gray td {
	padding: 4px !important;
	vertical-align: middle !important;
}

.resize-none {
	resize: none;
}

.vertical-align-middle {
	vertical-align: middle !important;
}

.clear-both {
	clear: both;
}

.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}

.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}

.font-size-10px {
	font-size: 10px !important;
}
.font-size-12px {
	font-size: 12px !important;
}
.font-size-18px {
	font-size: 18px !important;
}

.text-overflow-ellipsis {
	text-overflow: ellipsis;
}

.rules_edit_block input {
	font-size: 12px !important;
}

.armata-rules_neutral {
	border-left: 1px solid #ddd;
}

.armata-rules_yes {
	border-left: 1px solid #1ab394;
}

.armata-rules_no {
	border-left: 1px solid #ed5565;
}

.border-green {
	border: 1px solid #1ab394 !important;
}
.border-red {
	border: 1px solid #ed5565 !important;
}

.li_select_armata_page {
	cursor: pointer;
}

.popover_ad_preview {
	max-width: 650px;
	width: 650px;
}

.armata-ad_preview_145_85 {
	width: 145px;
	height: 85px;
	line-height: 82px;
}

.armata-time_targeting td:not(:first-child) {
	border: 1px solid rgba(34, 36, 38, 0.1);
	width: 20px;
	height: 20px;
	text-align: center;
}

.armata-time_targeting tr:first-child td {
	border: 0;
}

.armata-time_targeting input[type=checkbox].armata-time_targeting_checkbox {
	display: none;
}

.armata-time_targeting input[type=checkbox].armata-time_targeting_checkbox+label {
	display: block;
	position: relative;
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.armata-time_targeting input[type=checkbox].armata-time_targeting_checkbox+label:after {
	text-shadow: none;
	content: "-";
}

.armata-time_targeting input[type=checkbox].armata-time_targeting_checkbox:checked+label {
	background-color: #1ab394;
	color: #fff;
}
.armata-time_targeting input[type=checkbox].armata-time_targeting_checkbox:checked+label:after {
	text-shadow: none;
	content: "+";
}


.armata-rules_schedule td:not(:first-child) {
	border: 1px solid rgba(34, 36, 38, 0.1);
	width: 20px;
	height: 20px;
	text-align: center;
}

.armata-rules_schedule tr:first-child td {
	border: 0;
}

.armata-rules_schedule input[type=checkbox].armata-rules_schedule_checkbox {
	display: none;
}

.armata-rules_schedule input[type=checkbox].armata-rules_schedule_checkbox+label {
	display: block;
	position: relative;
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.armata-rules_schedule input[type=checkbox].armata-rules_schedule_checkbox+label:after {
	text-shadow: none;
	content: "-";
}

.armata-rules_schedule input[type=checkbox].armata-rules_schedule_checkbox:checked+label {
	background-color: #1ab394;
	color: #fff;
}
.armata-rules_schedule input[type=checkbox].armata-rules_schedule_checkbox:checked+label:after {
	text-shadow: none;
	content: "+";
}
.my-loader {
	border: 6px solid #ddd;
    border-top: 6px solid #3c8dbc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: my-loader-spin 2s linear infinite;
}
@keyframes my-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.my-ag-grid-overlay {
	z-index: 1500;
	background: rgba(255, 255, 255, 0.8);
}

.my-ag-grid-overlay .my-loader {
	margin: auto;
}

.d-flex {
	display: flex;
}
.flex-wrap-wrap {
	flex-wrap: wrap;
}
.justify-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}

.ad_format_1_ads_image_placeholder {
	background-color: #eee;
	width: 145px;
	height: 85px;
}
.ad_format_2_ads_image_placeholder {
	background-color: #eee;
	width: 145px;
	height: 165px;
}
.ad_format_2_ads_image_placeholder-container, .ad_format_1_ads_image_placeholder-container {
	border: 1px solid rgba(0,20,51,0.12);
    border-radius: 4px;
	width: 145px;
}
.adaptive_ads_image_placeholder-container {
	border: 1px solid rgba(0,20,51,0.12);
    border-radius: 4px;
}

.adaptive_ads_icon_placeholder {
	background-color: #eee;
	width: 50px;
	height: 50px;
}
.adaptive_ads_image_placeholder {
	background-color: #eee;
	width: 304px;
	height: 227px;
}

.adaptive_ads_snippet_description_title {
	font-size: 16px;
    line-height: 21px;
	font-weight: 400;
	color: #000;
}

.adaptive_ads_snippet_description_domain {
	max-width: 300px;
	text-overflow: ellipsis;
	overflow-x: hidden;
	color: #939393;
	line-height: 12px;
}

.adaptive_ads_snippet_button {
	padding: 8px 16px;
    cursor: pointer;
    line-height: 15px;
    text-align: center;
    background: none;
    background-color: #5181b8;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

.bootstrap-tagsinput {
	width: 100%;
}

.ag-blue .ag-row-even.ag-row-hover, .ag-blue .ag-row-odd.ag-row-hover {
	background-color: rgba(26,179,148,0.3);
}