body,html{
	margin:0;
	width:100%;
}

body{
	font-family:arial;
	font-size:16px;
	background:#fff;
}

@font-face {
	font-family: 'AGaramond-Regular';
	src: url('../fonts/AGaramond-Regular.eot'); 
	src: 
		local('AGaramond-Regular'),
		local('AGaramond-Regular'),
		url('../fonts/AGaramond-Regular.otf') 
		format('opentype');
}

:root {
    --estesRed: #cf152d;
}

#ackTable{
	margin-top:10px;
	border:1pt solid #ccc;
	border-collapse:collapse;
	width:900px;
}


#ackTable tr:hover td{
	background:#ffff00;
}

#ackTable td{
	border: 1pt solid #ccc;
}

#ackTable th{
	background:#aaa;
}

.estesTable{
	border:none;
}

.estesTable td{
	border:none !important;
}

#dupeCats{
	font-size:.8em;
	display:none;
	background:#fcfcfc;
}

a{
	color:var(--estesRed);
	text-decoration:none;
}

.epLink{
	background:#fff;
	margin-bottom:5px;
	width: calc(100% - 24px);
}

.epLink:hover{
	background:rgb(250, 255, 189);
}

.estesBox:hover{
	cursor:pointer;
}
.estesBox{
	display:inline-block;
	padding:12px;
	border:1.5pt solid #cf152d;
	width:155px;	
	text-align:center;
	color:#cf152d;
}
.estesBox a{
	text-decoration:none;
	color:#cf152d;
}

.estesLink{
	text-decoration:none;
	color:#cf152d;	
}

#svgContainer{
	width:22%;
	display:inline-block;
	padding:10px;
}

#svgContainer:hover{
	cursor:pointer;
}

.custom-layer {
  text-align: center;
  padding: 10px;
}

#loginWrap{
	width:400px;
	border:1pt solid #ccc;
	border-radius:3px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	display:table;
	background:#f2f2f2;
}

#loginInner{
    display: table-cell;
    vertical-align: middle;	
}

.lbl150{
	width:150px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}
.lbl250{
	width:250px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}

.lbl350{
	width:350px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}

.clr10{
	clear:both;
	height:10px;
}

.clr20{
	clear:both;
	height:20px;
}

.clr200{
	clear:both;
	height:200px;
}

.bld{
	font-weight:bold;
}

.noLineLink{
	text-decoration:none;
}

.plist{
	font-size:.9em;
}

.lppOrder{
	width:20px;	
	display:inline-block;
}

.pRow{
	margin-bottom:10px;
}
.pRow:hover{
	background:#ffff00;
}

.pTD60{
	display:inline-block;
	width:57%;
}

.pTD40{
	display:inline-block;
	width:40%;	
	vertical-align:top;
}

.nTitle{
	width:50%;
	overflow-x:hidden;
}

.nDate{
	width:10%;
}

.nList{
	min-height:30px;
	margin-botton:5px;
}

.nList:hover{
	background:#ffff00;
}

.scrollGrid{
	font-size:8pt;
	overflow-y:auto;
	overflow-x:auto;
	height:41px;
}

.bgGrey{
	background:#ccc;
	font-weight:bold;
}

#links{
	width:100%;
}

.c1_3{
	width:33%;
	display:inline-block;
	padding:10px;
}
.c1_4{
	width:25%;
	display:inline-block;
	padding:10px;
}

#vimeoPop-2{
	background-image: url("../image/vimeo.png");
	background-repeat: no-repeat;
}

.lDesc{
	width:100%;
}

#hLink{
	width:25%;
}

.linkRow{
	font-size:.9em;
}

#empFile{
	width:50%;
}

.smallModal {
    display:    none;
    position:   fixed;
    z-index:    0;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url('../image/squareProcessing.gif') 
                0 0
                no-repeat;
    background-size:20px;            
}


.bBottom{
	border-bottom:1pt solid #333;
}

.gbtn{
	width:60px;
	height:20px;
	text-align:center;
	line-height:18px;
	font-size:.9em;	
	background:#5b6770;
	border:1pt solid #5b6770;
	z-index:10;
	border-radius:3px;
	color:#fff;	
}	

.gbtn:hover{
	cursor:pointer;
	background:#ff0000;
}

.btn80{
	width:80px;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:1em;	
	background:#5b6770;
	border:1pt solid #5b6770;
	z-index:10;
	border-radius:3px;
	color:#fff;
	display:inline-block;
}	

.btn80:hover{
	cursor:pointer;
	background:#b7b7b4;
}


.btn100{
	width:100px;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:1em;	
	background:#5b6770;
	border:1pt solid #5b6770;
	z-index:10;
	border-radius:3px;
	color:#fff;
}	

.btn100:hover{
	cursor:pointer;
	background:#b7b7b4;
}

.btn150{
	width:150px;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:1em;	
	background:#5b6770;
	border:1pt solid #5b6770;
	z-index:10;
	border-radius:3px;
	color:#fff;
}	

.btn150:hover{
	cursor:pointer;
	background:#b7b7b4;
}

.btn300{
	width:300px;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:1em;	
	background:#5b6770;
	border:1pt solid #5b6770;
	z-index:10;
	border-radius:3px;
	color:#fff;
}	

.btn300:hover{
	cursor:pointer;
	background:#b7b7b4;
}

.ib{
	display:inline-block;
}

.hideMe{
	display:none;
}

#readReceiptEmail{
	width:20%;
}

