﻿a {
    color: #323133;
    text-decoration: none;
    cursor: pointer;
}
body {
    color: black;
    font-size: 15px;
    line-height: 1.42857;
}
a {
	outline: none !important;
}
#s4-workspaceNew {overflow-y: auto !important; }
/*Main Nav */
#nav {
    display: block;
    position: relative;
    z-index: 999;
}
#nav ul, #nav li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
	color:#999;
}
#nav li a:hover {
	text-decoration:none;
}

/* adding css more secific as the span is isnide li a tag */
#nav li a span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #999;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
#nav small:after {
	border: 0.413em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #999;
	content: '';
	vertical-align: middle;
	display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 2px;
    vertical-align: middle;
    width: 0;
}

/* first level */
span.liAdminMenuParent{
	float:left;
	height: 100%;
}
#nav > ul {
	list-style-type:none;
	position:relative;
	display:table;
}
#nav > ul > li {
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	text-align: center;
	padding:10px 30px;
}
#nav > ul > span > li > a {
	height: 100%;
	text-align: center;
	padding:10px 30px;
}

 #nav > ul > li:not( :last-child ) > a {

}
 #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	text-decoration:none;
	color:#fff;
}
 #nav > ul > li:hover > a span:after, #nav > ul:not( :hover ) > li.active > a span:after{
	border-top-color: #fff;
}
/* second level */

#nav li ul {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    display: none;
    padding: 5px;
    position: absolute;
    top: 100%;
    background:#fff;
    min-width:155px !important;
    border-top:3px solid #999;
    z-index:6;
}
#nav li ul:after {
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #666;
	content: '';
	vertical-align: middle;
	display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 0px;
    vertical-align: middle;
    width: 0;
    box-shadow: 0 0 4px #fff;
    -moz-box-shadow: 0 0 4px #fff;
    -webkit-box-shadow: 0 0 4px #fff;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
 #nav li:not( :first-child ):hover ul {
 left: -1px;
}
#nav li ul a {
	padding:5px;
	color:#000;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #6ebe44;
	color:#fff;
	text-decoration:none;
}
/*Main Nav End */		
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-md-56, .col-md-44 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
#s4-bodyContainer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#centerarea {
	min-height:590px;
	padding-top:20px;
}
.topHeader{
	display:table;
	width:100%;
	/*margin-bottom:20px;*/
}
#header .topHeader {
	position:relative;
}
#header .mainSlider {
	display:none;
}

#modalInspComments{
	background: none;
}

#modalInspComments .close{
	color: #fff;
	opacity: 1;
}

