﻿/* hideonmobile */
@media screen and (max-width:567px) {
    .hideonmobile{display:none !important}
}
/* showonmobile */
@media screen and (min-width:568px){
    .showonmobile{display:none !important}
}
/* hideonsmall */
@media screen and (max-width:767px) {
    .hideonsmall{display:none !important}
}

/* showonmedium */
@media screen and (min-width:1024px) {
    .showonmedium{display:none !important}
}

/* hideonmedium */
@media screen and (max-width:1023px) {
    .hideonmedium{display:none !important}
}

/* showonlarge */
@media screen and (min-width:1280px) {
    .showonlarge{display:none !important}
}

/* hideonlarge */
@media screen and (max-width:1279px) {
    .hideonlarge{display:none !important}
}

/* hideonmobile-portrait */
@media screen and (max-width:567px) and (orientation:portrait) {
    .hideonmobile-portrait{display:none !important}
}
/* hideonmobile-portrait */
@media screen and (max-width:567px) and (orientation:landscape) {
    .showonmobile-portrait{display:none !important}
}
/* showonmobile-portrait */
@media screen and (min-width:568px) {
    .showonmobile-portrait{display:none !important}
}

/* hideonmobile-landscape */
@media all and (min-width: 568px) and (max-width:767px) and (orientation:landscape) {
    .hideonmobile-landscape{display:none !important}
}


@media all and (max-width: 380px) {
	#title-wrapper {
		padding:25px !important;
		padding-bottom:0px !important;
		padding-left: 20px !important;
		padding-right: 3% !important;
	}
	#main-logo { 
		height:32px !important;
	}
	#main-title {
		font-size:18px;
		line-height: 40px !important;
		padding-left:14px !important;
	}
	#main-menu {
		padding-right:5% !important;
		margin-top:-30px;
	}
	#main-menu i {
		font-size:22px;
		padding:6px !important;
	}
	#app-content {
		top:150px !important;
		margin-top:0px !important;
		padding:5% !important;
	}
	
	#app-title {
		font-size: 22px !important;
		padding: 8px !important;
		margin-top:60px !important;
	}
	
	#asset-details {
		top:14px !important;
		padding:30px !important;
		width: 75% !important;
		font-size:12px;
	}
	
	#asset-preview {
		max-height:180px !important;
	}
	
	#asset-table table {
		margin-top:14px;
	}
	
	#tableview {
		display:none !important;
	}
	
	table {
		overflow-x: auto;
		display: block;
	}
	
	.create{
		text-align:center!important;
		float:initial!important;
	}
	
	.salesWeek{
		width: 51%!important;
	}
	
	.salesWeekBegin{
	
	}
	
	.salesRep{
		width: 65%!important;
	}
	
	.weekLabel{
		text-align:center;
	}
	
	.buttonDiv{
		float: inherit!important;
		margin-top: 25px;
	}
	
	.review{
		float:right!important;
		margin-top: 0px!important;
		color:white!important;
		background: #00bcd4!important;
	}
	
}

body {
	font-family:Raleway;
	line-height:initial;
}

*, :after, :before {
   -webkit-box-sizing: initial;
    box-sizing: initial;
}

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

a:hover {
	color:#777;
}

.pure-g {
	letter-spacing:.01em !important;
}

hr {
    border: none;
    height: 1px;
    color: #333;
    background: #c0c0c0;
}

#wrapper {
	position:relative;
}

#title-wrapper { 
	background: #f2f2f2;
	//background-image:url('http://wesleyhall.com/assets/images/Fabrics/thumbs/matrix_white.jpg');
	background-size:cover;
	padding:36px;
	padding-left:4%;
	padding-bottom:0px;
	color:#000;
	font-family:'Open Sans';
	font-weight:300;
	font-size:24px;
}

#main-logo {
	clear:both;
	float:left;
	height:50px;
}

#main-title {
	float:left;
	padding-left:20px;
	line-height:50px;
}

#main-menu {
	float:right;
	padding-right:4%;
	cursor:pointer;
	z-index:11000 !important;
}

