﻿body
{
    margin:0; 
    padding:0;
    font-size:14px;
    background-image: url("../canvas/img/back.jpg");
    background-repeat:repeat;
    color:#2a2a2a;
}
body, form
{
    height:100%;
}
body.spread
{
    overflow:hidden !important;
}
html 
{ 
    position: relative;
    height:100%;
}


.iframe_wrap iframe[src] {
    min-height: 300px;
    border-bottom: 1px solid #e1e1e1 !important;
}

body.onpopup
{
    overflow:hidden;
    width: calc(100% - 17px);
}
body.clear
{
    background-color:#ffffff;
}
.wizard_new  img,
.popupWrapParent  img
{
  -moz-user-select: none;
  -webkit-user-select: none;
  /* this will work for QtWebKit in future */
  -webkit-user-drag: none;
}
.wizard_new div, .wizard_new span, .wizard_new h1,
.popupWrapParent div, .popupWrapParent span, .popupWrapParent h1
{
    -moz-user-select: none;
  -webkit-user-select: none;
  /* this will work for QtWebKit in future */
  -webkit-user-drag: none;
}
select, input
{
    font-size:13px;
    font-family: sans-serif, OpenSans, metali;
}
ul
{
    padding:0;
    margin:0;
}
li
{
    list-style: none;
}
input[type="text"]
{
    line-height:19px;
    height:19px;
}
input[type="text"],
input[type="password"]
{
    border: 1px solid #c3c8cc;
    font-size: 12px;
    height: 31px;
    text-indent: 3px;
    width: 100%;
}        
select
{
    font-size: 13px;
    height: 27px;
    width: 101px;
    padding:5px;
    cursor:pointer;
}        
body .inner
{
    width:981px;
    margin:0 auto;
    direction:rtl;
    display:block;
}
body .main .inner
{
    
}
img
{
    width:100%;
    border:none;
    border-style:none;
}
input.valid, select.valid, .valid
{
    border:1px dashed red !important;
}
div.valid
{
    color:Red;
}
.validRed
{
    color:Red;
}
.leftify
{
    text-align:left;direction:ltr;
}
a
{
    text-decoration:none;
    color:#ffffff;
}
a:hover
{
    text-decoration:underline;
}
h1,h2,h3,h4
{
    margin:0;
}
#flipScID 
{
    display: none;
}

.button
{
    color: #FFFFFF;
    background-color: #F74E65;
    cursor:pointer;
}
.button:hover
{
    background-color: #F73455;
}

[data-btn="ok"],
[data-btn="ok_pos"] 
{
    color: #FFFFFF;
    background-color: #F74E65;
    cursor: pointer;
}
[data-btn="ok"]:hover,
[data-btn="ok_pos"]:hover
{
    background-color: #F73455;
}

/* ************ globals ************ */
.select
{
    position:relative;
    
    background: #f1f2f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f2f4 0%, #ced0cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f4), color-stop(100%,#ced0cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f2f4 0%,#ced0cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f2f4 0%,#ced0cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f2f4 0%,#ced0cf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f2f4 0%,#ced0cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f4', endColorstr='#ced0cf',GradientType=0 ); /* IE6-9 */
    
    
    -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
    
    border:1px solid #cccccc;
    padding:10px 10px 10px 35px;
    display:inline-block;
    color:#333333;
    width: 142px;
    font-size:14px;
    line-height: 20px;
    height: 20px;
}
.select:hover
{
    cursor:pointer;
    border:1px solid #A6A6A6;
}
.select:active
{
    cursor:default;
    border:1px solid #E2E2E2;
}
.select > .icon
{
    position: absolute;
    top: 10px;
}
.select > .options
{
    position:absolute;
    min-width: 184px;
    max-height: 100px;
    top:38px;
    right:0;
    display:none;
    z-index:30;
    overflow:auto;
    overflow-x:hidden;
    
    background-color:#E6EAED;
    border:1px solid #DADADC;
    
    -webkit-border-bottom-right-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;
    
    -webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.4);
}
.select > .options > .option
{
    line-height: 20px;
    padding: 5px;
}
.select > .options > .option.selected,
.select > .options > .option.selected:hover
{
    background-color:#7A3A98;
    color:#ffffff;
}
.select > .options > .option:hover
{
    cursor:pointer;
    background-color:#CCCCCC;
}
.select > .options > .option:active
{
    background-color:#E6EAED;
}
.select.list
{
    background: none;
    border: none;
    height: 230px;
    padding: 0;
}
.select.list > .icon,
.select.list > .text
{
    display:none;
}
.select.list > .options
{
    border-top: 6px solid #DADADC;
    display: block;
    margin-top: 5px;
    max-height: 223px;
    position: static;
}

.goast, .ghosts
{
    display:none !important;
}
.disabled
{
    filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;
    cursor:default !important;
}
.hidden
{
    visibility:hidden;
}
.on_top
{
    position:absolute;
    top:0px;
    right:0px;
    z-index:500000000;
}
.drag
{
    position:absolute;
    top:0px;
    right:0px;
    z-index:500000000;
    filter:alpha(opacity=60) !important;-moz-opacity:0.6 !important;-khtml-opacity: 0.6 !important;opacity: 0.6 !important;
}
.ondrag,
.ondrag input,
.ondrag input:focus
{
    cursor:move !important;
}
.drag_anchor
{
    position:absolute;
    left:0;
    top:0;
    border:2px dashed green !important;
    z-index:2147483647;
}
.drag_anchor_disp
{
    position:absolute;
    left:0;
    top:0;
    border:2px dashed red !important;
    z-index:1;
}
.cursor_move
{
    cursor:move !important;
}
.sheet
{
    display:none;
}

.loading_gif img
{
    width:auto !important;
}
.loading_gif.squares img
{
    width:25px !important;
}

.msg
{
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    display: none;
    right: calc(50% - 50px);
    padding: 7px;
    position: fixed;
    text-align: center;
    top: 10px;
    height: 19px;
    z-index: 30000000;
    -moz-box-shadow: 1px 1px 3px -3px #666666;
    -webkit-box-shadow: 1px 1px 3px -3px #666666;
    box-shadow: 1px 1px 3px -3px #666666;
}
.msg.alert
{
    background-color: #ffffff;
    border: 1px solid red;
    color: red;
    width:auto;
}
.msg .text
{
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
    width: 100%;
}
.msg.alert .text a
{
    color:#960b0b;
    text-decoration:underline;
}
.msg .loading_gif
{
    float: right;
    margin-left: 7px;
    margin-right: 3px;
    margin-top: 3px;
    display:none;
}

.rotate_90
{
     transform: rotate(90deg);
     transform-origin:50% 50%;
    -ms-transform: rotate(90deg); /* IE 9 */
    -ms-transform-origin:50% 50%; /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -webkit-transform-origin:50% 50%; /* Safari and Chrome */
    -moz-transform: rotate(90deg); /* Firefox */
    -moz-transform-origin:50% 50%; /* Firefox */
    -o-transform: rotate(90deg); /* Opera */
    -o-transform-origin:50% 50%; /* Opera */
}
.rotate_-90
{
    transform: rotate(270deg);
    transform-origin:50% 50%;
    -ms-transform: rotate(270deg); /* IE 9 */
    -ms-transform-origin:50% 50%; /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -webkit-transform-origin:50% 50%; /* Safari and Chrome */
    -moz-transform: rotate(270deg); /* Firefox */
    -moz-transform-origin:50% 50%; /* Firefox */
    -o-transform: rotate(270deg); /* Opera */
    -o-transform-origin:50% 50%; /* Opera */
}
.rotate_180
{
    transform: rotate(180deg);
    transform-origin:50% 50%;
    -ms-transform: rotate(180deg); /* IE 9 */
    -ms-transform-origin:50% 50%; /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -webkit-transform-origin:50% 50%; /* Safari and Chrome */
    -moz-transform: rotate(180deg); /* Firefox */
    -moz-transform-origin:50% 50%; /* Firefox */
    -o-transform: rotate(180deg); /* Opera */
    -o-transform-origin:50% 50%; /* Opera */
}

.helperWrap
{
    display:none;
    position: absolute;
    /*height: 100%;
    width: 100%;*/
    z-index: 10000;
    direction:rtl;
}

.helperWrap .screen
{
    display:none;
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    filter:alpha(opacity=25);-moz-opacity:0.25;-khtml-opacity: 0.25;opacity: 0.25;
}

.helperWrap .indicator
{
    display:block;
    left: 0;
    
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    
    border: 2px dashed #793997;
}

.helperWrap .helper
{
    position:absolute;
    z-index:1000px;
    left:0;
    top:0;
    width:360px;
    min-height:70px;
    background-color: #793997;
    color:#ffffff;
    border: 1px solid #2a2a2a;
    
    -moz-box-shadow: 1px 1px 3px -1px #000000;
    -webkit-box-shadow: 1px 1px 3px -1px #000000;
    box-shadow: 1px 1px 3px -1px #000000;
    
    padding:30px;
    font-size:16px;
}

.helperWrap .helper.notice
{
    background-color: #8b54a5;
    border: 1px solid green;
}

.helperWrap .helper .textWrap
{
    text-align: right;
    direction:rtl;
}

.helperWrap .helper .title
{
    font-size: 18px;
    font-weight: bold;
}

.helperWrap .helper .text
{
    
}

.helperWrap .helper .actions
{
    display:inline-block;
    width:100%;
    margin: 20px 20px 5px 0;
}

.helperWrap .helper .actions .btn
{
    float: right;
    margin-left: 10px;
    background-color:#666666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #666666,  #333333); /* for firefox 3.6+ */ 
    
    border-color:#2a2a2a;
    
    line-height: 30px;
    margin-left: 10px;
    padding: 0 7px;
    text-align: center;
    min-width: 70px;
}

.helperWrap .helper .actions .btn.trig
{
    background-color:#FFAD56;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAD56', endColorstr='#D88441'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFAD56), to(#D88441)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FFAD56,  #D88441); /* for firefox 3.6+ */ 
    
    text-shadow: 0px 1px 1px #000000;
}

.helperWrap .helper .icon.ico_close_big
{
    position: absolute;
    right: -17px;
    top: -17px;
}

