﻿/*
* Man page document formating
*/
.textParagraph, .textParagraph p, .textParagraph div, .textParagraph span{
	font-size: 1.34rem;
	line-height: 1.42857em;
    margin: 0;
	color: #616161;
	text-align:left;
}
.textParagraph h1 > span, .textParagraph h2 > span, .textParagraph h3 > span, .textParagraph h4 > span, .textParagraph h5 > span, .textParagraph h6 > span{
	font-size: inherit;
	line-height: inherit;
    margin: inherit;
	color: #616161;
}
.textParagraph ol{
	counter-reset: foo;
	padding-left: 5px;
	font-size: 1.34rem;
	display: table;
}
.textParagraph ol > li{
	counter-increment: foo;
	display: table-row;
}
.textParagraph ol > li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
}
.textParagraph ul{
	padding-left: 5px;
	font-size: 1.34rem;
	display: table;
}
.textParagraph ul > li{
	display: table-row;
}
.textParagraph ul > li::before {
    color: #878787;
    display: table-cell;
    content: "• ";
    text-align: right;
}
.jqte_linkform > ul{
	display: inline-block;
	float:left;
}
/*
 *help link navigation
*/
nav.side-left-column{
    display: inline-block;
    -moz-box-flex: 1;
    bottom: 0;
    display: flex;
    flex: 1 1 0;
    padding-right: 20px;
    top: 0;
}
    nav.side-left-column > ul > li > div > ul > li:first-child{
        padding-top:15px;
    }
        nav.side-left-column > ul > li > div > ul > li > a{
            padding-left:0px!important;
        }
    nav.side-left-column > ul > li > div > ul > li > ul > li:first-child{
        padding-top:15px;
    }

.side-nav-category {
    color: #7d7d7f;
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 2rem;
    line-height: 1.5rem;
    padding-left: 24px;
}
    .side-nav-category > ul {
        margin-top: 15px;
        list-style: outside none none;
    }
    .side-nav-category > ul > li > ul > li:first-child{
        padding-top:15px;
    }
    .side-nav-category.current-side-nav {
        border-left: 3px solid #8FBC8F;
        padding-left: 21px;
    }

.side-nav-article{
    margin-bottom: 18px;
}
    .side-nav-article a.sub-nav
    , .side-nav-article a.sub-nav:link
    , .side-nav-article a.sub-nav:active
    , .side-nav-article a.sub-nav:visited
    , .side-nav-article a.sub-nav:focus{
        padding-left: 20px;
        font-family: 'Lato', sans-serif!important;
        font-size: 1.535rem;
        font-weight: 400;
        line-height: 2.0rem;
        text-decoration: none;
        color:#4a4a4a!important;
        transition: all 0.2s ease 0s;
        clear: both;
        outline:none;
        display: inline-block;
    }
    .side-nav-article a.sub-nav:hover{
        color:#708090!important;
    }

.side-nav-section:first-child {
    margin-top: 0;
}

.side-nav-category a.main-nav{
    position:relative;
}
    .side-nav-category a.main-nav.viewed-closed:before{
        content: "\f054";
        font-family: FontAwesome;
        left:-15px;
        position:absolute;
        top:0;
        transition: all 0.2s ease 0s;
    }
    .side-nav-category a.main-nav.current-viewed:before{
        content: "\f078";
        font-family: FontAwesome;
        left:-17px;
        position:absolute;
        top:0;
        transition: all 0.2s ease 0s;
    }
    .side-nav-category a.main-nav.top-level.current-viewed:before{
        content: none;
    }
    .side-nav-category a.main-nav.viewed-closed{
        padding-bottom:15px;
    }

.side-nav-category a.main-nav.edit-mode-active:before{
    content: "\f040";
    font-family: FontAwesome;
    left:-19px;
    font-size:.9rem;
    transition: all 0.2s ease 0s;
    color:#B0171F;
    position:absolute;
}
.side-nav-article a.sub-nav.edit-mode-active:before{
    content: "\f040";
    font-family: FontAwesome;
    left:5px;
    font-size:.9rem;
    transition: all 0.2s ease 0s;
    color:#B0171F;
    position:absolute;
}

