/* Megabytes WebWare Base Style Sheet 3.7*/

.strikethroughClass {
	text-decoration: line-through;
}

#contactNameSelect {
	display: none;
}

body {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: #DEE4E7;
	/* background-color: #222222; */
}

@media only screen
and (max-width : 768px) {
	body {
		/* font-size:14px; */
	}
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #09C;
	text-decoration:underline;
}

.backg {
	background-image:url(Dark_Team.jpg);
}

h1 {
	margin-top: 0;
	padding-top: 0;
}

.CompanyName {
	font-size: 1.2em;
}

.labelCustom {
	padding-top:13px;
}

a img {border:none;}

table.main {
	background-image:url(Customer_Logo.png);
	background-position:top right;
	background-repeat:no-repeat;
}

table.main td.header {
	background-image:url(System_Logo.png);
	background-position:top left;
	background-repeat: no-repeat;
	height: 60px;
	vertical-align: middle;
	padding: 0 0 0 300px;
	font-size: 1em;
	font-weight: bold;
}

table.main td.MainNavBar {
	background-color:#EBEBEB;
	padding: 2px 0 2px 10px;
	vertical-align: middle;
	border: 1px solid black;
}

table.main td.main {
	border: 1px solid #0066CC;
	padding: 5px 10px 5px 10px;
}

table.main td.footer {
	font-size: 0.75em;
	background-color: #0066CC;
	padding: 3px;
	color: white;
}

table.main td.footer p {
	margin: 0;
	padding: 0;
}

table.main td.footer a { color: white; }

table.small td {font-size: 0.75em;}

table.PhotoAlbum td {
	border: 1px solid #0099FF;
	background-color: #FFFF99;
	padding: 3px;
	font-size: 0.75em;
}

.Help {
	border: 2px solid #0000CC;
	background-color: #3399FF;
	font-size: 0.75em;
	padding: 1px 3px 1px 3px;
}

/* BUTTONS */

a.button {
    display:block;
    float: left;
}

a.button, .buttons button{
    margin:0 4px 0 0;
    background-color:#DDDDDD;
    border:1px solid #949494;
    border-top:1px solid #949494;
    border-left:1px solid #949494;

    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:0.8em;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#555555;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 7px 2px 5px; /* IE6 */
}
.buttons button[type]{
    padding:1px 5px 3px 5px; /* Firefox */
    line-height:14px; /* Safari */
}
/*
*:first-child+html button[type]{
    padding:8px 10px 3px 7px; /* IE7
}
*/
.buttons button img, a.button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, a.button:hover{
    background-color:#CBCBCB;
    border:1px solid #949494;
	color:#555555;
	text-decoration:none;
}
a.button:active{
    background-color:#FFFFFF;
    border:1px solid #949494;
}

/* RESULT BOXES */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.Login {
	width: 350px;
	border: 2px solid #999999;
}

.Dashboard {
	border: 1px solid #666666;
}

.Dashboard p {
	padding: 2px;
}

.Dashboard h3 {
	margin: 0 0 5px 0;
	padding: 2px;
	border-bottom: 1px solid #666666;
	background:#CBCBCB;
}

/* CSS DROP-DOWN MENU */
#cssdropdown, #cssdropdown ul {
	list-style: none;
}
#cssdropdown, #cssdropdown * {
	padding: 0;
	margin: 0;
}
/* Head links */
#cssdropdown li.headlink {
	/*width: 120px;*/
	float: left;
	margin-left: 3px;
	border: none;
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 0;
}
#cssdropdown li.headlink a {
	display: block;
	/*padding: 15px;*/
	/*padding-bottom: 10px;*/
	font-size: 1.1em;
	text-decoration: none;
}
/* Child lists and links */
#cssdropdown li.headlink ul {
	display: none;
	/*border-top: 1px black solid;*/
	text-align: left;
}
#cssdropdown li.headlink:hover ul {
	display: block; position:absolute; z-index: 10;
}
#cssdropdown li.headlink ul li a {
	padding: 3px;
	font-size: 0.8em;
	/*height: 17px;*/
}
#cssdropdown li.headlink ul li a:hover {
	background-color: #FFC;
}
/* Pretty styling */
#cssdropdown a {
	color: black;
}
#cssdropdown ul {
	border: 1px solid #CCC;
}
#cssdropdown ul li a:hover {
	text-decoration: none;
}
#cssdropdown li.headlink {
	/*background-color: white;
	background-repeat: repeat-x;*/
}
#cssdropdown li.headlink ul {
	background-color: #EBEBEB;
	/*padding-bottom: 10px;*/
}

.Field {
	border: 1px solid #666666;
}

.Field p {
	padding: 0px;
	margin:0;
	display:inline-block;
}

.Field h3 {
	margin: 0 0 5px 0;
	padding: 2px;
	border-bottom: 1px solid #666666;
	background:#CBCBCB;
}

table.SpaceRows tr {margin-bottom: 4px;}

td.FieldLabel {
	border: 1px solid #666666;
	background: #CBCBCB;
}

td.SpacerRow {height:5px;}

td.Field input, td.TextArea input {
	width: 100%;
	border: 0;
}

