﻿WHATEVER 
{
	
	}
	
body {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FaFaFa;
	background-image:url('Images/Desktop_Background.png');
	background-repeat:repeat-x;
	/*width: 97%;*/
	font-family: Calibri, Arial;
	font: Calibri, Arial;
	color: #404040;
	font-size: 0.7em;
    height: 100%;
}


.toptitle{
	padding: 5px;
	background-color: #4A452A;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	height:80px;
	background-image:url('Images/Title_Background.png');
	background-repeat:repeat-x;

}

.toptitlebody{
	
	height: 65px;
	width:350px;
	max-width:350px;
	float:left;
	
}


.toptitlebody a {
	display: inline-block;
}

.toptitlebody a:hover {
	background-color: transparent;
}

.toptitleside{
	margin-left: 360px;
	text-align:right;
}
.toptitlefooter{
	text-align:right;
	clear:both;
}

.toptitle a{
	color:#FFFFFF;
}

.toptitlefooter a:hover{
	background-color:#333333;
}


.master {
	border: 1px solid #C0C0C0;
	background-color: #FaFaFa;
	clear: both;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 1300px;
	min-width: 950px;
	box-shadow: 8px 8px 15px #666;
	-moz-box-shadow: 8px 8px 15px #666;
	-webkit-box-shadow: 8px 8px 15px #666;
	margin-bottom: 20px;
	padding-top: 1px;
}

.master.masterlogin {
	max-width: inherit;
    min-width: inherit;
    width: 530px;
}

.rightsidebar {
	
	width: 220px;
	margin-right:10px;
	float: right;
	background-color: #EEE;
	padding-left: 2px;
	}
	
.sidebar {
	float: left;
	max-width:200px;
	width: 190px;
    padding-left: 10px;
}


.maincontentwithrightside {
	margin-left: 201px;
	/*margin-right:20px;*/
	width: 550px;
	
}

.maincontent {
	margin-left: 201px;
	margin-right:10px;
	background-color:#fafafa;

}

.maincontentfullscreen {
	margin-left: 20px;
	margin-right:20px;

}

.userinfo {
	clear: both;
	padding-bottom: 30px;
}
a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

img {
	border: 0px none;
	vertical-align: middle;
}
table {
	margin: 0px;
	width: 100%;
	border-collapse: collapse;

}

.tablemain
{

	border-style:solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.tablemain th 
{
    text-align:left;
    }

.tablerightsidebar
{
	/*NOTHING IN HERE YET, THIS IS FOR THE SIDE BAR*/
	}

/* THIS IS WHAT EACH SECTION GETS*/
.tdOption {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	border-bottom: 1px solid #C0C0C0;

}

.tdOption a{
	font-size:1.3em;
}	

.tdOption ul
{
	list-style-type: disc;
	
	}

ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 20px;
}

.tdtitle {
	margin-left: 20px;
	border-bottom: 50px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 2em;
	font-weight:normal;
	background-color: #DDDDDD;
	text-align: left;
	padding-left: 5px;
}

.mainlogin .tdtitle.tdlogin {
	background: #000 !important;
	padding-bottom: 20px;
}

.tdtitleresult
{
    text-align: center;
    }

.divresultreturn
{
	font-weight: bolder;
	color: Blue;
	font-size: 1.3em;
	}

input.text {
	width: 95%;
}

.formElements{
	width:95%;
	font-family: Calibri, Arial;
	font: Calibri, Arial;
}

.formElementsSmaller{
	width:80%;
	font-family: Calibri, Arial;
	font: Calibri, Arial;
}

.formElementsSmallerSide{
	width:65%;
	font-family: Calibri, Arial;
	font: Calibri, Arial;
}

select {
	width: 95%;
}

a:hover{
	background-color:#CCCCCC;
}

.sidebar li {
	/*margin-top: 0.5em;*/
	/*padding-top: 0.5em;*/
    padding-top: 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}


.sidebar h3{
	margin-left: 20px; 
	border-bottom: 50px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:1.4em;
	background-color: #DDDDDD;
		padding-left: 5px;
		margin-top:0px;
}


th{
	background-color:#C0C0C0;
	font-size:1.2em;
}

td
{
	vertical-align:top;
	}