.side-nav-category a.main-nav
, .side-nav-category a.main-nav:link
, .side-nav-category a.main-nav:active
, .side-nav-category a.main-nav:visited
, .side-nav-category a.main-nav:focus
, .side-nav-section a
, .side-nav-section a:link
, .side-nav-section a:active
, .side-nav-section a:visited
, .side-nav-section a:focus{
    font-family: 'Lato', sans-serif!important;
    font-size: 1.535rem;
    font-weight: 400;
    line-height: 2.22857rem;
    text-decoration: none;
    color:#4a4a4a!important;
    transition: all 0.2s ease 0s;
    clear: both;
    outline:none;
    display: inline-block;
}
    .side-nav-category a.main-nav:hover
    , .side-nav-section a:hover{
        color:#8FBC8F!important;
    }

a.main-nav.current-viewed
, a.main-nav.current-viewed:link
, a.main-nav.current-viewed:active
, a.main-nav.current-viewed:visited
, a.main-nav.current-viewed:focus{
    font-weight:600;
    color:#adadad;
}

a.sub-nav.current-sub-viewed
, a.sub-nav.current-sub-viewed:link
, a.sub-nav.current-sub-viewed:active
, a.sub-nav.current-sub-viewed:visited
, a.sub-nav.current-sub-viewed:focus{
    font-weight:300;
    color:#1E90FF!important;
}

a.main-nav.top-level.current-viewed
, a.main-nav.top-level.current-viewed:link
, a.main-nav.top-level.current-viewed:active
, a.main-nav.top-level.current-viewed:visited
, a.main-nav.top-level.current-viewed:focus{
    font-weight:300;
    color:#1E90FF!important;
}

/*
 *Search
*/
.search-animate{
    transition: all 0.2s ease 0s;
    color:#757575;
}
div.section_search input.gbsearch{
    width:500px;
    height:33px;
    border:1px solid #f0f0f0;
    font-size: 10pt;
    font-weight:normal!important;
    padding: 6px;
    color: #515151;
    letter-spacing: normal;
    line-height: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
}
div.section_search input.gbsearch_ovrd{
    height:20px!important;
}
    div.section_search input.gbsearch:focus, input.gbsearch:hover{
        border-color: #9ECAED;
        box-shadow: 0 0 10px #9ECAED;
        outline: medium none;
    }