.logo {
    position: relative;
    top: 10px;
    left:10px;
}
.logo span {
	color:#fff;
	font-size:12px;
	position:relative;
	top:4px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background:#080808;
    color:#fff;
}
.navbar-nav > li > a:hover .caret, .navbar-nav > li > a:focus .caret {
	border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-nav > li > a {
	color:#999;
	padding: 7px 10px !important;
}
.navLinks .navbar-nav > li > a {
    color: #999;
    padding: 5px 10px !important;
}
.nav .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
}
.mNav {
    background: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    padding: 8px 8px 3px;
    position: relative;
    top: 9px;
    width: 40px;
    display:none;
    cursor:pointer;
}
.mNav span {
	display:block;
	height:2px;
	background:#666;
	margin-bottom:5px;
}
.search-form {
    float: right;
    margin-right: 0px;
    margin-top: 5px;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item, .ms-navedit-editLinksText {
	padding:14px 15px;
}
#mapData #map-panel {
    height: 300px;
    margin-left: 0;
    vertical-align: top;
    width: 100%;
}
.searchWP .ms-webpart-chrome-vertical {
    display: block;
}
.searchWP .ms-webpart-cell-vertical {
    display: block;
}
.searchWP .ms-webpart-zone {
    display: block;
}
.searchWP .ddlState[style] {
    height: auto !important;
}
.searchWP td {
    padding-right: 10px;
}
.searchWP input[type="submit"] {
	margin-top:0;
}
textarea.form-control {
    height: auto !important;
}
.searchWP label {
	margin-top:0;
	display:block;
	text-align:left;
}
.planReview label {
	margin-top:0;
	text-align:left;
}
.statisticsFields label {
	margin-top:0;
	text-align:left;
	margin-top:10px;
}
.rightNav .nav > li {
    color: #ddd;
    display: inline;
    float: left;
    margin: 0 5px;
    position: relative;
}
.rightNav .navbar-inverse {
	float:left !important;
}
.rightNav .dropdown-menu {
	left:auto;
	right:0;
}
.formButtons .btn {
    margin-left: 0;
    margin-right: 20px;
}
.ms-cui-tts {
	display:block;
}
#chart-panel {
    display: block;
    float: none;
    margin-left: 0;
    vertical-align: top;
    width: auto;
}
#chart-container {
    height: 400px;
    margin: 0 15px;
    min-width: auto;
}
#chart-state-header {
    width: auto;
}
#chart-jur-header {
    width: auto;
}
#chart-start-header, #chart-end-header {
    width: auto;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: -17px;
    top: 0;
}
.has-feedback .form-control {
    padding-right: 6px;
}
#permitnumber a {
	text-decoration:underline;
	color:#c54702;
}
#permitnumber a:hover {
	text-decoration:none;
}
.hiddenScroll {
	overflow:auto;
}
.hiddenScroll .greenBg {
	color:#fff;
	background:#6ebe44;
}
.footer {
    background: none repeat scroll 0 0 #383838;
    color: #999;
    display: table;
    width: 100%;
    position: fixed;
    bottom: 0;

	
}
.footer a {
	color:#666;
}
.accordionButton img {
	position:relative;
	top:-3px;
}
#casetabs .nav > li.disabled > a:hover, #casetabs .nav > li.disabled > a:focus {
	background:rgba(237, 156, 40, 0.5);	
}
#DeltaTopNavigation > div > ul > li.static {
	background-color:transparent;
}
#DeltaTopNavigation > div > ul > li.static > a {
	display:none;
}
#suiteBar {
    position: relative;
    z-index: 1080;
    display:none;
}
.table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
.table-responsive-force {
        width: 100%;
        margin-bottom: 15px;
        overflow: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
 /* Alert message css */
 .confirmOverlayBg {
	width:100%;
    height:104.4%;
    position:absolute;
    top:-130px;
    left:0px;
    background:rgba(0,0,0,0.5);
    z-index:100000;
    display:none;
}
.confirmMessage {
	position:absolute;
	left:50%;
	margin-left:-180px;
	top:50%;
	z-index:100001;
	background:#f7f7f7;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	display:none;
	width:360px;
	margin-top:-120px;
	box-shadow: 0 0 8px #444;
	-moz-box-shadow: 0 0 8px #444;
	-webkit-box-shadow: 0 0 8px #444;
}
.confirmMessage h2 {
    border-bottom: 1px solid #cbc8ce;
    display: table;
    font-size: 14px;
    margin-top: 0;
    margin-bottom:0;
    padding: 20px 15px;
    width: 100%;
}
.confirmMessage h2 span.logoSmall {
	float: left;
    position: relative;
    top: -3px;
}
.confirmMessage h2 span {
	float:right;
	color:#6EBE44;
}
.confirmMessage h2 small {
	color:#CBC8CE;
	font-size:14px;
}
.confirmMessage .messageBody {
	padding:20px;
	min-height:160px;
	text-align:center;
}
.confirmMessage .messageBody .errorMsg {
	background:url('/SiteAssets/images/warningIcon.png') left top no-repeat;
	padding-left:60px;
	color:#000;
	display:table;
	text-align:left;
	height:48px;
	margin-bottom:8px;
}
.confirmMessage .messageBody .cancelMsg {
	background:url('/SiteAssets/images/cancelIcon.png') left top no-repeat;
	padding-left:50px;
	color:#000;
	display:table;
	text-align:left;
	height:48px;
	line-height:48px;
	margin-bottom:8px;
}
.confirmMessage .messageBody .infoMsg {
	background:url('/SiteAssets/images/infoIcon.png') left top no-repeat;
	padding-left:50px;
	color:#000;
	display:table;
	text-align:left;
	height:48px;
	line-height:48px;
	margin-bottom:8px;
}
.confirmMessage .messageBody .questionMsg {
	background:url('/SiteAssets/images/questionMarkIcon.png') left top no-repeat;
	padding-left:50px;
	color:#000;
	display:table;
	text-align:left;
	height:48px;
	line-height:48px;
	margin-bottom:8px;
}
.confirmMessage .messageBody .successMsg {
	background:url('/SiteAssets/images/successIcon.png') left top no-repeat;
	padding-left:50px;
	color:#000;
	display:table;
	text-align:left;
	height:48px;
	line-height:48px;
	margin-bottom:8px;
}
.confirmMessage .messageBody .unlockMsg {
	background:url('/SiteAssets/images/unlockIcon.png') left top no-repeat;
	padding-left:50px;
	color:#000;
	display:table;
	text-align:left;
	height:60px;
	line-height:60px;
	margin-bottom:8px;
}

.confirmMessage .messageBody .errorMsg > span {
    display: table-row;
    font-size: 14px;
    height: 48px;
    text-align: left;
    vertical-align: middle;
}
.confirmMessage .messageBody .msgButtons {
	display:inline-block;
}
.confirmMessage .messageBody .msgButtons a {
	 margin:0 20px;
}   
 
/* Modal Popup css */ 
.modalPopShadow {
	background:rgba(0,0,0,0.6);
	position:absolute;
	z-index:999998;
	left:0;
	top:-121px;
	width:100%;
	height:100%;
	display:none;
}  
.modalPopup {
	position:absolute;
	z-index:9999999;
	left:50%;
	top:-70px;
	background:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #6EBE44;
	margin:15px 0;
	display:none;
	margin-left:-49.5%;
	width:99%;
		
}
.modalPopup .topHeader {
	background:url('/SiteAssets/images/GovMotusLogoWhite.png') 10px center no-repeat #6EBE44;
	padding:10px;
	text-align:right;	
	display:block;
	overflow:hidden;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-bottom:1px solid #6EBE44;
	position:relative;
	background-size:118px 20px;
}
.modalPopup .topHeaderReg {
	background:url('/SiteAssets/images/GovMotusLogoWhite.png') 10px center no-repeat #6EBE44;
	padding:10px;
	text-align:right;	
	display:block;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-bottom:1px solid #6EBE44;
	position:relative;
	background-size:118px 20px;
}
.modalPopup .topHeader .closePop {
	position:absolute;
	right:8px;
	top:8px;
	display:block;
	background:url('/SiteAssets/images/closeIcon.png') center center no-repeat;
	width:16px;
	height:16px;
	background-size:12px 12px;
	cursor:pointer;
}
  
.modalPopup .topHeader .popHeader {
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-right:50px;	
}
.modalPopup .topHeaderReg .popHeader {
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-right:50px;	
}
.ms-listviewtable {
	border:0 !important;
	padding-right:0 !important;
	font-size: inherit !important;
}
.popContent {
	padding:20px 20px 30px;
	display:block;
	overflow:auto;
}


/*------------------------------------ New Masterpage Latest Styles -----------------------------*/
.navbar {
	margin-bottom:0;
	border-radius:0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #000;
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #6ebe44;
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #000;
    color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navLinks .navbar-nav > li > a.active {
	background-color:#000;
	color:#fff;
}
#fit-navbar-collapse {
    margin-top: 18px;
}
.rightNav {
    float: right;
    margin-top:6px;
}
.fa-analutic {
	background:url('/SiteAssets/images/graphIcon.png') center top no-repeat;
	display:block;
	width:17px;
	height:20px;
}
.navbar-nav > li > a:hover .fa-analutic, .navbar-nav > li > a:focus .fa-analutic {
	background-position:0 -32px;
}
.ms-welcome-root {
	float:left;
	/*background:url('/SiteAssets/images/profileIcon.png') left 2px no-repeat;*/
	padding-left:30px;
	
	background-image: url('images/applicationSpriteSheet.png');
    background-repeat: no-repeat;
    background-position: -261px -61px;
}
.ms-signInLink {
	background:url('/SiteAssets/images/signinIcon.png') left 3px no-repeat;
	padding-left:30px;
}
.ms-welcome-hover, .ms-siteactions-hover {
    background-color: transparent;
    border-right-color: transparent;
}
.ms-welcome-hover a, .ms-siteactions-hover a {
	color:#fff;
}
.ms-welcome-root > a.ms-core-menu-root, .ms-signInLink {
    color: #000;
    height: 30px;
    text-decoration: none;
}
.ms-welcome-hover > a.ms-core-menu-root, .ms-signInLink:hover {
    color: #777;
    text-decoration: none;
}
.navLinks {
    float: left;
    margin-top: 15px;
    width: 60%;
}
.rightTop {
    float: right;
    width: 40%;
}
.logoMain {
    float: left;
    height: 60px;
    text-align: center;
}
.logoMain a {
	display:block;
	margin-top:10px;
}
.logoMain a img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.logoMain > span {
    color: #999;
    font-family: sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    left: 190px;
    position: relative;
    top: -8px;
}
.topBanner {
	width:100%;
	height:40px;
	position:relative;
}
.topBanner img {
	width:100%;
	height:100%;
	max-width:100%;
	display:block;
}
.topBanner h4 {
	color: #fff;
    left: 30px;
    margin: 0;
    position: absolute;
    top: 6px;
}
.rightHeader {
    display: block;
    margin-left: 210px;
}

#ms-help a > span {
	overflow:inherit !important;
}
.navLinks .dropdown:hover .dropdown-menu {
   display: block;
}
#DeltaPlaceHolderMain {
    display: block;
}

