body {
    font-size: 1.5em;
    color: #666;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    font: bold 2em Arial, sans-serif;
    padding: 0;
    margin: 0 0 1em;
}

a:link {
    font: normal 1em Arial, sans-serif;
    color: #9bc13c;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

a:visited {
    color: #9bc13c;
}

a:hover {
    color: #9bc13c;
}

a:active {
    color: #9bc13c;
}

a.scrollUp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    cursor: pointer;
    color: #FFF;
    font-size: 2.5em;
    text-align: center;
    display: none;
    outline: none;
    opacity: 0.7;
    text-shadow: 0 0 5px #666;
}

    a.scrollUp span {
        display: none;
    }

    a.scrollUp:before {
        font-family: 'fontawesome';
        content: "\f077";
        font-size: inherit;
        color: inherit;
    }

p {
    padding: 0;
    margin: 0 0 1em;
}

cite {
    font-size: normal;
}

img {
    border: none;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

    fieldset legend {
        display: none;
        font-weight: bold;
        text-transform: uppercase;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

    table caption {
        display: none;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    table tr:nth-child(odd) {
        background: #f4f4f4;
    }

    table th {
        color: #FFF;
        background: #2e2e2e;
    }


    table th,
    table td {
        padding: 0.7em;
        text-align: left;
        vertical-align: top;
    }

select,
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="submit"] {
    width: 100%;
    border: none;
    padding: 0.8em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="submit"]:focus {
        outline: none;
    }

.containr {
    max-width: 1440px;
    margin: 0 auto;
}

.topBar {
    padding: 0.5em 1em;
    background: #2e2e2e;
}

.titleNav {
    padding: 1em;
    background: #9bc13c;
}

nav {
    display: none;
    padding: 1em;
    overflow: hidden;
    background: #84a532;
}

main {
    padding: 2em 1em;
}

.footerTop {
    text-align: center;
    padding: 1.5em 1em;
    background: #9bc13c;
}

footer {
    padding: 1.8em 1em;
    background: #2e2e2e;
}
ul.videos {
    margin: 0;
}

    ul.videos li {
       float: left;
    font-size: 1em;
    padding: 1em;
    width: 49%;
    }
        ul.videos iframe {
       height: 250px;
    width: 95%;
    }

        /*.physical-address input[type="text"].route{
    width:233px;
}*/

.table-responsive-item-left.physical-address {
    /*padding-right: 135px;*/
}

#AptAddress,
#Address {
    display: inline-block;
}
#AptAddress {
    width: 50px;
}
#Address {
    width: 266px;
}
.pac-container.pac-logo {
    z-index:10001;
}
.showmapModal fieldset .show-map-p-left {
    float: left;
width: 49%;
margin-right: 2%;
}
.showmapModal p.show-map-p-left:nth-child(odd) {
margin-right: 0;
}
/*******************************************
TOP STYLES
*******************************************/
a.userAccount,
a.settings {
    color: #FFF;
    cursor: pointer;
}

    a.userAccount:before,
    a.settings:before,
    button.datetime:before {
        font-family: 'fontawesome';
        font-size: inherit;
        color: inherit;
        margin-right: 0.5em;
    }

    a.userAccount:before {
        content: "\f007";
    }

    a.settings:before {
        content: "\f013";
    }

a.settings {
    float: right;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
}

.button-action-field {
        float: right; 
        margin-right: 10px;
         height: 32px;
         width: 13%;
    }

.textbox-action-field {
       width: 85% ;
    }

button.datetime {
    color: #FFF;
    cursor: pointer;
}

 button.datetime:before {
        font-family: 'fontawesome';
        font-size: inherit;
        color: inherit;
        margin-left: 0.5em;
    }

  button.datetime:before {
        content: "\f133";
    }

button.datetime {
    float: right;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
}

.required {
    font-weight: bold;
    color: #F00;
    margin: 0 0.2em;
}

/*.settingsBox {
    display: none;
    padding: .8em 1em 1em;
    background:#161616;
    background: #FFF;
}*/

.settingsBox .label-radio {
    font-weight:normal;
}


    .settingsBox h2 {
        color: #666;
        margin-bottom: 0.3em;
        font-size:1.5em;
    }

        .settingsBox h2:before {
            font-family: 'fontawesome';
            content: "\f013";
            font-size: inherit;
            color: inherit;
            margin-right: 0.5em;
        }

    .settingsBox p {
        color: #666;
        font-weight: normal;
        margin-bottom: .3em;
  
        float: left;
        width: 50%;
        padding-right: 0.7em;
    }
.settingsBox p.full-box {
width: 100%;
}

        .settingsBox p + p {
            /*padding-right: 0;
            padding-left: 0.7em;*/
        }

form.frmSettings select,
form.frmSettings input[type="text"],
form.frmSettings input[type="email"],
form.frmSettings input[type="number"],textarea {
    color: #666;
    border: 1px solid #878787;
    padding: .3em;
}

form.frmSettings input[type="radio"] {
    margin-left: 0.5em;
    margin-right: 0.3em;
    display: inline-block;
}


form.frmSettings input[type="checkbox"] {
    margin-left: 0.5em;
    margin-right: 0.3em;
    display: inline-block;
}

form.frmSettings .rdOptn {
    
}

a.questionMark span {
    display: none;
}

a.questionMark:before {
    font-family: 'fontawesome';
    content: "\f059";
    font-size: 1.2em;
    color: #666;
}
.showmapModal input[type="text"]
{
    outline: none;
border: 1px solid #878787;
padding:0.3em;
}
form.frmSettings input[type="submit"] {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 200px;
    margin: 1em auto 0;
    display: block;
    -webkit-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    transition: background-color 250ms ease 0s;
    border: 1px solid #878787;
    background: none;
}

    form.frmSettings input[type="submit"]:hover {
        color: #FFF;
        background: #9bc13c;
    }

/*******************************************
TITLENAV STYLES
*******************************************/
.titleNav h1 {
    float: left;
    color: #FFF;
    display: inline-block;
    margin-bottom: 0;
}

    .titleNav h1 a {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        cursor: pointer;
        padding-right: 12px;
    }

.header-h1 {
    color: #475b15;
}

    .header-h1 span {
        padding-left: 12px;
        font-size: 13px;
    }

.titleNav h1 span {
    font-family: inherit;
    font-size: 13px;
}

span.BTNMenu {
    float: right;
    font: bold 2em Arial, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
}

    span.BTNMenu:after {
        font-family: 'fontawesome';
        content: "\f067";
        font-size: 0.9em;
        font-weight: normal;
        color: inherit;
        margin-left: 0.2em;
    }

    span.BTNMenu.downArrow:after {
        content: "\f068";
    }

/*******************************************
NAVIGATION
*******************************************/
ul.mainMenu li {
    width: 12.333%;
    height: 90px;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    display: table;
}

ul.mainMenu a {
    height: 100%;
    font-size: 0.77em;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
    -webkit-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    transition: background-color 250ms ease 0s;
    background: #6e8a27;
}

    ul.mainMenu a:before {
        font-family: 'fontawesome';
        font-weight: normal;
        content: "\f0c9";
        font-size: 1.7em;
        color: inherit;
        display: block;
        margin-bottom: 0.5em;
    }

/*Create request*/
ul.mainMenu li:nth-child(1) a:before {
    content: "\f040";
}

/*open request*/
ul.mainMenu li:nth-child(2) a:before {
    content: "\f07b";
}

