﻿.jzImageSelector {
	width:100%;
	border: 1px solid #6D6D6D;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 0;
	box-sizing: content-box;
    min-height:522px;
}
.chosen-container-multi {
    width: 300px !important; 
}
	.jzImageSelector .header {
		min-height: 80px;
        width:100%;
		line-height: 25px;
		background: #7D7D7D;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9A9A9', endColorstr='#7D7D7D');
		background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7D7D7D));
		background: -moz-linear-gradient(top, #A9A9A9, #7D7D7D);
		font-size: 12px !important;
		overflow: visible;
	    position: relative;
        display: inline-block;
	}

		.jzImageSelector .header .tabButton {
			width: 115px;
			height: 25px;
			line-height: 28px;
			margin-top: 5px;
			font-size: 10px;
			color: White;
			text-align: center;
			text-decoration: none;
			font-weight: bold;
			background: url('Images/ImageSelectorSprite.png') -304px 0px;
		}

		.jzImageSelector .header .tabButton:hover {
			color: #0F3789;
			background-position: -536px 0px;
		}

		.jzImageSelector .header .tabButton.selected {
			color: #0F3789;
			background-position: -420px 0px !important;
		}

		.jzImageSelector .header .statusButton, .jzImageSelector .header .typeButton {
			width: 60px;
			height: 22px;
			line-height: 22px;
			margin: 3px;
			font-size: 10px;
			color: #666666;
			text-align: center;
			text-decoration: none;
			background: url('Images/ImageSelectorSprite.png') -61px 0px;
			display: block;
		}

		.jzImageSelector .header .statusButton:hover, .jzImageSelector .header .typeButton:hover {
			background-position: -142px 0px;
			cursor: pointer;
		}

		.jzImageSelector .header .statusButton.selected, .jzImageSelector .header .typeButton.selected {
			background-position: -223px 0px !important;
			color: Black;
		}

            .jzImageSelector .header .statusButton, .jzImageSelector .header .statusButton {
			width: 60px;
			height: 22px;
			line-height: 22px;
			margin-left: 3px;
			font-size: 10px;
			color: #666666;
			text-align: center;
			text-decoration: none;
			background: url('Images/ImageSelectorSprite.png') -61px 0px;
			display: block;
		}

		.jzImageSelector .header .statusButton:hover, .jzImageSelector .header .statusButton:hover {
			background-position: -142px 0px;
			cursor: pointer;
		}

		.jzImageSelector .header .statusButton.selected, .jzImageSelector .header .statusButton.selected {
			background-position: -223px 0px !important;
			color: Black;
		}

		.jzImageSelector .header input.startDate, .jzImageSelector .header input.endDate {
			width: 70px;
			text-align: center;
			border: 1px solid #9AA0A6;
			color: #666666;
			line-height: normal;
		}

		.jzImageSelector .header .searchFilter {
			margin: 5px 10px 0px 0px;
			font-weight: bold;
			color: White;
			position: absolute;
            top: 0px;
            right: 0px;
			width: 385px;
		}

		.jzImageSelector .header .searchFilter input {
			color: #666666;
			width: 210px;
			height: 16px;
			border: 1px solid #9AA0A6;
			padding-right: 40px;
			box-sizing: content-box;
		}

		.jzImageSelector .header .searchFilter img {
			margin-left: 3px;
			cursor: pointer;
		}

		.jzImageSelector .header .searchFilter .changeSearchText {
			position: absolute;
			right: 67px;
			top: 4px;
			line-height:normal;
		}

		.jzImageSelector .header .searchFilter .clearSearchText {
			position: absolute;
			right: 50px;
			top: 4px;
			line-height: normal;
		}

		.jzImageSelector .header .searchFilter .insertNewImage {
			position: absolute;
			right: 0px;
			top: 3px;
			line-height: normal;
		}

        .jzImageSelector .header .searchFilter .navToSharedMedia {
            position: absolute;
			right: 0px;
			top: 28px;
			line-height: normal;
            width: 16px;
            height: 16px;
            color: #000;
        }

	.jzImageSelector .content {
		border-top: 1px solid #444444;
		overflow-x: hidden;
		overflow-y: scroll;
		box-sizing: content-box;
    height: 450px !important;/*this is to force Article to play nice when it displays the SMS*/
    padding: 0 0 5px;
	}

	.jzImageSelector .content .oneImage {
		width: 155px;
		height: 155px;
		border: 1px solid #708090;
		margin: 5px 0px 0px 5px;
		overflow: hidden;
		box-sizing: content-box;
	}

	.jzImageSelector .content .oneImage .imageHolder {
		width: 155px;
		height: 110px;
	}

	.jzImageSelector .content .oneImage .imageVisionId {
		font-size: 11px;
		text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
	}

	.jzImageSelector .content .oneImage .imageSelectionStatus {
	}

	.jzImageSelector .content .oneImage .imageSelectionStatus input {
		color: #444444;
		background: #AED0EA;
		border: 1px solid #2779AA;
		font-size: 11px;
		cursor: pointer;
		box-sizing: content-box;
        margin-left: 38px;
		margin: 0 0 0 38px;
		padding: 1px 6px 1px 6px;
		box-shadow: none;
		font-family: Arial;
	}

	.jzImageSelector .content .oneImage.selected .imageSelectionStatus input {
		color: #990000;
		background: #F7EAEA;
		border-color: #DF4A40;
	}

	.jzImageSelector .content .selected {
		background: #DBDBDB;
	}

	.jzImageSelector .footer {
		height: 25px;
		line-height: 26px;
		border-top: 1px solid #444444;
		background: #7D7D7D;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9A9A9', endColorstr='#7D7D7D');
		background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7D7D7D));
		background: -moz-linear-gradient(top, #A9A9A9, #7D7D7D);
		color: White;
		font-size: 12px;
		font-weight: bold;
		box-sizing: content-box;
	}

	.jzImageSelector .footer select {
		color: #666666;
	}

	.jzImageSelector .LoadingOverlay {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		background: Black;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
		-moz-opacity: 0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;
		display: none;
		z-index: 2;
	}

	.jzImageSelector .LoadingOverlay img {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -25px;
		margin-top: -25px;
	}

	.jzImageSelector input.variables, .jzImageSelector input.postbackHandler {
		width: 0px;
		height: 0px;
		border: none;
	}

    .statusIconDraft
    {
        float: left;
        background-position: -21px -26px;
        width: 20px;
        height: 20px;
        display: block;
        cursor: pointer;
        background-image: url("../CSS/Images/sharedMediaSprite.png");
    }

    .statusIconApproved
    {
        float: left;
        background-position: 0px -26px;
        width: 20px;
        height: 20px;
        display: block;
        cursor: pointer;
        background-image: url("../CSS/Images/sharedMediaSprite.png");
    }

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearFloat {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
}

/**** SPINNER STUFF ****/

.spinner3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
}

.spinner3 > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

