
/* Guidelines*/

.faq .faq-container > li a.guidelines {
  color: #337ab7;;
  padding: 20px 0;
  display: block;
  position: relative;
  padding-right: 35px;
}
/*Guidelines ends*/

/* Coming soon */

.header-main{
	text-align: initial;
}

.topleft {
  position: absolute;
  top: 20px;
  left: 36px;
}
.aboutus-image{
	max-width: 100%;
	margin-bottom: 10px;
}
.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.coming-soon {
    position: fixed;
    width:70%;
    height: 500px;
    background: url("../images/comingsoon.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	left:42%;
    top: 35%;
    z-index: 9999;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
    display: none;
	margin-top:-150px;
	margin-left:-350px;
	color: white;
  font-family: "Courier New", Courier, monospace;
}

.modal-content-inspection {
	background-color: white;
}

.acps-register span {

}

.coming-soon .heading{ color:#000;}

.login-cm {
    text-align: right;
   
    display: inline-block;
}

.afternav-box{
	margin-bottom: 20px;
}
.login-cm a {
	display: inline-block;
    background: #b22222;
    color: #fff;
   padding: 0px 35px 0px 5px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
    vertical-align: middle;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}

.login-cm a:hover, .login-cm a.active, .esrvices  a:hover, .esrvices a.active{background: #e6c85b; color: #000;}
.login-cm a span {
	display: inline-block;
	vertical-align: middle;
	background: #e6c85b;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	margin-right: 15px;
	   margin-top: -4px;
}
.login-cm a:hover span, .login-cm a.active span{background: #fff;}


.login-cm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 999;
    height: 100%;
    background: rgba(0,0,0,0.70);
    display: none;
}
.login-cm-close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
    width: 24px;
    text-align: center;
    border: 1px solid #b22222;
    line-height: 22px;
    border-radius: 50%;
    font-size: 0.85em;
	color:#b22222;
}
.login-cm-close:hover{ cursor:pointer; opacity:0.6;}

/* Coming Soon ends */

.nav-collapse-buttons{
	display: none;
}

.nav>li>a {
	padding: 10px 12px;
}

.ribbon-bar {
	clear: both; 
	margin-bottom: 5px;
	font-size: small;
}

.ribbon-bar ul {
    list-style: outside none none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ribbon-bar ul li{ float:left;}
.ribbon-bar ul li a {
    border-right: 1px solid #ccc;
    color: #666;
    display: block;
    font-size: 15px;
    padding: 5px 15px;
	text-align: center;
	min-width: 130px;
}
.ribbon-bar ul li a img{ 
	display:block; margin:5px auto; height: 40px;
}

.sub-nav {
	width: auto;
}

.grey-box{
	min-height:330px;
	background:#fff; 
	
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading-blue {
    border-bottom: 1px solid #b22222;
    color: #b22222;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-transform: none;
}


.links-ankhor > ul {
    list-style: outside none none;
    padding: 0 10px;
}

.links-ankhor > ul li{ float:none;}
.links-ankhor > ul li a{ display:block; padding:10px 40px 10px 0px; border-bottom:1px solid #d7d7d7; color:#666666; position:relative;}
.links-ankhor > ul li a:after{content: '\f105';
font-family: "FontAwesome";  font-size: 18px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
	color:#b22222;
}



.control-label {
	float: right;
	text-align: right;
	max-width: 100%;
}



.summary-field-label {
	float: left;
}



@media screen and (max-width:767px) {
div.acps-help-desk{
	padding: 0;
}
.ribbon-bar ul li a{
	border: none;
}

div.mobile-header{
	display: flex;
}
.navbar-toggle{
	top: 0;
	right: 0;
}
.ribbon-bar ul li{ 
	flex-grow: 1;
    width: 50%;
    border: 1px solid rgba(0,0,0,.1);
}	
.subpage .logo-main a img{
	position: fixed;
    right: 19px;
    top: 70px;
    background-color: rgba(0,0,0,0.8);
    width: 49px;
}
.login a{
	width: auto;
}
.container {
	max-width: 1170px;
}
.container-small {
	max-width: 600px;
}
.container.relative {
	position: relative;
}

.grey-box{ min-height:280px; background:#fff; float:left; width:100%; border:1px solid #ddd; margin-bottom:20px; margin-top:20px;}

.heading-blue {
    border-bottom: 1px solid #b22222;
    color: #b22222;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-transform: none;
}

.graph {
    float: left;
    padding: 0 20px;
}

.links-ankhor > ul {
    list-style: outside none none;
    padding: 0 10px;
}

.links-ankhor > ul li{ float:none;}
.links-ankhor > ul li a{ display:block; padding:10px 40px 10px 0px; border-bottom:1px solid #d7d7d7; color:#666666; position:relative;}
.links-ankhor > ul li a:after{content: '\f105';
font-family: "FontAwesome";  font-size: 18px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
	color:#b22222;
}


.grey-box.graph-container > ul {
    float: right;
    list-style: outside none none;
    margin-right: 20px;
    padding: 0;
}


.grey-box.graph-container > ul li {
    display: block;
    float: none;
}

.grey-box.graph-container > ul li a{ display:block; border-bottom:1px solid #d7d7d7; padding:10px 10px 10px 0px; }

.grey-box.graph-container > ul li a span {
    background: #ddd none repeat scroll 0 0;
    border-radius: 7px;
    color: #333;
    display: inline-block;
    float: right;
    margin-left: 100px;
    padding: 1px;
    text-align: center;
    width: 40px;
}

.grey-box.graph-container > ul li a span.graph-active { background: #8ecb64 none repeat scroll 0 0;}
.grey-box.graph-container > ul li a span.graph-processing { background: #52bcec none repeat scroll 0 0;}
.grey-box.graph-container > ul li a span.graph-expiring { background: #efb561 none repeat scroll 0 0;}
.grey-box.graph-container > ul li a span.graph-expired { background: #dfdfde none repeat scroll 0 0;}

}


.loguser a {
	color: white;
    cursor: pointer;
    top: 0;
    right: 0;
    display: initial;
    font-weight: bold;
}

.loguser {
    text-align: right;
    display: inline-block;
	padding-top: 20px;
	
}
.loguser p{
	color: #fff;
	font-size: 13px;
	line-height: 14px;
}

.loguser a.dropdown-toggle {
	display: inline-block;
    vertical-align: middle;
	text-decoration:none;
	padding:0px;
}

.subpage .navbar-collapse{
	margin-right:0px !important;
	padding: 0px 10px;
}
.loguser .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    box-shadow: none;
    background: #011828;
}

.loguser .dropdown .dropdown-menu a{ color:#fff;}

.dropdown-menu {
	width: auto;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    /* Added the following two properties to display border */
    border: 2px solid #fff;
    background-color: #fff;
}


#searchButton img{
	height: 25px;
}

#searchKeyword {
	height: 40px;
}



/*
EServices
*/


.esrvices a{
	padding: 0px 5px 0px 10px;
}
.eservices-tab .nav.nav-tabs {
	border: medium none;
	float: left;

	padding-right: 30px;
}
.eservices-tab .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
		border-right: 1px solid #d0c883;
		width: 160px;
}
.eservices-tab .input-group {
	border: medium none;
	float: right;
	margin: 15px;
	width: 60%;
}
.eservices-tab {
	background: #333 none repeat scroll 0 0;
	float: left;
	width: 100%;
	border-radius: 10px;
}
.esrvices .tab-content {
	clear: both;
	float: left;
	margin: 30px 0;
	width: 100%;
}
.eservices-tab .nav.nav-tabs a {
	border: medium none!important;
	margin: 0!important;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	padding: 15px 25px;
	position: relative;
}
.eservices-tab .nav-tabs > li.active > a, .eservices-tab .nav-tabs > li.active > a:focus, .eservices-tab .nav-tabs > li.active > a:hover, .eservices-tab .nav-tabs > li a:hover {
	background: #e3c24a;
	color: #333;
}
.eservices-tab .nav-tabs > li.active > a::after, .eservices-tab .nav-tabs > li > a:hover::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e3c24a;
	bottom: -10px;
	content: "";
	height: 10px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 10px;
}
.eservices-tab .nav.nav-tabs li:first-child a {
	border-radius: 10px 0 0 10px;
}
.eservices-tab .input-group {    
background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	border: medium none;
float: right;
    margin: 15px;
    width: 53%;
}
.eservices-tab .form-control:focus {border: none;}
.eservices-tab .input-group input.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    height: 50px;
    outline: medium none;
    font-size: 16px;
}
.eservices-tab .input-group .btn.btn-default {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    height: 40px;
	margin: 0;
}




/*  Previous CSS */
.progress-group {

	overflow-x: scroll;
	overflow-y: hidden;
	margin-bottom: 20px;
	width: 100%;
}
.progress-group .progress-list {
	border: medium none;
	list-style: outside none none;
	padding: 0;
}
.progress-group .progress-list > li > a, .progress-group .progress-list > li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	color: #8a8a8a;
}
.progress-group .progress-list > li {
	float: left;
}
.progress-group .progress-list > li a {
	display: block;
	padding: 10px 15px;
	position: relative;
}
.progress-group .progress-list > li > a {
	border-bottom: 6px solid transparent!important;
}
.progress-group .progress-list > li.active a, .progress-group .progress-list > li a:hover {
	color: #000000;
}
.progress-group .progress-list > li a img {
	margin-right: 5px;
}
.progress-group .progress-list > li {
	margin-right: 20px !important;
}
.notification-message {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0;
}
.notification-message .notification-message-body {
	border-radius: 5px;
	color: #fff;
	padding: 15px 20px;
	border: 1px solid;
}
.notification-message .notification-message-body.danger-notification {
	background: #f2dede none repeat scroll 0 0;
	color: #a94442;
	border-color: #ebccd1;
}
.notification-message .notification-message-body.warning-notification {
	background: #fcf8e3 none repeat scroll 0 0;
	color: #8a6d3b;
	border-color: #faebcc;
}
.notification-message .notification-message-body.info-notification {
	background: #d9edf7 none repeat scroll 0 0;
	color: #31708f;
	border-color: #bce8f1;
}
.notification-message .notification-message-body.success-notification {
	background: #dff0d8 none repeat scroll 0 0;
	color: #3c763d;
	border-color: #d6e9c6;
}
.form-template-content {
	background: none;
	margin-bottom: 8px;
	float: left;
	width: 100%;
}

.row.form-template {
    clear: both;
}
.form-template-content .form-section {
	background: #fff none repeat scroll 0 0;
	border-radius: 10px;
	float: left;
	min-height: 54px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
	margin: 0;
}


.form-section-header img {
	margin-right: 10px;
	vertical-align: bottom;
}
.form-body {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	float: left;
	margin: 20px 0 0;
	width: 100%;
}
.form-main {
	float: left;
	padding: 15px;
	width: 100%;
}
.slide-box .heading {
	border-bottom: 1px solid #d7d7d7;
	color: #666666;
	float: left;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
}
.slide-box .heading > img {
	margin-right: 10px;
}
.slide-box .control-label {
	color: #666666;
	font-weight: 400;
}
.retrive {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #dcca24;
	border-radius: 5px;
	color: #930d10;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 12px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-group.mandatory label.control-label::after {
	color: #930d10;
	content: "*";
	margin-left: 5px;
}
.slide-box .form-control {
	border: 1px solid #e1e1e1;
	box-shadow: none;
	height: 40px;
}
.slide-box textarea.form-control {
	min-height: 100px;
}
.sub-heading {
	color: #930d10;
	font-size: 18px;
	padding: 15px;
}
.checkbox-styled {
	color: #999999;
	font-size: 13px;
	font-style: italic;
}
.select-style {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.select-style select {
	padding: 5px 8px;
	width: 100%;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
 .select-style select::-ms-expand {
display:none
}
.select-style select {
	background-image: url(/internet-portal/resources/images/arrowdown.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	padding-right: 26px;
}
.select-style select:focus {
	outline: none;
}
.form-control.calendar {
	background: #fff url("/internet-portal/resources/images/table-calender-icon.png") no-repeat scroll 98% center;
}
.table-responsive {
	border: medium none;
	float: left;
	width: 100%;
}
.slide-box .table > thead > tr > th, .slide-box .table > tbody > tr > td {
	padding: 15px;
}
.slide-box .table > thead > tr > th {
	color: #930d10;
	border-bottom: 3px solid #eee5c9;
}
.slide-box .table > tbody > tr > td {
	border-bottom: 1px solid #eee5c9;
}
.attach-file {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
label.myLabel {
	border: 1px solid #e1e1e1;
	border-radius: 6px;
}
label.myLabel input[type="file"] {
	display: none;
}
.myLabel > span {
	background: #dcca24 none repeat scroll 0 0;
	border-radius: 5px;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	margin: 1px;
	padding: 7px 30px;
	width: auto;
}
.myLabel > span strong {
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.myLabel > span:hover {
	cursor: pointer;
}
#uploadimg {
	color: #989898;
	font-size: 13px;
}
.supporting-help {
	color: #acacac;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 0 30px;
	float: left;
	width: 100%;
}
.supporting-help span {
	display: block;
	color: #666666;
	margin-top: 5px;
	font-size: 14px;
}
.supporting-help span img {
	margin-right: 5px;
}
.supporting-help span a {
	color: #cc0000;
}
.pagination-main {
	float: left;
	width: 100%;
	padding: 0 15px;
	text-align: right;
}
.pagination-main .pagination {
	margin-top: 0;
}
.pagination > li > a, .pagination > li > span {
	color: #999;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #a12d18;
	color: #fff;
	border-color: #a12d18;
}
.pagination-main .pull-left {
	color: #999;
	font-size: 13px;
}


.add-button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #a12d18;
	border-radius: 5px;
	color: #a12d18;
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin: 1px;
	padding: 6px 20px;
}
.add-button .fa {
	margin-right: 5px;
}
.form-control-static {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-top: 6px;
	position: relative;
}
.form-control-static::before {
	content: ":";
	left: 0;
	position: absolute;
	top: 5px;
}
.btn-group {
	float: left;
	margin: 15px 0;
	text-align: center;
	width: 100%;
}

.form-login .btn-group { margin:0;} 
.btn-group button {
	background: #666666 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	margin: 0 2px;
	padding: 10px 25px;
}
.btn-group button.btn-action {
	background: #6fb43f;
}


.form-login .btn-group button.btn-action {
	width:100%;
	margin:0;
}
.form-login .btn-group button.btn-action:hover{ background:#b22222;}

.form-login .form-group{ float: left; width:100%;}
.form-login .form-group .form-control {
    box-shadow: none;
    height: 40px;
}
.btn-group button.btn-action .fa.fa-paper-plane {
	margin-right: 5px;
}
.btn-group{ float:left; width:100%; text-align:center;}
.btn-group .btn.btn-action {background: #6fb43f none repeat scroll 0 0;}
.btn-group button {margin-bottom: 10px;}
.help-block {color: #666;font-size: 12px;}

.form-section-content .input-group .btn.btn-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #dcca24;
	border-radius: 5px !important;
	color: #000;
	font-size: 15px !important;
	height: 40px;
	line-height: 36px;
	margin-bottom: 0 !important;
	margin-left: 5px;
	margin-right: 0 !important;
	margin-top: 0 !important;
	padding: 0 20px;
	text-transform: capitalize;
}

 
/* .dateTime .form-section-content .row .col-md-4 {
    width: 33% !important;
} */

.input-group-btn .select-style {
	margin-left: 5px;
	width: 230px;
}
.item-details {
	padding-bottom: 20px;
	display: none;
}
.modal {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	z-index: 9999999;
}
.modal-title {
	font-weight: 400;
	color: #fff;
}
#hs-code .modal-header, #list-code .modal-header {
	background: #b75e60 none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	padding: 15px;
	position: relative;
	text-align: center;
}
#hs-code .modal-body, #list-code .modal-body {
	color: #999;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}
.modal-header .close {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	opacity: 1;
	width: 30px;
}
#hs-code .modal-footer, #list-code .modal-footer {
	text-align: center;
}
#hs-code .modal-footer .btn.btn-default, #list-code .modal-footer .btn.btn-default {
	background: #666 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px !important;
	color: #fff;
	font-size: 19px !important;
	text-transform: capitalize;
}
.btn-group.bordered {
	border-top: 4px solid #b75e60;
	margin-top: 20px;
	padding-top: 25px;
}
.btn-group.bordered .cancel-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #666;
	color: #666;
}
.btn-group.bordered button.btn-action {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #a12d18;
	color: #a12d18;
}
.btn-group {
	float: left;
	text-align: center;
	width: 100%;
}
.hidden-in-large {
	display: none;
}
#sticky.stick {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.tab-content.top-height {
	margin-top: 50px;
}
.tooltip-main a {
	color: #000;
	display: block;
	height: 24px;
	margin-left: 0;
	margin-top: 7px;
	width: 24px;
	position: relative;
	background: url(/internet-portal/resources/images/icon-info.png) no-repeat center center;
}
.tooltip-main .tooltip.top .tooltip-arrow {
	bottom: -5px;
	left: 50%;
	margin-left: -12px!important;
	border-top: 10px solid #930d10;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.tooltip-main .tooltip.top .tooltip-arrow:after {
	content: '';
	margin-left: -10px!important;
	width: 0;
	height: 0;
	top: -15px!important;
	left: 50%;
	position: absolute;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.tooltip-main .tooltip-inner {
	width: 300px;
	padding: 7px 8px;
	color: #930d10;
	text-align: left;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
	z-index: 99999;
	padding-right: 40px;
	border: 2px solid #930d10;
	min-height: 100px;
	white-space: pre-wrap;
}
.tooltip-main .form-control {
	border-radius: 4px!important;
}
.tooltip-main .tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1;
}
.has-error .form-control {
	border-color: #930d10;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #930d10;
}
.menu-links {
	list-style: outside none none;
	padding-left: 0;
}
.menu-links li a {
	display: block;
	font-size: 13px;
	padding: 7px 20px 7px 0px;
	border-bottom: 1px solid #ddd;
	position: relative;
	color: #666;
}
.menu-links li a:hover {
	color: #930d10;
}
.menu-links h4 {
	font-size: 13px;
	font-weight: bold;
	color: #930d10;
}
.menu-links.menu-links-main a {
	border: medium none;
	color: #930d10;
	font-weight: bold;
}
.menu-links.menu-links-main a:hover {
	color: #999;
}
.menu-links li a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #930d10;
	top: 6px;
}
.menu-links.menu-links-main a:after {
	display: none;
}
.switch {
	background: #eeeeee none repeat scroll 0 0;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	color: #666666;
	font-size: 17px;
	margin-top: 6px;
	padding: 7px 40px 7px 10px;
	position: relative;
	display: none;
}
.switch:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	font-size: 26px;
	color: #666666;
	top: 6px;
}
.switch img {
	vertical-align: middle;
	margin-right: 10px;
}
.switch:hover {
	cursor: pointer;
	background: #ddd;
}
.heading-right .link-heading a {
	padding-right: 40px;
	position: relative;
}
.heading-right .link-heading a.active:after {
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	font-size: 10px;
	color: #930d10;
	top: 6px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #930d10;
}

.search-table {
	float: left;
	width: 100%;
	background: #f2f0e2;
	padding: 15px;
}

.data-table-group {
	background: #fff none repeat scroll 0 0;
	float: left;
	margin: 0px 0;
	width: 100%;
	border-radius: 0 0 5px 5px;
}
.data-table {
	overflow: auto;
}
h3 {
	color: #930d10;
	margin-top: 0;
}
.advance {
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    padding-right: 30px;
    position: relative;
}
.advance::after {
	border: 1px solid #930d10;
	border-radius: 50%;
	content: '\f107';
	font-family: "FontAwesome";
	font-size: 18px;
	height: 20px;
	line-height: 18px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 20px;
	color: #930d10;
}
.advance.active::after {
	content: '\f106';
}
.advance:hover {
	cursor: pointer;
	color: #666;
}

.select-input .form-control{ min-width:200px; }

.search-box .advance-search .input-group {
    width: 100%;
}

.form-section-content .has-error .form-control {
	border-color: #930d10;
}

/* .form-section-content .form-group {
	margin: 10px 0;
} */

.btn-group .btn {
	float: none;
	display: inline-block;
	text-transform: none;
}

.btn.btn-action .fa {
	font-size: 26px;
}

.search-container > div:last-child {
	padding-right: 0;
}
.advance-search .form-group {
	float: left;
	width: 100%;
}
.advance-search {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: none;
	float: left;
	margin: 20px 0 0;
	padding: 30px 20px;
	width: 100%;
}
.advance-search .control-label {
	display: block;
	padding-top: 15px;
	text-align: right;
	font-weight: 400;
}
.button-centered {
	float: left;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
.calendar {
	background: #fff url(/internet-portal/resources/images/celender-icon.png) no-repeat 96% center;
}

.data-table-group h3 {
	border-bottom: 1px solid #eee5c9;
	margin: 20px 0;
	padding: 0 20px 20px;
}
.data-table-group .table-responsive .table.table-condensed th {
	color: #930d10;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 5px solid #eee5c9;
}
.data-table-group .table-responsive .table.table-condensed th, .data-table-group .table-responsive .table.table-condensed td {
	padding: 10px 15px;
	vertical-align: middle;
}
.data-table-group .table-responsive .table.table-condensed td {
	border-bottom: 1px solid #eee5c9;
	color: #666;
}
.data-table-group .table-responsive .table.table-condensed td .btn-primary {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 5px!important;
	color: #666;
	font-size: 14px!important;
	min-width: 130px;
	padding-right: 30px;
	text-align: left;
	position: relative;
	text-transform: none;
}
.table-responsive {
	overflow-y: visible !important;
}
.data-table-group .table-responsive .table.table-condensed td .btn-primary .fa {
	font-size: 20px;
	position: absolute;
	right: 13px;
	top: 6px;
}
.datepicker-dropdown {
	z-index: 999999;
}
.data-table-group .open > .dropdown-menu {
	box-shadow: none;
	left: auto;
	padding: 0;
	right: 0;
}
.data-table-group .table-responsive {
	overflow: unset;
}
.data-table-group .open > .dropdown-menu a {
	padding: 10px 15px;
	border-bottom: 1px solid #eee5c9;
}
.data-table-group .open > .dropdown-menu li:last-child a {
	border: none;
	border-radius: 0 0 5px 5px
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}
.close-collasable, .navbar-overlay {
	display: none;
}
.mandatory-indicator {
	float: left;
	margin: 10px 0 20px;
	width: 100%;
}

.hidden-desktop {
	display: none
}

.search-box {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0 0 20px;
    padding: 15px 0;
}

.search-box input.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    height: 50px;
    outline: medium none;
	font-size:16px;
}

.search-box .input-group {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    padding: 5px;
    width: 80%;
}

.search-box .input-group .btn.btn-default {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    height: 50px;
}

.ui-tabs-nav {
    float: left!important;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

.ui-tabs-nav li{ float:left;}

.ui-tabs-nav li a{ margin-right:10px; display:block; border:1px solid #cccccc; padding:10px 15px; border-radius:15px; color:#999999;}
.ui-tabs-nav li.ui-state-active a {
    background: #e3c24a none repeat scroll 0 0;
	color:#333333;
	border:1px solid transparent;
}


@media (min-width:1280px) {
.container {
	min-width: 1150px;
}
}

@media (max-width:1199px) {
	
.progress-group .progress-list > li {
	margin-right: 10px !important;
}
.navbar-collapse .dropdown-menu {
	background-size: 500px auto;
}

.search-container > div select.form-control {
	min-width: auto;
}
}

@media (max-width:991px) {
	
.progress-group .progress-list > li {
	margin-right: 0 !important;
}
.progress-group .progress-list > li > a img {
	margin-right: 5px;
	max-width: 24px;
}
.progress-group .progress-list > li > a {
	padding: 10px 4px;
}
.navbar-collapse .dropdown-menu {
	background-size: 440px auto;
}
.advance-search .control-label {
	text-align: left;
}
.advance-search .calendar.form-control {
	margin-bottom: 4px;
}
.data-table-group .table-responsive {
	overflow: auto;
}
.heading-right-full {
	float: left;
	width: 100%;
}
#stickey {
	position: static!important;
}

.form-section-content .control-label {
	text-align: left;
}
.form-control-static {
	padding-left: 0;
}
.form-control-static::before {
	display: none;
}
.form-section-content-static .form-group {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.form-section-content-static .control-label {
	font-weight: bold;
}
.progress-group .progress-list > li a img {
	margin-right: 5px;
	max-height: 26px;
}
.progress-group .progress-list > li a {
	display: block;
	font-size: 13px;
	padding: 10px 6px;
	position: relative;
}
}

@media (max-width:767px) {
.afternav-box{
	margin-top: 12%;
	margin-bottom: 10px;
}	
.navbar-collapse.active{
	display: flex;
	flex-direction: column;
}
.nav-collapse-buttons{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 10px; 
}
.graph {
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.grey-box.graph-container > ul li a{ padding:10px;}
.grey-box.graph-container > ul {
    margin: 10px 0;
    width: 100%;
}	
	.advance, .advance-search {
    display: none;
}
	.page-content-container {
    padding-bottom: 110px;
}
	.ui-paginator-page, .ui-state-default .ui-icon {
    margin-bottom: 10px;
}
	.input-group-btn.select-input {
    display: block;
    width: 100%;
}
	.search-box .input-group{ width:100%;}

.navbar-brand.logo-v1 > img {
    max-width: 150px;
}	
	.mainBar .container {
    position: static;
}
.navbar-right{ display:none;}

#stickey{ position:static!important;}

.hidden-desktop {
	display: block;
	float: left;
	list-style: outside none none;
	padding: 15px 0;
	width: 100%;
}
.hidden-desktop li a {
	color: #aaa;
	display: block;
	font-size: 12px;
	padding: 5px 25px;
	text-align: center;
}
.form-template-content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding-bottom: 20px;
}
.heading-menu-content {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #6eb34f;
	display: none;
	height: 100%;
	margin-top: -10px;
	overflow: auto;
	padding: 15px 15px 100px;
	position: fixed;
	width: 94%;
}
.switch {
	margin-top: 5px;
	padding-right: 10px;
}
.switch img {
	margin-right: 0;
}
.switch::after {
	display: none;
}
.switch > span {
	display: none;
}
.search-container > div {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}
.datepicker {
	border-radius: 4px;
	direction: ltr;
	left: 0!important;
	padding: 4px;
	width: 100%;
}
.datepicker table {
	width: 100%;
}
.heading-menu-content .row {
	padding-bottom: 100px;
}
.faq .heading {
	margin-top: 30px;
	margin-bottom: 10px;
}
.dashboar-box .dash {
	display: block;
	margin-bottom: 10px;
	padding-right: 0px;
	width: 100%;
}
.nav-top-left {
	display: none;
}
form.form-horizontal {
	float: left;
	width: 100%;
}

.navbar-collapse.collapse, .navbar-collapse.collapsing {
	border: medium none !important;
	box-shadow: none;
	float: none;
	border-top: 2px solid #b96a55!important;
}




.login-content .col-sm-4 {
    float: left;
    width: 100%;
}
.mainBar.navbar.navbar-default {
    border: medium none;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.login, .login > a .fa.fa-lock{ background:none!important; color:#52bdeb!important; margin:0;}
.login {
    color: #fff;
    margin-top: 0;
    right: 75px;
    top: 10px;
	z-index: 1;
}
.login > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    padding-right: 0;
}

.copyright p {
    float: left;
    width: 100%;
}




.header-top li .link-heading a {
	font-size: 14px;
	padding: 0;
}
.link-heading a {
	display: block;
}
.header-top li .link-heading span {
	font-size: 13px;
}
.sign-out-box {
	text-align: center;
}

.user-logged-image {
	float: left;
	margin-right: 12px;
}
.user-logged-details > span {
	color: #666;
	display: block;
}
.user-logged-details > span.date {
	color: #999;
}
.user-logged-details > span strong {
	margin: 0;
}

.header-top {
    background: #eeeeee none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.user-profile-overlay {
	top: 0px;
}
.user-profile-pop {
	left: 30%;
}

.progress-group .progress-list > li {
	margin-right: 0 !important;
	width: 100%;
}
.reference {
	margin-right: 0;
}
#sticky.stick {
	position: static;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.tab-content.top-height {
	margin-top: 0;
}

.close-collasable {
	background: #666 none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 10px;
	width: 30px;
	z-index: 9999;
}
.close-collasable > img {
    height: auto;
    max-width: 14px;
}

.data-table-group .table tbody tr td::after {
	background: #ddd none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 48%;
	position: absolute;
	top: 0;
	width: 1px;
}
.data-table-group table, .data-table-group thead, .data-table-group tbody, .data-table-group th, .data-table-group td, .data-table-group tr {
	display: block;
}
.data-table-group thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.data-table-group tr {
	border: 1px solid #ccc;
	border-top: 2px solid #4293ba;
	margin-bottom: 10px;
	border-left: none;
	border-right: none;
}
.data-table-group td {
	position: relative;
	border-bottom: medium none!important;
	white-space: normal;
	text-align: left;
}
.data-table-group td:first-child {
	border-top: none!important;
}
.data-table-group td::before {
	font-size: 12px;
	font-weight: bold;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 7px;
	white-space: normal;
	width: 50%;
}
.data-table-group td::before {
	content: attr(data-title);
	padding-left: 0px;
}
.data-table-group td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #eee;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	padding-left: 50%!important;
	position: relative;
	text-align: left;
	white-space: normal;
}
.data-table-group .table tbody tr td {
	min-height: 48px;
	white-space: normal;
}
.data-table-group .table tbody tr.no-border {
	border: none;
}
.data-table-group .table tbody tr.no-border .showing-licences {
	border: medium none;
	font-size: 16px;
	padding-left: 0;
}
.data-table-group .table tbody tr.no-border .showing-licences {
	padding-left: 0px!important;
}
.data-table-group .table tbody tr td a[data-toggle="tooltip"] {
	display: inline-block;
	clear: both;
	margin: 0;
}
.progress-numbering {
	display: none;
}
.heading-right .user-profile-pop {
	right: 0;
	left: auto;
}
.heading-right .user-profile-pop::before {
	left: auto;
	right: 0;
}
.heading-right .user-profile-pop::after {
	left: auto;
	right: 4px;
}
.navbar-overlay {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.data-table-group .table-responsive .table.table-condensed td .dropdown.open {
	max-width: 130px;
}
.tooltip-main .tooltip.in {
	left: auto!important;
	right: 0px!important;
}
.tooltip-main .tooltip.top .tooltip-arrow:after, .tooltip-main .tooltip.top .tooltip-arrow {
	display: none;
}
.input-group-btn .select-style {
	margin-left: 5px;
	width: 160px;
}
.dropdown.open .dropdown-toggle {
	padding-right: 50px!important;
}

.nav.navbar-nav.navbar-left .dropdown .dropdown-toggle:after {
	font-family: 'FontAwesome';
	content: "\f067";
	color: #dcca24;
	position: absolute;
	right: 15px;
	top: 10px;
}
.dropdown.open .dropdown-toggle:after {
	content: "\f068";
}


.nav.navbar-nav.navbar-left li.active a, .nav.navbar-nav.navbar-left li a {
    border-bottom: medium none;
    color: #fff;
}

.login.after-login{ margin-top:5px;}
}


@media (max-width:500px) {
	.data-table {
	overflow: scroll;
}
.reference span {
	float: left;
	min-width: auto;
	width: 100%;
}
.reference span {
	float: left;
	min-width: auto;
	width: 100%;
}
.reference p strong {
	margin-bottom: 10px;
	margin-left: 0;
}
.reference p strong i {
	display: none;
}
.dreaft a {
	margin-top: 15px;
}
.navbar-brand.logo-v1 > img {
    max-width: 120px;
}	

.dropdown-toggle strong, .dropdown-toggle span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
	text-overflow:ellipsis;
	color: black;
	float: left;
}

}

@media (max-width:400px) {
	.data-table {
	overflow: scroll;
}
}

@media (max-width:320px) {
	.data-table {
	overflow: scroll;
}
.data-table-group td::before {
	clear: both;
	content: attr(data-title);
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: static;
	width: 100%;
}
.data-table-group .table tbody tr td::after {
	display: none;
}
.data-table-group .table thead tr th, .data-table-group .table tbody tr td {
	padding-left: 10px !important;
	padding-right: 15px;
	vertical-align: middle;
}
}

.table-search-bar{
    background-color: var(--mainColorLight);
    padding:20px 0 10px 0;

}

.display-table tr th, .display-table tr td{
	padding:10px;
}

.display-table tr th{
	background-color: var(--mainColor);
}

.display-table tr td{
	vertical-align:middle;
}

.form-control:focus{
	border-color: #66afe9 !important;
	}




.form-section{padding: 0; margin-bottom: 12px;}
.form-section-header {
    color: #666;
    padding: 10px 25px 10px 25px;
    border-bottom: 1px solid #b22222;
	margin-bottom: 0;
	background-position:  98% center;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	text-transform: none;
	min-height: 54px;
} 

.form-section-header.up-arrow {
	background-position:  98% center;
}

.data-table-heading {
    font-size: 14px;
	font-weight: bold;
}
.progress-group .progress-list .progress-item {
    color: #999999;
    display: inline-block;
    margin-right: 10px;
    padding:0;
	background:none;
}

.progress-group .progress-list .progress-item .progress-item-label a{ background:none; color:#000000;}
.progress-group .progress-list .progress-item .progress-item-label a:hover{ text-decoration:none;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{ background:#333; background-image:none; color:#fff;}
.dropdown .dropdown-menu {
    border-radius: 5px;
    padding: 0;
	-webkit-box-shadow: 10px 10px 24px -7px rgba(0,0,0,0.68);
-moz-box-shadow: 10px 10px 24px -7px rgba(0,0,0,0.68);
box-shadow: 10px 10px 24px -7px rgba(0,0,0,0.68);
    width: auto;
}
.dropdown .dropdown-menu li a {
    background:#011828;
    color: #fff;
    text-align: left;
	border-bottom:1px solid #ddd;
}
.dropdown .dropdown-menu li a:hover{ color:#202020;; background: #fff}
.dropdown-item{
	    list-style: none;
}
.dropdown-item .dropdown-menu li:last-child a{ border:none;}

.progress-group .progress-list {
    counter-reset: step;
    display: table;
    padding: 0;
    position: relative;
    /*table-layout: fixed;*/
    width: 100%;
    min-width: 1000px;
    margin:12px 0px 32px 0px;
}
.progress-list  img {display: none;}
.progress-group .progress-list .progress-item {
    display: table-cell;
    float: none;
    position: relative;
    text-align: center;
    top: 42px;
}

.progress-group .progress-list .progress-item::after {
	border-top: 3px dotted #b22222;
    content: "";
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
}
.progress-group .progress-list .progress-item::before {
    background-color: white;
    border: 2px solid #b22222;
    border-radius: 50%;
    color: #b22222;
    content: counter(step, decimal);
    display: block;
    font-size: 15px;
    height: 40px;
    left: 50%;
    line-height: 36px;
    margin-left: -20px;
    margin-top: -42px;
    position: absolute;
    text-align: center;
    width: 40px;
	font-weight:600;
    z-index: 9;
}
.progress-list .progress-item {
    counter-increment: step;
}
.progress-group .progress-list .progress-item.active::before {
    background: #b22222 none repeat scroll 0 0;
    border-color: #b22222;
    color: #fff;
}
.progress-group .progress-list .progress-item .progress-item-label a {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}



.complete-success-header {font-size: 200%;border: 4px solid #6fb43f; color: #6fb43f; border-radius: 5px; text-align: center; margin-bottom: 20px; padding: 10px 0;}
.complete-error-header {font-size: 200%;text-align: center; margin-bottom: 20px; padding: 10px 0;}
.complete-success-header img, .complete-error-header img {}
.complete-message {text-align: center;}
.btn-group .action-button {background: #333; border-radius: 5px; border: none; padding: 6px 12px; color: #fff; font-size: 18px}
.btn-group .action-button:hover {background: #000; ;}
.ui-datatable-tablewrapper {float: left; margin: 0px 0 10px 0; overflow: auto; width: 100%;}
.ui-datatable-tablewrapper table {width: 100%;float:left;}
.ui-datatable-tablewrapper table th, .ui-datatable-tablewrapper table td{ padding:15px;} 
.ui-datatable-tablewrapper table th{ color:#666; text-transform:normal; border-bottom:5px solid #ace0ef; background: #fff; text-align: left !important;}
.ui-datatable-tablewrapper table td{ border-bottom:1px solid #ace0ef;}
.ui-widget {
   font-family: 'Lato';
 }
.ui-datatable-tablewrapper table td, .ui-datatable-tablewrapper table th{border-bottom: 1px solid #ddd !important; border-top: 0; border-right: 0 !important; border-left: 0 !important;}
.ui-datatable-tablewrapper table th{  border-bottom: 5px solid #e3c24a !important; background: #fff !important;}

 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border: 0;}
 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {text-shadow: none;}
.ui-widget-header {
    clear: both;
    float: right;
    margin: 10px 0;
    width: auto;
}
.ui-datatable-odd {
    background: none repeat scroll 0 0 #fff;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
   font-family: 'Lato';
 }
 .ui-paginator.ui-paginator-bottom select {
    height: 30px;
}
 .ui-tabs{   padding: 1em 0.5em 1.8em 0.5em;}
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border: 1px solid #a8a8a8;}
 .ui-state-default:hover {background: red;}
 .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li {
    border: 0px solid #bbb;
	background: none;
}
.ui-widget-header a {
    display: inline-block;
}
.ui-paginator-page, .ui-state-default .ui-icon {
    border-radius: 3px !important;
    display: inline-block !important;
    margin-right: 2px !important;
    vertical-align: middle !important;
}
.ui-fileupload-buttonbar {
    padding: 0.4em;
    background: #ace0ef;
    float: none !important;
}

.ui-fileupload-buttonbar .ui-button {
    vertical-align: middle;
    margin-right: 0.2em;
    background: #b22222 !important;
    padding: 10px 0;
}
.ui-fileupload-buttonbar .ui-button .ui-button-text {
    display: block;
    line-height: normal;
    color: #fff;
    text-shadow: none;
}
.ui-fileupload-buttonbar .ui-fileupload-choose, .ui-fileupload-buttonbar .ui-fileupload-upload, .ui-fileupload-buttonbar .ui-fileupload-cancel {
    border: none;
    color: #fff;
    text-shadow: none;
    padding: 0.5em 0.2em;
}
.ui-fileupload-buttonbar .ui-fileupload-choose {

    background: #6fb43f !important;

}
 .ui-fileupload-buttonbar .ui-fileupload-upload, .ui-fileupload-buttonbar .ui-fileupload-cancel {
 
    background: #333 !important;
    
}


.primeFacesCalender input.ui-state-default {
    background: #fff !important;
    height: 44px;
    width: 100%;
    padding: 6px 12px;
}
.table-search-bar .btn-default {
    height: 44px;
    color: #fff;
    margin-top: 0px;
    width: 150px;
    font-size: 20px;
}
/*.ui-state-default .ui-icon {
    background-image: url("ui-icons_454545_256x240.png.png");
}*/
label.ui-helper-hidden {
    font-weight: 400;
    margin-left: 30px;
}
.ui-paginator-rpp-options {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    margin-left: 10px;
    min-width: 90px;
}
.ui-paginator-pages {
    display: inline-block;
}
.ui-paginator-current {
    color: #999;
    display: block;
    margin: 5px 0;
}

@media ( max-width :767px) {
	.progress-group .progress-list .progress-item {
		float: none;
		margin: 5px;
	}

	.sub-nav{
    display: none;
	}
}

.check-control {
	display: block;
	font-weight: 400;
	padding-left: 40px;
	position: relative;
	width: 100%;
}
.check-control input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	z-index: 9999;
}
.checkbox-overlay {
	background: rgba(0, 0, 0, 0) url("../images/checkbox-unchecked.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 24px;
	left: 0;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	width: 24px;
}
.check-control input[type="checkbox"]:checked + .checkbox-overlay {
	background: rgba(0, 0, 0, 0) url("../images/checkbox-checked.png") no-repeat scroll 0 0;
	height: 24px;
	width: 24px;
}


.table-responsive.data-table table{ margin:0;}
.table-responsive.data-table table th {
	border-bottom: 5px solid #e3c24a;
	font-size: 16px;
	font-weight: bold;
	color: #b22222;
}
.table-responsive.data-table table th, .table-responsive.data-table table td {
	vertical-align: middle;
	font-size: 15px;
	color: #666;
	padding-left: 15px;
	padding-right: 15px;
}
.table-responsive.data-table table th {
	border-bottom: 5px solid #e3c24a;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background: #fff;
}
.details-icon {
	display: inline-block;
	margin: 4px;
}
.pagination > li {
	float: left;
}
.showing {
	color: #999;
	margin: 7px 10px;
}
.lagends {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.lagends > li {
	color: #999;
	float: left;
	margin-right: 15px;
}
.lagends > li img {
	max-height: 22px;
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.table-responsive.data-table .table-striped > tbody > tr:nth-of-type(2n+1), .table-responsive.data-table .table-striped > tbody > tr:nth-of-type(n+1) {
	background: #fff;
}
.table-responsive.data-table {margin-bottom: 20px;}

.panel-group {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.panel-group .panel {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-shadow: none;
    float: left;
    margin-bottom: 0;
	width:100%;
}
.panel-heading .panel-title a.collapsed {
	color: #666;
}

.panel-collapse {
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;
}

.panel-collapse.collapse.in {
    height: auto !important;
}
.panel-default > .panel-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	
	border-radius: 4px;
	color: #333;
	padding: 0;
}
.panel-heading .panel-title a {
	background-color: #fff;
	border-radius: 5px;
	color: #6fb43f;
	display: block;
	font-size: 18px;
	padding: 15px;
	position: relative;
}
.panel-heading .panel-title a span {
	display: block;
	font-size: 13px;
	color: #999;
	margin-top: 4px;
}
.panel-heading .panel-title a.collapsed::after {
	background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") no-repeat scroll 0 0;
}
.panel-heading .panel-title a::after {
	background: rgba(0, 0, 0, 0) url("../images/arrow-up.png") no-repeat scroll 0 0;
	content: "";
	height: 30px;
	margin-top: -15px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 30px;
}

.start-btn {
    border: 2px solid #6fb43f;
    border-radius: 4px;
    color: #6fb43f;
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
}

.start-btn:hover{ background:#6fb43f; color:#fff;}

.panel-group .panel .table-responsive{}
.panel-group .panel .lagends {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 30px;
}

.panel-group .panel .table-responsive table tr td:first-child, .panel-group .panel .table-responsive table tr th:first-child{ padding-left:30px; min-width: 300px;}

.expand-collapse p.collapse-all {
    display: none;
}

.expand-collapse p {
    border: 2px solid #56bdec;
    border-radius: 4px;
    color: #999;
    padding: 7px;
    text-transform: capitalize;
	padding-left:30px;
	position:relative;
	font-size:14px;
	font-weight:normal;
}

.expand-collapse p::before {
    background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") no-repeat scroll center center / 20px auto;
    content: "";
    display: inline-block;
    height: 24px;
    left: 4px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.total-result {
    color: #333;
    font-size: 28px;
    font-weight: 300;
}

.total-result strong{ font-weight:bold;}
.expand-collapse p.collapse-all::before{background: rgba(0, 0, 0, 0) url("../images/arrow-up.png") no-repeat scroll center center / 20px auto;}

.expand-collapse p:hover{ cursor:pointer; color:#56bdec;}
/*********************** MEDIA SCREENS CSS STARTS HERE******************************/



@media (min-width:1280px) {
.container {
	min-width: 1150px;
}
}

@media (max-width:1199px) {
	.login.after-login .dropdown-menu {
		top: 40px;
	}
	.nav.navbar-nav.navbar-left a {
		padding: 12px 24px;
	}
	.progress-group .progress-list > li {
		margin-right: 10px !important;
	}
	.navbar-collapse .dropdown-menu {
		background-size: 500px auto;
	}
	.search-container > div select.form-control {
		min-width: auto;
	}
	.form-section-content {
	    
	}
	.form-section-content .col-md-12 {
		width: 100%;
	}
	.form-section-content .acps-help-desk {
		border-right: none;
		border-bottom: 1px solid lightgrey;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.form-section-content .row {
     	margin-right: 0; 
    	margin-left: 0; 
	}
	.form-section-content .faq {
    	margin-top: 0;
	}
}

@media (max-width:991px) {
.login-via {
	margin: 0;
}
.login-via.ttbizlink::before {
	right: -22px;
}
.login-via.ttconnect::before {
	left: -22px;
}
.nav.navbar-nav.navbar-left a {
	font-size: 13px;
	padding: 12px 13px;
}
.navbar-default .navbar-nav > li:first-child a {
    padding-left: 13px;
}
.nav.navbar-nav.navbar-left a img {
	max-height: 40px;
	width: auto;
}
.header-top li a img {
	height: auto;
	max-width: 24px;
	vertical-align: middle;
}
.header-top li a {
	display: block;
	font-size: 13px;
	margin-right: 2px;
	padding: 10px 5px 5px;
}
.heading-right {
	float: right;
	margin-top: 10px;
}
.progress-group .progress-list > li {
	margin-right: 0 !important;
}
.progress-group .progress-list > li > a img {
	margin-right: 5px;
	max-width: 24px;
}
.progress-group .progress-list > li > a {
	padding: 10px 4px;
}
.navbar-collapse .dropdown-menu {
	background-size: 440px auto;
}
.advance-search .control-label {
	text-align: left;
}
.advance-search .calendar.form-control {
	margin-bottom: 4px;
}
.data-table-group .table-responsive {
	overflow: auto;
}
.heading-right-full {
	float: left;
	width: 100%;
}
#stickey {
	position: static!important;
}
.form-section-content .control-label {
	text-align: left;
}
.form-control-static {
	padding-left: 0;
}
.form-control-static::before {
	display: none;
}
.form-section-content-static .form-group {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.form-section-content-static .control-label {
	font-weight: bold;
}
.progress-group .progress-list > li a img {
	margin-right: 5px;
	max-height: 26px;
}
.progress-group .progress-list > li a {
	display: block;
	font-size: 13px;
	padding: 10px 6px;
	position: relative;
}
.ui-datatable.ui-widget {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
}

@media (max-width:767px) {

.data-table-group .table tbody tr td::after {
	background: #ddd none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 48%;
	position: absolute;
	top: 0;
	width: 1px;
}
.data-table-group table, .data-table-group thead, .data-table-group tbody, .data-table-group th, .data-table-group td, .data-table-group tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.data-table-group thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.data-table-group tr {
	border: 1px solid #ccc;
	border-top: 2px solid #4293ba;
	margin-bottom: 10px;
	border-left: none;
	border-right: none;
}
.data-table-group td {
	/* Behave  like a "row" */ 
	position: relative;
	border-bottom: medium none!important;
	white-space: normal;
	text-align: left;
}
.data-table-group td:first-child {
	border-top: none!important;
}
.data-table-group td::before {
	font-size: 12px;
	font-weight: bold;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 7px;
	white-space: normal;
	width: 50%;
}
.data-table-group td::before {
	content: attr(data-title);
	padding-left: 0px;
}
.data-table-group td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #eee;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	padding-left: 50%!important;
	position: relative;
	text-align: left;
	white-space: normal;
}
.data-table-group .table tbody tr td {
	min-height: 48px;
	white-space: normal;
}
.data-table-group .table tbody tr.no-border {
	border: none;
}
.data-table-group .table tbody tr.no-border .showing-licences {
	border: medium none;
	font-size: 16px;
	padding-left: 0;
}
.data-table-group .table tbody tr.no-border .showing-licences {
	padding-left: 0px!important;
}
.data-table-group .table tbody tr td a[data-toggle="tooltip"] {
	display: inline-block;
	clear: both;
	margin: 0;
}
.progress-numbering {
	display: none;
}
.heading-right .user-profile-pop {
	right: 0;
	left: auto;
}
.heading-right .user-profile-pop::before {
	left: auto;
	right: 0;
}
.heading-right .user-profile-pop::after {
	left: auto;
	right: 4px;
}
.navbar-overlay {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.data-table-group .table-responsive .table.table-condensed td .dropdown.open {
	max-width: 130px;
}
.tooltip-main .tooltip.in {
	left: auto!important;
	right: 0px!important;
}
.tooltip-main .tooltip.top .tooltip-arrow:after, .tooltip-main .tooltip.top .tooltip-arrow {
	display: none;
}
.input-group-btn .select-style {
	margin-left: 5px;
	width: 160px;
}
.dropdown.open .dropdown-toggle {
	padding-right: 50px!important;
}

}

@media (max-width:620px) {
}

@media (max-width:500px) {
.reference span {
	float: left;
	min-width: auto;
	width: 100%;
}
.reference span {
	float: left;
	min-width: auto;
	width: 100%;
}
.reference p strong {
	margin-bottom: 10px;
	margin-left: 0;
}
.reference p strong i {
	display: none;
}
.dreaft a {
	margin-top: 15px;
}
.navbar-brand.logo-v1 > img {
	max-width: 120px;
}
.dropdown-toggle strong, .dropdown-toggle span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: black;
	float: left;
}
.login.after-login a.dropdown-toggle .fa {
	display: none;
}
.login.after-login .dropdown-menu {
	left: auto;
	right: 0;
}
}

@media (max-width:400px) {
}

@media (max-width:320px) {
.data-table-group td::before {
	clear: both;
	content: attr(data-title);
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: static;
	width: 100%;
}
.data-table-group .table tbody tr td::after {
	display: none;
}
.data-table-group .table thead tr th, .data-table-group .table tbody tr td {
	padding-left: 10px !important;
	padding-right: 15px;
	vertical-align: middle;
}
}
/*********************** MEDIA SCREENS CSS ENDS HERE*****************************/

.ui-datepicker-header.ui-widget-header {
 
    float: none;
}
div#ui-datepicker-div {

    border: 1px solid #acdff0;
}



.text-right {
	text-align: right;
}



.subpage-heading {
    font-size: 3em;
	margin-top: 0 ;
}	

.eservices-table {
  padding: 20px;
}

.eservices-table .table-row {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer {
    float: left;
    position: inherit;
	padding: 15px 10px;
}

.summary-page {
	border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hide {
	display: none;
}

.apply .apply-before-login:hover {
	background-color: #929292;
	cursor: default;
}

.login {
    text-align: right;
    display: inline-block;
	padding-right:10px;
}


.login a {
	display: inline-block;
    background: #b22222;
    color: #fff;
    padding: 0px 5px 0px 7px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
    vertical-align: middle;
    line-height: 40px;
    font-size: 12.6px;
    cursor: pointer;
}

.loguser {
    text-align: right;
    display: inline-block;
	padding-top: 20px;
}
.loguser p{
	color: #fff;
	font-size: 13px;
	line-height: 14px;
}

.loguser a {
	display: inline-block;
    vertical-align: middle;
	top: -60px;
	right: -86px;
}

.esrvices-button {
    text-align: right;
    margin: 22px 0 0 0;
    display: inline-block;
    float: none;
    width: auto;
}

.esrvices-button a {
    display: inline-block;
    background: #b22222;
    color: #fff;
    padding: 0px 5px 0px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
    vertical-align: middle;
    line-height: 40px;
    font-size: 12.6px;
    cursor: pointer;
}
.esrvices-button a i {
    font-style: normal;
    text-transform: none;
}

.esrvices-button a.active::after{ content:""; position:absolute; border-top:15px solid #e6c85b; border-right:15px solid transparent; border-left:15px solid transparent; left:50%; margin-left:-15px; top:100%;}


.esrvices-button a span {
    display: inline-block;
    vertical-align: middle;
    background: #e6c85b;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    margin-left: 15px;
    margin-top: -4px;
}
.esrvices-button  a:hover span, .esrvices-button a.active span{background: #fff;}
.login a:hover, .login a.active, .esrvices-button  a:hover, .esrvices-button a.active{background: #e6c85b; color: #000;}
.login a span {
	display: inline-block;
	vertical-align: middle;
	background: #e6c85b;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	margin-right: 0px;
	margin-left:10px;
	   margin-top: -4px;
}
.login a:hover span, .login a.active span{background: #fff;}


.login-overlay{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.70); display:none;}

.login-box {
    position: fixed;
    width:700px;
    background: #fff;
	left:50%;
    top: 35%;
    z-index: 999;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
    display: none;
	margin-top:-150px;
	margin-left:-350px;
}

.login-box .heading{ color:#000;}
	.login-close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
    width: 24px;
    text-align: center;
    border: 1px solid #b22222;
    line-height: 22px;
    border-radius: 50%;
    font-size: 0.85em;
	color:#b22222;
}
.login-close:hover{ cursor:pointer; opacity:0.6;}
.login-via {
  display: table;
  width: 100%;
  height: 100%;
  /*margin-left: 15px*/;
}	
.login-via .sub-box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.login-via .sub-box a.ttbizz {
  border-right: 1px solid #ccc;
}

.login-form {
	background-color: #ece0b1;
	padding: 20px;
	margin-right: 10px;
	-webkit-box-shadow: 10px 10px 14px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 14px -14px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 14px -14px rgba(0,0,0,0.75);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

.login-form button {
	display: inline-block;
	background: #b22222;
	color: #fff;
	padding: 5px 25px 5px 25px;
	border-radius: 20px;
	text-transform: uppercase;
	text-decoration:none!important;
	border: none;
	font-size: 18px;
}

.login-form button:hover, .login-form button.active{background: #e6c85b; color: #000;}
.login-form button span {
	display: inline-block;
	vertical-align: middle;
	background: #e6c85b;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	margin-right: 15px;
}
.login-form button:hover span, .login-form button.active span{background: #fff;}

.vl-or {
	font-weight: bolder;
	font-size: 25px;
	padding-left: 10px;
	padding-right:10px;
}

.ttconnect-box {
	margin: auto;
}

.contbox {
	float: left;
	width: 100%;
}

.modal-content {
	padding: 20px;
}

.header-main {
    display: flex;
	justify-content: center;
	padding: 0;
}

.left {
	float: left;
}

.faq-topic {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.faq .faq-container > li {
	border: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

textarea[id*="externalComment"] {
background-color:#d9534f;
color: #fff;
}

textarea[id*="internalComment"] {
background-color:#5cb85c;
color: #fff;
}

.eservices-table .table-cell{
    height: auto;
}

 .mySummerNote .btn-group, .mySummerNoteSingle .btn-group{
    text-align: left;
    width: auto;
    float: none;
    margin: auto;
 }
 
 .mySummerNote .btn-group button , .mySummerNoteSingle .btn-group button{
    padding: 3px 7px;
 }
 
 .mySummerNote .note-editing-area, .mySummerNoteSingle .note-editing-area {
    text-align: left;
 }
 
 .mySummerNote .note-editable ul, .mySummerNoteSingle .note-editable ul{
  list-style: disc !important;
  list-style-position: inside !important;
}

.mySummerNote .note-editable ol, .mySummerNoteSingle .note-editable ol {
  list-style: decimal !important;
  list-style-position: inside !important;
}

.mySummerNote .panel-heading, .mySummerNoteSingle .panel-heading{
	padding: 5px;
}