#main-menu i {
	padding:8px;
	background:#00bcd4;
	color:#FFF;
}

#login-name {
	background:#777;
	color:#FFF;
}
.pure-menu-link {
	padding: 7px !important;
	padding-left:12px;
}
.pure-menu-children {
	position:relative;
	right:0px !important;
	min-width:170px;
	left:inherit !important;
	font-size:18px;
	padding:6px;
	border: 1px solid #e2e2e2;
	z-index:11000 !important;
}
.pure-menu-has-children>.pure-menu-link:after {
	display:none;
}

.pure-menu-list {
	cursor: pointer;
}

.cre ::before {
  content: "\2759 \00a0";
  color:#00bcd4;
}

#app-content {
	position:relative;
	clear:both;
	top:165px;
	color:#333;
	margin-bottom:40px;
	padding:4%;
}

#app-title {
	clear:both;
	position:relative;
	width:108%;
	margin-left:-7%;
	margin-top:86px;
	background: #00bcd4;
	//background-image:url('http://wesleyhall.com/assets/images/Fabrics/thumbs/matrix_night.jpg');
	background-size:cover;
	border-top:1px solid #FFF;
	font-size:28px;
	color: #FFF;
	padding:12px;
}

#search-tools {
	z-index:998;
	position:fixed;
	bottom:6px;
	right:6%;
}

#search-tools div {
	margin-bottom:12px;
	padding:10px;
	background:#0082f3;
	border-radius:4px;
	border:1px solid #FFF;
	color:#FFF;
	cursor:pointer;
}

.shadowbox {
	display:none;
	position:fixed;
	z-index:10002;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	background:url('/assets/images/shadowbox-bkgrd.png');
}
#asset-details {
	width:55%;
	padding:40px;
	border:1px solid #c0c0c0;
	border-radius:6px;
	background: #FFF;
}

#asset-preview {
	max-width:100%;
}

#asset-table table {
	width:100%;
}

.thumbdiv img {
	cursor:pointer;
}

.asset_thumbs {
	height:240px;
	border:1px solid #e8e8e8;
	border-radius:6px;
	max-width:90% !important;
}

#tablegrid {
	clear:both;
	position:relative;
}

#tablegrid  table{
	width:98%;
	font-size:14px;
}

#sessionalert {
	position:relative;
	margin:0 auto;
	top:180px;
	width:220px;
	padding:30px;
	padding-top:10px;
	border:1px solid #c0c0c0;
	border-radius:6px;
	background: #FFF;
}

tr.clickable{
	cursor:pointer;
}

.docthumbs {
	width:80%;
	padding:20px;
	text-align:center;
	margin-bottom:15px;
}


.docthumbs img {
	border:1px solid #c0c0c0;
	margin-bottom:10px;
}

/* table sorter styles */
table.tablesorter thead tr .header {
	background-image: url(/assets/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	background-size: 25px 15px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/assets/images/asc.gif);
	background-size: 25px 8px;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/assets/images/desc.gif);
	background-size: 25px 8px;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #c0c0c0;
}

.tablesorter td, .tablesorter th {
	padding:14px;
}

.tablesorter th {
	padding-right:24px !important;
}


#hdmyTable {
	left:4% !important;
}
#hdmyTable .header{
	background-image:none !important;
}

#shadowbox_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.shadow-close {
	position:absolute;
	top:10px;
	right:18px;
	font-size:24px;
	color:#444;
	cursor:pointer;
	z-index:12000;
}

.shadowbox {
	padding:40px;
	border:1px solid #c0c0c0;
	border-radius:6px;
	background: #FFF;
}

.portal-button {
	background:#00bcd4;
	color:#FFF;
}

.portal-button:hover {
	background:rgba(0, 188, 212, 0.82);
	color:#FFF;
}

/************************
CALL ENTRY WIZARD STYLES
************************/

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	/*border-bottom: none!important;*/
}

.divider{
	border-bottom: 2px solid #f2f2f2;
}


/* Hide all steps by default: */
.page {
   display: none;
}

.button-large {
	font-size: 110%;
}

