/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 Oct, 2015, 1:55:30 PM
    Author     : ksachin
*/


    .draggable p{
        word-wrap: break-word;
        top: 50%;
	height:100%; 
        color: #fff;
        padding:0;
        margin:0;
    }
    
    .img-draggable img, .front-draggable img{
        width:100%;
        height: 100%;
        z-index: 1;
    }
    .draggable {
        text-align: center;
    }
    
.draggable, .img-draggable,.front-draggable {
  display: inline-block;
  height: auto;
  position: relative;
  vertical-align: top;
  width: 46%;
  min-height: 10px;
}
.ui-rotatable-handle{
    position: absolute;
    border: 1px solid black;
    background-color: white; 
    border-radius: 5px;
    left: -20px !important;
        
}

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

.ui-rotatable-s{
    width: 9px;
    height: 9px;
    left: 50%;
    bottom: 0;
    margin-bottom: -18px;
    margin-left: -4px;
}
    .ui-resizable-n {
      cursor: n-resize;
      width: 9px;
      height: 9px;
      left: 50%;
      top: -5px;
      margin-left: -5px;
      border: 1px solid black;
      background-color: white;
    }
    .ui-resizable-s {
      cursor: s-resize;
      width: 9px;
      height: 9px;
      left: 50%;
      bottom: -5px;
      margin-left: -5px;
      border: 1px solid black;
      background-color: white;
    }
    .ui-resizable-e {
      cursor: e-resize;
      width: 9px;
      height: 9px;
      right: -5px;
      top: 50%;
      margin-top: -5px;
      border: 1px solid black;
      background-color: white;
    }
    .ui-resizable-w {
      cursor: w-resize;
      width: 9px;
      height: 9px;
      left: -5px;
      top: 50%;
      margin-top: -5px;
      border: 1px solid black;
      background-color: white;
    }
    .ui-resizable-se {
      cursor: se-resize;
      width: 9px;
      height: 9px;
      right: -5px;
      bottom: -5px;
      border: 1px solid black;
      background-color: white;
    }
    .ui-resizable-sw {
      cursor: sw-resize;
      width: 9px;
      height: 9px;
      left: -5px;
      bottom: -5px;
      border: 1px solid black;
      background-color: white;
    }
    .ui-resizable-nw {
      cursor: nw-resize;
      width: 9px;
      height: 9px;
      left: -5px;
      top: -5px;
      border: 1px solid black;
      background-color: white;
    }
    .ui-resizable-ne {
      cursor: ne-resize;
      width: 9px;
      height: 9px;
      right: -5px;
      top: -5px;
      border: 1px solid black;
      background-color: white;
    }
    
    /*ranjeet css*/
    .img-responsive.img-pre {    margin-left: 13%;}
    
    
@media all and ( max-width: 320px) {
    .alldesigns li img {  border: 1px solid #ccc;  height: 150px;  padding: 5px; width: 100%;}
    .product-details #canvas_div {  display: block;  float: none;  margin: 10px auto;  width: 80%;}
    
    .draggable {  border: 2px solid #ddd;  border-radius: 3px;  display: inline-block;  height: 80px;  margin-bottom: 8px;  margin-left: 8px;  position: relative;  vertical-align: top; width: 45%;}
    .draggable {
        border: 2px solid #ddd;
        border-radius: 3px;
        display: inline-block;
        height: 80px;
        margin-bottom: 8px;
        margin-left: 7px;
        position: relative;
        vertical-align: top;
        width: 45%;
    }
}