/* @override 
	http://mpcalls.com/media/css/base.css
*/

/*----------------------------------------------------
	Title: 	Market Power 	
	Author: Matthew Sidney Johnson - @mattsidjohn
----------------------------------------------------*/

/* ------------------------------------------------------------------------------------------
Reset Styles 
------------------------------------------------------------------------------------------ */

/* Resets */
section,nav,hgroup,header,footer,figure,dialog,aside,article,td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,q,img,em,dfn,del,code,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,span,div,body,html{margin:0;padding:0;border:0;vertical-align:baseline}section,nav,hgroup,header,footer,figure,dialog,aside,article{display:block}table{border-collapse:collapse;border-spacing:0}td,th,caption{text-align:left;font-weight:normal}th,td,table{vertical-align:middle}q:after,q:before,blockquote:after,blockquote:before{content:""}q,blockquote{quotes:"" ""}a img{border:none}


/* ------------------------------------------------------------------------------------------
Base Framework
------------------------------------------------------------------------------------------ */
.left       				{float: left;}
.right      				{float: right;}
.no-marg    				{margin: 0px !important;}
.top-marg					{margin-top: 40px !important;}
.center 					{text-align: center !important;}
.right						{text-align: right !important;}
strong, .strong 			{font-weight: bold;}
strong em, .strong em 		{font-weight: 800;}
em, .em 					{font-style: italic;}
.small 						{font-size: 12px !important; line-height: 20px;}
.wrap						{float: left; width: 100%;}
img 						{max-height: 100%; max-width: 100%;}
.no-bull 					{list-style: none;}
.no-border td				{border: 0px !important;}
.error						{color: #ce1900;}
body{
	padding-bottom: 40px;
}

h1, h2, h3, h4, h5{
	margin-bottom: 10px;
}

p{
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------------------------
Extending Twitter Boot Strao
------------------------------------------------------------------------------------------ */
/* Sign In Styling */

div.form-wrap{
	margin: 50px 20px 20px 20px;
	padding: 20px;
	background: #eee;
	border-radius: 5px;
}
div.form-wrap h2{
	margin:0 0 20px 0;
}

div.form-wrap input{
	height:25px;
	margin:0 0 20px 0;
}

div.form-wrap a{
	display: block;
	margin:0 0 20px 0;
}
div.form-wrap input.btn{
	height: 30px;
}

div.hospital-call-review ul{
	margin: 0 0 20px 20px;
}

div.hospital-call-review ul li{
	margin-bottom: 15px;
}


.cleafix{
	clear: both;
}

/* Dashboard Styling */

.sub a.btn{
	margin: 0 5px 0 20px;
}

/* Audio Upload */

div.upload{
	margin: 20px 0;
}

div.upload label{
	font-weight: bold;
	margin-bottom: 20px;
}

button.submit{
	margin: 20px 0;
}

/* Create Call Styling */
form#create-call-form input, form#create-call-form select, form#create-call-form h3{
	margin: 0 0 30px 0;
}

form#create-call-form button{
	font-size: 25px;
	padding: 15px;
	margin-top: 40px;
}


/* Pre Call Info */

div.precall.fixed{
	background-color: white;
	top: 0px;
	position: fixed;
	z-index: 1;
}
div.precall.fixed.side{
	top: 196px;
	width: 139px;
}

div.call-form-wrap{
	margin-top: 192px;
}
div.precall-wrap{
	height: 100px !important;
}

form#publishForm {
    margin-bottom: 80px;
}

a.audio-launch{
	margin-top: -55px;
	margin-left: 10px;
}

div.audio-btns{
	float: right;
}
.pre-call-info li {
    margin: 0 0 -5px;
    font-weight: bold;
}
.pre-call-info li span {
    float: right;
    width: 60%;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 8px;
    line-height: 12px;
    
}

.precall.side h3,h4{
	font-size: 12px;
	border-bottom: 1px solid;
}

.precall.side p{
	font-size: 12px;
	margin-bottom: 5px !important;
}

.precall.side p{
	margin: 0px;
}

.precall.side hr{
	margin: 0 0 10px 0;
}

.precall.top ul{
	font-size: 12px;
}

ul.hospital-info li{
	display: inline-block !important;
	width: 30%;
}
ul.names li{
	display: inline-block !important;
	width: 30%;
}
div.scenario{
	float: left;
	margin-left: 20px;
	width: 940px;
}

div.scenario p{
	font-size: 12px;
	line-height: 13px;
}

div.scenario h3{
	font-size: 12px;
	margin-top: 5px;
}

a.hide-data{
	float: right;
	margin-top: -60px;
	
}

a.show-data{
	float: right;
	position: fixed;
	top: 60px;
}

a.show-data{
	float: right;
	margin-right: 20px;
	
}

/* Pre Call Form */

p.noticeable{
	background: lightgray;
	border-radius: 5px;
	padding: 15px;
	color: #ba0000;
	font-size: 15px;
}
p.noticeable b{
	display: block;
	margin-bottom: 10px;
}

.caller-info h3{
	margin-bottom: 15px;
}