/*closed request*/
ul.mainMenu li:nth-child(3) a:before {
    content: "\f07c";
}
/*scheduled request*/
ul.mainMenu li:nth-child(4) a:before {
    content: "\f073";
}
/*web submission request*/
ul.mainMenu li.websubmission a:before {
    content: "\f11c";
}
/*Recurring request*/
ul.mainMenu li.recurring a:before {
    content: "\f01e";
}
/*reports*/
ul.mainMenu li.reports a:before {
    content: "\f200";
}
/*website*/
ul.mainMenu li.website-linking a:before {
    content: "\f0c1";
}
/*GeoRss*/
ul.mainMenu li.georss a:before {
    content: "\f143";
}
/*delete request*/
ul.mainMenu li.deleted-request a:before {
    content: "\f1f8";
}
/*service type*/
ul.mainMenu li.service-type a:before {
    content: "\f0f6";
}
/*ward*/
ul.mainMenu li.ward-menu a:before {
    content: "\f0f2";
}
/*Map Generator*/
ul.mainMenu li.map-generator a:before {
    content: "\f21d";
}
/*user account*/
ul.mainMenu li.user-account a:before {
    content: "\f0c0";
}
/*user logs*/
ul.mainMenu li.user-logs a:before {
    content: "\f02d";
}

ul.mainMenu li.tutorial a:before {
    content: "\f002";
}

ul.mainMenu li.source-menu a:before {
    content: "\f1d8";
}

ul.mainMenu a:hover {
    background: #9bc13c;
}

/*******************************************
SUBMENU
*******************************************/
button.subMenuIcon {
    display: none;
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: 24px;
    background: none;
}

    button.subMenuIcon:before {
        font-family: 'fontawesome';
        content: "\f141";
        font-size: 3em;
        color: #666;
    }

    button.subMenuIcon span {
        display: none;
    }

.subMenu {
    clear: both;
    margin-bottom: 1.5em;
}

    .subMenu h2 {
        display: none;
        margin-bottom: 0.5em;
    }

    .subMenu li {
        float: left;
        width: 12%;
        display: table;
        border-right: 1px solid transparent;
    }

        .subMenu li:last-child {
            border-right: none;
        }

    .subMenu a {
        font-size: 0.8em;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle;
        padding: 1em;
        -webkit-transition: background-color 250ms ease 0s;
        -moz-transition: background-color 250ms ease 0s;
        -o-transition: background-color 250ms ease 0s;
        transition: background-color 250ms ease 0s;
        background: #2E2E2E;
    }

        .subMenu a:before {
            font-family: 'fontawesome';
            content: "\f0c9";
            font-size: inherit;
            color: inherit;
            margin-right: 0.5em;
        }

    .subMenu li a.show-map:before {
        content: "\f041";
    }

    .subMenu li a.close-request:before {
        content: "\f05e";
    }

    .subMenu li a.upload:before {
        content: "\f093";
    }

    .subMenu li a.print:before {
        content: "\f02f";
    }
     .subMenu li a.approve:before {
        content: "\f00c";
    }
    .subMenu li a.forward:before {
        content: "\f0e0";
    }
    .subMenu li a.clone:before {
        content: "\f24d";
    }
    .subMenu li a.delete:before {
        content: "\f1f8";
    }

     .subMenu li a.audit:before {
        content: "\f0f6";
    }

    .subMenu li a.move:before {
        content: "\f112";
    }

    .subMenu li a.re-open:before {
        content: "\f0e2";
    }

    .subMenu a:hover {
        background: #9bc13c;
    }



/*******************************************
MAIN STYLES
*******************************************/
main h2 {
    font-size: 1.5em;
}

.openRequestDetails main h2.titlePage {
    float: left;
}


/*******************************************
LOGIN PAGE
*******************************************/
body.login{
	outline:none;
	background: url(../images/bg.jpg) center center no-repeat fixed; 
 	-webkit-background-size:cover;
  	-moz-background-size:cover;
  	-o-background-size:cover;
  	background-size:cover;
}

.login p{
	font:normal 1em Arial, sans-serif;
	color:#222;
	padding:0;
	margin:0 0 1em;
}

