.font-roboto{
	font-family: "Roboto",Sans-serif;
}
.bestc .container {
    padding: 0 !important;
    background-color: #fff; 
} 

.team-details__inner {
    background: #f4ede4;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 20px;
    z-index: 1;
	margin-bottom: 60px;
}
.team-details__inner::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/team-details-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    z-index: -1;
    opacity: 0.1;
}
.team-details__inner::after {
    background-image: url(../images/team-details-shape.png);
} 

.bestc header i {
  position: relative;
  cursor: pointer;
  right: -96%;
  top: 25px;
  font-size: 18px !important;
  color: #fff;
}
.bestc main {
    padding: 20px;
}
 
 

@media (max-width:990px) {
  .bestc .active {
    right: calc(50% - 60px);
    top: 50px;
  } 
}
@media (max-width:800px) {
  .bestc header {
    height: 150px;
  } 
  
  .bestc header i {
    right: -90%;
  }
}
.bestc .name {
  margin-top: 5px;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18pt;
  color: #363636;
      margin-bottom: 0;
}

.bestc .info {
  margin-top: -5px;
  margin-bottom: 5px;
	font-size: 13pt;
	color: #3a3a3a;
	font-family: "Roboto",sans-serif;
}
.bestc .desc {
    text-align: left;
    padding: 12px 0;
    border-radius: 4px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4dacc;
	line-height: 30px;
}
.team-details__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}
.showinfo-met{
	font-family: "Roboto",Sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.team-skills-one{
	position: relative;
    padding: 60px 0px;
    background: #f4ede4;
}
.team-skills-one ul{
	list-style: disc;
}
.org_column{
	background-color: rgba(46,102,181,0.17);
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding: 20px; 
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.13);
    transition: transform 150ms ease 0ms,box-shadow 150ms ease 0ms;
	position: relative;
	margin: 12px 8px;
}
.org_column:before{
	content: "";
    position: absolute;
    top: -26px;
    right: -26px;
    background: #2558ab;
    height: 75px;
    width: 75px;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
}
.org_column:after{
	content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: Bolder;
    font-size: 20px;
    transition: .2s ease;
}
.org_in_module {
    position: relative;
	
}
.org_content_img {
    padding: 10px;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    transition: .3s ease;
}
.org_column:hover:before{
    -webkit-transform: scale(21);
    transform: scale(21);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
}
.org_column:hover .org_content_img{
	background: #fff; 
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.36);
}
.org_column:hover{
	box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.13);
    transform: translateX(0px) translateY(-5px)!important;
}
.org_content_text h4{
	color: #2e66b5!important;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 56px;
    font-size: 20px;
    min-height: 56px;
	position: relative;
    overflow: hidden;
}
.org_column:hover .org_in_module,
.org_column:hover .org_content_text h4{
	color: #fff!important;
}



/*Tabview*/
div.TabView {
    margin-top: 2px;
}

div.TabView div.Tabs {
    overflow: hidden;
    background: #D5E2EA url('../images/organs/bg_divtab.png') repeat-x bottom;
    height: 30px;
}

