@charset "utf-8";
/* CSS Document */

button, a {
	cursor: pointer;
}

.content-header h1 {
    font-size: 24px;
	font-weight: bold;
	width: 100px;
	display: inline-block;
}

#header-new-client-btn {
	margin-bottom: 10px;
}

.header-sep {
	margin-bottom: 25px;
}


/**************** Dashboard *****/

.client-card {
	padding: 10px;
	background-color: #fff;
	border-radius: 2px;
}

#section-clients .item-col-title {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.latest-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #4f5f6f;
}

.dashboard-title {
    font-weight: bold;
    font-size: 22px;
    padding: 0 20px;
    color: #333;
}

.latest-thumb-link {
    display: block;
    padding: 10px;
    border: 1px solid;
    width: 321px;
    margin: 0 auto;
}

.latest-thumb-link img {
	width: 100%;
	height: auto;
}

.header-block-full {
	width: 100%;
}

.header-block-full .btn-primary {
	float: right;
}

.header-block-full.multiple .btn-primary {
	margin: 0 5px;
}

.grey-copy {
	color: #969696;
}

.dashboard-page .tasks .item-list .item-col p {
    display: inline-block;
	margin: 0;
	text-align: center;
}

/********** New Client Page *****/

#clientColor input {
	border-radius: 0;
	margin-left: 0;
	height: 36px;
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	font-size: 1rem;
}

.images-container .image-container.new {
	margin-right: 0;
	margin-bottom: 0;
}

#image-update,
#campaign-thumb,
#client-logo,
#loading-spinner {
	display: none;
}

#imgPreview {
	width: 100%;
	height: 100%;
}

.alert-header {
	margin-left: 10px;
}

.alert-message {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.alert-bullet {
	margin-right: 10px;
	font-size: 6px;
	vertical-align: middle;
	margin-left: 20px;
}


/********** New / Edit Campaign Page *****/

.set-labels .form-control-label {
    width: 100%;
}

select.form-control.boxed {
	padding-bottom: 2px;
	margin-left: 0;
}

#sets-container {
	display: none;
}

#campaign-new .input-group select {
    width: 100%;
}

#campaign_thumbContainer {
	width: 300px;
	height: 250px;
}

.campaign-set {
	margin: 20px 0 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7dde4;
}

.form-control-label.text-xs-right {
    line-height: 37px;
    margin-bottom: 0;
    margin-top: 0;
    height: 37px;
}

.set-labels.col-sm-2 {
    max-width: 155px;
    padding-right: 0;
}

.campaign-set label {
	line-height: 35px;
}

.set-size-label,
.set-zip-label {
	text-align: left;
	margin-bottom: 0;
}

.size-label,
.email-label {
    padding-left: 15px;
    margin-bottom: 15px !important;
}

.size-url,
.email-url {
    margin-top: 15px;
}

.form-control.boxed.default {
	line-height: 35px;
	display: inline-block;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 0;
	text-transform: capitalize;
}


/********** Listing Pages *****/

.listing-container {
	display: inline-block;
	width: 100%;
}

.listing-card {
    float: left;
    margin: 15px;
    border-radius: 3px;
	display: table !important;
	width: 225px !important;
	min-width: 225px !important;
	height: 195px !important;
	text-decoration: none !important;
}

.listing-card-inner {
    width: 100%;
    height: 100%;
    display: table-cell;
	vertical-align: middle !important;
}

.listing-card-bg {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}

.listing-card-bg img {
    width: 100%;
    height: 100%;
}

.listing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    border-radius: 3px;
	opacity: 0;
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
  	-moz-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}

.listing-overlay h2 {
    font-size: 20px;
    display: inline-block;
    margin: 65px 20px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 185px;
    padding: 5px 0;
	position: absolute;
	top: -130px;
	
	-webkit-transition: all 0.3s ease-in-out 0.1s;
  	-moz-transition: all 0.3s ease-in-out 0.1s;
  	transition: all 0.3s ease-in-out 0.1s;
}

.listing-overlay p {
    position: absolute;
    bottom: 0;
    margin: 0 19px 17px;
    color: #fff;
    font-size: 13px;
    right: -125px;
	
	-webkit-transition: all 0.3s ease-in-out 0.2s;
  	-moz-transition: all 0.3s ease-in-out 0.2s;
  	transition: all 0.3s ease-in-out 0.2s;
}

a.card-overlay-link {
	z-index: 5;
	width: 100%;
	height: 100%;
	position: absolute;
}

.listing-overlay:hover {	
	opacity: 0.65;
}

.listing-overlay:hover h2 {	
	top: 0;
}

.listing-overlay:hover p {	
	right: 0;
}

a.card-edit-link, a.jira-id-link {
	z-index: 6;
	display: inline-block;
	padding: 2px 8px;
	font-weight: bold;
	position: absolute;
	opacity: 0.75;
	top: 0;
	text-decoration: none !important;
}

