@CHARSET "UTF-8";
/* =============================================================== */

/*
 *
 *   MyAdmin - Responsive 
 *   Copyright 2015 pedstestonline.com
 *
*/

/* 	TABLE CONTENT

1. 	 IMPORT
2.   GLOBAL
3.   HEADER
4.   FOOTER
5.   MYADMIN - BILLING
6.   MYADMIN - IMPLEMENTATION
7.   MYADMIN - CURRENT NEWS
8.   MYADMIN - FAQ
9.   MYADMIN - EMR
10.   MYADMIN - SUPPORT
11.   MYADMIN - ACCOUNT INFO
12.   MYADMIN - HOME
13.   MYADMIN - REPORT
14.   MYADMIN - MOST RECENT
15.   MYADMIN - SHOW ALL
16.   MYADMIN - EDIT DM
17.   MYADMIN - TWO FACTOR
18.   MYADMIN - ANALYTICS


/* =============================================================== */
/* GLOBAL
/* =============================================================== */

/* Styling for Showing Screens in Table Pagination */

.screens-table table thead tr{
    background-color: #e8e4e4;
}

.screens-table table thead tr th{
    padding: 25px 10px;
}

.screens-table table th{
    font-size: 14px;
    font-weight: 800;
    color: #4a4a4a;
    text-transform: uppercase;
}

.screens-table table td{
    vertical-align: middle;
}

.screens-table table .age-group{
    color: darkgreen;
    font-style: oblique;
}

.screens-table table .results .spanish{
    background-color: yellow;
}
.screens-table table .results .unmet{
    color: red;
}

.screens-table table .submitted-at, #mostrecent table .subject-id-info{
    color: #777676;
    font-style: oblique;
}

.screens-table table .subject-id-info{
    color: #777676;
    font-style: oblique;
}


.screens-table table .delete-action{
    text-align: right;
}

.screens-table .table-bordered {
    border-width: 0;
}

/* =============================================================== */
/* MYADMIN - BILLING
/* =============================================================== */
.peds_question{
	color: #1C6D88;
	font-size: 18px;
	margin: 20px 0px;
}

/* =============================================================== */
/* MYADMIN - IMPLEMENTATION
/* =============================================================== */
#implementation-wrapper .green{
	color: green;
}

#implementation-wrapper .red{
	color: red;
}

#implementation-wrapper .panel-heading{
	font-weight: bold;
}
/* =============================================================== */
/* MYADMIN - CURRENT NEWS
/* =============================================================== */
#currentnews-wrapper .date{
	color: #1C6D88;
}

#currentnews-wrapper .panel-default{
	margin-bottom: 20px;
}

/* =============================================================== */
/* MYADMIN - FAQ
/* =============================================================== */
#faq-wrapper .articletitle{
	font-weight: bold;
	font-size: 16px;
}
/* =============================================================== */
/* MYADMIN - EMR
/* =============================================================== */
#emr-wrapper p.content{
	margin:0 0 0 15px;
}
#emr-wrapper .content .content-highlight{
	font-weight:bold;
	text-decoration:underline;
}
#emr-wrapper .content .content-sub-heading{
	margin:0 0 0 15px;
	display:block;
}

/* =============================================================== */
/* MYADMIN - SUPPORT
/* =============================================================== */
#support-wrapper .bs-callout-info {
    border-left-color: #1B809E !important;
}
#support-wrapper .bs-callout {
    padding: 20px;
    margin-bottom:20px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #EEE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
}
/* =============================================================== */
/* MYADMIN - ACCOUNT INFO
/* =============================================================== */



/* =============================================================== */
/* MYADMIN -HOME
/* =============================================================== */
#home-wrapper #account-activity .bg-primary{
	padding: 5px;
	margin-top: 5px;
}

#home-wrapper #account-activity .noscreen-info{
	padding-bottom: 5px;
}

#home-wrapper #account-activity caption{
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}

/* =============================================================== */
/* MYADMIN - REPORT
/* =============================================================== */
#report-wrapper #print-icon{
	color: #000099;
}

#report-wrapper #copy-icon{
	color: #006600;
}

#report-wrapper #pdf-icon{
	color: #800000;
}
/* =============================================================== */
/* MYADMIN - MOST RECENT
/* =============================================================== */
#most-recent-wrapper .trial{
	background-color:#E3CEF6
}
/* =============================================================== */
/* MYADMIN - SHOW ALL
/* =============================================================== */
#show-all-wrapper .trial{
	background-color:#E3CEF6
}
/* =============================================================== */
/* MYADMIN - EDIT DM
/* =============================================================== */
#edit-dm-wrapper .check-box-txt{
	text-align:right;
}
#edit-dm-wrapper .question-pane{
	border-bottom:1px solid #ddd;
	padding:5px;
}
#edit-dm-wrapper .question-pane:hover{
	background-color: #f5f5f5;
}
#edit-dm-wrapper .edit-msg .glyphicon{
	font-size: 25px;
    width: 4%;
    float: left;
}
#edit-dm-wrapper .edit-msg .edit-txt{
	/*float:left;
	width:70%;*/
}
#edit-dm-wrapper .edit-msg span{
	display:block;
}

/* =============================================================== */
/* MYADMIN - TWO FACTOR
/* =============================================================== */

#twoFactor-wrapper input[type=checkbox]{
    width: 20px;
    height: 23px;
}

#twoFactor-wrapper .checkbox-text{
    font-size: 20px;
    vertical-align: super;
}

#twoFactor-wrapper #twoFactorRemove{
    display: none;
}

/* =============================================================== */
/* MYADMIN - ANALYTICS
/* =============================================================== */

#analytics .chart {
  width: 100%; 
}
	