.caller-info ul li{
	display: block;
	padding: 10px;
}

.caller-info ul li:hover{
	background: #eee;
}

.caller-info ul li span{
	float: right;
}

.precall-form .l1{
	margin-bottom: 10px;
	font-weight: bold;
}

.precall-form .i1{
	margin-bottom: 15px;
}

.precall-form .btn{
	font-size: 18px;
	padding: 15px;
}

.well {
    overflow: hidden;
}
.well .well-heading {
	background: #ddd;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 1px #fff;
	margin: -19px -19px 19px;
    padding:  8px 19px;
}
.well .well-heading label {
  font-size: 18px;
  line-height: 27px;
    font-weight: bold;
}
.well .start,
.well .end {
    display: inline-block;
    width: 200px;
}
.well .table {
    margin: 0;
}
.well .table-bordered {
    margin-bottom: 18px;
}
td.call-question {
    width: 60% !important;
}
td.call-answer {
    width: 40% !important;
}
.well input {
    margin:  0;
}
.well label {
    line-height: 28px;
}
.well label.radio {
    line-height: 13px;
}
.well .table th {
    background: #e9e9e9;
}
.well .table tbody tr td,
.well .table tbody tr:hover td {
    background: #fff;
}
.well .table table td {
    border: 0;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #fff;
}
.well .table.qna td,
.well .table.qna tr:hover td {
    background: none !important;
}
.well textarea {
	margin: 0;
    width: auto;
    height: 20px;
}

.well h4{
	border: none;
	font-size: 13px;
	margin-bottom: 10px;
}

span.form-date{
	font-size: 12px;
	
}
span.form-date b{
	margin-right: 10px;
}


/* ------------------------------------------------------------------------------------------
Date Picker
------------------------------------------------------------------------------------------ */

.ui-datepicker {
	background-color: white;
	display: none;
	-moz-box-shadow: 0px 0px 7px #ccc;
		-webkit-box-shadow: 0px 0px 7px #ccc;
		box-shadow: 0px 0px 7px #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
	padding: 10px;
	margin: 5px;
	border: solid 1px #eee;
}
a.ui-datepicker-prev {
	float: left;
}
a.ui-datepicker-next {
	float: right;
}
.ui-datepicker-title {
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 0;
	text-align: center;
}
table.ui-datepicker-calendar {
	border-spacing: 5px !important;
	border-style: outset !important;
	border-collapse: separate !important;
}
table.ui-datepicker-calendar th, table.ui-datepicker-calendar tr td {
	padding: 5px;
	margin: 5px;
	text-align: center;
}
table.ui-datepicker-calendar tr td {
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	background-color: #eee;
	border-style: inset;
}
table.ui-datepicker-calendar th {
	font-weight: bold;
}
table.ui-datepicker-calendar tr td a {
	padding: 5px;
}

/*

Hospitals
____________________________________________
*/
div.filter{
	background: lightgra;
	text-align: center;
	margin-bottom: 20px;
}

ul.filter-set li{
	display: inline-block !important;
	margin: 15px 12px;
	text-align: center;
}

ul.filter-set li.tittle{
	
}

ul.filter-set select{
	width: 150px;
	margin: 10px 0;
}

div.advanced-search-info{
	display: none;
}

div.advanced-search-info ul li{
	margin: 15px;
}

h3.advanced{
	margin: 20px;
	padding: 5px;
	cursor: pointer;
}

h3.advanced:hover{
	color: gray;
}

div.filter button{
	margin: 40px 20px 20px 20px;
}

div.quick-hospital{
	margin-top: -70px;
}
div.quick-hospital button{
	margin-top: -10px;
	margin-left: 10px;
}
div.quick-hospital p{
	margin: 0px;
}

