/* 
    Document   : style
    Created on : Oct 31, 2011, 5:30:33 PM
    Author     : reszegtivadar
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.user_guide .slide_wrapper{
    margin-bottom: 0;
}

.user_guide .slide_wrapper img{
    display: block;
    margin: 20px auto;
}

.menu_points_box { 
    display: inline-block;
    font-family: 'Droid Sans',sans-serif;
    font-size: 13px;
    line-height:28px;
    transition: left 1s;
    vertical-align: top;
    width: 15%;
    width: calc(200px - 0px);
    height: 70vh;
    overflow-y: scroll;
}

.menu_points_box a{
    display: block;
}

.menu_points_box a.active{
    color: #104885;
}

.body_holder_box { 
    background-color: white; 
    border-radius: 10px;
    display: inline-block;
    padding: 2%;
    text-align: center;
    /*width: 78%;
    width: calc(96% - 210px);*/
}
    
.left_button,
.right_button,
.button_empty {
    background-repeat:no-repeat;
    color: #898989;
    display: inline-block;
    font-family: 'Droid Sans',sans-serif;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 5%;
    text-align: left;
    vertical-align: middle;
    width: 39%;
}


.left_button {
    background-position: left center;
    background-image: url("img/userguide_left.png");
}

.right_button {
    background-image: url("img/userguide_right.png");
    background-position: right center;
    text-align: right;
}








/** User Guide **/

#ug_main_body ul {
    font-size: 0.8em;
    margin: 1em 0;
    padding-left: 20px;
}

#ug_main_body li,
.feature_tab_holder li {
    list-style-type: disc;
    text-align: left;
}


.user_guide .slide_wrapper {
    vertical-align: top;
}
.user_guide #features_page_header {
    margin-top: 2em;
    margin-bottom: 2em;
}
.user_guide .content {
    font-size: 0.9em;
    text-align: justify;
    margin-bottom: 1em;
}
ul.user_guide_list {
    font-size: 0.9em !important;
    margin: 2em 1em 2em 1em !important;
    padding-left: 1em;
}
.user_guide_list li{
    font-size: 1em !important;
    margin-bottom: 0.6em;
}
ol.user_guide_list li{
    list-style-type: decimal !important;
}

.user_guide_title {
    /*color: #353535;*/
    color: #213953;
    font-size: 2em;
    font-weight: bold;
}
.user_guide_subtitle {
    color: #213953;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    margin-top: 2em;
}

.user_guide_download_button {
    border: none;
    /*background-color: #80a3d8;
    color: #fff;*/
    background-color: #c8dcf1;
    color: #4e83bd;
    fill: #4e83bd;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    font-family: sans-serif;
    
    vertical-align: middle;
    transition: all 0.3s;
    float: right;
    margin-top: 0.5em;
}
.user_guide_download_button:hover {
    background-color: #ffb301;
    color: #fff;
    fill: #fff;
    cursor: pointer;
    box-shadow: #aaa 4px 5px 19px;
}
.user_guide_download_button:focus {
    background-color: #ffb301;
    color: #fff;
    fill: #fff;
    cursor: pointer;
    box-shadow: #aaa 4px 5px 19px;
    border: none;
}
.user_guide_download_button span {
    margin-left: 1em;
}



#features_page_header.sticky .user_guide_download_button span {
    vertical-align: super;
}
    
#features_page_header.sticky .user_guide_download_button {
    padding: 0.8em 1.5em 0.8em 1.5em;
    margin-top: 0.3em;
    font-size: 0.7em;
}
#features_page_header.sticky .user_guide_download_button svg{
    transform: scale(1.5) !important;
}

#features_page_header {
  /**/
    transition: all 0.3s ease;
}
#features_page_header.sticky {
    /*background: #efc47D;
    text-align: left;*/
    width: 100%;
    position: fixed;
    margin-top: -40px;
    height: 2.8em;
    background-color: #f2f2f2;
    
}
#features_page_header.sticky h1{
    font-size: 2em;
}
#features_page_header.sticky span{
    font-size: 2em;
}




@media (min-width: 1024px) {
    .menu_points_box { 
        position: fixed;
    }
    .user_guide_content {
        margin-left: 13em;
    }
    .user_guide footer{
        margin-left: 13em;
    }
}

@media (max-width: 1340px) {
    #features_page_header.sticky {
        width: 85%;
    }
}
@media (max-width: 800px) {
    #features_page_header.sticky {
        margin-top: -9em;
    }
    .user_guide_download_button span {
        display: none;
    }
}
@media (max-width: 640px) {
    #features_page_header.sticky {
        margin-top: -10.5em;
    }
}
@media (max-width: 320px) {
    #features_page_header.sticky {
        margin-top: -25.3em;
    }
}
