.gallery-groups a, .gallery-group a {
    font-size: 0.8em;
    display: block;
    float: left;
    margin: 2px;
    padding: 10px;
    border: 1px solid #eeeeee;
    position: relative;
    height: 109px;
}

.gallery-groups a {
    width: 350px;
}

.gallery-groups a:hover, .gallery-group a:hover {
    border: 1px solid #006699;
    text-decoration: none;
}

.gallery-group a img, .gallery-groups a img {
    display: inline-block;
    border: 1px solid rgb(130,146,167);
    border-radius: 4px;
    width: 140px;
    height: 105px;
}

.gallery-groups a h3 {
    font-size: 11px;
    line-height: 12.6px;
    color: #006699;

    position: absolute;
    top: 10px;
    left: 160px;
}

.gallery-groups a:hover h3 {
    color: #333333;
}

.gallery-groups a span {
    color: #333333;
    position: absolute;
    left: 160px;
    top: 35px;

    font-size: 10px;
    line-height: 12.7px;
}

#gallery-tooltip {
    display: none;
    position: absolute;
    overflow: visible;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #aaaaaa;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #232323;
    font-weight: bold;
    background-color: #ffffff;
}

.gallery-sample {
    border-radius: 5px;
    border: none;
    background: none;
    width: 774px;
    padding: 10px 0 0 0;
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.gallery-sample ul.tabs-header {
    margin-bottom: 0;
    border-bottom-color: #d1d1d1;
    text-shadow: none;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    list-style: none;
    padding: 0;
    margin-top: 0;
    height: 37px;
}

.gallery-sample ul.tabs-header li {
    float: left;
    line-height: 20px;
    display: list-item;
    text-shadow: none;
    font-size: 14px;
}

.gallery-sample ul.tabs-header li a {
    font-weight: normal;
    border-radius: 4px 4px 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    text-decoration: none;
    display: block;
}

.gallery-sample ul.tabs-header li a:hover {
    border-color: #eee #eee #ddd;
    background-color: #eee;
}


.gallery-sample ul.tabs-header li.active a {
    border: 1px solid #d1d1d1;
    border-bottom: 1px solid #fff;
    color: #474747;
    background-color: #fff;
}

.gallery-sample ul.tabs-header li.active a:hover {
border: 1px solid #d1d1d1;
    border-bottom: 1px solid #fff;
    color: #474747;
    background-color: #fff;
}

.gallery-sample div.tabs {
    padding: 0;
    border: 1px solid #d1d1d1;
    border-top: none;
    background: #fff;
    height: 430px;
}

.gallery-sample div.tabs > div {
    width: 772px;
    height: 430px;
    margin: 0;
    padding: 0;
    display: none;
}

.gallery-sample div.tabs > div.active {
    display: block;
}

.gallery-sample iframe {
    border: none;
    width: 100%;
    height: 100%;
}

#json-editor, #source-editor {
    width: 772px;
    height: 430px;
    overflow: scroll;
}

.sample-footer {
    margin: 10px 0 10px 0;
    text-align: center;
    line-height: 20px;
    color: #929292;
    font-size: 14px;
}

.sample-footer .prev, .sample-footer .next {
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;    
    display: inline-block;
    box-shadow: none;
    padding: 1px 5px;
    text-shadow: none;
    font-size: 14px;
    border: 1px solid #C8C8C8;
    background: #fff;
    color: #006699;
    text-decoration: none;
}

.sample-footer .prev {
    float: left;
}

.sample-footer .next {
    float: right;
}

.sample-footer .prev .fa{
    padding-right: 5px;
}

.sample-footer .next .fa{
    padding-left: 5px;
}

.gallery-sample .tabs-header-right {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}

.gallery-sample .btn {
    box-shadow: none;
    padding: 1px 5px;
    text-shadow: none;
    border: 1px solid #C8C8C8;
    background: none;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 2px;
}

.gallery-sample .tabs-header-right i {
    color: #006699;
    float: left;
    padding: 3px;
}

.gallery-sample .dropdown-menu {
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    z-index: 1000;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background-clip: padding-box;

    right: -113px;
    position: absolute;

    display: none;
}

.gallery-sample .dropdown-menu li {
    border-bottom: none;
    line-height: 20px;
    color: #333;
}

.gallery-sample .dropdown-menu li a {
    color: #929292;
    font-weight: normal;
    border: none;
    border-left: 5px solid #929292;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    text-decoration: none;
    font-size: 14px;
}

.gallery-sample .dropdown-menu li a:hover {
    border: none;
    color: #474747;
    border-left: 5px solid #474747;
    background: none;
}

#export-svg {
    display: none;
}

.breadcrumb {
    background: none;
    border: none;
    line-height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    color: #474747;
    text-shadow: none;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    line-height: 20px;
}

.breadcrumb li a {
    text-decoration: underline;
    color: #006699;
    font-family: Verdana, sans-serif;
}

.breadcrumb li a:hover {
    text-decoration: underline
}

.breadcrumb li.active {
    color: #474747;
    font-weight: bold;
}

.breadcrumb .divider {
    color: #474747;
    padding: 0 0 0 5px;
}