﻿/* MISC. CONTROL CLASSES
----------------------------------------------------------*/

div.RadMenu_WebBlue ul.rmRootGroup, 
div.RadMenu_WebBlue div.rmRootGroup
{
    background: none;
    border: 0;
}

.formLabel
{
    color: #000;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.failureNotification
{
    color: Red;
    font-weight: bold;
    font-size: 12pt;
}

.inlineFailureNotification
{
    color: Red;
    font-weight: bold;
    font-size: 8pt;
}

div.RadToolBar .rtbUL 
{
    display: inline-block !important;
    width: 100%;
}

div.separatedButtons .rtbItem 
{
    float: left !important;
}           

div.separatedButtons .rtbSeparator 
{
    float: left !important;
}
 
div.separatedButtons .rightAlignedWrapper 
{    
    float: right !important;    
}

div.silverlightControlHost 
{
	height: 100%;
	text-align:center;
	background:white;
}

.silverlightMessage p
{
    color: #2f2f2f;
    font: 16px Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

.silverlightMessage p.font_size_18
{
    font-size: 18px;
}        

.silverlightMessage p.font_size_18 span
{
    display: block;
}        

.silverlightMessage p.font_size_18 span.span_tx1
{
    padding: 25px 0px;
    color: #8e8d8d;
    font: 16px Arial, Helvetica, sans-serif;
}        

.silverlightMessage p.font_size_18 span.span_tx2, .silverlightMessage p.font_size_18 span.span_tx2 a
{
    font: 12px/18px Arial, Helvetica, sans-serif;
}        

.silverlightMessage a
{
    color: #1b93d5;
    font: 16px Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding-bottom: 2px;
}

.silverlightMessage a:hover
{
    background: none;
}        

.silverlightMessage
{
    text-align: center;
    padding-top:130px
}        

.silverlightMessage .logo a, .silverlightMessage .logo a:hover
{
    display: block;
    width: 150px;
    height: 100px;
    margin: 0px auto 70px auto;
    background: url('../../Content/Images/logo.jpg') no-repeat;
}        

.silverlightMessage .logo a span
{
    display: none;
}

/* CALL RECORDS
----------------------------------------------------------*/
div.callRecordsReport {
    padding: 2px;
    color: black;
}

div.callRecordFooter {
    margin: 2px;
    padding-top: 3px;
    text-align: center;
    border: 1px solid #9cb6c5;
    background: #eff7fc;
}

div.callRecordFooter div {
    border: 0;
    display: inline-block;
}

div.callRecordItemHeader {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
}


div.callRecordDetailItemHeader {
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
    padding-top: 5px;
    padding-bottom: 3px;
}

/* REPORTS
----------------------------------------------------------*/

table.reportTable, table.reportTable th, table.reportTable td
{
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
}

table.reportTable
{
    page-break-after: always;
    vertical-align: top;
}

table.reportTable th
{
    background-color: #efefef;
    color: #696969;
}

table.reportTable tr.reportRowHeader
{
    vertical-align: top;
    text-align: center;
}

table.reportTable td.reportRowCell
{
    background-color: #efefef;
    color: #696969;
    font-weight: bold;
}

table.reportTable tr.reportRowFooter
{
    background-color: #fcfcfc;
    vertical-align: top;
    text-align: center;
}


/* SERVICE STATUS
----------------------------------------------------------*/

.service-status.ng-enter {
    -webkit-animation:0.5s fadeInUp ease;
    -moz-animation:0.5s fadeInUp ease;
    -ms-animation:0.5s fadeInUp ease;
    -o-animation:0.5s fadeInUp ease;
    animation:0.5s fadeInUp ease;
}

.service-status.ng-leave {
    -webkit-animation:0.5s fadeOutDown ease;
    -moz-animation:0.5s fadeOutDown ease;
    -o-animation:0.5s fadeOutDown ease;
    -ms-animation:0.5s fadeOutDown ease;
    animation:0.5s fadeOutDown ease;
}

.service-status-change-add, .service-status-change-remove {
    -moz-animation: 0.5s flash ease;
    -o-animation: 0.5s flash ease;
    -webkit-animation: 0.5s flash ease;
    -ms-animation: 0.5s flash ease;
    animation: 0.5s flash ease;
}

.services-container {
    width: 100%;
    margin: 0;
    padding: 5px;
}

.services-table table {
    border-collapse: separate; 
    border-spacing: 5px;    
}

.services-table th {
    background-color: #87cefa;
    color: white;
    text-align: left;
}

.services-table th, .services-table td {
    padding: 5px;
}

.service-status {
    margin: 5px;
    margin-bottom: 20px;
    padding: 20px;    

	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

/* clearfix */
.service-details-container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.service-expander {
    float: right;
}

.service-details {
    float: left;
}

.service-events {
    padding-top: 10px;
    display: block;
}

/* LIVE VIEWS APP MODULE
----------------------------------------------------------*/

#liveViews {
    padding: 20px;
    background-color: #ccc;
    min-height: 100vh;
    overflow: auto;
}