.login a{
	font:normal 1em Arial, sans-serif;
	color:#222;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
.login a:visited{
	color:#222;
}
.login a:hover{
	color:#9cc041;
}
.login a:active{
	color:#9cc041;
}

.login header,
.login footer{
	padding:1.3em;
	background:rgb(27,27,27);
	background:rgba(27,27,27,0.8);
}

.login main{
	max-width:550px;
	margin:0.5em auto;
	padding:0;
}

.login footer{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
}

.login .container{
	max-width:560px;
	margin:0 auto;
}

.login header h1{
	margin-bottom:0;
}
.login header h1 span{
	color:#9cc041;
}
.login header h1 a{
	font-size:0.9em;
	/*width:485px;*/
	/*height:58px;*/
	color:#FFF;
	display:block;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:5px;
	margin:0 auto;
	/*padding:0.6em 0 0 5em;*/
	/*background:url(../images/loginLogo.png) left center no-repeat;*/
}
.login header h1 a:visited{
	color:#FFF;
}
.login header h1 a:hover{
	color:#FFF;
}
.login header h1 a:active{
	color:#FFF;
}

.login header p{
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:0;
}
.login a.allNet{
	color:#a3a3a3;
}

.login .topHeader{
	position:relative;
	padding:2em 2em 5em;
	background:rgb(166,194,93);
	/*background:rgba(166,194,93, 0.9);*/
}
.login .topHeader h2{
	font:bold 2.5em Arial, sans-serif;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:0;
	text-align:center;
}
.login .topHeader p{
	color:#FFF;
	text-align:center;
}
.login .fa.fa-user{
	position:absolute;
	bottom:-0.7em;
	left:50%;
	margin-left:-72px;
	width:145px;
	height:138px;
	font-size:5em;
	font-weight:normal;
	color:#acc962;
	padding:0.3em;
	text-align:center;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	border:7px solid rgb(166,194,93);
	/*border:5px solid rgba(166,194,93, 0.9);*/
	background:#FFF;
background: linear-gradient(359deg, #262c18, #ffffff, #ffffff);
background-size: 600% 600%;

-webkit-animation: AnimationName 9s ease infinite;
-moz-animation: AnimationName 9s ease infinite;
-o-animation: AnimationName 9s ease infinite;
animation: AnimationName 9s ease infinite;
}


@-webkit-keyframes AnimationName {
    0%{background-position:27% 0%}
    50%{background-position:74% 100%}
    100%{background-position:27% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:27% 0%}
    50%{background-position:74% 100%}
    100%{background-position:27% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:27% 0%}
    50%{background-position:74% 100%}
    100%{background-position:27% 0%}
}
@keyframes AnimationName { 
    0%{background-position:27% 0%}
    50%{background-position:74% 100%}
    100%{background-position:27% 0%}
}

.login .formLogin{
	padding:6em 3em 3em;
	background:rgb(255,255,255);
	background:rgba(255,255,255, 0.8);
}
.login .formLogin label,
.login .formLogin p.rem{
	display:none;
}
.login .formLogin p.submitSignIn{
	margin-bottom:0;
}
.login .formLogin input[type="text"],
.login .formLogin input[type="password"]{
	outline:none;
	padding:0.8em 0.8em 0.8em 3em;
	border-bottom:1px solid #c7c7c7;
	background:transparent;
}
.login .formLogin input[type="text"]{
	background:url(../images/bgUsername.png) 10px center no-repeat;
}
.login .formLogin input[type="password"]{
	background:url(../images/bgPassword.png) 10px center no-repeat;
}
.login .formLogin input[type="submit"]{
	font:bold 1.1em Arial, sans-serif;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	padding:0.8em;
	margin-top:1.1em;
	-webkit-transition:background 300ms ease 0s;
	-moz-transition:background 300ms ease 0s;
	-o-transition:background 300ms ease 0s;
	transition:background 300ms ease 0s;
	background:rgb(166,194,93);
}
.login .formLogin input[type="submit"]:hover{
	background:rgb(7,7,7);
}
.login .allNetLogo{
	text-align:center;
	margin: 1.5em 0 0;
}
.login .allNetLogo img{
	border:none;
	outline:none;
}
.login p:empty{
	display:none;
}

.login ul.footerCol,
.login ul.footerCol li{
	list-style:none;
	padding:0;
	margin:0;
}
.login ul.footerCol{
	/*max-width:460px;*/
	max-width:590px;
	margin:0.3em auto 0;
}
.login ul.footerCol li{
	float:left;
	/*width:66%;*/
	width:50%;
}
.login ul.footerCol li + li{
	text-align:right;
	/*width:34%;*/
	width:50%;
}
.login ul.footerCol h2{
	font-size:1.3em;
	font-weight:normal;
	color:#FFF;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-bottom:0;
	border-right:1px solid #7d7d7d;
}
.login ul.footerCol h2 span{
	font-size:1.5em;
	font-weight:bold;
	display:block;
}
.login ul.footerCol a{
	font-size:0.8em;
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
	padding:0.6em 1em 0;
}
.login ul.footerCol a.ph:before,
.login ul.footerCol a.ml:before{
	content:"\f095";
	font:normal 2em 'fontawesome';
	color:#FFF;
	text-align:center;
	display:block;
	margin-bottom:0.2em;
}
.login ul.footerCol a.ml:before{
	content:"\f0e0";
}
.login ul.footerCol a.ph:hover:before,
.login ul.footerCol a.ml:hover:before,
.login ul.footerCol a:hover{
	color:#bbec41;
}


/*******************************************
FOOTER STYLES
*******************************************/
.footerTop h2 {
    display: none;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

    .footerTop h2 span {
        font-size: 0.6em;
        font-weight: normal;
        display: block;
    }

.footerTop a:link {
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}

.footerTop a:visited {
    color: #FFF;
}

.footerTop li {
    width: 50%;
    float: left;
    text-align: right;
    border-right: 1px solid #a8c955;
    padding: 0.1em 1em;
}

    .footerTop li + li {
        text-align: left;
        border-right: none;
        border-left: 1px solid #8aaa3a;
    }

ul.contactInfo li {
    width: 50%;
    float: left;
    padding: 0.6em 1.5em 0.7em 0;
    border-right: 1px solid #585858;
}

    ul.contactInfo li + li {
        border-right: none;
        padding: 1.5em 0 0.7em 1.5em;
    }

ul.contactInfo h2 {
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: right;
}

    ul.contactInfo h2 span {
        font-size: 0.8em;
        font-weight: normal;
        display: block;
    }

ul.contactInfo p {
    font-size: 0.8em;
    color: #FFF;
    text-align: left;
}

    ul.contactInfo p:first-of-type {
        margin-bottom: 0.5em;
    }

ul.contactInfo a:link {
    font-size: inherit;
    font-weight: bold;
    color: inherit;
    display: inline-block;
}

ul.contactInfo a:visited {
    color: inherit;
}

ul.contactInfo a:hover {
    color: #9bc13c;
}

footer img {
    max-width: 50%;
    height: auto;
    margin-bottom: 0.1em;
}

footer p {
    font-size: 0.7em;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

    footer p a {
        width: inherit;
        height: inherit;
        /*display:inline-block;*/
    }

footer .container p:first-of-type {
    margin-bottom: 1.5em;
}

footer a:link {
    color: #999;
}

footer a:visited {
    color: inherit;
}

.contactInfo a:link {
    font-size: 0.7em;
    color: #999;
    text-transform: uppercase;
}

.contactInfo a:visited {
    color: inherit;
}

.footerTop a:hover {
    color: #2e2e2e;
}

footer a:hover {
    color: #9bc13c;
}

/*******************************************
TABLE STYLES
*******************************************/
span.empty:empty {
    width: 2.1em;
    display: inline-block;
}

.tblOpenSeriveRequest a span,
.tblOpenSeriveRequestDetails a span {
    display: none;
}

.tblOpenSeriveRequest a:before,
.tblOpenSeriveRequestDetails a:before {
    font-family: 'fontawesome';
    content: "\f044";
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.tblOpenSeriveRequest th,
.tblOpenSeriveRequest td {
}

.tblOpenSeriveRequestDetails th,
.tblOpenSeriveRequestDetails td {
    min-width: 230px;
}

    .tblOpenSeriveRequestDetails td:nth-child(2) {
        width: 20%;
    }

    .tblOpenSeriveRequestDetails td:nth-child(odd) {
        width: 20%;
        font-weight: bold;
    }

    .tblOpenSeriveRequestDetails td:nth-child(even) {
    }

    .tblOpenSeriveRequestDetails td:nth-child(2n) a:before {
        content: normal;
    }

    .tblOpenSeriveRequestDetails td:nth-child(2n) a {
        color: #666;
    }

.tblOpenSeriveRequest tr:hover,
.tblOpenSeriveRequestDetails tr:hover {
    background: #efffc7;
}

.normal-link {
    /*color: #9bc13c !important;*/
    cursor: pointer !important;
    text-decoration: underline;
}

/*******************************************
BOOTSTRAP STYLES
*******************************************/
.table-responsive {
    border: none;
    clear: both;
    margin-bottom: 1.5em;
}
/***Priyesh*************/
.table-responsive-item .map-label label {
    width:auto;
}
.input-group.bootstrap-timepicker.timepicker {
    margin-left: 10px;
    width: 146px;
}

.map-item-key > span {
margin-right:20px;
}
.map-item-key {
    margin: 0 auto;
    width: 480px;
}
.map-label {
    float: left;
}
.type-dropdown {
    margin-bottom: 0.5em;
    float:left;
}
.icon-key {
 line-height: 2.1em;
    margin: 0 auto;
    width: 480px;
}
.filter-select {
 border: 1px solid #878787;
    border-radius: 0;
    /*margin-bottom: 0.5em;*/
    outline: medium none;
    padding: 0.3em;
    width: 225px;
}

span.type-ward label {
    width: auto;
}

span.type-ward select {
    width: auto;
}

form.formLogin input.input-validation-error {
    border-bottom-color: #f00;
}

    form.formLogin input.input-validation-error:focus {
        border-bottom-color: #f00;
    }

h6.attachment-h6 {
    color: #666;
    font: 0.8em arial,sans-serif;
    margin: 0.5em 0;
    display: inline-block;
}

.attachment-h6 > span {
    color: #c12e2a;
}

.clear {
    border: none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.table-responsive-item {
    padding: 0.7em;
    width: 100%;
}

.table-responsive .table-responsive-item:hover {
    background: #efffc7;
}

.table-responsive .table-responsive-item:nth-child(odd):hover {
    background: #efffc7;
}

.table-responsive .table-responsive-item:nth-child(odd) {
    background: #f4f4f4;
}
.table-responsive-item-type {
    padding-right: 1em;
}
    .table-responsive-item-type label{
        float:left;
          line-height: 1.828571;
    }
.table-responsive-item-type ul{
    /*float:left;*/
}
.table-responsive-item-type li{
    float:left;
    padding-right:1em;
    line-height:1em;
}
    .table-responsive-item-type li input[type=radio]{
          float: left;
    margin-right: 0.4em;
    margin-top: .5em;
    }
        .table-responsive-item-type li .input-group-addon{
       padding:5px 12px;
    }

    /*Local Date Time*/
    .table-responsive-item-time {
    padding-right: 1em;
}
    .table-responsive-item-time label{
        width: 110px !important;
        float:left;
    }
.table-responsive-item-time ul{
    float:right;
}
.table-responsive-item-time li{
    float:left;
    padding-left: 1em;
}

 .table-responsive-item-time li input[type=text]{
         float: left;
    margin-right: 0.3em;
    }
   
    /*END. Local Date Time*/

.table-responsive-item-left {
    float: left;
    padding-right: 1em;
    width: 50%;
}

.table-responsive-item-right {
    float: left;
    padding-right: 1em;
    width: 50%;
}

.table-responsive-item label {
    width: 250px;
    margin-bottom: 0;
}

.fl-access {
float:left;
}
.fl-access-content {
float: left; word-wrap: break-word; width: 59%;
}
.fl-access-width {

}

.editor-field .error {
    background-color: #fee;
}

.editor-field .display-text {
    /*font-weight: bold;*/
    line-height: 2.2em;
}


.table-responsive-item select,
.table-responsive-item input[type="text"],
.table-responsive-item input[type="email"],
.table-responsive-item input[type="search"],
.table-responsive-item input[type="password"],
.table-servicetype-left select,
.table-servicetype-left input[type="text"],
.table-servicetype-left input[type="email"],
.table-servicetype-left input[type="search"],
.table-servicetype-left input[type="password"],
.table-responsive-captcha input[type="text"] {
    width: 320px;
    border: 1px solid #878787;
    outline: medium none;
    padding: 0.3em;
    line-height: normal;
}
.table-servicetype-left input[type="number"] {
       border: 1px solid #878787;
    outline: medium none;
    padding: 0.3em;
    line-height: normal;
    width:60px;
}

.table-responsive-captcha {
    text-align: center;
}

    .table-responsive-captcha .table-responsive-captcha-container .g-recaptcha div {
        /*width: 181px;*/
        margin: 1em auto;
    }

.table-responsive-item textarea, .table-servicetype-left textarea {
    border: 1px solid #878787;
    outline: medium none;
    padding: 0.3em;
}

.table-responsive-item .table-striped {
    width: auto;
}

    .table-responsive-item .table-striped p {
        margin-bottom: 3px;
    }

    .table-responsive-item .table-striped tr:nth-child(odd) {
        background: none;
    }

    .table-responsive-item .table-striped td {
        padding: 0.2em;
    }

.table-responsive-item .button-container, .table-responsive-button .button-container, .table-servicetype-left .button-container, .table-responsive-filter-left .button-container {
    text-align: center;
    margin-top: 1em;
}

a.btnDelete, a.btnUpdateDelete {
    color: #fff;
    display: inline-block;
    font: inherit;
}

.btnDelete, a.btnUpdateDelete, .table-responsive-item input[type="submit"], .table-responsive-button .button-container input[type="submit"], .table-responsive-button .button-container input[type="button"], .table-servicetype-left input[type="submit"], .table-servicetype-left input[type="button"], .table-responsive-item input[type="button"], .table-responsive-filter-left input[type="submit"] {
    width: 200px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    transition: background-color 250ms ease 0s;
    background: #6e8a27;
    border: medium none;
    border-radius: 0;
    padding: 0.8em;
}


    .btnDelete:hover, a.btnUpdateDelete:hover, .table-responsive-item input[type="submit"]:hover, .table-responsive-button .button-container input[type="submit"]:hover, .table-responsive-button .button-container input[type="button"]:hover, .table-servicetype-left input[type="submit"]:hover, .table-servicetype-left input[type="button"]:hover, .table-responsive-item input[type="button"]:hover, .table-responsive-filter-left input[type="submit"]:hover {
        background: #9BC13C;
    }


.table-responsive-item a[data-toggle="modal"]:before {
    font-family: 'fontawesome';
    content: "\f044";
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.table-responsive-item a span {
    display: none;
}

.table-responsive-item .table-responsive-label {
    float: left;
}

.table-responsive-item .table-responsive-content {
    float: left;
    max-width: 80%;
}

.type-access label, .type-word label {
    font-weight: normal;
    width: auto;
}

.type-access select, .type-word select {
    font-weight: normal;
    width: auto;
}

.table-responsive .alert {
    border-radius: 0;
    padding: 8px;
}

.table-responsive-filter td ul {
}

.table-responsive-filter-left {
    float: left;
    width: 440px;
}

.table-responsive-filter-right {
    padding: 0.5em;
    float: left;
}

.table-responsive-filter td ul li {
}

table.table-responsive-filter tr:nth-child(2n+1) {
    background: none;
}

table.table-responsive-filter {
    width: auto;
}

    table.table-responsive-filter td {
        padding: .5em;
    }

.table-responsive-filter td label {
    width: 180px;
}

.table-responsive-filter td select,
.table-responsive-filter td input[type="text"],
.table-responsive-filter td input[type="email"],
.table-responsive-filter td input[type="search"] {
    width: 200px;
    border: 1px solid #ccc;
    outline: medium none;
    padding: 0.3em;
}

.link-sign-out::before {
    content: "\f08b";
    color: #fff;
    font-family: "fontawesome";
    font-size: inherit;
    margin-right: 0.5em;
    padding-left: 5px;
}

a.link-sign-out {
    color: #fff;
}

ul.accordion-ul {
}

    ul.accordion-ul li {
        line-height: 2em;
        padding-left: 1em;
    }

span.icon-chevron-down:before {
    content: "\f078";
    font-family: "fontawesome";
    font-size: inherit;
    line-height: 2em;
    margin-right: 0.5em;
}

span.icon-chevron-up:before {
    content: "\f077";
    font-family: "fontawesome";
    font-size: inherit;
    line-height: 2em;
    margin-right: 0.5em;
}

ul.accordion-ul li a {
    color: #666;
}

h4.panel-title {
}

    h4.panel-title span {
        color: #666;
    }

        h4.panel-title span.category-title {
            padding-right: 1em;
        }

    h4.panel-title a {
        color: #666;
    }

main h2 span {
    line-height: inherit;
    padding-left: 1em;
    font-size: .7em;
}

    main h2 span a {
        line-height: inherit;
        font-size: .7em;
    }

.table-servicetype-left {
    /*float: left;
    width: 49%;
    padding-right: 1em;*/
}

    .table-servicetype-left .editor-label, .table-responsive-item .editor-label {
        float: left;
        width: 29%;
        line-height: 2.1em;
    }

    .table-servicetype-left .editor-field, .table-responsive-item .editor-field {
        float: left;
        width: 71%;
    }

.editor-field .field-validation-error {
    display: block;
    font-size: 0.8em;
}

.table-servicetype-right {
    float: left;
    width: 49%;
}

.table-servicetype-item {
    padding: .5em;
}

.table-servicetype-checkbox {
    padding: .5em;
}

.table-servicetype-title {
}

    .table-servicetype-title h5 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }

.main-check {
    margin-bottom: .7em;
}

    .main-check input[type="checkbox"] {
        margin-right: .7em;
    }

    .main-check label {
    }

.table-servicetype-content {
}

    .table-servicetype-content ul li input[type="checkbox"] {
        margin-right: .5em;
    }

    .table-servicetype-content ul li label {
        font-weight: normal;
    }

.table-responsive-filter-right .select-all {
    padding-left: 1.3em;
}

    .table-responsive-filter-right .select-all label {
        padding-left: 0.8em;
        font-weight: bold;
    }

    .table-responsive-filter-right .select-all input[type="checkbox"] {
    }

.table-responsive-filter-right .ui-accordion label {
    font-weight: normal;
}

.print-table {
    width: 100%;
    padding: 1em;
    font-size: 0.6em;
    font-family: Arial;
    color: #000;
}

table.print-table tr:nth-child(2n+1) {
    background: none;
}

.print-table table.header {
    width: 100%;
    padding: 0;
    margin: 0 0 1em;
}

.print-table td {
    padding: .3em;
}

.print-table h3 {
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
}

    .print-table h3 span {
        float: right;
    }

.print-table label {
    font-weight: bold;
}

.print-table p {
    font-weight: normal;
}

.print-table table.content {
    width: 100%;
    padding: 0;
    margin: .2em;
}

    .print-table table.content td {
        padding: .3em;
    }

.table-responsive-top-buttons {
    margin: .5em 0;
}

.table-responsive-search {
}

.table-responsive-top-buttons a {
    background: #2e2e2e none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    font-size: 0.8em;
    font-weight: bold;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 250ms ease 0s;
    vertical-align: middle;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    border-right: 3px solid #fff;
}

.table-responsive-search a {
    font-size: 0.7em;
    padding: .5em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 250ms ease 0s;
    vertical-align: middle;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    
}

.table-responsive-search span.search {
    font-size: 0.7em;
    padding: .5em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 250ms ease 0s;
    vertical-align: middle;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    color:#9bc13c;
    font-weight:normal;
}

.table-responsive section.subMenu li {
    margin-right: 0.2em;
    width: auto;
}

.table-responsive section.subMenu a.print-print:before {
    content: "\f02f";
    font-family: 'fontawesome';
    margin-right: 0.5em;
}

.table-responsive section.subMenu a.print-map:before {
    content: "\f041";
    font-family: 'fontawesome';
    margin-right: 0.5em;
}

.table-responsive section.subMenu a.print-map-print:before {
    content: "\f022";
    font-family: 'fontawesome';
    margin-right: 0.5em;
}

.table-responsive section.subMenu a.print-snap-shot:before {
    content: "\f080";
    font-family: 'fontawesome';
    margin-right: 0.5em;
}

.table-responsive section.subMenu a.print-excel:before {
    content:  "\f1c3";
    font-family: 'fontawesome';
    margin-right: 0.5em;
}


.table-responsive section.subMenu a:hover {
    background: #9bc13c none repeat scroll 0 0;
}

.table-responsive-search a:hover {
    color: #666;
}
.table-responsive-search span.search:hover {
    color: #666;
}
.table-responsive-search span.search:before {
    font-family: 'fontawesome';
    content: "\f068";
    font-size: inherit;
    color: inherit;
    margin-right: 0.5em;
}
.table-responsive-search a:before {
    font-family: 'fontawesome';
    content: "\f068";
    font-size: inherit;
    color: inherit;
    margin-right: 0.5em;
}

.table-responsive-search a.collapsed:before {
    content: "\f067";
}
.table-responsive-search span.collapsed:before {
    content: "\f067";
}

.custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    float: left;
    margin-left: .8em;
    width: 244px;
}

    .custom-search-input input {
        border: 0;
        box-shadow: none;
        font-size: 1em;
        height: auto;
        padding: .2em;
    }

        .custom-search-input input:focus {
            box-shadow: none;
        }

    .custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        .custom-search-input button:focus {
            background: none;
            color: #666666;
        }

        .custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
            background: none;
            color: #666666;
        }

    .custom-search-input .glyphicon-search {
        font-size: 1em;
    }

.color-theme {
    color: #e26969;
}

#alert-msg .alert {
    padding: 7px;
}

.panel-heading strong {
    color: #666;
}

.panel-group .fa-users {
    font-family: 'fontawesome';
    font-size: inherit;
    color: #e26969;
    margin-left: 0.3em;
}

.pub-org-name {
    color: #fff;
}

h4.panel-title span.ispublic-category {
    color: #e26969;
}

span.ispublic-type {
    color: #e26969;
}

.table-responsive-full .editor-label {
    width: 14.25%;
}
.table-responsive-full .editor-field {
    width: 85%;
}

.note-account {
    font-size: .9em;
}

.table-responsive-full {
}

.gj-grid-bootstrap-thead-cell.address-width {
    width: 300px;
}

.gj-grid-bootstrap-thead-cell.priority-width {
    width: 72px;
}

.loading-main {
    margin: 2em;
}

.loading-process {
    background: url(../images/loading-process.gif)no-repeat;
    width: 220px;
    height: 19px;
    margin: 0 auto;
}

.loading-text {
    color: #9bc13c;
    font-size: 1.5em;
    width: 220px;
    text-align: center;
    margin: 0 auto;
}

.label-file {
    float: left;
    line-height: 2.3em;
}

.label-content {
    float: left;
}

.fileupload-buttonbar .alert {
    margin-bottom: .5em;
    font-size: .8em;
}

    .fileupload-buttonbar .alert strong {
        font-weight: normal;
    }

label.error {
    font-weight: normal;
    color: #e26969;
}
.ui-datepicker .ui-datepicker-header select.ui-datepicker-month,.ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
    margin: 0px 2px;
    padding: 0.1em;
}
.editor-field .label.label-default {
    font-size: 0.9em;
    line-height: 2.2em;
    margin-right: 0.3em;
    font-weight:normal;
}
.table-responsive section.subMenu{
    margin-bottom:.5em;
}
strong.radio-label label {
    width:auto;
}
.table-responsive-item-right label span {
    font-weight: normal;
    padding: 0 5px;
}
/***Priyesh-end*************/

.modal {
    padding: 1em!important;
}

.modal-dialog {
    width: auto;
    max-width: 500px;
    margin: 3em auto 0;
    background: #FFF;
}

.modal-dialog-attachment {
    width: auto;
    max-width: 600px;
    margin: 3em auto 0;
    background: #FFF;
}

.modal-content {
    border: none;
    padding: 1em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
}

.panel {
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-group h3 {
    font-size: 1em;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
}

    .panel-group h3 a {
        font-size: inherit;
        font-weight: bold;
        color: inherit;
        display: block;
        cursor: pointer;
        padding: 1em;
    }

.content-panel-body {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #9bc13c;
}

.panel-group .panel-body .header-panel-body {
}

    .panel-group .panel-body .header-panel-body .note-posted-title span {
        font-size: inherit;
        font-weight: bold;
        color: inherit;
    }

    .panel-group .panel-body .header-panel-body .note-posted-title {
        font-size: inherit;
        font-weight: normal;
        color: inherit;
        padding-bottom: 10px;
    }

/*******************************************
MODAL WINDOWS
*******************************************/
#userAccountBox .modal-dialog {
    background: #2e2e2e;
}

#userAccountBox .modal-content {
    padding: 2em 1em;
}

#userAccountBox li {
    float: left;
    width: 30%;
    padding-right: 1em;
    text-align: center;
}

    #userAccountBox li + li {
        width: 70%;
        text-align: left;
    }

