﻿/* 
    Copyright (c) Microsoft Corporation.
    Licensed under the MIT license. 
*/

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: .9em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}
p {margin-bottom: 20px;
    line-height: 1.6em;}
ul {
    margin-top: 0px;
    padding-left:20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

footer 
{
    clear:both;
}

#main
{
    margin-left:210px;
    width: 795px;
    float: left;
    z-index:9900;
    background-color: #fff;
}

#left
{
    position: absolute;
    width:200px;
    margin: 0px 5px;
}
#left div.profile
{
    padding-left:15px;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 0px 0;
    margin-top: 10px
}

h3 {
    font-size: 1.2em;
    margin-bottom:5px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    margin-left: auto;
    margin-right: auto;
}

header#head {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background: #404050;
}

header h1, #header h1 {
    margin: 0;
    border: none;
    font-size: 2em;
    display: block;
    float: left;
    padding: 2px 10px;
    color: White;
}

table 
{
    width: 100%;
}

.actions
{
    text-align: right;
}

#parts .part
{
    display: inline-block;
    width: 260px;
    vertical-align: top;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#tickets 
{
    padding: 0px;
}

ul#tickets li {
    list-style: none;
    border: 1px solid #A0A0B0;
    border-radius: 6px;
    padding: 6px;
    margin-bottom: 6px;
}

ul#tickets header {
    color: Blue;
}

ul#tickets .detail {
    font-size: 0.85em;
}

ul#tickets label
{
    color: Black;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
    width: 100%;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: white;
}

ul#menu li a:hover {
    background-color: #505060;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #404050;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #404050;
    border-left: 0px;
    border-right: 0px;
}


table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #9090A0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0E0', endColorstr='#9090A0');
    border: solid 1px #404050;
    color: White;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.nowrap 
{
    white-space:nowrap;
}

nav, 
#menucontainer {
}

#logindisplay {
    font-size: 0.85em;
    display: block;
    text-align: right;
    background: white;
    padding-right:10px;
    padding-top:3px
}

#logindisplay a:link {
   
    text-decoration: underline;
}

#logindisplay a:visited {
   
    text-decoration: underline;
}

#logindisplay a:hover {
   
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    color: Black;
    font-weight: bold;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


/* Buttons
----------------------------------------------------------*/
.button, .button:visited {
    background: #222;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

.pink.button, .magenta.button:visited	{ background-color: #e22092; }
    .pink.button:hover					{ background-color: #c81e82; }
    .green.button, .green.button:visited	{ background-color: #91bd09; }
    .green.button:hover				        { background-color: #749a02; }
    .red.button, .red.button:visited		{ background-color: #e62727; }
    .red.button:hover					{ background-color: #cf2525; }
    .orange.button, .orange.button:visited	{ background-color: #ff5c00; }
    .orange.button:hover				{ background-color: #d45500; }
    .blue.button, .blue.button:visited   	        { background-color: #2981e4; }
    .blue.button:hover					{ background-color: #2575cf; }
    .yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
    .yellow.button:hover				{ background-color: #fc9200; }


.small.button, .small.button:visited 			       { font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited 		{ font-size: 13px;
                                              font-weight: bold;
                                              line-height: 1;
                                              text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
                                              }

.large.button, .large.button:visited 			        { font-size: 14px;
                                          padding: 8px 14px 9px; }

.super.button, .super.button:visited 			{ font-size: 34px;
                                          padding: 8px 14px 9px; }

.customerDetail 
{
    float: right;
    padding: 0px 20px 0px 20px;
}

.customerDetail h2
{
    padding: 0px 0px 0px 0px;
}

.customerDetail .map
{
    /*border: 1px solid black; */
    margin: 10px 0px 0px 0px;
    position:relative; width:500px; height:300px;
}

div.time-table                          { border: 1px solid; display: none; width:795px }
    
div.time-table table th                 { text-align:center; border-left:1px solid #000;}
div.time-table table td                 { text-align:center; border-left:1px solid #000; width:50px; height:50px; padding:0; margin:0; font-size:.9em; }
    
div.time-table table th.employee        { width: 120px; text-align:left; }
div.time-table table td.employee        { width: 120px; padding-left:5px; cursor: default; border:1px solid #000; text-align:left;}  
div.time-table table td.free:hover      { background-color: #e7e8ea;}      
div.time-table table td.free            { border-left: 1px dashed #ccc; cursor:pointer;}
div.time-table table td.full            { background-color: #ddd; border-top: solid 1px #000; border-bottom: solid 1px #000; text-align:center; color: #666; font-weight:bold }
div.time-table table td.busy            { background-color: #404050; color: #fff; padding: 0px 5px; border: 1px solid #000;}
div.time-table table h2                 { font-size: 1em; margin:0; padding:0; color: #fff; }
div.time-table table p                  { font-size: .8em; margin:0; padding:0; }


/*=LOADING Loading on the assign screen */
div.loading                             { text-align: center; }
div.loading  div                        { border: 8px solid; margin: 100px auto; width: 600px; padding: 20px 0px; }


/*=QUICKTIPS */
.quicktip li                            { text-align: justify; font-weight: bold; margin-bottom: 5px; }