﻿/* DEFAULTS
----------------------------------------------------------*/
html, body, Form1 {height: 100%;}

body   
{
    margin:0;
    background-color:#f7f7f7;
    background-image: url('../images/IFS_background_pattern.png'); 
    height:100%;
    font-family: arial,verdana,helvetica,sans-serif;
    overflow:auto;
}
/*
#page-wrapper
{
    width: 960px;
    min-height:100%;
    margin: 0 auto;
}
*/

/*------------Page and Page Header Elements----------------*/
#page
{
    width:1280px;
    margin: 0 auto;
    margin-bottom:0px;
    min-height:94%;
    background-color: #ffffff;
    border-left:1px solid #c8c8c8;
    border-right:1px solid #c8c8c8;
    position:relative;
    overflow:auto;
    padding-bottom:40px; 
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

#header
{
    position: relative;
    margin: 0px;
    padding:10px;
    background: #863d8d;
    height:85px;
    width: auto;
}

#header h1
{
    font-weight: 700;
    font-family:arial,verdana,helvetica,sans-serif;
    font-variant:normal;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 5px;
    color: #FFFFFF;
    border: none;
    line-height: 1.2em;
    font-size: 2em;
}


#headerlinks
{
    margin: 60px 0px 5px 110px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height:25px;
    color:#FFFFFF;
    font-size:0.9em;
    font-weight:700;
    font-family:arial,verdana,helvetica,sans-serif;
     
}

#lblApplicationInfo{
    color :#ffffff;
    margin: 50px 0px 5px 20px;
    font-size:0.9em;
    font-weight:700;
    font-family:arial,verdana,helvetica,sans-serif;
    text-transform : capitalize;
}

#headerlinks a:link
{
    text-decoration: none;
    color: #ffffff;
}

#headerlinks a:visited
{
    text-decoration: none;
    color: #ffffff;
}

#headerlinks a:hover
{
    text-decoration:underline;
}

#headerlinks a:active
{
    color: #ffffff;
}

.checkBoxButton
{
    border: 1px solid #A4A4A4;
  padding-right: 2px;
  padding-left: 2px;
  text-decoration: none;
  text-align:center;
    border-radius: 3px;
  font-size: 9px;
    background: #F2F2F2;
    margin-left: 50%;
      color: black !important;
  font-weight: bold;
}

.checkBoxButtonClicked
{
    border: 1px solid #A4A4A4;

  text-decoration: none;
   color: White !important;
     padding-right: 3px;
    padding-left: 8px;
   text-align:center;
     border-radius: 3px;
  font-size: 9px;
    background: #F2F2F2;
    margin-left: 50%;
}

.checkBoxButton:hover
{
     text-decoration: none;
}

a:link, a:visited
{
    text-decoration: none;
    color: #863d8d;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
   color:#863d8d;   
}

.imglink a:link, .imglink a:visited
{
    text-decoration: none;
    color:#ffffff;
    padding-right:10px;
}

.imglink a:hover
{
    text-decoration: none;
}

.imglink a:active
{
   color:#ffffff;   
}

p
{
    margin-bottom: 5px;
    line-height: 1.5em;
    font-size:0.9em;
    color:#484848; 	 
    display:inline;   
}

ul 
{
    list-style-type:square;
    font-size:0.9em;
    color:#484848;
    line-height:1.5em; 
}

#MainContent
{
    margin-left:20px;
    padding:15px 0px 10px 0px; 
    min-height:100%;
}

#footer
{
    position:relative;
    background:#863d8d;
    margin:-40px auto;
    height:40px;
    width:1280px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
    font-size:small;
    text-align: center;
    line-height: normal;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    clear:both;
 
}


/* HEADINGS   
----------------------------------------------------------*/

h1
{
    font-size: 2.3em;
    
}

h2
{
    font-size: 2.0em;
    padding-bottom: 10px;
    margin-bottom: 0px;
    color:#9bc245;
    font-variant: normal;
    text-transform: uppercase;
}

