﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,cyrillic,latin-ext);

/* COMMON begin */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 900px;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

a {
    color: #007EB5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 900px;
    margin: 0 auto;
}

.pagewrapper{
    min-height: 100%;
    margin-bottom: -112px;
}

* html .pagewrapper {
    height: 100%;
}

.pagebuffer {
    height: 112px;
}

/* COMMON end */




/* HEADER begin */

.pageheader {
    min-height: 230px;
    background-image: url('/images/bg.jpg');
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.pageheader.large {
    height: 500px;
}

.pageheader.large > .container {
    min-height: 500px;
}

.relativecontainer{
    position: relative;
}

.pageheader > .container {
    min-height: 230px;
}

.pageheader .logo{
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    width: 188px;
    height: 39px;
}

.pageheader .auth{
    position: absolute;
    top: 50px;
    right: 0;
}

.pageheader .auth a{
    color: white;
    text-decoration: none;
    padding-left: 20px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.pageheader .auth a:hover{
    color: #00a4ff;
}

.pageheader .auth .login{
    background-image: url('/images/lock-icon.png');
}

.pageheader .auth .register{
    background-image: url('/images/user-icon.png');
}

.pageheader .auth .user{
    background-image: url('/images/user-icon.png');
}

.pageheader .auth .logout{
    background-image: url('/images/logout-icon.png');
}

.pageheader .navmenu{
    position:absolute;
    left:0;
    right:0;
    top: 113px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.pageheader .navmenu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pageheader .navmenu li{
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pageheader .navmenu li a{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #001930;
    padding: 15px 20px;
    margin: 0;
}

.pageheader .navmenu li a:hover {
    background-color: white;
    color: #00a4ff;
}

.pageheader .navmenu li a.active {
    background-color: #00a4ff;
    color: white;
}

.pageheader .usermenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pageheader .usermenu li {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}

.pageheader .usermenu li a {
    font-size: 14px;
    color: #00A4FF;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    display: table-cell;
    height: 30px;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0 10px;
}

.pageheader .usermenu li a:hover {
    color: #FFFFFF;
    height: 28px;
}


.pageheader .usermenu a.active {
    background-color: #FFFFFF;
    vertical-align: middle;
    height: 25px;
    padding: 5px 15px 0 15px;
    text-shadow: none;
    font-weight: bold;
    color: #333333;
    cursor: default;
}

.pageheader .usermenu li a.active:hover {
    color: #333333;
    height: 25px;
}

/* HEADER end */

.pagecontent{
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
}



/* FOOTER begin */

.pagefooter{
    background-color: #001930;
    height: 82px;
    color: #cccccc;
    font-size: 12px;
    padding-top: 30px;
}

/* FOOTER end */

.bluebutton {
    background-color: #00a4ff;
    border-color: #028ac6;
    border-width: 1px;
    border-style: solid;
    color: white;
    text-decoration: none;
    padding: 5px 10px 7px 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.bluebutton:hover{
    background-color: #ffffff;
    border-color: #00a4ff;
    text-shadow:none;
    color: #00a4ff;
    text-decoration: none;

}

.redbutton {
    background-color: #cc2929;
    border-color: #a62626;
    border-width: 1px;
    border-style: solid;
    color: white;
    text-decoration: none;
    padding: 5px 10px 7px 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.redbutton:hover{
    background-color: #ffffff;
    border-color: #cc2929;
    text-shadow:none;
    color: #cc2929;
    text-decoration: none;

}

.lightinput {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px 7px 10px;
}

.lighttext{
    color: #808080;
    font-style: italic;
    font-weight: 200;
}

hr {
    border: none;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}


ul.help-contents {
    margin: 0 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 40px;
}





.block-container {
    position: relative;
    box-sizing: border-box;
}

.block-container .block-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
}

.block-container .block-inner {
    margin: 10px;
}

.columns {
    margin: 0;
    padding: 0;
    position: relative;
}

.columns:after {
    content: '';
    clear: both;
}

.columns > .block-container {
    float: left;
    width: 50%;
}

.columns  > .block-container.col-40 {
    width: 40%;
}

.columns  > .block-container.col-60 {
    width: 60%;
}

.table_in_personal_cabinet tr td {
    padding: 5px 10px;
    font-size: 14px;
 }
.table_in_personal_cabinet tr:nth-child(even) td  {
    background-color: #eeeeee;
 }

.zebra tr:nth-child(odd)
{
    background: #99aabb
}

.zebra tr:nth-child(even)
{
    background: #fff
}
.info {
    color: #dd0016;
}

.important-info {
    padding: 10px 20px;
    background-color: #FFEFAD;
    border: 1px solid #FFCE92;
    font-weight: 600;
    color: #7B1D06;
    font-style: italic;
    margin-bottom: 10px;
}

.user-info {
    margin-bottom: 20px;
}
#clbrd {
    cursor: pointer;
}

.color_success {
    color: green;
}
.color_error {
    color: red;
}
.flash {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}
.flash-success {
    color: green;
}
.flash-danger {
    color: red;
}


.currency_v {
    height: 100px;
    width: 150px;
    display: inline-block;
    position: relative;
}

.currency_v label {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.currency_v label * {
    position: absolute;
}

.currency_v label input {
    top: 0;
    /*right: 0;*/
    bottom: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    margin: auto;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    outline: none;*/
}

/*.currency_v label input:checked {
    border: 4px solid #00A4FF;
}*/

/*.currency_v label input:checked::after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 5px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQxNS41ODIgNDE1LjU4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDE1LjU4MiA0MTUuNTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQxMS40Nyw5Ni40MjZsLTQ2LjMxOS00Ni4zMmMtNS40ODItNS40ODItMTQuMzcxLTUuNDgyLTE5Ljg1MywwTDE1Mi4zNDgsMjQzLjA1OGwtODIuMDY2LTgyLjA2NCAgIGMtNS40OC01LjQ4Mi0xNC4zNy01LjQ4Mi0xOS44NTEsMGwtNDYuMzE5LDQ2LjMyYy01LjQ4Miw1LjQ4MS01LjQ4MiwxNC4zNywwLDE5Ljg1MmwxMzguMzExLDEzOC4zMSAgIGMyLjc0MSwyLjc0Miw2LjMzNCw0LjExMiw5LjkyNiw0LjExMmMzLjU5MywwLDcuMTg2LTEuMzcsOS45MjYtNC4xMTJMNDExLjQ3LDExNi4yNzdjMi42MzMtMi42MzIsNC4xMTEtNi4yMDMsNC4xMTEtOS45MjUgICBDNDE1LjU4MiwxMDIuNjI4LDQxNC4xMDMsOTkuMDU5LDQxMS40Nyw5Ni40MjZ6IiBmaWxsPSIjMDBhNGZmIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}*/

.currency_v label img {
    top: 0;
    right: 20px;
    bottom: 0;
    left: 0;
    margin: auto;
}

.currency_v label span {
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    display: none;
}



.payment-form fieldset legend {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}

.ul_how_use li {
    margin-top: 15px;
    list-style: none;
}
.ul_how_use li img{
    width: 600px;
}