﻿.update-availability {
    font-size: 10px;
    color: goldenrod;
    margin-top: -3px;
}

.icon-cell {
    text-align: center;
    font-size: 15px;
}

.collapsed-sidebar {
    width: 75px;
    padding-top: 35px;
}

.expanded-main {
    margin-left: 75px;
    padding-left: 5px;
    padding-right: 5px;
}

.green-button {
    background-color: forestgreen !important;
    border-color: forestgreen !important;
    color: white !important;
}

.blue-button {
    background-color: darkblue !important;
    border-color: darkblue !important;
    color: white !important;
}

.yellow-button {
    background-color: gold !important;
    border-color: gold !important;
    color: black !important;
}

.green {
    color: green,
}
.red {
    color: red;
}
.scheduler-customer-proposals .panel-heading {
    background-color: lightblue !important;
    border-color: lightblue !important;
    color: black;
}

.scheduler-customer-proposals .panel {
    border-color: lightblue !important;
}

.form-header {
    margin-bottom: 2px;
}

@media print {
}

.team-member {
    color: cornflowerblue;
}

.page-loader {
    z-index: 999999;
    border-radius: 5px;
    background-color: red;
    color: white;
    font-weight: bold;
    border: 1px solid grey;
    box-shadow: rgba(255,255,255, 0.4) 1px 1px;
    text-align: center;
    vertical-align: central;
    height: 110px;
    width: 250px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -125px;
    margin-top: -55px;
}

.add-note-button {
    color: white;
    background-color: forestgreen;
    border-color: forestgreen;
}

.page-loader h4 {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    font-weight: bold;
}

    .page-loader .fa {
        font-size: 50px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
        margin-top: 12px;
    }

.page-loader-small {
    z-index: 999999;
    border-radius: 5px;
    background-color: red;
    color: white;
    font-weight: bold;
    border: 1px solid grey;
    box-shadow: rgba(255,255,255, 0.4) 1px 1px;
    text-align: center;
    vertical-align: central;
    height: 80px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -100px;
    margin-top: -40px;
}

    .page-loader-small h5 {
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        font-weight: bold;
    }

    .page-loader-small .fa {
        font-size: 25px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        margin-top: 12px;
    }

.scheduler-job-day:not(:last-child) {
    border-right: solid 1px lightgrey;
}

/*.scrollbar {
    width: 100%;
    max-width: 100%;
    height: 400px;
    background-color: #7bd6fc;
    overflow-y: scroll;
}*/

/* customize scrollbar css */
::-webkit-scrollbar {
    width: 10px;
    background-color: lightgray;
    opacity: 0.8;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
    border: 1px #787878 solid;
    /*border-radius: 10px;*/
    -webkit-box-shadow: 0 0 6px #c8c8c8 inset;
}

::-webkit-scrollbar-thumb {
    background-color: Red;
    border: 1px solid #000000;
    border-radius: 3px;
    opacity: 0.5;
    cursor: pointer !important;
}

::-webkit-scrollbar-thumb:hover {
    background-color: darkred;
    border: 1px solid #333333;
}

::-webkit-scrollbar-thumb:active {
    background-color: lightcoral;
    border: 1px solid #333333;
}

.margin-left {
	margin-left: 5px;
}

body {
}

a {
	color: red;
}

a:hover {
	color: lightcoral;
}

/*h1 { font-size: 28px; }*/
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.user-menu {
	background-color: #f7f7f7; 
	height: 50px;
	padding-right: 5px;
	border-left: 1px lightgray solid;
}

.user-menu:hover
{
	/*background-color:#e5e5e5;*/
	cursor: pointer;
}

.user-menu-button:hover
{
	color: red;
}

.job-day-list-item
{
	border-bottom: 1px solid #eee;
}

.vehicle-assignment-item {
    font-size: 14px;
    padding: 3px;
    border-radius: 5px;
    margin: 3px;
    line-height: 24px;
    margin-left: 0px;
    margin-right: 6px;
    word-break: keep-all;
    overflow: visible;
    background-color: red;
    color: white;
}

.vehicle-assignment-item-smaller
{
	font-size: 10px;
	 padding: 1px; 
	 padding-left: 2px;
	 padding-right: 2px;
	 border-radius: 3px;
	 margin: 2px;
	 word-break: keep-all; 
	 overflow: visible; 
	 background-color: red; color: white;
}
.vehicle-assignment-item-smaller:first-child
{
	margin-left: 0px;
}

.quick-note-item {
    font-size: 14px;
    padding: 3px;
    border-radius: 5px;
    margin: 3px;
    margin-right: 6px;
    line-height: 24px;
    margin-left: 0px;
    word-break: keep-all;
    overflow: visible;
    background-color: forestgreen;
    color: white;
}

.quick-note-item-smaller {
    font-size: 10px;
    padding: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
    margin: 2px;
    word-break: keep-all;
    overflow: visible;
    background-color: darkgreen;
    color: white;
}

.quick-note-item-smaller:first-child {
    margin-left: 0px;
}