a.card-edit-link {
	left: 0;
	background: #fff;
	color: #000;
}

a.jira-id-link {
	right: 0;
	background: #000;
	color: #fff;
}

/********** Campaign Viewer *****/

.title-block-view {
	padding-bottom: 15px;
	margin-bottom: 5px;
	margin-top: 55px;
	border-bottom: none;
}

#campaign-jira-container {
    margin-bottom: 10px;
}

.campaign-view-edit, .jira-campaign-view {
	text-decoration: none !important;
	font-size: 16px;
}

.title-hr {
	color: #d7dde4;
}

iframe {
	border: none;
	overflow: hidden;
}

#set-container {
    position: relative;
    display: inline-block;
    text-align: center;
	width: 100%;
}

#campaign-set-select {
    display: inline-block;
    height: 48px;
}

select#setSelect.form-control.boxed {
    height: 48px;
    padding: 10px;
}

.header-block.header-logo {
    height: 90px;
    width: 230px;
    margin: 5px 20px;
}

.header-block.header-logo img {
    width: 100%;
    height: 100%;
}

#campaign-zips {
    text-align: center;
	padding: 20px 5px;
	border-top: 1px solid rgba(255,255,255,0.5);
	margin: 30px 5px;
	max-width: 220px;
}

#zip-header {
    padding: 0 45px;
	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#zip-header h2 {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    line-height: 36px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.zip-link {
    display: inline-block;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.6em;
}

.zip-link:hover {
	color: #fff !important;
}

.zip-link img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.size-container,
.email-container {
	float: left;
}

.size-container {
	margin: 15px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.email-container {
    padding: 15px;
    width: 745px;
    margin: 0 auto;
}

.no-float {
	float: none;
}

.left-float {
	float: left;
}

.size-header,
.email-header {
    position: relative;
    height: 30px;
	overflow: hidden;
}

.size-copy,
.email-copy{
    padding: 0 30px;
    font-size: 13px;
    line-height: 28px;
}

.mag-glass {
    width: 30px;
    height: 30px;
    opacity: 0.75;
    padding: 3px;
	background-color:#333;
	color: #d7dde4;
    border: 1px solid #888;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    display: inline-block;
    left: 0;
    position: absolute;
	z-index: 10;
	top: 30px;
}

.view-size {
    display: inline-block;
    height: 24px;
    width: 24px;
}

.view-size > i {
    font-size: 20px;
}

.size {
    display: inline-block;
}

#modal-heading {
    font-size: 14px;
    margin: 2px 0 0;
    width: 100%;
    text-align: center;
    color: #333;
}

.modal-body {
	padding: 15px;
}

.modal-dialog {
    max-width: none !important;
}

/*********************** Breadcrumb ******************************/

.breadlist-mobile {
	display: none;
	font-size: 0.75em;
	list-style: none;
	overflow: hidden;
	padding-left: 0;
}

.breadlist-mobile a {
	text-decoration: none;
}

.breadlist { 
	list-style: none;
	overflow: hidden;
	font-size: 18px;
	padding-left: 0;
}

.breadlist li, .breadlist-mobile li { 
	float: left; 
}

.breadlist li a {
	color: white !important;
	padding: 10px 0 10px 65px;
	background: #000; /* fallback color */
	background: hsla(0,0%,0%,1);
	position: relative; 
	display: block;
	float: left;
	font-weight: 300 !important;
	text-decoration: none !important;
}

.breadlist li a::after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0,0%,0%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadlist li a::before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.breadlist li:first-child a {
  padding-left: 10px;
}
.breadlist li:nth-child(2) a       { background:        hsla(0, 0%, 20%, 1); }
.breadlist li:nth-child(2) a:after { border-left-color: hsla(0, 0%, 20%, 1); }

.breadlist li:nth-child(3) a       { background:        hsla(0, 0%, 30%, 1); }
.breadlist li:nth-child(3) a:after { border-left-color: hsla(0, 0%, 30%, 1); }

.breadlist li:nth-child(4) a       { background:        hsla(0, 0%, 40%, 1); }
.breadlist li:nth-child(4) a:after { border-left-color: hsla(0, 0%, 40%, 1); }


.breadlist li a:hover { 
  background: hsla(34, 85%, 25%, 1); 
}
.breadlist li a:hover:after { 
  border-left-color: hsla(34, 85%, 25%, 1) !important; 
}

.breadlist-mobile li a {
	
}


/*********************** Template Creation ******************************/

.card .y-header {
    background-color: #fdd400;
}

.card .y-header .btn-link {
    color: #000;
}

.radio-control {
	margin: 30px auto;
	vertical-align: middle;
	display: block;
}

#email-spinner {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	top: 30%;
	display: none;
	
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.btn-update {
	background-color: #fff !important;
	color: #fdd400 !important;
	position: absolute;
	right: 10px;
}

.btn-update:hover {
	background-color: #000 !important;
}