.ctr{
	text-align:center;
}

.psecTitle{
	width:100%;
	font-weight:bold;
	background:#9d9e97;
	text-align:center;
	margin-bottom:10px;
	color:#fff;
}

#projectButtons{
 		position: fixed;
    bottom: 0;
    width: 110%;	    
    background: rgba(152,151,158,.7);
    height:50px;
    z-index:200;
    border-top: 1pt solid #777;
    border-left: 1pt solid #777;
    border-right: 1pt solid #777;  
    margin-left:-5%;  
}

#projectButtons button{
	margin-top:10px;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../image/squareProcessing.gif') 
                50% 50% 
                no-repeat;
    background-size:40px;            
}

.ssImg{
	width:100%;
}

.delJob{
	width:15px;
	z-index:10;
}
.delJob:hover{
	filter: brightness(2);
	filter: contrast (200%);
}

#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 	
}

#sortable li { 
	margin: 3px 3px 3px 0; 
	padding: 1px; 
	float: left; 
	height: auto; 
	width:250px;	
}

#newsSortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 	
}

#newsButtons{
	width:100%;
	text-align:center;
}

#newsTitle{
	width:40%;
}

#npUploader{
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

#newsSortable li { 
		margin: 3px 3px 3px 3px;
    padding: 1px;
    float: left;
    width: 100%;
    height: auto;
    min-height: 30px;
}

.mHandle{
	display: inline-block;
	width:25px;
	margin-left:10px;
}

#ppsortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 	
}

#ppsortable li { 
		margin: 3px 3px 3px 3px;
    padding: 1px;
    float: left;
    width: 130px;
    height: auto;
    min-height: 80px;
    text-align: center;
}

#bpicsSortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 	
}

#bpicsSortable li { 
		margin: 3px 3px 3px 3px;
    padding: 1px;
    float: left;
    width: 130px;
    height: auto;
    min-height: 120px;
    text-align: center;
}

.expander{
	width:25px;
	float:right;
	margin-right:10px;
}
.expander:hover{
	cursor:pointer;
}

#projTopExpand{
	width:25px;
	float:right;
	margin-right:10px;
}
#projTopExpand:hover{
	cursor:pointer;
}

#dupeExpand{
	width:25px;
	float:left;
	margin-right:10px;
}
#dupeExpand:hover{
	cursor:pointer;
}

#projBottomExpand{
	width:25px;
	float:right;
	margin-right:10px;
}
#projBottomExpand:hover{
	cursor:pointer;
}

.sortPPic{
	width: 110px;
}

.jList{
	width: 23%;
	border-radius:3px;
	background:#fff;
	display:inline-block;
	margin: 0 10px 10px 10px;
	font-size:.8em;
	line-height:28px;
	height:30px;
	text-align:center;
	border:1pt solid #aaa;
	z-index:1;
}
.jList:hover{
	background:#f9f9a6;
	cursor:pointer;
}

.alertify{
	z-index:9999;
}

#tid:hover{
	color:var(--estesRed);
	text-decoration:underline;
	cursor:pointer;
}

#pTitle{
	width:300px;
}

.dropzone{
	border-radius: 3px;	
}	

#ppics-upload{
	width:90%;
	height:300px;
}

.b3u{
	height:200px;
}

.b3Link{
	width:173px;
}

#t400wrap{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.em90{
	font-size:.9em;	
}

#ppicsOrder{
		border: 1pt solid #777;
    border-radius: 3px;
    background: #fff;
    min-height: 380px;
    height: auto;
}    	

.flx{
	display:flex;
}

#projEdit{
	display:none;
}

.w100p{
	width:100%;
}

.pad10{
	padding:10Px;
}

.empBox{
	border:1pt solid #aaa;
	border-radius:3px;
}

.ebTitle{
	background:var(--estesRed); 
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:3px;
}

.flxHalf{
		width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
}

.flxHalf40{
		width: calc(40% - 4px);
    display: inline-block;
    vertical-align: top;
    margin-left:5%;
    margin-right:5%;
}

.flxHalfPad{
		width: calc(50% - 24px);
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.flxThirdPad{
		width: calc(33% - 24px);
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

#ppics{
	border:1pt solid #777;
	border-radius:3px;
	background:#fff;
	min-height:380px;
	height:auto;
}

.ppicb {
	border:1pt solid #888;
	border-radius:3px;
	background:#eee;
}

.delppic{
	width:30px;
}
.delppic:hover{
	cursor:pointer;
}

#stubWrapper{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    background: #f2f2f2;
    padding: 10px;
    min-height: 560px;
    border-radius: 3px;
}

#nText{
	display:none;
}

#aNav{
	font-size:30px;
	cursor:pointer;
	margin-left:10px;
}

.orderJobHandle{
	width:20px;
	float:right;
}

#jobTitle{
	width:200px;
}

#applyEmail{
	width:200px;
}

.highlight{
	background:#ffff00;
  min-height:30px;
}

.pbSortPic:hover{
	cursor:crosshair;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index:100;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.pointMe:hover{
	cursor:pointer;
}

#printAckList{
	margin-top:20px;
}

@media only screen and (max-width : 768px) {
	.flx{
		width:100%;
		display:inline;
	}
	
	.flxHalf40{
		width:90%;
		margin-bottom:10px;
	}

	#svgContainer {
	    width: 90%;
	    margin-left:5%;
	}	
	
	#epTitle{
		text-align:center;
  }
	
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