.nextBtn {
   float: right;
   background: #00bcd4; 
   color:white!important;
}

.prevBtn {
	float: left;
	background: darkgrey;
	/*background: #f2f2f2;*/ 
	color:white!important;
	margin-right: 20px;
}

.cancelBtn {
	float: left;
	background: red;
	margin-right: 20px;	
}

.cancelBtn > a {
	color:white!important;
}

.create{
	float:right;
}

/* Make circles that indicate the steps of the form: */
.step {
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  width: 25px;
  margin: 0 3px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.entryTtile{
	font-weight:bold;
}

.buttonDiv{
	float: right;
}

.submitBtn{
	float:right;
}

.reviseBtn{
	float:left;
}

.phoneTotal{
	margin-left: 47px;
}

.review{
	color:white!important;
	background: #00bcd4!important;
}

.inPersonTotal{
	margin-left: 75px;
}

.phoneTotal{
	margin-left: 85px;
}

.prospectTotal{
	margin-left: 45px;
}

.issuesTotal{
	margin-left: 45px;
}

.issueRemove{
	background: red !important;
}

.contactRemove{
	background: red !important;
}

div.dataTables_filter label{
	text-transform: uppercase;
}

.dataTables_filter{
	margin-bottom: 15px!important;
}

div.dataTables_filter input{
	padding: .4em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resolveButton{
	background: #00BCD4!important;
}

table.dataTable tbody tr{
	background: #ffffff!important;
}

.sorting_1{
	background: #ffffff!important;
}

td.prospectEdit{
	padding: 0px !important;
	background: rgb(223, 117, 20) !important;
}

.editProspect{
	background: rgb(223, 117, 20) !important;
	color: white;
}


td.editContact{
	padding: 0px !important;
	background: rgb(223, 117, 20) !important;
}

.editContact{
	background: rgb(223, 117, 20) !important;
	color: white;
}

td.editIssue{
	padding: 0px !important;
	background: rgb(223, 117, 20) !important;
}

.editIssue{
	background: rgb(223, 117, 20) !important;
	color: white;
}

.resolved{
	background: green!important;
	color:white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

td.un-resolved > button{
	background: red !important;
	color: white;
}

.resolveLink{
	text-decoration: underline!important;
	color: blue!important;
}

.resolvedToggle{
	float: right;
}

.activeLink{
	padding-right: 50%;
	padding-left: 50%;
}

.modal_close{
	float: right;
    border: none;
    background-color: initial;
	padding-top: 10px;
	padding-right: 10px;
	pointer: cursor !important;
}

.modalHeader{
	text-align: center;
	font-family: 'Open Sans';
    font-weight: 300;
}

.modalContainer{
	display: none;
	position: fixed;
	z-index: 11000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: none;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
	
}

.modalContent{
	width: 30%;
    margin: 15% auto;
	background: white;
	border-radius: 12px;
}

.modalContent > div > div > form{
	padding: 15px 25px 25px 25px;
}

.close{
	font-size: 24pt;
    margin-left: 10px;
	cursor: pointer;
}

.modalButtons{
	text-align: center;
}

.custRemove{
	font-family: inherit;
    font-size: 95%;
    padding: .5em 1em;
    background-color: red;
    color: #fff;
}

.remove{
	font-family: inherit;
    font-size: 95%;
    padding: .5em 1em;
    background-color: red;
    color: #fff;
}

.anotherIssue{
	font-family: inherit;
    font-size: 95%;
    padding: .5em 1em;
    background-color: orange;
    color: #fff;
}

.custRemove:hover{
	color:white !important;
}

.prospectAddContainer{
	margin-top: 20px;
}

 #map{
		margin-top: -2%!important;
        height: 70vh;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
	   
.mapPopUpText{
	font-size:18px!important
}

.popUp-Container{
	margin-left: 5px;
}

.reviseStep{    
	background: rgb(223, 117, 20) !important;
    color: white;
	font-size: 16px;
}

.repSelectDiv{
	margin-bottom: 60px;
}

@media all and (max-width: 380px) {
	#map{
		margin-top: -10%!important;
        height: 50vh;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
	}
}