﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
 background-color: #fff;
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #444444;
}

#headerLeftTitle h1 {
    font-family: 'Lato',sans-serif !important;
}

/*a:link, a:visited
{
    color: #034af3;
}*/

.cims-shared-layout-page-navbar-dropdown .cims-shared-layout-page-navbar-dropdown-link {
    font-size: 12.8px;
    border: none;
    outline: none;
    background-color: inherit;
    color: black;
}

.light a {
    color: #ffb150;
}

    .light a:hover {
        color: #ffffff;
    }

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #444444;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    font-weight:bold;
    margin: 0 0 0 0;
}

h2
{
    font-size: 1.5em;
    font-weight:bold;
    margin: 0 0 0 0;
}

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   
----------------------------------------------------------*/

.container
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0095d9;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2.5em;
}

.header h2
{
 margin: 0px;
 padding: 0px 0px 0px 10px;
 color: #f9f9f9;
 font-size:2em;
}

.main
{
    padding: 0px 6px;
    margin-top: 8px;
    margin-bottom:8px;
    margin-left:2px;
    margin-right:2px;
    min-height: 420px;
}

.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   
----------------------------------------------------------*/

div.hideSkiplink
{
  background-color:#e0dfe0;
  width:100%;
}

div.menu
{
    padding: 1px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #e0dfe0;
    color: #000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #888888;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width:260px;
}

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;
}

select, input[type="text"], textarea
{
 border-radius:4px;
}


