﻿/*custom for Bankmed*/
.ui-slider-tabs-content-container
{
    border:0px
}
.ui-slider-tabs-list-wrapper
{
    /*width: 1024px;*/
margin: 0px auto;
z-index: 2;
}
.ui-slider-tabs-list li
{
     height: 42px !important;
}
.ui-slider-tabs-list li, .ui-slider-tabs-list li:first-of-type
{
      border:0px;
      margin: 0px -40px 0px 0px;
}

.ui-slider-tabs-list li, .ui-slider-tabs-list li a
{
    display:inline-block;
    vertical-align: top;
   background:none;
}
 .ui-slider-tabs-list li.selected
{
        background: none;
        z-index: 1;
        position: relative;
       
}

.ui-slider-tabs-list li.selected a,  .ui-slider-tabs-list li.selected a:hover
{
    background:url(../../../../resources/images/about/bankprofile-bg.jpg)  !important;
    color:#3C4345 !important;
}

.ui-slider-tabs-list li a
{
  padding: 5px;
  /*smoothes the edges for google and firefox*/
-webkit-border-top-right-radius: 3px;
-moz-border-top-right-radius:3px;
border-top-right-radius:3px;
-webkit-border-top-left-radius: 3px;
-moz-border-top-left-radius:3px;
border-top-left-radius:3px;
}
.ui-slider-tabs-list li.selected a, .ui-slider-tabs-list li a
{
   font-family: 'latobold' ;font-size:14px;
 max-width: 196px;

text-align: center;
line-height:0.9;
}

.ui-slider-tabs-list li a,  .ui-slider-tabs-list li a:hover
{
     text-shadow:none; 
     color:#fff;
     /*padding:15px 15px;*/
     -webkit-box-sizing: content-box;
-moz-box-sizing: border-box;
box-sizing: content-box;
    
}

.ui-slider-tabs-list li a span
{
   display: table-cell;
   vertical-align: middle;
   height: inherit;
  margin: 0px auto;
  min-width: 150px;
}

.ui-slider-tabs-list li a span span
{
     display: table-cell;
     vertical-align: middle;
     text-align: center !important;
}

.ui-slider-tabs-list li:before, .ui-slider-tabs-list li:after
{
    content: "";
    display: inline-block;
    width: 39px;
    height: 43px;
    left:-40px;
  
}
.ui-slider-tabs-list li:before{margin-right:-1px;  /*ie-11 tab edges fix*/}
.ui-slider-tabs-list li:after{    margin-left:-1px;  /*ie-11 tab edges fix*/ }

.ui-slider-tabs-content-container
{
     background: url(../../../../resources/images/about/bankprofile-bg.jpg) ; background-repeat:repeat; 
     width: 90%;
margin: 0px auto;
}
.ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover,.ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover
{
    height: 42px !important;
    background:#0b4771 ;
    border:0px;
    z-index:2;
}

.ui-slider-tab-content selected, ui-slider-tab-content
{
    width:auto!important;
}

.ui-auto
{
    margin: 0px auto !important;
    max-width: 1280px;
 border:0px solid;
}

/*.ui-auto .ui-slider-tabs-list li:first-child{padding-left: 50px;}*/




@media only screen and (max-width:1000px)
{

    /***********Tabs-mobile**/
    .ui-slider-tabs-list-wrapper{width: auto; margin: 0px auto;}
  
}