/* Fee Payment Page */
.borderless .table > thead > tr > th, 
.borderless .table > tbody > tr > th, 
.borderless .table > tfoot > tr > th, 
.borderless .table > thead > tr > td, 
.borderless .table > tbody > tr > td, 
.borderless .table > tfoot > tr > td {
	border:none;
}

.borderless .table {
	margin-bottom:0;
}

.btn-pad {
	padding-left:5px !important;
	padding-right:5px !important;
}
.tablesHeader {
    background-color: #d8d8d8;
    font-weight: bold;
}
.tablesHeader th {
	text-align:center !important;
}
ul.feeTabs {
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;
}
ul.feeTabs li {
    float: left;
    list-style-type: none;
    margin-right: 5%;
    padding: 0;
    width: 20%;
}
ul.feeTabs li a {
	background:#6ebe44;
	padding:10px 0 10px 10px;
	display:block;
	color:#fff;
	text-align:left;
	font-weight:bold;
	position:relative;
}
ul.feeTabs li a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(110, 190, 68, 0);
	border-left-color: #6ebe44;
	border-width: 20px;
	margin-top: -20px;
}
ul.feeTabs li.active a, ul.feeTabs li:hover a {
	background:#8ccb6b;
	text-decoration:none;
}
ul.feeTabs li.active a:after, ul.feeTabs li:hover a:after {
	border-color: rgba(140, 203, 107, 0);
	border-left-color: #8ccb6b;
}
.grayText {
	color:#999 !important;
}
.star {
	color:red;
	margin-left:5px;
}
.grayBg {
	background:#fafafa !important;
}
.upgradeNext {
	padding:30px 0;
}
.upgradeNext p {
	color:#9c1442;
}
.tabData {
	margin-top:20px;
	margin-bottom:20px;
	overflow: hidden;
	display:none;
}
.infoBox {
	display:table;
	width:100%;
	border:1px solid #ddd;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:25px 0;
}
.infoBox .infoHeader {
	background: #fff none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-weight: bold;
    left: 22px;
    padding: 5px 10px;
    position: relative;
    top: -17px;
}
.infoBox .infoData {
    display: block;
    overflow: hidden;
    padding: 0 10px 10px;
}
.infoBox .infoData p {
	overflow:hidden;
}
.infoBox .infoData p a {
	color:#0d4468;
}
.margin-right {
	margin-right:20px;
}
.email-receipt {
	float:right;
	width:100%;
}
.email-receipt span {
	float:right;
	margin-right:10px;
	line-height:26px;
}
.email-receipt .form-control {
	float:right;
	width:40%;
	font-size:14px;
	height:26px !important;
}
ul.cardType {
	display:inline-block;
	text-align:left;
	margin:0;
	padding:0;
}
ul.cardType li {
	float:left;
	list-style-type:none;
	margin-right:20px;
}
ul.cardType li .cardImage {
	display:block;
	margin-left:20px;
	margin-top:-5px;
}
ul.cardType li .cardImage span {
	margin-right:5px;
	float:left;
} 
ul.cardType li .cardImage img {
	display:block;
}
.cardType .radio input[type="radio"], 
.cardType .radio-inline input[type="radio"], 
.cardType .checkbox input[type="checkbox"], 
.cardType .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    margin-top: 5px;
}
.f-payment span {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    width: 90px;
}
ul.cbCardType {
	display:inline-block;
	width:100%;
	margin-top:20px;
}
ul.cbCardType li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 5px;
    width: 100%;
}
ul.cbCardType li .left {
    float: left;
    width: 30%;
    line-height:36px;
}
ul.cbCardType li .right {
    float: left;
	margin-right:20px;
}
ul.cbCardType li .right > span {
	text-align:center;
	margin-right:10px;
}
ul.cbCardType li .right img {
    display: block;
    margin-top: 4px;
}
.cvv {
    float: left;
    line-height: 36px;
    width: 20%;
}
.peymentCards {
	display:none;
}

