/*#############################################################
Name: Document explorer styles
Date: 2012-12-17
Author: Giovanni Aduso
#############################################################*/

#documentExplorer {
    display: block;
    width: auto;
    min-height: 100%;
    overflow: hidden;
    margin: 10px;
}

#explHeader {
    display: block;
    width: auto;
    min-height: 30px;
    margin-bottom:10px;
    font: 10px Tahoma, Helvetica, Arial, Sans-Serif;
}

#explLeft {
    display: block;
    float:left;
    width: 200px;
    min-height: 100%;
    font: 13px Tahoma, Helvetica, Arial, Sans-Serif;
}
#explRight {
    display: block;
    float:right;
    overflow: hidden;
    width: 700px;
    margin-left: 30px;
    min-height: 100%;
    font: 14px Tahoma, Helvetica, Arial, Sans-Serif;
}
.displayData {
    display: block;
    overflow: hidden;
    width: 95%;
    margin: 30px;
    font: 14px Tahoma, Helvetica, Arial, Sans-Serif;
}
.dNavItem {
    display: block;
    background: #888888;
    box-shadow: 2px 2px 2px #888888;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 

    width: auto;
    text-align: left;
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 3px;
    color: #DDDDDD;
    cursor: pointer;
}
.dNavItem-current {
    display: block;
    background: #585858;
    box-shadow: 2px 2px 2px #888888;
    border: 1px solid #626262;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 

    width: auto;
    text-align: left;
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 3px;
    cursor: pointer;
}
.dNavItem-previous {
    display: block;
    background: #555555;
    box-shadow: 2px 2px 2px #888888;
    border: 1px solid #585858;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    width: auto;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

#hHome {
    display: inline-block;
    float:left;
    background: transparent url(/img/home.png) no-repeat center center;
    cursor: pointer;
    padding: 3px;
    margin: 3px;
    width: 16px;
    height: 16px;
    min-height:1px;
}

.hNavItem {
    display: inline-block;
    float:left;
    background: transparent;
    height: 16px;
    text-align: left;
    font-weight: normal;
    padding: 3px;
    margin: 3px;
    cursor: pointer;
}
.hNavItem-current {
    display: inline-block;
    float:left;
    background: transparent;
    height: 16px;
    text-align: left;
    font-weight: bold;
    padding: 3px;
    margin: 3px;
    cursor: normal;
}

#disp_title {
    display: block;
    font: 26px Tahoma, Helvetica, Arial, Sans-Serif;
}
#disp_info {
    display: block;
    margin-top: 3px;
    font: 10px Tahoma, Helvetica, Arial, Sans-Serif;
}
#disp_description {
    display: block;
    margin-top: 8px;
    font: 16px Tahoma, Helvetica, Arial, Sans-Serif;
}
#disp_content {
    display:block;
    min-height: 100%;
    margin-top: 10px;
    color: white;
    font: 12px Tahoma, Helvetica, Arial, Sans-Serif;
}
.plainText {
    display:block;
    color: white;
    font: 12px Tahoma, Helvetica, Arial, Sans-Serif;
}

