
/* accord & width fix */
/* lm1711a */
#maincontent .sfContentBlock {
    max-width: 800px; 
}

.sf_colsIn {
		max-width: 800px;
    }

.sf_colsIn .accordion__content {
		width: 100%;
    }

/* Accordion (Adv Training) */
.accordion__content {
    padding:20px;
    border-left: thin solid #c3c0c0;
    border-right: thin solid #c3c0c0;
  border-bottom: thin solid #c3c0c0;
  border-top: 0px;
}
.accordion__item a.accordion_link:first-child {
    background-color: #f2f3f4;
    display:block;
    width:100%;
    color:#204666;
    padding:12px 40px 12px 20px;
    text-decoration:none;
    font-size:18px;
    margin-bottom:0px;
    border-bottom: 1px dotted #c0c0c0;
    font-weight:400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   position:relative;
}
.accordion__item a.accordion_link:first-child:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f067";
    position: absolute;
    right: 20px;
    top:12px;
}
.isOpenAccordion a.accordion_link:first-child {
    background-color: #3d6b99;
    color:#fff;
}
.isOpenAccordion a.accordion_link:first-child:after {
    content: "\f00d";
    color:#ffc000;
}

/* tab image*/
.tabimg {
    float: right;
    margin-left: 8px;
    max-width: 30%;
    min-width: 150px;
    height: auto;
}


/*4tabs (Adv Training)*/

                               
li.active-tab {
    color: black;
    background-color: #fff;
    border-bottom: 1px solid white
}
div.panel[aria-hidden='true'] {
   display: none
}
div.active-panel {
    display: block
}
.tablist {
    border-bottom: 0px;
    list-style: none;
    *zoom: 1;
    padding: 0em;
    width:100% 
}

.tab {
    width: 25%;


.tablist:before,
.tablist:after {
    content: " ";
    display: table
}
.tablist:after {
    clear: both
}
.tablist li {
    float: left;
    cursor: pointer;
    display: block;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background-color: #fff;
    margin-bottom: -1px;
    padding: 0.2em; 
    font-family: "Roboto", sans-serif;
    font-size: 0.9em;
    color: #fff;
    background-color: #284763; 
    font-weight: 700;
    width:100%   
}

.tablist li:hover,
.tablist li:focus {
    background-color: #ffc000;
    color: #204666             
}
.tablist li:last-of-type {
    border-right: 1px solid #d5d5d5
}
.tablist .active-tab {
    background-color: #fff;
    color: #3d6b99;
    cursor: default;
    font-weight: 700
               
}
.tablist .active-tab:hover,
.tablist .active-tab:focus {
                background-color: #fff;
                color: #3d6b99               
}





/*Modal button */

/*.button {
    color: #333;
    background-color: #fff; 
    border: 0;
    text-decoration: underline;
    display: inline-block;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 1.71429em;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 0
}*/

.button {
    color: #fff;
    background-color: #cad3dc;
    border: 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 1em;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 0.3125em 3.125em;
}