#userAccountBox h2 {
    font-size: 1em;
    color: #FFF;
    margin-bottom: 0;
}

    #userAccountBox h2:before {
        font-family: 'fontawesome';
        content: "\f007";
        font-size: 5em;
        display: block;
    }

#userAccountBox p {
    color: #FFF;
}

#userAccountBox a {
    font-size: 0.7em;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    padding: 1em;
    background: #FFF;
}

    #userAccountBox a:hover {
        color: #FFF;
        background: #9bc13c;
    }

.categoryModal button.close span, .showmapModal button.close span, .editModal button.close span {
    display: none;
}

.categoryModal button.close, .showmapModal button.close span, .editModal button.close {
    color: #666;
    opacity: 0.4;
}

.deleteModal input[type="submit"] {
    max-width: 150px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 1em 0;
    -webkit-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    transition: background-color 250ms ease 0s;
    border: 1px solid #CCC;
    background: none;
}

    .deleteModal input[type="submit"]:hover {
        color: #FFF;
        background: #9bc13c;
    }

.confirmModal input[type="submit"] {
    max-width: 150px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 1em 0;
    -webkit-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    transition: background-color 250ms ease 0s;
    border: 1px solid #CCC;
    background: none;
}

    .confirmModal input[type="submit"]:hover {
        color: #FFF;
        background: #9bc13c;
    }

    .shareAccessModal input[type="submit"] {
    max-width: 150px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 1em 0;
    -webkit-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    transition: background-color 250ms ease 0s;
    border: 1px solid #CCC;
    background: none;
}

    .shareAccessModal input[type="submit"]:hover {
        color: #FFF;
        background: #9bc13c;
    }

