.btn-keyboard-close {
    margin-top: -30px;
    position: absolute;
    right: 10px;
}
.btn-object-action {
    background-color: transparent;
}
.cardbackbtn {
 /*   border: medium none;
    border-bottom: 2px solid #1f70a1;
    background: #5a68ba;
    color: #ffffff;
    height: 30px; 
    min-width: 98px;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    margin-right: 10px;  

    background: url(../img/B6.png);
    width: 228px;
    height: 60px;
    outline: none;
    border: none;
    color: #fff; */
}



.showpaybtn {/* background: url(../img/B4.png); */
    background: #337ab7;
    max-width: 228px; 
    padding: 20px 50px;
    outline: none;
    border: none;
    color: #fff;}

.showpaybtn:hover { background: #7acad8; /* background: url(../img/B5.png); */ }

.showpaybtnback {/* background: url(../img/B4.png); */
    background: #337ab7;
    max-width: 228px; 
    padding: 20px 50px;
    margin-right: 10px;
    outline: none;
    border: none;
    color: #fff;}

.showpaybtnback:hover { background: #7acad8; /* background: url(../img/B5.png); */ }

/*
.cardbackbtn:hover {background: url(../img/B7.png);}

 .fandb_wrapper {width:100%; overflow:hidden; zoom:1; max-width:1340px; margin: 0 auto;}

 .card_control_wrap  {width:100%; padding:10px; margin:0 auto; overflow:hidden; zoom:1; background:#dedede;}

.flip_wrap {float:left; width:40%; min-width:200px;}

.undo_wrap{ min-width:170px; width:25%;  margin:0 auto; float:left;}

.undo_center {max-width:170px; margin:0 auto;} 

.preview_wrap{ min-width:200px; float:right; width:40%; }

.preview-pull {float: right;}

.back_button {float:left;}

.foward_button {float:right;}

#btnResetPage {
   width: 100%;
    padding: 14px 11px;
    background: #b80202;
    border-radius: 7px;
    color: #fff; 
} */

.title_info {    position: absolute;
    margin-top: -70px;
    margin-left: 1.3%;
}

.title_text{background: #7acad8;
    max-width: 70px;
    text-align: center;
    padding: 5px;
    color: #fff;
  }

.down_arrow {
  width: 0; 
  height: 0; 
  margin-left: 14px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #7acad8;
}

.card_control_wrap {/* margin:15px 0 0 0;   overflow: hidden;  border-bottom: 1px solid #ccc;
    padding-bottom: 20px; */}

.undo_wrap { /* max-width: 530px;  margin-top:20px;  float: left; */ clear: both;
    max-width: 690px;
    margin: 20px auto;
    display: block;}

.preview_wrap { /* max-width:600px; float: right; */ max-width: 980px; margin: 0 auto;}

.preview_wrap .cardsavedesignbtn, .preview_wrap .cardpreviewbtn, .preview_wrap .btn-mv-more {width:33%;}

.cardbackbtn, .cardundobtn, .cardredobtn, .cardcopy, .cardresetbtn, .cardflip {padding:0 5px; border:none; font-size:12px;}

.cardbackbtn img, .cardundobtn img, .cardredobtn img, .cardcopy img, .cardresetbtn img {padding: 2px 2px; max-height: 20px;}

.undo_wrap a:hover, .undo_wrap a:active {text-decoration:none;}

.cardcustomizeselectdiv {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
.cardcustomizemenudetaildiv {
    float: left;
    width: 100%;
    padding: 5px 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5eaeb+0,eef3f4+13,f2f7f8+100 */
background: rgb(229,234,235); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(229,234,235,1) 0%, rgba(238,243,244,1) 13%, rgba(242,247,248,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(229,234,235,1) 0%,rgba(238,243,244,1) 13%,rgba(242,247,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(229,234,235,1) 0%,rgba(238,243,244,1) 13%,rgba(242,247,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5eaeb', endColorstr='#f2f7f8',GradientType=1 ); /* IE6-9 */
min-height: 965px;
    max-height: 1030px;
    overflow: hidden;    
    background: #fff !important; 
}

.cardcustomizeselect .chosen-container-single .chosen-single {
    font-size: 15px;
}
.cardcustomizeselect .chosen-drop ul li {
    color: black;
    font-size: 14px;
    padding-left: 20px;
}
.cardcustomizeselect .chosen-drop .disabled-result {
    border-bottom: 1px solid #ccc;
    color: black!important;
    background-color: #efefef;
    font-weight: bold;
    padding-left: 6px;
}
.cardpicturetiles {
    width:100%;
    cursor: pointer;
    padding-left:0;
    border: 1px solid #7acad8;

}
.fileUpload {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px;
    cursor: pointer;
    margin-top: 22px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.cardpicturetiles .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    cursor: pointer;
    margin-top: 0px;
}
.cardpreviewbtn {
    /*border: medium none;
    border-bottom: 2px solid #1f70a1;
    background: #35b7c4;
    color: #ffffff;
    height: 30px; 
    min-width: 98px; 
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    margin-right: 10px;
        font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    padding: 7px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; */
        background: #257eec;
    color: #fff;
    -webkit-appearance: button-bevel;
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 30px;

}
.cardsavedesignbtn {
 /*   background: url(../img/B9.png);
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0px 10px 38px;
    font-size: 18px;
    min-width: 168px;
    background-size: contain;
    color:#fff; */
        background: #257eec;
    color: #fff;
    -webkit-appearance: button-bevel;
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 30px;
}

.cardsavedesignbtn:hover { /*  background: url(../img/B8.png);  background-size:contain; */ background: #257eec;
 
}


.circletabnextbtn {
    text-align: center;
}
.clickshowcutarea {
    border: 20px solid #fccaca!important;
    padding: 0px!important;
}
.clickhidesafetymargin {
    border: medium none!important;
}
.composetabs div .tab-pane img {
float:left;}

.composetabs ul {
    border-bottom: none;
    padding: 0px;
}
.composetabs ul li:first-child {
    border: 1px solid #bababa;
    border-right: none;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    width: 50%;
}
.composetabs ul li:last-child {
    border: 1px solid #bababa;
    border-left: none;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    width: 50%;
}
.composetabs .nav > li > a {
    display: block;
    padding: 4px 24px;
    position: relative;
    font-size: 18px;
    color: #1c1e03;
    text-align: center;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
}

.composetabs .nav-tabs > li {
    background: #ffffff none repeat scroll 0 0;
    float: left;
}
.composetabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #0f1432;
    border: 1px solid rgba(255,255,255,0.89);
    color: #ffffff;
}

#text_div,
#pictures_div {
    overflow-y: auto;
}

.customizedcarddiv {
/*  background: #ffffff; */
    background: #277a8a;
    padding: 0px 15px 0 15px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 7px 6px -8px #666;
    -moz-box-shadow: 0 7px 6px -8px #666;
    box-shadow: 0 7px 6px -8px #666;
        font-family: "Open Sans", sans-serif;
width: 100%;
/*    max-width: 1043px; */
    max-width:990px;
   
}
.customizedcardmenu {
    font-family: "Open Sans", sans-serif; background: #dedede;  background:#fff; overflow:hidden; zoom:1;
    float:left;
}
.customizedcardmenu ul {
    padding: 0px;
}

.customizedcardshowcutareadiv {
    width: 100%;
    border: 1px solid #fccaca;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.customizedcardshowcutareaenddiv {
    width: 100%;
    border: 1px solid #9ca4d1;
    padding: 20px;
}
.customizedcardshowhidemargin {
    width: 100%;
    border: 1px dashed #26b99a;
        overflow: hidden;
}
.enableshapetogridtext {
    text-align: right;
    font-size: 14px;
}
.enableshapetogridtext span {
    cursor: pointer;
}
.hide_control {
    display: none;
}
.hidesafetymargin {
    float: left;
    text-align: right;
    font-size: 14px;
    color: #257eec;
    cursor: pointer;
}
.menuoptioncontenddiv {
    margin-top: 10px;
}
.parameter-display-box {
    background-color: white;
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    width: 55px;
}

.view_used_images{background: #257eec;
    width: 100%;
    display: block;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin: 10px 0;}


.pictureFileupload {
    /*width: 100px;
    height: 100px;*/
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #257eec;
    font-size: 15px;
    color: #ffffff;
    font-family: 'OpenSansSemibold';
    position: relative;
    text-align: center;
    padding-top: 6px;
    text-transform: capitalize;
    border: 1px solid #c9c9c9;
}
.pictureFileupload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
}
.picturerangesliderdiv {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.picturerangesliderdiv label {
    font-size: 16px;
    color: #1c1e03;
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
}
.picturerangesliderdiv .range-bar {
    background-color: #969698;
    display: block;
    float: left;
    height: 4px;
    margin-top: 25px;
    position: relative;
    width: 100%;
}
.placeyourtext {
    color: #1c1e03;
    font-size: 12px;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
    border: 1px solid #c9c9c9;
    height: 96px;
}
.rangesliderdiv {
    float: left;
    width: 100%;
}
.rangesliderdiv label {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    font-size: 15px;
    color: #257eec;
    font-weight: bold;
    font-family: inherit;
}
.shapecircle {
    float: left;
    width: 55px;
    height: 55px;
    background: #0f1432;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  /*  margin: 0px 22px; */
  margin: 10px 6%;
    cursor: pointer;
}
.shapeoptionsdiv {
    float: left;
    width: 100%;
    margin-top: 22px;
}
.shapesquare {
  float: left;
    width: 50px;
    height: 50px;
    background: #0f1432;
    cursor: pointer;
    max-width: 30%;
    margin: 10px 0;
}
.shapetriangle {
  border-bottom: 50px solid #0f1432;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    float: left;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin: 10px 0;
}

/*.shapediamond {
    width: 60px;
    height: 60px;
    background: #0f1432;
 Rotate 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
 Rotate Origin 
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: 20px 0 10px 150px;
} */


.showcutareatext {
    float: left;
    text-align: right;
    font-size: 14px;
    color: #f46262;
    cursor: pointer;
}
.tabmenuimages {
  float: left;
    width: 100%;
    padding: 10px 5px;
  /*  background: #b8b8b8;
    background: #7acad8;
    border-radius: 0px;
    margin: 20px auto; */
    margin: 0px auto 0 auto;
}
.tabmenuimages img {
       max-width: 30px;
    margin: 0 auto;
}



.tabmenuimages span {
    font-size: 16px;
  /*  color: #1c1e03;
      top: 8px; */
      color:#fff;
    text-align: center;
    display: block;
    position: relative;

}
.tabmenuimages_active {
    background: #257eec;

 /*   -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-bottom: 2px solid #e3e3e3;
    width: 235px; */
}

.tabmenuimages_active span {color:#fff;}
.textformating {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.textformating label {
    float: left;
    font-size: 15px;
    color: #257eec;
    width: 100%;
    font-weight: bold;
}
.textpositionnote {
    color: #1c1e03;
    cursor: pointer;
    font-size: 14px;
  /*  margin-left: 35px;
    margin-top: 20px; */
  }
.textpositionnote-img {
    float: left;
    max-height:20px;
}
.textpositionnote-note {
   font-size: 14px;
    outline: 2px solid #99d5ec;
    background: #257eec;
    margin: 0 0 10px 0;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 10px;
    text-align:center;
    clear:both;
}
.textseprationline {
    border-right: 1px solid #bcbcbc;
    float: left;
    height: 22px;
    margin: 0 10px;
}


.textpositionnote, .rangesliderdiv, .textformating {padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}


.uploadpictureimg {
    padding: 2px 5px;
    float:left;

}

/* #circlemultitabnextbtn{
    margin-top: 55px;
} */



#payoptdiv {/* YU *//*max-width:300px; background:;*/}

#keyboard {
    background-color: white;
    border: 1px solid black;
    padding: 30px 10px 10px;
}

#btnShowHebrewKeyboard {
    width: 100%;
    background: #257eec;
    color: #fff;
    border: none;
    padding: 10px 0;
    text-align: center;
}
/*------------------*/

.fileUpload.pictureFileupload > span {
    display: inline-block;
}

.offpage {
    height: 0;
}

section.no_margin {margin-bottom: 0;}

.special_note {
    background: #fff;
    max-width: 1270px;
    margin: 20px auto;
    border: 2px solid #7acad8;
    margin-left: 50px;
    padding: 20px 100px;
}

.sn_wrapper {float:none; margin: 0 auto;}

/********************************* =Ben Chinn changes - might need to change the location of the changes, but for now keep here *********************************/

.btn-mv-signup{/* background:url(../img/B1.png); width:228px; height:60px;  outline:none; border:none; color:#fff; */
float: left; font-weight: normal;
    width: 100%;
    height: 47px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    border: none;
    background: #7acad8;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 0px;
    margin-bottom: 20px;}

.btn-mv-signup:hover{}

.btn-mv-more{/* background:url(../img/B4.png); width:228px; height:60px; */  outline:none; border:none; color:#fff; 
    background: #7acad8;
    margin:20px 0;
    color: #fff;
    -webkit-appearance: button-bevel !important;
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 30px; 
}

.btn-mv-more:hover{/*background:url(../img/B5.png); */}

.btn-mv-play {background:url(../img/B2.png); width:228px; height:60px; outline:none; border:none; color:#fff;}

.btn-mv-play:hover {background:url(../img/B3.png);}


input[type="button"] {outline:none; border:none;}

.help_top {max-width: 990px;
    margin: 0 auto;
    text-align: center;
    float: none;
}

.text_hint {
    font-size: 12px;
    line-height: 12px;
    display: block;
    clear: both;
    margin: 5px 0 15px 0;
    font-style: italic;
}

.text-info {
    color: #949494;
    font-size: 12px;
    line-height: 20px;
    padding: 6px;
}


.customizedcardmenu ul { float: left;     padding: 0px;     zoom: 1;}

.cardcustomizewrap {
    background: #dedede;
    overflow: hidden;
    zoom: 1;
    float: left;
    /* width: 20%; */
    max-width: 235px; 
}

.customizedcardmenu ul.tabs {
    width:120px;  
    min-height: 900px;
}

.customizedcardmenu ul.tabs li {
    margin: 0px auto;
    float: none;
    padding: 0px;
    list-style: none;
    max-width: 120px;
    text-align: center;
    border: 1px solid #fff;
    overflow: hidden;
    background: #7acad8;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe/
    background: #b3dced;  Old browsers 
    background: -moz-linear-gradient(-45deg,  #b3dced 0%, #29b8e5 50%, #bce0ee 100%);  FF3.6-15 
    background: -webkit-linear-gradient(-45deg,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(135deg,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=1 ); 
    /* IE6-9 fallback on horizontal gradient */
}

.customizedcardmenu ul.tabs li:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe 
background: #b3dced;  Old browsers 
background: -moz-linear-gradient(45deg,  #b3dced 0%, #29b8e5 50%, #bce0ee 100%);  FF3.6-15 
background: -webkit-linear-gradient(45deg,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%);  Chrome10-25,Safari5.1-6 
background: linear-gradient(45deg,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=1 );  IE6-9 fallback on horizontal gradient */

}

.customizedcardmenu ul.tabs li.tab-category {
    background: none;
    font-size: 15px;
    color: #257eec;
    font-weight: bold;
    min-height: 95px;
    display: flex;
    align-items: flex-end;
    line-height: 22px;
    padding-bottom: 5px;
}

.customizedcardmenu ul.tabs li.tab-category:first-child {
    min-height: 33px;
}

.customizedcardmenu ul.tabs li.tab-background {
    margin-bottom: 12px;
}

.tabmenuimages_active {
    position: relative;
  }
 .tabmenuimages_active:after {
    left: 100%;
    top: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 22px;
    margin-top: -30px;
    display:none;

} 



.row.ng-scope {
/*    background: #f5f5f5;
    border: 1px solid #ccc; */
    max-width:1340px;
    margin: 0 auto;
}

/* Card template page */

.with-sidebar-flex {width:100%; display:block;}
.sidebar-fixed {width:100%;}
.with-sidebar-flex .row {margin-right: 0;
    margin-left: 0;}

.card-tbnl-orientation-1 .card-img-active, .card-tbnl-orientation-1 .tbnl-envelope {
    height: 133px;
    width: 190px;
}


/* Card Design Page */

.title_info {display: none;}

.special_note {padding:10px 0;}

.frame {
    overflow-y: auto;
    height: 150px;
    line-height: 1em;
}

.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
    width: 11px;
}

.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}



.canvas-offpage {
    left: -9999px!important;
    position: absolute!important;
    top: 400%!important;
}


.personal_info {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #000000;
    padding: 20px;
}

.removeMargin {
    margin: 0px !important;
}

.personal_group_horizontal {
    display: flex;
    list-style: none;
    min-width: 95px;
    padding-left: 0px;
    justify-content: center;
    margin-top: 10px;
}
.personal_group_horizontal li {
    margin-right: 20px;
}


.guest-menu {    max-width: 120px;
    height: 100vh;
            min-height: 100vh;
    background: rgba(250,250, 250, .95);
z-index: 999;
    position: absolute;
right: 0; 
/* float: right */}

.side-logo a img {
/*    padding: 10px;
    margin: 20px 0 50px 0; */
    padding: 10px;
    margin: 20px auto 50px auto;
    border-bottom: 1px solid #ccc;
}

.guest-menu .btn-mazelvite-preview, .guest-menu button#btnFlip{background: #fff !important;
    color: #000;
    padding: 15px 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: auto;
    margin: 20px 5px;
    width: 110px;
    border-radius: 0; border: none;
    text-decoration: underline 2px #7acad8;
    text-underline-offset: 0.5em;}

.guest-menu .guest-reply, .guest-menu .preview-details,  .guest-menu .skipAnimationPlaceholder,  .guest-menu .reverse-card {}

.skipAnimationPlaceholder {position: absolute; bottom: 0;}

button#btnFlip {
    background: #7acad8;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    max-width: 120px;
    border-radius: 0;
}

button#btnFlip .fa-exchange {
    float: none;
    display: block;
}
button#btnReverse {
    /* background: #7acad8; */
    color: #fff;
    padding: 15px;
    font-size: 16px;
    max-width: 120px;
    border-radius: 0;
}

#qus{display: block;
    margin: 0;
    padding: 0px 10px;
    clear: both;
    overflow: hidden;}