/*
* $Id: updateEpisode.css 4669 2012-06-28 12:02:15Z rdevakumar $
*/

/* BRION - this also made the checkboxes not wrap */
/* generally clear out floats and set a non-wrapping fixed screen */
/*body {
    float: none;
    white-space: nowrap;
}*/

/* red border for debugging (to enable delete "debug" below) */
debug div {
    border: 1px solid red;
}

#screenDimensions {
    width: 1680px;
    height: 1050px;
    /* background-color: #eeeeee; */
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px none black;
}

#topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#noisequeue {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    /*width: 100%;*/
}

.ECGGraphDiv {
    position:relative;
}

.graphCanvas {
    /*width: 1680px;*/
    width: 1800px;
    /*width: 100%;*/
    height: 75.9px;
}

.overlay {
    width: 1800px;
    height: 75.9px;
    position: absolute;
    padding:0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.markers {
	padding:0px;
	margin:0px;
	position:absolute;
	top:-9px;
	font-size:11px;
	font-family: Verdana;
	font-weight: bold;
}

.hrMarker {
	color:#007000;
}

.pvcMarker {
	color:#FF0000;
}

.noiseMarker {
	color:#A0A0A0;
}

.pacMarker {
	color:#A020F0;
}

.graphCanvasTemplate {
    /*width: 1680px;*/
    width: 58.2px;
    /*width: 37.3px;*/
    /*width: 100%;*/
    height: 75.9px;
    display: none;
}

/*div.ECGMetaData {
    text-align:center;
}*/

div.ECGMetaData div {
    display: inline-block; 
}

div.rhythm {
    /*padding-left: 45%;*/
    /*margin: 0 auto;*/
    width:90%;
    text-align:center;
}

.review.button {
    width:75px;
}

.artifact.button {
    width:75px;
}

tr.artifact td {
    background-color: #FFF0F0;
    color: #FFFFFF;
}

tr.review td {
    background-color: #FFF0F0;
    color: #FFFFFF;
}

tr.artifact:hover td {
    background-color: #FFF0F0;
    color: #FFFFFF;
}

tr.review:hover td {
    background-color: #FFF0F0;
    color: #FFFFFF;
}

#submitPosition {
    margin: 20px 20px;
    float: right;
    /*vertical-align: middle;
    display: table-cell;
    height: 100%;*/
}

#undoPosition {
    margin: 20px 20px;
    float: left;
}

div.button {
    /*
    # background-image: -webkit-linear-gradient(top, #ccadbf, #acb4cb);
    # background-image: none;
    # background-color: #acb4cb;
    # color: #fff; */
    border-radius: 4px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width:120px;
}

input.button {
    /*
    # background-image: -webkit-linear-gradient(top, #ccadbf, #acb4cb);
    # background-image: none;
    # background-color: #acb4cb;
    # color: #fff; */
    border-radius: 4px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width:150px;
}
input.buttonlong {
    /*
    # background-image: -webkit-linear-gradient(top, #ccadbf, #acb4cb);
    # background-image: none;
    # background-color: #acb4cb;
    # color: #fff; */
    border-radius: 4px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width:150px;
}

#finalize div.button {
    height:24px;
    width:auto;
    display:inline-block;
    padding: 0px 8px;
    margin: 0px 2px;
}

/*
!div.button:active , !div.button:hover {
    background-image: -webkit-linear-gradient(top, #ccadbf, #acb4cb);
    background-color: #acb4cb;
    color: #fff;
}
*/

debug div.checkbox {
    background-color: #acb4cb;
}

.redbutton.checked {
    background-color: #FF4040;
    background-image: -webkit-linear-gradient(top, #DD4B39, #D14836);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 0px;
}

.redbutton.checked:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 1px 0px;
    background-color: #C53727;
    background-image: -webkit-linear-gradient(top, #DD4B39, #C53727);
    border-bottom-color: #B0281A;
    border-left-color: #B0281A;
    border-right-color: #B0281A;
    border-top-color: #B0281A;
    box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 1px 0px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 0px;
}  

.redbutton.checked:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 2px 0px inset;
    background-color: #B0281A;
    background-image: -webkit-linear-gradient(top, #DD4B39, #B0281A);
    border-bottom-color: #992A1B;
    border-left-color: #992A1B;
    border-right-color: #992A1B;
    border-top-color: #992A1B;
    box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 2px 0px inset;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 0px;
}

.bluebutton.checked {
    background-color: #4D90FE;
    background-image: -webkit-linear-gradient(top, #4D90FE, #4787ED);
    border-bottom-color: #3079ED;
    border-left-color: #3079ED;
    border-right-color: #3079ED;
    border-top-color: #3079ED;
    color: white
}

.bluebutton.checked:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 1px 0px;
    background-color: #357AE8;
    background-image: -webkit-linear-gradient(top, #4D90FE, #357AE8);
    border-bottom-color: #2F5BB7;
    border-left-color: #2F5BB7;
    border-right-color: #2F5BB7;
    border-top-color: #2F5BB7;
    box-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 1px 0px;
    color: white;
}

.bluebutton.checked:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 2px 0px inset;
    background-color: #4D90FE;
    background-image: -webkit-linear-gradient(top, #4D90FE, #4787ED);
    border-bottom-color: #3079ED;
    border-left-color: #3079ED;
    border-right-color: #3079ED;
    border-top-color: #3079ED;
    box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 2px 0px inset;
    color: white;
}

#baseline {
    width: 150px;
    margin-left: 10px;
    display: inline-block;
}
#baselinecandidate {
    width: 160px;
    margin-left: 10px;
    display: inline-block;
}

div .leftNavPart {
    float: none;
    /*display: none;*/
}

div#tabSimulation {
    display: none;
}

.episodeLegend {
    display: none;
    
}

table#episodeNav {
    display: none;
}

div#messagebox {
    display: none;
}

.skippedEpisodeSection {
	width: 1800px;
	height: 75.9px;
	font-size: 12px;
	font-weight: bold;
	color: red !important;
	padding-left: 15px;
}

#ui-id-1, .ui-button-text, #exitMessage, #undoMessage {
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
}

.ui-dialog-buttonset {
	height: 35px;
}

#exitScreen>ul {
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
}