@import "reset.css";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    color: #0085c6;
}

body#content-selector {
    width: 100%;
    padding: 0;
    margin: 0;
    /*font-family: Arial, sans-serif;*/
    font-family: 'Droid Sans', sans-serif;
    font-size: 11px;
    line-height: 1.3;
    min-width: 1000px;
    background: #fff;
    color: #212120;
    position: relative;
    min-height: 100%;
}

#content-selector #header {
    height: 85px;
    background-color: #0085c8;
}

#content-selector h2 {
    font-weight: 400;
}
#content-selector div {
    font: inherit;
}

#content-selector .inner {
    width: 981px;
    margin: 0 auto;
}

#content-selector .collapsed > a::after {
    /*content: '\25bc';*/
}

#content-selector .collapsed ul {
    display: none;
}

#content-selector .show-articles {
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
}

#content-selector .expanded > a::after {
    content: '\25b2';
}

#content-selector .expanded ul {
    display: block;
}

#content-selector .left-bar {
    width: 312px;
    float: left;
    font: inherit;
}

#content-selector .right-bar {
    width: 645px;
    float: right;
}

#content-selector .pseudo-link {
    text-decoration: none;
    border-bottom: 1px dotted;
}

#content-selector .left-bar .header {
    background-color: #0085c6;
    color: #fff;
    font-size: 20px;
    padding: 8px 26px;
    border-radius: 15px 15px 0 0;
    position: relative;
    border: 1px solid #d9d8d8;
}

#content-selector .left-bar .header .help-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    line-height: 25px;
    height: 25px;
    color: #0085c6;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: center;
    cursor: pointer;
}

#content-selector .left-bar .body {
    border-right: 1px solid #d9d8d8;
    border-left: 1px solid #d9d8d8;
    padding: 10px 24px;
}

#content-selector .left-bar .body > ul >li {
    padding-top: 3px;
    clear: both;
}

#content-selector label.checkbox input {
    margin: 1px 4px 7px 4px;
    display: block;
    float: left;
}

#content-selector .articles-block label.checkbox input {
    margin: 1px 6px 9px 4px;
}

#content-selector .articles-block label.checkbox {
    color: #0085c6;
    font-size: 14px;
    cursor: pointer;
    max-width: 285px;
}

#content-selector .left-bar .bottom {
    background-color: #e5f2fa;
    border-radius: 0 0 15px 15px;
    border: 1px solid #d9d8d8;
    padding: 16px 20px 13px 20px;
    text-align: center;
}

#content-selector .left-bar .bottom p {
    color: #5d666b;
    padding-bottom: 10px;
    font-size: 14px;
    margin: 0;
}

#content-selector .left-bar .bottom .submit {
    width: 260px;
    height: 37px;
    border-radius: 15px;
    background-color: #0085c6;
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    border: none;
    cursor: pointer;
}

#content-selector .articles-list {
    padding-top: 6px;
    padding-left: 5px;
}

#content-selector .articles-list li{
    padding: 0;
}

#content-selector .show-article {
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

#content-selector ul {
    list-style: none;
}

#content-selector .center {
    text-align: center;
}

#content-selector #page {
    margin-top: 159px;
}

#content-selector #selector {
    margin-top: 73px;
}

#content-selector #page input {
    background-color: #e5f2fa;
    border: 1px solid #d2d7da;
    width: 412px;
    height: 17px;
    text-align: center;
}

#content-selector #page p.error {
    color: #bd362f;
}

#content-selector #page h2 {
    color: #0486c0;
    font-size: 24px;
    margin-bottom: 12px;
}

#content-selector #selector h2 {
    color: #0486c0;
    font-size: 26px;
    margin-bottom: 24px;
}

#content-selector #selector .case {
    width: 270px;
    height: 345px;
    float: left;
    border: 1px solid #d6d6d6;
    background-color: #e5f2fa;
    text-align: center;
}

#content-selector .case .header {
    background-color: #0085c6;
    color: #fff;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
}