/* NEWS PREVIEW */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(/css/Oswald/oswald.woff) format('woff');
}
.so_item {
    display: inline-block;
    width: 190px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.so_content {
    display: block;
    width: 190px;
}
.so_title {
    display: block;
    padding: 0;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    font-family: Oswald,serif !important;
}
h4.so_title {
    text-align: left;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
h4.so_title a {
    -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: none !important;
    -moz-text-decoration-style: solid !important;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
}
h4.so_title a:hover {
    color: #00497C;
    text-decoration: none;
}
.so_img a span {
    display: block;
    width: 180px;
    height: 90px;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-origin: padding-box !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color-ltr-source: physical !important;
    border-left-color-rtl-source: physical !important;
    border-left-color-value: -moz-use-text-color !important;
    border-left-style-ltr-source: physical !important;
    border-left-style-rtl-source: physical !important;
    border-left-style-value: none !important;
    border-left-width-ltr-source: physical !important;
    border-left-width-rtl-source: physical !important;
    border-left-width-value: medium !important;
    border-right-color-ltr-source: physical !important;
    border-right-color-rtl-source: physical !important;
    border-right-color-value: -moz-use-text-color !important;
    border-right-style-ltr-source: physical !important;
    border-right-style-rtl-source: physical !important;
    border-right-style-value: none !important;
    border-right-width-ltr-source: physical !important;
    border-right-width-rtl-source: physical !important;
    border-right-width-value: medium !important;
    border-top-color: -moz-use-text-color !important;
    border-top-style: none !important;
    border-top-width: medium !important;
}
.so_img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px;
    border-color-ltr-source: physical;
    border-color-value: #DCDCDC;
    border-style-ltr-source: physical;
    border-style-rtl-source: physical;
    border-style-value: solid;
    border-width-ltr-source: physical;
    border-width-rtl-source: physical;
    border-width-value: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    padding: 4px;
}
.so_img:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #00497C;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    cursor: pointer;
    transition-delay: 0s;
    transition-duration: 1.3s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.so_img a {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color-ltr-source: physical !important;
    border-left-color-rtl-source: physical !important;
    border-left-color-value: -moz-use-text-color !important;
    border-left-style-ltr-source: physical !important;
    border-left-style-rtl-source: physical !important;
    border-left-style-value: none !important;
    border-left-width-ltr-source: physical !important;
    border-left-width-rtl-source: physical !important;
    border-left-width-value: medium !important;
    border-right-color-ltr-source: physical !important;
    border-right-color-rtl-source: physical !important;
    border-right-color-value: -moz-use-text-color !important;
    border-right-style-ltr-source: physical !important;
    border-right-style-rtl-source: physical !important;
    border-right-style-value: none !important;
    border-right-width-ltr-source: physical !important;
    border-right-width-rtl-source: physical !important;
    border-right-width-value: medium !important;
    border-top-color: -moz-use-text-color !important;
    border-top-style: none !important;
    border-top-width: medium !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.so_readmore {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/bg_more_r.png");
    background-origin: padding-box;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.so_readmore a {
    -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: none !important;
    -moz-text-decoration-style: solid !important;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/bg_more_l.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #00477A;
    display: inline-block;
    float: left;
    font-size: 90%;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 0;
    text-transform: none !important;
}
.so_readmore:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/bg_more_hover_r.png");
    background-origin: padding-box;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.so_readmore a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/bg_more_hover_l.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #0073C3;
}
.so_subtitle {
    display: block!important;
    width: 190px!important;
    height: 14px!important;
    white-space: nowrap!important;
    text-overflow:ellipsis!important;
    overflow: hidden!important;
    font-size: 10px!important;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}
.so_subtitle * {
    margin:0!important;
    padding:0!important;
}
.so_description {
    display: block!important;
    width: 190px!important;
    height: 50px!important;
    overflow-y: auto!important;
    font-size: 12px!important;
    text-align: justify!important;
    margin: 0;
    padding:0;
}
.so_description * {
    margin:0!important;
    padding:0!important;
    text-align: inherit!important;
}
.so_description .noSummary {
    display: none!important;
}
.so_description::-webkit-scrollbar {
    display: none!important;
}
.so_modal_title {
    font-family: Oswald,serif !important;
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
    color: #00497C;
}
.so_modal_subtitle {
    font-size: 13px;
    font-style: italic;
    color: #aaa;
}
.so_modal_content * {
    width: 100%;
}
.sof_box {
    display: block!important;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #e3e3e3;
    padding-bottom: 3px;
    margin-bottom: 30px;
}

.sof_title {
    display: block!important;
    font-size: 18px!important;
    padding: 0;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    font-family: Oswald,serif !important;
    color: #00497C;
}
.sof_subtitle {
    display: block!important;
    font-size: 11px!important;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 10px;
    margin-left: 0;
    padding: 0;
    color: #aaa;
    text-align: right;
}
.sof_content {
    display: block!important;
}
.sof_image {
    display: inline-block!important;
    vertical-align: top;
    width: 15%;
    margin: 0;
    padding:0;
    margin-right: 20px;
}
.sof_image img {
    width: 100%;
    max-width: 100%;
}
.sof_description {
    display: inline-block!important;
    vertical-align: top;
    width: 82%;
    font-size: 12px!important;
    margin: 0;
    padding:0;
}
.sof_description * {
    width: 100%;
}
.sof_description_more .readMore {
    font-size: 12px;
    cursor: pointer;
}
@media (max-width: 480px) {
    .sof_image {
        display: block!important;
        width: 100px;
        margin: 0;
        padding:0;
    }
    .sof_description {
        display: block!important;
        width: auto;
        margin: 0;
        padding:0;
    }
}
.sof_tags {
    display: block!important;
    font-size: 12px!important;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 10px;
    margin-left: 0;
    padding: 0;
    text-align: right;
}
/* END: NEWS PREVIEW */

/* Documentation explorer, tree 

.siteDocumentNav {
    min-height:20px;
/*
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)

}
.siteDocumentNav > ul {
    padding: 0;
    margin: 0;
}
.siteDocumentNav li {
    list-style-type:none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}
.siteDocumentNav li::before, .tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto;
}
.siteDocumentNav li::before {
    border-left:1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}
.siteDocumentNav li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px;
}
.siteDocumentNav li div {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #a0a0a0;
    border-radius: 1px;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
}
.siteDocumentNav li.parent_li>div {
    cursor: pointer;
}
.siteDocumentNav>ul>li::before, .siteDocumentNav>ul>li::after {
    border: 0;
}
.siteDocumentNav li:last-child::before {
    height: 30px;
}
.siteDocumentNav li.parent_li>div:hover, .siteDocumentNav li.parent_li>div:hover+ul li div {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000;
}
.siteDocumentNav .doc:hover {
    cursor: pointer;
    background: #2A6496;
    color: white;
}
.siteDocumentNav .active {
    background: #999;
    color: #2A6496;
}
.siteDocumentNav span.lab {
    display: inline-block;
    float: left;
}
.siteDocumentNav span.glyphicon {
    display: inline-block;
    float: left;
    margin: 0;
    margin-top: 3px;
    margin-right: 5px;
    font-size: 10px;
}
*/
#treeMenu {
    background: transparent;
    margin: 0;
    margin-bottom: 20px;
}
#treeMenu span {
    font-size: 16px;
}