.cardData {
	display:none;
}
.cardData.cardDataShow {
	display:block;
}
.upgradeSearch {
	padding:20px 20px 20px 76px;
	border:1px solid #ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	background:url('/SiteAssets/images/file-warning-icon.png') 20px 20px no-repeat;
	background-size:48px 48px;
}
.upgradeSearch > p {
    color: #0040FF;
}


.searchList {
	display:inline-block;
	width:100%;
	margin-top:20px;
}
.searchList li {
	display:inline-block;
	width:90%;
	color:#999;
	margin-bottom:5px;
	padding-left:24px;
	list-style-type:none;	
	background:url('/SiteAssets/images/plusIcon.png') left 2px no-repeat;

}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left:0px;
    padding-right:0px;
}
.mainNavigation {
	float:left;
}
.navbar-inverse {
    background-color: #383838;
    border-color: transparent;
}
.logoBar {
	display:table;
	width:100%;	
}
.logoBar.mainSite {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 90%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(90%,#e5e5e5), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 90%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 90%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#e5e5e5 90%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 90%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.menuBar {
	display:table;
	width:100%;
	background:#383838;
}
.poweredBy {
    float: right;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    line-height: 50px;
    margin-right: 20px;
}
.panel {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 22px;
}
.panel-themed {
    margin-right: 0;
}
.minHeight {
	min-height:332px;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 10px 15px;
}
.panel-themed .panel-heading {
    background-color: #6ebe44;
    border-color: #6ebe44;
    color: #fff;
}
.panel-themed .panel-body {
    padding: 15px;
    border:1px solid #ccc;
    margin-top:1px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}
.panel-title {
    color: inherit;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.btn-themed {
    background-color: #0d4468 !important;
    border-color: #0d4468 !important;
    color: #fff !important;
}
.btn-primary {
    background-color: #115c8c;
    border-color: #0e4d75;
    color: #ffffff !important;
}

.ms-core-deltaSuiteBarRight {
    margin-top: 24px;
}
#magic-line { 
	position: absolute;
	bottom: -3px; 
	left: 0; 
	width: 100px; 
	height: 3px; 
	background: #999;
}
.welcome {
	color:#333;
}
#register-link {
	display:none;
}
.panel-title > img {
    height: 22px;
}
.input-group-addon.themed {
    background-color: #6ebe44;
    border-color: #6ebe44;
    color: rgb(255, 255, 255);
    left: -2px;
    position: relative;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.locationDetail img {
    max-width: 100%;
    width: 120px;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
	min-width:inherit;
}
.btn {
	padding:6px 8px;
}
div.ms-cui-TabRowRight {
    display: none !important;
}
.real-breadcrumb {
    margin-bottom: 10px;
    /*display:none !important;*/
}
.real-breadcrumb a {
	color:#323133 !important;
}
#DeltaPlaceHolderMain a {
	color:#323133;
}
.paging-nav a {
	color:#fff !important;
}

