/*
    960 Grid System ~ Text CSS.
    Learn more ~ http://960.gs/

    Licensed under GPL and MIT.
*/

/*Basic HTML
--------------------------------------------------------------------------------*/

body {
    color: black; /* font: 12px Arial, sans;  */
/* font: 13px/1.7 Verdana,sans-serif,'Lucida Grande',Helvetica,Arial; */
    font: 17px/1.5 Timew New Roman, serif; /* font: 13pt "Times New Roman", Times, serif; */
/* line-height: 1.5; */

}

p {

    margin-bottom: .5em;
}

p+p {
    margin-top: 1em;
}

a, menu#main li#about-solutions a {
    border-bottom-color: #3bc9f6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    color: #08C;
}

a:hover {
    text-decoration: none;
    /*
    border-bottom-color: #0098cd;
    border-bottom-width:1px;
    border-bottom-style:  solid;
    */
    color: #005096;

}

/*Headings
--------------------------------------------------------------------------------*/

h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: normal;
    margin-top: 0.8182em;
    margin-bottom: 0em;

}

h2 {
    margin: 0;
    padding: 0;
    font-size: 1.6667em;
    font-weight: normal;
    line-height: 1.2em;
    margin-top: 1em;
    margin-bottom: .5em;
}

div.product-title h2 {
    padding-left: .5em;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 1.3333em; /* 16px */
    line-height: 1.5em; /* 18px */
    margin-top: 1em;
    margin-bottom: .5em;
    font-weight: normal;
    color: black;

    /*
        margin:0;
        padding:0;
        font-size: 1.1em;
        line-height: 1.125em;
        margin-top: 0.25em;
        margin-bottom: .5em;
        font-weight: bold;
        color: #e76330;
    */
}

a h3 {
    color: #08C;
    border-bottom-color: #3bc9f6;

}

a h3:hover {
    color: #005096;
}

article.front-block h3 {
    padding-left: .5em; /* border-bottom: 1px dotted gray; */

}

article.front-block h3 a {
    border-bottom: 1px solid #3BC9F6;
}

h3 a {
    border: none;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: .5em;
    color: #e76330;
}

h5 {
    margin: 0;
    padding: 0;
    font-size: .83em;
    font-weight: 600;
    color: White;
    margin-top: .5em;
    margin-right: 1em;
}

h2+p {
    /* margin-left: 10px;
    margin-top: 1em;
     */
}

small {
/* font-size: .9em; */
    line-height: 1.6;
}

.press{
    font-size: .8em;
}

.csodessa-role p {
    margin-bottom: .5em;
}

.solution-body h2 {
    padding: 0;
}

/*Other typography styles --------------------*/

logo a {
    color: white;
    border: none;
    font-weight: bold;
    font-size: 1.33em;
}

logo a:hover {
    color: gray;
    border: none;
}

menu#main li {
    font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
    font-size: 2em;
    margin-right: 1em;
    display: inline;
}

menu#main li a {

}

menu#main li#solutions a {
    color: #DB5E38;
    border-bottom: 1px solid #DB5E38;
}

menu#main li#solutions.selected a {
    color: black;
    border: none;
}

menu#main li.selected a {
/* background-color: black; */
    color: black;
    border: none;
}

menu#main li.selected:hover {

}

menu#account li,
menu#account-info-acc li,
menu#account-info li {
    display: block;
    position: relative;
}

menu#account,
menu#account-info-acc,
menu#account-info {
    padding: 14px;
}

menu#account li a,
menu#account-info li a,
menu#account-info-acc li a {
    padding: 7px;
    border: none;
}

menu#account  ul,
menu#account-info-acc ul,
menu#account-info ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

menu#account li div.rounded,
menu#account-info li div.rounded,
menu#account-info-acc li div.rounded {
    border: 0 solid white;
    background: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    behavior: url('/css/border-radius.htc');
    display: block;
    width: 160px;
}

menu#account li div.half,
menu#account-info li div.half,
menu#account-info-acc li div.half {
    border: 0 solid white;
    background: white;
    width: 78px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    behavior: url('/css/border-radius.htc');
}

menu#account-info li,
menu#account-info-acc li {
    display: block;
    margin-bottom: 1em;
}

menu#account-info li div.rounded,
menu#account-info-acc li div.rounded {
    width: 220px;
}

mmenu#sub-myaccount {
    margin-top: 1.75em;
    padding: .5em;
    margin-left: 2em;
    padding-left: -2em;
    margin-top: 5em; /* border-top: 1px solid #DB7F46; */
    border-top: 1px solid #008678;
    border-bottom: 1px solid #008678;
    margin-bottom: 4em;
}