#content-selector .case .title {
    font-size: 32px;
    color: #0085c6;
}

#content-selector .case .description {
    font-size: 21px;
    line-height: 16px;
    color: #3ea8dc;
}

#content-selector .case .button a {
    width: 98px;
    height: 37px;
    color: #fff;
    background-color: #0085c6;
    border: none;
    border-radius: 15px;
    display: block;
    font-size: 21px;
    text-decoration: none;
    line-height: 37px;
    margin: 0 auto;
}

#content-selector .case .button {
    margin-top: 12px;
}

#content-selector #selector .or {
    padding-top: 150px;
    width: 87px;
    height: auto;
    float: left;
}

#content-selector #visual .image {
    margin:  20px 30px 13px 10px;
}

#content-selector #simple .image {
    margin: 20px -11px 13px 5px;
}

#content-selector #selector .selectors {
    margin: 0 auto;
    width: 631px;
}

#content-selector .or div {
    background-color: #0085c8;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: auto;
    font-size: 22px;
}

#content-selector #list .header {
    background-color: #0085c6;
    color: #fff;
    font-size: 20px;
    border-radius: 15px 15px 0 0;
    padding: 8px 27px;
    border: 1px solid #dad8d9;
    position: relative;
}

#content-selector #list .header .back-link {
    position: absolute;
    top: 13px;
    right: 32px;
    font-size: 15px;
}

#content-selector #list .header .back-link a {
    color: #fff;
}

#content-selector #list .description {
    background-color: #e5f2fa;
    color: #60696e;
    border-bottom: 1px solid #dad8d9;
    border-left: 1px solid #dad8d9;
    border-right: 1px solid #dad8d9;
    padding: 19px 24px 21px 24px;
    font-size: 15px;
}

#content-selector #list .button {
    background-color: #e5f2fa;
    border: 1px solid #dad8d9;
    padding: 20px 24px 22px 27px;
    border-radius: 0 0 15px 15px;
}

#content-selector #list .button button {
    width: 260px;
    height: 37px;
    border-radius: 15px;
    background-color: #0085c6;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

#content-selector #list .button .control-group {
    margin: 0;
}

#content-selector #list .body {
    border-left: 1px solid #dad8d9;
    border-right: 1px solid #dad8d9;
    padding: 25px 24px;
    clear: both;
}

#content-selector #list .articles-block {
    /*float: left;*/
    padding-bottom: 8px;
    width: 295px;
}

#content-selector #to_get_started {
    border: 3px dashed #a6a6a6;
    width: 625px;
    float: right;
    min-height: 858px;
}

#content-selector #to_get_started .arrow {
    padding: 77px 0 0 57px;
}

#content-selector #to_get_started .text {
    padding: 5px 115px 0 112px;
    line-height: 28px;
    font-size: 22px;
    color: #8d8d8d;
    text-align: center;
}

#content-selector #list .articles-block h3 {
    color: #0085c6;
    font-weight: 700;
    font-size: 16px;
}

#content-selector .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content-selector .clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
} /* Hides from IE-mac \*/
#content-selector .clearfix {
    display: block;
}

#content-selector #content {
    margin-top: 33px;
    min-height: 946px;
    margin-bottom: 20px;
}

#content-selector #contacts {
    width: 685px;
    margin: 0 auto;
}

#content-selector #contacts .header {
    background-color: #0085c6;
    color: #fff;
    font-size: 21px;
    border-radius: 15px 15px 0 0;
    padding: 8px 27px;
    border: 1px solid #dad8d9;
}

#content-selector #contacts .description {
    background-color: #e5f2fa;
    color: #60696e;
    border-bottom: 1px solid #dad8d9;
    border-left: 1px solid #dad8d9;
    border-right: 1px solid #dad8d9;
    padding: 18px 0 17px 28px;
    font-size: 15px;
}

