.custom-style-xs {font-size: 10px !important;width: 20px !important;min-width: 20px !important;max-width: 20px !important;}
.custom-style-md {font-size: 10px !important;width: 45px !important;min-width: 45px !important;max-width: 45px !important;}
.custom-style-lg {font-size: 10px !important;width: 120px !important;min-width: 120px !important;max-width: 120px !important;}
th.custom-style-lg, th.custom-style-md, td.custom-style-lg, td.custom-style-md{padding-left: 3px !important;padding-right: 3px !important;}
.custom-style-lg input, .custom-style-md input {padding-left: 5px;padding-right: 3px;}

/* session-timeout.css*/
button {font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
button {line-height: normal; *overflow: visible;}
button {cursor: pointer; -webkit-appearance: button;}
button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  padding: 5px 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.button:hover, button:hover {
  text-decoration: none;
  background-position: 0 -15px;
}
.button:focus, button:focus {
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
  outline: none;
}
/* Timeout Dialog Styles */
.ui-dialog-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 0 15px 0;
  margin-left: 80px;
}
.ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog-buttonpane {
  margin-top: 15px;
}
.timeout-keep-signin-btn {
  color: #FFF;
  background-color: #0f5895;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#377bb2), to(#0f5895));
  background-image: -moz-linear-gradient(top, #377bb2, #0f5895);
  background-image: -ms-linear-gradient(top, #377bb2, #0f5895);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #377bb2), color-stop(100%, #0f5895));
  background-image: -webkit-linear-gradient(top, #377bb2, #0f5895);
  background-image: -o-linear-gradient(top, #377bb2, #0f5895);
  background-image: linear-gradient(top, #377bb2, #0f5895);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377bb2', endColorstr='#0f5895', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: none;
  margin: 5px 10px 5px 0;
}
.timeout-sign-out-button {
  color: #FFF;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #000000;
  text-shadow: none;
  margin: 5px 0;
}
.main-container{ display:none; height:auto; left:30%; right:30%; top:35%; outline:0 none; z-index: 999; padding: 15px;
  position: fixed;
  background: #eeeeee url("/ITSCThemeStatic/themes/Portal8.5/img/timeout-icon.png") no-repeat 15px 25px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}
.ui-dialog-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 0 15px 0;
  margin-left: 80px;
}
.main-container p {
  margin: 0 0 15px 80px;
}
/* RSI_chat_dialog.css */
.ui-widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
}
.chat-dialog label{
	color: #333333 !important;
	font-size: 13px !important;
}

.chat-dialog input, select{
	font-weight: normal !important;
}

.chat-dialog label {
	text-align: right !important;
}

.chat-dialog select{
	margin-top: 5px !important;
	font-weight: normal !important;
}

.chat-dialog .btn-primary{
	color: #ffffff !important;
	font-weight: normal !important;
}

.chat-dialog .btn-danger{
	color: #ffffff !important;
	font-weight: normal !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}

/* Theme changes */

.clientLogo {
	padding-left: 30px;
	margin-right: 15px !important;
}

/*
@media (min-width:1200px) {
	.container {
		width: 70% !important;
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}
*/
body {
    background-image: url(/ITSCThemeStatic/themes/Portal8.5/img/mytax-background.png);
}

.mock-row {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 1200px) {
	.data-container {
		width: 75% !important;
	}
}
.data-container {
	padding-left: 0px !important;
    padding-right: 0px !important;
}
div#layoutContainers {
    background-color: #fff;
	/*padding: 0px 15px !important;*/
}
.component-container {  
  padding: 5px 35px !important;
}
.hiddenWidgetsDiv .component-container {
    padding: 0px 35px !important;
}
div.customHomeLayoutContainer .topContainer{
        background-image: url(/ITSCThemeStatic/themes/Portal8.5/img/Home.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
	margin-left: 0px !important;
    margin-right: 0px !important;
}

div[name="thirdContainer"] {
	padding-left:0px;
	padding-right:0px;
}
.navbar {
   margin-bottom: 0px !important;
}

.panel-default>.panel-heading, .panel-primary>.panel-heading {
    background: #668F93 !important;
}
.loginpanel {
	 margin-left: 10%; 
}
.loginpanel.panel {
    /*background-color: #668f93 !important;
    #border: 1px solid #668f93 !important;*/
    background-color: #fff !important;
    margin-bottom: 30px !important;
}
/*.loginpanel  a {
	
	color:#fff !important;
}*/
.alert-info {
    background-color: #2e476a !important;
	font-weight: 100 !important;
}
.alert-info  a {
    color: #fff !important;
	text-decoration:underline;
	font-weight:800;
}
.memberSignInButton {
	color: #fff !important;
    background-color: #2e476a !important;
    border-color: #2e476a !important;
	width: 100% !important;
	font-weight: 800 !important;
    font-size: 15px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.row.topMarginDbl {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
.home-page-cards .card{
    padding: 20px;
    background-color: #fff !important;
}

.home-page-cards .card-body h3{
    background-color: #2e476a;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.home-page-cards .home-page-footer-cards  h3{
    background-color: #2e476a;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.home-page-cards .home-page-footer-cards  .footer-card{
   background-color: #668f93;
    color: #fff;
}

.home-page-cards nav.navbar.navbar-fixed-bottom {
    position: relative !important;
}
.home-page-cards>nav>ul {
	background-color: #fff !important;
}
.home-page-footer-cards>nav>ul {
	background-color: #668f93 !important;
}
.mega-menu {
	width:400% !important;
	opacity: .92;
}
.mega-menu2 {
	    left: -100% !important;
}
.mega-menu3 {
	    left: -200% !important;
}
.mega-menu4 {
	    left: -300% !important;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.mega-menu2 {
			left: 2% !important;
	}
	.mega-menu3 {
			left: 2% !important;
	}
	.mega-menu4 {
			left: 2% !important;
	}
}
.footer-mega-menu {
	width:300% !important;
	opacity: .92;
}
.footer-mega-menu1 ul  li{
	 padding: 0px !important;
}
.footer-mega-menu2 {
	left: -100% !important;
	padding: 50px 0px !important;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu li {
    padding: 10px 0px;
}
.no-lr-padding {
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #cac2c2 !important;
}
.footer-mega-menu1	ul.list-unstyled.list-links {
	height: 300px;
    overflow: scroll;
}

.faq-ques {
    color: #2e476a;
    font-weight: 900;
	line-height: 40px;
}

.faq-ans {
    color: #2e476a;
    font-weight: 400;
}
#mytaxmoregistration {
	background-color: #fff;
}
#mytaxmoregistration ul {
    list-style-type: none;
	padding: 20px 0px;
}
#mytaxmoregistration ul  li{
   padding: 5px;
}
.white-panel{
	background-color: #fff !important;
	margin-bottom:0px !important;
}
#mytaxmoregistration label {
    font-size: 17px;
}
.glyphicon-md {
	font-size:18px;
}
html, body {
  overflow-x: hidden;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
@media (max-width:768px) {
	footer {
		padding-left:25px !important;
	}
	#utility-bar-region {
		padding-left: 35px;
	}
}
.dorlogo {
	width: 270px;
    height: 90px;
}
@media (max-width:1500px) and (min-width:1200px) {
.dorlogo {
		width: 220px;
		height: 90px;
	}
}