

#help-content-editor {
    height: 700px;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.help-select-child-group, 
.help-select-parent-group,
.help-select-edit-item {
    padding: 0px 6px 0px 6px;
}
.help-subtext {
    font-size: 14px;
    display: block;
}

.help-focus{
    background-color: #87ceeb !important;
    border: 1px solid #87ceeb !important;
}

.help-root{
    border-top: 1px solid #87ceeb !important;
    border-left: none;
    border-right: none;    
    border-bottom: 1px solid #87ceeb !important;
}
.help-root:hover {
    color: #fff !important; /*#000*/
    background-color: #2f9cd0 !important; /*#87ceeb*/
}
.help-root:focus{
    color: #fff !important;
}
.help-child{
    border: none;
    background-color: #ffffff !important;
    color: #2f9cd0 !important;
}

.help-list-group-item,
a.help-list-group-item:hover,
a.help-list-group-item:focus {   
    overflow:hidden;  
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #2f9cd0;
}

.h-map-icon {
    border: 1px solid #5d5d5d;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
}

@media(min-width: 1125px) {
    .h-thumbnail {
        width: 800px;
    }    
}
.h-thumbnail {
    display: inline-block;
    cursor: pointer;
}

.h-icon-container {
    width: 100%;
    display: inline-block;
}
.h-icon {
    /*display: inline-block;*/
}
.h-icon-label {
    display: block;
    color: #2d2d2d;    
}

.h-shadow {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);		
}

.h-menu-item {
    background-color: #2f9cd0;
    padding: 10px 10px 10px 10px;
    width: 250px;
    font-family: Segoe, Calibri, Cambria, Arial, Verdana;
    font-size: 16px;
    color: #ffffff;
}

.h-submenu-item {
    float: left;
    background-color: #ffffff;
    border: 1px solid #2f9cd0;
    padding: 10px 10px 10px 10px;
    width: 250px;
    font-family: Segoe, Calibri, Cambria, Arial, Verdana;
    font-size: 16px;
    color: #5d5d5d;
}
/*
.h-image-container {	

    width: 100%;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 1px 1px 1px 1px;
    background-color: #ffffcc;	

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);			
}

.h-image-medium {
    width: 400px;
}*/


.h-image-label {
    font-size: 14px;
    font-family: Segoe, Calibri, Cambria, Arial, Verdana;
    font-weight: bold;
    font-style: italic;
    color: #2d2d2d;
    display: inline-block;
    padding: 5px 5px 0px 5px;
}

.h-text {
    /*display: inline-block;*/
    /*margin-top: 15px;    */
    font-size: 18px;
    font-family: Segoe, Calibri, Cambria, Arial, Verdana;
    padding: 15px 15px 15px 15px;
    vertical-align: text-top;
    text-align: justify;
}
.h-faq {
    float: left;
    width: 100%;    
    margin-top: 15px;

    font-size: 18px;
    font-family: Segoe, Calibri, Cambria, Arial, Verdana;
    background-color: #fdf6e3;/*#ffffcc;*/
    padding: 15px 15px 15px 15px;
    vertical-align: text-top;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);	
}
.h-faq-icon {
    float: left;
}
.h-faq-content {   
    border-left: 1px dotted #5d5d5d;
    margin-left: 25px;
    padding: 5px 5px 5px 5px;
}

/*    .h-warning {
        float: left;
        width: 100%; 
        margin-top: 15px;

        font-size: 18px;
        font-family: Segoe, Calibri, Cambria, Arial, Verdana;
        background-color: #ffffcc;#ffffcc;
        padding: 15px 15px 15px 15px;
        margin-bottom: 15px;
        margin-top: 15px;
        vertical-align: text-top;

        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);    
    }
    .h-warning-title {    
        font-size: 22px;
        font-weight: bold;
        border-bottom: 1px dotted #fff;
        padding-bottom: 15px;
    }
    .h-warning-content {
        padding: 5px 5px 5px 5px;
        text-align: justify;
    }*/

.h-youtube {

    width: 100%;    
    margin-top: 15px;
    display: block;

    border-width: 0px;
    width: 560px; 
    height: 315px;
}

.h-inline {
    display: inline-block;
}
.h-float-left {
    float: left; 
}

.justify {
    text-align: justify;
}

.h-req-table {
    /*width: 600px;*/
    border: 1px solid #9fd7ef;
}

.h-req-table-column-left {
    width: 40%;
    background-color: #9fd7ef;
    border-bottom: 1px solid #ffffff;
    padding: 15px 15px 15px 15px;
}

.h-req-table-column-right {
    border-bottom: 1px solid #9fd7ef;
    padding: 15px 15px 15px 15px;
}

.h-noborder-bottom {
    border-bottom: 0px;
}

.h-api {
    max-width: 100%;
    color: #000000;
}

.h-api .object {
    color: #27408B;
}

.h-api .default {
    font-weight: bold;
}

.h-api .required {
    font-weight: bold;
}

.h-w5 { width: 5%; } 
.h-w10 { width: 10%; }
.h-w15 { width: 15%; }
.h-w25 { width: 25%; }
.h-w30 { width: 30%; }
.h-w35 { width: 35%; }
.h-w40 { width: 40%; }
.h-w45 { width: 45%; }
.h-w50 { width: 50%; }
.h-w55 { width: 55%; }
.h-w60 { width: 60%; }
.h-w65 { width: 65%; }
.h-w70 { width: 70%; }
.h-w75 { width: 75%; }
.h-w80 { width: 80%; }
.h-w85 { width: 85%; }
.h-w90 { width: 90%; }
.h-w95 { width: 95%; }
.h-w100 { width: 100%; }