/******************HOME PAGE *********************/
.social-links {
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    display: none;
}
.social-links [class^="soc-icon-"] {
    display: inline-block;
    width: 29px;
    height: 29px;
    vertical-align: text-bottom;
    background: url("../images/social-icons.png") no-repeat 0 0  transparent;
    text-indent: -9999px;
    float: left;
    margin-left: 7px;
}
.social-links .soc-icon-facebook {background-position: 0 0;}
.social-links .soc-icon-linkedin {background-position: -36px 0;}
.social-links .soc-icon-googleplus {background-position: -72px 0;}
.HomeContainer {
    font-family: Verdana, Arial, Myriad Pro, sans-serif;
    font-size: 12px;
    background: url("../background/BgDocument.png") repeat-x left top;
    height: 55px;
}
.ContentContainer {
    padding: 12px 30px;
    line-height: 23px;
}
.HomeContainer h1 {
    font-size: 30px;
    font-family: Myriad Pro, Verdana, Arial, sans-serif;
    margin: 0 0 40px 0;
}
.ContentContainer .TxtTitle {
    font-family: Myriad Pro, Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.ContentContainer .ButtonDocument {
    margin: 20px 0px 31px 0px;
}
.ContentContainer .ButtonDocument li {
    background: url("../background/BgDocument.png") repeat-x left -66px;
    height: 34px;
    float: left;
    margin-right: 11px;
    line-height: 34px;
    padding: 0px 50px;
    font-family: Arial, Myriad Pro, Verdana, sans-serif;
    font-size: 18px;
    border-radius: 5px;
    list-style: none outside none;
}
.ContentContainer .ButtonDocument li a {
    color: #fff;
    text-decoration: none;
}
.ContentContainer h2 {
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    height: 39px;
    font-family: Verdana, Arial, Myriad Pro, sans-serif;
    font-size: 18px !important;
    line-height: 38px;
    color: #2c2c2c;
    font-weight: normal;
    padding: 0 0 0 60px;
    margin: 19px 0 10px;
}
.ContentContainer h3 {
    background: #f9f9f9;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    font-family: Arial, Verdana, Myriad Pro, sans-serif;
    height: 30px;
    padding: 0 0 0 19px;
    line-height: 30px;
    font-size: 14px;
    color: #3c3c3c;
    margin: 0px;
}
.ContentContainer p {
    color: #393939;
    margin: 5px 0px;
}
.ContentContainer .IconNew {
    background: #f0f0f0 url("../background/IconDocs.png") no-repeat 20px 7px;
}
.ContentContainer .IconUser {
    background: #f0f0f0 url("../background/IconDocs.png") no-repeat 20px -58px;
}
.ContentContainer .IconOtherSource {
    background: #f0f0f0 url("../background/IconDocs.png") no-repeat 20px -123px;
}
.ContentContainer .TxtContent {
    padding: 5px 0px 10px 20px;
}
.TxtNote li {
    background: url("../background/Arrow.png") no-repeat left 6px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.TxtNote li a {
    color: #145bc7;
    text-decoration: none;
}
.TxtContent ul {
    margin: 0px;
    padding: 0px;
}
/***************** Banner / Footer **********************/

.UIFooterPageDocument {
    color: #63687a;
    text-align: center;
    height: 34px;
    padding-top: 1px;
    line-height: 33px;
    font-size: 12px;
}
/***************** Navigation **********************/

.docnav {
    list-style: none outside none;
    position: relative;
    text-align: center;
    padding: 23px 0px;
    margin-bottom: 20px;
}
.docnav .previous a {
    color: transparent !important;
}
.docnav .next a {
    color: transparent !important;
}
.docnav .home a {
    color: transparent !important;
}
.docnav .up a {
    color: transparent !important;
}
.docnav li {
    padding-left: 100px;
    padding-right: 100px;
}
.docnav .title {
    color: #FAC943;
    font-size: 18px;
    font-weight: bold;
}
.docnavtitle .titlefooterprev {
    left: 0;
    text-align: left;
}
.docnavtitle .titlefooternext {
    right: 0;
    text-align: right;
}
.docnavtitle .titlefooternext,
.docnavtitle .titlefooternext {
    position: absolute;
}
.docnavtitle {
    list-style: none outside none;
    position: relative;
    padding: 10px 0px;
    margin-top: -60px;
    color: #FAC943;
    font-size: 14px;
    font-weight: bold;
}
.docnavtitle li {
    padding-left: 20px;
    padding-right: 20px;
    list-style: none outside none;
    display: inline;
    background: none;
}
.navheader th {
    background: none;
    border: 0px;
    box-shadow: 0 0px 0px #FFFFFF;
    font-size: 14px;
}
.navheader td {
    background: none;
    border: 0px;
    box-shadow: 0 0px 0px #FFFFFF;
}
/*Documentation 4.0 - Style for the page navigation*/

.doc-navigation {
    border-top: 1px dotted #c7c7c7;
    border-bottom: 1px dotted #c7c7c7;
    padding: 15px 0;
    margin: 15px 18px;
}
.doc-navigation ul {
    margin: 0 0 0 -24px;
}
.doc-navigation li {
    list-style-type: none;
    line-height: 16px;
    margin-bottom: 0;
}
.doc-navigation li a {
    background: url(../images/doc-navigation.png) no-repeat 0px 0px;
    display: inline-block;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    margin-top: 2px;
    text-decoration: none;
}
.doc-navigation .next a {
    background-position: right 6px;
    padding: 0 20px 0 0;
    text-decoration: none;
}
.doc-navigation .next a:hover {
    background-position: right -86px;
}
.doc-navigation .previous a {
    background-position: 0px -41px;
    text-decoration: none;
}
.doc-navigation .previous a:hover {
    background-position: 0px -134px;
}
.doc-navigation .up a {
    background-position: 0px -274px;
    text-decoration: none;
}
.doc-navigation .up a:hover {
    background-position: 0px -320px;
}
.doc-navigation .home a {
    background-position: 0px -183px;
    text-decoration: none;
}
.doc-navigation .home a:hover {
    background-position: 0px -229px;
}
.doc-navigation .doc-navtitle {
    float: left;
}
.doc-navigation .doc-nav {
    float: right;
}
.doc-navigation a {
    color: #333333;
    text-decoration: none;
}
.doc-navigation a:hover {
    text-decoration: none;
}
/*********************Breadcrumbs************************/
/*Align the breadcrumbs to page elements*/

.help_breadcrumbs {
    padding-left: 25px;
    padding-top: 5px;
}
.help_breadcrumbs a {
    text-decoration: none;
}
.help_breadcrumbs a:hover {
    text-decoration: underline;
    color: #31a8d0;
}
/***************** 404 error page **********************/

.ErrorBox {
    background: url("../background/404-icon.png") no-repeat 26px 14px;
    padding: 30px 0 0 170px;
    font-family: verdana, arial, tahoma;
    color: #737373;
}
.ErrorBox .Title {
    font-size: 30px;
    font-family: arial, tahoma, serif;
    color: #393939;
}
.ErrorBox ul {
    padding: 5px 0;
}
.ErrorBox ul li {
    list-style: none;
    background: url("../background/arrow-icon.png") no-repeat left center;
    padding: 4px 0 4px 20px;
}
.ErrorBox ul li a {
    text-decoration: none;
    color: #066eb7;
}
.ErrorBox ul li a:hover {
    text-decoration: underline;
}
/***************Customize the style of Disqus plugin****************/

#disqus_thread {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 14px 14px 14px 14px !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.45) !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 15px 10px 15px;
    position: relative !important;
    margin: 25px !important;
    width: auto !important;
}
#dsq-content h3 {
    font-family: "Helvetica", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
}
#dsq-account-dropdown {
    display: none !important;
}
.dsq-comment-header {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-radius: 9px 0 0 0 !important;
    border: 1px 0 0 solid rgba(0, 0, 0, 0.15) !important;
    color: #2A9AF9 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}
.dsq-brlink {
    font-size: 8px;
    margin: 25px;
}
#dsq-content .dsq-comment-meta li,
#dsq-content .dsq-comment-actions li {
    font-size: 12px !important;
    font-weight: bold !important;
}
#dsq-content .dsq-comment-text p {
    font-weight: normal !important;
    font-size: 12px !important;
}
#dsq-content .dsq-more-button {
    width: 150px !important;
    margin: auto !important;
    margin-bottom: 2px !important;
}
#dsq-content #dsq-authenticate .dsq-login-buttons {
    display: none !important;
}
#dsq-subscribe a {
    display: none !important;
}
#dsq-content #dsq-global-toolbar {
    /*display: none !important;*/
}
#dsq-sort-by {
    display: none !important;
}
#global-nav li.active a {
    color: #285A92;
    cursor: default;
}
.avatar {
    left: 0;
    position: absolute;
    top: 16px;
    transition: left 0.2s linear 0s;
    border-radius: 4px;
}
.textaera {
    border: 1px solid #CDCDCD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #999999;
    height: 28px;
    margin: 10px 14px;
    padding: 0 10px;
    width: 200px;
}
/*global start here*/
/*============== Status Elements================*/

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*============== Status Elements================*/
/*============== Action With Label================*/