#calendar {
	width: 99%;
	margin: 0 auto;
}

.classDone span{
	text-decoration: line-through;
}

.NormalTable th
{
	font-size:1.0em;
    padding: 5px 10px 5px 2px;
    
}

.rTable { display: table; border:solid 1px; }
.rTableRow { display: table-row; border:solid 1px }
.rTableHeading { display: table-header-group; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { display: table-cell; border-left:solid 1px ;padding: 1px ; text-align:center}

.NormalTable th:hover {
   background-color: #DDD;
}

.normalTableOdd
{
	background-color: #EEE;
}

.MiniTable
{
	border-style: none;
}

.MiniTableOdd
{
    background-color: #EEE;
    }

.NormalTable a {
	font-size: 1.0em;
	font-weight: bold;
}


.sidebar ul {
    list-style: none;
    padding-left: 0;
}


.bottomBar
{
    margin-left: 10px;


}

.bottomBarLogin
{
    width: 500px;
    background-color: #EEE;
    margin: 20px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}


.fc-event,
.fc-agenda .fc-event-time, fc-title
.fc-event a {
	font-size: 0.9em;
		}


.fc-event,
.fc-agenda, .fc-event-time,
.fc-event, .CalendarEvent a {
	border-style: solid; 
	border-color: #97B7E8;     /* default BORDER color (probably the same as background-color) */
	background-color: #97B7E8; /* default BACKGROUND color */
	}

.fc-event,
.fc-agenda, .fc-event-time,
.fc-event, .otherNoneEditCalendarEvent a {
	border-style: solid; 
	border-color: #FFE7AD;     /* default BORDER color (probably the same as background-color) */
	background-color: #FFE7AD; /* default BACKGROUND color */
	}


.fc-event-time{
	color:black;
}

.fc-event-title { 
	white-space: nowrap;
}



.clear {
	clear:both
}

.slideshow {
	/*position:relative;*/
	height:460px
}
	.slideshow a {
		float:left;
		position:absolute;
	}
	
	.slideshow a img {
		border:none;
	}
	
	.slideshow a.show {
		z-index:500
	}

	.slideshow .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	.slideshow .caption .content {
		margin:5px
	}
	
	.slideshow .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

.ganttview
{
    background-color: #EDEDED;
    }

.ganttview-grid-row-cell
{
    background-color: #FFF;
    }

.ganttview-weekend
{
    background-color: #EDEDED;
    }
    
.ganttview-vtheader-item-name
{
    background-color: #EDEDED;
    }


    
thead .header
{
    cursor: pointer;
    }
    
    
thead .headerSortUp, thead .headerSortDown
{
    background-color: #404040;
    color: #FFF;
    }
    
.submitAnswer 
{
    color: #E00;
    font-weight:bold;
    font-size: 1.2em;
    }
    
.createnewrecord:hover 
{
    cursor: pointer
}

.selectedsidebaritem
{
    background-color: #EEE;
    display:none;
    }

#sidebarul,
.sidebar ul {
    margin-top: 0px;
    padding-left: 0;
}

    #sidebarul a,
    .sidebar ul a {
        display: flex;
        padding-top: 5px;
        padding-bottom: 4px;
        align-items: center;
    }

    .simplesideelement a {
        display: inline !important;
    }

.icon {
    width: 32px;
    height: 32px;
    padding-right: 5px;
}

.icon__title {

}

.searchbutton {
    padding-top: 2px;
}

.searchbutton:hover 
{
    cursor: pointer;
}

.NormalTable td 
{
    padding: 4px 4px 2px 4px;
    
    }
    
.NormalInputTable td 
{
    padding: 4px 4px 2px 4px;
    
    }

.NormalInputTable th
{
	font-size:1.0em;
    padding: 5px 2px 5px 2px;
}

.NormalInputTable th:hover {
   background-color: #DDD;
}

.normalInputTableOdd
{
	background-color: #EEE;
}


.NormalInputTable a {
	font-size: 1.0em;
	font-weight: bold;
}


.tablenum th, .tablenum td
{
	text-align:right;
/*	padding-right: 5px;*/
	}

    
.MiniTable td 
{
    padding: 4px 4px 2px 4px;
    }

.subTableOdd
{
    background-color: #EEE;
    }

.SubTable td 
{
    padding: 4px 4px 2px 4px;
    }

.SubTable a{
   font-size: 1.0em;
   font-weight: bold;

}

.omitted 
{
   background-color: #FFCACA;
    }
    
.NormalTableFooter
{
    color: #FFF;
    background-color: #919191;
    font-weight: bold;
    border-top: 1px solid #000;
    }
    

.jqiclose {
    display: none;
}


.ui-draggable-dragging {
z-index: 10;
}

.jqimessage 
{
    text-align: center;
    }

.jqibuttons
{
    text-align: center;
    }
 
 

.buttonFormat {
	background-color:#ffffff;
	border:2px solid #B4B4B4;
	border-radius: 0;
	display:inline-block;
	color:#666666;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:normal;
	padding:1px 15px;
	text-decoration:none;
}
.buttonFormat:hover {
	background-color:#808080;
	color: #FFF;
	cursor:pointer;
}
.buttonFormat:active 
{
    background-color:#FFF;
	/*position:relative;
	top:2px;*/
	
}

.mainlogin
{
    padding-bottom: 10px;
    padding-top: 10px;
    }


input.tableFilter
{
    margin: 6px 0;
    width: 200px;
    }
    
.loginFormElement
{
    font-family: Calibri, Arial;
	font: Calibri, Arial;
    
    }
    
.subTableLink:hover
{
    cursor:pointer;
    }
.ui-tooltip{
    white-space:pre-line;
    font-size:xx-small;
}

.ccCalendar.day .fc-toolbar {
    display: none;
}

.ccCalendar .daycalendar {
    margin: -2px 0 0 -2px;
}

.ccCalendar .daycalendar .fc-head {
    display: none;
}

.ccC-Header {
    padding: 3px;
}

.vehicleCHeader {
    padding: 3px;
}

.ccC-Eventdrag {
    padding: 3px;
}

.ccC-Shift {
	padding: 3px 3px 3px 4px;
	box-sizing: border-box;
	border-bottom: 2px solid #f76401;
}

.ccC-Shift .remove {
	background: 0 0 url('Images/Default_Cross.png');
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 4px;
    top: 3px;
}

.ccC-Shift.ccNotSelected .remove {
	display: none;
}

.ccC-Shift__title {
	font-weight: bold;
}

.ccC-Shift__edit {
	position: absolute;
    padding: 8px 10px;
    background: #fff;
	border: 1px solid silver;
	border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    width: 100%;
	box-sizing: border-box;
	z-index: 10;
	white-space: normal;
}

.ccC-Shift__edit select {
	width: 100%;
}

.ccC-Shift__edit .tomorrow,
.ccC-Shift__edit .view {
	display: inline-block;
	width: 100%;
	text-decoration: underline;
	margin-top: 5px;
	cursor: pointer;
}

.tdOption a.full span {
    padding: 0 3px;
}

.titleCaption a {
    transition: all 0.3s ease-out;
    width: 40px;
    height: 32px;
    margin: 0;
    display: inline-block;
    padding: 0px;
    position: relative;
    top: 0;
    background-color: transparent;
}

.titleCaption a:hover {
    transform: scale(3);
    margin: 0 38px;
    top: 30px;
    position: relative;
}

.fc-event {
	display: flex;
	justify-content: space-between;
}

.fc-day-grid-event .fc-content {
	flex: 1 1 auto;
	padding: 0 3px;
}

.fc-not-start.fc-not-end .fc-content {
	padding-left: 4px;
}

.fc-not-start.fc-end .fc-content {
	padding-left: 4px;
}

/* Spectrum color picker */
.sp-replacer {
    padding: 1px;
}

.sp-preview {
    height: 18px;
    margin-right: 3px;
}
/* End Spectrum color picker */


.inline__button,
.tdOption a.inline__button {
    color: white;
    background: black;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 11px;
}

.inline__button + .inline__button,
.tdOption a.inline__button + .tdOption a.inline__button {
	margin-left: 4px;
}

.inline__button__approve,
.tdOption a.inline__button__approve {
	background: green;
}

.inline__button__deny,
.tdOption a.inline__button__deny {
	background: red;
}

/*.type__Label {
	font-size: 1.3em;
	font-weight: bold;
}*/