/**
*
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future. If you wish to customize the module for your
* needs please contact us to https://www.milople.com/contact-us.html
*
* @category    Ecommerce
* @package     Milople_Personlized
* @copyright   Copyright (c) 2016 Milople Technologies Pvt. Ltd. All Rights Reserved.
* @url         https://www.milople.com/magento2-extensions/personalized-products-m2.html
*
**/
@font-face {
    font-family: 'IconFont';
    src: url('../fonts/IconFont.eot');
    src: url('../fonts/IconFont.ttf');
    src:   url('../fonts/IconFont.woff') format('woff');
    font-weight: 300;
    font-style: normal
}
.personalized-container{
  width:100%;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input.personalized_tab_radio {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 0;
  font-weight: 600;

  color: #696969;
  border: 1px solid transparent;
}

label .star{
    color:#f39200;
}

label:before {
  font-family: IconFont;
  font-weight: normal;
  margin-right: 10px;
}
/*
label[for*='1']:before { content: '\f040'; }
label[for*='2']:before { content: '\f0ee'; }
label[for*='3']:before { content: '\f1a5'; }
label[for*='template']:before { content: '\f1c5'; }
*/


label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {

}

#tab1:checked ~ #content-text,
#tab2:checked ~ #content-upload,
#tab3:checked ~ #content-clipart,
#template:checked ~ #content-template
{
  display: block;
}
.personalized-container > section {
    padding-bottom: 33px;
}



@media screen and (max-width: 650px) {

  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}
h4.personalized-options  {
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 3px 2%;
    width: 100%;
}
.addTextPersonalized
{
  width: auto !important;
  height: 35px !important;
  padding: 7px 20px !important;
  vertical-align: top !important;
}

 /*Text effect*/
  .text_style {
      margin-top: 7px;
      width: 100%;
      display: inline-block;
  }
.text_style button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e4df;
    border-radius: 0;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 39px;
    padding: 4px 8px;
    width: 8%;
    float: left;
}
.text_style .align {
    height: 39px;
    padding-bottom: 0.5px !important;
    vertical-align: middle;
    width: 8%;

}
button#font_color > span {
    border-bottom: 3px solid;
    padding: 0 2px;
}

button#font_bg_color span {
    background-color: #d2d2d2;
    color: #5b5b5b;
    padding: 1px 5px;
}
#font_selection {
    margin-top: 5px;
}
#instruct_container p.note-msg {
    background-color: #fefccb;
    background-image: url("../images/ico_warning.png");
    background-position: 8px 5px;
    background-repeat: no-repeat;
    border-color: #d9df63;
    color: #898941;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 7px 11px 6px 47px;
}
.directional-pad {
   
    float: right;
    width:45%;
    border: 1px solid #d8dee2;
    padding: 5px;
    box-sizing: border-box;


}

@media screen and (max-width: 768px) {
    .directional-pad {
        width: 100%;
        margin-top: 15px;
    }
}


.directional-pad .directional-pad-container{
    width: 33.3%;
    float: left;
    text-align: center;
}

.directional-pad .directional-pad-container .directional-pad-label{
    font-size: 12px;
    height: 35px;
}

.directional-pad .directional-pad-container .directional-pad-block{
    width: 100%;
    display: inline-block;
    height: 50px;
    position: relative;
}

.directional-pad button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8dee2;
    color: #666666;
    cursor: pointer;
    font-size: 0px;
    font-weight: bolder;
    border-radius: 0;
    padding: 0;
}
.directional-pad button#top {
    left: 26px;
    padding: 6px 8px;
    top: 7px;
    margin-left: 22px;
}
.directional-pad button#bottom {
    left: 26px;
    padding: 6px 8px;
    top: 36px;
    margin-left: 22px;
}
.directional-pad button#left {
    left: 2px;
    padding: 6px;
    top: 25px;
    margin-left: 22px;
}
.directional-pad button#right {
    left: 50px;
    margin-left: 21px;
    padding: 6px;
    top: 25px;
}
.directional-pad button#rotate {
    border-radius: 75px;
    font-size: 26px;
    height: 40px;
    left: 21%;
    padding-left: 10px;
    padding-top: 6px;
    text-align: center;
    top: 23%;
    width: 40px;
}
.directional-pad button#rotate:hover {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: all 0.8s;
}
.directional-pad button#antirotate {
    border-radius: 75px;
    font-size: 26px;
    height: 40px;
    left: 31%;
    padding-left: 10px;
    padding-top: 6px;
    text-align: center;
    top: 23%;
    width: 40px;
}
.directional-pad button#antirotate:hover {
    -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
  transition: all 0.8s;
}
button#delete {
    background: rgba(0, 0, 0, 0) url("../images/delete.png") no-repeat scroll 41% center / cover ;
    border-radius: 64%;
    height: 42px;
    left: 78%;
    top: 23%;
    width: 45px;
}
#clipart_images_container img {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
}
#clipart_images_container {
    margin-top: 10px;
    max-height: 250px;
    overflow: auto;
    width: auto;
}
#clipart_images_container .image_list {
    text-align: left;
}
#clipart_categories_container .input-text {
    margin-top: 10px;
    width: 100%;
}
select#clipart_categories {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e4df;
    color: #666666;
    font-size: 13px;
    padding: 5px;
}
.a-center {
    text-align: center;
}

