﻿/* Page Layout and Fonts */
.sub-title {font-size:1.5em; line-height:1.5; font-weight:600; color:#333; padding-bottom:20px;}
.sub-title span {font-weight:500; color:#333; font-size:1em;}
.sm-title {font-size:1.3em; padding-bottom:20px; margin-left:20px;font-weight:500; color:#8F191C;}
.telehealth-bullets ul {line-height:1.5; font-size:16px; margin-left:30px;}
.telehealth-bullets ul li {line-height:1.5; font-size:16px;
                           margin-left:30px; font-weight:600;
                           padding-bottom:20px;
}
.doc-title {font-size:2em; padding-bottom:30px; font-weight:600;}
.question-box {border:1px solid #ccc; margin-right:30px; width:100%}
.telehealth-bullets ul li ul li {line-height:1.5; font-size:16px; margin-left:30px; font-weight:normal
}
.lead {font-weight:500; font-size:16px;}
.links {padding-bottom:20px;}
.gridheader{ background-color:#efefef; color:Black; font-weight:bold; line-height:10px;font-size:14px; padding-top:10px; padding-bottom:10px}
.gridactionheader{font-size:14px; color:#333; font-weight:bold; text-decoration:none}
.gridactions {
    font-size:13px;
              font-family: 'trebuchet ms', tahoma, helvetica,verdana,arial;
}
.gridpager span { 
    font-weight:normal; 
    font-size:14px; 
    background-color:#5D7B9D; 
    color:white;
    border:1px solid black;
    text-decoration:none;}

.rowsetting{border-bottom:1px solid #ccc; }
.a {text-decoration:none}

	/* TABS */

.adminshadetabs{
width: 95%; /*width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
padding-top: 5px;
padding-left: 5px;
-webkit-border-radius: 0;
	-moz-border-radius: 0;
		border-radius: 0;

	margin:30px 10px 10px 10px;

}

.adminshadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.adminshadetabs li{
display: inline;
margin: 0;
}

.adminshadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background-color:rgba(0,0,0,0.03);

}

.adminshadetabs li a:visited{
color: #2d2b2b;
}

.adminshadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.adminshadetabs li.selected{
position: relative;
top: 1px;
}

.adminshadetabs li.selected a{ /*selected main tab style */
	background-color:rgba(0,0,0,0.03);
    border-bottom-color: white;
}

.adminshadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.adminshadetabs div{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 18px 'Mystic Pro',Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-style:normal;
}

.admintabsel
{
	position:relative;
    background-color:#EEF5F7;
    margin-right: 3px;
    border: 1px solid #778;
    border-bottom-color: white;
    top:1px;
    font-style:normal;
    padding: 3px 7px;
}
.admintab
{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #778;
    color: #2d2b2b;
    background: white;
    font-style:normal;
}
.detail {font-weight:600}
.panes {margin-left:20px;}
