body {
    font-size: 14px;
    font-family: 'helvetica neue', helvetica, sans-serif;
}
header{
    background-color:#1966aa;
    background-image: url(../images/header.png);
    background-repeat:no-repeat;
    background-size:945px 70px;
}

.container {
    background-color: #fff;
    min-width: 972px;
}
.mylink:link {
	text-decoration: underline;
	color: #FF0000;
}
.mylink:visited {
	text-decoration: underline;
	color: #CE0000;
}
.mylink:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #FF0000;
}
	.mylink:active {
	text-decoration: underline;
}

.shadow {
    -webkit-box-shadow: 0 0 2.5em rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 2.5em rgba(0,0,0,.2);
    box-shadow: 0 0 2.5em rgba(0,0,0,.2);
}

@media(min-width:1200px) {
    header img {
        width: 160px;
        margin-right: 8%;
    }
}

@media(min-width:992px ) and (max-width: 1200px) {
    header img {
        width: 160px;
        margin-right: 1%;
    }
}

@media(max-width:992px ) {
    header img {
        width: 160px;
        margin-right: 1%;
    }
}

h1 {
    color: #0066FF;
}
h2 {
    color: #FFFFFF;
    padding: 90px 0 15px 40px;
    text-transform: capitalize;
}

h3 {
    color: rgb(17,93,159);
    border-bottom: 1px solid #eee;
    font-size: 18pt;
}

h4 {
     color: rgb(34,116,163);
     font-size: 16px;
}

h5 {
    color: rgb(58,156,206);
    font-size: 14px;
}

h6{
    color: rgb(122,197,227);
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 530;
    line-height: 1.8;
}

p img {
    padding: 15px 0;
}

ul li,ol li {
    line-height: 1.8em;
    margin-left: 2em;
}

ul.bs-docs-sidenav li {
    line-height: 1.8em;
    margin-left: 0.5em;
}
ul.nav li a
{
    color:rgb(89,87,87);
}
li a
{
    color:rgb(89,87,87);
}
.title-h3 {
    text-indent: 0.5em;
}

.title-h4 {
    text-indent: 1em;
}

.title-h5 {
    text-indent: 2em;
}

.title-h6 {
    text-indent: 3em;
}

.paragraph {
    text-indent: 2em;
    line-height: 1.8em;
    padding: 0 2em;
    margin: 0 0 0.5em;
}
.p-abstract{
    text-indent: 2em;
    line-height: 1.8em;
    padding: 0 2em;
    margin: 0 0 1em;
}
.paragraph-none-indent {
    line-height: 1.8em;
    padding: 0 2em;
    margin: 0 0 2em;
}

.paragraph-mark {
    line-height: 1.8em;
    margin-bottom: 2em;
}

.img-mark {
    line-height: 1.8em;
    margin: 1em 0;
}

.img-width-min {
    width: 24%;
    max-width: 200px;
}

.img-width-normal {
    width: 50%;
    max-width: 400px;
}

.img-width-max {
    width: 80%;
    max-width: 640px;
}

.img-width-mmax {
    width: 100%;
    max-width: 900px;
}

.table-responsive {
    padding: 0 2em;
}

.table-mark {
    padding: 0 2.5em;
}
th 
  {
    background-color:#4f81bd;
  }
tr{
    background-color:#7696bd;
  }
.backtotop {
    position: fixed;
    right: 21%;
    top: 93%;
}

.back-tip {
    cursor: pointer;
    width: 35px;
    height: 35px;
}

footer {
    background: #1966aa;
    color: #FFFFFF;
    font-size: 10pt;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 30px;
}
/*About us*/
p.ex {
    color:#1966aa;
    background:#FFFFFF;
    border-radius: 0.5rem;
    };

/*tree css*/
.abix-tree-list li {
    list-style: none;
}
.abix-tree-list .collapsed span.icon,
.abix-tree-list .expanded span.icon {
    margin-right: 6px;
    cursor: pointer;
}