


/*Custome Home page CSS*/
.portal-search-result {
   background-color: #FFFFFF;
}
.searchresultitem.selected-searchresultitem {
    background-color: #EFF2F7;
    border-radius: 5px;
}
.searchresulttitle {
    color: #1976d2;
}
.portal-header::after{
    background: none;
	opacity: 1;
    filter: none;
}
.portal-header::before {
   background: linear-gradient(180deg, #061A40 49.81%, #0CD27F 258.45%);
}
.btn-default:hover {
    color: #fff;
    background: none;
    border: none;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn-default {
    color: #fff;
    background: none;
    border: none;
	float: right;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background: none;
    border: none;
    background-image: none;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background: none;
    border: none;
}
.btn-default.focus, .btn-default:focus {
    color: #FFFFFF;
    background: none;
    border:none;
}
.dropdown-menu {
    position: absolute;
	right: 0% !important;
    top: 10% !important;
	bottom: auto !important;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 120px;
    padding: 5px 0;
    margin: 36px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.portal-single-publication a {
    color: #555;
    display: inline-block;
    padding: 50px 20px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E5E9F2;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -4px 0px #C0CCDA;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}
.portal-single-publication a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow:  inset 0px -4px 0px #C0CCDA, 0 10px 25px rgba(0, 0, 0, 0.16);
}
.portal-single-publication {
    display: block !important;
}
.app-link{
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.app-link a{
    background: none;
    border: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    padding: 5px;
}
.app-link a:hover{
    background: none;
    border: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    padding: 5px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 16%);;
}
.mobile-apps {
    margin-top: 00px;
}
.portal-footer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: #061A40;
    color: #fff;
    width: 100% !important;
}
.portal-footer .inner, .site-footer .inner {
    margin-top: 0px;
    padding: 25px 0;
    border-top:none;
    font-size: 14px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.portal-header .portal-search button, .publication-contents h4 span {
    background-color: #42526E;
}
.portal-header .portal-search button:hover {
    background-color: #1976d2;
}
.publication-contents a {
    color: #061A40 !important;
}
.publication-contents h4 span {
    color: #ffffff;
}
.publication-contents h4 span:before {
    content: none;
}
.publication-contents h4 span:after {
    content: none;
}
.publication-contents li {
    font-size: 14px;
    font-weight: 300;
    margin: 15px 0;
}
.publication-contents li:before {
    font-family: 'FontAwesome';
    content: '\f15c';
    margin-left: -28px;
    width: 28px;
    display: inline-block;
    opacity: 1;
    font-size: 16px;
    line-height: 1.2;
    color: #8492A6;
}
.portal-body-contact{
	padding: 2% 0;
	border-top: 1px solid #c0ccda;
    display: block !important;
}
.contact-Service-Desk{
	text-align: center;
	margin: 30px 0;
    font-size: 25px;
}
.cc-service-desk{
    padding: 14px 18px !important;
    width: 225px;
    background: #FFFFFF;
    border: 1px solid #1976D2;
    border-radius: 3px;
    color: #2E2E30;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.service-desk-btn{
	text-align: -webkit-center;
}
.cc-service-desk:hover{
     color: #1976D2 !important;
}
a.cc-service-desk:focus{
     outline: none !important;
}
.portal-header .search-field {
    background-color: rgba(255, 255, 255);
}
.search-btn{
	background-color: #0CD27F !important;
}
.copyright a{
	color: #FFFFFF !important;
}
.cc-window.cc-floating {
    padding: 1em 1.8em !important;
    max-width: 100% !important;
    flex-direction: row !important;
    width: 100%;
	bottom: 0px !important;
}
.cc-floating .cc-message {
    display: block;
    flex: 8;
	margin-bottom: 0 !important;
    margin-top: 4px;
}
.cc-window.cc-floating .cc-compliance {
    flex: 1;
}
.featured-content-label{
	font-size:18px;
	padding-top: 5%;
}
a,.publication-contents a:hover {
    color: #061A40;
}
.portal-contents {
    margin-bottom: 3em;
	margin-top: 3em;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape)
{.cc-window.cc-bottom {
    bottom: 0;
    flex-direction: column !important;
	}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape)
{.cc-window .cc-message {
    margin-bottom: 1em !important;
}
}
.category-more-toc .showmore, .more-toc .showmore {
    display: inline;
    color: #1976D2;
}
.bg-primary, .btn-primary, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .site-sidebar, .portal-single-publication .publication-icon {
    background: none;
}
.portal-single-publication img{
	width: auto;
	margin-bottom: 5%;
    margin-top: 2%;
}
.portal-single-publication h3 {
    margin: 1% 0 0;
    font-size: 16px;
}
@media (min-width: 992px){
.portal-single-publication .publication-icon {
    width: 80px;
    height: 70px;
    line-height: 50px;
    }
}
@media (min-width: 768px){
    .portal-header {
        padding: 34px 50px;
        height: auto;
    }
    .portal-header h1 {
        font-size: 36px;
    }
    .portal-single-publication {
        float: left;
        width: 30%;
    }
}
.portal-header {
    height: auto;
}
.portal-header h1 {
    font-size: 36px;
    margin-top: 1.2em;
    margin-bottom: 0.835em;
}
.publication-contents .more-toc {
    font-weight: 500;
    font-size: 14px;
    margin-left: 0px;
}
.release-note-title{
    margin: 0 0 0 5px !important;
}
.release-notes li:before {
    font-family: 'FontAwesome';
    content: '\f1c1' !important;
}
/* Custom CSS */
/* Start Custom Fonts CSS */
@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('../../../resources/fontstt/TTNormsPro-Bold/font.woff') format('woff'),
		 url('../../../resources/fontstt/TTNormsPro-Bold/font.woff2') format('woff2');
}
@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('../../../resources/fontstt/TTNormsPro-Thin/font.woff') format('woff'),
		 url('../../../resources/fontstt/TTNormsPro-Thin/font.woff2') format('woff2');
}
@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('../../../resources/fontstt/TTNormsPro-Light/font.woff') format('woff'),
		 url('../../../resources/fontstt/TTNormsPro-Light/font.woff2') format('woff2');
}
@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('../../../resources/fontstt/TTNormsPro-Regular/font.woff') format('woff'),
		 url('../../../resources/fontstt/TTNormsPro-Regular/font.woff2') format('woff2');
}
@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('../../../resources/fontstt/TTNormsPro-Medium/font.woff') format('woff'),
		 url('../../../resources/fontstt/TTNormsPro-Medium/font.woff2') format('woff2');
}
@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('../../../resources/fontstt/TTNormsPro-Bold/font.woff') format('woff'),
		 url('../../../resources/fontstt/TTNormsPro-Bold/font.woff2') format('woff2');
}
@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('../../../resources/fontstt/TTNormsPro-Black/font.woff') format('woff'),
		 url('../../../resources/fontstt/TTNormsPro-Black/font.woff2') format('woff2');
}
/* End Custom Fonts CSS */
body, html {
    font-family: 'TT Norms';
    font-size: 14px;
    color: #061A40;
    font-weight: 300;
	line-height: 1.25;
	background-color: #ffffff;
}
body {
	background: none;
}
.cc-color-override--562569728.cc-window {
    color: rgb(255, 255, 255);
    background-color: #061A40 !important;
}
.cc-color-override--562569728 .cc-btn {
    color: #061A40 !important;
    border-color: transparent;
    background-color: #ffffff !important;
}
.cc-color-override--562569728 .cc-btn:hover, .cc-color-override--562569728 .cc-btn:focus {
    background-color: #3D64FF !important;
    color: #ffffff !important;
}
.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'TT Norms' !important;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
p {
    margin: 0 0 22px;
    color: #42526E;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.6;
    font-weight: 300;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'TT Norms';
    font-weight: 400;
    line-height: 1.25;
}
.h2, h2 {
    font-size: 30px;
}
.theme1 .site-sidebar .logo {
    padding: 15px 0;
    display: inline-block;
	width: auto;
}
.site-sidebar-header a{
	text-align: center;
	padding: 0 0 0 0;
}
.site-sidebar-header {
	border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.nav-site-sidebar .active>a {
    color: #061A40;
}
.site-sidebar {
    background-color: #EFF2F7;
}
.fixed-toolbar .toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
	background-color: #061A40;
	color: #FFFFFF;
	
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb a:hover {
    color: #fff;
}
.tool-search {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px 0 10px;
}
.toc>li>.topic-link>.glyphicon {
    margin-top: 7px;
}
ul>li>.topic-link>.glyphicon {
    margin-top: 2px;
}
.toc .glyphicon {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    font-size: 13px;
}
.nav {
    padding-left: 0px;
	padding-top: 15px;
	margin-top: 0px;
    margin-bottom: 0;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
	letter-spacing: 0.3px;
    line-height: 20px;
	
}
.nav-site-sidebar li a {
    color: #8492A6;
    padding: 10px 15px 10px 20px;
    display: block;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
a, .text-primary, .btn-primary .badge, .btn-link, .pagination>li>a, .pagination>li>span, .nav-site-sidebar .active>a, .portal-single-publication .publication-icon i, .portal-single-publication .publication-icon .fa, .publication-contents a:hover, .publication-contents h4 a, .titlepage h1.title, .titlepage h2.title, .titlepage h3.title {
    color: #061A40;
}
a:hover, a:focus, a.text-primary:hover, a.text-primary:focus, .btn-link:hover, .btn-link:focus, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #061A40;
}
a, .link {
    color: #1976d2;
}
a:hover, a:focus, .btn-link:hover, .btn-link:focus {
    color: #1976d2;
    text-decoration: underline !important;
}
.section-toc .topic-link {
    color: #1976d2;
}
div.feedback-panel {
    border-top: 1px solid #f5f5f5;
    width: 100%;
    margin-left: 8.66666667%;
    padding-left: 0;
    background-color: #ffffff;
    border-radius: 6px;
    max-width: 73.66666667%;
    float: left;
    text-align: center;
    padding: 20px;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border-radius: 15px!important;
}
#bottom-pager {
    clear: both;
    margin: 3%;
}
.pager {
    padding-left: 0;
    margin: 22px 0;
    text-align: center;
    list-style: none;
}
@media (min-width: 1200px){
    .site-footer, main article {
        margin-left: 8.66666667%;
    }
    main article {
        float: left;
        width: 83.666667% !important;
    }
    .site-footer {
        float: left;
        width: 73.666667% !important;
    }
    .pager {
        margin-left: 5.3%;
        float: left;
        width: 79.666667% !important;
    }
    .fixed-toolbar .tool-search-form {
        margin-left: 16.66666667%;
    }
}
.theme2 .site-footer {
    display: block;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
	margin-top: 25px;
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
}
.theme2 .toc > li {
    border-bottom: 0;
}
.theme2 .section-nav.nav>li.active>a:before {
    background: #061A40;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #EFF2F7;
    color: #061A40;
}
.nav-site-sidebar ul a {
    color: #8492A6;
    padding: 6px 20px 6px 35px;
    font-size: 0.9em;
	font-weight: 300 !important;
}
.nav-site-sidebar ul .active > a {
    font-weight: 400 !important;
    color: #061A40;
}
.nav-site-sidebar ul ul a {
    padding-left: 50px;
}
.nav-site-sidebar li a:focus, .nav-site-sidebar li a:hover {
    background: none;
    text-decoration: none !important;
    color: #061A40;
}
.section-nav.nav>li a {
    padding: 5px 15px;
    color: #8492A6;
}
.section-nav {
    border-left: 1px solid #e6e6e6;
    font-size: 15px !important;
}
.section-nav.nav>li ul {
    padding-left: 15px;
    padding-top: 0;
	font-size: 13px;
}
.theme2 .section-nav.nav li.active>a {
    color: #061A40;
}
.btn, .form-control, button, input[type=text] {
    font-weight: 400;
    font-size: 17px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .colored-top .site-sidebar-header {
    border-color: #061A40;
}
.bg-primary, .btn-primary, .publications-condensed .portal-single-publication a, .toolbar, .tool-search-form .search-field, .pager li > a:hover, .pager li > span:hover, .colored-top .site-sidebar-header {
    background-color: #061A40;
}
@media (min-width: 768px){
    .colored-top .nav-site-sidebar {
        overflow-y: auto;
        position: absolute;
        top: 64px;
        bottom: 0;
	    width: 100%;
	    background-color: #EFF2F7 !important;
    }
    .tool-search-form .search-field {
        padding: 20px 25px;
    }
}
.tool-search-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.tool-search-form .search-field {
    position: absolute !important;
	font-size: 16px;
	font-weight: 300;
}
.fa-search{
	cursor: pointer;
}
::placeholder {
  color: #FFFFFF !important;
  opacity: 1;
}
.section-nav.nav>li:first-child a {
    font-weight: 400;
	color: #061A40 !important;
}
.section-nav.nav>li a:focus, .section-nav.nav>li a:hover {
    opacity: 1;
    background-color: none;
	color:#061A40; 
}
.pager li>a, .pager li>span {
    color: #061A40;
    font-size: 16px;
	font-weight: 500;
}
.pager li>a:hover, .pager li>span:hover {
    background-color: #061A40;
    color: #ffffff;
	text-decoration: none !important;
}
div.feedback-panel .btn:hover{
	color: #061A40;
}
div.feedback-panel .btn.active, div.feedback-panel .btn:active{
	background-color: #1976D2;
	color: #FFFFFF;
}
div.section-toc-title {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 0.5em;
}
b, strong {
    font-weight: 400;
}
.procedure > li::before {
    margin-left: -40px;
    position: absolute;
    width: 24px;
    padding-right: 2px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    content: counter(step-counter);
    font-size: 14px;
    text-align: center;
    background-color: #1C85E8 !important;
}
/*Start Notes, Warnings, and other Admonitions*/
.tip > p{
   margin-left: 0px;
    padding-left: 10px;
}
.danger  > p{
   margin-left: 0px;
    padding-left: 10px;
}
.warning  > p{
    margin-left: 0px;
    padding-left: 10px;
}
.caution > p{
    margin-left: 0px;
    padding-left: 10px;
}
.important > p{
   margin-left: 0px;
    padding-left: 10px;
    
}
.note > p{
   margin-left: 0px;
    padding-left: 10px;
	
}
.notice > p{
    margin-left: 0px;
    padding-left: 10px;
       
}
.warning > *,
.note > *,
.important > *,
.caution > *,
.tip > *{
    margin-left: 0px;
    -webkit-margin-before: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px
}
.tip h3{
	margin-top: 0em;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0;
    padding: 10px 30px 10px 40px;
    background-color: transparent;
    color: #0CD27F;
    font-size: 24px;
    font-weight: 400;
}
.caution h3{
	margin-top: 0em;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0;
    padding: 10px 30px 10px 40px;
    background-color: transparent;
    color: #FF6745;
	font-size: 24px;
    font-weight: 400;
}
.important h3{
	margin-top: 0em;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0;
    padding: 10px 30px 10px 40px;
    background-color: transparent;
    color: #FF856A;
	font-size: 24px;
    font-weight: 400;
}
.note h3{
	margin-top: 0em;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0;
    padding: 10px 30px 10px 40px;
    background-color: transparent;
    color: #0CD27F;
    font-size: 24px;
    font-weight: 400;
	
}
.notice h3{
	margin-top: 0em;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0;
    padding: 10px 30px 10px 40px;
    background-color: transparent;
    color: #1C85E8;
	font-size: 24px;
    font-weight: 300;
}
.warning h3{
	margin-top: 0em;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0;
    padding: 10px 30px 10px 40px;
    background-color: transparent;
    color: #FAC419;
	font-size: 24px;
    font-weight: 400;
}
.danger h3{
	margin-top: 0em;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0;
    padding: 10px 30px 10px 40px;
    background-color: transparent;
    color: #E32A2C;
	font-size: 24px;
    font-weight: 400;
}
.warning,
.caution,
.tip{
    display: block;
    padding: 12px 18px 12px 20px;
    line-height: 1.4em;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;
    background-color: #eafaf4;
    background-color: rgba(42, 178, 123, 0.08);
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.note{
    display: block;
    padding: 12px 18px 12px 20px;
    line-height: 1.4em;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;
    background-color: #F3FDF9;
    margin-left: 0px !important;
    margin-right: 0px !important;
	border: 3px;
	border-color: #9CEDCB;
    border-style: solid;
	border-radius: 10px;
}
.important{
    display: block;
    padding: 12px 18px 12px 20px;
    line-height: 1.4em;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;
    background-color: #FFFCFB;
    margin-left: 0px !important;
    margin-right: 0px !important;
	border: 3px;
	border-color: #FFCCC1;
    border-style: solid;
	border-radius: 10px;
}
.notice{
	background-color: #FBFDFF;
	border: 3px;
	border-color: #BBDAF8 !important;
    border-style: solid;
	border-radius: 10px;
}
.tip{
    display: block;
    padding: 12px 18px 12px 20px;
    line-height: 1.4em;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;
    background-color: #F3FDF9;
    margin-left: 0px !important;
    margin-right: 0px !important;
	border: 3px;
	border-color: #9CEDCB;
    border-style: solid;
	border-radius: 10px;
}
.warning{
    background-color: #FFFEFA;
	border: 3px;
	border-color: #FDEBB2 !important;
    border-style: solid;
	border-radius: 10px;
}
.warning.danger{
    background-color: #FEFBFB;
	border: 3px;
	border-color: #F7BEBF !important;
    border-style: solid;
	border-radius: 10px;
}
.warning.danger:before {
    content: '\f071';
    color: #E32A2C;
	padding: 5px 0 0 10px;
	font-size: 24px;
}
.caution{
    background-color: #FFFCFB;
	border: 3px;
	border-color: #FFCCC1 !important;
    border-style: solid;
	border-radius: 10px;
}
.warning:before {
    content: '\f071';
    color: #FAC419;
    padding: 5px 0 0 10px;
	font-size: 24px;
}
.note:before {
    content: '\f040';
    color: #0CD27F;
    padding: 5px 0 0 10px;
    font-size: 24px;
}
.note.notice:before{
    content: '\f05a';
    color: #1C85E8;
	padding: 5px 0 0 10px;
    font-size: 24px;
}
.tip:before {
    content: '\f0eb';
    color: #0CD27F;
    padding: 5px 0 0 10px;
    font-size: 24px;
}
.caution:before {
    content: '\f071';
    color: #FF6745;
	padding: 5px 0 0 10px;
    font-size: 24px;
}
.important:before {
    content: '\f06a';
	color: #FF856A;
	padding: 5px 0 0 10px;
    font-size: 24px;
}
div.feedback-panel .btn {
    border: 1px solid #1976D2;
}
/*End of Notes, Warnings, and other Admonitions*/












