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

/*
 *
 *   Professional - Responsive 
 *   Copyright 2016 pedstestonline.com
 *
*/

/* 	TABLE CONTENT

1. GLOBAL
2. LOGIN
3. SELECT SCREEN
4. SCREEN PEDS
5. PEDS REPORT
*/

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

body{
	background-color: #E9EAED;
}

.container {
    background-color: white;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.page-wrap{
	padding-bottom: 20px;
}
.marginbt5{
	margin:5px 0px;
}
.margintp5{
	margin-top: 5px;
}
.login-user{
	padding: 15px 15px 15px 15px;
    display:inline-block;
}
.login-user .name{
	color: #337ab7;
}

/* =============================================================== */
/* LOGIN
/* =============================================================== */
#login-wrapper .ln-shadow{
    background-color: #007acc;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 42px;
}

#login-wrapper .title a{
	color: #007acc;
    position: relative;
    display: inline-block;
}

#login-wrapper .title a:hover{
	text-decoration: none;
}
/* =============================================================== */
/* SELECT SCREEN
/* =============================================================== */
#selectScreen-wrapper .test-list{
	padding-left: 0;
}

#selectScreen-wrapper .company-info{
	background-color:  #ccffcc;	
}

#selectScreen-wrapper .test-list li{
	list-style: none;
	height: auto;
	padding: 10px;
	border: 2px solid #e6e6e6;
	border-radius: 5px;
	margin-bottom: 15px;
	cursor: pointer;
}
#selectScreen-wrapper .test-list li:hover{
	background-color: #e5fff2;
}
#selectScreen-wrapper .test-list .test-heading{
	color: #007acc;
	font-size: 18px;
}
#selectScreen-wrapper .footnote{
	font-size: 12px;
}
/* =============================================================== */
/* SCREEN PEDS
/* =============================================================== */
#screen-peds-wrapper .heading-row{
	margin-top: 10px;
}
#screen-peds-wrapper .heading{
    background-color: rgba(0, 122, 204, 0.37);
}
#screen-peds-wrapper #errors .error{
        display: block;
}
#screen-peds-wrapper input[type=radio] {
    width: 20px;
    height: 20px;
}
/* =============================================================== */
/* PEDS REPORT
/* =============================================================== */

#peds-report-wrapper .blue-back{
    background-color: rgba(0, 122, 204, 0.37);
    padding:2px;
    margin:5px 0px;
}
#peds-report-wrapper #print-icon{
	color: #000099;
}


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

#peds-report-wrapper #pdf-icon{
	color: #800000;
}

#report-dmal-wrapper #pdf-icon{
	color: #800000;
}