h3
{
    font-size: 1.4em;
    padding-bottom: 10px;
    padding-top:5px;
    margin-bottom: 0px;
    margin-top:0px;
    color:#9bc245;
    font-variant: normal;
    text-transform: uppercase;
}



h4
{
    font-size: 1.1em;
    color:#863d8d;
    padding-bottom: 10px;
    padding-top:5px;
    margin-top:10px;
    margin-bottom:0px;
    font-variant: normal;
    text-transform: uppercase;
    
}

h5, h6
{
    font-size: 1em;
    padding-bottom: 10px;
    padding-top:5px;
    margin-top:10px;
    margin-bottom:0px;
    font-variant: normal;
    text-transform: uppercase
}

#h7
{
    font-size: 1.4em;
    padding-bottom: 10px;
    padding-top:5px;
    margin-bottom: 0px;
    margin-top:0px;
    color:#9bc245;
    font-variant:normal;
    font-weight:600;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/



#SignOutBox
{
    float:right;
    padding-right:5px;
    height:25px;
    width:auto;
    font-size:0.9em;
}

#logoImage
{
    float:left;
    margin:5px 5px 5px 10px;
    width:76px;
    height:76px;
}

.ifsImg
{
  float:right;
  padding:5px 5px 5px 5px;
    
}

.ifsText
{
    width:800px;
    height:auto;
    text-align:left;
    padding-bottom:10px;
    margin-bottom:20px;  
}

.ifsBox
{
    border:1px solid #c8c8c8;
    width:800px;
    height:320px;
    text-align:left;
    padding-bottom:30px;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
   
}

.touchAppBox
{
    border:1px solid #c8c8c8;
    width:800px;
    min-height:450px;
    text-align:left;
    margin-top:10px;
    margin-bottom:20px;
    padding-bottom:30px;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
   
}
 
#Trans_Details
{
    width:800px;
    border-collapse:collapse;
    background-color:#ffffff;
}

.TextHolder
{
    width:850px;
    height:auto;
    text-align:left;
    padding-bottom:10px;
    float:left;
   
}

.label
{ 
    height:20px;
    font-size: 0.9em;
    padding:5px 0px 5px 0px;
    color:#484848;
    
}

.textbox
{
    height:20px;
    width:270px;
    font-size:0.9em;
    color:#484848;
}

.logonText
{
    float:left;
    width:450px;
    height:auto;
    text-align:left; 
}


.logonboxcontent
{
    margin-right:0px;
    border:1px solid #c8c8c8;
    float:right;
    width:300px;
    background:#ffffff;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

.logontable
{
    width:295px;
    line-height:1.5em;
}

.button
{ 
    height:25px;
    font-size:0.9em;
    color:#484848;
    
    
}
.purpleButton
{ 
    height:25px;
    font-size:0.9em;
    color:#FFFFFF;
    background:url('../images/gradientTop.png') repeat-x;
    border:1px outset #873E8D;
    text-align: left;
}

.purpleLinkButton
{
    height:20px;
    font-size: 0.9em;
    padding:5px 0px 5px 0px;
    color:#863d8d;
/*
    color:#484848;
*/
}

.tableHeader {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background:#a777ad;
	font: bold 11px  arial,verdana,helvetica,sans-serif;
	color:#ffffff;
	padding: 6px 6px 6px 12px;
}

.tableLabel
{
    font-size: 1.2em;
    font: bold;
    padding-bottom: 20px;
    padding-top:5px;
    padding-left:6px;
    margin-bottom: 10px;
    margin-top:0px;
    color:#9bc245;
    font-variant: normal;
    text-transform:capitalize;
}

.tableHeader th
{
    font: bold 11px  arial,verdana,helvetica,sans-serif;
    color:#ffffff;
    border: 1px solid #a777ad;
	padding: 6px 6px 6px 12px;
}

.tableData 
{
    
    
    padding:0;
    margin:0;
	background: #fffff;
}

.tableData td
{
    font: normal 0.8em auto  arial,verdana,helvetica,sans-serif;
    color: #4f6b72;
    border: 1px solid #a777ad;
	text-align:left;
	padding: 6px 6px 6px 12px;  
}

.tableDataDevice 
{       
    padding:0;
    margin:0;
	background: #fffff;
}

.tableDataDevice td
{
    font: normal 0.8em auto  arial,verdana,helvetica,sans-serif;
    color: #4f6b72;
    border-bottom: 1px solid #a777ad;
	text-align:left;
	padding: 6px 6px 6px 12px;  
}

.tableDataDevice a:link
{    
    color: white;   
}


.ContactsTable
{
    font-size:0.9em;
    color:#484848;
    width:600px;
    text-align:left;
    margin:0px;
   
}

#UsageLogPanel
{
    padding:0px 5px 10px 5px;
    height:auto;
    width:auto;
}

#UsageLogInputPaneltable
{
    padding:5px 0px 5px 0px;
    border-style: none; 
    height:80px; 
    width:auto;
    line-height:1em;
}


.class_box_shadow{
    width:960px;
    margin: 0 auto;
    background: #ccc;
    border:1px solid #c8c8c8;    
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
}


#boxedFrame
{
    margin: 10px 5px 5px 0px;
    border:1px solid #c8c8c8;
    min-width:280px;
    min-height:150px;
    width:800px;
    font-size:0.9em;
    color:#484848; 
    text-align:left;
    padding: 10px 5px 5px 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

.boxedFrame
{
    margin: 10px 5px 5px 0px;
    border:1px solid #c8c8c8;
    min-width:280px;
    min-height:150px;
    width:700px;
    font-size:0.9em;
    color:#484848; 
    text-align:left;
    padding: 10px 5px 5px 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

#boxedFrameConfigDetail
{
    margin: 10px 20px 5px 0px;
    border:1px solid #c8c8c8;
    min-width:280px;
    min-height:50px;
    font-size:0.9em;
    color:#484848; 
    text-align:left;
    padding: 10px 5px 5px 5px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

#boxedFrameSecurityInfo
{
    margin: 10px 5px 5px 0px;
    margin-right: 40px;
    border:1px solid #c8c8c8;
    min-width:280px;
    min-height:100px;
    font-size:0.9em;
    color:#484848; 
    text-align:left;
    padding: 10px 5px 5px 5px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

.buttonPane
{
    margin-top:20px;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
#title
{
    float: left;
    text-align: left;
    width: auto;
}

.bold
{
    font-weight: bold;
}

.right
{
    float:right;    
}

.left
{
    float:left;    
}

.hidden
{
  display: none;
 }

/* ALERTS
----------------------------------------------------------*/


.deviceAlert
{
color: white;
background: #a777ad;
padding: 2%;
padding-left:2%;
display: inline-flex ;
font-weight: 600;
margin-bottom: 3%;
width: 66%;

	
}

.deviceAlert:hover
{


}

#approveButtonDiv
{
    display:inline-block;
    float:right;
}


@keyframes glow {
    50%  { box-shadow: 0 0 20px #aaf; }
}


.rowHover:hover
{
    background: #F8F0F9;
    cursor:pointer;
}

.leftBorderLess
{
    border-left:none;
     Color:blue !important;
}

.rightBorderLess
{
    border-right:none;
     Color:blue !important;
}

.rightBorderLess a:link
{
     Color:blue !important;
}
.leftBorderLess a:link
{
     Color:blue !important;
}

.headerAsc
{
    background: black;
    color:white;
}

.headerDesc
{
    background: #a777ad;
    color:white;
}

.tableAction a:link
{
    Color:blue;
}

.noTextTransform
{
    text-transform:none;
}

/*------------ jquery stylesheet overrides----------------*/

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #863d8d;
    background: #863d8d url(images/ui-bg_gloss-wave_35_863d8d_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #1c94c4;
    font-weight: bold;
    text-decoration: none;
}

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus,
    .ui-button:hover,
    .ui-button:focus {
        border: 1px solid #cccccc;
        background: #ededed;
        font-weight: normal;
        color: #c77405;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited,
        a.ui-button:hover,
        a.ui-button:focus {
            color: #2b2b2b;
            text-decoration: none;
        }

