/*Real Time Notifications*/
/*
 *This section is for the notification pop-up that slides in from the left.
*/
/*Set some magic here so that they stack correctly*/
/*#notification_panel_div_0 .real_time_ia{
	top: 0;
}

#notification_panel_div_1 .real_time_ia{
	top: 165px;
}

#notification_panel_div_2 .real_time_ia{
	top: 330px;
}*/
#notification_panel{
	max-width: 500px;
    min-height: 160px;
    width: 500px;
    margin: 15px 40px;
}
#notification_panel img{
	display: inline-block;
}

#notification_master_panel_div{
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 1031;
    /* height: 100vh; */
    /* background: #2c2c2c21; */
}

.real_time_ia {
color:#4d4d4d;
display: none;
width: 410px;
float: left;
clear: left;
margin-bottom: 10px;
left: 0;
/*position: fixed;*/
margin-left: 20px;
margin-top: 20px;
font-family: Helvetica, Arial, sans-serif;
background: #ffffff;/* Old browsers */
background: -webkit-linear-gradient(rgba(255,255,255,0.98),  rgba(235,235,235,0.98)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(rgba(255,255,255,0.98),  rgba(235,235,235,0.98)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(rgba(255,255,255,0.98),  rgba(235,235,235,0.98)); /* For Firefox 3.6 to 15 */
background: linear-gradient(rgba(255,255,255,0.98),  rgba(235,235,235,0.98)); /* Standard syntax */
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
min-height: 100px;
}

.real_time_ia.left {
	left: 0;
	padding: 2px 30px 20px 10px;
        -moz-border-radius: 15px 15px 15px 15px;
         -webkit-border-radius: 15px 15px 15px 15px;
         border-radius: 15px 15px 15px 15px;
}

.real_time_ia .notification_message{
    position: relative;
}
.real_time_ia .notification_message p {
	font: bold 13px Myriad, Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 1px #fff;
	padding-right: 65px;
	padding-left: 70px;
	margin-bottom: 0px;
}

.real_time_ia .notification_message h2 {
	font: bold 18px Myriad, Helvetica, Arial, sans-serif;
	text-shadow: 0px 2px 1px #fff;
	padding-left: 70px;
}

.real_time_ia .notification_buttons{
    position: absolute;
    top: 0px;
    left: 360px;
}

.real_time_ia .notification_buttons a {
    display: block;
    width: 45px;
    margin: 5px;
    padding: 8px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #222;
    font: 11px Helvetica, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 1px #fff;
    box-shadow: 0px 1px 1px #fff;
}

.send_notification_button
{
    /* width: 45px; */
    margin: 5px;
    padding: 8px;
    position: absolute;
    /* border: 1px solid #999; */
    /* border-radius: 5px; */
    color: #222;
    /* font: 11px Helvetica, Arial, sans-serif; */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 1px #fff;
    box-shadow: 0px 1px 1px #fff;
    cursor: pointer;
}

/* .notification_buttons{
    position: absolute;
    bottom: 10px;
    right: 10px;
} */


.real_time_ia .notification_buttons a:hover{
	background: #ffffff;/* Old browsers */
	background: -webkit-linear-gradient(rgba(255,255,255,1),  rgba(235,235,235,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(255,255,255,1),  rgba(235,235,235,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(255,255,255,1),  rgba(235,235,235,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(255,255,255,1),  rgba(235,235,235,1)); /* Standard syntax */
	cursor: pointer;
}

.real_time_ia .notification_buttons a:nth-child(1) {
  top: 8px;
}

.real_time_ia .notification_buttons a:nth-child(2) {
  top: 50px;
}

.real_time_ia .notification_icon {
  float: left;
  padding-top: 23px;
  padding-left: 2px;
  width: 60px;
}

.real_time_ia #timer_table{
	padding-left: 66px;
}