.tablesorter-filter.form-control {
	/*width:160px;*/
	margin:0 auto;
	min-width:160px;
}
.popContent .paging-nav {
    bottom: -20px;
    margin-right: 10px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: right;
}
.chooseJurisdistion {
	position:absolute;
	width:35%;
	left:50%;
	margin-left:-17.5%;
	top:20%;
	z-index:999999;
	display:none;
}

.chooseLicenseJurisdistion{
	
	position:absolute;
	width:35%;
	left:50%;
	margin-left:-17.5%;
	top:20%;
	z-index:999999;
	display:none;

}

.chooseLicenseJurisdistion .closePop {
	position:absolute;
	right:8px;
	top:8px;
	display:block;
	background:url('/SiteAssets/images/closeIcon.png') center center no-repeat;
	width:16px;
	height:16px;
	background-size:12px 12px;
	cursor:pointer;
}

.chooseLicenseRenewJurisdistion{
	
	position:absolute;
	width:35%;
	left:50%;
	margin-left:-17.5%;
	top:20%;
	z-index:999999;
	display:none;

}

.chooseLicenseRenewJurisdistion .closePop {
	position:absolute;
	right:8px;
	top:8px;
	display:block;
	background:url('/SiteAssets/images/closeIcon.png') center center no-repeat;
	width:16px;
	height:16px;
	background-size:12px 12px;
	cursor:pointer;
}