div.section_search button.gbsrchbtn{
    color:#f5f5f5;
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 35px;
    margin: 0px;
    outline: none;
    padding: 0 0;
    width: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #b23ad4;
    background: -webkit-linear-gradient(top,#b23ad4,#bb63d4);
    background: linear-gradient(top,#b23ad4,#bb63d4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b23ad4,endColorstr=#bb63d4,GradientType=1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
    div.section_search button.gbsrchbtn:hover {
        background-image: -moz-linear-gradient(top,  #bb63d4,  #b23ad4); /* for firefox 3.6+ */
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#bb63d4), to(#b23ad4)); /* for webkit browsers */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=1)!important;
    }
    div.section_search button.gbsrchbtn:focus
    {
        background-image: -moz-linear-gradient(top,  #b23ad4,  #bb63d4); /* for firefox 3.6+ */
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#b23ad4), to(#bb63d4)); /* for webkit browsers */
    }

div.section_search_header_container{
    width:100%;
    height:inherit;
    background-color:#f5f8f8;
    border-bottom:1px solid #d6d6d6;
    margin-bottom:12px;
}

    div.section_search_header_container > div{
        padding:18px 0px;
        width:900px;
        margin:0 auto;
    }

        div.section_search_header_container > div div.section_logo_area {
            float:left;
        }

        div.section_search_header_container > div div.section_search_area {
            padding:50px 0;
            float:left;
        }

        div.section_search_header_container > div div.section_search_config {
            float:left;
        }
div.section_search_results_container{
    padding:18px 0px;
    width:900px;
    margin:0 auto;
}
        
    div.section_search_results_container div.search_stats {
        clear:both;
        width:100%;
    }

    div.section_search_results_container div.search_info {
        float:left;
        width:31%;
    }

    div.section_search_results_container div.search_results {
        float:left;
        width:69%;
        text-align:left;
        color:#474747;
    }
        
        div.section_search_results_container div.search_results div.opt_drop{
            font-size:8pt;
            background-color: #fff;
            border: 1px solid #eee;
            border-radius: 4px;
            box-shadow: 0 0 8px #555;
            color: #333;
            display: none;
            padding: 12px 0;
            position: absolute;
            text-align: left;
            width: 200px;
        }
        div.section_search_results_container div.search_results div.stats {
            line-height: 43px;
            transition: all 220ms ease-in-out 0s;
            padding: 0 8px 15px 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #919191;
        }
        div.section_search_results_container div.search_results ol.ol_out {
            list-style-type: none;
        }
            div.section_search_results_container div.search_results ol.ol_out li{
                margin-bottom:24px;
            }
            div.section_search_results_container div.search_results ol.ol_out li div h3.tt {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-family: Ubuntu!important;
                font-style: normal;
                font-weight: 600!important;
                line-height: 1.17em !important;
                text-align: left;
            }
            div.section_search_results_container div.search_results ol.ol_out li div h3.tt a, a:hover{
                color:#0083FC!important;
            }
            div.section_search_results_container div.search_results ol.ol_out li div h3.tt a:visited{
                color:#8B2252!important;
            }
            div.section_search_results_container div.search_results ol.ol_out li div h3.tt a:hover{
                text-decoration:underline!important;
            }
            div.section_search_results_container div.search_results ol.ol_out li div div.sub div.lnk{
                padding-bottom:5px;
            }
                div.section_search_results_container div.search_results ol.ol_out li div div.sub div.lnk em {
                    color:#6E7B8B!important;
                }
                div.section_search_results_container div.search_results ol.ol_out li div div.sub div.lnk .fa-chevron-circle-down, .fa-chevron-circle-up {
                    color:#B8B8B8!important;
                    cursor:pointer;
                }

        div.section_search_results_container div.search_results div.pg_n {
            margin-top:36px;
        }
            div.section_search_results_container div.search_results div.pg_n a, a:hover, a:visited{
                color:#104E8B!important;
            }
            div.section_search_results_container div.search_results div.pg_n a:hover{
                text-decoration:underline!important;
            }
            div.section_search_results_container div.search_results div.pg_n a.so-sel{
                color:#fff!important;
                font-weight:bold;
            }
/*
 *Account
*/
.red {
    background: red;
}

.yellow {
    background: yellow;
}

.orange {
    background: orange;
}

.pink {
    background: pink;
}

.green {
    background: green;
}
.white {
    background: #fff;
}
div.section_account_header {
    background-color: #838B8B;
    background: url(../../images/blue_skin.jpg);
}
    div.section_account_header div.sectionSpacer {
        clear:both;
        min-height:50px;
    }

    div.section_account_header div.sectionContent {
        padding:50px 0 35px;
    }
        
        div.section_account_header div.sectionContent div.gtitle {
            width:300px;
            margin:12px auto;
            text-align:center;
            color:#fff;
            font-weight:600;
        }

        div.section_account_header div.sectionContent div.gtitle a, a:visited{
            color:#fff!important;
        }

        div.section_account_header div.sectionContent div.gtitle a:hover{
            text-decoration:underline!important;
        }

        div.section_account_header div.sectionContent div.circular {
	        width: 84px;
	        height: 84px;
	        border-radius: 120px;
	        -webkit-border-radius: 120px;
	        -moz-border-radius: 120px;
	        box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
            margin:0 auto;
	    }
        div.appSelectDisabled{
            opacity:.3;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        div.section_container{
            width:160px;
            float:left;
            margin: 0 13px 16px 13px;
        }
        div.section_title{
            text-align:center;
            width:100%;
            color:#606060;
            margin:0 0 8px 0;
            font-weight:600;
        }
        div.displayReports{
            width:120px;
            height:120px;
            border-radius: 120px;
            color:#fff;
            background-color:#7EC0EE;
            float:left;
            margin:0 10px 16px 10px;
            text-align:center!important;
            padding:18px;
        }
            div.displayReports > div.circular {
                border-radius: 40px;
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
                height: 13px;
                margin: 0 auto;
                width: 40px;
                text-align:center;
                background-color:#333;
                cursor:pointer;
            }
            div.displayReports span.selectItemIcon{
                font-size:4em;
            }
            div.displayReports > div{
                padding: 10px 0 12px;
            }
        div.h_heading{
            background-color: transparent;
            width:80%;
            margin:18px auto 28px auto!important;
            border-radius:5px;
        }
        p.gb-text-default{
			color:#606060;
			padding-bottom:8px;
			text-align:center;
        }
        h1.gb-text-default, h2.gb-text-default, h3.gb-text-default, h4.gb-text-default, h5.gb-text-default, h6.gb-text-default {
		    color: #646464;
		    font-weight: 300!important;
		    line-height: 1em;
		    margin: 0 0 0.5em 0;
            text-align:center;
            padding:10px 0;
	    }
        div.section_account_header div.sectionContent span.selectItemIcon {
            font-size:70px;
            padding-right:12px;
        }
        div.section_account_header div.sectionContent div.starterkitApp{
            margin:10px auto 0 auto;
            color:#fff!important;
            font-size: 1.4em;
            text-align:center!important;
        }
        div.section_account_header div.sectionContent div.starterkit {
            text-align:center;
            color:#fff;
            font-size:1.2em;
            vertical-align:top;
            width:70px;
            height: 70px;
            line-height: 70px;
            clear:both;
            margin:0 auto;
        }

        div.section_account_header div.sectionContent div.starterkit > div{
            height:70px;
            clear:both;
            vertical-align:middle;
        }
            
div.wrapper_account_gb {
    margin: 0 auto;
}

div.extra{
    margin-top:25px;
    margin-bottom:25px;
}

div.section_account {
    overflow: hidden;
    padding: 0 0 20px;
}

    div.wrapper_account_gb div.sectionTitle {
        text-align: left;
        color: #737373;
        text-transform: none;
        margin-top: 18px;
    }

    div.section_account hr.rule{
        clear:both;
        display: block; 
        height: 1px;
        border: 0; 
        border-top: 1px solid #eee!important;
        margin: 1em 0; 
        padding: 0;
    }

    div.wrapper_account_gb div.sectionContent div.filter{
        border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
        padding-left:24px;
        margin-top:30px;
        color:#737373;
        text-align:left;
    }

        div.wrapper_account_gb div.sectionContent div.filter > div{
            height:35px;
            float:left;
            padding-top:8px;
        }

        div.wrapper_account_gb div.sectionContent div.filter span.selectItemIcon {
            font-size:35px;
            padding-right:8px;
            margin:0 auto;
        }

        div.wrapper_account_gb div.sectionContent div.filter table *{
            font-size:.9em!important;
        }

        div.wrapper_account_gb div.sectionContent div.filter table th{
            font-weight:bold;
            color:#838B8B;
            text-align:left;
        }

        div.wrapper_account_gb div.sectionContent div.filter table td{
            font-weight:normal;
            color:#737373;
        }

        div.wrapper_account_gb div.sectionContent div.filter table td.markexpired{
            color:#c74d4d;
        }

        div.wrapper_account_gb div.sectionContent div.filter table td a, a:visited{
            color:#0083FC!important;
        }

        div.wrapper_account_gb div.sectionContent div.filter table td a:hover{
            text-decoration:underline!important;
        }

ul.ulContent {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.ulContent li.liContent {
        display: block;
        float: left;
        background-color: #EEEEEE;
        position: relative;
        cursor: pointer;
    }

        ul.ulContent li.liContent.active {
            background-color: #00aeed;
            border-radius:5px;
        }

        ul.ulContent li.liContent.disabled {
            background: #dddddd;
            cursor: not-allowed;
        }

            ul.ulContent li.liContent.disabled span.selectItemIcon {
                color: #d2d2d2;
            }

            ul.ulContent li.liContent.disabled span.sectionItemText {
                color: rgb(162, 162, 162);
            }

        ul.ulContent li.liContent:hover {
            -webkit-stroke-width: 5.3px;
            -webkit-stroke-color: #FFFFFF;
            -webkit-fill-color: #FFFFFF;
            text-shadow: 0px 0px 10px #707070;
            box-shadow: 0px 0px 10px #0083FC;
            -webkit-transition: width 0.3s; /*Safari & Chrome*/
            transition: width 0.3s;
            -moz-transition: width 0.3s; /* Firefox 4 */
            -o-transition: width 0.3s; /* Opera */
        }

        ul.ulContent li.liContent span.sectionItemBorder {
            height: 5px;
            width: 100%;
            display: block;
            position: absolute;
            bottom: 0;
            z-index: 6;
        }

        ul.ulContent li.liContent span.sectionItemText {
            position: relative;
            text-align: center;
            color: #646464;
            top:80%;
        }

        ul.ulContent li.liContent span.selectItemIcon {
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center;
            color: #00BBF1;
        }

        ul.ulContent li.liContent.active span.sectionItemText {
            color: white;
        }

        ul.ulContent li.liContent.active span.sectionItemBorder {
            display: block;
            height: 5px;
            width: 100%;
            position: absolute;
            bottom: 0;
            z-index: 5;
        }

        ul.ulContent li.liContent.active span.selectItemIcon {
            color: white;
        }

div.frameworkform {
    border: 1px solid #fcfcfc;
    margin-right: 5px;
    padding: 36px 10px;
    margin: 0 0 20px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    background-color:#f7f7f7;
    width:85%;
    margin:0 auto;
    display:none;
}

div.frameworkform div.formitem{
    color:#737373;
    font-size:40px;
    line-height:45px;
}

@media screen and (min-width: 1200px) {

    div.wrapper_account_gb {
        width: 1200px;
    }

        div.wrapper_account_gb * {
            font-size: 20px;
        }

    div.wrapper_account_gb div.sectionTitle {
        width: 300px;
        padding: 18px;
        font-size: 22px;
    }

    ul.ulContent li.liContent {
        margin: 10px 4px 0 4px;
    }

        ul.ulContent li.liContent:last-child {
            margin-right: 0;
        }

        ul.ulContent li.liContent span.sectionItemText {
            bottom: 15px;
        }

    ul.accounttype {
        padding-bottom: 40px;
    }

        ul.accounttype li.liContent {
            width: 232px;
            height: 265px;
        }

            ul.accounttype li.liContent span.selectItemIcon {
                font-size: 173px;
                top: 35px;
            }

    ul.ulContent li.liContent span.sectionItemText {
        font-size: 22px;
    }

    ul.accounttype li.liContent.active span.sectionItemBorder {
        bottom: -22px;
        left: 98px;
        height: 22px;
        background: url(../../images/account_arrow.png) no-repeat top left;
    }

    ul.framework li.liContent {
        width: 164px;
        height: 187px;
    }

        ul.framework li.liContent span.selectItemIcon {
            font-size: 113px;
            top: 27px;
        }

        ul.framework li.liContent.active span.sectionItemBorder {
            bottom: -22px;
            left: 63px;
            height: 22px;
            background: url(../../images/account_arrow.png) no-repeat top left;
        }

        ul.framework li.liContent span.sectionItemText {
            font-size: 18px;
        }

    table.tblAccount {
        font-size: 18px;
        margin-top: 9px;
        width: 700px;
    }

        table.tblAccount input.txtInput {
            height: 40px;
        }

        table.tblAccount input.btnSubmit {
            height: 40px;
        }
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
    div.section_search_header_container > div{
        width:700px;
    }

    div.section_search_results_container {
        width:700px;
    }

        div.section_search_results_container div.search_results {
            width:90%;
        }
        div.section_search_results_container div.search_info {
            display:none;
        }

    div.extra{
        margin-top:20px;
        margin-bottom:20px;
    }

    div.section_account_header div.sectionContent div.starterkit > div {
        width:800px;
        line-height:normal;
    }

    div.section_account_header div.sectionContent {
        padding:30px 0 55px;
    }

    div.wrapper_account_gb {
        width: 980px;
    }

        div.wrapper_account_gb * {
            /*font-size: 18px;*/
        }

    div.wrapper_account_gb div.sectionTitle {
        width: 270px;
        padding: 10px;
        font-size: 18px;
    }

    ul.ulContent li.liContent {
        margin: 10px 4px 0 4px;
    }

        ul.ulContent li.liContent:last-child {
            margin-right: 0;
        }

        ul.ulContent li.liContent span.sectionItemText {
            bottom: 14px;
        }

    ul.accounttype {
        padding-bottom: 40px;
    }

        ul.accounttype li.liContent {
            width: 188px;
            height: 214px;
            text-align:center!important;
        }

            ul.accounttype li.liContent span.selectItemIcon {
                font-size: 135px;
                top: 35px;
            }

    ul.ulContent li.liContent span.sectionItemText {
        font-size: 17px;
    }

    ul.accounttype li.liContent.active span.sectionItemBorder {
        bottom: -22px;
        left: 72px;
        height: 22px;
        background: url(../../images/account_arrow.png) no-repeat top left;
    }

    ul.framework li.liContent {
        width: 132px;
        height: 150px;
        text-align:center;
    }

        ul.framework li.liContent span.selectItemIcon {
            font-size: 90px;
            top: 25px;
        }

        ul.framework li.liContent.active span.sectionItemBorder {
            bottom: -22px;
            left: 50px;
            height: 22px;
            background: url(../../images/account_arrow.png) no-repeat top left;
        }

        ul.framework li.liContent span.sectionItemText {
            font-size: 13px;
        }

    table.tblAccount {
        font-size: 16px;
        margin-top: 7px;
        width: 600px;
    }

        table.tblAccount input.txtInput {
            height: 35px;
        }

        table.tblAccount input.btnSubmit {
            height: 35px;
        }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    div.section_search_header_container > div{
        width:500px;
    }
    
    div.section_search_results_container {
        width:500px;
    }

        div.section_search_results_container div.search_results {
            width:90%;
        }
        div.section_search_results_container div.search_info {
            display:none;
        }

    div.section_search input.gbsearch {
        width: 350px;
        font-size: 9pt;
    }

    div.extra{
        margin-top:15px;
        margin-bottom:15px;
    }

    div.section_account_header div.sectionContent div.starterkit > div {
        width:650px;
        line-height:normal;
    }

    div.section_account_header div.sectionContent {
        padding:20px 0 35px;
    }

    div.wrapper_account_gb {
        width: 768px;
    }

    div.wrapper_account_gb div.sectionTitle {
        width: 160px;
        padding: 6px;
        font-size: 12px;
    }

    ul.ulContent li.liContent {
        margin: 10px 4px 0 4px;
    }

        ul.ulContent li.liContent:last-child {
            margin-right: 0;
        }

        ul.ulContent li.liContent span.sectionItemText {
            bottom: 15px;
        }

    ul.accounttype {
        padding-bottom: 40px;
    }

        ul.accounttype li.liContent {
            width: 146px;
            height: 166px;
        }

            ul.accounttype li.liContent span.selectItemIcon {
                font-size: 99px;
                top: 23px;
            }

    ul.ulContent li.liContent span.sectionItemText {
        font-size: 13px;
    }

    ul.accounttype li.liContent.active span.sectionItemBorder {
        bottom: -22px;
        left: 58px;
        height: 22px;
        background: url(../../images/account_arrow_medium.png) no-repeat top left;
    }

    ul.framework li.liContent {
        width: 102px;
        height: 116px;
    }

        ul.framework li.liContent span.selectItemIcon {
            font-size: 68px;
            top: 18px;
        }

        ul.framework li.liContent.active span.sectionItemBorder {
            bottom: -22px;
            left: 35px;
            height: 22px;
            background: url(../../images/account_arrow_medium.png) no-repeat top left;
        }

        ul.framework li.liContent span.sectionItemText {
            font-size: 12px;
        }


    table.tblAccount {
        font-size: 14px;
        margin-top: 5px;
        width: 550px;
    }

        table.tblAccount input.txtInput {
            font-size: 14px;
            height: 30px;
        }

        table.tblAccount input.btnSubmit {
            height: 30px;
        }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    div.section_search_header_container > div{
        width:385px;
    }
    
    div.section_search_results_container{
        width:385px;
    }

        div.section_search_results_container div.search_results {
            width:90%;
        }
        div.section_search_results_container div.search_info {
            display:none;
        }

    div.section_search input.gbsearch {
        width: 300px;
        font-size: 8pt;
    }

    div.extra{
        margin-top:15px;
        margin-bottom:15px;
    }

    div.section_account_header div.sectionContent div.starterkit > div {
        width:375px;
        line-height:normal;
    }

    div.section_account_header div.sectionContent {
        padding:15px 0 25px;
    }

    div.wrapper_account_gb {
        width: 480px;
    }

    div.wrapper_account_gb div.sectionTitle {
        width: 160px;
        padding: 6px;
        font-size: 12px;
    }

    ul.ulContent li.liContent {
        margin: 10px 4px 0 4px;
    }

        ul.ulContent li.liContent:last-child {
            margin-right: 0;
        }

        ul.ulContent li.liContent span.sectionItemText {
            bottom: 8px;
        }

    ul.accounttype {
        padding-bottom: 40px;
    }

        ul.accounttype li.liContent {
            width: 88px;
            height: 100px;
        }

            ul.accounttype li.liContent span.selectItemIcon {
                font-size: 63px;
                top: 11px;
            }

    ul.ulContent li.liContent span.sectionItemText {
        font-size: 8px;
    }

    ul.accounttype li.liContent.active span.sectionItemBorder {
        bottom: -22px;
        left: 35px;
        height: 22px;
        background: url(../../images/account_arrow_small.png) no-repeat top left;
    }

    ul.framework li.liContent {
        width: 61px;
        height: 70px;
    }

        ul.framework li.liContent span.selectItemIcon {
            font-size: 43px;
            top: 9px;
        }

        ul.framework li.liContent.active span.sectionItemBorder {
            bottom: -22px;
            left: 20px;
            height: 22px;
            background: url(../../images/account_arrow_small.png) no-repeat top left;
        }

        ul.framework li.liContent span.sectionItemText {
            font-size: 7px;
        }


    table.tblAccount {
        font-size: 10px;
        margin-top: 5px;
        width: 300px;
    }

        table.tblAccount input.txtInput {
            font-size: 10px;
            height: 25px;
        }

        table.tblAccount input.btnSubmit {
            height: 25px;
        }
}

@media screen and (max-width: 479px) {
    div.section_search_header_container > div{
        width:300px;
    }
    
    div.section_search_results_container{
        width:300px;
    }

        div.section_search_results_container div.search_results {
            width:90%;
        }
        div.section_search_results_container div.search_info {
            display:none;
        }

    div.section_search input.gbsearch {
        width: 190px;
        font-size: 8pt;
    }

    div.section_account_header div.sectionContent div.starterkit > div {
        width:150px;
        font-size: 8pt;
        line-height:normal;
    }

    div.extra{
        margin-top:12px;
        margin-bottom:12px;
    }

    div.section_account_header div.sectionContent {
        padding:10px 0 20px;
    }

    div.wrapper_account_gb {
        width: 320px;
    }


    div.wrapper_account_gb div.sectionTitle {
        font-size: 12px;
        padding:8px 0;
    }

    ul.ulContent li.liContent {
        margin: 10px 4px 0 4px;
    }

        ul.ulContent li.liContent:last-child {
            margin-right: 0;
        }

        ul.ulContent li.liContent span.sectionItemText {
            bottom: 8px;
        }

    ul.accounttype {
        padding-bottom: 40px;
    }

        ul.accounttype li.liContent {
            width: 88px;
            height: 100px;
        }

            ul.accounttype li.liContent span.selectItemIcon {
                font-size: 63px;
                top: 11px;
            }

    ul.ulContent li.liContent span.sectionItemText {
        font-size: 12px;
    }

    ul.accounttype li.liContent.active span.sectionItemBorder {
        bottom: -22px;
        left: 22px;
        height: 22px;
        background: url(../../images/account_arrow_small.png) no-repeat top left;
    }

    ul.framework li.liContent {
        width: 61px;
        height: 70px;
    }

        ul.framework li.liContent span.selectItemIcon {
            font-size: 43px;
            top: 9px;
        }

        ul.framework li.liContent.active span.sectionItemBorder {
            bottom: -22px;
            left: 20px;
            height: 22px;
            background: url(../../images/account_arrow_small.png) no-repeat top left;
        }

        ul.framework li.liContent span.sectionItemText {
            font-size: 7px;
        }


    table.tblAccount {
        font-size: 10px;
        margin-top: 5px;
        width: 319px;
    }

        table.tblAccount input.txtInput {
            font-size: 10px;
            height: 25px;
        }

        table.tblAccount input.btnSubmit {
            height: 25px;
        }
}


table.tblAccount input.txtInput {
    width: 100%;
    line-height: 25px;
}

table.tblAccount input.btnSubmit {
    background: #00BBF1;
    color: white;
    border: 1px solid #00BBF1;
    padding: 0 10px;
    margin-left: 5px;
    cursor: pointer;
    float: right;
    margin-right: -3px;
}
    table.tblAccount input.btnSubmit:hover {
        background: #0083fc;
    }

.pointer{
    cursor:pointer;
}
.hideImportant{
    display:none!important;
}
.man_sel_lnkpre{
    color:#1e90ff!important;
}
.man_sel_drftpre{
    color:#556b2f!important;
}
textarea.man-text-main {
	width: 100%;
	min-height: 60px;
    transition: all 220ms ease-in-out 0s;
}
textarea.man-text-area-mst {
	width: 100%;
	height: 115px;
	border: none!important;
	padding: 5px;
	font: normal 1.3em/100% candara,verdana,arial!important;
    color: #999 !important;
    background-color: #eee !important;
    -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;outline:none!important;
}
textarea.man-text-area-summ {
	width: 100%;
	height: 115px;
	border: none!important;
	padding: 5px;
	font: normal .8em/100% candara,verdana,arial!important;
    color: #999 !important;
    background-color: #eee !important;
    -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;outline:none!important;
}
textarea.man-text-area {
	width: 100%;
	height: 100px;
	border: none!important;
	padding: 5px;
	font: normal .7em/100% candara,verdana,arial!important;
    color: #999 !important;
    background-color: #eee !important;
    -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;outline:none!important;
}
div.section_account_header > div.sectionSpacer h2{
    text-align:center!important;
    display:block!important;
}
div.man-search-result-container{
    padding: 18px 12px!important;
    border-radius:5px;
    background-color:#fff;
}
div.setting-log-attribute-more-message{
    margin:8px 0 0 16px;
    text-align:left;
    font-size:8pt;
    width:70%;
}
div.clean-padding-btm {
    padding-bottom:5px!important;
    margin-bottom:5px;
}
div.clean-padding-lft {
    padding-left:0px!important;
    margin-left:0px!important;
}
.man-read-title{
    color:#666!important;
    font: normal 1.1em/100% candara,verdana,arial!important;
}
.man-read-credit{
    color:#696969!important;
    font: normal 12pt 'Ubuntu',candara,verdana,arial!important;
    font-weight: 300!important;
    letter-spacing: 0!important;
}
.man-read-properties{
    font: normal 1.2em 'Ubuntu',candara,verdana,arial!important;
    font-weight: 300!important;
    letter-spacing: 0!important;
    color:#616161;
}
div.man-edit-outline{
    outline: #556b2f dashed 2px !important;
    margin: 0 0 24px 20px;
}
a.revision_link, a.revision_link:visited{
    color:#63b8ff!important;
} 
a.revision_link:hover{
    color:#1e90ff!important;
} 
div.jqte {
    margin:8px 0;
}
ul.tag-doc-contrib-list, ul.tag-doc-user-contrib-list{
    width:50%;
    display:inline;
    list-style-type: none;
}
ul.tag-doc-user-contrib-list{
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out 0s;
}
ul.tag-doc-user-contrib-list:hover, ul.tag-doc-user-contrib-list:focus{
    opacity: 1;
}
ul.tag-doc-user-contrib-list li{
    display: inline;
    margin-right: 8px;
    padding:0px;
    background-color:#F0F8FF;
    border:none!important;
}
    ul.tag-doc-user-contrib-list li a.tag_link, a.tag_link:visited{
        color:#0083fc!important;
    }
    ul.tag-doc-user-contrib-list li a.tag_link:hover{
        color:#63B8FF!important;
    }
    ul.tag-doc-user-contrib-list li a img{
        margin-bottom:-4px;
        border-radius:3px;
        width:20px;
        transition: all 0.2s ease 0s;
        vertical-align: text-bottom;
    }
    ul.tag-doc-user-contrib-list li a img:hover{
        transform:scale(1.4);
    }
ul.tag-doc-contrib-list li{
    display: inline;
    margin-right: 6px;
    padding:2px 4px;
    background-color:#F0F8FF;
    border:1px solid #B0E2FF;
    border-radius:3px;
}
    ul.tag-doc-contrib-list li a.tag_link, a.tag_link:visited{
        color:#0083fc!important;
    }
    ul.tag-doc-contrib-list li a.tag_link:hover{
        color:#63B8FF!important;
    }
div.manual_guide_ctnr{
    margin:0;
}
div.manual_guide_ctnr > div.left{
    padding:18px 0 0;
    border-radius:3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    margin-left:18px;
}
div.widget-manual-doc-title{
    color: #999 !important;
    font: normal 2.5em/100% candara,verdana,arial;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    padding:0 0 18px;
}
div.mansettings{
    width:40%;
    float:right;
    font-size:16pt;
    text-align:right;
}
div.manual_guide_ctnr table{
    border: 1px solid #bbb;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
    div.manual_guide_ctnr table th{
        background-color: #ededed;
        color: #636363;
        text-align: left;
        border-bottom: 1px solid #dbdbdb;
        margin: 10px;
        font-size: 9pt;
        color: #616161;
        padding:5px 8px;
        font-weight:bold;
    }
    div.manual_guide_ctnr table tr td{
        font-size: 9pt;
        color: #616161;
        padding:5px 8px;
    }
    p.textTitleDefHelp{
        color: #616161;
        padding-left:8px;
        font: normal 1.5em/100% candara,verdana,arial;
    }
    ol.textParagraphListLocation{
        margin-left:24px;
    }
    ol.textParagraphListLocation li{
        padding-bottom:12px;
    }
.wrapper_tailor_gb{
    background-color: #00adef;
    width:80%;
    margin:18px auto;
    line-height:1.2em;
    padding:20px 40px;
    text-align:center;
    color:#fff;
    font-size:2em;
    border-radius:5px;
}
div.manual_guide_ctnr > div.left {
        width: 100%;
    }

.ui-selectmenu-menu li a:focus, .ui-selectmenu-menu li a:link, .ui-selectmenu-menu li a:visited{
    color: #fff!important;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:none no-repeat 0 -16px;display:none!important;}
div.star-rating,div.star-rating a{background:url(../../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important;}
div.star-rating-hover a{background-position:0 -32px!important;}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}