.categoryModal button.close:before, .showmapModal button.close:before, .editModal button.close:before {
    font-family: 'fontawesome';
    content: "\f00d";
    font-size: 1.2em;
    color: inherit;
}

/*******************************************
FORM STYLES
*******************************************/
form.frmPostStatusReport label,
form.frmRatePayersReport label {
    font-weight: normal;
}

    form.frmPostStatusReport label.chkBox,
    form.frmRatePayersReport label.chkBox {
        display: inline-block;
        margin-left: 0.3em;
    }

form.frmPostStatusReport textarea,
form.frmRatePayersReport textarea {
    border: 1px solid #878787;
    height: 100px;
}

form.frmPostStatusReport input[type="text"] {
    border: 1px solid #878787;
    padding: 0.3em;
    width: 100px;
}

form.frmPostStatusReport input[type="submit"],
form.frmRatePayersReport input[type="submit"] {
    width: 200px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    transition: background-color 250ms ease 0s;
    background: #6e8a27;
}

    form.frmPostStatusReport input[type="submit"]:hover,
    form.frmRatePayersReport input[type="submit"]:hover {
        background: #9BC13C;
    }

.categoryModal h2, .showmapModal h2, .editModal h2, .confirmModal h2,.shareAccessModal h2, deleteModal h2 {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.categoryModal form textarea,
.categoryModal form select,
.categoryModal form input[type="text"],
.categoryModal form input[type="email"],
.categoryModal form input[type="number"],
.editModal form textarea,
.editModal form select,
.editModal form input[type="text"],
.editModal form input[type="password"],
.editModal form input[type="email"],
.editModal form input[type="number"] {
    outline: none;
    border: 1px solid #878787;
}

.editModal a.delete-button {
    padding: 0.8em;
    width: 200px;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
}

.editModal a.delete-button, .categoryModal form input[type="submit"], .showmapModal form input[type="submit"], .editModal form input[type="submit"] {
    max-width: 200px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    margin: .5em;
    display: inline-block;
    -webkit-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    transition: background-color 250ms ease 0s;
    border: 1px solid #878787;
    background: none;
}

    .editModal a.delete-button:hover, .categoryModal form input[type="submit"]:hover, .showmapModal form input[type="submit"]:hover, .editModal form input[type="submit"]:hover {
        color: #FFF;
        background: #9bc13c;
        text-decoration: none;
    }

.showmapModal .modal-dialog {
    max-width: 700px;
}

/*******************************************
MEDIA QUERIES
*******************************************/
@media only screen and (max-width:1454px) {
    .fl-access-content {
        width: 50%;
    }

    .input-group.bootstrap-timepicker.timepicker {
        margin-left: 0;
    }
}
@media only screen and (max-width:1250px) {
	div.table-responsive-item-left.physical-address.cf > strong{
	display:BLOCK;	
	}
}


@media only screen and (max-width:1207px) {
          .fl-access-content {
    width:47%;
    }

}

@media only screen and (max-width:1024px) {
    /*.subMenu li {
        height: 60px;
    }*/
    /*Priyesh-ipad-landscape*/
        .showmapModal p label{
    display:block;
    }
    .icon-key {
    width:100%;
    }
       .fl-access-content {
    width:40%;
    }
    .table-responsive-item select,
    .table-responsive-item input[type="text"],
    .table-responsive-item input[type="email"],
    .table-responsive-item input[type="search"],
    .table-responsive-item input[type="password"],
    .table-responsive-item input[type="number"],
    .table-servicetype-left select,
    .table-servicetype-left input[type="text"],
    .table-servicetype-left input[type="email"],
    .table-servicetype-left input[type="search"],
    .table-servicetype-left input[type="password"],
    .table-servicetype-left input[type="number"],
    .table-responsive-captcha input[type="text"] {
        width: 100%;
        border: 1px solid #878787;
        outline: medium none;
        padding: 0.3em;
        line-height: normal;
    }

    .table-responsive-item-left.physical-address label{
        clear: both
    }
    #AptAddress,
    #Address {
        float: left;
    }
    #AptAddress {
        width: 20%;
        min-width: 9%;
         margin-right: 1%;
    }
    #Address {
        width: 79%;
       
    }

    span.type-ward {
        display: block;
        padding: 0.5em 0;
    }

        span.type-ward label {
        }

        span.type-ward select {
        }
                       .physical-address label[for="Address"]{
    width:100%;
}
                           .physical-address input[type="text"].route{
    width:383px;
}
    /*Priyesh-ipad-end*/
}