button#btf {
    background: rgba(0, 0, 0, 0) url("../images/btf.jpg") no-repeat scroll 41% center / cover ;
    height: 40px;
    left: 41%;
    top: 23%;
    width: 40px;
}
button#stb {
    background: rgba(0, 0, 0, 0) url("../images/stb.jpg") no-repeat scroll 41% center / cover ;
    height: 40px;
    left: 50%;
    top: 23%;
    width: 40px;
}

button#fh {
    background: rgba(0, 0, 0, 0) url("../images/fh.jpg") no-repeat scroll 41% center / cover ;
    height: 40px;
    left: 59%;
    top: 23%;
    width: 40px;
}

button#fv {
    background: rgba(0, 0, 0, 0) url("../images/fv.jpg") no-repeat scroll 41% center / cover ;
    height: 40px;
    left: 68%;
    top: 23%;
    width: 40px;
}
.product-thumbs{
	margin: 0;
    padding: 0;
}
.product-thumbs > li {
    display: inline;
}
.product-thumbs a:hover {
    text-decoration: none;
}
.text-formatting-area h4 {
    padding: 5px 15px;
}
#text_effects_title{
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 3px 2%;
    width: 97%;
}
.text_effects .field {
    float: left;
    width: 15%;
}
.radius-effect, .spacing-effect, .reverse-effect {
    display: none;
}
.text_effects ul li {
    list-style-type: none;
}
.text_effects ul {
    padding:0px;
}
section {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5d8ce;
 /*box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);*/
    margin-bottom: 5%;
    padding: 15px;
}
h4 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.label-template{
  padding: 0px !important;
}
.template-text {
    margin-bottom: 5px;
}
.characters-left {
    display: block;
    float: right;
    font-size: 11px;
    font-style: italic;
    margin-left: 2px;
}
.lblMaxLength {
    float: right;
    font-size: 12px;
    font-style: italic;
    padding-right: 2px;
    padding-bottom: 5px;
}
.data-validation-textbox{
   border-color: red !important;
  
}
.data-validation{
   color: red !important;
}
.name-number-styles input {
    margin-bottom: 7px;
}



/* +++ aims +++ */

.directional-pad button.delete {
    background: rgba(0, 0, 0, 0) url("../images/btn-remove2.png") no-repeat scroll center center ;
    width: 26px;
    height: 26px;

    border: 1px solid #d8dee2;

}
.directional-pad button.top {
    left: 50%;
    width: 20px;
    height: 25px;
    top: 0;
    background: rgba(0, 0, 0, 0) url("../images/perso-arrow-top.png") no-repeat scroll center center ;
    position: absolute;
    margin-left: -10px;


}
.directional-pad button.bottom {
    left: 50%;
    width: 20px;
    height: 25px;
    bottom: 1px;
    background: rgba(0, 0, 0, 0) url("../images/perso-arrow-bottom.png") no-repeat scroll center center ;
    position: absolute;
    margin-left: -10px;

}
.directional-pad button.left {
    left: 4px;
    width: 25px;
    height: 20px;
    top: 50%;
    background: rgba(0, 0, 0, 0) url("../images/perso-arrow-left.png") no-repeat scroll center center ;
    margin-top: -10px;
    position: absolute;

}
.directional-pad button.right {
    right: 5px;
    width: 25px;
    height: 20px;
    top: 50%;
    background: rgba(0, 0, 0, 0) url("../images/perso-arrow-right.png") no-repeat scroll center center ;
    margin-top: -10px;
    position: absolute;
}
.directional-pad button.rotate {
    border-radius: 75px;
    font-size: 26px;
    height: 40px;
    left: 21%;
    padding-left: 10px;
    padding-top: 6px;
    text-align: center;
    top: 23%;
    width: 40px;
}
.directional-pad button.rotate:hover {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    transition: all 0.8s;
}
.directional-pad button.antirotate {
    border-radius: 75px;
    font-size: 26px;
    height: 40px;
    left: 31%;
    padding-left: 10px;
    padding-top: 6px;
    text-align: center;
    top: 23%;
    width: 40px;
}
.directional-pad button.antirotate:hover {
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
    transition: all 0.8s;
}
.directional-pad button.font-size,.directional-pad button.size {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e4df;
    border-radius: 0;
    color: #3b586d;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;


}

.directional-pad button.font_dec {

}
.directional-pad button.font_inc {

}