/* ANIMATION RIGHT TO LEFT*/
@-webkit-keyframes rightToLeft{ 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(300px);
	    -moz-transform: translateX(300px);
	    transform: translateX(300px) ;
	    
	}
	30% {
	    opacity: 1;
	    -webkit-transform: translateX(0px) ;
	    -moz-transform: translateX(0px) ;
	    transform: translateX(0px) ;

	}
	100% {
	    opacity: 1;
	    -webkit-transform: scale(1) ;
	    -moz-transform:  scale(1) ;
	    transform:  scale(1) ;
	    
	}
}

.rightToLeft{
    -webkit-animation: rightToLeft 2s ease-in-out;
    -moz-animation: rightToLeft 2s ease-in-out;
    -o-animation: rightToLeft 2s ease-in-out;
    -ms-animation: rightToLeft 2s ease-in-out;
    animation: rightToLeft 2s ease-in-out;	
	
}

.excel_bulk_wrap_free{
		overflow:hidden;
}

.excel_bulk_wrap_free h2{
		font-size:14px!important;
}
.excel_bulk_wrap_free h3{
		font-size:12px !important;
}
.excel_bulk_wrap_free h4{
		font-size:12px !important;
}
.excel_bulk_wrap_free ,.excel_bulk_wrap_free p{
		font-size:12px !important;
}

.excel_bulk_wrap_free .left_wrap{
		width:100%;
		overflow:hidden;
}

.excel_bulk_wrap_free  .right_wrap{
		padding-left:10px;
		border-right:1px solid #fff;
		width:95%;
		background: #fff;
		border-radius:10px;
		border:1px solid #0085ba;
		font-size:1.3em;
		display:none;
		margin-top:20px;
}
.excel_bulk_wrap_free  .right_wrap img{
	width:100%;
}
.excel_bulk_wrap_free  .right_wrap div{
		overflow:hidden;
}
.excel_bulk_wrap_free  .right_wrap div p{
	float:left;
	width:30%;
	margin:1.5%;
	font-weight:250;
	font-size:16px !important;
}


.excel_bulk_wrap_free  .right_wrap h2{
	border-bottom:1px solid #0085ba;
	padding-bottom:5px;
	font-size:20px !important;
}

.excel_bulk_wrap_free .center{
		margin:0 auto;
		text-align:center;
}
.excel_bulk_wrap_free .premium_msg{
		display:none;
		background:#F08080;
		border:1px solid red;
		text-align:center;
		padding:10px;
		margin:10px;
}

.excel_bulk_wrap_free .premium_button{
		background:#0085ba;
		color:#fff;
		padding:10px;
		margin:5px;
		width:50%;
		display:block;
		text-decoration:none;
		border-radius:5px;
		font-size:20px !important;
		box-shadow:0 2px 3px #777;
		margin:0 auto;
		text-align:center;
		margin-bottom:10px;
		transition:all .3s ease-in-out;
}
.premium_button:hover{
	color:#0085ba !important;
	background:#ccc;
}
.excel_bulk_wrap_free .gopro{
		background:#A36296 !important;
		color:#fff;
		transition:all .3s ease-in;
}
.excel_bulk_wrap_free .gopro:hover{
		opacity:0.7;
}


.web_logo{
	float:right;
}
.web_logo img{
	max-width:150px;
	height:auto !important;
}

.center{
		text-align:center;
}

.excel_bulk_wrap_free #tabs{
		overflow-x:scroll;
}

.excel_bulk_wrap_free #tabs li ,#tabs li a{
		display:inline;
		padding-right:10px;
}

.excel_bulk_wrap_free table{
		text-align:center;
}
.excel_bulk_wrap_free th{
		background:#777;
		color:#fff;
		padding:5px;
}

#excel_bulk_wrap_free_instructionsVideo{
		display:none;
}
.excel_bulk_wrap_free_instructionsVideo{
		color:green;
		border:1px solid green;
}

/* === ajaxify === */
.excel_bulk_wrap_free.loading > * {
    opacity:0.2;
}

.excel_bulk_wrap_free.loading:before {
    position:fixed;
    content: "Loading...";
    font-size:2em;
    padding: 22px;
    background: #000;
    background: url(../images/loading.gif) no-repeat center center;
    color: #777;
    width: 50%;
    height:50%;
    margin-left:15%;
    box-sizing: border-box;
    text-align:center;
}