@media only screen and (max-width:1023px) {
    ul.mainMenu li {
        width: 14.111%;
    }
       .icon-key {
    width:100%;
    }

}

@media only screen and (max-width:768px) {

    .physical-address input[type="text"].route{
    width:256px;
}
    .showmapModal p label{
    display:block;
    }
    .show-map-p-left {

    }
    /*Priyesh-ipad*/
     .map-item-key {
    margin: 0 auto;
    width: 100%;
}
.map-label {
    float: none;
}
    .icon-key {
    width:100%;
    }
    .popover {
    display:none!important;
    }
    .table-servicetype-left {
        width: 60%;
    }
    .fl-access-content {
    width:47%;
    }

    .table-servicetype-right {
        width: 40%;
    }

    .table-servicetype-left .editor-label, .table-responsive-item .editor-label {
        width: 28%;
    }

    .table-servicetype-left .editor-field, .table-responsive-item .editor-field {
        width: 72%;
    }

    .table-responsive-full .editor-label {
        width: 28%;
    }

    .table-responsive-full .editor-field {
        width: 72%;
    }

    .type-word {
        display: block;
        margin-top: 0.5em;
    }

    .type-access {
        display: block;
        margin-top: 0.5em;
    }

    .table-responsive-item .type-word label {
        width: 100%;
    }

    .table-responsive-item .type-access label {
        width: 95%;
    }

    .table-responsive-item label {
        margin-bottom: 0;
        width: 150px;
    }

    .table-responsive-item .table-responsive-label {
        margin-bottom: 0;
        width: 150px;
    }
    /*Priyesh-ipad-end*/
    .subMenu {
        display: none;
    }

    button.subMenuIcon {
        display: inline-block;
    }

    .subMenu li {
        float: none;
        width: 100%;
        height: auto;
        display: block;
        border-right: none;
    }

        .subMenu li:last-child a {
            border-bottom: none;
        }

    .subMenu a {
        font-size: 1em;
        display: block;
        text-align: left;
        border-bottom: 1px solid #4a4a4a;
    }

        .subMenu a:before {
            width: 20px;
            font-size: inherit;
            font-weight: normal;
            display: inline-block;
        }
}

