body{
	
	min-height:1200px;
}
.design_api_container{
	min-height:1000px;
}
span.glyphicon {
	font-size: 3em;
}
.design_api{
	width:968px;
	height:530px;
	//background:#fcfcfc;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHklEQVQYV2NkYGDwAWKCgJGgCogCn1GF+EKK+OABADvrAwPdMEGvAAAAAElFTkSuQmCC);
	//padding:10px 0px;
	//border:1px solid #3c3c3c;
}
#menu,#options,#preview_t,#view_mode,#overview{
	float:left;
	//border:1px solid #000;
}
.left_text{
	text-align:left;
}
.center_text{
	text-align:center;
}

.right_text{
	text-align:right;
}
.strikethrough_text{
	text-decoration: line-through;
}

.bold_text{
	font-weight:bold;
}
.italic_text{
	font-style:italic;
}
.underline_text{
	text-decoration:underline;
}
.shadow{
	box-shadow:0 0 10px inset #3c3c3c;
}
/*======================MENU=============================*/
#menu{
	width:53px;
	height:530px;
	background:#62AED4;
}
.menu_option{
	width:53px;
	height:53px;
	border:5px solid transparent;
	background:#62AED4;
	cursor:pointer;
	
}
.menu_option:hover{
	//background:#AE9EDE;
}
.sel_type{
	background:url(../images/menu_icons/tee.png) no-repeat;
	background-size:42px 42px;
}
.sel_type:hover{
	background:url(../images/menu_icons/tee.png) #83CBEE no-repeat;
	background-size:42px 42px;
}

.sel_color:hover{
	background:#83CBEE;
}

.sel_art:hover{
	background:#83CBEE;
}

.sel_custom_icon:hover{
	background:#83CBEE;
	
}
.sel_text:hover{
	background:#83CBEE;
	
}


/*======================subMENU 1=============================*/

/*======================subMENU 1 over=============================*/
/*======================MENU OVER=============================*/
/*======================OPTIONS=============================*/
#options{
	width:180px;
	height:530px;
	//padding:5px;
	//border-right:1px solid #9c9c9c;
	background:#cecece;

}
.T_type{
	width:180px;
	height:100%;
	background:#cecece;
	//margin-top: 15px;
	
	
}
.T_type div{
	width:82px;
	height:85px;
	float:left;
	cursor:pointer;
	margin:2px;
}


.color_pick{
	width:180px;
	height:40px;
	background:#aaa;
	//margin-top: 15px;
}
.color_radio_div{
	height:30px;
	width:30px;
	float:left;
	display:inline;
	margin:2px;
	
}

#red{
	background:red;
	cursor:pointer;
}
#black{
	background:black;
	cursor:pointer;
}
#white{
	background:white;
	cursor:pointer;
}
#green{
	background:green;
	cursor:pointer;
}
#navy{
	background:navy;
	cursor:pointer;
}


#brown{
	background:brown;
	cursor:pointer;
}
#purple	{
	background:purple;
	cursor:pointer;
}
#pink	{
	background:pink;
	cursor:pointer;
}
#orange
{
	background:orange;
	cursor:pointer;
}
#yellow
{
	background:yellow;
	cursor:pointer;
}
#grey
{
	background:grey;
	cursor:pointer;
}

.default_samples{
	//margin-top: 15px;
	width:180px;
	height:520px;
	border:1px solid #acacac;
	background:#f1f1f1;
	overflow-y:scroll
}
.default_samples::-webkit-scrollbar{
	width:8px;
	background-color:#cccccc;
}
.default_samples::-webkit-scrollbar-thumb{
	background-color:#acacac;
	border-radius:4px;
}
.default_samples::-webkit-scrollbar-thumb:hover{
	background-color:#9c9c9c;
	border-radius:4px;
}
.sample_icons,.dir_icons{
	width:50px;
	height:50px;
	cursor:pointer;
	padding:2px;
	float:left;
	box-shadow: 0 0 5px transparent;
}
.sample_icons:hover{
	box-shadow: 0 0 5px #acacac;

}
.dir_icons{
	width:100%;
	height:auto;
	box-shadow: 0 0 5px transparent;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
}
.dir_icons:hover{
	box-shadow: 0 0 5px #acacac;
}

