/*
    Document   : style
    Created on : 30.04.2013, 14:18:46
    Author     : xsandr
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}
body{
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 1000px;
    font-family: 'PT Sans';
    background-color: #E0E0E0;
    padding: 0;
}
header, .header{
    background-color: #07A529;
    background-image: -webkit-linear-gradient(#07C046, #089115), -webkit-linear-gradient(#038A32, #024C0E);
    background-image: -moz-linear-gradient(#07C046, #089115), -moz-linear-gradient(#038A32, #024C0E);
    background-image: -ms-linear-gradient(#07C046, #089115), -ms-linear-gradient(#038A32, #024C0E);
    background-image: -o-linear-gradient(#07C046, #089115), -o-linear-gradient(#038A32, #024C0E);
    background-image: linear-gradient(#07C046, #089115), linear-gradient(#038A32, #024C0E);
    -pie-background: linear-gradient(top, #07C046, #089115);
    behavior: url(js/PIE.htc);
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 100%;
    height: 90px;
    position: absolute;
    /*min-width: 900px;*/
    box-shadow: 1px 1px 10px #555;
    z-index: 10;
}

header span {
    font-size: 50px;
    line-height: 55px;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    color: white;
    font-weight: bold;
}

footer, .footer{
    width: 100%;
    min-width: 900px;
    height: 40px;
    line-height: 42px;
    background: rgba(255,255,255,0.98);
    position: relative;
    bottom: 0px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-indent: 10px;
    position: fixed;
    border-top: 2px solid #54AD19;
    border-top: 1px #D0D0D0 solid;
    border-bottom: 1px #D0D0D0 solid;
    background-color: #E6E6E6;
    background: -webkit-linear-gradient(#FAFAFA, #E6E6E6);
    background: -moz-linear-gradient(#FAFAFA, #E6E6E6);
    background: -ms-linear-gradient(#FAFAFA, #E6E6E6);
    background: -o-linear-gradient(#FAFAFA, #E6E6E6);
    background: linear-gradient(#FFFFFF, #E6E6E6);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    -pie-background: linear-gradient(top, #FFFFFF, #E6E6E6);
    behavior: url(js/PIE.htc);
}

footer .nmb {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 243px;
    height: 30px;
}

footer .pmb {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 243px;
    height: 30px;
}

footer .rating-btn.left {
    position: absolute;
    width: 88px;
    height: 30px;
    top: 5px;
    left: 240px;
    margin-left: 0px;
}

footer > .review {
    display: block;
    background-color: white;
    position: absolute;
    top: -24px;
    height: 24px;
    padding: 0px;
    margin: 0px;
    line-height: 2;
    left: 50%;
    width: 520px;
    margin-left: -260px;
    border-radius: 25px 25px 0 0;
    box-shadow: inset 0 -5px 8px 0 #eee;
    border: 1px solid #ccc;
    border-bottom: none;
    font-size: 10pt;
}

.z-html > .review {
    text-align: center;
    margin-top: 50px;
}

.z-html > .review > a {
    color: #097c26;
}

footer > .review > a {
    color: #097c26;
    text-decoration: none;
}

.review > a.complaint {
    color: red !important;
}

@media screen and (min-width:900px) {
    footer .rating-btn.left {
        left:26.63%;
    }
}

.mainbox{
    position: relative;
    width: 100%;
    height: 100%;
}

#logo{
    width: 110px;
    height: 65px;
    margin-left: 100px;
    margin-top: 10px;
}

#logoP{
    width: 110px;
    height: 65px;
    margin-left: 10px;
    margin-top: 10px;
}

.workplace{
    position: relative;
    width: 100%;
    display: table;
    height: 100%;
    padding-top: 120px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

nav, .nav{
    padding: 6px 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

nav a, .nav a{
    padding: 8px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.3);
    font-variant: small-caps;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 38px;
    opacity: 0.8;
}
nav a:hover, nav a.hover,
.nav a:hover, .nav a.hover{
    text-decoration: none;
    background-color: rgba(0,0,0,0.05);
    opacity: 1;
}
nav a:first-child, .nav a:first-child{

}
.leftside, .rightside {
    display: table-cell;
    width: 60%;
    height: 100%;
    padding: 60px 50px;
    padding-top: 70px;
    box-sizing: border-box;
    background: #FFF;
    vertical-align: top;
    min-width: 500px;
    behavior: url(js/PIE.htc);
}

.rightside .curencyunit {
    overflow-x: hidden;
}

.mono .leftside, .mono .rightside{box-sizing: content-box;}
.leftside {
    width: 40%;
    min-width: 300px;
    background: #E0E0E0;
    border-top: 2px solid transparent;
}
.leftside h1, .rightside h1, .leftside .line, .rightside .line, .bar, .bar>.center {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding: 1px 0 3px 0;
    background-color: #07A529;
    background-image: -webkit-linear-gradient(#07C046, #089115), -webkit-linear-gradient(#038A32, #024C0E);
    background-image: -moz-linear-gradient(#07C046, #089115), -moz-linear-gradient(#038A32, #024C0E);
    background-image: -ms-linear-gradient(#07C046, #089115), -ms-linear-gradient(#038A32, #024C0E);
    background-image: -o-linear-gradient(#07C046, #089115), -o-linear-gradient(#038A32, #024C0E);
    background-image: linear-gradient(#07C046, #089115), linear-gradient(#038A32, #024C0E);
    -pie-background: linear-gradient(top, #07C046, #089115);
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    font-family: Arial;
    letter-spacing: 1px;
    font-variant: small-caps;
    position: fixed;
    z-index: 10;
    behavior: url(js/PIE.htc);
}

.rightside {
    border-radius: 30px 0 0 0;
    border-top: 2px solid #54ad19;
    border-left: 2px solid #54ad19;
}

.curencyunit, .curencyhead{
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 2px;
    border: 2px solid transparent;
    border-right: 0;
    -webkit-transition: padding-left 300ms,background 1000ms,border-radius 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
    padding: 0 48px 0 48px;
    left: -50px;
    position: relative;
    behavior: url(js/PIE.htc);
}
.curencyhead{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: bold;
    height: 44px;
    cursor: default;
    font-variant: small-caps;
    text-transform: lowercase;
    min-width: 228px;
}
.leftside .curencyunit{
    float: right;
    clear: right;
    text-align: right;
    color: #333;
    left: 50px;
    min-width: 160px;
}

.rightside .curencyunit{
    min-width: 340px;
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.rightside .curencyunit.visible {
    opacity: 1;
}

.leftside .curencyunit:nth-child(2n) {
    background-color: #D9D9D9;
}

.rightside .curencyunit.grey {
    background-color: #F9F9F9;
}
.rightside .curencyunit:hover, .rightside .curencyunit.hover{
    padding: 0 48px 0 48px;
    left: -50px;
    position: relative;
    background-image: url(images/green10.png);
}

.leftside .curencyunit.hover {
    background: #FFF;
    color: #333;
    width: 100%;
    position: relative;
    left: 52px;
    padding-right: 50px;
    padding-left: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top: 2px solid #54ad19;
    border-left: 2px solid #54ad19;
    border-bottom: 2px solid #54ad19;
}
.currentcurrency{
    /*width: 100%;*/
    /*display: inline;*/
    height: 32px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 5px;

}
.currentcurrency.from, .currentcurrency.to{
    width: 160px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}
.currentcurrency.to{
    float: right;
}

.curencyimg{
    float: left;
    width: 96px;
    height: 32px;
    /*margin: 5px;*/
    vertical-align: middle;
    margin-left: 20px;
}

.currencyabb{
    float: left;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: bold;
    height: 32px;
    /*margin: 5px;*/
    vertical-align: middle;
    margin-left: 50px;
    text-transform: uppercase;
}
.currentcurrency .currencyabb{
    float: none;
    display: inline;
    margin: 0 0 0 10px;
    vertical-align: top;
}

.course{
    float: left;
    width: 100px;
    width: 60px;
    text-align: right;
    margin: 0;
    line-height: 32px;
    font-weight: bold;
    white-space: nowrap;
}



.quantity{
    float: right;
    text-align: right;
    /*margin: 5px 10px 5px 20px;*/
    line-height: 32px;
    font-weight: bold;
}

.left .quantity {
    padding-left:10px;
}

.right .quantity {
    padding-right: 10px;
}

.leftside .quantity{
    min-width: 0;

}
.bar{
    position: absolute;
    top: 150px;
    z-index: 10;
    margin: 0;
    right: 0;
    left: 0;
    padding: 0 50px 2px;
}
.top{
    position: fixed;
    top: 0;
    box-shadow: 1px 1px 10px #555;
}

.bar .curencyunit, .bar .curencyunit:hover{
    height: 18px;
    width: auto;
    margin-top: 4px;
    left: auto;
    clear: none;
    background: white;
    border-radius: 18px;
    padding: 4px 18px;
    color: #333;
    border: 1px solid #585858;
    behavior: url(js/PIE.htc);
}
.bar .curencyimg{
    margin: 0;
    height: 18px;
    width: 54px;
}
.bar .quantity{
    margin: 0;
    height: 18px;
    font-size: 15px;
    line-height: 15px;
    margin-top: 2px;
}

.bar .reserve{
    float: right;
    background-color: transparent;
    color: white;
    padding-top: 8px;
    margin: 0;
    height: 18px;
    font-size: 14px;
    line-height: 15px;
    margin-top: 2px;
}

.bar > .center {
    position: absolute;
    width: 200px;
    left: 50%;
    height: 100%;
    margin-left: -100px;
    padding: 0px;
    color: #fff;
    background: rgba(0,0,0,0.1);
    opacity: 0.8;
    border: 1px solid rgba(0,0,0,0.3);
    border-top: none;
    border-bottom: none;
    padding-left: 20px;
}

.bar > .center:hover {
    background: rgba(0,0,0,0.05);
    opacity: 1;
    cursor: pointer;
}

.bar > .center:before {
    content: "";
    background-image: url('/assets/images/question-circle.png');
    background-size:cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    color: transparent;
    left: 6px;

}

.bar > .center > .btn-howto {
    display: inline-block;
    width: 100%;
    background: none;
    background-image: none;
    border: none;
    color: inherit;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    padding: 5px 0 3px 0;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    font-family: Arial;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-transform: uppercase;
    text-decoration: none;
}

.left{
    float: left;
    line-height: 15px;
    margin-right: 20px;
    text-shadow: none;
}

.right{
    float: right;
    line-height: 15px;
    margin-left: 20px;
    text-shadow: none;
}
.right .curencyimg, .right .quantity{
    float: right;
    text-align: left;
}
.title{
    /*line-height: 16px;*/
    margin: 3px 0;
}
.left .title{
    margin: 0px 10px 0 0;
    float: left;
}
.right .title{
    float: right;
    margin: 0 0 0 10px;
}
.title.l{
    float: left;
    line-height: 25px;
    margin-left: 15px;
}
.title.r{
    float: right;
    line-height: 25px;
    margin-right: 10px;
}
/*.form .leftside, .form .rightside{
    width: 50%;
    min-width: 300px;
}*/

.form .rightside form{
    float: left;
    margin-left: 0;
}
.form .leftside form{
    float: right;
    margin-right: 0;
}

.form form{
    width: 300px;
    margin-top: 48px;
    background: white;
    padding: 50px;
    border: 2px solid #54AD19;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #333;
}

.form.payment form{
    margin-top: -15px;
}

.form input, .form .imgcont, .submit, .form textarea{
    margin: 0 0 15px 0;
    /*width: 291px;*/
    width: 247px;
    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    padding: 10px 20px;
    border-radius: 22px;
    border: 2px solid #54AD19;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    outline: none;
    border-top-right-radius: 0;
    resize: none;
    font-family: 'PT Sans';
}

input .z-combobox, input .z-combobox-focus, .z-combobox-inp {
    border: 2px solid #54AD19 !important;
    height: 19px !important;
}

.z-hlayout-inner, .z-vlayout-inner {

}

.form input[type="submit"], .submit{
    cursor: pointer;
    background-color: #07A529;
    background-image: -webkit-linear-gradient(#07C046, #089115), -webkit-linear-gradient(#038A32, #024C0E);
    background-image: -moz-linear-gradient(#07C046, #089115), -moz-linear-gradient(#038A32, #024C0E);
    background-image: -ms-linear-gradient(#07C046, #089115), -ms-linear-gradient(#038A32, #024C0E);
    background-image: -o-linear-gradient(#07C046, #089115), -o-linear-gradient(#038A32, #024C0E);
    background-image: linear-gradient(#07C046, #089115), linear-gradient(#038A32, #024C0E);
    -pie-background: linear-gradient(top, #07C046, #089115);
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    color: white;
    /*width: 100%;*/
    width: 200px;
    margin: 15px 0 0 0;
    float: right;
    margin-left: 20px;
    behavior: url(js/PIE.htc);
}
.btn-grey{
    background-color: #A0A0A0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#787878), to(#A0A0A0));
    background: -webkit-linear-gradient(top, #A0A0A0, #787878);
    background: -moz-linear-gradient(top, #A0A0A0, #787878);
    background: -ms-linear-gradient(top, #A0A0A0, #787878);
    background: -o-linear-gradient(top, #A0A0A0, #787878);
    -pie-background: linear-gradient(top, #A0A0A0, #787878);
    border: 1px solid #787878;
    behavior: url(js/PIE.htc);

}
.btn-red{
    background-color: #8F2828;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C07070), to(#8F2828));
    background: -webkit-linear-gradient(top, #C07070, #8F2828);
    background: -moz-linear-gradient(top, #C07070, #8F2828);
    background: -ms-linear-gradient(top, #C07070, #8F2828);
    background: -o-linear-gradient(top, #C07070, #8F2828);
    -pie-background: linear-gradient(top, #C07070, #8F2828);
    border: 1px solid #787878;
    behavior: url(js/PIE.htc);

}
.btn-blue{
    background-color: #994;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#994), to(#DD4));
    background: -webkit-linear-gradient(top, #DD4, #994);
    background: -moz-linear-gradient(top, #DD4, #994);
    background: -ms-linear-gradient(top, #DD4, #994);
    background: -o-linear-gradient(top, #DD4, #994);
    -pie-background: linear-gradient(top, #DD4, #994);
    border: 1px solid #787878;
    behavior: url(js/PIE.htc);
}
.btn-link {
    background-color: transparent;
    background: none;
    border: none;
    color: #09f;
    text-decoration: underline;
    font-weight: normal;
    float: none;
    display: inline-block;
}



.submit{text-align: center;}

.submit.long{width: 542px;float:none;}

.form form .signature{
    font-size: 14px;
    margin: 0 18px;
}

.form .half{
    width: 140px;
}

.form .imgcont{text-align:  center; padding: 3px 20px;}
.form img{height: 32px; text-align: center;}


.mono .leftside{
    min-width: 0;
    width: 50%;
    right: 0;
    height: auto;
    position: absolute;
    z-index: -1;
    background: #FFF;
    border-top: 2px solid #54AD19;
    bottom: 0;
    top: 120px;
}
.mono .rightside{
    float: right;
    width: 730px;
    margin-right: 50%;
    right: -416px;
    position: relative;


    /*    float: right;
        height: auto;
        margin-right: 50%;
        position: absolute;
        right: -416px;
        top: 120px;
        bottom: 0;
        width: 730px;*/
}
.mono .rightside form{
    width: 626px;
}
.from, .to{
    float: left;
    width: 290px
}
.to{
    float: right;
}

.ie-placeholder, .ie-placeholders{
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 0 0 18px;
    color: #333;
    text-align: left;
    display: block;
}
/*.inp-error-message{
    display: none;
    width: auto;
    height: 13px;
    position: absolute;
    font-size: 10px;
    line-height: 13px;
    bottom: 0;
    left: 10px;
    color: #FFF;
}*/

.inp-error-message{
    position: relative;
    /*width: 364px;*/
    width: 287px;
    height: 38px;
    padding: 0;
    background: #D03E3E;
    border: 2px solid #D03E3E;
    margin-bottom: 20px;
    text-align: left;
    text-indent: 0;
    border-radius: 32px;
    behavior: url(js/PIE.htc);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.inp-error-message.error/*, .inp-error-message:hover*/{
    height: 54px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    margin-bottom: 4px;

}
.input-box /*,.input-box.z-textbox*/{
    padding: 10px 14px 10px 14px;
    display: block;
    border: 1px solid #C8C8C8;
    width: 336px;
    color: #838383;
    top: -2px;
    left: -2px;
    float: left;
    width:  290px;
    position: absolute;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    behavior: url(js/PIE.htc);
}

/*input::-webkit-input-placeholder { color: #333;}
input:-moz-placeholder {color: #333;}*/

.inp-error-message.error .input-box/*, .inp-error-message:hover .input-box*/{
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 65px;
    border-top-left-radius: 65px;
    -webkit-transition: 300ms;
    background-color: #F4B4B4;
    border-color: #D03E3E;
    behavior: url(js/PIE.htc);
}
.small-error-message{
    display: none;
    width: auto;
    height: 13px;
    position: absolute;
    font-size: 11px;
    line-height: 13px;
    bottom: 0;
    left: 10px;
    color: #FFF;
    -webkit-transition: 300ms;
}
.inp-error-message.error .small-error-message/*, .inp-error-message:hover .small-error-message*/{
    display: block;
}

.inp-error-message.short{
    width: 136px;
}
.inp-error-message.short .input-box{
    width: 96px
}
.inp-error-message.triple{
    width: 182px;
}
.inp-error-message.triple .input-box{
    /*width: 186px;*/
    width: 142px;
}
.green .inp-error-message.triple{
    width: 169px;
}
.green .inp-error-message.triple .input-box{
    width: 129px;
}
.inp-error-message.long{
    width: 606px;
}
.inp-error-message.long .input-box{
    width: 566px;
}
.inp-error-message.area {
    height: 135px;
}
.inp-error-message.area .input-box{
    height: 115px;
    border-bottom-right-radius: 0;
}
.inp-error-message.area.error{
    height: 150px;
}
.inp-error-message.area.error .input-box{
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;
}
.z-hlayout .inp-error-message.long{
    width: 602px;
}
.z-hlayout .inp-error-message.long .input-box{
    width: 562px;
}
.green .inp-error-message.long{
    width: 562px;
}
.green .inp-error-message.long .input-box{
    width: 522px;
}
.inp-error-message.pin{
    width: 94px;
}
.inp-error-message.pin .input-box{
    width: 54px;
}
.personaldata{
    padding: 7px 20px 0;
    margin: 20px 0;
    border-radius: 15px;
}
.personaldata.green{
    background: #DDFFAB;
    padding: 20px;
    /*width: 100%;*/
    /*margin-left: -15px;*/
}
.green .inp-error-message{width: 267px;}
.green .input-box{
    /*width: 271px;*/
    width: 227px;
}
.personaldata h4{
    margin: 10px 0;
}
.personaldata .field, .personaldata .value{
    width: 50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.personaldata .valuelow{
    width: 50%;
    display: inline-block;
    font-size: 14px;
}
.personaldata .field{
    width: 30%;
    text-align: right;
    vertical-align: top;
    word-wrap: break-word;
    white-space: normal;
}
.personaldata .value, .personaldata .valuelow{
    width: 68%;
    white-space: normal;
    /*word-break:break-all;*/
    word-break: break-word;
    padding-left: 30px;
    vertical-align: top;
}

.personaldata.check{

}
.dataline{
    white-space: nowrap;
}
/*.z-hlayout > div{
    float: right;
}
.z-hlayout > div:first-child{
    float: left;
}*/


.note, .alert{
    color: red;
    text-align: center;
    font-size: 16px;
}

h4.green{
    color: green;
    text-align: center;
    font-size: 16px;
}

.note, .alertleft{
    color: red;
    font-size: 16px;
}

.notification{
    border: 2px solid #BFBFBF;
    background: #F7F7F8;
    color: #646464;
    font-size: 14px;
    border-radius: 15px;
    padding: 0 20px 25px;
    text-align: center;
    margin-bottom: 20px;
}
.notification.floatl span.floatl{
    width: 484px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.notification p{
    margin: 10px 0;
}
.notification li{
    padding-right: 20px;
}
.z-combobox, .z-bandbox, .z-datebox, .z-timebox, .z-spinner, .z-doublespinner, .z-hlayout{
    height: 75px;
    white-space: nowrap;
}
.z-hlayout-inner{
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: normal;
    /*float: right;*/

    margin: 0 10px;
}
.z-hlayout-inner:first-child{
    /*float: left;*/
}
.z-vlayout-inner{
    margin: 0 10px;
    padding-bottom: 0 !important;
}
.bold{
    font-weight: bold;
}
.green{
    color: green;
    font-weight: bold;
}
.red{
    color: red;
    font-weight: bold;
}
.blue{
    color: blue;
}


.inp-error-message .captcha-box.z-image {
    width: 110px;
    background-color: #F2F2F2;
    height: 39px;
    /*left: 148px;*/
    position: absolute;
    top: -2px;
    left: -2px;
    border: 2px solid #54AD19;
    border-radius: 30px 0 0 30px;
    /*border-radius: 3px;*/
    behavior: url(js/PIE.htc);
}
.inp-error-message.error .captcha-box.z-image/*, .inp-error-message:hover .captcha-box.z-image*/{
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 65px;
    -webkit-transition: 300ms;
    background-color: #F4B4B4;
    border-color: #D03E3E;
    behavior: url(js/PIE.htc);
}
.Refresh {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 118px;
    border-radius: 8px;
    background-color: #52C9F0;
}
.Refresh:hover {
    box-shadow: 0 0 5px 1px #52C9F0;
}
.inp-error-message .input-box.short.z-textbox, .inp-error-message.error .input-box.short.z-textbox {
    width: 150px;
    left: 110px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
    padding-right: 15px;
}

span.BigLabel.z-label {
    font-size: 16px;
    color: red;
}

.desctuctor {
    background: none repeat scroll 0 0 white;
    border-left: 2px solid #54AD19;
    border-right: 0 none;
    bottom: 0;
    margin-right: 414px;
    position: absolute;
    right: 0;
    top: 200px;
    width: 50%;
    z-index: -20;
}

.floatl{
    float: left;
}
.floatr{
    float: right;
}

.clearb {
    clear: both;
    width: 100%;
}

.notification .z-label, .notification .z-html {
    font-size: 16px;
}

a.skype {
    text-decoration: none;
    color: #00AFF0;
    font-weight: bold;
    padding: 0 5px;
}

a.skype:hover {
    color: #FFFFFF;
    background-color: #00AFF0;
    border-radius: 50px;
}

.worktime,.workdays {
    color: white;
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -270px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    top: 0;
    text-align: center;
    letter-spacing: 1px;
}
.workdays {
    top: 20px;
}

.ExtraHLayout {
    height: 155px;
}

.UniLink.z-checkbox input {
    width: 25px;
    margin-top: 4px;
    cursor: pointer;
}

.UniLink.z-checkbox .z-checkbox-cnt {
    font-size: 15px;
    text-align: right;
    padding-right: 5px;
    cursor: pointer;
}

.btn-dsb {
    color: #AAA;
    cursor: default;
    padding-right: 22px;
}

.curencyhead .currencyabb {
    font-size: 20px !important;
    text-transform: lowercase !important;
}

.FloaterLefter{
    float: left;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
}

.FloaterLefter:hover {
    text-decoration: underline;
}

textarea.comment {
    width: 560px !important;
}

div.comment-container {
margin-bottom: 40px;
}

div.comment-container > .z-vlayout-inner > .z-div > .inp-error-message  {
background-color: transparent;
border: none;
height: 150px;
}

div.comment-container > .z-vlayout-inner > .z-div > .inp-error-message > textarea {
height: 140px;
}

.btn {
    width: 150px;
    padding: 5px;
    color: black;
    background-color: white;
    cursor: pointer;
}

.btn:active {
    background-color: #aaa;
}

img.qr {
    width: 180px !important;
    height: 180px !important;
}

a.no-decoration, a.no-decoration:active, a.no-decoration:focus, a.no-decoration:hover, a.no-decoration:visited {
    text-decoration: none !important;
}
div.compact > div, div.compact > div > div > div {
    margin: 0px;
}
div.compact2 > div {
    margin: 0px;
}
.readonly > textarea, input.readonly {
    border: 2px solid #FAFAFA !important;
}
.label-excuse {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: -15px;
    padding-top: 10px;
}

.cardplace {
    height: 190px !important;
    width: 332px;
    margin-left: 100px;
    background-color: #ccc;
    border-radius: 10px
}
.cardplace-html {
    padding-top: 95px;
}
.footer-message {
    display:inline-block;
    width:610px;
    text-align:center;
    color:#555;
    font-size:10pt;
    padding: 5px;
    margin-top: 30px;
    font-weight: bold;
    border: none;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #DDFFAB;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 14px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 170%;
  left: -104px;
  padding: 20px;
  box-shadow: 0 0 25px -13px #555;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -12px;
  border-width: 12px;
  border-style: solid;
  border-color: #DDFFAB transparent transparent transparent;
}

.password-container {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.password-view:before {
    content:"ПАРОЛЬ";
    position: absolute;
    top: -27px;
}

.password-view {
    font-family: monospace;
    font-size: 14pt;
    outline: 2px dotted red;
    padding: 10px;
    margin-left: 140px;
    margin-right: 140px;
    position: relative;
}

.password-disclaimer {
    padding-top: 30px;
    color: red;
}

.password-view > .btn {
    width: 286px;
    height: 32px;
    border: none;
}

img.icon {
    width: 16px;
    height: 16px;
    padding-right: 8px;
    position: relative;
    top: 3px;
}

img.icon.larger {
    width: 24px;
    height: 24px;
    top: 7px;
}

table.navtable {
    text-align: right;
    border-spacing: 0px;
}

.head-btn-contacts {
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 22px;
}

.head-btn-exchange {
    border-right: none;
    border-radius: 22px 0 0 0;
}

.head-btn-exchange, .head-btn-contacts {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 7px;
    background-color: rgba(0,0,0,0.1);
}

.head-btn-telegram {
    font-size: 9.5pt;
    border: none;
}

.head-btn-telegram > img.icon.larger {
    position: relative;
    top: 8px;
}

@media screen and (max-width: 1170px) {
    .worktime {
        max-width: 450px;
        margin-top: 5px;
    }
}

.tech-work-op-note {
  display: block;
  width: 600px;
  height: 32px;
  padding-top: 70px;
  cursor: wait;
  text-align: center;
}

.tech-work-op-note:before {
  content: '';
  background-image: url('images/loader.gif');
  display: block;
  position: absolute;
  margin-top: -45px;
  left: 380px;
  width: 32px;
  height: 32px;
}

.notification > ul > li {
    text-align: left;
}

.notification.personal {
    background-color: rgba(255,255,255,0.8);
    border: none;
    padding-top: 5px;
    font-weight: normal;
}

.text-right {
    text-align: right;
    padding-right: 10px;
}

.text-left {
    text-align: left;
    padding-left: 10px;
}

.footer-message > table {
    display: inline-block;
    width: 80%;
    margin-bottom: 20px;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.main-submit-button {
    float: right;
}

.secondary-submit-button {
    float: left;
}

.bottom-buttons {

}

table {
    width: 100%;
    margin-bottom: 20px;
}

table > tbody > tr > td:nth-child(odd) {
    text-align: right;
    padding-right: 20px;
}

.red-text {
    color: red;
}

.yellow-text {
    color: #FF4400;
}

.green-text {
    color: green;
}

.badge {
    background-color: #7b7;
    color: #fff;
    padding: 3px 10px;
    margin: 5px;
    border-radius: 15px;
    display: inline-block;
    font-size: 15px !important;
}

.badge.bad {
    background-color: #b77;
}

.block {
    display: block;
}

.comment-box {
    margin-top: 20px !important;
    border: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
}

.comment-box > .area {
    margin: 0px;
}

.btn-link.compact {
    margin: 0px;
        padding: 0 0px 0 20px;
        font-size: 10pt;
        width: auto;
}

.comments-list-view {
    text-align: center;
    padding-top: 15px;
    padding: 5px;
    border-radius: 25px;
    margin-top: 15px;
    position: relative;
    background-color: #fafafa;
    margin-bottom: 15px;
}

.z-checkbox > input {
    width: 30px;
}

table.rounded {
    border-spacing: 0px;
}

table.rounded > tbody > tr > td:nth-child(odd) {
    border: 1px solid black;
    border-right: none;
    border-radius: 15px 0 0 15px;
}

table.rounded > tbody > tr > td:nth-child(even) {
    border: 1px solid black;
    border-left: none;
    border-radius: 0 15px 15px 0;
}

.loading-indicator {
  content: '';
  background-image: url('images/loader.gif');
  display: block;
  position: absolute;
  left: 380px;
  width: 32px;
  height: 32px;
}

.z-window-modal {
    border: 2px solid #54AD19;
    border-radius: 30px !important;
    box-shadow: none !important;
    text-align: center;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 10px !important;
    background-color: white;
    max-width: 715px;
}

.z-window-modal .ie-placeholders {
    margin-top: 15px !important;
}

.critical {
    border-color: red;
    border-width: 2px;
    background: #f9ecec;
}


.article > p {
    text-indent: 25px;
}

.article > p.important {
    text-indent: 0px;
    border-left: 5px solid #ff8e8e;
    padding: 9px 9px 9px 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.article > ol > li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.order-sample {
    display: block;
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
    border: 1px solid black;
    padding: 20px;
    background-color: #fcfcfc;
    user-select: all;
}

.rightside .curencyunit:hover {
    background-color: #ccc;
}

.alert {
    color: #FF0000FF;
    text-align: center;
    text-align: justify;
    font-size: 16px;
}

.alert-danger {
    /*color: rgb(114, 28, 36);*/
    background-color: rgb(248, 215, 218);
    border-color: rgb(245, 198, 203);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.25rem;
}

.btn-danger {
    cursor: pointer;
    background-color: #07A529;
    background-image: -webkit-linear-gradient(#07C046, #089115), -webkit-linear-gradient(#038A32, #024C0E);
    background-image: -moz-linear-gradient(#07C046, #089115), -moz-linear-gradient(#038A32, #024C0E);
    background-image: -ms-linear-gradient(#07C046, #089115), -ms-linear-gradient(#038A32, #024C0E);
    background-image: -o-linear-gradient(#07C046, #089115), -o-linear-gradient(#038A32, #024C0E);
    background-image: linear-gradient(#07C046, #089115), linear-gradient(#038A32, #024C0E);
    -pie-background: linear-gradient(top, #07C046, #089115);
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    color: white;
    /*width: 100%;*/
    width: 400px;
    margin: 15px 0 0 0;
    margin-left: 20px;
    behavior: url(js/PIE.htc);
}

body > .error {
    background-color: #07A529;
}