.uiActionWithLabel {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    padding: 3px 8px;
    line-height: 20px;
}
.uiActionWithLabel:hover {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0px #ffffff;
    -moz-box-shadow: 0 1px 2px 0px #ffffff;
    box-shadow: 0 1px 2px 0px #ffffff;
}
.uiActionWithLabel:hover:active,
.uiActionWithLabel:hover:focus {
    -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ececec;
}
.uiActionWithLabel .uiIconMiniArrowDown {
    margin-left: 5px;
}
/*============== actionIcon================*/

.actionContainer {
    white-space: nowrap;
}
.actionIcon,
.actionIconSmall {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    padding: 3px 8px;
    line-height: 20px;
    padding: 2px 4px;
    vertical-align: middle;
}
.actionIcon:hover,
.actionIconSmall:hover {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0px #ffffff;
    -moz-box-shadow: 0 1px 2px 0px #ffffff;
    box-shadow: 0 1px 2px 0px #ffffff;
}
.actionIcon:hover:active,
.actionIconSmall:hover:active,
.actionIcon:hover:focus,
.actionIconSmall:hover:focus {
    -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ececec;
}
.actionIcon .uiIconMiniArrowDown,
.actionIconSmall .uiIconMiniArrowDown {
    margin-left: 5px;
}
.actionIcon:active,
.actionIconSmall:active,
.actionIcon:focus,
.actionIconSmall:focus,
.actionIcon.active,
.actionIconSmall.active {
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ececec;
}
.actionIconSmall {
    padding: 0px 2px;
}
/*============== error, noticeEmpty ================*/

.error,
.noticeEmpty {
    color: #e0233e;
}
.noticeEmpty {
    color: #999999;
}
/*======== Title================*/

.titleWithBorder {
    position: relative;
    overflow: hidden;
}
.titleWithBorder:after {
    border-bottom: 1px solid #dadada;
    height: 11px;
    content: "";
    position: absolute;
    width: 100%;
    margin-left: 10px;
}
/******uibox*****/

.uiBox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
    -moz-box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
    box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
    border: 1px solid #cfcfcf;
    background: #ffffff;
    margin: 0 0 20px 0;
    min-height: 900px;
}
.uiBox .title {
    background-color: #f0f0f0;
    border-bottom: 1px solid #cfcfcf;
    -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
    box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    line-height: 20px;
    margin: 0;
    word-wrap: break-word;
}
.uiBox .title + .uiGrid tbody {
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}
.uiBox .uiContentBox {
    padding: 20px;
}
.uiBox .uiContentBox + .title {
    padding: 4px 10px;
    border-top: 1px solid #cfcfcf;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.uiBox .uiContentBox + .uiContentBox {
    border-top: 1px solid #cfcfcf;
}
.uiBox .title + .uiGrid.table {
    margin: 0;
    border: none;
    border-top: 1px solid #ececec;
}
.uiBox .title + .uiGrid.table thead tr:first-child {
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}
.uiBox .title + .uiGrid.table th {
    background-color: #f9f9f9;
}
.uiBox .title + .uiGrid.table tr td:first-child,
.uiBox .title + .uiGrid.table tr th:first-child {
    border-left: none;
}
.uiBox.roundedBottom {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.uiBox.roundedBottom .title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.uiBox.roundedTop {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.uiBox.uiGrayLightBox {
    background: #f0f0f0;
}
.uiBox.noRounded {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.uiBox.noRounded .title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*============== Gray Light Box================*/

.uiGrayLightBox {
    padding: 8px 9px;
    border: 1px solid #cfcfcf;
    background: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
}
.uiGrayLightBox label {
    display: inline-block;
}
.uiGrayLightBox input {
    margin-bottom: 0px;
}
.center {
    text-align: center;
}
/******avatar*****/

.avatarCircle {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    -moz-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    border: 1px solid #b1b1b1;
    padding: 5px;
}
.avatarCircle img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}
.avatarXLarge {
    width: 120px;
    height: 120px;
}
.avatarXLarge img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 120px;
    height: 120px;
}
.avatarLarge {
    width: 100px;
    height: 100px;
}
.avatarLarge img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100px;
    height: 100px;
}
.avatarMedium {
    width: 50px;
    height: 50px;
}
.avatarMedium img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
}
.avatarXSmall {
    width: 36px;
    height: 36px;
}
.avatarXSmall img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 36px;
    height: 36px;
}
.avatarSmall {
    width: 26px;
    height: 26px;
}
.avatarSmall img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 26px;
    height: 26px;
}
.avatarMini {
    width: 20px;
    height: 20px;
}
.avatarMini img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 20px;
    height: 20px;
}
.avatarLargeWithBorder {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    width: 100px;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    -moz-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    border: 1px solid #cccccc;
    padding: 7px;
    display: block;
}
.avatarLargeWithBorder img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100px;
    height: 100px;
}
.avatarXLargeWithBorder {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    width: 120px;
    height: 120px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    -moz-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
    border: 1px solid #cccccc;
    padding: 7px;
    display: block;
}
.avatarXLargeWithBorder img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 120px;
    height: 120px;
}
/*
Round corner box with title
	- border: 1px solid @tableBorder;
	- Title: 
		+ gray background (#f0f0f0)
		+ round corner at left-top and right-top
		+ text title is bold, class name is "titleBox", color is @grayDark
	- content box: 
		+ background: white
		+ round corner at the bottom-left and bottom-right
*/

