/*
    Document   : style
    Created on : Apr 30, 2012, 11:10:16 AM
    Author     : Five Star Dev 2
    Description:
        Purpose of the stylesheet follows.
*/
body {
    background: #ffffff;
    margin: 0;
    padding: 0;
}
.wrapper {

}
.tooltip {
    position: fixed;
}
#header {
    height: 118px;
    background: #ffffff;
}
#header img {
    margin: 10px;
}
#headertitle{
    float:right;
    width:400px;
    color: #000000;
    text-align: right;
    margin: 20px 20px 0 0;
}
#headertitle h1{
    font-size: 20px;
}
#logo {
    width: 275px;
    /*padding: 15px;*/
}
#body {
    background: #FFFFFF;
    margin-top: -16px;
}
#nav {
    background: #00C1F2;
    height: 47px;
}
#nav ul {
    margin-left: 0;
}
#nav li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
#content {
    width: 95%;
    margin: 0;
    padding: 20px 10px 30px 10px;
}
#footer {
    font-size: 10px;
    padding: 5px;
    text-align:center;
    background: #FFFFFF;
    color: #333333;
    font-family: Helvetica, 'Myriad Pro', Arial, sans-serif;
}
#footer p {
    line-height: 19px;
    font-weight: bold;
}
footer .logo{
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.margin{
    margin: 2px;
}
table td {
    padding: 5px;
    font-family: Helvetica, 'Myriad Pro', Arial, sans-serif;
    font-size: 13px;
}
.success{
    width:300px; height: auto; background: #b2f38d; border: #42a808 solid 1px; font-size: 14px; padding: 10px; line-height: 25px;
}

table.tabledata tbody tr td.Available{
    background-color: #99FF99;
}
table.tabledata tbody tr  td.On-Call{
    background-color: #99FFFF;
}
table.tabledata tbody tr  td.Sign-Out{
    background-color: #E0E0E0;
}
table.tabledata tbody tr  td.Wrap-Up{
    background-color: #FFCC33;
}
table.tabledata tbody tr  td.Wrap-Up-Warning{
    background-color: #FF0000;
    color: #ffffff;
}
table.tabledata tbody tr td.Unavailable{
    background-color: #ffb3ff;
}

.h-200 {
  -webkit-appearance: menulist-button;
   height: 150px !important;
}

.padding-top-3 {
    padding-top: 30px;
}

.margin-bottom-2 {
    margin-bottom: 20px !important;
}

.padding-right-2 {
    padding-right: 20px !important;
}

.d-none {
    display: none !important;
}

#agent-message {display:none; top:0; left:0; width:100%; position:fixed; border:1px solid #888; padding:10px; text-align:center; font-weight:bold; color:#fff; background-color:#F8EC07; opacity: 0.7; filter: alpha(opacity=70); z-index:1000;}
#agent-message h3 {padding:0; margin:0; line-height:20px; color:#000000}
#agent-message p { font-size: 15px; line-height: 20px; padding:0; margin:0; color:#000000}


#agent-message2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* Tooglable Radio button */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3379b7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.formatted-list {
    font-size: 0.88em !important;
    background-color: #fff !important; /*#e5f2ff !important;*/
    border: 0px solid #cecece !important;
}

.profile-card, #service_calendar {
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
    transition: 0.3s;
  }
  
.profile-card:hover, #service_calendar:hover {
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
}

body {
	font-family: Tahoma;
}



/* declare a 7 column grid on the table */
#service_calendar {
	width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: #fff;
}

#service_calendar tr, #service_calendar tbody {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
 width: 100%;
}

caption {
	text-align: center;
  grid-column: 1 / -1;
  font-size: 130%;
  font-weight: bold;
  padding: 10px 0;
}

#service_calendar a {
	color: #8e352e;
	text-decoration: none;
}

#service_calendar td, #service_calendar th {
	padding: 5px;
	box-sizing:border-box;
	border: 1px solid #ccc;
}

#service_calendar .weekdays {
	background: #8e352e;  
}


#service_calendar .weekdays th {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	color: #fff;
	font-size: 13px;
}

#service_calendar td {
	min-height: 180px;
  display: flex;
  flex-direction: column;
}

#service_calendar .days li:hover {
	background: #d3d3d3;
}

#service_calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #333;
	color: #fff;
	width: 20px;
	border-radius: 50%;
  flex: 0 0 auto;
  align-self: flex-end;
}

#service_calendar .event {
  flex: 0 0 auto;
	font-size: 13px;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 14px;
	background: #e4f2f2;
	border: 1px solid #b5dbdc;
	color: #009aaf;
	text-decoration: none;
}

#service_calendar .event-desc {
	color: #666;
	margin: 3px 0 7px 0;
	text-decoration: none;	
}

#service_calendar .other-month {
	background: #f5f5f5;
	color: #666;
}

/* ============================
	Mobile Responsiveness
============================*/


@media(max-width: 768px) {

	#service_calendar .weekdays, #service_calendar .other-month {
		display: none;
	}

	#service_calendar li {
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}
  
  #service_calendar, #service_calendar tr, #service_calendar tbody {
    grid-template-columns: 1fr;
  }
  
  #service_calendar  tr {
    grid-column: 1 / 2;
  }

	#service_calendar .date {
		align-self: flex-start;
	}
}

.livechat_db_new {
  border-bottom: 1px solid #9b1616 !important; 
  background-color: #f7bb2b63 !important;
}

.livechat_db_new:hover {
  background-color: #ffb91085 !important;
}

.livechat_db {
  background-color: #f5f5f5 !important;
}

.livechat_db:hover {
  background-color: #f3f9fe !important;
}

/*Loading Indicator*/
.loader2,
.loader2:before,
.loader2:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader2 {
  display: block;
  color: #264769;
  font-size: 5px;
  margin: 0px auto 50px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader2:before,
.loader2:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader2:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader2:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