#content-selector #contacts .body {
    border-left: 1px solid #dad8d9;
    border-right: 1px solid #dad8d9;
    padding: 23px 24px 16px 24px;
    clear: both;
}

#content-selector #contacts .submit {
    background-color: #e5f2fa;
    border: 1px solid #dad8d9;
    padding: 23px 24px 28px 32px;
    border-radius: 0 0 15px 15px;
}

#content-selector #contacts .submit button {
    width: 97px;
    height: 37px;
    border-radius: 15px;
    background-color: #0085c6;
    color: #fff;
    font-size: 23px;
    line-height: 37px;
    border: none;
    cursor: pointer;
}

#content-selector .control-group {
    margin-bottom: 13px;
}

#content-selector .control-group label {
    font-size: 15px;
    float: left;
    width: 181px;
    text-align: right;
    padding-right: 10px;
    color: #60696e;
    display: block;
    height: 37px;
    line-height: 37px;
}

#content-selector .control-group input {
    color: #97a0a5;
    height: 17px;
    border: 1px solid #dad8d9;
    background-color: #e5f2fa;
    width: 412px;
    padding: 10px;
}

#content-selector .control-group select {
    font-size: 15px;
    color: #97a0a5;
    padding-left: 14px;
    height: 39px;
    border: 1px solid #dad8d9;
    background-color: #e5f2fa;
    width: 433px;
}

#content-selector .control-group.error span.error-message {
    margin-left: 160px;
    color: #bd362f;
}

#content-selector .control-group.error input, .control-group.error select {
    background-color: #f1e1e1;
}

#content-selector #footer {
    border-top: 1px solid #d8d8d8;
    min-height: 75px;
    color: #afafaf;
}

#content-selector #footer a {
    color: #afafaf;
}

#content-selector #footer .contacts {
    margin-top: 18px;
    font-size: 16px;
}

#content-selector #footer .copyright {
    font-size: 12px;
    margin-top: 9px;
}

#content-selector #done {
    margin-top: 72px;
}

#content-selector #done h2 {
    color: #0486c0;
    font-size: 27px;
    line-height: 34px;
}

#content-selector #list .row-wrap .articles-block:nth-child(2) {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    width: 297px;
    padding-left: 17px;
}

#content-selector #list .row-wrap .articles-block:nth-child(1) {
    width: 311px;
}

#content-selector #list .row-wrap .articles-block:nth-child(3) {
    width: 275px;
    padding-left: 20px;
}

#content-selector #list .row-wrap:last-child .articles-block {
    padding-bottom: 0;
}

#content-selector iframe {
    overflow: hidden;
}

#content-selector .help-icon a {
    text-decoration: none;
}

#content-selector .help-box {
    width: 300px;
    display: none;
    max-width: 300px;
    position: absolute;
    z-index: 100;
    top: 40px;
    left: -26px;
    background-color: #e5f2fa;
    padding: 20px;
    font-size: 13px;
    border-radius: 15px;
    color: #5d666b;
    border: 1px solid #d9d8d8;
    font-weight: 400;
    cursor: default;
}

#content-selector .help-icon:hover > .help-box {
    display: block;
}

#content-selector .help-arrow {
    border-color: transparent transparent #e5f2fa transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    left: 27px;
}

#content-selector .help-arrow-bg {
    border-color: transparent transparent #d9d8d8 transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0;
    position: absolute;
    top: -24px;
    left: 25px;
}

#content-selector .no-passcode {
    color: #676767;
    font-size: 15px;
}

#content-selector .articles-list label {
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #0085c6;
    clear: left;
    display: block;
}

.vertical-line {
    position: absolute;
    width: 1px;
    background-color: #d8d8d8;
}

#left-vertical-line {
    left: 320px;
}

#right-vertical-line {
    left: 630px;
}

#article ul {
    list-style: disc;
}

#article ul, #article ol {
    padding: 0 0 0 40px;
    margin: 14px 0;
}

#list .body {
    position: relative;
}

#list .body .column {
    float: left;
    width: 310px;
}