.roundCornerBoxWithTitle {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}
.roundCornerBoxWithTitle .titleBox {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    -webkit-box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
    -moz-box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
    box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
    background: #f0f0f0;
    border-bottom: 1px solid #cfcfcf;
    margin: 0px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    padding: 8px 10px;
    word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover,
a:active {
    outline: 0;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
    max-width: none;
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
button,
input {
    *overflow: visible;
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
h1 {
    font-size: 36px;
    color: #333333;
}
/* Update font-size */

h2 {
    font-size: 28px;
    color: #333333;
}
h3 {
    font-size: 28px;
    color: #333333;
}
/* Update font-size */

h4 {
    font-size: 18px;
    color: #333333;
}
h5 {
    font-size: 14px;
    color: #333333;
}
h6 {
    font-size: 13px;
    color: #333333;
}
.dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.dropdown-menu li > a {
    padding: 5px 10px;
}
.dropdown-menu.dropdownArrowTop:before,
.dropdown-menu.dropdownArrowTop:after {
    position: absolute;
    content: '';
    display: inline-block;
}
.dropdown-menu.dropdownArrowTop:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    border-bottom-color: #cccccc;
    top: -9px;
    left: 29px;
}
.dropdown-menu.dropdownArrowTop:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    top: -8px;
    left: 30px;
}
.uiDropdownWithIcon .dropdown-menu li > a {
    padding: 5px 20px 5px 9px;
}
.uiDropdownWithIcon .dropdown-menu li > a i {
    margin-right: 9px;
}
.uiDropdownWithIcon .dropdown-submenu > .dropdown-menu {
    border-radius: 3px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: #517abe;
    background-image: -moz-linear-gradient(top, #628acc, #3763aa);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#628acc), to(#3763aa));
    background-image: -webkit-linear-gradient(top, #628acc, #3763aa);
    background-image: -o-linear-gradient(top, #628acc, #3763aa);
    background-image: linear-gradient(to bottom, #628acc, #3763aa);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff628acc', endColorstr='#ff3763aa', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    background-color: #284f7b;
    background-image: -moz-linear-gradient(top, #2f5e92, #1c3958);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f5e92), to(#1c3958));
    background-image: -webkit-linear-gradient(top, #2f5e92, #1c3958);
    background-image: -o-linear-gradient(top, #2f5e92, #1c3958);
    background-image: linear-gradient(to bottom, #2f5e92, #1c3958);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2f5e92', endColorstr='#ff1c3958', GradientType=0);
}
[class^="uiIcon"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: .3em;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url("../images/icons/uiIconsLightGray.png");
    background-repeat: no-repeat;
}
/* Blue icons with optional class, or on hover/active states of certain elements */

.uiIconBlue {
    background-image: url("../images/icons/uiIconsBlue.png");
}

.warning .uiIconWarning {
    background-image: url("../images/icons/uiIconsDarkGray.png");
    background-position: -40px -60px;
}
/* light grey icons with optional class, or on  */

.uiIconDrakGray {
    background-image: url("../images/icons/uiIconsDarkGray.png");
}
/* White icons with optional class, or on hover/active states of Drop down with Icons */

.uiIconWhite {
    background-image: url("../images/icons/uiIconsWhite.png");
}
.uiIconSearch {
    background-position: 0px 0px;
}
.uiIconTrash,
.uiIconDelete,
.uiIconDeleteNode,
.uiIconDeleteDraft,
.uiIconDeletePage,
.uiIconDeleteCategory,
.uiIconRemoveStyle,
.uiIconRemovePermission,
.uiIconRemoveTag,
.uiIconRemoveNodeType,
.uiIconDeleteMembership,
.uiIconDeleteUser {
    background-position: -20px 0px;
}
.uiIconEdit,
.uiIconEditSelectedNode,
.uiIconEditPage,
.uiIconEditTag,
.uiIconViewUserInfo,
.uiIconEditStyle,
.uiIconEditInfo,
.uiIconEditMembership,
.uiIconEditCategory {
    background-position: -40px 0px;
}
.uiIconLock,
.uiIconPagePermission {
    background-position: -60px 0px;
}
.uiIconLink,
.uiIconPermalink,
.uiIconLinkr {
    background-position: -80px 0px;
}
.uiIconWatch,
.uiIconWatchPage,
.uiIconUnWatchPage,
.uiIconUnWatch {
    background-position: -100px 0px;
}
.uiIconMove,
.uiIconMovePage,
.uiIconMoveCategory {
    background-position: -120px 0px;
}
.uiIconPreview,
.uiIconView {
    background-position: -140px 0px;
}
.uiIconRestore {
    background-position: -160px 0px;
}
.uiIconRefresh {
    background-position: -180px 0px;
}
.uiIconCheckin {
    background-position: 0px -20px;
}
.uiIconUpload {
    background-position: -20px -20px;
}
.uiIconDownload {
    background-position: -40px -20px;
}
.uiIconTag {
    background-position: -60px -20px;
}
.uiIconSave,
.uiIconPasteNode {
    background-position: -80px -20px;
}
.uiIconExport {
    background-position: -100px -20px;
}
.uiIconImport {
    background-position: -120px -20px;
}
.uiIconComment {
    background-position: -140px -20px;
}
.uiIconAttach {
    background-position: -160px -20px;
}
.uiIconBookmark {
    background-position: -180px -20px;
}
.uiIconSetting {
    background-position: 0px -40px;
}
.uiIconSettings,
.uiIconMoreAction {
    background-position: -20px -40px;
}
.uiIconTemplate,
.uiIconFromTemplate,
.uiIconAddPageFromTemplate {
    background-position: -40px -40px;
}
.uiIconFile {
    background-position: -60px -40px;
}
.uiIconPublish,
.uiIconBlankFile,
.uiIconAddPage {
    background-position: -80px -40px;
}
.uiIconViewChange,
.uiIconViewDraftChange {
    background-position: -100px -40px;
}
.uiIconExportPdf,
.uiIconPdfExport,
.uiIconExportAsPDF {
    background-position: -120px -40px;
}
.uiIconUser,
.uiIconSelectUser,
.uiIconForumUser,
.uiIconProfile {
    background-position: -140px -40px;
}
.uiIconMembership,
.uiIconSelectMember {
    background-position: -160px -40px;
}
.uiIconGroup,
.uiIconAddAny {
    background-position: -180px -40px;
}
.uiIconFolder {
    background-position: 0px -60px;
}
.uiIconCategory {
    background-position: -20px -60px;
}
.uiIconNotification {
    background-position: -40px -60px;
}
.uiIconValidate,
.uiIconOpen,
.uiIconAddRootNode,
.uiIconSelectPage,
.uiIconAddAnyPermission {
    background-position: -60px -60px;
}
.uiIconMinus,
.uiIconStop {
    background-position: -80px -60px;
}
.uiIconPlus,
.uiIconAddPermission,
.uiIconAddIcon,
.uiIconAddPath,
.uiIconChooseNodeType,
.uiIconAddNode {
    background-position: -100px -60px;
}
.uiIconSimplePlusMini {
    background-position: -140px -140px;
}
.uiIconRemove {
    background-position: -120px -60px;
}
.uiIconInformation,
.uiIconPageInfo {
    background-position: -140px -60px;
}
.uiIconMail {
    background-position: -160px -60px;
}
.uiIconRss {
    background-position: -180px -60px;
}
.uiIconReply {
    background-position: 0px -80px;
}
.uiIconThumbUp {
    background-position: -20px -80px;
}
.uiIconPrint {
    background-position: -40px -80px;
}
.uiIconSortUp {
    background-position: -60px -80px;
}
.uiIconSortDown {
    background-position: -80px -80px;
}
.uiIconHome {
    background-position: -100px -80px;
}
.uiIconQuestion {
    background-position: -120px -80px;
}
.uiIconFlags {
    background-position: -140px -80px;
}
.uiIconClock,
.uiIconEvent {
    background-position: -160px -80px;
}
.uiIconTree {
    background-position: -180px -80px;
}
.uiIconGeneralDrive {
    background-position: 0px -100px;
}
.uiIconForum,
.uiIconUIForms {
    background-position: -20px -100px;
}
.uiIconPoll {
    background-position: -40px -100px;
}
.uiIconTrashMini {
    background-position: -60px -100px;
}
.uiIconEditMini {
    background-position: -80px -100px;
}
.uiIconUnlockMini {
    background-position: -100px -100px;
}
.uiIconLockMini {
    background-position: -120px -100px;
}
.uiIconTick {
    background-position: -140px -100px;
}
.uiIconClose {
    background-position: -160px -100px;
}
.uiIconFileMini {
    background-position: -180px -100px;
}
.uiIconArrowDown {
    background-position: 0px -120px;
}
.uiIconArrowUp {
    background-position: -20px -120px;
}
.uiIconArrowRight,
.uiIconNextArrow {
    background-position: -40px -120px;
}
.uiIconArrowLeft,
.uiIconPrevArrow {
    background-position: -60px -120px;
}
.uiIconTagMini {
    background-position: -80px -120px;
}
.uiIconUpLevel {
    background-position: -100px -120px;
}
.uiIconExpand,
.uiIconResize {
    background-position: -120px -120px;
}
.uiIconUnlockMedium {
    background-position: -140px -120px;
}
.uiIconLockMedium {
    background-position: -160px -120px;
}
.uiIconAddCategory {
    background-position: -180px -120px;
}
.uiIconArrowDownMini,
.uiIconMiniArrowDown {
    background-position: 0px -140px;
}
.uiIconArrowUpMini,
.uiIconMiniArrowUp {
    background-position: -20px -140px;
}
.uiIconArrowRightMini,
.uiIconMiniArrowRight {
    background-position: -40px -140px;
}
.uiIconArrowLeftMini,
.uiIconMiniArrowLeft {
    background-position: -60px -140px;
}
.uiIconGoUp {
    background-position: -80px -140px;
}
.uiIconManageCategory {
    background-position: -100px -140px;
}
.uiIconDragDrop {
    background-position: -120px -140px;
    cursor: move;
}
.uiIconSimplePlusMini {
    background-position: -140px -140px;
}
.uiIconMinimize {
    background-position: -160px -140px;
}
.uiIconMaximize {
    background-position: -180px -140px;
}
.uiIconHomeInfo {
    background-position: 0px -160px;
}
.uiIconBusinessInfo {
    background-position: -20px -160px;
}
.uiIconEditLayout {
    background-position: -40px -160px;
}
.uiIconEditNavigation {
    background-position: -60px -160px;
}
.uiIconEditPortalConfig {
    background-position: -80px -160px;
}
.uiIconEditPageNode {
    background-position: -100px -160px;
}
.uiIconCloneNode {
    background-position: -120px -160px;
}
.uiIconCopyNode {
    background-position: -140px -160px;
}
.uiIconCutNode {
    background-position: -160px -160px;
}
.uiIconMoveUp {
    background-position: -180px -160px;
}
.uiIconMoveDown {
    background-position: 0px -180px;
}
.uiIconAddPage {
    background-position: -20px -180px;
}
.uiIconManageApplication {
    background-position: -40px -180px;
}
.uiIconPortlet {
    background-position: -60px -180px;
}
.uiIconGadgets {
    background-position: -80px -180px;
}
.uiIconAddUser {
    background-position: -100px -180px;
}
.uiIconAddRemoteGadget {
    background-position: -120px -180px;
}
.uiIconCreateNewGadget {
    background-position: -140px -180px;
}
.uiIconPortletConfig {
    background-position: -160px -180px;
}
.uiIconContainerConfig {
    background-position: -180px -180px;
}
.uiIconBack {
    background-position: 0px -200px;
}
.uiIconFavoriteDocument {
    background-position: -20px -200px;
}
.uiIconUntag {
    background-position: -40px -200px;
}
/***************Icon of all applications ******************/

[class^="uiIconApp"],
a:hover [class^="uiIconApp"],
[class^="uiIconApp"]:hover,
.active [class^="uiIconApp"]:hover,
.dropdown-menu > li > a > [class^="uiIconApp"] {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: .3em;
    line-height: 35px;
    vertical-align: middle;
    background-image: url("/eXoResources/skin/images/Icons/AppIcons/uiIconAppGray.png");
    background-repeat: no-repeat;
}
.dropdown-menu > li > a:hover > [class^="uiIconApp"],
.uiSpaceMenuPortlet .active [class^="uiIconApp"],
.uiUserNavigationPortlet .active [class^="uiIconApp"] {
    background-image: url("/eXoResources/skin/images/Icons/AppIcons/uiIconAppWhite.png");
}
.uiIconAppprofile {
    background-position: 0 0;
}
.uiIconAppactivities,
.uiIconAppSpaceActivityStreamPortlet {
    background-position: -35px 0;
}
.uiIconAppconnections {
    background-position: -70px 0;
}
.uiIconAppwiki {
    background-position: -105px 0;
}
.uiIconAppdashboard,
.uiIconAppDashboardPortlet {
    background-position: -140px 0;
}
.uiIconAppNotications {
    background-position: -175px 0;
}
.uiIconAppForumPortlet {
    background-position: -210px 0;
}
.uiIconAppWikiPortlet {
    background-position: -245px 0;
}
.uiIconAppCalendarPortlet,
.uiIconAppAgenda,
.uiIconAppCalendar,
.uiIconAppCalendarGadget {
    background-position: -280px 0;
}
.uiIconAppAnswersPortlet {
    background-position: -315px 0;
}
.uiIconAppFAQPortlet {
    background-position: 0px -35px;
}
.uiIconAppFileExplorerPortlet {
    background-position: -35px -35px;
}
.uiIconAppMembersPortlet {
    background-position: -70px -35px;
}
.uiIconAppFeaturedPoll {
    background-position: -105px -35px;
}
.uiIconAppSpaceSettingPortlet {
    background-position: -140px -35px;
}
.uiIconAppMoreButton {
    background-position: -175px -35px;
}
.uiIconBusinessInfo {
    background-position: -20px -160px;
}
.uiIconHomeInfo {
    background-position: 0px -160px;
}
.uiIconMaximize {
    background-position: -180px -140px;
}
.uiIconMinimize {
    background-position: -160px -140px;
}
.uiIconEditLayout {
    background-position: -40px -160px;
}
.uiIconNavigation {
    background-position: -60px -160px;
}
.uiIconEditPortalConfig {
    background-position: -80px -160px;
}
.btn {
    font-size: 13px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    border-color: #f1f1f1 #f1f1f1 #cbcbcb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f1f1f1;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    border: 1px solid #bbbbbb;
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #f1f1f1;
    *background-color: #e4e4e4;
}
.btn:active,
.btn.active {
    background-color: #d8d8d8 \9;
}
.btn:first-child {
    *margin-left: 0;
}
.btn:hover {
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #ebebeb, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ebebeb, #f1f1f1);
    background-image: -o-linear-gradient(top, #ebebeb, #f1f1f1);
    background-image: linear-gradient(to bottom, #ebebeb, #f1f1f1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff1f1f1', GradientType=0);
}
.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-large {
    padding: 5px 12px;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn-large [class^="uiIcon"] {
    margin-top: 2px;
}
.btn-small {
    padding: 3px 10px;
    font-size: 11.049999999999999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-small [class^="uiIcon"] {
    margin-top: 0;
}
.btn-mini {
    padding: 1px 6px;
    font-size: 9.75px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn {
    border-color: #c7c7c7;
}
.uiAction .btn:first-child,
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #567ab6;
    background-image: -moz-linear-gradient(top, #638acd, #426393);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#638acd), to(#426393));
    background-image: -webkit-linear-gradient(top, #638acd, #426393);
    background-image: -o-linear-gradient(top, #638acd, #426393);
    background-image: linear-gradient(to bottom, #638acd, #426393);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff638acd', endColorstr='#ff426393', GradientType=0);
    border-color: #426393 #426393 #2a3f5e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #426393;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    border-color: #224886;
    font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
    font-weight: bold;
}
.uiAction .btn:first-child:hover,
.btn-primary:hover,
.uiAction .btn:first-child:active,
.btn-primary:active,
.uiAction .btn:first-child.active,
.btn-primary.active,
.uiAction .btn:first-child.disabled,
.btn-primary.disabled,
.uiAction .btn:first-child[disabled],
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #426393;
    *background-color: #3a5781;
}
.uiAction .btn:first-child:active,
.btn-primary:active,
.uiAction .btn:first-child.active,
.btn-primary.active {
    background-color: #324b70 \9;
}
.uiAction .btn:first-child:hover,
.btn-primary:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #476ba7;
    background-image: -moz-linear-gradient(top, #4b71b3, #426394);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b71b3), to(#426394));
    background-image: -webkit-linear-gradient(top, #4b71b3, #426394);
    background-image: -o-linear-gradient(top, #4b71b3, #426394);
    background-image: linear-gradient(to bottom, #4b71b3, #426394);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff4b71b3', endColorstr='#ff426394', GradientType=0);
    border-color: #426394 #426394 #2a405f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #426394;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}
.uiAction .btn:first-child:hover:hover,
.btn-primary:hover:hover,
.uiAction .btn:first-child:hover:active,
.btn-primary:hover:active,
.uiAction .btn:first-child:hover.active,
.btn-primary:hover.active,
.uiAction .btn:first-child:hover.disabled,
.btn-primary:hover.disabled,
.uiAction .btn:first-child:hover[disabled],
.btn-primary:hover[disabled] {
    color: #ffffff;
    background-color: #426394;
    *background-color: #3a5782;
}
.uiAction .btn:first-child:hover:active,
.btn-primary:hover:active,
.uiAction .btn:first-child:hover.active,
.btn-primary:hover.active {
    background-color: #324b71 \9;
}
.uiAction {
    padding: 15px 0 5px;
    text-align: center;
}
.uiAction .btn {
    margin: 0 5px;
}
.uiActionBorder {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 25px 0 5px;
}
.uiBox .uiActionBorder {
    margin: 0px -20px;
}
.uiTabNormal .uiActionBorder {
    margin: 10px -10px;
}
.uiPopup .uiActionBorder {
    margin: 10px -10px;
}
.uiFormWithTitle .uiActionBorder {
    margin: 10px -20px;
}
.uiPortalComposer .uiAction {
    padding: 15px 0;
}
.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}
.btn-group:first-child {
    *margin-left: 0;
}
.btn-group > .btn-primary {
    font-size: 13px;
}
.btn-group > .btn-mini {
    font-size: 11px;
}
.btn-group > .btn-small {
    font-size: 12px;
}
.btn-group > .btn-large {
    font-size: 14px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #426393;
}
/******* Trung nq ****/

.btn-group.uiDropdownWithIcon .btn .spiter {
    background: url("../images/split-white.png") no-repeat 0 0;
    display: inline-block;
    height: 27px;
    margin: -3px 5px;
    vertical-align: middle;
    width: 2px;
}
.btn-group.uiDropdownWithIcon .btn.btn-primary .spiter {
    background: url("/eXoResources/skin/images/Dropdown/ButtonGroups/background/split.png") no-repeat;
}
.uiTabSelector .btn-group {
    margin: 5px 0 5px -27%;
    left: 50%;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 13px;
}
form {
    margin: 0;
}
label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    padding: 3px 6px;
    color: #333333;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 28px;
    border: 1px solid #c7c7c7;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #94b0df;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(29, 75, 159, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(29, 75, 159, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(29, 75, 159, .6);
    color: #333333;
}
.input-mini,
.inputMini input[type="text"],
.inputMini input[type="password"] {
    width: 60px;
}
.input-small,
.inputSmall input[type="text"],
.inputSmall input[type="password"] {
    width: 90px;
}
.input-medium,
.inputMedium input[type="text"],
.inputMedium input[type="password"] {
    width: 150px;
}
.input-large,
.inputLarge input[type="text"],
.inputLarge input[type="password"] {
    width: 210px;
}
.input-xlarge,
.inputXlarge input[type="text"],
.inputXlarge input[type="password"] {
    width: 270px;
}
.input-xxlarge,
.inputXxlarge input[type="text"],
.inputXxlarge input[type="password"] {
    width: 350px;
}
.input-xxxlarge,
.inputXxxlarge input[type="text"],
.inputXxxlarge input[type="password"] {
    width: 530px;
}
.form-horizontal .control-group {
    margin-bottom: 12px;
}
.form-horizontal {
    padding: 20px 0 5px;
}
.form-horizontal .form-horizontal {
    padding: 0;
}
.form-horizontal .control-group {
    margin-bottom: 8px;
}
.form-horizontal .control-group .control-label {
    margin: 0;
    padding-top: 4px;
}
.form-horizontal .control-group .controls {
    line-height: 28px;
}
.form-horizontal .control-group .controls .uiCheckbox {
    margin: 3px 0 0;
}
.form-horizontal .control-group .controls .uiRadio {
    margin: 3px 25px 0px 0;
}
input,
select,
.uneditable-input {
    width: 270px;
}
textarea {
    width: 270px;
    height: 80px;
}
.uiCheckbox {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    line-height: 20px;
}
.uiCheckbox input[type="checkbox"]:checked,
.uiCheckbox input[type="checkbox"]:not(:checked) {
    margin: 4px 0 0;
    /* hack margin-top: 4px to fix problem on chrome in Mac only */
    
    opacity: 0;
    padding: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    z-index: 100;
}
.uiCheckbox input {
    margin-left: -18px \0/;
    min-height: 10px \0/;
}
.uiCheckbox > span {
    display: inline-block;
    text-indent: 18px;
}
.uiCheckbox input[type="checkbox"]:checked + span:after {
    border-bottom: 2px solid #466799;
    border-left: 2px solid #466799;
    content: "";
    width: 6px;
    height: 3px;
    -webkit-transform: skew(45deg, -49deg);
    -moz-transform: skew(45deg, -49deg);
    -ms-transform: skewX(30deg) skewY(-35deg);
    -o-transform: skew(45deg, -49deg);
    transform: skew(45deg, -49deg);
    -webkit-backface-visibility: hidden;
    left: 4px;
    position: absolute;
    top: 4px;
    left: 2px \9;
    width: 10px \9;
    height: 4px \9;
    background: transparent \0/;
}
.uiCheckbox input[type="checkbox"] + span:before {
    background: #d2d2d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0px;
    content: " ";
    position: absolute;
    background: transparent \0/;
}
input[type="radio"] + span {
    cursor: pointer;
}
.uiCheckbox input[type="checkbox"]:disabled + span:after {
    border-bottom: 2px solid #999999;
    border-left: 2px solid #999999;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    background: #e6e6e6;
}
.uiRadio {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    line-height: 20px;
}
.uiRadio input[type="radio"]:checked,
.uiRadio input[type="radio"]:not(:checked) {
    margin: 0;
    opacity: 0;
    padding: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    z-index: 100;
}
.uiRadio input {
    margin-left: -8px \0/;
    min-height: 10px \0/;
}
.uiRadio > span {
    display: inline-block;
    text-indent: 18px;
}
.uiRadio input[type="radio"]:checked + span:after {
    background-color: rgba(0, 0, 0, 0.10800000000000001);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.27));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.27)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.27));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.27));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.27));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#45000000', GradientType=0);
    background-color: #466799;
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 2px;
    position: absolute;
    top: 6px;
    left: 2px \9;
    background: transparent \0/;
}
.uiRadio input[type="radio"] + span:before {
    background: #d2d2d2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0px;
    content: " ";
    position: absolute;
    background: transparent \0/;
}
.uiRadio input[type="radio"] + span {
    cursor: pointer;
}
.uiRadio input[type="radio"]:disabled + span:after {
    background-color: #999999;
}
.uiSelectbox {
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 270px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    /*margin-bottom: -6px;*/
    
    background-color: #F9F9F9;
    background-image: url(../images/arrow.png), -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: url(../images/arrow.png), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: url(../images/arrow.png), -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: url(../images/arrow.png), -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: url(../images/arrow.png), linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: no-repeat, repeat-x;
    background-position: right top, 0 0;
}
.uiSelectbox:hover,
.uiSelectbox:focus {
    background-position: right bottom, 0 0;
}
.uiSelectbox select {
    background: transparent;
    border: none;
    -webkit-box-shadow: 0 0 0 transparent inset;
    -moz-box-shadow: 0 0 0 transparent inset;
    box-shadow: 0 0 0 transparent inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 273px;
    /********.size(26px,295px)*********/
    
    -webkit-appearance: none;
    height: 26px;
    line-height: 18px;
    outline: none;
}
.selectboxMini .uiSelectbox {
    width: 84px;
    vertical-align: middle;
}
.selectboxMini .uiSelectbox .selectbox {
    width: 87px;
}
.selectboxSmall .uiSelectbox {
    width: 100px;
    vertical-align: middle;
}
.selectboxSmall .uiSelectbox .selectbox {
    width: 103px;
}
.selectboxMedium .uiSelectbox {
    width: 178px;
    vertical-align: middle;
}
.selectboxMedium .uiSelectbox .selectbox {
    width: 181px;
}
.uiSelectbox select.selectbox option {
    padding: 7px;
}
.vertical-align input[type="text"],
.vertical-align input[type="password"],
.vertical-align input[type="datetime"],
.vertical-align input[type="datetime-local"],
.vertical-align input[type="date"],
.vertical-align input[type="month"],
.vertical-align input[type="time"],
.vertical-align input[type="week"],
.vertical-align input[type="number"],
.vertical-align input[type="email"],
.vertical-align input[type="url"],
.vertical-align input[type="search"],
.vertical-align input[type="tel"],
.vertical-align input[type="color"],
.vertical-align .uneditable-input {
    margin-bottom: 0px;
}
.vertical-align input[type="text"] + input[type="text"],
.vertical-align input[type="password"] + input[type="password"],
.vertical-align input[type="datetime"] + input[type="datetime"],
.vertical-align input[type="datetime-local"] + input[type="datetime-local"],
.vertical-align input[type="date"] + input[type="date"],
.vertical-align input[type="month"] + input[type="month"],
.vertical-align input[type="time"] + input[type="time"],
.vertical-align input[type="week"] + input[type="week"],
.vertical-align input[type="number"] + input[type="number"],
.vertical-align input[type="email"] + input[type="email"],
.vertical-align input[type="url"] + input[type="url"],
.vertical-align input[type="search"] + input[type="search"],
.vertical-align input[type="tel"] + input[type="tel"],
.vertical-align input[type="color"] + input[type="color"],
.vertical-align .uneditable-input + .uneditable-input {
    margin-top: 10px;
}
.controls .removeFile {
    float: none;
}
.controls .selectFileFrame,
.controls .progressBarFrame,
.controls .progressBarFrame {
    margin: 0;
}
.controls .selectFileFrame {
    line-height: 29px;
}
table {
    width: 100%;
}
.uiGrid.table {
    border: 1px solid #cfcfcf;
}
.uiGrid.table thead tr:first-child {
    -webkit-box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
    -moz-box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
    box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
}
.uiGrid.table td,
.uiGrid.table th {
    font-size: 13px;
    border-left: 1px solid #cfcfcf;
    padding: 8px 18px;
    vertical-align: middle;
}
.uiGrid.table td.center,
.uiGrid.table th.center {
    text-align: center;
}
.uiGrid.table td.left,
.uiGrid.table th.left {
    text-align: left;
}
.uiGrid.table td.right,
.uiGrid.table th.right {
    text-align: right;
}
.uiGrid.table td.empty,
.uiGrid.table th.empty {
    color: #9a9a9a;
    background-color: #f9f9f9;
}
.uiGrid.table td .text,
.uiGrid.table th .text {
    overflow: hidden;
}
.uiGrid.table tr th {
    background-color: #f0f0f0;
    border-bottom: 1px solid #cfcfcf;
}
.uiGrid.table tr td {
    border-top: none;
}
.uiGrid.table tr td .actionIcon:active,
.uiGrid.table tr td .actionIcon:focus {
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ececec;
}
.table-striped tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
}
.table-striped tbody tr:nth-child(even) td {
    background-color: #ffffff;
}
.table-striped tr:nth-child(odd) td {
    background-color: #f9f9f9;
}
.table-striped tr:nth-child(even) td {
    background-color: #ffffff;
}
.uiGrid.border tbody td {
    border-bottom: 1px solid #cfcfcf;
}
.uiGrid.rounded-corners {
    border-collapse: separate;
    -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
    box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.uiGrid.rounded-corners thead:first-child tr:first-child th:first-child,
.uiGrid.rounded-corners tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.uiGrid.rounded-corners tbody {
    -webkit-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
    -moz-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
    box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
}
.uiGrid.rounded-corners thead:first-child tr:first-child th:last-child,
.uiGrid.rounded-corners tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
.uiGrid.rounded-corners thead:last-child tr:last-child th:first-child,
.uiGrid.rounded-corners tbody:last-child tr:last-child td:first-child,
.uiGrid.rounded-corners tfoot:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.uiGrid.rounded-corners thead:last-child tr:last-child th:last-child,
.uiGrid.rounded-corners tbody:last-child tr:last-child td:last-child,
.uiGrid.rounded-corners tfoot:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.uiGrid.rounded-corners thead:first-child tr th:first-child,
.uiGrid.rounded-corners tr td:first-child {
    border-left: 0;
}
/*table rounder corners bottom border */

.uiGrid.rounded-corners-bottom {
    border-collapse: separate;
    -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
    box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*call rounded corners table*/
    
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:first-child,
.uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.uiGrid.rounded-corners-bottom tbody {
    -webkit-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
    -moz-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
    box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:last-child,
.uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
.uiGrid.rounded-corners-bottom thead:last-child tr:last-child th:first-child,
.uiGrid.rounded-corners-bottom tbody:last-child tr:last-child td:first-child,
.uiGrid.rounded-corners-bottom tfoot:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.uiGrid.rounded-corners-bottom thead:last-child tr:last-child th:last-child,
.uiGrid.rounded-corners-bottom tbody:last-child tr:last-child td:last-child,
.uiGrid.rounded-corners-bottom tfoot:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.uiGrid.rounded-corners-bottom thead:first-child tr th:first-child,
.uiGrid.rounded-corners-bottom tr td:first-child {
    border-left: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:first-child,
.uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:last-child,
.uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr th:first-child,
.uiGrid.rounded-corners-bottom tr td:first-child {
    border-left: 0;
}
/*table clear cell border */

.uiGrid.no-border-cell tr td,
.uiGrid.no-border-cell tr th {
    border-left: 0;
}
.uiGrid.table-hover tbody tr:hover td,
.uiGrid.table-hover tbody tr:hover th {
    background-color: #e8e8e8;
}
.breadcrumb {
    background: none;
    margin: 0px;
    padding: 0px;
    /* UPDATE BREADCRUMB FOR THE IMAGE SIZE*/
}
.breadcrumb a {
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*max-width: 140px;*/
    
    float: left;
}
.breadcrumb a:hover {
    color: #2f5e92;
    text-decoration: none !important;
}
.breadcrumb .uiIconMiniArrowRight {
    float: left;
    height: 9px;
    margin: 3px;
    padding-bottom: 1px;
    width: 6px;
}
.breadcrumb li {
    vertical-align: middle;
}
.breadcrumb .active {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb .active > a {
    color: #999999;
}
.searchBar .breadcrumb {
    margin: 3px 0 0 325px;
}
.uiSearchInput {
    position: relative;
}
.uiSearchInput form {
    margin: 0;
}
.uiSearchInput input[type="text"] {
    margin: 0;
    width: 272px;
}
.uiSearchInput .search-button {
    background: url("../images/Search.png") no-repeat scroll right -6px;
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    right: 2px;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
    top: 6px;
}
.uiSearchInput .search-button:hover {
    background-position: right -33px;
}
.root img {
    vertical-align: middle;
    margin-right: 6px;
}
.root a {
    color: #333333;
    font-size: 13px;
}
.root .group > div {
    margin: 8px 0;
}
.root .group .group {
    margin: 0 0 0 20px;
}
.root .group .item {
    white-space: nowrap;
}
.uiHeaderPageDocument ul li {
    float: left;
    background: none;
    padding: 0;
    margin: 0 0 0 1px;
    list-style: none outside none;
    margin-left: 5px;
}
.uiHeaderPageDocument {
    /*background: url("../background/bg-header.png") repeat left top;*/
    background-color: #3e3e3e;
    height: 50px;
    border-bottom: 1px solid #2d2d2d;
    box-shadow: 0 2px 4px rgba(13, 13, 13, 0.42);
    box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.42);
}
.uiHeaderPageDocument .logo {
    background: url("../background/Logo.png") no-repeat left top;
    width: 178px;
    height: 30px;
    display: block;
    margin: 8px 0px 0px 10px;
}
.uiHeaderPageDocument .logo-corp {
    background: url("../background/HomeIcon.png") no-repeat left top;
    width: 178px;
    height: 30px;
    display: block;
    margin: 12px 0px 0px 10px;
}
.uiHeaderPageDocument .menu .navigationTop {
    background: none;
    border-radius: 0;
    height: 36px;
    padding: 15px 0 0 205px;
    margin: 0;
}
.uiHeaderPageDocument .menu .navigationTop a {
    color: #fff;
    line-height: 20px;
    padding: 6px 11px;
    /*font-family: 'HelveticaNeue', lucida sans, arial, tahoma, verdana, sans-serif;*/
    
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
}
.uiHeaderPageDocument .menu .navigationTop li + li a {
    background: url("../background/split-icon.png") no-repeat center left;
}
.uiHeaderPageDocument .menu .navigationTop a:hover,
.uiHeaderPageDocument .menu .navigationTop .selectedNavigationTab {
    border-radius: 3px;
    background: #4b6b9a;
}
.uiHeaderPageDocument .btn-group {
    padding: 11px 10px 0 0px;
}
.uiHeaderPageDocument .btn-group .btn-lightBlue,
.uiHeaderPageDocument .btn-group .btn-darkGray {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    /*border: none;*/
    
    font-size: 13px;
    font-weight: bold;
    font-family: 'HelveticaNeue Medium', HelveticaNeue, arial;
}
.uiHeaderPageDocument .btn-group a {
    text-decoration: none;
    border-color: #232C30 !important;
}
.uiHeaderPageDocument .menu .navigationTop .linkDoc30 {
    color: #ffffff;
    line-height: 36px;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    float: right;
}
.btn-lightBlue {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #567AB6;
    background-image: -moz-linear-gradient(top, #638ACD, #426393);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#638ACD), to(#426393));
    background-image: -webkit-linear-gradient(top, #638ACD, #426393);
    background-image: -o-linear-gradient(top, #638ACD, #426393);
    background-image: linear-gradient(to bottom, #638ACD, #426393);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5a85c5', endColorstr='#ff3c5781', GradientType=0);
    border-color: #3c5781 #3c5781 #24344d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #3c5781;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}
.btn-lightBlue:hover,
.btn-lightBlue:active,
.btn-lightBlue.active,
.btn-lightBlue.disabled,
.btn-lightBlue[disabled] {
    color: #ffffff;
    background-color: #3c5781;
    *background-color: #344b70;
}
.btn-lightBlue:active,
.btn-lightBlue.active {
    background-color: #2c405e \9;
}
.btn-lightBlue:hover {
    background-color: #5a85c5;
    background-image: -moz-linear-gradient(top, #5a85c5, #5a85c5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a85c5), to(#5a85c5));
    background-image: -webkit-linear-gradient(top, #5a85c5, #5a85c5);
    background-image: -o-linear-gradient(top, #5a85c5, #5a85c5);
    background-image: linear-gradient(to bottom, #5a85c5, #5a85c5);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5a85c5', endColorstr='#ff5a85c5', GradientType=0);
}
.btn-darkGray {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #58636e;
    background-image: -moz-linear-gradient(top, #697582, #3f4851);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#697582), to(#3f4851));
    background-image: -webkit-linear-gradient(top, #697582, #3f4851);
    background-image: -o-linear-gradient(top, #697582, #3f4851);
    background-image: linear-gradient(to bottom, #697582, #3f4851);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff697582', endColorstr='#ff3f4851', GradientType=0);
    border-color: #3f4851 #3f4851 #1e2226;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #3f4851;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}
.btn-darkGray:hover,
.btn-darkGray:active,
.btn-darkGray.active,
.btn-darkGray.disabled,
.btn-darkGray[disabled] {
    color: #ffffff;
    background-color: #3f4851;
    *background-color: #343b43;
}
.btn-darkGray:active,
.btn-darkGray.active {
    background-color: #292e34 \9;
}
.btn-darkGray:hover {
    background-color: #49535E;
    background-image: -moz-linear-gradient(top, #4F5B66, #3F4851);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4F5B66), to(#3F4851));
    background-image: -webkit-linear-gradient(top, #4F5B66, #3F4851);
    background-image: -o-linear-gradient(top, #4F5B66, #3F4851);
    background-image: linear-gradient(to bottom, #4F5B66, #3F4851);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff697582', endColorstr='#ff697582', GradientType=0);
}
.leftBar {
    margin: 0 10px;
}
.leftBar .uiBox .uiContentBox {
    padding: 10px;
    overflow: auto;
}
.leftBar .uiSelectbox {
    width: 100%;
    background-image: url(../images/arrow.png), -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: url(../images/arrow.png), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: url(../images/arrow.png), -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: url(../images/arrow.png), -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: url(../images/arrow.png), linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: no-repeat, repeat-x;
    background-position: right top, 0 0;
}
.leftBar .uiSelectbox select {
    width: 101%;
    height: 26px;
    font-weight: bold;
}
.leftBar .uiDropdownWithIcon .btn.dropdown-toggle span {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 218px;
    vertical-align: middle;
}
.leftBar .uiDropdownWithIcon .dropdown-menu {
    width: 100%;
}
.searchBar {
    margin: 0 10px;
}
.searchBar .caret {
    vertical-align: 4px;
}
.searchBar .setting {
    margin: 5px 0 0 10px;
}
.mainContent {
    margin-left: 10px;
}
.mainContent .gadient-top {
    width: 98%;
    height: 0px;
    position: fixed;
    top: 1px;
    background-color: rgba(255, 255, 255, 0.44);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.2)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#33ffffff', GradientType=0);
    z-index: 10;
    margin: 0 0 0 2px;
}
.mainContent .uiContentBox {
    padding-top: 0;
}
.mainContent .heading {
    padding-bottom: 10px;
    border-bottom: 1px dotted #cfcfcf;
    border-left: 0;
    color: #2f5e92;
}
.mainContent .heading-gray {
    border: 1px solid #cfcfcf;
    background: #ededed url(../images/IconDocs.png) no-repeat;
    padding: 8px 10px 8px 54px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333333;
}
.mainContent .heading-gray.iconNew {
    background-position: 15px 4px;
}
.mainContent .heading-gray.iconOtherSource {
    background-position: 15px -92px;
}
.mainContent .heading-gray.iconHowto {
    background-position: 15px -46px;
}
.mainContent .blog-area {
    margin: 15px 0;
}
.mainContent .blog-area .corner-rounder {
    margin-left: 15px;
}
.mainContent .blog-area .corner-rounder + .theContent {
    padding-left: 30px;
}
.mainContent .blog-area .theContent {
    padding-left: 15px;
}
.mainContent .corner-rounder {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333333;
}
.mainContent ul {
    margin: 0 0 10px 4px;
    padding: 0;
    list-style: none;
}
.mainContent ul li {
    position: relative;
    line-height: 24px;
}
.mainContent ul li:before {
    position: absolute;
    top: 8px;
    margin: 0px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #2f5e92;
    content: "";
}
.mainContent .homepage {
    border: none;
    box-shadow: none;
}
.resize a {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    border: 1px solid #cfcfcf;
    border-right: 0;
    padding: 4px 0;
    display: block;
    cursor: pointer;
    float: left;
    margin-left: 2px;
    outline: none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.resize.resizeLt a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cfcfcf;
    border-left: 0;
    margin-left: 0px;
}
.resize .line {
    width: 2px;
    border-left: 1px solid #cfcfcf;
    margin: auto;
    min-height: 300px;
    cursor: col-resize;
}
.border-bottom-dottted {
    border-bottom: 1px dotted #cfcfcf;
    padding-bottom: 15px;
    margin: 15px 0;
}
.border-bottom-dottted > .pull-right{
    margin-top: 15px;
}
.border-bottom-dottted:first-child {
    margin-top: 0;
}
.article-block {
    margin: 20px 0;
}
.article-block .widgetBar {
    width: 300px;
    min-height: 200px;
    margin-left: 10px;
}
.article-block .widgetBar.pull-left + .theContent {
    margin-left: 298px;
}
.article-block .widgetBar.pull-right + .theContent {
    margin-right: 298px;
}
.widgetBar .uiContentBox {
    font-size: 13px;
    line-height: 18px;
    padding: 0 14px;
}
.widgetBar .uiContentBox .item > p {
    margin-top: 8px;
    margin-bottom: 12px;
}
.widgetBar .title {
    font-size: 13px;
    background-color: #888888;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 15px;
    margin: 0 0 18px;
}
.widgetBar .title .titleRecently {
    color: white;
    float: left;
    line-height: 32px;
    margin: 0 0 18px;
}
.widgetBar .title .dateRecently {} .article-block .theContent h5.border-bottom-dottted.inline-block {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.litstItem {
    list-style: none;
    margin: 0;
    padding: 0;
}
.litstItem li,
.litstItem li a {
    color: #345f8f;
    font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
    font-weight: 600;
}
.litstItem li {
    padding: 5px 0 5px 16px;
    background: url(../images/icons/list-arrow-right.png) no-repeat 0px 12px;
}
.inline-block {
    display: inline-block;
}
.errorPage {
    margin: 80px 0;
    text-align: center;
}
.errorPage .icon-404 {
    margin: 0 auto 25px;
    text-indent: -9999px;
    background: url(../background/404-icon.png) no-repeat left top;
    width: 143px;
    height: 143px;
}
.errorPage h3 {
    font-size: 24px;
    color: #999;
}
.errorPage h4 {
    font-weight: normal;
    color: #808080;
}
.errorPage .btn {
    width: 70px;
}
.errorPage p {
    line-height: 24px;
}
/**********************************************
    ADDITION
***********************************************/
/*ul.bulletlist li {
  color: #2F5E92;
  list-style-type: disc;
}
ul li span {
  color: #285A92;
}*/

.litstItem li {
    list-style-type: none;
}
/**********************************************
	REST API - Resources and method
		- use table tag directly 
***********************************************/

tbody tr:hover td,
tbody tr:hover th {
    background-color: #e8e8e8;
}
.chapter table tr td:first-child {
    width: 45%;
    /*padding-top: 0px;*/
}
/*.chapter  table td, table th {
	padding-left: 18px;
 	padding-top: 10px;
 	padding-bottom: 0px;
}*/

.informalexample p {
    padding-top: 0px;
}
table {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    /*border-top: 1px solid #ececec;*/
}
table thead tr:first-child {
    -webkit-box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
    -moz-box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
    box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
}
table td,
table th {
    font-size: 13px;
    border-left: 1px solid #cfcfcf;
    padding: 8px 18px;
    vertical-align: middle;
}
table td.center,
table th.center {
    text-align: center;
}
table td.left,
table th.left {
    text-align: left;
}
td.right,
th.right {
    text-align: right;
}
table td.empty,
table th.empty {
    color: #9a9a9a;
    background-color: #f9f9f9;
}
table td .text,
table th .text {
    overflow: hidden;
}
table tr th {
    background-color: #f0f0f0;
    border-bottom: 1px solid #cfcfcf;
}
tbody td {
    border-bottom: 1px solid #cfcfcf;
}
table tr td .actionIcon:active,
table tr td .actionIcon:focus {
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ececec;
}
tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
}
tbody tr:nth-child(even) td {
    background-color: #ffffff;
}
tr:nth-child(odd) td {
    background-color: #f9f9f9;
}
tr:nth-child(even) td {
    background-color: #ffffff;
}
table th {
    background-color: #f9f9f9;
}
td:first-child {
    width: 30%;
}
/**********************************************
	eXo Platform Documentation - Welcome Page 
***********************************************/

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    background-color: #ffffff;
}
/*
a,a:hover {
  color: @linkColor;
  text-decoration: none;
}
*/
/*ADDITION*/

.theContent p.arrow {
    background: url("../background/list-arrow-right.png") no-repeat scroll left 10px transparent;
    list-style: none;
    padding-left: 15px;
    color: #393939;
    font-weight: normal;
}
.label {
    background-color: #999999;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 12px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.item > a {
    color: #285A92;
    vertical-align: middle;
}
.item > .label {
    vertical-align: middle;
}
a {
    color: #345F8F;
}
pre {
    font-size: 12px;
}
iframe {
    display: block;
}
/* New Style */

html,
body,
.docsWrapper {
    height: 100%;
}
.docsWrapperSimple > .container-fluid {
    padding-top: 20px;
}
.docsHeadingPage {
    background: url("../images/bg-repeat-banner.png") repeat 0 0 #33496d;
    color: #fff;
    padding: 30px;
    min-height: 104px;
    -webkit-box-shadow: inset 0px -2px 5px rgba(36, 44, 48, .22);
    -moz-box-shadow: inset 0px -2px 5px rgba(36, 44, 48, .22);
    -o-box-shadow: inset 0px -2px 5px rgba(36, 44, 48, .22);
    -ms-box-shadow: inset 0px -2px 5px rgba(36, 44, 48, .22);
    box-shadow: inset 0px -2px 5px rgba(36, 44, 48, .22);
    position: relative;
}
.docsHeadingPage .bannerImg {
    left: 860px;
    position: relatve;
    top: 125px;
    font-size: 27px;
}
.docsWrapper .warning {
    font-size: 27px;
}
.docsHeadingPage span {
    font-size: 16px;
}
.docsWrapper {
    padding-bottom: 34px;
}
.UIFooterPageDocument {
    position: relative;
    z-index: 0;
}
.docsHeadingPage h2 {
    color: #fff;
    margin: 22px 0 2px;
    font-size: 48px;
    line-height: 100%;
}
.docsMainContent {
    position: relative;
    min-height: 100%;
}
.docsMainContent .fixedColum {
    width: 253px;
    float: left;
    padding: 35px 31px 54px;
    position: relative;
    z-index: 10;
}
.fixedColumBackground {
    position: absolute;
    width: 313px;
    top: 0;
    left: 0;
    bottom: 34px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 3px 0 5px 0 rgba(35, 44, 48, .09);
    -moz-box-shadow: 3px 0 5px 0 rgba(35, 44, 48, .09);
    -webkit-box-shadow: 3px 0 5px 0 rgba(35, 44, 48, .09);
}
.docsMainContent .fluidColum {
    margin-left: 313px;
    padding: 30px;
    overflow: hidden;
}
.docsMainContent {} [class^=iconDocs] {
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url("../images/icons/iconsDocsLightGray.png");
    background-repeat: no-repeat;
    background-color: transparent;
}
[class^=iconDocsS20] {
    width: 20px;
    height: 20px;
}
.iconDocsS20User {
    background-position: 0 0;
}
.iconDocsS20Cog {
    background-position: -22px 0;
}
.iconDocsS20Setting {
    background-position: -44px 0;
}
.iconDocsS20Book {
    background-position: -66px 0;
}
.iconDocsS20Guide {
    background-position: -88px 1px;
}
.docsMainLinkBox {
    margin-bottom: 35px;
}
.docsMainLinkBox .title {
    padding-bottom: 9px;
    background: url("../images/bg-title.png") no-repeat left bottom transparent;
    margin-bottom: 13px;
    margin-top: 0;
}
.docsMainLinkBox .title.secondItem {
    margin-top: 30px;
}
@media all and (max-width: 1226px) {
    .docsMainLinkBox .title > i {
        display: block;
        float: left;
        height: 25px;
    }
}
.docsMainLinkBox .title > i,
.docsMainLinkBox .title > span {
    vertical-align: middle;
}
.docsMainLinkBox .title > i {
    margin-right: 5px;
}
.docsMainLinkBox .read-more {
    font-size: 12px;
    margin-left: 16px;
}
.docsMainLinkBox .litstItem {
    margin-bottom: 2px;
}
.docsMainLinkBox .guilde {} .docsMainLinkBox .guilde {
    font-size: 12px;
    margin-left: 16px;
}
.docsMainLinkBox .guilde a {
    font-size: 13px;
    font-weight: bold;
}
.older-versions {
    background-color: #e1e1e1;
    padding: 5px 19px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.older-versions .title {
    display: inline-block;
    margin: 0 5px 0 0;
}
.older-versions .versions {
    font-size: 13px;
}
.older-versions .versions a {
    font-weight: bold;
}
.older-versions .versions span {
    display: inline-block;
    margin-left: 7px;
    margin-right: 5px;
    color: #2f5e92;
}
.float-version {
    position: fixed;
    right: -1px;
    top: 227px;
}
.float-version a {
    display: inline-block;
    width: 41px;
    height: 230px;
    background: url("../images/float-version.png") no-repeat 0 0 transparent;
}
.float-version a:hover {
    background-position: 0 -233px;
}
.header-frame {
    position: relative;
    -moz-box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.4);
    -webkit-box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.4);
    box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.4);
}
.uiSearchInputHome {
    margin: -35px -29px 0px;
    padding: 16px 30px;
}
.uiSearchInputHome input[type="text"] {
    max-width: 100%;
}
.uiSearchInput.uiSearchInputHome .search-button {
    background: url("/public/advanced/images/Search.png") no-repeat scroll right -6px;
    right: 34px;
    top: 22px;
}
.uiSearchInput.uiSearchInputHome .search-button:hover {
    background-position: right -33px;
}
.table-responsive-wrap {
    position: relative;
}
.nav-select-column > li {
    position: absolute;
    top: 0px;
    display: none;
}
.nav-select-column > li a {
    display: block;
    padding: 7px;
}
.nav-select-column > li.active {
    display: block;
}
[class^="uiIconArrow"] {
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url("../images/nav-arrow.png") no-repeat 0 0 transparent;
}
.uiIconArrowLeft {
    background-position: 0 0;
}
.uiIconArrowRight{
    background-position: -15px 0;
}
.nav-select-column > li.prev {
    left: 0;
}
.nav-select-column > li.next {
    right: 0;
}

/*
# RESPONSIVE
*/
@media(max-width: 1023px) {
    .uiHeaderPageDocument .logo {
        margin-top: 5px;
    }
    .uiHeaderPageDocument .logo-corp {
        margin-top: 5px;
    }
    .uiHeaderPageDocument {
        height: 44px;
    }
    .uiHeaderPageDocument .btn-group {
        padding: 9px 15px 0 0;
    } 
    .uiHeaderPageDocument .logo {
        width: 120px;
        margin-left: 45px;
    }
    .uiHeaderPageDocument .logo-corp {
        width: 120px;
        margin-left: 45px;
    }
    .uiHeaderPageDocument.no-toggle-button .logo {
        margin-left: 10px
    }
    .uiHeaderPageDocument.no-toggle-button .logo-corp {
        margin-left: 10px
    }
    .uiHeaderPageDocument .menu,
    .login-regis {
        display: none;
    }
    .social-links {
        display: block;
    }
}

@media(max-width: 767px) {
    .login-regis,
    .uiHeaderPageDocument .btn-group {
        display: none;
    }
    h1, h2, h3 {
        line-height: 1.3;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 14px;
    }
    .border-bottom-dottted > .pull-right{
        margin-top: 7px;
    }
    .doc-navigation li a {
        font-size: 0;
        padding-left: 15px;
    }
    .doc-navigation .next a {
        background-position: right 4px;
    }
    .doc-navigation .next a:hover {
        background-position: right -88px;
    }
    .doc-navigation .previous a {
        background-position: 2px -42px;
    }
    .doc-navigation .previous a:hover {
        background-position: 2px -135px;
    }
}

