﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 20px; float:right; width:100%;
margin-bottom: 0;
 font-size:16px; border-bottom: 1px solid #2ba8db;
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;
padding: 10px 15px;
margin-right: 0; line-height:41px;
color: #7a7a7a;
}

.shadetabs li a:visited{
color: #7a7a7a;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2ba8db; 

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative; color:#373c43; 
 background:#fff; border-bottom:2px #2ba8db solid; padding: 10px 15px 8px;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content oontainer*/
 width:96%; margin-bottom: 0; float:right; background:#f3f3f3; margin:0 0 6px; padding: 20px 2%; min-height:177px}


.tabcontentusers{ /*style of tab content oontainer*/
 width:100%; margin-bottom: 0; float:right; margin:0; padding: 20px 0; min-height:300px}

.tabcontent{
display:none;
}

@media (max-width: 385px) 
{
   .shadetabs li{ width:100%  } 
}

@media (max-width: 480px) 
{
   .shadetabs li a{ padding: 10px; } 
}

@media (max-width: 414px) {
.shadetabs li { width:100%}
}