.main-menu
{
	position: fixed;
	z-index: 9999;
	top: 50px;
	right: 0px;
	width: 175px;
	overflow-y: hidden;
	background-color: #f7f7f7; 
	border: 1px lightgray solid;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}

.main-menu-item:hover
{
	background-color:#e5e5e5;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.1);
	border: 1px lightgray solid;
}

.main-menu-item:active
{
	background-color:#e5e5e5;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
	border: 1px darkgrey solid;
}

.main-menu-closed
{
	height: 0px;
}

.main-menu-hidden
{
	display: none;
}

.team-position-item:nth-child(2n + 1) {
	clear: both;
}


.login-input
{
	width: 50%;
	margin-top: 10px;
}

.login-input span.k-input
{
	float: left;
}


.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 2px solid #eee;
  }

.hide-title
{
	margin-left: -100px;
	opacity: 0.0
}


.detail-template
{
	margin-left: 0px;
	padding-left: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
	padding-left: 5px;
	padding-right: 5px;
}

.active {
	color: white;
	background-color: lightcoral;
}

.customer-cert-list-item
{
	cursor: pointer;
}
.customer-cert-list-item:hover
{
	background-color: rgba(255,0,0,0.5);
	color: white;
	text-shadow: 1px 1px 1px black;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
}
.customer-cert-list-item:active
{
	background-color: rgba(255,0,0,0.5);
	color: white;
	text-shadow: 1px 1px 1px black;
	box-shadow: 1px 1px 1px inset darkgray;
}

.operator-jobtype-list-item {
    cursor: pointer;
}

.operator-jobtype-list-item:hover {
    background-color: rgba(255,0,0,0.5);
    color: white;
    text-shadow: 1px 1px 1px black;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}

.operator-jobtype-list-item:active {
    background-color: rgba(255,0,0,0.5);
    color: white;
    text-shadow: 1px 1px 1px black;
    box-shadow: 1px 1px 1px inset darkgray;
}

.list-view-trash-button:hover
{
	color: lightgray;
	/*text-shadow: 1px 1px 1px black;*/
}
.list-view-trash-button:active
{
	color:darkred;
	/*text-shadow: 1px 1px 1px black;*/
}

.hover-text-black:hover
{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5) !important;
}
.hover-text-bold:hover
{
	font-weight: bold;
}


.switch-week-link
{
	cursor: pointer;
	display: inline-block;
	color: red;
	text-shadow: 1px 1px 1px lightgray;
}
.switch-week-link:hover
{
	color: white;
	text-shadow: 1px 1px 1px black;
	transition-property: color;
	transition-duration: 0.1s;
	transition-timing-function: ease-in;
}
.switch-week-link:active
{
	color: lightgray;
	text-shadow: 1px 1px 1px black;
	transition-property: color;
	transition-duration: 0.1s;
	transition-timing-function: ease-in;
}

.scheduling-day {
	height: 95%;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: whitesmoke;
	border: 1px solid darkgray;
	box-shadow: darkgray 1px 1px 2px;
}
.scheduling-day-button {
	height: 5%;
	cursor: pointer;
	color: white;
	background-color: red;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid darkgray;
	border-bottom: none;
	box-shadow: darkgray 1px 1px 2px;
}
.scheduling-day-button:hover {
	background-color: darkred;
	border: 1px solid lightgray;
	border-bottom: none;
	box-shadow: darkgray 1px 1px 3px;
}
.scheduling-day-button:active {
	height: 5%;
	cursor: pointer;
	background-color: lightcoral;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid darkgray;
	border-bottom: none;
	box-shadow: darkgray 1px 1px 2px;
}
.scheduling-day-button:active {
	height: 5%;
	cursor: pointer;
	background-color: lightcoral;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid darkgray;
	border-bottom: none;
	box-shadow: darkgray 1px 1px 2px;
}
.no-jobs{
	cursor: not-allowed;
    pointer-events: none;
	background-color: gray;
}


h1 h2 h3 h4 h5 h6 
{
	margin-top: 10px;
	margin-bottom: 5px;
}
h1
{
	text-shadow: 1px 1px rgba(14, 13, 43, 0.25);
	font-weight: bold;
}
h2
{
	text-shadow: 1px 1px rgba(14, 13, 43, 0.25);
	font-weight: bold;
}
h3
{
	text-shadow: 1px 1px rgba(14, 13, 43, 0.25);
	font-weight: bold;
}
h4
{
	text-shadow: 1px 1px rgba(14, 13, 43, 0.25);
}
h5
{
	text-shadow: 1px 1px rgba(14, 13, 43, 0.25);
}

.myschedule-tab-item
{
	text-align: center;
}

.custom-jobsform-spacer
{
	margin-top: 90px;
}

.week-date
{
	color: red;
	text-shadow: none;
}

@media (max-width: 768px)
{
	.login-input
	{
		width: 100%;
	}
}

@media (max-width: 1024px)
{
	.jobsform-h3
	{
		font-size: 18px;
	}
	.custom-jobsform-spacer 
	{
		margin-top: 83px;
	}
}