div.upload {
	width: 178px;
	height: 30px;
	background: grey;
	overflow: hidden;
	
}

div.upload input {
	display: block !important;
	width: 178px !important;
	height: 30px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	cursor:pointer;
}
.custom_font{
	background:#acacac;
	width:180px;
	height:150px;
	margin-top: 15px;
}
.custom_font textarea{
	width:180px;
	height:auto;
	min-height:120px;
	max-height:220px;
	resize:none;
}
.new_icon{
	cursor:move;
	position:absolute !important; 
	border:1px solid transparent;
	//height:25%;
	width: 25%;
	padding:5px 5px 0 0;
}

.new_text{
	cursor:move;
	position:absolute !important;
	border:1px solid transparent;
	height:60px; 
	width:100px;
	padding:5px 5px 0 0;
}
.new_icon .property_icon,.new_text .property_icon{
	display:none;
}

.new_icon:hover,.new_text:hover,.new_icon:active,.new_text:active{
	border:1px solid #777;
}
#fs{
	width:100px;
}

.font_styling{
	width:180px;
	height:24px;
	background:grey;
	
}

.font_styling span{
	border:1px solid #3c3c3c;
	height:20px;
	width:20px;
	margin:2px;
	display:block;
	float:left;
	cursor:pointer;
	background:#e1e1e1;
	text-align:center;
}

.font_styling span:hover{
	background:#c1c1c1;
	box-shadow:0 0 5px #acacac;
}
.Text_input{
	border:1px solid #9c9c9c;
	height:auto;
	width:auto;
}

/*======================OPTIONS Ends=============================*/
/*======================PREVIEW=============================*/

#preview_t{
	width:495px;
	height:530px;
	//padding:5px;
	display:inline;
	overflow:hidden;
	border-bottom:1px solid #acacac;
	border-top:1px solid #acacac;
}
#preview_front,#preview_back{
	height:510px;
	width:480px;
	background-repeat:no-repeat;
	background-size:480px 510px;
	
	margin:5px;
}
.dis_none{
	display:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.front_print,.back_print{
	width:470px;
	height:500px;
	//border:1px solid #acacac;
	position:absolute;
	padding:5px;
}
.delete_icon,.delete_text,.drag_text{
	background:green;
	height:25px;
	width:25px;
	display:block;
	cursor:pointer;
	position:absolute;
	top: -10px;
	border-radius:5px;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.delete_icon,.delete_text{
	right:-10px;
	background-image:url(../images/remove.png);
	background-color: white;
	background-size:25px 25px;
	z-index: 99;
}
.drag_text{
	background:blue;
	left:-10px;
}
.delete_icon:hover,.delete_text:hover,.drag_text:hover{	
	box-shadow:0 0 5px #4c4c4c;
	
	
}
.drag_text{
	background-image:url(../images/moveButton.png);
	background-size:25px 25px;
	z-index: 99;
}
.text_style{
	background:none;
	border:none;
	width:inherit;
	height:inherit;
	resize:none;
	overflow:hidden;
}
/*======================PREVIEW Ends=============================*/
/*======================VIEW MODE=============================*/

#view_mode{
	width:60px;
	height:530px;
	
	//border-left:1px solid #9c9c9c;
	background:#62AED4;
	
}
#view_mode div{
	width:60px;
	height:80px;
	margin-bottom:5px;
	padding:3px;
	//border:1px solid #3c3c3c;
	cursor:pointer;
	font-size:12px;
	text-align:center;
	
}
#view_mode div:hover{
	background:#83CBEE;
	
}
#preview_images{
	padding-top:5px;
	height:60px;
}
/*======================VIEW MODE Ends=============================*/
/*======================Overview=============================*/