.grayColor {
    color: #999;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.spacer10 {
	clear:both;
	height:10px;
}
.chooseJurisdistion .closePop {
	position:absolute;
	right:8px;
	top:8px;
	display:block;
	background:url('/SiteAssets/images/closeIcon.png') center center no-repeat;
	width:16px;
	height:16px;
	background-size:12px 12px;
	cursor:pointer;
}


/* User Profile */
.userProfile {
	display:inline-block;
	width:100%;
}
.userProfile ul {
	padding:0;
	list-style-type:none;
}
.userProfile ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
.leftUserInfo {
	display:block;
}
.leftUserInfo h3 {
	font-size:18px;
	background:#eeeeee;
	color:#000;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	margin-bottom:1px;
	margin-top:0;
	padding: 10px 15px;
}
.leftUserInfo h3 img {
	margin-right:4px;
}
.leftUserContent {
	display:block;
	background:#eee;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	padding:15px;
}
.leftUserContent ul {
	margin:30px 0;
}
.leftUserContent ul li {
	background: rgba(0, 0, 0, 0) url("images/greenDisc.png") no-repeat scroll left center;
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 10px;
    padding-left: 18px;
    width: 100%;
}

.rightUserInfo {
	border:1px solid #ccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-bottom:20px;
}
.rightUserInfo h3 {
	font-size:18px;
	background:#eeeeee;
	color:#000;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	margin-bottom:0;
	margin-top:0;
	padding: 10px 15px;
}
.rightUserInfo h3 img {
	margin-right:4px;
}
.rightUserContent{
	display:block;
	background:#fff;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	padding:15px;
}
.rightUserContent label {
	font-weight:normal !important;
}
.rightUserContent .star {
    color: red;
    margin-left: 5px;
    position: absolute;
    right: -5px;
    top: 9px;
}
ul.viewInfo {
	display:table;
	width:100%;
}
ul.viewInfo li label {
	width:48%;
	float:left;
	margin-bottom:10px;
}
ul.viewInfo li label:first-child {
	margin-right:20px;
	text-align:right;
}

.ms-dlgCloseBtn {
    margin-left: -30px;
}
.lblRequiredFields {
    bottom: 20px;
    color: #b94a48;
    font-weight: bold !important;
    line-height: 22px;
    margin-left: 20px;
    position: relative;
}
.locationDetail {
    margin-bottom: 20px;
    margin-top: 10px;
}
.searchText {
    float: left;
    margin-right: 1%;
    margin-top: 5px;
    width: 30%;
}
.searchInput {
    float: left;
    margin-right: 5%;
    width: 59%;
}
.searchArrow {
    float: left;
    margin-top: 3px;
    width: 5%;
}
/*.newContentHeight {
    min-height: 252px;
}
.permitProcessHeight {
    min-height: 252px;
}
.inspectionDetailsHeight {
    min-height: 326px;
}
.planReviewHeight {
    min-height: 326px;
}
.resourceCenterHeight {
    min-height: 276px;
}*/
.logoBar.subSite {
   /* background-color:#2d688c;*/
    background-position:left top;
    background-repeat:repeat-x;
}
.jurisdictionType {
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: bold;
    left: 470px;
    position: absolute;
    top: 20px;
}
.addDocument {
    background: rgba(0, 0, 0, 0) url("images/plusCircleIcon.png") no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding-left: 26px;
}
.panel-heading.gray-heading {
    background-color: #e8e8e8;
    border: medium none;
    color: #000;
    height: 36px;
}
.panel-heading.gray-heading .panel-title {
    font-size: 16px;
    font-weight: bold;
}
.panel-document {
    margin: 0 auto;
}
.panel-document .txtDocument {
    float: left;
    text-align: center;
    width: 25%;
}
.panel-document .txtName {
    float: left;
    text-align: center;
    width: 40%;
}
.panel-document .txtComments {
    float: left;
    text-align: center;
    width: 35%;
}
#addUploadDocument.modalPopup {
    height: auto;
    margin-left: -23%;
    top: 0;
    width: 46%;
}
#addNewVersion {
    margin-left: 0;
    position: relative;
    right: 2px;
    top: -5px;
}
.Searchrowcount {
    font-weight: bold;
}
.mainButtons {
	width:62.6667% !important;
}
.ms-vb2 {
	text-align:center !important;
}