/* =============== RESPONSES  ================== */

.excel_bulk_wrap_free .msg,.excel_bulk_wrap_free .response{
		background:#ccc;
		padding:10px;
		border:1px solid #777;
		display:none;
}
.excel_bulk_wrap_free .success{
		background:lightGreen;
		padding:5px;
		border:1px solid green;
		color:#fff;
}
.excel_bulk_wrap_free .error{
		background:#FFCCCB;
		padding:5px;
		border:1px solid red;
}
.excel_bulk_wrap_free .warning{
		background:#d9534f;
		padding:5px;
		color:#fff;
}


/*====================  BULK EDIT =========================*/

.excel_bulk_wrap_free .convertToTable input[type='text'],.excel_bulk_wrap_free .convertToTable input[type='number'],.excel_bulk_wrap_free .convertToTable input[type='email'],.excel_bulk_wrap_free  .convertToTable textarea,.excel_bulk_wrap_free  .convertToTable select{
		width:100%;
}
.excel_bulk_wrap_free .togglerMassive, .excel_bulk_wrap_free #updateMassive{
	display:none;
}

.excel_bulk_wrap_free .convertToTable{overflow-x:scroll;width:100%; white-space: nowrap;text-align:center;}
.excel_bulk_wrap_free .tableHead {
	color:#fff;
	font-size:14px;
	margin-bottom:10px;
    display: block;
    width: 100%; 
	background:#555;
	text-align:center;
	border-bottom:2px solid #777;
	width:100%; 
    position: -webkit-sticky;
    position: sticky;
    top: 0; 
	z-index:999;
 }
 .excel_bulk_wrap_free .tableHead div{
	 display: inline-block; white-space: nowrap;background:#555;padding:5px;
 }

.excel_bulk_wrap_free .tableBody{max-height:300px;display: block; width:100%; }

.excel_bulk_wrap_free .tableBody>*{display: block;position: relative;}
	
.excel_bulk_wrap_free .tableBody>*>* { display: inline-block;white-space: wrap; position: relative;width:170px;padding:5px;
}
.excel_bulk_wrap_free .tableBody form,.excel_bulk_wrap_free .tableBody .warning{
		width:100%;
		border-bottom:1px solid #ccc;
}
.excel_bulk_wrap_free .convertToTable h2,.excel_bulk_wrap_free section{
	border-top:none;
}

.excel_bulk_wrap_free .tableHead div{
	width:170px;
	position: relative;
 }

.excel_bulk_wrap_free .tableHead div:nth-child(1) , .excel_bulk_wrap_free .tableBody div:nth-child(1){
	max-width:50px !important;
}

.excel_bulk_wrap_free .tableHead div:nth-child(2), .excel_bulk_wrap_free .tableBody div:nth-child(2){
	max-width:70px !important;
}


.excel_bulk_wrap_free  .uploader {
	position:relative;
	width:99%; 
	height:300px;
	background:#f3f3f3; 
	border:1px dashed #e8e8e8;
	background-size:cover;
	margin:0 auto;
	text-align:center;
}
.excel_bulk_wrap_free  #file{		
	width:100%;
	position:absolute;	
	height:300px;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	cursor:pointer;
}
.excel_bulk_wrap_free  .uploader .userSelected{
	max-width:90%;
	width:90%;
	z-index:1;
	border:none;
	display:none;
}

.excel_bulk_wrap_free input[type=text],.excel_bulk_wrap_free input[type=number], .excel_bulk_wrap_free textarea{
		border:none;
		border-bottom:1px solid #0073aa;
		transition:all .3s ease-in-out;
		cursor:text;
}
.excel_bulk_wrap_free input[type=text]:hover,.excel_bulk_wrap_free input[type=number]:hover, .excel_bulk_wrap_free textarea:hover{
		background:#ffffcc;
}

.excel_bulk_wrap_rating .dashicons-star-filled{
	color:gold;
}

@media(max-width:980px){
		.excel_bulk_wrap_free  .left_wrap, .excel_bulk_wrap_free .right_wrap{
			float:none;
			width:100%;
			border-right:none;
		}
}