.confirm
{
    min-width:100%;
	float: right;
}
.confirm .text
{
    margin: 20px 20px 0;
    font-size: 19px;
}
.confirm .actions
{
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.confirm .actions .action
{
    display: inline-block;
    margin: 0;
    width: 40%;
}
.confirm.alert .actions .action.can
{
    display:none !important;
}
.confirm .actions .action .btn
{
    display: inline-block;
    width: 100px;
}

.validation
{
    color:Red;
}
.notif
{
    color:Red;
}
.loading_gif
{
    border: medium none !important;
}
.loadingScreen
{
    background-image: url("../canvas/img/back.jpg");
    position:fixed;
    width:100%;
    height:100%;
    z-index:2147483646;
}
.loadingScreen .main
{
    text-align:center;
    direction:rtl;
}
.loadingScreen .main .text
{
    color:#4d4d4d;
    font-size:21px;
}
.loadingScreen .main img
{
    display:inline-block;
    width: auto;
}

body.prod .loadingScreen
{
    background-image:url('../img/core/canvas/bg.png');
    background-repeat:repeat;
    background-color:#EDE8E5;
}
body.prod .loadingScreen .main .text
{
    color: #666666;
    font-family: Alef;
    font-size: 16px;
    font-weight: bold;
    margin-top: 18px;
    text-align: center;
}
body.prod .loadingScreen .main .logo
{
    left: 29px;
    position: absolute;
    top: 63px;
    width: 61%;
}
body.prod .loadingScreen .main .logo img
{
    width:100%;
}

.ov_hidden
{
    overflow:hidden !important;
}
.titler
{
    position:fixed;
    background-color:#FFFFFF;
    color:#2a2a2a;
    border:1px solid #898788;
    display:none;
    z-index:25000000;
    font-size:15px;
}
.titler.fb
{
    background-color:#3B5998;
    font-weight:bold;
}
.titler .text
{
    margin:5px;
    direction:rtl;
    white-space:nowrap;
}
.titler .icon
{
    position: absolute;
}
.titler[data-pos="left"] .icon
{
    right: -5px;
    top: 40%;
}
.titler[data-pos="right"] .icon
{
    left: -5px;
    top: 40%;
    
    background-position: -322px -150px;
    height: 10px;
    width: 5px;
}
.titler[data-pos="top"] .icon
{
    bottom: -5px;
    left: 45%;
    
    background-position: -468px -165px;
    height: 5px;
    width: 10px;
}
.titler[data-pos="bottom"] .icon
{
    top: -5px;
    left: 45%;
    
    background-position: -293px -142px;
    height: 5px;
    width: 10px;
}
.vid
{
    width:560px;
    height:315px;
}
.masterWrap .watermark
{
    left:auto !important;
    right:4px !important;
    direction:rtl !important;
}

.scroller_parent
{
    position:relative;
}
.scroller
{
    overflow:hidden !important;
}
.scroller .scroll
{
    background-color:#e1e1e1;
    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
    height: 90%;
    position: absolute;
    right: 10px;
    top: 5%;
    width: 12px;
    z-index: 3;
    display:none;
}
.scroller .scroll:hover
{
    background-color:#e3e3e3;
}
.scroller .scroll:hover .bar
{
    left: 0px;
}
.scroller .scroll .bar
{
    position:absolute;
    top:0;
    background-color:#898888;
    height:0px;
    width:12px;
    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
    left:0px;
    cursor:pointer;
}
.scroller .scroll .bar:hover
{
    background-color:#777777;
}
.scroller .scroll .bar:active
{
    background-color:#555555 !important;
}

.banners_wrap
{
    display:none;
}
.banners_wrap > *
{
    position:absolute;
    z-index:10;
    top:100px;
    width: auto;
}
.banners_wrap > [data-pos="left"]
{
    
}
.banners_wrap > [data-pos="right"]
{
    
}

/* ************ popup ************** */
.popupWrapParent
{
 
}
.popupWrap
{
    display:none;
    height: 100%;
    position: fixed;
    top: 0;
    right:0;
    width: 100%;
    z-index: 3000000;
    background:rgba(77, 77, 77, 0.4);
    overflow:scroll;
    overflow-x:hidden;
    line-height: 1;
    cursor: context-menu;
}
.popupWrap .screen
{
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
}
.popupWrap .addons
{
    width:100%;
    height:100%;
    position:absolute;
}
.popupWrap.no_background
{
     background:rgba(234, 234, 234, 0.00);
}
.popupWrap.holt .popup > .container > .content
{
    border:1px solid #333333;
}
.black_screen
{
    position:fixed;
    background-color:#000000;
    filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;
    z-index:1;
    width:100%;
    height:100%;
}
.close_top
{
    display:none;
    position:fixed;
    top:2px;
    right:20px;
    z-index:1000;
    cursor:pointer;
    margin:5px;
}
.popup
{
    position:absolute;
    left:0;
    z-index:2;
}
.innerpop
{
    display:none;
}
.popup > .container
{
    padding: 6px;
    display:table;
    width:auto;
}
.popup > .container > .content
{
    width: 320px;
    display:inline-block;
    
    background-color:#ffffff;
    -moz-box-shadow: 1px 1px 3px -1px #000000;
    -webkit-box-shadow: 1px 1px 3px -1px #000000;
    box-shadow: 1px 1px 3px -1px #000000;
}
.popup > .container > .content.clear
{
    background-color:transparent;
}
.popup > .container > .content > .head
{
    color: #ffffff;
    font-weight: 300;
    width:inherit;
    text-align:right;
    line-height: 38px;
    font-size:27px;
    background-color:#4D4D4D;
}
.canvas_frame .popup > .container > .content > .head
{
    font-size: 22px;
}
.popup > .container > .content > .head .iconsWrap .icon
{
    background-position: -621px -358px;
    height: 30px;
    width: 30px;
}
.popup > .container > .content > .head .iconsWrap .icon.ico_help,
.popup > .container > .content > .head .iconsWrap .icon.ico_help:hover
{
    background-position: -50px -360px;
}
.popup > .container > .content > .head .iconsWrap .icon:hover
{
    background-position: -621px -358px;
}
.popup > .container > .content > .head .iconsWrap .icon:active
{
    background-position: -621px -358px;
}
.popup > .container > .content > .head .iconsWrap
{
    float:right;
    font-weight:bold;
    cursor:pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    font-size:12px;
    color:#ffffff;
    display: none;
}
.popup > .container > .content > .head .iconsWrap .icon
{
    display: block;
    float: right;
    margin-left: 4px;
    margin-top: 9px;
    margin-right: 2px;
}
.popup > .container > .content > .head .text
{
    text-align:center;
    width: 100%;
}
.popup > .container > .content > .body
{
    position: relative;
    padding:0px;
    text-align: center;
}
.popup > .container > .content > .body > *
{
    -webkit-border-bottom-right-radius: inherit;-webkit-border-bottom-left-radius: inherit;-moz-border-radius-bottomright: inherit;
    -moz-border-radius-bottomleft: inherit;border-bottom-right-radius: inherit;border-bottom-left-radius: inherit;
}
.popup > .container > .content > .body.no_space
{
    padding:0;
}
.popup > .container > .content > .body.overflow
{
    overflow-x:hidden;
    overflow-y:hidden;
}
.popup > .container > .content > .body > div.message_block
{
    font-size: 13px;
    padding: 20px 20px 0;
    direction:rtl;
}
.popup > .container > .content > .body > div.message_block > div
{
    margin-bottom:20px;
}
.popup > .container > .content > .body > div.message_block.please_sign
{
}
.popup > .container > .content > .body > div.message_block.please_sign .btn
{
    margin-left: 5px;
    margin-top: 15px;
    padding: 2px;
}
.popup > .container > .content > .body > div.message_block.please_sign .btn > .icon
{
    margin-top:3px;
}
.popup > .container > .content > .body > * > .body
{
    text-indent:3px;
    padding-top:3px;
    direction:rtl;
    padding:5px;
    font-size:14px;
}
.popup > .container > .content > .body > * > .footer
{
    /*
    background: none repeat scroll 0 0 #F2F2F2;
    bottom: 0;
    height: 40px;
    position: absolute;
    text-align: left;
    width: 100%;
    */
}
.popup > .container > .content > .body > * > .footer .btn
{
    /*
    float:left;
    margin-left:10px;
    margin-top:10px;
    */
}
.popupWrap .body .confirm
{
    background-color:white;
}
body.canvas_frame .popup > .container > .content > .body
{
    min-height: 150px;
}
.popupWrap .body .confirm .arrow
{
    float: left;  
    border-left: 8px solid transparent;  
    border-right: 8px solid transparent;  
    border-top: 10px solid rgb(77, 77, 77);  width: 0px;
    position: absolute;
}
.popupWrap .body .confirm .text 
{
    display: inline-block;
    margin:0;
    margin-top: 25px;
    /*width: 100%;*/
    font-size: 21px;
}
.canvas_frame .popupWrap .body .confirm .text 
{
    font-size: 18px;
}
.popupWrap .body .confirm .actions {
    display: inline-block;
    margin-bottom:20px;
    margin-top:0;
}
.popupWrap .body .confirm .action 
{
    display: inline-block;
    background-color: #F74E65;
    color: #FFFFFF;
    line-height: 30px;
    width: 124px;
    margin: 22px 2px 0;
    cursor: pointer;
    font-size: 23px;
}
.popupWrap .body .confirm .action 
{
    font-size: 19px;
    font-weight: normal;
}
.popupWrap .body .confirm .action:hover
{
    background-color: #F73455;
}
.popupWrap .body .confirm .action.can 
{
    background-color: #808080;
}
.popupWrap .body .confirm .action.can:hover
{
    background-color: #666666;
}

body.canvas_frame .masterWrap > .header .logo img
{
    width: 106px;
}

/* ************ masterWrap ************ */        
.masterWrapParent
{
    height:100%;
}
.masterWrap
{
    width:99.98%;
    /*min-width:1000px;*/
    height:100%;
}
.masterWrap > .header
{
    height:46px;
    /*background-image: url("../img/front/header_texture.jpg");*/
    background-color:#2a2a2a;
    background-repeat:repeat-x;
    border-bottom: 1px solid #2a2a2a;
}
.masterWrap > .header .inner
{
    position:relative;
    height:100%;
}
.masterWrap > .header .inner .offer
{
    color: #FFFFFF;
    float: right;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 525px;
}
.masterWrap > .header .inner .offer span
{
    color:#E5AEFF;
    font-weight:bold;
}
.masterWrap > .header .inner .offer p
{
    display:inline;
}
.masterWrap > .header.inhouse
{
    height:45px;
    background-color:#2a2a2a;
    background-image: none;
}
.masterWrap > .header.inhouse .sheet
{
    padding-left: 20px;
}
.masterWrap > .header .logo
{
    margin-left: 0;
    margin-top: 8px;
    width: 132px;
    position:absolute;
    top:0;
}
.masterWrap > .header.inhouse .logo
{
    margin-top: 5px;
}
.masterWrap > .header .logo img
{
    width:107px;
    float:right;
}
.masterWrap.spread > .header .logo img
{
    margin-top: 3px;
}
.masterWrap > .header .signed_on
{
    float:left;
    font-size: 12px;
    line-height:48px;
}
.masterWrap > .header .signed_on,
.masterWrap > .header .signed_on a,
.masterWrap > .header .signed_on .link_btn
{
    color:#fff;
    font-weight:bold;
    text-shadow: 1px 1px #333333;
    font-size: 17px !important;
}
.masterWrap > .header .signed_on > div
{
    display:inline-block;
}
.masterWrap > .header .signed_on a
{
    font-size: 11px;
    display:inline-block;
    margin: 0 2px;
}
.masterWrap > .header .signed_on .fb_user_pic
{
    float: right;
    margin-right: 5px;
    width: 25px;
}
.masterWrap > .header .signed_on .fb_user_name
{
    display:inline;
    margin: 0 2px;
}
.masterWrap > .header .sign_up
{
    position:absolute;
    left:-5px;
}
.masterWrap > .header .sign_up .headline
{
    color:#ffffff;
    display:inline-block;
}
.masterWrap > .header .sign_up .headline > div
{
    float: right;
    line-height: 14px;
    margin-top: 10px;
}
.masterWrap > .header .sign_up .headline div.link_btn
{
    padding:7px;
}
.masterWrap > .header .sign_up .headline div.link_btn:hover
{
    cursor:pointer;
    background-color: #3C3C3C;
    color: #ffffff;
    text-decoration:none;
    -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}
.masterWrap > .header .sign_up .headline div.link_btn:active
{
    background-color: #2D2D2D;
    cursor:default;
}
.masterWrap > .header .sign_up .headline .sep
{
    border-left: 1px solid #FFFFFF;
    display: inline-block;
    height: 15px;
    margin-top: 17px;
    padding-right: 1px;
    margin-left:2px;
}
.masterWrap > .header .sign_up .headline > div.wrapper
{
    position:relative;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .title
{
   
}
.masterWrap > .header .sign_up .headline > div.wrapper.show > .title,
.masterWrap > .header .sign_up .headline .wrapper.show .link_btn:hover
{
    background-color: #E2E6E7;
    color: #2A2A2A;
    
    -webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;
    
    -webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;-moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;
    
    border: 1px solid #e1e1e1;
    border-bottom:none;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form
{
    position:absolute;
    background-color:#E2E6E7;
    border:1px solid #a1a1a1;
    border-top:none;
    width:250px;
    padding:10px;
    z-index:30;
    top:28px;
    right:-169px;

    display:none;
}
.masterWrap > .header .sign_up .headline > div.wrapper.show > .form
{
    display:block !important;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form table
{
    width:100%;
    direction:rtl;
    color:#fff;
    font-size:12px;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form table td
{
    vertical-align:top;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form td > div
{
    line-height: 25px;
    margin-left: 1px;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form table td .flat
{
    float: right;
    margin-left: 29px;
    margin-top: -1px;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form .title
{
    font-weight:bold;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form a,
.masterWrap > .header .sign_up .headline > div.wrapper > .form label,
.masterWrap > .header .sign_up .headline > div.wrapper > .form .title
{
    color:#2a2a2a;
    line-height:27px;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form .btn
{
    font-size: 12px !important;
    line-height: 21px;
    margin-left: 16px;
    margin-top: 10px;
    text-align: center;
    width: 75px;
    padding:1px;
}
.masterWrap > .header .sign_up .headline > div.wrapper > .form input[type="text"],
.masterWrap > .header .sign_up .headline > div.wrapper > .form input[type="password"]
{
    height:26px;
}
.masterWrap > .menu
{
    width:100%;
    height:65px;
    position:relative;
    margin: 0 auto;
    width: 981px;
}
.masterWrap > .menu .inner_wrap
{
    display:inline-block;
    width:100%;
}
.masterWrap > .menu .logo
{
    padding-top:30px;
}
.masterWrap > .menu .logo img
{
    width:auto;
}    
.masterWrap > .menu .tabs
{
    float:right;
    margin-top: 25px;
}
.masterWrap > .menu .tabs > div
{
    float: right;
    font-size: 16px;
    margin-left: 32px;
    position:relative;
}
.masterWrap > .menu .tabs > div a
{
    color:#000000;
}
.masterWrap > .menu .tabs > div .icon
{
    left: 43%;
    position: absolute;
    top: 25px;
    display:none;
}
.masterWrap > .menu .tabs > div.selected a
{
    font-weight:bold;
}
.masterWrap > .menu .actions
{
    float:left;
    margin-top: 20px;
}
.masterWrap > .menu .actions .wrapping
{
    display:none;
}
.masterWrap > .menu .actions .btn
{
    margin-right: 5px;
}
.masterWrap > .menu .shade
{
    background-image: url("../img/core/default/new/inner_shadow.jpg");
    background-repeat: repeat-x;
    bottom: 0;
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    display:none;
}
.masterWrap .non_completed_list
{
    direction: rtl;
    display: none;
    margin-bottom: 15px;
    margin-top: 41px;
    width: 98%;
}
.masterWrap .non_completed_list .headline
{
    font-weight:bold;
}
.masterWrap .non_completed_list .info
{
    border-bottom:none;
    color:#2a2a2a;
}
.masterWrap .non_completed_list table
{
    width:100%;
    border-collapse:collapse;
}
.masterWrap .non_completed_list table tr
{
    background-color:#f9f9f9;
}
.masterWrap .non_completed_list table tr:hover
{
    background-color:#e9e9e9;
}
.masterWrap .non_completed_list table td
{
    border: 1px solid #E1E1E1;
    padding: 3px;
    text-indent: 5px;
}
.masterWrap .non_completed_list table td.prefix
{
    text-align: center;
    width: 4%;
    font-weight: bold;
}
.masterWrap .non_completed_list table td.itemKind
{
    text-align: center;
    width: 10%;
}
.masterWrap .non_completed_list table td.title
{
    width:100%;
}
.masterWrap .non_completed_list table td.action
{
    width:100%;
    text-indent: 0px;
}
.masterWrap .non_completed_list table td.action .btn
{
    font-size: 13px !important;
    padding: 2px 12px;
}
.masterWrap > .main
{
    width:100%;
    margin:3px auto 30px;
    min-height:460px;
    padding-bottom: 60px;
}
.masterWrap.spread
{
    overflow:hidden;
}
.masterWrap.spread > .main
{
    height:100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width:100%;
    border:none;
    margin-top:0px;
}
.masterWrap > .footer
{
    display:inline-block;
    width: 100%;
    background-color:#303538;
}
.masterWrap > .footer,
.masterWrap > .footer a
{
    color: #ffffff;
    font-size: 12px;
}
.masterWrap > .footer .header
{
    background-color: #2a2a2a;
    height: 70px;
    line-height: 70px;
    display:inline-block;
    width:100%;
}
.masterWrap > .footer .header .contact
{
    float:right;
}
.masterWrap > .footer .header .contact td
{
    color: #FFFFFF;
    padding-left: 20px;
    text-align: right;
}
.masterWrap > .footer .header .contact td > div
{
    float:right;    
}
.masterWrap > .footer .header .contact td > .icon
{
    margin-left: 1px;
    margin-top: 24px;
}
.masterWrap > .footer .header .social
{
    float:left;
}
.masterWrap > .footer .header .social .icon
{
    float:left;
    margin-right:10px;
    margin-top: 25px;
}
.masterWrap > .footer .main
{
    height: 175px;
}
.masterWrap > .footer .main .inner
{
    border-bottom: 1px solid #000000;
    height: 170px;
    width:981px;
}
.masterWrap > .footer .main .block
{
    border-right: 1px solid #000000;
    float: right;
    height: 140px;
    margin: 15px;
    padding-right: 28px;
    text-align: right;
    width: 10%;
}
.masterWrap > .footer .main .block:first-child
{
    border-right:none;
    padding-right: 0px;
}
.masterWrap > .footer .main .block.big
{
    width:265px;
}
.masterWrap > .footer .main .block .logo
{
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: right;
    width: 100%;
}
.masterWrap > .footer .main .block .title
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}
.masterWrap > .footer .main .block .content
{
}
.masterWrap > .footer .main .block .content .icon
{
    float: right;
}
.masterWrap > .footer .main .block .content .text
{
    padding-right: 39px;
    padding-top: 5px;
    width: 215px;
}
.masterWrap > .footer .bottom
{
    line-height:30px;
    display:inline-block;
    width:100%;
}
.masterWrap.spread > .footer
{
    background-color: #303538;
    line-height: 30px;
    border-top: 1px solid #BFC0C2;
}
.masterWrap.spread > .footer > .header,.masterWrap.spread > .footer > .main
{
    display:none;
}       
.masterWrap > .footer .lang
{
    float:left;
}
.masterWrap > .footer .terms
{
    float:right;
}
.masterWrap.spread > .footer .terms
{
    margin-right:10px;
    line-height: 41px;
}
.masterWrap.spread > .footer .lang
{
    margin-left:10px;
    line-height: 41px;
}
.masterWrap.spread .inner
{
    width:100%;
    height: 100%;
}        
.masterWrap.spread > .main
{
    height:auto;
    min-height:450px;
    min-width:900px;
    
}

/*        
        
input
{
}
        
.left
{
    float:left;
}
        
.right
{
    float:right;
}
        
.btn
{
    
    /*border: 1px solid #0099FF;
    border-top: 1px solid #0099FF;
    border-left: 1px solid #0099FF;
    /*color: #FFFFFF;
    /*font-weight: bold;
    /*font-size:14px !important;
    /*line-height: 22px;
    /*padding: 5px 15px;
    /*width:auto;
    display:inline-block;
    white-space:nowrap;
    
    /*text-shadow: 3px 1px 1px #333333;
    
    /*background-color: #0099FF; /* for non-css3 browsers 

    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099FF', endColorstr='#0099FF'); /* for IE 
    /*background: -webkit-gradient(linear, left top, left bottom, from(#0099FF), to(#0099FF)); /* for webkit browsers
    /*background: -moz-linear-gradient(top,  #0099FF,  #0099FF); /* for firefox 3.6+  
    
    /*text-decoration:none;
}
.wizard_new .btn
{
    padding: 0px 16px;
}

.btn:hover
{
    cursor:pointer;
    -moz-box-shadow: 1px 1px 3px -1px #000000;
    -webkit-box-shadow: 1px 1px 3px -1px #000000;
    box-shadow: 1px 1px 3px -1px #000000;
    
    border: 1px solid #00B299;
    border-top: 1px solid #0099FF;
    border-left: 1px solid #0099FF;    
}

.btn:active
{
    cursor:default;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.big
{
    font-size: 18px !important;
    min-width: 90px;
    padding: 20px;
    text-align: center;
}

.btn.purp
{
    border: 1px solid #F74E65;
    
    background-color: #F74E65; /* for non-css3 browsers 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F74E65', endColorstr='#F74E65'); /* for IE 
    background: -webkit-gradient(linear, left top, left bottom, from(#F74E65), to(#F74E65)); /* for webkit browsers 
    background: -moz-linear-gradient(top,  #F74E65,  #F74E65); /* for firefox 3.6+ 
}

.btn.purp:hover
{ 
    border: 1px solid #F73455;
}

.btn.black
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#2a2a2a'); /* for IE 
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#2a2a2a)); /* for webkit browsers 
    background: -moz-linear-gradient(top,  #666666,  #2a2a2a); /* for firefox 3.6+ *
    
    border:1px solid #2a2a2a;
}

.btn.gray
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666'); /* for IE 
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666)); /* for webkit browsers 
    background: -moz-linear-gradient(top,  #999999,  #666666); /* for firefox 3.6+ 
    
    border:1px solid #666666;
}

.btn.gray:hover
{ 
    border: 1px solid #999999;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;    
}


.btn.lightgray
{
    background: #eceaeb; /* Old browsers 
    background: -moz-linear-gradient(top,  #eceaeb 0%, #d7d7d7 99%); /* FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaeb), color-stop(99%,#d7d7d7)); /* Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #eceaeb 0%,#d7d7d7 99%); /* Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #eceaeb 0%,#d7d7d7 99%); /* Opera 11.10+ 
    background: -ms-linear-gradient(top,  #eceaeb 0%,#d7d7d7 99%); /* IE10+ 
    background: linear-gradient(to bottom,  #eceaeb 0%,#d7d7d7 99%); /* W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaeb', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 

    
    border:1px solid #B8B6B7;
}

.btn.lightgray:hover
{ 
    border: 1px solid #999999;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;    
}

.btn.sp
{
    text-align: center;
    width: 94%;
}

.btn.can
{
    background: #999999;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666'); /* for IE 
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666)); /* for webkit browsers 
    background: -moz-linear-gradient(top,  #999999,  #666666); /* for firefox 3.6+ 
    
    border: 1px solid #666666;
}
        
.btn.fb
{
    background-color: #3E5C9B; /* for non-css3 browsers 

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E5C9B', endColorstr='#4262a5'); /* for IE 
    background: -webkit-gradient(linear, left top, left bottom, from(#3E5C9B), to(#4262a5)); /* for webkit browsers 
    background: -moz-linear-gradient(top,  #3E5C9B,  #4262a5); /* for firefox 3.6+ *
    
    border: 1px solid #6377A2;
}

.btn.fblight
{
    background-color: #ECEEF5; /* for non-css3 browsers 

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECEEF5', endColorstr='#ECEEF5'); /* for IE 
    background: -webkit-gradient(linear, left top, left bottom, from(#ECEEF5), to(#ECEEF5)); /* for webkit browsers 
    background: -moz-linear-gradient(top,  #ECEEF5,  #ECEEF5); /* for firefox 3.6+ 
    
    border: 1px solid #9DACCE;
    color:#3B59B5
}

.btn.green
{
    background-color: #8dc332; /* for non-css3 browsers 

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc332', endColorstr='#6b9326'); /* for IE 
    background: -webkit-gradient(linear, right top, right bottom, from(#8dc332), to(#6b9326)); /* for webkit browsers 
    background: -moz-linear-gradient(top,  #8dc332,  #6b9326); /* for firefox 3.6+ 
    
    border: 1px solid #9bbe5f;
}

.btn.fb:hover
{
    
}

.btn .icon
{
    margin-right: 8px;
    float:left;
    margin-top:3%;
}

.link_btn
{
    color: #ffffff;
    display: inline-block;
}

.link_btn.selected
{
    background-color:#7A3A98;
    color:#ffffff;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.link_btn:hover
{
    cursor:pointer;
    text-decoration:underline;
}

.link_btn:active
{
    cursor:default;
    text-decoration:none;
}


.btn.big .img_btn
{
    float: right;
    margin-left: 6px;
}

.btn.big .inner_text
{
    font-size: 27px;
    line-height: 43px;
    text-shadow: 0 1px 1px #666666;
}

.btn.lightgray
{
    color:#7B3597;
    text-shadow: 0 1px 1px #666666;
}*/

/* ************************ main_page ******************* */
.main_page
{
    display: inline-block;
    width:1020px;
    margin:40px 0px 60px;
}
.main_page h1
{
    margin-top:0;
    color:#4d4d4d;
    margin-bottom: 23px;
    font-size:23px;
}
.main_page hr 
{
    display:none;
}
.main_page p
{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 19px;
    line-height: 22px;
}
.main_page .content
{
    display: inline-block;
    font-size:17px;
}
.main_page[data-type="info"] .content
{
    text-align: center;
    font-size:19px;
    line-height: 21px;
}
.main_page[data-type="info"] .content .text
{
    text-align: justify;
    color: #4D4D4D;
}
.main_page[data-type="info"] .content .text a
{
    color: #00B2FF;
}
.main_page[data-type="info"] .content .header
{
    border-bottom: 2px solid #EEEEEE;
    line-height: 32px;
    font-size: 27px;
}
.main_page[data-type="info"].faqs .content .header
{
    line-height: 22px;
    padding-bottom: 6px;
    font-size: 23px;
}
.main_page .content table
{
    width:100%;
}
.main_page.faqs
{
}
.main_page.faqs .headline
{

     color: #4d4d4d;
    font-size: 27px;
}
.main_page.faqs .info
{
    border-bottom: 1px solid #E1E1E1;
    color: #666666;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size:17px;
}
.main_page.faqs .list
{
    margin-top: 20px;
}
.main_page.faqs .list .block
{
    position: relative;
}
.main_page.faqs .list .block .title
{
    color:#4d4d4d;
    background-color: #E6EAED;
    font-weight: 300;
    line-height: 25px;
    text-indent: 5px;
    margin-bottom: 3px;
    border-bottom:1px solid #E6EAED;
}
.main_page.faqs .list .block .title:hover
{
    cursor:pointer;
    background-color:#e6e6e6;
}
.main_page.faqs .list .block .title:active
{
    cursor:default;
}
.main_page.faqs .list .block.open .title
{
    background-color: #D6D6D6;
}
.main_page.faqs .list .block.open [data-sprite="faq_icon"]
{
    width: 22px;
    height: 22px;
    right: -30px;
    display: none;
    top:2px;
    position: absolute;
    background-position: -1308px -202px;
}
.main_page.faqs .list .block.open [data-sprite="faq_icon"]
{
    display: block;
}
.main_page.faqs .list .block .body
{
    display:none;
    padding: 12px;
    background-color:#ffffff;
    margin-top: -3px;
}

/* ************** company_managment ************** */
.company .people
{
    margin: 20px 0;
}
.company .person
{
    height: 100px;
    width: 127px;
    text-align: center;
    margin: 15px 12px;
    cursor:pointer;
    color: #4d4d4d;
}
.company .person .face
{
    height: 96px;
    width: 96px;
    border: 5px solid rgb(77, 77, 77);
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    border-radius: 96px;
    display: inline-block;
    background-size: 100%;
    background-position: center;
}
.company .person.binyamin .face
{
    background-image: url(../PrivateData/PagesImages/binyamin.jpg);
    background-size: 130%;
}
.company .person.roey .face
{
    background-image: url(../PrivateData/577186_10151743099723704_260193322_n.jpg);
}
.company .person.aviram .face
{
    background-image: url(../PrivateData/PagesImages/aviram.jpg);
}
.company .person.amit .face
{
    background-image: url(../PrivateData/PagesImages/amit.jpg);
}
.company .person .title
{
    font-size: 17px;
}

/* ******************* old_browser ********************* */
.old_browser
{
    direction:rtl;
    text-align: center;
}
.old_browser .header
{
    background-color: #00B2FF;
    text-align: center;
    margin-bottom: 16px;
}
.old_browser .headline
{
    color: #FFFFFF;
    font-size: 25px;
    padding: 10px 0 20px;
    line-height: 30px;
}
.old_browser .headline .head
{
    font-weight: 500;
    font-size: 37px;
}
.old_browser .body
{
    text-align:center;
    display:inline-block;
}
.old_browser .body .row
{
    width: 690px;
}
.old_browser .body .row .title
{
    color: #303538;
    font-size: 19px;
    font-weight: bold;
    text-align: right;
}
.old_browser .body .row .content
{
    text-align: right;
    font-size:17px;
}
.old_browser .icons
{
     margin: 4px 0;
     display:inline-block;
}
.old_browser .icons .icn
{
    border: 1px solid #F5F5F5;
    margin-left: 15px;
    float:right;
}
.old_browser .icons .icn:hover
{
    cursor:pointer;
    border:1px solid #a1a1a1;
}
.old_browser .greetings
{
    font-weight: bold;
    text-align: right;
    font-size:19px;
}
.old_browser .icn
{
    background-image:url("../img/core/web_icons.gif");
    background-repeat:no-repeat;
    display:inline-block;
    height: 68px;
    width: 68px;
}
.old_browser .icn.stop
{
    background-image:url("../PrivateData/PagesImages/stopOld.png");
    display:inline-block;
    height: 152px;
    width: 176px;
    margin: 20px 0 0px;
}
.old_browser .icn.chrome
{
    background-position: -77px -20px;
}
.old_browser .icn.explorer
{
    background-position: -2px -20px;
}
.old_browser .icn.firefox
{
    background-position: -155px -20px;
}
.old_browser .icn.safari
{
    background-position: -233px -20px;
}

/* ********************** contact_page ******************* */
.contact_page
{
    font-size: 13px;
}
.contact_page .info
{
	max-width: 300px;
}
.contact_page .info [data-sprite]
{
    margin: 18px 10px 4px;
}
.contact_page .info [data-sprite="contact_phone"]
{
    background-position: -2672px -205px;
    width: 18px;
    height: 18px;
}
.contact_page .info [data-sprite="contact_email"]
{
    background-position: -2708px -205px;
    width: 20px;
    height: 19px;
}
.contact_page .info [data-sprite="contact_address"]
{
    background-position: -2672px -239px;
    width: 17px;
    height: 24px;

}
.contact_page .info [data-sprite="contact_support"]
{
    background-position: -2709px -241px;
    width: 20px;
    height: 23px;
}
.contact_page .info div
{
}
.contact_page .form
{
    background-color: #EEEEEE;
    padding: 25px;
    width: 330px;
}
.main_page .contact_page .form .title
{
    font-weight: 500;
    line-height: 19px;
    font-size: 21px;
}
.contact_page .form .line
{
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #FFFFFF;
    margin: 6px 0 10px;
}
.main_page .contact_page .form .row
{
    float: right;
    width: 100%;
    margin: 5px 0;
}
.main_page .contact_page .form .text
{
    width: 100px;
}
.contact_page .form input,
.contact_page .form textarea
{
    border: 0.5px solid #bbbbbb;
    width: 214px;
    padding: 5px;
    height: 16px;
}
.contact_page .form textarea
{
    height: 80px;
}
.contact_page .form .button
{
    width: 80px;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}
.contact_page a
{
}
.contact_page .header
{
}
.contact_page .content
{
}
.contact_page .content .form .actions
{
    direction:ltr;
    text-align:left;
}
.contact_page .contactform
{
    background-color: #E6EAED;
    padding-top: 5px;

}
.contact_page .input_field
{
    width: 220px;
}
.contact_page .contactform .btn
{
    margin-left: 25px;
    background-color:#F74E65;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.contact_page .contactform textarea
{
    float: left;
    margin-left: 25px;
}

/* ****************** layout ******************* */
.layout
{
    width:500px;
}
.layout .content
{
    width:96%;
    margin:3%;
}
.layout .head
{
    font-size: 16px;
    font-weight: bold;
}
.layout .info
{
    border-bottom: 1px solid #E1E1E1;
    color: #666666;
    margin-bottom: 15px;
    margin-top: 3px;
    padding-bottom: 3px;
}
.layout .actions
{
    
}

/* ************* Articles ************* */
.main_page.articles
{
    background-color:#FFFFFF;
    margin:0;
    padding:32px 0 60px;

}
.main_page.articles .content
{
    text-align: center;
}
.main_page .content .articles_wrap
{
    text-align:center;
}
.article
{
    text-align: center;
    width:750px;
    font-size: 21px;
    color: #4D4D4D;
    margin: 10px 0;
    display: inline-block;
}
.article a,
.Articles a
{
    color: #00B2FF;
}
.article h2
{
    font-size: 37px;
}
.article img
{
    height: 250px;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.article p,
.article span
{
    line-height: 1;
    font-size: 19px;
    width: calc(100% - 160px);
}
.article span
{
    width: 100%;
}
.article .link
{
    color: white;
    background-color: #F74E65;
    height: 30px;
    width: 120px;
    line-height: 30px;
    margin-top: 5px;
}
.article .link:hover
{
    background-color: #F73455;
    text-decoration:none;
}
.main_page.articles .pages
{
    display: inline-block;
    margin-top: 30px;
}
.main_page.articles .pages [data-page]
{  
    float: right;   
    background-color: #EEEEEE;
    width: 26px;
    line-height: 26px;
    font-size: 21px;
    margin: 3px;
    cursor: pointer;
}
.main_page.articles .pages [data-page]:hover
{
    background-color: #CCCCCC;
}
.main_page.articles .pages [data-page]:active
{   
    background-color: #AAAAAA;
}
.main_page.articles .pages [data-page].selected
{
    color: #FFFFFF;
    background-color: #888888;
}
.Articles
{
    width: 750px;
    display: inline-block;
    color: #4d4d4d;
}
.Articles .head
{
    position: relative;
}
.Articles .head img
{
    width: 100%;
    height: 250px;
    background-color:#111111;
}
.Articles .head .box 
{
    position: absolute;
    top: calc(50% - 105px);
    left: 50px;
}
.Articles .head .box .content
{
    width: 230px;
    height: 210px;
    text-align: center;
    float: left;
    background-color: #FFFFFF;
}
.Articles .head .box .content .wrap
{
    width: calc(100% - 14px);   
    position: absolute;
}
.Articles .head .box .content h1
{
    margin: 0 16px 8px;
    font-size: 43px;
    line-height: 32px;
}
.Articles .head .box .content .btn
{
    width: 162px;
    height: 30px;
    background-color: #F74E65;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 21px;
    display: inline-block;
}
.Articles .head .box .arrow
{
    float: left;
    border-top: 12px solid transparent;        
    border-bottom: 12px solid transparent;        
    border-left: 14px solid #FFFFFF;  width: 0px;
    margin-top: 86px;
}
.main_page.articles .Articles > .content
{
    margin-top: 10px;
    text-align:justify;
}

/* **************** .rotate *************** */
.rotate-90
{
}
.rotate-270
{
     /* Safari */ -webkit-transform: rotate(-270deg);
    /* Firefox */ -moz-transform: rotate(-270deg);
    /* IE */ -ms-transform: rotate(-270deg);
    /* Opera */ -o-transform: rotate(-270deg);
}

/* ***************** help_us ****************** */
.help_us,
.tips_button
{
    background-color: #666666;
    color: #ffffff;
    height: 150px;
    position: fixed;
    bottom: 25%;
    width: 28px;
    z-index: 1000;
}
.tips_button
{  
    margin-bottom: 154px;
    height: 28px;
    z-index: 1002;
}
.help_us:hover,
.tips_button:hover
{
    cursor:pointer !important;
    background-color: #555555 !important;
}
.help_us:active,
.tips_button:active
{
    background-color: #666666 !important;
}
.help_us .text
{
    position: absolute;
    width: 92px;
    font-size: 19px;
    left: -34px;
    top: 45px;
}
.canvas_frame .help_us .text
{
    font-size: 17px;
}
.tips_button .text
{
    font-size: 19px;
    line-height: 28px;
    text-align: center;
}
.help_us .icon
{
    bottom: 0;
    position: absolute;
    background-image: url('../canvas/img/sprt1.png');
    background-position: -6px -159px;
    height: 31px;
    width: 29px;
    float: none;
    background-color: #FFCC00;
}
.canvas_frame .help_us .icon
{
    width: 29px;
}
/* ********************** tips ********************** */
.tips_popup
{
    display:none;
}
.tips_popup > div:not(.tip)
{
    position: absolute;
    background-color: #4D4D4D;
    opacity: 0.5;
    z-index: 5000000;
}
.tips_popup .top
{
    top: 0;
    left:0;
    width: 100%;
    min-width:1200px;
}
.tips_popup .right
{
    right: 0;
    height: 100%;
}
body.onpopup .tips_popup .right
{
    right: 17px;
}
.tips_popup .bottom
{
    top: 0;
    left:0;
    width: 100%;
    min-width:1200px;
}
.tips_popup .left
{
    left: 0;
    height: 100%;
}
.tips_popup .tip
{
    z-index: 5000001;
    position: absolute;
    top: 0;
    left: 0;
}
.tips_popup .tip .arrow
{
    position:absolute;
}
.tips_popup .tip.r .arrow
{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid white;
    height: 0px;
}
.tips_popup .tip.l .arrow
{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid white;
    height: 0px;
}
.tips_popup .tip.t .arrow
{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid white;
    width: 0px;
}
.tips_popup .tip.b .arrow
{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid white;
    width: 0px;
}
.tips_popup .tip .content
{
    background-color: #FFFFFF;
    width: 300px;
    height: auto;
    float: right;
    padding: 24px 14px 14px 14px;
    position:relative;
}
.tips_popup .tip .content [data-sprite="close_template"]
{
    position:absolute;
    top:0;
    right:0;
}
.tips_popup .tip .content .text
{
    direction: rtl;
    font-size: 19px;
}
.tips_popup .tip .content .image
{
}

/* ********************** help_form ********************** */

[data-popup="help_form"]
{
    width:500px;
    text-align:center;
    float: right;
}
[data-popup="help_form"] .header
{
    line-height: 44px;
    color: #ffffff;
    background-color: #4d4d4d;
    font-size: 27px;
    font-weight: 300;
}
[data-popup="help_form"] .header .headline
{
}
[data-popup="help_form"] > .headline
{
    display: inline-block;
    margin: 20px 10px -7px;
    font-weight: 500;
    font-size: 23px;
    width: 100%;
}
[data-popup="help_form"] > .info
{
    color: #555555;
    font-size: 17px;
    margin: 10px 40px 0;
}
[data-popup="help_form"] > .rows
{
    margin: 0px 40px 20px;
    display: inline-block;
}
[data-popup="help_form"] > .rows .row
{
    margin-top: 20px;
    float:left;
    width:400px;
}
[data-popup="help_form"] > .rows .row.highlight
{
    background-color: #EEEEEE;
    padding: 20px;
    float: right;
    width: 380px;
}
[data-popup="help_form"] > .rows .row > .title
{
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size: 19px;
}
[data-popup="help_form"] > .rows .row > .seperating_line 
{
    border-top: 1px solid #D7D7D7;
    border-bottom: 2px solid white;
    width: 100%;
    margin-bottom: 6px;
}
[data-popup="help_form"] > .rows .row > .info
{
    color: #555555;
    font-size: 16px;
    margin-top: 10px;
}
[data-popup="help_form"] > .rows .row > [data-sprite]
{
    float: left;
    margin-top: -26px;
    height: 35px;
    width: 35px;
}
[data-popup="help_form"] > .rows .row > [data-sprite="help_email"]
{
    background-position: -748px -358px;
}
[data-popup="help_form"] > .rows .row > [data-sprite="help_facebook"]
{
    background-position: -748px -402px;
}
[data-popup="help_form"] > .rows .row > [data-sprite="help_phone"]
{
    background-position: -748px -446px;
}
[data-popup="help_form"] > .rows .row > .info .text
{
    font-size: 17px;
}
[data-popup="help_form"] > .rows .row > .info .text a
{
    color:#7A3A98;
    text-decoration:underline;
}
[data-popup="help_form"] > .rows .row .inpt
{
    margin: 2px 0;
    width: 100%;
    float: right;
}
[data-popup="help_form"] > .rows .row .inpt > .title
{
	margin-top: 6px;
	margin-bottom:3px;
	font-size: 16px;
	float: right;
	width: 94px;
	text-align: left;
}
[data-popup="help_form"] > .rows .row .inpt > .content
{
    float: left;
    width: 278px;
}
[data-popup="help_form"] > .rows .row .inpt input,
[data-popup="help_form"] > .rows .row .inpt textarea
{
    height: 24px;
    border: 1px solid #cccccc;
}
[data-popup="help_form"] > .rows .row .inpt.text_area
{
}
[data-popup="help_form"] > .rows .row .inpt.text_area textarea
{
    height: 62px;
    padding: 2%;
    width: 96%;
}
[data-popup="help_form"] > .rows .row .inpt.text_area > .title
{
}
[data-popup="help_form"] > .rows .row .inpt.text_area > .content
{
}
[data-popup="help_form"] > .rows .row .inpt.email_address
{
}
[data-popup="help_form"] > .rows .row .inpt.email_address > .title
{
}
[data-popup="help_form"] > .rows .row .inpt.email_address > .content
{
}
[data-popup="help_form"] > .rows .row .inpt.email_address input
{
    text-align:left;
    direction:ltr;
}
[data-popup="help_form"] > .rows .row .actions
{
    text-align:center;
    margin-top: 15px;
}
[data-popup="help_form"] > .rows .row .actions .btn
{
    text-shadow: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 85px;
    text-align: center;
    line-height: 24px;
    font-size: 17px !important;
    font-weight: normal;
    display: inline-block;
    color: #FFFFFF;
    background-color: #F74E65;
    cursor: pointer;
    margin-top: 5px;
}
[data-popup="help_form"] > .rows .row .actions .btn:hover
{
    background-color:#F73455;
    border-color:#F73455;
}
[data-popup="help_form"] > .actions
{
    background-color: #E1E1E1;
    direction: ltr;
    margin-top: 30px;
    padding: 15px 10px 10px;
}
[data-popup="help_form"] > .actions .btn
{
}

/* ************** fetching_holt *************** */
.fetching_holt,
.fetching_holt_notif
{
    display:none;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 10px;
    position: fixed;
    right: 38%;
    top: 15%;
    width: 24%;
    z-index: 2147483647;
    border-top: 6px solid #999999;
    
    -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.52);
    -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.52);
    box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.52);
}
.fetching_holt_notif
{
    width: 12%;
    right: 44%;
    top: 38%;
    border: 1px solid #a1a1a1;
    border-top: 5px solid red;
}
.fetching_holt_notif.blink
{
    border-top: 5px solid #999999;
    background-color:#f9f9f9;
}
.fetching_holt_notif .link_btn
{
    color:blue;
}
.fetching_holt .headline
{
    font-size: 14px;
    font-weight: bold;
}
.fetching_holt > .info 
{
    color: #555555;
    line-height: 20px;
    margin-top: 3px;
}
.fetching_holt > .actions
{
    border-top: 1px solid #BBBBBB;
    margin-top: 10px;
    padding-top: 5px;
}
.fetching_holt > .actions .info
{
    margin-bottom: 5px;
}
.fetching_holt > .actions .btns
{
}
.fetching_holt > .actions .btns .btn
{
}

.page.automate {
margin-top: 160px;
text-align: right;
direction: rtl;
margin-right: 400px;
margin-bottom:20px;
}
.page.automate .btn.purp {
        border: 1px solid #0099FF;
background: #0099FF;
font-size: 19px!important;
text-shadow: 0 0 0;
font-weight: normal;
margin: 2px;
    }

.sprite_main
{
    background-image: url(../PrivateData/PagesImages/spriteMain.png);
}
[data-sprite="close_template"]
{
    height: 24px;
    width: 24px;
    background-position: -171px -119px;
    cursor:pointer;
}
div#ui-datepicker-div
{
    z-index: 10000000000!important;
}
.english
{
    font-family:sans-serif, OpenSans;
}
.hebrew
{
    font-family:metali;
}

iframe.registration
{
    display:none;
}

.change_status
{
    direction: rtl;
    text-align: center;
}
.change_status .wrap
{
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid;
    width: 500px;
    margin-top: 100px;
    font-size: 23px;
}
.change_status .logo
{
    background-image: url("../PrivateData/PagesImages/logo.png");
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0px 30px;
    background-color: #4d4d4d;
}
.change_status .order_number
{
    font-size: 21px;
    padding: 4px 0;
    text-align: center;
    direction: ltr;
    margin: 6px 0;
}
.change_status .button
{
    background-color: #F74E65;
    color: #FFFFFF;
    display: inline-block;
    width: 200px;
    line-height: 34px;
    margin: 15px 0 30px;
}
.change_status .status
{
}
.change_status .status .text
{
}

 

/***** top bar *****/
a:hover
{
    text-decoration:none;
}
.sprite_main,
[data-sprite]
{
    background-image: url(../PrivateData/PagesImages/spriteMain.png);
}
._buttons
{
    color:white;
    display:inline-block;
    margin-top:10px;
    cursor:pointer;
    font-size: 21px;
}
.popup_arrow
{
    margin-left: calc(50% - 9px);  
    float: left;  
    border-left: 9px solid transparent;  
    border-right: 9px solid transparent;  
    border-top: 10px solid rgb(77, 77, 77);  
    width: 0px;
}
.unlogged_container,
.logged_in_container
{
    color: white;
    cursor: context-menu;
    font-weight:300;
    bottom: 0;
    display:none;
    position: absolute;
    font-size: 21px;
}
.header.inhouse .unlogged_container,.header.inhouse .logged_in_container
{
    font-size: 19px;
}
.canvas_frame .header.inhouse .unlogged_container,
.canvas_frame .header.inhouse .logged_in_container
{
    font-size: 15px;
    line-height: 13px;
    bottom: 10px;
}
.unlogged_container > div,
.logged_in_container > div,
.logged_in_container > a
{
    cursor:pointer;
    margin: 5px 0;
    padding: 0 8px;
}
.canvas_frame .header.inhouse .unlogged_container > div,
.canvas_frame .header.inhouse .logged_in_container > div,
.canvas_frame .header.inhouse .logged_in_container > a
{
    margin: 18px 0 0;
}
.canvas_frame .header.inhouse .logged_in_container > .cart_info
{
    margin: 14px 0 0;
}
.logged_in_container > .to_personal_area
{
    border-right: 1px solid;
    border-left: 1px solid;
}
[data-sprite="fb_logo"]
{
    height: 18px;
    width: 18px;
    background-position: -958px -262px;
}
.unlogged_container [data-sprite="fb_logo"]
{
    margin-left: 5px;
    border: 1px solid #5273BA;
    padding: 0;
}
.unlogged_container .register,
.unlogged_container .login
{
    font-weight:normal;
    padding-right: 10px;
}
.logged_in_container
{
    font-weight: normal;
}
.logged_in_container > .disconnect
{
}

.logged_in_container .cart_info
{
    margin-left: 10px;
    margin: 5px 6px;
    position: relative;
}
.logged_in_container .cart_info [data-sprite="icon"]
{
    background-position: -1341px -203px;
    height: 22px;
    width: 26px;
    position: relative;
    float: right;
}
.mp_content .header .head_expansion [data-content="logo"] .logged_in_container .cart_info [data-sprite="icon"]
{
    /*background-position: -1369px -203px;*/
}
[data-theme="dark"] .mp_content .header .head_expansion [data-content="logo"] .logged_in_container .cart_info [data-sprite="icon"]
{
    background-position: -1341px -203px;
}
.logged_in_container .cart_info [data-sprite="icon"] .items
{
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #00adff;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
}
.logged_in_container .cart_info .price
{
    float: left;
}
.logged_in_container .cart_info .price .sign
{
    font-size: 70%;
    margin-right: 2px;
    display: inline-block;
}
.logged_in_container .cart_info .items_wrap
{
    position: absolute;
    top: 24px;
    width: 294px;
    left: calc(50% - 127px);
    display: none;
    z-index: 1000;
}
.logged_in_container .cart_info .items_wrap .arrow
{
    position: absolute;
    top: -12px;
    left: calc(50% - 20px);
    overflow: hidden;
    width: 40px;
    height: 22px;
}
.logged_in_container .cart_info .items_wrap .arrow:after
{
    content: "";
    position:absolute;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    transform: rotate(45deg);
    top: 15px;
    left: 13px;
    -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.5);
}
.logged_in_container .cart_info .items_wrap .content
{
    background-color: #ffffff;
    color: #000000;
    width: calc(100% - 24px);
    float: right;
    padding: 12px;
    -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.5);
    margin-top: 10px;
    -moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.5);
}
.logged_in_container .cart_info .items_wrap .content .title 
{
    margin-bottom: 4px;
    font-size: 15px;
}
.logged_in_container .cart_info .items_wrap .content .item
{
    float: right;
    width: 100%;
    padding: 6px 0;
}
.logged_in_container .cart_info .items_wrap .content .item:not(:last-child)
{
    border-bottom: 1.5px solid #eeeeee;
}
.logged_in_container .cart_info .items_wrap .content .item:not(:first-child)
{
    border-top: 1px solid #cccccc;
}
.logged_in_container .cart_info .items_wrap .content .item .image
{
    width: 70px;
    height: 70px;
    background-size: cover;
}
.logged_in_container .cart_info .items_wrap .content .item .image .no_image .ni_text .ni_head
{ 
    font-size: 14px;
}
.logged_in_container .cart_info .items_wrap .content .item .image .no_image .ni_text .ni_info
{
    font-size: 10px;
}
.logged_in_container .cart_info .items_wrap .content .item .side
{
    width: calc(100% - 80px);
}
.logged_in_container .cart_info .items_wrap .content .item .title
{
    float: right;   
    font-size: 14px;
    width: 100%;
}
.logged_in_container .cart_info .items_wrap .content .item .info
{   
    font-size: 13px;   
    float: right;
    width: 100%;
}
.logged_in_container .cart_info .items_wrap .content .item .citems
{
    float: right;
    width: 100%;
    color: #888888;
    margin-top: 3px;
}
.logged_in_container .cart_info .items_wrap .content .item .citems .row
{
    float: right;
    width: 100%;
    font-size: 13px;
    margin: 0 0 4px;
    line-height: 10px;
}
.logged_in_container .cart_info .items_wrap .content .item .citems .row > div:not(:last-child)
{   
}
.logged_in_container .cart_info .items_wrap .content .item .citems .row .price
{
}
.logged_in_container .cart_info .items_wrap .content .item .citems .row .price .sign
{
    display: inline;
}


/*Popups*/
[data-popup] .header
{
    background-color: #4d4d4d;
    float: right;
    color: #FFFFFF;
    width: 100%;
}

/*Login Popup*/
[data-popup="login_popup"]
{
    width: 268px;
    height: 284px;
    color: #808080;
    display:none;
    text-align:center;
    background-color:white;
}

[data-popup="login_popup"] .header
{
    line-height: 40px;
}
[data-popup="login_popup"] .header .headline
{
    display: inline-block;
    font-size: 22px;
}
[data-popup="login_popup"] .popup_content
{
    float: right;
    background-color: white;
    width: 100%;
    height: calc(100% - 40px);
}
[data-popup="login_popup"] .popup_content .users_details
{
    width: 200px;

    display: inline-block;
    margin-top: 16px;
}
[data-popup="login_popup"] .popup_content .users_details .text_container
{
    float: right;
    margin: 4px 0;
}
[data-popup="login_popup"] .popup_content .users_details input
{
    color: #808080;
    background-color: #E6E6E6;
    border: 1px solid;
    font-family: sans-serif, OpenSans, metali;
    font-weight: 100;
    padding: 8px 10px;
    float: right;
    width: 144px;
    font-size: 16px;
    line-height:1;
    height: 17px;
    direction:ltr;
    text-align:right;
   
}
[data-popup="login_popup"] .popup_content .users_details [data-sprite]
{
    width: 34px;
    height: 35px;
    float: right;
    background-color: #00B2FF;
}
[data-popup="login_popup"] .popup_content .users_details [data-sprite="user_icon"]
{
    background-position: -113px -150px;
}
[data-popup="login_popup"] .popup_content .users_details [data-sprite="password_icon"]
{
    background-position: -78px -150px;
}
[data-popup="login_popup"] .popup_content ._buttons
{
    background-color:rgb(247, 78, 101);
    margin-top: 5px;
    width: 200px;
    line-height: 30px;
}

[data-popup="login_popup"] .popup_content .fb {
    margin-top: 6px;
    background-color: #3C5A99;
    display: inline-block;
    width: 196px;
    line-height: 30px;
}

[data-popup="login_popup"] .popup_content .seperating_line 
{
    border-top: 1px solid #D7D7D7;
    width: 196px;
    float: right;
    margin: 9px 36px 0px;
}


[data-popup="login_popup"] .popup_content .seperating_line .text
{
    background-color: #FFFFFF;
    float: right;
    margin: -8px 84px 0;
    padding: 0 8px;
}

[data-popup="login_popup"] .popup_content [data-sprite="fb_logo"]
{
    float: left;
    cursor:pointer;
    margin: 5px;
}
[data-popup="login_popup"] .popup_content .facebook
{
    float: right;
    margin-right: 18px;
    cursor:pointer;
    color: #ffffff;
    font-size: 17px;
}
[data-popup="login_popup"] .popup_content .facebook:hover
{
}

[data-popup="login_popup"] .popup_content .fb .seperating_line 
{
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #304778;
    height: 20px;
    float: left;
    margin: 6px 3px 2px;
    width: 0px;
    border-top: 0;
}
[data-popup="login_popup"] .popup_content .forgot_pass
{
    cursor:pointer;
    font-size: 14px;
}
[data-popup="login_popup"] .popup_content .forgot_pass:hover
{
    border-bottom: 1px solid #4D4D4D;
}
[data-popup="login_popup"] .popup_content .stay_connected 
{
    font-size: 14px;
    margin-top: 5px;
}
[data-popup="login_popup"] .popup_content .stay_connected label
{
    cursor:pointer;
    font-size: 14px !important;
}
[data-popup="login_popup"] .popup_content .stay_connected input
{
    margin-top:1px;
    cursor:pointer;
}

/*Forgot Password*/
[data-popup="forgot_password"]
{
    display:none;
    background-color: #FFFFFF;
    text-align: center;
    width:350px;
}
[data-popup="forgot_password"] .header
{
    line-height: 40px;
}
[data-popup="forgot_password"] .header .headline
{
    font-size: 21px;
}
[data-popup="forgot_password"] .text
{
    margin-top: 14px;
    display: inline-block;
}
[data-popup="forgot_password"] input
{
    margin-top: 10px;
    width: 220px;
    direction:ltr;
}
[data-popup="forgot_password"] div
{
    font-size: 19px;
}
[data-popup="forgot_password"] .result_msg
{
    height: auto;
    margin: 4px 0 0;
    color: Green;
    font-weight: 700;
}
[data-popup="forgot_password"] .result_msg.error
{
    color: Red;
}
[data-popup="forgot_password"] .button
{
    background-color: #F74E65;
    color: white;
    line-height: 28px;
    width: 160px;
    display: inline-block;
    margin: 10px 0 26px 0;
    cursor:pointer;
}

/*Regustration Popup*/
[data-popup="registration_popup"]
{
    display:none;
    background-color: white;
    float: right;
    width: 366px;
}
[data-popup="registration_popup"] .header
{
    background-color: #4D4D4D;
    text-align: center;
    float: right;
    width: 100%;
}
[data-popup="registration_popup"] .header .headline
{
    color: #FFFFFF;
    line-height: 40px;
    font-size: 25px;
}
[data-popup="registration_popup"] .content
{
    background-color: #FFFFFF;
    color: #4D4D4D;
    float: right;
    text-align: center;
}
[data-popup="registration_popup"] .content div
{
}
[data-popup="registration_popup"] .content input
{
    font-family: sans-serif, OpenSans, metali;
    font-size: 15px;
    text-align: right;
    width: 238px;
    line-height: 29px;
    background-color: #E6E6E6;
    border: 1px solid #AAAAAA;
    display: inline-block;
    padding: 1px 0;
    height: auto;
    text-indent: 5px;
    margin: 4px 0;
}
[data-popup="registration_popup"] .content input[data-type="FirstName"]
{
    margin-top: 20px;
}
[data-popup="registration_popup"] .content .error
{
    color:red;
    line-height: 14px;
    width: 100%;
    font-size: 15px;
}
[data-popup="registration_popup"] .content .info
{
    height: 12px;
    width: 100%;
    font-size: 15px;
    margin-top: 8px;
}
[data-popup="registration_popup"] .content .terms
{
    width:100%;
}
[data-popup="registration_popup"] .content .terms label
{
    margin-top:2px;
    cursor:pointer;
}
[data-popup="registration_popup"] .content .terms input
{
    width: auto;
    line-height: 1;
    cursor:pointer;
}
[data-popup="registration_popup"] .content .terms a
{
    color:#4d4d4d;
}
[data-popup="registration_popup"] .content .button
{
    display: inline-block;
    float: none;
    width: 242px;
    text-align: center;
    color: #FFFFFF;
    background-color: #F74E65;
    line-height: 30px;
    margin: 6px 0;
    cursor:pointer;
    font-size: 19px;
}
[data-popup="registration_popup"] .content .facebook
{
    cursor:pointer;
}
[data-popup="registration_popup"] .content .facebook:hover,
[data-popup="registration_popup"] .content .sign_in:hover
{
    text-decoration:underline;
}
[data-popup="registration_popup"] .content .sign_in
{
    cursor:pointer;
}
input.invalid
{
    -webkit-box-shadow: 0 0 2px red;
    -moz-box-shadow:    0 0 2px red;
    box-shadow:         0 0 2px red;
}
input.filled
{
    text-align:left !important;
}

/*Change Details Popup*/
[data-popup="change_details"] 
{
    width: 356px;
}
[data-popup="change_details"] .header
{
    line-height: 40px;
    font-size: 22px;
    font-weight: 300;
}
[data-popup="change_details"] .header .headline
{
}
[data-popup="change_details"] .content
{
}
[data-popup="change_details"] .content .title
{
    margin-top: 8px;
    font-size: 19px;
    font-weight: 300;
}
[data-popup="change_details"] .content input
{
    background-color: #E6E6E6;
    width: 240px;
    line-height: 29px;
    padding: 1px 0;
    height: auto;
    text-indent: 5px;
    font-size: 15px;
    border: 1px solid #c3c8cc;
    margin: 4px 0;
}
[data-popup="change_details"] .content input[data-type="FirstName"]
{
    margin-top: 20px;
}
[data-popup="change_details"] .content .error
{
    color:red;
    width: 100%;
    line-height: 14px;
    font-size: 15px;
}
[data-popup="change_details"] .content .wrap
{
    position: relative;
    width: 242px;
    display: inline-block;
}
[data-popup="change_details"] .content .wrap .help
{
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #ffcc00;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
[data-popup="change_details"] .content .wrap .help:hover .info
{
    display: block;
}
[data-popup="change_details"] .content .wrap .help .info
{
    display: none;
    width: 320px;
    background-color: #ffffff;
    color: #4d4d4d;
    position: absolute;
    top: 8px;
    padding: 10px;
    border: 1px solid #4d4d4d;
    line-height: 26px;
    font-size: 16px;
}
[data-popup="change_details"] .content .wrap .help .info .ltr
{
    direction: ltr;
}
[data-popup="change_details"] .content .button
{
    line-height: 30px;
    display: inline-block;
    width: 240px;
    margin: 12px 0 34px;
    font-size: 19px;
}

/*Premium Popup*/
[data-popup="premium_popup"] 
{
    width: 440px;
}
[data-popup="premium_popup"] .header
{
    background-color: #4d4d4d;
    height: 48px;
}
[data-popup="premium_popup"] .header .headline
{
    color: #FFFFFF;
    line-height: 48px;
    margin-left: 24px;
    font-size: 29px;
    font-weight: 300;
}
[data-popup="premium_popup"] .content
{
}
[data-popup="premium_popup"] .content .covers
{
    display: inline-block;
    margin-top: 20px;
}
[data-popup="premium_popup"] .content .covers .option
{
    width: 162px;
    float: right;
    margin: 0 3px;
    cursor: pointer;
}
[data-popup="premium_popup"] .content .covers .option[data-extention="1"]
{
}
[data-popup="premium_popup"] .content .covers .option[data-extention="2"]
{
}
[data-popup="premium_popup"] .content .covers .option[data-extention="1"] .image
{
    background-image: url(../PrivateData/PagesImages/hdCover1_44.jpg);
}
[data-popup="premium_popup"] .content .covers .option[data-extention="2"] .image
{
    background-image: url(../PrivateData/PagesImages/hdCover2_44.jpg);
}
[data-popup="premium_popup"] .content .covers .option .image
{
    height: 122px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
[data-popup="premium_popup"] .content .covers .option .info
{
    font-size: 17px;
    font-weight: 300;
    line-height: 86%;
}
[data-popup="premium_popup"] .content .covers .option .button
{
    background-color: #999999;
    line-height: 28px;
    font-size: 18px;
    margin-top: 16px;
    width: 154px;
    display: inline-block;
}
[data-popup="premium_popup"] .content .covers .option .button:hover
{
    background-color: #777777;
}
[data-popup="premium_popup"] .content .covers .option.selected .button
{
    background-color: #555555;
}
[data-popup="premium_popup"] .content .line
{
    display: inline-block;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #eeeeee;
    width: 322px;
    margin: 26px 0 12px;
}
[data-popup="premium_popup"] .content .colors
{
}
[data-popup="premium_popup"] .content .colors .title
{
    font-size: 23px;
    font-weight: 500;
}
[data-popup="premium_popup"] .content .colors .wrap
{
    position: relative;
    display: inline-block;
}
[data-popup="premium_popup"] .content .colors .wrap .arrow
{
    position: absolute;
    border-top: 7px solid #888888;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 5px;
}
[data-popup="premium_popup"] .content .colors .wrap .options
{
    display: inline-block;
    margin: 16px 0 28px;
}
[data-popup="premium_popup"] .content .colors .wrap .options .color
{
    width: 28px;
    height: 28px;
    margin: 0.4px 1.2px;
    border: 1px solid #F2f2f2;
    cursor: pointer;
    opacity: 0.8;
}
[data-popup="premium_popup"] .content .colors .wrap .options .color:hover
{
    opacity: 1;
}
[data-popup="premium_popup"] .content .colors .wrap .options .color.selected
{
    border: 1.6px solid #888888;
    opacity: 1;
    margin-top: 0;
}
[data-popup="premium_popup"] .content > .button
{
    width: 146px;
    display: inline-block;
    line-height: 30px;
    font-size: 21px;
    margin-bottom: 46px;
}

/*Calendar Properties Popup*/
[data-popup="calendar_properties"]
{
    width: 380px;
}
[data-popup="calendar_properties"] .header
{
    line-height: 44px;
    background-color: #4D4D4D;
    color: #FFFFFF;
    font-size: 26px;
}
[data-popup="calendar_properties"] .header .headline
{
}
[data-popup="calendar_properties"] .content
{
    margin: 30px 0 36px;
    float: right;
    width: 100%;
}
[data-popup="calendar_properties"] .content .wrap
{
    width: 300px;
    display: inline-block;
    font-size: 21px;
}
[data-popup="calendar_properties"] .content .wrap .text
{
    width: 40%;
    line-height: 32px;
    margin: 4px 0;
}
[data-popup="calendar_properties"] .content .wrap .option
{
    width: 56%;
    position: relative;
}
[data-popup="calendar_properties"] .content .wrap .option .choosen
{
    float: left;
    width: 100%;
    background-color: #F1F1F1;
    line-height: 32px;
    height: 32px;
    margin: 4px 0;
    cursor: pointer;
}
[data-popup="calendar_properties"] .content .wrap .option .choosen:hover
{
    background-color: #E6E6E6;
}
[data-popup="calendar_properties"] .content .wrap .option .choosen.selected
{
    background-color: #DADADA;
}
[data-popup="calendar_properties"] .content .wrap .option .choosen > .text_value
{
    text-indent: 8px;
}
[data-popup="calendar_properties"] .content .wrap .option .choosen .icon
{
    height: 100%;
    width: 32px;
	background-image: none;
}
[data-popup="calendar_properties"] .content .wrap .option .choosen .icon [data-sprite="combo_arrow"]
{
    display: inline-block;
}
[data-sprite="combo_arrow"]
{
    height: 8px;    
    background-position: -177px -68px;
    width: 12px;
}
[data-popup="calendar_properties"] .content .wrap .option .options
{
    position: absolute;
    width: 100%;
    max-height: 128px;
    z-index: 1;
    background-color: #FFFFFF;
    overflow-y:auto;
    top: 38px;
    display:none;
}
[data-popup="calendar_properties"] .content .wrap .option .options > .text_value
{
    line-height: 32px;
    background-color: #f2f2f2;
    cursor:pointer;
    text-indent: 8px
}
[data-popup="calendar_properties"] .content .wrap .option .options > .text_value:hover
{
    background-color: #EAEAEA;
}
[data-popup="calendar_properties"] .content .wrap .option .options > .text_value.selected
{
    background-color: #E2E2E2;
}
[data-popup="calendar_properties"] .content .button
{
    display: inline-block;
    line-height: 32px;
    font-size: 21px;
    width: 170px;
    margin: 80px 0 0;
}

/*Canvas Bars*/
.canvas_scales 
{
    margin: 40px 0;
    width: 264px;
}
.canvas_scales [data-scale] 
{
    float: right;
    font-size:20px;
    margin: 8px 0;
    width: 100%;
}
.canvas_scales [data-scale] .text
{
    float: right;
}
.canvas_scales [data-scale] .slider
{
    height: 30px;
    float: right;
    width: 100%;
}
.canvas_scales [data-scale] .slider .arrow
{
    height: 22px;
    width: 22px;
    background-color: #EAEAEA;
    border: 1px solid #B3B3B3;
    color: #4D4D4D;
    font-size: 22px;
    line-height: 23px;
}
.canvas_scales [data-scale] .slider .arrow.left
{
    float: left;
}
.canvas_scales [data-scale] .slider .arrow.right
{
    float: right;
}
.canvas_scales [data-scale] .slider .track
{
    border-top: 2px solid #C9CACB;
    border-bottom: 2px solid #EBEAE7;
    width: 100%;
    height:2px;
    background-color: #E7E6E4;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.canvas_scales [data-scale] .slider .track [data-sprite="thumb"]
{
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    margin-top: -8px;
    margin-left: 4px;
    background-position: -54px -257px;
    z-index: 10;
    cursor: pointer;
}
.canvas_scales [data-scale] .slider .track [data-sprite="thumb"]:hover
{
    background-position: -78px -257px;
}
.canvas_scales [data-scale] .slider .track [data-sprite="thumb"]:active
{
    background-position: -101px -257px;
}
.canvas_scales [data-scale] .slider .track .bar_wrap
{
    width: 90%;
    height: 4px;
    position: absolute;
    top: 4px;
    left: 12px;
}
.canvas_scales [data-scale] .slider .track .bar_wrap .bar
{
    border-left: 2px solid #C9CACB;
    position: absolute;
    height: 100%;
    left: 5px;
    font-size: 13px;
}
.canvas_scales [data-scale] .slider .track .bar_wrap .bar.grey
{color: #aaaaaa;
    
}

.wrap_of_options
{
    float: right;
    width: 100%;
    min-height: 200px;
    margin-top: 10px;
}
.wrap_of_options .sizes
{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    direction: ltr;
}
.wrap_of_options .sizes > div
{
    display: inline;
    font-size: 23px;
    margin: 0 3px;
}
.wrap_of_options .sizes > .text
{
    font-size: 13px;
}
.wrap_of_options .sizes > .arial
{
    font-size: 16px;
}

.wrap_of_options .property_option
{
    display: inline-block;
    width: 264px;
}
.wrap_of_options .property_option .head
{
    color: white;    
    background-color: #B3B3B3;    
    width: 100%;    
    line-height: 40px;    
    float: right;    
    margin: 0px 0 2px 0;
    cursor: pointer;
    font-size: 23px;
}
.wrap_of_options .property_option.none .head
{
    cursor: context-menu;
}
.wrap_of_options .property_option.selected .head
{
    background-color: #999999;
}
.wrap_of_options .property_option .head .title
{
}
.wrap_of_options .property_option[data-group-id="2"] .head .title
{
    margin: 0;
}
.wrap_of_options .property_option .head .combo
{
}
.wrap_of_options .property_option:not(.selected):not(.none) .head:hover .combo
{
    background-color:#00B2FF;
}
.wrap_of_options .property_option .head .combo .arrow_wrap
{
    height:26px;
}
.wrap_of_options .property_option.none .head .combo .arrow_wrap
{
    display:none;
}
.wrap_of_options .property_option .head .combo .arrow_wrap .arrow
{
    float: left;    
    border-left: 5px solid transparent;    
    border-right: 5px solid transparent;    
    border-top: 5px solid;    
    width: 0px;    
    margin: 11px 3px 0 5px;
}
.wrap_of_options .property_option.selected .head  .combo .arrow_wrap .arrow
{
    border-bottom: 5px solid;
    border-top: 0;
}
.wrap_of_options .property_option .head .combo .choosen
{
    line-height: 26px;
    padding: 0px 8px;
    font-size: 17px;
}
.wrap_of_options .property_option [data-options]
{
    float: right;
    width: 100%;
    display:none;
}
.wrap_of_options .property_option [data-options] [data-id].disabled
{
    cursor: no-drop !important;
}

.wrap_of_options .property_option[data-group-id="2"] .head [data-sprite="icon"]
{
    width: 24px;
    height: 24px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] .head [data-sprite="icon"]
{
    background-position: -118px -22px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] .head [data-sprite="icon"]
{
    background-position: -118px -66px;
}

.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"]
{
    position: relative;
    height: 82px;
    bottom: 0;
    margin-top: 4px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"]
{
    position: relative;
    height: 94px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] tbody
{
    vertical-align: bottom;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] tbody
{
    vertical-align: baseline;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] table
{
    margin: 0 auto;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] table
{
    margin: 0 auto;
    border-spacing: 0;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size] div
{
    cursor:pointer;
    display:inline-block;
    line-height: 16px;
    font-size: 19px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] td > div
{
    margin: 0 1px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite] > div
{
    position:relative;
    left: 6px;
    height:0;
    top: 10px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite] > div
{
    position:relative;
    left: 2px;
    height:0;
    margin:0;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="2"] > div
{
    top: 30px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="3"] > div
{
    top: 34px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="1"] > div
{
    top: 48px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size] .selected
{
    color:white;
}

.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="5"] 
{
    background-position: -181px -378px;
    height: 68px;  
    width: 95px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="5"]:hover
{
    background-position: -175px -553px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="5"].selected
{
    background-position: -451px -378px;  height: 68px;  width: 95px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="6"]
{
    background-position: -90px -378px;
    height: 75px;  
    width: 88px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="6"]:hover
{
    background-position: -85px -553px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="6"].selected
{
    background-position: -361px -378px;  height: 75px;  width: 88px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="4"]
{
    background-position: -5px -378px;
    height: 92px;  
    width: 80px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="4"]:hover
{
    background-position: -5px -553px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="big"] [data-sprite="4"].selected
{
    background-position: -281px -378px;
}

.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="2"]
{
    background-position: -180px -313px;
    height: 62px;  
    width: 86px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="2"]:hover
{
    background-position: -162px -491px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="2"].selected
{
    background-position: -439px -313px;  
    height: 62px;  
    width: 86px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="3"]
{  
    background-position: -97px -308px;  
    height: 68px;  
    width: 80px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="3"]:hover
{  
    background-position: -81px -484px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="3"].selected
{
    background-position: -357px -308px;
    height: 68px;
    width: 80px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="1"]
{
    background-position: -25px -295px;
    height: 83px;  
    width: 72px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="1"]:hover
{
    background-position: -8px -469px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="size"] [data-options] [data-size="small"] [data-sprite="1"].selected
{
    background-position: -284px -295px;  height: 83px;  width: 72px;
}

.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] [data-binds="hd"]
{
    display: inline-block;
    width: calc(100% - 2px);
    border: 1px solid #B0B0B0;
    position: relative;
    border-radius: 10px;
    margin-bottom: 14px;
    margin-top: -2px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] [data-binds="hd"] .tag
{
    position: absolute;
	border-bottom: 48px solid transparent;
	border-right: 48px solid #FFCC00;
	right: -1px;
	top: -1px;
	width: 0;
	height: 0;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] [data-binds="hd"] .tag .text
{
    color: #FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: -48px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] [data-binds="hd"] a
{
    position: absolute;
    bottom: -9px;
    background-color: #FFFFFF;
    color: #00B2FF;
    padding: 0 8px;
    right: 24px;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 300;
}

.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] [data-binds="hd"] a
{
    position: absolute;
    bottom: -9px;
    background-color: #FFFFFF;
    color: #00B2FF;
    padding: 0 8px;
    right: 24px;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 300;
}

.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] [data-binds="hd"] a
{
    position: absolute;
    bottom: -9px;
    background-color: #FFFFFF;
    color: #00B2FF;
    padding: 0 8px;
    right: 18px;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 300;
}
[data-pop="options_wrap"] .box .wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] [data-binds="hd"] a
{
    background-color: #f2f2f2;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice
{
    width: 50%;
    margin: -2px 0px 9px;
    padding-top: 10px;
    float: right;
    color: #4d4d4d;
    cursor:pointer;
    font-size: 19px;
    font-weight: 300;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] [data-binds="standart"] .choice {
    width: 33.33%;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite]
{
    height: 38px;
    border: none;
    width: 50px;
    margin: 0;
    display: inline-block;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="1"]
{
    background-position: -685px -407px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="1"]:hover
{
    background-position: -685px -448px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice.selected [data-sprite="1"]
{
    background-position: -685px -366px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="2"]
{
    background-position: -624px -407px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="2"]:hover
{
    background-position: -624px -448px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice.selected [data-sprite="2"]
{
    background-position: -624px -366px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="4"]
{
    background-position: -565px -539px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="4"]:hover
{
    background-position: -565px -578px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice.selected [data-sprite="4"]
{
    background-position: -565px -499px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="8"]
{
    background-position: -565px -407px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="8"]:hover
{
    background-position: -565px -448px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice.selected [data-sprite="8"]
{
    background-position: -565px -366px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="7"]
{
    /*background-position: -565px -407px;*/
    background-image: url(../PrivateData/PagesImages/bind_7.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice [data-sprite="7"]:hover
{
    /*background-position: -565px -448px;*/
    background-image: url(../PrivateData/PagesImages/bind_7_hover.svg);
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice.selected [data-sprite="7"]
{
    /*background-position: -565px -366px;*/
    background-image: url(../PrivateData/PagesImages/bind_7_active.svg);
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice .text
{
    line-height: 11px;
    margin-bottom: 6px;
}
.wrap_of_options .property_option[data-group-id="2"][data-type="bind"] [data-options] .choice .description
{
    font-size: 13px;
    line-height: 11px;
    font-weight: normal;
    display: inline-block;
}

.wrap_of_options .property_option[data-group-id="1"] [data-options] .choice
{
    margin: 10px 4px;
    cursor: pointer;
    font-size: 21px;
}
.wrap_of_options .property_option[data-group-id="1"] [data-options] .choice
{
    padding-top: 34px;
}
.wrap_of_options .property_option[data-group-id="1"] [data-options] .choice.selected
{
    color: #FFFFFF;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="size"] [data-options] .choice[data-sprite="0"]
{
    width: 88px;
    height: 87px;
    background-position: -459px -42px;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="size"] [data-options] .choice[data-sprite="0"].selected
{
    background-position: -558px -42px;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="size"] [data-options] .choice[data-sprite="1"]
{
    width: 79px;
    height: 71px;
    background-position: -654px -58px;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="size"] [data-options] .choice[data-sprite="1"].selected
{
    background-position: -739px -58px;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="size"] [data-options] .choice[data-sprite="2"]
{
    width: 69px;
    height: 59px;
    background-position: -826px -71px;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="size"] [data-options] .choice[data-sprite="2"].selected
{
    background-position: -900px -71px;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="bind"] [data-options] .choice[data-sprite="5"]
{
    width: 79px;
    height: 71px;
    background-position: -654px -58px;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="bind"] [data-options] .choice[data-sprite="5"].selected
{
    background-position: -739px -58px;   
}
.wrap_of_options .property_option[data-group-id="1"][data-type="bind"] [data-options] .choice[data-sprite="6"]
{
    height: 76px;
    width: 89px;
    background-position: -1227px -56px;
}
.wrap_of_options .property_option[data-group-id="1"][data-type="bind"] [data-options] .choice[data-sprite="6"].selected
{
    background-position: -1321px -56px;
}

.wrap_of_options .advances {
	color: #00b2ff;
	font-size: 16px;
	cursor: pointer;
}

/******Invoice*******************************/
body.oninvoice {
	background: #ffffff;
}

.invoice {
	width: 21cm;
	height: 29.7cm;
	background-color: white;
	float: right;
	padding: 3cm 2.5cm;
	text-align: center;
	direction: rtl;
	position: relative;
}

.invoice .head {
	height: 100px;
}

.invoice .head div {
	float: right;
}

.invoice .head .address {
	width: 150px;
	margin-top: 28px;
}

.invoice .head .image {
	float: left;
	margin: 18px 12px;
}

.invoice .body {
	margin-top: 30px;
}

.invoice .body .title {
	height: 30px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	width: 100%;
	float: left;
}

.invoice .body .title div {
	font-size: 23px;
	font-weight: bolder;
	line-height: 30px;
	margin: 0 6px;
}

.invoice .body .right {
	float: right;
}

.invoice .body .left {
	float: left;
}

.invoice .body .title .middle {
	margin-right: -75px;
}

.invoice .body .middle,
.invoice .body .title .middle .invoice_id {
	display: inline-block;
}

.invoice .body .recipient {
	margin: 10px 0;
	font-size: 19px;
}

.invoice .body .recipient .data {
	padding-top: 2px;
}

.invoice .body .recipient div div {
	float: right;
}

.invoice .body .table {
	font-size: 19px;
	border-top: 2px solid;
	float: left;
}

.invoice .body .table#table {
	margin-bottom: 100px;
}

.invoice .body .table#table_payment {
	margin-top: 10px;
}

.invoice .body .table .headers div,
.invoice .body .table .rows div {
	width: 110px;
	text-indent: 10px;
}

.invoice .body .table .headers div:not(:last-child),
.invoice .body .table .rows div:not(:last-child) {
	margin: 0 0px 0 2.5px;
}

.invoice .body .table div .description {
	width: 383px;
}

.invoice .body #table_payment div .description {
	width: 495px;
}

.invoice .body .table div .id {
	width: 70px;
}

.invoice .body .table .headers div {
	font-weight: bolder;
	border-bottom: 1px solid;
}

.invoice .body .table .headers,
.invoice .body .table .rows,
.invoice .body .table .rows > div {
	width: 100%;
	margin: 0;
	height: auto;
	float: right;
}

.invoice .body .table .rows {
	border-bottom: 1px solid;
}

.invoice .body .table .summary {
	float: left;
	width: 215px;
}

.invoice .body .table .summary div {
	float: right;
	width: 112px;
	text-align: right;
	margin: 2px 0;
}

.invoice .body .table .summary .price,
.invoice .body .table .summary .vat {
	border-bottom: 1px solid;
}

.invoice .body .table .summary .num {
	width: 102px;
}

.invoice .footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 1cm;
	margin-right: -1cm;
}