#overview{
	width:180px;
	height:530px;
	border-bottom:1px solid #acacac;
	border-top:1px solid #acacac;
	border-right:1px solid #acacac;
	background:#D7D7D7;
	padding:5px;
}

/*======================Overview Ends=============================*/

/*=======================detailing================================*/
/*
#image_reply{
	width:1000px;
	height:550px;
	margin:20px auto;
	padding:10px;
	background:white;
	border:1px solid #9c9c9c;
	border-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	box-shadow:0 0 20px #3c3c3c;
	//z-index:9908;
	}*/
	.layer{
		width:100%;
		height:100%;
		background-color:rgba(140,140,140,0.5);
		//opacity:0.5;
		overflow:scroll;
		position:fixed;
		top:0;
		left:0;
		visibility:hidden;
		//background-color:rgba(140,0,0,0.5);
		//z-index:999;
	}
	.modal-content{
		width:1000px;
		margin: 30px auto;
	}
	.bottom_img{
		width:1000px;
		height:60px;
		margin:0px auto;
		margin-top:-20px;
		margin-bottom:40px;
		padding:10px;
		background:white;
		border:1px solid #9c9c9c;
		border-radius:10px;
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		box-shadow:0 20px 20px #3c3c3c;
	}
	.btn-file {
		position: relative;
		overflow: hidden;
	}
	.btn-file input[type=file] {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
		font-size: 100px;
		text-align: right;
		filter: alpha(opacity=0);
		opacity: 0;
		outline: none;
		background: white;
		cursor: inherit;
		display: block;
	}


	.ui-rotatable-handle {
		background-image:url(../images/rotate_1.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: white;
		height: 25px;
		width: 25px;
		position: absolute;
		border-radius:5px;
		z-index: 99;
	}

	.ui-rotatable-handle-sw {
		bottom: -10px;
		left: -10px;
	}

	.ui-resizable-handle {
		background-color: white;
		outline: 1px solid black;
	}

	.ui-resizable-se_icon {
		background-image:url(../images/diagonal-arrow.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: white;
		height: 25px !important;
		width: 25px !important;
		position: absolute;
		border-radius:5px;
		bottom: -10px !important;
		right: -10px !important;	
	}


	.ui-resizable-ne_icon {
		background-image:url(../images/del.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: white;
		height: 25px !important;
		width: 25px !important;
		position: absolute;
		border-radius:5px;
		top: -10px !important;
		right: -10px !important;	
	}


	.ui-resizable-move_icon {
		background-image:url(../images/moveButton.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: white;
		height: 25px !important;
		width: 25px !important;
		position: absolute;
		border-radius:5px;
		top: -10px !important;
		left: -10px !important;	
	}

	.ui-resizable-nw_icon {
		background-image:url(../images/diagonal-arrow.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: white;
		height: 25px !important;
		width: 25px !important;
		position: absolute;
		border-radius:5px;
		left: -10px !important;
		top: -10px !important;
		transform: rotate(180deg);	
	}

	.ui-resizable-e {
		width: 5px !important;
		right: -2px !important; 
	}

	.ui-resizable-s {
		height: 5px !important;
		bottom: -2px !important;
	}

	.ui-resizable-n {
		height: 5px !important;
		top: -2px !important;
	}

	.ui-resizable-w {
		width: 5px !important;
		left: -2px !important;
	}

	.toolbox {
		background-color: gray;
		padding-bottom: 2px;
	}

	.custom_textarea{
		padding: 15px;
		width: 100%;
	}

	.custom_icon{
		margin-top: 15px;
	}

	.converted_div{
		white-space: pre-wrap;      /* CSS3 */   
		white-space: -moz-pre-wrap; /* Firefox */    
		white-space: -pre-wrap;     /* Opera <7 */   
		white-space: -o-pre-wrap;   /* Opera 7 */    
		word-wrap: break-word;      /* IE */
		word-break: break-all; 
		word-wrap: break-word;
	}

	#print_preview_body{
		display: flex;
	}

	.loading{
		background-image:url(../images/loading.gif);
		height:350px !important;
		width: 450px !important;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: white;

	}
