﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 0; float:right; width:100%;
margin-bottom: 0;
 font-size:13px; height:36px;
list-style-type: none; direction:rtl;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;  float:right
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1; border: 1px solid #e0e0e0; background:#f3f3f3; 
padding: 10px 9px; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
margin-right: 0; line-height:30px; font-size:15px;
color: #7a7a7a;
}

.shadetabs li:last-child a
{
    border-left: 1px solid #e0e0e0;
}

.shadetabs li a:visited{
color: #7a7a7a;
}

.shadetabs li a:hover{
text-decoration: none;
color: #173470; 

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative; color:#173470; border: 1px solid #173470;
 background:#fff; border-bottom:2px #fff solid;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabcontentstyle .ms-webpartzone-cell   { margin-bottom:0 }

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content oontainer*/
 width:100%; margin-bottom: 0; float:right; background:#fff; border:1px #ddd solid; margin:0 0 20px; padding: 0; min-height:240px}

.tabcontentstyle .meadiatitles  { display:none }

.tabcontentstyle .sectorzone  { border:none; background:none; margin:0;  }


.tabcontent{
display:none;
}


@media (max-width: 767px){
    .shadetabs {
     height:auto }
    .shadetabs li { width:100% }
        .shadetabs li a {
         width:92%; float:right; padding:10px 4%; border-left: 1px solid #e0e0e0; }
}





