@media only screen and (max-width:681px) {
    ul.mainMenu li {
        width: 16.444%;
    }
                       .physical-address input[type="text"].route{
    width:222PX;
}

    .table-responsive-item-left.physical-address {
        margin-bottom: 1.5em;
    }

    /*Priyesh-m*/
    .type-dropdown {
    float:none;
    }
    .icon-key {
    width:100%;
    }
    .table-responsive-item-type ul{
    float:left;
}
    .table-responsive-item-type li{
    float:none;
    padding-right:1em;
}
    .btnDelete, input[type="submit"].btnSubmit {
        padding: 0.6em;
        width: 110px;
    }
    .fl-access-width {

}
    .fl-access-content {
    
    }
       .popover {
    display:none!important;
    }
    a.btnUpdateDelete {
        padding: 0.6em;
        width: 130px;
    }

    .table-responsive-item .table-striped {
        width: 100%;
    }

    .label-file {
        float: none;
    }

    .label-content {
        float: none;
    }

    .titleNav h1 {
        color: #fff;
        display: block;
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }

    .type-word {
        display: block;
        margin-top: 0.5em;
    }

    .type-access {
        display: block;
        margin-top: 0.5em;
    }

    .table-responsive-item .type-word label {
        width: 100%;
    }

    .table-responsive-item .type-access label {
        width: 95%;
    }

    .table-responsive-full .editor-label {
        width: 28%;
    }

    .table-responsive-full .editor-field {
        width: 72%;
    }

    .table-responsive-filter td label {
    }

    .table-responsive-filter td select, .table-responsive-filter td input[type="text"], .table-responsive-filter td input[type="email"], .table-responsive-filter td input[type="search"] {
    }

    .editModal a.delete-button, .categoryModal form input[type="submit"], .showmapModal form input[type="submit"], .editModal form input[type="submit"] {
        margin: 0 0.4em;
        width: 121px;
    }

    .table-responsive-filter-left {
        width: 60%;
        float: left;
        margin-bottom: 0.5em;
    }


    .gj-grid-bootstrap-thead-cell.address-width {
        width: auto;
    }

    .gj-grid-bootstrap-thead-cell.priority-width {
        width: auto;
    }

    .table-responsive-item label {
        margin-bottom: 0;
        width: 180px;
    }

    .table-responsive-item .table-responsive-label {
        margin-bottom: 0;
        width: 180px;
    }

    .table-responsive-item-left {
        float: none;
        margin-bottom: 0.5em;
        width: 100%;
        padding: 0;
    }

    .table-responsive-item-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .table-responsive-item .table-responsive-label {
        float: none;
        width: 100%;
    }

    .table-responsive-item select, .table-responsive-item input[type="text"], .table-responsive-item input[type="email"], .table-responsive-item input[type="search"], .table-responsive-item input[type="password"], .table-responsive-item input[type="number"], .table-servicetype-left select, .table-servicetype-left input[type="text"], .table-servicetype-left input[type="email"], .table-servicetype-left input[type="search"], .table-servicetype-left input[type="password"], .table-servicetype-left input[type="number"], .table-responsive-captcha input[type="text"] {
        width: 100%;
    }

    .table-responsive-content .padding-lf {
        display: block;
        padding-left: 2.1em;
    }
        ul.videos li {
       float: left;
    font-size: 1em;
    padding: 1em;
    width: 100%;
    }
    /*Priyesh-m-end*/
}

@media only screen and (max-width:586px) {
    ul.mainMenu li {
        width: 19.777%;
    }
         .type-dropdown {
    float:none;
    }
    .icon-key {
    width:100%;
    }
    ul.videos {
    margin: 0;
}



}

@media only screen and (max-width:580px){
	.login ul.footerCol{
		max-width:100%;
		margin:0;
	}
	.login ul.footerCol li{
		float:none;
		width:100%;
		text-align:center;
	}
	.login ul.footerCol h2{
		border-right:none;
		margin-bottom:1em;
		letter-spacing:1px;
	}
	.login ul.footerCol li + li{
		width:100%;
		text-align:center;
	}
         .type-dropdown {
    float:none;
    }
    .icon-key {
    width:100%;
    }
}

@media only screen and (max-width:568px) {
    ul.mainMenu li {
        width: 19.777%;
    }
    /*Priyesh-m*/
        .type-dropdown {
    float:none;
    }
    .icon-key {
    width:100%;
    }
        .table-responsive-item-type li{
    float:none;
    padding-right:1em;
}
    .fl-access-width {
        width:80%;
}
    .btnDelete, input[type="submit"].btnSubmit {
        padding: 0.5em;
        width: 95px;
    }
       .popover {
    display:none!important;
    }
    .custom-search-input {
        width: 220px;
    }

    .table-responsive-filter td label {
    }

    .table-responsive-filter td select, .table-responsive-filter td input[type="text"], .table-responsive-filter td input[type="email"], .table-responsive-filter td input[type="search"] {
    }

    .table-responsive-filter-left {
        width: 100%;
        float: none;
        margin-bottom: 0.5em;
    }

    .table-responsive-filter-right {
        width: 100%;
        float: none;
    }

    .table-servicetype-left {
        float: none;
        width: 100%;
    }

    .table-servicetype-right {
        float: none;
        width: 100%;
    }
    /*Priyesh-m-end*/
}

@media only screen and (max-width:505px){
	.login header{
		padding:1em;
	}
	 .type-dropdown {
    float:none;
    }
    .icon-key {
    width:100%;
    }
	.login main{
		margin:0 auto;
	}
	.login .topHeader h2{
		font-size:1.5em;
	}
	.login p{
		font-size:0.9em;
	}
	.login .fa.fa-user{
		font-size:4.5em;
		width:130px;
		height:123px;
		margin-left:-65px;
	}
	
	/*.login footer{
		padding:0.6em 0.5em;
	}
	.login ul.footerCol{
		max-width:100%;
		min-width:295px;
	}
	.login ul.footerCol h2{
		font-size:1em;
		letter-spacing:0;
	}
	.login ul.footerCol h2 span{
		font-size:1.4em;
	}
	.login ul.footerCol li,
	.login ul.footerCol li + li{
		text-align:center;
	}
	.login ul.footerCol li{
		width:60%;
	}
	.login ul.footerCol li + li{
		width:40%;
	}
	
	.login ul.footerCol a{
		font-size:0.7em;
	}*/
}