.searchGridTable tr.ms-viewheadertr {
    background: #d8d8d8 none repeat scroll 0 0;
    border: 1px solid #7f7f7f;
}
.searchGridTable tr.ms-viewheadertr th {
    border-bottom: medium none;
    border-top: medium none;
    font-weight: bold;
    padding: 10px;
    text-align: center !important;
    vertical-align: middle;
}
.searchGridTable table {
    border: 1px solid #7f7f7f;
}
/*.searchGridTable tr .ms-vb2{
	min-width:175px;
}*/
.upgradeMsg .upgradeCntr{
	float:none !important;
	margin:0 auto !important;
}
.table-responsive.borderless {
    padding-bottom: 20px;
}
#DeltaPlaceHolderMain .payButtons a.btn {
    float: left;
    padding: 7px 5px !important;
}
.payButtons input {
    float: left;
    margin-right: 5px;
    padding: 5px !important;
}
#action-container label{
	margin-bottom:0 !important;
	margin-left:5px !important;
}
#action-container input[type="radio"] {
	position:relative;
	top:-2px;
}
.grayBox.largeBox {
	width:97% !important;
}
.grayBoxContent .table {
    width: 99.8%;
}
.paginate_button.prev, .paginate_button.next {
	margin-right:0;
	width:auto;
}
.dataTables_wrapper {
    clear: both;
    padding-bottom: 10px;
    position: relative;
}
div.dataTables_paginate ul.pagination {
    margin: 10px 0 0;
    white-space: nowrap;
}
#tblfeecalculator input[type="radio"] {
    margin-right: 5px !important;
    margin-top: -4px !important;
}
/*send reports */
.sendReportsPop {
	position:absolute;
	z-index:9999999;
	width:400px;
	height:250px;
	left:50%;
	margin-left:-200px;
	top:2%;
	display:none;
}
.sendReportsPop .closePop {
	background: rgba(0, 0, 0, 0) url("/SiteAssets/images/closeIcon.png") no-repeat scroll center center / 12px 12px;
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 16px;
}
ul.featureListDemo.rightList li {
    background: rgba(0, 0, 0, 0) url("/SiteAssets/images/blueTickIcon.png") no-repeat scroll left 4px !important;

    margin-bottom: 10px !important;
}
.divTransparent {
	position:absolute !important;
	top:-121px !important;
}
.scrollDiv {
    display: inline-block;
    margin-bottom: -5px;
    width: 100%;
}
.paymentTypeRow {
	margin: 0 auto !important;
    text-align: left !important;
    width: auto !important;
}
.paymentTypeRow td {
    padding: 0 20px 10px 0 !important;
}
.paymentTypeRow .checkbox input[type="checkbox"], 
.paymentTypeRow .checkbox-inline input[type="checkbox"], 
.paymentTypeRow .radio input[type="radio"], 
.paymentTypeRow .radio-inline input[type="radio"] {
    margin-left: 0 !important;
    margin-top: 5px !important;
    position: absolute;
}
.paymentTypeRow .cardImage {
    margin-left: 20px;
}
.payment-type .table-hover > tbody > tr:hover {
	background-color:#fff !important;
}
/* hide ribbon in modal dialog window */
.ms-dialog #s4-ribbonrow {
display: none !important;
}
.popOverControlPanel {
    position: relative;
    top: 15px;
}
.videoLink {
    background-color: #0e4d75 !important;
    color: white !important;
    font-size: 14px !important;
}
.popover
{
	width:150%;
	left:63px;
}
.popover-title
{
	background-color: #6EBE44;
	color:white;
	font-weight:bold;
	font-size:16px;
}
.popover-content
{
	color:#555555;
	line-height:1.5em;
}
.popover.bottom .arrow {
    left:90% !important;
}
.popOver-Content-title
{
	color:#0e4d75;
	
}
.fa-question-circle
{
	color:white;
}
.masterVideoLink {
    background-color: white !important;
    color: black !important;
}
.masterVideoLink:hover {
    background-color: #6EBE44 !important;
}