.overlay {  
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
}
#documentShow .docDiv {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: 300px;
    text-align: center;
}
#documentShow object {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: 300px;
}

/*** easy links ***/
.easyLink {
    display: inline-block;
    width: 270px;
    height: 70px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.easyLink .box {
    width: 262px;
    height: 62px;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
}
.easyLink .box a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
    padding-top: 15px;
    text-align: center;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    outline: none;
}
.easyLink .box:hover {
    cursor: pointer;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #DCDCDC;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
}


/**
 * STILI PAGINA DOCUMENTATION/EXPLORER
 * ddm
 *
 * from codrops http://tympanus.net/codrops/2013/04/19/responsive-multi-level-menu/
*/
/* Common styles of menus */

.dl-menuwrapper {
    width: 100%;
    /*max-width: 300px;*/
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #aaa;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 
        0 10px 0 #fff, 
        0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    border-bottom: #E5E5E5 solid 1px;
    outline: none;
    color: #777;
}

.dl-menuwrapper li a:hover{
    text-decoration: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: #E5E5E5;
    /*color: #fff;*/
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    /*font-family: 'icomoon';*/
    font-family: 'Glyphicons Halflings';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e072";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: #363C46;/*rgba(212,204,198,0.3);*/
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
    /*margin: 5px 0 0 0;*/
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
    background: #fefefe;
}

.dl-menuwrapper li .dl-submenu  li a{
    border-bottom-color: #bebebe;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    -moz-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
}
}

@-moz-keyframes MenuAnimOut2 {
    100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
}
}

@keyframes MenuAnimOut2 {
    100% {
    transform: translateX(-100%);
    opacity: 0;
}
}


.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    -moz-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}


@-webkit-keyframes MenuAnimIn2 {
    0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
}
}

@-moz-keyframes MenuAnimIn2 {
    0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
}
100% {
    -moz-transform: translateX(0px);
    opacity: 1;
}
}

@keyframes MenuAnimIn2 {
    0% {
    transform: translateX(-100%);
    opacity: 0;
}
100% {
    transform: translateX(0px);
    opacity: 1;
}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}


@-webkit-keyframes SubMenuAnimIn2 {
    0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
}
}


@-moz-keyframes SubMenuAnimIn2 {
    0% {
    -moz-transform: translateX(100%);
    opacity: 0;
}
100% {
    -moz-transform: translateX(0px);
    opacity: 1;
}
}


@keyframes SubMenuAnimIn2 {
    0% {
    transform: translateX(100%);
    opacity: 0;
}
100% {
    transform: translateX(0px);
    opacity: 1;
}
}


.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}


@-webkit-keyframes SubMenuAnimOut2 {
    0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
}
}

@-moz-keyframes SubMenuAnimOut2 {
    0% {
    -moz-transform: translateX(0%);
    opacity: 1;
}
100% {
    -moz-transform: translateX(100%);
    opacity: 0;
}
}


@keyframes SubMenuAnimOut2 {
    0% {
    transform: translateX(0%);
    opacity: 1;
}
100% {
    transform: translateX(100%);
    opacity: 0;
}
}


/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

#dl-menu a>span{
    margin-right: 10px;
    color: #363C46;
}

#explorer-page {
    margin-top: 50px;
}

#document-list-col {
    /*min-height: 320px;*/
    border-right: solid 1px #E5E5E5;
    background: #fff;
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#document-content{
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    position: relative;
}

#document-loader{
    height: 30px;
    width: 30px;
    background: center center url("../img/loading/documentation-loader.gif") no-repeat;
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -15px 0 0 -15px;
    z-index: 3;
}

#document {
    position: relative;
    z-index: 1;
    height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
}

#document.img{
    text-align: center;
}

#document-actions{
    text-align: center;
    margin-bottom: 15px;
    border-bottom: solid 1px #bebebe;
    padding-bottom: 15px;
}

#document-actions .btn {
    margin: 0 10px;
    border-radius: 0;
    color: #363C46;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#document-actions .btn span {
vertical-align: super;
}

#document-actions .btn:last-child{
    margin-right: 0;
}

#document-content.fullpage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

/*.full-page-transition{
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);  easeInOutQuad 

    -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
    -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
    -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
    transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);  easeInOutQuad 
}*/
#viewBookmark{display: none;}

#document-content.no-handle #document-actions .btn#showFullPage,
#document-content.no-handle #document-actions .btn#closeDocument,
#document-actions .btn#downloadDocument#downloadDocument{
    display: none;
}

#document-content.download #document-actions .btn#downloadDocument{
    display: inline-block;
}

#sidebarContainer #toolbarSidebar .splitToolbarButton {
display: none;
}

#toolbarSidebar,
#toolbarContainer, .findbar, .secondaryToolbar{
    background-image: none;
    background: #363C46;
}

#documentShow{
    overflow-x: hidden;
}