@charset "UTF-8";

html, body {
	font-family: Arial, Helvetica, sans-serif;
}

.right_align {
	text-align: right;
}

.inline {
	display: inline-block;
}

.block {
	display: block;
}

.center {
    text-align: center;
}


header#header {
	/*  height: 100px; */
	margin: 20px 0 0 15px;
}

select {
	width: auto;
    min-width: 150px;
}

select.filter {

}


#logo {
    width: 160px;
}


.header-button {
    /*cursor: pointer;*/
    width: 210px;
    height: 70px;
	font-size: 22px;
    line-height: 70px;
}

.header-button.site_title, .float_r {
	/* float: right;  */
}

.float_l {
    float: left;
}

.clear {
    clear:both;
}

.spacer {
    margin-bottom: 2.0rem;
}

.col_3 {
    margin-right: 4.0rem;
}

.col_3:last-child {
    margin-right: 0;
}

h5 {
    margin-bottom: 0;
}

#content {
	margin: auto 15px;
}


.add_butt {
	float: right;
	width: 60%;
    border: 1px solid #0366ee;
   	background: #fff;
    color: #000;
}


.export_add_butts {
	margin-bottom: 30px;
}

.export_add_butts button {
	width: 25%;
    margin: 0px 20px 0px 20px;
}

.export_add_butts button.add_list_butt {
	margin:0px 0px 0px 20px;
}

.report_view_butts {
    margin-bottom: 25px;
}

table.report {
	margin-bottom: 80px;
}

tr.inactive {
    display: none;
}

tr.inactive .brand a, tr.inactive .tot_fol {
    color: #ccc;
}

tr.deselect td {
    padding: 0 .5rem;
    border-bottom: none;
}

tr.deselect:last-child td {
    padding: 1.0rem .5rem 0 .5rem;
}

.modal-window .brand_title {
    float: left;
}

.modal-window .status {
    float: right;
}

.modal-window .status > div {
    margin: 1rem 0 .5rem;
}

.modal-window .channels {
    clear: both;
}

.modal-window #edit_form i.fa, .modal-window #add_form i.fa {
    color: green;
    visibility: hidden;
}


.modal-window i.fa.fa-exclamation-triangle {
	color: red;
}

i.fa {
    width: 40px;
    height: 40px;
    font-size: 36px;
}

i.fa.faded {
    color:#ccc;
}


.form-group:before, .form-group:after {
    display: table;
    content: " ";
}


div.input-append.date.form_datetime {
    position: relative;
    display: table;
    border-collapse: separate;
}


div.input-append.date.form_datetime input {
	width: 150px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: table-cell;
    margin-bottom: 0;
}

div.input-append.date.form_datetime > span {
    padding: 6px 16px 4px 12px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
/*    width: 1%;*/
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

div.input-append.date.form_datetime > span i.fa {

	font-size: 20px;
}



div.datetimepicker.dropdown-menu {
    padding: 4px;
    margin-top: 53px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}



div.datetimepicker.dropdown-menu .glyphicon {
    position: relative;
    top: -16px;
    display: inline-block;
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}


div.datetimepicker.dropdown-menu .glyphicon:before {
    content: "\f060";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
 }

div.datetimepicker.dropdown-menu .next .glyphicon:before {
    content: "\f061";  /* this is your text. You can also use UTF-8 character codes as I do here */
}





.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 4;
}

.modal-window {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 85%;
	-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: auto;
	/*margin-left: -150px;*/
	padding: 20px;
	border: 1px solid #000;
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 14px #123;
	-webkit-box-shadow: 0 0 14px #123;
	box-shadow: 0 0 14px #123;
	z-index: 5;
}

.modal-window .inline input[type='text'], .modal-window select.inline {
	width:250px;
    display: inline-block;
}

.modal-window #edit_form .inline i.fa, modal-window #add_form .inline i.fa {
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.modal-window #brand_name {
	width:350px;
}

.modal-window .notes {
	font-style: italic;
	font-size: 0.875rem;
	margin: 20px 0;
}

.modal-close-btn {
	position: absolute;
	top: 6px;
	right: 10px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.modal-close-btn i.fa {
    color: black;
    visibility: visible;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.modal-window .warning {
    color:red;
    /*font-weight:700;*/
}

.modal-window div.add_brand {
    margin-top: 30px;
}

.spacer_1 {
    padding:0px .5rem;
}

.items {
    /*display: flex;*/
    display: none;
    flex-wrap: wrap;
    margin: 15px 0 0px -10px;
}

.bold_label {
    font-weight: 600;
    max-width: 100%;
    display: block;
    margin: 1rem 0 .5rem;
}


.list_edit, .list_add {
    display:none;
}

.list_add #new_list_name {
    width: 500px;
}



.current_lists {
    margin-bottom: 30px;
}

.current_lists p {
    margin-bottom: 0px;
    margin-left: 20px;
}

.modal-window select#lists_options_drop {
    width: 300px;
}


.items .item {
    flex: 1 0 200px;
    box-sizing: border-box;
    /*background: #e0ddd5;*/
    /*color: #171e42;*/
    /*padding: 10px;*/
    margin-left: 10px;
    margin-top: 10px;
}


.banner_iframe {
    margin: 30px 0;
}

.banner_iframe h5 {
    margin-bottom: 20px;
}

button.banner_refresh {
	margin: 30px 0 0 30px;
}

div.direct_links {
	margin: 60px 0;
    padding: 0;
    font-size: .75rem;
}

div.direct_links > div {
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

h5.links_title {
	margin: 0 0 15px 0;
}

div.site_title a, 
h3.set_name a,
div.direct_links a
{
	color: #000;
}



@media (min-width: 410px) {
  .items .item {
    max-width: calc(50% - 10px);
  }
}

@media (min-width: 620px) {
  .items .item {
    max-width: calc(33.33333% - 10px);
  }
}

@media (min-width: 830px) {
  .items .item {
    max-width: calc(25% - 10px);
  }
}

@media (min-width: 1040px) {
	  .items .item {
	    max-width: calc(20% - 10px);
	  }
	  
	  header#header {
		height: 100px;
		margin: 50px 50px 0 50px;
		display: flex;
	}
	
		
	#logo {
	    width: 160px;
	    margin: 0;
	}
	
	
	.header-button {
	    text-align: right;
	}
	

	.header-button.site_title, .float_r {
	/*	float: right; */
		margin-left: auto;
		order: 2;
	}

	
	#content {
		margin: auto 150px;
	}


}

@media (min-width: 1250px) {
  .items .item {
    max-width: calc(16.66667% - 10px);
  }
}

@media (min-width: 1460px) {
  .items .item {
    max-width: calc(14.28571% - 10px);
  }
}

@media (min-width: 1670px) {
  .items .item {
    min-width: calc(12.5% - 10px);
  }
}