menu#sub-myaccount li {
    padding: .6em 1em;
    font-size: 1em; /* 16px */

}

menu#sub-myaccount li a {
/* color: #c05922; */
    color: #008678;
    border: none;
}

menu#sub-myaccount li.selected a {
    border: none;
    color: white; /* background: #DB7F46; */
    background: #008678;
    padding: .6em;
    padding-bottom: .7em;
}

menu#main li#downloads {
    font-size: 16px;
    padding-top: 1em;
}

menu#sub {
    margin-top: 1.75em;
    padding: .5em;
    margin-left: 2em;
    padding-left: -2em;
    border-bottom: 2px solid #08C;
    border-top: 2px solid #08C;
}

menu#sub li {
    padding: .5em 1em;
    font-size: 1.25em; /* 16px */
    line-height: 1.125em; /* 18px */

}

menu#sub li.selected {
/* border-bottom: 4px solid black; */
    background: #08C;
}

menu#sub li.selected a {
    border: none;
    color: white;
}

menu#sub li a {
    border: none;

}

menu#product {

}

menu#product li {
    padding: .5em;

}

menu#areas {
    background: white;
    border-bottom: 4px solid #db5e38;
    margin-top: 2.5em;
    padding-bottom: 0;
    /*
-webkit-box-shadow: 0 1px 4px #08C;
    padding-top: 2em;
*/
}

menu#areas li {
    margin-bottom: 1em;

}

menu#areas li.selected {

}

menu#areas li.selected a {
    color: white;
    border: none;
    background: #db5e38;
    padding: 0.7em;

}

li.separator {
    height: .5em;
    width: 100%;
    border-bottom: 4px solid silver;
    margin-bottom: 1em;

}

aside ul li {
    list-style-type: none;
    margin-left: -1.35em;
    padding-left: -1.35em;
}

aside.solutions li {
    list-style-type: none;
    margin-bottom: .75em;
}

aside.solutions li.selected {
    background: #08C;
    color: white;
    padding: .5em;
    margin-left: -.5em;

}

.no-bulet ul li {
    list-style-type: none;
    margin-left: -1.25em;
    padding-left: -1.35em;
}

ul {
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: 20px;
}

.alpha ul {

}

ul li {
    list-style-type: disc;
    list-style-position: outside;
    color: #585858;
    margin-bottom: 1em;
    margin-left: 0;

}

ol {
    margin-bottom: 1em;
    color: gray;
}

ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 2em;
    margin-bottom: .5em;
    color: black;
}

li ul li
{
	list-style-type: circle;
    margin-left: 2em;
}

li ul li ul li
{
    margin-top: 1em;
	list-style-type: square;
    margin-left: 2em;
}

li ol li
{
    margin-top: 1em;
	list-style-type: lower-latin;
    margin-left: 2em;
}

li ol li ol li
{
	list-style-type: lower-roman;
    margin-top: 1em;
    margin-left: 2em;
}
li.top-arrow a {
  background: url(/resources/images/up_arrow.png) no-repeat left center;
  padding-left: 1em;
  list-style-type: none;
}
li.left-arrow a {
  background: url(/resources/images/left_arrow.png) no-repeat left;
  padding-left: 1em;
}

.inline li, .inline{
    display: inline;
}

.inline li{
    margin-right: 2em;
}


menu li {
    display: inline;
    list-style-type: none;

}

ul.solution-list li {
    margin-bottom: 2em;
}

div.solution {

}

.csodessa-role {
    margin-bottom: 2em;
}

.quantity {
    display: inline;
    padding: .5em;
    background: silver;
    margin-left: .5em;
    color: white;
    font-size: .83em;
    border-radius: .75em;
    -moz-border-radius: .75em;
    font-weight: bold;
}

ul.catalogue {
    margin-left: 100px;
    margin-top: 2em;

}

ul.catalogue li {
    list-style-type: none;

}

ul.catalogue li#cdo2 {
    margin-bottom: 2em;
    border-bottom: 1px solid gray;
    padding-bottom: .5em;
}

ul.catalogue#multi {
    margin-left: 0px;
    margin-top: 0em;

}

ul.catalogue#multi li {
    margin: 0;
    margin-left: 10px;

}

ul.content {
    margin-top: 3em;

}

ul.content li {

    margin: 0;

}

div.buy-block li {
    list-style-type: none;

}

ul.list-buy-block li+li {
    border-top: 1px solid gray;
    padding-top: .75em;
    margin-top: .75em;
}

