﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    /*font-size: 0.85em;*/
    /*margin: 10px 0px;*/
    padding: 0px;
    color: #333333;
    /*text-align: center;
    overflow: scroll;
    min-width: 480px;*/
}

.main hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

.main a {
    color: #0066CC;
    cursor: pointer;
    text-decoration: underline;
}

label {
    font-weight: normal;
    display: initial;
}

.rosterFormLabel {
    font-weight: bold;
    width: 90px;
    display: inline-block;
}

table, th, tr, td
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 1px;
}

.formtable, table, th, tr, td
{
    border-style: none;
    vertical-align: top;
    border-collapse: collapse;
}

.notecelldark {
    position: relative;
    top: -2px;
    right: -4px;
    float: right;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    transform: rotate(45deg);
    z-index: 1;
}

.notecelllight {
    position: relative;
    top: -2px;
    right: -4px;
    float: right;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    transform: rotate(45deg);
    z-index: 1;
}

.unconfirmedcell {
    display: block;
    width: 100%;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 50%;
}

.treeviewnode
{
    color: #000000;
    text-decoration: none;
}

.nestedlistingtable
{
    border-width: thin;
    border-style: none none solid none;
    vertical-align: top;
}

.listingtable {
    border-width: thin;
    border-style: solid none solid none;
    vertical-align: top;
}

.listingtable td {
    border-width: thin;
    border-style: solid none solid none;
    vertical-align: top;
}

.listingtable th {
    border-width: thin;
    border-style: none none solid none;
    vertical-align: top;
    font-weight: bold;
}

.listingtabletophalf {
    border-width: thin;
    border-style: solid none none none;
    vertical-align: top;
}

.listingtablebottomhalf {
    border-width: thin;
    border-style: none none solid none;
    vertical-align: top;
}

.gt
{
    border-width: thin;
    border-style: solid solid solid solid;
    vertical-align: top;
    word-break: break-all;
    -webkit-user-select: none;
}

.gte
{
    border-width: thin;
    border-style: solid solid solid solid;
    vertical-align: top;
    word-break:break-all;
}

.gtl
{
    cursor: inherit;
}

.resourcelabel
{
    cursor: inherit;
    font-weight: bold;
}

.resourcelabelotherbusinessunit
{
    cursor: inherit;
    color: #868686;
    font-weight: normal;
}

.listingtableheader {
    border-style: none none solid none;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
}

.gridtableheader
{
    border-width: thin;
    border-style: solid solid solid solid;
    vertical-align: bottom;
    font-weight: bold;
    text-align: center;
}

.formlabel
{
    font-weight: bold;
}

.disabled {
    color: darkgray;
}

.rosterFormViewLabel
{
    font-weight: bold;
    width: 55px;
    display: inline-block;
}

.inputfont
{
    font-family: Calibri, sans-serif;
}

.datetextbox
{
    font-family: Calibri, sans-serif;
    width: 80px;
}

.timetextbox {
    font-family: Calibri, sans-serif;
    width: 60px;
}

a img
{
  border : 0;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    font-weight: normal;
}

b {
    font-size: inherit;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 3px;
    font-family: Calibri, sans-serif;
    color: #333333;
    letter-spacing: initial;
}

h1
{
    font-size: 2.2em;
}

h2
{
    font-size: 1.8em;
}

h3
{
    font-size: 1.5em;
}

h4
{
    font-size: 1.3em;
}

h5, h6
{
    font-size: 1.2em;
}

/* 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
{
    margin: 0px auto;
    text-align: left;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}*/

.pageheader {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    background: #142f47;
}

.pageheader h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.menuDiv
{
    float: left;
}

.loginDiv
{
    float: right;
}

.rosterHeaderDiv
{
    float: left;
    width: 180px;
    padding-right: 10px;
}