td.TextArea {
	border: 1px solid #666666;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
td.TextArea select {border: 1px solid #666666; padding:0; margin:0; width: 100%;}
td.TextArea textarea {width: 100%; border:0; padding: 0; overflow:scroll;}
div#AddNote textarea {width:99%;}
td.TextArea h4, div#AddNote h4 {
	font-weight:normal;
	margin: 0;
	padding: 0 5px 3px 5px;
	border-bottom: 1px solid #666666;
	background-color:#CBCBCB;
}
td.TextArea p {
	margin:0;
	padding:0;
}

table.View td.TextArea p {padding: 0 3px 0 3px;}


/* TIcket Status Display */
.TicketStatus{
	text-align:center;
	font-weight:bold;
	font-size:1em;
}

.TicketStatus a{
	color:black;
	text-decoration:none;
}

td.TicketStatus {
	text-align:center;
	font-weight:bold;
	font-size:1em;
}

td.O, td.N, td.V, span.N, span.V {
	background: #6F9;
	border: 1px solid #060
}

td.B {
	background: #FC6;
	border: 1px solid #C60;
	color: black;
}

td.C, td.R, span.R{
	background: #F66;
	border: 1px solid #900;
}

td.O a, td.N a, td.V a {color: #063; text-decoration:none;}
td.B a {color: #000; text-decoration:none;}
td.C a, td.R a {color: #900; text-decoration:none;}

div.TicketNote {
	margin: 0 5px 5px 5px;
	box-shadow: 7px 0 10px -5px rgba(31, 73, 125, 0.5), -7px 0 10px -5px rgba(31, 73, 125, 0.5), 0px 12px 10px -5px rgba(31, 73, 125, 0.5);
}
div.TicketNoteTime {
	font-size:0.75em;
	background-color:rgba(204, 204, 204, 0.753);

}


.Grey {
	border: 1px solid #666666;
}

td.Grey p {
	padding: 0px;
	margin:0;
	position:relative;
	display: inline-block;

}

.Grey h3 {
	position:relative;
	margin: 0 0 5px 0;
	padding: 2px;
	border-bottom: 1px solid #666666;
	background:#CBCBCB;
}


td.Grey input {
	width: 100%;
	border: 0;
}


.FrontPageWidgets{
	width: 49%;
	display:inline-block;
	margin-left:5px;
	margin-bottom: 5px;

}

/* New for WW4 */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
	color:#FFFFFF;
	margin-top:13%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.footer p {
	margin-top: 10px;
	text-align:center;
}
.contentMain {
	padding-top:25px;
}

.nl td {
	border-top:0px !important;
}



@media only screen
and (min-width : 768px)
and (max-width : 1199px) {

#search {
	padding-top:10px;
	margin-top:115px;
}
}

@media only screen
and (min-width : 1px)
and (max-width : 767px) {

#search {
	padding-top:10px;
	margin-top:75px;
}
}

@media only screen
and (min-width : 100px)
and (max-width : 520px) {
#sortable li {
	font-size: 0.875em !important;
}
}

#sortable li {
	padding-top: 10px;
	padding-bottom: 40px;
}

/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/********************************************************** WEBWARE 5 NEW CODE *********************************************************/
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/



.card-title {
	font-size: 1.25em;
	font-weight: bold;
}
.card-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

#navBarUL {
	font-size: 1.25em;
}

@media only screen
and (min-width : 768px)
and (max-width : 953px) {
	#navBarUL {
		font-size: 0.9em;
	}
	.navbar-brand {
		font-size: 0.85em;
	}
}

/* .fa {
	font-weight: bold;
} */

/* .badge-pill {
	width: 100%;
} */

/* h3 a {
	color: #fff;
} */

/* h3 i {
	color: #fff;
} */

/* h3 a:hover {
	color: #000;
} */

.badge a:hover {
	color: #fff;
}

.pdfEmbedAttachment {
	height: 800px;
}

@media only screen
and (max-width : 767px) {
	.pdfEmbedAttachment {
		height: 400px;
	}
}

@media only screen
and (max-width : 1070px)
and (min-width : 992px) {
	#timeRow {
		font-size: 14px;
	}
}

#ticketInfo {
	font-size: 14px;
}

@media only screen
and (max-width : 767px) {
	#buttonContainer i {
		font-size: 30px;
	}
}

.modal-lg {
	max-width: 60%;
	max-height: 80%;
}

.modal-content#Add-to-Contact-Log {
	min-height: 700px;
}

.modal-content#Add-Time {
	min-height: 550px;
}

.modal-content#Change-Deadline {
	min-height: 550px;
}

.modal-content#Change-Stage {
	min-height: 550px;
}

.modal-content#Follow-Up {
	min-height: 700px;
}

.modal-content#Change-Customer {
	min-height: 600px;
}

.modal-content#Complete-Reminder {
	min-height: 600px;
}

.bg-info a:hover {
	color:white;
}

.bg-danger a:hover {
	color:white;
}


#followUpLink:hover {
	color: #fff;
}

#navLiteralCat {
	margin-bottom: -34px;
}

@media only screen
and (max-width : 767px) {
	#navLiteralCat {
		margin-bottom: 0;
	}
}

.datepicker table tr td.new, .datepicker table tr td.old {
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.ql-editor {
	min-height: 300px;
}

.ql-snow {
	min-width: 100% !important;
}

#ticketPrimaryNoteCardBody p {
	margin-top: 0;
	margin-bottom: 0;
}

.TicketNote p {
	margin-top: 0;
	margin-bottom: 0;
}

.select2 {
	width:100%!important;
}

.nav-item > a {
	font-size: 1em !important;
}

.bg-success a {
	color: white;
}

.bg-info a {
	color: white;
}

.sidebar ul {
	font-size: 1.3em;
}

.dropdown-item {
	font-size: 1em !important;
}

/* .nav-link {
	min-width:150px;
} */


/* @media only screen
and (max-width : 767px) 
and (min-width : 579px){
	.countBarName {
		font-size: 0.5em;
	}
} */

textarea.form-control {
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
} /* Now UI dashboard has built-in CSS to only have bottom border for text area. This adds the other borders. */

.strikethroughText {
	text-decoration: line-through;
}