div.TabView div.Tabs a {
    float: left;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

div.TabView div.Tabs a:hover {
    color: #FF0000;
}

div.TabView div.Tabs a.Active {
    color: #000000;
    background: #FFFFFF;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    font-weight: bold;
}

div.TabView div.Pages {
    background: #FFFFFF;
    height: auto;
    width: auto;
    clear: both;
    overflow: hidden;
}

div.TabView div.Pages div.Page {
    height: auto;
    padding: 5px;
    width: auto;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-top: 0;
}
/*tab end*/
.view_org {
    margin-top: 2px;
}

.view_org .div_header {
    padding: 6px;
    background: #D5E2EA;
    border: 1px solid #F0F0F0;
}

.view_org h2 {
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.view_org .items {
    padding: 10px;
    border-bottom: #CCCCCC 1px dotted
}

.view_org .items span {
    float: left;
    display: inline-block;
    width: 48%;
    color: #666666;
    font-weight: bold;
}

.view_org .items strong {
    color: #000000;
}

.view_org .items img {
    float: right;
    width: 80px
}

.view_org .items_gird {
    width: 25%;
    float: left;
}

.view_org .items_gird .content {
    margin: auto;
    background: #F8F8F8;
    height: 180px;
    text-align: center;
    margin: 1px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.view_org .items_gird img {
    width: 80px;
    height: 100px;
    padding: 1px;
    border: #0080C0 1px solid;
}

/*list menu h*/
.menucate_ograns {
    
}

.menucate_ograns h2 {
    background: #027FB9;
    text-transform: uppercase;
    line-height: 24px;
    color: #FFFFFF;
    padding: 0px 5px;
    font-weight: 700;
}

.menucate_ograns ul {
    border: 1px solid #F2F2F2;
    border-top: 0px;
}

.menucate_ograns ul li {
    background: #E6E6FA;
    padding: 2px 5px;
    border-bottom: 1px solid #C8C8F0;
    border-top: 1px solid #FBFBFB;
}

.menucate_ograns ul li:hover {
    background: #CEDDE6;
}

.menucate_ograns ul li a {
    color: #000000;
    display: block;
    height: 100%;
    width: 100%;
}
/*list menu v*/
.menuparent_ograns {
    background: #027FB9;
}

.menuparent_ograns ul li {
    float: left;
    padding: 0px 5px;
    border-left: 1px solid #0195D9;
    border-right: 1px solid #034D70;
    line-height: 30px
}

.menuparent_ograns ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px
}

.search_ograns {
    background: #FFFFFF;
    padding: 6px;
}

.detail_person {
    
}

.detail_person .detail_img {
    width: 100px;
    height: 120px;
    padding: 1px;
    border: 1px solid #0080C0;
    margin-right: 10px;
}

.detail_person strong {
    font-weight: bold;
}

.detail_person .ullist {
    
}

.detail_person .ullist li {
    border-bottom: #CCCCCC 1px dotted;
    line-height: 24px;
}

.detail_person .ullist li span {
    display: inline-block;
    width: 150px
}

.catelist {
    border: 1px solid #BEDEDE;
    margin-bottom: 3px;
}

.catelist h2 {
    background: #D5E2EA;
    line-height: 24px;
    font-weight: bold;
    padding: 0px 5px;
}

.catelist .content {
    padding: 5px;
}

table.tabo {
    background: #fff;
    border-collapse: separate;
    border-spacing: 1px;
    caption-side: top;
    empty-cells: show;
    width: 100%;
}

table.tabo td {
    padding: 4px;
}

table.tabo tbody {
    background: #E6E6FA;
}

table.tabo tbody.second {
    background: #eee;
}

table.tabo thead {
    background: #CECEFF;
    white-space: nowrap;
}

.nav-tabs {
    margin-bottom: 15px
}

.suborgan span {
    margin: 0 10px 0 10px
}

.vieworg { 
    padding: 10px;
    border-radius: 5px; 
	line-height: 25px;
}
.table_org .vieworg ul{
	padding-left: 19px;
}
.table_org .vieworg ul li{
	padding: 6px 0 6px 0;
    border-bottom: 1px dotted #cccccc8f;
}
.table_org .vieworg ul li::before {
    content: '\f111';
    margin-right: 12px;
    font-family: FontAwesome;
    font-size: 6px;
}
.table_org .vieworg ul li:hover{
	color: #000;
}
.vieworg .org {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #0707CE;
}

.media_person{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	border: 2px solid rgba(46,102,181,0.12);
    padding: 15px 20px;
    border-radius: 5px;
	transition: transform 300ms ease 0ms;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
	margin: 10px;
}
.media_person:hover{transform: scaleX(1.05) scaleY(1.05)!important;}
.media_person .box-shadow-img{  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 9px 5px rgba(229,229,229,0.5);
    border-radius: 5px;
    margin-right: 25px; 
	flex-shrink: 0!important;
}


.suborg { 
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.suborg ol li {
    list-style-type: decimal-leading-zero;
}

.table_org .table-responsive {
    border: 1px solid #eee;
}

.treeview li {
    margin-bottom: 0px !important;
}
#body.dissmisshome .panel-primary .panel-body img.imgthumbnail{
    margin: 0px auto;
}
.table_org{
    padding: 10px;
}
@media (max-width: 767px) {
    .team-details__link {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px;
    }
}