/* --------------------------- Spritesheet --------------------------- */
/* Generated using: http://spritegen.website-performance.org/ */

/* IMPORTANT! 
	If generating a new spritesheet, make sure to set the "Style prefix" field on the spritegen settings to 'sprite'
 	and don't change any of the existing image file names or you'll have to search and replace across the whole project to make changes!
 */
/*.sprite {
    background-image: url('images/permitApplicationSpritesheet.png');
    background-repeat: no-repeat;
}

.sprite-GovMotusFullColorLogoB {
    width: 194px;
    height: 36px;
    background-position: -5px -5px;
}

.sprite-error-icon {
    width: 70px;
    height: 70px;
    background-position: -5px -51px;
}

.sprite-govMotusLogoSmall {
    width: 87px;
    height: 15px;
    background-position: -85px -51px;
}

.sprite-greenarrowDown {
    width: 20px;
    height: 20px;
    background-position: -85px -76px;
}

.sprite-greenarrowUp {
    width: 20px;
    height: 20px;
    background-position: -115px -76px;
}

.sprite-ibts-logo {
    width: 84px;
    height: 46px;
    background-position: -85px -106px;
}

.sprite-jurisdictionsIcon {
    width: 32px;
    height: 32px;
    background-position: -209px -5px;
}

.sprite-profileIcon {
    width: 24px;
    height: 24px;
    background-position: -209px -47px;
}

.sprite-upgrade-icon {
    width: 20px;
    height: 15px;
    background-position: -145px -81px;
}*/


.sprite {
    background-image: url('images/applicationSpriteSheet.png');
    background-repeat: no-repeat;
}

.sprite-GovMotusFullColorLogoB {
    width: 194px;
    height: 36px;
    background-position: -5px -5px;
}

.sprite-calculator {
    width: 96px;
    height: 86px;
    background-position: -5px -51px;
}

.sprite-error-icon {
    width: 70px;
    height: 70px;
    background-position: -111px -51px;
}

.sprite-govMotusLogoSmall {
    width: 87px;
    height: 15px;
    background-position: -111px -131px;
}

.sprite-greenarrowDown {
    width: 20px;
    height: 20px;
    background-position: -5px -156px;
}

.sprite-greenarrowUp {
    width: 20px;
    height: 20px;
    background-position: -35px -156px;
}

.sprite-ibts-logo {
    width: 84px;
    height: 46px;
    background-position: -209px -5px;
}

.sprite-jurisdictionsIcon {
    width: 32px;
    height: 32px;
    background-position: -191px -61px;
}

.sprite-upgrade-icon {
    width: 24px;
    height: 24px;
    background-position: -233px -61px;
}

.sprite-profileIcon {
    width: 20px;
    height: 15px;
    background-position: -267px -61px;
}
#btnAddNewContractor
{
	margin:20px;
}
.jurisdictionsClass
{
	width:100% !important;
}
.nav>li
{
	padding:0px 10px 0px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	padding-top:5px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
	background:transparent;color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	
}

/*for fixing footer related issues*/
@media only screen and (min-device-width: 480px){
/*.footer
{
	
	position:relative;
}*/
.navbar-collapse.in
{
	overflow-y:unset;
}
}
@media only screen and (min-device-width: 768px){
/*.footer
{
	
	position:relative;
}*/
.navbar-collapse.in
{
	overflow-y:unset;
}

}
