p {
    text-align: justify;
}




.inner-page .item-list ul li {
    position: relative;
    border-bottom: 1px dashed #d7d5d5;
    display: block;
    list-style: none;
    padding: 5px 0 5px 20px;
    content: "\f135"!important;
}



.chart-bg{ overflow:auto; width:100%;}
.chart-bg-in{ width:auto; height:600px;}

.tree ul {margin: 0; padding: 0;}

.list-one{
margin-top: 250px;

}

.tree ul {
padding-top: 20px; position: relative;


}

.tree li {
float: left; text-align: center;
list-style-type: none;
position: relative;
padding: 20px 0px 0 5px;

}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
content: '';
position: absolute; top: 0; right: 50%;
border-top: 2px solid #ccc;
width: 50%; height: 20px;
}
.tree li::after{
right: auto; left: 50%;
border-left: 2px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
border-right: 2px solid #ccc;
border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
content: '';
position: absolute; top: 0; left: 50%;
border-left: 2px solid #ccc;
width: 0; height: 20px;
}

.tree li a{

padding: 5px 10px;
text-decoration: none;
color: #666;
/* font-family: arial, verdana, tahoma;
font-size: 11px; */
display: inline-block;

border: 1px solid #63b2d2;
/*-webkit-border-radius: 5px;*/
/*-moz-border-radius: 5px;*/

}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
background: #c8e4f8; color: #000;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
border-color: #94a0b4;
}

.chart-bg-in {
    width: max-content;
    height: 450px;
}

img {
    /*vertical-align: inherit;*/
}

.btn1 {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #2476bc;
    border-radius: 20px;
    color: #fff;
    margin: 2% 5% 0% 70%;
}

.dept_img {
    width: 100%;
    /*margin-left: -13px;*/
}



.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #9e9e9e !important;
}

input#edit-keys {
    color: #000;
}



/*.sitemap-item.sitemap-plugin--menu.sitemap-item--menu-main ul {*/
/*    margin-left: -25px;*/
/*}*/

/*.sitemap-item--menu-main li a {*/
/*    padding-left: 15px;*/
/*}*/

div#block-views-block-what-s-new-block-1 {
    height: 223px;
}

#block-views-block-what-s-new-block-1 .more-link a {
    color: #fff;
    margin-top: 50px;
}

p.tbl_title {
    margin-left: 14px;
    margin-bottom: 15px;
}

.action-title {
    text-align: center;
}

.language {
    padding-top: 7px;
}

.admin_text {
    text-align: center;
}


#edit-name, #edit-email, #edit-feedback {
    width: 70% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: #444;
}

.dept_img_1 {
    width: 100%;
    margin-left: 13px;
}

.table-heading-center{
  text-align:center;
}

.ohs-tbl-heading
{
background-color: rgba(0, 0, 0, 0.075);
}

.breadcrumbs a{
    color : #000;
}