#tabsBankProfile .ui-slider-tabs-list li a
{
    /* start gradient */
    background: rgba(34,128,190,1);
    background: -moz-linear-gradient(left, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,128,190,1)), color-stop(100%, rgba(12,70,115,1)));
    background: -webkit-linear-gradient(left, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    background: -o-linear-gradient(left, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    background: -ms-linear-gradient(left, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    background: linear-gradient(to right, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2280be', endColorstr='#0c4673', GradientType=1 );
}
#tabsBankProfile .ui-slider-tabs-list li.selected a{filter:initial  /* ie6-9 */}
#tabsBankProfile  .ui-slider-tabs-list li:before{	background:url(../../../../resources/images/common/corner-l-blue.png) no-repeat;}
#tabsBankProfile  .ui-slider-tabs-list li:after{	background:url(../../../../resources/images/common/corner-r-blue.png) no-repeat;}
#tabsBankProfile  .ui-slider-tabs-list li.selected:before{	background:url(../../../../resources/images/common/corner-l-white.png) no-repeat;}
#tabsBankProfile  .ui-slider-tabs-list li.selected:after{	background:url(../../../../resources/images/common/corner-r-white.png) no-repeat;}


#tabsDirectors .ui-slider-tabs-list li a
{
    /* start gradient */
    background: rgba(34,128,190,1);
    background: -moz-linear-gradient(left, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,128,190,1)), color-stop(100%, rgba(12,70,115,1)));
    background: -webkit-linear-gradient(left, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    background: -o-linear-gradient(left, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    background: -ms-linear-gradient(left, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    background: linear-gradient(to right, rgba(34,128,190,1) 0%, rgba(12,70,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2280be', endColorstr='#0c4673', GradientType=1 );
}
#tabsDirectors .ui-slider-tabs-list li.selected a{filter:initial  /* ie6-9 */}
#tabsDirectors  .ui-slider-tabs-list li:before{	background:url(../../../../resources/images/common/corner-l-blue.png) no-repeat;}
#tabsDirectors  .ui-slider-tabs-list li:after{	background:url(../../../../resources/images/common/corner-r-blue.png) no-repeat;}
#tabsDirectors  .ui-slider-tabs-list li.selected:before{	background:url(../../../../resources/images/common/corner-l-white.png) no-repeat;}
#tabsDirectors  .ui-slider-tabs-list li.selected:after{	background:url(../../../../resources/images/common/corner-r-white.png) no-repeat;}



#tabsGovernance .ui-slider-tabs-list li a
{
    /* start gradient */
    background: #63d8ae; /* Old browsers */
background: -moz-linear-gradient(left,  #63d8ae 0%, #63d8ae 1%, #00ac96 90%, #00ac96 100%, #00ac96 100%, #00ac96 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#63d8ae), color-stop(1%,#63d8ae), color-stop(90%,#00ac96), color-stop(100%,#00ac96), color-stop(100%,#00ac96), color-stop(101%,#00ac96)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #63d8ae 0%,#63d8ae 1%,#00ac96 90%,#00ac96 100%,#00ac96 100%,#00ac96 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #63d8ae 0%,#63d8ae 1%,#00ac96 90%,#00ac96 100%,#00ac96 100%,#00ac96 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #63d8ae 0%,#63d8ae 1%,#00ac96 90%,#00ac96 100%,#00ac96 100%,#00ac96 101%); /* IE10+ */
background: linear-gradient(to right,  #63d8ae 0%,#63d8ae 1%,#00ac96 90%,#00ac96 100%,#00ac96 100%,#00ac96 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63d8ae', endColorstr='#00ac96',GradientType=1 ); /* IE6-9 */

}
#tabsGovernance .ui-slider-tabs-list li.selected a{filter:initial  /* ie6-9 */}
#tabsGovernance  .ui-slider-tabs-list li:before{	background:url(../../../../resources/images/common/corner-l-gov.png) no-repeat;}
#tabsGovernance  .ui-slider-tabs-list li:after{	background:url(../../../../resources/images/common/corner-r-gov.png) no-repeat;}
#tabsGovernance  .ui-slider-tabs-list li.selected:before{	background:url(../../../../resources/images/common/corner-l-white.png) no-repeat;}
#tabsGovernance  .ui-slider-tabs-list li.selected:after{	background:url(../../../../resources/images/common/corner-r-white.png) no-repeat;}
#tabsGovernance .ui-slider-left-arrow, #tabsGovernance .ui-slider-right-arrow, #tabsGovernance .ui-slider-left-arrow:hover, #tabsGovernance .ui-slider-right-arrow:hover, #tabsGovernance .ui-slider-left-arrow.edge:hover, #tabsGovernance .ui-slider-right-arrow.edge:hover
{
    background: #00ac96;
}


#tabsCommittees .ui-slider-tabs-list li.selected a, #tabsCommittees .ui-slider-tabs-list li a{max-width: 196px;}
#tabsCommittees .ui-slider-tabs-list li a
{
    /* start gradient */
    background: #3bccf8; /* Old browsers */
background: -moz-linear-gradient(left,  #3bccf8 0%, #007fa8 100%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3bccf8), color-stop(100%,#007fa8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #3bccf8 0%,#007fa8 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #3bccf8 0%,#007fa8 100%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #3bccf8 0%,#007fa8 100%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to right,  #3bccf8 0%,#007fa8 100%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bccf8', endColorstr='#0080a9',GradientType=1 ); /* IE6-9 */



}
#tabsCommittees .ui-slider-tabs-list li.selected a{filter:initial  /* ie6-9 */}
#tabsCommittees  .ui-slider-tabs-list li:before{	background:url(../../../../resources/images/common/corner-l-committee.png) no-repeat;}
#tabsCommittees  .ui-slider-tabs-list li:after{	background:url(../../../../resources/images/common/corner-r-committee.png) no-repeat;}
#tabsCommittees  .ui-slider-tabs-list li.selected:before{	background:url(../../../../resources/images/common/corner-l-white.png) no-repeat;}
#tabsCommittees  .ui-slider-tabs-list li.selected:after{	background:url(../../../../resources/images/common/corner-r-white.png) no-repeat;}
#tabsCommittees .ui-slider-left-arrow, #tabsCommittees .ui-slider-right-arrow, #tabsCommittees .ui-slider-left-arrow:hover, #tabsCommittees .ui-slider-right-arrow:hover, #tabsCommittees .ui-slider-left-arrow.edge:hover, #tabsCommittees .ui-slider-right-arrow.edge:hover
{
    background: #007fa8;
}





/****Career*******/
#tabsCareers .ui-slider-tabs-list li a
{
    /* start gradient */
background: -moz-linear-gradient(359deg, rgba(4,219,236,1) 0%, rgba(0,149,255,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(4,219,236,1)), color-stop(100%, rgba(0,149,255,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(359deg, rgba(4,219,236,1) 0%, rgba(0,149,255,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(359deg, rgba(4,219,236,1) 0%, rgba(0,149,255,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(359deg, rgba(4,219,236,1) 0%, rgba(0,149,255,1) 100%); /* ie10+ */
background: linear-gradient(91deg, rgba(4,219,236,1) 0%, rgba(0,149,255,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04dbec', endColorstr='#0095FF',GradientType=1 ); /* ie6-9 */
}
#tabsCareers .ui-slider-tabs-list li.selected a{filter:initial  /* ie6-9 */}
#tabsCareers  .ui-slider-tabs-list li:before{	background:url(../../../../resources/images/common/corner-l-light-blue.png) no-repeat;}
#tabsCareers  .ui-slider-tabs-list li:after{	background:url(../../../../resources/images/common/corner-r-light-blue.png) no-repeat;}
#tabsCareers  .ui-slider-tabs-list li.selected:before{	background:url(../../../../resources/images/common/corner-l-white.png) no-repeat;}
#tabsCareers  .ui-slider-tabs-list li.selected:after{	background:url(../../../../resources/images/common/corner-r-white.png) no-repeat;}

#tabsCareers  .ui-slider-left-arrow, #tabsCareers .ui-slider-right-arrow, #tabsCareers .ui-slider-left-arrow:hover, #tabsCareers .ui-slider-right-arrow:hover, #tabsCareers .ui-slider-left-arrow.edge:hover, #tabsCareers .ui-slider-right-arrow.edge:hover
{
    background: #00a7ff;
}


#tabsNewsPublications .ui-slider-tabs-list li a
{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(left, #1e5799 0%, #fb8d40 0%, #f82a42 51%, #f82a42 94%, #f82a42 94%, #f82a42 100%, #207cca 100%, #f82a42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(0%,#fb8d40), color-stop(51%,#f82a42), color-stop(94%,#f82a42), color-stop(94%,#f82a42), color-stop(100%,#f82a42), color-stop(100%,#207cca), color-stop(100%,#f82a42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1e5799 0%,#fb8d40 0%,#f82a42 51%,#f82a42 94%,#f82a42 94%,#f82a42 100%,#207cca 100%,#f82a42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1e5799 0%,#fb8d40 0%,#f82a42 51%,#f82a42 94%,#f82a42 94%,#f82a42 100%,#207cca 100%,#f82a42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1e5799 0%,#fb8d40 0%,#f82a42 51%,#f82a42 94%,#f82a42 94%,#f82a42 100%,#207cca 100%,#f82a42 100%); /* IE10+ */
    background: linear-gradient(to right, #1e5799 0%,#fb8d40 0%,#f82a42 51%,#f82a42 94%,#f82a42 94%,#f82a42 100%,#207cca 100%,#f82a42 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8d40', endColorstr='#f82a42',GradientType=1 ); /* IE6-9 */
}
#tabsNewsPublications .ui-slider-tabs-list li.selected a{filter:initial  /* ie6-9 */}
#tabsNewsPublications  .ui-slider-tabs-list li:before{	background:url(../../../../resources/images/common/corner-l-news.png) no-repeat;}
#tabsNewsPublications .ui-slider-tabs-list li:after{	background:url(../../../../resources/images/common/corner-r-news.png) no-repeat;}
#tabsNewsPublications  .ui-slider-tabs-list li.selected:before{	background:url(../../../../resources/images/common/corner-l-white.png) no-repeat;}
#tabsNewsPublications .ui-slider-tabs-list li.selected:after{	background:url(../../../../resources/images/common/corner-r-white.png) no-repeat;}

#tabsNewsPublications  .ui-slider-left-arrow, #tabsNewsPublications .ui-slider-right-arrow, #tabsNewsPublications .ui-slider-left-arrow:hover, #tabsNewsPublications .ui-slider-right-arrow:hover, #tabsNewsPublications .ui-slider-left-arrow.edge:hover, #tabsNewsPublications .ui-slider-right-arrow.edge:hover
{
    background: #f82a42;
}