.rosterViewingDiv
{
    float: left;
    width: 180px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.rosterViewingDivOverviewOnly
{
    float: left;
    width: 180px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.rosterFilteringDiv
{
    float: left;
    width: 300px;
    min-height: 35px;
    padding-left: 10px;
    padding-bottom: 2px;
}

.floatingItemDiv {
    float: left;
    padding-right: 10px;
    padding-bottom: 2px;
}

.floatingItemDivLabel
{
    font-weight: bold;
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

.sloganDiv
{
    width: 100%;
    height: 500px;
    background-color: #E3E3E3;
}

.smallSloganDiv
{
    display: none;
}

.homePagePointDiv
{
    width: 440px;
    float: left;
    padding-right: 20px;
}

.footerSectionLeftDiv
{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.footerSectionRightDiv
{
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}

.main {
    /*padding: 2px 0px 2px 0px;
    margin: 2px 0px 0px 0px;*/
    font-family: Calibri, sans-serif;
    min-height: 420px;
    color: #333333;
    line-height: initial;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/*.footer
{
    color: #bfbebe;
    background: #4b4b4b;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    width: 100%;
    font-size: 1.0em;
    border-collapse: collapse;
    border-style: hidden;
    min-height: 50px;
    line-height: 50px;
    vertical-align: middle;
}*/

.featuresHeader
{
    display: none;
}

.featuresExtra
{
    display: inline-block;
    width: 48%;
    float: left;
}

.featuresMain
{
    width: 48%;
    float: right;
    font-size: 1.3em;
}

.reportFilterItem
{
    float: left;
    padding-right: 15px;
    padding-bottom: 3px;
    height: 35px;
}

.reportFilterItemWide {
    float: left;
    width: 350px;
    height: 35px;
    padding-right: 15px;
    padding-bottom: 3px;
}

.reportFilterLabelWide {
    font-weight: bold;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.reportRunButton
{
    float: right;
    padding-left: 15px;
    padding-bottom: 3px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #FFFFFF;
    width: 100%;
}

div.menu
{
    padding: 2px 0px 2px 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 999;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #FFFFFF;
    color: #808080;
    display: block;
    line-height: 1.35em;
    padding: 5px 10px;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    letter-spacing: 1px;
}

div.menu ul li a:hover
{
    background-color: #DEDEDE;
    color: #465c71;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
}

div.menu a.static.selected {
    background-color: #00AEEF;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
}


/* 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.0em;
    display: block;
    float: right;
    padding: 0px;
    margin: 0px;
    color: #868686;
}

.loginDisplay a:link
{
    color: #868686;
    text-decoration: none;
}

.loginDisplay a:visited
{
    color: #868686;
    text-decoration: none;
}

.loginDisplay a:hover
{
    color: #868686;
    text-decoration: none;
}

.loginDisplay a:active
{
    color: #868686;
    text-decoration: none;
}

.failureNotification
{
    color: Red;
}

.information
{
    font-weight: normal;
    color: #00AEEF;
}

.bold
{
    font-weight: bold;
}

.niceButton
{
    display: inline-block;
    min-width: 10px;
    text-align: center;
    color: #000000;
    font-weight: normal;
    height: 27px;
    padding: 0 5px;
    margin: 1px 1px 1px 1px;
    line-height: 27px;
    border: none;
    background-color: #00AEEF;
    cursor: default;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
}

.niceButton:hover {
    background-color: #66CCF1;
}

.styledHeader
{
    font-size: 2em;
    font-weight: bold;
    color: #00AEEF;
}

.styledSubHeader
{
    font-size: 1.5em;
    font-weight: bold;
    color: #00AEEF;
}

.submenu
{
    background: #fff;
    position: absolute;
    top: -12px;
    left: 115px;
    z-index: 100;
    width: 180px;
    display: none;
    margin-left: 10px;
    padding: 40px 0 5px;
    text-align: left;
}

.contextmenu {
    border-color: #00AEEF;
    background-color: #c8ced2;
    position: fixed;
    z-index: 1050;
    display: none;
    text-align: left;
}

.dropdown li a 
{
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration:none;
}

.dropdown li a:hover
{
    background: #DEDEDE;
    text-decoration: none;
}

.contextmenu li a
{
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

.contextmenuitem {
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

.contextmenu li label
{
    display: block;
    padding: 6px 15px;
}

.contextmenu li a:hover
{
    background: #DEDEDE;
    text-decoration: none;
}

a.account 
{
    line-height: 16px;
    position: absolute;
    z-index: 110;
    display: block;
    padding: 11px 0 0 20px;
    height: 28px;
    width: 300px;
    margin: -11px 0 0 -10px;
    text-decoration: none;
    cursor:pointer;
    text-align: right;
}

.root {
    list-style: none;
    margin: 0px;
    padding: 11px 0px 11px 0px;
    border-radius: 6px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.45);
    border-collapse: separate;

    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.45);

    zoom:1; /* This enables hasLayout, which is required for older IE browsers */
    /* For IE 5.5 – 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=140, Color='#444444');
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=140, Color='#444444')";
}

.contextmenuroot {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    background-color: #c8ced2;
}

.contextmenuroot li
{
    position:relative;
}

.contextmenuroot ul
{
    position: absolute;
    left: -9999px;
}

.contextmenuroot li a:hover
{
    text-decoration: none;
}

.contextmenuroot ul li
{
    padding-top:1px;
    float:none;
}

.contextmenuroot li:hover ul
{ 
    top: 0px;
    left: 150px;
    padding: 0px;
}

.tickBoxColumn
{
    width: 25px;
    text-align: left;   
}

.headerSectionFixed
{
    position: static;
    top: 0px;
}

.headerSectionScrolling
{
    position: fixed;
    top: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 10px rgba(255,255,255, 0.9);
    -moz-box-shadow: 0px 0px 10px 10px rgba(255,255,255, 0.9);
	-webkit-box-shadow: 0px 0px 10px 10px rgba(255,255,255, 0.9);
    z-index: 1000;
}

.modal
{
    display:    none;
    position:   fixed;
    z-index:    999999991;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .5 )
    url('../images/ajax-loader.gif') no-repeat center center;
}

body.loading
{
    overflow: scroll;   
}

body.loading .modal
{
    display: block;
}

.cursorInfo {
    font-weight: bold;
    display: none;
    position: absolute;
    border-style: solid;
    border-color: #00AEEF;
    background-color: #c8ced2;
    border-width: 1px;
    padding: 5px;
}

.tooltipTableLeftCell {
    padding-right: 10px;
}

.tscplayer_inline
{
	position:static;
	margin: 0px;
	width: 1280px;
    height: 720px;
	z-index:auto;
}

.tscplayer_fullframe 
{
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 9999;	
}

.tippy-box[data-theme~='defaulttooltip'] {
    border-color: #00AEEF;
    background-color: #c8ced2;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    color: #000000;
}

.tippy-box[data-theme~='defaulttooltip'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #c8ced2 !important;
}

.infosvg {
    width: 20px;
}

.tooltippy {
    position: relative;
    top: 150px;
    left: 300px;
}

@media screen and (max-width: 1200px)
{
    .tscplayer_inline
    {
	    width: 100%;
    }
}
