
body, html{
	height:100%;
	width:100%;
	margin:0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	cursor:pointer;
}

textarea{
	resize:vertical;
}
.ff-center-content{
	display:table;
	height:100%;
	width:100%;
}
.ff-center-content > .ff-inner{
	vertical-align:middle;
	height:100%;
	width:100%;
	display:table-cell;
}
.ff-no-mt{
	margin-top:0 !important;
}
body .ff-form-box.ff-large{
	max-width:900px;
}
.ff-icon-input{
	position:relative;
}
.ff-icon-input > .ff-text{
	padding-left:39px;
}
.ff-icon-input > i{
	position:absolute;
	font-size:18px;
	line-height:18px;
	left:14px;
	top:50%;
	margin-top:-9px;
	vertical-align:middle;
	color:#202020;
	opacity:.6;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.ff-icon-input > textarea.ff-text + i{
	top:12px;
	margin:0;
}
.ff-icon-input > .ff-text:focus + i{
	opacity:1;
	color:#E91E63;
}
.ff-mt-30{
	margin-top:30px;
}
.ff-checkbox,
.ff-label{
	vertical-align:middle;
}
.ff-relative{
	position:relative;
}
.ff-form-row{
	margin-bottom:25px;
	position:relative;
}
.ff-form-row p{
	margin:0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#202020;
	font-size:18px;
	vertical-align:middle;
	margin-right:5px;
}
.ff-form-box > form >.ff-form-row:last-of-type,
.ff-form-box > .ff-form-row:last-of-type{
	margin-bottom:0;
}
.ff-right{
	text-align:right;
}
.ff-pull-left{
	float:left;
}
.ff-pull-right{
	float:right;
}
.ff-clearfix:before,
.ff-clearfix:after{
	content: ' ';
	display:table;
}
.ff-clearfix:after{
	clear:both;
}
.ff-block{
	display:block;
	width:100%;
}

.ff-header{
	margin:-40px;
	padding:40px;
	margin-bottom:40px;
	background:#3973b9;
	border-radius:3px 3px 0 0;
}
.ff-header > h2{
	margin:0;
	color:#FFF;
	font-size:25px;
	font-weight:400;
	font-family:"futura_ptbold", Arial, sans-serif;
}
.ff-form-box{
	padding:40px;
	max-width:500px;
	margin-top:50px;
	margin-left:50px;
	border-radius:3px;
	background:#FFF;
	overflow:hidden;
}

.side-menu{
float:left;
vertical-align:middle;
font-size:20px;
font-weight:bold;
margin:10px;
width:25%;
text-align:center;
}

.subheading
 {
    font-size: 1.25em;
    line-height: 1em;
    color: #545555;
    background: #EAEAEA;

    padding: .8em 1em;
    font-family: 'futura_ptheavy', Futura, 'Trebuchet MS', Arial, sans-serif;
}

.ff-text{
	padding:12px !important;
	outline:none;
	border:none;
	width:100%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	background:transparent;
	color:#202020;
	background:#F0F0F0;
	border-radius:2px;
	border:solid 1px transparent;
}

.ff-date{
	padding:8px !important;
	outline:none;
	border:none;
	width:100%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	background:transparent;
	color:#202020;
	background:#F0F0F0;
	border-radius:2px;
	border:solid 1px #ddd;
}

.ff-text:focus{
	background:#E0E0E0;
	background:rgba(0,0,0,.15);
}
.ff-text::-webkit-input-placeholder{
	color:rgba(0,0,0,.4);
	font-size:16px;
}
a.ff-btn{
	text-decoration:none;
	color:#FFF;
}
.ff-btn{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-decoration:none;
	outline:none;
	padding:10px 22px;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor:pointer;
	color:#FFF;
	background:#3973b9;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px futura_ptbook;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	font-size: 18px;
	width:50%;
}
.ff-btn.ff-icon-btn > i{
	margin-right:6px;
	margin-left:-6px;
}
.ff-btn.ff-icon-btn.ff-icon-right > i{
	margin-right:-6px;
	margin-left:6px;
}
.ff-btn.ff-secondary{
	background:transparent !important;
	border:solid 1px #E91E63;
	color:#E91E63;
}
.ff-btn:active{
	top:1px;
	opacity:.7;
}
.ff-last-row{
	line-height:42px;
	vertical-align:middle;
}
.ff-label{
	color:#202020;
	font-size:14px;
	cursor:pointer;
}
.ff-checkbox-main{
	position:relative;
}
.ff-checkbox{
	position:relative;
	height:16px;
	width:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.ff-checkbox > input{
	vertical-align:middle;
	height:20px;
	width:20px;
	margin:0;
	position:relative;
	z-index:5;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
.ff-checkbox > span{
	height:16px;
	width:16px;
	background:transparent;
	border:solid 1px #E91E63;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	border-radius:2px;
}
.ff-radio > span{
	border-radius:50%;
}
.ff-checkbox > input + span:before{
	content: '\f3fd';
	font-family: ionicons;
	font-size:16px;
	line-height:15px;
	width:15px;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	opacity:0;
}
.ff-radio > input + span:before{
	content: ' ';
	left:1px;
	right:1px;
	bottom:1px;
	top:1px;
	background:#E91E63;
	border-radius:50%;
	width:auto;
}
.ff-checkbox > input[type=checkbox]:checked + span{
	background:#E91E63;
}
.ff-checkbox > input:checked + span:before{
	opacity:1;
}
.input-btn{
	position:absolute;
	top:50%;
	margin-top:-13px;
	right:10px;
	height:24px;
	width:24px;
	line-height:24px;
	vertical-align:middle;
	text-align:center;
	border-radius:50%;
	background:rgba(0,0,0,.2);
	color:#FFF;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.input-btn > i{
	font-size:20px;
	color:#FFF;
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.input-btn > i:before{
	line-height:1em;
}
.input-btn:hover{
	background:rgba(0,0,0,.6);
}
.ff-ratings{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	top:-3px;
}
.ff-ratings > input{
	opacity:0;
	position:absolute;
}
.ff-ratings:before,
.ff-ratings:after{
	content: ' ';
}
.ff-ratings:after{
	clear:both;
}
.ff-ratings input + label{
	color:#F0F0F0;
	font-size:22px;
	padding-right:8px;
	float:right;
	display:block;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.ff-ratings input:checked ~ label,
.ff-ratings input + label:hover,
.ff-ratings input + label:hover ~ label{
	color:#FB3;
}
.ff-selectbox{
	padding:12px;
	background:transparent;
	border:none;
	border-radius:0;
	outline:none;
	color:#202020;
	background:rgba(0,0,0,.1);
	border-radius:2px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.ff-selectbox:focus{
	background:#E0E0E0;
}

.ff-selectbox > option{
	color:#7C7C7C;
}

.ff-select-container{
	margin-bottom:25px;
	position:relative;
}
.ff-select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.ff-select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 20px;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

.ff-text-2{
	
	color:#202020;
	font-size:18px;
	
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 3px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
}

select::-ms-expand {
    display: none;
}

.ff-separator{
	position:relative;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:30px;
	
	
}
.ff-separator > span{
	position:relative;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family:futura_ptbold, Arial, sans-serif;
	color:#005ead;
	font-size:15px;
}

.ff-note{
	position:relative;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:20px;
	
	
}
.ff-note > span{
	position:relative;
	font-family:futura_ptbook, Arial, sans-serif;
	font-size:16px;
}

.ff-alert > p{
	margin:0;
	color:#FFF;
}
.ff-alert{
	padding:15px;
	padding-right:30px;
	background:#E91E63;
	position:relative;
	border-radius:2px;
}
.ff-alert > .ff-close{
	position:absolute;
	top:13px;
	right:15px;
	font-size:18px;
	color:#FFF;
	opacity:.6;
	text-decoration:none;
}
.ff-alert > .ff-close:hover{
	opacity:1;
}
.ff-text.ff-success + i{
	color:#4CAF50 !important;
	opacity:1;
}
.ff-text.ff-success{
	border-color:#ddd;
}
.ff-text.ff-error + i{
	color:#FF5252 !important;
	opacity:1;
}
.ff-text.ff-error{
	border-color:#FF5252;
}
.ff-text.ff-warning + i{
	color:#FFC107 !important;
	opacity:1;
}
.ff-text.ff-warning{
	border-color:#FFC107;
}
.ff-alert.ff-success{
	background:#4CAF50 !important;
}
.ff-alert.ff-error{
	background:#FF5252 !important;
}
.ff-alert.ff-warning{
	background:#FFC107 !important;
}
.ff-brown .ff-btn.ff-secondary,
.ff-brown .ff-icon-input > .ff-text:focus + i{
	color:#BE8A60;
}
.ff-brown .ff-alert,
.ff-brown .ff-checkbox > input[type=checkbox]:checked + span,
.ff-brown .ff-radio > input + span:before,
.ff-brown .ff-btn,
.ff-brown .ff-header{
	background:#BE8A60;
}
.ff-brown .ff-checkbox > span,
.ff-brown .ff-btn.ff-secondary{
	border-color:#BE8A60;
}
.ff-turquoise .ff-btn.ff-secondary,
.ff-turquoise .ff-icon-input > .ff-text:focus + i{
	color:#81A094;
}
.ff-turquoise .ff-alert,
.ff-turquoise .ff-checkbox > input[type=checkbox]:checked + span,
.ff-turquoise .ff-radio > input + span:before,
.ff-turquoise .ff-btn,
.ff-turquoise .ff-header{
	background:#81A094;
}
.ff-turquoise .ff-checkbox > span,
.ff-turquoise .ff-btn.ff-secondary{
	border-color:#81A094;
}
.ff-orange .ff-btn.ff-secondary,
.ff-orange .ff-icon-input > .ff-text:focus + i{
	color:#EC7357;
}
.ff-orange .ff-alert,
.ff-orange .ff-checkbox > input[type=checkbox]:checked + span,
.ff-orange .ff-radio > input + span:before,
.ff-orange .ff-btn,
.ff-orange .ff-header{
	background:#EC7357;
}
.ff-orange .ff-checkbox > span,
.ff-orange .ff-btn.ff-secondary{
	border-color:#EC7357;
}
.ff-pink .ff-btn.ff-secondary,
.ff-pink .ff-icon-input > .ff-text:focus + i{
	color:#E06C9F;
}
.ff-pink .ff-alert,
.ff-pink .ff-checkbox > input[type=checkbox]:checked + span,
.ff-pink .ff-radio > input + span:before,
.ff-pink .ff-btn,
.ff-pink .ff-header{
	background:#E06C9F;
}
.ff-pink .ff-checkbox > span,
.ff-pink .ff-btn.ff-secondary{
	border-color:#E06C9F;
}
.ff-red .ff-btn.ff-secondary,
.ff-red .ff-icon-input > .ff-text:focus + i{
	color:#E91E63;
}
.ff-red .ff-alert,
.ff-red .ff-checkbox > input[type=checkbox]:checked + span,
.ff-red .ff-radio > input + span:before,
.ff-red .ff-btn,
.ff-red .ff-header{
	background:#E91E63;
}
.ff-red .ff-checkbox > span,
.ff-red .ff-btn.ff-secondary{
	border-color:#E91E63;
}

.color-panel{
	position:fixed;
	z-index:999;
	left:15px;
	top:15px;
	padding:15px;
	padding-bottom:5px;
	background:#FFF;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.color-panel > a{
	display:block;
	height:30px;
	width:30px;
	margin-bottom:10px;
	border:solid 2px transparent;
}
.color-panel > a:hover{
	border-color:rgba(0,0,0,.6);
}
.color-panel > a.active{
	border-color:#202020;
}


.form-style-10{
	width:100%;
	padding:30px;
	margin:0 auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.form-style-10 label{
	color: #888;
	margin:0;
	font-size:16px;
}

.form-style-10 .section{
	font: normal 20px futura_ptbook;
	color: #2A88AD;
	margin-bottom: 5px;
}
.form-style-10 .section span {
	background: #2A88AD;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}

.form-style-10 .inner-wrap{
	padding: 10px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 25px;
}

.datagrid-header
{
	font: bold 18px/150% futura_ptbook;
	color: #000;
	text-align: left;
	margin: 10px 0px;
}

.datagrid form
{
	margin: 0px;
}
.datagrid table
{
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.datagrid input
{
	width: 100px;
	text-align: center;
}

.datagrid input[type="text"]
{
	width: 300px;
	text-align: left;
	padding: 5px !important;
}

.datagrid select
{   font-size:18px;
    font-family:futura_ptbook;
	text-align: center;
}


.datagrid .no-result
{
	font-weight: bold;
}

.datagrid
{
	font: normal 15px/150% futura_ptbook;
	background: #fff;
	overflow: hidden;
	border: 1px solid #2D5D7D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0px;
}

.dgheader
{
	background-color: #2D5D7D;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
    padding: 10px;	
    border-bottom: 1px solid #0070A8;
}

.datagrid table td, .datagrid table th { padding: 5px 10px; }

.datagrid table thead th
{
	background: -moz-linear-gradient( center top, #2D5D7D 5%, #00557F 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D5D7D', endColorstr='#00557F');
	background-color: #2D5D7D;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-left: 1px solid #0070A8;
	text-align: center;
	height:40px;
}

.datagrid table thead th:first-child { border: none; }

.datagrid table tbody td
{
	color: #00496B;
	border-left: 1px solid #E1EEF4;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.datagrid table tbody .alt td a
{
	color: #2D5D7D;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.datagrid table tbody .input td a
{
	color: #2D5D7D;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	
}


.datagrid table tbody a:visited
{
	color: #2D5D7D;
}

.datagrid table tbody .alt td
{
	background: #E1EEF4;
	color: #00496B;
	text-align: center;
	height:40px;
	border-left: 1px solid #fff;
}

.datagrid table tbody .alt td:first-child { border-left: none; }

.datagrid table tbody .input td
{
	background: #fff;
	color: #00496B;
	text-align: center;
	height:40px;
	border-bottom: 1px solid #E1EEF4;
	
}

.datagrid table tbody .complete td
{
	background: #E9E7E7;
	color: #00496B;
	text-align: center;
	height:40px;
	border-bottom: 1px solid #D8D7D7;
	border-left: 1px solid #fff;
	
}

.datagrid table tbody #status td
{
	background: #C00;
	color: #000;
	display: none;
}

.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }

.datagrid table tfoot td div
{
	border-top: 1px solid #2D5D7D;
	background: #E1EEF4;
}

.datagrid table tfoot td
{
	padding: 0;
	font-size: 12px;
}

.datagrid table tfoot td div { padding: 2px; }

.addnew{
  cursor:pointer;
  text-decoration:underline;
  color: #005ead;
  font-family: "futura_ptbold", Arial, sans-serif;
 }
 
 .reflink{
  text-decoration:underline;
  font-weight:800;
  float:right;
  text-transform: capitalize !important;
 }
 
.ff-input{
	padding:8px !important;
	outline:none;
	border:none;
	width:100%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	background:transparent;
	color:#202020;
	background:#F0F0F0;
	border-radius:2px;
	border:solid 1px transparent;
	opacity:1;
	font-size:16px !important;

}
.logout{
float:right;
margin-left:100px;
cursor:pointer;
}

#div_prj_num080{
  display:none;
}

#div_prj_num180{
  display:none;
}

.prjn_tip {
  visibility: hidden;
  width: 300px;
  background-color:#3973b9;
  color:white;
  border: 1px solid #2D5D7D;
  border-radius: 6px;
  padding: 5px 0;
  
/* Position the tooltip */
  position: absolute;
  z-index: 1;
  overflow-y:auto;
  max-height:100px;
}

.prjn_icon:hover .prjn_tip {
  visibility: visible;
}

.header__mobile-button {
    display: none;
}

.topnav {
   display: none;
}


.editSelect {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    appearance: none;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}


#new input[type="text"] {
    width: 200px;
    text-align: left;
    padding: 3px !important;
    border: 1px solid rgb(118, 118, 118);
    border-radius: .25em;
    font-size: 18px;
    font-family: futura_ptbook;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px), only screen and (min-device-width : 768px) and (max-device-width : 1024px),only screen and (min-device-width: 480px) and (max-device-width: 740px) and (orientation:landscape){

#content {
     width:100%;
     margin:auto 0;
     padding:0;
     vertical-align:top;
     padding-top:100px;
}

#content-table {
     width:100%;
}

.header3{
     padding: 5px 0 20px 8px;
   }
   

.sidebar {display:none;}

.side-menu{width:100%;}

.header__mobile-button {
    background: transparent;
    border: none;
    display: block;
    margin-right: 10px;
    margin-left: 30%;
    float:right;
    width: 100px ;
}

.topnav {
     position: absolute;
     top:210px;
     width:100%;
     z-index: 1;
}
 
.topnav a {
	    font-family: futura_ptbold;
	  	height:auto; width:100%;
	    padding:20px 20px 20px 50px;
	    border-bottom:1px solid #C3C8C8;
	    display: block;
	    text-align: left;
	    background:#eef6fb;
	  }
     
.topnav a:hover {
	  background-color: #EBECED;
	  color: #2776B7;
	}
	

.sidebar-wide{
       display:none;
    }

#content-wide {
      width:100% !important;
      padding-top:100px;
      margin:0 auto;
}

#content-wide .header3{
     padding-left:10px;
}

.ff-form-box{
	padding:20px;
	margin:20px auto;
}

.tooltip .tooltiptext {
  width:220px;
  overflow-y:auto;
  max-height:300px;
}

    .datagrid{ 
		width: 100% !important;
	}
	.datagrid table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.datagrid table tbody tr td:before{ 
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		white-space: nowrap;
		font-weight:bold;
		padding:5px 5px 10px 0;
		display: block;
		font-size:15px;
		text-transform: uppercase;
	}
	
	.datagrid table tbody tr.alt{
	display:block; width:100% !important;
	}
    
	.datagrid table tbody tr.input td, .datagrid table tbody tr.alt td{ 
	    display: block;
		/* Behave  like a "row" */
		position: relative;
		padding:10px 0 10px 120px;
		border-bottom: 1px solid #a6a6a6;
		text-align:left;
        height:auto;	
        line-height:20px;	
	}
	
	 .datagrid table td:last-child {
       border-bottom: 0;
     }
     
     .datagrid table tr:last-child .tooltip .tooltiptext {
       top: -240px;
       right: 30%;
     }
     
     ::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 4px;
     }
     
    ::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0,0,0,.5);
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}