ul.list-prices li+li {
    border: none;
}

ul.list-buy-block li ul li {
    margin-left: 0;
}

ul.list-prices li b {

    color: #8b0d12;

}

ul.list-prices li crossed {

    text-decoration: line-through;

}

ul li {
    color: black; /* list-style-type: none; */
}

menu#catalogues {
    margin-top: 2em;
}

menu#catalogues li {
    display: block;
    margin-left: 1em;
    margin-bottom: 1em;
}

ul#list-frequently_bought li h3 {
    margin-top: 2em;

}

ul#list-frequently_bought {
    padding-bottom: 10em;
}

ul.text li {

    list-style-type: disc;
    margin-left: 1.5em;
}

ul.cart li, ul.cart-produc li {
    list-style-type: none;
    margin: 0;
}

ul.cart-product li {
    display: inline;
    padding-top: 2em;
}

ul.cart li.total {
    margin-left: 120px;
    border: none;
    float: right;
    margin-top: 1em;
    font-weight: bold;
    padding-right: 96px;
}

/* ---------------------------Tables---------------------------------- */

table.steps {
    margin-top: 1em;
    border-bottom: 4px solid silver;
    margin-bottom: 2em;
    font-size: .9em;
    line-height: 1.6em;
}

table.steps thead tr {
    border-bottom: 1px solid gray;
    padding-bottom: 1em;
    font-weight: bold;
}

table.steps tr {
    margin-bottom: 2em;
}

table.steps td {
    padding-right: 1em;
}

table.steps_no_end {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: .9em;
    line-height: 1.6em;
}

table.steps_no_end thead tr {
    border-bottom: 1px solid gray;
    padding-bottom: 1em;
    font-weight: bold;
}

table.steps_no_end tr {
    margin-bottom: 2em;
}

table.steps_no_end td {
    padding-right: 1em;
    vertical-align: top;
}

.right {
    float: right;
    display: inline;
}

year {
    color: gray;
    margin-right: 0.5em;
}

answer {
    padding-left: 2em;
    padding-top: .5em;
}

answer ul.flat li, .flat li {
    margin-bottom: .5em;

}

question {
    margin-top: 1.5em;

}

italic {
    font-style: italic;
}

.pad-left li {
    list-style-type: square;
    list-style-position: outside;
    margin-left: 1em;

}

answer small {
    font-size: .9em;
    line-height: 1.6;
}

b.red {
    font-weight: normal;
    color: red;
}

.red {
    font-weight: normal;
    color: red;
}

ul.company {
    padding-left: 0;

}

ul.company li {
    list-style: none;
}

ul li {

    margin-left: 0;
}

.very-small {
    font-size: 12px;
}

.clear {
    clear: both !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

ul li {

    list-style-position: outside;

    list-style-type: disc;

}

menu.menu-block {
    margin-left: 0;
    padding: 0;
}

menu.menu-block li {
    list-style: none;
    display: block;
    margin-bottom: .5em;
    margin-left: 0;
}

ul.non-bullet-list li {
    list-style: none;
}

.with_border {
    border: 2px solid #999da4;
}

.with_border_1px {
    border: 1px solid #999da4;
}

td.r_otstup {
    padding-right: 1.5em;
    vertical-align: top;
}

.head_img {
    margin: 0px;
    padding-top: 4px;
    position: absolute;
    right: 4px;
}

.nodecor {
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.account-block{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    background: white;

    border-radius: 0 0 .5em .5em;
    -webkit-border-radius: 0 0 .5em .5em;
    -moz-border-radius: 0 0 .5em .5em;
    border: 1px solid #008678;
    border-top: 3px solid #008678;
}

#account-logged-in{

    position: relative;
    left:  80px;
}

#help_to_try{
    position: absolute;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    display: none;
    left: 50%;
    width: 240px;
    margin-left: 200px;
    top: 190px;
}

.button-account{
    background: #008678;
    padding: .5em 1em;
    border-radius: .5em;
    -webkit-border-radius:.5em;
    -moz-border-radius:.5em;
}

.button-account a, a.button-account{
    color: white;
    border: none;
    text-align: center;
}


menu#main li#downloads{
    padding-top: 1.4em;
}

#my-menu{
    font-size: 14px;
    background: white;

}

ul#my-menu  li {
    margin-right: 1.5em;
    margin-bottom: .5em;
}

ul#my-menu  li a{
    border-color: #3BC9F6;
}