@media only screen and (max-width:500px) {
    /*Priyesh-m*/


        .type-dropdown {
    float:none;
    }
    .icon-key {
    width:100%;
    }
        .table-responsive-item-type li{
    float:none;
    padding-right:1em;
}
    .table-servicetype-item .editor-field, .table-responsive-item .editor-field {
        width: 100%;
        float: none;
    }
    .fl-access-width {

}
       .popover {
    display:none!important;
    }
    .table-servicetype-item .editor-label, .table-responsive-item .editor-label, .table-responsive-full .editor-label {
        width: 100%;
        float: none;
    }

    .table-servicetype-checkbox .editor-field {
        line-height: 2.4em;
    }

    .table-responsive-item .type-access label {
        width: 94%;
    }

    .padding-lf {
        display: block;
        padding-left: 2.1em;
    }

    .table-responsive-item label {
        margin-bottom: 0;
        width: 80%;
    }

    .table-responsive-button .button-container input[type="submit"], .table-responsive-button .button-container input[type="button"] {
        width: 130px;
    }

    .deleteModal input[type="submit"] {
        margin: 0 0.4em;
        max-width: 100px;
    }

    .confirmModal input[type="submit"] {
        margin: 0 0.4em;
        width: 100px;
    }
        .shareAccessModal input[type="submit"] {
        margin: 0 0.4em;
        width: 100px;
    }

    .editModal a.delete-button, .categoryModal form input[type="submit"], .showmapModal form input[type="submit"], .editModal form input[type="submit"] {
        margin: 0 0.4em;
        width: 100px;
    }
    /*Priyesh-m-end*/
    .loginPage header p {
        font-size: 0.9em;
    }

    .loginPage h2 {
        font-size: 1.4em;
    }

    ul.contactInfo li,
    .footerTop li {
        float: none;
        width: 100%;
        text-align: center;
        border-right: none;
        padding: 0;
    }

    .footerTop li {
        float: left;
        width: 50%;
        text-align: right;
    }

        ul.contactInfo li + li,
        .footerTop li + li {
            padding: 0;
            border-left: none;
            text-align: center;
        }

        .footerTop li + li {
            text-align: left;
        }

    ul.contactInfo h2 {
        text-align: center;
        margin-bottom: 0.5em;
    }

    .footerTop h2 {
        font-size: 1.6em;
        display: block;
    }

    ul.contactInfo p:first-of-type {
        margin-bottom: 0;
    }

    ul.contactInfo p {
        text-align: center;
        display: inline-block;
        margin: 0 0.6em;
    }

    ul.contactInfo a span,
    .footerTop a span {
        display: none;
    }

    ul.contactInfo a:link:before,
    .footerTop a:link:before {
        font-family: 'fontawesome';
        content: "\f095";
        font-size: 3em;
    }

    .footerTop a:link {
        margin: 0 0.6em;
    }

    ul.contactInfo p:nth-child(2) a:link:before,
    .footerTop li:nth-child(2) a:link:before {
        content: "\f0e0";
    }

    button.settings:before {
        font-size: 1.1em;
        margin-right: 0;
    }

    button.settings span,
    span.BTNMenu span {
        display: none;
    }

    .titleNav h1 {
        font-size: 1.3em;
    }
    /*.titleNav h1 a{
		width:200px; 
		overflow:hidden;
		white-space:nowrap; 
		text-overflow:ellipsis;
		background:#f00;
	}*/
    span.BTNMenu {
        line-height: 0.765em;
    }

        span.BTNMenu:after {
            content: "\f0c9";
        }

    ul.mainMenu li {
        width: 24.777%;
    }

    form.frmPostStatusReport input[type="submit"],
    form.frmRatePayersReport input[type="submit"] {
        width: 100%;
    }
}

@media only screen and (max-width:479px) {
     .type-dropdown {
    float:none;
    }
    .icon-key {
    width:100%;
    }
       .popover {
    display:none!important;
    }
    nav {
        padding: 0;
    }

    ul.mainMenu li {
        float: none;
        width: 100%;
        height: auto;
        display: block;
        margin-right: 0;
    }

    ul.mainMenu a {
        font-size: 0.875em;
        text-align: left;
        display: block;
    }

        ul.mainMenu a:before {
            font-size: 1.5em;
            display: inline-block;
            margin-bottom: 0;
            margin-right: 0.7em;
        }

    #userAccountBox .modal-dialog {
        max-width: 290px;
        margin-top: 1.3em;
    }

    #userAccountBox li {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

        #userAccountBox li + li {
            width: 100%;
            text-align: center;
        }

    #userAccountBox h2 {
        margin-bottom: 1em;
    }

    #userAccountBox a {
        display: block;
        margin-bottom: 0.1em;
    }

    .settingsBox h2 {
        font-size: 1.3em;
    }

    .settingsBox p {
        float: none;
        width: 100%;
        padding-right: 0;
    }

        .settingsBox p + p {
            padding-left: 0;
        }
}

.attachment {
    margin-left: 10px;
    margin-bottom: 15px;
}

    .attachment li {
        padding-bottom: 5px;
    }

.icon-trash:before {
    color: #e56767;
    content: "\f014";
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
    padding-right: 5px;
}

.icon-simple-doc:before {
    color: #393939;
    content: "\f15b";
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-pdf:before {
    color: #e14e42;
    content: "\f1c1";
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-word:before {
    color: #326bc3;
    content: "\f1c2";
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-excel:before {
    color: #177336;
    content: "\f1c3";
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-image:before {
    color: #8659b6;
    content: "\f1c5";
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-txt:before {
    content: "\f0f6";
    color: #393939;
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-ppt:before {
    content: "\f1c4";
    color: #d55b1a;
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-wav:before {
    content: "\f1c7";
    color: #6f592c;
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-wav-play:after {
    content: "\f01d";
    color: #d55b1a;
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-left: 0.5em;
    cursor: pointer;
}

.icon-mp3:before {
    content: "\f1c7";
    color: #6f592c;
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
}

.icon-mp3-play:after {
    content: "\f01d";
    color: #d55b1a;
    font-family: 'fontawesome';
    font-size: 1.2em;
    margin-left: 0.5em;
    cursor: pointer;
}

.blank-space-attachment {
    width: 200px;
}

@media only screen and (max-width:430px){
    div.pac-container.pac-logo {

left:20px!important;
}
        .type-dropdown {
    float:none;
    }
    .icon-key {
    width:100%;
    }
	.login header h1 a{
		font-size:0.7em;
		letter-spacing:3px;
	}
	.login header p{
		font-size:0.8em;
	}
}
.info-window {
}

.info-window h3{
    margin:0 0 .5em;
     font-size: 1.4em;
}
    .info-window h3 span {
         font-size: 1em;
         font-weight:normal;
    }
    .info-window h3 span a {
    font-size: 0.9em;
    padding: 0 0.2em;
}

.gj-grid-wrapper .closed {
    color:#e13737;
}
.gj-grid-wrapper tr.request-due {
    background:#f8cdcd;
}

.icon-key span.box {
    height:1em;
    width:1em;
    background:#f8cdcd;
    display:inline-block;
}
    .icon-key span {
    vertical-align:middle;
    margin-right: 10px;
    }
        .icon-key span.pencil-green {
         margin-right: 0px;
        }
.table-responsive-top {
    margin-bottom: 1em;
}
.confirmModal h2 a.go-to-details {
    text-transform:none;
}
.gm-style-iw .info-window a::before {
    content:none;
}
.category-list ul {
}
.category-list ul li {
    float: left;
}
.category-list ul li label {
    font-weight: normal;
}

.message {
    margin: 0;
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}



div.pac-container.pac-logo {
width:320px!important;
/*left:496px!important;*/
}

.audit-field-show {
    display: none;
}

table.audit-history tr:nth-child(2n+1) {
    background: #fff;
}

table.audit-history >tbody >tr.active >td{
background-color: #fff;
}
/*Auto Complete*/
.ui-widget-content.ui-autocomplete .ui-menu-item{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 4px 5px;
    border-bottom: 1px solid #eee;
}
.ui-widget-content.ui-autocomplete .ui-state-focus{
    background: #e8e8e8;
    border-top:none;
    border-right:none;
    border-left:none;
    border-bottom: 1px solid #eee;
}

/*Auto Complete end*/