﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: white;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    width:100%;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

input[type="text"] 
{ 
    font-size: 10pt; 
    font-family: Calibri; 
}

textarea 
{ 
    font-size: 10pt; 
    font-family: Calibri; 
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    border: 0px solid #496077; 
    overflow-x:hidden;
    height: 100%;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: White;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.headerTitle {
	text-align: center;
	color: #000080;
	font-size: x-large;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.headerMenu {
	text-decoration: underline;
}

.main
{
    padding: 0px 15px;
 /*   margin: 12px 8px 8px 8px; */
    height:600px;
    display: inline-table;
    width: 100%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

#ConfigurationPanel1 ul
{
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
    height: 30px;
}
#ConfigurationPanel1 ul label
{
    display:inline-block;
    padding: 0 10px;
}
#ConfigurationPanel1 h3
{
    font: 13px 'Segoe UI', Arial, 'sans-serif';
    color:#4888A2;
    clear:both;
    display:block;
    margin:0;
}
#ConfigurationPanel1 #ApplySettingsButton
{
    clear:both;
    display:block;
    margin:0 0 10px auto;
}

#ConfigurationPanel1 .animation-settings
{
    border-left:1px solid #B1D8EB;
    width: 324px;
    float: left;
    padding-left: 20px;
}

#ConfigurationPanel1 .general-settings
{
    float: left;
    width: 280px;
}
#ConfigurationPanel1 .general-settings label
{
    width: 80px;
}
#ConfigurationPanel1 .animation-settings li
{
    float:left;
}

#ConfigurationPanel1 .general-settings li
{
    padding-bottom: 10px;
}

.menu-container
{
    padding: 10px;
    margin: 30px 0;
}

.menu-container .RadMenu
{
    float:none;
}

.Cursor { 
} 

.Cursor:hover 
 { 
    cursor:pointer !important; 
 }
        
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.footerLogo
{
    text-align: left;
}

.footerText 
{
	text-align: right;
	font-family:Arial;
	font-size:small;	
}

.footerTextColor 
{
	color: #000080;
	font-family:Arial;
	font-size:small;	
}


/* Grid Style */

.mGridHeader
{
    font-family:Arial; 
    font-size: 12pt;
    color: #000066;
    font-weight: bold;
}

.mGrid 
{ 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 0px #525252; 
    border-collapse:collapse; 
    color: #000066;
}

.mGridBoundData
{
    display: none;   
}

.mGrid td  
{
    padding: 2px; 
    border: solid 0px #c1c1c1; 
    color: #000066; 
    text-align:left;   
    font-family: Arial; 
    font-size: 9pt; 
}

.mGrid th 
{ 
    padding: 4px 2px; 
    color: #000066; 
    background-color:LightSteelBlue; 
    border-left: solid 0px #525252; 
    font-size: 14px; 
    text-align:left; 
    font-family: Arial;   
}
.mGrid .alt 
{ 
    background: White; 
}

.mGrid .pgr 
{ 
    background-color:LightSteelBlue; 
}

.mGrid .pgr a 
{ 
    color: Black; 
    text-decoration: none; 
}

.mGrid .pgr table 
{ 
    margin: 5px 0; 
}

.mGrid .pgr td 
{ 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    line-height: 12px; 
    color: #000066; 
    font-family: Arial; 
    font-size: 9pt;     
 }   
 
.mGrid th a
{
    color:Black;
    text-decoration: none;
}

.mGrid .pgr a:hover  
{
    color: #000; 
    text-decoration: none; 
}

.mGrid tr:hover
{
   background-color: lightgray;
   color: black;
}


.HeadTitleStyle 
{
	font-size: medium;
	color: #000066;
	margin-left: 20px;
}
	
	
.HeadSubTitleStyle 
{
	color: #000000;
	margin-left: 40px;
	margin-bottom: 4px;
}

.smallTable
{
	border-style: solid;
	border-width: 0px;
	margin-left: 40px;
	background-color: #F0F0FF; 
	color:Black;   
}

.HeadTableRowStyle 
{
	color: #000066;
	margin-left: 40px;
	margin-bottom: 4px;
	font-size:9pt;
	font-weight: bold;
}

.SelectButton
{
    text-align: center;
}

.createUser
{ 
    margin-left: 120px; 
}

.requiredMsg
{
    text-align:left;   
}

.menuAlign
{
    text-align:right;
    font-weight:bold;
}

div.vertical-line{
  width: 1px; 
  background-color: black; 
  height: 100%; 
  float: left; 
}

.sliderView {
     width: 435px;
}

.horizontalSliderView .RadSlider {
     margin-top: 70px;
}

.horizontalSliderView .ItemsSlider {
     margin-top: 10px;
}

.horizontalSliderView .TicksSlider {
     margin-top: 60px;
}

.verticalSliderView .RadSlider {
     float: left;
     margin-left: 65px;
     margin-top: 0px;
}

.verticalSliderView .TicksSlider {
     margin-left: 45px;
}

/* IE6 */

* html .verticalSliderView .RadSlider {
     margin-left: 45px;
}

.NoDeco {
    text-decoration: none;
    cursor: hand;
}

.FileUploadClass {
    font-size: 5px;        
    z-index: 500;        
    position: relative;        
    z-index: 10;
}    

.FileUploadClass input[type=file] {
    background: transparent;        
    border: Dashed 2px #000000;        
    opacity: 0;        
    filter: alpha(opacity = 0);        
    width: 150px;        
    height: 150px;
}    

.FakeFileUpload {
    position: relative;        
    border: Solid 1px #000000;        
    width: 150px;        
    height: 150px;        
    z-index: 1;
}    

.FakeFileUploadDiv {
    width: 150px;        
    height: 150px;        
    position: absolute;        
    opacity: 1.0;        
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";        
    filter: alpha(opacity=100);        
    z-index: 5;
}


/** Customize the demo canvas */

.qsf-demo-canvas {
     width: 100%;
     overflow: auto;
}


/** Customize the orgchart */

.demo-canvas .rocViewPort {
     padding: 2em;
}

html .RadOrgChart .rocImageWrap,
html .RadOrgChart .rocImageWrap img {
     width: 60px !important;
     height: 70px !important;
}

html .RadOrgChart .rocNodeFields .rocItemField {
     font-weight: bold;
}