ul#my-menu  li a.selected{
    border: none;
    background: #008678;
    color: white;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1.5em;
    padding-right: 1em;
    margin-left: -1.5em;
    border-radius: 0 .5em .5em 0;
    -webkit-border-radius:  0 .5em .5em 0;
    -moz-border-radius:  0 .5em .5em 0;

}

ul#login{
    padding-top: 1em;
    padding-bottom: 1em;
    /* border-bottom: 1px solid #008678; */
}
ul#login.active{
    background: #008678;

}

ul#login.active li a,ul#login.active li{
    color: white;
    border-color: white;

}
.my  menu#main{
    margin-top: 0;
    padding-top: 0;
}


.my  menu#main{
    background: url(/img/logo-black.png) no-repeat;
    padding-left: 160px;
}

.my  menu#main li a{
    font-size: 16px;
    padding-top: 0;

}

.my #content{
    padding: 3em;
    border: none;
}

.text-center{
    text-align: center;
}

.mar-left-half{
    margin-left: -0.5em !important;
}
.mar-left-2{
    margin-left: 2em;
}

.float-right{
    float: right;
}


/* ------------------------- */

.my #login_form{
    border-right: 1px solid silver;
    padding: 1em 0;
}


.my #login_form input.input-text{
    font-size: 1.5em;
    width: 10em;
}

.my #login_form label{
    padding-top: .5em;
    text-align: right;
}

.my #login_form li.form-commnet{
    font-size: .9em;
    margin-top: 0;
}

.no-padds{
    padding: 0;
}

ul.list-edit-fields input, ul.list-edit-fields select{
        font-size: 1.2em;
        height: 1.5em;
        width: 15em;


}

.checkbox{
    float: left;
    width: 1em !important;
    height: 1.05em !important;

}

li.separator {
    height: .5em;
    width: 100%;
    border-bottom: 1px solid silver;
    margin-bottom: 1em;

}

ul.check-list {
    padding: 0;

}

ul.check-list li{
    margin: 0;
    padding: 0;

}

ul#list_profile label{
    color: #888;
}

ul#activity-list{
    padding-left: 0 !important;
}

.lm {
    border: 0;
    color: #0073CC;
    font-size: 0.8em;
}

aside {
    margin-top: 1em;
}


#solutions_menu_container {
    font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    
    border-bottom: 2px solid silver;
    /*border-bottom: 2px solid silver;*/
    margin-top: 2em;
    padding-left:2em;
    padding-top: 1.5em

}

#solutions_menu_container li {
   line-height: 3em;
}

ul.solutions_sublist li.selected a, #solutions_menu_container li.selected a  {
    border:none;
    color:black;
}

ul.solutions_sublist li{
    list-style:square;
}


.widget-img{
   margin_left:40px;
}

ul#widget_list{
    list-style-type: none;
}

ul#widget_list li{
    margin-top:2em;
    list-style-type: none;
}

.source-code{
    margin-top:2em;
    height:5em;
    border: 1px solid silver;
    color: silver;
}

#copy_code_button{
    margin-top:.5em;
}
p.small{
   font-size: 14px;
    line-height:1.2em;
    margin:0;
    padding:0;
    margin-top:1.25em;

}
.left_blunk{
    padding-left: 1.5em;
}
.store_my_menu {
    border-color: #ffffff;
    background: #ffffff;
    border: none;
    color: white;
    padding-top: .5em;
    padding-bottom: .5em;
}
#pdf_download {
  margin-top: .5em;
  margin-left: 2.5em;
}
ul.pdf li {
  /* list-style-image: url(/resources/images/Oficina-PDF-icon.png); */
  list-style: none;
  background: url(/resources/images/pdf_icon.png) no-repeat left top;
  padding-top: 1em;
  padding-left: 2.5em;
  color: #08C;
}
ul.pdf li {
  /* list-style-image: url(/resources/images/Oficina-PDF-icon.png); */
  list-style: none;
  background: url(/resources/images/pdf_icon.png) no-repeat left top;
  padding-top: 1em;
  padding-left: 2.5em;
  color: #08C;
}

.mar-top-1{
	margin-top: 1.5em;
}
.mar-top-2{
	margin-top: 3em;
}
.mar-top-4{
	margin-top: 6em;
}
.mar-top-7{
	margin-top: 7em;
}
.mar-top-8{
	margin-top: 8em;
}
.mar-top-10{
	margin-top: 10em;
}

.desc_user_story{
	margin-bottom: 1.5em;
	margin-top: 1em;
}

.desc_user_story p{
	font-size: .89em;
	line-height: 1.2;
	display: block;
	
}