input[type="submit"], input[type="button"]
{
 display: inline-block;
 padding: 6px 12px;
 margin-bottom: 0;
 font-size: 14px;
 font-weight: normal;
 line-height: 1.428571429;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
 background-image: none; 
 /*background-color: #0095d9;*/
 background-color:#336699;
 color: White;
 border: 1px solid transparent;
 border-radius: 4px;
 background-repeat: repeat-x;
 border-color: #2b669a;
 /*background-image: linear-gradient(to bottom, #0095d9 0%, #2d6ca2 100%);*/
background-image: linear-gradient(to bottom, #225588 0%, #5588BB 100%);
 padding: 1px 5px;
 font-size: 13px;
 line-height: 1.5;
 border-radius: 3px; 
}

input[type="submit"]:disabled
{
 opacity:.5;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.validation
{
 color:Red;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: .9em;
    display: block;
    text-align: right;
    padding: 0px;
    color: Black;
    float:right;
    /*margin-top:6px;*/
    /*margin-right:5px;*/
}

.loginDisplay a:link
{
    color: Black;
}

.loginDisplay a:visited
{
    color: Black;
}

.loginDisplay a:hover
{
    color: White;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.uppercase
{
    text-transform: uppercase;
}

table tr td
{
 vertical-align:top;
}

/* This prevents extra padding above the menu in Chrome and Firefox by moving the "Skip" text off screen. */
/* It will still be visible to screen readers. */
img[alt='Skip Navigation Links'] {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.validator2
{
 background-color:#FFCBDB;
}
    
/* default height of tab panels */    
.TabPanelHeight
{
min-height:280px;
/* height:280px; */
z-index: -5;
}

legend
{
 padding-bottom:0px;
}

   .displayNone
   {
    display:none;
   }


.unsavedChanges
{
 border: 2px solid #90E098;
}

.AddNewProperties
{
 background-color:White;
 border:1px solid black;
 padding-left:5px;
}

/* disallow resizing of multiline checkboxes */
textarea {
    resize: none;
}

.roundedCornerColor 
{
 background-color:#EDF5FF;
 padding-left:5px;
 padding-bottom:5px;
}

.verified
{
 /*background-color:#DDFFDD;*/
 color:#008000;
}

.unverified
{
 /*background-color:#FFDDDD;*/
 color:#FC0000;
}

.headerTable 
 { 
  border: 1px solid #000;
  background-color:#336699;
  color:White;
  border-collapse: collapse;
  font-weight:bold;
  font-size:12px;
 }

 .updateProgressDiv
 {
  margin:auto;
  filter: alpha(opacity=100);
  opacity: 100;
  vertical-align: middle;
  top: 40%;
  position: fixed;
  right:48%;
  text-align: center;
  background-color: White;
  padding: 10px 10px 10px 10px;
  z-index: 10000;
 }
 .updateProgressGreyoutDiv
 {
  background-color: Gray; 
  filter:alpha(opacity=60); 
  opacity:0.60; 
  width: 100%; 
  top: 0px; 
  left: 0px; 
  position: fixed; 
  height: 100%;
 }
 
 .ModalPopupStyle
 {
  background-color:white; 
  border: 1px solid black; 
  max-height:350px;
  color:Black;
  padding: 5px 5px 5px 5px;
  border-radius:5px;
 }
 
 .ModalPopupStyle2
 {
  background-color:white; 
  border: 1px solid black; 
  color:Black;
  padding: 5px 5px 5px 5px;
 } 
 
 .highlight
 {
  background-color:Yellow;

 }
 
 /* CLEAR FIX*/
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix 
{
	display: inline-block;
}

/* page grid styles */
.gd
{
	*zoom:1;
	padding-top:10px;
}
.gd div.first
{
	float:left;
}
.gd div.second
{
	float:right;
}
.gd div.center .content-small
{
	margin-left:auto;
	margin-right:auto;
}



/* GridView and Data Pager Styles */
.grid TR.pager-row TD
{
    border-top:solid 2px #03738C;
    border-bottom:solid 2px #03738C;
}

.grid .pager
{
    font-family:arial,sans-serif;
    text-align:center;
    padding:6px;	
    font-size:18px;
}

.grid .pager SPAN.command,
.grid .pager SPAN.current,
.grid .pager A.command,
.grid TR.pager-row TD A
{
    color:#03738C;
    padding:0px 5px;
    text-decoration:none;
    border:none;
}

.grid .pager A.command:hover,
.grid TR.pager-row TD A:hover
{
    border:solid 2px #03738C;
    background-color:#D5E7F2;
    color:#03738C;
    padding:0px 3px;
    text-decoration:none;
}

.grid .pager SPAN.current,
.grid TR.pager-row TD SPAN
{
    border:none;
    font-weight:bold;
    color:#555;
    padding:0px 6px;
}

.grid TR.pager-row TABLE TR TD 
{
    border-top:none;
    border-bottom:none;
    text-align:center;
    font-size: 1.25em;
}

.grid TR.pager-row TABLE
{
    height:35px;
    margin:0 auto 0 auto;
}

/* .grid .row:hover td
{
    background-color:#D5E7F2 !important;
    color:#000;
} */

.grid .sortasc, .grid .sortdesc, .grid td.sortedColumn
{
    background-color: #e9f1f5;
}

.grid th a
{
    color: #03738C;
    padding-right: 15px;
    text-decoration: none;
}

.grid th.sortable:hover
{
    background-color:#D5E7F2;
}

.grid th.sortable a:hover
{
    text-decoration: none;
}

.grid th
{
    text-align:left;
    border-bottom:solid 2px #03738C;
    border-top:solid 2px #03738C;
    font-weight: 600;
    padding:4px;
    letter-spacing:0px;
    color: #444;
    padding-left:10px;
    vertical-align: bottom;
}

.grid .row td
{
    text-align:left;
    border-bottom:solid 1px #03738C;
    padding:6px 4px;
}

.grid tr.row td
{
    padding-left:10px;
}

.grid tr.last td
{
    border-bottom:solid 2px #03738C;
}

.grid tr.selectedRow td
{
    background-color: #ADC9D0 !important;
}

.errorBtn 
{
 font-weight:bold;
 background-repeat: repeat-x;
 border-color: #FF3300;
 background-image: linear-gradient(to bottom, #0095d9 0%, #FF3300 100%);
}
.errorBtn:active,
.errorBtn.active {
 background-color: #2d6ca2;
 border-color: #FF3300;
}
.errorBtn:hover,
.errorBtn:focus {
 background-color: #FF3300;
 background-position: 0 -15px;
}

.transparentButton
{
 font-weight:bold;
 border:0px;
 background-color:transparent;
}

 div#SpinnerContainer
        {
            position: absolute;    
            display: none;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #fff;
            opacity:0.4; 
            filter:alpha(opacity=40);  /* For IE8 and earlier */
            z-index: 1000; /* Important to set this */
        } 
div#Spinner
        { 
            /*position: absolute;*/
            position:fixed;
            display: none;
            width:100px;
            height: 100px;
            top: 35%;
            left: 44%;            
            z-index:1001;
            overflow: auto;
            border: 1px solid black;
            border-radius:5px;
            box-shadow:5px 5px 5px #666666;
        } 