button.quick-search{
	margin-top: -10px;
	margin-left: 10px;
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.tablesorter thead th{
	vertical-align: top;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 7pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

ul.hospitals, ol.hospitals {
	margin: 0 0 9px 25px !important;
}

/*

Beta
____________________________________________
*/

#beta {
	position: fixed !important;
	top: 0;
	background-image: url(http://mpcalls.com/media/img/mp-beta.png);
	background-attachment: scroll;
	background-repeat: no-repeat !important;
	color: white;
	text-indent: 7px;
	width: 80px;
	height: 40px;
	font-size: .8em;
	padding-top: 11px;
}
/*
Print View Styling for Call Forms
____________________________________________
*/
.print-view .print, .print-view .hide-data{
	display: none;
}

.print-view header{
	display: none;
}
.print-view .precall.top{
	line-height: 10px;
}
.print-view h2{
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 0px;
}

.print-view p{
	margin: 0px;
	line-height: 17px;
}

.print-view hr{
	display: none;
}
.print-view h3{
	margin: 0px;
	font-size: 10px !important;
	line-height: 10px;
}
.print-view .well{
	margin: 0px;
	padding: 0px;
	background: white;
	border: none;
}
.print-view .audio-launch{
	display: none;
}
.print-view	span.add-on	{
	border: none;
	padding: 0px;
	background: white;
	font-weight: bold;
	font-size: 10px;
}

.print-view .well-heading{
	margin: 0px;
	padding: 0px;
	background: white;
	border: none;
}
.print-view .well-heading h3{
	font-size: 10px !important;
	margin-bottom: 5px;
}
.print-view .transfers th{
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
}
.print-view .transfers th:last-child, .print-view .transfers tr.transfers td:last-child{
	display: none !important;
}
.print-view tr.transfers td{
	margin: 0px;
	padding: 0px !important;
}
.print-view  tr.transfers table tr td{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
.print-view .transfers td .inline.radio{
	margin-left: 25px;
	padding: 0px;
	padding-top: 2px;
	font-size: 10px;
}
.print-view .table-bordered{
	margin:0px;
}
.print-view td.call-answer{
	padding:0px;
}
.print-view td.call-question{
	padding: 0px;
	font-size: 10px !important;
}
.print-view .well textarea{
	height: 20px;
	padding: 0px;
	overflow: visible;
}
.print-view input{
	padding: 0px;
}
.print-view .intervention h4{
	float: right;
	font-size: 10px;
	margin-bottom: 0;
}
.print-view .intervention h3{
	float: left;
	font-size: 10px !important;
}
.print-view .call-comments{
	border-bottom: 1px solid lightgray;
	padding: 0 0 2px 0;
	margin-bottom: 2px;
}
.print-view .call-comments label{
	float: left;
	font-size: 10px !important;
}
.print-view .call-comments textarea{
	margin-top: 5px;
	margin-left: 10px;
	font-size: 12px;
}
.print-view button{
	display: none;
}
a.print-back{
	float: right;
	cursor: pointer;
}
a.print{
	float: right;
	font-size: 12px;
	cursor: pointer;
}
.print-view label{
	line-height: 15px;
	font-size: 10px;
}
.print-view .call-answer label.radio.inline{
	padding: 0px;
	padding-right: 10px;
	margin-left: 20px;
}
.print-view tr.transfers table tr{
	float: left;
	padding: 0 5px;
}

/* Reporting 
-----------------------*/
.reports h1{
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
#report th{
	background: #dd;
	font-size: 11px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 15px;
}
#report th.col{
	width: 62px !important;
}
#report th.hospital{
	width: 180px !important;
}
#report th.rank{
	width: 65px !important;
}
#report td{
	font-size: 12px;
	padding:  5px 5px;
}
#report tr td:first-child{
	font-weight: bold;
}
tr.quarter td{
	border-top: 2px solid #333;
	padding-top: 15px !important;
}
tr.last td{
	padding-bottom: 15px !important;
}
tr.quarter{
	background: #ddd;
}
tr.quarter:hover td{
	background: #ddd !important;
}

/* Print View BP
-----------------------*/

.print {
	margin-top: 10px;
	font-size: 12px;
}
.print h2 {
	font-size: 1.2em;
	line-height: .9em;
	margin: 0 !important;
}
.print h3 {
	font-size: 1.1em;
	line-height: .9em;
	margin: 0;
}
.print hr {
	margin: 5px 0 5px;
	border-color: #ccc;
	border-bottom: none;
}
.print .transfers ul {
	width: 100% !important;
	float: left;
	margin-left: 20px;
	border-bottom: 1px solid #eee;
	clear: both;
}
.print .transfers li {
	float: left !important;
	list-style: none !important;
	margin-left: 0px;
	display: inline-block !important;
}
.print ul li {
	display: inline;
}
.print .pre-call li, .print .time li {
	font-weight: bold;
}
.print .pre-call li span, .print .time li span {
	font-weight: normal !important;
}
.print ul.time li {
	margin-right: 10px;
	line-height: 1em;
}
.print .transfers li.head {
	font-weight: bold;
}
.print .grey {
	background-color: #eee;
	padding: 5px 0;
}
.add60 {
	margin-right: 60px !important;
}
.add100 {
	margin-right: 100px !important;
}

/* Web Survey
-----------------------*/


/* Instructions
-----------------------*/

.instructions {
	display: block;
}
.instructions p strong {
	display: inline-block;
	margin-top: 20px;
}
.instructions ol, .instructions li {
	margin-left: 10px;
}

#instructions {
	width: 100% !important;
}


/* *create call form */
.hasDatepicker{
	background: #fff url('/media/img/calendar.gif') no-repeat 98% 2px;
	background-repeat: no-repeat;
	background-position:99%;
}

.span4 >input{
	height: 18px;
	width: auto !important;
	box-sizing: content-box !important;
}

.call-answer .radio {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

input[type="text"] {
	font-size: 13px !important;
	padding: 4px !important;
	margin-bottom: 9px !important;
}


/* * Launch Audio */
#audio-player-container {
	display: none; 
	position:fixed; 
	z-index: 10;
	margin-top: 10rem;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%); 
	background-color: rgb(135, 132, 132); 
	padding: 70px;
	border-radius: 6px;

}

#exit-symbol {
	position: absolute; 
	top:0; 
	right: 0; 
	padding:0.7rem; 
	font-size: 1.5rem; 
	cursor:pointer;
}

#exit-symbol:hover {
	color: red;
}